﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/*img {
    width: 100%;
    height: 100%;
}*/


.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}

    .mega-box .content {
        background: #242526;
        padding: 25px 20px;
        display: flex;
        width: 100%;
        justify-content: space-between;
        box-shadow: 0 6px 10px rgba(0,0,0,0.15);
    }

        .mega-box .content .row {
            width: calc(25% - 30px);
            line-height: 45px;
        }

.content .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .row header {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
}

.content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255,255,255,0.09);
}

.row .mega-links li {
    padding: 0 20px;
}

    .row .mega-links li a {
        padding: 0px;
        padding: 0 20px;
        color: #d9d9d9;
        font-size: 17px;
        display: block;
    }

        .row .mega-links li a:hover {
            color: #f2f2f2;
        }

.wrapper .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
    margin: 0;
}

.wrapper .menu-btn {
    color: #000;
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
    color: #000;
}

@media screen and (max-width: 991px) {
    .wrapper .btn {
        display: block;
    }

    .wrapper .nav-links {
       
        left: -100%;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        transition: all 0.3s ease;
    }
    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #242526;
    }

    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }

    #menu-btn:checked ~ .nav-links {
        left: 0%;
    }

    #menu-btn:checked ~ .btn.menu-btn {
        display: none;
    }

    #close-btn:checked ~ .btn.menu-btn {
        display: block;
    }

    .nav-links li {
        margin: 15px 10px;
    }

        .nav-links li a {
            padding: 0 20px;
            display: inline-flex;
            font-size: 20px;
            color: #000000;
        }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }

    #showDrop:checked ~ .drop-menu,
    #showMega:checked ~ .mega-box {
        max-height: 100%;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        display: block;
        color: #f2f2f2;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

        .nav-links .mobile-item:hover {
            background: #3A3B3C;
        }

    .drop-menu li {
        margin: 0;
    }

        .drop-menu li a {
            border-radius: 5px;
            font-size: 18px;
        }

    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

        .mega-box .content {
            box-shadow: none;
            flex-direction: column;
            padding: 20px 20px 0 20px;
        }

            .mega-box .content .row {
                width: 100%;
                margin-bottom: 15px;
                border-top: 1px solid rgba(255,255,255,0.08);
            }

                .mega-box .content .row:nth-child(1),
                .mega-box .content .row:nth-child(2) {
                    border-top: 0px;
                }

    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }

    .row .mega-links li {
        margin: 0;
    }

    .content .row header {
        font-size: 19px;
    }
}

nav input {
    display: none;
}

.body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

    .body-text div {
        font-size: 45px;
        font-weight: 600;
    }


/* about-section */
.our-purpose {
    background: #378663;
    color: #fff;
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: left;
    max-width: 1200px;
    margin: 3rem auto;
    font-family: 'Poppins', sans-serif;
}

    .our-purpose h2 {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .our-purpose p {
        font-size: 1rem;
        line-height: 1.7;
    }
/* end about-section */

/* start Toolkit-section */
.toolkit {
    text-align: center;
    padding: 3rem 1.5rem;
    font-family: 'Poppins', sans-serif;
}

    .toolkit h2 {
        color: #378663;
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }

    .toolkit .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.2rem;
        max-width: 1200px;
        margin: 0 auto;
    }

.card {
    background: #CDF2F2;
    border-radius: 18px;
    padding: 1rem;
    transition: .3s;
}

    .card:hover {
        transform: translateY(-5px);
    }

.top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 1rem;
}

    .top svg {
        width: 60px;
        height: 60px;
        stroke: #378663;
        fill: none;
        transition: .3s;
    }

        .top svg:hover {
            transform: scale(1.1);
            stroke: #2d6f54;
        }

    .top span {
        position: absolute;
        right: 10px;
        top: 0;
        background: #FFEFBB;
        color: #378663;
        border-radius: 50%;
        padding: 3px 7px;
        font-size: 1rem;
    }

.card img {
    width: 80%;
    border-radius: 50%;
    aspect-ratio: 1;
    object-fit: cover;
    margin: .8rem auto;
    display: block;
}

