*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
background:#f7fbff;
color:#222;
}

.header{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 8%;
background:#fff;
box-shadow:0 5px 15px rgba(0,0,0,.08);
position:sticky;
top:0;
}

.logo{
font-size:28px;
font-weight:700;
color:#0A5CD8;
}

nav a{
margin-left:25px;
text-decoration:none;
font-weight:600;
color:#333;
}

.hero{
display:flex;
justify-content:space-between;
align-items:center;
padding:80px 8%;
background:linear-gradient(135deg,#eaf5ff,#ffffff);
}

.hero-text{
max-width:600px;
}

.hero-text h1{
font-size:52px;
color:#0A5CD8;
margin-bottom:20px;
}

.hero-text p{
font-size:18px;
line-height:1.8;
margin-bottom:30px;
}

.btn{
display:inline-block;
padding:15px 28px;
border-radius:50px;
text-decoration:none;
color:#fff;
margin-right:15px;
font-weight:600;
}

.call{
background:#0A5CD8;
}

.whatsapp{
background:#25D366;
}

.hero-image img{
width:450px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.stats{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
padding:60px 8%;
}

.card{
background:#fff;
padding:30px;
border-radius:18px;
text-align:center;
box-shadow:0 10px 25px rgba(0,0,0,.08);
transition:.3s;
}

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

.card h2{
color:#0A5CD8;
margin-bottom:10px;
}

.floating-whatsapp{
position:fixed;
right:20px;
bottom:20px;
background:#25D366;
color:#fff;
width:60px;
height:60px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
text-decoration:none;
font-size:28px;
box-shadow:0 8px 20px rgba(0,0,0,.25);
}
.about{
display:flex;
align-items:center;
justify-content:space-between;
gap:50px;
padding:80px 8%;
background:#fff;
}

.about-image img{
width:450px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.about-content{
max-width:600px;
}

.about-content h2{
font-size:40px;
color:#0A5CD8;
margin-bottom:20px;
}

.about-content p{
line-height:1.8;
margin-bottom:20px;
}

.about-content ul{
list-style:none;
}

.about-content li{
margin-bottom:12px;
font-weight:500;
}

.section-title{
text-align:center;
font-size:40px;
color:#0A5CD8;
margin-bottom:50px;
}

.why,
.services{
padding:80px 8%;
background:#f7fbff;
}

.why-grid,
.service-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.why-card,
.service-card{
background:#fff;
padding:30px;
border-radius:20px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
transition:0.3s;
}

.why-card:hover,
.service-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.why-card h3,
.service-card h3{
color:#0A5CD8;
margin-bottom:15px;
}
.packages,
.pricing,
.appointment{
padding:80px 8%;
background:#eef8ff;
}

.package-grid,
.price-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:25px;
}

.package-card,
.price-card{
background:#fff;
padding:30px;
border-radius:20px;
text-align:center;
box-shadow:0 10px 25px rgba(0,0,0,.08);
position:relative;
transition:.3s;
}

.package-card:hover,
.price-card:hover{
transform:translateY(-8px);
}

.badge{
position:absolute;
top:15px;
right:15px;
background:#ff3b30;
color:#fff;
padding:6px 12px;
border-radius:20px;
font-size:12px;
font-weight:bold;
}

#searchBox{
width:100%;
padding:15px;
font-size:17px;
border-radius:10px;
border:2px solid #ddd;
margin-bottom:30px;
}

.appointment-form{
max-width:700px;
margin:auto;
display:grid;
gap:20px;
}

.appointment-form input,
.appointment-form select,
.appointment-form textarea{
padding:15px;
border:1px solid #ccc;
border-radius:10px;
font-size:16px;
}

.appointment-form button{
background:#0A5CD8;
color:#fff;
padding:16px;
border:none;
border-radius:10px;
font-size:18px;
cursor:pointer;
}
.reviews,
.gallery,
.faq,
.contact{
padding:80px 8%;
background:#fff;
}

.review-grid,
.gallery-grid,
.contact-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:25px;
}

.review-card,
.faq-box{
background:#f7fbff;
padding:30px;
border-radius:18px;
box-shadow:0 8px 20px rgba(0,0,0,.08);
transition:.3s;
}

.review-card:hover,
.faq-box:hover{
transform:translateY(-8px);
}

.gallery-grid img{
width:100%;
height:250px;
object-fit:cover;
border-radius:20px;
transition:.4s;
}

.gallery-grid img:hover{
transform:scale(1.05);
}

.faq-box{
margin-bottom:20px;
}

footer{
background:#003366;
color:white;
text-align:center;
padding:50px 20px;
}

footer h2{
margin-bottom:20px;
}
/* =========================================================
   OUR LAB PROFESSIONAL
========================================================= */

.lab-professional {
    padding: 80px 20px;
    background: #f8fbff;
}

