body {
  overflow-x: hidden;
}

/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-secondary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-secondary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*** Sub Title Start ***/
.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -110px;
    /* border: 1px solid var(--bs-secondary) !important; */
}

/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 576px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Yantramanav', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-dark) !important;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
    font-size: 18px !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-brand img {
    /* max-height: 50px; */
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    /* max-height: 45px; */
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light) !important;
    }
    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

h1{
    color: #213864 !important;
}
/*** Carousel Hero Header Start ***/


.header-carousel-item {
    position: relative;
}

.header-carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* DARK OVERLAY */
    /* background: rgba(0, 0, 0, 0.55); */

    z-index: 1;
}


.carousel-caption {
    z-index: 2;
    bottom: 50%;
    transform: translateY(50%);
    text-align: center;
}

.carousel-caption h1,
.carousel-caption h4,
.carousel-caption p {
    text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
}

.carousel-caption h4 {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

.carousel-caption h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 2px;

    background: #ffc107; /* yellow */
}



.carousel-caption-content {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(1px);
    border-radius: 10px;
}


.header-carousel-item {
    position: relative;
    overflow: hidden;
}

.header-carousel-item img {
    transition: transform 8s ease;
}

.header-carousel-item {
    overflow: hidden;
}

.header-carousel-item img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    transform: scale(1.1);
}

.owl-item.active .header-carousel-item img {
    animation: zoomOutCinematic 5s ease-out;
}

@keyframes zoomOutCinematic {
    0% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* ZOOM EFFECT */


/* GRADIENT OVERLAY */
.header-carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(
        to right,
        rgba(0,0,0,0.7),
        rgba(0,0,0,0.4),
        rgba(0,0,0,0.7)
    ); */
    z-index: 1;
}


.header-carousel {
    position: relative; 
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 60px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 60px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

@media (max-width: 576px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: 630px;
        transition: 0.5s;
        display: none;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important;
    }
 
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    height: 700px;
    margin-top: 5px;
    display: block;
    object-fit: cover;
    transition: 0.5s;

}

@media (max-width: 992px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }

}

@media (min-width: 992px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin-top: 50px;
    }
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;   /* IMPORTANT */
    top: 0;
    left: 0;

    display: flex;
    align-items: flex-start;   /* TOP */
    justify-content: flex-start; /* LEFT */

    padding: 120px 80px; /* adjust spacing */
    /* text-align: left; */
}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    width: 550px;   /* fixed clean size */
    max-width: 100%;
    padding: 25px 30px;

    background: rgba(0, 0, 0, 0.6);
    border-radius: 6px;

    backdrop-filter: none; /* REMOVE blur (your site style) */
}


@media (max-width: 768px) {

    .header-carousel .header-carousel-item .carousel-caption {
        position: absolute !important;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;

        width: 100%;
        padding: 0 10px;
        text-align: center;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: auto !important;          /* NOT full width */
        max-width: 320px;                /* smaller box */
        margin: 0 auto;                  /* center */

        padding: 12px 14px;              /* less padding */
        border-radius: 6px;

        background: rgba(0, 0, 0, 0.6);
    }

    .carousel-caption h1 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .carousel-caption h4 {
        font-size: 14px;
    }

    .carousel-caption p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .carousel-caption .btn {
        font-size: 12px;
        padding: 5px 12px;
    }
}

@media (max-width: 768px) {

     .header-carousel .header-carousel-item .carousel-caption {
        top: 35%;   /* was 50% → move up */
        left: 50%;
        transform: translate(-50%, -50%) !important;
    }


    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        height: 60vh;   /* 60% of screen height */
    }
}

/* Base image */
/* Hide overflow */
.header-carousel-item {
    overflow: hidden;
}

/* Start close */
.header-carousel-item img {
    transform: scale(1.2);
}

/* Active slide → go away */
.owl-item.active .header-carousel-item img {
    animation: zoomOutCinematic 5s ease-out;
}

/* Zoom OUT animation */
@keyframes zoomOutCinematic {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}


/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
	position: relative;
	padding: 145px 0 50px 0;
    background: linear-gradient(rgba(242, 139, 0, 0.2), rgba(242, 139, 0, 0.3)), url(../img/breadcrumb.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}

@media (max-width: 992px) {
    .bg-breadcrumb {
        padding-top: 50px;
    }

}
/*** Single Page Hero Header End ***/


/*** Counter Facts Start ***/

.counter-facts {
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 0.7)), url(../img/IMG-20260305-WA0018.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}


.counter-facts .counter {
    position: relative;
    text-align: center;
    width: 200px;
    min-height: 215px;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    background: var(--bs-white);
}

.counter-facts .counter:before {
    content: "";
    position: absolute;
    height: 105px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    background-color: var(--bs-primary);
    
}
.counter-facts .counter .counter-icon {
    position: relative;
    width: 120px;
    height: 100px;
    border-radius: 10px 10px 0 0;
    font-size: 50px;
    line-height: 90px;
    color: var(--bs-primary) !important;
    display: flex;
    
}

.counter-facts .counter h3 {
    color: var(--bs-white);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    display: flex;
}
.counter-facts .counter .counter-value {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: var(--bs-secondary);
}

@media screen and (max-width: 1200px) {
    .counter-facts .counter { margin-bottom: 40px; 
    }
}
/*** Counter Facts End ***/


