/*-----------------------------------------------------------------------
Template Name      : Lucxorio - Luxury Hotel and Resort Booking HTML Template
Author             : pus_infotech
Author Portfolio   : https://themeforest.net/user/pus_infotech 
Version            : 1.0.0 
-----------------------------------------------------------------------
CSS TABLE OF CONTENTS
-----------------------------------------------------------------------
- base 
    - variables
    - mixin
    - reset
    - typography
    - forms

- components 
    - accordion
    - breadcrumb
    - buttons
    - offcanvus
    - widget

- theme
    - animations
    - common
    - preloader 
    - spacing
    - theme-class
 
- layout
    -header
        - header
        - meanmenu
    - footer 
        - footer
    - section 
        - hero 
        - micon
        - about
        - authentication
        - comingsoon
        - room
        - facilities
        - booking
        - video
        - why-choose
        - our-facts
        - services
        - offer
        - team
        - testimonials
        - blog
        - subscribe
        - contact
        - gallery
        - skill
        - counter
        - faq
        - pricing
        - restaurant
        - marquee
Main Style file-> assets/css/main.css
-----------------------------------------------------------------------*/

:root {
    --brand-blue: #002f55;
    --brand-green: #88ba1f;
    --brand-green-rgb-12: rgba(136, 186, 31, 0.12);
    --brand-forest-dark: #1e3d2b;
}

html[lang="es"] {
    scroll-padding-top: 100px;
}

html[lang="es"] body * {
    text-transform: none !important;
}

.floating-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 90;
    display: flex;
    align-items: center;
    gap: 12px;
}

.floating-whatsapp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #25d366;
    color: var(--white-color);
    box-shadow: 0 10px 26px rgba(15, 42, 27, 0.28);
    transition: var(--transition);
}

.floating-whatsapp-button i {
    font-size: 29px;
}

.floating-whatsapp-button:hover,
.floating-whatsapp-button:focus-visible {
    background-color: #1fb959;
    color: var(--white-color);
    transform: translateY(-2px);
}

.floating-whatsapp-message {
    position: relative;
    max-width: 220px;
    padding: 12px 16px;
    border: 1px solid rgba(24, 62, 40, 0.1);
    border-radius: 8px;
    background-color: var(--white-color);
    color: var(--brand-forest-dark);
    box-shadow: 0 10px 28px rgba(15, 42, 27, 0.18);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    opacity: 0;
    visibility: hidden;
    transform: translateX(8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    white-space: nowrap;
}

.floating-whatsapp-message::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid var(--white-color);
    transform: translateY(-50%);
}

.floating-whatsapp-message.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.back-to-top {
    right: 29px;
}

.back-to-top.show {
    bottom: 92px;
}

@media (max-width: 575px) {
    .floating-whatsapp {
        right: 16px;
        bottom: 16px;
        gap: 10px;
    }

    .floating-whatsapp-button {
        flex-basis: 54px;
        width: 54px;
        height: 54px;
    }

    .floating-whatsapp-message {
        max-width: calc(100vw - 104px);
        padding: 11px 13px;
        font-size: 13px;
        white-space: normal;
    }

    .back-to-top {
        right: 23px;
    }

    .back-to-top.show {
        bottom: 82px;
    }
}

.hero-section-1 .hero-wapper .hero-content .hero-star .hero-kicker {
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
}

.hero-section-1 .hero-wapper .hero-content .hero-title-line {
    display: block;
}

.hero-section-1 .hero-wapper .hero-content .hero-group-message {
    margin: -5px auto 17px;
    color: var(--secondary-color);
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
}

.hero-section-1 {
    clip-path: ellipse(145% 100% at 50% 0%);
}

.hero-section-1 .hero-wapper {
    padding-bottom: 200px;
}

.home-booking-section {
    position: relative;
    z-index: 3;
    margin-top: -100px;
    padding: 0 !important;
    scroll-margin-top: 110px;
}

.home-booking-section .booking-wapper {
    padding: 26px 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 45px rgba(20, 44, 28, 0.18);
}

