/**
 * Cuba Hospital theme — layout, home, footer, posts (scoped under .cuba_hospital)
 */
:root {
    --hospital-primary: #1f9858;
    --hospital-hotline: #45a049;
    --hospital-blue: #2062a9;
    --hospital-bg: #eaf2fb;
    --hospital-text: #2e4460;
}

body.cuba_hospital {
    background: var(--hospital-bg);
    color: var(--hospital-text);
}

.cuba_hospital .container {
    width: 1365px;
    max-width: calc(100% - 28px);
}

.cuba_hospital .cuba-sticky-head {
    position: sticky;
    top: 0;
    z-index: 1002;
    background: transparent;
    box-shadow: 0 4px 24px rgba(10, 61, 98, .1);
}

.cuba_hospital #header {
    background: transparent;
}

.cuba_hospital .nav-main.cuba-hospital-navbar {
    background: transparent;
}

.cuba_hospital .cuba-hospital-navbar-inner {
    min-height: 72px;
}

.cuba_hospital .cuba-hospital-menu-collapse {
    flex: 1 1 auto;
    min-width: 0;
}

.cuba_hospital .cuba-hospital-nav-list.navbar-nav,
.cuba_hospital .cuba-hospital-actions.navbar-nav {
    flex-direction: row !important;
    flex-wrap: wrap;
    align-items: center;
}

.cuba_hospital .cuba-hospital-nav-list .dropdown-menu {
    position: absolute;
}

.cuba_hospital .cuba-hospital-actions {
    margin-left: auto;
}

.cuba_hospital .cuba-hospital-logo-wrap {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2px solid #dde8f4;
    box-shadow: 0 2px 8px rgba(32, 98, 169, .08);
}

.cuba_hospital .cuba-hospital-logo-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.cuba_hospital .cuba-hospital-brand-text {
    font-size: 11px;
    line-height: 1.28;
    font-weight: 800;
    color: #1a3a5c;
    text-transform: uppercase;
    letter-spacing: .04em;
    max-width: min(340px, 36vw);
    margin-left: 12px;
}

@media (min-width: 1200px) {
    .cuba_hospital .cuba-hospital-brand-text {
        font-size: 12px;
        max-width: 400px;
    }
}

.cuba_hospital .cuba-hospital-nav-list .nav-link {
    color: #2d2d2d !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .06em;
    padding: 0.45rem 0.55rem !important;
}

.cuba_hospital .cuba-hospital-nav-list .nav-link:hover,
.cuba_hospital .cuba-hospital-nav-list .nav-item.active > .nav-link {
    color: var(--hospital-blue) !important;
}

.cuba_hospital .cuba-hospital-nav-list .nav-link .icon-arrow-down {
    font-size: 10px;
    margin-left: 2px;
    opacity: .75;
}

.cuba_hospital .cuba-hospital-hotline-btn {
    background: var(--hospital-hotline);
    color: #fff !important;
    border-radius: 6px;
    padding: 10px 18px;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(69, 160, 73, .35);
    transition: background .2s ease, box-shadow .2s ease;
}

.cuba_hospital .cuba-hospital-hotline-btn:hover {
    background: #3d8f41 !important;
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(69, 160, 73, .45);
}

.cuba_hospital .cuba-hospital-actions .nav-link.search-icon {
    color: #2d4a6e !important;
}

.cuba_hospital .cuba-hospital-actions .search-form {
    right: 0;
    left: auto;
}

.cuba_hospital .mega-menu-container {
    position: relative;
    z-index: 1001;
}

.cuba_hospital .hero-slider {
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.cuba_hospital .hero-slider .carousel {
    min-height: 445px;
}

.cuba_hospital .hero-slider .carousel-inner,
.cuba_hospital .hero-slider .carousel-item {
    min-height: 445px;
    position: relative;
}

.cuba_hospital .cuba-slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    z-index: 0;
}

.cuba_hospital .cuba-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(231, 242, 254, .94) 0%, rgba(231, 242, 254, .55) 45%, rgba(231, 242, 254, .2) 72%, rgba(255, 255, 255, .05) 100%);
}

.cuba_hospital .hero-slider .hero-inner {
    position: relative;
    z-index: 2;
}

.cuba_hospital .hero-slider .carousel-indicators {
    z-index: 3;
    margin-bottom: 1rem;
}

.cuba_hospital .hero-slider .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(36, 77, 123, .35);
    border: 0;
}

.cuba_hospital .hero-slider .carousel-indicators .active {
    background-color: #244d7b;
}

.cuba_hospital .hero-slider .carousel-control-prev,
.cuba_hospital .hero-slider .carousel-control-next {
    z-index: 3;
    width: 8%;
    opacity: .9;
}

