* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg-blue: #0093DE;
    --bg-cyan: #0CB8B6;
    --bg-red: #DA241D;
    --text-red: #DA241D;
    --text-cyan: #0CB8B6;
    --text-blue: #0093DE;
}

@font-face {
    font-family: 'Raleway';
    src: url('../font/Raleway-Bold.woff2') format('woff2'),
        url('../font/Raleway-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Regular.woff2') format('woff2'),
        url('../font/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Poppins';
    font-weight: 400 !important;
}

.poppins {
    font-family: 'Poppins';
}

html,
body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Raleway';
}

.fs-18 {
    font-size: 18px;
}

.text-blue {
    color: var(--text-blue) !important;
}

.bg-blue {
    background-color: var(--bg-blue) !important;
}

.bg-cyan {
    background-color: var(--bg-cyan) !important;
}

.text-cyan {
    color: var(--text-cyan) !important;
}

.text-red {
    color: var(--text-red) !important;
}

.bg-red {
    background-color: var(--bg-red) !important;
}

.navbar-logo {
    width: 290px;
}

.top-bar .badge {
    background: rgba(255, 255, 255, 0.15);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #0cb8b6 !important;
    /* font-weight: 600; */
    /* text-decoration: underline; */
}

.block-pd {
    padding-top: 80px;
    padding-bottom: 80px;

}

.bg-set {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-banner-sec {
    position: relative;
    padding-top: 70px;
    /* height: 750px; */
    background-image: url('../images/capital-banner-bg.png');
    /* background-color: #CFD6DF; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background: linear-gradient(135deg, #0093DE 0%, #005E99 42%, #002854 84%); */
    /* background: linear-gradient(272deg, rgba(0, 94, 153, 1) 41%, rgba(12, 184, 182, 1) 100%); */
}

.hero-banner-sec .main-banner-info h1 {
    font-size: 44px;
}

/* .hero-banner-sec:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    /* REQUIRED */
background-image: url('../images/Vector-banner.png');
background-position: bottom center;
background-repeat: no-repeat;
background-size: contain;
}

*/ .hero-banner-sec .container {
    position: relative;
    z-index: 9;
}

.btn-set {
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 5px;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
}

a {
    text-decoration: none;
}

/* .main-banner-info {
    padding-bottom: 80px;
    padding-top: 25px;
} */
.medical-services-section {
    background: linear-gradient(135deg,
            #0093DE 0%,
            #005E99 42%,
            #002854 84%);
}

.section-divider {
    width: 120px;
    height: 4px;
    background: #fff;
    margin: 15px auto 25px;
    border-radius: 10px;
}

.medical-services-section .card {
    overflow: hidden;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}

.medical-services-section .card img {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.medical-services-section .service-card:hover {
    transform: translateY(-8px);
}

.section-heading h2 {
    letter-spacing: 3%;
}

.booking-section {
    /* background: linear-gradient(90deg, #002854 0%, #005E99 43%, #0093DE 86%); */
    background: linear-gradient(180deg, rgba(8, 145, 178, 1) 0%, rgba(6, 165, 202, 1) 45%, rgba(12, 184, 182, 1) 78%);
}

.booking-section .step-card {
    background: #fff;
    color: #000;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    height: 100%;
}

.booking-section .step-number {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 3rem;
    font-weight: bold;
    color: #A6D9F3;
}

.booking-section .step-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(131deg, #da241dc7 0%, rgba(0, 147, 222, 1) 100%);
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
}

.booking-section .step-card p {
    color: #64748B;
}

.cashless-section .logo-card {
    border: 1px solid;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
}

.cashless-section .logo-card img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.cashless-section .slick-dots li button,
.top-doctors-section .slick-dots li button,
.gallery-section .slick-dots li button {
    font-size: 0px;
    line-height: 0;
    display: block;
    width: 23px;
    height: 4px;
    /* padding: 6px; */
    border-radius: 10px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #dbdfe4;
}

.cashless-section ul.slick-dots,
.top-doctors-section ul.slick-dots,
.gallery-section ul.slick-dots {
    text-align: center;
    margin-top: 20px;
    padding: 0;
}

.cashless-section .slick-dots li,
.top-doctors-section .slick-dots li,
.gallery-section .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.cashless-section .slick-dots li.slick-active button,
.top-doctors-section .slick-dots li.slick-active button {
    opacity: 1;
    background-color: #E74C3C;
}

.gallery-section .slick-dots li.slick-active button {
    opacity: 1;
    background-color: #00bcd4;
}

.cashless-section .section-divider {
    background: #DA241D;
}

.doctor-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 11px rgb(0 0 0 / 10%);
    /* margin: 15px; */
    position: relative;
    height: 100%;
}

.badge-status {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 6px 15px;
    font-size: 12px;
    border-radius: 20px;
    color: #fff;
}

.doctor-info {
    padding: 20px;
}

.top-doctors-section {
    /* background: linear-gradient(180deg, rgba(218, 36, 29, 0.1) 0%, rgba(0, 147, 222, 0.1) 100%); */
    background: linear-gradient(180deg, rgb(12 184 182 / 20%) 0%, rgba(255, 255, 255, 1) 50%);
}

.booked {
    background: #DA241D;
}

.available {
    background: #0093DE;
}

.testimonial-section {
    background-image: url('../images/testimonial-bg.png');
}

.testimonial-section .line {
    width: 180px;
    height: 4px;
    background: #1565C0;
    margin: 15px auto 25px;
    border-radius: 10px;
}

.testimonial-section .slick-dots li button {
    font-size: 0px;
    line-height: 0;
    display: block;
    width: 17px;
    height: 17px;
    /* padding: 6px; */
    border-radius: 50px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #0cb8b66b;
}

.testimonial-section ul.slick-dots {
    text-align: center;
    margin-top: 20px;
    padding: 0;
}

.testimonial-section .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.testimonial-section .slick-dots li.slick-active button {
    opacity: 1;
    background-color: #DA241D;
}

.testimonial-section h4,
.testimonial-section p {
    color: #002854;
}

.contact-section .form-control {
    border-radius: 8px;
    padding: 13px 18px;
    color: #000000;
    border: 1px solid #AEB4BC;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
    font-size: 14px;
}

.contact-section .form-control::placeholder {
    color: #9F9D9D;
}

.contact-section .form-label {
    font-weight: 500;
    margin-bottom: 8px;
    color: #000;
    line-height: 1.2;
    font-size: 16px;
}

.contact-section {
    background-color: #F0F5F7;
}

.contact-section .btn-set {
    font-size: 16px;
    letter-spacing: 1.5px;
}

.footer {
    /* background: linear-gradient(180deg, rgba(0, 147, 222, 1) 0%, rgba(7, 53, 76, 1) 100%); */
    background: linear-gradient(359deg, rgba(8, 145, 178, 1) 0%, rgba(6, 165, 202, 1) 45%, rgba(12, 184, 182, 1) 78%);
}

.footer .opening-hours-card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
    color: #000;
    padding: 30px;
}

