/*
 *	### Body
 */

/* Font Awesome 4.7's generated TrueType/WOFF2 files contain invalid glyph
   bounding boxes, which Firefox reports for every page. The bundled CFF/OTF
   build has the same 4.7 icon map without the problematic glyf table. */
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fonts/FontAwesome.otf?v=4.7.0") format("opentype");
    font-style: normal;
    font-weight: normal;
    font-display: block;
}

.section-gradient {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #000;
    /*height: 70vh;*/
}

#gradient-canvas {
    --gradient-color-1: #000000;
    --gradient-color-2: #511a52;
    --gradient-color-3: #9827c5;
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.section-gradient::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    background-size: 10px 10px;
    content: "";
    pointer-events: none;
}

.section-gradient > .container {
    position: relative;
    z-index: 2;
}

/* Banner reutilizabil pentru paginile secundare. */
.banner-about #gradient-canvas {
    --gradient-color-1: #000000;
    --gradient-color-2: #511a52;
    --gradient-color-3: #760b89;
}

/* The canvas fills this section.  Compacting the secondary-page section keeps
   its gradient, overlay and content aligned without resizing the canvas alone. */
.fdb-block.banner-about {
    min-height: 0;
    padding: 1rem 0 1.2rem;
}

/* The site header is fixed; secondary-page banners start below it without
   changing document geometry while the user scrolls. */
.site-content > .banner-about:first-child {
    margin-top: var(--site-header-height, 110px);
}

.banner-about::before {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    z-index: 2;
}

.banner-about::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: rgba(5, 3, 10, 0.2);
    content: "";
    pointer-events: none;
}

.banner-about > .container {
    z-index: 3;
}

.banner-about .palliative-ekg {
    padding: 0.35rem 0 0.55rem;
}
.banner-about .palliative-ekg__panel {
    padding: 0;
    border-radius: 0;
}
.banner-about .palliative-ekg__monitor {
    margin-top: 0.4rem;
    transform: translateY(0.75rem);
}
.banner-about .palliative-ekg__wave {
    height: 54px;
}
.banner-about .palliative-ekg__pulse {
    margin-top: 0;
}
.banner-about .palliative-ekg__heading .section-breadcrumbs,
.banner-about .palliative-ekg__heading .section-breadcrumbs nav {
    display: block;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
}
.banner-about .section-breadcrumbs .breadcrumb {
    display: flex;
    justify-content: flex-start !important;
    width: 100%;
    margin: 0.35rem 0 0.45rem !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    text-align: left;
    background: transparent;
    background-color: transparent;
}
.banner-about .section-breadcrumbs .breadcrumb-item,
.banner-about .section-breadcrumbs .breadcrumb-item a,
.banner-about .section-breadcrumbs .breadcrumb-item a span {
    color: rgba(255, 255, 255, 0.76);
}
.banner-about .section-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.45);
}
.banner-about .section-breadcrumbs .breadcrumb-item.active,
.banner-about .section-breadcrumbs .breadcrumb-item:last-child span {
    color: #fff;
}
.banner-about .palliative-ekg__heading > span {
    display: block;
    margin-bottom: 0.65rem;
    color: rgba(255, 255, 255, 0.75);
    font-size: clamp(0.92rem, 1.25vw, 1.08rem);
}
.banner-about .palliative-ekg__heading .h1-title {
    margin: 0;
    color: #fff;
}

@media (max-width: 767px) {
    .site-content > .banner-about:first-child {
        margin-top: var(--site-header-height, 64px);
    }

    .fdb-block.banner-about {
        padding: 0.65rem 0 0.85rem;
    }
    .banner-about .palliative-ekg {
        padding: 0.2rem 12px 0.35rem;
    }
    .banner-about .palliative-ekg__monitor {
        margin-top: 0.25rem;
        transform: translateY(0.55rem);
    }
    .banner-about .palliative-ekg__wave {
        height: 46px;
    }
    .banner-about .section-breadcrumbs .breadcrumb {
        margin: 0.25rem 0 0.35rem !important;
        font-size: 0.78rem;
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.hovereffect:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
    filter: grayscale(1) blur(3px);
    -webkit-filter: grayscale(1) blur(3px);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    border: 1px solid #fff;
    margin: 50px 0 0 0;
    background-color: transparent;
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect a.info,
.hovereffect h2 {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff;
    text-transform: uppercase;
}

.hovereffect:hover a.info,
.hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.img-cut-diagonal {
    position: relative;
    height: 100vh;
    width: 100%;
}

.img-cut-diagonal::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 55%;
    height: 100%;
    background: url(https://live.staticflickr.com/782/32125827101_4abe0ed73a_k.jpg)
        left top/100% auto no-repeat;
    clip-path: polygon(0% 0%, 100% 0%, 60% 100%, 0% 100%);
}

@media (max-width: 50em) {
    .img-cut-diagonal::after {
        width: 70%;
        clip-path: polygon(0% 0%, 100% 0%, 65% 100%, 0% 100%);
        background-size: auto 80%;
    }
}

#top-section {
    position: relative;
    width: 100%;
    background: #5d2e46;
    min-height: 200px;
}

#top-section-border {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
}

.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 48%;
    background: #150a0d;
    text-align: center;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.5;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

:root {
    --theme-color1: #c42c6d;
    --link-color: var(--theme-color1);
    --link-hover-color: var(--theme-color1);
    --body-font-family: "Inter", sans-serif;
    --heading-font-family: "Google Sans Flex", sans-serif;
    --font-family-style3: "Playfair Display", serif;
}

body {
    background: #fff;
    font: 16px var(--body-font-family);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font-family);
}

/* Clase tipografice reutilizabile */
.font-body {
    font-family: var(--body-font-family) !important;
}

.font-heading {
    font-family: var(--heading-font-family) !important;
}

.font-style3 {
    font-family: var(--font-family-style3) !important;
}

.font-style3-accent {
    background: linear-gradient(90deg, #8f6bea 0%, var(--theme-color1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

a {
    color: var(--link-color);
}

a:hover,
a:focus {
    color: var(--link-hover-color);
}

.text-link {
    align-self: flex-start;
    width: fit-content;
    padding-bottom: 0.2rem;
    background-image: linear-gradient(90deg, #8f6bea, var(--theme-color1));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 2px;
    color: #482e50;
    cursor: pointer;
    font-family: var(--body-font-family);
    font-weight: 400;
    text-decoration: none;
    transition:
        background-size 0.4s ease,
        color 0.3s ease;
}

.text-link:hover,
.text-link:focus,
.text-link:active {
    background-size: 100% 2px;
    color: var(--link-hover-color);
    text-decoration: none;
}

/* Subliniere decorativă reutilizabilă, fără a modifica nuanța textului. */
.text-underline {
    display: inline;
    padding-bottom: 0.14em;
    background-image: linear-gradient(
        90deg,
        #8f6bea 0%,
        var(--theme-color1) 52%,
        #f3ad69 100%
    );
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 1px;
    color: inherit;
}

@keyframes text-underline-reveal {
    from {
        background-size: 0 2px;
    }
    to {
        background-size: 100% 2px;
    }
}

/* Galerie foto cu derulare continuă */
.facility-gallery--marquee {
    width: 100%;
    padding: 3.5rem 0 4.5rem;
    overflow: hidden;
}
.facility-gallery--marquee .facility-gallery__container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.facility-gallery--marquee .facility-gallery__title {
    margin: 0 0 2.5rem;
    color: #1a1a1a;
    font-family: var(--body-font-family);
    font-size: clamp(1.8rem, 3vw, 2.55rem);
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
}
.facility-gallery--marquee .facility-gallery__viewport {
    width: 100%;
    overflow: hidden;
}
.facility-gallery--marquee .facility-gallery__track {
    display: flex;
    width: max-content;
    animation: facility-gallery-scroll 42s linear infinite;
}
.facility-gallery--marquee .facility-gallery__set {
    display: flex;
    flex: none;
    gap: 1rem;
    padding-right: 1rem;
}
.facility-gallery--marquee .facility-gallery__item {
    position: relative;
    display: block;
    flex: 0 0 clamp(260px, 27vw, 420px);
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 0;
    background: #392842;
}
.facility-gallery--marquee .facility-gallery__item::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(56, 31, 67, 0.8),
        rgba(196, 44, 109, 0.6)
    );
    content: "";
    pointer-events: none;
    transition: opacity 0.4s ease;
}
.facility-gallery--marquee .facility-gallery__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.2, 0.75, 0.2, 1);
}
.facility-gallery--marquee .facility-gallery__item:hover::after {
    opacity: 0.42;
}
.facility-gallery--marquee .facility-gallery__item:hover img {
    transform: scale(1.08);
}
.facility-gallery--marquee
    .facility-gallery__viewport:hover
    .facility-gallery__track {
    animation-play-state: paused;
}
@keyframes facility-gallery-scroll {
    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .facility-gallery--marquee {
        padding: 2.5rem 0 3rem;
    }
    .facility-gallery--marquee .facility-gallery__title {
        margin-bottom: 1.5rem;
        font-size: 1.55rem;
    }
    .facility-gallery--marquee .facility-gallery__set {
        gap: 0.45rem;
        padding-right: 0.45rem;
    }
    .facility-gallery--marquee .facility-gallery__item {
        flex-basis: 185px;
    }
    .facility-gallery--marquee .facility-gallery__track {
        animation-duration: 32s;
    }
}

@media (prefers-reduced-motion: reduce) {
    .text-underline {
        animation: none;
    }
    .facility-gallery--marquee .facility-gallery__track {
        animation: none;
    }
}

/* Subliniere care se extinde pe înălțimea textului la hover. */
.text-underline-height {
    padding: 0 0.04em 0.08em;
    background-image: linear-gradient(
        90deg,
        #ded3ff 0%,
        #f4ddea 52%,
        #feecf6 100%
    );
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 0.14em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    color: inherit;
    transition: background-size 0.3s ease-in-out;
}

.text-underline-height:hover,
.text-underline-height:focus {
    background-size: 100% 100%;
    color: #38263e;
}

.button-overlay-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.35rem;
    border: 1px solid #482e50;
    border-radius: 999px;
    background: transparent;
    color: #482e50;
    font-family: var(--body-font-family);
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.button-overlay-dark:hover,
.button-overlay-dark:focus {
    background: #482e50;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

a.effect {
    display: inline-block;
    text-decoration: none;
}

.navbar-nav > li > a:not(.dropdown-toggle)::after,
a.effect::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #531b5a;
    transition: width 0.66s;
}

.navbar-nav > li > a:not(.dropdown-toggle):hover::after,
a.effect:hover::after {
    width: 100%;
}

a:hover {
    text-decoration: none;
}

:root {
    --color-bg1: rgb(209, 132, 167);
    --color-bg2: rgb(156, 86, 140);
    --color1: 16, 185, 129;
    --color2: 34, 197, 94;
    --color3: 52, 211, 153;
    --color4: 74, 222, 128;
    --color5: 0, 255, 136;
    --color-interactive: 255, 255, 102;
    --circle-size: 80%;
    --blending: hard-light;
}

.card2 {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
    max-width: 600px;
    padding: 48px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    box-shadow: 0 4px 90px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    &:before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: rgb(255, 255, 255);
        background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 34%,
            rgba(255, 255, 255, 1) 89%,
            rgba(255, 255, 255, 0) 100%
        );
        opacity: 0.3;
        filter: blur(0.5px);
        mix-blend-mode: hard-light;
    }

    .noise {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        opacity: 0.1;
    }

    .content {
        position: relative;
        z-index: 2;
        text-shadow: -3px 0px 2px rgba(0, 0, 0, 0.1);
    }
}

h1 {
    font-size: 3rem;
    margin-bottom: 16px;
}

p {
    line-height: 1.6;
}

