:root {
    --primary-teal: #008081;
    --light-bg: #f8fbff;
    --gradient-bg: linear-gradient(135deg, #e3f4f4 0%, #f0f8ff 100%);
    --glass-bg: rgba(255, 255, 255, 0.9);
    --glass-border: rgba(0, 128, 129, 0.2);
    --light-blue: #e8f4f8;
}

body {
    background: var(--light-bg);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.text-green {color: linear-gradient(135deg, var(--primary-teal), #00a0a0);}

/* ===== Sticky Header ===== */
.site-header {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 999;
}

.logo-icon {
    width: 44px;
    height: 44px;
    background-color: #2563eb;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doctor-info h6 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
}

.doctor-info small {
    font-size: 13px;
    color: #6b7280;
}
img.header-logo {
    width: 300px;
}
/* ===== Floating Buttons ===== */
.floating-btn {
    position: fixed;
    right: 20px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    z-index: 9999;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
    text-decoration: none;
}

.call-btn {
    bottom: 90px;
    background: #2563eb;
}

.whatsapp-btn {
    bottom: 20px;
    background: #25D366;
}

/* Hide call button on desktop */
@media (min-width: 768px) {
    .call-btn {
        display: none;
    }
}

.hero-section {
    background: var(--gradient-bg);
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 2rem 0;
}

.main-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary-teal), #00a0a0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.subtitle {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    color: #333;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.stats-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 128, 129, 0.2);
    border-radius: 20px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 128, 129, 0.1);
    transition: transform 0.3s ease;
}

.stats-card:hover {
    transform: translateY(-5px);
}

.stats-number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary-teal);
}

.stats-label {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

.doctor-image {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 128, 129, 0.2);
    max-height: 500px;
    width: 100%;
    object-fit: cover;
}

.cta-btn {
    padding: 12px 40px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none;
}

.btn-primary-custom {
    background: linear-gradient(135deg, var(--primary-teal), #00a0a0);
    box-shadow: 0 8px 20px rgba(0, 128, 129, 0.3);
}

.btn-primary-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 128, 129, 0.4);
}

.btn-outline-custom {
    color: var(--primary-teal);
    border: 2px solid var(--primary-teal);
}

.btn-outline-custom:hover {
    background: var(--primary-teal);
    color: white;
    transform: translateY(-2px);
}

.badge-gold {
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    color: #b8860b;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

@media (max-width: 768px) {
    .hero-section {
        flex-direction: column;
        text-align: center;
    }

    .stats-row {
        margin-top: 2rem;
    }
}

.excellence-section {
    padding: 90px 15px;
}

.section-badge {
    display: inline-block;
    background: #e8f1ff;
    color: #2563eb;
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}

.section-desc {
    max-width: 850px;
    margin: auto;
    color: #6b7280;
    font-size: 17px;
    margin-bottom: 60px;
}

.excellence-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    transition: all .3s ease;
}

.excellence-card:hover {
    transform: translateY(-6px);
}

.icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
}

.icon-blue {
    background: #e0ecff;
    color: #2563eb;
}

.icon-green {
    background: #dcfce7;
    color: #16a34a;
}

.icon-orange {
    background: #ffedd5;
    color: #f97316;
}

.icon-teal {
    background: #ccfbf1;
    color: #0d9488;
}

.icon-red {
    background: #fee2e2;
    color: #dc2626;
}

.icon-purple {
    background: #ede9fe;
    color: #7c3aed;
}

.excellence-card h5 {
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}

.excellence-card p {
    color: #6b7280;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 32px;
    }
}

.why-section {
    padding: 90px 15px;
}

.section-badge {
    display: inline-block;
    background: #dcfce7;
    color: #15803d;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
}

.section-desc {
    color: #6b7280;
    font-size: 17px;
    max-width: 700px;
    margin-bottom: 35px;
}

.feature {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #e0ecff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.feature h6 {
    font-weight: 700;
    margin-bottom: 4px;
    color: #111827;
}

.feature p {
    margin: 0;
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
}

.image-box {
    position: relative;
    border-radius: 18px;
    padding: 16px;
    background: linear-gradient(135deg, #3b82f6, #22c55e);
}

.image-box img {
    width: 100%;
    border-radius: 14px;
    display: block;
}

.success-card {
    position: absolute;
    right: -20px;
    bottom: -20px;
    background: #fff;
    border-radius: 16px;
    padding: 20px 22px;
    width: 220px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
}

.success-card .icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #dcfce7;
    color: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 10px;
}