.footer .footer-links li a {
    color: #fff;
    line-height: 2;
    transition: all 0.2s ease;
}

.footer .footer-links li a:hover {
    margin-left: 5px;
    color: #da241d;
}

.footer .footer-divider {
    border-top: 1px solid #fff;
    margin-top: 50px;
}

.chairman-message-sec {
    background: rgba(21, 101, 192, 0.1);
}

.department-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.top-doctors-section .doctor-card img {
    height: 400px;
    object-fit: cover;
    object-position: top;
}

.doctors-section .doctor-card img {
    height: 400px;
    object-fit: cover;
    object-position: top;
}

.our-departments .dept-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgb(255 255 255 / 65%);
    width: 70px;
    height: 70px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #DA241D;
}

.our-departments .dept-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 18px 20px;
    font-size: 24px;
    background: rgba(12, 184, 182, 0.7);
}

.our-departments .dept-card {
    border-radius: 10px;
}

.our-departments .dept-arrow i {
    font-size: 36px;
}

.department-img {
    position: relative;
    overflow: hidden;
}

.department-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(15 157 154 / 44%);
    transition: 0.3s ease;
}

.hostipal-img::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgb(15 157 154 / 44%); */
    transition: 0.3s ease;
}

.our-departments {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

/* .our-departments {
    position: relative;
    background-color: #fff;
    overflow: hidden;
} */

.our-departments::after {
    content: '';
    background-image: url('../images/Ellipse-1.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    position: absolute;
    top: -100px;
    left: 0;
    width: 380px;
    height: 380px;
    z-index: 1;
}

.doctor-banner {
    background-image: url('../images/doctor-banner.jpg');
}

.main-banner-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000a3;
    /* background: linear-gradient(180deg, rgb(18 129 173 / 68%) 0%, rgb(0 40 84 / 49%) 100%); */
    z-index: 1;
}

.main-banner-sec .main-content {
    z-index: 22;
    position: relative;
}

.btn-annimate:hover::before {
    left: 120%;
}

.btn-annimate::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(255 255 255 / .4), transparent);
    transform: skewX(-25deg);
    transition: left 0.7s ease;
}

.btn-annimate:hover {
    transform: translateY(-2px);
    color: #fff;
}

.btn-annimate {
    position: relative;
    overflow: hidden;
    transition: background-color 0.4s ease, transform 0.2s ease;
    box-shadow: 0 4px 10px rgb(0 0 0 / .1);
}


.btn-slide {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 8px;
}

/* sliding background */
.btn-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, #000, #333);
    transition: all 0.4s ease;
    z-index: -1;
}

/* text above animation */
.btn-slide {
    z-index: 1;
}

.btn-slide span,
.btn-slide {
    position: relative;
    z-index: 2;
}

/* hover effect */
.btn-slide:hover::before {
    left: 0;
}

.btn-slide:hover {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.appointment-cta-sec {
    background-image: url('../images/appointment.png');
}

.appointment-cta-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(18 129 173 / 68%) 0%, rgb(0 40 84 / 49%) 100%);
    z-index: 1;
}

.appointment-cta-sec .main-content {
    z-index: 22;
    position: relative;
}

.vision-box {
    background: #fff;
    padding: 15px 20px;
    border-left: 5px solid #008fd8;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.chairman-info .divider {
    width: 120px;
    height: 4px;
    background: #fff;
    margin: 15px 0 25px;
    border-radius: 10px;
}

.cta-stats {
    position: relative;
    background-image: url('../images/stats-banner.jpg');
}

.cta-overlay {
    position: absolute;
    inset: 0;
    background: #0cb8b661;
    backdrop-filter: blur(5px);
}

.cta-stats .container {
    position: relative;
    z-index: 2;
}

.stat-item {
    padding: 30px 10px;
    position: relative;
    transition: transform 0.35s ease, filter 0.35s ease;
    cursor: default;
    background: #fff;
    border-radius: 5px;
}

.stat-item:hover {
    transform: translateY(-10px) scale(1.03);
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.15));
}

.stat-icon {
    font-size: 42px;
    color: #00bcd4;
    margin-bottom: 10px;
    transition: transform 0.3s ease, color 0.3s ease, filter 0.3s ease;
}

.stat-item:hover .stat-icon {
    transform: scale(1.2) rotate(4deg);
    color: #0097a7;
    filter: drop-shadow(0 0 10px rgba(0, 188, 212, 0.7));
}

.stat-number {
    font-size: 40px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
    line-height: 1.2;
    transition: transform 0.3s ease, letter-spacing 0.3s ease;
}

.stat-item:hover .stat-number {
    transform: scale(1.08);
    letter-spacing: 1px;
}