.home-booking-section .booking-form form {
    display: grid !important;
    grid-template-columns: minmax(145px, 1fr) minmax(145px, 1fr) minmax(205px, 1.05fr) minmax(285px, 1.45fr) auto;
    align-items: end;
    gap: 14px !important;
}

.home-booking-section .booking-form form .form-group {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100%;
}

.home-booking-section .booking-form .field-inner > label,
.home-booking-section .booking-guests-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

.home-booking-section .booking-form .field-inner > label i,
.home-booking-section .booking-guests-title i {
    color: var(--secondary-color);
}

.home-booking-section .booking-custom-select {
    position: relative;
}

.home-booking-section .booking-select-trigger {
    display: flex;
    align-items: center;
    gap: 11px;
    width: 100%;
    height: 58px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    background-color: rgba(15, 42, 27, 0.52);
    color: var(--white-color);
    font-weight: 600;
    text-align: left;
    transition: var(--transition);
}

.home-booking-section .booking-select-trigger:hover,
.home-booking-section .booking-select-trigger:focus-visible,
.home-booking-section .booking-custom-select.is-open .booking-select-trigger {
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 3px rgba(251, 194, 62, 0.16);
}

.home-booking-section .booking-select-trigger-icon {
    flex: 0 0 auto;
    color: var(--secondary-color);
}

.home-booking-section .booking-select-trigger [data-booking-select-value] {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-booking-section .booking-select-chevron {
    flex: 0 0 auto;
    font-size: 11px;
    transition: transform 0.2s ease;
}

.home-booking-section .booking-custom-select.is-open .booking-select-chevron {
    transform: rotate(180deg);
}

.home-booking-section .booking-select-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 30;
    width: max(100%, 310px);
    max-width: min(340px, calc(100vw - 48px));
    padding: 8px;
    border: 1px solid rgba(24, 62, 40, 0.12);
    border-radius: 6px;
    background-color: var(--white-color);
    box-shadow: 0 18px 38px rgba(15, 42, 27, 0.24);
}

.home-booking-section .booking-select-option {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 66px;
    padding: 9px 11px;
    border: 0;
    border-radius: 5px;
    background-color: transparent;
    color: var(--brand-green-dark);
    text-align: left;
    transition: var(--transition);
}

.home-booking-section .booking-select-option + .booking-select-option {
    margin-top: 4px;
}

.home-booking-section .booking-select-option:hover,
.home-booking-section .booking-select-option:focus-visible {
    background-color: rgba(136, 186, 31, 0.1);
}

.home-booking-section .booking-select-option.is-selected {
    background-color: rgba(251, 194, 62, 0.16);
}

.home-booking-section .booking-select-option-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(251, 194, 62, 0.22);
    color: var(--brand-green-dark);
}

.home-booking-section .booking-select-option-copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
}

.home-booking-section .booking-select-option-copy strong {
    font-size: 14px;
    line-height: 1.35;
}

.home-booking-section .booking-select-option-copy small {
    margin-top: 2px;
    color: #68756c;
    font-size: 12px;
    line-height: 1.3;
}

.home-booking-section .booking-select-check {
    flex: 0 0 auto;
    color: var(--brand-green);
    font-size: 13px;
}

.home-booking-section .booking-form .form-control,
.home-booking-section .guest-stepper {
    min-height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    background-color: rgba(15, 42, 27, 0.52);
    color: var(--white-color);
}

.home-booking-section .booking-guests-row {
    display: grid;
    grid-template-columns: minmax(145px, 1.15fr) minmax(118px, 0.85fr);
    gap: 8px;
}

.home-booking-section .booking-form .form-control {
    padding-top: 12px;
    padding-bottom: 12px;
}

.home-booking-section .booking-form .form-control:focus {
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 3px rgba(251, 194, 62, 0.16);
}

.home-booking-section .guest-stepper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    height: 58px;
    padding: 0 6px;
    box-sizing: border-box;
}

.home-booking-section .guest-stepper-label {
    flex: 1 1 auto;
    min-width: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    white-space: nowrap;
}

