 :root {
            --navy: #002d62;
            --teal: #008a8e;
            --yellow: #ffca28;
            --light-blue: #f0f7ff;
            --dark-blue: #001529;
            --text-grey: #64748b;
            --border-grey: #f1f5f9;
            --accent-gradient: linear-gradient(135deg, #00a8ad 0%, #002d62 100%);
        }

        * { box-sizing: border-box; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
        body { font-family: 'Plus Jakarta Sans', sans-serif; margin: 0; background: #fff; color: #1e293b; line-height: 1.5; overflow-x: hidden; position: relative; }

        .container-fluid { width: 92%; max-width: 1600px; margin: 0 auto; }

        /* --- 1. Top Bar --- */
       /* TOPBAR */
.container-fluid {
    width: 100%;
    max-width: 1440px; /* normal screens */
    margin: auto;
    padding: 0 24px;
}

@media (min-width: 1600px) {
    .container-fluid {
        max-width: 1680px;
    }
}

@media (min-width: 1920px) {
    .container-fluid {
        max-width: 1800px;
    }
}
.topbar{
background:#f4f7fb;
border-bottom:1px solid #e5edf6;
font-size:14px;
color:#4a5d73;
}

.topbar-inner{
display:flex;
justify-content:space-between;
align-items:center;
padding:8px 16px;
}

/* LEFT */

.topbar-left{
display:flex;
align-items:center;
gap:12px;
flex-wrap:wrap;
}

/* RIGHT */

.topbar-right{
display:flex;
align-items:center;
gap:12px;
}

/* CONTACT */

.top-contact{
color:#334155;
}

/* EMERGENCY */

.emergency{

color:#c0392b;
padding:4px 10px;
border-radius:6px;
font-weight:600;
}

/* DIVIDER */

.divider{
color:#cbd5e1;
}

/* FLAG */

.flag{
width:18px;
height:12px;
margin-right:6px;
border-radius:2px;
}

/* LANGUAGE */

.language{
display:flex;
align-items:center;
font-weight:500;
color:#334155;
}

        /* --- 2. Navigation --- */
        nav { padding: 20px 0; background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(10px); position: sticky; top: 0; z-index: 1000; }
        .nav-content { display: flex; justify-content: space-between; align-items: center; }
        .logo { font-size: 24px; font-weight: 800; color: var(--navy); text-decoration: none; }
        .logo span { color: var(--teal); }
        .nav-links { display: flex; gap: 30px; align-items: center; }
        .nav-links a { text-decoration: none; color: var(--navy); font-weight: 600; font-size: 13px; }
        
        .btn-cta-nav {
            background: #002d62; color: #ffff; padding: 12px 24px; border-radius: 12px;
            text-decoration: none; font-weight: 700; font-size: 14px;
            box-shadow: 0 4px 15px rgba(0, 168, 173, 0.2);
        }
.btn-cta-nav {
          color: #ffff!important; 
        }

        /* --- 3. Hero Section --- */
        .hero {
            padding: 0px 0;
            background: linear-gradient(135deg, #002d62 0%, #004a8d 50%, #008a8e 100%);
            color: white; position: relative; overflow: hidden;
             align-items: center;
        }

        .hero-pulse {
            position: absolute; bottom: 20%; left: 0; width: 200%; height: 60px;
            background: linear-gradient(90deg, transparent, rgba(255,202,40,0.3), transparent);
            clip-path: polygon(0% 50%, 10% 50%, 12% 20%, 14% 80%, 16% 50%, 25% 50%, 27% 10%, 29% 90%, 31% 50%, 100% 50%);
            animation: pulse-move 10s linear infinite;
        }
        @keyframes pulse-move { 0% { transform: translateX(-50%); } 100% { transform: translateX(0%); } }

        .hero-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; gap: 50px; }
        .hero-text { flex: 1.2; z-index: 10; }
        .hero-text h1 { font-size: 60px; font-weight: 800; line-height: 1.1; margin-bottom: 20px; letter-spacing: -2px; }
        .hero-text h1 b { color: var(--yellow); }
        .hero-text p { font-size: 20px; opacity: 0.9; margin-bottom: 35px; max-width: 600px; }

        .btn-hero-y { 
            background: var(--yellow); color: #000; padding: 18px 40px; 
            border-radius: 50px; text-decoration: none; font-weight: 800; font-size: 17px;
            box-shadow: 0 10px 25px rgba(255,202,40,0.3);
        }

        .hero-dr-card {
            flex: 0.8; max-width: 380px; background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.2);
            border-radius: 35px; padding: 35px; text-align: center;
            animation: floating 5s ease-in-out infinite; z-index: 10;
        }
        @keyframes floating { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }
        .hero-dr-card img { width: 140px; height: 140px; border-radius: 50%; border: 4px solid var(--teal); margin-bottom: 15px; object-fit: cover; }

        /* --- 4. Content Sections --- */
        .section { padding: 90px 0; text-align: center; }
        .sub-tag { color: var(--teal); font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 15px; display: block; }
        h2.sec-title { font-size: 38px; color: var(--navy); font-weight: 800; margin-bottom: 60px; }
        
        /* How It Works Grid */
        .how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: center; margin-top: 50px; }
        .how-box { background: white; padding: 40px 20px; border-radius: 24px; border: 1px solid var(--border-grey); }
        .step-tag { width: 36px; height: 36px; background: var(--yellow); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-weight: 800; color: var(--navy); margin: 0 auto 20px; }
        .how-box p.how-p { font-size: 14px; color: var(--text-grey); }

        /* Flow Arrow Icon */
        .flow-arrow { width: 40px; color: var(--teal); opacity: 0.3; animation: arrow-bounce 2s infinite; display: none; }
        @media (min-width: 800px) { .flow-arrow { display: block; } }
        @keyframes arrow-bounce { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(10px); } }

        /* Surgery Grid */
        .surgery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 50px; }
        .s-card { background: #fff; padding: 40px 20px; border-radius: 28px; border: 1px solid var(--border-grey); display: flex; flex-direction: column; align-items: center; text-align: center; }
        .s-card:hover { transform: translateY(-10px); border-color: var(--teal); box-shadow: 0 20px 40px rgba(0,0,0,0.05); }
        .s-icon-circle { width: 70px; height: 70px; background: var(--light-blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28px; margin-bottom: 20px; color: var(--navy); }
        .s-card h3 { font-size: 18px; color: var(--navy); margin-bottom: 5px; font-weight: 700; }
        .s-subtitle { font-size: 13px; color: var(--text-grey); margin-bottom: 15px; font-weight: 500; }
        .price { font-size: 30px; font-weight: 800; color: var(--teal); margin-top: auto; }

        /* Advanced Hover Button */
        .btn-interact {
            display: inline-flex; align-items: center; gap: 12px; margin-top: 50px;
            background: white; color: var(--navy); padding: 16px 45px;
            border-radius: 50px; text-decoration: none; font-weight: 800;
            border: 2.5px solid var(--navy); position: relative; overflow: hidden; z-index: 1;
        }
        .btn-interact:hover { color: white; }
        .btn-interact::before { content: ''; position: absolute; left: 0; top: 0; width: 0%; height: 100%; background: var(--navy); z-index: -1; transition: 0.4s; }
        .btn-interact:hover::before { width: 100%; }

        /* --- 5. Provider Section (New as 3rd Content Sec) --- */
        .providers-section { padding: 90px 0; text-align: left; }
        .p-flex { display: flex; align-items: center; gap: 60px; }
        .p-content { flex: 1.1; max-width: 600px; }
        .p-content span.sub-tag { text-align: left; margin-bottom: 10px; }
        .p-content h2.sec-title { text-align: left; margin-bottom: 25px; font-size: 42px; line-height: 1.2; }
        .p-content p.desc { font-size: 16px; color: var(--text-grey); margin-bottom: 35px; line-height: 1.7; }
        .p-content .btn-learn { 
            display: inline-flex; align-items: center; gap: 10px;
            padding: 14px 28px; border-radius: 50px; border: 2px solid #ccc;
            text-decoration: none; color: #444; font-weight: bold; font-size: 14px;
        }
        
        .p-logos { flex: 1.5; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px 30px; }
        .p-logos img { max-width: 100%; height: auto; max-height: 45px; display: block; margin: auto; }

        /* --- 6. Footer --- */
        footer { background: var(--dark-blue); color: #94a3b8; padding: 80px 0 40px; font-size: 14px; }
        .f-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
        .f-col h4 { color: white; margin-bottom: 20px; font-weight: 700; }
        .f-col a { display: block; color: #94a3b8; text-decoration: none; margin-bottom: 10px; }
        .f-col a:hover { color: var(--yellow); }
        .f-bottom { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 40px; padding-top: 30px; display: flex; justify-content: space-between; }

        /* --- 7. Sticky Contact Tab --- */
        .sticky-contact {
            position: fixed; bottom: 30px; right: 30px;
            background-color: #4b5563; color: white;
            padding: 14px 24px; border-radius: 50px;
            display: flex; align-items: center; gap: 10px;
            font-weight: bold; font-size: 14px; cursor: pointer;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2); z-index: 2000;
        }

        /* Responsive Breakpoints */
        @media (max-width: 1024px) {
            .hero-flex, .p-flex { flex-direction: column; text-align: center; }
            .hero-text, .p-content { flex: auto; max-width: 100%; margin-bottom: 40px; text-align: center; }
            .p-content h2.sec-title { text-align: center; }
            .p-content span.sub-tag { margin: 0 auto; text-align: center; }
            .hero-text h1 { font-size: 48px; }
            .how-grid, .surgery-grid, .p-logos { grid-template-columns: repeat(2, 1fr); gap: 30px; }
            .flow-arrow { display: none; }
        }
        @media (max-width: 768px) {
            .how-grid, .surgery-grid, .p-logos { grid-template-columns: 1fr; }
        }

/* --- Overlapping CTA Section --- */

/* ===== Luxury Medical CTA ===== */

.cta-luxury-medical {
    position: relative;
    margin-top: 10px;
    margin-bottom: 40px;
    z-index: 20;
}

.cta-luxury-box {
    display: flex;
    align-items: stretch;
    border-radius: 32px;
    overflow: hidden;
    background: linear-gradient(135deg, #0f1c2e 0%, #16283f 100%);
    box-shadow: 
        0 40px 80px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255,255,255,0.05) inset;
    position: relative;
}

/* Subtle luxury glow */
.cta-luxury-box::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(212,175,55,0.15), transparent 70%);
    top: -120px;
    right: -120px;
}

.stat-card-grid{
  
      display: flex;
    margin-top: 24px;
    padding: 10px 24px;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;

}
.stat-card {
    width: 269px;
    position: relative;
    background: white;
    padding: 14px 14px;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
    text-align: center;
}

.stat-card h3 {
    font-size: 24px;
    color: #2a72db;
    margin-bottom: 4px;
    margin: 0;
}
.cta-luxury-left {
    flex: 1;
    padding: 90px 80px;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.cta-tag {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d4af37;
    margin-bottom: 20px;
}

.cta-luxury-left h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 28px;
}

.cta-luxury-left p {
    font-size: 18px;
    opacity: 0.85;
    max-width: 520px;
    margin-bottom: 40px;
    line-height: 1.7;
}

/* Luxury Button */
.cta-luxury-btn {
    display: inline-block;
    padding: 15px 38px;
    border-radius: 50px;
    background: linear-gradient(135deg, #d4af37, #c9a227);
    color: #0f1c2e;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(212,175,55,0.4);
}

.cta-luxury-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(212,175,55,0.6);
}

.cta-luxury-right {
    flex: 1;
}

.cta-luxury-right {
    flex: 1;
    position: relative;
    min-height: 450px; /* Important */
}

.cta-luxury-right img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Footer spacing adjustment */
footer {
    padding-top: 200px;
}

/* Responsive */
@media (max-width: 1024px) {
    .cta-luxury-box {
        flex-direction: column;
    }

    .cta-luxury-left {
        padding: 60px 40px;
        text-align: center;
    }

    .cta-luxury-left h2 {
        font-size: 36px;
    }

    .cta-luxury-right img {
        height: 300px;
    }

    footer {
        padding-top: 260px;
    }
}

/* EMPLOYER BENEFITS SECTION */

.employer-benefits{
padding:100px 0;
background:#ffffff;
text-align:center;
}

/* TAG */

.benefit-tag{
font-size:12px;
letter-spacing:2px;
text-transform:uppercase;
color:#008a8e;
font-weight:700;
display:block;
margin-bottom:10px;
}

/* TITLE */

.benefit-title {
    font-size: 37px;
    font-weight: 800;
    color: #002d62;
    line-height: 50px;
    margin-bottom: 0px;
    padding-left: 40px;
 
}

/* GRID */

.benefit-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

/* CARD */

.benefit-card{
background:white;
padding:40px;
border-radius:22px;
border:1px solid #eef2f6;
transition:all .35s ease;
}

/* ICON */

.benefit-icon{
margin-bottom:18px;
}

/* TITLE */

.benefit-card h3{
font-size:20px;
color:#002d62;
margin-bottom:10px;
font-weight:700;
}

/* TEXT */

.benefit-card p{
color:#64748b;
font-size:15px;
line-height:1.6;
}

/* HOVER */

.benefit-card:hover{
transform:translateY(-10px);
box-shadow:0 25px 60px rgba(0,0,0,0.08);
}

/* RESPONSIVE */

@media (max-width:900px){

.benefit-grid{
grid-template-columns:1fr;
}

}


.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}




