.nw-clr {
    color: #3682bf !important;
}

.sb-clr {
    color: #da1c33 !important;
}


a {
    text-decoration: none;
}

/* =========================================================================
NEW CSS START 9/9/2026
========================================================================= */
/* all h2 sub headings   */
.sub-heading-item {
    color: #004484;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    border-left: 5px solid #f1b038;
    padding-left: 15px;
}

/* ==========================================
HEADER LOGO CSS START 
================================================= */

.header.dark .top-bar {
    background-color: #f1b038;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #dfdfdf;
}

.logo-header img {
    width: 130px !important;
    height: auto !important;
    box-shadow: rgba(8, 75, 129, 0.35) 0px 5px 15px;
    border-radius: 50%;
    padding: 10px;
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

.logo-header img:hover {
    transform: translateX(8px);

    box-shadow: rgba(5, 75, 132, 0.25) 0px 54px 55px,
        rgba(5, 75, 132, 0.12) 0px -12px 30px,
        rgba(5, 75, 132, 0.12) 0px 4px 6px,
        rgba(5, 75, 132, 0.17) 0px 12px 13px,
        rgba(5, 75, 132, 0.09) 0px -3px 5px;
}

.left-about-logo {

    align-content: center;
}

.site-header {
    width: 100%;
    height: auto;
}

.header.dark,
.header.dark .main-bar {
    background: #004484;

}


/* ==========================================
HEADER LOGO CSS END
================================================= */


/* =============================================
BREADCRUMB IMG ALL PAGES START
====================================== */


.breadcrumb-banner {
    position: relative;
    width: 100%;
    min-height: 230px;
    background-image: url('/images/banner/banner-breadcrumb.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;

    overflow: hidden;
    margin-bottom: 30px;
}


/* =========================================
   OVERLAY
========================================= */

.breadcrumb-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(90deg,
            rgba(5, 75, 132, 0.95) 0%,
            rgba(5, 75, 132, 0.78) 45%,
            rgba(5, 75, 132, 0.45) 100%);

    z-index: 1;
}


/* =========================================
   CONTAINER
========================================= */

.breadcrumb-container {
    position: relative;
    z-index: 2;

    max-width: 1400px;
    margin: 0 auto;

    padding: 45px 50px;
}


/* =========================================
   CONTENT
========================================= */

.breadcrumb-content {
    max-width: 900px;

    border-left: 4px solid #ffffff;
    padding-left: 22px;

    animation: breadcrumbFade 0.8s ease;
}


/* Small heading */

.breadcrumb-small-title {
    display: block;

    color: rgba(255, 255, 255, 0.85);

    font-size: 13px;
    font-weight: 500;

    text-transform: uppercase;
    letter-spacing: 2px;

    margin-bottom: 7px;
}


/* =========================================
   PAGE TITLE
========================================= */

.page-title {
    margin: 0 0 15px;

    color: #ffffff;

    font-size: 38px;
    line-height: 1.2;

    font-weight: 700;

    letter-spacing: 0.3px;

    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.20);
}


/* =========================================
   BREADCRUMB
========================================= */

.breadcrumb-nav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    list-style: none;

    margin: 0;
    padding: 0;

    gap: 0;
}


/* Individual item */

.breadcrumb-nav ul li {
    display: flex;
    align-items: center;

    color: rgba(255, 255, 255, 0.85);

    font-size: 14px;
    font-weight: 400;
}


/* Links */

.breadcrumb-nav ul li a {
    color: #ffffff;

    text-decoration: none;

    transition:
        color 0.3s ease,
        opacity 0.3s ease;
}


/* Hover */

.breadcrumb-nav ul li a:hover {
    color: #d9efff;
    opacity: 0.85;
}


/* =========================================
   SEPARATOR
========================================= */

.breadcrumb-nav ul li:not(:last-child)::after {
    content: "›";

    display: inline-block;

    margin: 0 12px;

    color: rgba(255, 255, 255, 0.60);

    font-size: 20px;
    font-weight: 300;
}


/* Current page */

#breadcrumb-current {
    color: #dceeff;
    font-weight: 500;
}


/* =========================================
   SUBTLE ANIMATION
========================================= */

