html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

#scrollSmoother-container {
    max-width: 100vw;
    overflow-x: clip;
}

.banner-bg {
    height: 100% !important;
    background-position: top right !important;
}

.banner-area {
    padding-block-start: 50px;
    overflow: visible;
    isolation: isolate;
}

.banner-bg-shape {
    bottom: calc(-1 * clamp(38px, 4.2vw, 80px)) !important;
    height: clamp(78px, 9.55vw, 183px);
    max-width: 100vw;
    z-index: 1 !important;
    pointer-events: none;
    overflow: hidden;
}

.banner-bg-shape img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: fill;
    display: block;
}

.brand-area {
    position: relative;
    z-index: 2;
}

.brand-grid {
    row-gap: 32px;
}

.brand-grid .brand-wrapper {
    margin-bottom: 0 !important;
}

.brand-grid .brand-active-media {
    opacity: 0.8;
    visibility: visible !important;
    transform: none !important;
    transition: opacity 0.25s ease;
}

.brand-grid .brand-wrapper:hover .brand-active-media {
    opacity: 1;
    visibility: visible !important;
    transform: none !important;
}

.brand-grid .brand-hover-media {
    display: none !important;
}

.hero-title {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(28px, 2.8vw, 48px);
    line-height: 1.04;
    font-weight: 700;
    color: #fff;
}

.hero-subtitle {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(20px, 1.45vw, 26px);
    line-height: 1.35;
    font-weight: 600;
    color: #fff;
}

.hero-support {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 1.55;
}

.hero-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.hero-btn {
    min-width: 310px;
    justify-content: center;
    padding: 16px 34px;
    font-size: 16px;
    line-height: 1.2;
}

.site-section-title {
    max-width: 900px;
    font-size: clamp(38px, 3.25vw, 52px);
    line-height: 1.04;
    font-weight: 700 !important;
    letter-spacing: 0;
}

.text-center .site-section-title {
    margin-left: auto;
    margin-right: auto;
}

.txt-bg-1 {
    color: #fff;
    background-color: #9cbf91;
    display: inline;
}

.txt-bg-2 {
    color: #fff;
    background-color: #5390a2;
    display: inline;
}

.logotipo {
    width: 200px;
    height: auto;
    margin: 0 auto;
}

.bg-main-color-1 {
    background-color: #9cbf91;
}

.bg-main-color-2 {
    background-color: #5390a2;
}

.primary-btn {
    font-size: 18px;
}

.primary-btn.bg-main-color-1::before {
    background-color: #5390a2;
}

.primary-btn.bg-main-color-2::before {
    background-color: #9cbf91;
}

.primary-btn:hover::before {
    width: 800px;
    height: 800px;
    display: inline-block;
}

.primary-btn::before {
    left: 10%;
}

.service-area {
    isolation: isolate;
    overflow: visible;
}

.service-area>.service-container {
    position: relative;
    z-index: 2;
}

.service-bg-shape {
    position: absolute;
    top: calc(-1 * clamp(32px, 4.5vw, 86px));
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    height: clamp(68px, 10.1vw, 194px);
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.service-bg-shape img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: fill;
    display: block;
}

.treatment-card {
    display: flex;
    flex-direction: column;
}

.treatment-card .service-two-thumb img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.treatment-card .service-two-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.treatment-card h4 {
    color: #113A75;
    font-size: 28px;
    line-height: 1.12;
    font-weight: 700;
}

.treatment-card .service-two-paragraph {
    flex: 1;
}

.treatment-card .primary-btn {
    align-self: flex-start;
    margin-top: auto;
}

.hero-style-cta {
    overflow: hidden;
    isolation: isolate;
    padding-top: clamp(120px, 9vw, 165px) !important;
}

.hero-style-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(13, 53, 109, 0.18);
    z-index: -1;
}

.hero-style-cta .cta-bg-shape {
    top: -20px;
    left: 0;
    height: clamp(74px, 7vw, 134px);
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    background: transparent;
}

.hero-style-cta .cta-bg-shape img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: fill;
    transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(19%) sepia(71%) saturate(1266%) hue-rotate(185deg) brightness(86%) contrast(96%);
}

.cta-area.hero-style-cta .hero-cta-title {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(34px, 3.2vw, 56px);
    line-height: 1.04;
    font-weight: 700;
    letter-spacing: 0;
}

.hero-cta-text {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(18px, 1.35vw, 24px);
    line-height: 1.45;
    font-weight: 500;
}

