.doctor-name {
    font-size: 35px;
    font-weight: 700;
    color: #0a2c5d;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .doctor-name {
        font-size: 30px;
    }
}

.doctor-designation {
    font-size: 16px;
    color: #555;
    margin-bottom: 25px;
    line-height: 1.5;
}

.doctor-designation span {
    display: block;
    margin-top: 4px;
    color: #FF9A68;
    font-weight: 600;
}

.doctor-info p {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 16px;
}

.expertise-list {
    margin-top: 15px;
}

.expertise-list li {
    padding-left: 26px;
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
}

.expertise-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    font-size: 20px;
    color: var(--primary-color);
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 3px;
    left: 0;

}

.accordion .accordion-item {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.accordion .accordion-button {
    font-weight: 600;
    color: #0a2c5d;
}

.accordion .accordion-body {
    background-color: #f8fafc;
    color: #333 !important;
    font-size: 14px;
    line-height: 1.7;
}

.appointment-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border-top: 4px solid #FF9A68;
}

.appointment-card h4 {
    font-size: 20px;
    color: #0a2c5d;
    margin-bottom: 12px;
}

.appointment-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.appointment-card .theme-button {
    font-size: 15px;
    padding: 14px;
}

.doctor-image img {
    max-width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.accordion-body li {
    color: rgb(244, 244, 244);
}

/* ===== WHY CHOOSE DOCTOR ===== */

/* ===== WHY CHOOSE DOCTOR ===== */
/* ===== WHY CHOOSE DOCTOR ===== */
.why-choose-doctor {
    padding: 50px 0;
    background: linear-gradient(180deg, #ffffff, #f6f9fc);
}

/* Heading */
.why-content .sub-title {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary-color);
    font-weight: 600;
}

.why-content h2 {
    font-size: 38px;
    color: #0a2c5d;
    margin: 10px 0 15px;
}

.why-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* Features */
.why-features {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.why-box {
    background: #0a2c5d;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.why-box:hover {
    transform: translateY(-6px);
}

.why-box .icon {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 12px;
    padding: 4px;

}

.why-box h4 {
    font-size: 18px;
    color: #0a2c5d;
    margin-bottom: 8px;
}

.why-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

/* Center Image */
.why-image img {
    width: auto;
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

/* Responsive */

@media (max-width: 991px) {
    .why-image img {
        width: 70%;
        height: 350px;
        margin: 20px;

    }

    .why-content h2 {
        font-size: 30px;
    }
}


/* profile end  */
/* achivements  */
.achievement-section {
    background: #fff;
}

.achievement-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: all 0.3s ease;
}

.achievement-card:hover {
    transform: translateY(-6px);
}

.achievement-badge {
    position: absolute;
    top: -15px;
    right: 20px;
    background: #c4161c;
    color: #fff;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 14px;
}

.achievement-image img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #eee;
}

.achievement-content {
    margin-top: 20px;
}

.achievement-content h4 {
    font-weight: 600;
    color: #0a2c5d;
    margin-bottom: 10px;
    font-size: 20px;
}

.achievement-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

.text-center {
    text-align: center;
}

/* achivements  */

/* cardio department  */
.hospital-content h2 {
    font-weight: 600;
    color: #0a2c5d;
}

.hospital-content h6 {
    color: #555;
    font-weight: 600;
}

.appointment-card {
    background: #f1f3f6;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    top: 60px;
}

.list-style-one li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.list-style-one li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    font-size: 20px;
    color: #FF9A68;
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 3px;
    left: 0;
}

.hospital-image img {
    width: 100%;
    border-radius: 12px;
}

.hospital-content img {
    margin-top: 10px;
}

/* cardio department  */

/* blog  */
.blog-card {
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-image img {
    width: 100%;
    height: 220px;
    /* object-fit: cover; */
}

.blog-content {
    padding: 20px;
}

.blog-meta {
    font-size: 13px;
    color: #777;
    display: block;
    margin-bottom: 8px;
}

.blog-content h3 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 16px;
    border: 1px solid red;
    color: red;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
}

