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

/*** 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: 0;
    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/counter-bg.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 ***/

/*** Theme 1010 Transport Start ***/
:root {
    --primary: #f59e0b;
    --bs-primary: #f59e0b;
    --secondary: #0f766e;
    --bs-secondary: #0f766e;
    --dark: #101827;
    --bs-dark: #101827;
    --light: #f3f6fb;
    --bs-light: #f3f6fb;
    --theme-accent: #ef4444;
    --theme-soft: #f8fafc;
    --theme-ink: #223041;
    --route-line: rgba(245, 158, 11, 0.32);
}

body {
    color: var(--theme-ink);
    background: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--bs-dark);
    font-weight: 700;
}

.bg-secondary {
    background: var(--bs-dark) !important;
}

.navbar-light {
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid rgba(245, 158, 11, 0.18);
    backdrop-filter: blur(12px);
}

.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
}

.navbar-light .navbar-brand h1 {
    font-size: 28px;
}

.btn {
    border-radius: 999px;
}

.btn.btn-primary {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #111827;
}

.btn.btn-secondary {
    background: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    height: 720px;
}

.header-carousel .header-carousel-item .carousel-caption {
    justify-content: flex-start;
    padding-left: 8%;
    padding-right: 8%;
    background:
        linear-gradient(90deg, rgba(16, 24, 39, 0.92), rgba(15, 118, 110, 0.54), rgba(245, 158, 11, 0.08)),
        repeating-linear-gradient(120deg, rgba(255,255,255,0.08) 0 2px, transparent 2px 22px);
}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    width: min(760px, 100%);
    text-align: left;
}

.theme-hero {
    position: relative;
    overflow: hidden;
    padding: 180px 0 110px;
    background:
        linear-gradient(120deg, rgba(16, 24, 39, 0.95), rgba(15, 118, 110, 0.78)),
        url(../img/carousel-1.jpg) center/cover no-repeat;
}

.transport-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent 0 42%, rgba(245, 158, 11, 0.24) 42% 43%, transparent 43% 100%),
        repeating-linear-gradient(135deg, rgba(255,255,255,0.08) 0 2px, transparent 2px 30px);
    animation: routeFlow 18s linear infinite;
}

.theme-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 120px;
    background: linear-gradient(180deg, rgba(255,255,255,0), #ffffff);
}

.theme-hero .container {
    position: relative;
    z-index: 1;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.24);
}

.hero-panel {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    padding: 28px;
    box-shadow: 0 24px 70px rgba(16, 24, 39, 0.34);
    border-top: 5px solid var(--bs-primary);
}

.transport-panel {
    position: relative;
    overflow: hidden;
}

.transport-panel::after {
    content: "";
    position: absolute;
    left: -20%;
    right: -20%;
    bottom: 20px;
    height: 3px;
    background: repeating-linear-gradient(90deg, var(--bs-primary) 0 34px, transparent 34px 56px);
    animation: roadDash 2.8s linear infinite;
    opacity: .55;
}

.transport-badge {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #111827;
    background: var(--bs-primary);
    margin-bottom: 18px;
    box-shadow: 0 12px 28px rgba(245, 158, 11, .32);
}

.hero-metric {
    padding: 18px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(245, 158, 11, 0.22);
    position: relative;
    z-index: 1;
}

.theme-section {
    padding: 90px 0;
}

.section-kicker {
    color: var(--bs-primary);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .08em;
}

.care-card,
.class-item,
.program-item,
.team-item,
.contact-tile,
.counter-card {
    border-radius: 8px !important;
    border: 1px solid rgba(16, 24, 39, 0.08);
    background: #ffffff !important;
    box-shadow: 0 14px 38px rgba(16, 24, 39, 0.08);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    position: relative;
    overflow: hidden;
}

.care-card::before,
.class-item::before,
.program-item::before,
.team-item::before,
.contact-tile::before,
.counter-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, var(--bs-primary), var(--bs-secondary), var(--theme-accent));
    transform: translateX(-100%);
    transition: transform .45s ease;
}

.care-card:hover,
.class-item:hover,
.program-item:hover,
.team-item:hover,
.contact-tile:hover,
.counter-card:hover {
    transform: translateY(-8px);
    border-color: rgba(245, 158, 11, 0.38);
    box-shadow: 0 22px 52px rgba(16, 24, 39, 0.16);
}

.care-card:hover::before,
.class-item:hover::before,
.program-item:hover::before,
.team-item:hover::before,
.contact-tile:hover::before,
.counter-card:hover::before {
    transform: translateX(0);
}

.care-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #111827;
    background: var(--bs-primary);
    font-size: 24px;
    box-shadow: 0 10px 24px rgba(245, 158, 11, .28);
    transition: transform .35s ease;
}

.care-card:hover .care-icon,
.counter-card:hover .care-icon,
.contact-tile:hover .care-icon {
    transform: rotate(-6deg) scale(1.06);
}

.client-logo-shell {
    --client-logo-bg: #ffffff;
    position: relative;
    padding: 8px 58px;
    overflow: hidden;
}

.bg-light .client-logo-shell {
    --client-logo-bg: var(--bs-light, #f8fafc);
}

.client-logo-shell::before,
.client-logo-shell::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 56px;
    z-index: 2;
    pointer-events: none;
}

