/*** 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);
    color: var(--bs-primary) !important;
}

.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;    
    }
}
.custom-bg1 {
    background-color: var(--bs-primary) !important;
    position: relative;
    width:auto;
    clip-path: polygon(100% 0, 0 100%, 0 0);
}
/*** Topbar End ***/


/*** Navbar ***/

.custom-bg {
    background-color: var(--bs-primary) !important;
    width: 100%;
    position: relative;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}


.navbar-light .navbar-nav .nav-link {
    font-family: 'Yantramanav', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 7px 0 7px 0;
    color: var(--bs-white) !important;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 7px 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: 70px;
    max-width: 250px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 60px;
    max-width: 200px;
}

.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: visible;
        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 !important;
    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;
    }
}


.top-button {
    position: fixed; /* Fixes the nav at the top */
    top: 0;
    right: 20px; /* Adjust the distance from the right */
    height: 80px;
    display: flex;
    align-items: center;
}



/*** 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: 140px;
        transition: 0.5s;
        width: 40px;
        height: 40px;
    }

    .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: 600px;
    margin-top: 95px;
    display: block;
    object-fit: cover;
    transition: 0.5s;

}

@media (max-width: 1024px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
        height: 570px;
        
    }

}
@media (max-width: 768px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
        height: 400px;
        
    }

}

@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%;
    
}
.fixed-form {
    position: absolute; /* Fixed position so it stays visible on scroll */
    top: 230px; /* Adjust this to place it inside the header */
    right: 80px; /* Keep it on the right side */
    width: 320px; /* Set width */
    background: rgba(0, 0, 0, 0.8); /* Semi-transparent dark background */
    padding: 20px;
    border-radius: 10px;
    color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    z-index: 500; /* Keep above carousel */
}

/* Style input fields */
.fixed-form .form-control {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    color: black;
}

/* Style submit button */
.fixed-form .btn-info {
    background-color: #17a2b8;
    border: none;
}

/* Make it responsive */
    @media (max-width: 1024px) {
        .fixed-form {
            position: absolute; 
            top: 230px;
            width: 280px;
            right: 80px;
        }
    }

@media (max-width: 768px) {
    .fixed-form {
        padding: 10px 15px 15px 10px;
        margin-left: auto;  /* Center horizontally */
        margin-right: auto; /* Center horizontally */
        margin-bottom: 10px;
        top: 5px;
        position: relative;
        width: 90%;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .fixed-form {
        padding: 10px 15px 15px 10px;
        margin-left: auto;  /* Center horizontally */
        margin-right: auto; /* Center horizontally */
        margin-bottom: 10px;
        top: 5px;
        position: relative;
        width: 90%;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}



.slide-btn:hover {
    transform: translateY(-8px);  /* Lifts the button up */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  /* Adds shadow for depth */
    transition: transform 0.3s ease, box-shadow 0.3s ease;  /* Smooth transition */
}
   .form-container {
            background-color: rgba(255, 255, 255, 0.7); /* Transparent white */
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            max-width: 400px;
        }

        .form-container h2 {
            text-align: center;
            margin-bottom: 20px;
        }

        /* Centering the form on the right side */
        .form-wrapper {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            height: 100vh;
            z-index:1000;
        }

/*** Carousel Hero Header End ***/

/*** Banner Start ***/
@media (max-width: 992px) {
     .banner {
        flex-direction: column; /* Stack items vertically */
        padding: 10px 5px; /* Add more padding for smaller screens */
        text-align: center; /* Center align text */
    }

    .banner h1 {
        font-size: 1.5rem; /* Smaller font size for the heading */
        margin-bottom: 5px; /* Add spacing between heading and phone number */
    }

    .banner a {
        font-size: 1.2rem; /* Smaller font size for the phone number */
        margin-top: 5px;
    }

}


/*** Banner End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
	position: relative;
	padding: 145px 0 50px 0;
    background: url(../img/whiteBanner.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 ***/

/*** About Section ***/
.shadow-right {
    -webkit-box-shadow: -8px 7px 3px 0px rgba(0, 0, 0, 0.61) !important;
    -moz-box-shadow: -8px 7px 3px 0px rgba(0, 0, 0, 0.61) !important;
    box-shadow: -8px 7px 3px 0px rgba(0, 0, 0, 0.61) !important;
}

.notice-board {
    background-color: var(--bs-white); /* Dark background for better contrast */
    width: 100%; /* Auto-adjust within its column */
    border: 2px solid var(--bs-danger); 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for elevation */
}

.notice-content {
    max-height: 470px; /* Fixed height for scrollable content */
    overflow-y: auto; /* Enables scrolling if content overflows */
    padding-right: 10px; /* Adds some spacing for the scroll bar */
}

.notice-content::-webkit-scrollbar {
    width: 8px; /* Custom scrollbar width */
}

.notice-content::-webkit-scrollbar-thumb {
    background: #ffc107; /* Scrollbar thumb color */
    border-radius: 10px; /* Rounded scrollbar */
}

.notice-content::-webkit-scrollbar-track {
    background: #343a40; /* Scrollbar track background */
}

.notice-board h4 {
    font-size: 1.25rem; /* Slightly larger heading */
    font-family: 'Arial', sans-serif; /* Professional font style */
    border-bottom: 2px solid #ffc107; /* Line below heading */
}

.notice-board ul {
    font-size: 0.95rem; /* Slightly smaller for compactness */
    font-family: 'Roboto', sans-serif;
    line-height: 1.5; /* Better spacing for readability */
}

.notice-board a:hover {
    /* text-decoration: underline; Underline links on hover */
    color: cadetblue; /* Yellow hover effect */
}

.notice-board .btn {
    font-size: 0.85rem; /* Smaller button text */
    font-weight: bold;
}

/*** ***/
.facilities-section{
     background-color: #f8f9fa;
        padding: 3rem 0;
        overflow: hidden;
}

/*** Counter Facts Start ***/

.counter-facts {
    background: url(../img/header-static.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-secondary) !important;
    
    
}
.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-primary);
}

