:root {
    --rd-red: #fc2b2b;
    --rd-blue: #004d94;
    --rd-navy: #002b63;
    --rd-cream: #f2ebd6;
    --rd-light-blue: #e3edf2;
    --rd-lavender: #e3dee8;
    --rd-green: #d9e8db;
    --rd-beige: #ebe3de;
    --rd-white: #ffffff;
    --rd-text: #0b2559;
    --rd-border: rgba(0, 43, 99, 0.14);
    --rd-navy-gradient:linear-gradient(120deg, #002b63 0%, #20538c 100%);
}

/* floating CTA*/
.rd-redesign-page .mob_call{
 background:#e3edf2;   
}
/*end*/



/* accessability CSS*/
.modal.fade.show .accessibility-reset{
        border-color: var(--rd-navy);
    background: var(--rd-navy);
    color: var(--rd-white);
    border-radius:6px;
}
.modal.fade.show .eye_title ,.modal.fade.show .accessibility-option__title{
    color:var(--rd-navy);
}
.modal.fade.show .modal_close{
    background: var(--rd-navy) url(https://1tmo.lviv.ua/wp-content/themes/unbroken/assets/css/../img/x.svg) no-repeat center center;
}



.modal.fade.show  .accessibility-button{
    border:2px solid var(--rd-navy);
    color: var(--rd-navy);

}

.modal.fade.show  .accessibility-button:hover, .modal.fade.show  .accessibility-button:focus-visible, .modal.fade.show  .accessibility-button.active{
    background: var(--rd-navy);
    color: var(--rd-white);
}

.modal.fade.show .accessibility-reset:hover{
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgb(0 43 99 / .1);
}

.modal.fade.show{
    background:rgb(0 20 48 / .62);
    backdrop-filter:blur(8px);
    
}
/* end */

/* ================================
   Redesign fixed header
================================ */

.rd-redesign-page #page {
    padding-top: 155px;
}
.rd-redesign-page:not(.admin-bar){
    padding-top:34px;
}

.rd-redesign-page #main_header,
.rd-redesign-page #mob_menu {
    display: none;
}

.rd-site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(18px);
    box-shadow: 0 8px 28px rgba(0, 43, 99, 0.08);
}

.rd-site-header.is-scrolled {
    box-shadow: 0 10px 34px rgba(0, 43, 99, 0.14);
}

.rd-site-header__top-inner {
    display: flex;
    align-items: center;
    gap: 32px;
}

.rd-site-header__logo {
    width: 260px;
    flex: 0 0 260px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--rd-navy);
    text-decoration: none;
}

.rd-site-header__logo img {
    max-width: 230px;
    max-height: 64px;
    display: block;
    object-fit: contain;
}

.rd-site-header__logo-mark {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
}

.rd-site-header__logo-text {
    color: var(--rd-navy);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.rd-site-header__nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
}


.rd-site-header__phone {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--rd-navy);
    text-decoration: none;
}

.rd-site-header__phone-icon {
    color: var(--rd-red);
    font-size: 20px;
    line-height: 1;
}

.rd-site-header__phone-icon img {
    width: 36px;
    height: 36px;
    display: block;
    object-fit: contain;
}

.rd-site-header__phone strong {
    display: block;
    color: var(--rd-navy);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0.04em;
}

.rd-site-header__phone small {
    display: block;
    margin-top: 4px;
    color: #667796;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}

/* Actions row */

.rd-site-header__actions {
    background: rgba(255, 255, 255, 0.98);
}

.rd-site-header__actions-inner {
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.rd-site-header__action,
.rd-site-header__utility,
.rd-site-header__search {
    min-height: 54px;
    border: 1px solid var(--rd-border);
    border-radius: 6px;
    background: var(--rd-white);
    display: flex;
    align-items: center;
    text-decoration: none;
}

.rd-site-header__action img,
.rd-site-header__utility img,
.rd-site-header__search img {
    width: 28px;
    height: 28px;
    display: block;
    object-fit: contain;
}

.rd-site-header__action {
    flex: 0 0 260px;
    padding: 0 22px;
    gap: 14px;
    color: var(--rd-navy);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease;
}

.rd-site-header__action:hover,
.rd-site-header__utility:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 43, 99, 0.1);
}

.rd-site-header__action strong,
.rd-site-header__utility strong {
    font-size: 14px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.rd-site-header__action span {
    font-size: 19px;
    line-height: 1;
}

.rd-site-header__action i {
    margin-left: auto;
    font-style: normal;
    font-size: 22px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.rd-site-header__action:hover i {
    transform: translateX(4px);
}

.rd-site-header__action--red {
    border-color: var(--rd-red);
    background: var(--rd-red);
    color: var(--rd-white);
}

.rd-site-header__action--blue {
    border-color: var(--rd-navy);
    background: var(--rd-navy);
    color: var(--rd-white);
}

.rd-site-header__search {
    flex: 1;
    min-width: 220px;
    padding: 0 18px;
    margin:0 !important;
}

.rd-site-header__search input,
#rd-header-search {
    width: 100%;
    height: 52px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--rd-navy);
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
}

.rd-site-header__search input::placeholder {
    color: #8290aa;
}

.rd-site-header__search button {
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: var(--rd-navy);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.rd-site-header__utility {
    flex: 0 0 260px;
    justify-content: center;
    gap: 14px;
    padding: 0 10px;
    color: var(--rd-navy);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease;
}

.rd-site-header__utility:hover {
    border-color: rgba(0, 77, 148, 0.26);
    color: var(--rd-red);
}

.rd-site-header__utility span {
    color: var(--rd-navy);
    font-size: 20px;
    line-height: 1;
}


/* ================================
   Header dropdowns
================================ */

.rd-site-header__nav-item {
    position: relative;
    display: flex;
    align-items: center;
}


.rd-site-header__nav-link {
    position: relative;
    min-height: 82px;
    color: var(--rd-navy);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: color 0.2s ease;
}

.rd-site-header__nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 22px;
    width: 0;
    height: 2px;
    background: var(--rd-red);
    transition: width 0.25s ease;
}



.rd-site-header__nav-item:hover .rd-site-header__nav-link,
.rd-site-header__nav-link:hover {
    color: var(--rd-red);
}
.rd-site-header__chevron-css {
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    color: var(--rd-blue);
    transform: rotate(45deg) translateY(-2px);
    transition:
        transform 0.25s ease,
        color 0.25s ease;
}

.rd-site-header__nav-item:hover .rd-site-header__chevron-css {
    color: var(--rd-red);
    transform: rotate(225deg);
}
.rd-site-header__nav-item:hover .rd-site-header__nav-link::after,
.rd-site-header__nav-link:hover::after {
    width: 100%;
}



.rd-site-header__dropdown {
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    width: 390px;
    padding-top: 12px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(10px);
    transition:
        opacity 0.2s ease,
        visibility 0.2s ease,
        transform 0.2s ease;
}

.rd-site-header__nav-item:hover .rd-site-header__dropdown,
.rd-site-header__nav-item:focus-within .rd-site-header__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.rd-site-header__dropdown-inner {
    position: relative;
    padding: 18px;
    border: 1px solid rgba(0, 43, 99, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 70px rgba(0, 43, 99, 0.16);
}

.rd-site-header__dropdown-inner::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    width: 14px;
    height: 14px;
    border-left: 1px solid rgba(0, 43, 99, 0.1);
    border-top: 1px solid rgba(0, 43, 99, 0.1);
    background: rgba(255, 255, 255, 0.98);
    transform: translateX(-50%) rotate(45deg);
}

.rd-site-header__dropdown-head {
    padding: 0 4px 14px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0, 43, 99, 0.08);
}

.rd-site-header__dropdown-head strong {
    display: block;
    color: var(--rd-navy);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
}

.rd-site-header__dropdown-head span {
    display: block;
    margin-top: 5px;
    color: #667796;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

.rd-site-header__dropdown-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.rd-site-header__dropdown-link {
    min-height: 62px;
    padding: 12px 12px;
    border-radius: 9px;
    color: var(--rd-navy);
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease,
        color 0.2s ease;
}

.rd-site-header__dropdown-link:hover {
    background: rgba(227, 237, 242, 0.55);
    color: var(--rd-navy);
    transform: translateX(3px);
}

.rd-site-header__dropdown-link-content {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.rd-site-header__dropdown-link strong {
    color: var(--rd-navy);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
    transition: color 0.2s ease;
}

.rd-site-header__dropdown-link small {
    margin-top: 4px;
    color: #667796;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
}

.rd-site-header__dropdown-link i {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--rd-light-blue);
    color: var(--rd-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    font-style: normal;
    font-size: 15px;
    line-height: 1;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.rd-site-header__dropdown-link:hover strong {
    color: var(--rd-red);
}

.rd-site-header__dropdown-link:hover i {
    background: var(--rd-red);
    color: var(--rd-white);
    transform: translateX(2px);
}

/* Burger */

.rd-site-header__burger {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--rd-border);
    border-radius: 6px;
    background: var(--rd-white);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.rd-site-header__burger span {
    width: 22px;
    height: 2px;
    background: var(--rd-navy);
    display: block;
    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
}

/* Mobile panel default hidden */

.rd-site-header__mobile-panel {
    display: none;
}

.rd-site-header__mobile-actions {
    display: none;
}
.home-hero-mobile-button, .stat-panel-mobile{
    display:none !important;
}


/* ================================
   Header responsive
================================ */

@media (max-width: 1399px) {
    .rd-redesign-page #page {
        padding-top: 142px;
    }

    .rd-site-header__top-inner {
        gap: 20px;
    }

    .rd-site-header__logo {
        width: 220px;
        flex-basis: 220px;
    }

    .rd-site-header__nav {
        gap: 20px;
    }

    .rd-site-header__nav a {
        font-size: 13px;
    }

    .rd-site-header__action {
        flex-basis: 200px;
        padding: 0 16px;
    }

    .rd-site-header__utility {
        flex-basis: 190px;
    }

    .rd-site-header__action strong,
    .rd-site-header__utility strong {
        font-size: 12px;
    }
}

@media (max-width: 1199px) {
    .rd-redesign-page #page {
        padding-top: 70px;
    }

    .rd-site-header__nav,
    .rd-site-header__phone,
    .rd-site-header__actions {
        display: none;
    }

    .rd-site-header__top-inner {
        justify-content: space-between;
    }
    .rd-site-header__top{
        width:100%;
    }

    .rd-site-header__burger {
        display: flex;
    }

    .rd-site-header.is-open .rd-site-header__burger span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .rd-site-header.is-open .rd-site-header__burger span:nth-child(2) {
        opacity: 0;
    }

    .rd-site-header.is-open .rd-site-header__burger span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    body.rd-menu-open {
        overflow: hidden;
    }

    /* Mobile drawer */
    .rd-site-header__mobile-panel {
        display: block;
        position: fixed;
        top: 82px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9998;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(18px);
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px);
        pointer-events: none;
        transition:
            opacity 0.25s ease,
            visibility 0.25s ease,
            transform 0.25s ease;
        border-top: 1px solid rgba(0, 43, 99, 0.08);
    }
    #rd-mobile-header-search{
        border:unset !important;
    }

    .rd-site-header.is-open .rd-site-header__mobile-panel {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
        height:90vh;
    }
    

    .rd-site-header__mobile-panel .rd-container {
        padding-top: 18px;
        padding-bottom: 32px;
    }

    .rd-site-header__mobile-nav {
        padding: 0;
        margin-bottom: 18px;
        display: flex;
        flex-direction: column;
        gap: 0;
        border: 1px solid rgba(0, 43, 99, 0.08);
        border-radius: 10px;
        background: var(--rd-white);
        box-shadow: 0 12px 34px rgba(0, 43, 99, 0.06);
        overflow: hidden;
    }

    .rd-site-header__mobile-nav a {
        min-height: 54px;
        padding: 0 18px;
        border-bottom: 1px solid rgba(0, 43, 99, 0.08);
        color: var(--rd-navy);
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        font-weight: 900;
        line-height: 1.2;
        text-decoration: none;
    }



    .rd-site-header__mobile-nav a:last-child {
        border-bottom: 0;
    }

    .rd-site-header__mobile-nav a:hover {
        color: var(--rd-red);
        background: rgba(227, 237, 242, 0.35);
    }

    /* Mobile actions */
    .rd-site-header__mobile-actions {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .rd-site-header__mobile-action,
    .rd-site-header__mobile-utility,
    .rd-site-header__mobile-search,
    .rd-site-header__mobile-phone {
        width: 100%;
        min-height: 56px;
        padding: 0 16px;
        border: 1px solid rgba(0, 43, 99, 0.1);
        border-radius: 10px;
        background: var(--rd-white);
        color: var(--rd-navy);
        display: flex;
        align-items: center;
        gap: 12px;
        text-decoration: none;
        box-shadow: 0 10px 28px rgba(0, 43, 99, 0.04);
    }

    .rd-site-header__mobile-action img,
    .rd-site-header__mobile-utility img,
    .rd-site-header__mobile-phone img {
        width: 24px;
        height: 24px;
        object-fit: contain;
        display: block;
    }

    .rd-site-header__mobile-action strong,
    .rd-site-header__mobile-utility strong {
        color: inherit;
        font-size: 13px;
        font-weight: 900;
        line-height: 1.15;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

    .rd-site-header__mobile-action i {
        margin-left: auto;
        font-style: normal;
        font-size: 22px;
        line-height: 1;
    }

    .rd-site-header__mobile-action--red {
        border-color: var(--rd-red);
        background: var(--rd-red);
        color: var(--rd-white);
    }

    .rd-site-header__mobile-action--blue {
        border-color: var(--rd-navy);
        background: var(--rd-navy);
        color: var(--rd-white);
    }

    .rd-site-header__mobile-search {
        padding-right: 10px;
    }

    .rd-site-header__mobile-search input {
        width: 100%;
        height: 54px;
        border: 0;
        outline: 0;
        background: transparent;
        color: var(--rd-navy);
        font-family: inherit;
        font-size: 15px;
        font-weight: 500;
    }

    .rd-site-header__mobile-search input::placeholder {
        color: #8290aa;
    }

    .rd-site-header__mobile-search button {
        width: 40px;
        height: 40px;
        border: 0;
        background: transparent;
        color: var(--rd-navy);
        cursor: pointer;
        font-size: 26px;
        line-height: 1;
    }

    .rd-site-header__mobile-phone {
        min-height: 68px;
        align-items: center;
    }

    .rd-site-header__mobile-phone strong {
        display: block;
        color: var(--rd-navy);
        font-size: 18px;
        font-weight: 900;
        line-height: 1.1;
        letter-spacing: 0.04em;
    }

    .rd-site-header__mobile-phone small {
        margin-left: auto;
        color: #667796;
        font-size: 12px;
        font-weight: 500;
        white-space: nowrap;
    }
}

.rd-hospital-services__button i{
    display:none;
}

@media (max-width: 767px) {
    html,body{
    overflow-x:hidden;
}
    .rd-redesign-page:not(.admin-bar){
        padding-top:45px;
    }
    .rd-redesign-page #page {
        padding-top: 110px;
    }

    .rd-site-header__logo {
        width: auto;
        flex-basis: auto;
    }

    .rd-site-header__logo img {
        max-width: 190px;
        max-height: 54px;
    }

    .rd-site-header__logo-mark {
        width: 46px;
        height: 46px;
        font-size: 28px;
    }

    .rd-site-header__logo-text {
        font-size: 13px;
    }

    .rd-site-header__mobile-panel {
        top: 74px;
    }

    .rd-site-header__mobile-panel .rd-container {
        padding-top: 14px;
        padding-bottom: 26px;
    }

    .rd-site-header__mobile-nav a {
        min-height: 52px;
        font-size: 15px;
    }

    .rd-site-header__mobile-phone {
        flex-wrap: wrap;
        gap: 8px 12px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .rd-site-header__mobile-phone small {
        width: 100%;
        margin-left: 36px;
    }
}
.rd-redesign-page [data-bs-target="#eye"].rd-site-header__utility-mobile{
    display:none;
}
@media(max-width:580px){
    .rd-home-hero .home-hero-mobile-button{
        display:flex !important;
        flex-direction:column;
        gap:12px;
    }
    .home .rd-stats:not(.stat-panel-mobile){
        display:none !important;
    }
     .rd-stats:not(.stat-panel-mobile) .rd-stats__item:not(:last-child)::after{
         display:none;
     }
    .home .rd-home-hero .rd-hero__inner{
        padding-bottom:0 !important;
    }
    .rd-home-hero .rd-stats__panel{
        margin-bottom:30px;
    }
    .rd-redesign-page [data-bs-target="#eye"].rd-site-header__utility-mobile{
        flex-basis:auto;
        display:flex;
        min-height:44px;
    }
    .rd-redesign-page [data-bs-target="#eye"].rd-site-header__utility-mobile img{
        height:22px;
        width:22px;
    }
    .rd-home-hero .rd-hero__bg{
        max-height: 700px;
    background-position: 21% -110px;
    }
    .rd-home-hero .rd-hero__content-overlay{
        background:linear-gradient(90deg, rgb(255 255 255 / 1) 10%, rgb(255 255 255 / .78) 38%, rgb(255 255 255 / 0) 100%);
    }
    .rd-home-hero .rd-stats__item{
        flex:1 1 calc(33% - 14px);
        flex-direction:column;
        align-items:start;
    }
    .rd-home-hero .rd-hero__title{
        min-height: 150px;
        font-size:24px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }
    
    .rd-home-hero .rd-stats__content{
        gap:3px
    }
    .rd-home-hero .rd-stats__text{
        font-size:10px;
    }
    .rd-home-hero .rd-stats__number{
        font-size:10px;
    }
    .rd-home-hero .rd-stats__icon,.rd-home-hero .rd-stats__icon img{
        width:24px;
        height:24px;
    }
    .rd-home-hero .rd-stats__item{
        gap:12px;
    }
    .rd-stats__items{
        gap:16px;
    }
    .rd-home-hero .stat-panel-mobile{
        display:block !important;
    }
    .rd-home-hero .rd-hero__inner{
        padding-top:24px;
    }
    .rd-home-hero .rd-home-hero-learn-more, .rd-home-hero  .rd-hero__description, .rd-home-hero  .rd-hero__actual{
        display:none !important;
    }
    .rd-stats{
        padding:0;
    }
    .rd-site-header__top-inner{
        justify-content:end;
    }
    
     .rd-site-header__logo{
        margin-right:auto;
    }
    .rd-site-header__logo-text{
        font-size:8px;
    }
    .rd-site-header__phone{
        display:flex;
    }
    
    .rd-site-header__phone-icon img{
        width:22px;
        height:22px;
    }
    .rd-site-header__phone strong{
        font-size:10px;
    }
    .rd-site-header__phone small{
        font-size:9px;
    }
    .rd-site-header__phone{
        gap:8px;
    }
    .rd-stats__item{
        position:relative;
    }
   body .rd-home-hero .stat-panel-mobile .rd-stats__item::after {
 position:absolute;
        width:1px;
        background:rgb(255 255 255 / .18);
        height:90%;
        top:50%;
        right:-11px;
        transform:translateY(-50%);
        border-radius:10px;
    }
    .rd-home-hero .rd-stats__item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3))::before {
        content:"";
                width:90%;
        position:absolute;
        background:rgb(255 255 255 / .18);
        height:1px;
        top:-11px;
        left:50%;
        transform:translateX(-50%);
        border-radius:10px;
    }
    
}