/*** Training Start ***/
.training-carousel .owl-stage-outer {
    margin-top: 30px;
}

.training-carousel .owl-nav .owl-prev,
.training-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.training-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.training-carousel .owl-nav .owl-next {
    right: 0;
}

.training-carousel .owl-nav .owl-prev:hover,
.training-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.training .training-item .training-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.training .training-item .training-img img {
    transition: 0.5s;
}

.training .training-item:hover .training-img img {
    transform: scale(1.2);
}
/*** Training End ***/



/*** Dance Class Start ***/
.class-carousel .owl-stage-outer {
    margin-top: 30px;
}

.class-carousel .owl-nav .owl-prev,
.class-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.class-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.class-carousel .owl-nav .owl-next {
    right: 0;
}

.class-carousel .owl-nav .owl-prev:hover,
.class-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.class .class-item .class-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.class .class-item .class-img img {
    transition: 0.5s;
}

.class .class-item:hover .class-img img {
    transform: scale(1.3);
}
/*** Dance Class End ***/


/*** Blog Start ***/
.blog-carousel .owl-stage-outer {
    margin-top: 30px;
}

.blog-carousel .owl-nav .owl-prev,
.blog-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.blog-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.blog-carousel .owl-nav .owl-next {
    right: 0;
}

.blog-carousel .owl-nav .owl-prev:hover,
.blog-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.3);
}
/*** Blog End ***/

/*** Team Start ***/
.team-carousel .owl-stage-outer {
    margin-top: 30px;
}
.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.team-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.team-carousel .owl-nav .owl-next {
    right: 0;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.team .team-carousel .team-item .team-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.team .team-carousel .team-item .team-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: 0.5s;
    z-index: 2;
}

.team .team-carousel .team-item .team-img .team-icon {
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px;
    display: flex;
    opacity: 0;
    transition: 0.5s;
    z-index: 3;
}

.team .team-carousel .team-item:hover .team-img .team-icon {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}

.team .team-carousel .team-item .team-content {
    position: relative;
    background: var(--bs-secondary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
    transition: 0.5s;
}

.team .team-carousel .team-item .team-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--bs-primary) !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-carousel .team-item:hover .team-content a,
.team .team-carousel .team-item:hover .team-content p {
    color: var(--bs-white) !important;
}

.team .team-carousel .team-item:hover .team-content::after {
    height: 100% !important;
}

.team .team-carousel .team-item .team-img img {
    transition: 0.5s;
}

.team .team-carousel .team-item:hover .team-img img {
    transform: scale(1.1);
}
/*** Team End ***/


/*** Vidie Gallery Start ***/
/*** Youtube Video start ***/
.gallery .tab-class {
    text-align: start !important;
}