@keyframes moveInCircle {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes moveVertical {
    0% {
        transform: translateY(-50%);
    }
    50% {
        transform: translateY(50%);
    }
    100% {
        transform: translateY(-50%);
    }
}

@keyframes moveHorizontal {
    0% {
        transform: translateX(-50%) translateY(-10%);
    }
    50% {
        transform: translateX(50%) translateY(10%);
    }
    100% {
        transform: translateX(-50%) translateY(-10%);
    }
}

.gradient-bg {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: linear-gradient(40deg, var(--color-bg1), var(--color-bg2));
    top: 0;
    left: 0;

    .svgBlur {
        display: none;
    }

    .noiseBg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        mix-blend-mode: soft-light;
        opacity: 0.3;
    }
    .gradients-container {
        filter: url(#goo) blur(40px);
        width: 100%;
        height: 100%;
    }

    .g1 {
        position: absolute;
        background: radial-gradient(
                circle at center,
                rgba(var(--color1), 0.8) 0,
                rgba(var(--color1), 0) 50%
            )
            no-repeat;
        mix-blend-mode: var(--blending);

        width: var(--circle-size);
        height: var(--circle-size);
        top: calc(50% - var(--circle-size) / 2);
        left: calc(50% - var(--circle-size) / 2);

        transform-origin: center center;
        animation: moveVertical 30s ease infinite;

        opacity: 1;
    }

    .g2 {
        position: absolute;
        background: radial-gradient(
                circle at center,
                rgba(var(--color2), 0.8) 0,
                rgba(var(--color2), 0) 50%
            )
            no-repeat;
        mix-blend-mode: var(--blending);

        width: var(--circle-size);
        height: var(--circle-size);
        top: calc(50% - var(--circle-size) / 2);
        left: calc(50% - var(--circle-size) / 2);

        transform-origin: calc(50% - 400px);
        animation: moveInCircle 20s reverse infinite;

        opacity: 1;
    }

    .g3 {
        position: absolute;
        background: radial-gradient(
                circle at center,
                rgba(var(--color3), 0.8) 0,
                rgba(var(--color3), 0) 50%
            )
            no-repeat;
        mix-blend-mode: var(--blending);

        width: var(--circle-size);
        height: var(--circle-size);
        top: calc(50% - var(--circle-size) / 2 + 200px);
        left: calc(50% - var(--circle-size) / 2 - 500px);

        transform-origin: calc(50% + 400px);
        animation: moveInCircle 40s linear infinite;

        opacity: 1;
    }

    .g4 {
        position: absolute;
        background: radial-gradient(
                circle at center,
                rgba(var(--color4), 0.8) 0,
                rgba(var(--color4), 0) 50%
            )
            no-repeat;
        mix-blend-mode: var(--blending);

        width: var(--circle-size);
        height: var(--circle-size);
        top: calc(50% - var(--circle-size) / 2);
        left: calc(50% - var(--circle-size) / 2);

        transform-origin: calc(50% - 200px);
        animation: moveHorizontal 40s ease infinite;

        opacity: 0.7;
    }

    .g5 {
        position: absolute;
        background: radial-gradient(
                circle at center,
                rgba(var(--color5), 0.8) 0,
                rgba(var(--color5), 0) 50%
            )
            no-repeat;
        mix-blend-mode: var(--blending);

        width: calc(var(--circle-size) * 2);
        height: calc(var(--circle-size) * 2);
        top: calc(50% - var(--circle-size));
        left: calc(50% - var(--circle-size));

        transform-origin: calc(50% - 800px) calc(50% + 200px);
        animation: moveInCircle 20s ease infinite;

        opacity: 1;
    }

    .interactive {
        position: absolute;
        background: radial-gradient(
                circle at center,
                rgba(var(--color-interactive), 0.8) 0,
                rgba(var(--color-interactive), 0) 50%
            )
            no-repeat;
        mix-blend-mode: var(--blending);

        width: 100%;
        height: 100%;
        top: -50%;
        left: -50%;

        opacity: 0.7;
    }
}
/*!
* Copyright (c) 2017, Froala (https://www.froala.com/),
* with Reserved Name: Froala Design Blocks.
* https://github.com/froala/design-blocks
* Code and documentation copyright 2018 Froala Labs. Code released under the Froala Open Web Design License.
* https://github.com/froala/design-blocks/blob/master/LICENSE
*/

.fdb-block {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
    position: relative;
    overflow: hidden;
    padding: 4.5rem 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

/*hover effect on social*/

.content-box {
    padding: 32px 28px;
    margin: 0 0 20px;
    text-align: center;
    /*cursor: pointer*/
}

.content-box p {
    margin: 1;
    color: #fff;
}

.content-box h3 {
    line-height: 26px;
    padding-bottom: 8px;
    color: #fff;
    font-weight: 600;
}

.content-box i {
    font-size: 80px;
    height: 80px;
    color: #fff;
    margin: 10px 0;
    display: block;
}

.content-box.color-effect-1 {
    background-image: linear-gradient(to top, #f4f4f4 0%, white 100%);
    box-shadow: 0px 18px 24px 0px rgba;
}

.content-box.color-effect-2 {
    background-image: linear-gradient(to top, #6a129a 0%, #ba3c9d 100%);
    box-shadow: 0px 18px 24px 0px rgba;
}

.content-box.color-effect-3 {
    background-image: linear-gradient(120deg, #fc79c5 0%, #e696be 100%);
    box-shadow: 0px 18px 30px 0px rgba;
}

.content-box.color-effect-4 {
    background-image: linear-gradient(120deg, #fc79cc 0%, #e696da 100%);
    box-shadow: 0px 18px 30px 0px rgba;
}

.box-icon i {
    display: inline-block;
    font-size: 0;
    /*cursor: pointer;*/
    margin: 15px 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #323232;
}

.box-icon i:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.box-icon i:before {
    speak: none;
    font-size: 40px;
    line-height: 90px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.box-icon-effect-1 .box-icon i {
    background: rgba(255, 255, 255, 0.2);
    color: rgba(178, 91, 152, 0.7);
    -webkit-transition:
        background 0.2s,
        color 0.2s;
    -moz-transition:
        background 0.2s,
        color 0.2s;
    transition:
        background 0.2s,
        color 0.2s;
}

.box-icon-effect-1 .box-icon i:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition:
        -webkit-transform 0.2s,
        opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition:
        -moz-transform 0.2s,
        opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition:
        transform 0.2s,
        opacity 0.2s;
    transform: scale(0.8);
    opacity: 0;
}

.content-box:hover .box-icon-effect-1a .box-icon i {
    background: #fff;
    color: #983074;
}

.content-box:hover .box-icon-effect-2a .box-icon i {
    background: #fff;
    color: #af3986;
}

.content-box:hover .box-icon-effect-3a .box-icon i {
    background: #fff;
    color: #b52a7b;
}

.content-box:hover .box-icon-effect-1a .box-icon i:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.content-box:hover .box-icon-effect-2a .box-icon i:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.content-box:hover .box-icon-effect-3a .box-icon i:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.box-icon-effect-2 .box-icon i {
    box-shadow: 0 0 0 4px #fff;
    overflow: hidden;
    -webkit-transition:
        background 0.3s,
        color 0.3s,
        box-shadow 0.3s;
    -moz-transition:
        background 0.3s,
        color 0.3s,
        box-shadow 0.3s;
    transition:
        background 0.3s,
        color 0.3s,
        box-shadow 0.3s;
    color: #e5bdde;
}

a:link {
    text-decoration: none;
}

/* Parallax */

.section-parallax [class*="parallax-"] {
    height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-parallax.parallax-food {
    height: 480px;
}

.section-parallax .parallax-bg {
    background-image: url("../images/parallax.jpg");
}

.section-parallax h2 {
    color: #fff;
    text-shadow: 1px 1px #000;
    font-weight: 700;
}

.section-parallax h3 {
    color: #531b5a;
}

.section-parallax p {
    color: #fff;
}

.section-parallax [class*="parallax-"] .card {
    background: rgba(0, 0, 0, 0.5);
}

.section-parallax [class*="parallax-"] .card p {
    color: #fff;
}

.section-parallax .subheading {
    color: #f7f7f7;
    font-size: 1.25rem;
}

/*.fdb-block-transparent,
.block-transparent {
   background-color: rgba(255, 255, 255, 0.9);
}*/

.fdb-block .fdb-touch {
    z-index: 2;
    border-top: solid 0.3125rem #313131;
}

.fdb-block .fdb-box {
    overflow: hidden;
    border-radius: 0.25rem;
    box-shadow: 0 0.3125rem 0.875rem 0 rgba(129, 129, 129, 0.2) !important;
    padding: 3.75rem 2.5rem;
    background: #fffffff0;
    color: #444;
}

.fdb-block h2 {
    font-weight: 700;
    font-size: 2rem;
}

.fdb-block h3 {
    font-size: 1.5rem;
}

.fdb-block p {
    font-size: 1em;
}

.fdb-block p.heading {
    font-size: 2rem;
}

.fdb-block .fdb-heading {
    margin-bottom: 2em;
}

.fdb-block .fdb-heading h2 {
    color: #531b5a;
}

.fdb-block .fdb-heading h3 {
    margin-bottom: 0;
    color: #983072;
}

.fdb-block .fdb-heading .lead {
    margin-bottom: 0;
    font-size: 1.2rem;
}

/*
* Floating blocks
*/

.fdb-block .col-fill-left {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.fdb-block .col-fill-left + div {
    position: relative;
    z-index: 2;
}

.fdb-block .col-fill-right {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.fdb-block .col-fill-right + div {
    position: relative;
    z-index: 2;
}

/*
 *	### Header
 */

header {
    position: fixed;
    display: flex;
    /*flex-direction: column;*/
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    /*min-height: 7rem;*/
    align-items: center;
    padding: 0;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    /*background: rgba(255, 255, 255, 0.97);
	background: rgb(255 255 255 / 65%);*/
    /*background-image: linear-gradient(120deg, #ffffffc2 0%, #fffae6b5 100%);*/
    color: #fff;
    font-size: 0.875rem;
}

header#navigation.scrolled {
    box-shadow: rgba(0, 0, 0, 0.15) 0 20px 30px;
    padding: 0;
    background: rgb(255, 255, 255);
    color: #000;
}

.header-top,
.header-bottom {
    position: relative;
    display: flex;
    width: 100%;
    /*border-bottom: 1px solid rgba(223, 223, 223, 1);*/
    padding: 5px;
}

header {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    z-index: 100;
}

#navigation {
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;

    padding: 5px 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    background: white;
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

#navigation.navbar-fixed-top {
    background-color: rgba(255, 255, 255, 0.95);
}

.navbar-fixed-top .navbar {
    padding-right: 0;
    padding-left: 0;
}

.navbar-brand {
    position: relative;
    z-index: 101;
    width: 200px;
}

.navbar-brand img {
    /*position: absolute;
    top: -32px;*/
}

#navigation.navbar-fixed-top .navbar-brand img {
    height: 75px;
}

.navbar-nav .nav-item a {
    color: #ffffff;
}

.navbar-nav .nav-item a:hover {
    color: #e7e7e7;
}

.navbar-nav .nav-item.active a {
    color: rgb(255, 255, 255);
}

.navbar-nav .nav-link {
    display: inline-block;
}

.navbar-nav > li {
    align-self: center;
}

.navbar-nav > li:not(.nav-item-lang) {
    flex: 1 1 auto;
}

.navbar-nav .nav-item-lang .nav-link {
    padding: 0 0.25rem;
}

.navbar-nav .nav-item-lang .nav-link:first-child {
    padding-left: 0;
}

header#navigation.scrolled .header-top,
header#navigation.scrolled .header-bottom {
    /*border-bottom: 1px solid rgba(229, 229, 229, 1);*/
}

header .container {
    display: flex;
}

.header-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-top ul li {
    display: inline-block;
    vertical-align: middle;
}

.header-top a {
    color: #121212;
}

.header-top a:hover {
    color: #0909b3;
}

header#navigation.scrolled .header-top a {
    color: #4d4d4d;
}

header#navigation.scrolled .header-top a:hover {
    color: #0909b3;
}

.header-top ul li img {
    height: 24px;
    vertical-align: middle;
}

.header-top a i {
    font-size: 1.25rem;
}

/*!* IE 11 fix *!
header#navigation.scrolled:after {
    content: '';
    min-height: inherit;
}

!* IE 10 fix *!
.ie10 header#navigation.scrolled {
    background: rgb(255, 255, 255);
    display: table !important;
    width: 100%;
}

.ie10 header#navigation.scrolled > div {
    display: table-cell;
    vertical-align: middle;
}

header#navigation.fixed-top {
    min-height: 5.5rem;
}*/

.navbar {
    padding: 0;
}

.navbar-brand {
    position: relative;
    z-index: 101;
    margin: 0;
    padding: 0.25rem 1rem;
    text-align: center;
}

.navbar-nav a {
    position: relative;
    display: block;
    padding: 10px;
    color: #121212;
    font-size: 1rem;
    -webkit-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
}

header#navigation:not(.scrolled) .navbar-nav li:not(.active) a {
    color: #121212;
}

header#navigation.scrolled .navbar-nav a {
    color: #000;
}

.navbar-nav > li > a {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.navbar-nav a.hash {
    pointer-events: none;
}

.navbar li.active > a,
.navbar li.active > a:focus,
.navbar li.active > a:hover,
.navbar li a:hover,
.navbar li a:focus {
    outline: 0;
}

.navbar-nav li.active > a {
    color: #531b5a;
}

header#navigation.scrolled .navbar-nav li.active > a,
header#navigation.scrolled .navbar li.active > a:hover,
header#navigation.scrolled .navbar li a:hover {
    color: #531b5a;
}

.navbar-collapse.collapse.show,
.navbar-collapse.collapsing {
    padding-top: 0.75rem;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.navbar .collapse ul ul,
.navbar .collapse ul ul.dropdown-menu,
header#navigation.scrolled .navbar .collapse ul ul,
header#navigation.scrolled .navbar .collapse ul ul.dropdown-menu {
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.navbar ul ul li a {
    padding: 0.625rem 1.125rem;
    font-size: 1rem;
}

.navbar .collapse ul > li:hover > a,
.navbar .collapse ul ul ul > li:hover > a {
    color: #983069;
}

header#navigation.scrolled .navbar .collapse ul > li:hover > a,
header#navigation.scrolled .navbar .collapse ul ul ul > li:hover > a {
    color: #983072;
}

.navbar .collapse ul ul > li:hover > a {
    padding-left: 0.875rem;
}

.navbar .collapse ul ul > li:hover > a,
.navbar-nav .show .dropdown-menu > li > a:focus,
.navbar-nav .show .dropdown-menu > li > a:hover {
    color: #000;
}

header#navigation.scrolled .navbar .collapse ul ul > li:hover > a,
header#navigation.scrolled .navbar-nav .show .dropdown-menu > li > a:focus,
header#navigation.scrolled .navbar-nav .show .dropdown-menu > li > a:hover {
    color: #000;
}

.dropdown-menu .dropdown-toggle::after,
.nav-toggled .navbar-collapse.collapse .navbar-nav .dropdown-toggle::after,
.nav-toggled .navbar-collapse.collapse.show .navbar-nav .dropdown-toggle::after,
.nav-toggled .navbar-collapse.collapsing .navbar-nav .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    margin-top: -2px;
}

/*
*	### Main
*/

main[role="main"] {
    position: relative;
    overflow: hidden;
    z-index: 10;
    background: #fff;
}

/*
* Carousel
*/

#carouselHomepageBanner.carousel {
    /*background-image: linear-gradient(120deg,#79fcce 0%,#1768b108 100%);*/
    max-height: 800px;
    margin-top: 100px;
}

#carouselHomepageBanner .carousel-item,
#carouselHomepageBanner .carousel-inner {
    width: auto;
    height: 100%;
}

#carouselHomepageBanner .carousel-inner img {
    width: 100%;
    height: auto;
}

/* Maintain image ratio */

.carousel-item p.lead {
    font-weight: 700;
    font-size: 1.75rem;
}

.carousel-item p {
    color: #fff;
}

.carousel-caption {
    bottom: 0;
    padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .carousel-caption p:not(.lead):not([class*="mt"]) {
        display: none;
    }

    .carousel-caption p.lead {
        line-height: 1;
    }

    .carousel-caption [class*="mt"] {
        margin-top: 0.5rem !important;
    }
}

/*
* ### Section
*/

section {
    position: relative;
    clear: both;
    background: #fff;
}

section p,
section ul li {
    line-height: 1.5;
    color: #3e3e3e;
}

/* Gradient heading */

.gradient {
    display: inline-block;
    color: #989230;
    text-align: left;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(left, #34cf09 0%, #989230 100%);
}

/*
*	Section : Breadcrumbs
*/
section.section-breadcrumbs {
    margin: 0;
    padding: 1rem 0;
    background: none;
}

.section-breadcrumbs .breadcrumb {
    margin: 2rem 0;
    border: 0;
    padding: 0;
    background: none;
    background-color: white;
}

.section-breadcrumbs .breadcrumb li a:hover span {
    color: #531b5a;
}

/*
*	Section : Content
*/

.section-content h2,
.section-content h3 {
    margin-bottom: 32px;
}

.section-content p,
.section-content ul li {
    line-height: 1.75;
    font-size: 1rem;
}

.section-content p:not(:last-child) {
    margin-bottom: 15px;
}

/* Progressive enhancement, accessibility, and resilient media defaults. */
:root {
    color-scheme: light;
    --focus-ring-color: #7c1d55;
    --focus-ring-offset: 3px;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--site-header-height, 5rem);
}

img,
video,
canvas {
    max-width: 100%;
}

img,
video {
    height: auto;
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
    outline: 3px solid var(--focus-ring-color);
    outline-offset: var(--focus-ring-offset);
}

@media (prefers-contrast: more) {
    :root {
        --focus-ring-color: #000;
    }
    .text-link {
        text-decoration: underline;
        text-decoration-thickness: 2px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Cookie consent styling is kept in the main stylesheet for cacheability. */
#cc--main #cm.bar {
    width: calc(100% - 2rem);
    max-width: 1120px;
    left: 0;
    right: 0;
    bottom: 1.25rem;
    margin: 0 auto;
    padding: 1.15rem 1.5rem;
    border-radius: 18px;
    box-shadow: 0 16px 42px rgba(37, 22, 43, 0.24);
}

#cc--main #cm.bar #c-inr {
    max-width: none;
}
#cc--main #s-inr,
#cc--main #s-hdr,
#cc--main #s-bns {
    background: #fcf9fe;
}
#cc--main #s-bl .c-bl,
#cc--main #s-cnt .b-bn .b-tl {
    border-color: #e5d9ee;
    background: #f3edf8;
}
#cc--main #s-bl .c-bl:hover,
#cc--main #s-cnt .b-bn .b-tl:hover {
    background: #eadcf4;
}

#cc--main #cm .c-bn,
#cc--main #cm .c_link,
#cc--main #s-cnt .c-bn {
    border: 1px solid #c42c6d;
    border-radius: 999px;
    background: transparent;
    color: #c42c6d;
    font-weight: 700;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

#cc--main #cm .c-bn:hover,
#cc--main #cm .c-bn:focus-visible,
#cc--main #cm .c_link:hover,
#cc--main #cm .c_link:focus-visible,
#cc--main #s-cnt .c-bn:hover,
#cc--main #s-cnt .c-bn:focus-visible {
    background: #c42c6d;
    color: #fff;
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    #cc--main #cm.bar {
        width: calc(100% - 1.25rem);
        bottom: 0.625rem;
        padding: 1rem;
        border-radius: 14px;
    }
}

.section-content ul {
    margin: 0;
    padding: 0;
}

.section-content ul li {
    list-style-type: square;
    margin-left: 1.5em;
}

.section-content .row:not(:last-child),
.section-content ul {
    margin-bottom: 25px;
}

/*
*	Section : Checked list
*/

.section-content ul.checked li {
    position: relative;
    margin: 0;
    padding: 0 0 0 40px;
    list-style: none;
}

.section-content ul.checked li:before {
    position: absolute;
    top: 0.4em;
    left: 0;
    line-height: 1;
    font-family: "FontAwesome", sans-serif;
    content: "\f00c";
    color: #531b5a;
}

/*
* Image gallery carousel
*/

.owl-carousel {
    padding: 0 10px;
}

.owl-carousel .item {
    margin: 5px;
}

.owl-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-carousel,
.owl-theme .owl-controls {
    margin: 0;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 42.5%;
    margin: 0;
    border-radius: 0;
    padding: 0;
    background: none;
    color: #000;
    font-size: 1.5rem;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -15px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -15px;
}

