/* 
body {
    background-color: #eff2ff ;
    color: #333;
} */


/********** Template CSS **********/
:root {
    --primary: #3466AA;
    --light: #F1F1F1;
    --dark: #1c1c1c;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    /* color: var(--primary); */
    color: #dc3545;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 24px  !important;
        font-weight: 500;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: transparent;
    border: 1px solid #FFFFFF;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title h1 {
    position: relative;
    display: inline-block;
    padding: 0 60px;
}

.section-title.text-start h1 {
    padding-left: 0;
}

.section-title h1::before,
.section-title h1::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 5px;
    bottom: 0;
    background: var(--dark);
}

.section-title h1::before {
    left: 0;
}

.section-title h1::after {
    right: 0;
}

.section-title.text-start h1::before {
    display: none;
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item img {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.1);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-item img {
    transition: .5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    background: rgba(53, 53, 53, .7);
    transition: .5s;
}

.portfolio-item:hover .portfolio-overlay {
    width: 100%;
    height: 100%;
    left: 0;
}

.portfolio-item .portfolio-overlay .btn {
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay .btn {
    opacity: 1;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 38px;
    top: 50%;
    left: -38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover .team-social {
    left: 0;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    border: 5px solid var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/footer.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}







/* **************************************************   Custom Css  **************************************************  */
/* **************************************************  Landing page  **************************************************  */
/* General Styles */
#services {
    padding: 50px 20px;
    background-color: #eff2ff;
}

#services h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}

#services .service-item {
    margin-bottom: 30px;
    transition: transform 0.3s ease-in-out;
}

#services .service-box {
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    background-color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.service-box::before,
.service-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    transition: all 0.5s ease;
    z-index: -1;
    /* Place behind content */
}

.service-box::before {
    transform: translateX(-100%);
}

.service-box::after {
    transform: translateY(-100%);
}

.service-box:hover::before {
    transform: translateX(0);
}

.service-box:hover::after {
    transform: translateY(0);
}