@keyframes breadcrumbFade {

    from {
        opacity: 0;
        transform: translateX(-15px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 768px) {

    .breadcrumb-banner {
        min-height: 210px;
    }

    .breadcrumb-container {
        padding: 40px 25px;
    }

    .breadcrumb-content {
        padding-left: 17px;
    }

    .page-title {
        font-size: 30px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 480px) {

    .breadcrumb-banner {
        min-height: 200px;
    }

    .breadcrumb-container {
        padding: 35px 18px;
    }

    .breadcrumb-content {
        border-left-width: 3px;
        padding-left: 14px;
    }

    .breadcrumb-small-title {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .page-title {
        font-size: 25px;
        margin-bottom: 12px;
    }

    .breadcrumb-nav ul li {
        font-size: 13px;
    }

    .breadcrumb-nav ul li:not(:last-child)::after {
        margin: 0 7px;
        font-size: 17px;
    }

}


/* =============================================
BREADCRUMB IMG ALL PAGES END
====================================== */

/* ================================================
HOME PAGE MAIN SLIDER CSS START
====================================================== */
.slider {
    width: 100%;
    height: 760px;
    overflow: hidden;
    position: relative;
}

.slides {
    width: 300%;
    /* 200% se 300% */
    height: 100%;
    display: flex;
}

.slides input {
    display: none;
}

.slide {
    width: 33.333%;
    /* 50% se 33.333% */
    transition: 0.8s;
}

.slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Manual navigation */

.navigation-manual {
    position: absolute;
    width: 100%;
    bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 10;
}

.manual-btn {
    border: 2px solid #fff;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.manual-btn:hover {
    background: #fff;
}

/* Radio button movement */

#radio1:checked~.first {
    margin-left: 0;
}

#radio2:checked~.first {
    margin-left: -33.333%;
}

#radio3:checked~.first {
    margin-left: -66.666%;
}

/* Auto navigation */

.navigation-auto {
    position: absolute;
    width: 100%;
    bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.navigation-auto div {
    border: 2px solid #fff;
    padding: 5px;
    border-radius: 50%;
}

#radio1:checked~.navigation-auto .auto-btn1 {
    background: #fff;
}

#radio2:checked~.navigation-auto .auto-btn2 {
    background: #fff;
}

#radio3:checked~.navigation-auto .auto-btn3 {
    background: #fff;
}



/* ================================================
HOME PAGE MAIN SLIDER CSS END
====================================================== */

/* ===============================================
FOOTER SECTION START
============================================== */

/* =========================================================
   NEW FOOTER
========================================================= */

.new-footer {
    width: 100%;
    position: relative;
    overflow: hidden;
}


/* =========================================================
   FOOTER TOP
========================================================= */

.new-footer .footer-top {

    background: #004484;

    padding: 70px 0 55px;

    position: relative;
}


/* Subtle top glow */

.new-footer .footer-top::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 1px;

    background: rgba(255, 255, 255, 0.12);
}


/* =========================================================
   LOGO
========================================================= */

.new-footer-logo {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    height: 100%;
}


.new-footer-logo img {

    width: 276px !important;

    max-width: 100%;

    height: auto;

    display: block;

    padding: 4px;

    background: #ffffff;

    border: 4px solid #ffffff;

    border-radius: 15px;

    box-shadow:

        0 20px 40px rgba(0, 0, 0, 0.18),

        0 10px 20px rgba(255, 255, 255, 0.12),

        0 0 20px rgba(255, 255, 255, 0.10);

    -webkit-box-reflect:

        below 5px linear-gradient(transparent 0%,

            transparent 70%,

            rgba(255, 255, 255, 0.14) 95%,

            transparent 100%);

    transition:

        transform 0.45s ease,

        box-shadow 0.45s ease;

}


.new-footer-logo img:hover {

    transform: translateY(-6px);

    box-shadow:

        0 25px 50px rgba(0, 0, 0, 0.25),

        0 10px 25px rgba(255, 255, 255, 0.18),

        0 0 25px rgba(255, 255, 255, 0.15);

}


/* =========================================================
   FOOTER WIDGET
========================================================= */

.new-footer-widget {

    position: relative;

    padding: 0;

}


/* =========================================================
   FOOTER HEADING
========================================================= */

.new-footer-widget h5 {

    margin: 0 0 28px;

    padding: 0;

    color: #ffffff;

    font-size: 19px;

    line-height: 1.3;

    font-weight: 700;

    text-transform: uppercase;

    position: relative;

    display: inline-block;

}


/* Heading underline */

