/* The page must never be blocked by the legacy loading overlay. */
#spinner,
#spinner.show {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.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: 'Open Sans', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-dark) !important;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !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::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .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: 70px;
    height: 70px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 30px;
    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 150px 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 {
    background: linear-gradient(#036096, #036096), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 60px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important;
}
/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2) ;
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item .service-img::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
    z-index: 5;
    
}

.service .service-item:hover .service-img::before {
    height: 100%;
    background: rgba(21, 185, 217, .3);
}

.service .service-item .service-img:hover img {
    transform: scale(1.3);
}

.service .service-item .service-content {
    position: relative;
    z-index: 2;

}

.service .service-item .service-content::before {
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(21, 185, 217, .5);
    transition: 0.5s;
    z-index: 3;
}

.service .service-item:hover .service-content::before {
    background: rgba(21, 185, 217, .5);
    height: 100%;
}

.service .service-item .service-content .service-content-inner {
    transition: 0.5s;
}


.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 9;
}
.service .service-item:hover .service-content .service-content-inner h5 {
    color: var(--bs-secondary);
}

/*** Service End ***/

/*** About Start ***/
.about .about-img {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
}

.about .about-img .about-img-inner {
    position: absolute;
    left: 0; 
    bottom: 0; 
    border: 10px solid; 
    border-color: var(--bs-white) var(--bs-white) var(--bs-white) var(--bs-white);
    border-radius: 50%;

}

.about .about-img .about-experience {
    position: absolute;
    top: 125px; 
    left: -125px; 
    transform: rotate(-90deg);
    background: transparent;
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
}

/*** About End ***/

/*** Feature Start ***/
.feature .feature-item {
    position: relative;
    display: flex;
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;

}

.feature .feature-item::before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover::before {
    width: 100%;
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon {
    display: inline-flex;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    position: relative;
    z-index: 2;
}

.feature .feature-item:hover .feature-content {
    position: relative;
    color: var(--bs-white);
    z-index: 2;
}

.feature .feature-item:hover .feature-content h5 {
    color: var(--bs-dark);
}
/*** Feature End ***/


/*** Appointment Start ***/
.appointment {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.appointment .appointment-form {
    background-color:#036096;
}

.appointment .appointment-form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.appointment .appointment-form .btn.btn-primary:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
/*** Youtube Video start ***/
.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: 33px;
    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: 115px;
    height: 115px;
    background: var(--bs-primary);
    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: 100px;
    height: 100px;
    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: 33px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px 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 ***/
/*** Appointment End ***/


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: -125px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}

.team .team-item .team-img:hover .team-icon {
    margin-bottom: 145px;
}

.team .team-item:hover .team-img::before {
    background: rgba(21, 185, 217, .3);
}

.team .team-item .team-content {
    color: var(--bs-primary);
    transition: 0.5s;
}

.team .team-item .team-content h5 {
    color: var(--bs-secondary);
    transition: 0.5s;
}

.team .team-item:hover .team-content h5 {
    color: var(--bs-dark);
}

.team .team-item:hover .team-content {
    background: var(--bs-primary);
    color: var(--bs-white);
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial {
    background: linear-gradient(#036096, #036096), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    background: transparent;
}

.testimonial .testimonial-item .testimonial-inner .testimonial-inner-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid var(--bs-white);
}

.testimonial .testimonial-carousel.owl-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-light);
    color: var(--bs-primary);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-light);
    color: var(--bs-primary);
    transition: 0.5s;
}


.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-white) !important;
}


@media (max-width: 900px) {
    .testimonial .testimonial-carousel .owl-nav .owl-prev {
        margin-top: -190px;
        margin-left: 40px;
    }

    .testimonial .testimonial-carousel .owl-nav .owl-next {
        margin-top: -190px;
        margin-right: 40px;
    }
    
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid var(--bs-white);
    background: transparent;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    background: var(--bs-secondary) !important;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
    transition: 0.5s;
}

@media (min-width: 900px) {
    .testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
        font-size: 20px;
    }
}


/* Testimonial Section Title Start */
.testimonial .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.testimonial .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.testimonial .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.testimonial .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Testimonial End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-img::after {
    background: rgba(21, 185, 217, .5);
}

