/* Theme Name: Afschoolfaridabad
Description: This is an exclusive, fully SEO optimized Wordpress theme.

Version: 1.0;
Author: Farhan Haider
Author URI:
*/


@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sora:wght@100..800&family=Zalando+Sans+Expanded:ital,wght@0,200..900;1,200..900&display=swap');




:root {
    --af-blue: #0b3d91;
    --af-navy: #092a63;
    --af-gold: #f2a900;
}

body {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #333;
}

img {
    width: 100%;
}


table td,
table th {
    padding: 15px !important;
    border: 1px solid #e9e9e9;
}



/* DESKTOP DROPDOWN - OPEN ON HOVER */
@media (min-width: 992px) {

    .navbar-nav .dropdown {
        position: relative;
    }
    .navbar-nav .dropdown > .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.25s ease;
        pointer-events: none;
        margin-top: 0;
        background-color: #ffffff;
        border-radius: 0; 
        border: 1px solid #e5e5e5; 
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); 
        padding: 0;
        min-width: 210px;
    }
    .navbar-nav .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
    .navbar-nav .dropdown > .dropdown-toggle::after {
        transition: transform 0.25s ease;
    }

    .navbar-nav .dropdown:hover > .dropdown-toggle::after {
        transform: rotate(180deg);
    }
}

.dropdown-menu .dropdown-item {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0 !important; 
    transition: color 0.2s ease, background-color 0.2s ease;
}

.dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item.active {
    background-color: transparent;
    color: rgb(247, 148, 28); 
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link.show,
.navbar-nav .dropdown:hover > .nav-link {
    color: rgb(247, 148, 28) !important;
}







.top-bar {
    background: #ffffff;
    color: #000000;
    font-size: .9rem;
    border-bottom: 1px solid #dbdbdb;
    padding: 16px 0px;
}

.top-bar a {
    color: #000000;
    text-decoration: none;

}

.navbar-brand img {
    height: 55px;
}

.navbar {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
    padding: 20px 0px;
}

.navbar-nav .nav-link {
    color: #0f0f0f;
    padding: 0px 0px 0px 20px !important;
}

.navbar-nav .nav-link:hover {
    color: var(--af-gold);
}

.dropdown-menu {
    border: 0;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
}

.hero-carousel img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.carousel-caption {
    background: rgba(9, 42, 99, .55);
    border-radius: 8px;
    bottom: 15%;
}

.section-title {
    font-weight: 700;
    color: var(--af-navy);
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}



.welcome-section {
    padding: 80px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.welcome-eyebrow {
    color: var(--af-gold);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1rem;
}

.welcome-img {
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    width: 100%;
    height: auto;
    display: block;
}

.doodle {
    position: absolute;
    stroke: var(--af-navy);
    opacity: .55;
    z-index: 0;
}

.doodle-tl {
    top: 10px;
    left: 0;
    width: 90px;
}

.doodle-tr {
    top: 60px;
    right: 60px;
    width: 150px;
}

.doodle-bl {
    bottom: 60px;
    left: 20px;
    width: 90px;
}

.doodle-br {
    bottom: 120px;
    right: 40px;
    width: 110px;
}

.mascot {
    position: absolute;
    bottom: -10px;
    right: 20px;
    width: 180px;
    z-index: 1;
}

.welcome-section .row {
    position: relative;
    z-index: 2;
}

.btn-af {
    background: var(--af-navy);
    color: #fff;
    border: none;
    padding: 10px 26px;
    border-radius: 4px;
    font-weight: 600;
}

.btn-af:hover {
    background: var(--af-gold);
    color: #092a63;
}

.announcements {
    background: #f6f8fb;
    padding: 60px 0;
}



.announcement-item a {
    color: var(--af-navy);
    text-decoration: none;
    font-weight: 600;
}

.announcement-item a:hover {
    color: var(--af-gold);
}

.events-section {
    padding: 70px 0;
}

.event-card {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
    height: 100%;
}

.event-card img {
    height: 220px;
    object-fit: cover;
}

.aim-card {
    background: var(--af-navy);
    color: #fff;
    border-radius: 8px;
    padding: 40px;
    height: 100%;
}



/* SCHOOL PHOTO GALLERY */


.gallery-section {
    position: relative;
    overflow: hidden;
    background: #fff4e9;
    padding: 100px 0 120px;
}


.gallery-section::before {
    content: "";
    position: absolute;
    top: -45px;
    left: -5%;
    width: 110%;
    height: 100px;
    background:  #fff0e4;
    border-radius: 0 0 50% 50% / 0 0 70% 70%;
    z-index: 1;
    pointer-events: none;
}


.gallery-section>* {
    position: relative;
    z-index: 5;
}

.gallery-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 6px;
    transition: .3s;
}

.gallery-item img:hover {
    transform: scale(1.04);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
}

.gallery-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0 115px;
    background-color: #fff0e4;
    background-image: linear-gradient(to bottom, #fff0e4 0%, rgba(255, 240, 228, 0.85) 60%, rgb(255 240 228 / 85%) 100%), url(images/bg-backs.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}


.gallery-top-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95px;
    overflow: hidden;
    line-height: 0;
    z-index: 1;
}

.gallery-top-wave svg {
    width: 100%;
    height: 100%;
    display: block;
}

.gallery-top-wave path {
    fill: #ffffff;
}


.gallery-section .container {
    position: relative;
    z-index: 2;
}


.gallery-section .section-title {
    margin-bottom: 70px;
}


.gallery-slider-wrapper {
    position: relative;
    padding: 0 45px;
}

.gallery-slider {
    width: 100%;
    overflow: hidden;
}

.gallery-track {
    display: flex;
    gap: 24px;
    transition: transform 0.45s ease;
    will-change: transform;
}


.gallery-slide {
    flex: 0 0 calc(25% - 18px);
    min-width: 0;
}

.gallery-slide a {
    display: block;
    padding: 9px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.gallery-slide img {
    width: 100%;
    height: 325px;
    display: block;
    object-fit: cover;
    border-radius: 12px;
}



.gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;

    width: 42px;
    height: 42px;

    border: 0;
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.95);
    color: #333;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 34px;
    line-height: 1;

    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);

    cursor: pointer;
    transition: all 0.25s ease;
}