.new-footer-widget h5::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: -9px;

    width: 35px;

    height: 3px;

    background: #f1b038;

    border-radius: 5px;

    transition: width 0.35s ease;

}


.new-footer-widget:hover h5::after {

    width: 60px;

}


/* =========================================================
   FOOTER LIST
========================================================= */

.new-footer-list {

    margin: 0 !important;

    padding: 0 !important;

    list-style: none !important;

}


/* =========================================================
   LIST ITEM
========================================================= */

.new-footer .footer-list-item {

    position: relative;

    list-style: none !important;

    margin: 0 0 17px !important;

    padding: 0 0 0 20px !important;

    min-height: 18px;

}


/* =========================================================
   STATIC SQUARE
========================================================= */

.new-footer .footer-list-item::before {

    content: "";

    position: absolute;

    left: 0;

    top: 50%;

    width: 6px;

    height: 6px;

    background: #ffffff;

    border-radius: 1px;

    transform: translateY(-50%);

    box-shadow:

        0 0 4px rgba(255, 255, 255, 0.35);

    transition:

        width 0.35s ease,

        height 0.35s ease,

        transform 0.35s ease,

        box-shadow 0.35s ease,

        background 0.35s ease;

}


/* =========================================================
   FOOTER LINKS
========================================================= */

.new-footer .footer-list-item a {

    display: inline-block;

    color: #d5e5f2 !important;

    text-decoration: none !important;

    font-size: 15px;

    font-weight: 400;

    line-height: 1.5;

    transition:

        color 0.35s ease,

        transform 0.35s ease,

        text-shadow 0.35s ease;

}


/* =========================================================
   LIST HOVER
========================================================= */

.new-footer .footer-list-item:hover::before {

    width: 9px;

    height: 9px;

    background: #ffffff;

    transform:

        translateY(-50%) rotate(45deg);

    box-shadow:

        0 0 5px rgba(255, 255, 255, 0.9),

        0 0 12px rgba(255, 255, 255, 0.7),

        0 0 20px rgba(5, 75, 132, 0.8);

}


.new-footer .footer-list-item:hover a {

    color: #ffffff !important;

    transform: translateX(6px);

    text-shadow:

        0 0 8px rgba(255, 255, 255, 0.25);

}


/* =========================================================
   CONTACT LIST
========================================================= */

.new-footer-contact {

    margin: 0 !important;

    padding: 0 !important;

    list-style: none !important;

}


/* Contact item */

.new-footer-contact .footer-list-item {

    display: flex;

    align-items: flex-start;

    gap: 14px;

    padding-left: 20px !important;

    margin-bottom: 23px !important;

}


/* =========================================================
   CONTACT ICON
========================================================= */

.new-footer .new-footer-icon {

    position: relative;

    flex: 0 0 25px;

    width: 25px;

    height: 25px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #ffffff;

    font-size: 21px;

    line-height: 1;

    transition:

        color 0.35s ease,

        transform 0.35s ease,

        text-shadow 0.35s ease;

}


/* Icon hover */

.new-footer-contact .footer-list-item:hover .new-footer-icon {

    color: #f1b038;

    transform: translateX(5px);

    text-shadow:

        0 0 8px rgba(241, 176, 56, 0.5);

}


/* =========================================================
   CONTACT CONTENT
========================================================= */

.new-footer-contact-content {

    display: flex;

    flex-direction: column;

    gap: 5px;

    flex: 1;

}


/* Contact heading */

.new-footer-contact-content strong {

    display: block;

    color: #ffffff !important;

    font-size: 15px;

    font-weight: 700;

    line-height: 1.3;

    text-transform: none;

    transition: color 0.3s ease;

}


/* Contact text */

.new-footer-contact-content span {

    display: block;

    color: #d5e5f2;

    font-size: 14px;

    line-height: 1.6;

    text-transform: none;

    word-break: normal;

    transition:

        color 0.3s ease,

        transform 0.3s ease;

}


/* Contact hover */

.new-footer-contact .footer-list-item:hover .new-footer-contact-content span {

    color: #ffffff;

}


/* =========================================================
   CONTACT ITEM SQUARE POSITION
========================================================= */

.new-footer-contact .footer-list-item::before {

    top: 13px;

    transform: translateY(-50%);

}


/* Contact hover square */

.new-footer-contact .footer-list-item:hover::before {

    transform:

        translateY(-50%) rotate(45deg);

}