/*
 * Section: Links
 */

.section-links {
    padding-top: 8rem;
    padding-bottom: 1.5rem;
}

.section-links [class^="col"] {
    text-align: center;
}

.section-links img {
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.section-links img:hover {
    -webkit-filter: none;
    filter: none;
}

/*
*	Section : Location and concept
*/

.section-location-concept {
    background: #f8f9f9;
}

.section-location-concept p {
    color: #531b5a;
}

/*
*	Section : Testimonials
*/

.section-testimonials {
    background: linear-gradient(110deg, #08211d 20%, #072314 50%, #042f31 50%);
}

/*
*	Section : Homepage location events
*/

.section-location-events {
    margin-bottom: 75px;
}

@media (max-width: 767px) {
    .fdb-block.section-location-events .col-fill-left,
    .fdb-block.section-location-events .col-fill-right {
        position: relative;
        display: block;
        top: auto;
        min-height: 200px;
        width: 100%;
        margin-bottom: 10px;
    }

    .fdb-block.section-location-events .row:last-child > .col {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .fdb-block.section-location-events .row:last-child > .col .container {
        order: 1;
    }
}

/*
* Section : Gallery
*/

/*.section-gallery [class*="col"] {
    position: relative;
    overflow: hidden;
}

.section-gallery [class*="col"] img {
    max-width: 100%;
    transition: all 0.5s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.section-gallery [class*="col"]:hover img {
    transform: scale(1.1);
}*/

/**
 * Filters
 */

.filter-box {
    box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
    border-radius: 10px;
    padding: 10px 25px;
    background: #fff;
}

.filter-box:not(:first-child) {
    margin-top: 30px;
}

.filter-box .box-short {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background-color: #00a062;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(78, 215, 131, 0.9)),
        to(#5add7b)
    );
    background-image: linear-gradient(
        to right,
        rgba(78, 215, 119, 0.9) 0%,
        #69dd5a 100%
    );
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
}

.section-content .filter-box ul,
.filter-box .img-holder ul {
    margin-bottom: 0;
}

/*
* Section: FAQs
*/

.section-faqs #accordion .card,
.section-faqs #accordion .card:last-child .card-header {
    border: none;
}

.section-faqs #accordion .card-header {
    border-bottom-color: #edeff0;
    padding: 0;
    background: transparent;
}

.section-faqs .btn {
    width: 100%;
    padding: 8px 0 !important;
    white-space: normal;
    text-align: left;
}

.section-faqs .btn.btn-section {
    display: inline-block;
    width: auto;
    padding: 0.5rem !important;
}

.section-faqs .btn-link {
    color: #00a062;
    font-size: 22px;
    font-weight: 200;
}

.section-faqs .btn-link:hover,
.section-faqs .btn-link:focus {
    text-decoration: none;
    color: #056943;
}

.section-faqs #accordion .card-body {
    padding: 1.25rem 0;
}

.section-faqs #accordion .card-body p {
    font-size: 1rem;
}

.section-faqs #accordion .card-body p:last-child {
    margin-bottom: 0;
}

/*
* Section: Form
*/

.fdb-block.section-form .fdb-box {
    overflow: inherit;
    padding: 1.75rem 1.5rem;
}

.fdb-block.section-form .reservation-details p {
    margin-bottom: 0;
}

/*
* Form
*/

/*
* Buttons
*/

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 8px 20px !important;
    font-weight: 400;
    font-size: 18px;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn.btn-sm {
    padding: 4px 24px !important;
}

.btn.btn-md {
    padding: 8px 36px !important;
}

.btn.btn-lg {
    padding: 18px 48px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    border: 2px solid #989230;
    background: #531b5a;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    border-color: #4f0e60 !important;
    background: #531b5a !important;
}

.btn-primary.btn-outline {
    border: 2px solid #531b5a;
    background: transparent;
    color: #531b5a;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
    background: #531b5a;
    color: #fff;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #edffe3;
    border-color: #edffe3;
}

/*
 * Animation button
 */

[class*="btn-"] .arrow-animation {
    position: relative;
    display: inline-block;
    transition: all 250ms ease-out;
    will-change: transform;
    color: #fff;
}

[class*="btn-"]:hover .arrow-animation,
[class*="btn-"]:focus .arrow-animation {
    -webkit-transform: translate3d(-16px, 0, 0);
    transform: translate3d(-16px, 0, 0);
}

[class*="btn-"] .arrow-animation i {
    position: absolute;
    opacity: 0;
    width: 18px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms ease-out;
    will-change: right, opacity;
}

[class*="btn-"]:hover .arrow-animation i,
[class*="btn-"]:focus .arrow-animation i {
    opacity: 1;
    right: -32px;
}

/*
 * Buttons colors
 */

.btn-primary-effect {
    border: 0;
    background: #531b5a;
    background: linear-gradient(90deg, #98308a 0%, #531b5a 100%);
    color: #fff;
}

.btn-primary-effect:hover {
    background: #531b5a;
    background: linear-gradient(90deg, #48075c 0%, #983087 100%);
    color: #fff;
}

.btn-outline-primary .arrow-animation {
    color: #531b5a;
}

.btn-outline-primary:hover .arrow-animation {
    color: #fff;
}

.btn-outline-dark .arrow-animation {
    color: #3c464b;
}

.btn-outline-dark:hover .arrow-animation {
    color: #fff;
}

/*
* Horizontal line
*/

hr {
    border-top-style: dotted;
}

/*
* Form
*/

.form-control {
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background: transparent;
    font-size: 1rem;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
}

select.form-control {
    position: relative;
    padding: 0 0.75rem;
}

.form-control:active,
.form-control:focus {
    border-color: #531b5a;
    outline: none;
    box-shadow: none;
}

/*
* Section form
*/

.section-form .col {
    position: relative;
}

.section-form .form-control[readonly][class*="datepicker"] {
    background-color: transparent;
}

.section-form .col label {
    font-size: 0.875rem;
}

/*
* Captcha
*/

.frm__captcha > * {
    display: inline-block;
    vertical-align: middle;
}

.frm__captcha input {
    width: 100px;
    font-size: 0.875rem;
}

/*
* Section: Contact
*/

.section-contact {
    padding-top: 0;
}

/*
*	### Helpers
*/

/*
* Clearfix
*/

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/*
* Divider
*/

hr {
    border-top: 1px dotted #ccc;
    text-align: center;
}

hr::after {
    display: inline-block;
    position: relative;
    top: -18px;
    padding: 0 10px;
    background: #fff;
    color: #ccc;
    font-family: "FontAwesome", sans-serif;
    content: "\f185";
    font-size: 24px;
}

/*
* Overflow
*/

.overflow-block {
    overflow: hidden;
}

/*
* Equals row columns height
*/

.row-equal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row-equal > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

/*
* OpenStreetMap
*/

.OpenStreetMap {
    height: 25em;
}

.OpenStreetMap.olMap {
    margin-bottom: 0 !important;
}

.OpenStreetMap .olMapViewport {
    z-index: 0;
}

.leaflet-container.leaflet-touch-zoom {
    touch-action: auto;
}

.leaflet-tile-container {
    pointer-events: auto;
}

/*
* Hidden email address
*/

.hiddenemail {
    color: #989230;
}

.hiddenemail:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

.hiddenemail:hover {
    color: #000;
    cursor: pointer;
}

/*
* Responsive tables
*/

.rwd__tbl {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.rwd__tbl_cell {
    display: table-cell;
}

/*---------------*/
/***** Steam *****/
/* https://codepen.io/NadaSadek/pen/xxRgZbq */
/*---------------*/

.steam {
    position: absolute;
    top: 30%;
    width: 640px;
    height: 480px;
    z-index: 44;
    opacity: 0.8;
    display: flex;
    filter: blur(10px);
    -webkit-filter: blur(10px);
}

.steam::before {
    content: "";
    width: 640px;
    height: 480px;
    background: #fff;
    -webkit-animation: fadeOutUp linear 5s;
    animation: fadeOutUp linear 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-clip-path: polygon(
        33% 40%,
        52% 12%,
        84% 29%,
        62% 65%,
        54% 89%,
        73% 92%,
        73% 74%,
        53% 63%,
        77% 57%,
        95% 31%,
        71% 3%,
        34% 47%,
        50% 37%,
        69% 39%,
        69% 29%,
        76% 35%,
        61% 6%,
        64% 47%,
        91% 9%,
        51% 5%,
        84% 61%,
        91% 49%,
        35% 19%,
        40% 10%,
        57% 41%,
        57% 54%,
        92% 19%
    );
    clip-path: polygon(
        33% 40%,
        52% 12%,
        84% 29%,
        62% 65%,
        54% 89%,
        73% 92%,
        73% 74%,
        53% 63%,
        77% 57%,
        95% 31%,
        71% 3%,
        34% 47%,
        50% 37%,
        69% 39%,
        69% 29%,
        76% 35%,
        61% 6%,
        64% 47%,
        91% 9%,
        51% 5%,
        84% 61%,
        91% 49%,
        35% 19%,
        40% 10%,
        57% 41%,
        57% 54%,
        92% 19%
    );
    border-radius: 60% 50%;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 0.6;
        transform: translate3d(0, -20%, 0);
    }
    20% {
        opacity: 0.3;
        transform: translate3d(0, -40%, 0);
    }
    40% {
        opacity: 0.4;
        transform: translate3d(0, -60%, 0);
    }
    60% {
        opacity: 0.3;
        transform: translate3d(0, -80%, 0);
    }
    80% {
        opacity: 0.4;
        transform: translate3d(0, -90%, 0);
    }
    90% {
        opacity: 0.2;
        transform: translate3d(0, -95%, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 0.6;
        transform: translate3d(0, -20%, 0);
    }
    20% {
        opacity: 0.3;
        transform: translate3d(0, -40%, 0);
    }
    40% {
        opacity: 0.4;
        transform: translate3d(0, -60%, 0);
    }
    60% {
        opacity: 0.3;
        transform: translate3d(0, -80%, 0);
    }
    80% {
        opacity: 0.4;
        transform: translate3d(0, -90%, 0);
    }
    90% {
        opacity: 0.2;
        transform: translate3d(0, -95%, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

@media screen and (max-width: 768px) {
    .steam {
        top: 20%;
        width: 480px;
        height: 320px;
    }

    .steam::before {
        width: 480px;
        height: 320px;
    }
}

/*
*	### Footer
*/

footer {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #f1eae0;
    /*background: -moz-linear-gradient(180deg, #3a3a3a 0%, #111111 100%);
	background: -webkit-linear-gradient(180deg, #353434 0%, #292929 100%);
	background: linear-gradient(180deg, #080808 0%, #30302f 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff1a8", endColorstr="#fbf5d7", GradientType=1);
    color: white;
}

footer .container {
    min-height: 300px;
}

.site-footer-video {
    background: #000;
}

.site-footer-video__media,
.site-footer-video__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.site-footer-video__media {
    object-fit: cover;
    object-position: center;
}

.site-footer-video__overlay {
    background: rgba(56, 31, 67, 0.87);
    pointer-events: none;
}

.site-footer-video > .container,
.site-footer-video > .row {
    position: relative;
    z-index: 1;
}

.footer-menu-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    margin: 1.8rem auto 0;
}

.footer-menu-buttons a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.65rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.12);
    color: #fff;
    font-family: var(--body-font-family);
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.footer-menu-buttons a:hover,
.footer-menu-buttons a:focus {
    background: #fff;
    color: #482e50;
    text-decoration: none;
    transform: translateY(-2px);
}

.footer-logo-hearts {
    position: relative;
    display: inline-block;
}

.footer-logo-hearts > img {
    display: block;
}

.site-footer-video .footer-care-hearts {
    display: block;
    top: -1rem;
    bottom: auto;
    left: 50%;
    right: auto;
    z-index: 2;
    width: 92px;
    height: 110px;
    transform: translateX(-42%);
}

.site-footer-video .footer-care-hearts span {
    color: #f8b7d4;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.35));
}

.site-footer-content {
    max-width: 1210px;
    min-height: 510px;
    padding-top: 5.3rem;
    padding-bottom: 4.2rem;
}

.site-footer-content .row {
    align-items: flex-start;
}

.site-footer-video h2 {
    margin: 0.25rem 0 1.75rem;
    color: #fff;
    font-family: var(--body-font-family);
    font-size: 1rem;
    font-weight: 700;
}

.footer-brand,
.footer-links,
.footer-contact {
    margin-bottom: 2rem;
}

.footer-brand .footer-logo-hearts {
    margin-bottom: 1.35rem;
}

.footer-brand .footer-logo-hearts > img {
    width: min(100%, 190px);
    height: auto;
}

.footer-brand p,
.footer-contact__intro,
.footer-contact__address {
    max-width: 18rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.84rem;
    line-height: 1.9;
}

.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    column-count: 1;
    column-width: auto;
}

.footer-links li {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1.85;
    break-inside: avoid;
}

.footer-links li + li {
    margin-top: 0;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.84rem;
    text-decoration: none;
    transition:
        color 0.2s ease,
        padding-left 0.2s ease;
}

.footer-links a:hover,
.footer-links a:focus {
    padding-left: 0.3rem;
    color: #fff;
    text-decoration: none;
}

.footer-contact__intro {
    margin-bottom: 1rem;
}

.footer-contact {
    position: relative;
    max-width: 370px;
    min-height: 336px;
    margin-left: auto;
    padding: 2.55rem 2.5rem 2.25rem;
    border-radius: 0 16px 16px 16px;
    background: #fff;
}

.footer-contact::before {
    position: absolute;
    top: 2.6rem;
    bottom: 2.6rem;
    left: 0;
    width: 3px;
    background: #d0359c;
    content: "";
}

.footer-contact h2 {
    margin-top: 0;
    margin-bottom: 1.75rem;
    color: #152951;
}

.footer-contact .footer-contact__intro,
.footer-contact .footer-contact__address {
    max-width: none;
    color: #7d8ba4;
    font-size: 0.84rem;
    line-height: 1.9;
}

.footer-contact__phone {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 1.1rem;
    color: #3653a5;
    font-size: 1.42rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.footer-contact__phone:hover,
.footer-contact__phone:focus {
    color: #bf359f;
    text-decoration: none;
}

.footer-contact__phone .fa {
    font-size: 0.85em;
}

.footer-contact__address {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    margin-bottom: 0.6rem;
}

.footer-contact__address .fa {
    margin-top: 0.45rem;
    color: #7d8ba4;
}

.footer-contact__directions {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding-bottom: 0.2rem;
    background-image: linear-gradient(90deg, #c42c6d, #f09abe);
    color: #c42c6d;
    font-size: 0.83rem;
    font-weight: 700;
    text-decoration: none;
}

.footer-contact__directions:hover,
.footer-contact__directions:focus {
    color: #8f164d;
    text-decoration: none;
}

.footer-social {
    display: flex;
    gap: 0.6rem;
    margin-top: 1.2rem;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.55rem;
    height: 1.55rem;
    border: 0;
    border-radius: 50%;
    background: #1f315b;
    color: #fff;
    font-size: 0.72rem;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

.footer-social a:hover,
.footer-social a:focus {
    border-color: #35d0c2;
    background: #35d0c2;
    color: #1f315b;
    text-decoration: none;
}

.footer-social .footer-social__link--facebook {
    background: #c42c6d;
}

.footer-social .footer-social__link--facebook:hover,
.footer-social .footer-social__link--facebook:focus {
    background: #8f164d;
    color: #fff;
}

.site-footer-bottom {
    position: relative;
    z-index: 1;
    border-top: 0;
    background: #fff;
}

.site-footer-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 0;
    gap: 1rem;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
}

.site-footer-bottom p {
    margin: 0;
    color: #8190a9;
    font-size: 0.78rem;
}

.site-footer-bottom a {
    margin-left: 1.25rem;
    color: #8190a9;
    text-decoration: none;
}

.site-footer-bottom a.text-link {
    padding-bottom: 0.15rem;
    background-image: linear-gradient(90deg, #c42c6d, #f09abe);
    color: #65758f;
}

.site-footer-bottom a:hover,
.site-footer-bottom a:focus {
    color: #30c8bb;
    text-decoration: none;
}

.site-footer-bottom a.text-link:hover,
.site-footer-bottom a.text-link:focus {
    color: #c42c6d;
}

@media screen and (max-width: 991px) {
    .site-footer-content {
        padding-top: 3.7rem;
        padding-bottom: 2.3rem;
    }

    .footer-contact {
        margin-left: 0;
    }

    .footer-brand p,
    .footer-contact__intro,
    .footer-contact__address {
        max-width: none;
    }
}

@media screen and (max-width: 575px) {
    .site-footer-content {
        padding-top: 3rem;
    }

    .footer-contact {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .footer-logo-hearts {
        display: table;
        margin-right: auto;
        margin-left: auto;
    }

    .footer-contact__address,
    .footer-social {
        justify-content: center;
    }

    .site-footer-bottom .container {
        display: block;
    }

    .site-footer-bottom p + p {
        margin-top: 0.55rem;
    }

    .site-footer-bottom a {
        margin-right: 1rem;
        margin-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .site-footer-bottom .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.55rem;
        text-align: center;
    }

    .site-footer-bottom p + p {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.45rem 1rem;
        margin-top: 0;
    }

    .site-footer-bottom a {
        margin: 0;
    }
}

footer h4 {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 1.5rem;
}

footer p {
    margin-bottom: 0;
    line-height: 1.85;
}

footer p,
footer span {
    color: white;
    font-size: 0.875rem;
}

footer p > span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    padding: 5px;
    background: #352b2c;
    text-align: center;
    border-radius: 100%;
}

footer a {
    font-size: 1rem;
}

footer a,
footer .hiddenemail {
    color: white;
}

footer a.selected,
footer a:hover,
footer .hiddenemail:hover {
    color: #fff;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    display: inline;
    /*margin-right: 1em;*/
    padding-right: 2em;
    padding-bottom: 2em;
    list-style: none;
    font-size: 1rem;
}

footer ul li + li {
    margin-top: 10px;
}

/*
* Back to top
*/

#back-to-top {
    position: fixed;
    right: 1rem;
    bottom: 5rem;
    z-index: 99999;
    display: none;
}

#back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    transition: all 0.25s;
    background: #4873c0;
    color: #fff;
    font-size: 1.5rem;
}

#back-to-top i:hover {
    background: #725635;
    color: #fff;
    cursor: pointer;
}

/*
*	### Media Queries
*/

@media only screen and (max-width: 567px) {
    .navbar-nav > li > a {
        padding: 10px;
    }
}

@media only screen and (max-width: 767px) {
    /*
	 *	### Header
	 */
    .navbar-toggler i {
        font-size: 1.75rem;
    }

    .navbar-expand-md .navbar-collapse {
        padding-top: 0;
    }

    /*.navbar-collapse.collapsing .navbar-nav > li,
	.navbar-collapse.collapse .navbar-nav > li {
		align-self: flex-start;
	}*/

    .navbar-nav .dropdown-menu {
        text-align: center;
    }

    .navbar-brand img {
        position: relative;
        top: auto;
        height: 60px;
    }

    /*
	 * Floating blocks
	 */
    .section-filler .col-fill-left,
    .section-filler .col-fill-right {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    /*
	 *	### Header
	 */
    .navbar-right {
        float: left !important;
        margin-right: 0;
    }

    .navbar-brand img {
        height: 75px;
    }

    .navbar-nav .nav-item-lang .nav-link {
        padding-left: 0;
    }
}

@media screen and (max-width: 992px) {
    /*
	* Header
	*/
    .navbar-toggler i {
        font-weight: 700;
        font-size: 2rem;
        color: #531b5a;
    }

    .navbar-toggler:focus {
        outline: none;
    }

    /*
	 * Floating blocks
	 */
    .section-filler {
        padding-bottom: 0;
        padding-top: initial;
    }

    .section-filler > div:first-child {
        display: flex;
        flex-flow: column;
    }

    .section-filler .col-fill-left,
    .section-filler .col-fill-right {
        position: relative;
        order: 2;
        width: 100%;
        max-width: 720px;
        height: 300px;
        margin: 0 auto;
    }

    .section-filler .col-fill-left {
        order: 1;
    }

    .section-filler .col-fill-right {
        order: 2;
    }

    .section-filler .container {
        order: 1;
    }

    .section-filler .container [class*="col"] {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /*
	 *	### Footer
	 */
    footer .row > div:not(:last-child) {
        margin-bottom: 2em;
    }

    footer .px-5 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

/*@media only screen and (max-width: 1199px) {
	!*
	 *	### Header
	 *!
	.navbar-toggler {
		padding: 0.25rem;
	}

	.navbar-toggler i {
		transition: linear all 0.5s;
		color: #121212;
		font-weight: 700;
		font-size: 1.75rem;
	}

	body:not(.homepage) header#navigation.scrolled .navbar-toggler i,
	header#navigation.scrolled .navbar-toggler i {
		color: #6c6c6c;
	}

	.navbar-toggler span {
		font-size: 1rem;
	}

	[class^="navbar-expand-"] .navbar-nav .nav-link {
		display: inline-block;
	}

	.navbar-nav .active a:hover {
		color: #fab309 !important;
	}

	header#navigation:not(.scrolled) .navbar-nav {
		background: rgba(76, 37, 37, 0);
	}

	header#navigation:not(.scrolled) .navbar-nav ul ul,
	header#navigation:not(.scrolled) .navbar-nav .dropdown-menu {
		background: rgba(76, 37, 37, 0);
	}

	header#navigation .navbar .collapse ul ul,
	header#navigation .navbar .collapse ul ul.dropdown-menu {
		box-shadow: none !important;
	}

	.navbar-nav {
		text-align: left;
	}

	.navbar-nav > li > a:not(.dropdown-toggle)::after,
	a.effect::after {
		display: none;
	}

	.navbar li:hover > a {
		padding-left: 0.875rem;
	}

	.navbar-nav > li > a {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

	.navbar .collapse ul ul > li:hover > a,
	.navbar-nav .show .dropdown-menu > li > a:focus,
	.navbar-nav .show .dropdown-menu > li > a:hover {
		background: transparent;
		color: #fff;
	}

	body:not(.homepage) header#navigation:not(.scrolled) .navbar-nav > li a:hover,
	body:not(.homepage) header#navigation:not(.scrolled) .navbar-nav a:hover {
		color: #fab309;
	}

	.navbar-nav .dropdown.show:last-of-type .dropdown-menu.show {
		margin-bottom: 0.75rem;
	}

	.dropdown-menu {
		padding: 0.75rem 1rem;
	}

	.navbar-toggler:focus {
		outline: 0;
	}

	#navigation .navbar-collapse.collapsing .navbar-nav .dropdown-toggle::after {
		display: none;
	}

	.navbar-toggler,
	.navbar-toggler i,
	.navbar-toggler span {
		vertical-align: middle;
	}

	.navbar-toggler .fa-bars:before {
		content: '\002630';
	}

	.navbar-toggler .fa-close:before {
		content: '\002573';
	}
}*/

@media only screen and (min-width: 568px) {
    /*
	 *	### Header
	 */
    .navbar-nav > li {
        align-self: center;
        position: relative;
    }

    .navbar-nav > li > a.dropdown-toggle::after {
        border: 0;
    }

    .navbar-nav > li > a.dropdown-toggle::after {
        content: "";
        display: block;
        width: 0;
        height: 1px;
        background: #989230;
        transition: width 0.25s;
    }

    .navbar-nav > li > a.dropdown-toggle:hover::after {
        width: 100%;
    }

    .navbar .collapse ul ul li {
        position: relative;
    }

    .navbar-nav > li > a::after {
        height: 3px !important;
        background: #989230;
    }

    .navbar .collapse:not(.collapsing):not(.show) ul ul {
        display: none;
        position: absolute;
        min-width: 15rem;
    }

    .navbar .collapse:not(.collapsing):not(.show) ul li:hover > ul {
        display: block;
    }

    .navbar .collapse ul ul {
        top: 100%;
        left: 0;
    }

    header#navigation:not(.scrolled) .navbar ul ul li:not(.active) a {
        color: #121212;
    }

    header#navigation:not(.scrolled) .navbar-nav li:not(.active) a:hover {
        color: #000;
    }

    header#navigation.scrolled .navbar ul ul li:not(.active) a {
        color: #000;
    }

    header#navigation.scrolled .navbar-nav li:not(.active) a:hover {
        color: #989230;
    }

    .navbar .collapse ul ul ul {
        top: 0;
        left: 100%;
    }

    .navbar .collapse ul ul ul {
        left: 100%;
    }
}

/* Header principal */
#navigation {
    padding: 0;
    background: #fff;
}

#navigation .site-header-bottom {
    padding: 0;
}

