
:root {
    --lavida-primary: #0b4f94;
    --lavida-primary-dark: #07366c;
    --lavida-primary-darker: #052955;
    --lavida-green: #2f973e;
    --lavida-green-dark: #23752f;
    --lavida-red: #c91f2b;
    --lavida-gold: #d9a22e;
    --lavida-text: #153153;
    --lavida-muted: #65758a;
    --lavida-light: #f5f8fc;
    --lavida-border: #dce5ef;
    --lavida-white: #ffffff;
    --lavida-shadow-sm: 0 8px 24px rgba(12, 55, 105, 0.08);
    --lavida-shadow-md: 0 14px 38px rgba(12, 55, 105, 0.13);
    --lavida-shadow-lg: 0 22px 55px rgba(12, 55, 105, 0.18);
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    color: var(--lavida-text);
    background: #fff;
    font-family: "Cairo", Tahoma, Arial, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

.hospital-container {
    width: min(100%, 1540px);
    margin-inline: auto;
    padding-inline: 18px;
}

/* =========================================================
   HEADER
========================================================= */

.hospital-header {
    position: relative;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 4px 22px rgba(7, 54, 108, 0.07);
}

.hospital-top-header {
    border-bottom: 1px solid #e8eef5;
    background: #fff;
}

.top-header-wrapper {
    min-height: 112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.hospital-logo-wrapper {
    width: 270px;
    min-width: 270px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hospital-logo-image {
    width: 250px;
    height: 98px;
    object-fit: contain;
    object-position: right center;
}

.hospital-logo-fallback {
    display: none;
    align-items: center;
    gap: 13px;
}

.logo-symbol {
    width: 74px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    border-radius: 22px;
    background:
        linear-gradient(145deg, var(--lavida-green), var(--lavida-primary));
    box-shadow: var(--lavida-shadow-sm);
    font-size: 32px;
}

.logo-fallback-text {
    display: flex;
    flex-direction: column;
    line-height: 1.35;
}

.logo-fallback-text strong {
    color: var(--lavida-primary);
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 1px;
}

.logo-fallback-text span {
    color: var(--lavida-primary-dark);
    font-size: 15px;
    font-weight: 800;
}

.logo-fallback-text small {
    color: var(--lavida-muted);
    font-size: 10px;
}

.header-information {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}

.header-information-item,
.header-small-link {
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--lavida-primary-dark);
    white-space: nowrap;
}

.header-information-item {
    min-height: 54px;
}

.header-information-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--lavida-primary);
    font-size: 26px;
}

.emergency-icon {
    color: var(--lavida-red);
}

.header-information-text {
    display: flex;
    flex-direction: column;
    line-height: 1.35;
}

.header-information-text small {
    color: var(--lavida-text);
    font-size: 12px;
    font-weight: 700;
}

.header-information-text strong {
    color: var(--lavida-primary-dark);
    font-size: 15px;
    font-weight: 800;
}

.hotline-information .header-information-text strong {
    color: var(--lavida-green);
    font-size: 27px;
    letter-spacing: 1px;
}

.header-information-separator {
    width: 1px;
    height: 43px;
    background: #d9e2ec;
}

.header-small-link {
    min-height: 44px;
    padding: 7px 4px;
    font-size: 13px;
    font-weight: 700;
    transition: 0.25s ease;
}

.header-small-link i {
    color: var(--lavida-primary);
    font-size: 24px;
}

.header-small-link:hover {
    color: var(--lavida-green);
    transform: translateY(-2px);
}

.english-link {
    direction: ltr;
}

.header-book-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 19px;
    color: #fff;
    border-radius: 7px;
    background: linear-gradient(135deg, var(--lavida-green), var(--lavida-green-dark));
    box-shadow: 0 10px 24px rgba(47, 151, 62, 0.22);
    font-size: 14px;
    font-weight: 800;
    transition: 0.25s ease;
    white-space: nowrap;
}

.header-book-button:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(47, 151, 62, 0.28);
}

.hospital-navigation-wrapper {
    padding: 0 0 12px;
    background: #fff;
}

.hospital-navbar {
    min-height: 64px;
    padding: 0 20px;
    border: 1px solid #e1e8f0;
    border-radius: 15px;
    background: #fff;
    box-shadow: var(--lavida-shadow-sm);
}

.hospital-navbar .navbar-collapse {
    width: 100%;
    display: flex;
    align-items: center;
}

.hospital-main-menu {
    flex: 1;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 2px;
}

.hospital-main-menu .nav-link {
    position: relative;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px !important;
    color: #183b68;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    transition: 0.25s ease;
}

.hospital-main-menu .nav-link::after {
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    content: "";
    border-radius: 5px 5px 0 0;
    background: var(--lavida-green);
    transform: translateX(50%);
    transition: width 0.25s ease;
}

.hospital-main-menu .nav-link:hover,
.hospital-main-menu .nav-link.active {
    color: var(--lavida-primary);
}

.hospital-main-menu .nav-link:hover::after,
.hospital-main-menu .nav-link.active::after {
    width: 70%;
}