.blog .blog-item .blog-centent {
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*** Blog End ***/


/*** Contact Start ***/
.contact {
    background: linear-gradient(#15b9d9e6, rgba(21, 185, 217, 0.9)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.contact .contact-form .btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.contact .contact-form .btn.btn-light:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.contact .contact-form .form-floating input,
.contact .contact-form .form-floating textarea,
.contact .contact-form .form-floating label {
    color: var(--bs-light);
}



/* Testimonial Section Title Start */
.contact .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.contact .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.contact .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.contact .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}

#success-message {
    width:fit-content;
    border-radius: 16px;
    opacity: 0;
    color: white;
    background-color: rgb(0, 178, 0);
    padding: 8px 10px;
    transition: all 0.5s ease-in;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer .footer-item a {
    line-height: 35px;
    color: #ffffffe6;
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
    color: #ffffffe6;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-primary);
}

/*** Footer End ***/
.kosh {
    max-width: 900px;
    margin: 30px auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.shirshak {
    color: #036096 ;
    text-align: center;
}
.patala {
    border-bottom: 2px solid #036096 ;
    padding-bottom: 5px;
    margin-top: 20px;
}
p {
    line-height: 1.6;
}
.yukti {
    display: block;
    width: 100%;
    max-width: 250px;
    background: #036096 ;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin: 20px auto;
    text-decoration: none;
    font-weight: bold;
}
.yukti:hover {
    background: #036096;
}
.sampark {
    text-align: center;
    margin-top: 30px;
    padding: 20px;
    background: #036096 ;
    color: #fff;
    border-radius: 5px;
}
.sampark a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
@media (max-width: 600px) {
    .kosh {
        margin: 10px;
        padding: 15px;
    }
}
/*** copyright Start ***/
.copyright {
    background-color:  #036096
    ;
}
.Logo {
    width: 150px; /* Adjust the size as needed */
    height: auto; /* Maintain aspect ratio */
    transition: transform 0.3s ease;
  }
  
/*** copyright end ***/

/* Main Website Styles */
:root {
    --primary-color: #0077be;
    --secondary-color: #00b3b3;
    --text-color: #333;
    --light-color: #f5f5f5;
    --border-color: #e0e0e0;
    --shadow-color: rgba(0, 0, 0, 0.1);
    --chat-bg: #ffffff;
    --user-msg-bg: #e6f7ff;
    --bot-msg-bg: #f0f0f0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: #f9f9f9;
}

/* Website Mock Styles */
.website-mock {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color);
}

.logo img {
    height: 50px;
}

nav ul {
    display: flex;
    list-style: none;
}

nav ul li {
    margin-left: 20px;
}

nav ul li a {
    text-decoration: none;
    color: var(--text-color);
    font-weight: 500;
    transition: color 0.3s;
}

nav ul li a:hover, 
nav ul li a.active {
    color: var(--primary-color);
}

.btn-appointment {
    background-color: var(--secondary-color);
    color: white !important;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.btn-appointment:hover {
    background-color: #009999;
}

.hero {
    text-align: center;
    padding: 80px 0;
    background-color: var(--light-color);
    margin: 20px 0;
    border-radius: 10px;
}

.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.services {
    padding: 40px 0;
}

.services h2 {
    text-align: center;
    margin-bottom: 40px;
    color: var(--primary-color);
}

.service-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.card {
    flex: 0 0 calc(33.333% - 20px);
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px var(--shadow-color);
    margin-bottom: 20px;
}

.card h3 {
    color: var(--secondary-color);
    margin-bottom: 10px;
}

/* Chatbox Styles */
#sai-chatbox-container {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 350px;
    height: 500px;
    background-color: var(--chat-bg);
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 1000;
    display: none;
}

#chat-header {
    background-color: var(--primary-color);
    color: white;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-title {
    display: flex;
    align-items: center;
}

.chat-logo {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

#minimize-chat {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

#chat-messages {
    flex: 1;
    padding: 15px;
    overflow-y: auto;
}

.message {
    margin-bottom: 15px;
    max-width: 80%;
    padding: 10px 15px;
    border-radius: 18px;
    line-height: 1.4;
    position: relative;
}

.bot-message {
    background-color: var(--bot-msg-bg);
    border-bottom-left-radius: 5px;
    align-self: flex-start;
}

.user-message {
    background-color: var(--user-msg-bg);
    color: var(--text-color);
    border-bottom-right-radius: 5px;
    align-self: flex-end;
    margin-left: auto;
}

#chat-input-container {
    display: flex;
    padding: 10px;
    border-top: 1px solid var(--border-color);
}

#chat-input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    outline: none;
}

#send-message {
    background-color: var(--primary-color);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

#send-message svg {
    width: 18px;
    height: 18px;
}

/* Quick Reply Buttons */
.quick-replies {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 5px;
}

.quick-reply-btn {
    background-color: white;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 8px 12px;
    border-radius: 15px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s;
}

.quick-reply-btn:hover {
    background-color: var(--primary-color);
    color: white;
}

/* Responsive Styles */
@media (max-width: 768px) {
    #sai-chatbox-container {
        width: 90%;
        height: 70vh;
        bottom: 80px;
        right: 5%;
    }
    
    .service-cards {
        flex-direction: column;
    }
    
    .card {
        flex: 0 0 100%;
    }
    
    nav ul {
        display: none;
    }
}

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

.message {
    animation: fadeIn 0.3s ease-out;
}
/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: #f9f9f9;
    color: #333;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Treatment Section Styles */
.treatment-section {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.treatment-content {
    flex: 1;
    min-width: 300px;
}

.treatment-images {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

h1 {
    color: #5d4157;
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.divider {
    border-top: 1px dotted #ccc;
    margin: 15px 0 25px;
    width: 100%;
}

.treatment-description {
    color: #666;
    font-size: 1rem;
    margin-bottom: 30px;
    line-height: 1.8;
}

/* Dropdown Styles */
.dropdown-container {
    margin-top: 20px;
}

.dropdown-item {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.3s ease;
}

.dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    background-color: #fff;
    transition: background-color 0.3s ease;
}

.dropdown-header:hover {
    background-color: #f8f8f8;
}

.dropdown-header h3 {
    color: #5d4157;
    font-size: 1.1rem;
    font-weight: 500;
}

.dropdown-icon {
    color: #5d4157;
    transition: transform 0.3s ease;
}

.dropdown-item.active .dropdown-icon i {
    transform: rotate(180deg);
}

.dropdown-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: #fff;
}

.dropdown-item.active .dropdown-content {
    padding: 20px;
    max-height: 500px; /* Adjust based on content */
}

.dropdown-content p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 10px;
}

.dropdown-content p:last-child {
    margin-bottom: 0;
}

.dropdown-content ul {
    list-style-position: inside;
    padding-left: 10px;
}

.dropdown-content li {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 8px;
}

/* Image Styles */
.main-image, .secondary-image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.main-image img, .secondary-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.main-image {
    height: 350px;
}

.secondary-image {
    height: 250px;
}

.main-image img, .secondary-image img {
    height: 100%;
    width: 100%;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: #ff0000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.play-button i {
    color: white;
    font-size: 24px;
    margin-left: 4px; /* Slight adjustment for visual centering */
}