/* =========================================================
   FOOTER BOTTOM
========================================================= */

.new-footer .footer-bottom {

    background: #f1b038 !important;

    padding: 16px 0;

    color: #004484;

    border-top: 1px solid rgba(0, 68, 132, 0.15);

}


/* Copyright */

.new-footer .copyright-bottom {

    color: #004484;

    font-size: 13px;

    line-height: 1.6;

    text-transform: none;

}


.new-footer .copyright-bottom a {

    color: #da1c33 !important;

    text-decoration: none;

    font-weight: 600;

    transition:

        color 0.3s ease;

}


.new-footer .copyright-bottom a:hover {

    color: #004484 !important;

}

.copyright-bottom img {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-radius: 50%;
    padding: 3px;
    width: 60px;
    height: 60px;
    transition: 0.4s ease-in-out;
    margin: 1px 4px;
}

.copyright-bottom img:hover {
    transform: translateY(-5px);
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    cursor: pointer;
}

/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width: 991px) {

    .new-footer .footer-top {

        padding: 60px 0 40px;

    }


    .new-footer-logo {

        margin-bottom: 40px;

    }


    .new-footer-logo img {

        width: 240px !important;

    }


    .new-footer-widget {

        margin-bottom: 35px;

    }


    .new-footer-widget h5 {

        font-size: 18px;

    }

}