.hospital-main-menu .nav-has-children{position:relative}.hospital-main-menu .nav-submenu{min-width:240px;padding:8px;border:1px solid #d9e8ec;border-radius:14px;background:#fff;box-shadow:0 18px 45px rgba(16,62,74,.16)}.hospital-main-menu>li>.nav-submenu{top:calc(100% - 2px);right:0}.hospital-main-menu .nav-submenu .nav-item{position:relative;width:100%}.hospital-main-menu .nav-submenu .nav-link{height:auto;min-height:42px;justify-content:flex-start;gap:8px;padding:9px 12px!important;border-radius:9px;font-size:13px;white-space:normal}.hospital-main-menu .nav-submenu .nav-link:after{right:auto;left:10px;bottom:auto;width:auto;height:auto;background:none;transform:none}.hospital-main-menu .nav-submenu .nav-has-children>.nav-link:after{content:"‹"}.hospital-main-menu .nav-submenu .nav-submenu{top:0;right:calc(100% + 5px);display:none}.hospital-main-menu .submenu-open>.nav-submenu{display:block}.hospital-main-menu>li.submenu-open>.nav-submenu{display:block}@media(hover:hover) and (min-width:1200px){.hospital-main-menu .nav-has-children:hover>.nav-submenu{display:block}}
html[dir="ltr"] .hospital-main-menu .nav-submenu .nav-submenu{right:auto;left:calc(100% + 5px)}html[dir="ltr"] .hospital-main-menu .nav-submenu .nav-has-children>.nav-link:after{content:"›"}@media(max-width:1199.98px){.hospital-main-menu .nav-submenu,.hospital-main-menu .nav-submenu .nav-submenu{position:static!important;display:none;width:100%;min-width:0;margin:0;padding:4px 12px;border:0;box-shadow:none;background:#f5fafb}.hospital-main-menu .submenu-open>.nav-submenu{display:block}.hospital-main-menu .nav-submenu .nav-link{padding-inline-start:22px!important}}

.header-search-button {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 8px;
    color: var(--lavida-primary);
    border: 0;
    border-right: 1px solid #dfe7ef;
    background: transparent;
    font-size: 19px;
    transition: 0.25s ease;
}

.header-search-button:hover {
    color: var(--lavida-green);
}

/* =========================================================
   HERO
========================================================= */

.hospital-main-content {
    min-height: 600px;
}

.home-hero-section {
    padding-top: 4px;
}

.home-hero-wrapper {
    position: relative;
    min-height: 505px;
    overflow: hidden;
    border-radius: 17px;
    background: #dfeaf5;
    box-shadow: var(--lavida-shadow-md);
}

.home-hero-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.96) 0%,
            rgba(255, 255, 255, 0.88) 25%,
            rgba(255, 255, 255, 0.2) 57%,
            rgba(7, 54, 108, 0.1) 100%
        );
}

.home-hero-row {
    position: relative;
    z-index: 2;
    min-height: 505px;
    padding: 26px 44px;
}

.home-hero-content {
    max-width: 520px;
    padding: 18px 0;
}

.home-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 15px;
    padding: 7px 12px;
    color: var(--lavida-primary);
    border: 1px solid rgba(11, 79, 148, 0.17);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

.home-hero-content h1 {
    margin: 0 0 15px;
    color: var(--lavida-primary-dark);
    font-size: clamp(34px, 3.1vw, 56px);
    font-weight: 800;
    line-height: 1.55;
}

.home-hero-content h1 span {
    display: block;
}

.home-hero-content p {
    max-width: 520px;
    margin-bottom: 20px;
    color: #294d75;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 15px;
}

.hero-primary-button,
.hero-dark-button,
.hero-outline-button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 20px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
    transition: 0.25s ease;
}

.hero-primary-button {
    color: #fff;
    border: 1px solid var(--lavida-green);
    background: linear-gradient(135deg, var(--lavida-green), var(--lavida-green-dark));
}

.hero-dark-button {
    color: #fff;
    border: 1px solid var(--lavida-primary);
    background: linear-gradient(135deg, var(--lavida-primary), var(--lavida-primary-dark));
}

.hero-outline-button {
    color: var(--lavida-primary);
    border: 1px solid var(--lavida-primary);
    background: rgba(255, 255, 255, 0.84);
}

.hero-primary-button:hover,
.hero-dark-button:hover {
    color: #fff;
    transform: translateY(-2px);
}

.hero-outline-button:hover {
    color: #fff;
    background: var(--lavida-primary);
    transform: translateY(-2px);
}

.hero-emergency-button {
    width: fit-content;
    min-width: 250px;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 8px 18px;
    color: #fff;
    border-radius: 8px;
    background: linear-gradient(135deg, #dd2b35, #a80e19);
    box-shadow: 0 10px 26px rgba(201, 31, 43, 0.22);
    font-size: 13px;
    font-weight: 700;
    transition: 0.25s ease;
}

.hero-emergency-button strong {
    margin-right: 5px;
    font-weight: 800;
}

.hero-emergency-button i {
    font-size: 20px;
}

.hero-emergency-button:hover {
    color: #fff;
    transform: translateY(-2px);
}

.hero-booking-card {
    width: min(100%, 350px);
    margin-right: auto;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--lavida-shadow-lg);
    backdrop-filter: blur(10px);
}

.hero-booking-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.hero-booking-header > span {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    border-radius: 12px;
    background: var(--lavida-primary);
    font-size: 19px;
}

.hero-booking-header h2 {
    margin: 0;
    color: var(--lavida-primary-dark);
    font-size: 18px;
    font-weight: 800;
}

.hero-booking-header p {
    margin: 4px 0 0;
    color: var(--lavida-muted);
    font-size: 11px;
}

.booking-field {
    position: relative;
    margin-bottom: 11px;
}

.booking-field > i {
    position: absolute;
    z-index: 2;
    right: 13px;
    top: 50%;
    color: var(--lavida-primary);
    font-size: 15px;
    transform: translateY(-50%);
    pointer-events: none;
}

.booking-field .form-control,
.booking-field .form-select {
    min-height: 45px;
    padding-right: 39px;
    color: #34516f;
    border: 1px solid #cfdae6;
    border-radius: 8px;
    background-color: #fff;
    font-size: 12px;
}

.booking-field .form-control:focus,
.booking-field .form-select:focus {
    border-color: var(--lavida-primary);
    box-shadow: 0 0 0 3px rgba(11, 79, 148, 0.09);
}

.booking-search-button {
    width: 100%;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 2px;
    color: #fff;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--lavida-green), var(--lavida-green-dark));
    font-size: 13px;
    font-weight: 800;
}

.booking-search-button:hover {
    color: #fff;
    transform: translateY(-2px);
}

.booking-demo-message {
    margin-top: 12px;
    padding: 10px 12px;
    color: #1f7030;
    border: 1px solid #bfe2c5;
    border-radius: 8px;
    background: #eaf8ed;
    font-size: 11px;
    font-weight: 700;
}

/* =========================================================
   QUICK SERVICES
========================================================= */

.quick-services-section {
    position: relative;
    z-index: 4;
    margin-top: 10px;
}

