/*** Amit Library Custom Colors ***/
:root {
    --amit-red: #6366f1;
    --amit-yellow: #a855f7;
    --amit-blue: #0f172a;
    --amit-dark: #090d16;
    --amit-light: #1e293b;
}

* {
    font-family: 'Poppins', 'Segoe UI', sans-serif !important;
}

body {
    font-family: 'Poppins', 'Segoe UI', sans-serif !important;
    color: var(--amit-dark);
    font-size: 16px !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins', 'Segoe UI', sans-serif !important;
    font-weight: 600 !important;
}

h1, .h1 {
    font-size: 48px !important;
}

h2, .h2 {
    font-size: 40px !important;
}

h3, .h3 {
    font-size: 32px !important;
}

h4, .h4 {
    font-size: 24px !important;
}

h5, .h5 {
    font-size: 20px !important;
}

h6, .h6 {
    font-size: 18px !important;
}

p {
    font-family: 'Poppins', 'Segoe UI', sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    font-size: 16px !important;
}

a {
    font-family: 'Poppins', 'Segoe UI', sans-serif !important;
}

/*** 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(--amit-red);
    background: var(--amit-red) !important;
    border-color: var(--amit-red) !important;
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--amit-yellow) !important;
    color: var(--amit-red) !important;
}

.btn.btn-secondary {
    box-shadow: inset 0 0 0 0 var(--amit-blue);
    background: var(--amit-blue) !important;
    border-color: var(--amit-blue) !important;
}

.btn.btn-secondary:hover {
    box-shadow: inset 300px 0 0 0 var(--amit-red) !important;
    color: var(--amit-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(--amit-red);
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
}

.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(--amit-blue) !important;
}

.topbar .d-flex a {
    font-size: 13px !important;
    font-family: 'Poppins', 'Segoe UI', sans-serif !important;
    font-weight: 400 !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
    font-size: 13px !important;
    font-family: 'Poppins', 'Segoe UI', sans-serif !important;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--amit-yellow) !important;
}


@media (max-width: 576px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--amit-dark) !important;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--amit-dark) !important;
    font-size: 16px !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--amit-red) !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: relative;
        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(--amit-red);
    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(--amit-red);
    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(--amit-yellow) !important;
    color: var(--amit-red) !important;
}

@media (max-width: 576px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        width: 36px !important;
        height: 36px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        font-size: 14px !important;
        border-radius: 36px !important;
    }
    .header-carousel .owl-nav .owl-prev {
        left: 8px !important;
    }
    .header-carousel .owl-nav .owl-next {
        right: 8px !important;
    }

    .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(--amit-red);
    
}
.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(--amit-red) !important;
    display: flex;
    
}

.counter-facts .counter h3 {
    color: var(--amit-dark);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    display: flex;
    font-family: 'Poppins', 'Segoe UI', sans-serif;
}
.counter-facts .counter .counter-value {
    font-size: 32px;
    font-weight: 700;
    display: block;
    color: var(--amit-blue);
    font-family: 'Poppins', 'Segoe UI', sans-serif;
}

@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(--amit-blue);
    color: var(--bs-white);
    background: var(--amit-blue);
    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(--amit-yellow) !important;
    color: var(--amit-red) !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-carousel .owl-stage {
    display: flex !important;
    align-items: stretch !important;
}

.training-carousel .owl-item {
    display: flex !important;
    height: auto !important;
    align-items: stretch !important;
}

.training-carousel .training-item {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}
/*** 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(--amit-blue);
    color: var(--bs-white);
    background: var(--amit-blue);
    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(--amit-yellow) !important;
    color: var(--amit-red) !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(--amit-blue);
    color: var(--bs-white);
    background: var(--amit-blue);
    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(--amit-yellow) !important;
    color: var(--amit-red) !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(--amit-blue);
    color: var(--bs-white);
    background: var(--amit-blue);
    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(--amit-yellow) !important;
    color: var(--amit-red) !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(--amit-blue);
    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(--amit-red) !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(--amit-red) !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(--amit-blue);
    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(--amit-red);
    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(--amit-blue);
    color: var(--bs-white);
    background: var(--amit-blue);
    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(--amit-yellow) !important;
    color: var(--amit-red) !important;
}
/*** Testimonial End ***/


/*** Contact Start ***/
.contact button.btn.btn-primary.w-100:hover {
    box-shadow: inset 700px 0 0 0 var(--amit-yellow) !important;
    color: var(--amit-red) !important;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: var(--amit-dark);
}

.footer .footer-item .footer-link {
    line-height: normal;
    color: var(--bs-white);
    transition: 0.5s;
    display: flex !important;
    align-items: center !important;
}

.footer .footer-item .footer-link:hover {
    letter-spacing: 1px;
    color: var(--amit-red) !important;
}

.footer .footer-item {
    min-height: 100%;
}

.footer .footer-item h4 {
    margin-bottom: 1.5rem;
}

.footer .d-flex.align-items-center {
    min-height: auto;
}