.gallery .nav-item {
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.gallery .nav-item a span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery .nav-item a.active {
    background: var(--bs-primary) !important;
}

.gallery .nav-item a.active span {
    color: var(--bs-white) !important;
}


.video {
    position: relative;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    display: block;
    width: 23px;
    height: 44px;
    border-radius: 50%;
    transition: 0.5s;
    

}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 70px;
    height: 70px;
    background: var(--bs-white);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: 0.5s;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 50px;
    height: 50px;
    background: var(--bs-secondary);
    border-radius: 50%;
    transition: all 300ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 23px solid var(--bs-primary);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 5px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/

/*** Vidieo Gallery End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-top: 30px;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.testimonial-carousel .owl-nav .owl-next {
    right: 0;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
/*** Testimonial End ***/


/*** Contact Start ***/
.contact button.btn.btn-primary.w-100:hover {
    box-shadow: inset 700px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item .footer-link {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item .footer-link:hover {
    letter-spacing: 1px;
    color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/


/* Wrapper with glass + gradient */
.marquee-wrapper {
    position: relative;
    overflow: hidden;
    padding: 18px 0;

    background: linear-gradient(135deg, #667eea, #764ba2);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

/* Shiny moving light effect */
.marquee-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.15);
    transform: skewX(-25deg);
    animation: shineMove 5s infinite;
}

@keyframes shineMove {
    100% {
        left: 150%;
    }
}

/* Gradient fade edges */
.marquee-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(to right, #667eea, transparent);
    z-index: 2;
}

.marquee-wrapper .marquee::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(to left, #764ba2, transparent);
    z-index: 2;
}

/* Marquee */
.marquee {
    overflow: hidden;
    position: relative;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marqueeScroll 16s linear infinite;
}

/* Text styling */
.marquee-track span {
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
    margin-right: 100px;

    /* Gradient text */
    background: linear-gradient(90deg, #fff, #ffd700, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    letter-spacing: 1px;
}

/* Phone link */
.marquee-track a {
    margin-left: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.marquee-track a:hover {
    color: #ffd700;
}

/* Animation */
@keyframes marqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Pause on hover */
.marquee-wrapper:hover .marquee-track {
    animation-play-state: paused;
}

/* Floating icon effect */
.marquee-track span::before {
    content: "✨";
    margin-right: 10px;
    animation: floatIcon 2s infinite ease-in-out;
}

@keyframes floatIcon {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

/* Section background */
.about-premium {
    background: linear-gradient(135deg, #f8f9fa, #eef2ff);
}

/* Image styling */
.about-img-box {
    
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.about-img-box img {
    width: 100%;
    transition: transform 0.5s ease;
}

.about-img-box:hover img {
    transform: scale(1.05);
}

/* Subtitle */
.about-subtitle {
    color: #6c63ff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* Title */
.about-title {
    font-size: 40px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.3;
}

/* Text */
.about-text {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Highlight box */
.about-highlight {
    background: #ffffff;
    padding: 18px;
    border-left: 5px solid #6c63ff;
    border-radius: 10px;
    margin: 20px 0;
    font-size: 16px;
    color: #333;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

/* Button */
.about-btn {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(45deg, #6c63ff, #4facfe);
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.about-btn:hover {
    background: linear-gradient(45deg, #4facfe, #6c63ff);
    transform: translateY(-2px);
}

/* SECTION BACKGROUND */
.founder-section {
    background: linear-gradient(135deg, #1e1e2f, #2b2b45);
    position: relative;
    overflow: hidden;
}

/* subtle pattern overlay */
.founder-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('https://www.transparenttextures.com/patterns/cubes.png');
    opacity: 0.05;
}

/* IMAGE */
.founder-image img {
    border-radius: 20px;
    transition: transform 0.4s ease;
}

.founder-image:hover img {
    transform: scale(1.05);
}

/* NAME */
.founder-image h5 {
    font-size: 20px;
    font-weight: 700;
}

/* CONTENT BOX */
.founder-content {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

/* HEADING */
.founder-heading {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
}

/* TEXT */
.founder-content p {
    color: #ddd;
    line-height: 1.8;
    font-size: 15px;
}

/* BUTTON */
#readMoreBtn {
    background: linear-gradient(45deg, #e6c27a, #ffd700);
    border: none;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

#readMoreBtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255,215,0,0.4);
}

/* SMOOTH EXPAND */
#moreText {
    overflow: hidden;
    transition: all 0.5s ease;
}

/* Founder image */
.founder-top img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border: 4px solid #e6c27a;
}

/* Timeline container */
.timeline-horizontal-clean {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-top: 50px;
}

/* Line */
.timeline-horizontal-clean::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #e6c27a;
}

/* Each step */
.timeline-step {
    position: relative;
    width: 14%;
    text-align: center;
}

/* Dot */
.timeline-step .dot {
    width: 14px;
    height: 14px;
    background: #e6c27a;
    border-radius: 50%;
    margin: 0 auto 10px;
    box-shadow: 0 0 10px #e6c27a;
}

/* Year */
.timeline-step h6 {
    color: #ffd700;
    font-weight: 700;
}

/* Text */
.timeline-step p {
    color: #ddd;
    font-size: 17px;
}

/* Hover */
.timeline-step:hover {
    transform: translateY(-5px);
    transition: 0.3s;
}

/* Responsive */
@media (max-width: 768px) {
    .timeline-horizontal-clean {
        flex-direction: column;
        align-items: flex-start;
    }

    .timeline-horizontal-clean::before {
        width: 3px;
        height: 100%;
        left: 10px;
        top: 0;
    }

    .timeline-step {
        width: 100%;
        text-align: left;
        padding-left: 30px;
        margin-bottom: 20px;
    }

    .timeline-step .dot {
        position: absolute;
        left: 0;
        top: 5px;
    }
}

/* Founder Message Box */
.founder-message {
    max-width: 900px;
    margin: auto;
    background: rgba(255,255,255,0.05);
    padding: 35px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

/* Title */
.message-title {
    text-align: center;
    color: #ffd700;
    font-weight: 700;
    margin-bottom: 25px;
}

/* Text */
.founder-message p {
  color: #ddd;
    line-height: 1.9;
    font-size: 17px;
    margin-bottom: 15px;
    text-align: justify;
    font-style: italic;
}

/* Signature */
.signature {
    margin-top: 25px;
    text-align: right;
    font-weight: bold;
    color: #fff;
    font-style: italic;
}

.training-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Image fixed height */
.training-img img {
    height: 220px;
    object-fit: cover;
}

/* Content equal height */
.training-item .rounded-bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Push text nicely */
.training-item p {
    flex-grow: 1;
}

/* Optional: equal title height */
.training-item a.h4 {
    min-height: 50px;
    display: block;
    color: #f28b00;
}

.value_text{
    font-size: 18px;
    color: #213864;
}

/* Section background */
/* MAIN SECTION */
.aim-section {
    position: relative;
    overflow: hidden;
}

/* BACKGROUND IMAGE LAYER */
.aim-section::before {
    content: "";
    position: absolute;
    inset: 0;

    /* background: url('./../img/slider3.jpg') center/cover no-repeat; */

    transform: scale(1.1); /* zoomed feel */
    filter: brightness(0.6) contrast(1.2);

    z-index: 0;
}

/* DARK CINEMATIC OVERLAY */
.aim-section::after {
    content: "";
    position: absolute;
    inset: 0;

    background: radial-gradient(circle at center, rgba(0,0,0,0.3), rgba(0,0,0,0.85));
    
    z-index: 1;
}

/* CONTENT ABOVE */
.aim-section .container {
    position: relative;
    z-index: 2;
}

.aim-section h1,
.aim-section h4,
.aim-section h5 {
    color: #fff !important;
}

@keyframes cinematicZoom {
    0% { transform: scale(1.1); }
    100% { transform: scale(1.2); }
}

.aim-section::before {
    animation: cinematicZoom 20s ease-in-out infinite alternate;
}
/* Titles */
.sub-title {
    color: #6c63ff;
    font-weight: 600;
    letter-spacing: 1px;
}

.main-title {
    font-size: 40px;
    font-weight: 800;
    color: #222;
}

/* CARD (compact) */
.aim-card {
    background: rgba(0,0,0,0);
    border-radius: 16px;
    padding: 20px 15px;   /* ↓ reduced padding */
    text-align: center;
    height: 100%;

    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.3);

    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: 0.3s ease;

    transform-style: preserve-3d;
    perspective: 1000px;
}

/* ICON (smaller + tighter) */
.aim-icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 12px;   /* ↓ reduced gap */

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 22px;

    color: #fff;
    background: linear-gradient(135deg, #6c63ff, #213864);
    border-radius: 50%;

    transition: 0.3s;

    transform: translateZ(25px);
}

/* TEXT */
.aim-card h5 {
    font-size: 15px;   /* ↓ slightly smaller */
    font-weight: 600;
    color: #333;
    margin: 0;

    transform: translateZ(15px);
}

/* HOVER */
.aim-card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* ICON HOVER */
.aim-card:hover .aim-icon {
    background: linear-gradient(135deg, #F28B00, #ffcc00);
    transform: scale(1.1) translateZ(25px);
    box-shadow: 0 0 15px rgba(255,215,0,0.5);
}


.pro-masonry {
    column-count: 3;
    column-gap: 15px;
}

.pro-item {
    margin-bottom: 15px;
    break-inside: avoid;
}

.pro-item img {
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.pro-item img:hover {
    transform: scale(1.05);
}

/* Image sizes */
.tall img {
    height: 420px;
    object-fit: cover;
}

.wide img {
    height: 260px;
    object-fit: cover;
}

/* Hover zoom + overlay */
.pro-item:hover img {
    transform: scale(1.1);
    filter: brightness(0.7);
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s ease;
}

.overlay i {
    font-size: 30px;
    color: #fff;
    transform: scale(0.8);
    transition: 0.4s;
}

.pro-item:hover .overlay {
    opacity: 1;
}

.pro-item:hover .overlay i {
    transform: scale(1);
}

/* Responsive */
@media (max-width: 992px) {
    .pro-masonry { column-count: 3; }
}

@media (max-width: 768px) {
    .pro-masonry { column-count: 2; }
}

@media (max-width: 576px) {
    .pro-masonry { column-count: 1; }
}

.pro-modal {
    background: rgba(0,0,0,0.85);
    backdrop-filter: blur(10px);
    border: none;
}

.carousel img {
    max-height: 90vh;
    object-fit: contain;
    animation: fadeZoom 0.4s ease;
}

@keyframes fadeZoom {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* MAIN FOOTER */
.footer-section {
    position: relative;
    overflow: hidden;
    background: #203762;
}

/* BACKGROUND IMAGE (CINEMATIC) */
.footer-section::before {
    content: "";
    position: absolute;
    inset: 0;

    background: url('./../img/IMG-20260306-WA0043.jpg') center/cover no-repeat;

    filter: brightness(0.4) contrast(1.2);
    transform: scale(1.1);

    z-index: 0;
}

/* DARK OVERLAY + VIGNETTE */
.footer-section::after {
    content: "";
    position: absolute;
    inset: 0;

    background: radial-gradient(circle at center, rgba(32,55,98,0.4), rgba(0,0,0,0.9));
    
    z-index: 1;
}

/* CONTENT ABOVE */
.footer-section .container {
    position: relative;
    z-index: 2;
}

/* GLASS CARDS */
.footer-card {
    background: rgba(255,255,255,0.08);
    padding: 25px;
    border-radius: 15px;

    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.1);

    transition: 0.3s;
}

/* HOVER */
.footer-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

/* TEXT */
.footer-card h5 {
    color: #f28b00;
}

.footer-card p,
.footer-card a {
    color: #ddd;
}

/* LINKS */
.footer-card a:hover {
    color: #fff;
}

/* SOCIAL */
.footer-social a {
    display: inline-flex;
    width: 38px;
    height: 38px;

    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,0.1);
    border-radius: 50%;

    margin-right: 8px;
    transition: 0.3s;
}

.footer-social a:hover {
    background: #f28b00;
    color: #203762;
}

@keyframes cinematicZoom {
    0% { transform: scale(1.1); }
    100% { transform: scale(1.2); }
}

.footer-section::before {
    animation: cinematicZoom 25s ease-in-out infinite alternate;
}

/* ICON WRAPPER */

/* FORCE APPLY */
.vision-section {
    background: #f8f9fc !important;
}

/* CARD */
.vision-card {
    background: #ffffff !important;
    padding: 40px 30px !important;
    border-radius: 16px !important;
    height: 100% !important;

    border: 1px solid #eee !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;

    transition: 0.3s ease !important;
}

/* ICON */


/* TITLE */
.vision-card h2 {
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

/* TAGLINE */
.tagline {
    font-style: italic !important;
    font-weight: 600 !important;
    color: #203762 !important;
}

/* HOVER */
.vision-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08) !important;
}


.vision-icon {
    width: 80px;
    height: 80px;

    margin: 0 auto 20px; /* center horizontally */

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 28px;
    color: #fff;

    background: linear-gradient(135deg, #203762, #2f5aa6);

    border-radius: 50%;

    position: relative;
    transition: all 0.4s ease;

    box-shadow: 0 10px 25px rgba(32,55,98,0.25);
}

/* GLOW RING EFFECT */
.vision-icon::before {
    content: "";
    position: absolute;

    width: 100%;
    height: 100%;

    border-radius: 50%;
    border: 2px solid rgba(32,55,98,0.3);

    transform: scale(1.2);
    opacity: 0;
    transition: 0.4s;
}

/* HOVER EFFECT */
.vision-card:hover .vision-icon {
    transform: scale(1.15) rotate(8deg);
    box-shadow: 0 15px 35px rgba(32,55,98,0.35);
}

/* RING ANIMATION */
.vision-card:hover .vision-icon::before {
    transform: scale(1.4);
    opacity: 1;
}

/* ICON ITSELF CENTER FIX */
.vision-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* HEADER */
.parallax-header {
   min-height: 500px;
    background: url('./../img/about.jpeg') center/cover no-repeat;
    background-attachment: fixed;

    position: relative;

    display: flex;
    align-items: center;

    padding-left: 8%; /* push content left */
}

/* DARK OVERLAY */
.abtoverlay {
    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.4)
    );
}

/* BLUR GLASS PANEL */
.content-box {
    position: relative;
    z-index: 2;

    max-width: 500px;

    padding: 30px 35px;

    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(1px);

    border-radius: 15px;

    border: 1px solid rgba(255,255,255,0.2);

    box-shadow: 0 10px 40px rgba(0,0,0,0.3);

    animation: fadeLeft 1.2s ease;
}

/* TEXT */
.content-box h1 {
    color: #f28b00 !important;
    font-size: 3.5rem;
    font-weight: 700;
}

.content-box p {
    color: #f1f1f1;
    font-size: 1.2rem;
    margin-top: 10px;
}

/* ANIMATION */
@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


.school-info-premium {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #fff;
}

/* Section Title */
.section-title h2 {
    font-weight: 700;
    letter-spacing: 1px;
}

.divider {
    width: 80px;
    height: 4px;
    margin: 10px auto;
    background: linear-gradient(90deg, #00c6ff, #0072ff);
    border-radius: 10px;
}

/* Cards */
.premium-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    border-radius: 18px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.premium-card:hover {
    transform: translateY(-8px) scale(1.02);
    background: rgba(255, 255, 255, 0.12);
}

/* Headings */
.premium-card h4 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #38bdf8;
}

/* List */
.premium-card ul {
    list-style: none;
    padding: 0;
}

.premium-card ul li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    font-size: 15px;
}

.premium-card ul li span {
    opacity: 0.8;
}

/* Highlight Card */
.highlight-card {
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    color: #fff;
    border: none;
}

.highlight-card h4,
.highlight-card h6 {
    color: #fff;
}

.highlight-card p {
    opacity: 0.95;
}

/* Sub sections */
.premium-card h6 {
    margin-top: 10px;
    font-weight: 600;
    color: #facc15;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .premium-card {
        padding: 18px;
    }
}

html {
    scroll-behavior: smooth;
}


.elite-section {
    background: #f8fafc;
    color: #1a1a1a;
}

/* Title */
.elite-title {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.elite-subtitle {
    color: #64748b;
}

/* Tabs */
.elite-tabs .nav-link {
    border-radius: 25px;
    margin: 5px;
    background: #e2e8f0;
    color: #1a1a1a;
    transition: 0.3s;
}

.elite-tabs .nav-link.active {
    background: #0f172a;
    color: #fff;
}

/* Card */
.elite-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.elite-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

/* Headings */
.elite-heading {
    font-weight: 600;
    margin-bottom: 10px;
}

/* Text */
.elite-text {
    color: #475569;
    line-height: 1.7;
}

/* List */
.elite-list {
    list-style: none;
    padding: 0;
}

.elite-list li {
    padding: 8px 0;
    border-bottom: 1px solid #e2e8f0;
    transition: 0.3s;
}

.elite-list li:hover {
    color: #0f172a;
    padding-left: 5px;
}


.elite-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    transition: 0.4s;
    position: relative;
    overflow: hidden;
}

/* Soft highlight animation */
.elite-card::after {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    background: linear-gradient(120deg, transparent, rgba(59,130,246,0.1), transparent);
    top: -50%;
    left: -50%;
    transform: rotate(25deg);
    transition: 0.5s;
}

.elite-card:hover::after {
    left: 100%;
}

.elite-hero {
    height: 60vh;
    background: url('img/school.jpg') center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
}

.elite-hero .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15,23,42,0.85), rgba(0,0,0,0.6));
}

.elite-hero h1 {
    font-size: 3rem;
    font-weight: 600;
}

.elite-hero p {
    font-size: 1.2rem;
    opacity: 0.9;
}


.library-elite {
    background: linear-gradient(135deg, #f8fafc, #eef2f7);
}

/* Title */
.elite-title {
    font-size: 2.8rem;
    font-weight: 600;
}

.elite-subtitle {
    color: #64748b;
    margin-bottom: 10px;
}

.elite-divider {
    width: 80px;
    height: 4px;
    background: #0f172a;
    border-radius: 50px;
}

/* Card */
.elite-card {
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

/* List */
.elite-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Item */
.elite-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 12px;
    transition: 0.3s;
    position: relative;
}

/* Hover effect */
.elite-list li:hover {
    background: #f1f5f9;
    transform: translateX(6px);
}

/* Number badge */
.num {
    min-width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #0f172a, #334155);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pop 0.5s ease;
}

/* Icon */
.icon {
    font-size: 18px;
    color: #0f172a;
    margin-top: 3px;
}

/* Animation */
@keyframes pop {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* ================= RESET ================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ================= SWIPER BASE ================= */
.swiper,
.swiper-slide {
    width: 100%;
    height: 100vh;
}

/* ================= SLIDE ================= */
.slide {
    display: flex;
    height: 100%;
    position: relative;
}

/* ================= COLUMNS ================= */
.col {
    height: 100%;
    flex-shrink: 0;
    position: relative;
}

/* ================= TEXT (20%) ================= */
.text {
    flex: 0 0 20%;
    max-width: 20%;
    order: 1;

    display: flex;
    align-items: center;
    position: relative;

    background: #203762b3;
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);

    border-right: 1px solid rgba(255,255,255,0.3);

    box-shadow:
        0 10px 40px rgba(0,0,0,0.35),
        inset 0 1px 0 rgba(255,255,255,0.4);

    color: #fff;
    z-index: 5;
    overflow: hidden;
}

/* ================= IMAGE (80%) ================= */
.image {
    flex: 0 0 80%;
    max-width: 80%;
    order: 2;
}

.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ================= REVERSE ================= */
.reverse .text {
    order: 2;
    border-right: none;
    border-left: 1px solid rgba(255,255,255,0.3);
}

.reverse .image {
    order: 1;
}

/* ================= IMAGE OVERLAY ================= */
.image::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to right,
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.4),
        transparent
    );

    z-index: 1;
}

.reverse .image::after {
    background: linear-gradient(
        to left,
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.4),
        transparent
    );
}

/* ================= DIAGONAL ================= */
.diagonal {
    position: absolute;
    top: 0;
    right: -1px;
    width: 120px;
    height: 100%;
    background: rgba(255,255,255,0.15);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 6;
}

.reverse .diagonal {
    left: -1px;
    right: auto;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

/* ================= GLASS SHINE ================= */
.text::before {
    content: "";
    position: absolute;
    top: 0;
    left: -80%;

    width: 200%;
    height: 100%;

    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.5),
        transparent
    );

    transform: skewX(-25deg);
    animation: shineMove 4s infinite;
}

@keyframes shineMove {
    0% { left: -80%; }
    100% { left: 120%; }
}

/* ================= CONTENT ================= */
.content {
    padding: 50px 30px;
    position: relative;
    z-index: 7;
}

/* ================= TEXT ANIMATION (SWIPER FIX) ================= */
.swiper-slide .content h4,
.swiper-slide .content h1,
.swiper-slide .content p,
.swiper-slide .content .buttons {
    opacity: 0;
    transform: translateY(40px);
}

/* ACTIVE SLIDE ANIMATION */
.swiper-slide-active .content h4 {
    animation: fadeUp 0.6s forwards 0.2s;
}
.swiper-slide-active .content h1 {
    animation: fadeUp 0.6s forwards 0.4s;
}
.swiper-slide-active .content p {
    animation: fadeUp 0.6s forwards 0.6s;
}
.swiper-slide-active .content .buttons {
    animation: fadeUp 0.6s forwards 0.8s;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ================= TEXT STYLE ================= */
.content h4 {
    font-size: 14px;
    letter-spacing: 2px;
    color: #ffd700;
}

.content h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 5px 25px rgba(0,0,0,0.8);
    margin: 10px 0;
}

.content p {
    font-size: 21px;
    letter-spacing: 1px;
    opacity: 0.95;
      margin-bottom: 20px;
    color: #203762;
}

/* ================= BUTTONS ================= */
.btn {
    padding: 10px 18px;
    margin-right: 10px;
    text-decoration: none;
}

.primary {
    background: #ffcc00;
    color: #000;
}

.secondary {
    border: 1px solid #fff;
    color: #fff;
}

/* HOVER ONLY IN SLIDER */
.swiper .secondary:hover {
    color: #213864 !important;
    background: aliceblue !important;
    border-color: aliceblue !important;
}

/* ================= NAV ================= */
.swiper-button-prev,
.swiper-button-next {
    color: #fff;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {

    .slide {
        flex-direction: column;
    }

    .text,
    .image {
        flex: 0 0 100%;
        max-width: 100%;
        order: unset;
    }

    .diagonal {
        display: none;
    }

    .content {
        text-align: center;
    }
}

.cinematic-hero {
    position: relative;
    height: 75vh;
    overflow: hidden;
}

/* Slides */
.cinematic-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 1.5s ease, transform 6s ease;
}

/* Active slide */
.cinematic-slide.active {
    opacity: 1;
    transform: scale(1);
}

/* Dark cinematic overlay */
.cinematic-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.65),
        rgba(0,0,0,0.3)
    );
    z-index: 1;
}