/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 767px) {

    .new-footer .footer-top {

        padding: 50px 20px 25px;

    }


    .new-footer-logo {

        justify-content: center;

        margin-bottom: 45px;

    }


    .new-footer-logo img {

        width: 230px !important;

    }


    .new-footer-widget {

        margin-bottom: 30px;

    }


    .new-footer-widget h5 {

        font-size: 18px;

        margin-bottom: 25px;

    }


    .new-footer .footer-list-item {

        margin-bottom: 14px !important;

    }


    .new-footer-contact .footer-list-item {

        margin-bottom: 20px !important;

    }


    .new-footer .copyright-bottom {

        padding: 0 10px;

        font-size: 12px;

    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .new-footer .footer-top {

        padding: 45px 15px 20px;

    }


    .new-footer-logo img {

        width: 210px !important;

    }


    .new-footer-widget h5 {

        font-size: 17px;

    }


    .new-footer .footer-list-item a {

        font-size: 14px;

    }


    .new-footer-contact-content strong {

        font-size: 14px;

    }


    .new-footer-contact-content span {

        font-size: 13px;

    }

}

/* ===============================================
FOOTER SECTION END
============================================== */

/* ================================================
ABOUT SECTION START
================================================== */

.left-about-logo img {
    width: 500px;
    height: auto;
    border-radius: 50%;
    padding: 25px 14px;
    margin-left: 40px;
    box-shadow: 0 0 15px rgba(10, 75, 122, 0.6);
    border: 2px solid #004484;
}

.left-about-logo img:hover {
    transform: translateY(-5px);
    transition: 0.4s ease-in-out;
    box-shadow:
        0 0 40px rgba(10, 75, 122, 0.25),
        0 0 20px rgba(10, 75, 122, 0.3);
}

.pera-text-heighlight {
    color: #004484;
    font-weight: 600;
}

.head-langschool p {
    text-align: justify;
}

/* ================================================
ABOUT SECTION END
================================================== */

/* ==============================================
MANAGEMENT SECTION START 
============================================== */
/* heading */
.management-mg-heading {
    color: #004484;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    border-left: 5px solid #f1b038;
    padding-left: 15px;
}


/* text  pargraph */
.managemet-msg-text {
    flex: 3;
    min-width: 300px;
    background: #ffffff;
    padding: 30px 40px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* ==============================================
MANAGEMENT SECTION  END
============================================== */

/* ============================================
ABOUT SECTION  START
============================================= */
.about-heading h2 {
    color: #004484;
    font-weight: 800px !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
}

/* about apge  */
.about-page-meintext {
    flex: 3;
    min-width: 300px;
    background: #ffffff;
    padding: 30px 40px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.about-heading h6 {
    color: #004484;
    font-weight: 800px;
}

.top-strip-main-line {

    display: block;

    width: 40px;
    height: 3px;

    margin: 10px 0 12px;

    border-radius: 5px;

    background-color: #004484;
}

/* ============================================
ABOUT SECTION END
============================================= */

/* ============================================
ADMISSION PAGE FORM START
================================================ */
/*===================================
  SCHOOL ADMISSION FORM
===================================*/

.school-admission {
    padding: 80px 0;
    background: linear-gradient(135deg, #f5f9ff, #eef5ff);
    position: relative;
    overflow: hidden;
    justify-self: center;
}

.school-admission .form-card {
    background: #ffffff;
    border-radius: 25px;
    padding: 45px;
    box-shadow: rgba(8, 75, 129, 0.15) 0px 15px 40px;
    border-top: 5px solid #f1b038;
    position: relative;

}

.school-admission .form-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    /* height: 220px; */
    background: rgba(241, 176, 56, 0.08);
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.school-admission .frm-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.school-admission .frm-header h1 {
    font-size: 42px;
    font-weight: 700;
    color: #004484;
    margin-bottom: 10px;
}

.school-admission .frm-header p {
    max-width: 750px;
    margin: auto;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
}

.school-admission .req {
    color: #dc3545;
}

/*==============================
 SECTION TITLE
==============================*/

.school-admission .form-section {
    margin-bottom: 40px;
}

.school-admission .section-title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #004484;
    margin-bottom: 25px;
    padding-bottom: 12px;
}

.school-admission .section-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 4px;
    background: #f1b038;
    border-radius: 50px;
}

.school-admission .section-title::after {
    content: "";
    position: absolute;
    left: 80px;
    bottom: 0;
    width: 15px;
    height: 4px;
    background: #004484;
    border-radius: 50px;
}

/*==============================
 GRID
==============================*/

.school-admission .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.school-admission .span-2 {
    grid-column: span 2;
}

/*==============================
 LABELS
==============================*/

.school-admission label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #004484;
    margin-bottom: 8px;
}

/*==============================
 INPUTS
==============================*/

.school-admission input,
.school-admission select,
.school-admission textarea {
    width: 100%;
    height: 54px;
    border: 1px solid #d8e4f3;
    border-radius: 12px;
    padding: 0 16px;
    background: #fff;
    font-size: 14px;
    color: #333;
    transition: all .4s ease;
}

.school-admission textarea {
    height: 130px;
    resize: none;
    padding-top: 14px;
}

.school-admission input:focus,
.school-admission select:focus,
.school-admission textarea:focus {
    outline: none;
    border-color: #004484;
    box-shadow: rgba(8, 75, 129, 0.12) 0px 0px 0px 5px;
}

/*==============================
 HOVER EFFECT
==============================*/

.school-admission input:hover,
.school-admission select:hover,
.school-admission textarea:hover {
    border-color: #004484;
}

/*==============================
 RADIO
==============================*/

.school-admission .row-inline {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    min-height: 54px;
    align-items: center;
}

.school-admission .radio {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    color: #444;
    cursor: pointer;
}

.school-admission .radio input {
    width: auto;
    height: auto;
}

/*==============================
 FILE INPUT
==============================*/

.school-admission input[type="file"] {
    padding: 12px;
    cursor: pointer;
}

/*==============================
 CHECKBOX
==============================*/

.school-admission input[type="checkbox"] {
    width: auto;
    height: auto;
    margin-right: 8px;
}

.school-admission .span-2 label input[type="checkbox"] {
    position: relative;
    top: 2px;
}

/*==============================
 BUTTONS
==============================*/

.school-admission .actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.school-admission .btn-light,
.school-admission .btn-primary {
    min-width: 220px;
    padding: 14px 30px;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    transition: all .4s ease;
}

.school-admission .btn-light {
    background: #eef4fb;
    color: #004484;
}

.school-admission .btn-light:hover {
    transform: translateY(-5px);
    box-shadow: rgba(8, 75, 129, 0.15) 0px 10px 20px;
}

.school-admission .btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #004484, #054b84);
}