.service-box:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.service-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.service-box h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.service-box ul {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.service-box ul li {
    font-size: 1rem;
    color: #666;
    margin-bottom: 10px;
}

.service-box p {
    font-size: 1rem;
    color: #333;
    font-weight: 500;
    margin-top: 20px;
}

.service-link {
    display: inline-block;
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.service-link:hover {
    background-color: #0056b3;
}

/* Styles for the spy class (specific for tracking or behavior) */
.spy {
    position: relative;
    z-index: 1;
    /* Ensures that spy sections are on top if layered */
}

/* Hover effect for spy class items */
.service-item.spy:hover .service-box.spy {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .service-item {
        margin-bottom: 15px;
    }

    .col-lg-4,
    .col-md-6,
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .service-box {
        padding: 15px;
    }

    .service-box h2 {
        font-size: 2rem;
    }

    .service-box .service-icon {
        width: 40px;
        height: 40px;
    }

    .service-box .service-box h4 {
        font-size: 1.2rem;
    }

    .service-box ul li {
        font-size: 0.95rem;
    }

    .service-box p {
        font-size: 0.95rem;
    }

    .service-link {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
}

/* **************************************************  */
.containercorevalues {
    /* width: 80%;
    margin: 0 auto;
    padding: 20px; */
}

.core-values {
    /* background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.containercorevalues h1 {
    text-align: center;
    color: #2C3E50;
}

.core-values ul {
    list-style-type: none;
    /* Removes bullet points */
    padding: 0;
}

.core-values li {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    /* Aligns the icon and text properly */
}

.core-values li i {
    color: #2ecc71;
    /* Green color for the check icon */
    margin-right: 10px;
    /* Adds space between the icon and the text */
}

.core-values li span {
    font-weight: bold;
    color: #3466AA;
    /* Blue color for the title part */
    margin-right: 10px;
}

/* ************************************************** **************************************************  */
.containerhowwework {

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-color: #eff2ff;
}

.containerhowwework .content {
    width: 50%;
}

.containerhowwework .image-section {
    width: 50%;
    margin-top: 5%;
}

.containerhowwework h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.containerhowwework h2 span {
    color: #2980B9;
}

.containerhowwework .intro-text {
    font-size: 18px;
    margin-bottom: 30px;
}

.steps-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.containerhowwework .step {
    display: flex;
    gap: 15px;
    align-items: center;
}

.containerhowwework .step-number {
    background-color: #2980B9;
    color: #fff;
    font-size: 24px;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.containerhowwework .step h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.containerhowwework .step p {
    font-size: 14px;
    color: #666;
}

.containerhowwework .cta {
    display: block;
    text-align: center;
    background-color: #2980B9;
    color: white;
    padding: 15px 30px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 30px;
}

.containerhowwework .cta:hover {
    background-color: #1c5d83;
}

.containerhowwework .image-section img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}


/* Basic Styles for FAQ */
#faq {
    padding: 50px 0;
    background-color: #eff2ff;
}

h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2%;
}

.faq-item {
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 15px;
    background-color: #007bff;
    color: white;
    border: none;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.faq-question .arrow {
    position: absolute;
    right: 20px;
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.faq-answer {
    display: none;
    padding: 15px;
    background-color: #f8f8f8;
    font-size: 1rem;
    color: #333;
}

.faq-answer p {
    margin: 0;
}

.faq-item.open .faq-answer {
    display: block;
}

.faq-item.open .faq-question .arrow {
    transform: rotate(180deg);
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .faq-question {
        font-size: 1.1rem;
    }

    .faq-answer {
        font-size: 0.95rem;
    }
}



/* Lading page oussidde code */
/* 



.services-section {
    padding: 50px 20px;
    background-color: #fff;
}

.services-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.service-item {
    width: 22%;
    margin: 10px;
    background-color: #f4f4f4;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}

.service-item h3 {
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.service-item a {
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
}

.about-section, .portfolio-section, .testimonials-section {
    padding: 50px 20px;
    background-color: #f4f4f4;
}

.portfolio-container, .testimonials-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.portfolio-item, .testimonial {
    width: 30%;
    margin: 10px;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}

.contact-section {
    background-color: #333;
    color: white;
    padding: 50px 20px;
}

.contact-form label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: none;
}

.submit-button {
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
}
 */











/* -------------------------------  My edits ------------------------------- */



/*-------------------------------  About Us page ------------------------------- */

.aboutverce-us {
    padding: 50px;
    background-color: #fff;
    text-align: center;
}

.aboutverce-container {
    width: 80%;
    margin: 0 auto;
}

.aboutverce-us h1 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
    
}

.aboutverce-us h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 30px;
}

.aboutverce-core-values,
.aboutverce-why-choose .aboutverce-reasons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.aboutverce-value-card,
.aboutverce-reason-card {
    background: #e1e1e1;
    width: 30%;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    text-align: center;
}

.aboutverce-value-card:hover,
.aboutverce-reason-card:hover {
    transform: scale(1.05);
}

.material-icons {
    font-size: 3rem;
    color: #333;
}

.aboutverce-us h3 {
    font-size: 1.25rem;
    margin: 20px 0;
    color: #333;
}

.aboutverce-us p {
    font-size: 1rem;
    color: #666;
}

@media (max-width: 908px) {

    .aboutverce-value-card,
    .aboutverce-reason-card {
        width: 45% !important;
    }
}

@media (max-width: 480px) {

    .aboutverce-value-card,
    .aboutverce-reason-card {
        width: 100% !important;
    }

    .aboutverce-us {
        padding: 10px;
        background-color: #fff;
        text-align: center;
    }
}






/*-------------------------------  About Us page ------------------------------- */






/*-------------------------------  Service page ------------------------------- */





/* Container for Content */
.service-container {
    width: 80%;
    margin: auto;
    padding: 50px 0;
}

/* Section Styling */
.service-container section {
    margin-bottom: 60px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.service-container section h2 {
    color: #0056b3;
    font-size: 2rem;
}

.service-container section p {
    font-size: 1rem;
    color: #555;
    line-height: 1.8;
}

/* Animated Elements */
.service-container .service-fade-in {
    opacity: 0;
    animation: fadeIn 2s forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Service Boxes */
.service-services {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.service-service-box {
    flex: 1 1 30%;
    background-color: #007bff;
    padding: 20px;
    border-radius: 8px;
    color: white;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.service-service-box:hover {
    transform: scale(1.05);
}

/* Button Style */
.service-cta-btn {
    background-color: #28a745;
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.service-cta-btn:hover {
    background-color: #218838;
}

/* Responsive */
@media (max-width: 768px) {
    .service-container {
        width: 90%;
    }

    .service-services {
        flex-direction: column;
    }

    .service-service-box {
        flex: 1 1 100%;
    }
}






/*-------------------------------  Service page ------------------------------- */














/*-------------------------------  Contact page ------------------------------- */

.contact-container {
    width: 80%;
    margin: auto;
    padding: 50px 0;
}

.contact-title {
    color: #0056b3;
    font-size: 2rem;
    margin-bottom: 20px;
}

.contact-intro {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 30px;
}

/* Contact Form styling */
.contact-section .row {
    margin-top: 20px;
}

.contact-section .col-12 {
    margin-bottom: 20px;
}

.contact-section .form-control {
    font-size: 1rem;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.contact-location h2 {
    color: #0056b3;
    font-size: 1.8rem;
}

.contact-location p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
}

.map iframe {
    width: 100%;
    height: 400px;
    border: none;
}

/* Button style */
.contact-container .btn-primary {
    background-color: #007bff;
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.contact-container .btn-primary:hover {
    background-color: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-container {
        width: 90%;
    }

    .contact-section,
    .contact-location {
        padding: 20px;
    }

    .contact-section .form-control {
        font-size: 0.9rem;
    }
}



/*-------------------------------  Contact page ------------------------------- */





@media (max-width: 767px) {
    .blog-card img {
        width: 100%;
        height: auto;
    }
}

.blog-posts {
    background-color: #fff;
    padding: 3rem 0;
}

.blog-card {
    border: 1px solid #ddd;
    margin-bottom: 2rem;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.blog-card:hover {
    transform: scale(1.05);
}

.blog-card img {
    width: 100%;
    height: auto;
}

.blog-content {
    padding: 1rem;
}

.blog-content h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.blog-content p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 1rem;
}

.blog-posts.btn-primary {
    background-color: #007bff;
    color: white;
    padding: 0.5rem 1rem;
    border: none;
    text-decoration: none;
    border-radius: 4px;
}

.blog-posts .btn-primary:hover {
    background-color: #198754;
}








/*-------------------------------  Contact page ------------------------------- */







/*-------------------------------  Web Design Services page ------------------------------- */


/* Header */
.webdev-header {
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 999;
}

.webdev-header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 3%;
}

.webdev-header .logo a {
    font-size: 2rem;
    font-weight: bold;
    color: #fd7e14;
}

.webdev-nav-links {
    display: flex;
    list-style: none;
}

.webdev-nav-links li {
    margin: 0 20px;
}

.webdev-nav-links li a {
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
}

.webdev-nav-links li a:hover {
    color: #198754;
}

/* Hero Section */
.webdev-hero-section {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3466AA;

}

.webdev-carousel-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
}

.webdev-carousel {
    display: flex;
    transition: transform 0.6s ease;
}

.webdev-carousel-item {
    width: 100%;
    height: 100%;
}

.webdev-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.webdev-hero-content {
    position: absolute;
    color: white;
    text-align: center;
    z-index: 2;
}

.webdev-hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: wheat;
}

.webdev-hero-content p {
    font-size: 1.25rem;
    margin-bottom: 30px;
}

.webdev-cta-button {
    background-color: #000000;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.webdev-cta-button:hover {
    background-color: #198754;
}

/* Why Invest Section */
.webdev-invest-section {
    background-color: #fff;
    padding: 60px 10%;
}

.webdev-invest-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #333;
}

.webdev-reasons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.webdev-reason h3 {
    font-size: 1.6rem;
    color: #fd7e14;
    margin-bottom: 10px;
}

.webdev-reason p {
    font-size: 1rem;
    color: #555;
}

/* Why Choose Us Section */
.webdev-why-choose-us {
    padding: 60px 10%;
    background-color: #f5f5f5;
}

.webdev-why-choose-us h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #333;
}

.webdev-reasons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.webdev-reason h3 {
    font-size: 1.6rem;
    color: #fd7e14;
    margin-bottom: 10px;
}

.webdev-reason p {
    font-size: 1rem;
    color: #555;
}

/* Our Approach Section */
.webdev-approach {
    background-color: #fff;
    padding: 60px 10%;
}

.webdev-approach h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #333;
}

.webdev-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.webdev-step h3 {
    font-size: 1.6rem;
    color: #fd7e14;
    margin-bottom: 10px;
}

.webdev-step p {
    font-size: 1rem;
    color: #555;
}

/* Call to Action Section */
.webdev-cta-section {
    background-color: #fd7e14;
    color: #fff;
    padding: 60px 10%;
    text-align: center;
}

.webdev-cta-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.webdev-cta-section p {
    font-size: 1.25rem;
    margin-bottom: 30px;
}

.webdev-cta-section .webdev-cta-button {
    padding: 12px 20px;
    font-size: 1.2rem;
}

/* Services Section */
.webdev-services {
    background-color: #fff;
    padding: 60px 10%;
}

.webdev-services h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #333;
}