.quick-services-wrapper {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    overflow: hidden;
    border: 1px solid #dce5ef;
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--lavida-shadow-sm);
}

.quick-service-item {
    min-height: 105px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 8px;
    color: var(--lavida-primary-dark);
    border-left: 1px solid #e6edf4;
    text-align: center;
    transition: 0.25s ease;
}

.quick-service-item:last-child {
    border-left: 0;
}

.quick-service-item:hover {
    color: var(--lavida-green);
    background: #f6fbf7;
    transform: translateY(-2px);
}

.quick-service-icon {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--lavida-primary);
    font-size: 29px;
}

.quick-service-item strong {
    font-size: 12px;
    font-weight: 800;
}

/* =========================================================
   MAIN CONTENT CARDS
========================================================= */

.home-content-section {
    padding: 14px 0 10px;
}

.home-content-card {
    height: 100%;
    padding: 14px;
    border: 1px solid var(--lavida-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(12, 55, 105, 0.06);
}

.home-card-header {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    padding-bottom: 9px;
    border-bottom: 1px solid #e7edf4;
}

.home-card-header h2 {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    color: var(--lavida-primary-dark);
    font-size: 16px;
    font-weight: 800;
}

.home-card-header h2 i {
    color: var(--lavida-green);
}

.home-card-header a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--lavida-primary);
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
}

.home-card-header a:hover {
    color: var(--lavida-green);
}

/* Medical centers */

.medical-centers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.medical-center-item {
    overflow: hidden;
    color: var(--lavida-primary-dark);
    border: 1px solid #e0e8f0;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    transition: 0.25s ease;
}

.medical-center-item:hover {
    color: var(--lavida-green);
    transform: translateY(-3px);
    box-shadow: var(--lavida-shadow-sm);
}

.medical-center-item img {
    width: 100%;
    height: 83px;
    display: block;
    object-fit: cover;
}

.medical-center-item span {
    min-height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.4;
}

/* Doctors */

.doctors-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 9px;
}

.doctor-card {
    overflow: hidden;
    border: 1px solid #e1e8f0;
    border-radius: 9px;
    background: #fff;
    transition: 0.25s ease;
}

.doctor-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--lavida-shadow-sm);
}

.doctor-image-wrapper {
    position: relative;
    height: 135px;
    overflow: hidden;
    background: #edf3f8;
}

.doctor-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.doctor-availability {
    position: absolute;
    left: 6px;
    top: 6px;
    padding: 3px 7px;
    color: #fff;
    border-radius: 12px;
    background: var(--lavida-green);
    font-size: 8px;
    font-weight: 800;
}

.doctor-card-content {
    padding: 9px 7px 8px;
    text-align: center;
}

.doctor-card-content h3 {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 3px;
    color: var(--lavida-primary-dark);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.45;
}

.doctor-card-content p {
    min-height: 31px;
    margin: 0 0 4px;
    color: var(--lavida-muted);
    font-size: 8px;
    line-height: 1.45;
}

.doctor-rating {
    margin-bottom: 4px;
    color: #f5a623;
    font-size: 8px;
    white-space: nowrap;
}

.doctor-card-content small {
    min-height: 27px;
    display: block;
    color: #526981;
    font-size: 7px;
    line-height: 1.45;
}

.doctor-book-button {
    width: 100%;
    min-height: 27px;
    margin-top: 5px;
    padding: 3px 7px;
    color: #fff;
    border: 0;
    border-radius: 5px;
    background: linear-gradient(135deg, var(--lavida-primary), var(--lavida-primary-dark));
    font-size: 8px;
    font-weight: 800;
}

.doctor-book-button:hover {
    color: #fff;
    background: var(--lavida-green);
}

/* News */

.news-list {
    display: grid;
    gap: 9px;
}

.news-item {
    display: grid;
    grid-template-columns: 115px 1fr;
    gap: 11px;
    padding-bottom: 9px;
    border-bottom: 1px solid #e6edf4;
}

.news-item:last-child {
    border-bottom: 0;
}

.news-item img {
    width: 115px;
    height: 80px;
    object-fit: cover;
    border-radius: 7px;
}

.news-item-content {
    min-width: 0;
}

.news-category {
    display: inline-block;
    margin-bottom: 3px;
    color: var(--lavida-green);
    font-size: 8px;
    font-weight: 800;
}

.news-item h3 {
    margin: 0 0 3px;
    color: var(--lavida-primary-dark);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.5;
}

.news-item p {
    margin: 0 0 4px;
    color: var(--lavida-muted);
    font-size: 8px;
    line-height: 1.55;
}

.news-item time {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #8291a2;
    font-size: 8px;
}

.all-news-button {
    width: 100%;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 8px;
    color: var(--lavida-primary);
    border: 1px solid #dce5ef;
    border-radius: 6px;
    background: #f8fbfe;
    font-size: 10px;
    font-weight: 800;
}

.all-news-button:hover {
    color: #fff;
    border-color: var(--lavida-primary);
    background: var(--lavida-primary);
}

/* =========================================================
   SPECIALTIES
========================================================= */

.specialties-preview-section {
    padding: 28px 0;
    background: var(--lavida-light);
}

.specialties-preview-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.specialties-preview-header span {
    color: var(--lavida-green);
    font-size: 12px;
    font-weight: 800;
}

.specialties-preview-header h2 {
    margin: 7px 0 0;
    color: var(--lavida-primary-dark);
    font-size: 27px;
    font-weight: 800;
}

.specialties-all-button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--lavida-primary);
    border: 1px solid var(--lavida-primary);
    border-radius: 7px;
    background: #fff;
    font-size: 12px;
    font-weight: 800;
}

.specialties-all-button:hover {
    color: #fff;
    background: var(--lavida-primary);
}

.specialties-preview-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

.specialty-preview-item {
    min-height: 105px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px;
    color: var(--lavida-primary-dark);
    border: 1px solid #dce5ef;
    border-radius: 12px;
    background: #fff;
    text-align: center;
    box-shadow: 0 6px 18px rgba(12, 55, 105, 0.05);
    transition: 0.25s ease;
}

