    body {
        background: #ffffff;
        font-family: Arial, sans-serif;

    }

    /* NAVBAR LINKS */
    .custom-nav {
        font-weight: 600;
        color: #0b7a3e !important;
        /* green */
        position: relative;
        padding-bottom: 6px;
        transition: color 0.3s ease;
    }

    /* Green underline effect */
    .custom-nav::after {
        content: "";
        position: absolute;
        width: 0%;
        height: 3px;
        left: 0;
        bottom: 0;
        background: #0b7a3e;
        transition: width 0.3s ease;
    }

    .custom-nav:hover {
        color: #055a2a !important;
    }

    .custom-nav:hover::after {
        width: 100%;
    }

    /* ORDER NOW BUTTON */
    .order-btn {
        background: #0b7a3e;
        color: white;
        font-weight: 600;
        padding: 10px 22px;
        border-radius: 6px;
        transition: 0.3s ease;
        text-decoration: none;
    }

    .order-btn:hover {
        background: #055a2a;
        color: #fff;
        transform: translateY(-2px);
    }

    /* Slider banner height */

    .slider-img {
  height: 90vh;        /* Full screen feel */
  object-fit: cover;  /* No distortion */
}

/* Mobile height */
@media (max-width: 768px) {
  .slider-img {
    height: 45vh;
  }
}


    /* Order Now button inside banner */
    .banner-order-btn {
        display: inline-block;
        margin-top: 300px;
        margin-left: 350px;
        padding: 14px 36px;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        border-radius: 30px;
        border: 2px solid #ffffff;
        color: #ffffff;
        background: transparent;
        transition: all 0.35s ease;
    }

    /* Hover effect */
    .banner-order-btn:hover {
        background: #ffffff;
        color: #0b7a3e;
        transform: translateY(-3px);
    }


    /* Remove blue outline from arrow buttons */
    .carousel-control-prev,
    .carousel-control-next {
        filter: invert(100%);
    }

    /* ABOUT SECTION */
    .about-subtitle {
        color: #0b7a3e;
        font-weight: 700;
        font-size: 20px;
    }

    .about-title {
        font-weight: 800;
        font-size: 34px;
        line-height: 1.3;
        color: #000;
    }

    .highlight-green {
        color: #0b7a3e;
    }

    .about-text {
        color: #444;
        margin-top: 12px;
        font-size: 16px;
    }

    .about-btn {
        background: #0b7a3e;
        color: #fff;
        padding: 12px 28px;
        border-radius: 8px;
        font-weight: 600;
        transition: 0.3s ease;
    }

    .about-btn:hover {
        background: #055a2a;
        transform: translateY(-3px);
    }

    /* ABOUT IMAGE BOX */
    .about-image-box {
        position: relative;
        padding: 15px;
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
    }

    .about-main-img {
        width: 100%;
        border-radius: 12px;
    }

    .about-small-img-box {
        position: absolute;
        bottom: -20px;
        right: -20px;
        display: flex;
        gap: 10px;
    }

    .about-small-img {
        width: 120px;
        height: 90px;
        object-fit: cover;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    /* RESPONSIVE */
    @media (max-width: 768px) {
        .about-small-img-box {
            position: static;
            margin-top: 15px;
            justify-content: center;
        }

        .about-small-img {
            width: 45%;
            height: 80px;
        }
    }

    /* STATS SECTION */
    .stats-section {
        background: linear-gradient(to right, #064d2e, #0e7c43);
        color: #fff;
        text-align: center;
        padding: 70px 0;
        border-radius: 0 0 40px 40px;
    }

    .stats-subtitle {
        font-size: 20px;
        font-weight: 700;
        opacity: 0.9;
    }

    .stats-title {
        font-size: 34px;
        font-weight: 800;
    }

    .stats-card {
        background: rgba(255, 255, 255, 0.1);
        padding: 35px 20px;
        border-radius: 14px;
        transition: 0.4s ease;
        cursor: pointer;
        box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.15);
    }

    .stats-card:hover {
        background: #ffffff;
        color: #064d2e;
        transform: translateY(-10px);
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
    }

    /* ICON CIRCLE */
    .stats-icon {
        width: 80px;
        height: 80px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        margin: 0 auto 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        color: #fff;
        transition: 0.3s;
        box-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
    }

    .stats-card:hover .stats-icon {
        background: #0b7a3e;
        color: #fff;
        transform: scale(1.12);
        box-shadow: 0 0 18px rgba(0, 150, 70, 0.6);
    }

    .stats-number {
        font-size: 28px;
        font-weight: 700;
    }

    .stats-label {
        margin-top: -5px;
        font-size: 15px;
        opacity: 0.8;
    }

    /* MOBILE FIX */
    @media (max-width: 768px) {
        .stats-number {
            font-size: 22px;
        }

        .stats-icon {
            width: 60px;
            height: 60px;
            font-size: 24px;
        }
    }

    .distribution-section {
        background: #f8f9fa;
    }

    .section-title {
        font-weight: 700;
        color: #000;
    }

    .section-subtitle {
        color: #00b050;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .dist-card {
        background: #fff;
        border-radius: 14px;
        padding: 30px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
        transition: all .35s ease;
        height: 100%;
        border-top: 4px solid #00b050;
    }

    .dist-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        border-top-color: #000;
    }

    .dist-icon {
        width: 70px;
        height: 70px;
        background: #e9ffe9;
        color: #00b050;
        border-radius: 50%;
        font-size: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
        transition: .35s ease;
    }

    .dist-card:hover .dist-icon {
        background: #00b050;
        color: #fff;
        transform: rotate(10deg) scale(1.1);
    }

    .dist-card h5 {
        font-weight: 600;
        margin-bottom: 10px;
    }

    .read-more-btn {
        text-decoration: none;
        color: #00b050;
        font-weight: 600;
        transition: .3s;
    }

    .read-more-btn:hover {
        color: #000;
        padding-left: 5px;
    }


    /* MY VPD*/

    /* ====== Glassmorphism Life Section ====== */
    .glass-life {
        background: linear-gradient(180deg, #f7fdf8 0%, #f0fff4 100%);
    }

    .gl-sub {
        color: #0b7a3e;
        font-weight: 700;
        letter-spacing: .6px;
        margin-bottom: 6px;
    }

    .gl-title {
        font-size: 28px;
        font-weight: 800;
        color: #0a2b1a;
        margin-bottom: 16px;
    }

    /* card */
    .glass-card {
        border-radius: 18px;
        overflow: hidden;
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100%;
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        border: 1px solid rgba(255, 255, 255, 0.45);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.28));
        transition: transform .45s cubic-bezier(.2, .9, .3, 1), box-shadow .45s, border-color .35s;
        box-shadow: 0 8px 30px rgba(5, 50, 25, 0.08);
        cursor: pointer;
    }

    /* media area (image stack) */
    .glass-media {
        position: relative;
        width: 100%;
        height: 240px;
        overflow: hidden;
    }

    .g-img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        transform: scale(1.03);
        transition: opacity .6s ease, transform .6s ease;
        will-change: opacity, transform;
    }

    .g-img.active {
        opacity: 1;
        transform: scale(1);
    }

    /* content */
    .glass-body {
        padding: 22px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .glass-body h4 {
        margin: 0;
        font-size: 20px;
        color: #083a25;
        font-weight: 800;
    }

    .glass-body .small {
        margin: 0;
        color: #2f4f3d;
        opacity: .95;
        font-size: 14px;
    }

    /* button */
    .gl-btn {
        margin-top: 8px;
        background: linear-gradient(90deg, #0b7a3e, #05823a);
        color: #fff;
        border: 0;
        padding: 10px 20px;
        border-radius: 10px;
        font-weight: 700;
        box-shadow: 0 6px 22px rgba(5, 122, 62, 0.18);
        transition: transform .22s ease, box-shadow .22s ease, filter .22s;
    }

    .gl-btn:hover {
        transform: translateY(-3px);
        filter: brightness(1.03);
        box-shadow: 0 12px 30px rgba(5, 122, 62, 0.24);
    }

    /* hover/active card effects */
    .glass-card:hover,
    .glass-card:focus {
        transform: translateY(-14px) scale(1.01);
        box-shadow: 0 20px 50px rgba(5, 72, 33, 0.18);
        border-color: rgba(11, 122, 62, 0.75);
    }

    /* small green corner accent */
    .glass-card::after {
        content: "";
        position: absolute;
        right: 14px;
        top: 14px;
        width: 48px;
        height: 48px;
        border-radius: 12px;
        background: linear-gradient(135deg, rgba(11, 122, 62, 0.12), rgba(11, 122, 62, 0.28));
        box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.25);
    }

    /* responsive tweaks */
    @media (max-width: 991px) {
        .glass-media {
            height: 200px;
        }
    }

    @media (max-width: 575px) {
        .glass-media {
            height: 160px;
        }

        .gl-title {
            font-size: 22px;
        }
    }

    /* Testimonal Section */
    .testimonial-slider {
        overflow: hidden;
        position: relative;
    }

    .ts-wrapper {
        display: flex;
        gap: 30px;
        transition: transform 0.6s ease;
    }

    .ts-card {
        min-width: 100%;
        background: #ffffff;
        border-left: 5px solid #28a745;
        padding: 35px;
        border-radius: 14px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
        animation: fadeSlideUp 0.8s ease;
    }

    .ts-quote {
        font-size: 17px;
        line-height: 1.6;
        color: #333;
    }

    .ts-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #28a745;
        border: none;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        color: #fff;
        font-size: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.3s;
        z-index: 10;
    }

    .ts-prev {
        left: -10px;
    }

    .ts-next {
        right: -10px;
    }

    .ts-arrow:hover {
        background: #1e7e34;
    }

    /* Fade + slide animation */
    @keyframes fadeSlideUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Responsive */
    @media (max-width: 768px) {
        .ts-card {
            padding: 25px;
        }

        .ts-arrow {
            display: none;
        }
    }

    /* Office Location */

    #office-location {
        position: relative;
        overflow: hidden;
    }

    .location-card {
        background: #ffffff;
        border-left: 6px solid #28a745;
        animation: slideUp 1s ease;
    }

    .map-wrapper {
        background: #fff;
        transition: transform .4s ease, box-shadow .4s ease;
    }

    .map-wrapper:hover {
        transform: scale(1.02);
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
    }

    @media (max-width: 768px) {
        .map-wrapper iframe {
            height: 260px;
        }
    }


    /* Animations */
    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes slideUp {
        from {
            opacity: 0;
            transform: translateY(40px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Responsive Fix */
    @media (max-width: 768px) {
        .india-map {
            margin-top: 20px;
        }
    }

    /* footer */

    .footer-heading {
        font-weight: 600;
        margin-bottom: 15px;
        position: relative;
    }

    .footer-heading::after {
        content: "";
        width: 40px;
        height: 2px;
        background: #00d084;
        position: absolute;
        left: 0;
        bottom: -5px;
    }

    .footer-links li {
        margin: 8px 0;
    }

    .footer-links li a {
        color: #d8fff0;
        text-decoration: none;
        transition: 0.3s;
    }

    .footer-links li a:hover {
        color: #00ffb3;
        padding-left: 5px;
    }

    .footer-icon {
        font-size: 22px;
        color: white;
        transition: 0.3s;
    }

    .footer-icon:hover {
        color: #00ffb3;
        transform: scale(1.2);
    }