.client-logo-shell::before {
    left: 0;
    background: linear-gradient(90deg, var(--client-logo-bg), transparent);
}

.client-logo-shell::after {
    right: 0;
    background: linear-gradient(270deg, var(--client-logo-bg), transparent);
}

.client-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.client-carousel .owl-stage-outer {
    padding: 14px 2px 22px;
}

.client-carousel .owl-item {
    display: flex;
}

.client-logo-item {
    width: 100%;
    display: flex;
}

.client-logo-card {
    min-height: 132px;
    width: 100%;
    padding: 18px 16px;
    border-radius: 8px;
    border: 1px solid rgba(16, 24, 39, 0.08);
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 10px 28px rgba(16, 24, 39, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
    color: #111827;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease, background .35s ease;
}

.client-logo-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg, var(--bs-primary), var(--bs-secondary), var(--theme-accent));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
}

.client-logo-card:hover {
    transform: translateY(-6px);
    border-color: rgba(245, 158, 11, 0.38);
    background: #ffffff;
    box-shadow: 0 20px 44px rgba(16, 24, 39, 0.14);
    color: var(--bs-primary);
}

.client-logo-card:hover::before {
    transform: scaleX(1);
}

.client-logo-media {
    width: 100%;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-logo-media img,
.client-logo-card img {
    display: block;
    max-width: 170px !important;
    max-height: 58px !important;
    height: auto !important;
    width: auto !important;
    object-fit: contain;
    filter: saturate(.92) contrast(1.02);
    transition: transform .35s ease, filter .35s ease;
}

.client-logo-card:hover .client-logo-media img {
    transform: scale(1.05);
    filter: saturate(1.08) contrast(1.05);
}

.client-logo-title {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    color: #334155;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .35s ease;
}

.client-logo-card:hover .client-logo-title {
    color: var(--bs-primary);
}

.client-carousel .owl-nav {
    margin: 0;
}

.client-carousel .owl-nav .owl-prev,
.client-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #ffffff !important;
    color: var(--bs-primary) !important;
    border: 1px solid rgba(16, 24, 39, 0.08) !important;
    box-shadow: 0 12px 28px rgba(16, 24, 39, 0.14);
    transition: transform .3s ease, background .3s ease, color .3s ease, box-shadow .3s ease;
    z-index: 3;
}

.client-carousel .owl-nav .owl-prev {
    left: -52px;
}

.client-carousel .owl-nav .owl-next {
    right: -52px;
}

.client-carousel .owl-nav .owl-prev:hover,
.client-carousel .owl-nav .owl-next:hover {
    transform: translateY(-50%) scale(1.08);
    background: var(--bs-primary) !important;
    color: #ffffff !important;
    box-shadow: 0 16px 36px rgba(16, 24, 39, 0.2);
}

@media (max-width: 575.98px) {
    .client-logo-shell {
        padding: 6px 0;
    }

    .client-logo-shell::before,
    .client-logo-shell::after {
        width: 24px;
    }

    .client-logo-card {
        min-height: 118px;
        padding: 16px 14px;
    }

    .client-logo-media img,
    .client-logo-card img {
        max-width: 142px !important;
        max-height: 50px !important;
    }
}

.trust-strip {
    margin-top: -54px;
    position: relative;
    z-index: 2;
}

.trust-strip .container {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 18px 54px rgba(16, 24, 39, 0.14);
}

.route-strip {
    position: relative;
    overflow: hidden;
}

.route-strip::before {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    top: 50%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--route-line) 0 28px, transparent 28px 46px);
    transform: translateY(-50%);
}

.route-strip .row {
    position: relative;
    z-index: 1;
    background: #ffffff;
}

.theme-cta {
    overflow: hidden;
    border-radius: 8px;
    color: #ffffff;
    background:
        linear-gradient(120deg, rgba(16,24,39,.98), rgba(15,118,110,.94)),
        repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0 20px, transparent 20px 42px);
    position: relative;
}

.theme-cta::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background: repeating-linear-gradient(90deg, var(--bs-primary) 0 40px, transparent 40px 70px);
    animation: roadDash 3s linear infinite;
}

.theme-cta h2,
.theme-cta p {
    color: #ffffff;
}

.bg-breadcrumb {
    background:
        linear-gradient(120deg, rgba(16, 24, 39, 0.92), rgba(15, 118, 110, 0.72)),
        var(--page-header-bg, url(../img/breadcrumb.jpg));
    background-size: cover;
    background-position: center;
}

.footer,
.copyright {
    background: #101827 !important;
}

.footer .footer-link,
.footer a,
.footer p {
    color: rgba(255, 255, 255, 0.78) !important;
}

.footer a:hover {
    color: #ffffff !important;
}

@media (max-width: 991.98px) {
    .theme-hero {
        padding: 95px 0 70px;
    }

    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        height: 560px;
    }

    .header-carousel .header-carousel-item .carousel-caption {
        padding: 60px 24px;
    }
}

@keyframes routeFlow {
    from { background-position: 0 0, 0 0; }
    to { background-position: 260px 0, 420px 0; }
}

@keyframes roadDash {
    from { background-position-x: 0; }
    to { background-position-x: 112px; }
}
/*** Theme 1010 Transport End ***/