.cuba_hospital .hero {
    min-height: 445px;
    background:
        linear-gradient(90deg, rgba(231, 242, 254, .98) 0%, rgba(231, 242, 254, .62) 41%, rgba(231, 242, 254, .22) 66%, rgba(231, 242, 254, .08) 100%),
        url('../img/hero-hospital.svg') center/cover no-repeat;
}

.cuba_hospital .hero-inner {
    min-height: 445px;
    display: flex;
    align-items: center;
}

.cuba_hospital .hero-copy h1 {
    max-width: 720px;
    color: #244d7b;
    font-size: 58px;
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.cuba_hospital .hero-copy p {
    margin-top: 0;
    color: #396895;
    font-size: 21px;
    font-weight: 600;
}

.cuba_hospital .btn-booking {
    margin-top: 24px;
    background: linear-gradient(180deg, #4caf50, var(--hospital-hotline));
    color: #fff;
    padding: 12px 30px;
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(26, 127, 75, .3);
}

.cuba_hospital .quick-links {
    margin-top: -30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(13, 59, 102, .14);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.cuba_hospital .quick-links a {
    padding: 20px 10px;
    text-align: center;
    color: #304d70;
    font-weight: 700;
    border-right: 1px solid #ebf0f6;
    line-height: 1.3;
    min-height: 82px;
    display: grid;
    place-items: center;
}

.cuba_hospital .quick-links a span {
    display: block;
}

.cuba_hospital .quick-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #e9f2fb;
    display: grid;
    place-items: center;
    margin-bottom: 6px;
}

.cuba_hospital .quick-icon svg {
    width: 28px;
    height: 28px;
    fill: #2f76ae;
}

.cuba_hospital .quick-links a:last-child {
    border-right: 0;
}

.cuba_hospital .home-grid {
    margin-top: 22px;
    margin-bottom: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

.cuba_hospital .home-grid .card {
    background: #fff;
    border-radius: 10px;
    padding: 14px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .08);
    min-height: 266px;
}

.cuba_hospital .home-grid .card h3 {
    margin: -14px -14px 14px -14px;
    background: var(--hospital-blue);
    color: #fff;
    font-size: 24px;
    padding: 11px 14px;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.cuba_hospital .booking-card h3 {
    background: var(--hospital-primary) !important;
}

.cuba_hospital .booking-card input {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #d5dee8;
    border-radius: 6px;
    min-height: 40px;
    padding: 8px 10px;
}

.cuba_hospital .icon-list {
    list-style: none;
    padding-left: 0 !important;
}

.cuba_hospital .icon-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    border-bottom: 1px dashed #e4ecf6;
}

.cuba_hospital .icon-list li:last-child {
    border-bottom: 0;
}

.cuba_hospital .li-ic {
    color: #2e83ba;
    font-size: 11px;
}

.cuba_hospital .btn-submit {
    width: 100%;
    background: var(--hospital-primary);
    color: #fff;
    font-weight: 700;
    border-radius: 6px;
}

.cuba_hospital .home-grid ul {
    margin: 0;
    padding-left: 18px;
}

.cuba_hospital .home-grid li {
    margin-bottom: 8px;
}

.cuba_hospital .hospital-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 26px;
}

.cuba_hospital .hospital-bottom-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .08);
    padding: 14px;
}

.cuba_hospital .hospital-bottom-card h3 {
    margin: -14px -14px 14px -14px;
    color: #355574;
    border-bottom: 2px solid #dbe6f3;
    font-size: 32px;
    font-weight: 800;
    padding: 10px 14px;
    text-transform: uppercase;
}

.cuba_hospital .news-item {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 10px;
    align-items: center;
    border: 1px solid #e4edf7;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
    background: #fdfefe;
}

.cuba_hospital .news-item img {
    width: 110px;
    height: 72px;
    object-fit: cover;
}

.cuba_hospital .news-item-title {
    color: #2f4f74;
    font-size: 17px;
    font-weight: 700;
}

.cuba_hospital .guide-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.cuba_hospital .guide-grid a {
    border: 1px solid #e3ebf6;
    border-radius: 9px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #345678;
    font-weight: 700;
    background: #fbfdff;
}

.cuba_hospital .guide-grid a:hover {
    border-color: #c8dbee;
    color: #1d436d;
}

