body {
    font-family: 'Nunito Sans', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}

p{
    margin: 0 0 20px;
}

.bgImg{
    background: url(../assets/contact/ContactResponsive.png) no-repeat;
    position: absolute;
    width: 413px;
    height: 3261px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 99999;
    opacity: 0.5;
    pointer-events: none;
    background-position: center 0;
}

#wrapper{
    position: relative;
    overflow: hidden;
    width: 100%;
}

.green-text {
    color: #40916C;
}
.container {
    max-width: 1197px;
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;

}

/* Navbar */
.navbar {
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1217px;
    position: relative;
    padding: 0 20px;
}
.logo {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}
.logo a{
    display: block;
}
.logo span { color: #40916C; }
.logo-img {
    display: block;
    width: 100%;
    height: auto;
}
nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

nav .btn{
    padding: 10px 34px;
}
.nav-links {
    list-style: none;
    display: flex;
    gap: 21px;
    margin: 0;
    padding: 0 0 0 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.nav-links li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 14px;
}
.nav-links li a:hover,
.nav-links li a.active {
    background: #40916C;
    color: #fff;
}
.btn {
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border: none;
    cursor: pointer;
    font-size: 14px;
}
.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.btn-green {
    background: #40916C;
    color: #fff;
    border: 2px solid #40916C;
}
.btn-green:hover {
    background: #2d6a4f;
    border-color: #2d6a4f;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(64, 145, 108, 0.3);
}
.btn-yellow {
    background: #ffc107;
    color: #000;
    border-radius: 25px;
}
.btn-white {
    background: white;
    color: #40916C;
    border: 2px solid white;
    border-radius: 8px;
}
.btn-white:hover {
    background: #f8f9fa;
    border-color: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(255, 255, 255, 0.3);
}

/* Hero */
.hero {
    position: relative;
    background: url('../assets/home-page/hero-background.jpg') center/cover no-repeat;
    height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    margin: 7px 20px;
    border-radius: 20px;
    overflow: hidden;
}
.hero .overlay {
    position: absolute; top:0; left:0; right:0; bottom:0;
    background: rgba(0,0,0,0.55);
}
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}
.hero-content h1 {
    font-size: 72px;
    font-weight: 700;
    margin: 0 0 18px;
    line-height: 1.2;
}
.hero-content p {
    font-size: 18px;
    margin: 0 0 2px;
    line-height: 1.6;
    opacity: 0.95;
}
.hero-content .btnRow{
    padding: 40px 0 0;
}
.hero-content .btnRow .btn{
    padding: 13px 35px;
    font-size: 18px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 11px;
}
.badges {
    display: flex;
    gap: 24px;
    justify-content: center;
    padding: 0;
    margin: 0 0 27px;
    flex-wrap: wrap;
    list-style: none;

}
.badges li {
    background: rgba(255,255,255,0.1);
    color: #fff;
    padding: 8px 19px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    box-shadow: 0 0 1px rgba(255,255,255,1);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    gap: 4px;

}

/* Section Titles */
.section-title {
    font-size: 36px;
    font-weight: 700;
    margin:0 0 12px;
    color: #333;
    text-align: center;
    letter-spacing: 0.4px;
}
.solution-description {
    text-align: center;
    color: #666;
    font-size: 18px;
    margin: 0 0 20px;
    line-height: 1.6;
}

/* Trusted Partner Section */
.trusted-partner-section {
    padding: 83px 0 53px;
    background: #f0f8f4; /* Very light green background */
}

.trusted-partner-container {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 0 20px;
    max-width: 1163px;
}

.trusted-partner-content {
    flex: 0 0 50%;
}

.who-we-are-badge {
    display: inline-block;
    background: rgb(240, 253, 244);
    color: #40916C;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 27px;
}

.trusted-partner-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 50px;
    color: #333;
    line-height: 1.2;
    letter-spacing: 0.35px;
}

.trusted-partner-content h2 .green-text {
    color: #40916C;
    display: block;
    padding: 23px 0 0
}

.trusted-partner-content p {
    color: #666;
    line-height: 28px;
    margin-bottom: 10px;
}

.trusted-partner-content p:last-of-type {
    margin-bottom: 22px;
}

.trusted-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 0 -34px 0 0;
}

.trusted-features .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.feature-icon-circle {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.feature-icon-circle img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.trusted-features .feature-text h4 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 2px;
    color: #333;
}

.trusted-features .feature-text p {
    font-size: 14px;
    color: #777;
    line-height: 1.5;
    margin-bottom: 0;
}

.trusted-partner-image {
    flex: 0 0 42%;
    text-align: center;
    margin: 10px 0 7px 96px;
    border: 8px solid rgba(64, 145, 108, 0.38);
    border-radius: 22px;
}

.trusted-partner-image img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    border: 2px solid #e0f2e9; /* Light green border */
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

/* Download App Section */
.download-app {
    padding: 67px 0 77px;
    background: #fff;
}
.download-app-title {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 50px;
    color: #333;
    text-align: center;
    letter-spacing: 0.4px;
}
.download-app-container {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}
.download-panel {
    background: #e8f5f0;
    border-radius: 16px;
    padding: 15px 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    min-height: 200px;
}
.platform-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}
.platform-logo-img {
   /* width: 24px;
    height: 24px;*/
    object-fit: contain;
    display: block;
}
.platform-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-transform: lowercase;
    margin: 0;
}
.download-panel-content {
    display: flex;
    align-items: flex-start;
    gap: 103px;
    width: 100%;
    flex: 1;
}
.store-button {
   /* background: #000;
    color: #fff;
    border-radius: 12px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 180px;
    flex-shrink: 0;
    height: fit-content;*/
}
.store-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.store-button-icon {
    /*width: 20px;
    height: 20px;*/
    flex-shrink: 0;
    object-fit: contain;
    display: block;
}
.store-button-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
    gap: 0;
}
.store-button-top {
    font-size: 11px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    opacity: 0.9;
}
.store-button-bottom {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
}
.qr-code-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    margin-top: -45px;
}
@media (max-width: 768px) {
    .qr-code-wrapper {
        margin-top: 0;
    }
}
.qr-code-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.qr-label {
    font-size: 12px;
    color: #333;
    margin: 0;
    font-weight: 500;
    text-align: center;
}