.home-booking-section .guest-stepper-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.08);
    color: var(--white-color);
    font-size: 11px;
    transition: var(--transition);
}

.home-booking-section .guest-stepper-button:hover:not(:disabled),
.home-booking-section .guest-stepper-button:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: var(--brand-blue);
}

.home-booking-section .guest-stepper-button:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.home-booking-section .guest-stepper-value {
    flex: 0 0 18px;
    min-width: 18px;
    color: var(--white-color);
    font-weight: 700;
    text-align: center;
}

.home-booking-section .booking-form form .booking-button-wapper {
    width: auto;
}

.home-booking-section .booking-wapper .booking-form form .booking-button-wapper .booking-button.quick-whatsapp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: auto;
    min-width: 136px;
    height: 58px;
    padding: 0 18px;
    border-radius: 6px;
    background-color: var(--secondary-color);
    color: var(--black-color);
    font-weight: 700;
    white-space: nowrap;
}

.home-booking-section .booking-wapper .booking-form form .booking-button-wapper .booking-button.quick-whatsapp-button i {
    font-size: 20px;
}

.home-booking-section .booking-wapper .booking-form form .booking-button-wapper .booking-button.quick-whatsapp-button:hover {
    background-color: var(--extra-color-one);
    color: var(--white-color);
}

.home-booking-section .booking-direct-discount {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 16px 0 0;
    padding-top: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.35;
    text-align: center;
}

.home-booking-section .booking-direct-discount-value {
    display: none;
}

.home-booking-section .booking-direct-discount-value span {
    margin-left: 1px;
    font-size: 22px;
}

.home-booking-section .booking-direct-discount-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(251, 194, 62, 0.16);
    color: var(--secondary-color);
    font-size: 13px;
}