.webdev-service-item {
    margin-bottom: 30px;
}

.webdev-service-item h3 {
    font-size: 1.8rem;
    color: #fd7e14;
    margin-bottom: 10px;
}

.webdev-service-item p {
    font-size: 1rem;
    color: #555;
}

/* Parallax Section */
.webdev-parallax {
    background-image: url('images/parallax-bg.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 100px 10%;
    color: #fff;
    text-align: center;
}

.webdev-parallax h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.webdev-parallax p {
    font-size: 1.25rem;
}

/* Contact Section */
.webdev-contact {
    background-color: #f5f5f5;
    padding: 60px 10%;
    text-align: center;
}

.webdev-contact h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
}

.webdev-contact p {
    font-size: 1.25rem;
    margin-bottom: 30px;
}

.webdev-contact .webdev-cta-button {
    padding: 12px 20px;
    font-size: 1.2rem;
}


/* General Layout for the Steps */
.webdev-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 columns on larger screens */
    gap: 30px;
    /* Space between each card */
    margin-top: 40px;
}

/* Each step card */
.webdev-step {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Icon style */
.webdev-step i {
    font-size: 4rem;
    color: #fd7e14;
    margin-bottom: 20px;
}

/* Title Style */
.webdev-step h3 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 15px;
}

/* Description Style */
.webdev-step p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 0;
}