.read-more:hover {
    background: red;
    color: #fff;
}

/* blog  */

/* videos  */
.breadcrumb-red {
    background: linear-gradient(rgba(180, 40, 40, 0.95), rgba(180, 40, 40, 0.95)),
        url('assets/images/hero/breadcrumb.png') center/cover no-repeat;
    padding: 80px 0;
}

.video-box iframe {
    width: 100%;
    height: 320px;
    border-radius: 6px;
}

.video-box h4 {
    margin-top: 12px;
    font-size: 18px;
}

/* videos  */
/* news  */
.media-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.media-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.media-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.media-content {
    padding: 15px;
}

.media-content h4 {
    font-size: 16px;
    margin-bottom: 6px;
}

.media-content p {
    font-size: 14px;
    color: #0c193e;
    font-weight: 600;
    margin: 0;
}

/* news  */

/* new page  */
.hospital-content h2 {
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    font-family: math;
}

.hospital-content h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #8e0404;
    margin-top: 12px;
    border-radius: 2px;
}

.hospital-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
    text-align: justify;
}

.hospital-image {
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    width: 100%;
    height: auto;
    transition: all 0.4s ease;
}

.hospital-image:hover {
    transform: scale(1.02);
}

.step-number {
    font-size: 3rem;
    font-weight: 800;
    color: rgba(142, 4, 4, 0.1);
    position: absolute;
    top: -20px;
    left: 0;
    z-index: -1;
}

.content-wrapper {
    position: relative;
    padding-top: 10px;
}

.bg-soft-red {
    background-color: #fff9f9;
}

/* new page  */

.sidebar-sticky {
    position: sticky;
    top: 100px;
}

/* journey steps  */
.journey-detail {
    display: none;
    margin-top: 10px;
    background: #f9fafb;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 14px;
}

.work-process-item.active .journey-detail {
    display: block;
}

.journey-step {
    cursor: pointer;
}

/* journey steps  */
.cta-points {
    color: white !important;
    line-height: 1.8rem !important;
    margin-bottom: 32px !important;
    margin-top: -18px !important;
}

/* services sidew bar  */
/* Sticky sidebar */
.sidebar-widget-area {
    position: sticky;
    top: 120px;
    /* adjust based on header height */
}

@media (max-width: 991px) {
    .sidebar-widget-area {
        position: static;
    }
}

/* Sticky sidebar */
.sidebar-widget-area {
    position: sticky;
    top: 120px;
}

/* Disable sticky on mobile */
@media (max-width: 991px) {
    .sidebar-widget-area {
        position: static;
    }
}

.sidebar-widget-area {
    transition: top 0.3s ease;
}

/* Allow sticky sidebar */
.service-single-section {
    overflow: visible;
}

/* Sticky sidebar */
.sidebar-widget-area {
    position: sticky;
    top: 120px;
}

/* Required: parent must allow sticky */
.service-single-section {
    overflow: visible;
}

/* Disable sticky on mobile */
@media (max-width: 991px) {
    .sidebar-widget-area {
        position: static;
    }
}

/* ================================
   GLOBAL STICKY SERVICE SIDEBAR
================================ */

/* Sticky sidebar wrapper */
.sidebar-widget-area {
    position: sticky;
    top: 120px;
    /* adjust according to header height */
}

/* Disable sticky on mobile */
@media (max-width: 991px) {
    .sidebar-widget-area {
        position: static;
        top: auto;
    }
}

/* CRITICAL: Allow sticky to work */
.service-single-section,
.service-single-section .container,
.service-single-section .row {
    overflow: visible !important;
}

/* .row {
  overflow: visible !important;
} */

/* services sidew bar  */

