/* ===== Global Styles ===== */
:root {
    --primary-color: #005C90;
    --secondary-color: #ED1C24;
    --dark-color: #0C6AA5;
    --light-bg: #f8f9fa;
    --text-color: #364153;
    --text-muted: #6c757d;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text-color);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.6;
}

h1 {
    font-size: 52px;
    font-weight: 700;
}

h2 {
    font-size: 48px;
    font-weight: 700;
}

p {
    font-size: 16px;
    line-height: 1.6;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

.section-padding {
    padding: 80px 0;
}

/* ===== Navbar ===== */
.header-nav {
    padding: 0;
    border-bottom: 1px solid #eee;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.header-nav .container {
    padding-top: 6px;
    padding-bottom: 6px;
}

.navbar-brand img {
    height: 45px;
}

.navbar .nav-link {
    color: var(--text-color);
    font-weight: 500;
    font-size: 15px;
    padding: 8px 19px;
    transition: color 0.2s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: var(--primary-color);
}

.btn-emergency {
    background-color: var(--secondary-color);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 13px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.btn-emergency:hover {
    background-color: #c4161d;
    color: #fff;
    box-shadow: 0 3px 10px rgba(237, 28, 36, 0.3);
}

/* ===== Hero Section ===== */
.hero-section {
    background: linear-gradient(135deg, #1a4a7a 0%, #2577B6 40%, #1d5f94 100%);
    padding: 80px 0;
    min-height: 520px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 120px !important;
}

.hero-title {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.3;
}

.hero-highlight {
    color: var(--secondary-color);
}

.text-primary-custom {
    color: var(--primary-color) !important;
}

.hero-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    line-height: 1.8;
    max-width: 480px;
}

.hero-subtitle strong {
    color: #fff;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-book-appointment {
    background-color: #fff;
    color: var(--primary-color);
    border: 2px solid #fff;
    height: 50px;
    padding: 0 28px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.btn-book-appointment img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(93%) saturate(1000%) hue-rotate(180deg) brightness(70%) contrast(100%);
}

.btn-book-appointment:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.btn-book-appointment:hover img {
    filter: brightness(0) invert(1);
}

.btn-hero-emergency {
    background-color: var(--secondary-color);
    color: #fff;
    border: 2px solid var(--secondary-color);
    height: 50px;
    padding: 0 28px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.btn-hero-emergency img {
    filter: brightness(0) invert(1);
}

.btn-hero-emergency:hover {
    background-color: #c4161d;
    border-color: #c4161d;
    color: #fff;
}

.hero-image-wrapper {
    position: relative;
    text-align: center;
}

.hero-image {
    max-width: 90%;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.hero-badge {
    position: absolute;
    bottom: -28px;
    right: -40px;
    background: #fff;
    border-radius: 12px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.hero-badge i {
    font-size: 1.5rem;
    color: var(--primary-color);
    background: #005C90;
    border-radius: 50%;
    padding: 10px;
    color: #fff;
}

.hero-badge strong {
    display: block;
    font-size: 1.2rem;
    color: var(--dark-color);
    line-height: 1.2;
    text-align: left;
}

.hero-badge span {
    font-size: 0.75rem;
    color: var(--text-muted);
}

.min-vh-75 {
    min-height: 60vh;
}

/* ===== Stats Section ===== */
.stats-section {
    position: relative;
    margin-top: -80px;
    padding: 0px;
}

.stats-row {
    margin-top: -40px;
}

.stat-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 20px;
    color: #fff;
}

.stat-icon img {
    filter: brightness(0) invert(1);
}

.stat-icon-teal {
    background-color: #00a89d;
}

.stat-icon-red {
    background-color: var(--secondary-color);
}

.stat-icon-green {
    background-color: #00a89d;
}

.stat-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.stat-number-red {
    color: var(--secondary-color);
}

.stat-number-green {
    color: #00a89d;
    font-size: 1.4rem;
}

.stat-label {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 0;
}

/* ===== Section Headers ===== */
.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--dark-color);
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: var(--secondary-color);
    border-radius: 2px;
}

.section-subtitle {
    color: var(--text-muted);
    margin-top: 20px;
    font-size: 1rem;
}

/* ===== About Section ===== */
.about-badge {
    display: inline-block;
    padding: 6px 24px;
    border: 2px solid var(--primary-color);
    border-radius: 30px;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 500;
}

.about-main-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--dark-color);
}