/* Features */
.features {
    padding: 67px 0 77px;
    text-align: center;
    background: #fff;
}
.features .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 33px;
    margin: 62px 6px 0 6px;
}

/* Responsive design for features */
@media (max-width: 1200px) {
    .features .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .features .grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 19px 0 0;
    }
    .solution-description {
        font-size: 16px;
        padding: 0 20px;
        line-height: 28px;
    }


    /* Trusted Partner Mobile */
    .trusted-partner-section {
        padding: 79px 0 70px;
    }

    .trusted-partner-container {
        flex-direction: column;
        gap: 35px;
    }

    .trusted-partner-content h2 {
        font-size: 30px;
        line-height: 37px;
        padding: 0 70px 0 0;
        margin: 0 0 32px;
    }

    .trusted-partner-content p {
        padding: 0;
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 43px;
    }

    .trusted-partner-content p:last-of-type {
        margin-bottom: 30px;
    }

    .trusted-partner-content h2 .green-text{
        display: inline;
        padding: 0 0 0 5px;
    }

    .who-we-are-badge {
        margin: 0 auto 23px;
        padding: 10px 19px;
    }

    .trusted-features {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 5px 4px 0 4px;
        margin: 0;
    }

    .trusted-features .feature-item {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        gap: 12px;
    }

    .feature-icon-circle {
        width: 45px;
        height: 45px;
        margin-top: 8px;
    }

    .feature-icon-circle img {
        width: 45px;
        height: 45px;
    }

    .trusted-features .feature-text h4 {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 5px;
        color: #333;
    }

    .trusted-features .feature-text p {
        font-size: 14px;
        text-align: left;
        padding: 0;
        margin-bottom: 0;
        line-height: 1.4;
    }

    .trusted-partner-image {
        padding: 0;
        margin: 0;
        border-radius: 7px;
    }

    .trusted-partner-image img {
        border-radius: 10px;
        width: 100%;
        height: auto;
    }
}
.features .card {
    background: #fff;
    padding: 34px 20px 13px;
    border-radius: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid rgba(30, 86, 49, 0.25);
    text-align: center;
}
.card-icon {
    margin-bottom: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-icon img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}
.features .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.features .card h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 22px;
    color: #333;
    letter-spacing: -0.45px;
    line-height: 28px;
    max-width: 158px;
}
.features .card p {
    color: #666;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: -0.31px;
}

/* About */
.about {
    padding: 75px 0 105px;
    background: #fff;
}
.about-container {
    display: flex;
    flex-wrap: wrap;
    gap: 112px;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}
.about-text {
    flex: 1.26;
    padding: 0 20px 0 2px;
}
.about-text h2 {
    font-size: 48px;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
    margin: 0 0 32px;
    letter-spacing: 0.7px;
}
.about-text p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin-bottom: 9px;
}
.about-img {
    flex: 1.05;
    position: relative;
    max-width: 700px;
    padding: 66px 0 0;
    margin: -4px -5px 0 -2px;
}
.about-img img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}
.stats {
    display: flex;
    gap: 40px;
    margin: 40px 0;
}
.stats div {
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    flex: 1;
}
.stats strong {
    font-size: 24px;
    display: block;
    color: #40916C;
    font-weight: 700;
    margin-bottom: 5px;
}
.stats span {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

/* Promise */
.promise {
    padding: 51px 0;
    text-align: center;
    background: #fff;
}
.promise h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}
.promise-description {
    text-align: center;
    color: #666;
    font-size: 17px;
    margin: -9px auto 60px;
    max-width: 780px;
    line-height: 28px;
}
.promise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
    gap: 40px;
    margin: 60px -30px 0px;
}
.promise-card {
    background: #fff;
    padding: 13px 37px;
    border-radius: 16px;
    /*box-shadow: 0 4px 20px rgba(0,0,0,0.08);*/
    transition: all 0.3s ease;
    /*border: 1px solid #f0f0f0;*/
    text-align: center;
}


.promise-image {
    position: relative;
    width: 128px;
    height: 128px;
    margin: 0 auto 27px ;
    border-radius: 50%;
    overflow: hidden;
}

.promise-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promise-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.promise-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.promise-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #333;
}
.promise-card p {
    color: #666;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: -0.31px;
}

/* Why Different */
/* Why Different Section */
.why-different {
    padding: 37px 0 80px;
    background: #f0f8f4; /* Very light green background */
}
.why-different h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 11px;
    color: #333;
}
.why-subtitle {
    text-align: center;
    color: #666;
    font-size: 18px;
    margin-bottom: 60px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}
.why-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: flex-start;
}
.why-features {
    display: flex;
    flex-direction: column;
    gap: 61px;
    padding: 58px 34px 0 6px;
}
.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.feature-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.feature-text h4 {
    font-size: 19px;
    font-weight: 700;
    margin: 2px 0 9px;
    color: #333;
}
.feature-text p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}
.community-card {
    background: #fff;
    padding: 31px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
    max-width: 477px;
    margin: 72px 0 0 66px;
}
.community-icon {
    margin: 0 0 17px;
}
.community-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.community-card h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 23px;
    color: #333;
}
.community-card p {
    color: #666;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 27px;
}
.quote-block {
    background: #e8f5f0;
    padding: 23px 18px;
    border-radius: 12px;
    margin-top: 20px;
}
.quote-block em {
    color: #333;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    color: rgba(64, 145, 108, 1);
}

/* Steps */
.steps {
    padding: 70px 0 110px;
    text-align: center;
    background: #fff;
}
.steps h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #333;
    letter-spacing: 0.37px;
    word-spacing: 27px;
}
.steps h2 .green-text {
    color: #40916C;
}
.steps-subtitle {
    text-align: center;
    color: #666;
    font-size: 17px;
    margin-bottom: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0.37px;
}
.steps .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
    gap: 27px;
    margin-top: 91px;
    padding: 0 5px;
}
.step {
    background: #fff;
    padding: 0;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
    min-height: 478px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.step:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.step-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.step-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.step::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 2;
    border-radius: 16px;
}
.step h5 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 11px;
    text-align: center;
    position: relative;
    z-index: 3;
    padding: 0 30px;
}
.step p {
    color: #fff;
    text-align: center;
    line-height: 20px;
    position: relative;
    z-index: 3;
    padding: 0 27px 28px;
    margin: 0;
    font-size: 14px;
}

