h2 {
    font-size: 2.5rem !important;
}

p {
    font-size: 1rem !important;
    font-weight: 500;
}

a{text-decoration: none;}




/*****************header-with-bannner***********/
.hero-section {
    padding: 40px 0 0px;
}
.Seats{display: none;}

/* CONTAINER HOLDS IMAGE */
.hero-container {
    width: 100%;
    height: 924px;
    background: url(../images/banner.png);
    border-radius: 22px;
    background-size: contain;
    padding: 30px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* HEADER */
.hero-header {
    margin-bottom: 20px;
}

.hero-logo {
    width: 120px;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-btn {
    background: #096FC3;
    color: #fff;
    padding: 10px 29px;
    border-radius: 20px;
    font-size: 14px;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 14%;
    text-align: center;
    font-weight: bold;
}

/* CONTENT */
.hero-content {
    position: absolute;
    width: 100%;
    right: 0;

}

/* TEXT */
.hero-text {
    color: #fff;
    position: absolute;
    bottom: 80px;
}

.hero-text h1 {
    font-size:2.5rem;
    font-weight: 800;
    line-height: 1.1;
}

.hero-text .yellow {
    color: #f5b400;
}

.hero-text .white {
    color: #096FC3;
}

.hero-text p {
    margin-top: 12px;
    font-size: 15px;
    max-width: 520px;
    color: #000000;
    width: 80%;
}

.form-box {
    background: url(../images/bg-white.png);
    margin: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 610px;
    position: relative;
    width: 100%;
    top: 0px;

    form{         position: absolute;
        left: 0;
        width: 100%;
        top: 15%;
        padding: 14px;
        bottom: 22%;}
}




.enquire-pill {
    background: #ffd45a;
    color: #000;
    border: none;
    padding: 10px 12px;
    border-radius: 22px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
    width: 50%;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 25px;
}

.form-box input,
.form-box select {
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 12px;
}

.admission-note {
    font-size: 14px !important;
    color: #0d5aa7;
    margin: 10px 0;
    text-align: center;
}

.submit-btn {
    background: #096FC3;
    color: #fff;
    border: none;
    padding: 10px 8px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    width: 40%;
    text-align: center;
    position: absolute;
    bottom: -80px;
    right: 0;
}

/*****************header-with-bannner***********/




/*****************section-B***********/
.legacy-section {
    /* background: linear-gradient(#dbdbdb, #f4f4f4); */
    background: linear-gradient(to bottom, #929292 0%, #F8F8F8 50%);
}

/* Blue Banner */
.legacy-banner {
    background: linear-gradient(#096FC3, #04355D);
    border-radius: 20px;
    max-width: 500px;
    margin-top: -160px;
    padding:0px;

    .border-yellow {
        border-left: 1px solid #ffc541;
    }
}

.legacy-img {
    max-height:300px;
}

/* Stats */
.stats-row h2 {
    color: #f6c343;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 3rem !important;
}

.stats-row p {
    font-size: 14px;
    color: #333;
    margin: 0;
}

.stat-border {
    border-left: 1px solid #096FC3;
}

/* Caption */
.legacy-text {
    color: #2f6fb2;
    font-size: 14px;
    font-weight: 500;
}

/*****************section-B***********/



/*****************section-C**********/
.why-choose {
    background: #ffffff;

    h2 {
        color: #FFC641;
    }

    span {
        color: #096FC3;
    }
    .text-muted{        width: 50%;
        margin: 0 auto;}
}

.wc-card {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.light-bg {
    background: #f9fbff;
}

.yellow-bg {
    background: linear-gradient(#FFD87D, #FFC641);
}

.icons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    padding: 30px;
}

.wc-text {
    padding: 30px;
    position: absolute;
    top: 0;
    width: 50%;
}

.wc-text h5 {
    font-weight: 700;
    color: #096FC3;
    font-size: 22px;
}
.wc-text p {
    font-size: 14px !important;
    margin: 0;
    color: #5e625a;
}

.object-fit-cover {
    object-fit: cover;
}

.wc-card>img:not(.icons) {
    transition: transform 0.6s ease;
}

.wc-card:hover>img:not(.icons) {
    transform: scale(1.08);
}

/*****************section-C**********/





/*****************section-d**********/
.admission-section {
    background: linear-gradient(180deg, #096FC3, #04355D);
    padding: 70px 20px;
}

/* container */
.admission-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    color: #fff;
}

/* heading */
.admission-container h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #ffc847;

    span {
        color: #fff;
    }
}

/* subtitle */
.admission-container p {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 50%;
}

/* cards wrapper */
.stage-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* individual card */
.stage-card {
    background: #ffffff;
    color: #0b63b6;
    width: 230px;
    padding: 22px 16px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.stage-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* card heading */
.stage-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.3;
}


/* card subtext */
.stage-card span {
    font-size: 13px;
    color: #333;
}

/*****************section-d**********/





/*****************section-e**********/
.parents-say {
    padding: 90px 0;
    background: #ffffff;
    font-family: "Segoe UI", sans-serif;
}

.ps-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 60px;
    align-items: center;
}


/* LEFT */
.ps-left {
    flex: 1;
}

.ps-left h2 {
    font-weight: 800;
    margin-bottom: 15px;
    color: #ffc847;
}

.ps-left span {
    color: #096FC3;
}

.ps-left p {
    color: #555;
    max-width: 360px;
}

/* RIGHT */
.ps-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

/* CARD */
.ps-card {
    background: #ffffff;
    padding: 28px 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease;
}

.ps-card:hover {
    transform: translateY(-6px);
}

.ps-card h6 {
    margin-top: 16px;
    font-weight: 700;
    color: #096FC3;
}
.ps-stars {
    margin: 10px 0 6px;
    color: #ffc847;
    font-size: 16px;
    letter-spacing: 2px;
}
.ps-card span {
    font-size: 13px;
    color: #777;
}

/* ===== ANIMATION ===== */
.reveal-up {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

.reveal-left {
    transform: translateX(-40px);
    transition: all 0.8s ease;
}

.active {
    opacity: 1;
    transform: translate(0);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .ps-container {
        align-items: center;
    }
}

/*****************section-e**********/





/*****************section-faclities**********/
.facilities {
    background: #f8f8f8;
}

.fac-head {
    h2 {
        color: #ffc847;
    }

    span {
        color: #086FC3;
    }
}

.fac-card {
    position: relative;
    height: 220px;
    padding: 15px 15px;
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.4s ease;
    text-align: end;
}
.text-part {
    transform: translate(0px, 60px);
}

.fac-card:hover {
    transform: translateY(-8px);
}


.fac-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: -1;
    border-radius: 18px;
}

.bg-blue {
    h5 {
        color: #ffc847 !important;
    }

    p {
        color: #fff !important;
    }
}
.fac-icon {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 50px;
}
.fac-card h5 {
    margin-top: 0px;
    font-size: 13px;
    font-weight: 700;
    color: #096FC3;
}

.fac-card p {
    font-size: 11px !important;
    color: #333;
    margin-bottom: 0;
}

/* ANIMATION */
.reveal-up {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

.reveal-up.active {
    opacity: 1;
    transform: translateY(0);
}


/*****************section-faclities**********/




/*****************section-faq**********/
.faq-section {
    background: #ffffff;
}

/* LEFT TITLE */
.faq-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
}

.faq-title span {
    color: #FFC641;
}

.faq-title {
    color: #096FC3;
}

/* FAQ ITEM */
.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 18px 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question h6 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #096FC3;
}

.faq-question .icon {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    transition: transform 0.3s ease;
}

/* ANSWER */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    font-size: 14px;
    color: #555;
    margin-top: 0;
}

/* ACTIVE */
.faq-item.active .faq-answer {
    max-height: 200px;
    margin-top: 12px;
}

.faq-item.active .icon {
    transform: rotate(180deg);
}

/*****************section-faq**********/



/*****************section-Opportunity**********/
.cta-section {
    background: linear-gradient(180deg, #096FC3, #04355D);
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.cta-content {
    max-width: 700px;
    margin: auto;
    animation: fadeUp 1s ease forwards;
}

.cta-content h2 {
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #ffc541;
}

.cta-content h2 span {
    color: #ffffff;
}

.cta-content p {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 30px;
    width: 50%;
    margin: 0 auto;
}

.cta-btn {
    display: inline-block;
    background: #FFC641;
    color: #000;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #ffb800;
    transform: translateY(-3px);
}

/* animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*****************section-Opportunity**********/



/*****************section-footer**********/
.site-footer {
    background: linear-gradient(180deg, #1f1f1f, #111);
    color: #cfcfcf;
    padding-top: 50px;
    font-size: 14px;
}

.footer-top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding-bottom: 40px;
}

.footer-col h6 {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 8px;
}

.footer-col ul li a {
    color: #cfcfcf;
    text-decoration: none;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: #FFC641;
}

.footer-col p {
    margin-bottom: 10px;
    line-height: 1.6;
}

/* Affiliation tags */
.affiliation-tags {
    display: grid;
    gap: 10px;
    flex-wrap: wrap;
}

.affiliation-tags span {
    background: #FFC641;
    color: #000;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    width: fit-content;
    margin-bottom: 8px;
}

/* Bottom bar */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.footer-links a {
    color: #cfcfcf;
    margin-left: 15px;
    text-decoration: none;
}

.footer-links a:hover {
    color: #FFC641;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-top {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .affiliation-tags {
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
    }
}

/*****************section-footer**********/







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

    /* ---------- GLOBAL ---------- */
    h2 {
        font-size: 1.8rem !important;
    }

    p {
        font-size: 0.95rem !important;
    }

    /* ---------- HERO SECTION ---------- */

    .text-partt{order: 1;
        margin-top: 0;
        text-align: center;}
    .hero-section {
        padding: 0px 0 10px;
    }
    .hero-container {
        height: auto;
        background: none;
        background-size: cover;
        padding: 20px;
    }
    .banner-jpg{display: block !important;     border-radius: 12px;}
    .hero-text p {
        color: #000000;
        width: 100%;
    }
    
    .hero-logo {
        position: static;
        width: 90px;
    }

    .contact-btn {
        position: static;
        width: auto;
        padding: 8px 20px;
        font-size: 13px;
    }

    .hero-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .why-choose {
        .text-muted {
            width: 100%;
            margin: 0 auto;
            padding: 0px 10px;
        }
    }
    .hero-content {
        position: relative;
        margin-top: 0px;
        width: auto;
    }

    .admission-container p {
        width: 100%;
    }
    .cta-content p {
        width: 100%;
    }
 
    .legacy-section .col-md-3{margin-bottom: 30px;}
    .legacy-section .stat-border {border-left: none;}
    
    .hero-text {
        position: relative;
        margin-bottom: 0;
        color: #000;
        bottom: 0;
        width: 100%;
    }

    .hero-text h1 {
        font-size: 2rem;
    }

    /* ---------- FORM ---------- */
    .form-box {
        height: auto;
        margin: 0;
        padding: 20px;
        background: none;
        top: -43px;
        left: 0;
        padding-bottom: 0;
    }

    .form-box form {
        position: static;
        padding: 0;
    }

    .enquire-pill {
        position: static;
        width: 100%;
        margin-bottom: 15px;
    }

    .submit-btn {
        position: static;
        width: 100%;
        margin-top: 15px;
    }

    /* ---------- LEGACY SECTION ---------- */
    .legacy-banner {
        margin-top: 0;
        padding: 20px;
    }

    .stats-row h2 {
        font-size: 2.2rem !important;
    }

    .reveal-left {
        transform: inherit;
        transition: all 0.8s ease;
    }
    /* ---------- WHY CHOOSE ---------- */
    .wc-card {
        height: auto;

    }

    .wc-text {
        position: static;
        width: 100%;
        padding: 20px;
    }

    .icons {
        position: static;
        width: 70px;
        padding: 10px;
    }

    /* ---------- ADMISSION SECTION ---------- */
    .stage-wrapper {
        gap: 15px;
    }

    .stage-card {
        width: 100%;
        max-width: 300px;
    }

    /* ---------- PARENTS SAY ---------- */
    .ps-container {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .ps-left p {
        max-width: 100%;
    }

    /* ---------- FACILITIES ---------- */
    .fac-card {
        height: 192px;
        text-align: right;
        padding: 8px;

    }
    .fac-bg {
        object-fit: fill;
    }
    .Seats {
        display: block;
        text-align: center;
        font-size: 13px;
        padding-top: 8px;
        color: #494949;
    }
  .fac-icon {
    position: absolute;
    top: 12px;
    left: 9px;
    width: 44px;
}
    .text-part {
        transform: translate(0px, 63px);
        padding: 0px 8px;
    }
    .fac-card h5 {
        font-size: 13px;
    }
    .fac-card p {
        font-size: 10px !important;
    }
    /* ---------- FAQ ---------- */
    .faq-title {
        font-size: 30px;
    }

    /* ---------- CTA ---------- */
    .cta-content h2 {
        font-size: 26px;
    }

    /* ---------- FOOTER ---------- */
    .footer-top {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
    }

    .admission-note {
        font-size: 13px !important;
        color: #0d5aa7;
        margin: 3px 0;
        text-align: center;
        width: 100%;
    }
}


@media (max-width: 1399px) {
    .submit-btn {
        bottom: 0;
    }
}
