    :root {
        --vpd-green: #0a7c3a;
        /* your website green */
    }

    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);
    }


    /* 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);
    }

    /* header */

    .CS-strip {
        background: linear-gradient(135deg, #0f8a44 0%, #0b6a32 100%);
        padding: 35px 0;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    /* Soft pharma-style dotted overlay */
    .CS-strip::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: radial-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px);
        background-size: 20px 20px;
        opacity: 0.35;
        pointer-events: none;
    }

    /* Heading */
    .CS-strip h1 {
        color: #fff;
        font-weight: 700;
        font-size: 30px;
        letter-spacing: 1px;
        text-transform: uppercase;
        position: relative;
        z-index: 5;
        animation: fadeSlideDown 1s ease forwards;
    }

    /* About us strip Animation */
    @keyframes fadeSlideDown {
        0% {
            opacity: 0;
            transform: translateY(-20px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* About us Responsive */
    @media (max-width: 768px) {
        .CS-strip h1 {
            font-size: 30px;
        }

        .CS-strip {
            padding: 45px 0;
        }
    }



    /* Contact cards */
    .contact-card {
        background: #fff;
        border-radius: 12px;
        padding: 22px;
        box-shadow: 0 8px 30px rgba(4, 30, 12, .06);
        transition: transform .3s, box-shadow .3s;
        border-left: 4px solid transparent
    }

    .contact-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 46px rgba(4, 30, 12, .10);
        border-left-color: var(--vpd-green)
    }

    .contact-icon {
        width: 64px;
        height: 64px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, rgba(11, 122, 62, .08), rgba(11, 122, 62, .06));
        color: var(--vpd-green);
        font-size: 28px;
        margin-right: 14px
    }

    .contact-small {
        color: var(--muted);
        font-size: 14px
    }

    /* Support categories */

    .support-grid .card {
        border-radius: 14px;
        overflow: hidden;
        border: 0;
        box-shadow: 0 8px 30px rgba(2, 22, 10, .06);
        transition: transform .35s, filter .35s
    }

    .support-grid .card:hover {
        transform: translateY(-10px);
        filter: brightness(1.03)
    }

    .support-grid .card .card-body {
        display: flex;
        gap: 14px;
        align-items: center
    }

    .support-grid .icon-circle {
        width: 56px;
        height: 56px;
        min-width: 56px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        color: #fff;
        background: var(--vpd-green);
        box-shadow: 0 6px 16px rgba(11, 122, 62, 0.25);
    }

    .support-photo {
        min-height: 220px;
        object-fit: cover;
        border-left: 1px solid rgba(0, 0, 0, .04)
    }

    /* Form */
    .support-form {
        background: linear-gradient(180deg, #ffffff, #f7fff7);
        padding: 26px;
        border-radius: 14px;
        box-shadow: 0 10px 36px rgba(4, 30, 12, .06);
    }

    .form-control:focus {
        box-shadow: 0 6px 20px rgba(11, 122, 62, .08);
        border-color: var(--vpd-green)
    }

    .btn-send {
        background: var(--vpd-green);
        color: #fff;
        border-radius: 10px;
        padding: .7rem 1.25rem;
        font-weight: 700
    }

    .btn-send:hover {
        background: #055a2a
    }

    .small-muted {
        color: var(--muted);
        font-size: .92rem
    }

    .apply-btn {
        width: 100%;
        padding: 14px;
        background: #0a8a3a;
        border: none;
        color: #fff;
        border-radius: 12px;
        font-size: 18px;
        margin-top: 10px;
        font-weight: 600;
        transition: 0.3s ease;
        cursor: pointer;
    }

    .apply-btn:hover {
        background: #056a2f;
        transform: translateY(-3px);
        box-shadow: 0 8px 15px rgba(5, 106, 47, 0.3);
    }

    /* FAQ */
    .accordion-button {
        background: #fff;
        color: var(--vpd-dark)
    }

    /* Map */
    .map-frame {
        border-radius: 12px;
        border: 0;
        box-shadow: 0 12px 40px rgba(4, 30, 12, .08);
        overflow: hidden
    }