.gallery-arrow:hover {
    background: #f7941d;
    color: #ffffff;
}

.gallery-prev {
    left: 0;
}

.gallery-next {
    right: 0;
}

.gallery-arrow span {
    display: block;
    margin-top: -4px;
}



.gallery-view-more {
    margin-top: 35px;
}

.gallery-view-more .btn-af {
    display: inline-flex;
    align-items: center;
}


@media (max-width: 991.98px) {

    .gallery-section {
        padding: 90px 0 100px;
    }

    .gallery-section .section-title {
        margin-bottom: 50px;
    }

    .gallery-slide {
        flex: 0 0 calc(50% - 12px);
    }

    .gallery-slide img {
        height: 280px;
    }
}


@media (max-width: 575.98px) {

    .gallery-section {
        padding: 75px 0 85px;
        background-position: center center;
    }

    .gallery-top-wave {
        height: 65px;
    }

    .gallery-section .section-title {
        margin-bottom: 40px;
    }

    .gallery-slider-wrapper {
        padding: 0 35px;
    }

    .gallery-track {
        gap: 16px;
    }

    .gallery-slide {
        flex: 0 0 100%;
    }

    .gallery-slide img {
        height: 300px;
    }

    .gallery-slide a {
        padding: 8px;
        border-radius: 16px;
    }

    .gallery-arrow {
        width: 36px;
        height: 36px;
        font-size: 28px;
    }

    .gallery-prev {
        left: 0;
    }

    .gallery-next {
        right: 0;
    }
}








footer {
    background: #1e1810;
    color: #dde3ee;
    padding-top: 50px;
}

footer h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

footer a {
    color: #dde3ee;
    text-decoration: none;
}