.lab-professional-container {
    max-width: 1200px;
    margin: 0 auto;

    display: flex;
    align-items: center;

    background: #ffffff;

    border-radius: 18px;

    overflow: hidden;

    box-shadow:
        0 8px 30px rgba(0, 0, 0, 0.08);
}


/* =========================================================
   LEFT DETAILS
========================================================= */

.lab-professional-content {
    flex: 1 1 60%;
    padding: 45px;
}

.section-subtitle {
    color: #1565c0;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 8px;
}

.section-title {
    font-size: 32px;
    font-weight: 700;

    color: #0d1b2a;

    margin: 0 0 12px;
}

.section-description {
    color: #555;

    font-size: 15px;

    line-height: 1.7;

    margin-bottom: 25px;
}


/* =========================================================
   EXPERT INFORMATION
========================================================= */

.expert-name {
    font-size: 30px;

    color: #1565c0;

    margin: 0 0 5px;
}

.expert-qualification {
    font-size: 17px;

    font-weight: 600;

    color: #222;

    margin: 0 0 5px;
}

.expert-role {
    font-size: 16px;

    font-weight: 600;

    color: #1565c0;

    margin: 0 0 5px;
}

.expert-place {
    color: #555;

    font-size: 14px;

    margin: 0;
}


/* =========================================================
   EXPERIENCE
========================================================= */

.experience-box {
    display: flex;

    align-items: center;

    gap: 15px;

    margin-top: 25px;

    padding: 15px;

    background: #e3f2fd;

    border-radius: 10px;
}

.exp-icon {
    font-size: 30px;
}

.exp-content h4 {
    margin: 0;

    color: #1565c0;

    font-size: 18px;
}

.exp-content p {
    margin: 4px 0 0;

    color: #555;

    font-size: 14px;
}


/* =========================================================
   QUOTE
========================================================= */

.quote-box {
    display: flex;

    align-items: flex-start;

    gap: 12px;

    margin-top: 25px;

    padding: 18px;

    background: #f0f7ff;

    border-left: 4px solid #1565c0;

    border-radius: 8px;
}

.quote-icon {
    font-size: 35px;

    color: #1565c0;

    line-height: 1;
}

.quote-box p {
    margin: 0;

    color: #444;

    font-size: 15px;

    line-height: 1.6;

    font-style: italic;
}


/* =========================================================
   FEATURES
========================================================= */

.expert-features {
    display: flex;

    flex-wrap: wrap;

    gap: 15px;

    margin-top: 25px;
}

.feature-item {
    flex: 1 1 120px;

    display: flex;

    align-items: center;

    gap: 8px;

    padding: 10px 5px;
}

.feature-icon {
    font-size: 24px;
}

.feature-item span {
    color: #333;

    font-size: 13px;

    font-weight: 600;

    line-height: 1.4;
}


/* =========================================================
   RIGHT SIDE PHOTO
========================================================= */

.lab-professional-image {
    flex: 1 1 40%;

    height: 100%;

    min-height: 500px;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;
}

.profile-img {
    width: 100%;

    height: 100%;

    min-height: 500px;

    object-fit: cover;

    display: block;

    transition: 0.3s ease;
}

.profile-img:hover {
    transform: scale(1.02);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 992px) {

    .lab-professional-container {
        flex-direction: column-reverse;
    }

    .lab-professional-content {
        width: 100%;

        box-sizing: border-box;

        padding: 35px 25px;
    }

    .lab-professional-image {
        width: 100%;

        min-height: auto;
    }

    .profile-img {
        min-height: 450px;

        max-height: 600px;
    }

}


@media (max-width: 600px) {

    .lab-professional {
        padding: 50px 15px;
    }

    .lab-professional-content {
        padding: 30px 20px;
    }

    .section-title {
        font-size: 27px;
    }

    .expert-name {
        font-size: 26px;
    }

    .expert-features {
        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 10px;
    }

    .feature-item {
        padding: 8px 2px;
    }

    .profile-img {
        min-height: 400px;
    }

}
/* =========================================================
   ARK DIAGNOSTIC CENTRE
   MOBILE RESPONSIVE DESIGN
========================================================= */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}


/* ================= HEADER ================= */