.card h3 {
    margin: .8rem 0;
    font-size: 1rem;
    font-weight: 600;
    color: #378663;
}
/* Flip container */
.flip-box {
    perspective: 1000px;
    width: 80%;
    margin: 0 auto;
}

.flip-inner {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.card:hover .flip-inner {
    transform: rotateY(180deg);
}

/* Front and back faces */
.flip-front,
.flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    overflow: hidden;
}


.flip-back {
    color: #378663;
    display: flex;
    align-items: flex-start; /* aligns text to the top */
    justify-content: flex-start; /* aligns content to the left */
    padding: 2rem 1.5rem;
    text-align: left;
    transform: rotateY(180deg);
    font-size: 0.9rem;
    line-height: 1.4;
}

    /* Style the bullet list inside */
    .flip-back ul {
        list-style-type: disc;
        padding-left: 1.5rem;
        margin: 0;
    }

    .flip-back li {
        margin-bottom: 0.6rem;
    }



/* 🌐 Responsive */
@media (max-width: 992px) {
    .toolkit .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .toolkit {
        padding: 2rem 1rem;
    }

        .toolkit .grid {
            grid-template-columns: 1fr;
        }

        .toolkit h2 {
            font-size: 1.4rem;
        }

    .top svg {
        width: 45px;
        height: 45px;
    }
}


/* end Toolkit-section */


/* Basic responsive behavior for testimonial carousel */

@media (max-width: 992px) {
    section[style*="padding: 4rem 0"] h2 {
        font-size: 1.6rem !important;
    }

    div[style*="display: flex; justify-content: center; align-items: center; gap: 1.5rem;"] {
        flex-wrap: wrap;
        gap: 1rem !important;
    }

    div[style*="flex: 0 0 280px"] {
        flex: 0 0 45% !important;
        height: auto !important;
    }
}