.success-card h4 {
    font-weight: 700;
    margin-bottom: 2px;
    color: #111827;
}

.success-card span {
    font-size: 14px;
    color: #6b7280;
}

.success-card p {
    font-size: 13px;
    color: #6b7280;
    margin-top: 8px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .success-card {
        position: static;
        margin-top: 20px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 32px;
    }
}

.section-padding {
    padding: 80px 0;
}

.badge-soft {
    background: #e6f7ec;
    color: #2e9f65;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}

.section-title {
    font-weight: 700;
    font-size: 38px;
    margin-top: 20px;
}

.section-subtitle {
    color: #6b7280;
    max-width: 700px;
    margin: 15px auto 0;
}

.treatment-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: all .3s ease;
    height: 100%;
}

.treatment-card:hover {
    transform: translateY(-6px);
}

.treatment-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.icon-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .15);
}

.card-body h5 {
    font-weight: 700;
    margin-bottom: 15px;
}

.card-body ul {
    padding-left: 18px;
}

.card-body ul li {
    margin-bottom: 8px;
    color: #374151;
}

.appointment-wrapper {
    padding: 80px 15px;
    background: linear-gradient(135deg, var(--primary-teal), #00a0a0);
}

.appointment-wrapper .form-card {
    background: #fff;
    border-radius: 18px;
    padding: 40px;
    max-width: 900px;
    margin: auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
}

.appointment-wrapper .form-control {
    height: 52px;
    border-radius: 10px;
    padding-left: 45px;
}

.appointment-wrapper textarea.form-control {
    height: 120px;
    padding-top: 12px;
}

.appointment-wrapper .input-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 16px;
}

.appointment-wrapper .form-label {
    font-weight: 600;
    margin-bottom: 6px;
}

.appointment-wrapper .btn-primary {
    height: 56px;
    font-weight: 600;
    border-radius: 12px;
    background: #2f6df6;
    border: none;
    box-shadow: 0 10px 20px rgba(47, 109, 246, .4);
}

.appointment-wrapper .btn-primary:hover {
    background: #245be0;
}

.appointment-wrapper .form-footer {
    font-size: 13px;
    color: #6b7280;
    margin-top: 20px;
    text-align: center;
}

.appointment-wrapper .heading {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.appointment-wrapper .heading h1 {
    font-weight: 700;
}

.appointment-wrapper .heading p {
    opacity: .9;
    max-width: 600px;
    margin: 10px auto 0;
}

.cta-section {
    padding: 100px 15px;
    background: linear-gradient(90deg, #2f6df6 0%, #1aa85b 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.cta-title {
    font-size: 42px;
    font-weight: 700;
    max-width: 900px;
    margin: auto;
    line-height: 1.2;
}

.cta-desc {
    max-width: 850px;
    margin: 20px auto 60px;
    font-size: 18px;
    opacity: 0.95;
}

.cta-card {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    backdrop-filter: blur(6px);
}

.cta-card i {
    font-size: 32px;
    margin-bottom: 20px;
}

.cta-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.cta-card p {
    font-size: 15px;
    opacity: 0.9;
    margin-bottom: 0;
}

.cta-buttons {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-book {
    background: #fff;
    color: #2563eb;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 10px;
    border: none;
}

.btn-call {
    border: 2px solid #fff;
    color: #fff;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
    background: transparent;
}

.cta-footer {
    margin-top: 30px;
    font-size: 14px;
    opacity: 0.85;
    text-align: center;
}

@media(max-width: 768px) {
    .cta-title {
        font-size: 32px;
    }
}

.hospital-section {
    padding: 90px 15px;
}

.section-badge {
    display: inline-block;
    background: #e8f1ff;
    color: #2563eb;
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111827;
}

.section-desc {
    max-width: 800px;
    margin: auto;
    color: #6b7280;
    font-size: 17px;
}

.hospital-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    height: 100%;
    transition: transform .3s ease;
}

.hospital-card:hover {
    transform: translateY(-6px);
}

.hospital-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.hospital-body {
    padding: 25px;
}

.icon-box {
    width: 44px;
    height: 44px;
    background: #eef4ff;
    color: #2563eb;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 15px;
}

.hospital-body h5 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #111827;
}

.hospital-location {
    color: #6b7280;
    font-size: 15px;
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.hospital-location i {
    color: #2563eb;
    margin-top: 4px;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 32px;
    }
    .header-contact{justify-content: center;width:100%;}
}
.footer-bottom {
    background: linear-gradient(135deg, var(--primary-teal), #00a0a0);
    padding: 18px 15px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}