/* Newsletter */
.newsletter {
    position: relative;
    color: white;
    padding: 60px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    overflow: hidden;
}
.newsletter::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: url('../assets/home-page/newsletter-background.jpg') center/cover no-repeat;
    filter: blur(20px);
    z-index: 0;
}
.newsletter-card {
    background: transparent;
    border: none;
    border-radius: 30px;
    padding: 20px 15px 54px;
    text-align: center;
    max-width: 810px;
    width: 100%;
    position: relative;
    z-index: 2;
}
.stay-connected-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: white;
    padding: 7px 18px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 25px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.newsletter h3 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    margin: 0 0 16px;
    color: white;
}
.newsletter p {
    font-size: 18px;
    margin-bottom: 44px;
    opacity: 0.9;
    line-height: 1.6;
}
.newsletter-form {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 31px;
    max-width: 670px;
    margin: 0 0 0 60px;
    box-sizing: border-box;
}
.newsletter-form .btn{
    padding: 10px 24px;
}
.email-input-wrapper {
    position: relative;
    display: inline-block;
}
.email-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 18px;
    z-index: 3;
}
.newsletter-form input {
    padding: 11px 20px 11px 46px;
    border: none;
    border-radius: 6px;
    width: 359px;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    background-colot: white;
    background-image: url(../assets/i5.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 15px center;
    color: #333;
    letter-spacing: -0.30px;
}
.newsletter-form input:focus {
    outline: none;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
.newsletter p.newsletter-note {
    font-size: 12px;
    margin: 9px 0 0px;
    opacity: 0.8;
    color: white;
}


.newsletter-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255,255,255,0.2);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    z-index: 3;
}
/* Footer */
footer {
    background: #f8f9fa;
    color: #333;
    padding: 146px 10px 40px;
    border-top: 1px solid #dee2e6;
}
.footer-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 80px;
    margin-bottom: 40px;
    max-width: 1167px;
    align-items: flex-start;
}
.footer-col {
    flex: 1;
    min-width: 280px;
}
.footer-col:first-child {
    flex: 1.25;
    min-width: 226px;
}
.footer-col:nth-child(2){
    flex: 0.8;
    min-width: 200px;
}
.footer-col:nth-child(3) {
    flex: 0.8;
    min-width: 200px;
}
.footer-col h4, .footer-col h5 {
    color: #333;
    font-weight: 400;
    margin: 7px 0 20px;
    font-size: 16px;
}
.footer-col p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
    max-width: 300px;
}
.contact-icon {
    font-size: 20px;
    margin-right: 8px;
    vertical-align: middle;
}
.footer-col ul {
    list-style: none;
    padding: 0;
}
.footer-col ul li {
    margin-bottom: 10px;
}
.footer-col ul li a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
    font-weight: 400;
}
.footer-col ul li a:hover {
    color: #40916C;
}
.footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 39px;
    border-top: 1px solid #eee;
    font-size: 12px;
    color: #999;
}

/* About Us Page Styles */
.about-hero {
    position: relative;
    background: url('../assets/home-page/about-us.jpg') center/cover no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}
.about-hero .overlay {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.6);
}
.about-hero .hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    padding: 0 20px;
}
.about-hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}
.about-hero p {
    font-size: 18px;
    opacity: 0.9;
}

.story-tag {
    background: #e8f5f0;
    color: #016630;
    padding: 9px 16px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 25px;
}

.mission-box {
    background: #e8f5f0;
    padding: 0 16px;
    border-radius: 16px;
    margin: 48px 0 0 0;
    display: flex;
    gap: 16px;
    align-items: center;
    border: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    width: 100%;
    box-sizing: border-box;
}
.mission-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.mission-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}
.mission-content{
    padding-right: 20px;
}
.mission-content h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 16px;
    color: #333;
}
.mission-content p {
    color: #666;
    line-height: 24px;
    margin-top: 5px;
    font-size: 14px;
}

.join-overlay {
    position: absolute;
    bottom: -27px;
    right: -72px;
    background: #40916C;
    padding: 34px 20px 26px 20px;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(64, 145, 108, 0.3);
    width: 211px;
}
.join-overlay .btn {
    background: no-repeat;
    color: #fff;
    border: none;
    font-weight: 700;
    margin-bottom: 9px;
    font-size: 30px;
    padding: 0;
    line-height: 34px;
}
.join-overlay p {
    color: white;
    font-size: 13px;
    font-weight: 600;
    text-shadow: none;
    opacity: 1;
    margin: 0;
}

.core-values {
    padding: 74px 0;
    background: #f0f8f4; /* Very light green background */
    position: relative;
}
.core-values h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 13px;
    color: #333;
}
.values-subtitle {
    text-align: center;
    color: #666;
    font-size: 18px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -0.44px;
}
.values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 33px;
}
.value-card {
    background: transparent;
    padding: 0;
    border-radius: 16px;
    box-shadow: none;
    transition: all 0.3s ease;
    border: none;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    text-align: left;
    width: 100%;
    min-height: 120px;
    box-sizing: border-box;
}
.value-icon {
    width: 48px;
    height: 48px;
    background: #e8f5f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 4px 0 0 0px;
}
.value-icon img {
   display: block;
}
.value-content {
    flex: 1;
}
.value-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    margin-top: 6px;
    color: #333;
}
.value-card p {
    color: #666;
    line-height: 1.6;
}

.our-mission {
    padding: 74px 0 19px;
    background: #fff;
    text-align: center;
}
.our-mission h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 16px;
    color: #333;
}
.mission-subtitle {
    text-align: center;
    color: #666;
    font-size: 18px;
    margin-bottom: 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}
