/*** 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: 800;
    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;
    }
}

/*** Carousel Hero Header Start ***/
.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;
    }

    .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: 95px;
    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 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 75%;
    
}
/*** 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/saar.avif);
    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;
}
.guru-elite-section {
       background: linear-gradient(150deg, #8b1e1e 0%, #8d2626 35%, #4a1a1a85 65%, #1a0707 100%);
    padding: 120px 0;
    color: #f5e9d4;
    position: relative;
    overflow: hidden;
}


/* Subtle texture overlay */
.guru-elite-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("https://www.transparenttextures.com/patterns/papyrus.png");
    opacity: 0.08;
}

/* LEFT CONTENT */
.guru-text-box {
    position: relative;
    z-index: 2;
    padding-right: 40px;
}

.guru-tag {
    display: inline-block;
    letter-spacing: 3px;
    font-size: 0.75rem;
    color: #cfa85a;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.guru-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 25px;
}

.guru-elite-quote {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #f2e6cc;
    border-left: 4px solid #cfa85a;
    padding-left: 25px;
    animation: fadeLift 1.6s ease forwards;
    text-align: justify;
}

.guru-signature {
    margin-top: 30px;
    font-style: italic;
    font-size: 2.05rem;
    color: #d8b36a;
}

/* RIGHT IMAGE */
.guru-portrait-frame {
    display: inline-block;
    padding: 18px;
    border-radius: 50% 50% 45% 45%;
    background: linear-gradient(145deg, #cfa85a, #7a3b2e);
    box-shadow: 0 0 60px rgba(207,168,90,0.4);
    animation: slowFloat 7s ease-in-out infinite;
}

.guru-portrait-frame img {
    width: 320px;
    height: 320px;
    object-fit: cover;
    border-radius: 50%;
    border: 6px solid #120707;
}

/* Decorative background symbol */
.guru-bg-ornament {
    position: absolute;
    right: -100px;
    top: 50%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(207,168,90,0.2), transparent 70%);
    transform: translateY(-50%);
}

/* Animations */
@keyframes slowFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-18px); }
}

@keyframes fadeLift {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 991px) {
    .guru-title {
        font-size: 2.2rem;
    }

    .guru-text-box {
        padding-right: 0;
        margin-top: 40px;
        text-align: center;
    }

    .guru-elite-quote {
        border-left: none;
        padding-left: 0;
    }
}


    /* SECTION BACKGROUND */
.focus-section {
    background: #ffffff;
    padding: 100px 0;
}

/* SECTION TITLE */
.focus-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: #3a1a1a;
    position: relative;
}

.focus-title::after {
    content: "";
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #cfa85a, transparent);
    display: block;
    margin: 18px auto 0;
}

/* CARD BASE */
.focus-card {
    height: 100%;
    padding: 36px 30px;
    border-radius: 22px;
    color: #f7ecd6;
    position: relative;
    overflow: hidden;
    transition: all 0.45s ease;
    box-shadow:
        0 20px 40px rgba(0,0,0,0.15),
        inset 0 0 0 1px rgba(255,255,255,0.05);
}

/* CARD LIGHT GLOW */
.focus-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 22px;
    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.15),
        transparent 60%
    );
    opacity: 0.4;
}

/* HOVER EFFECT */
.focus-card:hover {
    transform: translateY(-12px);
    box-shadow:
        0 30px 60px rgba(0,0,0,0.25),
        0 0 25px rgba(207,168,90,0.35);
}

/* TITLES */
.focus-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    margin-bottom: 15px;
    color: #f5e3b5;
}

/* TEXT */
.focus-card p {
    font-size: 1rem;
    line-height: 1.75;
    color: #f9f1dc;
}

