body {
    font-family: "Open Sans", sans-serif;
    color: #26244c;
    padding-top: 70px;
}

.montserrat-font {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth"100;
}

section {
    /* padding-top: 70px;
    margin-top: -70px; */
    scroll-margin-top: 70px;
}

.fs-07 {
    font-size: .7rem;
}

.fs-08 {
    font-size: .8rem;
}

.fs-09 {
    font-size: .9rem;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.ls-01 {
    letter-spacing: .1rem;
}

.ls-02 {
    letter-spacing: .2rem;
}

.mb-2rem {
    margin-bottom: 2rem;
}

.logo-height {
    max-height: 45px;
}

.bg-cake {
    background-color: #f7f4ed;
}

.text-bluesea {
    color: #26244c;
}

.text-lightsea {
    color: #89bce5;
}

.text-surfgray {
    color: #aaa9a9;
}

.fa-brands:hover {
    color: #26244c;
}

.underline-75 {
    position: relative;
    display: inline-block;
}

.underline-75::after {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    width: 75%;
    height: 2px;
    background-color: #89bce5;
}

.btn-chino {
    background-color: #e7dfca;
    color: #26244c;
    border-radius: 5px;
    font-family: "Montserrat", sans-serif;
    /* font-size: .8rem;
    font-weight: 700;
    letter-spacing: 0.2em; */
    font-weight: 600;
    font-size: .7rem;
    letter-spacing: 0.07rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.btn-chino:hover {
    background-color: #efe8d6;
}

.btn-whatsapp {
    background-color: #25D366;
    color: #ffffff;
    border-radius: 5px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .7rem;
    letter-spacing: 0.07rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: inline-flex;
    align-items: center;
    margin-left: 1rem;
}

.btn-whatsapp:hover {
    background-color: #25d365ab;
    color: #ffffff;
}

.section-paragraph {
    letter-spacing: 0.04rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.8;
}

.btn-chino.btn-chino-spots {
    padding: 0.4rem 1.25rem 0.4rem 1rem;
}

@media (min-width: 768px) {
    .w-md-75 {
        width: 75% !important;
    }

    .btn-chino-spots {
        position: absolute;
        bottom: 5%;
        right: 5%;
    }
}

@media (min-width: 992px) {
    .logo-height {
        max-height: 79px;
    }
}

/* Navbar */
.navbar-chino .nav-item .nav-link {
    font-family: "Montserrat", sans-serif;
    color: rgba(0, 0, 0);
    font-size: .7rem;
    font-weight: 500;
    letter-spacing: 0.07rem;
}

.navbar-chino .nav-item .btn-chino {
    padding-top: .4rem;
    padding-bottom: .4rem;
    font-weight: 600;
    font-size: .7rem;
    letter-spacing: 0.07em;
}

.navbar-chino {
    transition: padding 0.3s;
}

.navbar-brand,
.navbar-height {
    transition: all 0.3s ease-in-out;
}

.logo-scroll {
    transform: scale(0.8);
}

.navbar-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-brand img {
    width: 100px;
}

.nav-link.underline-hover {
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
    display: inline-block;
    position: relative;
    /* padding-left: 0 !important;
    padding-right: 0 !important; */
}


.nav-link.underline-hover:after {
    color: #26244c;
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    /* left: 50%; */
    position: absolute;
    background: #26244c;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.nav-link.underline-hover.active:after,
.nav-link.underline-hover:hover:after {
    width: 100%;
    /* left: 15%; */
}

.flag-icon {
    width: 20px;
    /* margin-right: 5px; */
}

.navbar-chino .dropdown-toggle::after {
    display: none;
}

.navbar-chino .nav-item .dropdown-menu.show {
    transition: 0.3s;
}

.navbar-chino .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
}

.idiomas {
    min-width: 40px !important;
}

.navbar-chino .nav-item .dropdown-menu {
    min-width: 126px;
}

.navbar-chino .dropdown-menu.fade-up {
    top: 180%;
}

.navbar-chino .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    /* transform: rotateX(0deg); */
}

.navbar-chino.navbar-light .navbar-toggler {
    border: none;
}

.navbar-chino.navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2326244c' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (min-width: 768px) {
    .navbar-brand img {
        width: 150px;
    }

    .navbar-chino {
        height: 92px;
    }

    .navbar-scroll {
        height: calc(76px - 6px);
    }
}