.mission-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin: -2px -56px 0 -19px;
}
.mission-card {
    background: transparent;
    padding: 40px 47px;
    border-radius: 16px;
    text-align: center;
    box-shadow: none;
    border: none;
    transition: all 0.3s ease;
}
.mission-card-icon{
    margin: 0 0 4px;
}
.mission-card img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
.mission-card h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 17px;
    color: #333;
}
.mission-card p {
    color: #666;
    font-size: 18px;
    line-height: 29px;
}

.leadership {
    padding: 46px 0 80px;
    background: #f0f8f4; /* Very light green background */
}
.leadership h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 13px;
    color: #333;
}
.leadership-subtitle {
    text-align: center;
    color: #666;
    font-size: 18px;
    margin-bottom: 66px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.leadership-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 112px;
}
.leader-card {
    background: #fff;
    padding: 36px 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}
.leader-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.leader-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin: 0 auto 20px;
}
.leader-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #333;
}
.leader-card h5 {
    font-size: 16px;
    font-weight: 600;
    color: #40916C;
    margin-bottom: 27px;
    margin-top: 10px;
}
.leader-card p {
    color: #666;
    line-height: 20px;
    font-size: 14px;
    margin: 0;
}



/* Contact Us Page Styles */
.contact-hero {
    position: relative;
    background: url('../assets/home-page/about-us.jpg') center/cover no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}
.contact-hero .overlay {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.6);
}
.contact-hero .hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    padding: 0 20px;
    text-align: left;
    margin: 0;
}
.contact-hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}
.contact-hero p {
    font-size: 18px;
    opacity: 0.9;
}

.help-section {
    padding: 61px 0;
    background: #f8f9fa;
}
.help-section h2 {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 6px;
    color: #333;
}
.help-subtitle {
    text-align: center;
    color: #666;
    font-size: 18px;
    margin: 0 0 17px;
}
.help-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}
.help-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}
.help-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.help-icon {
    font-size: 48px;
    margin-bottom: 20px;
}
.help-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}
.help-card p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}
.contact-link {
    color: #40916C;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}
.contact-link:hover {
    text-decoration: underline;
}
.contact-note {
    color: #40916C;
    font-size: 14px;
    font-weight: 600;
}

.contact-main {
    padding: 73px 0 70px;
    background: linear-gradient(135deg, #f0f8f4 0%, #e8f5f0 100%); /* Light green gradient */
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 70px;
    align-items: start;
}
.contact-form-section {
    background: #fff;
    padding: 30px 32px 20px;
    border-radius: 16px;
    transition: all 0.3s ease;
    margin: 0 0 0 16px;;
    border: 1px solid #0000001A;
}
.contact-form-section:hover {
    box-shadow: 0 6px 25px rgba(0,0,0,0.12);
}
.contact-form-section h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 30px;
    color: #333;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.form-group {
    display: flex;
    flex-direction: column;
}
.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 12px;
}
.form-group input,
.form-group select,
.form-group textarea {
    padding: 10px 12px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s ease;
    font-family: 'Inter', sans-serif;
    width: 100%;
    box-sizing: border-box;
    background: #f8f9fa;
    color: #333;
    line-height: 20px;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #40916C;
}
.form-group textarea {
    resize: vertical;
    min-height: 120px;
}
.send-icon {
    font-size: 16px;
}
.contact-form .btn{
    padding: 8px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.contact-info-section {
    text-align: left;
}
.contact-info-section h3 {
    font-size: 36px;
    font-weight: 700;
    margin: -5px 0 21px;
    line-height: 40px;
    color: #333;
}
.contact-info-section p {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    margin-bottom: 20px;
}
.email-contact {
    text-align: left;
    margin: 0;
    padding: 55px 0 0;

}
.help-icon {
    margin-bottom: 15px;
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
}
.help-icon img {
    border-radius: 0;
    border: none;
    padding: 0;
    background: transparent;
    margin-left: 0;
    float: left;
}
.email-icon {
    font-size: 48px;
    color: #40916C;
    margin-bottom: 10px;
    border: 2px solid #40916C;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px 0;
}
.email-contact p {
    color: #333;
    margin-bottom: 18px;
}
.email-support {
    text-align: left;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    align-items: center;
}
.email-support strong {
    color: #333;
    font-size: 18px;
}
.email-address {
    color: #40916C;
    font-size: 16px;
    font-weight: 700;
}
.info-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.info-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0,0,0,0.12);
}
.info-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 0;
}
.info-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.info-card-content {
    flex: 1;
}
.info-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #333;
}
.info-card p {
    color: #666;
    line-height: 1.6;
}
.urgent-help {
    background: #40916C;
    color: white;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(64, 145, 108, 0.3);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.urgent-help:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(64, 145, 108, 0.4);
}
.urgent-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.urgent-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: brightness(0) invert(1); /* Makes the icon white */
}
.urgent-help h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.urgent-help p {
    margin: 0;
}
.urgent-help a {
    color: white;
    text-decoration: none;
    font-weight: 600;
}
.urgent-help a:hover {
    text-decoration: underline;
}

.faq-section {
    padding: 75px 0 79px;
    background: #f8f9fa;
}
.faq-section h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 13px;
    color: #333;
}
.faq-subtitle {
    text-align: center;
    color: #666;
    font-size: 18px;
    margin: 0 0 65px;
}
.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.faq-card {
    background: #fff;
    padding: 23px;
    border-radius: 16px;
    border: 1px solid #1E563140;
    transition: all 0.3s ease;
}
.faq-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.faq-card-header {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 20px;
}
.faq-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.faq-icon {
    flex-shrink: 0;
}
.faq-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}
.faq-card h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: #333;
}
.faq-card ul {
    list-style: none;
    padding: 10px 0 6px;
    margin: 0;
}
.faq-card li {
    color: #666;
    margin-bottom: 6px;
    padding-left: 12px;
    position: relative;
    line-height: 1.6;
}
.faq-card li:before {
    content: "•";
    color: #333;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* Why Choose Us Page Styles */
.why-hero {
    background: #f8f9fa;
    padding: 66px 0 63px;
    text-align: center;
    color: #333;
    margin-bottom: 0;
}
.why-hero .hero-content {
    margin: 0 auto;
    padding: 0 20px;
}
.why-hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 7px;
    color: #333;
}
.why-hero p {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
}