/* Hover Effect for Cards */
.webdev-step:hover {
    transform: translateY(-10px);
    /* Slight movement up */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    /* More intense shadow */
}



/* Icon Styling */
.webdev-reason i,
.webdev-step i {
    font-size: 3rem;
    color: #fd7e14;
    margin-bottom: 20px;
}

.webdev-reason h3,
.webdev-step h3 {
    font-size: 1.6rem;
    color: #fd7e14;
    margin-bottom: 10px;
}

.webdev-cta-button i {
    margin-right: 10px;
    font-size: 1.3rem;
}

/* General styling for the .webdev-reason elements */
.webdev-reason {
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
    border-style: solid;
    border-width: 3px 10px 6px 3px;
    border-color: #3466AA;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect for .webdev-reason */
.webdev-reason:hover {
    transform: translateY(-5px);
    /* Slight movement up on hover */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    /* Light shadow effect on hover */
}

/* Styling for the .webdev-reason's title and text */
.webdev-reason h3 {
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 15px;
}

.webdev-reason p {
    font-size: 1rem;
    color: #666;
}



/* Responsive Design */
@media (max-width: 768px) {
    .webdev-nav-links {
        display: none;
    }

    .webdev-header nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .webdev-hero-content h1 {
        font-size: 2.5rem;
    }

    .webdev-hero-content p {
        font-size: 1.1rem;
    }

    .webdev-invest-section h2,
    .webdev-why-choose-us h2,
    .webdev-approach h2,
    .webdev-services h2,
    .webdev-cta-section h2,
    .webdev-contact h2 {
        font-size: 2rem;
    }

    .webdev-reasons,
    .webdev-steps,
    .webdev-service-item {
        grid-template-columns: 1fr;
    }

    .webdev-carousel-container {
        height: 50vh;
    }

    .webdev-steps {
        grid-template-columns: 1fr;
        /* 1 column on mobile */
        gap: 20px;
        /* Smaller gap on mobile */
    }

    .webdev-step {
        padding: 20px;
        /* Less padding on smaller screens */
    }

    .webdev-step i {
        font-size: 3rem;
        /* Slightly smaller icons */
    }

    .webdev-step h3 {
        font-size: 1.6rem;
        /* Smaller text for titles */
    }

    .webdev-step p {
        font-size: 0.9rem;
        /* Smaller text for descriptions */
    }

    .webdev-reasons {
        display: grid;
        grid-template-columns: 1fr;
        /* 1 column on mobile */
        gap: 20px;
    }

    .webdev-reason {
        padding: 15px;
        /* Less padding on smaller screens */
    }

    .webdev-reason h3 {
        font-size: 1.4rem;
        /* Smaller text for titles */
    }

    .webdev-reason p {
        font-size: 0.9rem;
        /* Smaller text for descriptions */
    }
}

/* Larger Screens - for multiple columns (Desktop/Tablets) */
@media (min-width: 769px) {
    .webdev-reasons {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns for medium screens */
        gap: 30px;
    }
}

/*-------------------------------  Web Design Services page ------------------------------- */





/*-------------------------------  Web Design Services page ------------------------------- */

.seo-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}