.specialty-preview-item i {
    color: var(--lavida-primary);
    font-size: 28px;
}

.specialty-preview-item span {
    font-size: 11px;
    font-weight: 800;
}

.specialty-preview-item:hover {
    color: #fff;
    border-color: var(--lavida-primary);
    background: linear-gradient(135deg, var(--lavida-primary), var(--lavida-primary-dark));
    transform: translateY(-4px);
    box-shadow: var(--lavida-shadow-sm);
}

.specialty-preview-item:hover i {
    color: #fff;
}

/* =========================================================
   STATISTICS
========================================================= */

.hospital-statistics-section {
    padding: 10px 0;
}

.hospital-statistics-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(135deg, #0b4f94, #052955);
    box-shadow: var(--lavida-shadow-md);
}

.hospital-statistic-item {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 16px 12px;
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.hospital-statistic-item:last-child {
    border-left: 0;
}

.hospital-statistic-item i {
    font-size: 31px;
    opacity: 0.9;
}

.hospital-statistic-item div {
    display: flex;
    flex-direction: column;
}

.hospital-statistic-item strong {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.hospital-statistic-item span {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 9px;
    font-weight: 600;
}

/* =========================================================
   ABOUT
========================================================= */

.about-hospital-section {
    padding: 70px 0;
    background: #fff;
}

.about-hospital-image {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: var(--lavida-shadow-md);
}

.about-hospital-image > img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.about-image-badge {
    position: absolute;
    right: 24px;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 18px;
    color: #fff;
    border-radius: 12px;
    background: rgba(5, 41, 85, 0.92);
    box-shadow: var(--lavida-shadow-sm);
}

.about-image-badge i {
    color: #fff;
    font-size: 27px;
}

.about-image-badge div {
    display: flex;
    flex-direction: column;
}

.about-image-badge strong {
    font-size: 13px;
    font-weight: 800;
}

.about-image-badge span {
    color: rgba(255, 255, 255, 0.76);
    font-size: 9px;
}

.about-hospital-content {
    padding: 20px 12px;
}

.section-small-title {
    color: var(--lavida-green);
    font-size: 13px;
    font-weight: 800;
}

.about-hospital-content h2 {
    margin: 13px 0 18px;
    color: var(--lavida-primary-dark);
    font-size: 36px;
    font-weight: 800;
    line-height: 1.55;
}

.about-hospital-content > p {
    color: var(--lavida-muted);
    font-size: 14px;
    line-height: 2;
}

.about-feature-list {
    display: grid;
    gap: 12px;
    margin: 23px 0;
}

.about-feature-list > div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2f4e70;
    font-size: 13px;
    font-weight: 600;
}

.about-feature-list i {
    color: var(--lavida-green);
    font-size: 17px;
}

.about-more-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 21px;
    color: #fff;
    border: 0;
    border-radius: 7px;
    background: linear-gradient(135deg, var(--lavida-primary), var(--lavida-primary-dark));
    font-size: 13px;
    font-weight: 800;
}

.about-more-button:hover {
    color: #fff;
    transform: translateY(-2px);
}

/* =========================================================
   FOOTER
========================================================= */

.hospital-footer {
    padding: 42px 0 0;
    color: rgba(255, 255, 255, 0.78);
    background: linear-gradient(135deg, #063467, #031f43);
}

.footer-content {
    padding-bottom: 34px;
}

.footer-hospital-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-logo-symbol {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.13);
    font-size: 28px;
}

.footer-hospital-brand > div:last-child {
    display: flex;
    flex-direction: column;
}

.footer-hospital-brand strong {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
}