@media screen and (max-width: 1200px) {
    .counter-facts .counter { margin-bottom: 40px; 
    }
}
/*** Counter Facts End ***/



/*** Toppers Section Start ***/


.card {
    transition: all 0.3s ease;
}
.card:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}
.hover-effect {
    border: 2px solid transparent;
    background: linear-gradient(145deg, #f5a623, #f8d210);
}
.hover-effect:hover {
    border-color: #22D1EE;
    background: #22D1EE;
    color: var(--bs-primary);
}
.card-body h6 {
    color: #343a40;
}
.card-body p {
    color: #6c757d;
}
.card-body .fw-bold {
    font-weight: 700;
}
.card-body .text-danger {
    color: #dc3545;
}
.card-body .text-primary {
    color: #dc3545;
}
.card-body .text-muted {
    color: #868e96;
}
.card:hover .card-body .text-primary {
    color: #ffc107 !important; /* Yellow color */
}
.card:hover .card-body .text-danger {
    color: white !important; /* Yellow color */
}
.card:hover .card-body .text-muted {
    color: white !important; /* Yellow color */
}

/*** Toppers Section End ***/



/*** Birthday Section Start ***/

.birthday-section {
    background-color: #f8f9fa;
    padding: 3rem 0;
    overflow: hidden;
}

.section-header {
    margin-bottom: 2.5rem;
}

.section-subtitle {
    font-size: 1.2rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #6c757d;
}

.section-title {
    font-weight: 700;
    color: #2660ff; /* Elegant pink */
    margin-bottom: 1.5rem;
}

.section-description {
    max-width: 800px;
    margin: 0 auto;
    color: #6c757d;
}

/* Card Styles */
.birthday-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 350px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
}

.birthday-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    border: 2px solid #ffb703; /* Highlight border */
}

.birthday-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: brightness(90%); /* Darkens the background */
    transition: filter 0.3s ease;
}

.birthday-card:hover .birthday-card-bg {
    filter: brightness(70%); /* Further darkens background on hover */
}

.birthday-card-content {
    position: relative;
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    text-align: center;
}

.birthday-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #ff6f61; /* Bright coral */
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    z-index: 3;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.birthday-badge-upcoming {
    background-color: #28a745; /* Green for upcoming */
}

.celebrant-name {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Text shadow for better visibility */
}

.celebrant-details {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #ffd700; /* Golden yellow for better contrast */
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.birthday-card:hover .celebrant-name {
    color: #ffb703; /* Golden on hover */
    transition: color 0.3s ease;
}

.btn-wish {
    background-color: #ff6f61;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.btn-wish:hover {
    background-color: #d63384; /* Deep pink */
    color: white;
    transform: scale(1.05); /* Slight growth effect */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .birthday-card {
        height: 300px;
    }

    .section-title {
        font-size: 2.5rem;
    }

    .celebrant-name {
        font-size: 1.5rem;
    }

    .celebrant-details {
        font-size: 1rem;
    }
}

/*** Birthday Section 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{
    background-color: #f8f9fa;
}
.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 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--bs-primary);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: pointer;
    border: none;
    outline: none;
    transition: background-color 0.3s ease;
}

.video .btn-play:hover {
    background-color: var(--bs-primary-hover, #0056b3);
}

.video .btn-play span {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.video .btn-play span::before {
    content: '\f06e'; /* FontAwesome eye icon */
    font-family: 'Font Awesome 5 Free'; /* Ensure Font Awesome is loaded */
    font-weight: 900;
    font-size: 16px;
    color: #fff;
}


@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-item {
    height: 480px;  /* Default fixed height */
    overflow: hidden; /* Hide overflowing content */
    transition: height 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* When expanded, remove the height restriction */
.testimonial-item.expanded {
    height: auto;
}

/* Add hover effect */
.testimonial-item:hover {
    transform: translateY(-10px); /* Moves the item up */
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); /* Optional: Adds a shadow */
}

.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-white);
}

.footer .footer-item .footer-link {
    line-height: 30px;
    color: var(--bs-dark);
    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 ***/




.Ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
.facilities-area-sec .job-content ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
    .facilities-area-sec .job-content ul li {
        flex: 0 0 48%;
        font-size: 14px;
        max-width: 170px;
        padding: 8px 13px 13px;
        margin-right: 5px;
        margin-bottom: 16px;
    }
}
.facilities-area-sec .job-content ul li {
    list-style-type: none;
    display: inline-block;
    flex: 0 0 50%;
    max-width: 50%;
    background-color: #152130;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    max-width: 230px;
    padding: 8px 13px 13px;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}