/* Header */
.bg-slider {
    background-repeat: no-repeat;
    background-size: cover;
    height: 20vh;
}

.slide-one {
    background-image: url(../img/main-01.webp);
}

.slide-two {
    background-image: url(../img/main-02.webp);
}

.slide-three {
    background-image: url(../img/main-03.webp);
}

/* .specials-header {
    background-image: url(../img/specials-header.webp);
} */

.header-slider .slick-dots,
.rooms-slider .slick-dots {
    text-align: center;
    bottom: 30px;
}

.header-slider .slick-dots li,
.rooms-slider .slick-dots li {
    margin: 0 10px;
}

.header-slider .slick-dots li button:before,
.rooms-slider .slick-dots li button:before {
    font-size: 20px;
    color: #89bce5;
}

.header-slider .slick-dots li button:hover:before,
.header-slider .slick-dots li button:focus:before,
.rooms-slider .slick-dots li button:hover:before,
.rooms-slider .slick-dots li button:focus:before {
    opacity: 1;
}

@media (min-width: 768px) {
    .bg-slider {
        height: 40vh;
    }
}

/* About Us */
.horizontal-line {
    border-top: 1px solid #89bce5;
    width: 100%;
    margin: auto;
}

.heading-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Rooms */

.rooms-slider .bg-slider {
    max-height: 500px;
}

.room-one {
    background-image: url(../img/rooms-1.webp);
}

.room-two {
    background-image: url(../img/rooms-2.webp);
}

.room-three {
    background-image: url(../img/rooms-3.webp);
}

/* The Spots */

.wave-map-modal {
    max-width: 800px;
}

/* Reviews */

.review-card {
    border: 1px solid #b7dcff;
    padding: 1.5rem;
    min-height: 536px;
}

.review-card-text {
    font-weight: 400;
    font-size: .8rem;
    letter-spacing: .04rem;
    line-height: 1.8;
}

/* Explore */

#explore-section .explore-slider h3 {
    font-size: 1.4rem;
}

.explore-paragraph {
    font-weight: 400;
    letter-spacing: .04rem;
    font-size: .9rem;
    line-height: 1.8;
}

@media (min-width: 768px) {
    .review-card {
        height: 517px;
    }

    .image-zoom {
        overflow: hidden;
        position: relative;
        width: fit-content;
    }

    .image-zoom img {
        transition: transform 1s ease;
    }

    .image-zoom:hover img {
        transform: scale(1.1);
    }
}

/* Contact Us */

.contact-section-text {
    font-weight: 400;
    font-size: .9rem;
    letter-spacing: .04rem;
    line-height: 1.8;
}

.contact-form .form-control {
    background-color: #f7f4ed;
    border: none;
    border-radius: 0;
    padding: 0.7rem;
}

.fade-in {
    animation: fadeIn 0.5s ease forwards;
}

.fade-out {
    animation: fadeOut 0.5s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.contact-form {
    opacity: 1;
}

/* Overlay shown after send; pinned over the (now in-flow) form. */
.thank-you-message,
#thank-you-message {
    top: 0;
    left: 0;
    opacity: 1;
}

/* Vertical drag only - horizontal would push past the form container. */
#messageInput {
    resize: vertical;
}

.min-height-form {
    min-height: 650px;
}

@media (min-width:768px) {
    .min-height-form {
        min-height: 400px;
    }
}

/* @media (max-width: 767px) {
    .btn-whatsapp {
        margin-top: 0.5rem;
    }
} */

/* Footer */

.footer {
    background-color: #f7f4ed;
    padding: 30px 0;
    font-family: "Montserrat", sans-serif;
}

.footer-links li {
    margin-bottom: .5rem;
}

.footer-links a {
    text-decoration: none;
    color: #26244c;
    font-size: 0.9rem;
    font-weight: 500;
}

.footer-contact-info,
.footer-social-icons {
    font-size: .9rem;
}

.footer-social-icons .fa {
    font-size: 2rem;
    margin-right: 15px;
}

