/* Breadcrumb styles */
.breadcrumb-section {
    /* background: linear-gradient(135deg, #f7f8fc 0%, #ffffff 100%); */
    background: #C3BCE7;
    border-bottom: 1px solid rgba(34, 34, 34, 0.08);
}
.breadcrumb-wrapper {
    gap: 1rem;
}
.breadcrumb-wrapper .breadcrumb {
    margin-bottom: 0;
    padding: 0;
    background: transparent;
}
.breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #ef7f1a;
    margin: 0 0.6rem;
}
.breadcrumb-wrapper .breadcrumb-item a {
    color: #414141;
    font-weight: 600;
    transition: color 0.2s ease;
}
.breadcrumb-wrapper .breadcrumb-item a:hover,
.breadcrumb-wrapper .breadcrumb-item a:focus {
    color: #2d1b64;
}
.breadcrumb-title {
    font-size: clamp(1.8rem, 2.4vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #1d1d1d;
}
.breadcrumb-badge {
    font-size: 0.8rem;
    letter-spacing: 0.18em;
    font-weight: 700;
    color: #7b7b7b;
    text-transform: uppercase;
}

/* Navbar custom styles */
.bg-custom {
    background-color: #ef7f1a !important;
}

.navbar .nav-link {
    color: #ffffff;
    font-weight: 600;
    padding: 0.5rem 0.9rem;
    letter-spacing: 0.2px;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #111111;
}

.appointment-btn {
    background-color: #2d1b64; /* deep purple similar to design */
    color: #ffffff;
    padding: 0.65rem 1.1rem;
    border-radius: 2px;
    font-weight: 700;
    text-decoration: none;
}

.appointment-btn:hover,
.appointment-btn:focus {
    color: #ffffff;
    opacity: 0.92;
    text-decoration: none;
    background-color: #1a0f3d;
}

/* Small adjustments for navbar spacing on mobile */
@media (max-width: 991.98px) {
    .navbar .nav-link {
        padding: 0.5rem 0.5rem;
        color: #111111;
    }
    #mainNavbar {
        margin-top: 5px;
        background-color: #f2f2f2;
    }
    .appointment-btn {
        margin-top: 0.5rem;
    }
}

/* Header styles */
.site-header {
    border-bottom: 1px solid #eee;
}
.site-header .header-logo {
    max-height: 70px;
}
.site-header .header-logo-mobile {
    max-height: 60px;
}
.site-header .emergency-text {
    text-transform: uppercase;
    font-size: 14px;
    color: #393185;
    letter-spacing: 0.6px;
    font-weight: 600;
}
.site-header .phone-row {
    align-items: center;
}
.site-header .phone-square {
    width: 22px;
    height: 22px;
    border: 2px solid #ef7f1a;
    display: inline-block;
}
.site-header .phone-number {
    font-size: 22px;
    font-weight: 700;
    color: #333333;
}
.site-header .social-icons li {
    margin-left: 10px;
}
.site-header .social-icons li a {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ef7f1a;
    color: #fff;
    text-decoration: none;
}
.site-header .social-icons li a i {
    font-size: 14px;
}

@media (max-width: 767.98px) {
    .site-header .phone-number {
        font-size: 20px;
    }
    .site-header .social-icons li a {
        width: 36px;
        height: 36px;
    }
}

/* Form section styles */
.form-section {
    position: relative;
    margin-top: -90px; /* overlap the hero on desktop */
    z-index: 50;
}
.form-section .form-card {
    background: rgba(45, 27, 100, 0.85);
    border: 2px solid #ef7f1a;
    border-radius: 6px;
    color: #fff;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
}
.form-section .form-control {
    background: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 0.9rem;
}
.form-section .form-control::placeholder {
    color: #9b9b9b;
}
.form-section .form-control:focus {
    box-shadow: none;
    outline: none;
}
.form-section .submit-btn {
    background: #ffffff;
    color: #333333;
    font-weight: 700;
    border-radius: 6px;
    padding: 0.8rem 1.2rem;
}

@media (max-width: 767.98px) {
    .form-section {
        margin-top: 0;
        padding-top: 1rem;
    }
    .form-section .form-card {
        background: rgba(45, 27, 100, 0.95);
    }
}