.cuba_hospital .hospital-footer {
    background: linear-gradient(130deg, #0a4f93, #0b73b0);
    color: #eaf4ff;
    padding: 30px 0;
    text-align: center;
}

.cuba_hospital .hospital-footer-hotline {
    font-size: 26px;
    letter-spacing: .5px;
    margin-bottom: 12px;
}

.cuba_hospital .hospital-footer-links {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.cuba_hospital .hospital-footer-links a {
    color: #fff;
}

.cuba_hospital .guide-grid a::before {
    content: "";
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: linear-gradient(180deg, #4fa9df, #2f7cb3);
    margin-right: 8px;
}

@media (max-width: 991px) {
    .cuba_hospital .container {
        width: auto;
        max-width: calc(100% - 20px);
    }

    .cuba_hospital .quick-links {
        grid-template-columns: 1fr 1fr;
    }

    .cuba_hospital .hero-copy h1 {
        font-size: 34px;
    }

    .cuba_hospital .home-grid {
        grid-template-columns: 1fr;
    }

    .cuba_hospital .hospital-bottom {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .cuba_hospital .hero-slider .carousel,
    .cuba_hospital .hero-slider .carousel-inner,
    .cuba_hospital .hero-slider .carousel-item {
        min-height: 360px;
    }

    .cuba_hospital .hero {
        min-height: 360px;
    }

    .cuba_hospital .hero-inner {
        min-height: 360px;
    }

    .cuba_hospital .hero-copy h1 {
        font-size: 30px;
    }

    .cuba_hospital .hero-copy p {
        font-size: 16px;
    }

    .cuba_hospital .btn-booking {
        font-size: 16px;
        padding: 10px 20px;
    }

    .cuba_hospital .quick-links a {
        min-height: 68px;
        font-size: 13px;
    }

    .cuba_hospital .home-grid .card h3 {
        font-size: 20px;
    }

    .cuba_hospital .hospital-bottom-card h3 {
        font-size: 24px;
    }

    .cuba_hospital .news-item-title {
        font-size: 14px;
    }

    .cuba_hospital .hospital-footer-hotline {
        font-size: 20px;
    }
}

/* ---------- Post listing & detail ---------- */
.cuba_hospital .cuba-post-page {
    padding-top: 0;
    padding-bottom: 2.5rem;
}

.cuba_hospital .cuba-post-hero {
    background: linear-gradient(105deg, rgba(231, 242, 254, .98) 0%, rgba(214, 235, 248, .88) 45%, rgba(255, 255, 255, .4) 100%);
    border-bottom: 1px solid #dbe6f3;
    padding: 1.25rem 0 1.5rem;
    margin-bottom: 1.5rem;
}

.cuba_hospital .cuba-post-hero .breadcrumb {
    margin-bottom: 0.75rem;
    background: transparent;
    padding: 0;
}

.cuba_hospital .cuba-post-hero .breadcrumb-item a {
    color: var(--hospital-blue);
    font-weight: 600;
}

.cuba_hospital .cuba-post-hero .breadcrumb-item.active {
    color: #4a6688;
}

.cuba_hospital .cuba-post-hero .post-title,
.cuba_hospital .cuba-post-hero .page-title {
    color: #1a3a5c;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.cuba_hospital .cuba-post-hero .badge-category {
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 0.35em 0.65em;
}

.cuba_hospital #postDetailsPage .post-content,
.cuba_hospital .cuba-posts-list-wrap {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(13, 59, 102, .1);
    padding: 1.5rem 1.75rem;
    border: 1px solid #e8eef6;
}

@media (max-width: 991px) {
    .cuba_hospital #postDetailsPage .post-content,
    .cuba_hospital .cuba-posts-list-wrap {
        padding: 1.15rem;
    }
}

.cuba_hospital #postDetailsPage .post-details-meta {
    flex-wrap: wrap;
    gap: 0.5rem;
    border-bottom: 1px solid #edf2f8;
    padding-bottom: 1rem;
}

.cuba_hospital #postDetailsPage .item-meta a {
    color: var(--hospital-blue);
}

.cuba_hospital #postDetailsPage .post-text {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #334155;
}

.cuba_hospital #postDetailsPage .post-text a {
    color: var(--hospital-blue);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cuba_hospital #postDetailsPage .post-text a:hover {
    color: var(--hospital-primary);
}

.cuba_hospital #postDetailsPage .post-image,
.cuba_hospital #postDetailsPage .post-image-inner {
    border-radius: 10px;
    overflow: hidden;
}

.cuba_hospital #postDetailsPage .post-image img {
    border-radius: 10px;
}

.cuba_hospital #postDetailsPage .post-files .title,
.cuba_hospital #postDetailsPage .post-tags .title {
    color: #1a3a5c;
    font-size: 1.1rem;
    font-weight: 800;
}

.cuba_hospital #postDetailsPage .post-tags ul li a {
    background: #e9f2fb;
    color: var(--hospital-blue);
    border-radius: 6px;
    padding: 0.25rem 0.65rem;
    font-weight: 600;
}

.cuba_hospital #postDetailsPage .post-tags ul li a:hover {
    background: #d4e8f9;
}

/* Marketing block (thay bài viết liên quan) */
.cuba_hospital #postDetailsPage .cuba-post-marketing {
    margin-top: 2rem;
}