.our-promise {
    padding: 100px 0;
    background: #f8f9fa;
}
.our-promise h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}
.promise-subtitle {
    text-align: center;
    color: #666;
    font-size: 16px;
    margin-bottom: 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}


.community-section {
    padding: 100px 0;
    background: #fff;
}
.community-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.community-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}
.community-content p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.community-features {
    margin-bottom: 30px;
}

.community-image img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.process-section {
    padding: 100px 0;
    background: #f8f9fa;
}
.process-section h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}
.process-subtitle {
    text-align: center;
    color: #666;
    font-size: 16px;
    margin-bottom: 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}
.process-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}
.process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.process-icon {
    font-size: 48px;
    margin-bottom: 20px;
}
.process-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}
.process-card p {
    color: #666;
    line-height: 1.6;
}

.stats-section {
    padding: 100px 0;
    background: #fff;
}
.stats-section h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: #333;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
}
.stat-card {
    background: #f8f9fa;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}
.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #40916C;
    margin-bottom: 10px;
}
.stat-label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* Help Cards Section */
.help-cards {
    padding: 0 0 100px 0;
    background: #f8f9fa;
    margin-top: 0;
}
.help-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}
.help-card {
    background: #fff;
    padding: 46px 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}
.help-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.help-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 -10px 21px;
    color: #333;
}
.help-card p {
    color: #666;
    line-height: 24px;
    font-size: 16px;
    margin: 0 auto;
    max-width: 177px;
}
.help-icon {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;


}
.contact-main .help-icon {
    justify-content: start;
}
.help-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    border-radius: 8px;
    display: block;
}

/* Innovation Section */
.innovation-section {
    padding: 72px 0 60px;
    background: linear-gradient(135deg, #ffffff 0%, #f0f8f4 100%);
}
.innovation-section h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 11px;
    color: #333;
}
.innovation-subtitle {
    text-align: center;
    color: #666;
    font-size: 18px;
    margin-bottom: 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}
.innovation-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 190px;
}
.innovation-features {
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.innovation-feature {
    display: flex;
    align-items: flex-start;
    gap: 23px;
    text-align: left;
}
.innovation-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 2px 0 0 -1px;
}

.innovation-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.innovation-feature-content {
    flex: 1;
}

.innovation-feature h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 4px 0 7px;
    color: #333;
}
.innovation-feature p {
    color: #666;
    line-height: 24px;
    font-size: 16px;
}
.innovation-image {
   /* background: #f0f0f0;*/
    height: 474px;
    border-radius: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -20px 0 0;
}
.delivery-truck-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.delivery-overlay {
    position: absolute;
    bottom: 20px;
    right: -25px;
    background: #40916C;
    color: white;
    padding: 21px 23px;
    border-radius: 12px;
    width: 160px;
    box-sizing: border-box;
    text-align: left;
}
.stat-number {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #fff;
}
.stat-label {
    font-size: 14px;
    opacity: 0.9;
    color: #fff;
}

/* Comparison Section */
.comparison-section {
    padding: 75px 0 55px;
    background: #fff;
}
.comparison-section h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 12px;
    color: #333;
}
.comparison-subtitle {
    text-align: center;
    color: #666;
    font-size: 18px;
    margin:0 0 31px;
    line-height: 1.6;
}
.comparison-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 53px;
}
.comparison-column h3 {
    font-size: 30px;
    font-weight: 700;
    /* margin-bottom: 30px; */
    margin-bottom: 30px;
    color: #333;
    text-align: left;
}
.comparison-item {
    background: #fff;
    padding: 15px;
    border-radius: 16px;
    margin-bottom: 26px;
    display: flex;
    align-items: flex-start;
    gap: 22px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    min-height: 80px;
}

.comparison-item-content {
    flex: 1;
}
.old-way .comparison-item {
    background: #fef2f2;
    border: none;
}
.new-way .comparison-item {
    background: #f0f8f4;
    border: none;
}
.comparison-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 4px 2px 0 -2px;
    z-index: 1;
}

.comparison-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.comparison-item h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 0px;
    color: #333;
}
.comparison-item p {
    color: #666;
    line-height: 24px;
    font-size: 16px;
    margin: 0;
    max-width: 390px;
}

/* Savings Section */
.savings-section {
    padding: 76px 0 43px;
    background: #f0f8f4;
}
.savings-section h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 12px;
    color: #333;
}
.savings-subtitle {
    text-align: center;
    color: #666;
    font-size: 18px;
    margin-bottom: 64px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}
.savings-table {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    margin-bottom: 40px;
    overflow: hidden;
}
.table-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    font-weight: 700;
    color: #333;
    font-size: 24px;
    padding: 31px 32px 14px;
    gap: 32px;
}
.table-column {
    text-align: left;
}
.comparison-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding: 9px 32px 8px;
    align-items: center;
}
.comparison-row:last-child {
    border-bottom: none;
}
.comparison-cell {
    padding: 15px 20px 15px 17px;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.comparison-cell.current {
    background-color: #fef2f2;
}
.comparison-cell.current .label {
    font-size: 16px;
    color: #666;
    font-weight: 400;
}
.comparison-cell.current .value {
    font-size: 16px;
    color: #dc3545;
    font-weight: 700;
}

.comparison-cell.savings {
    background-color: #f0f8f4;
}
.comparison-cell.savings .label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}
.comparison-cell.savings .value {
    font-size: 18px;
    color: #40916C;
    font-weight: 700;
}
.comparison-label {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    padding: 15px 20px;
    background: #f8f9fa;
    border-radius: 12px;
    display: flex;
    align-items: center;
}
.annual-benefits {
    background: #40916C;
    color: white;
    padding: 24px 160px 27px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    margin: 49px 30px 30px;
}
.annual-benefits h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 9px;
    color: white;
}
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.benefit-item {
    text-align: center;
}
.benefit-number {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 3px;
    color: white;
}
.benefit-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