/* INDIVIDUAL GRADIENTS */
.col-lg-3:nth-child(1) .focus-card {
    background: linear-gradient(145deg, #3b1d1d, #1a0b0b);
}

.col-lg-3:nth-child(2) .focus-card {
    background: linear-gradient(145deg, #2e1b25, #14080d);
}

.col-lg-3:nth-child(3) .focus-card {
    background: linear-gradient(145deg, #1f2a2a, #0b1414);
}

.col-lg-3:nth-child(4) .focus-card {
    background: linear-gradient(145deg, #2b2615, #151108);
}

/* MOBILE */
@media (max-width: 767px) {
    .focus-title {
        font-size: 2.3rem;
    }

    .focus-card {
        padding: 30px 24px;
    }
}

    .school-title {
        font-family: 'Playfair Display', serif;
        font-size: 3rem;
        color: #5a1f1f;
    }

    .school-subtitle {
        color: #7a5a3a;
        font-style: italic;
    }

    .school-card {
        background: #ffffff;
        padding: 30px;
        border-radius: 20px;
        height: 100%;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
        transition: all 0.4s ease;
    }

    .school-card:hover {
        transform: translateY(-10px);
    }

    .highlight-card {
        border-left: 6px solid #cfa85a;
    }

    .soft-card {
        background: #fffdf9;
    }

    .address-card {
        background: linear-gradient(135deg, #fff5e6, #ffffff);
    }

    .timeline-card ol {
        padding-left: 20px;
    }

    .timeline-card li {
        margin-bottom: 12px;
    }

    .rebrand-note {
        font-size: 0.95rem;
        color: #5a3b2e;
        border-top: 1px dashed #cfa85a;
        padding-top: 15px;
        margin-top: 15px;
    }

    .school-card h4,
    .school-card h5 {
        color: #7a3b2e;
        margin-bottom: 15px;
    }

    .school-card ul {
        padding-left: 20px;
    }

    .school-card ul li {
        margin-bottom: 10px;
    }

    .academy-img {
        animation: fadeUp 1.5s ease;
    }

    @keyframes fadeUp {
        from {
            opacity: 0;
            transform: translateY(40px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
.video-hero {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    background: #000;
}

/* Cover-style iframe */
.video-hero iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw; /* 16:9 ratio */
    min-width: 177.78vh; /* 16:9 inverted */
    min-height: 100vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
    border: 0;
}

/* Optional overlay */
.video-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* Text layer */
.video-overlay-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #f5e9d4;
}

/* Mobile */
@media (max-width: 768px) {
    .video-hero {
        height: 70vh;
    }

    .video-overlay-content h1 {
        font-size: 2.5rem;
    }
}
.awards-section {
    background: linear-gradient(to bottom, #1a0f0a, #0e0805);
    color: #f5e9d4;
    font-family: 'Playfair Display', serif;
}

/* Section Title */
.section-title {
    font-size: 3rem;
    color: #e6c07b;
    letter-spacing: 2px;
}

.title-divider {
    width: 120px;
    height: 3px;
    background: linear-gradient(to right, transparent, #cfa45d, transparent);
    margin: 15px auto 0;
}

/* Award Card */
.award-card {
    animation: fadeUp 1s ease forwards;
}

.award-inner {
    position: relative;
    background: rgba(255, 245, 230, 0.06);
    border: 1px solid rgba(207, 164, 93, 0.4);
    padding: 35px;
    border-radius: 14px;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
    transition: all 0.4s ease;
}

/* Hover */
.award-inner:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(207,164,93,0.4);
}

/* Year Badge */
.award-year {
    position: absolute;
    top: -14px;
    right: 25px;
    background: #cfa45d;
    color: #2b1a10;
    padding: 6px 16px;
    font-weight: 600;
    border-radius: 20px;
    font-size: 0.9rem;
}

/* Text */
.award-inner h4 {
    font-size: 1.6rem;
    margin-bottom: 5px;
    color: #f1d28c;
}

.award-inner h6 {
    font-size: 1rem;
    color: #d6b56f;
    margin-bottom: 12px;
}

.award-inner p {
    font-size: 0.95rem;
    line-height: 1.7;
    opacity: 0.9;
}

/* Animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .section-title {
        font-size: 2.2rem;
    }
}
.visitor-box {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.15);
    padding: 6px 16px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.visitor-box i {
    color: #ffd700;
}

.visitor-count {
    font-size: 18px;
}

.visitor-box small {
    font-size: 12px;
    opacity: 0.85;
}
 .gallery-card {
        background: #fff;
        border-radius: 14px;
        overflow: hidden;
        transition: all 0.35s ease;
    }

    .gallery-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
    }

    .img-wrapper {
        position: relative;
        overflow: hidden;
        height: 230px;
    }

    .img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

    .gallery-card:hover img {
        transform: scale(1.12);
    }

    .overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.1));
        display: flex;
        align-items: flex-end;
        padding: 15px;
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .gallery-card:hover .overlay {
        opacity: 1;
    }

    .overlay h6 {
        color: #fff;
        font-weight: 600;
        margin: 0;
        font-size: 16px;
    }

    .gallery-info {
        padding: 15px;
    }

    .gallery-title {
        font-weight: 600;
        font-size: 16px;
        color: #0d6efd;
        text-decoration: none;
    }

    .gallery-title:hover {
        text-decoration: underline;
    }



    /* NOTICE BOX */
    .notice-box {
        background: #fffaf3;
        border-radius: 16px;
        padding: 25px;
        height: 100%;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    }

    .notice-title {
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 20px;
        color: #8b2c2c;
    }

    /* MARQUEE EFFECT */
    .notice-marquee {
        height: 320px;
        overflow: hidden;
        position: relative;
    }

    .notice-track {
        display: flex;
        flex-direction: column;
        animation: scrollNotice 18s linear infinite;
    }

    .notice-marquee:hover .notice-track {
        animation-play-state: paused;
    }

    /* NOTICE ITEM */
    .notice-item {
        padding: 15px 10px;
        border-bottom: 1px dashed #e0cfc2;
    }

    .notice-date {
        display: block;
        font-size: 23px;
        font-weight: 600;
        color: #a76c3e;
        margin-bottom: 6px;
    }

    .notice-text {
        font-size: 18px;
        margin-bottom: 6px;
        color: #333;
    }

    .notice-link {
        font-size: 14px;
        color: #b03030;
        text-decoration: none;
        font-weight: 500;
    }

    .notice-link:hover {
        text-decoration: underline;
    }

    /* ANIMATION */
    @keyframes scrollNotice {
        0% {
            transform: translateY(100%);
        }

        100% {
            transform: translateY(-100%);
        }
    }
    #inaugurationVideoWrapper {
    position: fixed;
    inset: 0;
    background: #000;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#inaugurationVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* ===== COUNTER SECTION BACKGROUND ===== */
.counter-facts {
    background: radial-gradient(circle at top, #fff7f0, #fdfdfd);
    position: relative;
    overflow: hidden;
}

/* ===== COUNTER CARD ===== */
.counter {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(14px);
    border-radius: 22px;
    padding: 35px 25px;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    transition: all 0.45s ease;
    position: relative;
    overflow: hidden;
}

/* Subtle light sweep */
/* Auto light sweep animation */
.counter::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        transparent 30%,
        rgba(255, 200, 150, 0.35),
        transparent 70%
    );
    transform: translateX(-120%);
    animation: autoSwipe 3s ease-in-out infinite;
}


/* Optional hover boost */
.counter:hover::before {
    animation-duration: 2.5s;
}


/* Hover elevation */
.counter:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.15);
}

/* ===== TITLE ===== */
.counter-icon h3 {
    font-size: 20px;
    font-weight: 700;
    color: #2c2c2c;
    letter-spacing: 0.4px;
    position: relative;
    padding-bottom: 12px;
}

/* Accent underline */
.counter-icon h3::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #ff7a18, #ffb347);
    border-radius: 10px;
}

/* ===== NUMBER STYLE ===== */
.counter-content {
    gap: 5px;
}

.counter-value {
    font-size: 52px;
    font-weight: 800;
    background: linear-gradient(180deg, #ff7a18, #ffb347);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    animation: counterPulse 3s infinite;
}

/* Plus sign */
.counter-content h4 {
    font-size: 30px;
    color: #ff7a18;
}

/* Subtle pulse animation */
@keyframes counterPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .counter-value {
        font-size: 44px;
    }
    .counter-icon h3 {
        font-size: 18px;
    }
}
@keyframes autoSwipe {
    0% {
        transform: translateX(-120%);
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    60% {
        transform: translateX(120%);
        opacity: 1;
    }
    100% {
        transform: translateX(120%);
        opacity: 0;
    }
}

.counter:nth-child(1)::before { animation-delay: 0s; }
.counter:nth-child(2)::before { animation-delay: 1.2s; }
.counter:nth-child(3)::before { animation-delay: 2.4s; }
.counter:nth-child(4)::before { animation-delay: 3.6s; }

/*** copyright end ***/