.stat-label {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #666;
    font-weight: 500;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.stat-item:hover .stat-label {
    opacity: 0.85;
    transform: translateY(-2px);
}

/* Soft radial highlight ring */
.stat-item::after {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 18px;
    background: radial-gradient(circle at center, rgba(0, 188, 212, 0.15), transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.stat-item:hover::after {
    opacity: 1;
}

.about-img-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / 26%);
}

.about-section {
    background: #0cb8b614;
}

.experience-badge .icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: linear-gradient(131deg, rgba(15, 157, 154, 1) 0%, rgba(0, 147, 222, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.experience-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #fff;
    padding: 16px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.about-subtitle {
    color: #0aa6a6;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-title {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.about-title::after {
    content: "";
    width: 120px;
    height: 4px;
    background: #e1251b;
    position: absolute;
    left: 0;
    bottom: -20px;
    border-radius: 4px;
}

.about-text {
    color: #555;
    line-height: 1.8;
    margin-top: 25px;
}

.contact-banner {
    background-image: url('../images/contact-banner.jpg');
}

.modal-open {
    padding: 0 !important;
}

.map-card iframe {
    border-radius: 16px;
}

.appointmentModal .title-line {
    width: 120px;
    height: 4px;
    background: #e1251b;
    margin-bottom: 20px;
}

.appointment-form .form-control,
.appointment-form .form-select {
    border-radius: 8px;
    padding: 12px 14px;
    color: #000000;
    border: 1px solid #AEB4BC;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
    font-size: 14px;
}

.appointment-form .form-control::placeholder {
    color: #9F9D9D;
}

.appointmentModal .btn-close {
    font-size: 17px;
}

.contact-form-wrapper .icon-box {
    width: 45px;
    height: 45px;
    background: #142f46;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 20px;
    flex-shrink: 0;
    cursor: pointer;
}

.contact-form-wrapper .icon-box:hover {
    background: #0cb8b6;
}

.contact-form-wrapper .divider {
    border-bottom: 1px solid #000;
    margin: 30px 0;
    width: 80%;
}

.contact-form-wrapper .info-item {
    display: flex;
    gap: 15px;
    padding-bottom: 0px;
}

.contact-form-wrapper .contact-wrap a {
    color: #000;
}

.contact-form-wrapper .info-item h4 {
    font-size: 26px;
    font-weight: bold;
}

.contact-form-wrapper .social-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-form-wrapper .social-icons a:hover {
    background: #0cb8b6;
}

.contact-form-wrapper .social-icons a {
    width: 45px;
    height: 45px;
    background: #142f46;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    flex-shrink: 0;
    text-decoration: none;
    font-size: 26px;
}

.contact-form-wrapper .social-icons h4 {
    font-size: 26px;
}

.contact-form-wrapper .contact-card {
    /* background: #adb5bd; */
    padding: 40px 50px;
    border-radius: 16px;
    background: linear-gradient(272deg, rgba(0, 94, 153, 1) 41%, rgba(12, 184, 182, 1) 100%);
}

.contact-form-wrapper .contact-card .form-control {
    height: 52px;
    border: 1px solid #142f4654;
    padding: 12px;
}

.contact-form-wrapper .contact-card h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
}

.contact-form-wrapper .contact-card .btn-submit {
    padding: 10px 30px;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 5px;
    font-weight: 600;
}

.contact-form-wrapper .contact-card textarea.form-control {
    height: auto;
}

.contact-form-wrapper .contact-card p {
    text-align: center;
    color: #fff;
}

.department-banner {
    background-image: url('../images/Services-banner.jpg');
}

.about-banner {
    background-image: url('../images/about-banner.jpg');
}

/* .story-section {
    background-color: #0cb8b617;
} */

.mission-vision-section .mission-card {
    background: #dfeeee;
    padding: 40px;
    border-radius: 12px;
    position: relative;
    transition: 0.3s ease;
    height: 100%;
}

.mission-vision-section .mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.mission-vision-section .mission-card.border-left {
    border-top: 4px solid #da241d;
}

.mission-vision-section .mission-card.border-right {
    border-top: 4px solid #da241d;
}

.mission-vision-section .icon-box {
    font-size: 36px;
    margin-bottom: 10px;
}

.mission-vision-section .mission-icon {
    color: #da241d;
}

.mission-vision-section .vision-icon {
    color: #da241d;
}

.core-values-section {
    background: linear-gradient(135deg, #0F6FA8, #0CB8B6);
}

.core-values-section .value-card {
    background: rgb(255 255 255 / 15%);
    border-radius: 16px;
    padding: 20px 30px;
    text-align: left;
    transition: 0.3s ease;
    height: 100%;
}

.core-values-section .value-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.15);
}

.core-values-section .icon-circle {
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.core-values-section .icon-circle i {
    font-size: 30px;
    color: #da241d;
}

.core-values-section .value-title {
    font-size: 24px;
    margin-bottom: 15px;
}

.core-values-section .value-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}

.appointment-section .doctor-mini-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgb(0 0 0 / 9%);
    transition: 0.3s ease;
    border: 1px solid #0cb8b6;
}

.appointment-section .doctor-mini-card:hover {
    transform: translateY(-5px);
}

.appointment-section .doc-img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid #da241d;
}

.appointment-section .doc-img img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    object-position: top;
}

.appointment-section .doctor-mini-card h5 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}

.appointment-section .doctor-mini-card p {
    margin: 0;
    font-size: 15px;
    color: #0A3D62;
}

.blog-banner {
    background-image: url('../images/contact-banner.jpg');
}

.blog-card {
    border: none;
    border-radius: 14px;
    overflow: hidden;
    transition: 0.3s ease;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.blog-section .blog-img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.blog-section .category-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #0CB8B6;
    color: #fff;
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 50px;
}

.blog-section .blog-meta {
    font-size: 14px;
    color: #6c757d;
}

.blog-section .blog-meta i {
    margin-right: 5px;
}

.blog-section .read-link {
    color: #0CB8B6;
    font-weight: 500;
    text-decoration: none;
}

.blog-section .read-link:hover {
    text-decoration: underline;
}

.blog-section .card-body i {
    margin-left: 5px;
}

.our-departments .dept-icon img {
    width: 75%;
    object-fit: cover;
}

.our-departments .dept-footer p {
    text-transform: uppercase;
}


.gallery-section .gallery-box {
    /* overflow: hidden; */
    /* border-radius: 12px; */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.gallery-wrap-slider .gallery-box .slide-img {
    overflow: hidden;
    border-radius: 5px;
}

.gallery-wrap-slider .gallery-box {
    margin: 8px;
}

.gallery-section .gallery-box img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: 0.4s;
}

.gallery-section .gallery-box:hover img {
    transform: scale(1.1);
}

.pagination-wrap .active>.page-link,
.page-link.active {
    background: #0093de;
    border-color: #0093de;
}