/* PREMIUM EMPLOYER SECTION */

.employer-premium{
padding:120px 0;
background:#f6f9fc;
overflow:hidden;
}

/* GRID */

.premium-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:80px;
align-items:center;
}

/* LEFT VISUAL */

.premium-visual{
position:relative;
}

/* MAIN IMAGE */

.main-img img{
width:100%;
border-radius:26px;
box-shadow:0 30px 70px rgba(0,0,0,0.15);
}

/* SECONDARY IMAGE */

.secondary-img{
position:absolute;
bottom:-40px;
left:-40px;
width:220px;
}

.secondary-img img{
width:100%;
border-radius:18px;
box-shadow:0 20px 50px rgba(0,0,0,0.2);
}

/* FLOATING STAT CARD */

.floating-card{
position:absolute;
top:-30px;
right:-30px;
background:white;
padding:22px 26px;
border-radius:14px;
box-shadow:0 20px 60px rgba(0,0,0,0.15);
text-align:center;
}

.floating-card h3{
font-size:28px;
color:#008a8e;
margin-bottom:5px;
}

.floating-card p{
font-size:13px;
color:#64748b;
}

/* CONTENT */

.premium-tag{
font-size:12px;
letter-spacing:2px;
text-transform:uppercase;
color:#008a8e;
font-weight:700;
display:block;
margin-bottom:10px;
}