@media (min-width: 768px) {
    .footer-social-icons .fa {
        font-size: 2rem;
        margin-right: 25px;
    }
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    padding-bottom: 56.25% !important;
}
/* Stays section — Accommodation only / Chino Surf Experience */
.stay-card {
    background: #fff;
    border: 1px solid #ece8de;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* .image-zoom is width:fit-content above 768px, which stops the image
   filling the card. Override it inside a stay card. */
.stay-card .image-zoom {
    width: 100%;
    display: block;
}

.stay-card-img {
    line-height: 0;
    width: 100%;
}

.stay-card-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.stay-card-body {
    padding: 1.75rem 1.75rem 2rem;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.stay-card-body h4 {
    font-size: 1.05rem;
    margin: 0 0 1rem;
}

.stay-card-extras {
    font-family: "Montserrat", sans-serif;
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .14rem;
    color: #aaa9a9;
    border-top: 1px solid #ece8de;
    padding-top: 1rem;
    margin-bottom: .75rem;
}

.stay-card-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
}

.stay-card-list li {
    font-size: .85rem;
    line-height: 1.65;
    letter-spacing: .04rem;
    padding-left: 1.1rem;
    position: relative;
    margin-bottom: .45rem;
}

.stay-card-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .62rem;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #89bce5;
}

.stay-card-note {
    font-size: .8rem;
    line-height: 1.7;
    color: #5b5a72;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.stay-card .btn-chino {
    align-self: flex-start;
    margin-top: auto;
}

@media (max-width: 991px) {
    .stay-card-img img {
        height: 200px;
    }
}

/* ------------------------------------------------------------------ *
 * Section spacing
 *
 * One source of truth for the gap between sections. Replaces the ad-hoc
 * py-5 / pb-5 / pt-5 / pb-3 / py-4 utilities that had drifted per section
 * (gaps ranged 3rem to 6rem).
 *
 * #header-section uses .container-fluid, which these selectors do not
 * match, so the hero keeps its full-bleed treatment.
 * ------------------------------------------------------------------ */
section > .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* Where two adjacent sections share a background there is no visual
   division, so the gap is halved: 1.5rem a side = 3rem, against 6rem at a
   colour change. Keyed off .bg-cake rather than hardcoded pairs, so
   reordering sections or changing a background re-spaces the page on its
   own. The hero is excluded - it is a full-bleed image, not a white
   section. */
section:not(.bg-cake):not(#header-section) + section:not(.bg-cake) > .container,
section.bg-cake + section.bg-cake > .container {
    padding-top: 1.5rem;
}

section:not(.bg-cake):has(+ section:not(.bg-cake)) > .container,
section.bg-cake:has(+ section.bg-cake) > .container {
    padding-bottom: 1.5rem;
}


/* FAQ accordion — detached white panels, each question led by an icon.
   Chosen from the test/preview.html shortlist on 2026-09-03 (option "B+D").
   Card border and radius match .btn-whatsapp / .stay-card; no shadows. */
#faq-section .accordion-item {
    background-color: #ffffff;
    border: 1px solid #ece8de;
    border-radius: 8px;
    margin-bottom: 0.75rem;
}
#faq-section .accordion-item:last-child {
    margin-bottom: 0;
}
#faq-section .accordion-button {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.01em;
    color: #26244c;
    background-color: transparent;
    padding: 1.1rem 1.25rem;
    box-shadow: none;
}
#faq-section .accordion-button:not(.collapsed) {
    color: #26244c;
    background-color: #ffffff;
    box-shadow: none;
}
#faq-section .accordion-button:focus { box-shadow: none; border-color: transparent; }
#faq-section .accordion-button:focus-visible { outline: 2px solid #89bce5; outline-offset: 2px; }
#faq-section .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2389bce5'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
    margin-left: 1rem;
}
#faq-section .faq-i {
    color: #89bce5;
    flex: 0 0 auto;
    width: 1.4rem;
    margin-right: 0.95rem;
    font-size: 0.9rem;
    text-align: center;
}
#faq-section .accordion-body {
    font-family: "Open Sans", sans-serif;
    font-size: 0.95rem;
    line-height: 1.75;
    color: #5b5a72;
    padding: 0 1.25rem 1.25rem 3.6rem;
}
