/********** Template CSS **********/
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body, html {
    overflow-x: hidden;
}

:root {
    --primary: #06A3DA;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

    .btn-primary:hover {
        background: var(--secondary);
        border-color: var(--secondary);
    }

    .btn-secondary:hover {
        background: var(--primary);
        border-color: var(--primary);
    }

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#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;
    }

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 29rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption {
        top: 7.5rem;
        left: 0;
        right: 0;
        bottom: 0;
        background: transparent;
        z-index: 1;
        padding: 0px;
    }

        .carousel-caption h5 {
            font-size: 14px;
            font-weight: 500 !important;
        }

        .carousel-caption h1 {
            font-size: 30px;
            font-weight: 600 !important;
        }

        .carousel-caption div a {
            font-size: 6px;
            padding: 5px;
        }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius: 100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}
/* custome css  */
.priceHeading {
    color: #06a3da;
}

.pricing-card {
    transition: all 0.3s ease;
    border-radius: 18px;
    padding: 40px;
    background: white;
    border: 1px solid #a9a4a4;
}

    .pricing-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }

.popular-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #6c63ff;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
}

.btn-gradient {
    background: #06a3da;
    border: none;
    color: #fff;
    padding: 12px 0;
    width: 100%;
    border-radius: 10px;
    font-size: 18px;
}

.btn-outline-custom {
    border: 2px solid #06a3da;
    color: #06a3da;
    background: #ffffff;
    border-radius: 10px;
    padding: 12px 0;
    width: 100%;
    font-size: 18px;
}

    .btn-outline-custom:hover {
        background: #06a3da;
        color: #fff;
    }

.feature-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .feature-item i.fa-check {
        color: green;
        font-size: 14px;
        font-weight: bold;
    }

    .feature-item i.fa-times {
        color: red;
        font-size: 17px;
        font-weight: bold;
    }



.logo-slider {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
}

.logo-track {
    display: flex;
    gap: 173px; /* space between logos */
    width: max-content;
    animation: scroll 20s linear infinite;
    align-items: center;
}

    .logo-track img {
        width: 140px;
        display: block;
    }

.logo-slider:hover .logo-track {
    animation: none !important;
    justify-content: center;
    margin: 0 auto; /* stop on hover */
}

/* scrolling animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 767.98px) {
    .logo-track {
        display: flex;
        gap: 72px; /* space between logos */
        width: max-content;
        animation: scroll 20s linear infinite;
        align-items: center;
    }
}
/* When images < 7 → disable scroll + center align */
.logo-track.no-scroll {
    animation: none !important;
    justify-content: center;
    margin: 0 auto;
}

.footerThem {
    display: block;
    position: fixed;
    z-index: -1;
}

#testSearchModal .modal-dialog {
    max-width: 99%;
}

.blodTestSec {
    box-shadow: 0 0 10px 0 #addef0;
    border-radius: 10px;
}

#testSearchModal .table-responsive {
    height: 24rem;
    overflow-x: auto;
}

.searchCards .testInnerCol {
    border-radius: 15px;
    border: 1px solid #fff;
    box-shadow: 0 0 10px 0 #c5c0c0;
}

    .searchCards .testInnerCol img {
        width: 13%;
    }

.aboutLab .row .innerBox {
    border: 1px solid;
    border-radius: 15px;
    padding: 15px;
    height: 38rem;
}

    .aboutLab .row .innerBox img {
        width: 45%;
    }

.aboutLab .aboutLabPara {
    text-align: justify;
}

.btn-multi {
    position: fixed;
    right: 2%;
    bottom: 16%;
    z-index: 999;
}

    .btn-multi input {
        display: none;
    }
    /* LABEL (container) */
    .btn-multi label {
        position: relative;
        width: 100px;
        height: 50px;
        cursor: pointer;
        left: -19px;
    }

/* ACTION BUTTONS */
.action {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #06a3da;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease;
}

.whatsapp {
    top: 0px;
    left: 0px;
    background: #4FCE5D;
}

.call {
    top: -49px;
    right: 22px;
    background: #4ec4ee;
}

.close {
    top: 0;
    left: 55px;
    background: red;
    width: 40px;
    height: 40px;
}
/* OPEN STATE */
.btn-multi input:checked + label .main-btn {
    opacity: 0;
    transform: scale(0);
}

.btn-multi input:checked + label .action {
    opacity: 1;
    transform: scale(1);
}

.findTest {
    width: 25%;
}

.navbar.sticky-top {
    position: fixed;
    width: 100%;
}

@media (max-width: 767.98px) {
    .btn-multi label {
        left: -37%;
    }

    .findTest {
        width: 100%;
    }

    .navbar.sticky-top {
        position: fixed;
        width: 100%;
    }

    .btn-multi {
        position: fixed;
        right: 2%;
        bottom: 15%;
        z-index: 999;
    }
}

/*******************************************************/

.footer .btn-link, .text-light {
    font-size: 13px;
}


/* MAIN BUTTON (default state) */
.main-btn {
    inset: 0;
    font-family: 'Jost', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0d6efd, #2dd4bf);
    color: #fff !important;
    padding: 10px 26px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    letter-spacing: 0.4px;
    box-shadow: 0 10px 25px rgba(13, 110, 253, 0.35);
    transition: all 0.35s ease;
    position: absolute;
    overflow: hidden;
}

/* Modern Book Now Button */
.btn-book-now {
    background: linear-gradient(135deg, #0d6efd, #2dd4bf);
    color: #fff !important;
    padding: 10px 26px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    letter-spacing: 0.4px;
    box-shadow: 0 10px 25px rgba(13, 110, 253, 0.35);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

    /* Hover Effect */
    .btn-book-now:hover {
        background: linear-gradient(135deg, #0b5ed7, #14b8a6);
        transform: translateY(-2px);
        box-shadow: 0 15px 35px rgba(13, 110, 253, 0.45);
        color: #fff;
    }

    /* Subtle Glow Effect */
    .btn-book-now::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top left, rgba(255,255,255,0.35), transparent 60%);
        opacity: 0;
        transition: opacity 0.35s ease;
    }

    .btn-book-now:hover::before {
        opacity: 1;
    }

    /* Active Click */
    .btn-book-now:active {
        transform: scale(0.97);
        box-shadow: 0 6px 18px rgba(13, 110, 253, 0.4);
    }

/* Mobile Friendly */
@media (max-width: 991px) {
    .btn-book-now {
        width:80%;
        text-align: center;
        margin-top: 10px;
        font-size: 10px;
        padding: 5px 0px;
    }
}