.premium-content h2{
font-size:42px;
font-weight:800;
color:#002d62;
margin-bottom:20px;
line-height:1.2;
}

.premium-content p{
font-size:17px;
color:#64748b;
margin-bottom:30px;
max-width:500px;
}

/* BUTTON */

.premium-btn{
display:inline-block;
padding:14px 34px;
border-radius:40px;
background:#002d62;
color:white;
text-decoration:none;
font-weight:600;
transition:.3s;
}

.premium-btn:hover{
background:#008a8e;
transform:translateY(-3px);
box-shadow:0 12px 30px rgba(0,0,0,0.15);
}

/* RESPONSIVE */

@media(max-width:900px){

.premium-grid{
grid-template-columns:1fr;
}

.secondary-img{
display:none;
}

.floating-card{
position:relative;
top:auto;
right:auto;
margin-top:20px;
}

}

/* HERO SECTION */



/* HERO SECTION */

.hero-premium{
padding:70px 0;
background:linear-gradient(135deg,#eef5fb,#e4edf7,#f4f8fc);
position:relative;
overflow:hidden;
}

/* GRID */

.hero-grid{
    display: grid;
    grid-template-columns: 1.5fr .75fr;
    gap: 60px;
    align-items: center;
}

/* HERO CONTENT */

.hero-content{
max-width:750px;
padding-left:40px; /* requested spacing */
}

/* TAG */

.hero-tag-angled {
    display: inline-block;
    background: #0b2a55;
    color: #fff;
    padding: 8px 20px 8px 16px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    clip-path: polygon(0% 0%, /* top left */ 97% 6%, /* top right before cut */ 100% 50%, /* angled tip */ 97% 93%, /* bottom right before cut */ 0% 100% /* bottom left */);
}

/* HEADLINE */

.hero-content h1{
font-size: 39px;
    line-height: 49px;
    font-weight: 700;
    color: #002d62;
    margin-bottom: 8px;
    margin-top: 10px;
}

.hero-content h1 span{
color:#2a72db;
}

/* PARAGRAPH */

.hero-content p{
font-size: 22px;
    font-weight: 500;
    color: #273241;
    margin-bottom: 26px;
    max-width: 635px;
}

/* BUTTONS */

.hero-buttons{
display:flex;
gap:14px;
flex-wrap:wrap;
}

.btn-primary{
background:#002d62;
color:white;
padding:12px 26px; /* smaller button */
border-radius:40px;
text-decoration:none;
font-weight:600;
font-size:14px;
transition:.3s;
}

.btn-primary:hover{
background:#008a8e;
transform:translateY(-2px);
box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.btn-outline{
border:2px solid #002d62;
color:#002d62;
padding:10px 22px;
border-radius:40px;
text-decoration:none;
font-weight:600;
font-size:14px;
transition:.3s;
}

.btn-outline:hover{
background:#002d62;
color:white;
}

/* IMAGE */

.hero-circle{
width:400px;
height:400px;
border-radius:50%;
overflow:hidden;
border:6px solid #ffffff;
margin:auto;
box-shadow:0 25px 60px rgba(0,0,0,.15);
}

/* MOBILE */

@media(max-width:900px){

.hero-grid{
grid-template-columns:1fr;
text-align:center;
}

.hero-content{
padding-left:0;
margin:auto;
}

.hero-buttons{
justify-content:center;
}

.hero-circle{
width:280px;
height:280px;
}

}

/* BUTTONS */

.hero-buttons{
display:flex;
gap:18px;
}

.btn-primary{
background:#002d62;
color:white;
padding:16px 34px;
border-radius:40px;
text-decoration:none;
font-weight:600;
transition:.3s;
}

.btn-primary:hover{
background:#008a8e;
transform:translateY(-3px);
box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.btn-outline{
border:2px solid #002d62;
color:#002d62;
padding:14px 30px;
border-radius:40px;
text-decoration:none;
font-weight:600;
transition:.3s;
}

.btn-outline:hover{
background:#002d62;
color:white;
}

/* IMAGE */

.hero-visual{
position:relative;
}

.hero-circle{
width:420px;
height:420px;
border-radius:50%;
overflow:hidden;
border:6px solid #ffffff;
margin:auto;
box-shadow:0 30px 60px rgba(0,0,0,0.2);
}

.hero-circle img{
width:100%;
height:100%;
object-fit:cover;
}

/* FLOATING CARDS */



.stat-card h3{
font-size:26px;
color:#2a72db;
margin-bottom:5px;
}

.stat-card strong{
font-size:22px;
color:#002d62;
display:block;
}

.stat-card p{
font-size:13px;
color:#64748b;
    font-weight: bold;
}





/* RESPONSIVE */

@media(max-width:900px){

.hero-grid{
grid-template-columns:1fr;
text-align:center;
}

.hero-buttons{
justify-content:center;
}

.hero-circle{
width:300px;
height:300px;
}

/* HERO SECTION */

.hero-premium{
padding:70px 0;
background:linear-gradient(135deg,#eef5fb,#e4edf7,#f4f8fc);
position:relative;
overflow:hidden;
}

/* GRID */

.hero-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

/* TEXT */

.hero-content{
max-width:750px;
}

.hero-tag-angled {
    display: inline-block;
    background: #0b2a55;
    color: #fff;
    padding: 8px 20px 8px 16px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    clip-path: polygon(0% 0%, /* top left */ 97% 6%, /* top right before cut */ 100% 50%, /* angled tip */ 97% 93%, /* bottom right before cut */ 0% 100% /* bottom left */);
}

.hero-content h1{
font-size: 39px;
    line-height: 49px;
    font-weight: 700;
    color: #002d62;
    margin-bottom: 8px;
    margin-top: 10px;
}

.hero-content h1 span{
color:#2a72db;
}
/* HERO SECTION */
/* HERO SECTION */




/* GRID */

.hero-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

/* HERO CONTENT */

.hero-content{
max-width:7500px;
padding-left:40px; /* requested spacing */
}

/* TAG */

.hero-tag-angled {
    display: inline-block;
    background: #0b2a55;
    color: #fff;
    padding: 8px 20px 8px 16px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    clip-path: polygon(0% 0%, /* top left */ 97% 6%, /* top right before cut */ 100% 50%, /* angled tip */ 97% 93%, /* bottom right before cut */ 0% 100% /* bottom left */);
}

/* HEADLINE */

.hero-content h1{
font-size: 39px;
    line-height: 49px;
    font-weight: 700;
    color: #002d62;
    margin-bottom: 8px;
    margin-top: 10px;
}

.hero-content h1 span{
color:#2a72db;
}

/* PARAGRAPH */

.hero-content p{
font-size: 22px;
    font-weight: 500;
    color: #273241;
    margin-bottom: 26px;
    max-width: 635px;
}

/* BUTTONS */

.hero-buttons{
display:flex;
gap:14px;
flex-wrap:wrap;
}

.btn-primary{
background:#002d62;
color:white;
padding:12px 26px; /* smaller button */
border-radius:40px;
text-decoration:none;
font-weight:600;
font-size:14px;
transition:.3s;
}

.btn-primary:hover{
background:#008a8e;
transform:translateY(-2px);
box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.btn-outline{
border:2px solid #002d62;
color:#002d62;
padding:10px 22px;
border-radius:40px;
text-decoration:none;
font-weight:600;
font-size:14px;
transition:.3s;
}

.btn-outline:hover{
background:#002d62;
color:white;
}

/* IMAGE */

.hero-circle{
width:400px;
height:400px;
border-radius:50%;
overflow:hidden;
border:6px solid #2a72db;
margin:auto;
box-shadow:0 25px 60px rgba(0,0,0,.15);
}

/* MOBILE */

@media(max-width:900px){

.hero-grid{
grid-template-columns:1fr;
text-align:center;
}

.hero-content{
padding-left:0;
margin:auto;
}

.hero-buttons{
justify-content:center;
}

.hero-circle{
width:280px;
height:280px;
}

}
/* TAG */

.hero-tag-angled {
    display: inline-block;
    background: #0b2a55;
    color: #fff;
    padding: 8px 20px 8px 16px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    clip-path: polygon(0% 0%, /* top left */ 97% 6%, /* top right before cut */ 100% 50%, /* angled tip */ 97% 93%, /* bottom right before cut */ 0% 100% /* bottom left */);
}
/* HEADLINE */

.hero-content h1{
font-size: 39px;
    line-height: 49px;
    font-weight: 700;
    color: #002d62;
    margin-bottom: 8px;
    margin-top: 10px;
}

.hero-content h1 span{
color:#2a72db;
}

/* PARAGRAPH */

.hero-content p{
font-size: 22px;
    font-weight: 500;
    color: #273241;
    margin-bottom: 26px;
    max-width: 635px;
}

/* BUTTONS */

.hero-buttons{
display:flex;
gap:14px;
flex-wrap:wrap;
}

.btn-primary{
background:#002d62;
color:white;
padding:12px 26px; /* smaller button */
border-radius:40px;
text-decoration:none;
font-weight:600;
font-size:14px;
transition:.3s;
}

.btn-primary:hover{
background:#008a8e;
transform:translateY(-2px);
box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.btn-outline{
border:2px solid #002d62;
color:#002d62;
padding:10px 22px;
border-radius:40px;
text-decoration:none;
font-weight:600;
font-size:14px;
transition:.3s;
}

.btn-outline:hover{
background:#002d62;
color:white;
}



}

/* FLOATING STATS */


.stat-card h3{
font-size:24px;
color:#2a72db;
margin-bottom:4px;
}

.stat-card strong{
font-size:20px;
color:#002d62;
}

.stat-card p{
font-size:13px;
color:#64748b;
    font-weight: bold;
}




/* MOBILE */

@media(max-width:900px){

.hero-grid{
grid-template-columns:1fr;
text-align:center;
}

.hero-content{
margin:auto;
}

.hero-buttons{
justify-content:center;
}

.hero-circle{
width:300px;
height:300px;
}

.stat-card{
position:relative;
margin-top:15px;
}

}

.video-section{
padding:80px 0;
background:#f5f7fb;
}

/* Container width similar to your design */

.video-container{
max-width:1100px;
margin:auto;
padding:0 20px;
}

/* Single merged card */

.video-card{
display:grid;
grid-template-columns:1.1fr 1fr;
border-radius:20px;
overflow:hidden;
background:linear-gradient(135deg,#ffffff 0%,#edf4fb 100%);
box-shadow:0 20px 50px rgba(0,0,0,0.06);
}

/* IMAGE */

.video-image{
position:relative;
}

.video-image img{
width:100%;
height:100%;
object-fit:cover;
}

/* subtle merge fade */

.video-image:after{
content:"";
position:absolute;
right:0;
top:0;
width:120px;
height:100%;
background:linear-gradient(to right,transparent,#edf4fb);
}

/* PLAY BUTTON */

.play-btn{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
}

.play-icon{
width:80px;
height:80px;
border-radius:50%;
border:4px solid white;
background:rgba(255,255,255,0.2);
backdrop-filter:blur(4px);
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
color:white;
cursor:pointer;
}

/* CONTENT */

.video-content{
padding:60px;
position:relative;
}

/* background wave */

.video-content:after{
content:"";
position:absolute;
bottom:-60px;
right:-60px;
width:260px;
height:160px;
background:radial-gradient(circle,#cfe1f7,transparent);
border-radius:50%;
}

/* text */

.video-label{
font-size:12px;
letter-spacing:2px;
text-transform:uppercase;
color:#1b8a8f;
font-weight:700;
margin-bottom:15px;
display:block;
}

.video-content h2{
font-size:34px;
line-height:1.3;
color:#0b2a55;
font-weight:800;
margin-bottom:20px;
}

.video-content p{
font-size:16px;
color:#64748b;
line-height:1.7;
margin-bottom:30px;
}

/* CTA */

.video-button{
background:#0b2a55;
color:white;
padding:14px 30px;
border-radius:40px;
text-decoration:none;
font-weight:600;
transition:.3s;
}

.video-button:hover{
background:#1b8a8f;
transform:translateY(-2px);
}
.benefit-desc {
    margin-bottom: 50px;
}

li{
   
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;

}
ul{
    margin-bottom: 45px;


}

/* MOBILE */

@media(max-width:900px){

.video-card{
grid-template-columns:1fr;
}

.video-content{
padding:40px;
text-align:center;
}

}



/* SECOND OPINION SECTION */

/* FULL WIDTH DARK SECOND OPINION */

.second-opinion-dark{
padding:70px 0;
background:linear-gradient(135deg, #001529 0%, #002d62 50%, #003f7d 100%);
text-align:center;
position:relative;
overflow:hidden;
}

/* subtle premium glow */

.second-opinion-dark::after{
content:"";
position:absolute;
top:-100px;
left:50%;
transform:translateX(-50%);
width:500px;
height:500px;
background:radial-gradient(circle, rgba(0,138,142,0.2), transparent 70%);
z-index:0;
}

/* content */

.second-dark-inner{
max-width:800px;
margin:auto;
position:relative;
z-index:2;
}

/* tag */

.second-dark-tag{
font-size:12px;
letter-spacing:2px;
text-transform:uppercase;
color:#00a8ad;
font-weight:700;
display:block;
margin-bottom:15px;
}

/* heading */

.second-dark-inner h2{
font-size:44px;
color:#ffffff;
font-weight:800;
margin-bottom:20px;
line-height:1.2;
}

/* paragraph */

.second-dark-inner p{
font-size:18px;
color:rgba(255,255,255,0.8);
line-height:1.7;
margin-bottom:35px;
}

/* button */

.second-dark-btn{
display:inline-block;
padding:16px 40px;
border-radius:50px;
background:#ffca28;
color:#000;
font-weight:700;
text-decoration:none;
font-size:16px;
box-shadow:0 10px 30px rgba(255,202,40,0.3);
transition:.3s;
}

.second-dark-btn:hover{
transform:translateY(-3px);
box-shadow:0 15px 40px rgba(255,202,40,0.5);
}

/* responsive */

@media(max-width:768px){

.second-dark-inner h2{
font-size:32px;
}

.second-dark-inner p{
font-size:16px;
}

}
.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo img {
    height: 45px; /* Adjust this value to match your header height */
    width: auto;  /* Maintains aspect ratio */
    display: block;
    object-fit: contain;
}

/* Hide text for SEO and Accessibility only */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
/* --- VIDEO SECTION STYLES --- */
.video-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.video-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.video-card {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.video-image {
    width: 50%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.video-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.video-image:hover img {
    transform: scale(1.05);
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: #002d62; /* Navy */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 45, 98, 0.3);
    transition: 0.3s;
}

.play-icon {
    color: white;
    font-size: 24px;
    margin-left: 5px;
}

.video-content {
    width: 50%;
    padding: 60px;
}

.video-label {
    color: #008a8e; /* Teal */
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}

.video-content h2 {
    font-size: 32px;
    color: #002d62;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.video-content p {
    color: #64748b;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.video-button {
    display: inline-block;
    padding: 15px 35px;
    background: #002d62;
    color: white;
    text-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    transition: 0.3s;
}

.video-button:hover {
    background: #008a8e;
}

/* --- LIGHTHOUSE MODAL STYLES --- */
.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0; width: 100%; height: 100%;
}

.modal-overlay {
    position: absolute;
    width: 100%; height: 100%;
    background: rgba(0, 45, 98, 0.95);
    backdrop-filter: blur(8px);
}

.modal-content {
    position: relative;
    margin: 5% auto;
    width: 90%;
    max-width: 900px;
    animation: modalFade 0.4s ease;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 20px;
    overflow: hidden;
    background: #000;
}

.video-wrapper iframe {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
}

.close-btn {
    position: absolute;
    top: -61px; right: 0;
    color: white; font-size: 50px; cursor: pointer;
}

@keyframes modalFade {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 992px) {
    .video-card { flex-direction: column; }
    .video-image, .video-content { width: 100%; }
    
    
  
}
  .benefit-desc {
    margin-bottom: 50px;
    /* max-width: 1184px; */
    /* text-align: center; */
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
}

.price-carousel {
  width: 320px;
  height: 109px;
  border-radius: 14px;
  overflow: hidden; /* THIS hides other cards */
  position: relative;
   background: linear-gradient(135deg, #0f172a, #1e293b);

}

.price-slider {
  display: flex;
}

.price-card-item {
  min-width: 100%; /* KEY FIX */
  height: 109px!important;
  background: Transparent;
  color: #fff;
  text-align: center;
 border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  flex-shrink: 0;
}




.hk-footer-wrap{
    background:#021a33;
    padding:70px 60px 30px;
    color:#9eb2c9;
    font-family:Arial, sans-serif;
}

.hk-footer-top{
    display:grid;
    grid-template-columns:1.2fr 1fr 1fr 1fr 1.2fr;
    gap:50px;
    padding-bottom:40px;
    border-bottom:1px solid rgba(255,255,255,0.08);
}

.hk-footer-logo{
    font-size:46px;
    line-height:1;
    font-weight:700;
    color:#fff;
    text-decoration:none;
    display:inline-block;
    margin-bottom:0px;
}

.hk-footer-logo span{
    display:block;
}

.hk-footer-desc{
    font-size:16px;
    line-height:1.7;
    margin-bottom:20px;
    max-width:300px;
}

.hk-footer-socials{
    display:flex;
    gap:14px;
    margin-bottom:24px;
}

.hk-social-box{
    width:54px;
    height:54px;
    border:1px solid rgba(255,255,255,0.15);
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#dce7f3;
    text-decoration:none;
    font-size:20px;
    transition:0.3s ease;
}

.hk-social-box:hover{
    background:#0c8f9c;
    border-color:#0c8f9c;
}

.hk-hipaa-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 20px;
    border:1px solid rgba(84,255,221,0.3);
    border-radius:14px;
    color:#6df0d4;
    background:rgba(84,255,221,0.05);
    font-size:18px;
    font-weight:500;
}

.hk-footer-links h4,
.hk-footer-contact h4{
    color:#4e8fb8;
    letter-spacing:3px;
    font-size:16px;
    margin-bottom:30px;
    font-weight:500;
}

.hk-footer-links{
    display:flex;
    flex-direction:column;
}

.hk-footer-links a{
    color:#d4deea;
    text-decoration:none;
    margin-bottom:20px;
    font-size:16px;
    line-height:1.5;
    transition:0.3s ease;
}

.hk-footer-links a:hover{
    color:#5eead4;
}

.hk-new-tag{
    background:#123d3d;
    color:#6df0d4;
    font-size:12px;
    padding:4px 10px;
    border-radius:8px;
    margin-left:10px;
    position:relative;
    top:-3px;
}

.hk-contact-item{
    display:flex;
    gap:16px;
    margin-bottom:24px;
    align-items:flex-start;
}

.hk-contact-item i{
    color:#6c9ec1;
    font-size:20px;
    margin-top:4px;
}

.hk-contact-item p{
    margin:0;
    line-height:1.7;
    font-size:16px;
    color:#d4deea;
}

.hk-contact-item.emergency i{
    color:#ff5f5f;
}

.hk-contact-item.emergency span{
    color:#ff5f5f;
    font-weight:700;
}

.hk-footer-bottom{
    padding-top:26px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.hk-footer-copy{
    font-size:18px;
    color:#6f88a3;
}

.hk-footer-policy{
    display:flex;
    gap:40px;
    flex-wrap:wrap;
}

.hk-footer-policy a{
    text-decoration:none;
    color:#9eb2c9;
    font-size:18px;
    transition:0.3s ease;
}

.hk-footer-policy a:hover{
    color:#5eead4;
}

/* RESPONSIVE */

@media(max-width:1100px){

    .hk-footer-top{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:768px){

    .hk-footer-wrap{
        padding:50px 24px 25px;
    }

    .hk-footer-top{
        grid-template-columns:1fr;
        gap:40px;
    }

    .hk-footer-logo{
        font-size:38px;
    }

    .hk-footer-links a,
    .hk-contact-item p{
        font-size:16px;
    }

    .hk-footer-bottom{
        flex-direction:column;
        align-items:flex-start;
    }

    .hk-footer-policy{
        gap:18px;
    }
    
    .hk-footer-brand img {
    max-width: 230px;
}

.hk-footer-logo img{
    max-width:230px;
    width:100%;
    height:auto;
    display:block;
}
}

.hk-social-box{
    width:54px;
    height:54px;
    border:1px solid rgba(255,255,255,0.15);
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:0.3s ease;
    text-decoration:none;
}

.hk-social-box img{
      width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
    background: white;
    border-radius: 4px;
}

.hk-social-box:hover{
    background:#0c8f9c;
    border-color:#0c8f9c;
}


/* =========================================
   RESPONSIVE FIXES
   TOPBAR + HEADER + HERO
========================================= */

html,
body{
    overflow-x:hidden;
}

img{
    max-width:100%;
    height:auto;
}

/* Container Fix */

.container,
.container-fluid{
    width:100%;
    max-width:1400px;
    margin:auto;
    padding-left:20px;
    padding-right:20px;
}

/* =========================
   TABLET
========================= */

@media (max-width: 991px){

    /* TOP BAR */

    .topbar-inner{
        flex-direction:column;
        gap:10px;
        padding:10px;
        text-align:center;
    }

    .topbar-left{
        justify-content:center;
        gap:8px;
    }

    .topbar-right{
        justify-content:center;
    }

    .divider{
        display:none;
    }

    .emergency{
        display:block;
        width:100%;
    }

    /* NAVIGATION */

    nav{
        padding:15px 0;
    }

    .nav-content{
        flex-direction:column;
        gap:20px;
    }

    .logo img{
        height:40px;
    }

    .nav-links{
        flex-wrap:wrap;
        justify-content:center;
        gap:15px;
    }

    .nav-links a{
        font-size:14px;
    }

    .btn-cta-nav{
        padding:10px 20px;
    }

    /* HERO */

    .hero-premium{
        padding:50px 0;
    }

    .hero-grid{
        grid-template-columns:1fr;
        gap:40px;
        text-align:center;
    }

    .hero-content{
        padding-left:0;
        max-width:100%;
    }

    .hero-content h1{
        font-size:32px;
        line-height:42px;
    }

    .hero-content p{
        font-size:18px;
        line-height:30px;
        max-width:100%;
    }

    .hero-buttons{
        justify-content:center;
    }

    .hero-circle{
        width:280px;
        height:280px;
    }

    /* STATS */

    .stat-card-grid{
        flex-direction:column;
        align-items:center;
        gap:15px;
        padding:0;
    }

    .stat-card{
        width:100%;
        max-width:320px;
    }

    .price-carousel{
        width:100%;
        max-width:320px;
    }

    /* HERO CHECKLIST */

    .hero-content ul li{
        font-size:16px !important;
        line-height:24px !important;
        text-align:left;
    }

    .hero-content ul{
        max-width:500px;
        margin:20px auto;
    }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 768px){

    .top-contact{
        display:block;
        width:100%;
    }

    .language{
        justify-content:center;
    }

    .hero-content h1{
        font-size:28px;
        line-height:36px;
    }

    .hero-content p{
        font-size:16px;
        line-height:28px;
    }

    .hero-circle{
        width:240px;
        height:240px;
        border-width:4px;
    }

    .btn-primary,
    .btn-outline{
        width:100%;
        text-align:center;
        justify-content:center;
    }

    .hero-buttons{
        flex-direction:column;
        width:100%;
    }

    .stat-card h3{
        font-size:22px;
    }

    .stat-card p{
        font-size:13px;
    }

}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px){

    .container,
    .container-fluid{
        padding-left:15px;
        padding-right:15px;
    }

    .logo img{
        height:34px;
    }

    .hero-premium{
        padding:40px 0;
    }

    .hero-content h1{
        font-size:24px;
        line-height:32px;
    }

    .hero-content p{
        font-size:15px;
        line-height:24px;
    }

    .hero-circle{
        width:200px;
        height:200px;
    }

    .hero-tag-angled{
        font-size:10px;
        padding:6px 12px;
    }

    .nav-links{
        gap:10px;
    }

    .nav-links a{
        font-size:13px;
    }

    .btn-cta-nav{
        width:100%;
        text-align:center;
    }

}
@media (max-width:768px){

/* Hide Emergency & Language */

.emergency,
.topbar-right,
.divider{
    display:none;
}

/* Keep mobile + email in one row */

.topbar-inner{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:6px 10px;
}

.topbar-left{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    flex-wrap:nowrap;
}

.top-contact{
    font-size:11px;
    white-space:nowrap;
    line-height:1.2;
}

/* Add separator between phone & email */

.top-contact:first-child::after{
    content:" | ";
    margin-left:10px;
    color:#94a3b8;
}

}



.hamburger{
    display:none;
    background:none;
    border:none;
    font-size:30px;
    cursor:pointer;
    color:#002d62;
}

@media (max-width: 991px) {

    .nav-content{
        display:flex;
        justify-content:space-between;
        align-items:center;
        flex-direction:row;
    }

    .hamburger{
        display:block;
        background:none;
        border:none;
        font-size:32px;
        color:#002d62;
        cursor:pointer;
    }

    .nav-links{
        display:none;
        position:absolute;
        top:100%;
        left:0;
        width:100%;
        background:#fff;
        flex-direction:column;
        padding:20px;
        box-shadow:0 10px 30px rgba(0,0,0,.1);
    }

    .nav-links.active{
        display:flex;
    }

    .logo{
        margin:0;
    }
}