.pagination-wrap .active>.page-link,
.page-link.active {
    background: #1565C0;
    border-color: #1565C0;
    color: #fff;
}

.pagination-wrap .page-link:focus,
.pagination-wrap .page-link:focus-visible {
    box-shadow: unset;
    outline-offset: unset;
}

.pagination-wrap .page-link {
    color: #1565C0;
}

.pagination-wrap .disabled>.page-link,
.pagination-wrap .page-link.disabled {
    color: #000;
}

.gallery-wrap-slider .gallery-slider .slick-track {
    display: flex !important;
}

.gallery-wrap-slider .gallery-slider .gallery-box {
    height: auto;
    display: flex !important;
    flex-direction: column;
    gap: 15px;
}

/* .gallery-wrap-slider .gallery-box {
    width:100%;
    height:100%;
} */

.gallery-wrap-slider .gallery-box img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

/* .doctor-detail-banner {
    background-image: url('../images/13.jpg');
} */
.doctor-detail-banner {
    background-image: url("https://capitalsuperspecialityhospital.com/wp-content/uploads/2026/04/empty-medical-scaled.jpg");
}

.docter-detail-section .profile-card {
    border-radius: 15px;
    overflow: hidden;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.docter-detail-section .left-panel {
    background-color: #e1f1fb;
    padding: 40px;
}

.docter-detail-section .profile-img-container {
    width: 280px;
    height: 280px;
    border: 8px solid #3498db;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 30px;
}

.docter-detail-section .profile-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.docter-detail-section .contact-info h5 {
    color: #175EAE;
    font-weight: bold;
    border-bottom: 2px solid #175EAE;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
    width: 100%;
}

.docter-detail-section .icon-box {
    background-color: #1a5e9a;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.docter-detail-section .icon-box i {
    font-size: 20px;
}

.docter-detail-section .right-panel {
    padding: 50px;
    background-color: #fff;
}

.docter-detail-section .specialty {
    color: #0093DE;
}

.docter-detail-section .detail-list li {
    font-size: 16px;
    margin-bottom: 5px;
}

.docter-detail-section .detail-list li i {
    color: #0093DE;
}

.docter-detail-section .quote-box {
    background-color: #3498db1f;
    border-left: 5px solid #3498db;
    padding: 15px 20px;
    font-style: italic;
    margin: 30px 0;
    border-radius: 10px;
}

.docter-detail-section .contact-detail h4 {
    font-size: 18px;
    margin-bottom: 0;
    color: #175EAE;
}

.docter-detail-section .contact-detail a {
    font-size: 16px;
    margin-bottom: 0;
    color: #175EAE !important;
}

/* march */
.pagination .page-link {
    color: #0cb8b6;
    border: 1px solid #0cb8b6;
    margin: 0 5px;
    border-radius: 6px;
    transition: 0.3s;
}

.pagination .page-link:hover {
    background: #0cb8b6;
    color: #fff;
    border-color: #0cb8b6;
}

.pagination .page-item.active .page-link {
    background: #0cb8b6;
    border-color: #0cb8b6;
    color: #fff;
}

.pagination .page-item.disabled .page-link {
    color: #ccc;
    border-color: #eee;
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #0cb8b6 !important;
}

.navbar-light .navbar-nav .current-menu-item>.nav-link,
.navbar-light .navbar-nav .current_page_item>.nav-link {
    color: #0cb8b6 !important;
}

.page-banner {
    background: linear-gradient(90deg, #0cb8b6, #0b5e9a);
    padding: 80px 0;
    /* margin-bottom: 60px; */
}

.blog-single-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.blog-image img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 10px;
}

.blog-content-wrapper {
    padding: 40px;
}

.blog-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.blog-content p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 18px;
    color: #444;
}

.blog-content h2,
.blog-content h3 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 700;
}

.blog-content img {
    margin: 25px 0;
    border-radius: 8px;
}

.blog-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.blog-content li {
    margin-bottom: 8px;
}

.department-single {
    background: #f8fbff;
}

.department-img-box {
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
        background: #f8fbff; */

}

.department-img-box img {
    /* width: 100%; */
    height: 420px;
    object-fit: cover;
    transition: 0.4s;
}

.department-img-box img:hover {
    transform: scale(1.05);
}

.department-content-box {
    padding-left: 20px;
}

.department-title {
    font-size: 36px;
    font-weight: 700;
    color: #222;
}

.department-divider {
    width: 70px;
    height: 4px;
    background: #0dcaf0;
    margin-top: 10px;
    border-radius: 10px;
}

.department-text p {
    color: #555;
    line-height: 1.8;
    font-size: 16px;
}

.department-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #0dcaf0;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
}

.department-btn:hover {
    background: #0aa8c7;
    color: #fff;
}

/* Department Sidebar Styles */
.department-section-wrapper {
    background: #0cb8b614;
}

.department-sidebar {
    background: white;
    padding: 2rem 1.5rem;
    border-right: 4px solid #17a2b8;
    position: sticky;
    top: 20px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    border-radius: 4px;
}

.sidebar-header {
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 1.2rem;
    margin-bottom: 1.5rem;
}

.sidebar-title {
    font-size: 0.8rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 700;
    margin: 0;
}

.department-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


.department-list li:last-child {
    border-bottom: none;
}

/* Department Image Styling */
.department-img-box img {
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.department-img-box img:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(23, 162, 184, 0.2);
}