@media(max-width:450px){
    .rd-site-header__logo-text{
        display:none;
    }
}

@media(max-width:400px){

    .rd-stats__item{
     flex:1 1 calc(50% - 12px);   
    }
}

/* ================================
   Section spacing
================================ */

.rd-section {
    padding: 36px 0;
}

@media (max-width: 767px) {
    .rd-section {
        padding: 24px 0;
    }
}


@media (max-width: 1199px) {
    .rd-site-header__mobile-item {
        border-bottom: 1px solid rgba(0, 43, 99, 0.08);
    }

    .rd-site-header__mobile-item:last-child {
        border-bottom: 0;
    }

    .rd-site-header__mobile-item > a {
        min-height: 54px;
        padding: 0 18px;
        color: var(--rd-navy);
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        font-weight: 900;
        line-height: 1.2;
        text-decoration: none;
    }

    .rd-site-header__mobile-item.has-dropdown > a::after {
        content: "⌄";
        color: var(--rd-blue);
        font-size: 16px;
        line-height: 1;
    }

    .rd-site-header__mobile-subnav {
        padding: 0 14px 14px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .rd-site-header__mobile-subnav a {
        padding: 12px 14px;
        border-radius: 8px;
        background: rgba(227, 237, 242, 0.45);
        color: var(--rd-navy);
        display: flex;
        flex-direction: row;
        text-decoration: none;
    }

    .rd-site-header__mobile-subnav a strong {
        color: var(--rd-navy);
        font-size: 14px;
        font-weight: 900;
        line-height: 1.25;
    }

    .rd-site-header__mobile-subnav a small {
        margin-top: 4px;
        color: #667796;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.35;
    }
}


/* ================================
   Mobile navigation accordion
================================ */

@media (max-width: 1199px) {
    .rd-site-header__mobile-nav {
        padding: 0;
        margin-bottom: 18px;
        display: flex;
        flex-direction: column;
        gap: 0;
        border: 1px solid rgba(0, 43, 99, 0.08);
        border-radius: 10px;
        background: var(--rd-white);
        box-shadow: 0 12px 34px rgba(0, 43, 99, 0.06);
        overflow: hidden;
    }

    .rd-site-header__mobile-item {
        border-bottom: 1px solid rgba(0, 43, 99, 0.08);
    }

    .rd-site-header__mobile-item:last-child {
        border-bottom: 0;
    }

    .rd-site-header__mobile-link,
    .rd-site-header__mobile-subnav-toggle {
        width: 100%;
        min-height: 56px;
        padding: 0 18px;
        border: 0;
        background: transparent;
        color: var(--rd-navy);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        font-family: inherit;
        font-size: 16px;
        font-weight: 900;
        line-height: 1.2;
        text-align: left;
        text-decoration: none;
        cursor: pointer;
        transition:
            background-color 0.2s ease,
            color 0.2s ease;
    }

    .rd-site-header__mobile-link:hover,
    .rd-site-header__mobile-subnav-toggle:hover,
    .rd-site-header__mobile-item.is-subnav-open .rd-site-header__mobile-subnav-toggle {
        background: rgba(227, 237, 242, 0.42);
        color: var(--rd-red);
    }

    .rd-site-header__mobile-link i {
        color: var(--rd-blue);
        font-style: normal;
        font-size: 24px;
        line-height: 1;
        font-weight:200;
    }

    .rd-site-header__mobile-chevron {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: rgba(227, 237, 242, 0.85);
        color: var(--rd-blue);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 24px;
        transition:
            transform 0.25s ease,
            background-color 0.25s ease,
            color 0.25s ease;
    }

    .rd-site-header__mobile-chevron svg {
        display: block;
    }

    .rd-site-header__mobile-item.is-subnav-open .rd-site-header__mobile-chevron {
        background: var(--rd-red);
        color: var(--rd-white);
        transform: rotate(180deg);
    }

    .rd-site-header__mobile-subnav {
        display: none;
        padding: 0 14px 14px;
        background: rgba(247, 249, 252, 0.72);
    }

    .rd-site-header__mobile-item.is-subnav-open .rd-site-header__mobile-subnav {
        display: flex;
        flex-direction: column;
        gap: 8px;
        animation: rdMobileSubnavIn 0.22s ease both;
    }

    @keyframes rdMobileSubnavIn {
        from {
            opacity: 0;
            transform: translateY(-6px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .rd-site-header__mobile-subnav-link {
        padding: 13px 14px;
        border: 1px solid rgba(0, 43, 99, 0.08);
        border-radius: 8px;
        background: var(--rd-white);
        color: var(--rd-navy);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        text-decoration: none;
        box-shadow: 0 8px 20px rgba(0, 43, 99, 0.035);
        transition:
            transform 0.2s ease,
            border-color 0.2s ease,
            box-shadow 0.2s ease;
    }

    .rd-site-header__mobile-subnav-link:hover {
        transform: translateX(2px);
        border-color: rgba(252, 43, 43, 0.18);
        box-shadow: 0 10px 24px rgba(0, 43, 99, 0.06);
    }

    .rd-site-header__mobile-subnav-link span {
        min-width: 0;
        display: flex;
        flex-direction: column;
    }

    .rd-site-header__mobile-subnav-link strong {
        color: var(--rd-navy);
        font-size: 14px;
        font-weight: 900;
        line-height: 1.25;
        transition: color 0.2s ease;
    }

    .rd-site-header__mobile-subnav-link small {
        margin-top: 4px;
        color: #667796;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.35;
    }

    .rd-site-header__mobile-subnav-link i {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: var(--rd-light-blue);
        color: var(--rd-blue);
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 28px;
        font-style: normal;
        font-size: 15px;
        line-height: 1;
        transition:
            background-color 0.2s ease,
            color 0.2s ease,
            transform 0.2s ease;
    }

    .rd-site-header__mobile-subnav-link:hover strong {
        color: var(--rd-red);
    }

    .rd-site-header__mobile-subnav-link:hover i {
        background: var(--rd-red);
        color: var(--rd-white);
        transform: translateX(2px);
    }
}

@media (max-width: 767px) {
    .rd-site-header__mobile-link,
    .rd-site-header__mobile-subnav-toggle {
        min-height: 54px;
        padding: 0 16px;
        font-size: 15px;
    }

    .rd-site-header__mobile-subnav {
        padding: 0 12px 12px;
    }

    .rd-site-header__mobile-subnav-link {
        padding: 12px;
    }
}


/**/
/**/
/**/
/**/
/* Hero */
.rd-container {
    width: min(100% - 80px, 1600px);
    margin-inline: auto;
}

.rd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 52px;
    padding: 0 24px;
    border: 1px solid var(--rd-border);
    border-radius: 4px;
    background: var(--rd-white);
    color: var(--rd-navy);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
}

.rd-hero {
    position: relative;
    overflow: hidden;
    background: #f7f9fc;
    min-height:70vh;
}

.rd-hero__media,
.rd-hero__bg,
.rd-hero__video,
.rd-hero__youtube {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.rd-hero__media {
    z-index: 1;
    overflow: hidden;
}

.rd-hero__bg {
    background-size: cover;
    background-position: center right;
}

.rd-hero__video {
    object-fit: cover;
}

.rd-hero__youtube {
    width: 100vw;
    height: 56.25vw;
    min-height: 100%;
    min-width: 177.77vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.rd-hero__media-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 43, 99, 0.16);
    pointer-events: none;
}

.rd-hero__content-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(255, 255, 255, 0.91) 25%,
        rgba(255, 255, 255, 0.38) 54%,
        rgba(255, 255, 255, 0.02) 100%
    );
    pointer-events: none;
}

.rd-hero__inner {
    position: relative;
    z-index: 4;
    min-height: 480px;
    display: flex;
    justify-content:space-between;
    align-items: center;
    gap: 32px;
}

.rd-hero__content {
    padding: 48px 0;
}

.rd-hero__title {
    margin: 0 0 24px;
    color: var(--rd-navy);
    font-size: clamp(40px, 4vw, 64px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.rd-hero__title span {
    display: block;
}

.rd-hero__title-red {
    color: var(--rd-red);
}

.rd-hero__description {
    max-width: 580px;
    margin: 0 0 56px;
    color: #263c66;
    font-size: 18px;
    line-height: 1.7;
}

.rd-hero__actual {
    align-self: start;
    margin: 28px 0;
    padding: 28px 32px;
    border-radius: 26px;
    background: var(--rd-navy-gradient);
    color: var(--rd-white);
    display: flex;
    flex-direction: column;
    min-width:400px;
}

.rd-hero__actual-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
    color: var(--rd-white);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.rd-hero__actual-track {
    position: relative;
    flex: 1;
    min-height: 342px;
}

.rd-hero__actual-slide {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: translateX(12px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.rd-hero__actual-slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.rd-hero__actual-item {
    display: grid;
    grid-template-columns: 1fr 42px;
    align-items: center;
    gap: 16px;
    min-height: 70px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    color: var(--rd-white);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
}

.rd-hero__actual-item:hover i{
    background:var(--red);
}

.rd-hero__actual-item:hover{
    color: var(--rd-red);
}

.rd-hero__actual-item i {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: 18px;
    transition:all 0.3s;
    color:#fff;
}

.rd-hero__actual-nav {
    margin-top: auto;
    padding-top: 24px;
    display: grid;
    grid-template-columns: 28px 1fr 28px;
    align-items: center;
    gap: 18px;
}

.rd-hero__actual-nav button {
    border: 0;
    background: transparent;
    color: var(--rd-white);
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

.rd-hero__actual-nav div {
    height: 2px;
    background: rgba(255, 255, 255, 0.35);
}

.rd-hero__actual-nav div span {
    display: block;
    width: 0;
    height: 100%;
    background: var(--rd-red);
    transition: width 0.25s ease;
}

.rd-hero__actual-date {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
}

@media (max-width: 1199px) {
    .rd-container {
        width: min(100% - 40px, 960px);
    }

    .rd-hero {
        min-height: auto;
    }

    .rd-hero__inner {
        min-height: auto;
        padding: 56px 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 32px;
    }

    .rd-hero__content {
        width: 100%;
        max-width: 620px;
        padding: 0;
    }

    .rd-hero__description {
        margin-bottom: 32px;
    }

    .rd-hero__actual {
        width: 100%;
        max-width: 620px;
        min-width: 0;
        align-self: flex-start;
        margin: 0;
    }

    .rd-hero__content-overlay {
        background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.98) 0%,
            rgba(255, 255, 255, 0.88) 38%,
            rgba(255, 255, 255, 0.5) 68%,
            rgba(255, 255, 255, 0.18) 100%
        );
    }
}

@media (max-width: 767px) {
    .rd-container {
        width: min(100% - 32px, 100%);
    }

    .rd-hero {
        min-height: auto;
    }

    .rd-hero__bg {
        background-position: center;
    }

    .rd-hero__video {
        object-position: center;
    }

    .rd-hero__media-overlay {
        background: rgba(0, 43, 99, 0.1);
    }

    .rd-hero__content-overlay {
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.78) 0%,
            rgba(255, 255, 255, 0.94) 42%,
            rgba(255, 255, 255, 0.98) 100%
        );
    }

    .rd-hero__inner {
        min-height: auto;
        padding: 42px 0 32px;
        gap: 24px;
    }

    .rd-hero__content {
        width: 100%;
        max-width: none;
    }

    .rd-hero__title {
        margin-bottom: 18px;
        font-size: 34px;
        line-height: 1.12;
        letter-spacing: 0.06em;
    }

    .rd-hero__description {
        max-width: none;
        margin-bottom: 24px;
        font-size: 15px;
        line-height: 1.6;
    }

    .rd-btn {
        width: 100%;
        min-height: 50px;
        padding: 0 18px;
        font-size: 13px;
    }

    .rd-hero__actual {
        width: 100%;
        max-width: none;
        min-width: 0;
        padding: 22px 18px;
        border-radius: 18px;
    }

    .rd-hero__actual-head {
        margin-bottom: 18px;
        font-size: 12px;
    }



    .rd-hero__actual-item {
        grid-template-columns: 1fr 36px;
        gap: 12px;
        min-height: 62px;
        font-size: 13px;
    }

    .rd-hero__actual-item i {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .rd-hero__actual-nav {
        padding-top: 18px;
        grid-template-columns: 32px 1fr 32px;
        gap: 14px;
    }

    .rd-hero__actual-nav button {
        font-size: 24px;
    }
}

@media (max-width: 420px) {
    .rd-hero__title {
        font-size: 30px;
        letter-spacing: 0.045em;
    }

    .rd-hero__actual {
        padding: 20px 16px;
    }
}



/* home hero */




/**/



/* Partners */

.rd-partners {
    
}

.rd-partners__box {
    min-height: 104px;
    padding: 18px 24px 18px 28px;
    border: 1px solid var(--rd-border);
    border-radius: 12px;
    background: var(--rd-white);
    box-shadow: 0 18px 55px rgba(0, 43, 99, 0.12);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap:28px;
}

.rd-partners__label {
    align-self: start;
    padding-top: 4px;
    color: var(--rd-navy);
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    flex: 1 1 100%;
}

.rd-partners__slider {
    width: 100%;
    flex:1;
    min-width: 0;
    overflow: hidden;
}
.rd-partners__slider .swiper-wrapper{
    align-items:center;
}

.rd-partners__logo {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rd-partners__logo img {
    max-width: 138px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.rd-partners__logo span {
    color: var(--rd-blue);
    font-size: 20px;
    font-weight: 800;
}

.rd-partners__logo:hover img {
    transform: translateY(-2px);
    opacity: 0.86;
}

.rd-partners__arrow {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--rd-navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
    flex: 0 1 auto;
}

.rd-partners__arrow i {
    font-style: normal;
    font-size: 24px;
    line-height: 1;
}

.rd-partners__arrow:hover {
    background: var(--rd-red);
    color: var(--rd-white);
    transform: translateY(-2px);
}

@media (max-width: 1199px) {
    .rd-partners {
        margin-top: 24px;
    }

    .rd-partners__box {
        grid-template-columns: 1fr auto;
    }

    .rd-partners__label {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .rd-partners__box {
        padding: 20px;
        gap: 18px;
    }

}


/* ================================
   Stats / Numbers panel
================================ */

.rd-stats {
    position: relative;
    z-index: 6;
    margin-top: -70px;
    margin-bottom: 20px;
}

.rd-stats__panel {
    padding: 24px 28px 26px;
    border-radius: 12px;
    background: var(--rd-navy-gradient);
    color: var(--rd-white);
    box-shadow: 0 18px 48px rgba(0, 43, 99, 0.18);
}

.rd-stats__title {
    margin-bottom: 28px;
    color: var(--rd-white);
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.rd-stats__items {
    display: flex;
    justify-content:space-around;
    flex-wrap:wrap;
}

.rd-stats__item {
    position: relative;
    justify-content:center;
    flex:1 1 150px;
    display: flex;
    gap: 16px;
    align-items: start;
    min-height: 70px;
    padding: 0 20px;
    align-items:center;
}

.rd-stats__item:first-child {
    padding-left: 0;
}
.rd-stats__item:last-child{
    padding-right:0;
}

.rd-stats__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    width: 1px;
    height: 68px;
    background: rgba(255, 255, 255, 0.18);
}

.rd-stats__icon {
    width: 38px;
    height: 38px;
    color: var(--rd-white);
    opacity: 0.94;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rd-stats__icon img,
.rd-stats__icon svg {
    width: 48px;
    height: 48px;
    display: block;
    object-fit: contain;
    filter:brightness(0) invert(1);
}
.rd-stats__content{
    display:flex;
    flex-direction:column;
    gap:1rem;
}
.rd-stats__number {
    color: var(--rd-white);
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

.rd-stats__text {
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
}

.header-mobile-quick-links{
    display:none;
}

@media (max-width: 1199px) {
    .rd-appointment-cta__box{
        max-width:unset !important;
    }
    .rd-appointment-cta__icon img, .rd-appointment-cta__icon svg{
        width:30px !important;
        height:30px !important;
    }
    .rd-appointment-cta__button{
        width:fit-content !important;
    }
    .rd-stats__items {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 28px;
    }

    .rd-stats__item:nth-child(3)::after {
        display: none;
    }

    .rd-stats__item:nth-child(4) {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .header-mobile-quick-links{
        display:flex;
        padding: 0 16px;
        gap: 10px;
        margin-top: 20px;
    }
    .header-mobile-quick-links a.rd-site-header__mobile-action, .header-mobile-quick-links a.rd-site-header__mobile-utility{
        padding:0 12px;
        gap:8px;
        font-size:11px;
    }
    
    .rd-stats {
        margin: 16px 0 0;
    }

    .rd-stats__panel {
        padding: 24px 20px;
        border-radius: 12px;
    }

    .rd-stats__title {
        margin-bottom: 24px;
        font-size: 13px;
        line-height: 1.3;
    }

    .rd-stats__items {
        grid-template-columns: 1fr;
        gap: 18px;
        flex:1 0 180px !important;
    }

    .rd-stats__item {
        grid-template-columns: 42px 1fr;
        padding: 0;
        min-height: auto;
        justify-content:start;
    }

    /*.rd-stats__item::after {*/
    /*    display: none;*/
    /*}*/

    .rd-stats__icon {
        width: 36px;
        height: 36px;
    }

    .rd-stats__icon img,
    .rd-stats__icon svg {
        width: 36px;
        height: 36px;
    }

    .rd-stats__number {
        font-size: 24px;
    }

    .rd-stats__text {
        max-width: none;
        font-size: 14px;
    }
}


/* ================================
   Quick services
================================ */

.rd-quick-services {
    position: relative;
    z-index: 4;
    background: var(--rd-white);
}

.rd-quick-services__title {
    margin: 0 0 28px;
    color: var(--rd-navy);
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.rd-quick-services__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}

.rd-quick-services__card {
    min-height: 72px;
    padding: 16px 18px;
    border: 1px solid var(--rd-border);
    border-radius: 12px;
    background: var(--rd-white);
    color: var(--rd-navy);
    display: grid;
    grid-template-columns: 34px 1fr auto;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    box-shadow: 0 8px 26px rgba(0, 43, 99, 0.04);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease,
        background-color 0.25s ease;
}

.rd-quick-services__card:hover {
    border-color: rgba(252, 43, 43, 0.35);
    background: #fff;
}

.rd-quick-services__icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rd-quick-services__icon img,
.rd-quick-services__icon svg {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
}

.rd-quick-services__text {
    color: var(--rd-navy);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
}

.rd-quick-services__arrow {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: var(--rd-navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease;
}

.rd-quick-services__card:hover .rd-quick-services__arrow {
    transform: translateX(4px);
    background: var(--rd-red);
    color: var(--rd-white);
}

@media (max-width: 1399px) {
    .rd-quick-services__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .rd-quick-services {
        padding: 24px 0 16px;
    }

    .rd-quick-services__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .rd-quick-services__card {
        min-height: 66px;
    }
}


/* ================================
   Appointment CTA
================================ */

.rd-appointment-cta {
    position: relative;
    background: var(--rd-white);
}

.rd-appointment-cta__box {
    min-height: 94px;
    padding:20px 40px;
    border-radius: 12px;
    max-width:70%;
    margin:0 auto;
    background: var(--rd-red);
    color: var(--rd-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    box-shadow: 0 18px 44px rgba(252, 43, 43, 0.22);
}

.rd-appointment-cta__left {
    display: flex;
    align-items: center;
    gap: 24px;
    min-width: 0;
}

.rd-appointment-cta__icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: var(--rd-white);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.rd-appointment-cta__icon img,
.rd-appointment-cta__icon svg {
    width: 56px;
    height: 56px;
    object-fit: contain;
    display: block;
}

.rd-appointment-cta__title {
    margin: 0 0 6px;
    color: var(--rd-white);
    font-size: 26px;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.rd-appointment-cta__text {
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
}

.rd-appointment-cta__button {
    min-height: 56px;
    padding: 0 24px;
    border-radius: 12px;
    background: var(--rd-white);
    color: var(--rd-red);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease;
}

.rd-appointment-cta__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(0, 43, 99, 0.18);
}

.rd-appointment-cta__button i {
    font-style: normal;
    font-size: 22px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.rd-appointment-cta__button:hover i {
    transform: translateX(4px);
}

@media (max-width: 991px) {
    .rd-appointment-cta__box {
        align-items: flex-start;
        flex-direction: column;
    }

    .rd-appointment-cta__button {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 767px) {
    .rd-appointment-cta {
        padding: 12px 0 20px;
    }

    .rd-appointment-cta__box {
        padding: 24px 20px;
        border-radius: 12px;
        gap: 22px;
    }

    .rd-appointment-cta__left {
        gap: 16px;
    }

    .rd-appointment-cta__icon {
        width: 50px;
        height: 50px;
    }

    .rd-appointment-cta__title {
        font-size: 22px;
    }

    .rd-appointment-cta__text {
        font-size: 15px;
    }

    .rd-appointment-cta__button {
        min-height: 54px;
        font-size: 13px;
    }
}


/* ================================
   Why choose us
================================ */

.rd-why-choose {
    background: var(--rd-white);
}

.rd-why-choose__title {
    margin: 0 0 28px;
    color: var(--rd-navy);
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.rd-why-choose__items {
    display: flex;
    flex-wrap: wrap;
    column-gap: 56px;
    row-gap: 28px;
}

.rd-why-choose__item {
    width: calc((100% - 112px) / 3);
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.rd-why-choose__icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    border-radius: 50%;
    background: var(--rd-white);
    box-shadow: 0 14px 34px rgba(0, 43, 99, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.rd-why-choose__icon img,
.rd-why-choose__icon svg {
    width: 34px;
    height: 34px;
    display: block;
    object-fit: contain;
}

.rd-why-choose__content {
    min-width: 0;
}

.rd-why-choose__item-title {
    margin: 0 0 10px;
    color: var(--rd-navy);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.rd-why-choose__text {
    margin: 0;
    max-width: 330px;
    color: #34476e;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.rd-why-choose__button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

@media (max-width: 1199px) {
    .rd-why-choose__items {
        column-gap: 32px;
    }

    .rd-why-choose__item {
        width: calc((100% - 32px) / 2);
    }
}

@media (max-width: 767px) {
    .rd-why-choose {
        padding: 14px 0 28px;
    }

    .rd-why-choose__items {
        flex-direction: column;
        gap: 24px;
    }

    .rd-why-choose__item {
        width: 100%;
        gap: 16px;
    }

    .rd-why-choose__icon {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
    }

    .rd-why-choose__icon img,
    .rd-why-choose__icon svg {
        width: 30px;
        height: 30px;
    }

    .rd-why-choose__item-title {
        font-size: 15px;
    }

    .rd-why-choose__text {
        max-width: none;
        font-size: 14px;
    }

    .rd-why-choose__button-wrap {
        justify-content: flex-start;
    }
}


/* ================================
   Reviews
================================ */

.rd-reviews {
    padding: 22px 0 26px;
    background: var(--rd-white);
}

.rd-reviews__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.rd-reviews__title {
    margin: 0;
    color: var(--rd-navy);
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.rd-reviews__all {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--rd-navy);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
}

.rd-reviews__all i {
    font-style: normal;
    font-size: 22px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.rd-reviews__all:hover i {
    transform: translateX(4px);
}

.rd-reviews__slider {
    overflow: hidden;
}

.rd-reviews__card {
    min-height: 148px;
    height: 100%;
    padding: 22px 24px 20px;
    border: 1px solid var(--rd-border);
    border-radius: 12px;
    background: var(--rd-white);
    box-shadow: 0 10px 30px rgba(0, 43, 99, 0.04);
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.rd-reviews__top {
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
}

.rd-reviews__avatar {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--rd-light-blue);
}

.rd-reviews__avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.rd-reviews__person {
    min-width: 0;
    padding-right: 36px;
}

.rd-reviews__name {
    margin: 0 0 4px;
    color: var(--rd-navy);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
}

.rd-reviews__position {
    color: #5d6f91;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}

.rd-reviews__quote {
    margin-left: auto;
    color: rgba(0, 43, 99, 0.28);
    font-size: 44px;
    font-weight: 800;
    line-height: 0.7;
}

.rd-reviews__text {
    margin: 0;
    color: #213963;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
}

.rd-reviews__pagination {
    position: static;
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 8px;
    height:15px;
}

.rd-reviews__pagination .swiper-pagination-bullet {
    margin: 0 !important;
    background: rgba(0, 43, 99, 0.25);
    opacity: 1;
}

.rd-reviews__pagination .swiper-pagination-bullet-active {
    background: var(--rd-red);
}

@media (max-width: 767px) {
    .rd-reviews {
        padding: 24px 0;
    }

    .rd-reviews__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .rd-reviews__card {
        min-height: 170px;
        padding: 20px;
    }

    .rd-reviews__text {
        font-size: 15px;
    }
}



/* ================================
   News cards
================================ */

.rd-news-cards {
    padding: 18px 0 36px;
    background: var(--rd-white);
}

.rd-news-cards__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.rd-news-cards__title {
    margin: 0;
    color: var(--rd-navy);
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.rd-news-cards__all {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--rd-navy);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
}

.rd-news-cards__all i {
    font-style: normal;
    font-size: 22px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.rd-news-cards__all:hover i {
    transform: translateX(4px);
}

.rd-news-cards__slider {
    overflow: hidden;
}

.rd-news-cards__card {
    height: 100%;
    min-height: 236px;
    border: 1px solid var(--rd-border);
    border-radius: 12px;
    background: var(--rd-white);
    color: var(--rd-navy);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 43, 99, 0.04);
}

.rd-news-cards__slider .swiper-slide{
    height:auto;
}
.rd-news-cards__image {
    height: 240px;
    display: block;
    overflow: hidden;
    background: var(--rd-light-blue);
}

.rd-news-cards__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.rd-news-cards__card:hover .rd-news-cards__image img {
    transform: scale(1.06);
}

.rd-news-cards__body {
    position: relative;
    flex: 1;
    min-height: 116px;
    padding: 16px 46px 18px 18px;
    display: flex;
    flex-direction: column;
}

.rd-news-cards__date {
    margin-bottom: 8px;
    color: #7a89a4;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

.rd-news-cards__card-title {
    color: var(--rd-navy);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
}

.rd-news-cards__arrow {
    position: absolute;
    right: 18px;
    bottom: 18px;
    color: var(--rd-navy);
    font-style: normal;
    font-size: 22px;
    line-height: 1;
    transition:
        transform 0.25s ease,
        color 0.25s ease;
}

.rd-news-cards__card:hover .rd-news-cards__arrow {
    transform: translateX(4px);
    color: var(--rd-red);
}

.rd-news-cards__placeholder {
    width: 100%;
    height: 100%;
    display: block;
    background:
        linear-gradient(135deg, rgba(0, 77, 148, 0.12), rgba(252, 43, 43, 0.08)),
        var(--rd-light-blue);
}

@media (max-width: 767px) {
    .rd-news-cards {
        padding: 20px 0 32px;
    }

    .rd-news-cards__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .rd-news-cards__image {
        height: 230px;
    }

    .rd-news-cards__card {
        min-height: 260px;
    }
}


/* footer */
.rd-footer{
    background:var(--rd-navy-gradient);
}

.rd-footer *{
    color: #fff !important;
}

.rd-footer img{
    filter: brightness(0) invert(1);
}
.rd-copyrights.copyrights{
    padding:20px;
}
.rd-copyrights .copyrights_content{
    padding:0;
}
.rd-footer .footer_licence{
    margin-bottom:10px;
    background:unset;
}

.rd-footer .menu-item{
    font-size:0.9rem;    
}

.rd-footer .nav{
    gap:12px;
}


/* ================================
   Hospital hero
================================ */

.rd-hospital-hero {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    background: #f7f9fc;
}

.rd-hospital-hero__media,
.rd-hospital-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.rd-hospital-hero__media {
    z-index: 1;
    overflow: hidden;
}

.rd-hospital-hero__image {
    display: block;
    object-fit: cover;
    object-position: center right;
}

.rd-hospital-hero__media-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 43, 99, 0.08);
    pointer-events: none;
}

.rd-hospital-hero__content-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    background: linear-gradient(
        90deg,
        rgba(247, 249, 252, 1) 0%,
        rgba(247, 249, 252, 0.96) 25%,
        rgba(247, 249, 252, 0.72) 45%,
        rgba(247, 249, 252, 0.2) 68%,
        rgba(247, 249, 252, 0.02) 100%
    );
    pointer-events: none;
}

.rd-hospital-hero__inner {
    position: relative;
    z-index: 4;
    min-height: 520px;
    display: flex;
    align-items: center;
}

.rd-hospital-hero__content {
    width: min(100%, 620px);
    padding: 64px 0;
}

.rd-hospital-hero__title {
    margin: 0 0 20px;
    max-width: 660px;
    color: var(--rd-navy);
    font-size: clamp(42px, 4vw, 58px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0.01em;
}

.rd-hospital-hero__subtitle {
    margin: 0 0 34px;
    max-width: 520px;
    color: #263c66;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.45;
}

.rd-hospital-hero__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
}

.rd-hospital-hero__meta-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--rd-navy);
    font-size: 15px;
    line-height: 1.2;
}

.rd-hospital-hero__meta-item span {
    color: var(--rd-red);
    font-size: 22px;
    line-height: 1;
}

.rd-hospital-hero__meta-item strong {
    color: var(--rd-navy);
    font-size: 15px;
    font-weight: 800;
}

/* ================================
   Responsive
================================ */

@media (max-width: 1199px) {
    .rd-hospital-hero {
        min-height: 480px;
    }

    .rd-hospital-hero__inner {
        min-height: 480px;
    }

    .rd-hospital-hero__content {
        width: min(100%, 560px);
        padding: 56px 0;
    }

    .rd-hospital-hero__content-overlay {
        background: linear-gradient(
            90deg,
            rgba(247, 249, 252, 1) 0%,
            rgba(247, 249, 252, 0.95) 34%,
            rgba(247, 249, 252, 0.68) 62%,
            rgba(247, 249, 252, 0.18) 100%
        );
    }
}

@media (max-width: 767px) {
    .rd-hospital-hero {
        min-height: auto;
    }

    .rd-hospital-hero__inner {
        min-height: 520px;
        align-items: flex-end;
    }

    .rd-hospital-hero__content {
        width: 100%;
        padding: 160px 0 40px;
    }

    .rd-hospital-hero__image {
        object-position: center center;
    }

    .rd-hospital-hero__media-overlay {
        background: rgba(0, 43, 99, 0.16);
    }

    .rd-hospital-hero__content-overlay {
        background: linear-gradient(
            180deg,
            rgba(247, 249, 252, 0.08) 0%,
            rgba(247, 249, 252, 0.36) 34%,
            rgba(247, 249, 252, 0.9) 68%,
            rgba(247, 249, 252, 1) 100%
        );
    }

    .rd-hospital-hero__title {
        font-size: 38px;
    }

    .rd-hospital-hero__subtitle {
        margin-bottom: 24px;
        font-size: 18px;
    }

    .rd-hospital-hero__meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }
}


/* ================================
   Breadcrumbs block
================================ */

.rd-breadcrumbs {
    position:relative;
    z-index: 3;
    padding: 22px 0;
    width:100%;
    background: transparent;
}
.rd-breadcrumbs.rd-breadcrumbs--absolute{
    position: absolute;
}

.rd-breadcrumbs__nav {
    color: #6d7c99;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.rd-breadcrumbs__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
}

.rd-breadcrumbs__nav li {
    position: relative;
    margin: 0;
    padding: 0;
    color: #6d7c99;
    display:inline;
}

.rd-breadcrumbs__nav li:not(:last-child)::after {
    content: "›";
    margin-left: 9px;
    color: #a4afc2;
}

.rd-breadcrumbs__nav a {
    color: #6d7c99;
    text-decoration: none;
    transition: color 0.2s ease;
}

.rd-breadcrumbs__nav a:hover {
    color: var(--rd-red);
}

.rd-breadcrumbs__nav li:last-child {
    color: var(--rd-navy);
    font-weight: 700;
}

.rd-breadcrumbs--light .rd-breadcrumbs__nav,
.rd-breadcrumbs--light .rd-breadcrumbs__nav li,
.rd-breadcrumbs--light .rd-breadcrumbs__nav a {
    color: rgba(255, 255, 255, 0.78);
}

.rd-breadcrumbs--light .rd-breadcrumbs__nav li:last-child {
    color: var(--rd-white);
}

.rd-breadcrumbs--light .rd-breadcrumbs__nav li:not(:last-child)::after {
    color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 767px) {
    .rd-breadcrumbs {
        padding: 10px 0;
        background: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(3px);
    }
    .rd-breadcrumbs__nav a{
        color:#fff;
    }
    .rd-breadcrumbs__nav li:not(:last-child)::after{
        color:#fff;
    }

    .rd-breadcrumbs__nav {
        font-size: 12px;
    }

    .rd-breadcrumbs__nav ul {
        gap: 7px;
    }

    .rd-breadcrumbs__nav li:not(:last-child)::after {
        margin-left: 7px;
    }
}

/* ================================
   Hospital about / directions
================================ */

.rd-hospital-about-directions {
    background: var(--rd-white);
}

.rd-hospital-about-directions__inner {
    display: flex;
    align-items: stretch;
    gap: 18px;
}

.rd-hospital-about-directions__card,
.rd-hospital-about-directions__gallery {
    width: calc((100% - 36px) / 3);
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.rd-hospital-about-directions__gallery--one-row .rd-hospital-about-directions__photos {
    display: block;
}

.rd-hospital-about-directions__gallery--one-row .rd-hospital-about-directions__photo {
    height: 100%;
}

.rd-hospital-about-directions__gallery--one-row .rd-hospital-about-directions__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rd-hospital-about-directions__card,
.rd-hospital-about-directions__gallery {
    border: 1px solid rgba(0, 43, 99, 0.1);
    border-radius: 8px;
    background: var(--rd-white);
    box-shadow: 0 12px 34px rgba(0, 43, 99, 0.045);
}

.rd-hospital-about-directions__card {
    width: calc((100% - 36px) / 3);
    min-height: 410px;
    padding: 28px 26px;
    display: flex;
    flex-direction: column;
}

.rd-hospital-about-directions__card--directions {
    background: var(--rd-white);
}

.rd-hospital-about-directions__title {
    margin: 0 0 18px;
    color: var(--rd-navy);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: 0.01em;
}

.rd-hospital-about-directions__text {
    color: #34476e;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.62;
}

.rd-hospital-about-directions__text p {
    margin: 0 0 14px;
}

.rd-hospital-about-directions__text p:last-child {
    margin-bottom: 0;
}

.rd-hospital-about-directions__checklist {
    margin: 22px 0 26px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.rd-hospital-about-directions__checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #172f5f;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
}

.rd-hospital-about-directions__checklist span {
    flex: 0 0 auto;
    color: var(--rd-red);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.rd-hospital-about-directions__button {
    width: fit-content;
    margin-top: auto;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid var(--rd-border);
    border-radius: 5px;
    background: var(--rd-white);
    color: var(--rd-navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease;
}
[data-rd-modal-open="rd-hospital-about-modal-1"]{
    margin:16px 0;
}

.rd-hospital-about-directions__button:hover {
    transform: translateY(-2px);
    background: var(--rd-red);
    border-color: var(--rd-red);
    color: var(--rd-white);
    box-shadow: 0 14px 34px rgba(252, 43, 43, 0.16);
}

.rd-hospital-about-directions__button i {
    font-style: normal;
    font-size: 19px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.rd-hospital-about-directions__button:hover i {
    transform: translateX(4px);
}

/* Directions list */

.rd-hospital-about-directions__directions-list {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rd-hospital-about-directions__direction {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    align-items:center;
}

.rd-hospital-about-directions__direction-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    color: var(--rd-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 800;
    line-height: 1;
}

.rd-hospital-about-directions__direction-icon img,
.rd-hospital-about-directions__direction-icon svg {
    width: 54px;
    height: 54px;
    object-fit: contain;
    display: block;
}

.rd-hospital-about-directions__direction-content {
    min-width: 0;
}

.rd-hospital-about-directions__direction-content h3 {
    margin: 0 !important;
    color: var(--rd-navy);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
}

.rd-hospital-about-directions__direction-content p {
    margin: 0;
    color: #34476e;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.38;
}

/* Gallery */

/* Gallery */

.rd-hospital-about-directions__gallery {
    width: calc((100% - 36px) / 3);
    min-width: 0;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    background: transparent;
    border: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.rd-hospital-about-directions__slider {
    width: 100%;
    min-width: 0;
    height: 100%;
    flex: 1 1 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.rd-hospital-about-directions__slider .swiper-wrapper {
    width: 100%;
    min-width: 0;
    flex: 1 1 auto;
    align-items: stretch;
}

.rd-hospital-about-directions__slider .swiper-slide {
    width: 100% !important;
    min-width: 0;
    height: auto;
    display: flex;
    flex-direction: column;
}

.rd-hospital-about-directions__photos {
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height:0;
}

.rd-hospital-about-directions__photo {
    position: relative;
    width: 100%;
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
    border-radius: 8px;
    background: var(--rd-light-blue);
}

.rd-hospital-about-directions__photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.rd-hospital-about-directions__photo:hover img {
    transform: scale(1.06);
}

.rd-hospital-about-directions__slider-nav {
    flex: 0 0 38px;
    height: 38px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.rd-hospital-about-directions__pagination {
    position: static;
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.rd-hospital-about-directions__pagination .swiper-pagination-bullet {
    margin: 0 !important;
    background: rgba(0, 43, 99, 0.24);
    opacity: 1;
}

.rd-hospital-about-directions__pagination .swiper-pagination-bullet-active {
    background: var(--rd-red);
}

/* ================================
   Reusable modal
================================ */

.rd-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 32px;
}

.rd-modal.is-open {
    display: flex;
}

.rd-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 20, 48, 0.62);
    backdrop-filter: blur(8px);
    opacity: 0;
    transition: opacity 0.28s ease;
}

.rd-modal__dialog {
    position: relative;
    z-index: 2;
    width: min(100%, 960px);
    max-height: calc(100vh - 64px);
    overflow-y: auto;
    padding: 42px 44px;
    border-radius: 22px;
    background: var(--rd-white);
    box-shadow: 0 30px 90px rgba(0, 20, 48, 0.28);
    opacity: 0;
    transform: translateY(24px) scale(0.96);
    transition:
        opacity 0.28s ease,
        transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.rd-modal.is-visible .rd-modal__overlay {
    opacity: 1;
}

.rd-modal.is-visible .rd-modal__dialog {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.rd-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    border: 1px solid var(--rd-border);
    border-radius: 50%;
    background: var(--rd-white);
    color: var(--rd-navy);
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease;
}

.rd-modal__close:hover {
    transform: rotate(90deg);
    background: var(--rd-red);
    border-color: var(--rd-red);
    color: var(--rd-white);
}

.rd-modal__title {
    margin: 0 52px 22px 0;
    color: var(--rd-navy);
    font-size: 34px;
    font-weight: 800;
    line-height: 1.12;
}

.rd-modal__content {
    color: #34476e;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
}

.rd-modal__content p {
    margin: 0 0 16px;
}

.rd-modal__content p:last-child {
    margin-bottom: 0;
}

body.rd-modal-open {
    overflow: hidden;
}

/* Directions modal */

.rd-modal__dialog--directions {
    width: min(100%, 860px);
    padding: 42px 44px 28px;
}

.rd-modal__lead {
    margin: 0 52px 22px 0;
    color: #263c66;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
}

.rd-modal__lead p {
    margin: 0 0 12px;
}

.rd-modal__lead p:last-child {
    margin-bottom: 0;
}

.rd-directions-popup {
    border: 1px solid rgba(0, 43, 99, 0.1);
    border-radius: 10px;
    overflow: hidden;
    background: var(--rd-white);
}

.rd-directions-popup__item {
    padding: 22px 24px;
    border-bottom: 1px solid rgba(0, 43, 99, 0.1);
}

.rd-directions-popup__item:last-child {
    border-bottom: 0;
}

.rd-directions-popup__title {
    margin: 0 0 8px;
    color: var(--rd-navy);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.rd-directions-popup__description {
    color: #34476e;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.55;
}

.rd-directions-popup__description p {
    margin: 0 0 10px;
}

.rd-directions-popup__description p:last-child {
    margin-bottom: 0;
}

.rd-directions-popup__points {
    margin: 12px 0 0;
    padding-left: 18px;
    color: #34476e;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.55;
}

.rd-directions-popup__points li {
    margin-bottom: 4px;
}

.rd-directions-popup__points li:last-child {
    margin-bottom: 0;
}

.rd-modal__footer {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

.rd-modal__button {
    min-width: 220px;
    min-height: 44px;
    padding: 0 24px;
    border: 1px solid var(--rd-navy);
    border-radius: 6px;
    background: var(--rd-white);
    color: var(--rd-navy);
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease;
}

.rd-modal__button:hover {
    transform: translateY(-2px);
    background: var(--rd-red);
    border-color: var(--rd-red);
    color: var(--rd-white);
    box-shadow: 0 14px 34px rgba(252, 43, 43, 0.16);
}

@media (max-width: 767px) {
    .rd-modal__dialog--directions {
        padding: 34px 22px 24px;
    }

    .rd-modal__lead {
        margin-right: 44px;
        font-size: 15px;
    }

    .rd-directions-popup__item {
        padding: 18px 16px;
    }

    .rd-directions-popup__title {
        font-size: 16px;
    }

    .rd-directions-popup__description,
    .rd-directions-popup__points {
        font-size: 14px;
    }

    .rd-modal__button {
        width: 100%;
    }
}

/* Responsive */

@media (max-width: 1199px) {
    .rd-hospital-about-directions__inner {
        flex-wrap: wrap;
    }

    .rd-hospital-about-directions__card {
        width: calc((100% - 18px) / 2);
    }

    .rd-hospital-about-directions__gallery {
        width: 100%;
        height: 320px;
        flex: 0 0 100%;
    }

    .rd-hospital-about-directions__photos {
        height: 100%;
        flex-direction: row;
    }

    .rd-hospital-about-directions__photo {
        width: calc((100% - 16px) / 2);
        height: 100%;
        flex: 1 1 0;
    }
}

@media (max-width: 767px) {
    .rd-hospital-about-directions__inner {
        flex-direction: column;
        gap: 18px;
    }

    .rd-hospital-about-directions__card,
    .rd-hospital-about-directions__gallery {
        width: 100%;
        min-height: auto;
        border-radius: 12px;
    }
        .rd-hospital-about-directions__gallery {
        width: 100%;
        height: auto;
        min-height: auto;
    }

    .rd-hospital-about-directions__card {
        padding: 24px 20px;
    }

    .rd-hospital-about-directions__title {
        font-size: 24px;
    }

    .rd-hospital-about-directions__text {
        font-size: 15px;
    }

    .rd-hospital-about-directions__button {
        width: 100%;
        margin-top: 24px;
    }

    .rd-hospital-about-directions__photos {
        flex-direction: column;
        height: 340px;
        gap: 12px;
    }

    .rd-hospital-about-directions__photo {
        width: 100%;
        height: auto;
        flex: 1 1 0;
        border-radius: 8px;
    }

    .rd-modal {
        padding: 18px;
    }

    .rd-modal__dialog {
        max-height: calc(100vh - 36px);
        padding: 34px 24px 28px;
        border-radius: 18px;
    }

    .rd-modal__title {
        margin-right: 44px;
        font-size: 26px;
    }

    .rd-modal__content {
        font-size: 15px;
    }
}



/* ================================
   Hospital administration
================================ */

.rd-hospital-administration {
    background: var(--rd-white);
}

.rd-hospital-administration__head {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.rd-hospital-administration__title {
    margin: 0;
    color: var(--rd-navy);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.02em;
}

.rd-hospital-administration__arrows {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rd-hospital-administration__arrow {
    width: 38px;
    height: 38px;
    border: 1px solid var(--rd-border);
    border-radius: 50%;
    background: var(--rd-white);
    color: var(--rd-navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    line-height: 1;
    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease;
}

.rd-hospital-administration__arrow:hover {
    transform: translateY(-2px);
    background: var(--rd-red);
    border-color: var(--rd-red);
    color: var(--rd-white);
}

.rd-hospital-administration__slider {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    padding-bottom: 28px;
}

.rd-hospital-administration__slider .swiper-wrapper {
    align-items: stretch;
}

.rd-hospital-administration__slider .swiper-slide {
    height: auto;
    display: flex;
}

.rd-hospital-administration__card {
    width: 100%;
    min-width: 0;
    min-height: 118px;
    padding: 18px 22px;
    border: 1px solid rgba(0, 43, 99, 0.08);
    border-radius: 8px;
    background: var(--rd-white);
    box-shadow: 0 12px 34px rgba(0, 43, 99, 0.045);
    display: flex;
    align-items: center;
    gap: 22px;
    color: var(--rd-navy);
    text-decoration: none;
}

.rd-hospital-administration__photo {
    width: 82px;
    height: 182px;
    flex: 0 0 182px;
    border-radius: 8px;
    overflow: hidden;
    background: #e6e8ec;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rd-hospital-administration__photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.rd-hospital-administration__photo span {
    width: 100%;
    height: 100%;
    display: block;
    background:
        radial-gradient(circle at 50% 36%, #b8bbc1 0 17%, transparent 18%),
        radial-gradient(circle at 50% 112%, #b8bbc1 0 44%, transparent 45%),
        #e6e8ec;
}

.rd-hospital-administration__content {
    min-width: 0;
}

.rd-hospital-administration__name {
    margin: 0 0 8px;
    color: var(--rd-navy);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    transition: color 0.25s ease;
}

.rd-hospital-administration__position {
    color: #34476e;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.rd-hospital-administration__card:hover .rd-hospital-administration__name {
    color: var(--rd-red);
}

.rd-hospital-administration__pagination {
    position: static;
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.rd-hospital-administration__pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 !important;
    background: rgba(0, 43, 99, 0.24);
    opacity: 1;
}

.rd-hospital-administration__pagination .swiper-pagination-bullet-active {
    background: var(--rd-red);
}

@media (max-width: 767px) {
    .rd-hospital-administration__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .rd-hospital-administration__card {
        padding: 16px;
        gap: 16px;
    }

    .rd-hospital-administration__photo {
        width: 72px;
        height: 72px;
        flex-basis: 72px;
    }

    .rd-hospital-administration__title {
        font-size: 22px;
    }

    .rd-hospital-administration__name {
        font-size: 17px;
    }

    .rd-hospital-administration__position {
        font-size: 13px;
    }
}


/* ================================
   Hospital structure
================================ */

.rd-hospital-structure {
    background: var(--rd-white);
}

.rd-hospital-structure__head {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.rd-hospital-structure__title {
    margin: 0;
    color: var(--rd-navy);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.02em;
}

.rd-hospital-structure__items {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.rd-hospital-structure__item {
    width: calc((100% - 64px) / 4);
    min-width: 0;
    min-height: 70px;
    padding: 14px 18px;
    border: 1px solid rgba(0, 43, 99, 0.08);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(227, 237, 242, 0.5) 0%, rgba(255, 255, 255, 1) 100%),
        var(--rd-white);
    box-shadow: 0 10px 28px rgba(0, 43, 99, 0.035);
    color: var(--rd-navy);
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    overflow: hidden;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease,
        background-color 0.25s ease,
        opacity 0.25s ease;
}
.rd-hospital-structure__item:hover,
.rd-hospital-structure__item:hover * {
    transition-delay: 0s !important;
}
.rd-hospital-structure__item:hover {
    transform: translateY(-2px);
    border-color: rgba(252, 43, 43, 0.28);
    box-shadow: 0 14px 34px rgba(0, 43, 99, 0.08);
}

.rd-hospital-structure__item.is-hidden {
    display: none;
}

.rd-hospital-structure__item.is-revealed {
    animation: rdStructureReveal 0.34s ease both;
}

@keyframes rdStructureReveal {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.rd-hospital-structure__icon {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    color: var(--rd-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    tra
}

.rd-hospital-structure__icon img,
.rd-hospital-structure__icon svg {
    width: 32px;
    height: 32px;
    display: block;
    object-fit: contain;
}

.rd-hospital-structure__icon-placeholder {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(0, 43, 99, 0.2);
    border-radius: 50%;
    color: var(--rd-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.rd-hospital-structure__text {
    color: var(--rd-navy);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.rd-hospital-structure__button-wrap {
    margin-top: 22px;
    display: flex;
    justify-content: center;
}

.rd-hospital-structure__button {
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid var(--rd-border);
    border-radius: 5px;
    background: var(--rd-white);
    color: var(--rd-navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease;
}

.rd-hospital-structure__button:hover {
    transform: translateY(-2px);
    background: var(--rd-red);
    border-color: var(--rd-red);
    color: var(--rd-white);
    box-shadow: 0 14px 34px rgba(252, 43, 43, 0.16);
}

.rd-hospital-structure__button i {
    font-style: normal;
    font-size: 19px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.rd-hospital-structure__button:disabled {
    pointer-events: none;
    opacity: 0.6;
}

.rd-hospital-structure__button:hover i {
    transform: translateX(4px) rotate(90deg) !important;
}

@media (max-width: 1399px) {
    .rd-hospital-structure__item {
        width: calc((100% - 48px) / 4);
    }
}

@media (max-width: 1199px) {
    .rd-hospital-structure__item {
        width: calc((100% - 32px) / 3);
    }
}

@media (max-width: 767px) {
    .rd-hospital-structure__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .rd-hospital-structure__items {
        gap: 12px;
    }

    .rd-hospital-structure__item {
        width: 100%;
        min-height: 66px;
        padding: 14px 16px;
    }

    .rd-hospital-structure__button-wrap {
        justify-content: stretch;
    }

    .rd-hospital-structure__button {
        width: 100%;
    }
}



/* ================================
   Patient links
================================ */

.rd-patient-links {
    background: var(--rd-white);
}

.rd-patient-links__title {
    margin: 0 0 18px;
    color: var(--rd-navy);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.02em;
}

.rd-patient-links__items {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    
}

.rd-patient-links__item {
    width: calc((100% - 90px) / 6);
    min-width: 0;
    min-height: 118px;
    padding: 20px 16px 18px;
    border: 1px solid rgba(0, 43, 99, 0.08);
    border-radius: 8px;
    background:#E4DFE9 !important;
    box-shadow: 0 12px 34px rgba(0, 43, 99, 0.045);
    color: var(--rd-navy);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease,
        background-color 0.25s ease;
}

.rd-patient-links__item:hover {
    transform: translateY(-3px);
    border-color: rgba(252, 43, 43, 0.28);
    box-shadow: 0 16px 38px rgba(0, 43, 99, 0.08);
}

.rd-patient-links__icon {
    width: 44px;
    height: 44px;
    color: var(--rd-red);
    display: flex;
    align-items: center;
    justify-content: center;
}

.rd-patient-links__icon img,
.rd-patient-links__icon svg {
    width: 42px;
    height: 42px;
    display: block;
    object-fit: contain;
}

.rd-patient-links__icon-placeholder {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(252, 43, 43, 0.32);
    border-radius: 50%;
    color: var(--rd-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}

.rd-patient-links__text {
    max-width: 150px;
    color: var(--rd-navy);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    transition: color 0.25s ease;
}

.rd-patient-links__item:hover .rd-patient-links__text {
    color: var(--rd-red);
}

@media (max-width: 1399px) {
    .rd-patient-links__item {
        width: calc((100% - 72px) / 5);
    }
}

@media (max-width: 1199px) {
    .rd-patient-links__item {
        width: calc((100% - 36px) / 3);
    }
}

@media (max-width: 767px) {
    .rd-patient-links__items {
        gap: 12px;
    }

    .rd-patient-links__item {
        width: calc((100% - 12px) / 2);
        min-height: 110px;
        padding: 18px 12px;
    }

    .rd-patient-links__title {
        font-size: 22px;
    }

    .rd-patient-links__icon {
        width: 38px;
        height: 38px;
    }

    .rd-patient-links__icon img,
    .rd-patient-links__icon svg {
        width: 36px;
        height: 36px;
    }

    .rd-patient-links__text {
        font-size: 14px;
    }
}
/* ================================
   Contact info cards
================================ */

.rd-contact-info-cards {
    position: relative;
    z-index: 5;
    margin-top: -44px;
    padding-bottom: 24px;
}

.rd-contact-info-cards__inner {
    display: flex;
    align-items: stretch;
    gap: 18px;
    padding: 24px 28px;
    border: 1px solid rgba(0, 43, 99, 0.08);
    border-radius: 12px;
    background: var(--rd-white);
    box-shadow: 0 18px 55px rgba(0, 43, 99, 0.11);
}

.rd-contact-info-cards__card {
    position: relative;
    width: calc((100% - 54px) / 4);
    min-width: 0;
    padding: 18px 20px;
    border-radius: 8px;
    color: var(--rd-navy);
    display: flex;
    align-items: center;
    gap: 18px;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

.rd-contact-info-cards__card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 18px;
    right: -9px;
    width: 1px;
    height: calc(100% - 36px);
    background: rgba(0, 43, 99, 0.12);
}

.rd-contact-info-cards__card:hover {
    background: rgba(227, 237, 242, 0.38);
}

.rd-contact-info-cards__icon {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    border-radius: 50%;
    background: rgba(227, 237, 242, 0.72);
    color: var(--rd-navy);
    display: flex;
    align-items: center;
    justify-content: center;
}

.rd-contact-info-cards__icon img,
.rd-contact-info-cards__icon svg {
    width: 44px;
    height: 44px;
    display: block;
    object-fit: contain;
}

.rd-contact-info-cards__icon-placeholder {
    color: var(--rd-navy);
    font-size: 26px;
    line-height: 1;
}

.rd-contact-info-cards__content {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.rd-contact-info-cards__label {
    margin-bottom: 8px;
    color: var(--rd-navy);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
}

.rd-contact-info-cards__value {
    color: var(--rd-red);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.04em;
}

.rd-contact-info-cards__description {
    margin-top: 6px;
    color: #5f6f8d;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
}

@media (max-width: 1199px) {
    .rd-contact-info-cards {
        margin-top: 24px;
    }

    .rd-contact-info-cards__inner {
        flex-wrap: wrap;
    }

    .rd-contact-info-cards__card {
        width: calc((100% - 18px) / 2);
    }

    .rd-contact-info-cards__card::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .rd-contact-info-cards__inner {
        padding: 18px;
        gap: 12px;
    }

    .rd-contact-info-cards__card {
        width: 100%;
        padding: 16px;
    }

    .rd-contact-info-cards__value {
        font-size: 19px;
    }
}

/* ================================
   Contact CTA
================================ */

.rd-contact-cta {
    background: var(--rd-white);
}

.rd-contact-cta__box {
    max-width:80%;
    margin:0 auto;
    min-height: 150px;
    padding: 34px 44px;
    border-radius: 10px;
    background: var(--rd-navy-gradient);
    color: var(--rd-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 18px 48px rgba(0, 43, 99, 0.18);
}

.rd-contact-cta__box::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.rd-contact-cta__left {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 30px;
    min-width: 0;
}

.rd-contact-cta__icon {
    width: 86px;
    height: 86px;
    flex: 0 0 86px;
    border-radius: 50%;
    background: var(--rd-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.rd-contact-cta__icon img,
.rd-contact-cta__icon svg {
    width: 46px;
    height: 46px;
    object-fit: contain;
    display: block;
}

.rd-contact-cta__title {
    margin: 0 0 12px;
    color: var(--rd-white);
    font-size: clamp(26px, 2.5vw, 28px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.02em;
}

.rd-contact-cta__text {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.rd-contact-cta__text p {
    margin: 0;
}

.rd-contact-cta__button {
    position: relative;
    z-index: 2;
    min-width: 280px;
    min-height: 62px;
    padding: 10px 26px;
    border-radius: 8px;
    background: var(--rd-white);
    color: var(--rd-navy);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease;
}

.rd-contact-cta__button:hover {
    transform: translateY(-2px);
    background: var(--rd-red);
    color: var(--rd-white);
    box-shadow: 0 16px 36px rgba(0, 20, 48, 0.22);
}

.rd-contact-cta__button i {
    font-style: normal;
    font-size: 22px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.rd-contact-cta__button:hover i {
    transform: translateX(4px);
}
.rd-contact-cta__button:hover .rd-contact-cta__additional-text{
    color:#fff;
}
.rd-contact-cta--red .rd-contact-cta__button{
    color:#fc2b2b;
    font-size:18px;
}
.rd-contact-cta--red .rd-contact-cta__button:hover{
    color:#fff;
}
.rd-contact-cta__button--no-arrow {
    justify-content: center;
    flex-direction:column;
}
.rd-contact-cta--red .rd-contact-cta__box {
    background: linear-gradient(135deg, #d90012 0%, #fc2b2b 100%);
}

.rd-contact-cta__additional-text {
    color: slategrey;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
}

@media (max-width: 991px) {
    .rd-contact-cta__box {
        align-items: flex-start;
        flex-direction: column;
    }

    .rd-contact-cta__button {
        width: 100%;
        min-width: 0;
    }
    .rd-contact-cta__box{
        max-width:unset;
    }
}

@media (max-width: 767px) {
    .rd-contact-cta__box {
        padding: 28px 22px;
        border-radius: 12px;
        gap: 26px;
    }

    .rd-contact-cta__left {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .rd-contact-cta__icon {
        width: 72px;
        height: 72px;
        flex-basis: 72px;
    }

    .rd-contact-cta__icon img,
    .rd-contact-cta__icon svg {
        width: 38px;
        height: 38px;
    }

    .rd-contact-cta__text {
        font-size: 15px;
    }

    .rd-contact-cta__button {
        min-height: 56px;
        font-size: 13px;
    }
}


/* ================================
   Contact facilities map
================================ */

.rd-contact-facilities-map {
    background: var(--rd-white);
}

.rd-contact-facilities-map__title {
    margin: 0 0 20px;
    color: var(--rd-navy);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.02em;
}

.rd-contact-facilities-map__layout {
    display: flex;
    align-items: stretch;
    gap: 24px;
}

.rd-contact-facilities-map__list-wrap {
    width: 42%;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.rd-contact-facilities-map__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rd-contact-facilities-map__item {
    border: 1px solid rgba(0, 43, 99, 0.08);
    border-radius: 8px;
    background: var(--rd-white);
    box-shadow: 0 10px 28px rgba(0, 43, 99, 0.04);
    overflow: hidden;
    color: var(--rd-navy);
    text-decoration: none;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease,
        opacity 0.25s ease;
}

.rd-contact-facilities-map__item:hover,
.rd-contact-facilities-map__item.is-active {
    transform: translateY(-2px);
    border-color: rgba(0, 77, 148, 0.3);
    box-shadow: 0 14px 36px rgba(0, 43, 99, 0.09);
}

.rd-contact-facilities-map__item.is-hidden {
    display: none;
}

.rd-contact-facilities-map__item.is-revealed {
    animation: rdContactFacilityReveal 0.34s ease both;
}

@keyframes rdContactFacilityReveal {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.rd-contact-facilities-map__item-inner {
    width: 100%;
    min-height: 96px;
    padding: 16px 18px;
    border: 0;
    background: transparent;
    color: var(--rd-navy);
    display: flex;
    align-items: center;
    gap: 18px;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
}

.rd-contact-facilities-map__icon {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 8px;
    background: rgba(227, 237, 242, 0.75);
    color: var(--rd-blue);
    display: flex;
    align-items: center;
    justify-content: center;
}

.rd-contact-facilities-map__icon img,
.rd-contact-facilities-map__icon svg {
    width: 34px;
    height: 34px;
    display: block;
    object-fit: contain;
}

.rd-contact-facilities-map__icon-placeholder {
    font-size: 28px;
    line-height: 1;
}

.rd-contact-facilities-map__content {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.rd-contact-facilities-map__name {
    margin-bottom: 8px;
    color: var(--rd-navy);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.28;
    transition: color 0.25s ease;
    text-decoration:unset;
}

.rd-contact-facilities-map__item-inner:hover .rd-contact-facilities-map__name{
    color:var(--red);
    text-decoration:underline;
}

.rd-contact-facilities-map__address {
    position: relative;
    padding-left: 18px;
    color: #5d6f91;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
}

.rd-contact-facilities-map__address::before {
    content: "⌖";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--rd-blue);
    font-size: 13px;
    line-height: 1;
}

.rd-contact-facilities-map__hours {
    width: 180px;
    flex: 0 0 250px;
    color: #263c66;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.45;
}
.rd-contact-facilities-map__hours strong{
    font-weight:600 !important;
}

.rd-contact-facilities-map__arrow {
    color: var(--rd-navy);
    font-size: 26px;
    line-height: 1;
    transition:
        transform 0.25s ease,
        color 0.25s ease;
}

.rd-contact-facilities-map__item:hover .rd-contact-facilities-map__name,
.rd-contact-facilities-map__item.is-active .rd-contact-facilities-map__name {
    color: var(--rd-red);
}

.rd-contact-facilities-map__item:hover .rd-contact-facilities-map__arrow,
.rd-contact-facilities-map__item.is-active .rd-contact-facilities-map__arrow {
    transform: translateX(3px);
    color: var(--rd-red);
}

.rd-contact-facilities-map__facility-link {
    display: none;
}

.rd-contact-facilities-map__load-wrap {
    margin-top: 14px;
}

.rd-contact-facilities-map__load {
    width: 100%;
    min-height: 52px;
    padding: 0 20px;
    border: 1px solid rgba(0, 43, 99, 0.1);
    border-radius: 8px;
    background: var(--rd-white);
    color: var(--rd-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease,
        opacity 0.25s ease;
}

.rd-contact-facilities-map__load:hover {
    transform: translateY(-2px);
    border-color: rgba(252, 43, 43, 0.28);
    color: var(--rd-red);
    box-shadow: 0 12px 32px rgba(0, 43, 99, 0.08);
}

.rd-contact-facilities-map__load:disabled {
    pointer-events: none;
    opacity: 0.6;
}

.rd-contact-facilities-map__load i {
    font-style: normal;
    font-size: 18px;
    line-height: 1;
}

/* Leaflet map */

.rd-contact-facilities-map__map-wrap {
    position: sticky;
    top: 180px;
    width: 58%;
    min-width: 0;
    /*height: calc(100vh - 220px);*/
    min-height: 500px;
    max-height: 760px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--rd-light-blue);
    box-shadow: 0 12px 34px rgba(0, 43, 99, 0.06);
}

.rd-contact-facilities-map__map {
    width: 100%;
    height: 100%;
    /*min-height: 560px;*/
    z-index: 1;
}

.rd-contact-facilities-map .leaflet-container {
    width: 100%;
    height: 100%;
    font-family: inherit;
}

.rd-contact-facilities-map .leaflet-control-attribution {
    font-size: 10px;
}

.rd-contact-facilities-map .leaflet-popup-content-wrapper {
    border-radius: 10px;
    box-shadow: 0 12px 34px rgba(0, 43, 99, 0.14);
}

.rd-contact-facilities-map .leaflet-popup-content {
    margin: 16px 18px;
}

.rd-contact-map-popup {
    min-width: 220px;
    max-width: 280px;
}

.rd-contact-map-popup__title {
    display: block;
    margin-bottom: 8px;
    color: var(--rd-navy);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.25;
}

.rd-contact-map-popup__address {
    display: block;
    margin-bottom: 8px;
    color: #34476e;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

.rd-contact-map-popup__description {
    display: block;
    color: #5d6f91;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
}

.rd-contact-map-popup__link {
    display: inline-flex;
    margin-top: 12px;
    color: var(--rd-red);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.rd-contact-map-popup__link:hover {
    text-decoration: underline;
}

/* Custom blue marker */

.rd-contact-map-marker {
    width: 42px !important;
    height: 54px !important;
}

.rd-contact-map-marker span {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50% 50% 50% 0;
    background: var(--rd-blue);
    display: block;
    transform: rotate(-45deg);
    box-shadow: 0 10px 24px rgba(0, 77, 148, 0.3);
    transition:
        background-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.rd-contact-map-marker span::after {
    content: "";
    position: absolute;
    inset: 13px;
    border-radius: 50%;
    background: var(--rd-white);
}

.rd-contact-map-marker.is-active span {
    background: var(--rd-red);
    transform: rotate(-45deg) scale(1.12);
    box-shadow: 0 14px 30px rgba(252, 43, 43, 0.3);
}

/* Responsive */

@media (max-width: 1199px) {
    .rd-contact-facilities-map__layout {
        flex-direction: column;
    }

    .rd-contact-facilities-map__list-wrap,
    .rd-contact-facilities-map__map-wrap {
        width: 100%;
    }

    .rd-contact-facilities-map__map-wrap {
        position: relative;
        top: auto;
        height: auto;
        min-height: 460px;
        max-height: none;
    }

    .rd-contact-facilities-map__map {
        min-height: 460px;
    }
}

@media (max-width: 767px) {
    .rd-contact-facilities-map__title {
        font-size: 24px;
    }

    .rd-contact-facilities-map__item-inner {
        min-height: auto;
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 16px;
        position: relative;
    }

    .rd-contact-facilities-map__icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    .rd-contact-facilities-map__content {
        flex: 1 1 calc(100% - 62px);
    }

    .rd-contact-facilities-map__hours {
        width: auto;
        flex: 1 1 100%;
        padding-left: 0;
    }

    .rd-contact-facilities-map__arrow {
        position: absolute;
        right: 18px;
        top: 20px;
    }

    .rd-contact-facilities-map__map-wrap,
    .rd-contact-facilities-map__map {
        min-height: 360px;
    }

    .rd-contact-map-marker {
        width: 36px !important;
        height: 48px !important;
    }

    .rd-contact-map-marker span {
        width: 36px;
        height: 36px;
    }

    .rd-contact-map-marker span::after {
        inset: 11px;
    }
}

/* ================================
   Text content
================================ */

.rd-text-content {
    background: var(--rd-white);
    padding-top: 18px;
    padding-bottom: 18px;
}

.rd-text-content__inner {
    max-width: 980px;
}

.rd-text-content--narrow .rd-text-content__inner {
    max-width: 820px;
}

.rd-text-content--wide .rd-text-content__inner {
    max-width: 100%;
}

.rd-text-content__title {
    margin: 0 0 24px;
    color: var(--rd-navy);
    font-size: clamp(42px, 4vw, 62px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0.02em;
}

.rd-text-content__body {
    color: var(--rd-navy);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.72;
}

.rd-text-content__body p {
    margin: 0 0 22px;
}

.rd-text-content__body p:last-child {
    margin-bottom: 0;
}

.rd-text-content__body a {
    color: var(--rd-blue);
    font-weight: 800;
}

.rd-text-content__body ul,
.rd-text-content__body ol {
    margin: 0 0 22px;
    padding-left: 22px;
}

.rd-text-content__body li {
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .rd-text-content {
        padding-top: 8px;
    }

    .rd-text-content__title {
        font-size: 38px;
    }

    .rd-text-content__body {
        font-size: 15px;
        line-height: 1.65;
    }
}


/* ================================
   Form embed
================================ */

.rd-form-embed {
    background: var(--rd-white);
    padding-top: 14px;
}
.rd-form-embed .form-main-wrapper{
display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
}
.rd-form-embed .form-main-wrapper > *{
    flex: 1 1 calc(50% - 20px);
}
.rd-form-embed__inner {
    width: 100%;
}

.rd-form-embed--card .rd-form-embed__inner {
    padding: 34px 40px 36px;
    border: 1px solid rgba(0, 43, 99, 0.14);
    border-radius: 12px;
    background: var(--rd-white);
    box-shadow: 0 14px 40px rgba(0, 43, 99, 0.04);
}

.rd-form-embed__title {
    margin: 0 0 26px;
    color: var(--rd-navy);
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.rd-form-embed__form .wpcf7 {
    width: 100%;
}

.rd-form-embed__form form {
    margin: 0;
}

.rd-form-embed__form p {
    margin: 0;
}

.rd-form-embed__form .wpcf7-form {
    display: flex;
    flex-direction:column;
    gap: 10px 34px;
}

.rd-form-embed__form label {
    width: 100%;
    color: var(--rd-navy);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
}

.rd-form-embed__form .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.rd-form-embed__form input[type="text"],
.rd-form-embed__form input[type="email"],
.rd-form-embed__form input[type="tel"],
.rd-form-embed__form input[type="url"],
.rd-form-embed__form input[type="number"],
.rd-form-embed__form input[type="date"],
.rd-form-embed__form select,
.rd-form-embed__form textarea {
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
    border: 1px solid rgba(0, 43, 99, 0.16);
    border-radius: 6px;
    background: var(--rd-white);
    color: var(--rd-navy);
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.rd-form-embed__form textarea {
    min-height: 118px;
    padding-top: 16px;
    resize: vertical;
}

.rd-form-embed__form input::placeholder,
.rd-form-embed__form textarea::placeholder {
    color: rgba(11, 37, 89, 0.52);
}

.rd-form-embed__form input:focus,
.rd-form-embed__form select:focus,
.rd-form-embed__form textarea:focus {
    border-color: rgba(0, 77, 148, 0.58);
    box-shadow: 0 0 0 3px rgba(0, 77, 148, 0.08);
}

.rd-form-embed__form select {
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, var(--rd-navy) 50%),
        linear-gradient(135deg, var(--rd-navy) 50%, transparent 50%);
    background-position:
        calc(100% - 22px) 50%,
        calc(100% - 16px) 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 44px;
}

.rd-form-embed__form input[type="file"] {
    width: 100%;
    padding: 11px 12px;
    border: 1px solid rgba(0, 43, 99, 0.16);
    border-radius: 6px;
    background: var(--rd-white);
    color: var(--rd-navy);
    font-size: 14px;
    font-weight: 500;
}

.rd-form-embed__form input[type="file"]::file-selector-button {
    margin-right: 14px;
    padding: 8px 14px;
    border: 1px solid rgba(0, 43, 99, 0.18);
    border-radius: 4px;
    background: #f5f8fb;
    color: var(--rd-navy);
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
}

.rd-form-embed__form .wpcf7-list-item {
    margin: 0;
}

.rd-form-embed__form .wpcf7-form label {
    color: var(--rd-navy);
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 1.45;
}

.rd-form-embed__form input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 3px 0 0;
    accent-color: var(--rd-blue);
    flex: 0 0 16px;
}

.rd-form-embed__form a {
    color: var(--rd-blue);
    font-weight: 700;
}

.rd-form-embed__form .btn {
    min-width: 280px;
    min-height: 54px;
    padding: 0 24px;
    border: 0;
    border-radius: 6px;
    background: var(--rd-blue);
    color: var(--rd-white);
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.03em;
    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

.rd-form-embed__form .btn:hover {
    transform: translateY(-2px);
    background: var(--rd-red);
    box-shadow: 0 14px 34px rgba(252, 43, 43, 0.16);
}

.rd-form-embed__form .wpcf7-spinner {
    margin-left: 12px;
}

.rd-form-embed__form .wpcf7-not-valid-tip {
    margin-top: 6px;
    color: var(--rd-red);
    font-size: 12px;
    font-weight: 600;
}

.rd-form-embed__form .wpcf7-response-output {
    width: 100%;
    margin: 12px 0 0 !important;
    padding: 14px 16px !important;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
}

/* CF7 helper classes */

.rd-form-row {
    width: 100%;
    display: flex;
    gap: 34px;
}

.rd-form-col {
    width: 50%;
    min-width: 0;
}

.rd-form-full {
    width: 100%;
}

.rd-form-note {
    width: 100%;
    margin-top: -8px;
    color: #5d6f91;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
}

.rd-form-submit {
    width: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .rd-form-embed__form .btn{
        min-width:100%;
    }
    .rd-form-row,.rd-form-embed .form-main-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .rd-form-col {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .rd-form-embed--card .rd-form-embed__inner {
        padding: 26px 18px 28px;
        border-radius: 10px;
    }

    .rd-form-embed__title {
        font-size: 24px;
    }

    .rd-form-embed__form .wpcf7-submit {
        width: 100%;
        min-width: 0;
    }
}


/* ================================
   Inner hero
================================ */

.rd-inner-hero {
    position: relative;
    overflow: hidden;
    min-height: 410px;
    display: flex;
    align-items: stretch;
    background: linear-gradient(
        120deg,
        #eaf3fb 0%,
        #d8e8f6 48%,
        #bdd5ee 100%
    );
}

.rd-inner-hero--light-blue {
    background: linear-gradient(0deg,
    #edf6ff 0%,
    #dbeafb 2%,
    #477cb3 100%
    )
}

.rd-inner-hero--cream {
    background: linear-gradient(
        0deg,
        #fbf7ea 0%,
        #f2ebd6 52%,
        #e6d8b8 100%
    );
}

.rd-inner-hero--green {
    background: linear-gradient(
        0deg,
        #eef8f0 0%,
        #d9e8db 52%,
        #bed6c2 100%
    );
}

.rd-inner-hero--white {
    background: linear-gradient(
        120deg,
        #ffffff 0%,
        #f4f8fb 52%,
        #e3edf2 100%
    );
}

.rd-inner-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.rd-inner-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    display: block;
    opacity: 0.72;
}

/* soft layer, keeps text readable but still lets SVG show */
.rd-inner-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        90deg,
        rgba(237, 246, 255, 0.94) 0%,
        rgba(237, 246, 255, 0.82) 36%,
        rgba(237, 246, 255, 0.38) 68%,
        rgba(237, 246, 255, 0.08) 100%
    );
    pointer-events: none;
}

.rd-inner-hero--cream::after {
    background: linear-gradient(
        90deg,
        rgba(251, 247, 234, 0.94) 0%,
        rgba(251, 247, 234, 0.78) 48%,
        rgba(251, 247, 234, 0.18) 100%
    );
}

.rd-inner-hero--green::after {
    background: linear-gradient(
        90deg,
        rgba(238, 248, 240, 0.94) 0%,
        rgba(238, 248, 240, 0.78) 48%,
        rgba(238, 248, 240, 0.18) 100%
    );
}

.rd-inner-hero--white::after {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.94) 0%,
        rgba(255, 255, 255, 0.78) 48%,
        rgba(255, 255, 255, 0.18) 100%
    );
}

.rd-inner-hero__inner {
    position: relative;
    z-index: 3;
    min-height: 410px;
    padding:  80px 0 ;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.rd-inner-hero__breadcrumbs {
    margin-bottom: auto;
    color: rgba(0, 43, 99, 0.72);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

.rd-inner-hero__breadcrumbs a {
    color: rgba(0, 43, 99, 0.72);
    text-decoration: none;
}

.rd-inner-hero__breadcrumbs a:hover {
    color: var(--rd-red);
}

.rd-inner-hero__breadcrumbs ul,
.rd-inner-hero__breadcrumbs ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rd-inner-hero__breadcrumbs li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.rd-inner-hero__breadcrumbs li:not(:last-child)::after {
    content: "›";
    margin: 0 8px;
    color: rgba(0, 43, 99, 0.45);
}

.rd-inner-hero__content {
    max-width: 760px;
    margin-top: 72px;
}

.rd-inner-hero__title {
    margin: 0 0 26px;
    color: var(--rd-navy);
    font-size: clamp(42px, 4vw, 62px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0.01em;
}

.rd-inner-hero__text {
    max-width: 720px;
    color: var(--rd-navy);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
}

.rd-inner-hero__text p {
    margin: 0;
}

@media (max-width: 1199px) {
    .rd-inner-hero,
    .rd-inner-hero__inner {
        min-height: 360px;
    }

    .rd-inner-hero__inner {
        padding: 28px 0 58px;
    }

    .rd-inner-hero__content {
        margin-top: 56px;
    }

    .rd-inner-hero__bg img {
        object-position: center right;
        opacity: 0.58;
    }
}

@media (max-width: 767px) {
    .rd-inner-hero,
    .rd-inner-hero__inner {
        min-height: auto;
    }

    .rd-inner-hero::after {
        background: linear-gradient(
            180deg,
            rgba(237, 246, 255, 0.94) 0%,
            rgba(237, 246, 255, 0.9) 58%,
            rgba(237, 246, 255, 0.82) 100%
        );
    }

    .rd-inner-hero--cream::after {
        background: linear-gradient(
            180deg,
            rgba(251, 247, 234, 0.94) 0%,
            rgba(251, 247, 234, 0.9) 58%,
            rgba(251, 247, 234, 0.82) 100%
        );
    }

    .rd-inner-hero--green::after {
        background: linear-gradient(
            180deg,
            rgba(238, 248, 240, 0.94) 0%,
            rgba(238, 248, 240, 0.9) 58%,
            rgba(238, 248, 240, 0.82) 100%
        );
    }

    .rd-inner-hero__bg img {
        object-position: center right;
        opacity: 0.42;
    }

    .rd-inner-hero__inner {
        padding: 24px 0 48px;
    }

    .rd-inner-hero__content {
        margin-top: 48px;
    }

    .rd-inner-hero__title {
        margin-bottom: 18px;
        font-size: 36px;
    }

    .rd-inner-hero__text {
        font-size: 16px;
        line-height: 1.55;
    }
}

/* ================================
   Content card
================================ */

.rd-content-card {
    background: var(--rd-white);
}

.rd-content-card__inner {
    width: 100%;
}

.rd-content-card--narrow .rd-content-card__inner {
    max-width: 920px;
}

.rd-content-card--default .rd-content-card__inner {
    max-width: 1120px;
}

.rd-content-card--wide .rd-content-card__inner {
    max-width: 100%;
}

.rd-content-card--card .rd-content-card__inner {
    padding: 52px 64px;
    border: 1px solid rgba(0, 43, 99, 0.12);
    border-radius: 10px;
    background: var(--rd-white);
    box-shadow: 0 16px 48px rgba(0, 43, 99, 0.045);
}

.rd-content-card__body {
    max-width: 1180px;
    color: var(--rd-navy);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.75;
}

.rd-content-card__body h2,
.rd-content-card__body h3,
.rd-content-card__body h4 {
    margin: 0 0 24px;
    color: var(--rd-navy);
    font-weight: 900;
    line-height: 1.22;
}

.rd-content-card__body h2 {
    font-size: 32px;
}

.rd-content-card__body h3 {
    font-size: 26px;
}

.rd-content-card__body h4 {
    font-size: 22px;
}

.rd-content-card__body p {
    margin: 0 0 26px;
}

.rd-content-card__body p:last-child {
    margin-bottom: 0;
}

.rd-content-card__body ul,
.rd-content-card__body ol {
    margin: 0 0 34px;
    padding: 0;
    list-style: none;
}

.rd-content-card__body li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 42px;
}

.rd-content-card__body li:last-child {
    margin-bottom: 0;
}

.rd-content-card__body li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0.12em;
    width: 22px;
    height: 22px;
    border: 2px solid var(--rd-blue);
    border-radius: 50%;
    color: var(--rd-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.rd-content-card__body a {
    color: var(--rd-blue);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.rd-content-card__body a:hover {
    color: var(--rd-red);
}

@media (max-width: 1199px) {
    .rd-inner-hero,
    .rd-inner-hero__inner {
        min-height: 360px;
    }

    .rd-inner-hero__inner {
        padding: 28px 0 58px;
    }

    .rd-inner-hero__content {
        margin-top: 56px;
    }

    .rd-content-card--card .rd-content-card__inner {
        padding: 42px 36px;
    }
}

@media (max-width: 767px) {
    .rd-inner-hero,
    .rd-inner-hero__inner {
        min-height: auto;
    }

    .rd-inner-hero::after {
        background: linear-gradient(
            180deg,
            rgba(227, 237, 242, 0.96) 0%,
            rgba(227, 237, 242, 0.94) 70%,
            rgba(227, 237, 242, 0.86) 100%
        );
    }

    .rd-inner-hero__bg img {
        object-position: center right;
        opacity: 0.58;
    }

    .rd-inner-hero__inner {
        padding: 24px 0 48px;
    }

    .rd-inner-hero__content {
        margin-top: 48px;
    }

    .rd-inner-hero__title {
        margin-bottom: 18px;
        font-size: 36px;
    }

    .rd-inner-hero__text {
        font-size: 16px;
        line-height: 1.55;
    }

    .rd-content-card--card .rd-content-card__inner {
        padding: 30px 20px;
        border-radius: 10px;
    }

    .rd-content-card__body {
        font-size: 15px;
        line-height: 1.65;
    }

    .rd-content-card__body h2 {
        font-size: 26px;
    }

    .rd-content-card__body h3 {
        font-size: 22px;
    }

    .rd-content-card__body h4 {
        font-size: 20px;
    }

    .rd-content-card__body li {
        padding-left: 34px;
    }

    .rd-content-card__body li::before {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
}


/* ================================
   Hospitals Doctors
================================ */
.rd-hospital-doctors {
    overflow: hidden;
}

.rd-hospital-doctors__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
}

.rd-hospital-doctors__title {
    margin: 0;
    color: var(--rd-navy);
}

.rd-hospital-doctors__search-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--rd-navy);
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.02em;
}

.rd-hospital-doctors__search-link i {
    font-style: normal;
    font-size: 22px;
    line-height: 1;
}

.rd-hospital-doctors__slider {
    overflow: visible;
}

.rd-hospital-doctors__card {
    height: 100%;
}

.rd-hospital-doctors__card-link {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    min-height: 245px;
    height: 100%;
    padding: 26px;
    overflow: hidden;
    color: var(--rd-text);
    text-decoration: none;
    background: var(--rd-white);
    border: 1px solid var(--rd-border);
    border-radius: 22px;
    box-shadow: 0 12px 34px rgba(0, 43, 99, 0.08);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.rd-hospital-doctors__card-link:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 77, 148, 0.25);
    box-shadow: 0 18px 44px rgba(0, 43, 99, 0.14);
}

.rd-hospital-doctors__photo {
    display: block;
    width: 230px;
    height: 230px;
    overflow: hidden;
    align-self: flex-start;
    background: var(--rd-light-blue);
    border-radius: 18px;
}

.rd-hospital-doctors__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.rd-hospital-doctors__experience{
    font-size:13px;
    font-weight:400;
}
.rd-hospital-doctors__photo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--rd-navy);
    font-size: 48px;
    font-weight: 800;
}

.rd-hospital-doctors__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding-right: 34px;
}

.rd-hospital-doctors__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.rd-hospital-doctors__name {
    display: block;
    color: var(--rd-navy);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
}

.rd-hospital-doctors .swiper-slide{
    height:auto;
}
.rd-hospital-doctors__favorite {
    position: absolute;
    top: 24px;
    right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: var(--rd-navy);
    background: var(--rd-white);
    border-radius: 999px;
    box-shadow: 0 8px 22px rgba(0, 43, 99, 0.12);
}

.rd-hospital-doctors__favorite svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linejoin: round;
}

.rd-hospital-doctors__directions {
    display: block;
    margin-bottom: 20px;
    color: rgba(11, 37, 89, 0.58);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.35;
}

.rd-hospital-doctors__rating {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: auto;
}

.rd-hospital-doctors__rating strong {
    color: var(--rd-navy);
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.rd-hospital-doctors__stars {
    display: inline-block;
    color: transparent;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 2px;
    background: linear-gradient(
        90deg,
        #f5b301 var(--rating-percent),
        #d9d9d9 var(--rating-percent)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rd-hospital-doctors__reviews-count {
    color: rgba(11, 37, 89, 0.48);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.rd-hospital-doctors__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 30px;
}

.rd-hospital-doctors__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    color: var(--rd-navy);
    background: var(--rd-white);
    box-shadow: 0 12px 34px rgba(0, 43, 99, 0.18);
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        opacity 0.2s ease,
        box-shadow 0.2s ease;
}

.rd-hospital-doctors__nav:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 38px rgba(0, 43, 99, 0.22);
}

.rd-hospital-doctors__nav.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.rd-hospital-doctors__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
}

.rd-hospital-doctors__pagination .swiper-pagination-bullet {
    margin: 0 5px !important;
    background: rgba(0, 43, 99, 0.22);
    opacity: 1;
}

.rd-hospital-doctors__pagination .swiper-pagination-bullet-active {
    background: var(--rd-navy);
}

.rd-hospital-doctors__empty {
    margin: 0;
    color: var(--rd-text);
}

/* Tablet */
@media (max-width: 1199px) {
    .rd-hospital-doctors__card-link {
        grid-template-columns: 118px 1fr;
        gap: 20px;
        min-height: 220px;
        padding: 24px;
    }

    .rd-hospital-doctors__photo {
        width: 118px;
        height: 154px;
    }

    .rd-hospital-doctors__name {
        font-size: 20px;
    }

    .rd-hospital-doctors__directions {
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .rd-hospital-doctors__head {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 24px;
    }

    .rd-hospital-doctors__card-link {
        grid-template-columns: 104px 1fr;
        gap: 18px;
        min-height: 200px;
        padding: 20px;
        border-radius: 18px;
    }

    .rd-hospital-doctors__photo {
        width: 104px;
        height: 136px;
        border-radius: 16px;
    }

    .rd-hospital-doctors__content {
        padding-right: 28px;
    }

    .rd-hospital-doctors__favorite {
        top: 18px;
        right: 18px;
        width: 32px;
        height: 32px;
    }

    .rd-hospital-doctors__favorite svg {
        width: 18px;
        height: 18px;
    }

    .rd-hospital-doctors__name {
        font-size: 18px;
    }

    .rd-hospital-doctors__directions {
        margin-bottom: 16px;
        font-size: 15px;
    }

    .rd-hospital-doctors__rating strong {
        font-size: 18px;
    }

    .rd-hospital-doctors__stars {
        font-size: 16px;
    }

    .rd-hospital-doctors__nav {
        width: 46px;
        height: 46px;
        font-size: 36px;
    }
}

/* Small mobile */
@media (max-width: 420px) {
    .rd-hospital-doctors__card-link {
        grid-template-columns: 92px 1fr;
        gap: 14px;
        padding: 16px;
    }

    .rd-hospital-doctors__photo {
        width: 92px;
        height: 122px;
    }

    .rd-hospital-doctors__name {
        font-size: 17px;
    }

    .rd-hospital-doctors__directions {
        font-size: 14px;
    }

    .rd-hospital-doctors__favorite {
        top: 14px;
        right: 14px;
    }
}


/* ================================
   Hospitals Directions
================================ */


.rd-hospital-directions {
    overflow: hidden;
}

.rd-hospital-directions__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.rd-hospital-directions__title {
    margin: 0;
    color: var(--rd-navy);
}

.rd-hospital-directions__all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--rd-navy);
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.02em;
}

.rd-hospital-directions__all i {
    font-style: normal;
    font-size: 22px;
    line-height: 1;
}

.rd-hospital-directions__slider-wrap {
    position: relative;
}

.rd-hospital-directions__slider {
    overflow: visible;
}

.rd-hospital-directions__slider .swiper-slide{
    height:auto;
}
.rd-hospital-directions__card {
    position: relative;
    display: flex;
    flex-direction: column;
    height:100%;
    min-height: 230px;
    overflow: hidden;
    color: var(--rd-navy);
    text-decoration: none;
    background: var(--rd-white);
    border: 1px solid var(--rd-border);
    border-radius: 18px;
    /*box-shadow: 0 12px 34px rgba(0, 43, 99, 0.08);*/
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.rd-hospital-directions__card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 77, 148, 0.25);
    box-shadow: 0 18px 44px rgba(0, 43, 99, 0.14);
}

.rd-hospital-directions__image {
    position: relative;
    display: block;
    height: 150px;
    overflow: hidden;
    background: var(--rd-light-blue);
}

.rd-hospital-directions__image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 70px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.88) 58%,
        #ffffff 100%
    );
    pointer-events: none;
}

.rd-hospital-directions__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.rd-hospital-directions__card:hover .rd-hospital-directions__image img {
    transform: scale(1.05);
}

.rd-hospital-directions__image-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,0.55), transparent 35%),
        var(--rd-light-blue);
}

.rd-hospital-directions__icon {
    position: absolute;
    left: 22px;
    top: 118px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: var(--rd-white);
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(0, 43, 99, 0.14);
}

.rd-hospital-directions__icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.rd-hospital-directions__content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 80px;
    padding: 26px 24px 22px;
}

.rd-hospital-directions__name {
    color: var(--rd-navy);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.rd-hospital-directions__arrow {
    flex: 0 0 auto;
    color: var(--rd-blue);
    font-size: 26px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.rd-hospital-directions__card:hover .rd-hospital-directions__arrow {
    transform: translateX(4px);
}

.rd-hospital-directions__nav {
    position: absolute;
    top: 50%;
    right: -20px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    color: var(--rd-blue);
    background: var(--rd-white);
    box-shadow: 0 12px 34px rgba(0, 43, 99, 0.18);
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
}

.rd-hospital-directions__nav.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

@media (max-width: 767px) {
    .rd-hospital-directions__head {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 22px;
    }

    .rd-hospital-directions__card {
        min-height: 220px;
        border-radius: 16px;
    }

    .rd-hospital-directions__image {
        height: 145px;
    }

    .rd-hospital-directions__icon {
        left: 18px;
        top: 112px;
        width: 50px;
        height: 50px;
        border-radius: 16px;
    }

    .rd-hospital-directions__content {
        min-height: 76px;
        padding: 24px 20px 20px;
    }

    .rd-hospital-directions__name {
        font-size: 17px;
    }

    .rd-hospital-directions__nav {
        right: 6px;
        width: 46px;
        height: 46px;
        font-size: 36px;
    }
}



/* ================================
   Hospital Services
================================ */
.rd-hospital-services {
    overflow: visible;
}

.rd-hospital-services__title {
    margin: 0 0 28px;
    color: var(--rd-navy);
}

.rd-hospital-services__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
    gap: 32px;
    align-items: start;
}

.rd-hospital-services__panel {
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    justify-content: space-between;
    background: var(--rd-white);
    border: 1px solid var(--rd-border);
    border-radius: 22px;
    box-shadow: 0 12px 34px rgba(0, 43, 99, 0.07);
}

.rd-hospital-services__table {
    width: 100%;
}

.rd-hospital-services__row {
    display: grid;
    grid-template-columns: 1fr 140px;
    align-items: center;
    gap: 20px;
    min-height: 48px;
    max-height: 120px;
    padding: 0 26px;
    overflow: hidden;
    color: var(--rd-navy);
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 43, 99, 0.1);
    opacity: 1;
    transform: translateY(0);
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        opacity 0.35s ease,
        transform 0.35s ease,
        max-height 0.35s ease,
        min-height 0.35s ease,
        padding 0.35s ease,
        border-color 0.35s ease;
}

.rd-hospital-services__row--head {
    min-height: 54px;
    max-height: none;
    color: var(--rd-navy);
    font-size: 15px;
    font-weight: 800;
    background: rgba(227, 237, 242, 0.34);
}

.rd-hospital-services__row:not(.rd-hospital-services__row--head) {
    font-size: 16px;
    font-weight: 700;
}

.rd-hospital-services__row:not(.rd-hospital-services__row--head):hover {
    background: rgba(227, 237, 242, 0.35);
}

.rd-hospital-services__row.is-hidden {
    min-height: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    transform: translateY(14px) scale(0.985);
    pointer-events: none;
    border-bottom-color: transparent;
}

.rd-hospital-services__row.is-revealing {
    animation: rdServiceRowReveal 0.48s ease forwards;
}

@keyframes rdServiceRowReveal {
    from {
        opacity: 0;
        transform: translateY(16px) scale(0.985);
        filter: blur(4px);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

.rd-hospital-services__name {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: 12px;
}

.rd-hospital-services__name i {
    position: relative;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    border: 2px solid var(--rd-blue);
    border-radius: 999px;
}

.rd-hospital-services__name i::after {
    content: "";
    position: absolute;
    inset: 4px;
    background: var(--rd-blue);
    border-radius: inherit;
}

.rd-hospital-services__arrow {
    color: var(--rd-navy);
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    text-align: right;
    transition: transform 0.2s ease;
}

.rd-hospital-services__row:hover .rd-hospital-services__arrow {
    transform: translateX(4px);
}

.rd-hospital-services__button {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 12px;
    margin: 18px 26px 22px;
    padding: 12px 18px;
    appearance: none;
    color: var(--rd-navy);
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    background: var(--rd-white);
    border: 1px solid var(--rd-border);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 43, 99, 0.08);
    cursor: pointer;
    opacity: 1;
    transform: translateY(0);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease,
        opacity 0.25s ease;
}

.rd-hospital-services__button:hover {
    transform: translateY(-2px);
    background: rgba(227, 237, 242, 0.25);
    box-shadow: 0 12px 26px rgba(0, 43, 99, 0.12);
}

.rd-hospital-services__button i {
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    transition: transform 0.2s ease;
}

.rd-hospital-services__button:hover i {
    transform: translateY(2px);
}

.rd-hospital-services__button.is-hiding {
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
}

.rd-hospital-services__button.is-hidden {
    display: none;
}

.rd-hospital-services__image-wrap {
    position: sticky;
    top: 210px;
    align-self: start;
    overflow: hidden;
    border-radius: 22px;
    background: var(--rd-light-blue);
    box-shadow: 0 12px 34px rgba(0, 43, 99, 0.07);
}

.rd-hospital-services__image {
    display: block;
    width: 100%;
    height: 600px;
    min-height: 0;
    object-fit: cover;
}

.rd-hospital-services__empty {
    padding: 24px 26px;
    color: rgba(11, 37, 89, 0.65);
    font-size: 16px;
    font-weight: 700;
}

/* Tablet */
@media (max-width: 991px) {
    .rd-hospital-services {
        overflow: hidden;
    }

    .rd-hospital-services__layout {
        grid-template-columns: 1fr;
    }

    .rd-hospital-services__image-wrap {
        position: relative;
        top: auto;
    }

    .rd-hospital-services__image {
        height: 260px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .rd-hospital-services__row {
        grid-template-columns: 1fr 38px;
        min-height: 50px;
        padding: 0 18px;
    }

    .rd-hospital-services__row.is-hidden {
        min-height: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .rd-hospital-services__row--head span:last-child {
        display: none;
    }

    .rd-hospital-services__row--head {
        grid-template-columns: 1fr;
    }

    .rd-hospital-services__button {
        margin: 16px 18px 20px;
    }

    .rd-hospital-services__image {
        height: 220px;
    }
}


/* ================================
   Image Banner
================================ */
.rd-image-banner {
    overflow: hidden;
}

.rd-image-banner__inner {
    width: var(--banner-width, 100%);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.rd-image-banner__link,
.rd-image-banner__wrap {
    display: block;
    overflow: hidden;
    border-radius: 18px;
    background: var(--rd-light-blue);
    box-shadow: 0 12px 34px rgba(0, 43, 99, 0.08);
}

.rd-image-banner__link {
    text-decoration: none;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.rd-image-banner__link:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 44px rgba(0, 43, 99, 0.14);
}

.rd-image-banner__image {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .rd-image-banner__inner {
        width: 100% !important;
    }

    .rd-image-banner__link,
    .rd-image-banner__wrap {
        border-radius: 14px;
    }
}


/* ================================
   Image + Text
================================ */
.rd-image-text {
    overflow: hidden;
}

.rd-image-text--bg-white {
    background: var(--rd-white);
}

.rd-image-text--bg-light-blue {
    background: var(--rd-light-blue);
}

.rd-image-text--bg-cream {
    background: var(--rd-cream);
}

.rd-image-text--bg-lavender {
    background: var(--rd-lavender);
}

.rd-image-text--bg-green {
    background: var(--rd-green);
}

.rd-image-text--bg-beige {
    background: var(--rd-beige);
}

.rd-image-text__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 56px;
}

.rd-image-text--image-left .rd-image-text__inner {
    flex-direction: row-reverse;
}

.rd-image-text__content {
    flex: 1 1 0;
    max-width: 820px;
}

.rd-image-text__title {
    margin: 0 0 24px;
    color: var(--rd-navy);
    font-size: clamp(30px, 3.2vw, 46px);
    font-weight: 800;
    line-height: 1.12;
}

.rd-image-text__text {
    color: var(--rd-text);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.65;
}

.rd-image-text__text p {
    margin: 0 0 22px;
}

.rd-image-text__text p:last-child {
    margin-bottom: 0;
}

.rd-image-text__text strong {
    color: var(--rd-navy);
    font-weight: 800;
}

.rd-image-text__button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    color: var(--rd-navy);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
}

.rd-image-text__button i {
    font-style: normal;
    font-size: 22px;
    line-height: 1;
}

.rd-image-text__media {
    flex: 0 0 38%;
    max-width: 620px;
    overflow: hidden;
    border-radius: 18px;
    background: var(--rd-light-blue);
    box-shadow: 0 14px 36px rgba(0, 43, 99, 0.14);
}

.rd-image-text__image {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
}

/* Image size modifiers */
.rd-image-text--image-size-wide .rd-image-text__content {
    flex: 1 1 0;
}

.rd-image-text--image-size-wide .rd-image-text__media {
    flex-basis: 45%;
    max-width: 720px;
}

.rd-image-text--image-size-wide .rd-image-text__image {
    height: 360px;
}

.rd-image-text--image-size-small .rd-image-text__media {
    flex-basis: 30%;
    max-width: 480px;
}

.rd-image-text--image-size-small .rd-image-text__image {
    height: 260px;
}

/* Tablet */
@media (max-width: 991px) {
    .rd-image-text__inner,
    .rd-image-text--image-left .rd-image-text__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 32px;
    }

    .rd-image-text__content {
        flex: 0 1 auto;
        max-width: none;
    }

    .rd-image-text__media,
    .rd-image-text--image-size-wide .rd-image-text__media,
    .rd-image-text--image-size-small .rd-image-text__media {
        flex: 0 1 auto;
        width: 100%;
        max-width: none;
    }

    .rd-image-text__image,
    .rd-image-text--image-size-wide .rd-image-text__image,
    .rd-image-text--image-size-small .rd-image-text__image {
        height: 300px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .rd-image-text__inner {
        gap: 24px;
    }

    .rd-image-text__title {
        margin-bottom: 18px;
        font-size: 28px;
    }

    .rd-image-text__text {
        font-size: 16px;
        line-height: 1.6;
    }

    .rd-image-text__text p {
        margin-bottom: 18px;
    }

    .rd-image-text__media {
        border-radius: 14px;
    }

    .rd-image-text__image,
    .rd-image-text--image-size-wide .rd-image-text__image,
    .rd-image-text--image-size-small .rd-image-text__image {
        height: 220px;
    }
}


/* ================================
   Service Hero
================================ */
.rd-service-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 430px;
    overflow: hidden;
    background: var(--rd-white);
}

.rd-service-hero--height-small {
    min-height: 360px;
}

.rd-service-hero--height-default {
    min-height: 430px;
}

.rd-service-hero--height-large {
    min-height: 520px;
}

.rd-service-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.rd-service-hero__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rd-service-hero--gradient::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.96) 26%,
            rgba(255, 255, 255, 0.78) 42%,
            rgba(255, 255, 255, 0.28) 62%,
            rgba(255, 255, 255, 0) 100%
        );
    pointer-events: none;
}

.rd-service-hero .rd-container {
    position: relative;
    z-index: 3;
}

.rd-service-hero__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: inherit;
    padding: 74px 0;
}

.rd-service-hero__content {
    max-width: 780px;
}

.rd-service-hero__title {
    margin: 0 0 26px;
    color: var(--rd-navy);
    font-size: clamp(40px, 5vw, 58px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.rd-service-hero__text {
    max-width: 720px;
    color: var(--rd-text);
    font-size: clamp(17px, 1.5vw, 18px);
    font-weight: 700;
    line-height: 1.55;
}

.rd-service-hero__text p {
    margin: 0 0 18px;
}

.rd-service-hero__text p:last-child {
    margin-bottom: 0;
}

.rd-service-hero__button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    color: var(--rd-navy);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
}

.rd-service-hero__button i {
    font-style: normal;
    font-size: 22px;
    line-height: 1;
}

.rd-service-hero__features {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 34px 62px;
    margin-top: 58px;
    max-width: 880px;
}

.rd-service-hero__feature {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 190px;
}

.rd-service-hero__feature-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    color: var(--rd-blue);
}

.rd-service-hero__feature-icon img {
    display: block;
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.rd-service-hero__feature-icon--placeholder {
    color: var(--rd-blue);
    font-size: 34px;
    font-weight: 700;
    border: 2px solid currentColor;
    border-radius: 999px;
}

.rd-service-hero__feature-text {
    max-width: 170px;
    color: var(--rd-text);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

/* Tablet */
@media (max-width: 991px) {
    .rd-service-hero,
    .rd-service-hero--height-small,
    .rd-service-hero--height-default,
    .rd-service-hero--height-large {
        min-height: 520px;
    }

    .rd-service-hero__bg {
        position: absolute;
        inset: 0;
    }

    .rd-service-hero__bg img {
        object-position: center right;
    }

    .rd-service-hero--gradient::before {
        background:
            linear-gradient(
                90deg,
                rgba(255, 255, 255, 1) 0%,
                rgba(255, 255, 255, 0.96) 36%,
                rgba(255, 255, 255, 0.78) 58%,
                rgba(255, 255, 255, 0.36) 78%,
                rgba(255, 255, 255, 0.12) 100%
            );
    }

    .rd-service-hero--gradient::after {
        background:
            linear-gradient(
                180deg,
                rgba(255, 255, 255, 0.18) 0%,
                rgba(255, 255, 255, 0.5) 100%
            );
    }

    .rd-service-hero__inner {
        min-height: inherit;
        padding: 48px 0;
    }

    .rd-service-hero__content {
        max-width: 640px;
    }

    .rd-service-hero__title {
        font-size: clamp(36px, 7vw, 54px);
    }

    .rd-service-hero__text {
        max-width: 560px;
        font-size: 18px;
    }

    .rd-service-hero__features {
        gap: 24px 34px;
        margin-top: 38px;
        max-width: 680px;
    }

    .rd-service-hero__feature {
        min-width: 210px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .rd-service-hero,
    .rd-service-hero--height-small,
    .rd-service-hero--height-default,
    .rd-service-hero--height-large {
        min-height: auto;
    }

    .rd-service-hero__bg img {
        object-position: 62% center;
    }

    .rd-service-hero--gradient::before {
        background:
            linear-gradient(
                90deg,
                rgba(255, 255, 255, 0.98) 0%,
                rgba(255, 255, 255, 0.94) 52%,
                rgba(255, 255, 255, 0.78) 100%
            );
    }

    .rd-service-hero--gradient::after {
        background:
            linear-gradient(
                180deg,
                rgba(255, 255, 255, 0.14) 0%,
                rgba(255, 255, 255, 0.72) 100%
            );
    }

    .rd-service-hero__inner {
        min-height: 520px;
        padding: 38px 0 34px;
    }

    .rd-service-hero__content {
        max-width: none;
    }

    .rd-service-hero__title {
        margin-bottom: 18px;
        font-size: 34px;
        letter-spacing: -0.03em;
    }

    .rd-service-hero__text {
        max-width: none;
        font-size: 16px;
        line-height: 1.55;
    }

    .rd-service-hero__features {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-top: 32px;
        max-width: none;
    }

    .rd-service-hero__feature {
        min-width: 0;
    }

    .rd-service-hero__feature-icon,
    .rd-service-hero__feature-icon img {
        width: 48px;
        height: 48px;
    }

    .rd-service-hero__feature-text {
        max-width: none;
        font-size: 16px;
    }
}