    :root {
        --bg: #ffffff;
        --muted: #6b7280;
        --brand: #0b63d8;
        --accent: #0b63d8;
        --card: #f8fafc;
        --radius: 14px;
        --glass: rgba(11, 99, 216, 0.08);
        font-family: "Manrope", sans-serif !important;
    }

    * {
        box-sizing: border-box
    }

    body {
        margin: 0;
        background: var(--bg);
        color: #0f172a;
        -webkit-font-smoothing: antialiased;
        line-height: 1.45;
        text-transform: capitalize;
    }

    /* ========= HERO SECTION ========= */
    .hero {
        display: flex;
        align-items: center;
        /* Makes both sides equal height */
        justify-content: space-between;
        gap: 48px;
        padding: 50px 20px;
        max-width: 1200px;
        margin: auto;
        min-height: 520px;
        /* Optional: keeps hero tall and balanced */
    }

    .hero a {
        /* padding:10px; */
        padding: 10px;
        background-color: #064431;
        color: #fbe3bb;
    }

    .hero a:hover {
        color: #fbe3bb;
    }

    /* Left Content */
    .hero-left {
        flex: 1;
    }

    .hero-left h1 {
        font-size: 40px;
        color: #064431;
        margin: 0 0 14px;
        font-weight: 700;
        /* font-family: sans-serif; */
        font-family: "Manrope", sans-serif !important;
        line-height: 50px !important;
    }


    .hero-left p {
        font-size: 18PX;
        max-width: 58ch;
        line-height: 28px;
        color: #3d565f;
        font-weight: 500 !important;
    }

    /* Eyebrow */
    .eyebrow {
        font-weight: bold;
        font-size: 4.5rem;
    }

    /* CTA Buttons */
    .hero-ctas {
        margin-top: 22px;
        display: flex;
        gap: 12px;
        align-items: center;
    }

    /* Right Side */
    .hero-right {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-image {
        width: 100%;
        max-width: 460px;
        border-radius: 20px;
    }

    /* ===== Trusted Logos ===== */
    .trusted img {
        height: 28px;
        opacity: 0.9;
    }


    /* ============================
        FULL RESPONSIVE IMPROVEMENTS
    ===============================*/

    /* img,
    .hero-image,
    .responsive-img {
        max-width: 100%;
        height: auto;
        display: block;
    } */

    img,
    .responsive-img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    /* Header */
    @media (max-width: 850px) {
        nav .menu {
            display: none;
        }

        .site-header {
            padding: 14px 20px;
        }

        .cta-row {
            gap: 8px;
        }
    }

    /* Laptops */
    @media(max-width: 1100px) {
        .hero-left h1 {
            font-size: 38px;
            line-height: 55px !important;
        }
    }

    /* Tablets */
    @media(max-width: 820px) {
        .hero {
            flex-direction: column;
            text-align: center;
            min-height: auto;
        }

        .hero-right {
            order: -1;
            margin-bottom: 30px;
        }

        .hero-image {
            max-width: 380px;
        }

        .hero-ctas {
            justify-content: center;
        }
    }

    /* Mobile */
    @media(max-width: 480px) {
        .f-col {
            padding: 0;
        }

        .hero-left h1 {
            font-size: 30px;
            text-align: left;
        }

        .eyebrow {
            font-size: 2.5rem;
        }

        .hero-image {
            max-width: 320px;
        }
    }

    /* Trusted logos */
    @media(max-width:600px) {
        .trusted {
            justify-content: center;
            width: 100%;
            text-align: center;
        }

        .trusted img {
            height: 22px;
        }
    }

    /* Features */



    /* Extra small */
    @media(max-width:480px) {
        .hero-left h1 {
            font-size: 30px;
        }

        .hero-left p {
            font-size: 15px;
            text-align: left;
        }

        .btn {
            width: 100%;
            text-align: center;
        }

        .cta-row {
            flex-direction: column;
        }
    }

    #trustedSlider {
        margin-top: 16px;
        /* text-align: center; */
    }

    .trusted-title {
        display: block;
        text-align: center;
        width: 100%;
        font-size: 33px;
        margin-bottom: 20px;
        color: #0a4432;
    }

    .logo-item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo-item img {
        width: 130px;
        height: auto;
        opacity: 0.9;
        transition: .3s;
    }

    .logo-item img:hover {
        opacity: 1;
        transform: scale(1.05);
    }

    /* benefit section */
    /* Section background */
    .benefits-section {
        background-color: #e3f9f2;
        padding: 50px 20px;
    }

    /* Wrapper container */
    .benefits-container {
        width: 90%;
        max-width: 1250px;
        margin: auto;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 50px;
    }

    /* Left side */
    .benefits-left {
        flex: 1.2;
    }

    /* Title */
    .benefits-title {
        /* font-size: 40px; */
        font-weight: 700;
        margin-bottom: 35px;
        color: #0b0b33;
        display: block;
        text-align: center;
        width: 100%;
        font-size: 30px;
        margin-bottom: 30px;
    }

    /* Benefit items */
    .benefit-item {
        padding: 15px 0;
        border-bottom: 1px solid #cdd3e5;
        cursor: pointer;
        transition: 0.2s;

    }

    .benefit-item h3 {
        font-size: 22px;
        font-weight: 600;
        color: #0b0b33;
    }

    .benefit-item p {
        font-size: 16px;
        color: #6b7280;
        margin-top: 12px;
        line-height: 1.5;
        display: none;
    }

    /* Active state */
    .benefit-item.active h3 {
        color: #064431;
        border-bottom: 2px solid #064431;
        padding-bottom: 5px;
    }

    .benefit-item.active p {
        display: block;
    }

    /* Right image box */
    .benefits-right {
        flex: 1;
        display: flex;
        justify-content: center;
    }

    .image-box {
        background: white;
        padding: 18px;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    /* Fade animation */
    #benefitImage {
        width: 100%;
        max-width: 350px;
        border-radius: 12px;
        transition: opacity .3s ease-in-out;
    }

    /* Responsive */
    @media (max-width: 992px) {
        .benefits-container {
            flex-direction: column;
        }
    }

    @media (max-width: 600px) {
        .benefits-title {
            font-size: 28px;
        }

        .benefit-item h3 {
            font-size: 19px;
        }
    }


    .cta-whatsapp-section {
        padding: 80px 20px;
        background: linear-gradient(180deg, #f8fffd, #ffffff);
        text-align: center;
    }

    .cta-whatsapp-section h2 {
        font-size: 30px !important;
        font-weight: 800;
        color: #064431;
        margin-bottom: 50px;
    }

    /* Layout */
    .cta-whatsapp-section .container {
        display: grid;
        grid-template-columns: 1fr 450px;
        gap: 40px;
        max-width: 1200px;
        margin: auto;
    }

    /* Steps Wrapper */
    .steps {
        display: flex;
        flex-direction: column;
        gap: 22px;
    }

    /* Step Card */
    .step {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 16px;
        padding: 24px;
        transition: all 0.35s ease;
        cursor: pointer;
        text-align: left;
        /* display: flex; */
        gap: 18px;
        align-items: flex-start;
        position: relative;
    }

    /* Blue Highlight Bar on Active */
    .step.active {
        border-color: #0b6b50;
        box-shadow: 0 8px 25px rgba(11, 107, 80, 0.10);
        transform: translateX(8px);
    }

    /* Hover effect */
    .step:hover {
        background: #f9fefa;
        transform: translateX(4px);
        box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
    }

    /* Icon Style */
    .step .icon {
        font-size: 28px;
    }

    /* Text */
    .step h4 {
        font-size: 20px;
        font-weight: 700;
        color: #064431;
        margin-bottom: 8px;
    }

    .step p {
        font-size: 15px;
        color: #4a5568;
        line-height: 1.45;
        margin: 0;
    }

    /* Image Preview */
    .preview-image {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 450px;
        flex-shrink: 0;
    }

    #previewImg {
        width: 100%;
        border-radius: 18px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.10);
        transition: 0.3s ease;
    }

    /* Hover glow */
    #previewImg:hover {
        transform: scale(1.02);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    }

    .why-whatsapp {
        background: linear-gradient(135deg, #024430, #024430);
        color: #fff;
        /*padding: 80px 20px;*/
        padding: 50px 20px;
        text-align: center;
    }

    .why-whatsapp h2 {
        font-size: 2rem;
        margin-bottom: 50px;
        font-weight: 600;
    }

    .why-whatsapp .cards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .why-whatsapp .card {
        background: #fff;
        color: #0b3cd8;
        border-radius: 12px;
        padding: 25px;
        text-align: left;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s, box-shadow 0.3s;
    }

    .why-whatsapp .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    }

    .why-whatsapp .card .icon {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .why-whatsapp .card h3 {
        font-size: 1.2rem;
        margin-bottom: 10px;
        font-weight: 600;
        color: #064431;
        ;
        line-height: 30px;
    }

    .why-whatsapp .card p {
        font-size: 0.95rem;
        line-height: 1.5;
        color: black;
    }

    /* Responsive */
    @media(max-width: 768px) {
        .why-whatsapp h2 {
            font-size: 1.7rem;
        }
    }


    /* .carousel-container {
        width: 100%;
        overflow: hidden;
        position: relative;
        padding: 20px 0;
        background-color: white;
    } */

    .carousel-container {
        max-width: 1100px;
        width: 100%;
        overflow: hidden;
        padding: 20px 0;
        margin: 0 auto;
    }

    .carousel-track {
        display: flex;
        width: max-content;
        gap: 20px;
        animation: scroll 20s linear infinite;

        will-change: transform;
    }

    .carousel-logo {
        height: 90px;
        width: 200px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity 0.2s ease;
    }

    .carousel-logo:hover {
        animation-play-state: paused;
    }

    .carousel-track:hover {
        animation-play-state: paused;
    }

    .carousel-logo img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        transition: filter 0.2s ease;
    }

    .carousel-logo:hover img {
        filter: grayscale(0%);
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-200px * 9 - 60px * 9));
        }
    }

    @media (max-width: 1024px) {
        .carousel-container {
            padding: 30px 0;
            max-width: 900px;
        }

        .carousel-logo {
            height: 60px;
            width: 150px;
        }

        .carousel-track {
            gap: 40px;
        }

        @keyframes scroll {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(calc(-150px * 9 - 40px * 9));
            }
        }
    }

    @media (max-width: 640px) {
        .carousel-container {
            max-width: 100%;
            padding: 20px 10px;
        }

        .carousel-logo {
            height: 50px;
            width: 120px;
        }

        .carousel-track {
            gap: 30px;
        }

        @keyframes scroll {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(calc(-120px * 9 - 30px * 9));
            }
        }
    }


    @media(max-width: 900px) {
        .cta-whatsapp-section .container {
            grid-template-columns: 1fr;
            text-align: center;
        }

        .step {
            text-align: center;
            flex-direction: column;
            align-items: center;
        }

        .step:hover {
            transform: translateY(-3px);
        }

        #previewImg {
            max-width: 420px;
            margin: auto;
        }
    }

    @media(max-width: 500px) {
        .cta-whatsapp-section h2 {
            font-size: 32px;
            text-align: left;
        }

        .step h4 {
            font-size: 18px;
        }
    }

    .fa-circle-check {
        color: #064431 !important;
    }

    .why-whatsapp h2 {
        color: white;
    }

    .stats-section {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 60px 20px;
        background-color: #ffffff;
        flex-wrap: wrap;
    }

    .stat {
        flex: 1 1 200px;
        padding: 0 20px;
        position: relative;
    }

    .stat h2 {
        font-size: 48px;
        color: #0b1f4d;
        /* dark blue */
        margin: 0 0 10px 0;
    }

    .stat p {
        font-size: 16px;
        color: #555555;
        margin: 0;
    }

    /* Vertical divider line between items */
    .stat:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 100%;
        background-color: #0b63d8;
    }

    @media (max-width: 768px) {
        .stats-section {
            flex-direction: column;
            padding: 40px 10px;
        }

        .stat {
            padding: 20px 0;
        }

        .stat:not(:last-child)::after {
            width: 60px;
            height: 2px;
            top: auto;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }
    }


    /* ================================
    FEATURE SECTION
    ================================ */
    .feature-section {
        padding: 20px 20px;
        background: #ffffff;
    }

    .feature-section h1 {
        display: block;
        text-align: center;
        width: 100%;
        font-size: 33px;
        line-height: 48px !important;
        margin-bottom: 30px;
        color: #064431;
    }

    /* ================================
    CONTAINER
    ================================ */
    .f-container {
        max-width: 1200px;
        margin: 0 auto;
    }

    /* ================================
    ROW LAYOUT
    ================================ */
    .f-row {
        display: flex;
        align-items: stretch;
        /* same height columns */
        gap: 60px;
        margin: 60px 0;
    }

    /* ================================
    COLUMNS
    ================================ */
    .f-col {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        /* prevent vertical centering */
    }

    /* ================================
    TEXT STYLING
    ================================ */
    .f-col h3 {
        display: block;
        width: 100%;
        font-size: 30px;
        margin-bottom: 30px;
        color: #064431;
    }

    .f-col p {
        font-size: 18px;
        line-height: 27px;
        color: #3D565F;
        margin-bottom: 20px;
    }

    /* ================================
    FEATURE LIST
    ================================ */

    .feature-list li {
        display: flex;
        /* KEY FIX */
        align-items: flex-start;
        /* aligns icon with first line */
        gap: 10px;
        /* spacing instead of margin */
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 10px;
        color: #3D565F;
    }

    .feature-list li i {
        color: #064431;
        margin-top: 4px;
        /* fine-tune vertical alignment */
        flex-shrink: 0;
        /* prevents wrapping under icon */
    }

    /* ================================
    IMAGE CARD
    ================================ */
    .feature-card {
        width: 100%;
        display: flex;
        align-items: flex-start;
        /* stick image to top */
        justify-content: center;
        padding: 0;
        border-radius: 20px;
        overflow: hidden;
    }

    /* Background helpers (keep if already used) */
    .card-bg-blue {
        /* background: #eaf6ff; */
    }

    .card-bg-orange {
        /* background: #fff2e6; */
    }

    /* ================================
    IMAGE CONTROL (KEY FIX)
    ================================ */
    .feature-card img,
    .responsive-img {
        width: 100%;
        height: auto;
        max-height: 460px;
        /* visual balance */
        object-fit: contain;
        /* prevents cropping */
        display: block;
    }

    /* ================================
    HR SEPARATOR
    ================================ */
    .feature-section hr {
        border: none;
        border-top: 1px solid #e5e7eb;
        margin: 80px 0;
    }

    /* ================================
    RESPONSIVE
    ================================ */
    @media (max-width: 991px) {
        .feature-section h1 {
            font-size: 33px;
            text-align: left;
        }

        .f-row {
            flex-direction: column;
            gap: 40px;
        }

        .feature-card img {
            max-height: 320px;
            margin: 0 auto;
        }
    }

    @media (max-width: 576px) {
        .feature-section {
            padding: 60px 15px;
        }

        .f-col h3 {
            font-size: 22px;
        }

        .f-col p {
            font-size: 18px;
        }
    }

    /* ============================
    CTA WhatsApp – Mobile View
    ============================ */
    @media (max-width: 768px) {

        .cta-whatsapp-section {
            padding: 50px 15px;
            text-align: center;
        }

        .cta-whatsapp-section h2 {
            font-size: 22px !important;
            margin-bottom: 30px;
            line-height: 1.3;
        }

        /* Stack layout */
        .cta-whatsapp-section .container {
            grid-template-columns: 1fr;
            gap: 30px;
        }

        /* Steps first */
        .steps {
            order: 1;
            gap: 16px;
        }

        /* Step card */
        .step {
            padding: 18px;
            border-radius: 14px;
        }

        .step h4 {
            font-size: 17px;
        }

        .step p {
            font-size: 14px;
            line-height: 1.5;
        }

        /* Disable horizontal movement on mobile */
        .step.active,
        .step:hover {
            transform: none;
        }

        /* Image below steps */
        .preview-image {
            order: 2;
            width: 100%;
        }

        #previewImg {
            max-width: 100%;
            border-radius: 14px;
        }
    }

    /* ============================
    Small Phones (≤480px)
    ============================ */
    @media (max-width: 480px) {

        .cta-whatsapp-section h2 {
            font-size: 20px !important;
        }

        .step h4 {
            font-size: 16px;
        }

        .step p {
            font-size: 13.5px;
        }
    }