.title-underline {
    width: 50px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 15px auto 0;
    border-radius: 2px;
}

.about-img-box {
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, #CBFBF1 0%, #CEFAFE 100%);
    /* opacity: 0.3; */
    border-radius: 24px;
}

.about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-text p {
    color: var(--text-muted);
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 15px;
}

/* Why Patients Choose Us */
.why-choose-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 0;
}

.choose-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
}

.choose-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.choose-icon img {
    filter: brightness(0) invert(1);
}

.choose-icon-1 {
    background-color: var(--primary-color);
    background: linear-gradient(180deg, #25274D 0%, #0C6AA5 50%, #2E9CCA 100%);
    border-radius: 10px;
}

.choose-icon-2 {
    background-color: #1a4a7a;
    background: linear-gradient(180deg, #25274D 0%, #0C6AA5 50%, #2E9CCA 100%);
    border-radius: 10px;
}

.choose-icon-3 {
    background-color: #2d8bc9;
    background: linear-gradient(180deg, #25274D 0%, #0C6AA5 50%, #2E9CCA 100%);
    border-radius: 10px;
}

.choose-item span {
    font-size: 0.9rem;
    color: var(--text-color);
    font-weight: 500;
}

.btn-primary-custom {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    border-radius: 40px;
    height: 50px;
    padding: 0 28px;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}

.btn-primary-custom:hover {
    background-color: #003d60;
    border-color: #003d60;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 92, 144, 0.3);
}

.about-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.about-placeholder {
    text-align: center;
    padding: 60px;
    background: var(--light-bg);
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    width: 100%;
}

/* ===== Specialties Section ===== */
.specialties-bg {
    background-color: #f4f9fc;
}

.specialties-subtitle {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.7;
}

.spec-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.spec-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.spec-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.spec-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background-color: #005C90;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    background: linear-gradient(180deg, #25274D 0%, #0C6AA5 50%, #2E9CCA 100%);
    border-radius: 10px;
}

.spec-icon img {
    filter: brightness(0) invert(1);
}

.spec-badge-opd {
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 12px;
    padding: 3px 10px;
}

.spec-card-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 8px;
}

.spec-card-desc {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 14px;
    flex-grow: 1;
}

.spec-learn-more {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
}

.spec-learn-more:hover {
    color: #1a4a7a;
}

/* ===== Doctor Cards ===== */
.doc-card {
    text-align: center;
    height: 100%;
}

.doc-image-wrapper {
    margin-bottom: 20px;
}

.doc-image-placeholder {
    width: 100%;
    aspect-ratio: 3/4;
    max-width: 220px;
    margin: 0 auto;
    border-radius: 16px;
    background: linear-gradient(135deg, #f0f4f8, #e8edf2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c0c8d0;
    overflow: hidden;
}

.doc-image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doc-info {
    padding: 0 5px;
}

.doc-name {
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 6px;
}

.doc-specialty {
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.doc-dept {
    font-size: 0.7rem;
    font-weight: 500;
    color: #0C6AA5;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.btn-doc-profile {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--dark-color);
    border: 1.5px solid #ddd;
    border-radius: 20px;
    padding: 6px 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-doc-profile:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.btn-view-more {
    background: linear-gradient(135deg, var(--primary-color), #003d60);
    color: #fff;
    border: none;
    border-radius: 40px;
    height: 50px;
    padding: 6px 40px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.btn-view-more:hover {
    background: linear-gradient(135deg, #003d60, #002740);
    color: #fff;
    box-shadow: 0 6px 20px rgba(0, 92, 144, 0.3);
    /* transform: translateY(-2px); */
    background: linear-gradient(180deg, #25274D 0%, #0C6AA5 50%, #2E9CCA 100%);
    border-radius: 27px;
    color: #ffffff;
}

/* ===== Facility Cards ===== */
.facility-image-wrapper {
    border-radius: 16px;
    overflow: hidden;
}

.facility-banner-img {
    width: 100%;
    display: block;
}

.facility-card-new {
    background: #fff;
    border-radius: 14px;
    padding: 20px 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    height: 100%;
}

.facility-card-new:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.facility-icon-new {
    font-size: 20px;
    color: var(--primary-color);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.facility-card-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 8px;
}

.facility-card-desc {
    font-size: 0.84rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 0;
}

/* ===== Insurance Section ===== */
.tpa-highlight-box {
    background: linear-gradient(135deg, var(--primary-color), #003d60);
    border-radius: 14px;
    padding: 30px 40px;
    text-align: center;
}

.tpa-highlight-box p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
}

.insurance-section-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--dark-color);
}

.govt-scheme-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
}

.govt-scheme-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.govt-scheme-icon {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #00a89d;
    font-size: 18px;
    margin-bottom: 12px;
}

.govt-scheme-card h5 {
    font-size: 15px;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 8px;
    line-height: 1.4;
}

.govt-scheme-card p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 0;
}

.insurance-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.insurance-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--text-color);
    margin-bottom: 12px;
    line-height: 1.5;
}

.insurance-list li i {
    color: var(--primary-color);
    font-size: 14px;
    margin-top: 3px;
    min-width: 14px;
}

.insurance-help-box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #f0f8ff;
    border-left: 4px solid var(--primary-color);
    border-radius: 14px;
    padding: 24px 28px;
}

.insurance-help-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 18px;
}