#navigation .site-header-container {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "logo navigation actions";
    align-items: center;
    min-height: 110px;
    padding: 0;
    gap: 1.25rem;
}

#navigation .site-logo {
    grid-area: logo;
    justify-self: center;
    width: auto;
    margin: 0;
    padding: 0;
    text-align: left;
}

#navigation .site-logo img {
    display: block;
    width: 276px;
    height: auto;
}

#navigation.navbar-fixed-top .site-logo img,
#navigation.scrolled .site-logo img {
    width: 276px;
    height: auto !important;
    aspect-ratio: 112 / 37;
    object-fit: contain;
}

#navigation .site-navigation {
    grid-area: navigation;
    justify-self: center;
    padding: 0;
}

#navigation .site-navigation .navbar-nav {
    align-items: center;
    white-space: nowrap;
}

#navigation .site-navigation .navbar-nav > li {
    flex: 0 0 auto;
}

#navigation .site-navigation .navbar-nav > li > a {
    padding: 0.5rem 0.62rem;
    background-image: linear-gradient(90deg, #8f6bea, var(--theme-color1));
    background-repeat: no-repeat;
    background-position: 0 calc(100% + 2px);
    background-size: 0 2px;
    background-origin: content-box;
    color: #50345c;
    font-family: var(--body-font-family);
    font-size: 0.82rem;
    font-weight: 400;
    transition:
        background-size 0.4s ease,
        color 0.3s ease;
}

#navigation .site-navigation .navbar-nav li.active > a,
#navigation .site-navigation .navbar-nav li > a:hover,
#navigation .site-navigation .navbar-nav li > a:focus {
    background-size: 100% 2px;
    color: #c42c6d;
}

#navigation .site-navigation .navbar-nav li.active > a {
    background-size: 100% 2px;
}

#navigation .site-navigation .navbar-nav li > a:hover .menu-link-label,
#navigation .site-navigation .navbar-nav li > a:focus .menu-link-label {
    background: linear-gradient(90deg, #8f6bea, var(--theme-color1));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

#navigation .site-navigation .navbar-nav > li > a.dropdown-toggle::after {
    background: #531b5a;
}

@media (min-width: 1200px) {
    #navigation .site-navigation .navbar-nav > li > a.dropdown-toggle::after {
        position: relative;
        left: -0.18rem;
    }
}

#navigation .site-header-actions {
    grid-area: actions;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.8rem;
}

#navigation .site-header-phone {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #c42c6d;
    font-size: 0.85rem;
    font-weight: 700;
    white-space: nowrap;
}

#navigation .site-header-phone:hover,
#navigation .site-header-phone:focus {
    color: #8f164d;
    text-decoration: none;
}

#navigation .site-header-appointment {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0.6rem 1rem;
    border-radius: 999px;
    background: #c42c6d;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

#navigation .site-header-appointment:hover,
#navigation .site-header-appointment:focus {
    background: #8f164d;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.site-floating-actions {
    position: fixed;
    right: 1.4rem;
    bottom: 1.4rem;
    z-index: 1040;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.site-floating-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 9px 22px rgba(50, 33, 63, 0.22);
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.site-floating-action--top {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #8f6bea, #7051ed);
    box-shadow: 0 8px 17px rgba(112, 81, 237, 0.3);
    font-size: 0.78rem;
}
.site-floating-action--phone {
    background: var(--theme-color1);
}

.site-floating-action:hover,
.site-floating-action:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 13px 26px rgba(50, 33, 63, 0.28);
}

.appointment-label-mobile {
    display: none;
}

@media (max-width: 1199px) {
    #navigation .site-header-container {
        grid-template-columns: auto 1fr auto;
        grid-template-areas: "logo navigation actions";
        gap: 0.75rem;
    }

    #navigation .site-navigation {
        justify-self: end;
    }

    #navigation .site-navigation .navbar-toggler {
        padding: 0.25rem;
    }

    #navigation .site-navigation .navbar-collapse {
        position: absolute;
        top: calc(100% + 0.8rem);
        right: 0;
        width: min(320px, calc(100vw - 30px));
        padding: 0.6rem 1rem;
        background: #fff;
        box-shadow: 0 12px 28px rgba(80, 52, 92, 0.18);
    }

    #navigation .site-navigation .navbar-nav {
        align-items: stretch;
    }

    #navigation .site-navigation .navbar-nav > li > a {
        padding: 0.7rem 0;
    }

    #navigation .site-navigation .navbar-nav > li > a.dropdown-toggle {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-start;
    }

    #navigation .site-navigation .navbar-nav > li > a.dropdown-toggle::after,
    #navigation
        .site-navigation
        .navbar-nav
        > li
        > a.dropdown-toggle:hover::after {
        width: auto;
        height: auto !important;
        position: static !important;
        inset: auto;
        flex: 0 0 auto;
        margin: 0 0 0 0.45rem;
        border: 0;
        background: none;
        color: #50345c;
        content: "\f078";
        font-family: "FontAwesome";
        font-size: 0.78rem;
        line-height: 1;
        transition: transform 0.2s ease;
    }

    #navigation
        .site-navigation
        .navbar-nav
        > li.dropdown.show
        > a.dropdown-toggle::after {
        transform: rotate(180deg);
    }
}

@media (max-width: 767px) {
    #navigation .site-header-container {
        grid-template-columns: 1fr auto auto;
        grid-template-areas: "logo actions navigation";
        min-height: 80px;
        padding: 4px 12px;
        gap: 0.5rem;
    }

    #navigation .site-logo {
        justify-self: start;
    }

    #navigation .site-logo img {
        height: auto;
    }

    /* Starea fixed/scrolled a temei seta anterior height: 75px și deforma logo-ul. */
    #navigation.navbar-fixed-top .site-logo img,
    #navigation.scrolled .site-logo img {
        display: block;
        height: auto !important;
        aspect-ratio: 112 / 37;
        object-fit: contain;
        object-position: left center;
    }

    #navigation .site-header-phone {
        display: none;
    }

    #navigation .site-header-actions {
        gap: 0;
    }

    #navigation .site-header-appointment {
        min-height: 36px;
        padding: 0.5rem 0.7rem;
        font-size: 0.72rem;
        white-space: nowrap;
    }

    #navigation .appointment-label-desktop {
        display: none;
    }

    #navigation .appointment-label-mobile {
        display: inline;
    }

    #navigation .site-navigation {
        justify-self: end;
    }

    #navigation .site-navigation .navbar-toggler {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        padding: 0;
        border: 1px solid rgba(80, 52, 92, 0.2);
        border-radius: 50%;
        background: #fff;
    }

    #navigation .site-navigation .navbar-toggler i {
        font-size: 1.25rem;
        color: #50345c;
    }

    #navigation .site-navigation .navbar-collapse {
        top: calc(100% + 0.65rem);
        right: 0;
        width: min(300px, calc(100vw - 24px));
        padding: 0.75rem 1.1rem;
        border: 1px solid rgba(80, 52, 92, 0.12);
        border-radius: 14px;
        box-shadow: 0 12px 28px rgba(80, 52, 92, 0.16);
    }

    #navigation .site-navigation .navbar-nav > li > a {
        padding: 0.75rem 0;
        font-size: 0.93rem;
    }

    #navigation .site-navigation .navbar-nav > li + li {
        border-top: 1px solid rgba(80, 52, 92, 0.08);
    }

    #navigation .site-navigation .navbar-nav > li {
        text-align: center;
    }

    #navigation .site-navigation .navbar-nav > li > a {
        text-align: center;
    }

    #navigation .site-navigation .navbar-nav > li.dropdown > a.dropdown-toggle,
    #navigation
        .site-navigation
        .navbar-nav
        > li.dropdown.show
        > a.dropdown-toggle {
        position: relative;
        display: inline-flex;
        width: auto;
        justify-content: center;
        left: 0;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        transform: translateX(0) !important;
    }

    #navigation .site-navigation .navbar-nav > li.dropdown,
    #navigation .site-navigation .navbar-nav > li.dropdown.show {
        position: relative;
        left: 0;
        margin-left: 0;
        transform: translateX(0) !important;
    }

    #navigation .site-navigation .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        margin: 0;
        padding: 0.25rem 0;
        background: transparent;
        box-shadow: none;
        text-align: center;
    }

    #navigation .site-navigation .navbar-nav .dropdown-menu > li > a {
        padding: 0.6rem 0;
    }
}