.home-booking-section .booking-direct-discount-copy {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.home-booking-section .booking-direct-discount-copy strong {
    color: var(--secondary-color);
    font-size: inherit;
    font-weight: 700;
}

/* Legal pages use the site's standard header and footer with an uncluttered reading layout. */
.legal-page .contact-section,
.legal-page .google-map {
    display: none;
}

.legal-content {
    max-width: 900px;
    margin: 0 auto;
}

.legal-content h2 {
    margin: 46px 0 18px;
    color: var(--brand-green-dark);
    font-size: 34px;
    line-height: 1.25;
}

.legal-content h2:first-of-type {
    margin-top: 0;
}

.legal-content h3 {
    margin: 34px 0 14px;
    color: var(--brand-green-dark);
    font-size: 23px;
    line-height: 1.35;
}

.legal-content p,
.legal-content li {
    color: #4f5b52;
    font-size: 16px;
    line-height: 1.75;
}

.legal-content p {
    margin-bottom: 16px;
}

.legal-content ul {
    margin: 0 0 18px;
    padding-left: 22px;
}

.legal-content li + li {
    margin-top: 8px;
}

.legal-content a {
    color: var(--brand-green);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(136, 186, 31, 0.45);
    text-underline-offset: 3px;
}

.legal-content .legal-updated {
    margin-bottom: 28px;
    color: #778178;
    font-size: 14px;
}

.legal-content .legal-emphasis {
    margin: 0 0 20px;
    padding: 16px 0 16px 20px;
    border-left: 3px solid var(--secondary-color);
    color: var(--brand-green-dark);
    font-weight: 600;
}

/* Lucide line icons retain the template's round, monochrome treatment. */
.service-icon-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.services-section-1 .services-item .services-content .services-icon-box .service-line-icon {
    position: relative;
    z-index: 2;
    display: block;
    width: 38px;
    height: 38px;
    color: var(--primary-color);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: var(--transition);
}

.services-section-1 .services-item:hover .services-content .services-icon-box .service-line-icon {
    color: var(--white-color);
}

.about-features-icon .feature-line-icon,
.why-choose-icon .feature-line-icon {
    position: relative;
    z-index: 2;
    display: block;
    width: 50px;
    height: 50px;
    color: var(--primary-color);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: var(--transition);
}

.why-choose-icon .why-choose-line-icon {
    width: 60px;
    height: 60px;
}

.about-features-item:hover .feature-line-icon,
.why-choose-item:hover .feature-line-icon {
    color: var(--white-color);
}

.why-choose-section-1 .why-choose-item:hover .why-choose-icon .feature-line-icon {
    color: var(--primary-color);
}

.home-about-section {
    padding-top: 150px;
    scroll-margin-top: 90px;
}

@media (max-width: 1199px) {
    .hero-section-1 .hero-wapper {
        padding-bottom: 170px;
    }

    .home-booking-section .booking-form form {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .home-booking-section .booking-date-field {
        grid-column: span 6;
    }

    .home-booking-section .booking-accommodation-field {
        grid-column: span 3;
    }

    .home-booking-section .booking-guests-field {
        grid-column: span 5;
    }

    .home-booking-section .booking-form form .booking-button-wapper {
        grid-column: span 4;
        width: 100% !important;
        min-width: 0;
    }

    .home-booking-section .booking-wapper .booking-form form .booking-button-wapper .booking-button.quick-whatsapp-button {
        width: 100%;
    }

    .home-about-section {
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .hero-section-1 .hero-wapper .hero-content .hero-group-message {
        margin-top: -2px;
        margin-bottom: 15px;
        font-size: 21px;
    }

    .hero-section-1 {
        clip-path: ellipse(125% 100% at 50% 0%);
    }

    .hero-section-1 .hero-wapper {
        padding-bottom: 120px;
    }

    .home-booking-section {
        margin-top: -70px;
    }

    .home-about-section {
        padding-top: 80px;
    }

    .home-booking-section .booking-wapper {
        padding: 22px 18px;
    }

    .home-booking-section .booking-form form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .home-booking-section .booking-date-field,
    .home-booking-section .booking-accommodation-field,
    .home-booking-section .booking-guests-field,
    .home-booking-section .booking-form form .booking-button-wapper {
        grid-column: 1 / -1;
    }

    .home-booking-section .booking-wapper .booking-form form .booking-button-wapper .booking-button.quick-whatsapp-button {
        width: 100%;
    }
}

/* Entorno: contextual copy for the four nearby places. */
.facilities-section-2 .environment-highlight-copy {
    max-width: 260px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.6;
}

.about-section-2 .environment-visit-button {
    margin-top: 28px;
}

.environment-icon-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.facilities-section-2 .facilities-wapper .facilities-item .facilities-icon .environment-line-icon {
    width: 82px;
    height: 82px;
    fill: none;
    stroke: var(--primary-color);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 575px) {
    .home-booking-section .booking-select-menu {
        width: 100%;
        max-width: none;
    }

    .home-booking-section .booking-guests-row {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    }
}

.site-logo {
    display: block;
    height: auto;
}

.header-3 .header-lower .header-content .logo-box .logo a .site-header-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    overflow: visible;
}

.header-3 .header-lower .header-content .header-left {
    flex: 0 0 250px;
}

.header-3 .header-lower .header-content .logo-box .logo a .site-logo-icon-wrap {
    position: relative;
    flex: 0 0 68px;
}

.header-3 .header-lower .header-content .logo-box .logo a .site-logo-icon-wrap .logo-shape {
    position: absolute;
    bottom: -19px;
    left: -4px;
    width: 64px;
    height: 8px;
    z-index: 2;
}

@media (max-width: 1199px) {
    .header-3 .header-lower .header-content .logo-box .logo a .site-logo-icon-wrap .logo-shape {
        bottom: -17px;
    }
}

.header-3 .header-lower .header-content .logo-box .logo a .site-logo-header-icon {
    width: 68px;
    transform: translateY(4px);
}

.header-3 .header-lower .header-content .logo-box .logo a .site-logo-header-text {
    width: 170px;
}

.offcanvas-logo .site-logo-offcanvas {
    width: 150px;
}

.footer-logo .site-logo-footer {
    width: 170px;
}

.main-menu ul li.center-logo .logo {
    background-color: var(--white-color);
}

.main-menu ul li.center-logo .logo .logo-shape {
    filter: brightness(0) invert(1);
}

.section-title .sub-title {
    background-color: var(--brand-green-rgb-12);
    color: var(--primary-color);
}

.line-anime::after,
.line-anime-center::after {
    background: var(--secondary-color);
}

.line-anime::before,
.line-anime-center::before {
    background: var(--brand-green);
}

.header-1 .header-top,
.header-3 .header-top {
    background-color: var(--brand-forest-dark);
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

.header .header-contact-info ul li::before {
    background: var(--secondary-color);
}

.header .header-contact-info ul li p,
.header .header-contact-info ul li p i {
    color: rgba(255, 255, 255, 0.9);
}

.header .header-social-icon ul li a {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--white-color);
}

.header .header-social-icon ul li a::before {
    background: var(--secondary-color);
}

.header .header-social-icon ul li a:hover {
    color: var(--brand-blue);
}

.footer.footer-3 {
    background-color: var(--primary-color);
}

.footer.footer-3 .footer-bottom {
    background-color: var(--primary-color);
}

.footer.footer-3 .footer-copyright {
    background-color: var(--brand-forest-dark);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer.footer-3 .footer-bottom .footer-widget-wrap .footer-widget-about p,
.footer.footer-3 .footer-bottom .footer-widget-wrap .widget-contact p,
.footer.footer-3 .footer-copyright .footer-copyright-wrap .copyright-text p,
.footer.footer-3 .footer-copyright .footer-copyright-wrap .footer-bottom-nav li a,
.footer.footer-3 .footer-bottom .footer-widget-wrap .widget-link .link li a {
    color: rgba(255, 255, 255, 0.86);
}

.footer.footer-3 .footer-bottom .footer-widget-wrap .footer-widget-title {
    color: var(--white-color);
}

.footer.footer-3 .footer-bottom .footer-widget-wrap .widget-link .link li a i,
.footer.footer-3 .footer-bottom .footer-widget-wrap .widget-link .link li a:hover,
.footer.footer-3 .footer-copyright .footer-copyright-wrap .footer-bottom-nav li a:hover {
    color: var(--secondary-color);
}

.footer-3 .footer-bottom .footer-widget-wrap .footer-contact-box .footer-contact-list .footer-contact-icon {
    background-color: var(--secondary-color);
    color: var(--brand-blue);
}

.footer-3 .footer-bottom .footer-widget-wrap .footer-contact-box .footer-contact-list .footer-contact-icon::before {
    background: var(--brand-green);
}

.footer.footer-3 .footer-bottom .footer-widget-wrap .footer-contact-box .footer-contact-list .footer-contact-content,
.footer.footer-3 .footer-bottom .footer-widget-wrap .footer-contact-box .footer-contact-list .footer-contact-content a {
    color: var(--white-color);
}

.footer.footer-3 .footer-bottom .footer-widget-wrap .footer-contact-box .footer-contact-list .footer-contact-content span {
    color: rgba(255, 255, 255, 0.72);
}

.footer.footer-3 .footer-bottom .footer-widget-wrap .footer-widget-subscribe form input {
    background-color: var(--white-color);
    color: var(--brand-blue);
}

.footer.footer-3 .footer-bottom .footer-widget-wrap .footer-widget-subscribe form input::placeholder {
    color: rgba(36, 79, 38, 0.56);
}

.footer.footer-3 .footer-bottom .footer-widget-wrap .footer-widget-subscribe form button {
    background-color: var(--secondary-color);
    color: var(--brand-blue);
}

.footer.footer-3 .footer-bottom .footer-widget-wrap .footer-widget-subscribe form button:hover {
    background-color: var(--brand-green);
    color: var(--white-color);
}

.testimonials-section-1 {
    margin: 0;
    border-radius: 0;
    background-size: cover;
}

.testimonials-section-1 .testimonials-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 20px;
    color: var(--secondary-color);
    font-size: 20px;
}

.testimonials-section-1 .testimonials-rating i {
    color: var(--secondary-color);
}

.testimonials-section-1 .testimonials-item .testimonials-author-content {
    padding-top: 0;
}

.testimonials-section-1 .testimonials-item .testimonials-author {
    margin-bottom: 0;
}

.testimonials-section-1 .testimonial-decorative-avatar,
.testimonials-section-1 .testimonial-review-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--white-color);
}

