body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
        }
        *{
            box-sizing: border-box;
        }

        /* Header Section */
        .header-section {
            background: #0b2baa;
            padding: 15px 0;
        }

        .header-contact {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .logo img {
            height: 44px;
            width: auto;
        }

        .contact-info {
            display: flex;
            align-items: center;
            gap: 15px;
            color: white;
        }

        .contact-info .phone-icon {
            background: white;
            color: #0b2baa;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
        }
        .contact-info .phone-icon svg{
            isplay: block;
            height: 1em;
            position: relative;
            width: 1em;
        }

        .contact-details h3 {
            color: white;
            font-size: 12px;
            margin: 0;
            font-weight: 600;
        }

        .contact-details p {
            color: white;
            font-size: 14px;
            margin: 0;
            font-weight: 700;
        }

        /* Hero Section */
        .hero-section {
            padding: 80px 0;
            color: white;
            position: relative;
            background-color: #EEF1FD;
            background-image: url(https://uat.augmentumdiagnostics.com/wp-content/uploads/2023/03/NABL-Accredited-MC-4843-2.png);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 85% auto;
        }

        .hero-content h1 {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.3;
        }

        .hero-content p {
            font-size: 14px;
            margin-bottom: 30px;
            opacity: 0.9;
        }

        .hero-features {
            margin-top: 40px;
        }

        /* Feature Cards Section */
        .feature-cards-section {
            padding: 80px 0;
        }

        .feature-card {
            background: #e8f0fe;
            padding: 25px 20px;
            border-radius: 15px;
            text-align: left;
            height: 120px;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .feature-icon {
            width: 50px;
            height: 50px;
            background: #e8f0fe;
            border: 2px solid #4285f4;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .feature-icon img {
            width: 30px;
            height: 30px;
        }

        .feature-title {
            color: #1565c0;
            font-weight: 600;
            font-size: 15px;
            line-height: 1.3;
            margin: 0;
        }
        .text_content h2{
            font-family: "Poppins", Sans-serif;
            font-size: 21px;
            font-weight: 500;
            color: #0B2BAA;
        }
        .text_content p{
            font-family: "Poppins", Sans-serif;
            font-size: 14px;
            font-weight: 300;
            line-height: 20px;
            color: #757575;
        }
        .text_content .underline{
            width: 120px;
            height: 3px;
            background: #2FF1D9;
            margin: 15px 0;
            border-radius: 2px;
        }
        /* Booking Form */
        .booking-form {
            background: white;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            margin-top: -50px;
            position: relative;
            z-index: 2;
        }

        .booking-form h3 {
            color: #0b2baa;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 20px;
            text-align: center;
        }

        .form-control {
            border: 2px solid #e8f0fe;
            border-radius: 6px;
            padding: 12px;
            font-size: 12px;
            margin-bottom: 15px;
        }

        .form-control:focus {
            border-color: #0b2baa;
            box-shadow: 0 0 0 0.2rem rgba(35, 58, 149, 0.25);
        }

        .btn-primary {
            background: #0b2baa;
            border: none;
            padding: 12px 30px;
            font-size: 12px;
            font-weight: 600;
            border-radius: 6px;
            width: 100%;
        }

        .btn-primary:hover {
            background: #1d4ed8;
        }

        .form-check {
            margin: 15px 0;
        }

        .form-check-label {
            font-size: 10px;
            color: #666;
        }

        /* why choose Section */
        .why-choose-section {
            background-color: transparent;
            background-image: linear-gradient(106deg, #0E289C 0%, #1563CD 100%);
        }
        .why-choose-section h2{
            font-family: "Poppins", Sans-serif;
            font-size: 21px;
            font-weight: 500;
            line-height: 29px;
            color: #FFFFFF;
        }
        .why-choose-section p{
            font-family: "Poppins", Sans-serif;
            font-size: 14px;
            font-weight: 300;
            line-height: 20px;
            color: #EFEFEF;
        }
        .why-choose-section a{
            background-color: #0B2BAA;
            font-family: "Poppins", Sans-serif;
            border-radius: 4px;
            font-size: 16px;
            padding: 15px 30px;
            color: #FFFFFF;
            text-decoration: none;
        }

        /* Reviews Section */
        .reviews-section {
            padding: 80px 0;
            background: #f8f9fa;
        }

        .reviews-section h2 {
            font-family: "Poppins", Sans-serif;
            font-size: 21px;
            font-weight: 500;
            color: #0B2BAA;
            margin-bottom: 15px;
        }

        .reviews-section p {
            font-family: "Poppins", Sans-serif;
            font-size: 14px;
            font-weight: 300;
            color: #757575;
        }

        .review-card {
            background: white;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            height: 100%;
            transition: transform 0.3s ease;
        }

        .review-card:hover {
            transform: translateY(-5px);
        }

        .review-stars {
            color: #ffc107;
            font-size: 18px;
        }

        .review-text {
            font-family: "Poppins", Sans-serif;
            font-size: 14px;
            font-weight: 300;
            line-height: 1.6;
            color: #333;
            margin: 15px 0;
            font-style: italic;
        }

        .reviewer-name {
            font-family: "Poppins", Sans-serif;
            font-size: 13px;
            font-weight: 500;
            color: #0B2BAA;
        }

        /* Terms Section */
        .terms-section {
            padding: 80px 0;
            background: white;
        }

        .terms-section h2 {
            font-family: "Poppins", Sans-serif;
            font-size: 21px;
            font-weight: 500;
            color: #0B2BAA;
            margin-bottom: 15px;
        }

        .terms-content h4 {
            font-family: "Poppins", Sans-serif;
            font-size: 16px;
            font-weight: 600;
            color: #0B2BAA;
            margin-bottom: 15px;
        }

        .terms-content ul {
            list-style: none;
            padding-left: 0;
        }

        .terms-content li {
            font-family: "Poppins", Sans-serif;
            font-size: 14px;
            font-weight: 300;
            line-height: 1.6;
            color: #757575;
            margin-bottom: 8px;
            position: relative;
            padding-left: 20px;
        }

        .terms-content li:before {
            content: "•";
            color: #2FF1D9;
            font-size: 16px;
            position: absolute;
            left: 0;
            top: 0;
        }

        .term-block {
            background: #f8f9fa;
            padding: 25px;
            border-radius: 10px;
            border-left: 4px solid #2FF1D9;
        }

        .contact-info h4 {
            font-family: "Poppins", Sans-serif;
            font-size: 18px;
            font-weight: 600;
            color: #0B2BAA;
            margin-bottom: 15px;
        }

        .contact-info p {
            font-family: "Poppins", Sans-serif;
            font-size: 14px;
            font-weight: 300;
            line-height: 1.6;
            color: #757575;
        }
        /* Footer */
        .footer-section {
            background: #0b2baa;
            color: white;
            padding: 40px 0 20px;
        }

        .footer-content h5 {
            color: white;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .footer-content p, .footer-content a {
            color: rgba(255,255,255,0.8);
            font-size: 10px;
            text-decoration: none;
            line-height: 1.6;
        }

        .footer-content a:hover {
            color: white;
        }

        .social-links {
            margin-top: 20px;
        }

        .social-links a {
            color: white;
            font-size: 18px;
            margin-right: 15px;
        }

        .footer-bottom {
            border-top: 1px solid rgba(255,255,255,0.1);
            margin-top: 30px;
            padding-top: 20px;
            text-align: center;
        }

        .footer-bottom p {
            margin: 0;
            font-size: 12px;
            color: rgba(255,255,255,0.6);
        }

        @media (max-width: 992px) {
            .hero-section{
                background-image: none;
            }
        }
        @media (max-width: 768px) {
           

            .booking-form {
                margin: 20px 15px;
            }

            .header-contact {
                flex-direction: column;
                gap: 15px;
            }

            .contact-details h3 {
                font-size: 12px;
            }

            .contact-details p {
                font-size: 14px;
            }
        }