.footer .btn-lg-square {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--amit-dark) !important;
}

/*** Mobile Responsive Overrides ***/
/* Fix horizontal overflow on mobile */
html, body {
    overflow-x: hidden;
}

/* Gallery filter buttons horizontal scroll on mobile */
@media (max-width: 767.98px) {
    .gallery .nav.nav-pills {
        display: flex !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 12px;
        justify-content: flex-start !important;
        scrollbar-width: none;
    }
    .gallery .nav.nav-pills::-webkit-scrollbar {
        display: none;
    }
    .gallery .nav-item {
        flex: 0 0 auto;
        margin-right: 8px;
        margin-bottom: 0 !important;
    }
    .gallery .nav-item a {
        padding: 6px 16px !important;
        font-size: 13px;
    }
    .gallery .nav-item a span {
        white-space: nowrap;
    }
}

/* Mobile font sizes - hero carousel */
@media (max-width: 575.98px) {
    .header-carousel .header-carousel-item .carousel-caption h1 {
        font-size: 26px !important;
        line-height: 1.3 !important;
    }
    .header-carousel .header-carousel-item .carousel-caption h4.sub-title {
        font-size: 13px !important;
        letter-spacing: 2px !important;
    }
    .header-carousel .header-carousel-item .carousel-caption p {
        font-size: 14px !important;
    }
    .header-carousel .header-carousel-item .carousel-caption .btn {
        font-size: 13px !important;
        padding: 10px 20px !important;
    }
    /* CTA Join us text */
    .container-fluid[style*="var(--amit-blue)"] h1 {
        font-size: 20px !important;
    }
    .container-fluid[style*="var(--amit-blue)"] a.fs-2 {
        font-size: 18px !important;
    }
}

/* Section titles smaller on mobile */
@media (max-width: 575.98px) {
    h1.display-2 {
        font-size: 26px !important;
    }
    h1.display-3 {
        font-size: 24px !important;
    }
    h4.sub-title {
        font-size: 13px !important;
    }
}

/* Counter: 2 per row, smaller on mobile */
@media (max-width: 575.98px) {
    .counter-facts .counter-icon i {
        font-size: 22px !important;
    }
    .counter-facts .counter-value {
        font-size: 24px !important;
    }
    .counter-facts .counter-content h4 {
        font-size: 14px !important;
    }
    .counter-facts .counter {
        padding: 12px 4px !important;
        width: 100% !important;
        max-width: 130px !important;
        min-height: 130px !important;
        border-radius: 80px !important;
    }
}

/* Hero banner height on mobile */
@media (max-width: 575.98px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        height: 400px !important;
    }
}

/* CTA banner: smaller text on mobile */
@media (max-width: 575.98px) {
    .container-fluid[style*="var(--amit-blue)"] .d-flex {
        padding: 12px 8px !important;
    }
    .container-fluid[style*="var(--amit-blue)"] h1 {
        font-size: 18px !important;
    }
    .container-fluid[style*="var(--amit-blue)"] a {
        font-size: 16px !important;
    }
}

/* Team & Testimonial carousel arrows hidden on tiny screens */
@media (max-width: 575.98px) {
    .team-carousel .owl-nav,
    .testimonial-carousel .owl-nav {
        display: none !important;
    }
}

/* Gallery video cards ensure 2 per row on all mobile */
@media (max-width: 575.98px) {
    .gallery .tab-content .row > div[class*="col-"] {
        padding-left: 4px;
        padding-right: 4px;
    }
}

/* About section list items smaller on mobile */
@media (max-width: 575.98px) {
    .about .d-flex.align-items-center span.fw-bold {
        font-size: 14px !important;
    }
}

/* Download App section mobile */
@media (max-width: 575.98px) {
    .container-fluid .display-1 {
        font-size: 28px !important;
    }
    .container-fluid .display-5 {
        font-size: 20px !important;
    }
}

/* Video play button smaller on mobile */
@media (max-width: 575.98px) {
    .video .btn-play {
        width: 15px !important;
        height: 15px !important;
    }
    .video .btn-play:before {
        width: 30px !important;
        height: 30px !important;
    }
    .video .btn-play:after {
        width: 25px !important;
        height: 25px !important;
    }
    .video .btn-play span {
        border-left: 8px solid var(--amit-red) !important;
        border-top: 5px solid transparent !important;
        border-bottom: 9px solid transparent !important;
        margin-left: 3px !important;
    }
}

/* Footer mobile: smaller fonts and less padding */
@media (max-width: 575.98px) {
    .footer.py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .footer .container.py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .footer h4.text-white {
        font-size: 15px !important;
    }
    .footer p.text-white {
        font-size: 12px !important;
        line-height: 1.6 !important;
    }
    .footer .footer-link span {
        font-size: 11px !important;
    }
    .footer .footer-link i {
        font-size: 9px !important;
    }
    .footer .btn-lg-square {
        width: 32px !important;
        height: 32px !important;
    }
}

/*** copyright end ***/