.testimonials-section-1 .testimonial-decorative-avatar {
    width: 100px;
    height: 100px;
    opacity: 0.3;
    font-size: 40px;
}

.testimonials-section-1 .testimonial-review-avatar {
    position: relative;
    width: 100%;
    height: 100%;
    border: 4px solid var(--white-color);
    box-shadow: 0 8px 18px rgba(0, 47, 85, 0.16);
    font-size: 38px;
}

.testimonials-section-1 .testimonial-review-avatar > .fa-user {
    font-size: 42px;
}

.testimonials-section-1 .testimonial-avatar-gender {
    position: absolute;
    right: -3px;
    bottom: -3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 2px solid var(--white-color);
    border-radius: 50%;
    background-color: var(--white-color);
    color: var(--brand-blue);
    font-size: 14px;
}

.testimonials-section-1 .testimonial-avatar-gold {
    background-color: var(--secondary-color);
    color: var(--brand-blue);
}

.testimonials-section-1 .testimonial-avatar-blue {
    background-color: var(--brand-blue);
}

.testimonials-section-1 .testimonial-avatar-sage {
    background-color: #729c19;
}

.testimonials-section-1 .testimonial-avatar-terracotta {
    background-color: #a95c4d;
}

@media (max-width: 1400px) {
    .testimonials-section-1 .testimonial-decorative-avatar {
        width: 72px;
        height: 72px;
        font-size: 28px;
    }
}