.insurance-help-box h5 {
    font-size: 15px;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 4px;
}

.insurance-help-box p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 0;
}

.insurance-help-box a {
    color: var(--primary-color);
}

/* ===== Testimonials Section ===== */
.testimonial-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.testimonial-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.testimonial-stars {
    color: #f5a623;
    font-size: 0.85rem;
    display: flex;
    gap: 2px;
}

.testimonial-quote {
    font-size: 1.5rem;
    color: #d0d8e0;
}

.testimonial-author h5 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 2px;
}

.testimonial-location {
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-bottom: 8px;
}

.testimonial-dept {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--primary-color);
    background: #e8f4fd;
    border-radius: 12px;
    padding: 3px 12px;
}

.testimonial-text {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin-top: 14px;
    margin-bottom: 0;
}

/* ===== Emergency CTA Banner ===== */
.emergency-cta {
    background-color: #e52020;
    padding: 45px 0;
}

.emergency-cta-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.emergency-cta-subtitle {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 25px;
}

.emergency-cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-emergency-call {
    background-color: #fff;
    color: #e52020;
    border: 2px solid #fff;
    border-radius: 40px;
    height: 50px;
    padding: 0 28px;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.btn-emergency-call:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.btn-get-directions {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 40px;
    height: 50px;
    padding: 0 28px;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.btn-get-directions:hover {
    background-color: #fff;
    color: #e52020;
}

/* ===== Contact Section ===== */
.contact-info-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-info-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    border-radius: 14px;
    padding: 20px 22px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.contact-info-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.contact-info-icon img {
    filter: brightness(0) invert(1);
}

.contact-icon-teal {
    background-color: #00a89d;
}

.contact-icon-red {
    background-color: #e52020;
}

.contact-icon-green {
    background-color: #00a89d;
}

.contact-info-content h5 {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 4px;
}

.contact-info-content p {
    font-size: 0.84rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 0;
}

.contact-phone {
    color: var(--primary-color) !important;
    font-weight: 500;
}

.contact-email-link {
    color: var(--primary-color);
    font-weight: 500;
}

.contact-email-link:hover {
    color: #1a4a7a;
    text-decoration: underline;
}

.contact-map-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.contact-map-header {
    padding: 10px 16px;
    text-align: right;
}

.open-maps-link {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--primary-color);
}

.open-maps-link:hover {
    color: #1a4a7a;
}

.contact-map {
    flex: 1;
    min-height: 380px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    display: block;
}

/* ===== Footer ===== */
.footer-section {
    background-color: #101828;
    padding: 50px 0 30px;
}

.footer-logo-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--primary-color);
}