/* About section styles */
.about-section {
    background: #ffffff;
    color: #555;
}
.about-section .section-subtitle {
    display: block;
    color: #b6b6b6;
    font-weight: 600;
    margin-bottom: 0.3rem;
    font-size: 18px;
}
.about-section .section-title {
    font-size: 56px;
    margin-bottom: 0.5rem;
    color: #1f1f46;
    font-weight: 700;
}
.about-section .section-lead {
    font-style: italic;
    color: #999;
    margin-bottom: 1.25rem;
}
.about-section p {
    color: #666;
    line-height: 1.9;
}
.about-section .read-more-btn {
    background: #ef7f1a;
    color: #fff;
    border: none;
    padding: 0.7rem 1.2rem;
    border-radius: 6px;
}
.about-section .chairman-img {
    max-width: 320px;
    border-radius: 4px;
}

@media (max-width: 991.98px) {
    .about-section .section-title {
        font-size: 38px;
    }
    .about-section .chairman-img {
        max-width: 260px;
        margin-top: 1rem;
    }
}

/* Facilities section styles */
.facilities-section {
    background: #f9fafb;
}
.facilities-section .section-header {
    max-width: 560px;
    margin: 0 auto 2rem;
}
.facilities-section .section-label {
    display: block;
    font-size: 14px;
    color: #777;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}
.facilities-section .section-title {
    font-size: 42px;
    font-weight: 800;
    color: #222;
    letter-spacing: -0.5px;
}
.facilities-section .section-icon {
    color: #2d1b64;
    font-size: 28px;
}
.facility-card {
    background: #ffffff;
    border: 1px solid rgba(34, 34, 34, 0.08);
    border-radius: 14px;
    overflow: hidden;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}
.facility-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(45, 27, 100, 0.12);
}
.facility-image img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 220px;
}
.facility-body {
    padding: 1.5rem;
}
.facility-body h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: #222;
}
.facility-body p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 1.2rem;
}
.facility-link {
    color: #ef7f1a;
    font-weight: 700;
    text-decoration: none;
}
.facility-link:hover {
    text-decoration: underline;
}
@media (max-width: 767.98px) {
    .facility-image img {
        height: 200px;
    }
    .facility-body {
        padding: 1.25rem;
    }
}

/* Specialities (tabbed) section */
.specialities-section {
    background: #fff;
}
.specialities-heading {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #222;
}
.specialities-lead {
    color: #9b9b9b;
    margin-bottom: 1.5rem;
}
.specialities-tabs {
    display: flex;
    border-bottom: none;
}
.specialities-tabs .nav-link {
    flex: 1 1 auto;
    text-align: center;
    padding: 1.25rem 20px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: none;
    font-weight: 700;
    color: #ef7f1a;
    background: #f8f8f8;
}
.specialities-tabs .nav-link.active {
    background: #2d1b64;
    color: #fff;
}
.specialities-tabs .nav-item + .nav-item .nav-link {
    border-left: none;
}
.spec-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 2px;
}
.spec-label {
    color: #bdbdbd;
    font-weight: 700;
    font-size: 18px;
}
.spec-title {
    font-size: 48px;
    margin-top: 0.2rem;
    color: #666;
    font-weight: 800;
}
.spec-list li {
    margin-bottom: 0.8rem;
    color: #777;
}
.spec-square {
    color: #ef7f1a;
    margin-right: 0.6rem;
}

@media (max-width: 991.98px) {
    .spec-img {
        height: 220px;
    }
    .spec-title {
        font-size: 34px;
    }
}

/* Doctors section styles */
.doctors-section {
    background: #fafafa;
}
.doctors-heading {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 0.8px;
    color: #222;
}
.doctor-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
}
.doctor-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 15px 40px rgba(45, 27, 100, 0.15);
}
.doctor-image {
    overflow: hidden;
    position: relative;
}
.doctor-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.doctor-card:hover .doctor-image img {
    transform: scale(1.05);
}
.doctor-body {
    padding: 1.5rem;
}
.doctor-name {
    font-size: 18px;
    font-weight: 800;
    color: #ef7f1a;
    margin-bottom: 0.4rem;
    line-height: 1.3;
}
.doctor-qualification {
    font-size: 13px;
    color: #999;
    margin-bottom: 0.8rem;
    line-height: 1.6;
}
.doctor-specialty {
    font-size: 12px;
    color: #aaa;
    font-weight: 600;
    letter-spacing: 0.4px;
}

@media (max-width: 991.98px) {
    .doctor-image img {
        height: 240px;
    }
    .doctors-heading {
        font-size: 28px;
    }
}
@media (max-width: 767.98px) {
    .doctor-image img {
        height: 220px;
    }
    .doctor-body {
        padding: 1.25rem;
    }
    .doctor-name {
        font-size: 16px;
    }
}