.preloader .preloader-text p {
    font-family: "Franklin Gothic Demi", "Franklin Gothic Medium", "Franklin Gothic", sans-serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
}

.preloader .preloader-text .preloader-word-light {
    font-family: "Franklin Gothic Book", "Franklin Gothic", sans-serif;
    font-weight: 400;
}

.preloader .preloader-text p {
    animation-duration: 0.9s;
}

.preloader .preloader-text p:nth-child(1) { animation-delay: 0.02s; }
.preloader .preloader-text p:nth-child(2) { animation-delay: 0.04s; }
.preloader .preloader-text p:nth-child(3) { animation-delay: 0.06s; }
.preloader .preloader-text p:nth-child(4) { animation-delay: 0.08s; }
.preloader .preloader-text p:nth-child(5) { animation-delay: 0.1s; }
.preloader .preloader-text p:nth-child(6) { animation-delay: 0.12s; }
.preloader .preloader-text p:nth-child(7) { animation-delay: 0.14s; }
.preloader .preloader-text p:nth-child(8) { animation-delay: 0.16s; }
.preloader .preloader-text p:nth-child(9) { animation-delay: 0.18s; }
.preloader .preloader-text p:nth-child(10) { animation-delay: 0.2s; }
.preloader .preloader-text p:nth-child(11) { animation-delay: 0.22s; }
.preloader .preloader-text p:nth-child(12) { animation-delay: 0.24s; }
.preloader .preloader-text p:nth-child(13) { animation-delay: 0.26s; }
.preloader .preloader-text p:nth-child(14) { animation-delay: 0.28s; }
.preloader .preloader-text p:nth-child(15) { animation-delay: 0.3s; }
.preloader .preloader-text p:nth-child(16) { animation-delay: 0.32s; }
.preloader .preloader-text p:nth-child(17) { animation-delay: 0.34s; }

.preloader .preloader-icon img {
    width: 118px;
    height: 118px;
}

.preloader .preloader-text p {
    font-size: 38px;
}

