﻿ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root{
    --primary:#0B3C5D;
    --secondary:#145374;
    --accent:#1E88E5;
    --gold:#D4AF37;
    --light:#F7F9FC;
    --white:#ffffff;
    --text:#1F2937;
    --muted:#64748B;
    --shadow:0 10px 35px rgba(0,0,0,.08);
}

body{
    font-family:'Poppins',sans-serif;
    background:var(--light);
    color:var(--text);
    line-height:1.7;
}

/* Hero Section */

.hero-medical{
    background:
    radial-gradient(circle at top right,
    rgba(255,255,255,.12),
    transparent 35%),
    linear-gradient(135deg,#0B3C5D,#145374);
}

.hero-inner{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:0 20px;
}

.hero-medical h1{
    font-size:clamp(2.2rem,5vw,4.5rem);
    font-weight:800;
    color:#fff;
    margin-bottom:20px;
    line-height:1.15;
}

.hero-medical p{
    max-width:800px;
    margin:0 auto;
    color:#e2e8f0;
    font-size:clamp(1rem,2vw,1.4rem);
}
.hero-badges{
    margin-top:30px;
}

.hero-badges span{
    display:inline-block;
    padding:12px 22px;
    margin:6px;
    border-radius:50px;
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(10px);
    font-size:14px;
    font-weight:500;
}


.hero-tag{
    display:inline-block;
    background:rgba(255,255,255,.15);
    color:#fff;
    padding:10px 20px;
    border-radius:50px;
    margin-bottom:20px;
    font-size:14px;
    backdrop-filter:blur(10px);
}

.hero-btn{
    display:inline-block;
    margin-top:25px;
    background:#fff;
    color:#0B3C5D;
    padding:14px 30px;
    border-radius:50px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.hero-btn:hover{
    transform:translateY(-2px);
    text-decoration:none;
    color:#0B3C5D;
}







@media(max-width:768px){

.hero-medical{
    min-height:55vh;
    padding:40px 15px;
}

.hero-medical h1{
    font-size:32px;
    line-height:1.2;
}

.hero-medical p{
    font-size:16px;
    line-height:1.7;
}

.trust-box{
    padding:20px;
}

.content-wrapper{
    padding:15px;
}

}


/* Statistics */

.directory-stats{
    display:flex;
    justify-content:space-between;
    gap:20px;
    margin-bottom:35px;
}

.stat-card{
    flex:1;
    background:#fff;
    border-radius:20px;
    padding:25px;
    text-align:center;
    box-shadow:var(--shadow);
}

.stat-card h3{
    color:var(--primary);
    font-size:34px;
    font-weight:700;
    margin:0;
}

.stat-card p{
    margin:0;
    color:var(--muted);
}

/* Trust Section */

.trust-box{
    background:#fff;
    border-radius:20px;
    padding:30px;
    box-shadow:var(--shadow);
    margin-bottom:35px;
}

.trust-box h2{
    color:var(--primary);
    margin-bottom:20px;
}

.trust-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.trust-item{
    padding:15px;
    border-radius:12px;
    background:#f8fbff;
    border-left:4px solid var(--accent);
    font-weight:500;
}

/* Directory Content */

.content-wrapper{
    background:#fff;
    border-radius:20px;
    padding:30px;
    box-shadow:var(--shadow);
    margin-bottom:35px;
}


/* Sidebar */

.premium-sidebar{
    background:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:var(--shadow);
}

.premium-sidebar h4{
    color:var(--primary);
    margin-bottom:20px;
}

/* Footer */

.premium-footer{
    background:#0f172a;
    color:#fff;
    margin-top:60px;
    padding:60px 20px;
    text-align:center;
}

.premium-footer h3{
    font-weight:700;
    margin-bottom:15px;
}

.footer-divider{
    width:80px;
    height:3px;
    background:var(--gold);
    margin:20px auto;
}

.premium-footer p{
    color:#cbd5e1;
}

.premium-footer small{
    color:#94a3b8;
}
/********************************
HEALTHCARE DIRECTORY NAVIGATION
********************************/

.directory-navigation{
    background:#fff;
    border-radius:24px;
    padding:35px;
    margin-bottom:35px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.directory-navigation h2{
    text-align:center;
    margin-bottom:30px;
    color:#0B3C5D;
    font-weight:700;
}

.directory-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.directory-card{
    text-decoration:none;
    color:inherit;
    border-radius:20px;
    padding:30px 20px;
    text-align:center;
    transition:.35s;
    color:#fff;
}

.directory-card:hover{
    transform:translateY(-8px);
    text-decoration:none;
    color:#fff;
}

.directory-icon{
    font-size:42px;
    margin-bottom:15px;
}

.directory-card h3{
    color:#fff;
    margin-bottom:10px;
    font-size:22px;
    font-weight:700;
}

.directory-card p{
    color:rgba(255,255,255,.9);
    margin:0;
    font-size:14px;
    line-height:1.7;
}

/* Doctors */

.doctors-card{
    background:#0B3C5D;
}

/* Labs */

.labs-card{
    background:#0F766E;
}

/* Pharmacy */

.pharmacy-card-nav{
    background:#1E3A8A;
}

/* Hospitals */

.hospital-card-nav{
    background:#1F2937;
}

/* Hover Glow */

.doctors-card:hover{
    box-shadow:0 20px 45px rgba(11,60,93,.25);
}

.labs-card:hover{
    box-shadow:0 20px 45px rgba(15,118,110,.25);
}

.pharmacy-card-nav:hover{
    box-shadow:0 20px 45px rgba(30,58,138,.25);
}

.hospital-card-nav:hover{
    box-shadow:0 20px 45px rgba(31,41,55,.25);
}

/* Mobile */

@media(max-width:768px){

.directory-grid{
    grid-template-columns:1fr;
}

.directory-card{
    padding:25px;
}

}