@media (max-width: 600px) {
    section[style*="padding: 4rem 0"] {
        padding: 2rem 1rem !important;
    }

    div[style*="display: flex; justify-content: center; align-items: center; gap: 1.5rem;"] {
        flex-direction: column !important;
        gap: 1rem !important;
    }

    div[style*="flex: 0 0 280px"] {
        flex: 0 0 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    svg[viewBox="0 0 24 24"] {
        width: 24px !important;
        height: 24px !important;
    }
}
/* End testimonial carousel */


/* key-features-secton */
.key-features-secton {
    background: #F1FAFA;
    padding: 70px 0;
}

    .key-features-secton .key-features-secton-txt {
        text-align: center;
        margin-bottom: 50px;
    }

        .key-features-secton .key-features-secton-txt h6 {
            color: #378663;
            font-weight: 600;
            line-height: 35px;
            font-size: 20px;
            margin-bottom: 3px;
            font-family: "Poppins", sans-serif;
        }

        .key-features-secton .key-features-secton-txt h3 {
            font-weight: 500;
            font-family: "Poppins", sans-serif;
            font-size: 32px;
            margin-bottom: 12px;
        }

.key-features-secton-txt1 {
    height: 100%;
    align-items: center;
    padding-left: 30px;
}

    .key-features-secton-txt1 p {
        font-size: 19px;
        margin-bottom: 25px;
        color: #8A8A8A;
        font-family: "Noto Sans", sans-serif;
    }

        .key-features-secton-txt1 p img {
            width: 25px;
            height: 25px;
            margin-right: 8px;
        }

    .key-features-secton-txt1 .nav-links-btn {
        background-color: #FEC107; /* golden yellow */
        color: white;
        font-size: 1rem;
        font-weight: 600;
        padding: 12px 28px;
        border: none;
        border-radius: 30px; /* smooth pill-like corners */
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        box-shadow: 0 4px 6px rgba(254, 193, 7, 0.2);
        font-family: "Poppins", sans-serif;
    }

        /* Hover State */
        .key-features-secton-txt1 .nav-links-btn:hover {
            background-color: #E5A906; /* slightly darker yellow */
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(254, 193, 7, 0.3);
            color: #1F2937; /* dark gray for better contrast */
        }

        /* Optional: add an arrow like “Learn More” */
        .key-features-secton-txt1 .nav-links-btn svg {
            width: 1rem;
            height: 1rem;
            margin-left: 8px;
            background-color: #CDF2F2;
            border-radius: 50px;
            padding: 2px;
            transition: all 0.3s ease;
        }

        .key-features-secton-txt1 .nav-links-btn:hover svg {
            transform: translateX(3px);
        }

/* end key-features-secton */

/* founder-section */
.founder-section {
    padding: 120px 0 70px;
    font-family: "Poppins", sans-serif;
}

.founder-section-card {
    position: relative;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #CDF2F2; /* Card background color */
    text-align: center;
}

.founder-section-card-body {
    padding: 32px 24px;
}

.founder-card-title {
    color: #378663; /* Title color */
    font-weight: 600;
    font-size: 1.125rem; /* 18px */
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.founder-card-quote {
    font-weight: 500;
    font-size: 1.5rem; /* 24px */
    margin-bottom: 3rem;
    line-height: 1.5;
}

.founder-card-info {
    color: #8A8A8A; /* Founder info color */
    font-size: 1rem; /* 16px */
}

@media (max-width: 768px) {
    .founder-section-card-body {
        padding: 30px 20px;
    }

    .founder-card-quote {
        margin-bottom: 2rem;
    }
}
/* end founder-section */

/* faq-section  */

/* end faq-section  */

/* talkus-section */
.talkus-section {
    padding: 60px 0 80px;
}

    .talkus-section h6 {
        color: #378663;
        font-weight: 600;
        line-height: 35px;
        font-size: 18px;
        margin-bottom: 3px;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        text-align: center;
    }

    .talkus-section h3 {
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        font-size: 32px;
        margin-bottom: 40px;
        text-align: center;
        padding: 0 60px;
    }

    .talkus-section p {
        margin-bottom: 30px;
    }

        .talkus-section p a {
            display: flex;
            align-items: center;
            color: #757575;
            font-family: "Noto Sans", sans-serif;
        }

            .talkus-section p a:hover {
                text-decoration: none;
            }

        .talkus-section p span {
            background-image: linear-gradient(to right, #378663 0%, #FEC009 100%);
            width: 45px;
            height: 45px;
            display: block;
            /* padding: 8px; */
            border-radius: 6px;
            /* line-height: 28px; */
            text-align: center;
            margin-right: 15px;
            align-items: center;
            display: flex;
            justify-content: center;
        }

        .talkus-section p img {
            width: 25px;
            height: auto;
        }
    /* end talkus-section */

    /* talkus-section */
    .talkus-section .talkus-section-card {
        box-shadow: rgba(0, 0, 0, 0.24) -14px 18px 15px -12px;
        padding: 20px 20px 20px 35px;
    }

    .talkus-section .talkus-section-card-left1 {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .talkus-section .talkus-section-card-left h4 {
        margin-bottom: 25px;
        font-family: "Poppins", sans-serif;
        font-size: 26px;
    }

    .talkus-section .talkus-section-card-right {
        background: #DBF0E3;
        padding: 35px;
    }

        .talkus-section .talkus-section-card-right textarea.form-control {
            height: auto;
        }

        .talkus-section .talkus-section-card-right .form-control {
            border-radius: 0;
            height: 45px;
        }

        .talkus-section .talkus-section-card-right label {
            color: #757575;
            font-family: "Poppins", sans-serif;
        }
    .talkus-section .nav-links-btn {
        background-color: #FEC107; /* SoulSukh gold */
        color: white;
        font-size: 1rem;
        font-weight: 600;
        padding: 12px 28px;
        border: none;
        border-radius: 30px; /* pill shape */
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-family: "Poppins", sans-serif;
        transition: all 0.3s ease;
        box-shadow: 0 4px 6px rgba(254, 193, 7, 0.2);
    }

        /* Hover effect */
        .talkus-section .nav-links-btn:hover {
            background-color: #E5A906; /* slightly darker gold */
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(254, 193, 7, 0.3);
            color: #1F2937; /* dark gray text on hover */
        }

        /* Optional: Add subtle arrow animation */
        .talkus-section .nav-links-btn svg {
            width: 1rem;
            height: 1rem;
            margin-left: 8px;
            background-color: #CDF2F2;
            border-radius: 50px;
            padding: 2px;
            transition: all 0.3s ease;
        }

        .talkus-section .nav-links-btn:hover svg {
            transform: translateX(3px);
        }

.talk-btn {
    border: none;
    cursor: pointer;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .talk-btn:hover {
        transform: scale(1.05);
    }

      
/* end talkus-section */


/* about-page-sec */
.about-page-sec {
    background: #F0F9F4;
    padding: 110px 0;
}

    .about-page-sec .about-page-sec-img {
        width: 450px;
        max-width: 100%;
    }

    .about-page-sec .about-page-sec-txt1 {
        height: 100%;
        align-items: center;
    }

    .about-page-sec .about-page-sec-txt {
        padding-top: 20px;
    }

        .about-page-sec .about-page-sec-txt h6 {
            color: #378663;
            font-weight: 600;
            line-height: 35px;
            font-size: 20px;
            margin-bottom: 0;
            font-family: "Poppins", sans-serif;
        }

        .about-page-sec .about-page-sec-txt h3 {
            font-weight: 500;
            font-family: "Poppins", sans-serif;
            font-size: 32px;
            margin-bottom: 20px;
        }

        .about-page-sec .about-page-sec-txt p {
            font-size: 18px;
            color: #8A8A8A;
            line-height: 32px;
            font-family: "Noto Sans", sans-serif;
            margin-bottom: 20px;
        }

            .about-page-sec .about-page-sec-txt p span {
                color: #378663;
                font-weight: 600;
            }

    .about-page-sec .about-page-sec-btn .btn {
        padding: 8px 30px;
        margin-top: 20px;
    }

/* ✅ Responsive (shortest form) */
@media(max-width:768px) {
    .about-page-sec {
        padding: 60px 0;
        text-align: center;
    }

        .about-page-sec .about-page-sec-img {
            width: 100%;
            margin-bottom: 20px;
        }

        .about-page-sec .about-page-sec-txt h3 {
            font-size: 24px;
        }

        .about-page-sec .about-page-sec-txt p {
            font-size: 16px;
            line-height: 28px;
        }
}

/* end about-page-sec */

/* vission-mission */
.vission-mission {
    padding: 60px 0 50px;
}

    .vission-mission .vission-mission-txt h6 {
        color: #378663;
        font-weight: 600;
        line-height: 35px;
        font-size: 20px;
        margin-bottom: 3px;
        font-family: "Poppins", sans-serif;
        text-align: center;
        text-transform: uppercase;
    }

    .vission-mission .vission-mission-txt h3 {
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        font-size: 32px;
        margin-bottom: 40px;
        text-align: center;
        padding: 0 100px;
        line-height: 42px;
    }

    .vission-mission .vission-mission-txt1 img {
        width: 75px;
        margin-bottom: 20px;
    }

    .vission-mission .vission-mission-txt1 h4 {
        font-size: 28px;
        font-family: "Poppins", sans-serif;
    }

    .vission-mission .vission-mission-txt1 p {
        font-size: 18px;
        color: #8A8A8A;
        line-height: 32px;
        font-family: "Noto Sans", sans-serif;
    }

    .vission-mission .vission-mission-btn {
        display: flex;
        justify-content: center;
        margin: 30px auto 0;
    }

        .vission-mission .vission-mission-btn .btn {
            color: white;
            background-image: linear-gradient(to right, #378663 0%, #FEC009 100%);
            padding: 10px 40px;
            border-radius: 6px;
        }

@media (max-width: 768px) {
    .vission-mission .vission-mission-txt h3 {
        padding: 0 20px; /* Reduce horizontal padding */
        font-size: 24px;
        line-height: 32px;
    }

    .vission-mission .vission-mission-txt h6 {
        font-size: 18px;
        line-height: 28px;
    }

    .vission-mission .vission-mission-txt1 h4 {
        font-size: 22px;
    }

    .vission-mission .vission-mission-txt1 p {
        font-size: 16px;
        line-height: 28px;
    }
}

/* end vission-mission */

/* why-preventive */
.why-preventive {
    background: #F0F9F4;
    padding: 60px 0 40px;
}

    .why-preventive h3 {
        font-size: 32px;
        margin-bottom: 15px;
        font-family: "Poppins", sans-serif;
    }

    .why-preventive p {
        font-size: 18px;
        color: #8A8A8A;
        line-height: 28px;
        font-family: "Noto Sans", sans-serif;
    }
/* end why-preventive */


/* problem-banner */
.problem-banner {
    background: #F0F9F4;
    padding: 120px 0 30px;
}

    .problem-banner .problem-banner-txt h6 {
        color: #378663;
        font-weight: 600;
        line-height: 35px;
        font-size: 18px;
        margin-bottom: 0px;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
    }

    .problem-banner .problem-banner-txt h3 {
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        font-size: 30px;
        margin-bottom: 25px;
    }

    .problem-banner .problem-banner-txt ul {
        list-style: none;
    }

        .problem-banner .problem-banner-txt ul li {
            font-size: 17px;
            display: flex;
            padding-bottom: 20px;
            color: #8A8A8A;
            font-family: "Noto Sans", sans-serif;
            align-items: baseline;
        }

            .problem-banner .problem-banner-txt ul li img {
                width: 13px;
                margin-right: 10px;
            }

.problem-banner-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; /* vertical center */
    justify-content: flex-end; /* align image to end (right) */
}

    .problem-banner-img img {
        width: 400px;
        height: 400px;
        object-fit: cover; /* fill space nicely */
        border-radius: 8px; /* optional rounded corners */
    }

/* end problem-banner */

/* the-need-sec */
.the-need-sec {
    margin: 50px 0 20px;
    background: #F0F9F4; /* add background color */
    padding: 50px 0; /* add padding for breathing space */
}

    .the-need-sec .row {
        align-items: center; /* vertically center the row content */
    }

    .the-need-sec .the-need-sec1-img img {
        width: 100%;
        height: auto;
        max-width: 400px; /* optional: limit width */
        display: block;
        margin: 0 auto; /* center image horizontally */
    }

    .the-need-sec .the-need-sec1-txt1 {
        display: flex;
        align-items: center;
        justify-content: center; /* center the text vertically and horizontally */
        height: 100%;
    }

    .the-need-sec .the-need-sec1 {
        background: #F0F9F4;
        padding: 25px;
    }

        .the-need-sec .the-need-sec1 .the-need-sec1-txt1 {
            display: flex;
            align-items: center;
            height: 100%;
        }

        .the-need-sec .the-need-sec1 .the-need-sec1-txt h3 {
            font-weight: 500;
            font-family: "Poppins", sans-serif;
            font-size: 26px;
            margin-bottom: 8px;
        }

        .the-need-sec .the-need-sec1 .the-need-sec1-txt p {
            font-size: 18px;
            color: #8A8A8A;
            line-height: 26px;
            font-family: "Noto Sans", sans-serif;
            margin-bottom: 0px;
        }
/* end the-need-sec */

/* solution-banner */
.solution-banner {
    background: #F0F9F4;
    padding: 110px 0 30px;
}

    .solution-banner .solution-banner-txt h6 {
        color: #378663;
        font-weight: 600;
        line-height: 35px;
        font-size: 20px;
        margin-bottom: 0px;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        text-align: center;
    }

    .solution-banner .solution-banner-txt h3 {
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        font-size: 30px;
        margin-bottom: 15px;
        text-align: center;
        padding: 0 170px;
    }
.sol-content {
    padding: 1.5rem;
}
@media (max-width: 768px) {
    .solution-banner .solution-banner-txt h3 {
        padding: 0 20px;
        font-size: 24px;
        line-height: 1.4;
    }

    .solution-banner .solution-banner-txt h6 {
        font-size: 18px;
        line-height: 1.2;
    }

    .solution-banner .row {
        flex-direction: column; /* Stack timeline and images vertically */
    }

    .solution-banner .solution-banner-timeline,
    .solution-banner .solution-banner-img1 {
        margin-top: 20px;
    }
}

/* end solution-banner */

/*  */
.solution-banner-timeline .timeline {
    /* width:800px; */
    /* background-color:#072736; */
    color: #8A8A8A;
    padding: 30px 20px;
    /* box-shadow:0px 0px 10px rgba(0,0,0,.5); */
}

    .solution-banner-timeline .timeline ul {
        list-style-type: none;
        border-left: 3px solid #378663;
        padding: 10px 0px 10px 5px;
    }

        .solution-banner-timeline .timeline ul li {
            padding: 20px 0px 5px 30px;
            position: relative;
            cursor: pointer;
            transition: .5s;
        }

            .solution-banner-timeline .timeline ul li img {
                width: 35px;
                margin-bottom: 10px;
            }

            .solution-banner-timeline .timeline ul li span {
                display: inline-block;
                background-color: #1685b8;
                border-radius: 25px;
                padding: 2px 5px;
                font-size: 15px;
                text-align: center;
            }

            .solution-banner-timeline .timeline ul li .content h3 {
                color: #1F1A1A;
                font-size: 17px;
                padding-top: 5px;
                font-family: "Poppins", sans-serif;
                margin-bottom: 0px;
            }

            .solution-banner-timeline .timeline ul li .content p {
                padding: 5px 0px 0px 0px;
                font-size: 16px;
                font-family: "Noto Sans", sans-serif;
                margin-bottom: 0;
            }

            .solution-banner-timeline .timeline ul li:before {
                position: absolute;
                content: '';
                width: 15px;
                height: 15px;
                /* background-color:#34ace0; */
                background-color: #378663;
                border-radius: 50%;
                left: -14px;
                top: 28px;
                transition: .5s;
            }
            /* .solution-banner-timeline .timeline ul li:hover{
	background-color:#071f2a;
} */
            .solution-banner-timeline .timeline ul li:hover:before {
                background-color: #34ace0;
                box-shadow: 0px 0px 10px 2px #34ace0;
            }

@media (max-width:300px) {
    .solution-banner-timeline .timeline {
        width: 100%;
        padding: 30px 5px 30px 10px;
    }

        .solution-banner-timeline .timeline ul li .content h3 {
            color: #34ace0;
            font-size: 15px;
        }
}

.solution-banner-img1 {
    margin-top: 70px;
    position: relative;
}

    .solution-banner-img1 .solution-banner-img {
        margin-bottom: 30px;
        height: 480px;
    }

        .solution-banner-img1 .solution-banner-img img {
            border-radius: 10px;
        }

    .solution-banner-img1 .solution-banner-img4 {
        width: 175px;
        position: absolute;
        right: 45px;
    }

    .solution-banner-img1 .solution-banner-img3 {
        width: 230px;
        height: 100%;
        margin: auto;
    }
/*  */

/* sukhtribe-banner */
.sukhtribe-banner {
    position: relative;
    padding: 120px 0;
}

    .sukhtribe-banner .sukhtribe-banner-txt {
        background: #F0F9F4;
        padding: 35px 60px 15px 35px;
        border-radius: 8px;
        box-shadow: rgba(0,0,0,0.24) 0 3px 8px;
    }

        .sukhtribe-banner .sukhtribe-banner-txt h6 {
            color: #378663;
            font-weight: 600;
            line-height: 35px;
            font-size: 18px;
            margin: 0;
            font-family: "Poppins",sans-serif;
            text-transform: uppercase;
        }

        .sukhtribe-banner .sukhtribe-banner-txt h3 {
            font-weight: 500;
            font-family: "Poppins",sans-serif;
            font-size: 26px;
            margin-bottom: 15px;
            line-height: 36px;
        }

        .sukhtribe-banner .sukhtribe-banner-txt p {
            font-size: 17px;
            color: #8A8A8A;
            line-height: 28px;
            font-family: "Noto Sans",sans-serif;
        }

    .sukhtribe-banner .sukhtribe-banner-img {
        width: 100%;
        max-width: 400px;
        position: static;
        margin-left: auto;
        margin-top: 35px;
    }

/* ✅ Responsive (compact) */
@media(max-width:768px) {
    .sukhtribe-banner {
        padding: 60px 0;
        text-align: center;
    }

        .sukhtribe-banner .sukhtribe-banner-txt {
            padding: 25px;
            box-shadow: none;
        }

            .sukhtribe-banner .sukhtribe-banner-txt h3 {
                font-size: 22px;
                line-height: 30px;
            }

            .sukhtribe-banner .sukhtribe-banner-txt p {
                font-size: 15px;
                line-height: 24px;
            }

        .sukhtribe-banner .sukhtribe-banner-img {
            max-width: 100%;
            margin: 25px auto 0;
        }
}

/* end sukhtribe-banner */

/* sukhtribe-section */
.sukhtribe-section {
    padding: 50px 0;
}

    .sukhtribe-section .sukhtribe-section-img {
        margin-top: 30px;
    }

    .sukhtribe-section .sukhtribe-section-txt h6 {
        color: #378663;
        font-weight: 600;
        line-height: 35px;
        font-size: 16px;
        margin-bottom: 0px;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
    }

    .sukhtribe-section .sukhtribe-section-txt h3 {
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        font-size: 26px;
        margin-bottom: 15px;
    }

    .sukhtribe-section .sukhtribe-section-txt p {
        font-size: 18px;
        color: #8A8A8A;
        line-height: 30px;
        font-family: "Noto Sans", sans-serif;
        margin-bottom: 25px;
    }

    .sukhtribe-section .sukhtribe-section-txt ul {
        list-style: none;
    }

        .sukhtribe-section .sukhtribe-section-txt ul li {
            font-size: 15px;
            display: flex;
            padding: 8px;
            color: #1F1A1A;
            font-family: "Noto Sans", sans-serif;
            align-items: center;
            background: #F0F9F4;
            margin-bottom: 13px;
            border-radius: 6px;
        }

            .sukhtribe-section .sukhtribe-section-txt ul li img {
                width: 18px;
                margin-right: 10px;
            }

    .sukhtribe-section .sukhtribe-section-btn .btn {
        color: white;
        background-image: linear-gradient(to right, #378663 0%, #FEC009 100%);
        padding: 8px 30px;
    }
/* end sukhtribe-section */

/* sukhtribe-section1 */
.sukhtribe-section1 {
    background: #F0F9F4;
    padding: 50px 0;
}

    .sukhtribe-section1 .sukhtribe-section1-txt1 {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .sukhtribe-section1 .sukhtribe-section1-txt {
        margin-top: 30px;
    }

        .sukhtribe-section1 .sukhtribe-section1-txt h3 {
            font-weight: 500;
            font-family: "Poppins", sans-serif;
            font-size: 30px;
            margin-bottom: 22px;
        }

        .sukhtribe-section1 .sukhtribe-section1-txt ul {
            list-style: none;
            margin-bottom: 5px;
        }

            .sukhtribe-section1 .sukhtribe-section1-txt ul li {
                font-size: 17px;
                display: flex;
                padding-bottom: 20px;
                color: #8A8A8A;
                font-family: "Noto Sans", sans-serif;
                align-items: center;
            }

                .sukhtribe-section1 .sukhtribe-section1-txt ul li img {
                    width: 18px;
                    margin-right: 10px;
                }

.sukhtribe-section1-btn .btn {
    padding: 8px 30px;
}

.sukhtribe-section1-img {
    margin: auto;
}
/* end sukhtribe-section1 */

/* SukhStore Carousel */
.sukhstore-carousel {
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .sukhstore-carousel .carousel-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 1s ease;
    }

        .sukhstore-carousel .carousel-item.active {
            opacity: 1;
            z-index: 2;
        }

    .sukhstore-carousel .carousel-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .sukhstore-carousel .carousel-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(120deg, rgba(0,0,0,0.3), rgba(55,134,99,0.5));
    }

    .sukhstore-carousel .carousel-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: #fff;
        width: 90%;
    }

        .sukhstore-carousel .carousel-content h1 {
            font-size: 2.8rem;
            margin-bottom: 1rem;
        }

        .sukhstore-carousel .carousel-content p {
            font-size: 1.2rem;
            line-height: 1.5;
        }

    /* Arrows */
    .sukhstore-carousel .carousel-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255,255,255,0.8);
        border-radius: 50%;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 3;
    }

        .sukhstore-carousel .carousel-arrow:hover {
            background: #fff;
        }

    .sukhstore-carousel .carousel-arrow-left {
        left: 25px;
    }

    .sukhstore-carousel .carousel-arrow-right {
        right: 25px;
    }

    .sukhstore-carousel .carousel-arrow svg {
        width: 26px;
        height: 26px;
        fill: #378663;
    }

/* Dots */
#dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 3;
}

    #dots .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(255,255,255,0.5);
        cursor: pointer;
    }

        #dots .dot.active {
            background: #FEC107;
        }