@media (max-width: 480px) {
    #navigation .site-header-container {
        gap: 0.45rem;
    }

    #navigation .site-header-appointment {
        padding: 0.48rem 0.6rem;
        font-size: 0.66rem;
    }
}

/* Slide principal – îngrijiri paliative */
.palliative-banner #carouselHomepageBanner.carousel {
    max-height: none;
    margin-top: 110px;
}

.palliative-banner .carousel-item {
    position: relative;
    overflow: hidden;
}

/* This banner currently has one slide; Bootstrap's -100% slide offset would
   otherwise make the content overflow its parent on narrow screens. */
.palliative-banner #carouselHomepageBanner .carousel-item {
    float: none;
    margin-right: 0;
}

.palliative-banner #carouselHomepageBanner .carousel-item,
.palliative-banner #carouselHomepageBanner .carousel-item > img {
    height: clamp(600px, 33.33vw, 724px);
    min-height: 600px;
}

.palliative-banner .carousel-item > img {
    display: block;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .palliative-banner #carouselHomepageBanner .carousel-item > img {
        /* Keep the family and caregiver visible as the taller image is cropped. */
        object-position: 82% center;
    }

    .palliative-banner .care-hearts {
        /* The animation originates from the hands at the right edge of the photo. */
        right: 15.5%;
        bottom: 15%;
    }
}

#carouselHomepageBanner .carousel-control-conditional {
    display: none;
}

#carouselHomepageBanner .carousel-control-conditional.is-visible {
    display: flex;
}

.banner-quick-links {
    position: relative;
    z-index: 4;
    margin-top: -46px;
    margin-bottom: 2.5rem;
}

.banner-quick-links__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 14px 32px rgba(50, 55, 107, 0.13);
}

.banner-quick-link {
    display: flex;
    gap: 1.25rem;
    min-height: 252px;
    padding: 2.75rem 2.45rem;
    color: #fff;
}

.banner-quick-link--contact {
    background: #e6bbcb;
}
.banner-quick-link--appointment {
    background: #b495be;
}
.banner-quick-link--hours {
    background: #63426f;
}

.banner-quick-link__icon {
    flex: 0 0 auto;
    padding-top: 0.15rem;
    font-size: 2.15rem;
    line-height: 1;
}

.banner-quick-link h2 {
    margin: 0.1rem 0 0.65rem;
    color: #fff;
    font-family: var(--heading-font-family);
    font-size: 1.1rem;
    font-weight: 650;
}

.banner-quick-link p {
    margin: 0 0 1rem;
    font-size: 0.8rem;
    line-height: 1.65;
}

.banner-quick-link a {
    color: #fff;
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
}

.banner-quick-link--appointment a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.55rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
}

.banner-quick-link a:hover,
.banner-quick-link a:focus {
    color: #fff;
    text-decoration: underline;
}

.banner-quick-link__hours {
    margin-top: 0.15rem;
    font-size: 0.78rem;
}

.banner-quick-link__hours > div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.55rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.banner-quick-link__hours > div:last-child {
    border-bottom: 0;
}

.banner-quick-link__hours strong {
    font-weight: 500;
    white-space: nowrap;
}

.palliative-ekg {
    padding: 2.5rem 0 4.5rem;
}

.palliative-ekg__panel {
    position: relative;
    overflow: hidden;
    padding: 2.6rem 3rem 1.5rem;
    border-radius: 18px;
    /*background: #221d35;
	box-shadow: 0 20px 45px rgba(43, 28, 56, .16);*/
    color: #fff;
}

.palliative-ekg__heading,
.palliative-ekg__monitor,
.palliative-ekg__pulse {
    position: relative;
    z-index: 1;
}
.palliative-ekg__heading {
    max-width: 620px;
}

.palliative-ekg__eyebrow {
    display: block;
    margin-bottom: 0.6rem;
    font-size: clamp(1rem, 1.5vw, 1.3rem);
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.25;
    animation: banner-content-in 0.8s ease-out both;
}

.palliative-ekg__title {
    margin: 0 0 0.55rem;
    color: #fff;
    font-family: var(--heading-font-family);
    font-size: clamp(1.7rem, 2.6vw, 2.5rem);
    font-weight: 700;
    animation: banner-content-in 0.8s 0.12s ease-out both;
}

.palliative-ekg__heading p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
}

.palliative-ekg__monitor {
    margin-top: 1.8rem;
}

.palliative-ekg__wave {
    display: block;
    width: 100%;
    height: 145px;
    overflow: visible;
}
.palliative-ekg__trace-base,
.palliative-ekg__trace-moving {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.palliative-ekg__trace-base {
    stroke: rgba(239, 126, 176, 0.32);
    stroke-width: 3;
}
.palliative-ekg__trace-moving {
    stroke: #f4a4c8;
    stroke-width: 4;
    stroke-dasharray: 95 1450;
    filter: drop-shadow(0 0 5px rgba(244, 164, 200, 0.9));
    animation: ekg-trace 4.5s linear infinite;
}

.palliative-ekg__pulse {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 0.6rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.76rem;
}
.palliative-ekg__pulse span {
    color: #f4a4c8;
    font-size: 1.25rem;
    animation: ekg-beat 1.15s ease-in-out infinite;
}

@keyframes ekg-trace {
    to {
        stroke-dashoffset: -1545;
    }
}
@keyframes ekg-beat {
    0%,
    100% {
        transform: scale(1);
    }
    20% {
        transform: scale(1.25);
    }
    40% {
        transform: scale(0.95);
    }
}

.testimonials-section {
    position: relative;
    overflow: hidden;
    padding: 5.5rem 0;
    background: #fff;
}

/* Educație despre paliație */
.palliative-education {
    padding: 3rem 0 0;
    background: #f3f3fb;
}

.palliative-education__container {
    max-width: 1120px;
    padding: 0;
}

.palliative-education__header {
    max-width: 650px;
    margin: 0 auto;
    padding: 0 1.25rem 1.55rem;
    text-align: center;
}

.palliative-education__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.palliative-education__card {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 268px;
    overflow: hidden;
    padding: 3.4rem 2.5rem;
    border-radius: 32px 32px 0 0;
    background: rgba(255, 253, 249, 0.9);
}

.palliative-education__content {
    position: relative;
    z-index: 1;
    max-width: 520px;
}

.palliative-education__content--faq {
    width: 100%;
    max-width: none;
}

.palliative-education__content--faq > .text-eyebrow {
    margin-bottom: 1.15rem;
}

.palliative-education__faq {
    border-top: 2px solid #c42c6d;
}

.palliative-education__faq details {
    border-bottom: 2px solid #e2e6e8;
}

.palliative-education__faq summary {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem 0;
    color: #394233;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    list-style: none;
}

.palliative-education__faq summary::-webkit-details-marker {
    display: none;
}

.palliative-education__faq summary::before {
    display: inline-flex;
    flex: 0 0 1.4rem;
    align-items: center;
    justify-content: center;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    border: 1px solid #394233;
    background: transparent;
    color: #394233;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 0.7rem;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.palliative-education__faq details[open] summary {
    color: #c42c6d;
}

.palliative-education__faq details[open] summary::before {
    border-color: #c42c6d;
    background: transparent;
    color: #c42c6d;
    transform: rotate(90deg);
}

.palliative-education__faq details p {
    max-width: none;
    margin: -0.1rem 0 1.15rem 2.25rem;
    color: #7d8ba4;
    font-size: 0.86rem;
    line-height: 1.65;
}

.palliative-education__eyebrow {
    display: block;
    margin-bottom: 0.8rem;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.palliative-education__card h3 {
    margin: 0 0 0.9rem;
    color: #394233;
    font-size: 1.1rem;
    font-weight: 700;
}

.palliative-education__card p {
    max-width: 510px;
    margin: 0 0 1rem;
    color: #6e716d;
    font-size: 0.94rem;
    line-height: 1.4;
}

.palliative-education__link {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: #394233;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
}

.palliative-education__link .fa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 50%;
    color: #fff;
    font-size: 0.68rem;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease;
}

.palliative-education__link:hover,
.palliative-education__link:focus {
    text-decoration: none;
}

.palliative-education__link:hover .fa,
.palliative-education__link:focus .fa {
    transform: translateX(3px);
}

.palliative-education__icon {
    position: absolute;
    right: clamp(2rem, 8vw, 8rem);
    top: 50%;
    color: #f9f9f9;
    font-size: clamp(7rem, 10vw, 11rem);
    line-height: 1;
    animation: palliative-education-icon-bounce 5.5s ease-in-out infinite
        alternate;
}

@keyframes palliative-education-icon-bounce {
    from {
        transform: translateY(-50%) translateX(0);
    }
    to {
        transform: translateY(-50%) translateX(22px);
    }
}

@media (max-width: 767px) {
    .palliative-education__grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .palliative-education__card {
        min-height: 230px;
        padding: 2.5rem 1.5rem;
        border-radius: 24px 24px 0 0;
    }

    .palliative-education__card p {
        max-width: 72%;
    }

    .palliative-education__icon {
        right: 1.5rem;
        font-size: 7rem;
    }
}

.testimonials-section > .container {
    position: relative;
    z-index: 1;
}

.testimonials-section__shape {
    position: absolute;
    left: -5.5rem;
    bottom: -7rem;
    z-index: 0;
    width: 520px;
    opacity: 0.02;
    pointer-events: none;
}

.testimonials-section__shape img {
    display: block;
    width: 100%;
    height: auto;
}

.bounce-x {
    animation: testimonials-bounce-x 5.5s ease-in-out infinite alternate;
}

@keyframes testimonials-bounce-x {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(22px);
    }
}

.testimonials-section__layout {
    display: grid;
    grid-template-columns: minmax(330px, 0.8fr) minmax(0, 1.25fr);
    align-items: stretch;
    max-width: 1120px;
    margin: 0 auto;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(65, 39, 75, 0.1);
    overflow: hidden;
}

.testimonials-section__image {
    position: relative;
    min-height: 520px;
    overflow: hidden;
}

.testimonials-section__image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 76% center;
}

.testimonials-section__rating {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 0.65rem;
    align-items: center;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.93);
    color: #50345c;
    box-shadow: 0 6px 18px rgba(53, 33, 60, 0.12);
}

.testimonials-section__rating strong {
    grid-row: span 2;
    font-size: 2rem;
    line-height: 1;
}
.testimonials-section__rating span {
    color: #c42c6d;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
}
.testimonials-section__rating small {
    color: #766c7a;
    font-size: 0.63rem;
}

.testimonials-section__content {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    padding: 3.3rem 4rem 2.4rem;
}

/* Variante compactă pentru cele două carduri de pe pagina Informații. */
.testimonials-section--compact {
    padding: 3.25rem 0;
}
.testimonials-section--compact .testimonials-section__layout {
    height: 300px;
}
.testimonials-section--compact .testimonials-section__image {
    min-height: 0;
    height: 300px;
}
.testimonials-section--compact .testimonials-section__content {
    justify-content: center;
    padding: 1.75rem 3.25rem;
}
.testimonials-section--compact .testimonials-section__content .h1-title {
    font-size: clamp(1.8rem, 2.35vw, 2.5rem);
}
.testimonials-section--compact .testimonials-section__content p {
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    line-height: 1.45;
}

@media (max-width: 767px) {
    .testimonials-section--compact {
        padding: 2rem 12px;
    }
    .testimonials-section--compact .testimonials-section__layout {
        height: auto;
    }
    .testimonials-section--compact .testimonials-section__image {
        min-height: 245px;
        height: 245px;
    }
    .testimonials-section--compact .testimonials-section__content {
        padding: 1.75rem 1.35rem;
    }
}