.cuba_hospital #postDetailsPage .cuba-marketing-cta {
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(125deg, #0a4f93 0%, #2062a9 42%, #1f9858 100%);
    box-shadow: 0 12px 36px rgba(10, 79, 147, .28);
    margin-bottom: 1.25rem;
}

.cuba_hospital #postDetailsPage .cuba-marketing-cta-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.5rem 1.75rem;
}

.cuba_hospital #postDetailsPage .cuba-marketing-cta-text {
    flex: 1 1 280px;
    max-width: 560px;
    color: #fff;
}

.cuba_hospital #postDetailsPage .cuba-marketing-cta-kicker {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .92;
    margin-bottom: 0.35rem;
}

.cuba_hospital #postDetailsPage .cuba-marketing-cta-title {
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 0.5rem;
}

.cuba_hospital #postDetailsPage .cuba-marketing-cta-desc {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    opacity: .95;
}

.cuba_hospital #postDetailsPage .cuba-marketing-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.cuba_hospital #postDetailsPage .cuba-marketing-btn-hotline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    color: #0a4f93 !important;
    font-weight: 800;
    border: none;
    border-radius: 10px;
    padding: 0.65rem 1.15rem;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
}

.cuba_hospital #postDetailsPage .cuba-marketing-btn-hotline:hover {
    background: #f0f7ff;
    color: #063a6e !important;
}

.cuba_hospital #postDetailsPage .cuba-marketing-btn-booking {
    display: inline-flex;
    align-items: center;
    background: var(--hospital-hotline);
    color: #fff !important;
    font-weight: 800;
    border: 2px solid rgba(255, 255, 255, .35);
    border-radius: 10px;
    padding: 0.65rem 1.15rem;
}

.cuba_hospital #postDetailsPage .cuba-marketing-btn-booking:hover {
    background: #3d8f41;
    color: #fff !important;
}

.cuba_hospital #postDetailsPage .cuba-marketing-trust {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0.85rem 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    justify-content: center;
    background: #fff;
    border: 1px solid #e8eef6;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(13, 59, 102, .06);
    font-size: 0.9rem;
    color: #345678;
}

.cuba_hospital #postDetailsPage .cuba-marketing-trust li strong {
    color: var(--hospital-blue);
    font-weight: 800;
    margin-right: 0.25rem;
}

.cuba_hospital #postDetailsPage .cuba-marketing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

@media (max-width: 991px) {
    .cuba_hospital #postDetailsPage .cuba-marketing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .cuba_hospital #postDetailsPage .cuba-marketing-grid {
        grid-template-columns: 1fr;
    }

    .cuba_hospital #postDetailsPage .cuba-marketing-cta-inner {
        padding: 1.15rem;
    }
}

.cuba_hospital #postDetailsPage .cuba-marketing-tile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    background: #fbfdff;
    border: 1px solid #e8eef6;
    border-radius: 12px;
    padding: 1rem 1.1rem;
    min-height: 118px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .15s ease;
    color: inherit;
}

.cuba_hospital #postDetailsPage .cuba-marketing-tile:hover {
    border-color: #9ec5eb;
    box-shadow: 0 8px 24px rgba(32, 98, 169, .12);
    transform: translateY(-2px);
    color: inherit;
}

.cuba_hospital #postDetailsPage .cuba-marketing-tile-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: linear-gradient(145deg, #e9f2fb, #d4e8f9);
    display: grid;
    place-items: center;
    margin-bottom: 0.65rem;
}

.cuba_hospital #postDetailsPage .cuba-marketing-tile-icon svg {
    width: 24px;
    height: 24px;
    fill: var(--hospital-blue);
}

.cuba_hospital #postDetailsPage .cuba-marketing-tile-title {
    font-weight: 800;
    font-size: 0.95rem;
    color: #1a3a5c;
    line-height: 1.3;
    margin-bottom: 0.25rem;
}

.cuba_hospital #postDetailsPage .cuba-marketing-tile-hint {
    font-size: 0.8rem;
    color: #5a7190;
    line-height: 1.35;
}

.cuba_hospital #postDetailsPage .section-comments .nav-tabs .nav-link {
    color: #4a6688;
    font-weight: 700;
    border: none;
    border-bottom: 3px solid transparent;
}

.cuba_hospital #postDetailsPage .section-comments .nav-tabs .nav-link.active {
    color: var(--hospital-blue);
    border-bottom-color: var(--hospital-primary);
    background: transparent;
}

.cuba_hospital #postDetailsPage .btn-custom {
    background: var(--hospital-blue);
    border-color: var(--hospital-blue);
    color: #fff;
    font-weight: 700;
    border-radius: 8px;
}

.cuba_hospital #postDetailsPage .btn-custom:hover {
    background: #1a5088;
    border-color: #1a5088;
    color: #fff;
}

.cuba_hospital .cuba-posts-page-title {
    color: #1a3a5c;
    font-weight: 800;
    margin-bottom: 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid var(--hospital-primary);
    display: inline-block;
}