/* Footer Updates */
.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.footer-logo-img {
    width: auto;
}
.footer-logo h4 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
}
.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 24px;
}
.social-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: transparent;
    border-radius: 0;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    transition: opacity 0.3s ease;
    padding: 0;
    box-sizing: border-box;
}
.social-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.social-icon:hover {
    opacity: 0.8;
}
.social-icon-old {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.social-icon {
    font-size: 24px;
    text-decoration: none;
    transition: transform 0.3s ease;
}
.social-icon:hover {
    transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .form-row {
        grid-template-columns: 1fr;
    }
    .help-grid {
        grid-template-columns: 1fr;
    }
    .faq-grid {
        grid-template-columns: 1fr;
    }
    .community-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .why-grid,
    .promise-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    /* Promise Mobile */
    .promise{
        padding: 30px 0 82px;
    }
    .promise h2 {
        font-size: 30px;
    }
    .promise-grid{
        margin: 65px -30px 0px;
        gap: 0;
    }
    .promise-card{
        padding: 13px 37px 0;
    }
    .promise-image{
        margin: 0 auto 20px;
    }
    .promise-card h4{
        margin: 0 0 18px;
    }
    .promise-description {
        font-size: 16px;
        padding: 0 5px;
    }
    .promise-card p {
        line-height: 20px;
        font-size: 14px;
        letter-spacing: -0.05px;
        margin: 0 0 15px;
    }

    /* Why Different Mobile */
    .why-different {
        padding: 53px 0 80px;
    }
    .why-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .why-different h2 {
        font-size: 30px;
    }
    .why-subtitle {
        font-size: 16px;
        padding: 0 20px;
        line-height: 29px;
        margin: 0;
    }

    .why-features{
        padding: 17px 4px 0 1px;
        gap: 23px;
    }
    .feature-text p{
        line-height: 26px;
    }

    .community-card {
        padding: 44px 20px 31px;
        margin: -20px 0 0;
    }
    .community-icon {
        margin: 0 0 15px;
    }
    .community-card h4{
        margin: 0 0 20px;
    }
    .community-card p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 18px;
        letter-spacing: -0.31px;
    }
    .quote-block {
        padding: 23px 18px;
        margin: 0 14px 20px;
    }
    .steps {
        padding: 58px 0 87px;
    }
    .steps .grid{
        margin: 0;
        padding: 0;
        gap: 16px;
    }
    .steps h2{
        word-spacing: 0;
        font-size: 30px;
        letter-spacing: 0;
        margin: 0 0 15px;
    }
    .steps-subtitle{
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
        margin: 0 0 32px;
    }
    .step h5{
        font-size: 18px;
        margin: 0 0 17px;
    }
    .step p{
        line-height: 19px;
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);

    }
    .innovation-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .comparison-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .values-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    /* Contact Info Cards Mobile */
    .info-card {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    .info-icon {
        margin: 0 auto;
    }
    .urgent-help {
        gap: 15px;
    }

    /* Core Values Mobile */
    .value-card {
        gap: 20px;
    }
    .value-icon {
        margin: 0 auto;
    }

    .value-card p{
        line-height: 19px;
        margin-right: -3px;
    }
}







/* ---------- RESPONSIVE ENHANCEMENTS ---------- */

/* Global Image Scaling */
img {
    max-width: 100%;
    height: auto;
}


/* Hero Section */
@media (max-width: 768px) {
    .hero {
        min-height: inherit;
        padding: 138px 9px 60px;
        text-align: center;
        margin: 33px 20px;
        height: 514px;
        display: block;
    }
    .hero-content {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .hero-content h1 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 28px;
    }
    .hero-content p {
        font-size: 14px;
        line-height: 20px;
        max-width: 100%;
        margin-bottom: 11px;
        text-align: center;
    }
    .badges {
        justify-content: center;
        gap: 17px;
        margin-bottom: 60px;
        flex-wrap: wrap;
    }
    .badges span {
        font-size: 12px;
        padding: 6px 12px;
    }
    .btn {
        font-size: 14px;
        padding: 10px 20px;
    }

    .hero-content .btnRow {
        padding: 19px 0 0;
    }

    .hero-content .btnRow .btn{
        font-size: 16px;
        width: auto;
        letter-spacing: 0;
        gap: 21px;
        padding: 13px 26px;
    }

    .section-title{
        font-size: 30px;
    }

    .features {
        padding: 131px 0 77px;
    }

    .features .section-title{
        margin: 0 0 16px;
    }
}

/* About Section */
@media (max-width: 768px) {
    .about-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
    .about-text {
        padding: 0;
        text-align: left;
    }
    .stats {
        flex-direction: column;
        gap: 20px;
    }
    .mission-box {
        text-align: left;
    }
}

/* Newsletter Responsive */
@media (max-width: 768px) {
    .newsletter {
        padding: 28px 15px 26px;
        min-height: inherit;
    }
    .stay-connected-badge{
        margin: 0 0 18px;
    }
    .newsletter-card {
        padding: 0 5px;
        border-radius: 20px;
        max-width: 100%;
        margin: 0 auto;
    }
    .newsletter h3 {
        font-size: 30px;
        margin: 0 0 13px;
    }
    .newsletter p {
        font-size: 16px;
        padding: 0 10px;
        line-height: 22px;
        margin: 0 0 25px;
    }
    .newsletter-form {
        flex-direction: column;
        gap: 15px;
        padding:31px 33px;
        margin: 0;
    }
    .newsletter-form input {
        width: 100%;
        max-width: none;
        padding: 10px 20px 10px 47px;
        font-size: 16px;
        box-sizing: border-box;
    }
    .form-row {
        flex-direction: column;
        gap: 24px;
        width: 100%;
    }
    .email-input-wrapper {
        width: 100%;
    }
    .btn-white {
        width: 100%;
        padding: 12px 20px;
    }
    .newsletter p.newsletter-note {
        font-size: 14px;
        margin: 9px 0 0px;
        opacity: 0.8;
        color: white;
        letter-spacing: -0.15px;
        line-height: 20px;
    }
}

/* Mobile Separate Sections */
.mobile-savings-sections {
    display: none;

}