/* Header */
.seo-header {
    background-color: #ffffff;
    padding: 15px 0;
    color: white;
}

.seo-header .seo-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.seo-logo img {
    width: 150px;
}

.seo-nav ul {
    display: flex;
    list-style: none;
}

.seo-nav-item {
    margin-left: 20px;
}

.seo-nav-link {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

/* Hero Section */
.seo-hero {
    background-color: #0097b7;
    color: white;
    padding:60px 90px;
    text-align: center;
}

.seo-hero-heading {
    font-size: 36px;
    margin-bottom: 15px;
}

.seo-hero-text {
    font-size: 18px;
}

/* Services Section */
.seo-services {
    padding: 50px 0;
    background-color: #ffffff;
}

.seo-services-heading {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
}

/* Subheading for each group of services */
.seo-services-subheading {
    font-size: 28px;
    color: #0c4b7f;
    /* Blue color for subheadings */
    margin: 30px 0;
    text-align: center;
    text-transform: uppercase;
    /* Make the text uppercase for emphasis */
    font-weight: bold;
    letter-spacing: 1px;
}

/* Services Grid */
.seo-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.seo-service-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.seo-service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.seo-service-title {
    font-size: 22px;
    margin-top: 20px;
    color: #0c4b7f;
}

.seo-service-description {
    font-size: 16px;
    margin: 15px 0;
    color: #555;
}

.seo-service-list {
    text-align: left;
    list-style: none;
}

.seo-service-list li {
    font-size: 14px;
    margin-bottom: 10px;
}

/* Icons */
.seo-icon {
    font-size: 36px;
    color: #0097b7;
}

/* Contact Form */
.seo-form {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.seo-form input,
.seo-form textarea {
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.seo-form button {
    background-color: #0097b7;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
}

.seo-form button:hover {
    background-color: #007f94;
}


/* About Section Styling */
.seo-about {
    background-color: #f4f4f9;
    /* Light background color */
    padding: 50px 0;
    text-align: center;
}

.seo-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.seo-about-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

.seo-about-heading {
    font-size: 36px;
    color: #0c4b7f;
    /* Brand color */
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.seo-about-description {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
}

.seo-about-description strong {
    font-weight: bold;
    color: #0c4b7f;
    /* Brand color for emphasis */
}

/* CTA Button Styling */
.seo-cta-button {
    background-color: #0097b7;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 30px;
    display: inline-block;
}

.seo-cta-button:hover {
    background-color: #007f94;
    transform: translateY(-5px);
    color: black;
}



/* Responsive Styles */
@media (max-width: 1200px) {
    .seo-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .seo-nav ul {
        flex-direction: column;
        align-items: center;
    }

    .seo-services-grid {
        grid-template-columns: 1fr;
    }

    .seo-header .seo-container {
        flex-direction: column;
    }

    .seo-logo img {
        width: 120px;
    }

    .seo-hero-heading {
        font-size: 28px;
    }

    .seo-hero-text {
        font-size: 16px;
    }

    .seo-service-item {
        padding: 20px;
    }

    .seo-service-title {
        font-size: 20px;
    }

    .seo-service-description {
        font-size: 14px;
    }

    .seo-footer p {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .seo-header .seo-container {
        padding: 10px;
    }

    .seo-logo img {
        width: 100px;
    }

    .seo-nav ul {
        flex-direction: column;
    }

    .seo-nav-item {
        margin: 10px 0;
    }

    .seo-hero-heading {
        font-size: 24px;
    }

    .seo-hero-text {
        font-size: 14px;
    }

    .seo-service-item {
        padding: 15px;
    }

    .seo-service-title {
        font-size: 18px;
    }

    .seo-service-description {
        font-size: 12px;
    }

    .seo-footer p {
        font-size: 10px;
    }

    .seo-about-heading {
        font-size: 28px;
    }

    .seo-about-description {
        font-size: 16px;
    }

    .seo-cta-button {
        padding: 12px 25px;
        font-size: 16px;
    }
    .seo-services-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }

}









/* General Container */
.graphic-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.graphic-hero {
    background: url('hero-background.jpg') no-repeat center center/cover;
    padding: 80px 0;
    color: white;
    text-align: center;
}

.graphic-hero-heading {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
}

.graphic-hero-description {
    font-size: 18px;
    margin-bottom: 40px;
    color: rgb(0, 0, 0);
}

.graphic-cta-button {
    background-color: #0097b7;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

.graphic-cta-button:hover {
    background-color: #007f94;
    color: black;
}

/* About Section */
.graphic-about {
    padding: 60px 0;
    background-color: #eff2ff;
    text-align: center;
}

.graphic-about-heading {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.graphic-about-description {
    font-size: 18px;
    margin-bottom: 30px;
}

.graphic-about a {
    background-color: #0097b7;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
}

.graphic-about a:hover {
    background-color: #007f94;
    color: black;
}

/* Services Section */
.graphic-services {
    padding: 60px 0;
    background-color: #ffffff;
    text-align: center;
}

.graphic-services-heading {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
}

/* Service Item */
.graphic-service-item {
    display: flex;
    flex-direction: column;
    /* Stack vertically */
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.graphic-icon {
    font-size: 50px;
    margin-bottom: 20px;
}

.graphic-service-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.graphic-service-description {
    font-size: 16px;
    color: #666;
}

/* Portfolio Section */
.graphic-portfolio {
    padding: 60px 0;
    background-color: #f4f4f4;
    text-align: center;
}

.graphic-portfolio-heading {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.graphic-portfolio-description {
    font-size: 18px;
    margin-bottom: 40px;
}

.graphic-portfolio-gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

/* Contact Section */
.graphic-contact {
    padding: 60px 0;
    text-align: center;
    background-color: #ffffff;
}

.graphic-contact-heading {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.graphic-contact-description {
    font-size: 18px;
    margin-bottom: 40px;
}

.graphic-contact a {
    background-color: #0097b7;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
}

.graphic-contact a:hover {
    background-color: #007f94;
    color: black;
}

/* Footer Section */
.graphic-footer {
    padding: 20px;
    background-color: #333;
    color: white;
    text-align: center;
}










/* Header Section */
.immersive-header {
    background-color: #3f51b5;
    color: white;
    text-align: center;
    padding: 60px 20px;
}

.immersive-header h1 {
    font-size: 3rem;
    margin-bottom: 10px;
}

.immersive-header p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.immersive-header .cta-button {
    background-color: #ff6347;
    color: white;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.immersive-header .cta-button:hover {
    background-color: #ff4500;
}


/* Section Styles */
.immersive-section {
    padding: 40px 20px;
    text-align: center;
    background-color: #f1f1f1;
    margin: 20px 0;
}

.immersive-section h2 {
    font-size: 2rem;
    color: #3f51b5;
    margin-bottom: 20px;
}

.immersive-section p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
}

.immersive-section ul {
    list-style-type: none;
    margin-top: 20px;
}

.immersive-section ul li {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

/* CTA Section */
.immersive-section .cta-section {
    background-color: #3f51b5;
    color: white;
    text-align: center;
    padding: 40px;
}

.immersive-section .cta-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.immersive-section .cta-section p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}







/* Overall CSS Responsive */

@media (max-width: 480px) {

    .display-3 {
        font-size: calc(1.525rem);
        font-weight: 900;
        line-height: 1.2;
    }

    .containerhowwework {
        flex-direction: column;
    }
    .containerhowwework .content{
        width: 100%;
    }
    .containerhowwework .image-section {
        width: 100%;
    }

}



/* ------------------------------------------------ LAnding GMB ------------------------------------------------------------- */







.cta-containergmb {
    text-align: center;
    
    padding: 40px;
   
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    background: transparent;
    width: 100%;
    display: flex;
  }
  
  .cta-container2 {
    display: flex;
    flex-direction: column;
    width: 50%;
    opacity: 0;
    transform: translateX(-100%);
    animation: slideInFromLeft 1s forwards;
  }
  
  @keyframes slideInFromLeft {
    0% {
      opacity: 0;
      transform: translateX(-100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  
  .cta-containergmb .cta-container2 p{
  
    text-align: left;
  }
  .cta-container p{
  
    text-align: left;
  }
  .cta-containergmb .cta-text {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  
  .cta-containergmb .cta-btn {
    padding: 15px 30px;
    font-size: 18px;
    color: #fff;
    background-color: #00bfe7;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
  }
  
  .cta-containergmb .cta-btn:hover {
    background-color: #00bfe7;
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  
  .cta-containergmb  .cta-btn:active {
    transform: scale(1);
  }
  
  .cta-containergmb .cta-btn:focus {
    box-shadow: 0 0 5px 2px #00bfe7;
  }
  
  
  .cta-section {
    background-color: #f4f4f9;
    padding: 40px 20px;
    text-align: center;
  }
  
  .cta-containergmb {
    
    margin: 0 auto;
  }
  
 
  .cta-container2{
    width: 50% !important;
  }
  .benefits  {
    width: 50% !important;
  }
  .benefits ul {
    text-align: left;
    list-style-type: none;
    padding: 0;
    margin: 0px 6px;
  }
  
  .benefits li {
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  
  .benefits li::before {
    content: "✅";
    color: green;
    padding-right: 10px;
  }
  
  .cta-footer p {
  
    margin-top: 20px;
  }
  
  .cta-btn {
    display: inline-block;
    padding: 15px 30px;
    background-color: #ff5722;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    margin-top: 20px;
  }
  
  .cta-btn:hover {
    background-color: #198754;
  }
  @media (max-width: 968px) {
    .cta-containergmb  {
      display: flex;
      flex-direction: column;
      padding: 20px;
    }
    .cta-container2{
      width: 100% !important;
    }
    .benefits  {
      width: 100% !important;
    }
  }
  
  @media (max-width: 768px) {
    .cta-containergmb  {
      display: flex;
      flex-direction: column;
      padding: 20px;
    }
  
  
    .cta-btn {
      font-size: 1.1rem;
      padding: 12px 25px;
    }
    .cta-container2{
      width: 100% !important;
    }
    .benefits  {
      width: 100% !important;
    }
  }
  
  @media (max-width: 480px) {
 
  
    .cta-btn {
      width: 100%;
      font-size: 1.2rem;
      padding: 12px 0;
    }
    .cta-containergmb  {
      display: flex;
      flex-direction: column;
      padding: 20px;
    }
    .cta-container2{
      width: 100% !important;
    }
    .benefits  {
      width: 100% !important;
    }
    .benefits ul {
     
      margin: 0px ;
    }
  }
  
  
  
  

  .ecommerce-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.ecommerce-section .text-container {
    flex: 1;
    max-width: 60%;
    padding: 20px;
    box-sizing: border-box;
}

.ecommerce-section .image-container {
    flex: 1;
    max-width: 35%;
    padding: 20px;
    box-sizing: border-box;
}

.ecommerce-section .image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.ecommerce-section .cta-button {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.ecommerce-section .cta-button:hover {
    background-color: #0056b3;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .ecommerce-section {
        flex-direction: column;
        text-align: center;
    }

    .ecommerce-section  .text-container, .image-container {
        max-width: 100% !important;
        padding: 10px;
    }

    .ecommerce-section  .cta-button {
        width: 100%;
    }
    
}

  