.cuba_hospital .cuba-posts-list-wrap .post-item {
    background: #fbfdff;
    border: 1px solid #e8eef6 !important;
    border-radius: 10px;
    padding: 0.85rem;
    margin-bottom: 1rem;
    transition: box-shadow .2s ease;
}

.cuba_hospital .cuba-posts-list-wrap .post-item:hover {
    box-shadow: 0 6px 18px rgba(32, 98, 169, .1);
}

.cuba_hospital .cuba-posts-list-wrap .post-item .title a {
    color: #1a3a5c;
    font-weight: 700;
}

.cuba_hospital .cuba-posts-list-wrap .post-item .title a:hover {
    color: var(--hospital-blue);
}

.cuba_hospital .col-sidebar .sidebar-widget {
    border-radius: 10px;
    border: 1px solid #e8eef6;
    overflow: hidden;
    margin-bottom: 1.25rem;
    background: #fff;
}

.cuba_hospital .col-sidebar .sidebar-widget .widget-head {
    background: linear-gradient(90deg, var(--hospital-blue), #2a7bc4);
    color: #fff;
    font-weight: 800;
    padding: 0.65rem 1rem;
}

.cuba_hospital .col-sidebar .sidebar-widget .widget-head .title {
    color: #fff;
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
}

.cuba_hospital .col-sidebar .sidebar-widget .widget-body {
    padding: 1rem;
}

/* Mobile nav — Cuba */
.cuba_hospital .nav-mobile {
    background: #fff;
    border-bottom: 1px solid #e4ebf4;
}

.cuba_hospital .nav-mobile .nav-item .nav-link {
    color: #2d2d2d;
    font-weight: 600;
}

/* Dark mode — minimal fixes */
body.cuba_hospital.dark-mode {
    --hospital-bg: #0f172a;
    --hospital-text: #e2e8f0;
}

body.cuba_hospital.dark-mode .cuba-sticky-head {
    background: rgba(15, 23, 42, .98);
}

body.cuba_hospital.dark-mode #postDetailsPage .post-content,
body.cuba_hospital.dark-mode .cuba-posts-list-wrap {
    background: #1e293b;
    border-color: #334155;
}

body.cuba_hospital.dark-mode .cuba-post-hero {
    background: linear-gradient(105deg, #1e293b 0%, #0f172a 100%);
    border-bottom-color: #334155;
}

body.cuba_hospital.dark-mode .cuba-post-hero .post-title,
body.cuba_hospital.dark-mode #postDetailsPage .post-title {
    color: #f1f5f9;
}

body.cuba_hospital.dark-mode #postDetailsPage .post-text {
    color: #cbd5e1;
}

body.cuba_hospital.dark-mode .col-sidebar .sidebar-widget {
    background: #1e293b;
    border-color: #334155;
}

body.cuba_hospital.dark-mode .col-sidebar .sidebar-widget .widget-body {
    color: #e2e8f0;
}

body.cuba_hospital.dark-mode #postDetailsPage .cuba-marketing-trust {
    background: #1e293b;
    border-color: #334155;
    color: #cbd5e1;
}

body.cuba_hospital.dark-mode #postDetailsPage .cuba-marketing-trust li strong {
    color: #7dd3fc;
}

body.cuba_hospital.dark-mode #postDetailsPage .cuba-marketing-tile {
    background: #1e293b;
    border-color: #334155;
}

body.cuba_hospital.dark-mode #postDetailsPage .cuba-marketing-tile-title {
    color: #f1f5f9;
}

body.cuba_hospital.dark-mode #postDetailsPage .cuba-marketing-tile-hint {
    color: #94a3b8;
}

/* ========== Top bar + header v2 (mẫu BV) ========== */
.cuba_hospital .cuba-topbar {
    background: #0a3d62;
    color: rgba(255, 255, 255, .92);
    font-size: 13px;
}

.cuba_hospital .cuba-topbar .nav-link {
    color: rgba(255, 255, 255, .9) !important;
    padding: 0.25rem 0.65rem !important;
    font-weight: 500;
}

.cuba_hospital .cuba-topbar .nav-link:hover {
    color: #fff !important;
}

.cuba_hospital .cuba-topbar .span-login-sep {
    color: rgba(255, 255, 255, .5);
}

.cuba_hospital .cuba-topbar .btn-switch-mode,
.cuba_hospital .cuba-topbar-mode {
    color: rgba(255, 255, 255, .85);
    border: none;
    background: transparent;
}

.cuba_hospital .cuba-brand-toolbar {
    background: #fff;
    border-bottom: 1px solid #e4ebf4;
}

.cuba_hospital .cuba-brand-text-block {
    margin-left: 12px;
    max-width: min(420px, 42vw);
}