/* Responsive */
@media (max-width:768px) {
    .sukhstore-carousel {
        height: 70vh;
    }

        .sukhstore-carousel .carousel-content h1 {
            font-size: 2rem;
        }

        .sukhstore-carousel .carousel-content p {
            font-size: 1rem;
        }
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .sukhstore-banner {
        height: 400px;
    }

        .sukhstore-banner h2 {
            font-size: 32px;
        }

        .sukhstore-banner p {
            font-size: 1em;
            line-height: 28px;
            padding: 0 20px;
        }
}

@media (max-width: 576px) {
    .sukhstore-banner {
        height: 300px;
    }

        .sukhstore-banner h2 {
            font-size: 24px;
            margin-bottom: 10px;
        }

        .sukhstore-banner p {
            font-size: 0.95em;
            line-height: 24px;
        }
}


/* launching-soon-section */
.launching-soon-section {
    padding: 25px 0;
}

    .launching-soon-section .launching-soon-section-txt h3 {
        text-align: center;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        color: #378663;
        font-size: 38px;
    }
    .launching-soon-section .btn {
        color: white;
        background-image: linear-gradient(to right, #378663 0%, #FEC009 100%);
        padding: 8px 30px;
    }


/* end launching-soon-section */


/* contact-page-sec */
.contact-page-sec {
    padding: 60px 0 10px;
}

    .contact-page-sec h3 {
        font-size: 34px;
        text-align: center;
        margin-bottom: 45px;
    }

.contact-page-sec-txt {
    display: grid;
    gap: 40px 50px;
    grid-template-columns: auto auto;
}

    .contact-page-sec-txt .contact-page-sec-txt-card img {
        width: 30px;
        height: 30px;
        margin-bottom: 10px;
    }

    .contact-page-sec-txt .contact-page-sec-txt-card h6 {
        font-size: 18px;
        color: #1F1A1A;
    }

.contact-page-sec-btn {
    text-align: center;
    margin-top: 60px;
}

    .contact-page-sec-btn .btn {
        padding: 8px 30px;
    }
/* end contact-page-sec */

.contact-mob {
    display: none;
}

nav .wrapper .nav-links-mob li a:hover {
    color: #fff;
}

/*  */
#button {
    display: inline-block;
    background-color: #42895e;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 8px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #button::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 26px;
        line-height: 50px;
        color: #fff;
    }

    #button:hover {
        cursor: pointer;
        background-color: #333;
    }

    #button:active {
        background-color: #555;
    }

    #button.show {
        opacity: 1;
        visibility: visible;
    }




/*  */