/* Department Divider */
.department-divider {
    height: 3px;
    width: 60px;
    background: linear-gradient(90deg, #17a2b8 0%, #0d8591 100%);
    margin: 1rem 0 !important;
    border-radius: 2px;
}

/* Department Title */
.department-title {
    color: #333;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

/* Department Text */
.department-text {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

/* Scrollbar Styling */
.department-sidebar::-webkit-scrollbar {
    width: 6px;
}

.department-sidebar::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.department-sidebar::-webkit-scrollbar-thumb {
    background: #17a2b8;
    border-radius: 10px;
}

.department-sidebar::-webkit-scrollbar-thumb:hover {
    background: #0d8591;
}

.department-section-wrapper {
    padding: 3rem 0;
    position: relative;
}

/* modern sidebar card */
.department-sidebar {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(0px);
    border-radius: 15px;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.02);
    padding: 1.8rem 1rem 2rem 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.department-sidebar:hover {
    box-shadow: 0 25px 40px -14px rgba(0, 0, 0, 0.12);
}

.sidebar-header {
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #eef2ff;
    margin-bottom: 1.5rem !important;
}

.department-section-wrapper .sidebar-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.3px;
    color: #0aa6a6;
}

.sidebar-title i {
    background: none;
    -webkit-background-clip: unset;
    color: #2a5298;
    font-size: 1.7rem;
}

/* department list modern */
.department-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.department-list li {
    width: 100%;
}

.dept-link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0.85rem 1.2rem;
    border-radius: 1.2rem;
    /* font-weight: 600; */
    font-size: 0.95rem;
    color: #000;
    transition: all 0.25s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    text-decoration: none;
    background: transparent;
    backdrop-filter: blur(2px);
    border: 1px solid transparent;
}

.dept-link i {
    width: 26px;
    font-size: 1.2rem;
    color: #0aa6a6;
    transition: color 0.2s, transform 0.2s;
}

.dept-link span {
    flex: 1;
}

.dept-link:hover {
    background: linear-gradient(135deg, #0f6fa81c, #0cb8b60d);
    border-color: #e0e9ff;
    transform: translateX(4px);
    color: #0aa6a6;
}

.dept-link:hover i {
    color: #0aa6a6;
    transform: scale(1.05);
}

.dept-link.active {
    background: linear-gradient(135deg, #0f6fa81c, #0cb8b60d);
    border-left: 4px solid #2c7da0;
    border-right: 1px solid #eef2ff;
    box-shadow: 0 6px 12px -8px rgba(0, 32, 64, 0.08);
    color: #0aa6a6;
    /* font-weight: 600; */
}

.dept-link.active i {
    color: #00a7a5;
}

/* main content card */
.department-single {
    background: transparent;
    border-radius: 0;
}

.department-img-box {
    border-radius: 2rem;
    overflow: hidden;
    /* box-shadow: 0 25px 35px -18px rgba(0, 0, 0, 0.2); */
    transition: all 0.3s ease;
}

.department-img-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.department-img-box:hover img {
    transform: scale(1.02);
}

.department-content-box {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(0px);
    border-radius: 2rem;
    padding: 2rem 2rem 2.2rem 2rem;
    box-shadow: 0 20px 30px -15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.department-title {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 0.25rem;
}

.department-divider {
    width: 80px;
    height: 5px;
    background: linear-gradient(90deg, #2c7da0, #61a5c2, #a9d6e5);
    border-radius: 6px;
    margin: 0.75rem 0 0.5rem 0;
}

.department-text {
    font-size: 1.08rem;
    line-height: 1.65;
    color: #2c3e50;
    font-weight: 400;
    margin-top: 1rem;
}

.department-text p {
    margin-bottom: 0;
}

/* Modern CTA button */
.department-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(105deg, #1F4870 0%, #2C6E8F 100%);
    color: white;
    padding: 0.9rem 2rem;
    border-radius: 60px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 18px -6px rgba(28, 85, 120, 0.3);
    border: none;
    letter-spacing: 0.3px;
}

.department-btn i {
    font-size: 1.1rem;
    transition: transform 0.2s;
}

.department-btn:hover {
    background: linear-gradient(105deg, #0f3a58, #1f5e7e);
    transform: translateY(-3px);
    box-shadow: 0 15px 25px -8px rgba(28, 85, 120, 0.4);
    color: white;
}

.department-btn:active {
    transform: translateY(1px);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .department-sidebar {
        border-right: none;
        border-bottom: 4px solid #17a2b8;
        position: relative;
        padding: 1.5rem;
        max-height: none;
        overflow-y: visible;
        top: 0;
    }

    .dept-link.active i {
        color: #fff;
    }

    .department-list {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .department-list li {
        border-bottom: none;
        flex: 0 1 calc(50% - 0.25rem);
    }

    .dept-link {
        padding: 0.75rem;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        justify-content: center;
        font-size: 0.85rem;
    }

    .dept-link::before {
        display: none;
    }

    .dept-link:hover {
        padding-left: 0;
    }

    .dept-link.active {
        background-color: #17a2b8;
        color: white;
        border: 1px solid #17a2b8;
        margin: 0;
        padding: 0.75rem;
        border-left: none;
    }
}

@media (max-width: 768px) {
    .department-list li {
        flex: 0 1 100%;
    }

    .dept-link {
        padding: 0.65rem;
    }

    .department-title {
        font-size: 1.5rem;
    }

    .row.align-items-center {
        flex-direction: column;
    }

    .col-lg-6 {
        width: 100% !important;
    }
}

/* ============================================
   TESTIMONIAL SECTION — 3 Card Columns Layout
   ============================================ */

/* --- Section Background --- */
/* ============================================
   TESTIMONIAL SECTION — Exact Image Match
   Single centered review, no cards, no stars
   ============================================ */
/* ============================================
   TESTIMONIAL SECTION — 3 Reviews at a Time
   ============================================ */

.testimonial-section {
    background: linear-gradient(135deg, #a8d8e2 0%, #c2e5ec 35%, #d4eef4 65%, #b5d9e6 100%);
    position: relative;
    padding: 70px 20px;
    overflow: hidden;
}

.testimonial-section::before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    left: -80px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 380px !important;
    height: 380px !important;
    border-radius: 50% !important;
    border: 70px solid rgba(255, 255, 255, 0.13) !important;
    background: transparent !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

.testimonial-section::after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    left: 30px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 200px !important;
    height: 200px !important;
    border-radius: 50% !important;
    border: 40px solid rgba(255, 255, 255, 0.08) !important;
    background: transparent !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

.testimonial-section .container {
    position: relative;
    z-index: 1;
}

.testimonial-section .col-md-7 {
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100% !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* ---- Slider ---- */
.testimonial-section .wprs_unslider {
    position: relative;
    overflow: hidden;
}

.testimonial-section .wprs_unslider-arrow {
    display: none !important;
}

.testimonial-section .wprs_unslider-wrap {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
}

.testimonial-section .wprs_unslider-wrap>li {
    box-sizing: border-box !important;
    padding: 0 10px !important;
}

/* ---- Quote mark at top of each slide ---- */
.testimonial-section .wprs_unslider-wrap>li::before {
    content: '\201C' !important;
    display: block !important;
    font-family: Georgia, 'Times New Roman', serif !important;
    font-size: 72px !important;
    line-height: 0.9 !important;
    color: #1a3a5c !important;
    text-align: center !important;
    /* margin-bottom: 20px !important; */
    visibility: visible !important;
}

/* ---- 3-column grid ---- */
.testimonial-section .wprevpro_t1_outer_div {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

.testimonial-section .wprevpro_t1_DIV_1 {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    display: block !important;
}

/* Show all 3 review divs */
.testimonial-section .wprevpro_t1_DIV_1~.wprevpro_t1_DIV_1 {
    display: block !important;
}

/* ---- Glass card box ---- */
.testimonial-section .indrevdiv,
.testimonial-section .wprevpro_t1_DIV_2,
.testimonial-section .wprev_preview_bg1_T1 {
    background: transparent !important;
    border: none !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    padding: 0 10px;
    box-sizing: border-box !important;
}

/* Remove plugin pseudo elements on card */
.testimonial-section .wprevpro_t1_DIV_2::before,
.testimonial-section .wprevpro_t1_DIV_2::after,
.testimonial-section .wprev_preview_bg1_T1::before,
.testimonial-section .wprev_preview_bg1_T1::after {
    display: none !important;
    content: none !important;
}

.testimonial-section .wprevpro_star_imgs_T1 {
    display: block !important;
    margin-top: 10px !important;
    text-align: center !important;
    margin-bottom: 15px;
}

.testimonial-section .wprevpro_star_imgs span {
    display: inline-block !important;
    margin: 0 2px !important;
}

.testimonial-section .svgicons {
    display: inline-block !important;
    width: 22px !important;
    height: 22px !important;
    background: #f4c542 !important;
    /* yellow stars */
}

.testimonial-section .wprevpro_t1_P_3 {
    /* font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif !important; */
    font-size: 15.5px !important;
    line-height: 1.7 !important;
    color: #1a3a5c !important;
    text-align: center !important;
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
    font-style: italic !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.testimonial-section .wprevpro_t1_P_3 img {
    display: none !important;
}

.testimonial-section .wprevpro_t1_SPAN_5::before {
    content: '' !important;
    display: block !important;
    width: 40px !important;
    height: 2px !important;
    background-color: #1a3a5c !important;
    margin: 0 auto 10px !important;
}

.testimonial-section .wprevpro_t1_SPAN_5 {
    display: block !important;
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #1a3a5c !important;
    text-align: center !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    margin-top: 0 !important;
}

.testimonial-section .wprs_unslider-nav ol {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    gap: 8px !important;
    align-items: center !important;
}

.testimonial-section .wprs_unslider-nav ol li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background-color: #7bbccc !important;
    cursor: pointer !important;
    font-size: 0 !important;
    text-indent: -9999px !important;
    transition: background-color 0.3s ease !important;
}

.testimonial-section .wprs_unslider-nav ol li.wprs_unslider-active {
    background-color: #c0392b !important;
}

.testimonial-section .wprs_unslider-nav ol li:hover {
    background-color: #1a3a5c !important;
}

.contact-form-wrapper {
    background: #0cb8b614;
}

.equipment-section .hostipal-img img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.gallery-page .gallery-card img {
    height: 330px;
    object-fit: cover;
}

.hero-banner-sec .main-banner-info img {
    width: 150px;
    margin-bottom: 20px;
}

.hero-banner-sec .main-banner-img {
    display: none;
}

/* Whatsapp icon Start*/
.whatsapp_icon_fix {
    position: fixed;
    right: 20px;
    bottom: 71px;
    z-index: 9999;
}

.btn_whatsapp {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 34px;
    background: linear-gradient(135deg, #da241d, #da241d, #da241d75);
    background-size: 300% 300%;
    animation: float 3s ease-in-out infinite, bgMove 4s ease infinite;
    box-shadow: 0 0 15px #da241d59;
}

.btn_whatsapp:hover {
    color: #000;
}


.btn_whatsapp::before {
    content: "";
    position: absolute;
    inset: -12px;
    border-radius: 50%;
    border: 2px solid #da241d;
    animation: ring 2s infinite;
}

.btn_whatsapp::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: radial-gradient(circle, #da241d69, transparent 70%);
    z-index: -1;
    animation: glow 2.5s ease-in-out infinite;
}

.map-wrapper {
    background: #0cb8b614;
}

.maintained a {
    color: #fff;
    text-decoration: underline;
}

/* Animations */
@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes ring {
    0% {
        transform: scale(0.7);
        opacity: 1;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes bgMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes glow {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.2);
        opacity: 1;
    }
}

/* Whatsapp icon End*/

.faq-section {
    background: linear-gradient(90deg, rgb(8 145 178 / 86%) 0%, rgba(6, 165, 202, 1) 45%, rgba(12, 184, 182, 1) 78%);
    /* background: linear-gradient(180deg, rgb(12 184 182 / 20%) 0%, rgba(255, 255, 255, 1) 50%); */
}

.faq-section .accordion-item {
    border: none;
    border-radius: 12px;
    margin-bottom: 25px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 15px !important;
}

.faq-section .accordion-button {
    padding: 20px 20px 15px 20px;
    background: #fff;
    border: none;
    box-shadow: none;
    font-size: 20px;
}

.faq-section .accordion-button:not(.collapsed) {
    background: #fff;
    color: #000;
    box-shadow: none;
}

.faq-section .accordion-button::after {
    transform: rotate(0deg);
}

.faq-section .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.faq-section .accordion-body {
    padding: 15px 20px;
    color: #000;
    text-align: left;
}

.certifications-awards .award-card {
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-top: 4px solid #005e99;
    transition: 0.3s;
    height: 100%;
    background: #dfeeee;
}

.certifications-awards .award-card:hover {
    transform: translateY(-5px);
}

.certifications-awards .award-icon {
    margin-bottom: 20px;
}

.certifications-awards .award-icon img {
    width: 30%;
}

.certifications-awards .award-icon i {
    color: #005e99;
    font-size: 46px;
}

.certifications-awards .award-card h5 {
    font-size: 22px;
    margin-bottom: 15px;
}

.certifications-awards .award-card p {
    font-size: 16px;
}

.google-map-directions .map-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.google-map-directions {
    background: linear-gradient(rgba(12, 184, 182, 0.2) 0%, rgb(255, 255, 255) 50%);
}

.google-map-directions .map-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #fff;
    border-radius: 8px;
    font-size: 14px;
}

.google-map-directions .info-card {
    padding: 0 30px;
}

.google-map-directions .icon-circle {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 10px;
}

.google-map-directions .icon-red {
    background: #ffe5e5;
    color: #dc3545;
}

.google-map-directions .icon-blue {
    background: #e7f0ff;
    color: #0d6efd;
}

.google-map-directions .info-card i {
    font-size: 20px;
}

.facilities-banner {
    background-image: url('https://capitalsuperspecialityhospital.com/wp-content/uploads/2026/04/IMG_5558.png');
}

.environment-section .environment-box i {
    font-size: 50px;
    margin-bottom: 15px;
    color: #0aa6a6;
}

.environment-section .environment-box h3 {
    font-size: 26px;
    margin-bottom: 12px;
    color: #000;
}

.core-facilities {
    background: linear-gradient(135deg, #0F6FA8, #0CB8B6);
}

.core-facilities .facility-card {
    background: rgb(255 255 255 / 15%);
    border-radius: 16px;
    padding: 25px 30px;
    text-align: left;
    transition: 0.3s ease;
    height: 100%;
}

.core-facilities .facility-card ul {
    padding-left: 15px;
}

.core-facilities li:hover {
    transform: translateX(6px);
}

.core-facilities li {
    display: flex;
    align-items: center;
    gap: 12px;
    transition: 0.3s;
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
    cursor: pointer;
}

.core-facilities .facility-card h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

.core-facilities .facility-card p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}

.core-facilities .facility-card .icon-box {
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.core-facilities .facility-card .icon-box i {
    font-size: 30px;
    color: #1a8f8f;
}

.accommodation-section {
    background: linear-gradient(180deg, rgb(12 184 182 / 20%) 0%, rgba(255, 255, 255, 1) 50%);
}

.accommodation-section .room-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background-color: #da241d;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 100px;
}

.accommodation-section .feature-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    transition: 0.3s;
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
    cursor: pointer;
}

.accommodation-section .feature-list li i {
    color: #0cb8b6;
    font-size: 18px;
}

.accommodation-section .feature-list li:hover {
    transform: translateX(6px);
}

.attendant-area-section {
    background: #0cb8b614;
}

.attendant-area-section .gold-footer {
    background-color: #005e99;
    color: white;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
}

.attendant-area-section .card {
    border: none;
    border-radius: 0;
    background: transparent;
}

.attendant-area-section .card-img-top {
    border-radius: 0;
    height: 250px;
    object-fit: cover;
}

.equipment-section::after {
    content: none;
    display: none;
}

.equipment-section {
    background: #0cb8b614;
}

.quick-stats .stat-card {
    /* background: #0aa6a6; */
    /* border-radius: 16px; */
    /* padding: 30px 20px; */
    /* transition: all 0.3s ease; */
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-top: 4px solid #005e99;
    transition: 0.3s;
    height: 100%;
    background: #dfeeee;
}

.quick-stats .stats-icon {
    font-size: 46px;
    color: #00bcd4;
    margin-bottom: 10px;
    transition: transform 0.3s ease, color 0.3s ease, filter 0.3s ease;
    color: #005e99;
}

.quick-stats .stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.quick-stats .stat-title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
}

.quick-stats .stat-text {
    color: #000;
    margin: 0;
}

.accommodation-section .room-img img {
    height: 380px;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 5px 20px rgb(0 0 0 / 20%) !important;
}

.accommodation-section .room-box {
    margin-bottom: 80px;
}

.chairman-section {
    background: linear-gradient(135deg, #eef5ff, #0cb8b617);
}

.chairman-section .chairman-img {
    position: relative;
}

.chairman-section .chairman-img img {
    border-radius: 20px;
    width: 100%;
    box-shadow: 0 4px 18px rgb(0 0 0 / 12%);
}

.chairman-section .chairman-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #0d6efd;
    color: #fff;
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
}

.chairman-section .chairman-content h6 {
    letter-spacing: 1px;
}

.chairman-section .chairman-content h2 {
    font-weight: 700;
    margin-bottom: 10px;
}

.chairman-section .chairman-content p {
    color: #6c757d;
    line-height: 1.7;
}

.chairman-section .quote-box {
    background: #fff;
    border-left: 4px solid #0cb8b6;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    font-style: italic;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.core-values-section .section-divider {
    margin: 15px 0;
}

.chairman-section .chairman-degree {
    color: #da241d;
}

.social-service .social-box a {
    width: 45px;
    height: 45px;
    background: #142f46;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    flex-shrink: 0;
    text-decoration: none;
    font-size: 26px;
}

.social-service .social-box a:hover {
    background: #da241d;
}

.social-service .social-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-form-wrapper .wpcf7-response-output {
    color: #FFF;
    text-align: center;
    border-color: #fff !important;
}

.contact-section .wpcf7-response-output {
    color: #46b450;
    text-align: center;
    border-color: #46b450 !important;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
    .testimonial-section .wprevpro_t1_outer_div {
        grid-template-columns: 1fr !important;
    }
}

/* --- Responsive: 1 column on mobile --- */
@media (max-width: 768px) {
    .testimonial-section .wprevpro_t1_outer_div {
        grid-template-columns: 1fr !important;
    }
}

@media screen and (max-width: 1399px) {
    .main-banner-info h1 br {
        display: none;
    }

    .btn-set {
        font-size: 16px;
    }

    .top-doctors-section .doctor-card img {
        height: 350px;
    }

    .top-doctors-section .doctor-info h4 {
        font-size: 20px;
    }

    .top-doctors-section .doctor-info p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .top-doctors-section .doctor-card img {
        height: 300px;
    }

    .navbar #menu-main-header-menu {
        gap: 3px !important;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 14px !important;
    }

    .navbar .collapse .btn {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 991px) {
    .block-pd {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .chairman-content {
        text-align: center;
    }

    .ct-scan .row,
    .x-ray .row,
    .icu .row {
        flex-direction: column-reverse;
    }

    .accommodation-section .room-box {
        margin-bottom: 40px;
    }

    .footer-logo img {
        width: 50%;
    }

    .attendant-area-section .card-img-top {
        height: 100%;
    }

    .google-map-directions .info-card {
        padding: 0;
        padding-top: 15px;
    }

    .gallery-section .gallery-box img {
        height: 240px;
    }

    .equipment-section .hostipal-img img {
        height: 300px;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link:hover {
        color: #fff !important;
    }

    .navbar-toggler:focus,
    .navbar-toggler:focus-visible,
    .navbar-toggler {
        box-shadow: unset;
        border: unset;
        outline: unset;
    }

    .mobile-left-bar .nav-item {
        border-bottom: 1px solid #ffffff45;
        padding: 5px 22px;
    }

    .mobile-left-bar .nav-item a {
        color: #fff;
    }

    .mobile-left-bar .nav-item:hover {
        border-bottom: 1px solid transparent;
        background: #ffffff45;
    }

    .mobile-left-bar .offcanvas-body {
        padding: 0;
        margin-top: 24px;
    }

    .mobile-left-bar .nav-item:last-child {
        border-bottom: none;
    }

    .modal-backdrop.show {
        z-index: 1;
    }

    /* .hero-banner-sec .row {
        flex-direction: column-reverse;
    } */

    .offcanvas.offcanvas-start.mobile-left-bar {
        border-right: unset;
        width: 85%;
        background: linear-gradient(180deg, rgba(8, 145, 178, 1) 0%, rgba(6, 165, 202, 1) 45%, rgba(12, 184, 182, 1) 78%);
    }

    .department-img img {
        height: 400px;
    }

    .footer .opening-hours-card p {
        font-size: 15px;
    }

    .our-departments::after {
        content: none;
    }

    .experience-badge {
        padding: 10px 10px;
    }

    .hero-banner-sec .main-banner-img {
        display: block;
    }

    .hero-banner-sec {
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .our-departments .dept-footer {
        font-size: 20px;
        padding: 12px 15px;
    }

    .core-values-section .value-card {
        padding: 25px 20px;
    }

    .mission-vision-section .mission-card {
        padding: 25px;
    }

    .accommodation-section .room-img img {
        height: 100%;
    }

    .footer-logo img {
        width: 100%;
    }

    .certifications-awards .award-card h5 {
        font-size: 20px;
    }

    .faq-section .accordion-button {
        font-size: 17px;
    }

    .testimonial-section .wprev-slider {
        margin-left: 0;
        margin-right: 0;
    }

    .fs-18 {
        font-size: 16px;
    }

    .testimonial-section .indrevdiv,
    .testimonial-section .wprevpro_t1_DIV_2,
    .testimonial-section .wprev_preview_bg1_T1 {
        padding: 0;
    }

    .top-doctors-section .doctor-info h4 {
        font-size: 18px;
    }

    .department-img img {
        height: 350px;
    }

    .top-doctors-section .doctor-card img {
        height: 250px;
    }

    .our-departments .dept-card p {
        font-size: 16px;
    }

    .hero-banner-sec .main-banner-info h1 {
        font-size: 28px;
    }

    .hero-banner-sec .main-banner-info p {
        font-size: 16px !important;
    }

    .hero-bg {
        background-size: unset;
        background-repeat: repeat;
    }

    /* .gallery-section .gallery-box img {
        height: 100%;
    } */

    .contact-form-wrapper .contact-card h2 {
        font-size: 30px;
    }

    .contact-form-wrapper .divider {
        width: 100%;
    }

    .contact-form-wrapper .social-icons {
        text-align: center;
    }

    .contact-form-wrapper .social-box {
        justify-content: center;
    }

    .contact-form-wrapper .info-item {
        flex-direction: column;
        align-items: center;
    }

    .contact-form-wrapper .detail-box {
        text-align: center;
    }

    .our-departments .dept-arrow i {
        font-size: 24px;
    }

    .testimonial-section h4,
    .testimonial-section p {
        font-size: 16px !important;
    }

    .testimonial-section .slick-dots li button {
        width: 12px;
        height: 12px;
    }

    .footer .opening-hours-card p {
        font-size: 14px;
    }

    .footer .opening-hours-card {
        padding: 20px;
    }
}

@media screen and (max-width: 600px) {
    .gallery-section .gallery-box {
        margin: 0;
    }

}

@media screen and (max-width: 575px) {
    .contact-form-wrapper .contact-card {
        padding: 35px 20px;
    }

    .contact-section h2 {
        font-size: 26px !important;
    }

    .gallery-section .gallery-box img {
        height: 300px;
    }

    .doctor-card {
        height: auto !important;
    }

    .top-doctors-section .doctor-card img {
        height: 380px;
    }
}

@media screen and (max-width: 480px) {
    .top-doctors-section .doctor-card img {
        height: 350px;
    }

    .equipment-section .hostipal-img img {
        height: 350px;
    }
}

@media screen and (max-width: 380px) {
    .top-doctors-section .doctor-card img {
        height: 310px;
    }

    .equipment-section .hostipal-img img {
        height: 300px;
    }

    .doctors-section .doctor-card img {
        height: 330px;
    }
}

@media screen and (max-width: 350px) {
    .navbar-logo {
        width: 220px;
    }

    .doctors-section .doctor-card img {
        height: 300px;
    }


}


.image-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.image-popup-overlay img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.close-popup {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
}


.appointmentModal .modal-dialog {
    max-width: 650px;
    width: 100% !important;
}

.doctor-detail{
    background: linear-gradient(180deg, rgb(12 184 182 / 20%) 0%, rgba(255, 255, 255, 1) 50%);
}


.appointment-form .wpcf7-form label.error {
    color: #dc3232;
    font-size: 16px;
    float: none;
    padding-left: 6px;
}