.modern-hero {
    background: linear-gradient(135deg, #1e4d58 0%, #2d6a79 50%, #4695a7 100%);
    padding: 100px 0 80px;
    position: relative;
    color: #fff;
    overflow: hidden;
}
.modern-hero p, .modern-hero strong {
    color: #ffffff !important;
}
.modern-hero::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 350px; height: 350px;
    background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%);
    border-radius: 50%;
}
.modern-hero .badge-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.modern-hero .hero-badge {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    backdrop-filter: blur(5px);
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.modern-hero h1 {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #fff;
}
.modern-hero .hero-lead {
    font-size: 1.15rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.95);
    max-width: 800px;
}
.breadcrumb-light {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    font-size: 0.9rem;
}
.breadcrumb-light a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}
.breadcrumb-light a:hover {
    color: #fff;
}
.breadcrumb-light li.active {
    color: #fff;
    font-weight: 600;
}

.main-content-section {
    padding: 40px 0;
}
.content-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(45, 106, 121, 0.04);
    border: 1px solid rgba(45, 106, 121, 0.06);
    margin-bottom: 24px;
}
.content-card h3 {
    color: #011659;
    font-size: 1.8rem;
    font-family: var(--text-font), sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}
.content-card h3::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 50px; height: 3px;
    background: #2d6a79;
    border-radius: 2px;
}
.modern-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}
.modern-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #333;
}
.modern-list li i {
    position: absolute;
    left: 0; top: 4px;
    color: #2d6a79;
    font-size: 1.1rem;
}
.doctor-sidebar-card {
    background: linear-gradient(180deg, #ffffff 0%, #f4fbfc 100%);
    border-radius: 24px;
    padding: 35px 30px;
    box-shadow: 0 15px 40px rgba(45, 106, 121, 0.08);
    border: 1px solid rgba(45, 106, 121, 0.1);
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    margin-bottom: 30px;
}
.doc-avatar-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4695a7, #011659);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 3rem;
    box-shadow: 0 8px 20px rgba(45, 106, 121, 0.2);
    border: 4px solid #fff;
    overflow: hidden;
}
.doc-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #011659;
    margin-bottom: 5px;
}
.doc-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #2d6a79;
    margin-bottom: 10px;
}
.doc-exp {
    display: inline-block;
    background: rgba(45, 106, 121, 0.1);
    color: #2d6a79;
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.doc-quals {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: left;
    border-top: 1px solid rgba(45, 106, 121, 0.1);
    padding-top: 15px;
}
.doc-quals li {
    font-size: 0.9rem;
    color: #444;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}
.doc-quals li::before {
    content: '✓';
    position: absolute;
    left: 0; top: 0;
    color: #2d6a79;
    font-weight: bold;
}
.doc-bio-p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #555;
    text-align: left;
    margin-bottom: 0;
}

/* Benefit highlight list */
.benefit-sidebar-card {
    background: #011659;
    color: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(1, 22, 89, 0.15);
}
.benefit-sidebar-card h4 {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.benefit-sidebar-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.benefit-sidebar-card ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
}
.benefit-sidebar-card ul li::before {
    content: '→';
    position: absolute;
    left: 0; top: 0;
    color: #4695a7;
    font-weight: bold;
}
.benefit-sidebar-card ul li strong {
    color: #ffffff;
}

/* FAQs Section */
.faq-section {
    padding: 40px 0 80px;
    background-color: #ffffff;
    border-top: 1px solid rgba(45, 106, 121, 0.08);
}
.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}
.faq-item {
    background: #f7fcfd;
    border: 1px solid rgba(45, 106, 121, 0.1);
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.faq-item:hover {
    border-color: #2d6a79;
    box-shadow: 0 5px 15px rgba(45, 106, 121, 0.04);
}
.faq-question {
    padding: 20px 25px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #011659;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}
.faq-question i {
    transition: transform 0.3s ease;
    color: #2d6a79;
}
.faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: #444;
    font-size: 0.95rem;
    line-height: 1.6;
}
.faq-item.active .faq-answer {
    padding: 0 25px 20px 25px;
    max-height: 200px;
}
.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

/* Testimonials grid */
.reviews-section {
    padding: 40px 0;
    background-color: #f0f7f9;
}
.review-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(45, 106, 121, 0.05);
    border: 1px solid rgba(45, 106, 121, 0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.review-text {
    font-style: italic;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 20px;
}
.review-author {
    font-weight: 700;
    color: #2d6a79;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 10px;
}
.review-author::before {
    content: '';
    display: inline-block;
    width: 20px; height: 2px;
    background: #2d6a79;
}

/* Location & CTA Badge block */
.contact-cta-bar {
    background: #fff;
    border-radius: 15px;
    padding: 25px 35px;
    box-shadow: 0 10px 35px rgba(45, 106, 121, 0.08);
    border: 1px solid rgba(45, 106, 121, 0.1);
    margin-top: -40px;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.cta-bar-item {
    display: flex;
    align-items: center;
    gap: 15px;
}
.cta-bar-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(45, 106, 121, 0.1);
    color: #2d6a79;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}
.cta-bar-info span {
    display: block;
    font-size: 0.8rem;
    color: #777;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.cta-bar-info a, .cta-bar-info strong {
    font-size: 1.1rem;
    color: #011659;
    text-decoration: none;
    font-weight: 700;
}

/* Injection Type Cards */
.injection-type-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid rgba(45, 106, 121, 0.1);
    box-shadow: 0 4px 15px rgba(45, 106, 121, 0.02);
    transition: all 0.3s ease;
}
.injection-type-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(45, 106, 121, 0.06);
    border-color: rgba(45, 106, 121, 0.2);
}
.injection-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(45, 106, 121, 0.08);
    color: #2d6a79;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 30px;
    margin-top: 5px;
}

/* Enable sticky sidebar behavior by overriding ancestor overflow restrictions */
.page-wrapper {
    overflow: clip !important;
}
.obesity-wrapper {
    overflow: clip !important;
}

@media (max-width: 991px) {
    .modern-hero h1 { font-size: 2.2rem; }
    .contact-cta-bar { display: none; }
    .doctor-sidebar-card {
        position: static !important;
    }
}

/* Comprehensive Mobile Responsiveness Fixes */
@media (max-width: 768px) {
    .modern-hero {
        padding: 60px 0 40px !important;
    }
    .modern-hero h1 {
        font-size: 1.8rem !important;
        margin-bottom: 10px;
    }
    .modern-hero .hero-lead {
        font-size: 1rem !important;
        line-height: 1.5;
    }
    .obesity-heading {
        font-size: 1.6rem !important;
    }
    .obesity-section {
        padding: 40px 0 !important;
    }
    .section-title {
        font-size: 1.8rem !important;
    }
    .program-item-rounded, .content-card, .injection-type-card, .benefits-list-box {
        padding: 20px !important;
    }
    .hero-image-box img {
        margin-top: 20px;
    }
    .breadcrumb-light {
        margin-bottom: 15px !important;
    }
    .main-header.header-style-five {
        padding: 5px 0 !important;
    }
    
    /* Make the mobile menu services list always visible and fix overlap */
    .mobile-menu .navigation li.dropdown > ul {
        display: block !important;
        position: relative !important;
        opacity: 1 !important;
        visibility: visible !important;
        box-shadow: none !important;
        padding-top: 10px !important;
    }
}