footer a:hover {
    color: var(--af-gold);
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer ul li {
    margin-bottom: 10px;
}

.footer-bottom {
    background: #1e1810;
    padding: 15px 0;
    font-size: .85rem;
    text-align: center;
    border-top: 1px solid #7d7d7d;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #123a7a;
    border-radius: 50%;
    margin-right: 8px;
}

/* =========================================
   WELCOME SECTION
========================================= */

.welcome-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0 100px;
    background: #fff;
}


/* =========================================
   IMAGE AREA
========================================= */

.welcome-images {
    position: relative;
    width: 100%;
    max-width: 560px;
    height: 560px;
    margin: 0 auto;
}


/* Background school image */

.welcome-img-back {
    position: absolute;
    top: 70px;
    right: 0;

    width: 68%;
    height: 490px;

    object-fit: cover;
    object-position: center;

    border-radius: 8px;

    z-index: 1;
}


/* Front admission flyer */

.welcome-img-front {
    position: absolute;
    top: 0;
    left: 0;

    width: 62%;
    height: 475px;

    object-fit: cover;
    object-position: center;

    border-radius: 8px;

    z-index: 2;

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}


/* =========================================
   RIGHT CONTENT
========================================= */

.welcome-eyebrow {
    color: #f7941d;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 5px;
}

.section-title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    color: #211b17;
    margin-bottom: 25px;
}

.welcome-section h6 {
    font-size: 17px;
    line-height: 1.7;
    color: #29231f !important;
    font-weight: 600;
}

.welcome-section p {
    color: #666;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 20px;
}


/* =========================================
   READ MORE BUTTON
========================================= */