.footer-desc {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
}

.footer-heading {
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 18px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.85rem;
    transition: all 0.2s ease;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 3px;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 0.83rem;
    color: rgba(255, 255, 255, 0.55);
}

.footer-contact li i {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 3px;
    font-size: 0.85rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 35px;
    padding-top: 25px;
    text-align: center;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.45);
}

/* ===== Doctors Page ===== */
.doctors-hero {
    background: linear-gradient(135deg, rgba(0, 92, 144, 0.9), rgba(0, 92, 144, 0.85)),
                url('images/Our Consultant Team.webp') center/cover no-repeat;
    padding: 60px 0 70px;
    color: #fff;
}

.back-link {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.75);
    display: inline-block;
    margin-bottom: 20px;
    transition: color 0.2s;
}

.back-link:hover {
    color: #fff;
}

.doctors-hero-title {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.doctors-hero-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 650px;
    line-height: 1.7;
}

.doctors-intro-text {
    font-size: 0.95rem;
    color: #364153;
}

.doctor-detail-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
}

.doctor-detail-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.doctor-detail-header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 14px;
}

.doctor-detail-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: #e8f4fd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6baed6;
    font-size: 20px;
}

.doctor-detail-name {
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 2px;
}

.doctor-detail-qual {
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-bottom: 0;
}

.doctor-detail-dept {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--primary-color);
    background: #e8f4fd;
    border-radius: 4px;
    padding: 4px 12px;
    margin-bottom: 12px;
}

.doctor-detail-desc {
    font-size: 0.84rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 12px;
}

.doctor-detail-link {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--primary-color);
}

.doctor-detail-link:hover {
    color: #1a4a7a;
}

/* ===== Back to Top ===== */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(37, 119, 182, 0.3);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background-color: #1d5f94;
    color: #fff;
    transform: translateY(-3px);
}

/* ===== Responsive Styles ===== */
@media (max-width: 991.98px) {
    .navbar .nav-link {
        padding: 10px 0;
    }

    .btn-emergency {
        display: inline-flex;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-section {
        padding: 60px 0;
        text-align: center;
    }

    .hero-subtitle {
        max-width: 100%;
    }

    .hero-buttons {
        justify-content: center;
    }

    .section-padding {
        padding: 60px 0;
    }

    .about-main-title {
        font-size: 36px;
    }

    .doctors-hero-title {
        font-size: 36px;
    }
}

@media (max-width: 767.98px) {
    h1, .hero-title {
        font-size: 30px;
    }

    h2, .about-main-title {
        font-size: 28px;
    }

    p {
        font-size: 16px;
    }

    .hero-subtitle {
        font-size: 14px;
    }

    .section-title {
        font-size: 28px;
    }

    .hero-section {
        padding: 50px 0;
        min-height: auto;
    }

    .navbar-brand img {
        height: 32px;
    }

    .btn-book-appointment,
    .btn-hero-emergency,
    .btn-view-more,
    .btn-emergency-call,
    .btn-get-directions {
        height: 44px;
        font-size: 14px;
        padding: 0 22px;
    }

    .doctors-hero-title {
        font-size: 28px;
    }

    .insurance-title {
        font-size: 28px;
    }

    .emergency-cta-title {
        font-size: 24px;
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: 1.5rem;
    }

    .hero-buttons .btn {
        /* display: block; */
        width: 100%;
        margin-bottom: 10px;
        align-items: center;
    }

    .hero-buttons .btn:first-child {
        margin-right: 0 !important;
    }

    .counter-number {
        font-size: 1.4rem;
    }
}
