/* =========================================================
CSS VARIABLES & RESET
========================================================= */

:root {
    --primary: #005A9C;
    --primary-light: #E6F3FF;
    --secondary: #10B981;
    --dark: #1E293B;
    --gray: #64748B;
    --light-gray: #F8FAFC;
    --white: #FFFFFF;

    --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1);

    --transition: all 0.3s ease;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}
/* =========================================
INNER PAGE TOP SPACING
========================================= */

.about-page,
.specialities-page,
.innovation-page,
.contact-page{
    padding-top:120px;
}

body{
    font-family:'Outfit',sans-serif;
    color:var(--dark);
    background:var(--white);
    line-height:1.6;
    overflow-x:hidden;
}

a{
    text-decoration:none;
    color:inherit;
}

ul{
    list-style:none;
}

img{
    max-width:100%;
    height:auto;
    display:block;
}

.container{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:0 2rem;
}

/* =========================================================
BUTTONS
========================================================= */

.btn{
    display:inline-block;
    padding:0.8rem 2rem;
    border-radius:50px;
    font-weight:600;
    cursor:pointer;
    transition:var(--transition);
    border:none;
    font-size:1rem;
}

.btn-primary{
    background:var(--primary);
    color:var(--white);
    box-shadow:0 4px 14px rgba(0,90,156,0.39);
}

.btn-primary:hover{
    background:#004A80;
    transform:translateY(-2px);
}

.btn-secondary{
    background:transparent;
    border:2px solid var(--primary);
    color:var(--primary);
}

.btn-secondary:hover{
    background:var(--primary-light);
}

/* =========================================================
SECTION TITLES
========================================================= */

.section-title{
    text-align:center;
    margin-bottom:3rem;
}

.section-title h2{
    font-size:2.5rem;
    color:var(--dark);
    margin-bottom:1rem;
    font-weight:700;
}

.section-title p{
    color:var(--gray);
    font-size:1.1rem;
    max-width:700px;
    margin:auto;
}

.title-highlight{
    color:var(--primary);
}

/* =========================================================
HEADER
========================================================= */

header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:rgba(255,255,255,0.95);
    backdrop-filter:blur(10px);
    z-index:1000;
    box-shadow:var(--shadow-sm);
    transition:var(--transition);
}

.nav-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:80px;
}

.logo{
    font-size:1.5rem;
    font-weight:700;
    color:var(--primary);
    display:flex;
    align-items:center;
    gap:10px;
}

.logo i{
    color:var(--secondary);
    font-size:1.8rem;
}

.nav-links{
    display:flex;
    gap:2rem;
    align-items:center;
}

.nav-links a{
    font-weight:500;
    transition:var(--transition);
}

.nav-links a:hover{
    color:var(--primary);
}

.mobile-menu-btn{
    display:none;
    font-size:1.5rem;
    cursor:pointer;
}


/* ============================================================
   HERO SECTION V2
============================================================ */

/* Hero Section */
.v2-hero-section {
    background: linear-gradient(135deg, #f0f6ff 0%, #f8fbff 60%, #e8f4ff 100%);
    padding: 140px 0 0;
    overflow: hidden;
    position: relative;
}

.v2-hero-section::before,
.v2-hero-section::after {
    content: '+';
    position: absolute;
    font-size: 48px;
    color: #c8dcf0;
    font-weight: 300;
    pointer-events: none;
}

.v2-hero-section::before {
    top: 160px;
    left: 20px;
}

.v2-hero-section::after {
    bottom: 220px;
    left: 40px;
}

.v2-hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 48px;
}

/* Left Column */
.v2-hero-left {
    flex: 1.1;
    min-width: 300px;
    max-width: 560px;
}

.v2-top-tag {
    display: inline-block;
    color: #0f9d58;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.v2-hero-h1 {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.1;
    color: #0d1b2a;
    margin-bottom: 6px;
}

.v2-hero-name {
    font-size: 40px;
    font-weight: 800;
    color: #1a73c8;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.v2-hero-name a {
    color: inherit;
    text-decoration: none;
}

.plus-icon {
    color: #1a73c8;
    font-size: 32px;
    line-height: 1;
}

.v2-hero-qual {
    font-size: 16px;
    color: #556;
    font-weight: 500;
    margin-bottom: 20px;
}

/* Badge */
.v2-world-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1.5px solid #c8e6c9;
    color: #2e7d32;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 22px;
    box-shadow: 0 2px 8px rgba(46,125,50,0.08);
}

.v2-world-badge i {
    color: #2e7d32;
}

/* Bullet Points */
.v2-hero-points {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

.v2-hero-points li {
    font-size: 15px;
    color: #334;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.v2-hero-points li i {
    color: #0f9d58;
    margin-top: 3px;
}

.v2-hero-points li a {
    color: #1a73c8;
    font-weight: 600;
    text-decoration: none;
}

/* Buttons */
.v2-hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.v2-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

.v2-btn-call {
    background: #1a73c8;
    color: #fff;
    box-shadow: 0 4px 16px rgba(26,115,200,0.3);
}

.v2-btn-call:hover {
    background: #1558a0;
    transform: translateY(-2px);
}

.v2-btn-whatsapp {
    background: #25d366;
    color: #fff;
    box-shadow: 0 4px 16px rgba(37,211,102,0.3);
}

.v2-btn-whatsapp:hover {
    background: #1eb85a;
    transform: translateY(-2px);
}

.v2-btn-book {
    background: #fff;
    color: #1a73c8;
    border: 2px solid #1a73c8;
}

.v2-btn-book:hover {
    background: #eef4ff;
    transform: translateY(-2px);
}

/* Right Column */
.v2-hero-right {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    min-width: 320px;
}

/* Stat Cards */
.v2-stat-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.v2-stat-card {
    background: #fff;
    border-radius: 16px;
    padding: 14px 18px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    gap: 14px;
    width: 200px;
}

.v2-stat-card h4 {
    font-size: 18px;
    font-weight: 800;
    color: #1a73c8;
    margin-bottom: 2px;
}

.v2-stat-card p {
    font-size: 12px;
    color: #777;
    margin: 0;
}

.v2-stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: #e8f1fd;
    color: #1a73c8;
}

