
    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    body {

        color: #222;
        background: #fff;
    }
  
    /* HERO */
    .hero-section {
        background: url('../imgs/lp-img/main-section-bg.jpg') center/cover no-repeat;
        min-height: 100vh;
        display: flex;
        align-items: center;
        padding: 80px 0 60px;
    }

    .hero-title {
        font-size: clamp(28px, 5vw, 52px);
        font-weight: 800;
        color: #fff;
        line-height: 1.2;
        font-size: 38px;
    }

    .hero-title span {
        color: #a8d45a;
    }

    .hero-desc {
        font-size: 16px;
        color: rgba(255, 255, 255, .88);
        line-height: 1.7;
        margin: 18px 0 28px;
        max-width: 520px;
    }

    .hero-badge {
        display: inline-block;
        background: rgba(255, 255, 255, .15);
        border: 1px solid rgba(255, 255, 255, .3);
        color: #fff;
        border-radius: 25px;
        padding: 5px 16px;
        font-size: 13px;
        margin-bottom: 10px;
    }


    .feature-pill {
        display: flex;
        align-items: center;
        gap: 10px;
        background: rgba(255, 255, 255, .1);
        border: 1px solid rgba(255, 255, 255, .25);
        border-radius: 10px;
        padding: 10px 14px;
        margin-bottom: 10px;
    }

    .feature-pill .icon {
        width: 34px;
        height: 34px;
        background: #A6CE3940;
        border-radius: 8px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .feature-pill .icon svg {
        width: 18px;
        height: 18px;
        fill: none;
        stroke: #fff;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .feature-pill p {
        color: black;
        font-size: 13px;
        margin: 0;
        line-height: 1.4;
    }

    /* REGISTER FORM */
    .register-card {
        background: #fff;
        border-radius: 16px;
        padding: 32px 28px;
        box-shadow: 0 16px 48px rgba(0, 0, 0, .22);
    }

    .register-card h5 {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #1a1a1a;
        text-align: center;
        margin-bottom: 22px;
        text-transform: uppercase;
    }

    .register-card .form-control {
        border: 1px solid #ddd;
        border-radius: 8px;
        height: 44px;
        font-size: 14px;
        color: #333;
	width:100%!important;
    }

	.as-a-level-form input{
 	border: 1px solid #ddd!important;
        border-radius: 8px!important;
        height: 44px!important;
        font-size: 14px!important;
        color: #333!important;
	max-width:100%!important;
	width:100%!important;

}

.as-a-level-form div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium{
max-width:100%!important;

}

    .register-card .form-control:focus {
        border-color: #6aaa2a;
        box-shadow: 0 0 0 3px rgba(106, 170, 42, .15);
        outline: none;
    }

    .register-card .form-control::placeholder {
        color: #aaa;
    }

    .btn-submit {
        background: #6aaa2a!important;
        color: #fff!important;
        border: none!important;
        border-radius: 8px!important;
        width: 100%!important;
        padding: 13px!important;
        font-size: 15px!important;
        font-weight: 600!important;
        letter-spacing: .5px!important;
        transition: background .2s!important;
        cursor: pointer!important;
    }

    .btn-submit:hover {
        background: #5a9420;
        color: #fff;
    }

    /* SECTION GENERAL */
    section {
        padding: 80px 0;
    }

    .section-tag {
        font-size: 13px;
        font-weight: 600;
        color: #6aaa2a;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 8px;
    }

    .section-heading {
        font-size: clamp(24px, 3.5vw, 38px);
        font-weight: 800;
        color: #1a1a1a;
    }

    .section-heading span {
        color: #6aaa2a;
    }

    .section-sub {
        font-size: 15px;
        color: #666;
        line-height: 1.7;
    }

    /* WHAT SETS US APART */
    .apart-section {
        background: #f7f9f3;
    }

    .apart-card {
        background: #fff;
        border-radius: 14px;
        padding: 24px;
        border: 1px solid #e8eed8;
        transition: box-shadow .2s, transform .2s;
        height: 100%;
    }

    .apart-card:hover {
        box-shadow: 0 8px 28px rgba(106, 170, 42, .15);
        transform: translateY(-3px);
    }

    .apart-icon {
        width: 48px;
        height: 48px;
        background: #eaf4d5;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
    }

    .apart-icon svg {
        width: 24px;
        height: 24px;
        fill: none;
        stroke: #5a9420;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .apart-card h6 {
        font-size: 15px;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 8px;
    }

    .apart-card p {
        font-size: 13px;
        color: #666;
        line-height: 1.6;
        margin: 0;
    }

    /* CURRICULUM */
    .curriculum-section {
        background: #fff;
    }

    .curriculum-intro {
        background: #ffffff;
        border-radius: 16px;
        /* padding: 40px 36px; */
        color: #b10000;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .curriculum-intro h2 {
        font-size: 32px;
        font-weight: 800;
        color: #000000;
        margin-bottom: 14px;
    }

    .curriculum-intro p {
        font-size: 15px;
        color: rgba(0, 0, 0, 0.8);
        line-height: 1.7;
    }

    .group-card {
        background: #f7f9f3;
        border-radius: 14px;
        padding: 24px;
        border: 1px solid #e2edd0;
        height: 100%;
    }

    .group-card h6 {
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #5a9420;
        margin-bottom: 14px;
        border-bottom: 2px solid #d4ebb0;
        padding-bottom: 10px;
    }

    .group-card ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .group-card ul li {
        font-size: 13px;
        color: #444;
        padding: 5px 0;
        border-bottom: 1px solid #eaf3da;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .group-card ul li:last-child {
        border-bottom: none;
    }

    .group-card ul li::before {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #6aaa2a;
        border-radius: 50%;
        flex-shrink: 0;
    }

    /* STATS STRIP */
    .stats-strip {
        background: #6aaa2a;
        padding: 40px 0;
    }

    .stat-item {
        text-align: center;
    }

    .stat-item .num {
        font-size: 38px;
        font-weight: 800;
        color: #fff;
        line-height: 1;
    }

    .stat-item .lbl {
        font-size: 13px;
        color: rgba(255, 255, 255, .8);
        margin-top: 4px;
        letter-spacing: .5px;
    }


    /* RESPONSIVE */
    @media (max-width: 767px) {
        .hero-section {
            min-height: auto;
            padding: 100px 0 50px;
        }

        .register-card {
            margin-top: 36px;
        }

        .curriculum-intro {
            margin-bottom: 20px;
        }

        .stat-item {
            margin-bottom: 20px;
        }
    }

    .logo-section {
        padding: 80px 0;
        background: #f7f9f3;
    }

    /* WRAPPER */
    .logo-marquee {
        overflow: hidden;
        width: 100%;
        position: relative;
    }

    /* TRACK */
    .logo-track {
        display: flex;
        width: max-content;
        animation: marquee 28s linear infinite;
    }

    /* GROUP */
    .logo-group {
        display: flex;
        align-items: center;
        gap: 70px;
        flex-shrink: 0;
        padding-right: 70px;
    }

    /* LOGO */
    .logo-group img {
        height: 60px;
        width: auto;
        display: block;
        opacity: 0.8;
        transition: 0.3s ease;
    }

    /* HOVER */
    .logo-group img:hover {
        opacity: 1;
        transform: scale(1.08);
    }

    /* ANIMATION */
    @keyframes marquee {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    /* ===================== */
    /* TABLET */
    /* ===================== */
    @media (max-width: 768px) {

        .logo-group {
            gap: 40px;
            padding-right: 40px;
        }

        .logo-group img {
            height: 45px;
        }

        .logo-track {
            animation: marquee 35s linear infinite;
        }
    }

    /* ===================== */
    /* MOBILE FIX 🔥 */
    /* ===================== */
    @media (max-width: 480px) {

        .logo-group {
            gap: 30px;
            padding-right: 30px;
            justify-content: center;
        }

        .logo-group img {
            height: 40px;
        }

        .logo-track {
            animation: marquee 40s linear infinite;
        }

    }

    /* MOBILE ONLY */
    @media (max-width: 480px) {

        .logo-marquee {
            overflow: hidden;
            width: 100%;
        }

        .logo-track {
            animation: marquee 45s linear infinite;
        }

        .logo-group {
            gap: 20px;
            padding-right: 20px;
        }

        .logo-group img {
            height: 55px;

            width: 45vw;

            object-fit: contain;
        }

    }

    /* MOBILE FIX */
    @media (max-width: 480px) {

        .logo-group {
            gap: 12px;
            /* 🔥 gap kam kiya */
            padding-right: 12px;
            /* smooth loop */
            justify-content: center;
        }

        .logo-group img {
            height: 50px;
            /* balanced size */
            width: 44vw;
            /* 2 logos perfect fit */
            object-fit: contain;
        }

        .logo-track {
            animation: marquee 40s linear infinite;
        }

    }

    .hero-section {
        position: relative;
    }

    /* LOGO */
    .hero-logo {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }

    .hero-logo img {
        height: 60px;
        width: auto;
    }

    /* MOBILE FIX */
    @media (max-width: 768px) {
        .hero-logo img {
            height: 45px;
        }

        .hero-section {
            padding-top: 80px;
            /* logo ke niche space */
        }
    }

    .section-tag {
        font-size: 13px;
        font-weight: 600;
        color: #6aaa2a;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .section-heading {
        font-size: 32px;
        font-weight: 600;
        color: #1a1a1a;
    }

    .sub-heading-1 h6 {
        font-size: 26px;
        font-weight: 500;
    }

    .curriculum-intro h2 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .group-title {
        text-align: center;
        margin-bottom: 12px;
    }

    .group-name {
        display: block;
        font-weight: 700;
        font-size: 16px;
    }

    .group-sub {
        display: block;
        font-size: 13px;
        color: #555;
        font-weight: 500;
        margin-top: 3px;
    }

    .card-box {
        background: #f9faf5;
        border: 1.5px solid #c8d8a0;
        border-radius: 16px;
        padding: 32px 32px 28px;
        height: 100%;
    }

    .card-box h5 {
        font-size: 20px;
        font-weight: 700;
        color: #1a1a1a;
        text-align: center;
        margin-bottom: 18px;
        padding-bottom: 16px;
        border-bottom: 1.5px solid #c8d8a0;
    }

    .two-col {
        display: flex;
        gap: 0;
    }

    .two-col .col-left {
        flex: 1;
        padding-right: 20px;
        border-right: 1px solid #d8e8b8;
    }

    .two-col .col-right {
        flex: 1;
        padding-left: 20px;
    }

    .item {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 16px;
    }

    .item .bullet {
        width: 6px;
        height: 6px;
        background: #5a7a28;
        border-radius: 50%;
        flex-shrink: 0;
        margin-top: 7px;
    }

    .item span {
        font-size: 13.5px;
        color: #333;
        line-height: 1.55;
    }

    @media (max-width: 767px) {
        .card-box {
            margin-bottom: 20px;
            padding: 24px 20px;
        }

        .two-col {
            flex-direction: column;
        }

        .two-col .col-left {
            padding-right: 0;
            border-right: none;
            border-bottom: 1px solid #d8e8b8;
            padding-bottom: 12px;
            margin-bottom: 12px;
        }

        .two-col .col-right {
            padding-left: 0;
        }
    }

    .section-specing-1 {
        padding-top: 80px;
    }

    @media (max-width: 992px) {
        .section-heading {
            font-size: 24px;
            margin-bottom: 16px;
        }
    }

    @media (max-width: 768px) {
        section {
            padding: 40px 0;
        }
    }

    .feature-pill {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 14px 16px;

        background: rgba(255, 255, 255, 0.7);
        /* light glass */
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);

        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.4);

        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }

    @media (max-width: 992px) {
        .curriculum-section {
            padding: 0px 0;
        }
    }

    @media (max-width: 576px) {
        .curriculum-intro h2 {
            font-size: 24px;
            line-height: 1.3;
        }
    }