/* profile our aproach  */
.our-approach-section {
    background: linear-gradient(120deg, #eef7f6, #fef7ec);
}

.approach-content .sub-title {
    color: var(--primary-color);
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: inline-block;
}

.approach-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.approach-cards {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.approach-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px 30px;
    display: flex;
    gap: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.approach-card .icon {
    width: 60px;
    height: 60px;
    background: rgb(151 18 22);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    flex-shrink: 0;
}

.approach-card h4 {
    margin-bottom: 8px;
    font-family: math;
}

/* ===== Our Approach – Mobile Fix ===== */
.approach-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

/* Mobile layout */
@media (max-width: 767px) {
    .approach-cards {
        margin-top: 14px;
    }

    .approach-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 25px 20px;
    }

    .approach-card .icon {
        margin-bottom: 12px;
    }

    .approach-card .icon i {
        font-size: 36px;
    }

    .approach-card .content h4 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .approach-card .content p {
        font-size: 14px;
        line-height: 1.7;
    }
}

/* profile our aproach  */
/* banner  */
@media (max-width: 320px) {
    .hero-section-3 .hero-slider {
        width: 100%;
        min-height: 131px !important;
    }
}

/* banner  */

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

/* banner css  */
#gs-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.gs-slide {
    display: none;
}

.gs-slide img {
    width: 100%;
    height: auto;
    display: block;
}

/* Controls */
.gs-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px 14px;
    cursor: pointer;
    border-radius: 4px;
    z-index: 10;
}

.gs-left {
    left: 15px;
}

.gs-right {
    right: 15px;
}

/* Dots */
#gs-dots {
    text-align: center;
    margin-top: 10px;
}

.gs-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 4px;
}

.gs-dot.active {
    background: var(--primary-color);
}


@media (max-width:576px) {
    #gs-slider {
        width: 100%;
    }

    .gs-controls {
        font-size: 1em;
    }

    #gs-dots-con {
        display: none;
    }
}

/* ===== GLOBAL BANNER OFFSET FOR FLOATING HEADER ===== */

/* #gs-slider {
  margin-top: 100px; 
} */

/* Large tablets */
@media (max-width: 1199px) {
    #gs-slider {
        margin-top: 100px;
    }
}

/* Tablets */
@media (max-width: 991px) {
    #gs-slider {
        margin-top: 90px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    #gs-slider {
        margin-top: 85px;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    #gs-slider {
        margin-top: 75px;
    }
}

/* .breadcrumb-section{
  
  background-image: url(assets/images/hero/breadcrumb.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */
/* banner css  */
/* things to know  */
.zigzag-section {
    padding: 70px 0;

}

.zigzag-row {
    align-items: center;
    margin-bottom: 80px;
}

.zigzag-row:last-child {
    margin-bottom: 0;
}

.zigzag-image img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.zigzag-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #0a2c5d;
    margin-bottom: 15px;
    font-family: math;
}

.zigzag-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 18px;
}

.zigzag-content ul {
    padding-left: 0;
    list-style: none;
}

.zigzag-content ul li {
    padding-left: 26px;
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
}

.zigzag-content ul li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    font-size: 20px;
    color: var(--primary-color);
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 3px;
    left: 0;
}

/* Mobile */
@media (max-width: 991px) {
    .zigzag-row {
        margin-bottom: 30px;
    }

    .zigzag-content h3 {
        font-size: 24px;
    }
}

/* Alternating background rows */
.zigzag-alt {
    background: #f8fafc;
    padding: 50px 0;
    border-radius: 20px;
}

/* Maintain spacing consistency */
.zigzag-alt+.zigzag-row {
    margin-top: 60px;
}

/* Mobile adjustment */
@media (max-width: 991px) {
    .zigzag-alt {
        padding: 40px 15px;
        border-radius: 14px;
    }
}

@media (max-width: 767px) {
    .zigzag-content {
        padding-top: 20px;
    }
}

/* things to know  */
.breadcrumb-section {
    background: linear-gradient(rgba(180, 40, 40, 0.088), rgba(180, 40, 40, 0.039)),
        url('../images/hero/breadcrumb.png') center/cover no-repeat;

}

/* achievements home  */
.section-title .sub-title {
    display: inline-block;
    text-align: center;
    margin: 0 auto 10px;
}

h4.widget-title {
    font-size: 20px;
    padding: 10px;
    background-color: #0c193e;
    margin-bottom: 15px;
    border-radius: 10px;
    color: #fff;
}

/* achievements home  */