/* Testimonial section styles */
.testimonial-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #f9fafb 100%);
    position: relative;
}
.testimonial-heading {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 0.8px;
    color: #222;
}
.testimonial-carousel .item {
    padding: 20px;
}
.testimonial-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(45, 27, 100, 0.12);
}
.testimonial-image {
    width: 100px;
    height: 100px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #ef7f1a;
}
.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-name {
    font-size: 18px;
    font-weight: 800;
    color: #222;
    margin: 0.8rem 0 0.6rem;
}
.testimonial-stars {
    color: #ef7f1a;
    font-size: 14px;
    margin-bottom: 1rem;
    letter-spacing: 2px;
}
.testimonial-text {
    color: #666;
    line-height: 1.8;
    font-size: 14px;
    margin: 0;
    font-style: italic;
}
.owl-carousel .owl-nav {
    display: none;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 2rem;
}
/* .owl-carousel .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    border-radius: 50%;
    background: rgba(45, 27, 100, 0.3) !important;
    transition: all 0.3s ease;
}
.owl-carousel .owl-dot.active {
    background: #ef7f1a !important;
} */

@media (max-width: 991.98px) {
    .testimonial-heading {
        font-size: 28px;
    }
    .testimonial-card {
        min-height: 380px;
    }
}
@media (max-width: 767.98px) {
    .testimonial-card {
        min-height: 360px;
        padding: 1.5rem;
    }
    .testimonial-image {
        width: 80px;
        height: 80px;
    }
}

/* Footer section styles */
.footer-section {
    background: linear-gradient(135deg, #2d1b64 0%, #1a0f3d 100%);
    color: #f0f0f0;
    padding: 0;
}

.footer-section .container {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.footer-logo img {
    max-width: 100%;
    height: auto;
}

.footer-history {
    color: #d0d0d0;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 1rem;
}

.footer-heading {
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1.5px;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.8rem;
}

.footer-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #ef7f1a;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.footer-links a i {
    color: #ef7f1a;
    margin-right: 8px;
    font-size: 12px;
}

.footer-links a:hover {
    color: #ef7f1a;
    transform: translateX(4px);
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    gap: 12px;
}

.contact-item i {
    color: #ef7f1a;
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

.contact-item span {
    color: #d0d0d0;
    font-size: 14px;
    line-height: 1.6;
}

.social-icons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.social-icon {
    width: 45px;
    height: 45px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    border-color: #ef7f1a;
    color: #ef7f1a;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(239, 127, 26, 0.3);
}

.map-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.3);
    padding: 1.5rem 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-text {
    color: #b0b0b0;
    font-size: 13px;
    margin: 0;
    letter-spacing: 0.5px;
}

@media (max-width: 991.98px) {
    .footer-heading {
        margin-top: 2rem;
    }

    .social-icons {
        margin-top: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .footer-history {
        font-size: 13px;
        margin-top: 0.8rem;
    }

    .footer-heading {
        font-size: 15px;
        margin-bottom: 1.2rem;
    }

    .footer-links a {
        font-size: 13px;
    }

    .contact-item {
        margin-bottom: 1.2rem;
    }

    .contact-item span {
        font-size: 13px;
    }

    .copyright-text {
        font-size: 12px;
    }
}
/* Stats section styles */
.stats-section {
    background: #fef7ff;
}
.stats-card {
    border: 1px solid rgba(45, 27, 100, 0.08);
    background: #ffffff;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.stats-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 45px rgba(45, 27, 100, 0.12);
}
.stats-icon {
    width: 76px;
    height: 76px;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
}
.stats-value {
    font-size: 2.6rem;
    font-weight: 900;
    color: #1f1f46;
    margin-bottom: 0.45rem;
}
.stats-label {
    margin-bottom: 0;
    color: #6e7280;
    font-size: 1rem;
    font-weight: 600;
}
.stats-card-primary .stats-icon {
    background: linear-gradient(135deg, #6f42c1, #be4bdb);
}
.stats-card-secondary .stats-icon {
    background: linear-gradient(135deg, #0dcaf0, #1097dd);
}
.stats-card-tertiary .stats-icon {
    background: linear-gradient(135deg, #ffc107, #ff8c00);
}
.stats-card-quaternary .stats-icon {
    background: linear-gradient(135deg, #198754, #2dbf65);
}
@media (max-width: 767.98px) {
    .stats-card {
        padding: 2rem 1.75rem;
    }
    .stats-value {
        font-size: 2.2rem;
    }
}