.v2-icon-green {
    background: #e8f9f0;
    color: #0f9d58;
}

.v2-icon-purple {
    background: #f0e8fd;
    color: #7b1fa2;
}

.v2-icon-orange {
    background: #fff3e0;
    color: #e65100;
}

/* Doctor Image */
.v2-doctor-wrap {
    position: relative;
}

.v2-doctor-img {
    width: 360px;
    height: 500px;
    object-fit: cover;
    object-position: top;
    display: block;
    border-radius: 24px 24px 0 0;
}

/* Features Bar */
.v2-features-bar {
    background: #fff;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -4px 30px rgba(0,0,0,0.06);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
}

.v2-feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 28px;
    border-right: 1px solid #f0f4f9;
}

.v2-feature-item:last-child {
    border-right: none;
}

.v2-feat-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.v2-feat-blue { background:#e8f1fd; color:#1a73c8; }
.v2-feat-green { background:#e8f9f0; color:#0f9d58; }
.v2-feat-purple { background:#f0e8fd; color:#7b1fa2; }
.v2-feat-orange { background:#fff3e0; color:#e65100; }

.v2-feature-item h4 {
    font-size: 15px;
    font-weight: 700;
    color: #1a2540;
    margin-bottom: 3px;
}

.v2-feature-item p {
    font-size: 12px;
    color: #888;
    margin: 0;
    line-height: 1.4;
}

/* Responsive */
@media (max-width:1100px){
    .v2-hero-h1{font-size:38px;}
    .v2-hero-name{font-size:34px;}
    .v2-doctor-img{
        width:300px;
        height:420px;
    }
}

@media (max-width:900px){
    .v2-hero-container{
        flex-direction:column;
        align-items:flex-start;
    }

    .v2-hero-right{
        width:100%;
    }

    .v2-stat-cards{
        flex-direction:row;
        flex-wrap:wrap;
    }

    .v2-stat-card{
        width:calc(50% - 6px);
    }

    /* .v2-doctor-img{
        display:none;
    } */

    .v2-features-bar{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width:600px){
    .v2-hero-h1{
        font-size:30px;
    }

    .v2-hero-name{
        font-size:26px;
    }

    .v2-features-bar{
        grid-template-columns:1fr;
    }

    .v2-hero-buttons{
        flex-direction:column;
    }

    .v2-btn{
        width:100%;
        justify-content:center;
    }

    .v2-stat-card{
        width:100%;
    }
}

/* =========================================================
STATS SECTION
========================================================= */

/* ── STATS BAR ────────────────────────────────── */

.v2-stats-bar {
    background: #0f2d62;
    padding: 28px 0;
}

.v2-stats-bar-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: center;
}

.v2-stats-bar-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 20px;
    border-right: 1px solid rgba(255,255,255,0.12);
}

.v2-stats-bar-item:last-child {
    border-right: none;
}

.v2-stats-bar-item h3 {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 2px;
}

.v2-stats-bar-item p {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    margin: 0;
}

.v2-sb-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    flex-shrink: 0;
}

.v2-sb-star {
    background: rgba(255, 213, 0, 0.18);
    color: #ffd500;
}

/* Responsive */

@media (max-width: 900px) {
    .v2-stats-bar-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .v2-stats-bar-item {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .v2-stats-bar-inner {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* =========================================================
ABOUT SECTION
========================================================= */

.new-about-section{
   padding:100px 0;
    background:linear-gradient(to bottom,#f5f9ff,#ffffff);
}

.new-about-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    flex-wrap:wrap;
}

.new-about-image{
    flex:1;
    position:relative;
    min-width:320px;
}

.new-about-image img{
    width:100%;
    border-radius:30px;
    box-shadow:0 15px 40px rgba(0,0,0,0.12);
    object-fit:cover;
}

.new-experience-badge{
    position:absolute;
    bottom:20px;
    left:-20px;
    background:#0B6BCE;
    color:#fff;
    padding:20px;
    border-radius:20px;
}

.new-about-content{
    flex:1;
    min-width:320px;
}

.new-about-tag{
    display:inline-block;
    background:#e8f3ff;
    color:#0B6BCE;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.new-about-content h2{
    font-size:42px;
    color:#0D1B2A;
    margin-bottom:10px;
}

.new-about-content h3{
    font-size:22px;
    color:#0B6BCE;
    margin-bottom:25px;
}

.new-about-content p{
    font-size:15px;
    line-height:1.7;
    color:#555;
    margin-bottom:20px;
}

/* =========================================================
SERVICES
========================================================= */

.services-section{
      padding:60px 0;
    background:var(--white);
}
.services-section .section-title{
    margin-bottom:40px;
}
.services-grid{
    display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:2.5rem;
}
.service-card{
    background: #fff;
    padding: 2.5rem;
    border-radius: 24px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    position: relative;
    overflow: hidden;

    box-shadow:
        0 10px 30px rgba(15, 23, 42, 0.06),
        0 1px 3px rgba(15, 23, 42, 0.04);

    transition: all .35s ease;
}

.service-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(
        90deg,
        var(--secondary),
        var(--primary)
    );
    transform: scaleX(0);
    transform-origin: left;
    transition: .4s ease;
}

.service-card:hover{
    transform: translateY(-10px);
    box-shadow:
        0 25px 60px rgba(15, 23, 42, 0.12),
        0 8px 20px rgba(15, 23, 42, 0.08);
}

.service-card:hover::before{
    transform: scaleX(1);
}

/* Premium Icon */

.service-icon{
    width: 74px;
    height: 74px;
    border-radius: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1.9rem;
    color: var(--primary);

    background: linear-gradient(
        135deg,
        rgba(0, 114, 228, 0.08),
        rgba(0, 114, 228, 0.18)
    );

    box-shadow:
        inset 0 1px 1px rgba(255,255,255,0.9),
        0 8px 20px rgba(0,114,228,0.12);

    margin-bottom: 1.75rem;
    transition: all .35s ease;
}

.service-card:hover .service-icon{
    transform: translateY(-4px) scale(1.05);
}

.service-card h3{
    font-size: 1.45rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.service-card p{
    color: #64748b;
    line-height: 1.8;
    font-size: 0.98rem;
}

/* =========================================================
INNOVATION SECTION
========================================================= */
.highlight-content{
    max-width:950px;
}

.highlight-section{
    padding:100px 0;
    background:
    linear-gradient(to bottom,#f8fbff,#ffffff);
}

.invention-btn{
    min-width:220px;
    text-align:center;
}

.invention-right img{
    max-width:460px;
    margin:auto;
}
/* =========================================
BLOG CARD
========================================= */

.about-blog-card{
    background:#fff;
    border-radius:30px;
    padding:50px;
    margin-top:50px;
    box-shadow:0 20px 50px rgba(0,0,0,0.08);
    text-align:left;
}

.blog-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#e7fff6;
    color:#10b981;
    padding:10px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:25px;
}

.about-blog-card h3{
    font-size:42px;
    line-height:1.2;
    color:#082c4e;
    margin-bottom:25px;
    font-weight:800;
}

.about-blog-card .highlight{
    color:#0B6BCE;
}

.about-blog-card p{
    font-size:17px;
    line-height:1.9;
    color:#5b6777;
    margin-bottom:22px;
}

.blog-feature-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    margin:40px 0;
}

.blog-feature{
    background:#f7fbff;
    padding:20px;
    border-radius:18px;
    display:flex;
    gap:14px;
    align-items:flex-start;
}

.blog-feature i{
    color:#10b981;
    margin-top:4px;
}

.blog-feature span{
    color:#334155;
    line-height:1.7;
    font-weight:500;
}

.blog-cta{
    margin-top:40px;
    padding:35px;
    background:linear-gradient(135deg,#0B6BCE,#082c4e);
    border-radius:24px;
    color:#fff;
    text-align:center;
}

.blog-cta h4{
    font-size:28px;
    margin-bottom:15px;
}

.blog-cta p{
    color:rgba(255,255,255,0.85);
}

@media(max-width:768px){

    .about-blog-card{
        padding:30px;
    }

    .about-blog-card h3{
        font-size:30px;
    }

    .blog-feature-grid{
        grid-template-columns:1fr;
    }

    .blog-cta{
        padding:25px;
    }
}

.invention-section{
    min-height:auto;
    display:flex;
    align-items:center;
    position:relative;
    padding:90px 0;
    overflow:hidden;
    background:radial-gradient(circle at top right,#123a75,#020817 60%);
}

.invention-section::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(to right, rgba(2,8,23,0.95), rgba(2,8,23,0.55));
}

.invention-container{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:60px;
}

.invention-left{
    color:#fff;
}

.invention-tag{
    color:#38bdf8;
    letter-spacing:2px;
    font-size:14px;
    font-weight:700;
}

.invention-left h2{
    font-size:56px;
    line-height:1.1;
    margin:20px 0;
    font-weight:800;
}
.innovation-divider{
    height:120px;
    background:linear-gradient(to bottom,#ffffff,#1E293B);
}
.invention-left p{
    font-size:18px;
    line-height:1.8;
    color:#cbd5e1;
}

.invention-buttons{
    display:flex;
    gap:20px;
    margin-top:35px;
}

.invention-btn{
    padding:16px 32px;
    border-radius:14px;
    font-weight:600;
    transition:0.3s;
}

.invention-primary{
    background:#0ea5e9;
    color:#fff;
}

.invention-secondary{
    border:1px solid #38bdf8;
    color:#38bdf8;
}

.invention-right img{
    width:100%;
    max-width:520px;
    border-radius:30px;
}

/* =========================================================
CONTACT
========================================================= */

.contact-section{
    padding:6rem 0;
    background:var(--light-gray);
}

.contact-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:4rem;
}

.contact-info-card{
    background:var(--white);
    padding:2rem;
    border-radius:15px;
    box-shadow:var(--shadow-md);
    margin-bottom:1.5rem;
    display:flex;
    gap:1.5rem;
}

.contact-icon{
    width:60px;
    height:60px;
    background:var(--primary-light);
    color:var(--primary);
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:1.5rem;
    flex-shrink:0;
}

.contact-form{
    background:var(--white);
    padding:3rem;
    border-radius:20px;
    box-shadow:var(--shadow-lg);
}

.form-group{
    margin-bottom:1.5rem;
}

.form-control{
    width:100%;
    padding:1rem 1.5rem;
    border:1px solid #E2E8F0;
    border-radius:10px;
    font-family:inherit;
    font-size:1rem;
    background:var(--light-gray);
}

.form-control:focus{
    outline:none;
    border-color:var(--primary);
    background:#fff;
}

textarea.form-control{
    resize:vertical;
    min-height:150px;
}

/* =========================================================
FOOTER
========================================================= */
.footer-grid{
    align-items:flex-start;
}

footer{
    background:var(--dark);
    color:var(--white);
    padding:5rem 0 2rem;
}

.footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    gap:3rem;
    margin-bottom:3rem;
}

.footer-about p{
    color:#94A3B8;
}

.footer-links h4{
    margin-bottom:1rem;
}

.footer-links ul li{
    margin-bottom:1rem;
}

.footer-links ul li a{
    color:#94A3B8;
    transition:0.3s;
}

.footer-links ul li a:hover{
    color:#fff;
}

.footer-bottom{
    text-align:center;
    padding-top:2rem;
    border-top:1px solid rgba(255,255,255,0.1);
    color:#94A3B8;
}

/* =========================================================
RESPONSIVE
========================================================= */

@media(max-width:992px){

    .stats-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .contact-grid{
        grid-template-columns:1fr;
    }

    .footer-grid{
        grid-template-columns:1fr;
    }

    .invention-container{
        grid-template-columns:1fr;
        text-align:center;
    }
}

@media(max-width:768px){

    .nav-links{
        display:none;
        position:absolute;
        top:80px;
        left:0;
        width:100%;
        background:#fff;
        flex-direction:column;
        padding:2rem;
        box-shadow:var(--shadow-md);
    }

    .nav-links.active{
        display:flex;
    }

    .mobile-menu-btn{
        display:block;
    }

    .stats-grid{
        grid-template-columns:1fr;
    }

    .new-bottom-features{
        grid-template-columns:1fr 1fr;
    }

    .new-hero-left h1{
        font-size:40px;
    }

    .section-title h2{
        font-size:2rem;
    }
}

@media(max-width:600px){

    .new-bottom-features{
        grid-template-columns:1fr;
    }

    .new-hero-buttons{
        flex-direction:column;
    }

    .hero-btn{
        width:100%;
        text-align:center;
    }

    .new-hero-left h1{
        font-size:34px;
    }

    .invention-left h2{
        font-size:36px;
    }

    .contact-form{
        padding:2rem;
    }
}

/* =========================================
FEATURED TREATMENT CARD
========================================= */

.featured-treatment-card{
    position:relative;
    background:linear-gradient(135deg,#0B6BCE,#082c4e);
    color:#fff !important;
    overflow:hidden;
    border:none;
}

.featured-treatment-card::before{
    content:'';
    position:absolute;
    top:-60px;
    right:-60px;
    width:180px;
    height:180px;
    background:rgba(255,255,255,0.08);
    border-radius:50%;
}

.featured-treatment-card .service-icon{
    background:rgba(255,255,255,0.15);
    color:#fff;
}

.featured-treatment-card h3{
    color:#fff;
}

.featured-treatment-card p{
    color:rgba(255,255,255,0.85);
}

.featured-badge{
    display:inline-block;
    background:#10b981;
    color:#fff;
    padding:8px 16px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    margin-bottom:20px;
}

.featured-treatment-footer{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top:20px;
}

.featured-treatment-footer span{
    background:rgba(255,255,255,0.12);
    padding:8px 14px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
}

.featured-link{
    margin-top:25px;
    font-weight:700;
    color:#fff;
    font-size:15px;
}

.social-links { display: flex; gap: 1rem; }
        .social-links a { width: 40px; height: 40px; background: rgba(255, 255, 255, 0.1); display: flex; justify-content: center; align-items: center; border-radius: 50%; color: var(--white); transition: var(--transition); }
        .social-links a:hover { background: var(--primary); transform: translateY(-3px); }
       

        .home-innovation-preview{
    padding:60px 0;
    background:#fff;
}

.home-innovation-preview .section-title{
    text-align:center;
    max-width:700px;
    margin:0 auto 60px;
}

.section-badge{
    display:inline-block;
    background:#E8FFF4;
    color:#10B981;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:16px;
}

.home-innovation-preview .invention-container{
    background:#081B3A;
    border-radius:30px;
    overflow:hidden;
    padding:60px;
}

.home-innovation-preview .invention-left h2{
    color:#fff;
}

.home-innovation-preview .invention-left p{
    color:rgba(255,255,255,.8);
}

.home-innovation-preview .invention-features div{
    color:#fff;
}

.home-innovation-preview .invention-right img{
    border-radius:24px;
    box-shadow:0 25px 60px rgba(0,0,0,.25);
}

@media(max-width:768px){

    .home-innovation-preview .invention-container{
        padding:30px;
    }

}


/*===================================seo pages=============================== */

.speciality-hero{
    padding-bottom:80px;
}

.hero-desc{
    font-size:18px;
    color:var(--gray);
    line-height:1.8;
    margin:20px 0;
}

.info-card{
    background:#fff;
    padding:60px;
    border-radius:30px;
    box-shadow:0 15px 50px rgba(0,0,0,.05);
}

.about-piles-section{
    padding:30px 0 80px;
}

.laser-benefits-section{
    padding:80px 0;
}

.laser-benefits-box{
    background:#031a47;
    border-radius:30px;
    padding:60px;
    color:#fff;
}

.laser-left h2{
    color:#fff;
    margin-bottom:20px;
}

.laser-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-top:40px;
}

.laser-card{
    background:rgba(255,255,255,.08);
    padding:25px;
    border-radius:16px;
    font-weight:600;
}

.doctor-section{
    padding:80px 0;
}

.doctor-card{
    background:#fff;
    border-radius:30px;
    padding:60px;
    box-shadow:0 15px 50px rgba(0,0,0,.05);
}

.doctor-features{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-top:40px;
}

.timeline-section{
    padding:80px 0;
}

.timeline{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.timeline-item{
    background:#fff;
    padding:30px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.faq-section{
    padding:80px 0;
}

.faq-container{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.faq-item{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.final-cta{
    padding:80px 0;
}

.cta-box{
    background:linear-gradient(135deg,#031a47,#0b4db3);
    color:#fff;
    text-align:center;
    padding:70px;
    border-radius:30px;
}

.cta-box h2{
    color:#fff;
}

.cta-buttons{
    margin-top:30px;
    display:flex;
    justify-content:center;
    gap:20px;
}

@media(max-width:768px){

    .info-card,
    .doctor-card,
    .laser-benefits-box,
    .cta-box{
        padding:30px;
    }

    .laser-grid,
    .doctor-features,
    .timeline{
        grid-template-columns:1fr;
    }

    .cta-buttons{
        flex-direction:column;
    }

}


/* BLOG ARTICLE SECTION */
.blog-article-section {
    padding: 100px 0;
    background: #fff;
}

.article-title {
    max-width: 850px;
    margin: 15px auto 40px;
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    color: #1E293B;
    line-height: 1.3;
}

.article-card {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    border-radius: 28px;
    box-shadow: 0 10px 35px rgba(15, 23, 42, 0.08);
}

.article-card p {
    color: #64748B;
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 24px;
}

.article-cta {
    margin-top: 35px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.call-btn,
.appointment-btn {
    padding: 14px 28px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s ease;
}

.call-btn {
    background: #005A9C;
    color: #fff;
}

.appointment-btn {
    background: #10B981;
    color: #fff;
}

.call-btn:hover,
.appointment-btn:hover {
    transform: translateY(-3px);
}

@media(max-width:768px){

    .article-title{
        font-size:32px;
    }

    .article-card{
        padding:30px;
    }

    .article-card p{
        font-size:16px;
    }
}

.treatment-hub{
    padding:60px 0;
    background:#fff;
}

.treatment-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
    margin-top:35px;
}

.treatment-box{
    background:#fff;
    padding:30px;
    border-radius:20px;
    border:1px solid #edf2f7;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    transition:.3s;
}

.treatment-box:hover{
    transform:translateY(-8px);
    border-color:#0B6BCE;
    box-shadow:0 20px 40px rgba(11,107,206,.15);
}

.treatment-box h3{
    color:#082c4e;
    font-size:20px;
    margin-bottom:10px;
}

.treatment-box p{
    color:#64748B;
    font-size:14px;
    line-height:1.6;
}

@media(max-width:992px){
    .treatment-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){
    .treatment-grid{
        grid-template-columns:1fr;
    }
}


/* ==================blogs======================== */

.blog-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:2rem;
}

.blog-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.blog-card:hover{
    transform:translateY(-8px);
}

.blog-card img{
    width:100%;
    height:240px;
    object-fit:cover;
}

.blog-content{
    padding:1.5rem;
}

.blog-content h3{
    margin:1rem 0;
}

.blog-content a{
    color:var(--primary);
    font-weight:600;
}

/* ========================================
BLOGS PAGE
======================================== */

.blogs-hero{
    padding:140px 0 70px;
    background:linear-gradient(to bottom,#f4f9ff,#ffffff);
    text-align:center;
}

.blogs-hero .section-tag{
    display:inline-block;
    background:#e7fff6;
    color:#10b981;
    padding:10px 20px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.blogs-hero h1{
    font-size:52px;
    line-height:1.2;
    max-width:850px;
    margin:auto;
    color:#082c4e;
    margin-bottom:20px;
}

.blogs-hero p{
    max-width:700px;
    margin:auto;
    color:#64748B;
    font-size:18px;
    line-height:1.8;
}

.blogs-seo{
    padding:20px 0 60px;
}

.blogs-seo h2{
    font-size:36px;
    color:#082c4e;
    margin-bottom:15px;
}

.blogs-seo p{
    color:#64748B;
    font-size:17px;
    line-height:1.8;
}

.blog-grid-section{
    padding-bottom:100px;
}

.blog-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(360px,1fr));
    gap:30px;
}

.blog-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.3s;
    border:1px solid #eef2f7;
}

.blog-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,.12);
}

.blog-card img{
    width:100%;
    height:290px;
    object-fit:cover;
    display:block;
}

.blog-content{
    padding:25px;
}

.blog-category{
    display:inline-block;
    background:#E6F3FF;
    color:#005A9C;
    padding:8px 15px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
}

.blog-content h3{
    margin:18px 0 12px;
    font-size:28px;
    line-height:1.4;
    color:#082c4e;
}

.blog-content p{
    color:#64748B;
    line-height:1.8;
    margin-bottom:20px;
}

.blog-content a{
    color:#005A9C;
    font-weight:700;
}

.blog-content a:hover{
    color:#10B981;
}

@media(max-width:768px){

    .blogs-hero h1{
        font-size:36px;
    }

    .blogs-seo h2{
        font-size:28px;
    }

    .blog-grid{
        grid-template-columns:1fr;
    }
}


/* BLOG PAGE */

.blog-hero{
    padding:140px 0 60px;
    background:linear-gradient(to bottom,#f4f9ff,#fff);
    text-align:center;
}

.blog-hero h1{
    max-width:900px;
    margin:auto;
    font-size:52px;
    line-height:1.2;
    color:#082c4e;
}

.article-meta{
    margin-top:15px;
    color:#64748B;
}

.article-featured-image{
    max-width:1000px;
    margin:0 auto 50px;
    padding:0 20px;
}

.article-featured-image img{
    width:100%;
    height:500px;
    object-fit:cover;
    border-radius:24px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.blog-article{
    max-width:900px;
    margin:auto;
    padding:0 20px 80px;
}

.blog-article p{
    color:#475569;
    font-size:18px;
    line-height:1.9;
    margin-bottom:24px;
}

.blog-article h2{
    margin:50px 0 20px;
    color:#082c4e;
    font-size:34px;
}

.blog-article ul{
    padding-left:25px;
    margin-bottom:25px;
}

.blog-article li{
    margin-bottom:12px;
    color:#475569;
}

.related-articles{
    padding:80px 0;
    background:#f8fbff;
}

.related-articles h2{
    text-align:center;
    margin-bottom:40px;
}

.related-grid{
    max-width:1000px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    padding:0 20px;
}

.related-grid a{
    background:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    font-weight:600;
    transition:.3s;
}

.related-grid a:hover{
    transform:translateY(-6px);
}

@media(max-width:768px){

    .blog-hero h1{
        font-size:34px;
    }

    .article-featured-image img{
        height:250px;
    }

    .related-grid{
        grid-template-columns:1fr;
    }

    .blog-article h2{
        font-size:28px;
    }
}



/* ============= cta=============== */

/* Floating WhatsApp CTA */
.whatsapp-float{
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;

    display: flex;
    align-items: center;
    gap: 10px;

    background: #25D366;
    color: #fff;
    text-decoration: none;

    padding: 14px 22px;
    border-radius: 999px;

    font-size: 15px;
    font-weight: 600;

    box-shadow:
        0 10px 30px rgba(37,211,102,.35);

    transition: all .3s ease;

    animation: whatsappPulse 2s infinite;
}

.whatsapp-float i{
    font-size: 1.7rem;
}

.whatsapp-float:hover{
    background: #1ebe5d;
    color: #fff;
    transform: translateY(-4px);
    box-shadow:
        0 18px 40px rgba(37,211,102,.45);
}

@keyframes whatsappPulse{
    0%{
        box-shadow: 0 0 0 0 rgba(37,211,102,.45);
    }
    70%{
        box-shadow: 0 0 0 18px rgba(37,211,102,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(37,211,102,0);
    }
}

/* Mobile */
@media (max-width: 768px){

    .whatsapp-float{
        right: 16px;
        bottom: 16px;
        width: 60px;
        height: 60px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }

    .whatsapp-float span{
        display: none;
    }

    .whatsapp-float i{
        font-size: 2rem;
    }
}

/* =========================================================
   MERGED MOBILE RESPONSIVE FIXES (site-wide responsiveness)
   ========================================================= */

/* =====================================================
   MOBILE RESPONSIVE FIXES — Dr. Pallam Praveen Site
   Scope: all breakpoints ≤ 768px (+ targeted 900px)
===================================================== */

/* --------------------------------------------------
   1. BASE / GLOBAL
-------------------------------------------------- */
html, body {
    overflow-x: hidden;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

/* --------------------------------------------------
   2. HEADER / NAV
-------------------------------------------------- */
@media (max-width: 992px) {
    .nav-container {
        height: 64px;
        padding: 0 1rem;
    }

    .logo {
        font-size: 1.2rem;
    }

    .logo i {
        font-size: 1.4rem;
    }

    .nav-links {
        display: none;
        position: fixed;
        top: 64px;
        left: 0;
        width: 100%;
        height: calc(100vh - 64px);
        background: #fff;
        flex-direction: column;
        align-items: stretch;
        padding: 1.5rem 1.5rem 2rem;
        gap: 0;
        overflow-y: auto;
        z-index: 999;
        box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links a {
        padding: 0.85rem 0;
        border-bottom: 1px solid #f1f5f9;
        font-size: 1rem;
    }

    .nav-links .btn.btn-primary {
        margin-top: 1rem;
        padding: 0.75rem 1.5rem;
        text-align: center;
        border-radius: 50px;
        width: 100%;
        display: block;
    }

    .mobile-menu-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        font-size: 1.4rem;
        cursor: pointer;
    }
}

/* --------------------------------------------------
   3. INNER PAGE TOP SPACING
-------------------------------------------------- */
@media (max-width: 992px) {
    .about-page,
    .specialities-page,
    .innovation-page,
    .contact-page {
        padding-top: 80px;
    }
}

/* --------------------------------------------------
   4. HERO SECTION
-------------------------------------------------- */
@media (max-width: 900px) {
    .v2-hero-section {
        padding: 84px 0 0;
    }

    .v2-hero-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
        padding-bottom: 0;
    }

    .v2-hero-left {
        max-width: 100%;
        min-width: 0;
    }

    .v2-hero-h1 {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 4px;
    }

    .v2-hero-name {
        font-size: 24px;
        gap: 8px;
    }

    .plus-icon {
        font-size: 24px;
    }

    .v2-hero-qual {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .v2-top-tag {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .v2-world-badge {
        font-size: 13px;
        padding: 8px 14px;
        margin-bottom: 16px;
    }

    .v2-hero-points {
        margin-bottom: 24px;
    }

    .v2-hero-points li {
        font-size: 14px;
        margin-bottom: 8px;
        gap: 8px;
    }

    /* Right column: doctor image on top, stat cards below */
    .v2-hero-right {
        width: 100%;
        min-width: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    /* Doctor image — full-width, portrait crop */
    .v2-doctor-wrap {
        display: block;
        width: 100%;
        order: -1;          /* always first on mobile */
    }

    .v2-doctor-img {
        width: 100%;
        height: 320px;
        object-fit: cover;
        object-position: top center;
        border-radius: 20px;
        display: block;
    }

    /* Stat cards — 2×2 grid below the image */
    .v2-stat-cards {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
    }

    .v2-stat-card {
        width: calc(50% - 5px);
        min-width: 0;
        padding: 12px 14px;
    }

    .v2-stat-card h4 {
        font-size: 16px;
    }

    .v2-stat-card p {
        font-size: 11px;
    }

    .v2-stat-icon {
        width: 36px;
        height: 36px;
        font-size: 15px;
        flex-shrink: 0;
    }

    /* Features bar — 2-col */
    .v2-features-bar {
        grid-template-columns: repeat(2, 1fr);
        border-radius: 0;
        margin-top: 20px;
    }

    .v2-feature-item {
        padding: 16px 18px;
        border-right: none;
        border-bottom: 1px solid #f0f4f9;
    }

    .v2-feature-item:nth-child(odd) {
        border-right: 1px solid #f0f4f9;
    }

    .v2-feature-item:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .v2-feature-item h4 {
        font-size: 13px;
    }

    .v2-feature-item p {
        font-size: 11px;
    }

    .v2-feat-icon {
        width: 40px;
        height: 40px;
        font-size: 17px;
        flex-shrink: 0;
    }
}

@media (max-width: 480px) {
    /* Keep stat cards 2-col on small phones */
    .v2-stat-card {
        width: calc(50% - 5px);
    }

    /* Slightly shorter image on very small phones */
    .v2-doctor-img {
        height: 260px;
    }

    .v2-hero-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .v2-btn {
        width: 100%;
        justify-content: center;
        padding: 13px 20px;
        font-size: 14px;
    }

    .v2-features-bar {
        grid-template-columns: 1fr;
    }

    .v2-feature-item {
        border-right: none !important;
        border-bottom: 1px solid #f0f4f9;
    }

    .v2-feature-item:last-child {
        border-bottom: none;
    }
}

/* --------------------------------------------------
   5. STATS BAR
-------------------------------------------------- */
@media (max-width: 900px) {
    .v2-stats-bar {
        padding: 20px 0;
    }

    .v2-stats-bar-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .v2-stats-bar-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 16px;
        gap: 12px;
    }

    .v2-stats-bar-item:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .v2-stats-bar-item:nth-child(3),
    .v2-stats-bar-item:nth-child(4) {
        border-bottom: none;
    }

    .v2-stats-bar-item h3 {
        font-size: 22px;
    }

    .v2-stats-bar-item p {
        font-size: 12px;
    }

    .v2-sb-icon {
        width: 40px;
        height: 40px;
        font-size: 17px;
        flex-shrink: 0;
    }
}

/* --------------------------------------------------
   6. SECTION TITLES
-------------------------------------------------- */
@media (max-width: 768px) {
    .section-title {
        margin-bottom: 1.75rem;
    }

    .section-title h2 {
        font-size: 1.75rem;
        line-height: 1.3;
    }

    .section-title p {
        font-size: 1rem;
    }
}

/* --------------------------------------------------
   7. HOME INNOVATION PREVIEW
-------------------------------------------------- */
@media (max-width: 900px) {
    .home-innovation-preview {
        padding: 40px 0;
    }

    .home-innovation-preview .section-title {
        margin: 0 auto 36px;
    }

    .home-innovation-preview .invention-container {
        grid-template-columns: 1fr;
        padding: 28px 24px;
        gap: 24px;
        border-radius: 20px;
    }

    .home-innovation-preview .invention-left h2 {
        font-size: 26px;
        margin: 10px 0;
    }

    .home-innovation-preview .invention-left p {
        font-size: 15px;
        line-height: 1.7;
    }

    .invention-features {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 14px;
    }

    .invention-features div {
        background: rgba(255,255,255,0.12);
        padding: 6px 12px;
        border-radius: 20px;
        font-size: 13px;
    }

    .home-innovation-preview .invention-right img {
        width: 100%;
        max-width: 100%;
        border-radius: 14px;
    }
}

/* --------------------------------------------------
   8. TREATMENT HUB GRID
-------------------------------------------------- */
@media (max-width: 768px) {
    .treatment-hub {
        padding: 40px 0;
    }

    .treatment-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-top: 20px;
    }

    .treatment-box {
        padding: 18px 14px;
        border-radius: 16px;
    }

    .treatment-box h3 {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .treatment-box p {
        font-size: 13px;
    }
}

@media (max-width: 400px) {
    .treatment-grid {
        grid-template-columns: 1fr;
    }
}

/* --------------------------------------------------
   9. SERVICES / EXPLORE MORE SECTION
-------------------------------------------------- */
@media (max-width: 768px) {
    .services-section {
        padding: 40px 0;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .service-card {
        padding: 1.5rem 1.25rem;
        border-radius: 18px;
    }

    .service-card h3 {
        font-size: 1.1rem;
        margin-bottom: 0.6rem;
    }

    .service-card p {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .service-icon {
        width: 54px;
        height: 54px;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 400px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

/* --------------------------------------------------
   10. ABOUT / NEW ABOUT SECTION
-------------------------------------------------- */
@media (max-width: 768px) {
    .new-about-section {
        padding: 60px 0;
    }

    .new-about-container {
        flex-direction: column;
        gap: 24px;
    }

    .new-about-image {
        min-width: 0;
        width: 100%;
    }

    .new-experience-badge {
        left: 10px;
        bottom: 10px;
        padding: 14px;
        font-size: 13px;
        border-radius: 14px;
    }

    .new-about-content {
        min-width: 0;
    }

    .new-about-content h2 {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .new-about-content h3 {
        font-size: 17px;
        margin-bottom: 16px;
    }

    .new-about-content p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 14px;
    }
}

/* --------------------------------------------------
   11. CONTACT SECTION
-------------------------------------------------- */
@media (max-width: 768px) {
    .contact-section {
        padding: 3rem 0;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .contact-form {
        padding: 1.5rem;
        border-radius: 16px;
    }

    .contact-info-card {
        padding: 1.25rem;
        gap: 1rem;
        border-radius: 12px;
        margin-bottom: 1rem;
    }

    .contact-icon {
        width: 48px;
        height: 48px;
        font-size: 1.2rem;
        flex-shrink: 0;
    }

    .form-control {
        font-size: 16px;
        padding: 0.85rem 1rem;
    }

    .form-group {
        margin-bottom: 1rem;
    }
}

/* --------------------------------------------------
   12. FOOTER
-------------------------------------------------- */
@media (max-width: 768px) {
    footer {
        padding: 3rem 0 1.5rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 1.75rem;
        margin-bottom: 1.5rem;
    }

    .footer-about p {
        font-size: 14px;
        line-height: 1.7;
        margin: 0.75rem 0 1rem;
        color: #94A3B8;
    }

    .footer-links h4 {
        font-size: 16px;
        margin-bottom: 0.75rem;
    }

    .footer-links ul li {
        margin-bottom: 0.6rem;
    }

    .footer-links ul li a {
        font-size: 14px;
    }

    .footer-bottom {
        padding-top: 1.25rem;
        font-size: 13px;
        line-height: 1.6;
    }

    .social-links {
        margin-top: 0.5rem;
    }

    .social-links a {
        width: 36px;
        height: 36px;
    }
}

/* --------------------------------------------------
   13. BLOG LIST PAGE
-------------------------------------------------- */
@media (max-width: 768px) {
    .blogs-hero {
        padding: 100px 0 36px;
    }

    .blogs-hero h1 {
        font-size: 28px;
        line-height: 1.3;
    }

    .blogs-hero p {
        font-size: 15px;
        line-height: 1.7;
    }

    .blog-grid-section {
        padding-bottom: 60px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .blog-card {
        border-radius: 18px;
    }

    .blog-card img {
        height: 200px;
    }

    .blog-content {
        padding: 18px;
    }

    .blog-content h3 {
        font-size: 20px;
        margin: 10px 0 8px;
        line-height: 1.4;
    }

    .blog-content p {
        font-size: 14px;
        margin-bottom: 14px;
    }
}

/* --------------------------------------------------
   14. SINGLE BLOG / ARTICLE PAGE
-------------------------------------------------- */
@media (max-width: 768px) {
    .blog-hero {
        padding: 96px 0 28px;
    }

    .blog-hero h1 {
        font-size: 24px;
        line-height: 1.3;
        padding: 0 1rem;
    }

    .article-meta {
        font-size: 13px;
        padding: 0 1rem;
    }

    .article-featured-image {
        margin-bottom: 28px;
    }

    .article-featured-image img {
        height: 200px;
        border-radius: 16px;
    }

    .blog-article {
        padding: 0 0 50px;
    }

    .blog-article p {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 18px;
    }

    .blog-article h2 {
        font-size: 22px;
        margin: 32px 0 12px;
    }

    .blog-article li {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .related-articles {
        padding: 50px 0;
    }

    .related-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .related-grid a {
        padding: 18px;
        font-size: 15px;
    }
}

/* --------------------------------------------------
   15. BLOG ARTICLE CARD SECTION
-------------------------------------------------- */
@media (max-width: 768px) {
    .blog-article-section {
        padding: 50px 0;
    }

    .article-title {
        font-size: 24px;
        line-height: 1.3;
        margin: 12px auto 24px;
        padding: 0 1rem;
    }

    .article-card {
        padding: 22px 16px;
        border-radius: 18px;
    }

    .article-card p {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 18px;
    }

    .article-cta {
        flex-direction: column;
        gap: 10px;
        margin-top: 24px;
    }

    .call-btn,
    .appointment-btn {
        width: 100%;
        text-align: center;
        padding: 13px 20px;
    }
}

/* --------------------------------------------------
   16. ABOUT BLOG CARD
-------------------------------------------------- */
@media (max-width: 768px) {
    .about-blog-card {
        padding: 22px 16px;
        margin-top: 24px;
        border-radius: 18px;
    }

    .about-blog-card h3 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 16px;
    }

    .about-blog-card p {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 16px;
    }

    .blog-feature-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin: 20px 0;
    }

    .blog-feature {
        padding: 16px;
        border-radius: 14px;
        gap: 10px;
    }

    .blog-badge {
        font-size: 13px;
        padding: 8px 14px;
    }

    .blog-cta {
        padding: 20px 16px;
        border-radius: 14px;
        margin-top: 24px;
    }

    .blog-cta h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .blog-cta p {
        font-size: 14px;
    }
}

/* --------------------------------------------------
   17. SEO / SPECIALITY PAGES
-------------------------------------------------- */
@media (max-width: 768px) {
    .speciality-hero {
        padding-bottom: 40px;
    }

    .hero-desc {
        font-size: 15px;
        line-height: 1.7;
        margin: 14px 0;
    }

    .about-piles-section {
        padding: 20px 0 50px;
    }

    .info-card {
        padding: 22px 16px;
        border-radius: 18px;
    }

    .laser-benefits-section {
        padding: 40px 0;
    }

    .laser-benefits-box {
        padding: 28px 18px;
        border-radius: 18px;
    }

    .laser-left h2 {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .laser-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 24px;
    }

    .laser-card {
        padding: 16px;
        border-radius: 12px;
        font-size: 14px;
    }

    .doctor-section {
        padding: 40px 0;
    }

    .doctor-card {
        padding: 22px 16px;
        border-radius: 18px;
    }

    .doctor-features {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 24px;
    }

    .timeline-section {
        padding: 40px 0;
    }

    .timeline {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .timeline-item {
        padding: 18px 14px;
        border-radius: 16px;
    }

    .faq-section {
        padding: 40px 0;
    }

    .faq-container {
        gap: 14px;
    }

    .faq-item {
        padding: 18px;
        border-radius: 16px;
    }

    .final-cta {
        padding: 40px 0;
    }

    .cta-box {
        padding: 30px 18px;
        border-radius: 18px;
    }

    .cta-box h2 {
        font-size: 22px;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
        margin-top: 22px;
    }

    .cta-buttons .btn {
        text-align: center;
    }
}

@media (max-width: 400px) {
    .timeline {
        grid-template-columns: 1fr;
    }
}

/* --------------------------------------------------
   18. INVENTION / INNOVATION SECTION (standalone)
-------------------------------------------------- */
@media (max-width: 768px) {
    .invention-section {
        padding: 50px 0;
    }

    .invention-container {
        grid-template-columns: 1fr;
        gap: 28px;
        text-align: left;
    }

    .invention-left h2 {
        font-size: 28px;
        line-height: 1.2;
        margin: 14px 0;
    }

    .invention-left p {
        font-size: 15px;
        line-height: 1.7;
    }

    .invention-buttons {
        flex-direction: column;
        gap: 12px;
        margin-top: 24px;
    }

    .invention-btn {
        text-align: center;
        min-width: 0;
        width: 100%;
    }

    .invention-right img {
        max-width: 100%;
        border-radius: 18px;
    }

    .highlight-section {
        padding: 50px 0;
    }
}

/* --------------------------------------------------
   19. CONTAINER PADDING (very small screens)
-------------------------------------------------- */
@media (max-width: 480px) {
    .container {
        padding: 0 1rem;
    }
}

/* --------------------------------------------------
   20. FLOATING WHATSAPP
-------------------------------------------------- */
@media (max-width: 768px) {
    .whatsapp-float {
        right: 14px;
        bottom: 14px;
        width: 56px;
        height: 56px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }

    .whatsapp-float span {
        display: none;
    }

    .whatsapp-float i {
        font-size: 1.8rem;
    }

    /* Body padding prevents last content hiding behind FAB */
    body {
        padding-bottom: 80px;
    }
}

/* --------------------------------------------------
   21. BUTTONS — minimum touch targets
-------------------------------------------------- */
@media (max-width: 768px) {
    .btn {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

/* --------------------------------------------------
   22. VIDEO GRID COLLAPSE (mobile phones)
-------------------------------------------------- */
@media (max-width: 480px) {
    .video-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .video-card.portrait {
        max-width: 100% !important;
    }
}
