 @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lexend+Deca:wght@100..900&display=swap');

   * {
            font-family: 'Lexend Deca', sans-serif;
        }
        .footer {
            color: white;
            padding: 50px 0;
    background: hsl(168 38% 97% / 1);
   }
        .footer a {
            color: #bbb;
            text-decoration: none;
            transition: color 0.3s;
        }
        .footer a:hover {
            color: #fff;
        }
        .footer h5 {
            font-family: 'Lexend Deca', sans-serif;
            font-weight: 600;
            margin-bottom: 20px;
        }
        .footer p, .footer ul {
            margin-bottom: 15px;
        }
        .footer ul {
            padding: 0;
            list-style: none;
        }
        .footer-bottom {
            background-color: #111;
            padding: 15px 0;
            text-align: center;
            border-top: 1px solid #444;
        }
        .social-icons a {
            color: #bbb;
            margin-right: 10px;
            font-size: 18px;
        }
        .social-icons a:hover {
            color: #fff;
        }
        .feature-box {
            display: flex;
            align-items: center;
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 10px;
            background: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .feature-box img {
            width: 50px;
            margin-right: 15px;
        }
                
        .text-justify {
          text-align: justify;
          text-justify: inter-word;
        }
        .navbar {
            background-color: var(--gray);
            padding: 0.5rem 1rem;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .navbar-brand img {
            object-fit: contain;
            transition: var(--transition);
        }
        .navbar-brand img:hover {
            transform: scale(1.05);
        }
        .nav-link {
            color: var(--dark);
            font-weight: 600;
            padding: 1.2rem 1rem;
            transition: var(--transition);
            position: relative;
            font-size: 14px;
        }
        .nav-link:hover {
            color: var(--primary);
        }
        .nav-link.active {
            color: var(--primary);
        }
        .icon-link {
            color: var(--dark);
            font-weight: 600;
            margin-right: 1.5rem;
            display: flex;
            align-items: center;
            transition: var(--transition);
        }
        .icon-link i {
            margin-right: 0.5rem;
            color: var(--primary);
        }
        .icon-link:hover {
            color: var(--primary);
            text-decoration: none;
            transform: translateY(-2px);
        }
        .navbar-toggler {
            border: none;
            padding: 0.5rem;
        }
        .navbar-toggler:focus {
            outline: none;
            box-shadow: none;
        }
        .search-form {
            position: relative;
        }
        .search-input {
            border-radius: 0;
            border: 1px solid #ddd;
            padding: 0.5rem 2.5rem 0.5rem 1rem;
            width: 100%;
            font-size: 14px;
        }
        .search-button {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            background: var(--primary);
            border: none;
            color: white;
            width: 40px;
        }
        .btn-book {
            background-color: var(--primary);
            color: white;
            border-radius: 0;
            padding: 0.5rem 1rem;
            font-weight: 600;
            font-size: 14px;
            border: none;
        }
        .btn-book:hover {
            background-color: #c00;
            color: white;
            transform: translateY(-2px);
        }
        .btn-callback {
            background-color: transparent;
            color: var(--primary);
            border: 1px solid var(--primary);
            border-radius: 0;
            padding: 0.5rem 1rem;
            font-weight: 600;
            font-size: 14px;
        }
        .btn-callback:hover {
            background-color: var(--primary);
            color: white;
        }
        .contact-info {
            color: var(--primary);
            font-weight: 600;
            display: flex;
            align-items: center;
            transition: var(--transition);
        }
        .contact-info:hover {
            transform: scale(1.05);
            text-decoration: none;
            color: var(--primary);
        }
        .topbar {
            background: #f5f5f5;
            color: #333;
            padding: 8px 0;
            border-bottom: 1px solid #eee;
        }
        .topbar a {
            color: #333;
            margin-right: 15px;
            font-size: 14px;
            text-decoration: none;
        }
        .topbar a:hover {
            color: var(--primary);
        }
        .topbar i {
            color: var(--primary);
            margin-right: 5px;
        }
        .social-icons a {
            margin-left: 10px;
            font-size: 16px;
        }
        /* Dropdown styles */
        .dropdown-menu {
            border: none;
            border-radius: 0;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            padding: 0;
            margin-top: 0;
        }
        .dropdown-item {
            padding: 0.75rem 1.5rem;
            color: var(--dark);
            font-weight: 500;
            transition: var(--transition);
            font-size: 14px;
            border-bottom: 1px solid #f5f5f5;
        }
        .dropdown-item:last-child {
            border-bottom: none;
        }
        .dropdown-item:hover, .dropdown-item:focus {
            background-color: var(--primary);
            color: #ffffff;
            
        }
        .dropdown-toggle::after {
            vertical-align: middle;
            margin-left: 0.3em;
        }
        .book-test-btn {
            background-color: var(--primary);
            color: white;
            border-radius: 0;
        }
        .book-test-btn:hover {
            background-color: #136a47;
            color: white;
        }
        /* Mobile Navigation Styles */
        @media (max-width: 991.98px) {

            .nav-link {
                padding: 0.75rem 1rem;
                border-bottom: 1px solid #f5f5f5;
            }
            .dropdown-menu {
                box-shadow: none;
                padding-left: 1rem;
                border: none;
                background: transparent;
            }
            .dropdown-item {
                padding: 0.5rem 1rem;
                border-bottom: 1px solid #f5f5f5;
            }
            .dropdown-submenu .dropdown-menu {
                left: 0;
                position: relative;
                padding-left: 1rem;
            }
            .search-input {
                margin-bottom: 1rem;
            }
            .btn-book, .btn-callback {
                width: 100%;
                margin-bottom: 0.5rem;
            }
            .topbar {
                text-align: center;
            }
            .social-icons {
                margin-top: 10px;
                text-align: center;
            }
            .d-none.d-lg-flex {
                display: none !important;
            }
            .navbar > .container-fluid {
                flex-wrap: wrap;
            }
            
            /* Mobile Top Navigation */
            .mobile-top-nav {
                display: flex;
                justify-content: space-between;
                width: 100%;
                margin-bottom: 10px;
            }
            
            .mobile-nav-btn {
                display: flex;
                flex-direction: column;
                align-items: center;
                color: var(--dark);
                text-decoration: none;
                font-size: 12px;
                padding: 5px;
            }
            
            .mobile-nav-btn i {
                font-size: 18px;
                color: var(--primary);
                margin-bottom: 5px;
                transition: var(--transition);
            }
            
            .mobile-nav-btn:hover i {
                transform: translateY(-3px);
            }
            
            /* Mobile Menu Styling */
            #mainNavbar {
                background: #f8f8f8;
                margin-top: 10px;
                padding: 0;
            }
            
            .navbar-nav .nav-link {
                padding: 15px;
                border-bottom: 1px solid #eee;
            }
            
            .navbar-nav .nav-link.active {
                background-color: var(--primary);
                color: white;
                font-weight: bold;
            }
            
            .dropdown-toggle::after {
                float: right;
                margin-top: 8px;
            }
            
            .dropdown-menu {
                width: 100%;
            }
            
            .dropdown-item:hover {
                background-color: var(--primary);
                color: white;
            }
        }
        
  
        .step-box {
            text-align: center;
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 10px;
            background: #fff;
        }
        .step-box img {
            width: 60px;
            margin-bottom: 10px;
        }
        .heading {
            color: var(--secondary);
            font-weight: bold;
        }


        .lab-section {
            background-color: white;
            padding: 50px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            position: relative;
        }
        .highlight {
            color: var(--primary);
            font-weight: bold;
        }
        .features {
            font-size: 18px;
            margin-top: 20px;
        }
        .features li {
            margin-bottom: 10px;
        }
        .cta-btn {
            background-color: var(--primary);
            color: white;
            padding: 12px 25px;
            text-decoration: none;
            font-weight: bold;
            border-radius: 5px;
            display: inline-block;
            margin-top: 20px;
        }
        .cta-btn:hover {
            background-color: darkvar(--primary);
        }
        .open-badge {
            background-color: var(--primary);
            color: white;
            padding: 8px 15px;
            border-radius: 50px;
            font-size: 14px;
            position: absolute;
            top: 10px;
            right: 10px;
            font-weight: bold;
        }
        .lab-image-container {
            position: relative;
            text-align: center;
        }
        .lab-image {
            max-width: 100%;
            border-radius: 10px;
        }
     .bottom-bar {
    background-color: var(--primary);
    padding: 12px 24px 12px 0px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
    margin-top: -30px;
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 1050;
    border-radius: 0px 40px;
}
.mask-png::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../uploads/mask.png') no-repeat center/cover;
    z-index: 1;
}

        footer a {
            color: #d1d1d1;
            text-decoration: none;
        }
        footer a:hover {
            color: #ffffff;
        }
        .footer-logo img {
            height: 40px;
        }
        .social-icons a {
            font-size: 20px;
            margin-right: 15px;
        }

        /* Floating Chat Button */
        .chat-container {
            position: fixed;
            z-index:1050;
            bottom: 100px;
            right: 20px;
            display: flex;
            flex-direction: column-reverse;
            align-items: center;
        }
        .chat-button, .chat-option {
            border: none;
            border-radius: 50%;
            width: 55px;
            height: 55px;
            font-size: 24px;
            text-align: center;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
            cursor: pointer;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease-in-out;
        }
        .chat-button {
            background-color: var(--secondary);
                position: fixed;
                bottom: 24px;
        }
        .chat-option.whatsapp {
            background-color: #25D366;
            transform: scale(0);
        }
        .chat-option.call {
            background-color: #34b7f1;
            transform: scale(0);
        }
        .chat-container.active .chat-option {
            transform: scale(1);
        }
      
        .amenities-icon {
            width: 76px;
            height: 76px;
        }
        .why-choose-text {
            font-size: 16px;
            font-weight: 500;
        }
  
        .bg-lightgreen-card { background-color: #e8f5e9; } /* Light green card */
        .section-title { text-align: center; font-weight: 600; margin-bottom: 20px; }
    
        .scans_tests img {
            width: 100%;
            height: auto;
            border-radius: 8px;
        }
        .scans_tests .scans_tests_title {
            font-size: 18px;
            font-weight: 600;
        }
        .scans_tests .lower-content p {
            font-size: 14px;
            color: #555;
        }
        .know-more {
            font-size: 14px;
            font-weight: 600;
            padding: 8px 12px;
        }
        .carousel-control-prev, .carousel-control-next {
            filter: invert(1);
        }
    


    .feature-icon {
        max-width: 76px;
        height: auto;
        margin-bottom: 10px;
    }

    .whychooseaarthiscans-row {
        display: flex;
        justify-content: center;
        gap: 15px;
    }

    .why-choose-text {
        font-size: 16px;
        font-weight: 600;
    }

    @media (max-width: 768px) {
        .mobicons {
            flex: 0 0 50%;
            max-width: 50%;
        }
    }

    @media (max-width: 576px) {
        .mobicons {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }

        .hero-text {
            font-size: 1.25rem;
            color: #333;
        }
        .highlight {
            color: var(--primary);
            font-weight: bold;
        }
        .tab-buttons .btn {
            width: 100%;
            background: #fff;
            border: none;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
            font-weight: bold;
        }
        .tab-buttons .btn.active {
            border-left: 4px solid var(--primary);
            background: linear-gradient(90deg, #fff, #f8f9fa);
        }
        .vision-box {
            background: #fff;
            padding: 15px;
            border-radius: 10px;
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
        }
  
        .section-heading {
            font-weight: bold;
            color: var(--primary);
            text-align: center;
            margin-bottom: 10px;
        }
        .section-subtitle {
            text-align: center;
            color: #6c757d;
            margin-bottom: 30px;
        }
      

        .card-body {
            text-align: center;
            padding: 20px;
        }
        .card-title {
            font-weight: bold;
            color: var(--primary);
            margin-bottom: 10px;
        }
        .card-text {
            color: #6c757d;
        }
  
        .timeline {
            position: relative;
            max-width: 800px;
            margin: auto;
        }
        .timeline::after {
            content: '';
            position: absolute;
            width: 4px;
            background-color: var(--primary);
            top: 0;
            bottom: 0;
            left: 50%;
            margin-left: -2px;
        }
        .timeline-box {
            position: relative;
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            width: 45%;
        }
        .left {
            left: 0;
        }
        .right {
            left: 55%;
        }
        .timeline-box::after {
            content: '';
            position: absolute;
            top: 20px;
            width: 20px;
            height: 20px;
            background-color: #fff;
            border: 4px solid var(--primary);
            border-radius: 50%;
            left: calc(100% + 8px);
        }
        .right::after {
            left: -28px;
        }
        .timeline-heading {
            font-weight: bold;
            color: var(--primary);
        }
        .timeline-text {
            color: #6c757d;
            font-size: 15px;
        }
        .timeline-icon {
            font-size: 24px;
            color: var(--primary);
            margin-right: 10px;
        }
        @media screen and (max-width: 768px) {
            .timeline::after {
                left: 20px;
            }
            .timeline-box {
                width: 90%;
                left: 10%;
            }
            .timeline-box::after {
                left: -28px;
            }
        }
 
        .network-section {
            text-align: center;
            padding: 50px 20px;
        }
        .network-title {
            font-size: 24px;
            font-weight: bold;
        }
        .highlight {
            color: var(--primary);
        }
        .network-subtitle {
            color: #6c757d;
            margin-bottom: 30px;
        }
        .network-box {
            display: inline-block;
            padding: 12px 20px;
            background: white;
            border-radius: 8px;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s;
            font-weight: bold;
            margin: 10px;
        }
        .network-box:hover {
            transform: scale(1.05);
            background-color: #f1f1f1;
        }
        
    .icon img {
    object-fit: contain;
    height: 48px;
}
            .amenities-section {
                text-align: center;
                padding: 50px 0;
            }
            .icon-box {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 10px;
                padding: 20px;
                text-align: center;
                border-radius: 10px;
                background: hwb(168 97% 0% / 1);
                width: 100%;
                height:100%;
            }
            .icon {
                background: var(--primary);
                padding: 15px;
                border-radius: 10px;
                width: 80px;
                height: 80px;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            
            .icon-text {
                font-weight: bold;
                padding-top: 10px;
            }
 
        .contact-card {
            padding: 20px;
            border-radius: 10px;
            background: hwb(168 97% 0% / 1);
        }
        .btn-custom {
            margin-right: 10px;
        }
        .map-container {
            border-radius: 10px;
            overflow: hidden;
        }
    
    .splide__slide {
        height:100%;
        max-height:574px;
    }