@media (max-width: 991px) {
    .preloader .preloader-text p {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .preloader .preloader-text p {
        font-size: 22px;
    }

    .preloader .preloader-icon img {
        width: 108px;
        height: 108px;
    }
}

.complex-gallery-section {
    background-color: var(--extra-color);
}

/* Show the gallery before the group-stay highlights without changing the template markup. */
.main:has(.complex-gallery-section) {
    display: flex;
    flex-direction: column;
}

.main:has(.complex-gallery-section) .complex-gallery-section {
    order: 1;
}

.main:has(.complex-gallery-section) .why-choose-section-1 {
    order: 2;
}

.about-section-4 .about-image .about-img-two {
    width: 58%;
    max-width: 330px;
}

.about-section-4 .about-image .about-img-two figure img {
    width: 100%;
}

.complex-gallery-section .section-title {
    margin-bottom: 60px;
}

.complex-gallery-stories {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.complex-gallery-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(230px, 0.85fr);
    gap: 20px;
}

.complex-gallery-story-grid-balanced {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.complex-gallery-detail-grid {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.complex-gallery-more-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.complex-gallery-more-grid-two {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.complex-gallery-photo {
    position: relative;
    display: block;
    min-height: 230px;
    overflow: hidden;
    border-radius: var(--border-radius-three);
    background-color: var(--white-color);
}

.complex-gallery-photo::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.58) 100%);
    pointer-events: none;
}

.complex-gallery-photo figure {
    width: 100%;
    height: 100%;
    margin: 0;
}

.complex-gallery-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 300ms ease;
}

.complex-gallery-photo-main {
    min-height: 470px;
}

.complex-gallery-more-grid .complex-gallery-photo {
    min-height: 190px;
}

.complex-gallery-photo-plain::after {
    display: none;
}

.complex-gallery-story-grid-balanced .complex-gallery-photo {
    min-height: 360px;
}

.complex-gallery-caption {
    position: absolute;
    z-index: 1;
    left: 32px;
    bottom: 28px;
    color: var(--white-color);
}

.complex-gallery-caption span {
    display: block;
    margin-bottom: 6px;
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.complex-gallery-caption h3 {
    margin: 0;
    color: var(--white-color);
    font-size: 36px;
    line-height: 1.1;
}

.complex-gallery-photo:focus-visible {
    outline: 3px solid var(--secondary-color);
    outline-offset: 4px;
}

@media (hover: hover) {
    .complex-gallery-photo:hover img {
        transform: scale(1.05);
    }
}

@media (max-width: 991px) {
    .complex-gallery-photo-main {
        min-height: 420px;
    }
}

@media (max-width: 767px) {
    .complex-gallery-section .section-title {
        margin-bottom: 40px;
    }

    .complex-gallery-stories {
        gap: 30px;
    }

    .complex-gallery-story-grid,
    .complex-gallery-story-grid-balanced {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .complex-gallery-detail-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
        gap: 15px;
    }

    .complex-gallery-more-grid,
    .complex-gallery-more-grid-two {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
        margin-top: 15px;
    }

    .complex-gallery-photo,
    .complex-gallery-story-grid-balanced .complex-gallery-photo {
        min-height: 170px;
    }

    .complex-gallery-photo-main {
        min-height: 320px;
    }

    .complex-gallery-more-grid .complex-gallery-photo {
        min-height: 150px;
    }

    .complex-gallery-caption {
        left: 22px;
        bottom: 20px;
    }

    .complex-gallery-caption h3 {
        font-size: 30px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .complex-gallery-photo img {
        transition: none;
    }
}

/* Home booking: accommodation is calculated from the total guest count. */
.home-booking-section .booking-form form {
    grid-template-columns: minmax(145px, 1fr) minmax(145px, 1fr) minmax(190px, 1.05fr) minmax(210px, 1.18fr) auto;
}

.home-booking-section .booking-form .field-inner > label span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    font-weight: 400;
}

.home-booking-section .guest-stepper-single {
    justify-content: center;
    gap: 14px;
}

.home-booking-section .guest-stepper-single .guest-stepper-value {
    flex-basis: 24px;
    min-width: 24px;
    font-size: 18px;
}

.home-booking-section .booking-accommodation-recommendation {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 58px;
    padding: 8px 0;
}

.home-booking-section .booking-accommodation-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: rgba(251, 194, 62, 0.18);
    color: var(--secondary-color);
    font-size: 14px;
}