.footer-hospital-brand span {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.footer-hospital-brand small {
    font-size: 8px;
}

.footer-description {
    max-width: 310px;
    margin: 15px 0 0;
    font-size: 11px;
    line-height: 1.9;
}

.footer-title {
    margin: 0 0 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.footer-links {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links a {
    position: relative;
    padding-right: 10px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 10px;
    transition: 0.25s ease;
}

.footer-links a::before {
    position: absolute;
    right: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    content: "";
    border-radius: 50%;
    background: var(--lavida-green);
    transform: translateY(-50%);
}

.footer-links a:hover {
    color: #fff;
    padding-right: 14px;
}

.footer-contact-list {
    display: grid;
    gap: 11px;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 10px;
    line-height: 1.7;
}

.footer-contact-item i {
    margin-top: 2px;
    color: #fff;
    font-size: 14px;
}

.footer-contact-item a {
    color: #fff;
    font-weight: 800;
}

.footer-newsletter-description {
    font-size: 10px;
    line-height: 1.8;
}

.footer-newsletter-form {
    display: grid;
    gap: 8px;
}

.footer-newsletter-form .form-control {
    min-height: 40px;
    border: 0;
    border-radius: 6px;
    font-size: 10px;
}

.footer-newsletter-button {
    min-height: 40px;
    color: #fff;
    border: 0;
    border-radius: 6px;
    background: var(--lavida-green);
    font-size: 11px;
    font-weight: 800;
}

.footer-newsletter-button:hover {
    color: #fff;
    background: var(--lavida-green-dark);
}

.footer-social-links {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.footer-social-links a {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    font-size: 12px;
    transition: 0.25s ease;
}

.footer-social-links a:hover {
    border-color: var(--lavida-green);
    background: var(--lavida-green);
    transform: translateY(-2px);
}

.footer-bottom {
    min-height: 49px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    font-size: 9px;
}

.footer-policy-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-policy-links a {
    color: rgba(255, 255, 255, 0.72);
}

.footer-policy-links a:hover {
    color: #fff;
}

/* =========================================================
   FLOATING HOTLINE
========================================================= */

.floating-hotline-button {
    position: fixed;
    z-index: 999;
    right: 18px;
    bottom: 18px;
    min-width: 142px;
    min-height: 54px;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 14px;
    color: #fff;
    border-radius: 28px;
    background: linear-gradient(135deg, var(--lavida-green), var(--lavida-green-dark));
    box-shadow: 0 14px 32px rgba(47, 151, 62, 0.32);
}

.floating-hotline-button i {
    font-size: 20px;
}

.floating-hotline-button span {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.floating-hotline-button small {
    font-size: 8px;
}

.floating-hotline-button strong {
    font-size: 16px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1399px) {
    .hospital-container {
        max-width: 1320px;
    }

    .hospital-logo-wrapper {
        width: 230px;
        min-width: 230px;
    }

    .hospital-logo-image {
        width: 218px;
    }

    .header-information {
        gap: 12px;
    }

    .header-information-separator {
        height: 38px;
    }

    .hospital-main-menu .nav-link {
        padding-inline: 10px !important;
        font-size: 12px;
    }

    .medical-center-item img {
        height: 75px;
    }

    .doctor-image-wrapper {
        height: 125px;
    }
}

@media (max-width: 1199px) {
    .top-header-wrapper {
        min-height: 88px;
    }

    .hospital-logo-wrapper {
        width: 210px;
        min-width: 210px;
    }

    .hospital-logo-image {
        width: 200px;
        height: 78px;
    }

    .address-information,
    .english-link,
    .header-information-separator:nth-of-type(3),
    .header-information-separator:nth-of-type(4) {
        display: none;
    }

    .hospital-navbar {
        min-height: 58px;
        padding: 7px 12px;
    }

    .hospital-navbar .navbar-collapse {
        display: none;
    }

    .hospital-navbar .navbar-collapse.show {
        display: block;
    }

    .hospital-main-menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3px;
        padding: 10px 0;
    }

    .hospital-main-menu .nav-link {
        height: 42px;
        justify-content: flex-start;
        padding: 0 12px !important;
        border-radius: 7px;
    }

    .hospital-main-menu .nav-link:hover,
    .hospital-main-menu .nav-link.active {
        background: #f2f7fb;
    }

    .hospital-main-menu .nav-link::after {
        display: none;
    }

    .header-search-button {
        width: 100%;
        min-height: 42px;
        margin: 0;
        border: 0;
        border-top: 1px solid #e5ebf2;
    }

    .home-hero-row {
        padding-inline: 26px;
    }

    .quick-services-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }

    .quick-service-item:nth-child(4n) {
        border-left: 0;
    }

    .quick-service-item:nth-child(-n+4) {
        border-bottom: 1px solid #e6edf4;
    }

    .medical-centers-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .doctors-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .specialties-preview-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .hospital-statistics-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .hospital-statistic-item:nth-child(3n) {
        border-left: 0;
    }

    .hospital-statistic-item:nth-child(-n+3) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }
}

@media (max-width: 991px) {
    .hospital-logo-wrapper {
        width: 190px;
        min-width: 190px;
    }

    .hospital-logo-image {
        width: 180px;
    }

    .header-information-item:not(.hotline-information),
    .header-small-link,
    .header-information-separator {
        display: none;
    }

    .header-book-button {
        min-width: 120px;
    }

    .home-hero-wrapper {
        min-height: auto;
    }

    .home-hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(255, 255, 255, 0.95),
                rgba(255, 255, 255, 0.78)
            );
    }

    .home-hero-row {
        min-height: auto;
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .hero-booking-card {
        width: 100%;
        max-width: none;
        margin-top: 30px;
    }

    .quick-services-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }

    .home-content-card {
        min-height: auto;
    }

    .medical-center-item img {
        height: 95px;
    }

    .doctor-image-wrapper {
        height: 170px;
    }

    .about-hospital-content {
        padding-inline: 0;
    }
}