.cuba_hospital .cuba-brand-slogan {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #5a7190;
    line-height: 1.35;
    margin-top: 4px;
    text-transform: none;
    letter-spacing: 0;
}

.cuba_hospital .cuba-brand-search-inner {
    max-width: 420px;
    margin-left: auto;
    border: 1px solid #d0dbe8;
    border-radius: 10px;
    overflow: hidden;
    background: #f8fafc;
}

.cuba_hospital .cuba-brand-search-inner .form-control {
    border: none;
    background: transparent;
    font-size: 14px;
}

.cuba_hospital .cuba-brand-search-inner .form-control:focus {
    box-shadow: none;
}

.cuba_hospital .cuba-brand-search-btn {
    background: var(--hospital-blue);
    color: #fff;
    border: none;
    padding: 0 1rem;
}

.cuba_hospital .cuba-brand-search-btn:hover {
    background: #1a5088;
    color: #fff;
}

.cuba_hospital .cuba-brand-hotline {
    gap: 10px;
    color: #1a3a5c;
}

.cuba_hospital .cuba-brand-hotline-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e53935;
    color: #fff;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(229, 57, 53, .35);
}

.cuba_hospital .cuba-brand-hotline-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.cuba_hospital .cuba-brand-hotline-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #64748b;
    letter-spacing: .04em;
}

.cuba_hospital .cuba-brand-hotline-num {
    font-size: 20px;
    font-weight: 800;
    color: #c62828;
}

.cuba_hospital .cuba-primary-nav-wrap {
    background: linear-gradient(90deg, #1565c0 0%, #0d47a1 100%);
    box-shadow: 0 4px 12px rgba(13, 71, 161, .2);
}

/* BS5: .navbar-nav mặc định flex-direction:column — bắt buộc hàng ngang + wrapper navbar-expand-md */
.cuba_hospital .cuba-primary-bootstrap-nav.navbar {
    --bs-navbar-padding-y: 0;
    --bs-navbar-padding-x: 0;
    background: transparent !important;
}

.cuba_hospital .cuba-primary-bootstrap-nav .cuba-blue-nav-list.navbar-nav {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 0.1rem 0.15rem;
}

.cuba_hospital .cuba-primary-bootstrap-nav .navbar-nav > .nav-item {
    flex: 0 0 auto;
    width: auto !important;
    max-width: none;
}

.cuba_hospital .cuba-blue-nav-list .nav-link {
    color: rgba(255, 255, 255, .95) !important;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 0.45rem 0.6rem !important;
    border-radius: 6px;
    line-height: 1.35 !important;
    white-space: nowrap;
}

.cuba_hospital .cuba-blue-nav-list .nav-link:hover,
.cuba_hospital .cuba-blue-nav-list .nav-item.active > .nav-link {
    color: #fff !important;
    background: rgba(255, 255, 255, .12);
}

.cuba_hospital .cuba-blue-nav-list .dropdown-menu {
    margin-top: 0.35rem;
}

.cuba_hospital .cuba-primary-bootstrap-nav .cuba-blue-nav-list .dropdown-menu {
    position: absolute;
}

.cuba_hospital .cuba-nav-booking-btn {
    background: rgba(255, 255, 255, .2);
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, .55);
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    border-radius: 8px;
    padding: 0.45rem 1rem;
}

.cuba_hospital .cuba-nav-booking-btn:hover {
    background: #fff;
    color: #0d47a1 !important;
    border-color: #fff;
}

@media (max-width: 1199px) {
    .cuba_hospital .cuba-brand-search {
        order: 3;
        width: 100%;
        max-width: none;
    }

    .cuba_hospital .cuba-brand-search-inner {
        max-width: none;
    }
}

/* ========== Trang chủ v2 ========== */
.cuba_hospital .cuba-hero-pro .carousel,
.cuba_hospital .cuba-hero-pro .carousel-inner,
.cuba_hospital .cuba-hero-pro .carousel-item {
    min-height: 520px;
}

.cuba_hospital .cuba-slide-overlay--hero {
    background: linear-gradient(105deg, rgba(10, 61, 98, .88) 0%, rgba(21, 101, 192, .45) 48%, rgba(255, 255, 255, .12) 100%);
}

.cuba_hospital .cuba-hero-inner {
    position: relative;
    z-index: 2;
    padding-top: 3rem;
    padding-bottom: 3.5rem;
}

.cuba_hospital .cuba-hero-row {
    min-height: 380px;
}

.cuba_hospital .cuba-hero-kicker {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .85);
    margin-bottom: 0.5rem;
}

.cuba_hospital .cuba-hero-copy h1 {
    color: #fff;
    font-size: clamp(1.65rem, 4vw, 2.35rem);
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .02em;
    margin-bottom: 0.75rem;
    max-width: 34ch;
}