/* Contact */
.contact-intro {
    position: relative;
    padding: 5.75rem 0 4.25rem;
    overflow: hidden;
    background: linear-gradient(135deg, #fff 0%, #fbf7fa 55%, #f2ebf6 100%);
}

.contact-intro::after {
    position: absolute;
    right: -8rem;
    top: -11rem;
    width: 29rem;
    height: 29rem;
    border-radius: 50%;
    background: rgba(196, 44, 109, 0.07);
    content: "";
}

.contact-intro__content {
    position: relative;
    z-index: 1;
    max-width: 790px;
    text-align: center;
}

.contact-intro__content .text-eyebrow {
    margin: 0 auto 1.1rem;
}
.contact-intro__content h2 {
    margin: 0;
    color: #394233;
    font-size: clamp(2rem, 3.2vw, 3.25rem);
    line-height: 1.12;
}
.contact-intro__content p {
    max-width: 660px;
    margin: 1.35rem auto 0;
    color: #6e716d;
    font-size: 1.05rem;
    line-height: 1.75;
}

/* Introducerea de pe pagina Contact folosește aceeași clasă, dar este aliniată la stânga. */
.testimonials-section > .contact-intro__content {
    max-width: 1120px;
    text-align: left;
}
.testimonials-section > .contact-intro__content p {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.contact-details {
    padding: 0 0 5.5rem;
    background: #fff;
}

.contact-details > .container {
    position: relative;
    z-index: 2;
    margin-top: -1.4rem;
}
.contact-details .testimonials-section__layout {
    border: 1px solid rgba(80, 52, 92, 0.08);
    box-shadow: 0 22px 55px rgba(65, 39, 75, 0.13);
}
.contact-details .testimonials-section__content {
    justify-content: center;
    padding: 3.5rem 4.25rem;
    background: linear-gradient(145deg, #fff 0%, #fcf9fc 100%);
}

.contact-details__list {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.8rem;
}

.contact-details__item {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    color: #5f5961;
    font-size: 0.94rem;
    line-height: 1.55;
}

.contact-details__item > .fa {
    display: inline-flex;
    flex: 0 0 2rem;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #f4eef8;
    color: #c42c6d;
}

.contact-details__item a {
    color: #50345c;
    font-weight: 700;
}
.contact-details__item .text-link {
    font-size: 0.8rem;
    font-weight: 600;
}
.contact-details .testimonials-section__image {
    min-height: 480px;
}
.contact-details .OpenStreetMap {
    width: 100%;
    height: 100% !important;
}

.contact-form-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #f7f4f8 0%, #f2f6f1 100%);
}

.contact-form-section__card {
    display: grid;
    grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
    gap: 3.5rem;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(65, 39, 75, 0.1);
    overflow: hidden;
}

.contact-form-section__intro {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3.75rem 3.5rem;
    background: #50345c;
    color: rgba(255, 255, 255, 0.82);
}

.contact-form-section__video,
.contact-form-section__video-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.contact-form-section__video {
    object-fit: cover;
    object-position: center;
}
.contact-form-section__video-overlay {
    background: rgba(56, 31, 67, 0.87);
    pointer-events: none;
}
.contact-form-section__intro-content {
    position: relative;
    z-index: 1;
}
.contact-form-section__intro .text-eyebrow {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}
.contact-form-section__intro .text-eyebrow i {
    color: #f4a4c8;
}
.contact-form-section__intro h2 {
    margin: 0 0 1rem;
    color: #fff;
    font-size: clamp(2rem, 3vw, 3.1rem);
    line-height: 1.1;
}
.contact-form-section__intro p {
    max-width: 350px;
    margin: 0;
    color: #fff;
    line-height: 1.7;
}
.contact-form-section__form {
    padding: 3.25rem 3.5rem;
}
.contact-form-section__form .ml-auto {
    margin-left: 0 !important;
    padding-top: 0 !important;
    width: 100%;
}
.contact-form-section__form .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.contact-form-section__form [class*="col"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.contact-form-section__form .form-control {
    min-height: 48px;
    border: 1px solid #ded6e0;
    border-radius: 10px;
    background: #fff;
    font-size: 0.95rem;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}
.contact-form-section__form .form-service-label {
    display: block;
    margin: 0 0 0.55rem;
    color: #50345c;
    font-size: 0.86rem;
    font-weight: 700;
}
.contact-form-section__form .form-service-label span {
    color: #c42c6d;
}
.contact-form-section__form textarea.form-control {
    min-height: 112px;
    padding-top: 0.8rem;
    resize: vertical;
}
.contact-form-section__form .form-control:focus {
    border-color: #c42c6d;
    box-shadow: 0 0 0 3px rgba(196, 44, 109, 0.12);
}
.contact-form-section__form .button-overlay-dark {
    min-height: 46px;
    border: 0;
    background: #c42c6d;
    color: #fff;
    font-weight: 700;
}
.contact-form-section__form .button-overlay-dark:hover,
.contact-form-section__form .button-overlay-dark:focus {
    background: #a72059;
}
.contact-form-section__form .info {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    color: #6e716d;
    font-size: 0.82rem;
    line-height: 1.5;
}
.contact-form-section__form #consent {
    flex: 0 0 auto;
    margin-top: 0.18rem;
}

/* Chestionar satisfacție */
.satisfaction-survey {
    padding: 5.5rem 0;
    background: linear-gradient(135deg, #f8f4f8, #f3f7f2);
}
.satisfaction-survey__container {
    max-width: 940px;
}
.satisfaction-survey__intro {
    max-width: 680px;
    margin: 0 auto 2.5rem;
    text-align: center;
}
.satisfaction-survey__intro .text-eyebrow {
    margin: 0 auto 1rem;
}
.satisfaction-survey__intro h2 {
    margin: 0;
    color: #394233;
    font-size: clamp(2rem, 3.2vw, 3.2rem);
}
.satisfaction-survey__intro p {
    margin: 1rem 0 0;
    color: #6e716d;
    line-height: 1.7;
}
.satisfaction-survey__form {
    padding: 1.25rem;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 20px 52px rgba(65, 39, 75, 0.11);
}
.satisfaction-survey__question {
    margin: 0;
    padding: 1.75rem;
    border: 0;
    border-bottom: 1px solid #ebe5ec;
}
.satisfaction-survey__question:last-of-type {
    border-bottom: 0;
}
.satisfaction-survey__question legend {
    width: 100%;
    margin: 0 0 1.2rem;
    color: #394233;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.5;
}
.satisfaction-survey__question legend > span:last-child {
    color: #c42c6d;
}
.satisfaction-survey__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    margin-right: 0.6rem;
    border-radius: 50%;
    background: #f4eef8;
    color: #c42c6d;
    font-size: 0.82rem;
}
.satisfaction-survey__options {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.6rem;
}
.satisfaction-survey__option {
    position: relative;
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: center;
    padding: 0.7rem;
    border: 1px solid #e1d9e4;
    border-radius: 12px;
    color: #655d67;
    cursor: pointer;
    font-size: 0.79rem;
    line-height: 1.3;
    text-align: center;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}
.satisfaction-survey__option:hover {
    border-color: #c42c6d;
    transform: translateY(-2px);
}
.satisfaction-survey__option input {
    position: absolute;
    opacity: 0;
}
.satisfaction-survey__option:has(input:checked) {
    border-color: #c42c6d;
    background: #fbedf3;
    color: #9e1e57;
    box-shadow: 0 0 0 3px rgba(196, 44, 109, 0.1);
}
.satisfaction-survey__submit {
    margin: 1.75rem;
    border: 0;
    background: #c42c6d;
    color: #fff;
    font-weight: 700;
}
.satisfaction-survey__submit:hover,
.satisfaction-survey__submit:focus {
    background: #a72059;
}
.satisfaction-survey__message {
    margin-bottom: 1.25rem;
}
.satisfaction-survey__honeypot {
    position: absolute;
    left: -9999px;
}

@media (max-width: 767px) {
    .contact-intro {
        padding: 3.75rem 12px 3.25rem;
    }
    .contact-intro__content p {
        font-size: 0.96rem;
    }
    .contact-details {
        padding-bottom: 3rem;
    }
    .contact-details > .container {
        margin-top: 0;
    }
    .contact-details .testimonials-section__content {
        padding: 2.2rem 1.5rem;
    }
    .contact-details .testimonials-section__image {
        min-height: 310px;
    }
    .contact-form-section {
        padding: 3rem 12px;
    }
    .contact-form-section__card {
        grid-template-columns: 1fr;
        gap: 0;
        border-radius: 16px;
    }
    .contact-form-section__intro,
    .contact-form-section__form {
        padding: 2.2rem 1.5rem;
    }
    .satisfaction-survey {
        padding: 3.5rem 12px;
    }
    .satisfaction-survey__form {
        padding: 0.5rem;
        border-radius: 16px;
    }
    .satisfaction-survey__question {
        padding: 1.4rem 1rem;
    }
    .satisfaction-survey__options {
        grid-template-columns: 1fr;
        gap: 0.45rem;
    }
    .satisfaction-survey__option {
        min-height: 46px;
        justify-content: flex-start;
        padding: 0.75rem 1rem 0.75rem 2.6rem;
        text-align: left;
    }
    .satisfaction-survey__option::before {
        position: absolute;
        left: 1rem;
        width: 0.9rem;
        height: 0.9rem;
        border: 1px solid #b9adbc;
        border-radius: 50%;
        content: "";
    }
    .satisfaction-survey__option:has(input:checked)::before {
        border: 4px solid #c42c6d;
        background: #fff;
    }
    .satisfaction-survey__submit {
        width: calc(100% - 2rem);
        margin: 1rem;
    }
}

.text-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    align-self: flex-start;
    margin-bottom: 1.1rem;
    padding: 0.32rem 0.85rem;
    border-radius: 999px;
    background: #f4eef8;
    color: #50345c;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
}

.text-eyebrow i {
    color: #e00b6a;
    font-size: 0.5rem;
}

.about-intro {
    padding: 5.5rem 0;
    background: #fff;
}

.cas-services {
    padding: 5.5rem 0;
    background: #fff;
}

.cas-services__header {
    max-width: 760px;
    margin-bottom: 2.25rem;
}

.cas-services__header h2 {
    margin: 0.6rem 0 0;
    color: #394233;
}

.cas-services__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.cas-services__contract,
.cas-services__medication {
    border: 1px solid #e4e1e5;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(80, 52, 92, 0.05);
}

.cas-services__contract {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    padding: 2rem;
}

.cas-services__contract > .fa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 3.35rem;
    width: 3.35rem;
    height: 3.35rem;
    border-radius: 14px;
    background: #f7e7ee;
    color: #c42c6d;
    font-size: 1.45rem;
}

.cas-services h3 {
    margin: 0;
    color: #394233;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.4;
}

.cas-services__contract p {
    margin: 0.45rem 0 0.95rem;
    color: #c42c6d;
    font-size: 0.84rem;
    font-weight: 700;
    text-transform: uppercase;
}

.cas-services__contract strong {
    display: block;
    color: #69727a;
    font-size: 0.88rem;
    line-height: 1.6;
}

.cas-services__contract strong span {
    color: #394233;
}

.cas-services__medication {
    padding: 1.65rem 1.85rem;
}

.cas-services__medication h3 {
    margin-bottom: 1rem;
}

.cas-services__medication dl {
    margin: 0;
}

.cas-services__medication dl > div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.55rem 0;
    border-top: 1px solid #ece9eb;
}

.cas-services__medication dt,
.cas-services__medication dd {
    margin: 0;
    color: #69727a;
    font-size: 0.84rem;
}

.cas-services__medication dd {
    color: #394233;
    font-weight: 700;
    white-space: nowrap;
}

.about-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(2.5rem, 7vw, 7rem);
    align-items: start;
}

.about-intro__eyebrow {
    margin-bottom: 1.15rem;
    background: #f1f0f2;
    color: #6e6a70;
}

.about-intro__heading h1 {
    margin: 0;
    color: #58545b;
    font-size: clamp(2rem, 3.15vw, 3.45rem);
    font-weight: 500;
    line-height: 1.17;
}

.about-intro__content {
    position: relative;
    top: 1.25rem;
    padding-top: 1.35rem;
    padding-left: clamp(1.5rem, 3vw, 3.25rem);
    border-left: 1px solid #e4e1e5;
}

.about-intro__content p {
    margin: 0;
    color: #77737a;
    font-size: 1rem;
    line-height: 1.82;
}

.about-intro__content p + p {
    margin-top: 1.15rem;
}

.about-intro__content--muted {
    color: #77737a;
    line-height: 1.82;
}

.about-intro__departments {
    display: grid;
    gap: 0.8rem;
    padding-top: 0;
}

.about-intro--leadership .about-intro__grid {
    align-items: stretch;
}

.about-intro--leadership .about-intro__departments {
    align-self: stretch;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    height: 100%;
    top: 0;
}

.leadership-card {
    display: grid;
    grid-template-columns: minmax(155px, 0.72fr) minmax(0, 1.28fr);
    gap: 1.25rem;
    align-items: center;
    padding: 1.2rem 1.35rem;
    border: 1px solid #e4e1e5;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(80, 52, 92, 0.05);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.about-intro--leadership .leadership-card {
    min-height: 0;
    padding: 0.75rem 1.1rem;
}

.leadership-card:hover {
    border-color: #d7b7c8;
    box-shadow: 0 12px 24px rgba(80, 52, 92, 0.09);
    transform: translateX(4px);
}

.leadership-card__title > span {
    display: block;
    margin-bottom: 0.32rem;
    color: #c42c6d;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.leadership-card h3 {
    margin: 0;
    color: #394233;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.32;
}

.leadership-card__details {
    display: flex;
    flex-wrap: wrap;
    gap: 0.38rem 1rem;
    align-items: center;
}

.leadership-card__details a,
.leadership-card__details p {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
    color: #68727c;
    font-size: 0.78rem;
    line-height: 1.45;
    text-decoration: none;
}

.leadership-card__details a:hover,
.leadership-card__details a:focus {
    color: #c42c6d;
    text-decoration: none;
}

.leadership-card__details .fa {
    color: #c42c6d;
}

@media (max-width: 991px) {
    .cas-services__layout {
        grid-template-columns: 1fr;
    }

    .about-intro--leadership .about-intro__departments {
        grid-template-rows: none;
        height: auto;
    }

    .leadership-card {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
}

.text-eyebrow,
.testimonials-section__content h2,
.testimonials-section__slides,
.testimonials-section__controls {
    position: relative;
    z-index: 1;
}

.testimonials-section__content h2 {
    margin: 0;
    color: #50345c;
    font-size: clamp(2rem, 3vw, 3.25rem);
    line-height: 1.13;
}

.testimonials-section__content h2 span {
    font-size: 0.92em;
    font-weight: 400;
}

.testimonials-section__slides {
    position: relative;
    flex: 1 1 auto;
    min-height: 230px;
    margin-top: 4.8rem;
}

.testimonial-slide {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition:
        opacity 0.4s ease,
        transform 0.4s ease;
}

.testimonial-slide.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.testimonial-slide__quote {
    position: absolute;
    top: 14.5rem;
    left: 3rem;
    z-index: 0;
    color: #edebef;
    font-family: Georgia, serif;
    font-size: 16.5rem;
    font-weight: 700;
    line-height: 0.2;
    pointer-events: none;
}
.testimonial-slide > p {
    max-width: 680px;
    margin: 1.4rem 0 1.8rem;
    color: #6f6d70;
    font-size: 1.03rem;
    line-height: 1.78;
}

.testimonial-slide > p:first-of-type {
    margin: 0.35rem 0 0.85rem;
}

.testimonial-slide > p + p {
    margin: 0;
    color: #50345c;
    font-size: 0.84rem;
    line-height: 1.4;
}

.testimonials-section__controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.65rem;
    margin-top: 1.6rem;
}

.testimonials-section__controls button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #e7e1e9;
    border-radius: 10px;
    background: #fff;
    color: #8f6bea;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.testimonials-section__controls button:hover {
    background: #8f6bea;
    color: #fff;
}
.testimonials-section__count {
    margin: 0 0.35rem;
    color: #817687;
    font-size: 0.78rem;
}
.testimonials-section__count b {
    color: #50345c;
}

.care-services {
    padding: 5.5rem 0;
    background: #f5f5fc;
}

.care-services__header {
    max-width: 720px;
    margin: 0 auto 3rem;
    text-align: center;
}

.care-services__eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    background: #dceeff;
    color: #276eea;
    font-size: 0.76rem;
    font-weight: 700;
}

.care-services__header h1 {
    margin: 0;
    color: #16233e;
    font-size: clamp(2rem, 3vw, 3.05rem);
}

.care-services__header h1 span {
    font-size: 0.92em;
    font-weight: 400;
}
.care-services__header p {
    margin: 0.85rem auto 0;
    color: #617086;
    font-size: 1rem;
    line-height: 1.6;
}

.care-services__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}

.care-services--six-columns .care-services__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem;
}

.care-services--five-columns .care-services__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.care-services--two-columns .care-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.care-services--one-column .care-services__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}

.care-services--six-columns .care-services__grid + .care-services__grid {
    margin-top: 1rem;
}

.care-services--six-columns .care-service-card {
    min-height: 190px;
    padding: 1.2rem;
}

.care-services--six-columns .care-service-card__icon {
    margin-bottom: 0.85rem;
}

.care-service-card {
    display: flex;
    flex-direction: column;
    min-height: 265px;
    padding: 1.75rem;
    border: 1px solid #dce4ee;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(35, 61, 95, 0.06);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.care-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 32px rgba(35, 61, 95, 0.13);
}

.care-service-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 1.3rem;
    border-radius: 13px;
    background: #f2f2fe;
    color: #f7539d;
    font-size: 1.3rem;
}

.care-service-card__icon svg {
    width: 1.55rem;
    height: 1.55rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.5;
}

.care-service-card h3 {
    margin: 0 0 0.65rem;
    color: #16233e;
    font-family: var(--heading-font-family);
    font-size: 1.08rem;
    font-weight: 700;
}

.care-service-card p {
    margin: 0 0 1.2rem;
    color: #647187;
    font-size: 0.86rem;
    line-height: 1.65;
}

.care-service-card .care-service-card__caption {
    font-size: 0.75rem;
}

.care-service-card a:not(.text-link),
.care-services__footer a:not(.button-overlay-dark) {
    color: #276eea;
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
}

.care-service-card a {
    margin-top: auto;
}
.care-service-card a:hover,
.care-services__footer a:not(.button-overlay-dark):hover {
    color: #c42c6d;
}

.care-services__footer {
    margin-top: 2.5rem;
    text-align: center;
}
.care-services__footer a:not(.button-overlay-dark) {
    display: inline-block;
    padding: 0.75rem 1.35rem;
    border: 1px solid #8ab8ff;
    border-radius: 999px;
}

.medical-team {
    padding: 5.75rem 0;
    background: #fff;
}

.medical-team__header {
    max-width: 720px;
    margin: 0 auto 3rem;
    text-align: center;
}

.medical-team__header .text-eyebrow {
    margin-bottom: 1rem;
}
.medical-team__header h1 {
    margin: 0;
    color: #50345c;
    font-size: clamp(2rem, 3vw, 3.05rem);
}
.medical-team__header h1 span {
    display: inline-block;
    font-size: 0.92em;
    font-weight: 400;
}
.medical-team__header p {
    margin: 0.85rem auto 0;
    color: #77737a;
    font-size: 1rem;
    line-height: 1.6;
}

.medical-team__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.8rem;
}