@media (max-width: 767px) {
    .hospital-container {
        padding-inline: 11px;
    }

    .top-header-wrapper {
        min-height: 76px;
        gap: 10px;
    }

    .hospital-logo-wrapper {
        width: 155px;
        min-width: 155px;
    }

    .hospital-logo-image {
        width: 145px;
        height: 64px;
    }

    .hotline-information {
        display: none;
    }

    .header-book-button {
        min-width: auto;
        padding-inline: 14px;
        font-size: 11px;
    }

    .hospital-navigation-wrapper {
        padding-bottom: 8px;
    }

    .hospital-navbar {
        min-height: 52px;
        border-radius: 10px;
    }

    .hospital-main-menu {
        grid-template-columns: 1fr;
    }

    .home-hero-wrapper {
        border-radius: 11px;
    }

    .home-hero-background {
        object-position: 63% center;
    }

    .home-hero-row {
        padding: 34px 18px;
    }

    .home-hero-content h1 {
        font-size: 35px;
    }

    .home-hero-content p {
        font-size: 13px;
    }

    .home-hero-actions {
        display: grid;
    }

    .home-hero-actions .btn {
        width: 100%;
    }

    .hero-emergency-button {
        width: 100%;
        min-width: 0;
    }

    .hero-booking-card {
        padding: 18px;
    }

    .quick-services-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .quick-service-item {
        min-height: 96px;
    }

    .quick-service-item:nth-child(2n) {
        border-left: 0;
    }

    .quick-service-item:nth-child(-n+6) {
        border-bottom: 1px solid #e6edf4;
    }

    .medical-centers-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .medical-center-item img {
        height: 110px;
    }

    .doctors-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .doctor-image-wrapper {
        height: 190px;
    }

    .doctor-card-content h3 {
        font-size: 12px;
    }

    .doctor-card-content p {
        font-size: 10px;
    }

    .doctor-card-content small,
    .doctor-book-button,
    .doctor-rating {
        font-size: 9px;
    }

    .news-item {
        grid-template-columns: 100px 1fr;
    }

    .news-item img {
        width: 100px;
        height: 78px;
    }

    .specialties-preview-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .specialties-preview-header h2 {
        font-size: 23px;
    }

    .specialties-preview-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hospital-statistics-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .hospital-statistic-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .hospital-statistic-item:nth-child(2n) {
        border-left: 0;
    }

    .hospital-statistic-item:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .about-hospital-section {
        padding: 50px 0;
    }

    .about-hospital-image,
    .about-hospital-image > img {
        min-height: 330px;
        height: 330px;
    }

    .about-hospital-content h2 {
        font-size: 29px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .floating-hotline-button {
        display: flex;
    }
}

@media (max-width: 480px) {
    .hospital-logo-wrapper {
        width: 138px;
        min-width: 138px;
    }

    .hospital-logo-image {
        width: 130px;
    }

    .header-book-button span {
        display: none;
    }

    .header-book-button {
        width: 46px;
        min-width: 46px;
        padding: 0;
    }

    .home-hero-content h1 {
        font-size: 30px;
    }

    .home-hero-label {
        font-size: 10px;
    }

    .medical-centers-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .doctor-image-wrapper {
        height: 160px;
    }

    .news-item {
        grid-template-columns: 82px 1fr;
    }

    .news-item img {
        width: 82px;
        height: 72px;
    }

    .specialty-preview-item {
        min-height: 95px;
        padding: 10px;
    }

    .hospital-statistic-item {
        min-height: 92px;
        gap: 10px;
        padding: 13px 8px;
    }

    .hospital-statistic-item i {
        font-size: 25px;
    }

    .hospital-statistic-item strong {
        font-size: 18px;
    }

    .about-image-badge {
        right: 12px;
        left: 12px;
        bottom: 12px;
    }
}
/* =========================================================
   FINAL RTL / VISUAL ORDER FIX
========================================================= */

/* اللوجو يسار وبيانات الهيدر يمين */
.top-header-wrapper {
    direction: ltr;
}

.hospital-logo-wrapper {
    direction: rtl;
}

.header-information {
    direction: ltr;
}

.header-information-item,
.header-small-link,
.header-book-button {
    direction: rtl;
}

/* النص الرئيسي يسار ونموذج الحجز يمين */
.home-hero-row {
    direction: ltr;
}

.home-hero-content,
.hero-booking-card {
    direction: rtl;
    text-align: right;
}

.hero-booking-card {
    margin-right: 0;
    margin-left: auto;
}

/* ترتيب الخدمات مثل التصور */
.quick-services-wrapper {
    direction: ltr;
}

.quick-service-item {
    direction: rtl;
}

/* المراكز يسار والأطباء وسط والأخبار يمين */
.home-content-section .row {
    direction: ltr;
}

.home-content-card {
    direction: rtl;
}

/* ترتيب الإحصائيات مثل التصور */
.hospital-statistics-wrapper {
    direction: ltr;
}

.hospital-statistic-item {
    direction: rtl;
}

/* ترتيب أعمدة الفوتر */
.hospital-footer .row {
    direction: ltr;
}

.hospital-footer .row > div {
    direction: rtl;
}

/* وضوح النص على صورة البانر */
.home-hero-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.97) 0%,
            rgba(255, 255, 255, 0.90) 27%,
            rgba(255, 255, 255, 0.35) 52%,
            rgba(7, 54, 108, 0.10) 100%
        );
}
/* =========================================================
   LAVIDA HEADER LOGO - FINAL FIX
========================================================= */

.hospital-logo-wrapper {
    width: 230px;
    min-width: 230px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: visible;
    padding: 4px 8px;
}

.hospital-logo-image {
    display: block;
    width: 210px;
    height: 66px;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    transform: none;
}

/* منع ضغط اللوجو بسبب عناصر الهيدر */
.top-header-wrapper {
    gap: 18px;
}

.header-information {
    flex: 1;
    min-width: 0;
}

/* ضبط العنوان الطويل */
.address-information {
    max-width: 320px;
}

.address-information .header-information-text strong {
    display: block;
    max-width: 275px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* الموبايل */
@media (max-width: 767px) {
    .hospital-logo-wrapper {
        width: 175px;
        min-width: 175px;
        height: 60px;
        padding: 3px;
    }

    .hospital-logo-image {
        width: 165px;
        height: 55px;
    }
}
/* =========================================================
   LAVIDA DYNAMIC HERO - FINAL LAYOUT
========================================================= */

.home-hero-wrapper {
    position: relative;
    min-height: 510px;
    overflow: hidden;
    border-radius: 18px;
}

.home-hero-wrapper picture {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.home-hero-background {
    width: 100%;
    height: 100%;
    min-height: 510px;
    object-fit: cover;
    object-position: center;
}

/* تدرج أبيض ناحية النص مع الحفاظ على وضوح الصورة */
.home-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.98) 0%,
            rgba(255, 255, 255, 0.92) 25%,
            rgba(255, 255, 255, 0.52) 46%,
            rgba(255, 255, 255, 0.08) 72%,
            rgba(0, 0, 0, 0.08) 100%
        );
}

.home-hero-row {
    position: relative;
    z-index: 2;
    min-height: 510px;
    padding: 28px 34px;
}

.home-hero-content {
    width: 100%;
    max-width: 570px;
    padding: 15px 0;
}

.home-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    max-width: 100%;
    margin-bottom: 18px;
    padding: 8px 15px;
    color: var(--lavida-primary);
    border: 1px solid color-mix(
        in srgb,
        var(--lavida-primary) 25%,
        white
    );
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    font-weight: 700;
}

.home-hero-content h1 {
    max-width: 560px;
    margin: 0 0 16px;
    color: #176f79;
    font-size: clamp(34px, 3.1vw, 52px);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.6px;
}

.home-hero-content h1 > span {
    display: block;
    margin-top: 7px;
    color: #114b55;
    font-size: clamp(24px, 2.15vw, 36px);
    font-weight: 750;
    line-height: 1.4;
}