.btn-af {
    background: #f7941d;
    color: #fff;
    border: 0;
    padding: 14px 23px;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-af:hover {
    background: #e67e00;
    color: #fff;
    transform: translateY(-2px);
}


/* =========================================
   DECORATIVE DOODLES
========================================= */

.doodle {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.doodle path {
    stroke: #1d3d50;
}

.doodle-tl {
    top: 0;
    left: 0;
    width: 100px;
}

.doodle-tr {
    top: 20px;
    right: 0;
    width: 160px;
}

.doodle-bl {
    bottom: 50px;
    left: 35px;
    width: 100px;
}

.doodle-br {
    bottom: 30px;
    right: 20px;
    width: 120px;
}


/* =========================================
   MASCOT
========================================= */

.mascot {
    position: absolute;
    right: 25px;
    bottom: 10px;

    width: 180px;
    max-width: 15vw;

    z-index: 3;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

    .welcome-section {
        padding: 70px 0;
    }

    .welcome-images {
        max-width: 520px;
        height: 520px;
    }

    .welcome-img-back {
        width: 68%;
        height: 450px;
    }

    .welcome-img-front {
        width: 62%;
        height: 430px;
    }

    .section-title {
        font-size: 34px;
    }

    .mascot {
        width: 140px;
        max-width: none;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767.98px) {

    .welcome-section {
        padding: 60px 0 80px;
    }

    .welcome-images {
        height: 430px;
        max-width: 430px;
    }

    .welcome-img-back {
        top: 55px;
        right: 0;

        width: 70%;
        height: 375px;
    }

    .welcome-img-front {
        width: 64%;
        height: 360px;
    }

    .welcome-eyebrow {
        font-size: 22px;
    }

    .section-title {
        font-size: 30px;
    }

    .welcome-section h6 {
        font-size: 16px;
    }

    .welcome-section p {
        font-size: 15px;
        line-height: 1.8;
    }

    .mascot {
        width: 100px;
        right: 5px;
        bottom: 5px;
    }

    .doodle-tr {
        width: 100px;
    }

    .doodle-bl {
        width: 70px;
    }

    .doodle-br {
        width: 80px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .welcome-images {
        height: 370px;
    }

    .welcome-img-back {
        top: 45px;
        width: 70%;
        height: 325px;
    }

    .welcome-img-front {
        width: 65%;
        height: 310px;
    }

    .section-title {
        font-size: 27px;
    }

    .mascot {
        width: 80px;
    }
}




/* =========================================================
   ANNOUNCEMENTS + EVENTS SECTION
========================================================= */

.announcement-events-section {
    position: relative;
    overflow: hidden;
    background: #ff951c;
    padding: 120px 0 170px;
    color: #fff;
}


/* =========================================================
   CONTAINER
========================================================= */

.announcement-events-section .container {
    position: relative;
    z-index: 5;
}


/* =========================================================
   ROW
========================================================= */

.announcement-events-row {
    align-items: flex-start;
}


/* =========================================================
   HEADINGS
========================================================= */

.announcement-heading {
    display: inline-block;

    color: #fff;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;

    margin: 0;
    padding: 0 0 10px;

    border-bottom: 3px solid #fff;
}


/* Heading line */

.heading-line {
    width: 325px;
    height: 2px;

    background: #fff;

    margin-top: -2px;
    margin-bottom: 38px;
}


/* Right heading slightly smaller line */

.events-column .heading-line {
    width: 230px;
}


/* =========================================================
   LEFT - VACANCY IMAGE
========================================================= */

.vacancy-image {
    width: 100%;
    max-width: 600px;

    margin-bottom: 20px;
}

.vacancy-image img {
    display: block;

    width: 100%;
    height: auto;

    object-fit: contain;
}


/* =========================================================
   ANNOUNCEMENT LINKS
========================================================= */

.announcement-links {
    margin-top: 8px;
}

.announcement-item {
    margin-bottom: 22px;
}

.announcement-item a {
    display: flex;
    align-items: flex-start;
    gap: 7px;

    color: #fff;
    text-decoration: none;

    font-size: 17px;
    line-height: 1.5;

    transition: all 0.25s ease;
}

.announcement-item a i {
    flex-shrink: 0;

    font-size: 15px;
    margin-top: 4px;
}

.announcement-item a:hover {
    color: #fff;
    transform: translateX(3px);
}


/* =========================================================
   RIGHT - EVENT BOX
========================================================= */

.event-box {
    display: flex;
    align-items: stretch;

    width: 100%;

    background: #fff;

    border-radius: 22px;

    padding: 12px;

    overflow: hidden;

    box-sizing: border-box;
}


/* =========================================================
   EVENT IMAGE
========================================================= */

.event-image {
    flex: 0 0 42%;
    width: 42%;

    overflow: hidden;

    border-radius: 13px;
}

.event-image img {
    display: block;

    width: 100%;
    height: 268px;

    object-fit: cover;
    object-position: center;
}


/* =========================================================
   EVENT CONTENT
========================================================= */

.event-content {
    flex: 1;

    padding: 4px 15px 4px 24px;

    color: #666;
}

.event-content h4 {
    color: #211b17;

    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;

    margin: 0 0 25px;
}

.event-content p {
    color: #666;

    font-size: 17px;
    line-height: 1.85;

    margin: 0;
}


/* =========================================================
   EVENT READ MORE BUTTON
========================================================= */

.event-read-more {
    margin-top: 20px;
}

.event-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 9px 13px;

    border: 2px solid #fff;
    border-radius: 5px;

    color: #fff;
    background: transparent;

    font-size: 15px;
    font-weight: 600;

    text-decoration: none;

    transition: all 0.25s ease;
}

.event-btn:hover {
    color: #ff951c;
    background: #fff;
}

.event-btn i {
    font-size: 14px;
}


/* =========================================================
   TOP WAVE
========================================================= */

.section-wave-top {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 30px;

    overflow: hidden;

    z-index: 2;
}

.section-wave-top svg {
    display: block;

    width: 100%;
    height: 100%;
}

.section-wave-top path {
    fill: #fff;
}


/* =========================================================
   BOTTOM WAVES
========================================================= */

.section-wave-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
    transform: rotate(180deg);
}

.section-wave-bottom svg {
    display: block;

    width: 100%;
    height: 100%;
}

.section-wave-bottom path {
    fill: #fff;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .announcement-events-section {
        padding: 90px 0 150px;
    }

    .announcement-events-row {
        row-gap: 60px;
    }

    .announcement-heading {
        font-size: 26px;
    }

    .heading-line {
        margin-bottom: 30px;
    }

    .event-content {
        padding-left: 20px;
    }

    .event-content h4 {
        font-size: 25px;
        margin-bottom: 18px;
    }

    .event-content p {
        font-size: 16px;
        line-height: 1.7;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .announcement-events-section {
        padding: 70px 0 120px;
    }

    .announcement-events-row {
        row-gap: 55px;
    }

    .announcement-heading {
        font-size: 24px;
    }

    .heading-line {
        width: 260px;
        margin-bottom: 25px;
    }

    .events-column .heading-line {
        width: 210px;
    }


    /* Vacancy */

    .vacancy-image {
        max-width: 100%;
    }

    .announcement-item {
        margin-bottom: 18px;
    }

    .announcement-item a {
        font-size: 15px;
    }


    /* Event */

    .event-box {
        flex-direction: column;

        padding: 10px;

        border-radius: 18px;
    }

    .event-image {
        flex: none;

        width: 100%;

        border-radius: 12px;
    }

    .event-image img {
        width: 100%;
        height: 260px;
    }

    .event-content {
        padding: 20px 8px 10px;
    }

    .event-content h4 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .event-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .event-read-more {
        margin-top: 15px;
    }

    .section-wave-bottom {
        height: 80px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .announcement-events-section {
        padding-top: 60px;
    }

    .announcement-heading {
        font-size: 22px;
    }

    .heading-line {
        width: 230px;
    }

    .events-column .heading-line {
        width: 190px;
    }

    .event-image img {
        height: 230px;
    }

    .event-content h4 {
        font-size: 22px;
    }

    .event-content p {
        font-size: 14px;
    }
}




/* =====================================================
   OUR AIM SECTION
===================================================== */

.our-aim-section {
    position: relative;
    width: 100%;
    min-height: 700px;
    padding: 110px 0 140px;
    background-color: #fff;
    background-image: url(images/bg-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    overflow: hidden;
}


/* =====================================================
   RIGHT SIDE HAND-SHAKE BACKGROUND
===================================================== */

.our-aim-section::after {
    content: "";

    position: absolute;

    top: 90px;
    right: 0;

    width: 200px;
    height: 600px;

    background-image: url("images/hand-shake-resized.png");

    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;

    z-index: 2;

    pointer-events: none;
}


/* =====================================================
   CONTAINER
===================================================== */

.our-aim-section .container {
    position: relative;

    z-index: 5;
}


/* =====================================================
   LEFT IMAGE WRAPPER
===================================================== */

.aim-image-wrapper {
    position: relative;

    width: 100%;
    max-width: 600px;

    margin-left: 0;

    padding-bottom: 30px;
}


/* =====================================================
   MAIN SCHOOL IMAGE
===================================================== */

.aim-main-image {
    display: block;

    width: 100%;
    height: 600px;

    object-fit: cover;
    object-position: center;

    border-radius: 0 125px 0 0;

    position: relative;

    z-index: 2;
}


/* =====================================================
   ORANGE FLOATING CARD
===================================================== */

.aim-floating-card {
    position: absolute;

    right: -105px;
    bottom: 30px;

    width: 385px;

    padding: 38px 35px;

    background: #ff951c;

    border-radius: 8px;

    box-shadow:
        0 25px 55px rgba(80, 80, 180, 0.30);

    z-index: 4;
}


.aim-floating-card h3 {
    margin: 0 0 12px;

    color: #fff;

    font-size: 25px;
    line-height: 1.3;

    font-weight: 700;
}


.aim-floating-card p {
    margin: 0;

    color: #fff;

    font-size: 16px;
    line-height: 1.6;
}


/* =====================================================
   RIGHT CONTENT
===================================================== */

.aim-content {
    position: relative;

    padding-left: 75px;

    z-index: 6;
}


.aim-content h2 {
    margin: 0 0 25px;

    color: #211b17;

    font-size: 38px;
    line-height: 1.2;

    font-weight: 700;
}


.aim-content p {
    max-width: 570px;

    margin: 0 0 70px;

    color: #666;

    font-size: 18px;
    line-height: 1.9;
}


/* =====================================================
   READ MORE BUTTON
===================================================== */

.aim-read-more {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 18px;

    min-width: 165px;

    padding: 15px 22px;

    border: 1px solid #ff951c;

    border-radius: 6px;

    background: #fff;

    color: #ff951c;

    text-decoration: none;

    font-size: 15px;
    font-weight: 500;

    transition: all 0.3s ease;
}


.aim-read-more i {
    font-size: 13px;

    transition: transform 0.3s ease;
}


.aim-read-more:hover {
    background: #ff951c;

    color: #fff;
}


.aim-read-more:hover i {
    transform: translateX(5px);
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1199.98px) {

    .our-aim-section {
        min-height: 760px;

        padding: 90px 0 120px;

        background-size: cover;
    }


    .aim-main-image {
        height: 520px;

        border-radius: 0 100px 0 0;
    }


    .aim-floating-card {
        right: -70px;
        bottom: 20px;

        width: 350px;

        padding: 30px;
    }


    .aim-content {
        padding-left: 55px;
    }


    .aim-content h2 {
        font-size: 34px;
    }


    .aim-content p {
        font-size: 17px;
    }


    .our-aim-section::after {
        width: 160px;
        height: 500px;

        top: 100px;
    }
}


/* =====================================================
   TABLET / MOBILE
===================================================== */

@media (max-width: 991.98px) {

    .our-aim-section {
        padding: 70px 0 100px;
    }


    .our-aim-section::after {
        width: 130px;
        height: 400px;

        top: 100px;

        opacity: 0.9;
    }


    .aim-image-wrapper {
        max-width: 600px;

        margin: 0 auto 80px;
    }


    .aim-main-image {
        height: 500px;
    }


    .aim-floating-card {
        right: 30px;
        bottom: -45px;

        width: 380px;
    }


    .aim-content {
        padding-left: 0;

        max-width: 600px;

        margin: 0 auto;
    }


    .aim-content p {
        margin-bottom: 35px;
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767.98px) {

    .our-aim-section {
        min-height: auto;

        padding: 60px 0 90px;

        /*
           Mobile par bg thoda controlled rakhenge
        */
        background-position: center center;
        background-size: auto 100%;
    }


    .our-aim-section::after {
        width: 100px;
        height: 320px;

        top: 70px;
        right: -5px;

        background-position: right top;
        background-size: contain;
    }


    /* LEFT IMAGE */

    .aim-image-wrapper {
        margin-bottom: 75px;

        padding-bottom: 0;
    }


    .aim-main-image {
        width: 100%;

        height: 390px;

        border-radius: 0 70px 0 0;
    }


    /* FLOATING CARD */

    .aim-floating-card {
        position: relative;

        right: auto;
        bottom: auto;

        width: calc(100% - 35px);

        margin: -55px auto 0;

        padding: 25px;

        border-radius: 7px;
    }


    .aim-floating-card h3 {
        font-size: 21px;
    }


    .aim-floating-card p {
        font-size: 14px;
    }


    /* RIGHT CONTENT */

    .aim-content {
        padding: 0 15px;
    }


    .aim-content h2 {
        font-size: 30px;

        margin-bottom: 18px;
    }


    .aim-content p {
        font-size: 15px;

        line-height: 1.8;

        margin-bottom: 30px;
    }


    .aim-read-more {
        padding: 13px 20px;
    }
}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .our-aim-section {
        padding-top: 50px;
    }


    .aim-main-image {
        height: 330px;

        border-radius: 0 55px 0 0;
    }


    .aim-floating-card {
        width: calc(100% - 20px);

        margin-top: -45px;

        padding: 22px;
    }


    .aim-floating-card h3 {
        font-size: 19px;
    }


    .aim-floating-card p {
        font-size: 13px;
    }


    .aim-content h2 {
        font-size: 27px;
    }


    .aim-content p {
        font-size: 14px;
    }


    .our-aim-section::after {
        width: 80px;
        height: 280px;
    }
}





/* =========================================
   ABOUT US BANNER
========================================= */

.about-banner {
    position: relative;
    height: 450px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.about-banner2{height: 400px;

   h1 {
    font-size: 32px !important;
    color: #000 !important;
    }
}
/* Background Image */
.about-banner-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

/* Dark Overlay */
.about-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2;
}
.about-banner-overlay2 {
    position: absolute;
    inset: 0;
    background: #f4e0e1b3;
    z-index: 2;
}
/* Content */
.about-banner-container {
    position: relative;
    z-index: 5;
}

.about-banner-container h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    margin: 0;
}


.about-banner-wave {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 110px;
    z-index: 4;
    line-height: 0;
    transform: rotate(180deg);
}

.about-banner-wave svg {
    display: block;
    width: 100%;
    height: 100%;
}


/* Back layer */
.about-banner-wave .wave-back {
    fill: #ffffff;
    opacity: 0.33;
}


/* Middle layer */
.about-banner-wave .wave-middle {
    fill: #ffffff;
    opacity: 0.66;
}


/* Front layer */
.about-banner-wave .wave-front {
    fill: #ffffff;
    opacity: 1;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 768px) {

    .about-banner {
        height: 350px;
    }

    .about-banner-container h1 {
        font-size: 36px;
    }

    .about-banner-wave {
        height: 85px;
    }
}


@media (max-width: 480px) {

    .about-banner {
        height: 300px;
    }

    .about-banner-container h1 {
        font-size: 30px;
    }

    .about-banner-wave {
        height: 70px;
    }
}




 
  .uniform-subheading {
    color: var(--uniform-navy);
    font-weight: 700;
    border-left: 5px solid var(--uniform-sky);
    padding-left: 14px;
    margin-bottom: 1.25rem;
  }
 
  .uniform-table-wrap {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(22,48,92,0.08);
    overflow: hidden;
    margin-bottom: 2.5rem;
  }
 
  .uniform-table-wrap .table {
    margin-bottom: 0;
  }
 
  .uniform-table-wrap thead th {
    background: var(--uniform-navy);
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 0.8rem;
    border: none;
    padding: 14px 18px;
  }
 
  .uniform-table-wrap tbody td {
    padding: 14px 18px;
    vertical-align: middle;
    border-color: var(--uniform-sky-light);
    font-size: 0.9rem;
  }
 
  .uniform-table-wrap tbody tr:nth-child(odd) {
    background: var(--uniform-sky-light);
  }
 
  .uniform-table-wrap tbody td:first-child {
    font-weight: 700;
    color: var(--uniform-blue);
    white-space: nowrap;
  }
 
  .uniform-season-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--uniform-sky-light);
    color: var(--uniform-navy);
    font-weight: 600;
    font-size: 0.85rem;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 12px;
  }
 
  .uniform-photo-card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 24px rgba(22,48,92,0.10);
    border: 1px solid rgba(22,48,92,0.06);
    text-align: center;
  }
 
  .uniform-photo-card img {
    width: 100%;
    object-fit: cover;
  }
 
  .uniform-photo-label {
    background: var(--uniform-navy);
    color: #fff;
    font-weight: 600;
    padding: 10px 0;
    letter-spacing: 0.5px;
  }
 
  hr.uniform-hr {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(22,48,92,0.15), transparent);
    margin: 3rem 0;
  }

/* school-gallery-css */

  .gallery-thumb {
    aspect-ratio: 4/3;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .gallery-thumb:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
  }
  .gallery-page {
    display: none;
  }
  .gallery-page.active {
    display: flex;
  }


/* contact-us-page */
  .contact-info-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.07);
    padding: 24px;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .contact-info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 26px rgba(0,0,0,0.12);
  }
  .contact-icon-circle {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, #16305c, #2a5cad);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 14px;
  }
  .contact-map-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.10);
    line-height: 0;
  }
  .contact-form-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    padding: 40px;
  }
  .contact-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #eaf3fc;
    color: #16305c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .contact-social a:hover {
    background: #16305c;
    color: #fff;
  }