/* Content */
.cinematic-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.cinematic-content h1 {
    font-size: 3.5rem;
    letter-spacing: 3px;
    animation: fadeDown 1s ease;
}

.cinematic-content p {
    font-size: 1.3rem;
    opacity: 0.9;
    animation: fadeUp 1.2s ease;
}

/* Animations */
@keyframes fadeDown {
    from { opacity: 0; transform: translateY(-40px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 991.98px) {
    .navbar {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: #fff;
    }

    /* body {
        padding-top: 80px;
    } */
}


.map-box {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 10px;
}

.map-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.branch-card {
    transition: 0.3s ease;
    background: #fff;
}

.branch-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.modal-content {
    border-radius: 15px;
}

.modal-content input,
.modal-content select {
    border-radius: 8px;
}

.btn-primary {
    transition: 0.3s;
}

.btn-primary:hover {
    transform: scale(1.03);
}



.btn-primary:hover {
    background-color: #f28b00 !important;
    border-color: #f28b00 !important;
}

.form-control:focus {
    color: #848383;
    background-color: #fff;
    border-color: #f28b00;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(246, 70, 108, .25);
}


.contact-section {
    background: #f8f9fa;
}

/* Card */
.contact-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.contact-card:hover {
    transform: translateY(-5px);
}

/* Inputs */
.contact-card input,
.contact-card select,
.contact-card textarea {
    border-radius: 10px;
    border: 1px solid #ddd;
}

/* Info */
.info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}

.info-item i {
    color:#203762;
}

/* Map */
.map-box {
    height: 280px;
    border-radius: 15px;
    overflow: hidden;
}

.map-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Button Hover */
.btn-primary:hover {
    background-color: #f28b00 !important;
    border-color: #f28b00 !important;
}

/* TRUSTEE ITEMS */
.trustee-item {
    background: linear-gradient(135deg, #f8f9fa, #eef2f7);
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 19px;
    color: #333;
    position: relative;
    transition: all 0.3s ease;
    border-left: 3px solid #203762;
}

.trustee-item::before {
    content: "👤";
    margin-right: 8px;
}

.trustee-item:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 25px rgba(13,110,253,0.15);
    background: linear-gradient(135deg, #eef4ff, #e6f0ff);
}


/* SCHOOL OFFICE CARD */
.office-card {
    background: linear-gradient(135deg, #f8f9fa, #eef2f7);
    padding: 14px 16px;
    border-radius: 10px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    border-left: 4px solid #f28b00;
    position: relative;
}

.office-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(25,135,84,0.15);
    background: linear-gradient(135deg, #e9f7ef, #e3f5ea);
}

/* TITLE WITH ICON STYLE */
.office-title {
    font-weight: 600;
    color: #1e1e1e;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
     font-size: 19px;
}

.office-title i {
    background: #f28b00;
    color: #fff;
    padding: 6px;
    border-radius: 6px;
    font-size: 19px;
}

/* SUBTEXT */
.office-sub {
    color: #6c757d;
    font-size: 19px;
    margin-bottom: 6px;
}

/* PHONE STYLE */
.phone {
    font-weight: 600;
    color: #000;
    font-size: 19px;
    display: flex;
    align-items: center;
}

.phone i {
     color:#203762;
}

/* OPTIONAL: GLASS EFFECT FOR MAIN CARD */
.contact-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(6px);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}


/* Section */
.aim-section {
    background: #87a1d3;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}ll container */
.aim-scroll {
    overflow: hidden;
    position: relative;
}

/* Track animation */
.aim-track {
    display: flex;
    gap: 12px;
    width: max-content;
    animation: scrollAim 25s linear infinite;
}

/* Pause on hover (premium touch) */
.aim-scroll:hover .aim-track {
    animation-play-state: paused;
}

/* Pill */
.aim-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #e5e7eb;
    font-size: 20px; /* bigger text */
    font-weight: 500;
    color: #2c2c2c;
    white-space: nowrap;
    transition: all 0.25s ease;
}

/* Icon */
.aim-pill i {
    font-size: 14px;
    color: #f28b00;
}

/* Hover */
.aim-pill:hover {
   color: #f28b00;
    background: #213864;
}

/* Animation */
@keyframes scrollAim {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.footer-logo {
    max-width: 160px;
    transition: 0.3s ease;
}

.footer-logo:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

/* IMPORTANT RULE */
.elite-list li.important {
    background: #f8fbff;
    border-left: 4px solid #0d6efd;
    padding-left: 12px;
    border-radius: 6px;
}

/* Stronger icon */
.elite-list li.important .icon {
    color: #0d6efd;
}

/* Optional: subtle hover */
.elite-list li.important:hover {
    background: #eef5ff;
}

/* HERO */
.conduct-hero {
    position: relative;
  
    background: url('img/school-banner.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
   
}

/* Softer overlay */
.conduct-hero .overlay {
    position: absolute;
    inset: 0;
    background: rgba(33, 56, 100, 0.65); /* reduced darkness */
}

/* Content */
.conduct-hero .content {
    position: relative;
    color: #fff;
    padding: 20px;
}

.conduct-hero h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.conduct-hero p {
    font-size: 21px;
    letter-spacing: 1px;
    opacity: 0.95;
}
/* TABS */
/* TABS BAR */
.conduct-tabs {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

/* CONTAINER */
.conduct-tabs .container {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 14px 0;
    flex-wrap: wrap;
}

/* TAB ITEM */
.tab-item {
    display: flex;
    align-items: center;
    gap: 8px;

    font-size: 16px;           /* bigger text */
    font-weight: 500;

    padding: 10px 18px;        /* bigger pill */
    border-radius: 30px;

    color: #444;
    text-decoration: none;

    transition: all 0.3s ease;
}

/* ICON */
.tab-item i {
   font-size: 25px;
    color: #213864;
}

/* HOVER EFFECT */
.tab-item:hover {
   background: #203762;
    color: #0d6efd;
    transform: translateY(-2px);
}



.tab-item.active i {
    color: #fff;
}
.tab-item:hover, .tab-item:hover i{
   color: #fff;
}

/* SECTION TITLE */
.elite-section-title {
    font-weight: 600;
    border-left: 3px solid #203762;
    padding-left: 10px;
    color: #f28b00;
}

/* IMPORTANT RULE */
.elite-list li.important {
    background: #f0f6ff;
    border-left: 4px solid #203762;
    border-radius: 6px;
}

.uniform-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    transition: 0.3s;
    height: 100%;
}

.uniform-card:hover {
    transform: translateY(-6px);
}

/* Title */
.uniform-card h6 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #0d6efd;
}

/* Tag */
.uniform-card .tag {
    background: #eef5ff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    display: inline-block;
    margin-top: 10px;
}

/* Section title */
.elite-section-title {
    font-weight: 600;
    border-left: 3px solid #203762;
    padding-left: 10px;
    color: #f28b00;
}

/* Note */
.uniform-note {
   background: #f28b00;
    padding: 12px;
    border-radius: 8px;
    color: #213864;
    font-size: 25px;
}

.uniform-card {
    background: #fff;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

/* 🔥 Lift + Shadow */
.uniform-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* 🔥 Top border animation */
.uniform-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: #203762;
    transition: 0.4s;
}

.uniform-card:hover::before {
    width: 100%;
}

/* 🔥 Title highlight */
.uniform-card h6 {
    font-weight: 600;
    color: #203762;
    transition: 0.3s;
}

.uniform-card p {
 
    color: #203762;
    transition: 0.3s;
}

.uniform-card:hover h6 {
    color: #203762;
}

/* 🔥 Tag animation */
.uniform-card .tag {
    background: #eef5ff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 18px;
    display: inline-block;
    transition: 0.3s;
    color: #203762;
    border: 1px solid #203762;
}

.uniform-card:hover .tag {
    background: #203762;
    color: #fff;
}

/* 🔥 Subtle glow effect */
.uniform-card:hover {
    background: linear-gradient(to bottom, #ffffff, #f8fbff);
}

/* HERO */
.conduct-hero {
    position: relative;
    background: url('img/timings-banner.jpg') center/cover no-repeat;
    min-height: 320px; /* instead of fixed height */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px; /* important for spacing */
    text-align: center;
}

.conduct-hero .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}

.conduct-hero .content {
    position: relative;
    z-index: 2;
    color: #fff;
    width: 100%;
}
/* TABS */
.conduct-tabs {
    background: #fff;
    padding: 12px 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    z-index: 999;
}

.tab-item {
    padding: 10px 18px;
    border-radius: 30px;
    background: #f4f7fb;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: 0.3s;
}

.tab-item:hover,
.tab-item.active {
    background:#213864;
    color: #fff;
}

/* GLASS CARD */
.glass-card {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.glass-card:hover {
    transform: translateY(-6px);
}

/* TEXT */
.glass-card h6 {
   font-weight: 600;
    margin-bottom: 10px;
    color: #203762;
}

.glass-card p {
    border-bottom: 1px dashed #eee;
    padding-bottom: 6px;
    margin-bottom: 8px;
     color: #203762;
}

/* ACTIVITY CARDS */
.activity-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    transition: 0.3s;
}

.activity-card h6 {
   font-weight: 600;
    margin-bottom: 10px;
    color: #203762;
}

.activity-card p {
    border-bottom: 1px dashed #eee;
    padding-bottom: 6px;
    margin-bottom: 8px;
     color: #203762;
}

.activity-card i {
    font-size: 26px;
    color: #F28B00;
    margin-bottom: 10px;
    transition: 0.3s;
}

.activity-card:hover {
    transform: translateY(-8px);
}

.activity-card:hover i {
    transform: scale(1.2) rotate(5deg);
}


/* Center content */
.cinematic-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
}

/* 🔥 Glass box */
.glass-box {
    background: rgba(255, 255, 255, 0.15); /* transparent */
    backdrop-filter: blur(12px); /* glass effect */
    -webkit-backdrop-filter: blur(12px);
    padding: 25px 40px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Text */
.cinematic-content .glass-box h1 {
  color: #f28b00 !important;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 8px;
}

.glass-box p {
    color: #f1f1f1;
    font-size: 20px;
    letter-spacing: 1px;
}

/* Slides base */
.cinematic-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

/* Active slide */
.cinematic-slide.active {
    opacity: 1;
    z-index: 1;
    animation: cinematicZoom 10s ease-in-out forwards;
}

@keyframes cinematicZoom {
    0% {
        transform: scale(1);
        background-position: center;
    }

    50% {
        transform: scale(1.08);
        background-position: 52% 48%; /* slight pan */
    }

    100% {
        transform: scale(1.12);
        background-position: 55% 45%;
    }
}