.home-hero-content > p {
    max-width: 540px;
    margin: 0 0 20px;
    color: #526a70;
    font-size: 15px;
    line-height: 1.9;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.home-hero-actions .btn {
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 700;
}

.hero-emergency-button {
    width: fit-content;
    min-width: 210px;
    margin-top: 12px;
}

/* كارت الحجز */
.hero-booking-card {
    width: 100%;
    max-width: 325px;
    margin-inline-start: auto;
    padding: 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 20px 45px rgba(16, 71, 82, 0.18);
    backdrop-filter: blur(8px);
}

.hero-booking-header h2 {
    margin-bottom: 3px;
    font-size: 19px;
}

.hero-booking-header p {
    font-size: 12px;
}

.booking-field {
    min-height: 43px;
    margin-bottom: 10px;
}

.booking-search-button {
    min-height: 44px;
}

/* شاشة متوسطة */
@media (max-width: 1199px) {
    .home-hero-row {
        padding: 25px;
    }

    .home-hero-content h1 {
        font-size: 39px;
    }

    .home-hero-content h1 > span {
        font-size: 28px;
    }
}

/* الموبايل والتابلت */
@media (max-width: 991px) {
    .home-hero-wrapper,
    .home-hero-background {
        min-height: auto;
    }

    .home-hero-wrapper picture {
        position: absolute;
    }

    .home-hero-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(255, 255, 255, 0.96) 0%,
                rgba(255, 255, 255, 0.88) 52%,
                rgba(255, 255, 255, 0.76) 100%
            );
    }

    .home-hero-row {
        min-height: auto;
        padding: 30px 22px;
    }

    .home-hero-content {
        max-width: 100%;
        text-align: center;
    }

    .home-hero-content h1,
    .home-hero-content > p {
        max-width: 100%;
    }

    .home-hero-actions {
        justify-content: center;
    }

    .hero-emergency-button {
        margin-inline: auto;
    }

    .hero-booking-card {
        max-width: 520px;
        margin: 28px auto 0;
    }
}

@media (max-width: 575px) {
    .home-hero-row {
        padding: 24px 15px;
    }

    .home-hero-content h1 {
        font-size: 31px;
        line-height: 1.35;
    }

    .home-hero-content h1 > span {
        font-size: 22px;
    }

    .home-hero-content > p {
        font-size: 14px;
    }

    .home-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .home-hero-actions .btn,
    .hero-emergency-button {
        width: 100%;
    }

    .hero-booking-card {
        padding: 17px;
    }
}
/* =========================================================
   ARABIC / ENGLISH LANGUAGE DIRECTION
========================================================= */

html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
}

html[dir="ltr"] body {
    direction: ltr;
    text-align: left;
}

html[dir="ltr"] .hospital-main-menu {
    direction: ltr;
}

html[dir="ltr"] .header-information {
    direction: ltr;
}

html[dir="ltr"] .header-information-text {
    text-align: left;
}

html[dir="ltr"] .home-hero-content {
    direction: ltr;
    text-align: left;
}

html[dir="ltr"] .home-hero-actions {
    justify-content: flex-start;
}

html[dir="ltr"] .hero-booking-card {
    direction: ltr;
    text-align: left;
}

html[dir="ltr"] .booking-field {
    direction: ltr;
}

html[dir="ltr"] .hospital-footer {
    direction: ltr;
}

html[dir="ltr"] .footer-contact-item,
html[dir="ltr"] .footer-links {
    text-align: left;
}
/* FINAL MULTI LEVEL MENU FIX */

.hospital-main-menu > .nav-item {
    position: relative;
}

    .hospital-main-menu > .nav-item > .nav-submenu {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 260px;
        background: #fff;
        border: 1px solid #d9e8ec;
        border-radius: 12px;
        box-shadow: 0 15px 45px rgba(0,0,0,.15);
        z-index: 9999;
    }

    .hospital-main-menu > .nav-item:hover > .nav-submenu,
    .hospital-main-menu > .nav-item.submenu-open > .nav-submenu {
        display: block;
    }

.nav-submenu {
    list-style: none;
    margin: 0;
    padding: 8px;
}

    .nav-submenu > .nav-item {
        display: block !important;
        width: 100%;
    }

        .nav-submenu > .nav-item > .nav-link {
            display: block;
            width: 100%;
            height: auto !important;
            text-align: right;
        }

    .nav-submenu .nav-submenu {
        display: none;
        position: absolute;
        top: 0;
        right: 100%;
        min-width: 260px;
    }

    .nav-submenu .nav-has-children:hover > .nav-submenu {
        display: block;
    }