.medical-team__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 190px;
    padding: 1.7rem;
    border: 1px solid #e5e1e7;
    border-radius: 18px;
    background: transparent;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.medical-team__card:hover {
    transform: translateY(-5px);
    border-color: #cdb6d8;
    box-shadow: 0 12px 24px rgba(80, 52, 92, 0.06);
}
.medical-team__card > i,
.medical-team__card > .medical-team__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    color: #e53f7e;
    font-size: 2rem;
}
.medical-team__icon svg {
    width: 2rem;
    height: 2rem;
    stroke: currentColor;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.medical-team__card h2 {
    margin: 0;
    color: #50345c;
    font-size: 1.06rem;
    font-weight: 600;
    line-height: 1.38;
}
.medical-team__card p {
    margin: 0.55rem 0 0;
    color: #77737a;
    line-height: 1.55;
}

.medical-team__credential {
    color: #000;
}
.medical-team__card .text-link {
    margin-top: 1.15rem;
}

.palliative-about-note {
    padding: 2.5rem 0 5.5rem;
    background: #fff;
}

.palliative-about-note__content {
    max-width: none;
    margin: 0;
    padding-left: clamp(1.5rem, 3vw, 3.25rem);
    border-left: 1px solid #e4e1e5;
}

.palliative-about-note__content p {
    margin: 0;
    color: #57535a;
    font-size: 1rem;
    line-height: 1.82;
}

.palliative-about-note__content p + p {
    margin-top: 1.15rem;
}

.palliative-about-note__content--medication {
    max-width: none;
    margin: 2.5rem 0 0;
    padding: 0;
    border: 0;
    text-align: left;
}

.palliative-about-note__content--medication h3 {
    margin: 0 0 0.9rem;
    color: #394233;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
}

.palliative-about-note__content--medication .cas-services__medication {
    margin-top: 1rem;
    padding: 1rem;
    border-color: #e8d9e1;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff 0%, #fcf7fb 100%);
    box-shadow: 0 12px 28px rgba(80, 52, 92, 0.06);
}

.palliative-about-note__content--medication .cas-services__medication dl > div {
    padding: 1rem 1.1rem;
    border: 1px solid #efe3ed;
    border-radius: 12px;
    background: #fff;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.palliative-about-note__content--medication .cas-services__medication dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.palliative-about-note__content--medication
    .cas-services__medication
    dl
    > div:hover {
    background: #fcf0f7;
    transform: translateY(-2px);
}

.palliative-about-note__content--medication .cas-services__medication dt {
    color: #68727c;
}

.palliative-about-note__content--medication .cas-services__medication dd {
    color: #c42c6d;
    font-size: 0.95rem;
}

@media (max-width: 575px) {
    .palliative-about-note__content--medication .cas-services__medication dl {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .care-services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .care-services--six-columns .care-services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.care-hearts {
    position: absolute;
    right: 15%;
    bottom: 20%;
    z-index: 3;
    width: 120px;
    height: 130px;
    pointer-events: none;
}

.care-hearts span {
    position: absolute;
    bottom: 0;
    color: var(--theme-color1);
    font-size: 1rem;
    line-height: 1;
    filter: drop-shadow(0 2px 4px rgba(80, 52, 92, 0.16));
    opacity: 0;
    animation: care-heart-float 4.6s ease-in infinite;
}

.care-hearts span:nth-child(1) {
    left: 8px;
    animation-delay: 0s;
}
.care-hearts span:nth-child(2) {
    left: 42px;
    font-size: 0.72rem;
    animation-delay: 1.1s;
}
.care-hearts span:nth-child(3) {
    left: 70px;
    font-size: 0.9rem;
    animation-delay: 2.2s;
}
.care-hearts span:nth-child(4) {
    left: 28px;
    font-size: 0.58rem;
    animation-delay: 3.3s;
}

.palliative-banner .care-hearts span {
    font-size: 1.28rem;
    filter: drop-shadow(0 3px 6px rgba(80, 52, 92, 0.25));
    animation-name: palliative-heart-float;
}
.palliative-banner .care-hearts span:nth-child(1) {
    color: #8f6bea;
}
.palliative-banner .care-hearts span:nth-child(2) {
    color: var(--theme-color1);
    font-size: 0.98rem;
}
.palliative-banner .care-hearts span:nth-child(3) {
    color: #fff;
    font-size: 1.16rem;
}
.palliative-banner .care-hearts span:nth-child(4) {
    color: #e56b9c;
    font-size: 0.86rem;
}

@keyframes palliative-heart-float {
    0% {
        opacity: 0;
        transform: translate3d(0, 12px, 0) scale(0.72);
    }
    16% {
        opacity: 0.96;
    }
    72% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        transform: translate3d(20px, -112px, 0) scale(1.15);
    }
}

@keyframes care-heart-float {
    0% {
        opacity: 0;
        transform: translate3d(0, 10px, 0) scale(0.72);
    }
    16% {
        opacity: 0.78;
    }
    72% {
        opacity: 0.42;
    }
    100% {
        opacity: 0;
        transform: translate3d(20px, -112px, 0) scale(1.13);
    }
}

.palliative-banner-content {
    position: absolute;
    top: 50%;
    left: max(4vw, calc((100% - 1140px) / 2));
    width: min(48%, 665px);
    min-width: 0;
    transform: translateY(-50%);
    color: #50345c;
    z-index: 2;
}

.h1-title {
    font-family: var(--heading-font-family);
    font-size: clamp(2.3rem, 3vw, 3.55rem);
    font-weight: 900;
    line-height: 1.12;
}

.palliative-banner-content h1 {
    margin: 1.5rem 0 1.15rem;
    color: #50345c;
    animation: banner-content-in 0.8s ease-out both;
}

.palliative-banner-content h1 span {
    color: inherit;
    font-size: 0.77em;
    font-weight: 500;
}

.palliative-banner-content h1 span.font-style3-accent {
    color: transparent;
    display: block;
    margin-top: 50px;
}

/* The clinic name complements the banner title on mobile without repeating it
   on larger screens, where the full visual identity is already visible. */
.palliative-banner-content h1 .palliative-banner__clinic {
    display: none;
}

@media (max-width: 767.98px) {
    .palliative-banner-content h1 .palliative-banner__clinic {
        display: block;
        margin: 0.3rem 0 0.45rem;
        color: #725d7a;
        font-family: var(--body-font-family);
        font-size: 1.2rem;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 1.3;
    }
}

.palliative-banner-content > p {
    max-width: 600px;
    margin: 0 0 1.9rem;
    color: #50345c;
    font-size: clamp(0.9rem, 1.01vw, 1.01rem);
    line-height: 1.5;
    animation: banner-content-in 0.8s 0.14s ease-out both;
}

.palliative-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 665px;
    margin: 0;
    padding: 0;
    gap: 1.2rem 1.5rem;
    list-style: none;
}

.palliative-benefits li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.65rem;
    color: #50345c;
    font-size: clamp(0.68rem, 0.72vw, 0.8rem);
    letter-spacing: -0.025em;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    cursor: default;
    animation: banner-content-in 0.65s calc(0.22s + var(--benefit-delay, 0s))
        ease-out both;
}

.palliative-benefits li:nth-child(2) {
    --benefit-delay: 0.08s;
}
.palliative-benefits li:nth-child(3) {
    --benefit-delay: 0.16s;
}
.palliative-benefits li:nth-child(4) {
    --benefit-delay: 0.24s;
}
.palliative-benefits li:nth-child(5) {
    --benefit-delay: 0.32s;
}
.palliative-benefits li:nth-child(6) {
    --benefit-delay: 0.4s;
}

.palliative-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(56px, 4.5vw, 74px);
    height: clamp(56px, 4.5vw, 74px);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    color: #50345c;
    isolation: isolate;
    transition:
        transform 0.28s ease,
        background-color 0.28s ease,
        color 0.28s ease;
}

.palliative-icon > img {
    position: relative;
    z-index: 1;
    width: 58%;
    height: auto;
    object-fit: contain;
}

.palliative-accreditation-logo {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(56px, 4.5vw, 74px);
    height: clamp(56px, 4.5vw, 74px);
    /* Fixed padding avoids percentage sizing against the grid item, not this circle. */
    padding: 0.5rem;
    box-sizing: border-box;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    isolation: isolate;
    transition:
        transform 0.28s ease,
        background-color 0.28s ease;
}

.palliative-accreditation-logo > img {
    position: relative;
    z-index: 1;
    display: block;
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* More breathing room from the md breakpoint upward. */
@media (min-width: 768px) {
    .palliative-benefits {
        gap: 1.3rem 1.75rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .palliative-icon,
    .palliative-accreditation-logo {
        width: 72px;
        height: 72px;
    }
}

/* Larger banner benefits on desktop, without reducing the available mobile space. */
@media (min-width: 992px) {
    .palliative-benefits {
        gap: 1.5rem 2.25rem;
    }

    .palliative-benefits li {
        font-size: clamp(0.9rem, 1vw, 1.05rem);
    }

    .palliative-icon,
    .palliative-accreditation-logo {
        width: clamp(84px, 6.75vw, 111px);
        height: clamp(84px, 6.75vw, 111px);
    }

    .palliative-accreditation-logo {
        /* padding: clamp(1.55rem, 2vw, 2rem); */
    }

    .palliative-accreditation-logo > img {
        transform: scale(1.1);
        transform-origin: center;
        transition: transform 0.28s ease;
    }
}

/* Keep homepage benefit labels and icons at the balanced sub-1200px scale
   instead of enlarging them on wide desktop screens. */
@media (min-width: 1200px) {
    .palliative-benefits li {
        font-size: 0.9rem;
    }

    .palliative-icon,
    .palliative-accreditation-logo {
        width: 84px;
        height: 84px;
    }
}

.palliative-icon-svg {
    position: relative;
    z-index: 1;
    width: 52%;
    height: 52%;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.55;
    transition: stroke-width 0.28s ease;
}

.palliative-benefits li:hover .palliative-icon,
.palliative-benefits li:hover .palliative-accreditation-logo {
    transform: translateY(-7px);
    background: #fff;
    color: var(--theme-color1);
}

@media (min-width: 992px) {
    .palliative-benefits li:hover .palliative-accreditation-logo > img {
        transform: scale(1.22);
    }
}

.palliative-benefits li:hover .palliative-icon-svg {
    stroke-width: 3.1;
}

.palliative-icon::after,
.palliative-accreditation-logo::after {
    position: absolute;
    inset: -13px;
    border: 8px solid rgba(222, 222, 224, 0.5);
    border-radius: 50%;
    content: "";
    opacity: 0;
    pointer-events: none;
    transform: scale(0.82);
    transition:
        opacity 0.3s ease,
        transform 0.42s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.palliative-benefits li:hover .palliative-icon::after,
.palliative-benefits li:hover .palliative-accreditation-logo::after {
    opacity: 1;
    transform: scale(1.08);
}

@keyframes banner-content-in {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .medical-team__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .palliative-banner #carouselHomepageBanner .carousel-item,
    .palliative-banner #carouselHomepageBanner .carousel-item > img {
        height: 640px;
        min-height: 640px;
    }

    .palliative-banner #carouselHomepageBanner .carousel-item > img {
        object-fit: cover;
        object-position: 82% center;
    }

    .palliative-banner-content {
        left: 7vw;
        width: 56%;
    }

    .palliative-benefits {
        gap: 1.3rem 1.75rem;
    }
}

@media (max-width: 767px) {
    .medical-team {
        padding: 3.5rem 12px;
    }
    .medical-team__header {
        margin-bottom: 2rem;
    }
    .medical-team__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }
    .medical-team__card {
        min-height: 180px;
        padding: 1.35rem;
    }
    .palliative-about-note {
        padding: 1.5rem 12px 3.5rem;
    }
    .palliative-about-note__content {
        padding: 1.6rem 0 0;
        border-top: 1px solid #e4e1e5;
        border-left: 0;
    }

    .about-intro {
        padding: 3.5rem 12px;
    }

    .cas-services {
        padding: 3.5rem 12px;
    }

    .cas-services__contract {
        padding: 1.4rem;
    }

    .cas-services__medication {
        padding: 1.35rem;
    }

    .about-intro__grid {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .about-intro__content {
        top: 0;
        padding: 1.6rem 0 0;
        border-top: 1px solid #e4e1e5;
        border-left: 0;
    }

    .care-services {
        padding: 3.25rem 12px;
    }

    .care-services__header {
        margin-bottom: 2rem;
    }

    .care-services__grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .care-services--six-columns .care-services__grid {
        grid-template-columns: 1fr;
    }

    .care-services--six-columns .care-service-card {
        min-height: 0;
    }

    .care-service-card {
        min-height: 0;
        padding: 1.5rem;
    }

    .testimonials-section {
        padding: 3rem 12px;
    }

    .testimonials-section__shape {
        left: -0.8rem;
        bottom: 0.5rem;
        width: 92px;
        height: 92px;
    }

    .testimonials-section__layout {
        grid-template-columns: 1fr;
        border-radius: 16px;
    }

    .testimonials-section__image {
        min-height: 285px;
    }

    .testimonials-section__image > img {
        object-position: 78% center;
    }

    .testimonials-section__content {
        padding: 2rem 1.35rem 1.35rem;
    }

    .testimonials-section__content h2 {
        font-size: clamp(1.85rem, 9vw, 2.6rem);
    }

    .testimonials-section__slides {
        min-height: 275px;
        margin-top: 0.35rem;
    }

    .testimonial-slide > p {
        margin: 1rem 0 1.4rem;
        font-size: 0.93rem;
        line-height: 1.65;
    }

    .testimonials-section__rating {
        left: 1rem;
        bottom: 1rem;
    }

    .site-floating-actions {
        right: 0.9rem;
        bottom: 0.9rem;
        gap: 0.5rem;
    }

    .site-floating-action {
        width: 44px;
        height: 44px;
    }

    .palliative-ekg {
        padding: 1.5rem 12px 3rem;
    }

    .palliative-ekg__panel {
        padding: 1.8rem 1.25rem 1rem;
        border-radius: 14px;
    }

    .palliative-ekg__wave {
        height: 100px;
    }

    .palliative-ekg__heading p {
        font-size: 0.84rem;
    }

    .banner-quick-links {
        margin-top: 0;
        margin-bottom: 2rem;
        padding: 0 12px;
    }

    .banner-quick-links__grid {
        grid-template-columns: 1fr;
        border-radius: 0 0 13px 13px;
    }

    .banner-quick-link {
        min-height: 0;
        padding: 1.6rem 1.35rem;
        gap: 1rem;
    }

    .banner-quick-link__icon {
        font-size: 1.65rem;
    }

    .banner-quick-link h2 {
        font-size: 1.02rem;
    }

    .banner-quick-link p {
        margin-bottom: 0.6rem;
        font-size: 0.8rem;
    }

    .care-hearts {
        display: none;
    }

    .palliative-banner #carouselHomepageBanner.carousel {
        margin-top: 64px;
    }

    .palliative-banner #carouselHomepageBanner .carousel-item,
    .palliative-banner #carouselHomepageBanner .carousel-item > img {
        height: 680px;
        min-height: 680px;
    }

    .palliative-banner #carouselHomepageBanner .carousel-item > img {
        object-fit: cover;
        object-position: 90% center;
    }

    .palliative-banner .carousel-item::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.65);
        pointer-events: none;
    }

    .palliative-banner-content {
        top: 3rem;
        bottom: 1.5rem;
        left: 1.25rem;
        width: calc(100% - 2.5rem);
        display: flex;
        flex-direction: column;
        transform: none;
    }

    .h1-title {
        font-size: clamp(2rem, 10vw, 3.25rem);
    }

    .palliative-banner-content > p {
        margin-bottom: 1.25rem;
        font-size: 0.91rem;
    }

    .palliative-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 100%;
        margin-top: auto;
        column-gap: 1.25rem;
        row-gap: 1rem;
    }

    .palliative-benefits li {
        min-width: 0;
        gap: 0.5rem;
        font-size: 0.78rem;
        text-align: center;
        white-space: normal;
    }

    .palliative-icon {
        width: clamp(58px, 17vw, 76px);
        height: clamp(58px, 17vw, 76px);
    }

    .palliative-accreditation-logo {
        width: clamp(58px, 17vw, 76px);
        height: clamp(58px, 17vw, 76px);
    }

    .palliative-icon::after {
        inset: -8px;
        border-width: 5px;
    }
}

@media (max-width: 575px) {
    .medical-team__grid {
        grid-template-columns: 1fr;
    }
}