/* Savings Section Responsive */
@media (max-width: 768px) {
    .savings-section {
        padding: 60px 0;
    }
    .savings-section h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .savings-subtitle {
        font-size: 16px;
        padding: 0 20px;
    }

    /* Hide desktop table on mobile */
    .savings-table {
        display: none;
    }

    /* Show mobile separate sections */
    .mobile-savings-sections {
        display: block;
        padding: 31px 29px 39px;
        background: #fff;
        box-shadow: 0 8px 10px rgba(0,0,0,0.1);
        border-radius: 16px;
    }

    .mobile-current-section,
    .mobile-savings-section {
        margin-bottom: 24px;
    }

    .mobile-current-section h3,
    .mobile-savings-section h3 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 26px;
    }

    .mobile-current-section h3 {
        margin: 0 0 26px;
        text-align: left;
    }


    .mobile-comparison-cell {
        padding: 17px 15px;
        border-radius: 12px;
        margin-bottom: 22px;
        display: flex;
        gap: 10px;
        justify-content: space-between;
    }

    .mobile-comparison-cell.current {
        background-color: #fef2f2;
    }

    .mobile-comparison-cell.savings {
        background-color: #f0f8f4;
    }

    .mobile-comparison-cell .label {
        font-size: 14px;
        color: #666;
        font-weight: 500;
        margin-bottom: 0;
        letter-spacing: -0.31px;
    }

    .mobile-comparison-cell.current .value {
        font-size: 12px;
        color: #dc3545;
        font-weight: 700;
    }

    .mobile-comparison-cell.savings .value {
        font-size: 12px;
        color: #40916C;
        font-weight: 700;
    }

    .annual-benefits {
        margin: 33px 0px 0;
        padding: 22px 15px;
        border-radius: 12px;
    }
    .annual-benefits h3 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .benefit-number {
        font-size: 24px;
        margin-bottom: 0;
    }
    .benefit-label {
        font-size: 14px;
    }
}

/* Footer Responsive */
@media (max-width: 768px) {
    footer{
        padding: 118px 0 0;
    }
    .footer-container {
        flex-direction: column;
        gap: 14px;
    }
    .footer-col:first-child {
        text-align: left;
        flex: auto;
        width: 100%;
    }
    .footer-col:first-child .footer-logo {
        text-align: center;
        width: 130px;
        margin: 0 0 24px;
    }
    .footer-col:first-child p,
    .footer-col:first-child .social-icons {
        text-align: left;
        max-width: 100%;
        margin: 18px 0 0;
        gap: 17px;

    }
    .footer-col:nth-child(2),
    .footer-col:nth-child(3) {
        text-align: left;
    }
    .footer-col h4, .footer-col h5{
        font-weight: 600;
    }
    .footer-col ul li {
        margin-bottom: 10px;
    }
    .footer-col ul li a {
        font-size: 16px;
        font-weight: 400;
    }

    .contact-icon {
        font-size: 29px;
        margin-right: 8px;
    }
    .footer-bottom{
        font-size: 14px;
        line-height: 20px;
        padding: 30px 6px;
        margin: 50px 0 0;
    }
}

/* General Scaling */
@media (max-width: 480px) {
    body {
        font-size: 14px;
    }
    h1, h2, h3 {
        font-size: 90%;
    }
    .container {
        padding: 0 20px;
    }


}
/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    gap: 4px;
    padding: 8px;
    z-index: 1000;
    margin: 4px 0 0 0;
}
.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: rgba(13, 76, 57, 1);
    border-radius: 2px;
    transition: all 0.3s ease;
}
.mobile-menu-toggle span:nth-child(2){
    width: 20px;
    margin: 0 0 0 5px;
}
.mobile-menu-toggle span:nth-child(3){
    display: none;
}