.footer-newsletter-consent { display:flex; align-items:flex-start; gap:7px; margin:9px 0; color:rgba(255,255,255,.84); font-size:12px; line-height:1.5; }
.footer-newsletter-consent input { margin-top:3px; }
.footer-newsletter-message { margin-bottom:9px; padding:8px 10px; border-radius:8px; background:rgba(255,255,255,.14); font-size:12px; }
.analytics-consent-banner { position:fixed; z-index:9999; right:20px; left:20px; bottom:20px; display:flex; align-items:center; justify-content:space-between; gap:20px; max-width:1050px; margin:auto; padding:18px 20px; color:#17324d; border:1px solid #cfe1e4; border-radius:16px; background:#fff; box-shadow:0 18px 55px rgba(13,54,66,.25); }
.analytics-consent-banner strong { display:block; margin-bottom:5px; color:#176e79; }
.analytics-consent-banner p { margin:0; line-height:1.65; font-size:14px; }
.analytics-consent-actions { display:flex; gap:8px; flex:0 0 auto; }
.analytics-consent-actions button { min-width:86px; padding:9px 13px; border:0; border-radius:9px; color:#fff; background:#25a9b5; font:inherit; font-weight:700; cursor:pointer; }
.analytics-consent-actions button.secondary { color:#31525c; background:#edf3f4; }
@media(max-width:720px){.analytics-consent-banner{flex-direction:column;align-items:stretch}.analytics-consent-actions{justify-content:flex-end}}
.footer-dynamic-logo { max-width:190px; max-height:90px; object-fit:contain; }
@media (min-width: 1200px) { .menu-hide-desktop { display:none !important; } }
@media (min-width: 768px) and (max-width: 1199.98px) { .menu-hide-tablet { display:none !important; } }
@media (max-width: 767.98px) { .menu-hide-mobile { display:none !important; } }
.medical-center-icon-placeholder{display:grid!important;place-items:center;min-height:110px;background:linear-gradient(135deg,#eaf9fb,#f5fff1);font-size:2rem;color:var(--theme-primary,#25a9b5)}.empty-content-state{padding:2rem;text-align:center;color:#6b7f84}.dynamic-medical-centers .medical-center-item img{width:100%;height:110px;object-fit:cover}.medical-centers-layout-list .medical-centers-grid{display:grid;grid-template-columns:1fr}.medical-centers-layout-list .medical-center-item{display:grid;grid-template-columns:100px 1fr;align-items:center}
.medical-centers-directory{max-width:1320px;margin:auto;padding:3rem 1rem}.medical-centers-directory>header{text-align:center;margin-bottom:2rem}.medical-centers-directory>header span{color:var(--theme-secondary,#69be45);font-weight:800}.medical-centers-directory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;align-items:stretch}.medical-center-directory-card{display:flex;overflow:hidden;min-width:0;flex-direction:column;border:1px solid #d8e7eb;border-radius:20px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 12px 30px rgba(12,65,75,.08);transition:.25s}.medical-center-directory-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(12,65,75,.15)}.medical-center-directory-card img,.medical-center-directory-placeholder{width:100%;height:230px;object-fit:cover}.medical-center-directory-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#e8f8fa,#f0fbea);color:var(--theme-primary,#25a9b5);font-size:4rem}.medical-center-directory-card>div:last-child{display:flex;flex:1;flex-direction:column;padding:1.2rem}.medical-center-directory-card h2{margin:.1rem 0 .55rem;font-size:1.3rem}.medical-center-directory-card p{display:-webkit-box;overflow:hidden;min-height:72px;margin:0 0 1rem;color:#62787e;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:3}.medical-center-directory-card span{margin-top:auto;color:var(--theme-primary,#25a9b5);font-weight:800}@media(max-width:900px){.medical-centers-directory-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.medical-centers-directory-grid{grid-template-columns:1fr}}
.medical-centers-layout-slider .medical-centers-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.7rem}.medical-centers-layout-slider .medical-center-item{flex:0 0 min(240px,78vw);scroll-snap-align:start}
.visual-image-link{display:block;text-align:center}.visual-image-link.visual-image-no-link{pointer-events:none}.visual-image-picture{display:block}.visual-image-picture img{max-width:100%;border-radius:inherit}
.dynamic-lead-widget{max-width:540px;margin:1rem auto;padding:24px;border:1px solid #d7e3eb;border-radius:24px;background:#fff;box-shadow:0 16px 45px rgba(22,57,72,.12);text-align:center}.dynamic-lead-widget h2{margin:0 0 8px;color:#172638}.dynamic-lead-widget p{color:#64727d}.dynamic-lead-widget label{display:block;margin:15px 0;text-align:start;font-weight:800}.dynamic-lead-widget label span{color:#e03131}.dynamic-lead-widget input{width:100%;margin-top:7px;padding:13px 16px;border:1px solid #ccd7e2;border-radius:18px;font:inherit}.dynamic-lead-widget button{width:100%;padding:13px;border:0;border-radius:999px;background:var(--widget-color,#25a9b5);color:#fff;font:inherit;font-weight:900;cursor:pointer}.dynamic-contact-dock{z-index:1200;display:flex;flex-direction:column;gap:8px;padding:8px;border-radius:999px;background:#fff;box-shadow:0 10px 30px rgba(15,55,70,.22)}.dynamic-contact-dock.widget-bottomright{position:fixed;right:16px;bottom:120px}.dynamic-contact-dock.widget-bottomleft{position:fixed;left:16px;bottom:120px}.dynamic-contact-dock.widget-inline{position:relative;width:max-content;margin:1rem}.dynamic-contact-dock a,.dynamic-contact-dock button{display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:50%;background:var(--widget-color,#25a9b5);color:#fff;font-size:18px;text-decoration:none;cursor:pointer}.dynamic-chat-widget{z-index:1300;overflow:hidden;width:min(460px,calc(100vw - 24px));border-radius:20px;background:#fff;box-shadow:0 20px 65px rgba(15,55,70,.3)}.dynamic-chat-widget.widget-bottomright{position:fixed;right:16px;bottom:20px}.dynamic-chat-widget.widget-bottomleft{position:fixed;left:16px;bottom:20px}.dynamic-chat-widget.widget-inline{position:relative;margin:1rem auto}.dynamic-chat-widget>header{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;background:var(--widget-color,#25a9b5);color:#fff}.dynamic-chat-widget>header strong,.dynamic-chat-widget>header small{display:block}.dynamic-chat-widget>header small i{display:inline-block;width:10px;height:10px;margin-inline-end:6px;border-radius:50%;background:#55d879}.dynamic-chat-widget>header button{border:0;background:transparent;color:#fff;font-size:32px;cursor:pointer}.dynamic-chat-body{padding:10px}.dynamic-chat-body .dynamic-lead-widget{margin:0;box-shadow:none;border:0}.dynamic-chat-widget.is-closed{display:none}@media(max-width:600px){.dynamic-chat-widget.widget-bottomright,.dynamic-chat-widget.widget-bottomleft{right:12px;left:12px;width:auto}}
/* Batch 19.2 generic content slider */
.builder-content-slider{position:relative;display:flex;align-items:center;gap:14px;width:100%;padding:18px 0}.slider-viewport{overflow:hidden;flex:1}.slider-track{display:flex;direction:ltr;transition:transform .55s ease;will-change:transform}.slider-item{direction:rtl;flex:0 0 calc(100%/var(--visible,1));padding:10px;text-align:center}.slider-item a{display:block;color:inherit;text-decoration:none}.slider-item img{display:block;width:100%;height:260px;object-fit:contain;border-radius:16px;margin-bottom:12px}.slider-item strong{display:block;color:var(--theme-primary);font-size:1.15rem}.slider-arrow{flex:0 0 48px;width:48px;height:48px;border:2px solid var(--theme-primary);border-radius:10px;background:#fff;color:var(--theme-primary);font-size:2.2rem;line-height:1;cursor:pointer}.slider-arrow:disabled{opacity:.35;cursor:not-allowed}@media(max-width:767px){.builder-content-slider{gap:6px}.slider-item{flex-basis:100%}.slider-item img{height:210px}.slider-arrow{width:40px;flex-basis:40px}}