.care-image-wrap {
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.care-image {
    width: 100%;
    aspect-ratio: 8 / 8;
    object-fit: cover;
    display: block;
}

.care-content .section-paragraph {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    color: rgba(255, 255, 255, 0.84);
}

.care-content .care-subtitle {
    color: #ffffff;
    font-weight: 500;
}

.testimonial-bg-shape {
    top: -100px !important;
}

.facility-gallery {
    position: relative;
    z-index: 1;
}

.facility-intro .section-paragraph {
    max-width: 780px;
    margin-left: 0;
    color: rgba(255, 255, 255, 0.82);
}

.facility-amenities {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    padding: 28px;
    backdrop-filter: blur(10px);
}

.facility-amenities-label {
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 18px;
}

.facility-amenities ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.facility-amenities li {
    color: rgba(255, 255, 255, 0.88);
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.4;
}

.facility-amenities i {
    color: #9cbf91;
    font-size: 22px;
    flex: 0 0 auto;
}

.facility-unit {
    height: 100%;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 18px;
    padding: 14px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.2);
}

.facility-unit-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 6px 16px;
}

.facility-unit-heading span {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #5390a2;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.facility-unit-heading h3 {
    color: #113A75;
    font-size: 22px;
    line-height: 1.2;
    margin: 0;
    text-align: right;
}

.facility-mosaic {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 92px;
    gap: 10px;
}

.facility-photo {
    width: 100%;
    height: 100%;
    min-height: 92px;
    border-radius: 12px;
    display: block;
    overflow: hidden;
    cursor: zoom-in;
}

.facility-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.facility-photo:hover img {
    transform: scale(1.06);
}

.facility-photo-main {
    grid-column: span 2;
    grid-row: span 2;
}

@media (max-width: 991px) {
    .banner-bg-shape {
        bottom: -44px !important;
        height: 88px;
    }

    .service-bg-shape {
        top: -38px;
        height: 82px;
    }

    .hero-support {
        font-size: 17px;
    }

    .hero-btn {
        min-width: 280px;
        padding: 14px 26px;
        font-size: 15px;
    }

    .hero-style-cta {
        padding-top: 112px !important;
    }

    .hero-style-cta .cta-bg-shape {
        height: 88px;
    }

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

    .site-section-title {
        font-size: 42px;
    }

    .care-content .section-paragraph {
        margin-left: auto;
        margin-right: auto;
    }

    .facility-intro,
    .facility-intro .section-paragraph {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    .banner-area {
        padding-block-end: 105px !important;
    }

    .banner-bg-shape {
        bottom: -34px !important;
        height: 68px;
    }

    .service-bg-shape {
        top: -28px;
        height: 64px;
    }

    .testimonial-bg-shape {
        top: -58px !important;
    }

    .brand-area .section-wrapper {
        text-align: center;
        margin-bottom: 34px !important;
    }

    .brand-area .section-paragraph {
        margin-left: auto;
        margin-right: auto;
    }

    .brand-grid {
        row-gap: 18px;
        margin-left: -8px;
        margin-right: -8px;
    }

    .brand-grid > [class*="col-"] {
        width: 50%;
        flex: 0 0 50%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .brand-grid .brand-wrapper {
        aspect-ratio: 1 / 1.08;
        height: auto;
        padding: 22px 16px !important;
        border-radius: 8px !important;
    }

    .brand-grid .brand-wrapper img {
        width: 100%;
        max-width: 118px;
        max-height: 54px;
        object-fit: contain;
    }

    .hero-style-cta {
        padding-top: 92px !important;
    }

    .hero-style-cta .cta-bg-shape {
        height: 68px;
    }

    .cta-area.hero-style-cta .hero-cta-title {
        font-size: 32px;
        line-height: 1.08;
    }

    .hero-cta-text {
        font-size: 16px;
        line-height: 1.45;
    }

    .banner-area {
        padding-block-start: 34px;
    }

    .logotipo {
        width: 160px;
    }

    .hero-title {
        font-size: 32px;
        line-height: 1.08;
    }

    .hero-subtitle {
        font-size: 18px;
        line-height: 1.38;
    }

    .hero-support {
        font-size: 15px;
        line-height: 1.45;
    }

    .hero-actions {
        gap: 10px;
    }

    .hero-btn {
        width: 100%;
        min-width: 0;
        max-width: 330px;
        padding: 12px 16px;
        font-size: 13px;
        gap: 8px !important;
        white-space: nowrap;
    }

    .site-section-title {
        font-size: 34px;
    }

    .treatment-card h4 {
        font-size: 24px;
    }

    .treatment-card .primary-btn {
        align-self: stretch;
        justify-content: center;
    }

    .facility-amenities {
        padding: 22px;
    }

    .facility-mosaic {
        grid-auto-rows: 82px;
    }

    .facility-photo {
        min-height: 82px;
    }
}