/* Mobile behavior */
@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: flex;
    }

    .nav-container {
        padding: 0 15px;
    }

    .logo {
        max-width: 165px;
        margin: 3px 0 0 3px;
    }

    nav {
        margin-right: 0;
    }

    nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        border-top: 1px solid #eee;
        flex-direction: column;
        gap: 0;
        padding: 20px;
        margin: 20px 0 0;
    }

    nav.active {
        display: flex;
    }

    .nav-links {
        position: static;
        transform: none;
        flex-direction: column;
        gap: 0;
        padding: 0;
        width: 100%;
        margin-bottom: 20px;
        box-sizing: border-box;
    }

    .nav-links li {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .nav-links li a {
        display: block;
        padding: 15px 20px;
        width: 100%;
        border-radius: 10px;
        transition: all 0.3s ease;
        margin: 5px 0 0;
        color: #333;
        text-decoration: none;
        font-weight: 500;
        box-sizing: border-box;
    }

    .nav-links li a:hover {
        background: #40916C;
        color: #fff;
    }

    .nav-links li a.active {
        background: #40916C;
        color: #fff;
        box-sizing: border-box;
    }

    .btn-yellow {
        display: block;
        margin: 10px 0 0;
        text-align: center;
        width: 100%;
        padding: 15px 20px;
        border-radius: 25px;
        background: #ffc107;
        color: #000;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
        box-sizing: border-box;
    }

    .btn-yellow:hover {
        background: #e0a800;
        transform: translateY(-1px);
    }

    /* Hamburger animation */
    .mobile-menu-toggle.open span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    /*.mobile-menu-toggle.open span:nth-child(2) {*/
    /*    opacity: 0;*/
    /*}*/
    .mobile-menu-toggle.open span:nth-child(2) {
        transform: rotate(-45deg) translate(5px, -5px);
        width: 25px;
        margin: 7px 0 0 0;
    }

    .features .card{
        padding: 44px 27px 17px;
        min-height: 205px;
    }
    .card-icon {
        margin-bottom: 19px;
    }
    .features .card h3{
        max-width: 100%;
    }

    .features .grid{
        gap: 16px;
    }

    .features .card p{
        padding: 0 21px;
        margin: 0;
    }

    /* Download App Mobile */
    .download-app {
        padding: 50px 0 40px;
    }
    .download-app-title {
        font-size: 30px;
        margin: 0 0 30px;
    }
    .download-app-container {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 30px 20px;
    }
    .download-panel {
        padding: 25px 20px 20px;
        min-height: auto;
    }
    .platform-logo {
        /*margin-bottom: 20px;*/
    }
    .download-panel-content {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    .store-button {
        min-width: auto;
        width: 100%;
        max-width: 250px;
        justify-content: center;
    }
    .qr-code-wrapper {
        width: 100%;
    }
    .qr-code-img {
        width: 100px;
        height: 100px;
    }


    .about {
        padding: 56px 0 100px;
    }

    .about-container{
        padding: 0 15px;
    }

    .about-text h2{
        font-size: 30px;
    }
    .about-text p{
        font-size: 14px;
    }
    .mission-box{
        margin-top: 32px;
    }
    .mission-content {
        padding-right: 0;
    }

    .story-tag{
        margin-bottom: 40px;
    }

    .about-img{
        padding: 0;
        margin: -5px 2px 0 2px;
        min-height: 458px;
    }
    .about-img img{
        border-radius: 16px;
        height: 100%;
        object-fit: cover;
    }
    .join-overlay{
        bottom: -34px;
        right: 0px;
    }

    .core-values{
        padding: 78px 0 58px;
    }
    .core-values h2{
        font-size: 30px;
        margin: 0 0 19px;
    }

    .values-subtitle{
        font-size: 16px;
        letter-spacing: 0;
        margin: 0 0 13px;
    }

    .our-mission {
        padding: 80px 0 19px;
    }

    .mission-grid{
        margin: 0;
        gap: 0;
    }

    .our-mission h2{
        font-size: 30px;
        margin: 0 0 14px;
    }

    .mission-subtitle{
        font-size: 16px;
        line-height: 22px;
        margin: 0;
    }

    .mission-card{
        padding: 33px 0 4px;
    }

    .mission-card h4{
        margin: 0 0 14px;
    }

    .mission-card p{
        line-height: 26px;
    }

    .leadership{
        padding: 50px 0 88px;
    }
    .leadership h2{
        font-size: 30px;
    }
    .leadership-subtitle{
        font-size: 16px;
        margin-bottom: 35px;
    }

    .leadership-grid{
        gap: 34px;
    }
    .leader-card{
        padding: 23px 30px 27px;
    }
    .leader-photo{
        width: 96px;
        height: 96px;
    }
    .leader-card h5{
        margin-top: -2px;
        margin-bottom: 14px;
    }

    .why-hero{
        padding: 59px 0 29px;
    }
    .why-hero .hero-content h1{
        font-size: 30px;
        margin: 0 0 13px;
    }
    .why-hero .hero-content p{
        font-size: 16px;
        line-height: 22px;
    }
    .help-cards{
        padding: 0 0 47px 0;
    }
    .help-grid{
        gap: 19px;
    }
    .help-card{
        padding: 32px 10px;
    }
    .help-card p{
        max-width: 100%;
        font-size: 14px;
        line-height: 20px;
    }
    .innovation-section {
        padding: 80px 0 84px;
    }
    .innovation-section h2{
        font-size: 30px;
        margin: 0 0 13px;
    }

    .innovation-subtitle{
        font-size: 16px;
        padding: 0 10px;
        line-height: 22px;
        margin: 0 0 35px;
    }
    .innovation-icon{
        margin: 2px 0 0 -3px;
    }
    .innovation-feature h4{
        letter-spacing: -0.45px;
    }
    .innovation-feature p{
        letter-spacing: -0.31px;
    }
    .innovation-image{
        margin: 5px -4px 0;
        height: 324px;
    }
    .delivery-overlay{
        bottom: -20px;
        right: 6px;
        padding: 15px 13px;
        text-align: center;
    }

    .comparison-section{
        padding: 113px 0 90px;
    }

    .comparison-section h2{
        font-size: 30px;
    }
    .comparison-subtitle{
        font-size: 16px;
        margin: 0 0 32px;
        line-height: 22px;
    }
    .comparison-column h3{
        font-size: 24px;
        margin: 0 0 32px -4px;
    }
    .comparison-item{
        gap: 13px;
        padding: 15px 15px 19px;
        min-height: inherit;
    }
    .comparison-item h4{
        margin: 0 0 11px;
    }
    .comparison-item p{
        line-height: 19px;
        font-size: 14px;
    }
    .comparison-column.new-way{
        margin: -12px 0 0;
    }
    .savings-section {
        padding: 80px 0;
    }
    .savings-section h2{
        font-size: 30px;
        margin-bottom: 16px;
    }
    .savings-subtitle {
        font-size: 16px;
        padding: 0;
        line-height: 22px;
        margin: 0 0 30px;
    }

    .help-section {
        padding: 55px 0;
    }
    .help-section h2{
        font-size: 30px;
        margin: 0 0 12px;
    }
    .help-subtitle{
        font-size: 16px;
    }

    .contact-info-section h3{
        font-size: 30px;
        margin: 0 0px 14px;
    }

    .contact-main {
        padding: 74px 0 84px;
    }

    .contact-container{
        margin: 0 -3px;
        gap: 34px;
    }

    .contact-info-section p{
        font-size: 16px;
    }

    .email-contact{
        padding: 12px 0 0;
    }

    .email-contact p{
        font-size: 18px;
    }


    .contact-form-section{
        margin: 0;
        padding: 37px 31px 37px;
    }
    .form-group label{
        letter-spacing: -0.5px;
    }

    .contact-form,
    .form-row{
        gap: 16px;
    }
    .faq-section {
        padding: 84px 0 79px;
    }
    .faq-section h2{
        font-size: 30px;
        margin: 0 0 11px;
    }
    .faq-subtitle{
        font-size: 16px;
        margin: 0 0 20px;
    }
    .faq-grid{
        margin: 0 -4px;
        gap: 32px;
    }
    .faq-card{
        padding: 23px 23px 9px;
    }
    .faq-card-header{
        gap: 13px;
    }

    .faq-card ul{
        padding: 4px 0 6px;
    }
    .faq-card li{
        padding-left: 14px;
    }

}
