    :root {
        --green: #32d314;
        --green-dark: #22c55e;
        --blue: #207ac2;
        --text-dark: #1f2937;
        --text-light: #e5e7eb;
        --muted: #6b7280;
        --card-bg: #ffffff;
        --dark-card: #212529;
        --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.12);
        --shadow-hover: 0 14px 36px rgba(0, 0, 0, 0.18);
    }

    .page_banner_wrapper {
        background: linear-gradient(135deg, #0c3c63 0, #1e5a8a 100%);
        padding: 20px 0;
        overflow: hidden;
    }

    .msds-banner {
        max-width: 1320px;
        margin: 0 auto;
        align-items: end;
    }

    .banner_main_content {
        padding: 20px 10px;
    }

    .main-heading {
        font-size: 48px;
        font-weight: 700;
        line-height: 1.2;
        color: #fff;
        margin-bottom: 70px;
    }

    .main-heading .rs {
        color: var(--green);
    }

    .price-line {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 42px;
        color: #d1d5db;
    }

    .head {
        font-size: 15px;
        color: #d1d5db;
    }

    .fees {
        font-size: 14px;
        color: #d1d5db;
    }

    .banner-review-wrapper a {
        text-decoration: none;
    }

    .banner-review {
        display: flex;
        align-items: center;
        gap: 14px;
        color: #fff;
    }

    .banner-review img {
        display: block;
    }

    .stats-row {
        display: flex;
        gap: 16px;
        flex-direction: row;
    }

    .stats-row>div {
        flex: 1 1 calc(50% - 8px);
    }

    .stat-item {
        display: flex;
        align-items: center;
        gap: 14px;
        border-radius: 18px;
        padding: 10px;
        box-shadow: 0 8px 24px rgba(0, 82, 180, 0.15), 0 2px 8px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        height: 100%;
    }

    .stat-item:first-child {
        background: linear-gradient(135deg, rgba(26, 115, 232, 0.55) 0%, transparent 40%), #f3f4f6;
    }

    .stat-item:nth-child(2) {
        background: linear-gradient(135deg, rgba(255, 140, 0, 0.55) 0%, transparent 40%), #f3f4f6;
    }

    .stat-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 40px rgba(0, 82, 180, 0.22), 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .stat-item img {
        width: 48px;
        height: 48px;
        object-fit: contain;
        flex-shrink: 0;
    }

    .counter {
        font-size: 22px;
        font-weight: 800;
        line-height: 1.1;
        color: var(--green-dark);
        margin-bottom: 4px;
    }

    .subheading {
        margin: 0;
        font-size: 14px;
        font-weight: 500;
        color: #4b5563;
    }

    .right-panel {
        padding: 20px 10px;
    }

    .included-wrapper {
        width: 100%;
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .heading1 {
        color: var(--green) !important;
        font-size: 20px;
        font-weight: 700;
        margin: 0 0 14px 0;
        line-height: 1.2;
    }

    .services-box {
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 16px;
        padding: 16px 18px;
        backdrop-filter: blur(8px);
    }

    .tick-para {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 10px 18px;
    }

    .multi-tick {
        position: relative;
        width: calc(50% - 9px);
        padding-left: 20px;
        color: #f3f4f6;
        font-size: 14px;
        line-height: 1.5;
        display: inline-block;
    }

    .multi-tick::before {
        content: "✔";
        position: absolute;
        left: 0;
        top: 0;
        color: var(--green-dark);
        font-size: 13px;
        font-weight: 700;
    }

    .callback-form-box {
        margin-top: 20px;
        background: #ffffff;
        border-radius: 18px;
        padding: 22px;
        box-shadow: var(--shadow-soft);
    }

    .form_head {
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 16px 0;
        text-align: left;
        background: linear-gradient(90deg, var(--blue) 35%, var(--green) 80%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    .form-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }

    .form-control {
        width: 100%;
        background: #f9fafb;
        color: #111827;
        border: 1px solid #d1d5db;
        border-radius: 12px;
        padding: 13px 14px;
        font-size: 14px;
        outline: none;
        transition: all 0.25s ease;
        box-sizing: border-box;
    }

    .form-control::placeholder {
        color: #6b7280;
    }

    .form-control:focus {
        border-color: var(--green-dark);
        background: #fff;
        box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.16);
    }

    .btn-green {
        position: relative;
        margin-top: 16px;
        width: 100%;
        background: linear-gradient(90deg, #28a745, #2ecc71);
        color: #fff;
        font-weight: 700;
        border: none;
        padding: 14px 18px;
        font-size: 16px;
        cursor: pointer;
        overflow: hidden;
        border-radius: 12px;
        transition: all 0.3s ease;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
    }

    .btn-green:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
        background: linear-gradient(90deg, #23963c, #27c96b);
    }

    .shine-btn::before {
        content: "";
        position: absolute;
        top: -50%;
        left: -60%;
        width: 50px;
        height: 200%;
        background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.6) 50%, transparent 100%);
        transform: rotate(35deg);
        animation: shine 3.8s linear infinite;
    }

    @keyframes shine {
        0% {
            left: -60%;
        }

        100% {
            left: 150%;
        }
    }

    #mail-status {
        display: none;
        margin-top: 14px;
        border-radius: 10px;
        padding: 12px 14px;
        font-size: 14px;
        font-weight: 500;
    }

    #mail-status.success {
        display: block;
        background: #ecfdf5;
        color: #166534;
        border: 1px solid #86efac;
    }

    #mail-status.error {
        display: block;
        background: #fef2f2;
        color: #991b1b;
        border: 1px solid #fca5a5;
    }

    #mail-status.warning {
        display: block;
        background: #fff7ed;
        color: #9a3412;
        border: 1px solid #fdba74;
    }

    #loader-icon {
        display: none;
        text-align: center;
        margin-top: 14px;
    }

    #loader-icon img {
        max-width: 52px;
    }

    /* Dark mode support */
    body.dark-mode .stat-item {
        background: #1f2937;
        border: 1px solid #2f2f2f;
    }

    body.dark-mode .subheading {
        color: #cbd5e1;
    }

    body.dark-mode .callback-form-box {
        background: #212529;
        border: 1px solid #2f2f2f;
        box-shadow: none;
    }

    body.dark-mode .form-control {
        background: #0f172a;
        color: #f8fafc;
        border-color: #334155;
    }

    body.dark-mode .form-control::placeholder {
        color: #94a3b8;
    }

    body.dark-mode .services-box {
        background: rgba(255, 255, 255, 0.04);
        border-color: rgba(255, 255, 255, 0.08);
    }

    /* Responsive */
    @media (max-width: 991px) {
        .main-heading {
            font-size: 34px;
        }

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

        .included-wrapper {
            max-width: 100%;
            margin-top: 18px;
        }
    }

    @media (max-width: 768px) {
        .page_banner_wrapper {
            padding: 26px 0;
        }

        .main-heading {
            font-size: 28px;
            text-align: center;
            margin-top: 10px;
            margin-bottom: 20px;
        }

        .price-line {
            justify-content: center;
            text-align: center;
            margin-bottom: 18px;
        }

        .banner-review {
            justify-content: center;
            text-align: left;
        }

        .stats-row>div {
            flex: 1 1 100%;
        }

        .heading1 {
            font-size: 17px;
            margin-bottom: 12px;
        }

        .services-box {
            padding: 14px;
        }

        .multi-tick {
            width: 100%;
            font-size: 13px;
        }

        .callback-form-box {
            padding: 16px;
        }

        .form_head {
            font-size: 20px;
            text-align: center;
        }
    }

    .rs2 {
        color: #32d314;
        font-size: x-large;
        font-weight: 800;
    }