/* Responsive Styles */
@media (max-width: 768px) {
    .treatment-section {
        flex-direction: column-reverse;
    }
    
    .treatment-images {
        margin-bottom: 30px;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    .main-image {
        height: 250px;
    }
    
    .secondary-image {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 20px 15px;
    }
    
    h1 {
        font-size: 1.8rem;
    }
    
    .dropdown-header {
        padding: 12px 15px;
    }
    
    .dropdown-header h3 {
        font-size: 1rem;
    }
    
    .dropdown-item.active .dropdown-content {
        padding: 15px;
    }
}
/* Rabtik Health — 2026 visual system */
:root {
    --clinic-ink: #036096;
    --clinic-green: #019ccf;
    --clinic-mint: #e6f7fc;
    --clinic-cream: #faf9fb;
    --clinic-gold: #019ccf;
    --clinic-line: rgba(1, 156, 207, .14);
    --clinic-shadow: 0 18px 50px rgba(3, 96, 150, .14);
    --bs-primary: #019ccf;
    --bs-secondary: #019ccf;
    --bs-dark: #036096;
    --bs-light: #faf9fb;
}

html { scroll-behavior: smooth; }

body {
    background: var(--clinic-cream);
    color: #687078;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.75;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .display-1, .display-3, .display-4, .display-5 {
    color: var(--clinic-ink);
    font-family: "Playfair Display", serif;
    font-weight: 600 !important;
    letter-spacing: -.025em;
}

a { transition: color .2s ease, opacity .2s ease, transform .2s ease; }
:focus-visible { outline: 3px solid rgba(1, 156, 207, .65); outline-offset: 4px; }

.bg-dark { background: var(--clinic-ink) !important; }
.container-fluid.bg-dark { border-bottom: 1px solid rgba(255,255,255,.1); }

.navbar {
    min-height: 88px;
    background: rgba(251, 250, 245, .92) !important;
    border-bottom: 1px solid var(--clinic-line);
    box-shadow: 0 8px 30px rgba(3,96,150,.08);
    backdrop-filter: blur(18px);
}

.navbar-brand { display: flex; align-items: center; }
.navbar-brand img {
    display: block;
    width: clamp(205px, 22vw, 295px);
    max-width: 100%;
    max-height: 58px !important;
    object-fit: contain;
    object-position: left center;
}
.navbar-brand::before {
    content: none;
    display: none;
}
.navbar-brand::after {
    content: none;
    display: none;
}

.navbar .navbar-nav .nav-link { color: #3f4756; font-size: 15px; font-weight: 600; padding: 33px 15px; }
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active { color: var(--clinic-green); }

.btn {
    border-radius: 999px !important;
    border: 0;
    letter-spacing: .01em;
    box-shadow: none;
}
.btn.btn-primary {
    background: var(--clinic-green);
    box-shadow: 0 10px 24px rgba(1,156,207,.22);
}
.btn.btn-primary:hover { background: #036096; color: white !important; transform: translateY(-2px); box-shadow: 0 14px 28px rgba(3,96,150,.24) !important; }

.header-carousel-item { min-height: min(760px, calc(100vh - 133px)); }
.header-carousel-item img { min-height: min(760px, calc(100vh - 133px)); object-fit: cover; }
.header-carousel .carousel-caption {
    background: linear-gradient(90deg, rgba(3,96,150,.94) 0%, rgba(3,96,150,.68) 48%, rgba(1,156,207,.14) 100%);
}
.carousel-caption-content { max-width: 850px !important; text-align: left; margin-left: max(0px, calc((100vw - 1320px)/2)); }
.carousel-caption-content h5 { color: #bcecff !important; font: 700 13px/1.4 "Open Sans",sans-serif; letter-spacing: .18em !important; }
.carousel-caption-content h1 { max-width: 820px; font-size: clamp(3rem, 6vw, 6rem); line-height: .98; text-wrap: balance; }
.carousel-caption-content p { max-width: 700px; color: rgba(255,255,255,.85); }

.service, .feature, .about, .team, .contact, .appointment { background: transparent; }
.service:nth-of-type(even), .feature { background: #eef8fc; }
.container-fluid.py-5 {
    padding-top: clamp(3rem, 4vw, 4rem) !important;
    padding-bottom: clamp(3rem, 4vw, 4rem) !important;
}

/* Prevent nested Bootstrap py-5 utilities from doubling section spacing. */
.container-fluid.py-5 > .container.py-5 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.section-title { max-width: 850px; }
.section-title .display-3 { font-size: clamp(2.35rem, 5vw, 4rem); line-height: 1.05; text-wrap: balance; }
.sub-title { color: var(--clinic-green); font: 700 13px/1.5 "Open Sans",sans-serif; letter-spacing: .16em; }
.section-title .sub-style::before, .section-title .sub-style::after,
.sub-title::before, .sub-title::after { display: none; }

.service-item, .feature-item, .team-item, .testimonial-item, .appointment-form, .kosh {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--clinic-line) !important;
    border-radius: 24px !important;
    background: rgba(255,255,255,.82) !important;
    box-shadow: 0 10px 34px rgba(3,96,150,.08);
    transition: transform .3s ease, box-shadow .3s ease;
}
.service-item:hover, .feature-item:hover, .team-item:hover { transform: translateY(-7px); box-shadow: var(--clinic-shadow); }
.service-img { overflow: hidden; }
.service-img img { height: 230px; object-fit: cover; transition: transform .6s ease; }
.service-item:hover .service-img img { transform: scale(1.045); }
.service-content { background: white !important; padding: 28px !important; }
.service-content h5 { font-size: 1.35rem; line-height: 1.25; }
.feature-icon .rounded { border-radius: 18px !important; background: var(--clinic-mint) !important; }
.feature-icon i { color: var(--clinic-green) !important; font-size: 2.5rem !important; }

.appointment { background: var(--clinic-ink) !important; }
.appointment h1, .appointment h4, .appointment h5, .appointment p { color: white; }
.appointment .text-primary { color: #8fe4ff !important; }
.appointment-form { padding: 20px !important; background: white !important; }
.appointment-form h1 { color: var(--clinic-ink); }
.appointment-form iframe { border-radius: 16px; }

.bg-breadcrumb { position: relative; min-height: 350px; background-position: center; }
.bg-breadcrumb::before { content:""; position:absolute; inset:0; background: linear-gradient(100deg, rgba(3,96,150,.94), rgba(1,156,207,.58)); }
.bg-breadcrumb .container { position: relative; z-index: 1; }

.kosh { max-width: 920px; margin: 0 auto; padding: clamp(28px, 5vw, 64px); }
.kosh .shirshak { font-size: clamp(2.4rem, 5vw, 4.5rem); }
.kosh .patala { margin-top: 2.2rem; font-size: 1.55rem; }
.legal-identity { padding: 18px 22px; border-left: 4px solid var(--clinic-green); border-radius: 0 14px 14px 0; background: #e6f7fc; color: var(--clinic-ink); }

.footer { background: #036096 !important; }
.footer-item > img {
    display: block;
    width: min(100%, 245px);
    max-height: 72px;
    margin-bottom: 22px;
    object-fit: contain;
    object-position: left center;
}
.footer-item:first-child::before { content: none; display: none; }
.footer .footer-item a, .footer p { color: rgba(255,255,255,.72); }
.copyright { background: #036096 !important; border-top: 1px solid rgba(255,255,255,.14); }
.back-to-top { right: 22px; bottom: 22px; }

@media (max-width: 991.98px) {
    .navbar { min-height: 74px; padding: 12px 18px !important; }
    .navbar .navbar-nav .nav-link { padding: 11px 4px; }
    .navbar-collapse { margin-top: 12px; padding: 12px 0 8px; border-top: 1px solid var(--clinic-line); }
    .header-carousel-item, .header-carousel-item img { min-height: 650px; }
    .carousel-caption-content { text-align: center; margin: 0 auto; }
}

@media (max-width: 575.98px) {
    .navbar-brand img { width: 205px; max-height: 48px !important; }
    .header-carousel-item, .header-carousel-item img { min-height: 600px; }
    .carousel-caption-content p { font-size: 1rem !important; }
    .service-img img { height: 210px; }
    .container-fluid.px-5 { padding-left: 18px !important; padding-right: 18px !important; }
}

/* Polished motion: visible, lightweight and respectful of accessibility settings */
@keyframes clinicRise {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes clinicDrift {
    0%, 100% { transform: scale(1.02) translate3d(0, 0, 0); }
    50% { transform: scale(1.07) translate3d(-.6%, -.4%, 0); }
}

@keyframes clinicGlow {
    0%, 100% { box-shadow: 0 10px 24px rgba(1,156,207,.22); }
    50% { box-shadow: 0 14px 34px rgba(1,156,207,.42); }
}

.header-carousel .owl-item.active .carousel-caption-content h5 {
    animation: clinicRise .65s both .1s;
}
.header-carousel .owl-item.active .carousel-caption-content h1 {
    animation: clinicRise .75s both .22s;
}
.header-carousel .owl-item.active .carousel-caption-content p {
    animation: clinicRise .75s both .34s;
}
.header-carousel .owl-item.active .carousel-caption-content .btn {
    animation: clinicRise .75s both .46s, clinicGlow 2.8s ease-in-out 1.3s infinite;
}
.header-carousel .owl-item.active .header-carousel-item > img {
    animation: clinicDrift 12s ease-in-out infinite;
}

.service .row > [class*="col-"],
.feature .row > [class*="col-"],
.team .row > [class*="col-"] {
    animation: clinicRise .65s both;
}
.service .row > [class*="col-"]:nth-child(2),
.feature .row > [class*="col-"]:nth-child(2),
.team .row > [class*="col-"]:nth-child(2) { animation-delay: .08s; }
.service .row > [class*="col-"]:nth-child(3),
.feature .row > [class*="col-"]:nth-child(3),
.team .row > [class*="col-"]:nth-child(3) { animation-delay: .16s; }
.service .row > [class*="col-"]:nth-child(4),
.feature .row > [class*="col-"]:nth-child(4),
.team .row > [class*="col-"]:nth-child(4) { animation-delay: .24s; }

.navbar-brand img { transition: transform .3s ease, opacity .3s ease; }
.navbar-brand:hover img { transform: translateY(-1px); opacity: .92; }
.footer .btn-square:hover { transform: translateY(-4px) rotate(5deg); }
.back-to-top { animation: clinicGlow 2.8s ease-in-out infinite; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Modern service catalogue */
.service {
    position: relative;
    background: #f7fbfd !important;
}

.service:nth-of-type(even) {
    background: #edf8fc !important;
}

.service > .container {
    max-width: 1240px;
}

.service .section-title {
    max-width: 920px;
    margin-bottom: 3.25rem !important;
}

.service .section-title > p {
    max-width: 820px;
    margin-inline: auto;
    color: #526673;
    font-size: 1.02rem;
    line-height: 1.75;
}

.service .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
    align-items: stretch;
}

.service .row > [class*="col-"] {
    display: flex;
}

.service .row > .col-12.text-center {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.service .service-item {
    position: relative;
    display: grid;
    grid-template-rows: 220px 1fr;
    width: 100%;
    min-height: 0;
    overflow: hidden;
    border: 1px solid rgba(3, 96, 150, .13) !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    box-shadow: 0 12px 34px rgba(3, 96, 150, .09);
    isolation: isolate;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.service .service-item::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, #019ccf, #036096);
    opacity: 0;
    transition: opacity .28s ease;
    z-index: 6;
}

.service .service-item:hover {
    transform: translateY(-5px);
    border-color: rgba(1, 156, 207, .34) !important;
    box-shadow: 0 22px 48px rgba(3, 96, 150, .15);
}

.service .service-item:hover::after {
    opacity: 1;
}

.service .service-item .service-img {
    position: relative;
    height: 220px;
    overflow: hidden;
    border-radius: 0 !important;
    background: #dff3fa;
}

.service .service-item .service-img::before {
    display: none !important;
}

.service .service-item .service-img img {
    display: block;
    width: 100%;
    height: 100% !important;
    border-radius: 0 !important;
    object-fit: cover;
    transform: none;
    transition: transform .55s cubic-bezier(.2,.7,.2,1);
}

.service .service-item:hover .service-img img,
.service .service-item .service-img:hover img {
    transform: scale(1.045);
}

.service .service-item .service-content {
    position: relative;
    display: flex;
    padding: 1.65rem 1.7rem 1.75rem !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    z-index: 2;
}

.service .service-item .service-content::before {
    display: none !important;
    content: none !important;
}

.service .service-item .service-content-inner {
    display: flex;
    flex: 1;
    flex-direction: column;
    position: relative;
    color: #52616b !important;
    transition: none;
    z-index: 2;
}

.service .service-item:hover .service-content .service-content-inner {
    color: #52616b !important;
}

.service .service-content h5,
.service .service-item:hover .service-content .service-content-inner h5 {
    min-height: 0;
    margin-bottom: .8rem !important;
    color: #036096 !important;
    font-family: "Playfair Display", serif;
    font-size: clamp(1.25rem, 1.7vw, 1.5rem);
    line-height: 1.22;
    letter-spacing: -.025em;
}

.service .service-content p {
    margin: 0 !important;
    color: #52616b;
    font-size: .96rem;
    line-height: 1.65;
}

@media (min-width: 1200px) {
    .service .row > .col-xl-3 {
        flex: 0 0 auto;
        width: 33.333333%;
    }
}

/* Branded inner-page title banners */
.bg-breadcrumb {
    overflow: hidden;
    isolation: isolate;
}

.bg-breadcrumb::after {
    content: "";
    position: absolute;
    top: 50%;
    right: clamp(24px, 8vw, 150px);
    width: clamp(210px, 25vw, 390px);
    aspect-ratio: 1;
    background: url("../img/rabtik-health-white-icon.png") center / contain no-repeat;
    opacity: .1;
    transform: translateY(-50%) rotate(8deg);
    pointer-events: none;
    z-index: 0;
}

.bg-breadcrumb .container {
    position: relative;
    z-index: 2;
}

@media (max-width: 767.98px) {
    .bg-breadcrumb::after {
        right: -65px;
        width: 250px;
        opacity: .075;
    }
}

/* Client information ticker and interactive brand motion */
:root {
    --brand-shift-x: 0px;
    --brand-shift-y: 0px;
    --client-notice-height: 48px;
}

.client-notice {
    position: relative;
    width: 100%;
    min-height: var(--client-notice-height);
    overflow: hidden;
    color: #ffffff;
    background: #036096;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    z-index: 20;
}

.client-notice::before,
.client-notice::after {
    display: none;
}

.client-notice-track {
    display: flex;
    align-items: center;
    min-height: var(--client-notice-height);
    width: max-content;
    animation: clientNoticeScroll 42s linear infinite;
    will-change: transform;
}

.client-notice:hover .client-notice-track,
.client-notice:focus-within .client-notice-track {
    animation-play-state: paused;
}

.client-notice-group {
    display: flex;
    flex: none;
    align-items: center;
    min-height: var(--client-notice-height);
}

.client-notice-item {
    flex: none;
    padding: 0 clamp(2rem, 3.5vw, 4.25rem);
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, .25);
    font-size: .94rem;
    font-weight: 500;
    line-height: var(--client-notice-height);
    letter-spacing: .01em;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .client-notice + .navbar-light {
        top: var(--client-notice-height);
    }

    .client-notice + .navbar-light.sticky-top {
        top: 0;
    }
}

/* Live availability badge on the main booking action */
.navbar-light a.btn[href*="cliniko.com/bookings"] {
    position: relative;
    overflow: visible;
}

.navbar-light a.btn[href*="cliniko.com/bookings"]::after {
    content: "BOOK NOW";
    position: absolute;
    top: -9px;
    right: 12px;
    padding: 3px 7px;
    color: #ffffff;
    background: #e53935;
    border: 2px solid #ffffff;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(229, 57, 53, .32);
    font-size: .54rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .08em;
    animation: appointmentLiveBlink 1.35s ease-in-out infinite;
}

@keyframes clientNoticeScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes appointmentLiveBlink {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: .4; transform: scale(.9); }
}

/* In-page Cliniko booking window */
body.booking-modal-open {
    overflow: hidden;
}

.booking-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    visibility: hidden;
    opacity: 0;
    background: rgba(4, 31, 48, .72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: opacity .24s ease, visibility .24s ease;
    z-index: 10050;
}

.booking-overlay.is-open {
    visibility: visible;
    opacity: 1;
}

.booking-modal-panel {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    width: min(1080px, 100%);
    height: min(860px, calc(100vh - 2.5rem));
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .32);
    transform: translateY(18px) scale(.985);
    transition: transform .24s ease;
}

.booking-overlay.is-open .booking-modal-panel {
    transform: translateY(0) scale(1);
}

.booking-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 72px;
    padding: .85rem 1.15rem .85rem 1.4rem;
    color: #ffffff;
    background: linear-gradient(100deg, #036096, #019ccf);
}

.booking-modal-brand {
    display: flex;
    align-items: center;
    gap: .85rem;
    min-width: 0;
}

.booking-modal-brand img {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    object-fit: contain;
}

.booking-modal-title {
    margin: 0;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 600;
    line-height: 1.25;
}

.booking-modal-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    padding: 0;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    font-size: 1.65rem;
    line-height: 1;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.booking-modal-close:hover,
.booking-modal-close:focus-visible {
    color: #036096;
    background: #ffffff;
    transform: rotate(4deg);
    outline: none;
}

.booking-modal-frame-wrap {
    min-height: 0;
    background: #f5fbfd;
}

.booking-modal-frame {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #ffffff;
}

@media (max-width: 767.98px) {
    .booking-overlay {
        padding: 0;
    }

    .booking-modal-panel {
        width: 100%;
        height: 100dvh;
        max-height: none;
        border: 0;
        border-radius: 0;
    }

    .booking-modal-header {
        min-height: 64px;
        padding: .65rem .8rem .65rem 1rem;
    }

    .booking-modal-brand img {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }
}

@keyframes brandBreathe {
    0%, 100% { opacity: .075; filter: drop-shadow(0 0 0 rgba(255,255,255,0)); }
    50% { opacity: .14; filter: drop-shadow(0 12px 28px rgba(255,255,255,.15)); }
}

.header-carousel {
    isolation: isolate;
}

.header-carousel::after {
    content: "";
    position: absolute;
    top: 50%;
    right: clamp(20px, 7vw, 130px);
    width: clamp(220px, 28vw, 440px);
    aspect-ratio: 1;
    background: url("../img/rabtik-health-white-icon.png") center / contain no-repeat;
    transform: translate3d(var(--brand-shift-x), calc(-50% + var(--brand-shift-y)), 0) rotate(7deg);
    animation: brandBreathe 5s ease-in-out infinite;
    pointer-events: none;
    z-index: 2;
}

.bg-breadcrumb::after {
    transform: translate3d(var(--brand-shift-x), calc(-50% + var(--brand-shift-y)), 0) rotate(8deg);
    animation: brandBreathe 5s ease-in-out infinite;
}

.service .service-item {
    --card-tilt-x: 0deg;
    --card-tilt-y: 0deg;
    transform: perspective(950px) rotateX(var(--card-tilt-x)) rotateY(var(--card-tilt-y));
    transform-style: preserve-3d;
    will-change: transform;
}

.service .service-item:hover {
    transform: perspective(950px) translateY(-5px) rotateX(var(--card-tilt-x)) rotateY(var(--card-tilt-y));
}

@media (max-width: 767.98px) {
    :root {
        --client-notice-height: 42px;
    }

    .client-notice-item {
        padding: 0 1.75rem;
        font-size: .82rem;
    }

    .client-notice-track {
        animation-duration: 54s;
    }

    .header-carousel::after {
        right: -80px;
        width: 280px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .client-notice-track {
        animation: none !important;
    }

    .client-notice-group[aria-hidden="true"] {
        display: none;
    }

    .navbar-light a.btn[href*="cliniko.com/bookings"]::after {
        animation: none !important;
    }

    .header-carousel::after,
    .bg-breadcrumb::after {
        animation: none !important;
        transform: translateY(-50%) !important;
    }

    .service .service-item,
    .service .service-item:hover {
        transform: none !important;
    }
}

@media (max-width: 767.98px) {
    .service .section-title {
        margin-bottom: 2.25rem !important;
        text-align: left;
    }

    .service .section-title .sub-style {
        margin-left: -.75rem;
    }

    .service .service-item {
        grid-template-rows: 200px 1fr;
        border-radius: 18px !important;
    }

    .service .service-item .service-img {
        height: 200px;
    }

    .service .service-item .service-content {
        padding: 1.35rem 1.35rem 1.5rem !important;
    }
}

/* Homepage physiotherapy: split introduction and balanced 2x2 catalogue */
.physio-services {
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 12%, rgba(1, 156, 207, .12), transparent 28%),
        linear-gradient(145deg, #f8fcfe 0%, #eaf7fc 100%) !important;
}

.physio-services > .container {
    display: grid;
    grid-template-columns: minmax(360px, .88fr) minmax(0, 1.5fr);
    gap: clamp(2rem, 3.2vw, 3.5rem);
    align-items: start;
}

.physio-services .physio-intro {
    position: sticky;
    top: 145px;
    max-width: none;
    margin: 0 !important;
    padding: clamp(2rem, 2.8vw, 3rem);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 30px;
    background: linear-gradient(145deg, #036096 0%, #014b76 100%);
    box-shadow: 0 24px 60px rgba(3, 96, 150, .2);
    text-align: left;
    isolation: isolate;
}

.physio-services .physio-intro::after {
    content: "";
    position: absolute;
    right: -75px;
    bottom: -80px;
    width: 260px;
    aspect-ratio: 1;
    background: url("../img/rabtik-health-white-icon.png") center / contain no-repeat;
    opacity: .07;
    transform: rotate(9deg);
    pointer-events: none;
    z-index: -1;
}

.physio-services .physio-intro .sub-style {
    display: inline-flex;
    margin: 0 0 1rem !important;
}

.physio-services .physio-intro .sub-style::before,
.physio-services .physio-intro .sub-style::after,
.physio-services .physio-intro .sub-title::before,
.physio-services .physio-intro .sub-title::after {
    display: none !important;
}

.physio-services .physio-intro .sub-title {
    padding: .42rem .8rem !important;
    color: #ffffff !important;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    font-family: "Poppins", sans-serif;
    font-size: .76rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.physio-services .physio-intro h2 {
    max-width: 12ch;
    margin-bottom: 1.5rem !important;
    color: #ffffff !important;
    font-size: clamp(2.35rem, 2.8vw, 3rem);
    line-height: 1.08;
    letter-spacing: -.035em;
    overflow-wrap: break-word;
    word-break: normal;
    text-wrap: balance;
}

.physio-services .physio-intro > p {
    max-width: none;
    margin: 0 !important;
    color: rgba(255, 255, 255, .82);
    font-size: .96rem;
    line-height: 1.75;
}

.physio-services .physio-actions {
    margin-top: 2rem;
}

.physio-services .physio-actions .btn {
    color: #036096;
    background: #ffffff;
    border: 0;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .14);
    font-weight: 600;
}

.physio-services .physio-actions .btn:hover {
    color: #ffffff;
    background: #019ccf;
    transform: translateY(-2px);
}

.physio-services .physio-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    width: 100%;
    margin: 0;
}

.physio-services .physio-service-grid > [class*="col-"] {
    display: flex;
    width: auto !important;
    max-width: none;
    padding: 0;
}

.physio-services .physio-service-grid .service-item {
    grid-template-rows: 190px 1fr;
    border-radius: 24px !important;
}

.physio-services .physio-service-grid .service-img {
    height: 190px;
}

.physio-services .physio-service-grid .service-content {
    padding: 1.45rem 1.5rem 1.6rem !important;
}

.physio-services .physio-service-grid .service-content h5 {
    font-size: clamp(1.22rem, 1.55vw, 1.42rem);
}

.physio-services .physio-service-grid .service-content p {
    font-size: .9rem;
    line-height: 1.62;
}

@media (max-width: 1199.98px) {
    .physio-services > .container {
        grid-template-columns: 1fr;
    }

    .physio-services .physio-intro {
        position: relative;
        top: auto;
    }
}

@media (max-width: 767.98px) {
    .physio-services > .container {
        gap: 1.5rem;
    }

    .physio-services .physio-intro {
        margin-bottom: 0 !important;
        padding: 2rem 1.5rem;
        border-radius: 22px;
    }

    .physio-services .physio-intro h2 {
        max-width: 100%;
        font-size: clamp(2.15rem, 10vw, 3rem);
    }

    .physio-services .physio-service-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .physio-services .physio-actions .btn {
        width: 100%;
    }
}

/* Modern contact-page layout */
.contact {
    background: linear-gradient(180deg, #f8fcfe 0%, #edf8fc 100%) !important;
}

.contact::before {
    opacity: .022;
}

.contact .section-title {
    max-width: 780px;
    margin-bottom: 2.75rem !important;
}

.contact .section-title .sub-style {
    margin-bottom: .8rem !important;
}

.contact .section-title .sub-title,
.contact .section-title .sub-title.text-white {
    color: #019ccf !important;
}

.contact .section-title .sub-style::before,
.contact .section-title .sub-style::after,
.contact .section-title .sub-title::before,
.contact .section-title .sub-title::after {
    display: none !important;
}

.contact .section-title > p,
.contact .section-title .text-black-50 {
    color: #526673 !important;
    font-size: 1.03rem;
    line-height: 1.7;
}

.contact .row.g-4.align-items-center {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 1.5rem;
    align-items: stretch !important;
    margin: 0;
}

.contact .row.g-4.align-items-center > [class*="col-"] {
    width: auto !important;
    max-width: none;
    margin: 0;
    padding: 0;
}

.contact .contact-form {
    padding: clamp(1.5rem, 3vw, 2.35rem) !important;
    border: 1px solid rgba(3, 96, 150, .12);
    border-radius: 24px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 48px rgba(3, 96, 150, .11);
}

.contact .contact-form h2,
.contact .contact-form h2.text-white {
    margin-bottom: 1.4rem !important;
    color: #036096 !important;
    font-size: clamp(2rem, 4vw, 3.25rem);
}

.contact .contact-intro {
    max-width: 620px;
    margin: -.45rem 0 1.5rem;
    color: #5b707c;
    line-height: 1.65;
}

.contact .form-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.contact .contact-form .form-floating input,
.contact .contact-form .form-floating textarea {
    color: #263f4e !important;
    border: 1px solid #cfe4ed !important;
    border-radius: 14px;
    background: #f8fcfe !important;
}

.contact .contact-form .form-floating label {
    color: #637985 !important;
}

.contact .contact-form .form-control:focus {
    border-color: #019ccf !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(1, 156, 207, .12);
}

.contact .contact-form .btn.btn-light {
    color: #ffffff !important;
    background: #019ccf !important;
    box-shadow: 0 10px 24px rgba(1, 156, 207, .2);
}

.contact .contact-form .btn.btn-light:hover {
    color: #ffffff !important;
    background: #036096 !important;
    box-shadow: 0 14px 28px rgba(3, 96, 150, .2) !important;
}

.contact .row.g-4.align-items-center > .col-lg-2 {
    padding: 1rem !important;
    border: 1px solid rgba(3, 96, 150, .12);
    border-radius: 24px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 14px 38px rgba(3, 96, 150, .08);
}

.contact .row.g-4.align-items-center > .col-lg-2 > .rounded {
    display: grid;
    gap: .75rem;
    height: 100%;
}

.contact .row.g-4.align-items-center > .col-lg-2 .d-flex {
    display: grid !important;
    grid-template-columns: 56px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: .9rem;
    align-items: center !important;
    margin: 0 !important;
    padding: 1rem;
    text-align: left !important;
    border-radius: 16px;
    background: #f4fafd;
}

.contact .row.g-4.align-items-center > .col-lg-2 .d-flex > div {
    grid-row: 1 / 3;
    width: 56px !important;
    height: 56px !important;
    margin: 0 !important;
    border-radius: 16px !important;
    background: #e1f5fb !important;
}

.contact .row.g-4.align-items-center > .col-lg-2 h4 {
    margin: 0;
    color: #036096 !important;
    font-size: 1.12rem;
}

.contact .row.g-4.align-items-center > .col-lg-2 a,
.contact .row.g-4.align-items-center > .col-lg-2 a.text-white {
    color: #526673 !important;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.contact .row.g-4.align-items-center > .col-lg-5:last-child {
    grid-column: 1 / -1;
    padding: 1rem !important;
    border: 1px solid rgba(3, 96, 150, .12);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(3, 96, 150, .1);
}

.contact .row.g-4.align-items-center > .col-lg-5:last-child .justify-content-center {
    justify-content: flex-start !important;
    margin: 0 0 .85rem !important;
}

.contact .row.g-4.align-items-center > .col-lg-5:last-child .btn-light {
    color: #036096;
    background: #e6f7fc;
}

.contact .row.g-4.align-items-center > .col-lg-5:last-child iframe {
    display: block;
    height: 420px !important;
    border-radius: 16px !important;
}

.contact .form-trust {
    color: #6d7f88;
    font-size: .88rem;
    text-align: center;
}

@media (max-width: 991.98px) {
    .contact .row.g-4.align-items-center {
        grid-template-columns: 1fr;
    }

    .contact .row.g-4.align-items-center > .col-lg-5:last-child {
        grid-column: auto;
    }
}

@media (max-width: 575.98px) {
    .contact .contact-form,
    .contact .row.g-4.align-items-center > .col-lg-2,
    .contact .row.g-4.align-items-center > .col-lg-5:last-child {
        border-radius: 18px;
    }

    .contact .row.g-4.align-items-center > .col-lg-5:last-child iframe {
        height: 340px !important;
    }
}

/* Rabtik brand-symbol watermarks */
.service,
.feature,
.about,
.contact,
.team,
.appointment,
.footer,
.kosh {
    position: relative;
    isolation: isolate;
}

.service,
.feature,
.about,
.contact,
.team,
.appointment,
.footer {
    overflow: hidden;
}

.service > .container,
.feature > .container,
.about > .container,
.contact > .container,
.team > .container,
.appointment > .container,
.footer > .container,
.kosh > * {
    position: relative;
    z-index: 1;
}

.service::before,
.feature::before,
.about::before,
.contact::before,
.team::before,
.appointment::before,
.footer::before,
.kosh::after {
    content: "";
    position: absolute;
    width: clamp(260px, 32vw, 520px);
    aspect-ratio: 1;
    border-radius: 50%;
    background-image: url("../img/rabtik-health-icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .032;
    pointer-events: none;
    user-select: none;
    z-index: 0;
}

.service::before,
.about::before,
.team::before {
    top: 6%;
    right: clamp(-180px, -9vw, -70px);
    transform: rotate(8deg);
}

.feature::before,
.contact::before {
    bottom: -22%;
    left: clamp(-180px, -9vw, -70px);
    transform: rotate(-9deg);
}

.appointment::before,
.footer::before {
    right: -90px;
    bottom: -180px;
    background-image: url("../img/rabtik-health-white-icon.png");
    opacity: .055;
    transform: rotate(7deg);
}

.kosh::after {
    right: -120px;
    bottom: -100px;
    opacity: .025;
    transform: rotate(10deg);
}

@media (max-width: 767.98px) {
    .service::before,
    .feature::before,
    .about::before,
    .contact::before,
    .team::before,
    .appointment::before,
    .footer::before,
    .kosh::after {
        width: 280px;
        opacity: .025;
    }

    .appointment::before,
    .footer::before {
        opacity: .045;
    }
}

/* Mobile-first stability and usability */
html,
body {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
}

img,
video,
iframe {
    max-width: 100%;
}

/* TikTok is not included in the legacy Font Awesome bundle used by this theme. */
.fa-tiktok::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.72-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-2.98.37-1.2.82-1.6 2.45-.88 3.71.69 1.21 2.32 1.71 3.58 1.04.84-.42 1.39-1.34 1.39-2.28.02-4.76.01-9.52.02-14.28z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.72-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-2.98.37-1.2.82-1.6 2.45-.88 3.71.69 1.21 2.32 1.71 3.58 1.04.84-.42 1.39-1.34 1.39-2.28.02-4.76.01-9.52.02-14.28z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.header-carousel,
.header-carousel .owl-stage-outer {
    max-width: 100%;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    body > .container-fluid,
    body > .container-fluid.position-relative {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .owl-carousel,
    .owl-carousel .owl-stage-outer {
        width: 100% !important;
        max-width: 100% !important;
    }

    .container-fluid.py-5 {
        padding-top: 2.75rem !important;
        padding-bottom: 2.75rem !important;
    }

    .navbar {
        min-height: 70px;
        padding: 10px 14px !important;
    }

    .navbar-light .navbar-brand {
        max-width: calc(100% - 74px);
        min-width: 0;
    }

    .navbar-light .navbar-brand img {
        width: min(190px, 100%);
        max-width: 100%;
        height: auto;
        max-height: 46px !important;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        width: 52px;
        min-width: 52px;
        height: 46px;
        padding: 0;
    }

    .navbar-light .navbar-collapse {
        max-height: calc(100vh - 125px);
        margin-top: 10px;
        padding: 10px 0 6px;
        overflow-y: auto;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        min-height: 44px;
        margin: 0;
        padding: 10px 4px;
    }

    .navbar-light #navbarCollapse > a.btn[href*="cliniko.com/bookings"] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 48px;
        margin-top: .5rem;
    }

    .navbar-light a.btn[href*="cliniko.com/bookings"]::after {
        top: -7px;
        right: 16px;
    }

    .client-notice-item {
        padding-inline: 1.4rem;
        font-size: .78rem;
    }

    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        width: 100%;
        height: clamp(560px, calc(100svh - 110px), 640px);
        min-height: 0;
        margin-top: 0;
    }

    .header-carousel .header-carousel-item .carousel-caption {
        padding: 2.5rem 0 5rem;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 100% !important;
        max-width: 100%;
        margin: 0;
        padding: 1.25rem !important;
        text-align: center;
    }

    .header-carousel .carousel-caption-content h5 {
        margin-bottom: 1rem !important;
        font-size: .72rem;
        line-height: 1.45;
    }

    .header-carousel .carousel-caption-content h1 {
        max-width: 100%;
        margin-bottom: 1.1rem !important;
        font-size: clamp(2.5rem, 12vw, 3.35rem);
        line-height: 1.02;
    }

    .header-carousel .carousel-caption-content p {
        max-width: 36rem;
        margin: 0 auto 1.5rem !important;
        font-size: .95rem !important;
        line-height: 1.6;
    }

    .header-carousel .carousel-caption-content .btn {
        min-height: 48px;
        padding: .75rem 1.5rem !important;
    }

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: auto !important;
        bottom: 18px;
        width: 46px;
        height: 46px;
        margin: 0;
        font-size: 19px;
        transform: none;
    }

    .header-carousel .owl-nav .owl-prev {
        left: 16px;
    }

    .header-carousel .owl-nav .owl-next {
        right: 16px;
    }

    .header-carousel::after {
        right: -54px;
        width: 220px;
    }

    .bg-breadcrumb {
        min-height: 300px;
        padding: 88px 16px 54px;
    }

    .bg-breadcrumb h3,
    .bg-breadcrumb .display-3 {
        font-size: clamp(2.35rem, 12vw, 3.25rem);
        line-height: 1.05;
        text-wrap: balance;
    }

    .bg-breadcrumb .breadcrumb {
        justify-content: center;
        row-gap: .35rem;
        font-size: .94rem;
    }

    .section-title .display-3,
    .service .section-title h3 {
        font-size: clamp(2.15rem, 10.5vw, 3rem);
        line-height: 1.08;
    }

    .service .section-title > p,
    .section-title > p {
        font-size: .96rem;
        line-height: 1.68;
    }

    .service .service-item,
    .feature-item,
    .team-item,
    .testimonial-item,
    .contact .contact-form,
    .appointment-form {
        border-radius: 18px !important;
    }

    .service .service-item .service-content,
    .appointment-form {
        padding: 1.25rem !important;
    }

    .service .service-content h5 {
        font-size: 1.3rem;
    }

    .service .service-content p {
        font-size: .92rem;
    }

    .contact .contact-form h2,
    .contact .contact-form h2.text-white {
        font-size: clamp(2rem, 10vw, 2.75rem);
    }

    input,
    select,
    textarea,
    button {
        font-size: 16px;
    }

    .contact .contact-form .btn,
    .appointment-form .btn {
        min-height: 48px;
    }

    .kosh {
        width: auto;
        max-width: calc(100% - 24px);
        margin: 12px auto;
        padding: 1.25rem;
        overflow-wrap: anywhere;
    }

    .kosh h1,
    .kosh h2,
    .kosh h3 {
        line-height: 1.18;
        overflow-wrap: break-word;
    }

    .kosh a,
    .contact a,
    .footer a {
        overflow-wrap: anywhere;
    }

    .footer .footer-item {
        align-items: flex-start;
    }

    .footer-item > img {
        width: min(100%, 215px);
        max-height: 64px;
    }

    .copyright,
    .copyright .text-md-start,
    .copyright .text-md-end {
        text-align: center !important;
    }

    .back-to-top {
        right: 14px;
        bottom: 14px;
    }
}

@media (max-width: 359.98px) {
    .navbar-light .navbar-brand img {
        width: 168px;
    }

    .header-carousel .carousel-caption-content h1 {
        font-size: 2.3rem;
    }

    .physio-services .physio-intro {
        padding: 1.6rem 1.15rem;
    }
}

/* Image ownership deterrents. Visible watermarks are embedded in the delivered files. */
img.rabtik-protected-image {
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    user-select: none;
}