.cuba_hospital .cuba-hero-sub {
    color: rgba(255, 255, 255, .92);
    font-size: 1.05rem;
    font-weight: 600;
    max-width: 36ch;
    margin-bottom: 1.25rem;
}

.cuba_hospital .cuba-hero-stats {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.cuba_hospital .cuba-hero-stat-ring {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    min-height: 88px;
    padding: 0.5rem;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, .55);
    background: rgba(255, 255, 255, .08);
    color: #fff;
    text-align: center;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.15;
}

.cuba_hospital .cuba-hero-stat-ring small {
    display: block;
    font-size: 0.65rem;
    font-weight: 600;
    opacity: .9;
    margin-top: 2px;
}

.cuba_hospital .cuba-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.cuba_hospital .cuba-hero-btn-primary {
    background: #fff;
    color: #0d47a1 !important;
    font-weight: 800;
    border-radius: 8px;
    padding: 0.65rem 1.35rem;
    border: none;
}

.cuba_hospital .cuba-hero-btn-primary:hover {
    background: #e3f2fd;
    color: #0a3d62 !important;
}

.cuba_hospital .cuba-hero-btn-outline {
    background: transparent;
    color: #fff !important;
    font-weight: 800;
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 0.65rem 1.35rem;
}

.cuba_hospital .cuba-hero-btn-outline:hover {
    background: rgba(255, 255, 255, .15);
    color: #fff !important;
}

.cuba_hospital .cuba-hero-fallback {
    position: relative;
    min-height: 480px;
    background:
        linear-gradient(105deg, rgba(10, 61, 98, .92) 0%, rgba(21, 101, 192, .5) 50%, rgba(232, 242, 252, .3) 100%),
        url('../img/hero-hospital.svg') center/cover no-repeat;
}

.cuba_hospital .cuba-hero-fallback .cuba-hero-inner {
    display: flex;
    align-items: center;
    min-height: 480px;
}

.cuba_hospital .cuba-hero-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .4);
    border: 0;
}

.cuba_hospital .cuba-hero-indicators .active {
    background-color: #fff;
}

.cuba_hospital .cuba-section {
    padding: 2.75rem 0;
}

.cuba_hospital .cuba-section-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0a3d62;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.cuba_hospital .cuba-link-more {
    font-weight: 800;
    font-size: 0.9rem;
    color: var(--hospital-blue);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.cuba_hospital .cuba-link-more:hover {
    color: #0a3d62;
}

.cuba_hospital .cuba-dept-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

@media (max-width: 991px) {
    .cuba_hospital .cuba-dept-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .cuba_hospital .cuba-dept-grid {
        grid-template-columns: 1fr;
    }
}

.cuba_hospital .cuba-dept-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e0e8f2;
    border-radius: 14px;
    padding: 1.25rem 0.75rem;
    box-shadow: 0 6px 20px rgba(13, 59, 102, .06);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    color: inherit;
}

.cuba_hospital .cuba-dept-card:hover {
    transform: translateY(-3px);
    border-color: #90caf9;
    box-shadow: 0 12px 28px rgba(21, 101, 192, .12);
    color: inherit;
}

.cuba_hospital .cuba-dept-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(145deg, #e3f2fd, #bbdefb);
    display: grid;
    place-items: center;
    margin-bottom: 0.75rem;
}

.cuba_hospital .cuba-dept-icon svg {
    width: 32px;
    height: 32px;
    fill: #1565c0;
}

.cuba_hospital .cuba-dept-name {
    font-weight: 800;
    font-size: 0.9rem;
    color: #0a3d62;
    line-height: 1.3;
}

.cuba_hospital .cuba-experts-section {
    background: linear-gradient(180deg, #f0f6fc 0%, #fff 40%);
}

.cuba_hospital .cuba-flow-steps {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cuba_hospital .cuba-flow-steps li {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.25rem;
    align-items: flex-start;
}

.cuba_hospital .cuba-flow-ic {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--hospital-blue);
    color: #fff;
    font-weight: 800;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    font-size: 0.95rem;
}

.cuba_hospital .cuba-flow-steps strong {
    color: #0a3d62;
    display: block;
    margin-bottom: 0.25rem;
}

.cuba_hospital .cuba-flow-steps p {
    margin: 0;
    font-size: 0.9rem;
    color: #5a7190;
}

.cuba_hospital .cuba-expert-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e4ebf4;
    box-shadow: 0 8px 24px rgba(13, 59, 102, .08);
    height: 100%;
}

.cuba_hospital .cuba-expert-photo {
    display: block;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #e3f2fd;
}

.cuba_hospital .cuba-expert-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cuba_hospital .cuba-expert-photo--placeholder {
    min-height: 200px;
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
}

.cuba_hospital .cuba-expert-body {
    padding: 1rem;
}

.cuba_hospital .cuba-expert-name {
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0 0.35rem;
    line-height: 1.3;
}