@media (max-width: 768px) {

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

    .logo {
        font-size: 20px;
        text-align: center;
    }

    .header nav {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .header nav a {
        font-size: 13px;
        padding: 7px 9px;
    }


    /* ================= HERO ================= */

    .hero {
        flex-direction: column;
        text-align: center;
        padding: 40px 18px;
        gap: 30px;
    }

    .hero-text {
        width: 100%;
    }

    .hero-text h1 {
        font-size: 32px;
        line-height: 1.25;
    }

    .hero-text p {
        font-size: 15px;
        line-height: 1.7;
    }

    .hero-image {
        width: 100%;
    }

    .hero-image img {
        width: 100%;
        max-height: 420px;
        object-fit: cover;
        border-radius: 18px;
    }


    /* ================= BUTTONS ================= */

    .buttons {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .buttons .btn {
        width: 100%;
        text-align: center;
        display: block;
    }


    /* ================= STATS ================= */

    .stats {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 25px 15px;
    }

    .stats .card {
        padding: 20px 10px;
        text-align: center;
    }

    .stats .card h2 {
        font-size: 25px;
    }

    .stats .card p {
        font-size: 13px;
    }


    /* ================= GENERAL SECTIONS ================= */

    .about,
    .why,
    .services,
    .packages,
    .pricing,
    .appointment,
    .reviews,
    .gallery,
    .faq {
        padding: 45px 15px;
    }

    .section-title {
        font-size: 25px;
        line-height: 1.3;
        text-align: center;
    }


    /* ================= ABOUT ================= */

    .about {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .about-image,
    .about-content {
        width: 100%;
    }

    .about-image img {
        width: 100%;
        border-radius: 18px;
    }

    .about-content h2 {
        font-size: 25px;
    }

    .about-content p,
    .about-content li {
        font-size: 14px;
        line-height: 1.7;
    }


    /* ================= WHY ================= */

    .why-grid {
        grid-template-columns: 1fr !important;
        gap: 15px;
    }

    .why-card {
        padding: 20px;
    }


    /* ================= SERVICES ================= */

    .service-grid {
        grid-template-columns: 1fr !important;
        gap: 15px;
    }

    .service-card {
        padding: 20px;
    }


    /* ================= PACKAGES ================= */

    .package-grid {
        grid-template-columns: 1fr !important;
        gap: 18px;
    }

    .package-card {
        width: 100%;
        padding: 25px 20px;
    }


    /* ================= TEST PRICES ================= */

    .pricing {
        padding-left: 12px;
        padding-right: 12px;
    }

    #searchBox {
        width: 100%;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .price-grid {
        grid-template-columns: 1fr !important;
        gap: 14px;
    }

    .price-card {
        width: 100%;
        padding: 18px;
    }


    /* ================= MULTIPLE TESTS ================= */

    .multi-test-box {
        width: 100%;
        padding: 15px;
    }

    .test-checkbox-grid {
        grid-template-columns: 1fr !important;
        max-height: 400px;
    }

    .test-check label {
        font-size: 14px;
        padding: 13px;
    }


    /* ================= APPOINTMENT ================= */

    .appointment-form {
        width: 100%;
    }

    .appointment-form input,
    .appointment-form select,
    .appointment-form textarea {
        width: 100%;
        min-height: 48px;
        font-size: 16px;
    }

    #appointmentDate {
        width: 100%;
        min-height: 50px;
        font-size: 16px;
        display: block;
    }

    .appointment-form button {
        width: 100%;
        margin-top: 10px;
    }


    /* ================= PATIENT REPORT ================= */

    .patient-report-card {
        flex-direction: column;
        text-align: center;
        padding: 25px 18px;
    }

    .report-content h2 {
        font-size: 23px;
    }

    .report-content p {
        font-size: 14px;
    }

    .report-button {
        width: 100%;
        text-align: center;
    }


    /* ================= REVIEWS ================= */

    .review-grid {
        grid-template-columns: 1fr !important;
        gap: 15px;
    }

    .review-card {
        padding: 20px;
    }


    /* ================= GALLERY ================= */

    .gallery-grid {
        grid-template-columns: 1fr !important;
        gap: 12px;
    }

    .gallery-grid img {
        width: 100%;
        height: auto;
        border-radius: 15px;
    }


    /* ================= PATIENT REVIEW ================= */

    .give-review-card {
        width: 100%;
        padding: 25px 18px;
    }

    .give-review-card input,
    .give-review-card textarea {
        width: 100%;
        font-size: 16px;
    }

    .star-rating {
        gap: 3px;
    }

    .star-rating button {
        font-size: 36px;
    }

    .submit-review-btn {
        width: 100%;
    }


    /* ================= PROFILE ================= */

    .profile-section {
        flex-direction: column !important;
        text-align: center;
        padding: 45px 15px;
    }

    .profile-content,
    .profile-image {
        width: 100% !important;
    }

    .profile-image img {
        width: 100%;
        max-width: 400px;
        height: auto;
        margin: auto;
    }


    /* ================= FLOATING WHATSAPP ================= */

    .floating-whatsapp {
        width: 55px !important;
        height: 55px !important;
        right: 15px !important;
        bottom: 15px !important;
        font-size: 26px !important;
    }

}


/* ================= SMALL PHONES ================= */

@media (max-width: 480px) {

    .hero-text h1 {
        font-size: 27px;
    }

    .hero-text p {
        font-size: 14px;
    }

    .stats {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .stats .card {
        padding: 15px 5px;
    }

    .section-title {
        font-size: 22px;
    }

    .package-card h2 {
        font-size: 26px;
    }

    .price-card h3 {
        font-size: 18px;
    }

    .price-card p {
        font-size: 13px;
    }

    .star-rating button {
        font-size: 32px;
    }

}