.school-admission .btn-primary:hover {
    background: linear-gradient(135deg, #f1b038, #d79a20);
    transform: translateY(-5px);
    box-shadow: rgba(241, 176, 56, 0.35) 0px 12px 25px;
}

/*==============================
 PLACEHOLDER
==============================*/

.school-admission ::placeholder {
    color: #999;
}

/*==============================
 RESPONSIVE
==============================*/

@media (max-width:991px) {

    .school-admission .grid {
        grid-template-columns: 1fr;
    }

    .school-admission .span-2 {
        grid-column: span 1;
    }

    .school-admission .form-card {
        padding: 35px 25px;
    }

    .school-admission .frm-header h1 {
        font-size: 34px;
    }
}

@media (max-width:767px) {

    .school-admission {
        padding: 60px 0;
    }

    .school-admission .frm-header h1 {
        font-size: 28px;
    }

    .school-admission .section-title {
        font-size: 20px;
    }

    .school-admission .row-inline {
        gap: 15px;
    }

    .school-admission .actions {
        flex-direction: column;
    }

    .school-admission .btn-light,
    .school-admission .btn-primary {
        width: 100%;
        min-width: 100%;
    }
}

@media (max-width:576px) {

    .school-admission .form-card {
        padding: 20px;
        border-radius: 18px;
    }

    .school-admission input,
    .school-admission select,
    .school-admission textarea {
        font-size: 13px;
    }

    .school-admission .frm-header p {
        font-size: 14px;
    }
}

/* ============================================
ADMISSION PAGE FORM END
================================================ */
/* ===============================================
MANDATORY DISCLOSER SECTION START
============================================== */
.responsive-table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;

}

.responsive-result-table {
    width: 100%;
    min-width: 850px;
    border-collapse: collapse;
    table-layout: auto;

}

/* Table Heading */
.responsive-result-table thead th {
    padding: 14px 15px;
    font-size: 17px;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #ddd;
}

/* Table Data */
.responsive-result-table tbody td {
    padding: 13px 15px;
    font-size: 15px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #ddd;
    height: 48px;
}

/* First Column */
.responsive-result-table th:first-child,
.responsive-result-table td:first-child {
    text-align: center;
    width: 90px;
}

/* Year */
.responsive-result-table th:nth-child(2),
.responsive-result-table td:nth-child(2) {
    min-width: 100px;
}

/* Registered Students */
.responsive-result-table th:nth-child(3),
.responsive-result-table td:nth-child(3) {
    min-width: 220px;
}

/* Passed Students */
.responsive-result-table th:nth-child(4),
.responsive-result-table td:nth-child(4) {
    min-width: 210px;
}

/* Percentage */
.responsive-result-table th:nth-child(5),
.responsive-result-table td:nth-child(5) {
    min-width: 170px;
}

/* Remarks */
.responsive-result-table th:nth-child(6),
.responsive-result-table td:nth-child(6) {
    min-width: 150px;
}


/* =========================
   TABLET
========================= */

@media screen and (max-width: 991px) {

    .responsive-result-table {
        min-width: 800px;
    }

    .responsive-result-table thead th {
        padding: 12px;
        font-size: 16px;
    }

    .responsive-result-table tbody td {
        padding: 12px;
        font-size: 14px;
    }
}


/* =========================
   MOBILE
========================= */

@media screen and (max-width: 767px) {

    .responsive-table-wrap {
        width: 100%;
        overflow-x: auto;
    }

    .responsive-result-table {
        min-width: 750px;
    }

    .responsive-result-table thead th {
        padding: 11px 12px;
        font-size: 14px;
    }

    .responsive-result-table tbody td {
        padding: 10px 12px;
        font-size: 13px;
    }
}


/* =========================
   SMALL MOBILE
========================= */

@media screen and (max-width: 480px) {

    .responsive-result-table {
        min-width: 700px;
    }

    .responsive-result-table thead th {
        padding: 10px;
        font-size: 13px;
    }

    .responsive-result-table tbody td {
        padding: 9px 10px;
        font-size: 12px;
    }
}

/* ===============================================
MANDATORY DISCLOSER SECTION END
============================================== */

/* =============================================
ACTIVITY SECTION START
============================================== */

/* activity page img ================= */
.activity-img {
    border: 3px solid #FCD00B;

}

.activity-border {
    border: 1px solid #FCD00B;
    border-radius: 10px;
    padding-top: 20px;
}

.root-heading {
    color: #004484;
}

/* =============================================
ACTIVITY SECTION END
============================================== */

/* ================================
HOME PAGE GALLERY SECTION START
================================ */

.gallery-section {
    background-color: rgb(2, 77, 134) !important;
    padding: 60px 20px;
    text-align: center;
}

.gallery-section h2 {
    font-size: 36px;
    margin-bottom: 10px;
    color: white;
}

.gallery-section p {
    font-size: 18px;
    margin-bottom: 40px;
    color: white;

}


/* ================================
HOME PAGE GALLERY SECTION END
================================ */