/* Beneficii banner: 2 × 2 pe telefoane, 4 × 1 pe ecrane small. */
@media (max-width: 575.98px) {
    .palliative-banner #carouselHomepageBanner .carousel-item,
    .palliative-banner #carouselHomepageBanner .carousel-item > img {
        height: 680px;
        min-height: 680px;
    }

    .palliative-benefits {
        display: flex;
        flex-wrap: wrap;
        align-self: stretch;
        width: 100%;
        max-width: 460px;
        min-width: 0;
        box-sizing: border-box;
        padding: 1.5rem 1.25rem 2rem;
        margin-right: auto;
        margin-left: auto;
        gap: 1.5rem 1.75rem;
    }

    .palliative-benefits li {
        flex: 0 0 calc((100% - 3.5rem) / 3);
        max-width: calc((100% - 3.5rem) / 3);
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .palliative-banner #carouselHomepageBanner .carousel-item,
    .palliative-banner #carouselHomepageBanner .carousel-item > img {
        height: 680px;
        min-height: 680px;
    }

    .palliative-benefits {
        display: flex;
        flex-wrap: wrap;
        align-self: stretch;
        width: 100%;
        max-width: 460px;
        min-width: 0;
        box-sizing: border-box;
        margin-right: auto;
        margin-left: auto;
        gap: 1rem 1.25rem;
    }

    .palliative-benefits li {
        flex: 0 0 calc((100% - 2.5rem) / 3);
        max-width: calc((100% - 2.5rem) / 3);
        font-size: 0.78rem;
    }

    .palliative-icon {
        width: 74px;
        height: 74px;
    }

    .palliative-accreditation-logo {
        width: 74px;
        height: 74px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .palliative-banner-content h1,
    .palliative-banner-content > p,
    .palliative-benefits li,
    .palliative-ekg__eyebrow,
    .palliative-ekg__title,
    .palliative-icon::after,
    .care-hearts span,
    .palliative-ekg__trace-moving,
    .palliative-ekg__pulse span,
    .testimonial-slide,
    .bounce-x {
        animation: none;
        transition: none;
    }
}

/* Information pages: patient resources and public information. */
.palliative-about-note--resources,
.palliative-about-note--public {
    padding: clamp(2.75rem, 5vw, 5.5rem) 0;
    background:
        radial-gradient(
            circle at 8% 8%,
            rgba(222, 148, 198, 0.16),
            transparent 29rem
        ),
        linear-gradient(135deg, #fff 0%, #fcf8fb 100%);
}

.palliative-resource-hub,
.palliative-public-brief {
    max-width: 1120px;
    margin: 0 auto;
}

.palliative-resource-hub__intro,
.palliative-public-brief__intro {
    max-width: 760px;
    margin: 0 auto clamp(1.5rem, 3vw, 2.5rem);
    text-align: center;
}

.palliative-resource-hub__intro h2,
.palliative-public-brief__intro h2 {
    margin: 0.65rem 0 1rem;
    color: #50345c;
    font-size: clamp(2rem, 3.25vw, 3.1rem);
    font-weight: 700;
    line-height: 1.12;
}

.palliative-resource-hub__intro p,
.palliative-public-brief__intro p {
    margin: 0;
    color: #625d66;
    font-size: clamp(0.98rem, 1.4vw, 1.08rem);
    line-height: 1.75;
}

.palliative-resource-hub__grid,
.palliative-public-brief__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1rem, 2.5vw, 1.7rem);
}

.palliative-resource-card,
.palliative-public-card {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: clamp(1.5rem, 3vw, 2.35rem);
    border: 1px solid rgba(112, 73, 108, 0.13);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 36px rgba(63, 39, 73, 0.08);
}

.palliative-public-card {
    display: flex;
    flex-direction: column;
}

.palliative-resource-card::after,
.palliative-public-card::after {
    position: absolute;
    right: -3.5rem;
    bottom: -4.5rem;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background: rgba(192, 52, 109, 0.055);
    content: "";
    pointer-events: none;
}

.palliative-resource-card--prevention,
.palliative-public-card--partnership {
    background: linear-gradient(145deg, #fff 0%, #f8f6fb 100%);
}

.palliative-resource-card__icon,
.palliative-public-card__icon {
    display: grid;
    width: 3.25rem;
    height: 3.25rem;
    margin-bottom: 1.15rem;
    border-radius: 16px;
    place-items: center;
    background: linear-gradient(135deg, #f9e9f1, #f4effa);
    color: #c42c6d;
    font-size: 1.4rem;
}

.palliative-resource-card h3,
.palliative-public-card h3 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #50345c;
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    font-weight: 700;
}

.palliative-resource-card > p,
.palliative-public-card > p {
    position: relative;
    z-index: 1;
    margin: 0.7rem 0 1.3rem;
    color: #625d66;
    line-height: 1.7;
}

.palliative-resource-card__links {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.55rem;
}

.palliative-resource-card__links a,
.palliative-public-card__action {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
    padding: 0.78rem 0.85rem;
    border: 1px solid rgba(112, 73, 108, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.8);
    color: #50345c;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.palliative-resource-card__links a:hover,
.palliative-resource-card__links a:focus,
.palliative-public-card__action:hover,
.palliative-public-card__action:focus {
    border-color: rgba(196, 44, 109, 0.42);
    color: #a6215a;
    box-shadow: 0 8px 18px rgba(112, 45, 87, 0.11);
    transform: translateX(3px);
}

.palliative-resource-card__links a .fa-file-pdf-o,
.palliative-public-card__action .fa-file-excel-o {
    color: #c42c6d;
    font-size: 1.08rem;
}

.palliative-public-card__action {
    position: relative;
    z-index: 1;
    margin-top: auto;
}

.palliative-public-brief__media {
    margin-top: clamp(1rem, 2.5vw, 1.7rem);
    border: 1px solid rgba(112, 73, 108, 0.13);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 30px rgba(63, 39, 73, 0.06);
}

.palliative-public-brief__media summary {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.8rem;
    align-items: center;
    padding: 1.15rem 1.35rem;
    color: #50345c;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.palliative-public-brief__media summary::-webkit-details-marker {
    display: none;
}

.palliative-public-brief__media summary .fa:first-child {
    color: #c42c6d;
}

.palliative-public-brief__media summary .fa-plus {
    color: #9b7392;
    transition: transform 0.2s ease;
}

.palliative-public-brief__media[open] summary .fa-plus {
    transform: rotate(45deg);
}

.palliative-public-brief__media > div {
    padding: 0 1.35rem 1.35rem;
    color: #625d66;
    line-height: 1.72;
}

.palliative-public-brief__media p {
    margin: 0;
}

.palliative-public-brief__media p + p {
    margin-top: 0.9rem;
}

@media (max-width: 767.98px) {
    .palliative-about-note--resources,
    .palliative-about-note--public {
        padding-right: 12px;
        padding-left: 12px;
    }

    .palliative-resource-hub__grid,
    .palliative-public-brief__grid {
        grid-template-columns: 1fr;
    }

    .palliative-resource-card,
    .palliative-public-card {
        padding: 1.45rem;
        border-radius: 19px;
    }

    .palliative-resource-hub__intro,
    .palliative-public-brief__intro {
        text-align: left;
    }

    .palliative-public-brief__media summary,
    .palliative-public-brief__media > div {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

/* Patient education: clearly interactive FAQ accordion. */
.palliative-education__content--faq > p {
    margin-bottom: 0.8rem;
}

.palliative-education__faq-hint {
    display: inline-flex;
    gap: 0.45rem;
    align-items: center;
    margin: 0 0 1rem;
    color: #8a5a7c;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.35;
}

.palliative-education__faq-hint .fa {
    color: #c42c6d;
    font-size: 0.92rem;
}

.palliative-education__faq {
    display: grid;
    gap: 0.7rem;
    border: 0;
}

.palliative-education__faq details {
    overflow: hidden;
    border: 1px solid #e7dfe8;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 4px 13px rgba(77, 48, 84, 0.045);
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.palliative-education__faq details:hover {
    border-color: rgba(196, 44, 109, 0.36);
    box-shadow: 0 9px 20px rgba(97, 46, 79, 0.09);
    transform: translateY(-1px);
}

.palliative-education__faq summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.8rem;
    align-items: center;
    padding: 1rem 1.05rem;
    color: #50345c;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.4;
    list-style: none;
}

.palliative-education__faq summary::marker {
    font-size: 0;
    content: "";
}

.palliative-education__faq summary::-webkit-details-marker {
    display: none;
}

.palliative-education__faq summary::before {
    display: none;
    content: none;
}

.palliative-education__faq summary::after {
    display: none;
}

.palliative-education__faq-toggle {
    display: inline-grid;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 9px;
    place-items: center;
    background: #f8eaf1;
    color: #c42c6d;
    font-size: 0.72rem;
}

.palliative-education__faq-toggle-close {
    display: none;
}

.palliative-education__faq details[open] {
    border-color: rgba(196, 44, 109, 0.42);
    background: linear-gradient(135deg, #fff 0%, #fdf8fb 100%);
    box-shadow: 0 10px 22px rgba(97, 46, 79, 0.1);
}

.palliative-education__faq details[open] summary {
    padding-bottom: 0.7rem;
    color: #a6215a;
}

.palliative-education__faq details[open] summary::before {
    display: none;
}

.palliative-education__faq details[open] summary::after {
    display: none;
}

.palliative-education__faq details[open] .palliative-education__faq-toggle {
    background: #c42c6d;
    color: #fff;
}

.palliative-education__faq
    details[open]
    .palliative-education__faq-toggle-open {
    display: none;
}

.palliative-education__faq
    details[open]
    .palliative-education__faq-toggle-close {
    display: block;
}

.palliative-education__faq summary:focus-visible {
    outline: 3px solid rgba(196, 44, 109, 0.3);
    outline-offset: -3px;
}

.palliative-education__faq details p {
    margin: 0 3.55rem 1rem 1.05rem;
    padding-top: 0.05rem;
    color: #6f6872;
    font-size: 0.9rem;
    line-height: 1.65;
}

@media (max-width: 575.98px) {
    .palliative-education__faq summary {
        gap: 0.65rem;
        padding: 0.95rem;
        font-size: 0.9rem;
    }

    .palliative-education__faq details p {
        margin-right: 0.95rem;
        margin-left: 0.95rem;
        padding: 0.85rem 0.95rem;
        border-radius: 10px;
        background: rgba(196, 44, 109, 0.045);
    }
}

/* JavaScript-enhanced FAQ accordion. It intentionally uses buttons, not
   summary/details, so browsers cannot inject their native disclosure arrow. */
.palliative-education__faq-item {
    overflow: hidden;
    border: 1px solid #e7dfe8;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 4px 13px rgba(77, 48, 84, 0.045);
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.palliative-education__faq-item:hover {
    border-color: rgba(196, 44, 109, 0.36);
    box-shadow: 0 9px 20px rgba(97, 46, 79, 0.09);
    transform: translateY(-1px);
}

.palliative-education__faq-trigger {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.8rem;
    align-items: center;
    width: 100%;
    padding: 1rem 1.05rem;
    border: 0;
    background: transparent;
    color: #50345c;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    cursor: pointer;
}

.palliative-education__faq-trigger:focus-visible {
    outline: 3px solid rgba(196, 44, 109, 0.3);
    outline-offset: -3px;
}

.palliative-education__faq-trigger .palliative-education__faq-toggle {
    display: inline-grid;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 9px;
    place-items: center;
    background: #f8eaf1;
    color: #c42c6d;
    font-size: 0.72rem;
}

.palliative-education__faq-item.is-expanded {
    border-color: rgba(196, 44, 109, 0.42);
    background: linear-gradient(135deg, #fff 0%, #fdf8fb 100%);
    box-shadow: 0 10px 22px rgba(97, 46, 79, 0.1);
}

.palliative-education__faq-item.is-expanded .palliative-education__faq-trigger {
    padding-bottom: 0.7rem;
    color: #a6215a;
}

.palliative-education__faq-item.is-expanded .palliative-education__faq-toggle {
    background: #c42c6d;
    color: #fff;
}

.palliative-education__faq-answer[hidden] {
    display: none;
}

.palliative-education__faq-answer p {
    margin: 0 1.05rem 1rem 3.55rem;
    color: #6f6872;
    font-size: 0.9rem;
    line-height: 1.65;
}

@media (max-width: 575.98px) {
    .palliative-education__faq-trigger {
        gap: 0.65rem;
        padding: 0.95rem;
        font-size: 0.9rem;
    }

    .palliative-education__faq-answer p {
        margin: 0 0.95rem 0.95rem;
        padding: 0.85rem 0.95rem;
        border-radius: 10px;
        background: rgba(196, 44, 109, 0.045);
    }
}

/* Homepage benefits: Bootstrap column layout (2 / 4 / 6 items per row). */
.palliative-benefits-row {
    margin: 0;
}

.palliative-benefits {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    gap: 0;
}

.palliative-benefits li {
    min-width: 0;
    padding: 0.65rem;
    white-space: normal;
}

@media (max-width: 767.98px) {
    .palliative-benefits {
        align-self: stretch;
        max-width: 460px;
        margin-top: auto;
        margin-right: auto;
        margin-left: auto;
    }

    .palliative-benefits li {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .palliative-benefits li {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1200px) {
    .palliative-benefits li {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

/* Standalone benefit section placed directly after the homepage banner. */
.palliative-benefits-section {
    padding: clamp(1.4rem, 3vw, 2.6rem) 0;
    border-bottom: 1px solid rgba(93, 54, 89, 0.1);
    background: linear-gradient(135deg, #fff 0%, #fcf8fb 100%);
}

.palliative-benefits-section .palliative-benefits-row {
    justify-content: center;
}

.palliative-benefits-section .palliative-benefits {
    align-self: auto;
    max-width: 1120px;
    margin: 0 auto;
}

.palliative-benefits-section .palliative-benefits li {
    gap: 0.55rem;
    padding: 0.55rem;
}

@media (max-width: 767.98px) {
    .palliative-benefits-section {
        padding: 1.3rem 12px 1.7rem;
    }

    .palliative-benefits-section .palliative-benefits {
        margin: 0 auto;
    }
}

/* Benefit controls keep a subtle dark neutral surface until hovered. */
.palliative-benefits-section .palliative-icon,
.palliative-benefits-section .palliative-accreditation-logo {
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.palliative-benefits-section .palliative-icon::after,
.palliative-benefits-section .palliative-accreditation-logo::after {
    inset: -10px;
    border-width: 6px;
    border-color: rgba(241, 241, 241, 0.86);
    opacity: 1;
    transform: scale(1);
}

.palliative-benefits-section .palliative-benefits li:hover .palliative-icon,
.palliative-benefits-section
    .palliative-benefits
    li:hover
    .palliative-accreditation-logo {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.palliative-benefits-section
    .palliative-benefits
    li:hover
    .palliative-icon::after,
.palliative-benefits-section
    .palliative-benefits
    li:hover
    .palliative-accreditation-logo::after {
    border-color: rgba(218, 218, 221, 0.86);
    transform: scale(1.08);
}

/* Three benefit items per row below the 920px layout breakpoint. */
@media (max-width: 919.98px) {
    .palliative-benefits-section .palliative-benefits li {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 920px) and (max-width: 991.98px) {
    .palliative-benefits-section .palliative-benefits li {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .palliative-benefits-section .palliative-benefits li {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

.palliative-benefits-section .palliative-icon + span {
    margin-top: 5px;
}

@media (max-width: 1199.98px) {
    .palliative-benefits-section .palliative-benefits li {
        font-size: 0.875rem;
    }
}

@media (min-width: 1200px) {
    .palliative-benefits-section .palliative-benefits li {
        font-size: 1rem;
    }
}

/* Medical team cards use the Bootstrap row/column layout. */
.medical-team-row > [class*="col-"] {
    display: flex;
}

.medical-team-row .leadership-card {
    width: 100%;
}

.medical-team-row .leadership-card h2 {
    margin: 0 0 0.75rem;
    color: #50345c;
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    line-height: 1.12;
}

@media (max-width: 767.98px) {
    .medical-team-row .leadership-card h2 {
        font-size: clamp(1.65rem, 7.5vw, 2.15rem);
    }
}