.cuba_hospital .cuba-expert-name a {
    color: #0a3d62;
    text-decoration: none;
}

.cuba_hospital .cuba-expert-name a:hover {
    color: var(--hospital-blue);
}

.cuba_hospital .cuba-expert-sum {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
    line-height: 1.45;
}

.cuba_hospital .cuba-app-cta {
    background: #fff;
    border: 1px solid #e0e8f2;
    border-radius: 14px;
    padding: 1.5rem 1.75rem;
}

.cuba_hospital .cuba-app-btn {
    background: var(--hospital-blue);
    color: #fff !important;
    font-weight: 800;
    border-radius: 10px;
    padding: 0.65rem 1.25rem;
    border: 2px solid var(--hospital-blue);
}

.cuba_hospital .cuba-app-btn:hover {
    background: #0d47a1;
    border-color: #0d47a1;
    color: #fff !important;
}

.cuba_hospital .cuba-app-btn--outline {
    background: #fff;
    color: var(--hospital-blue) !important;
}

.cuba_hospital .cuba-app-btn--outline:hover {
    background: #e3f2fd;
}

.cuba_hospital .cuba-app-btn--disabled {
    opacity: .65;
    pointer-events: none;
}

.cuba_hospital .cuba-qr-wrap {
    display: inline-block;
    text-align: center;
}

.cuba_hospital .cuba-qr-fallback {
    border-radius: 8px;
    border: 1px solid #e0e8f2;
    padding: 6px;
    background: #fff;
}

.cuba_hospital .cuba-news-section {
    background: #fff;
}

.cuba_hospital .cuba-news-card {
    background: #fbfdff;
    border: 1px solid #e8eef6;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    transition: box-shadow .2s ease;
}

.cuba_hospital .cuba-news-card:hover {
    box-shadow: 0 10px 28px rgba(32, 98, 169, .12);
}

.cuba_hospital .cuba-news-thumb {
    display: block;
    aspect-ratio: 16/10;
    overflow: hidden;
    position: relative;
    background: #e3f2fd;
}

.cuba_hospital .cuba-news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cuba_hospital .cuba-news-body {
    padding: 1rem;
}

.cuba_hospital .cuba-news-title {
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 0.5rem;
}

.cuba_hospital .cuba-news-title a {
    color: #0a3d62;
    text-decoration: none;
}

.cuba_hospital .cuba-news-title a:hover {
    color: var(--hospital-blue);
}

.cuba_hospital .cuba-news-excerpt {
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

/* Footer v2 */
.cuba_hospital .hospital-footer.cuba-footer-v2 {
    background: linear-gradient(160deg, #062a45 0%, #0a3d62 45%, #0d47a1 100%);
    text-align: left;
}

.cuba_hospital .cuba-footer-main {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.cuba_hospital .cuba-footer-heading {
    letter-spacing: .06em;
    margin-bottom: 1rem;
}

.cuba_hospital .cuba-footer-contact li {
    margin-bottom: 0.45rem;
}

.cuba_hospital .cuba-footer-logo {
    width: 52px;
    height: 52px;
}

.cuba_hospital .cuba-social-btn {
    width: 38px;
    height: 38px;
    padding: 0;
    line-height: 36px;
    font-weight: 800;
}

.cuba_hospital .cuba-footer-bottom {
    border-top: none;
}

/* Dark mode home */
body.cuba_hospital.dark-mode .cuba-brand-toolbar {
    background: #1e293b;
    border-color: #334155;
}

body.cuba_hospital.dark-mode .cuba-brand-slogan {
    color: #94a3b8;
}

body.cuba_hospital.dark-mode .cuba-brand-hotline {
    color: #e2e8f0;
}

body.cuba_hospital.dark-mode .cuba-brand-hotline-num {
    color: #fca5a5;
}

body.cuba_hospital.dark-mode .cuba-section-title,
body.cuba_hospital.dark-mode .cuba-dept-name,
body.cuba_hospital.dark-mode .cuba-expert-name a,
body.cuba_hospital.dark-mode .cuba-news-title a {
    color: #f1f5f9;
}

body.cuba_hospital.dark-mode .cuba-dept-card,
body.cuba_hospital.dark-mode .cuba-expert-card,
body.cuba_hospital.dark-mode .cuba-news-card,
body.cuba_hospital.dark-mode .cuba-app-cta {
    background: #1e293b;
    border-color: #334155;
}

body.cuba_hospital.dark-mode .cuba-experts-section,
body.cuba_hospital.dark-mode .cuba-news-section {
    background: #0f172a;
}

body.cuba_hospital.dark-mode .cuba-flow-steps p,
body.cuba_hospital.dark-mode .cuba-expert-sum,
body.cuba_hospital.dark-mode .cuba-news-excerpt {
    color: #94a3b8;
}