.home-booking-section .booking-accommodation-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.home-booking-section .booking-accommodation-copy strong {
    color: var(--white-color);
    font-size: 14px;
    line-height: 1.3;
}

.home-booking-section .booking-accommodation-copy small {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    line-height: 1.3;
}

/* Contact booking form mirrors the guest and accommodation behaviour from the home form. */
.contact-form .field-inner > label,
.contact-form .booking-guests-title {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--white-color);
}

.contact-form .field-inner > label span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    font-weight: 400;
}

.contact-form .field-inner > label i,
.contact-form .booking-guests-title i {
    color: var(--secondary-color);
}

.contact-form .contact-guest-stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 52px;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.14);
}

.contact-form .guest-stepper-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    background: transparent;
    color: var(--white-color);
}

.contact-form .guest-stepper-button:hover:not(:disabled),
.contact-form .guest-stepper-button:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: var(--black-color);
}

.contact-form .guest-stepper-button:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.contact-form .guest-stepper-value {
    min-width: 24px;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.contact-form .contact-accommodation-recommendation {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 52px;
    padding: 6px 0;
}

.contact-form .booking-accommodation-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: rgba(251, 194, 62, 0.18);
    color: var(--secondary-color);
    font-size: 14px;
}

.contact-form .booking-accommodation-copy {
    display: flex;
    flex-direction: column;
}

.contact-form .booking-accommodation-copy strong {
    color: var(--white-color);
    font-size: 14px;
    line-height: 1.3;
}

.contact-form .booking-accommodation-copy small {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    line-height: 1.3;
}

.contact-form #contact-message {
    height: 120px;
}

/* A forest-green tint keeps the landscape bright while preserving text contrast. */
.hero-section-1::after {
    background-color: transparent;
    opacity: 0;
}

.hero-section-1 .hero-wapper::after {
    background: linear-gradient(180deg, rgba(42, 111, 66, 0.44) 0%, rgba(86, 146, 71, 0.28) 100%);
    opacity: 1;
}

.hero-section-1 .hero-wapper .hero-content .hero-text {
    text-shadow: 0 2px 10px rgba(17, 53, 30, 0.55);
}

@media (max-width: 1199px) {
    .home-booking-section .booking-guests-field {
        grid-column: span 4;
    }

    .home-booking-section .booking-recommendation-field {
        grid-column: span 5;
    }

    .home-booking-section .booking-form form .booking-button-wapper {
        grid-column: span 3;
    }
}

@media (max-width: 767px) {
    .home-booking-section .booking-form form {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px 12px;
    }

    .home-booking-section .booking-date-field,
    .home-booking-section .booking-guests-field,
    .home-booking-section .booking-recommendation-field {
        grid-column: auto !important;
        width: 100% !important;
    }

    .home-booking-section .booking-form form .booking-button-wapper {
        grid-column: 1 / -1 !important;
        width: 100% !important;
    }

    .home-booking-section .booking-wapper,
    .home-booking-section .booking-form,
    .home-booking-section .booking-form form {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .home-booking-section .booking-form form .form-group,
    .home-booking-section .booking-form form .booking-button-wapper {
        min-width: 0;
    }

    .home-booking-section .booking-direct-discount {
        align-items: center;
        justify-content: center;
        padding-top: 12px;
        text-align: center;
    }

    .home-booking-section .booking-direct-discount-value {
        padding-right: 14px;
        font-size: 36px;
    }

    .home-booking-section .booking-direct-discount-value span {
        font-size: 18px;
    }

    .home-booking-section .booking-direct-discount-copy {
        font-size: 16px;
    }

    .home-booking-section .booking-direct-discount-copy strong {
        font-size: 16px;
    }

    .legal-content h2 {
        margin-top: 36px;
        font-size: 29px;
    }

    .legal-content h3 {
        margin-top: 28px;
        font-size: 21px;
    }

    .legal-content p,
    .legal-content li {
        font-size: 15px;
    }
}
