:root {
    --primary: #152238;
    --accent: #c9873f;
    --cream: #f7f1e8;
    --soft: #f6f0e8;
    --text: #1f2937;
    --shadow: 0 18px 42px rgba(15,23,42,.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: #fffaf3; overflow-x: hidden; }
.navbar { transition: .35s ease; }
.navbar.navbar-solid { background: rgba(15, 23, 38, .88); backdrop-filter: blur(16px); box-shadow: 0 12px 28px rgba(15, 23, 42, .18); }
.navbar-brand { font-weight: 900; letter-spacing: -.04em; }
.nav-link { font-weight: 700; }
.hero { min-height: 100vh; position: relative; display: grid; place-items: center; color: white; overflow: hidden; background: #0f1726; isolation: isolate; }
.hero-carousel { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.hero-carousel .carousel-inner, .hero-carousel .carousel-item { width: 100%; height: 100%; }
.hero-slide-img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.055); transition: transform 7s ease, filter .7s ease; filter: brightness(var(--hero-brightness, 165%)) saturate(1.04) contrast(1.02); }
.hero-carousel .carousel-item.active .hero-slide-img { transform: scale(1); }
.hero-fallback-slide { width: 100%; height: 100%; background: radial-gradient(circle at 24% 35%, rgba(201,135,63,.42), transparent 28%), linear-gradient(135deg, #152238, #334155); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 15, 28, .58) 0%, rgba(8, 15, 28, .34) 47%, rgba(8, 15, 28, .18) 100%), linear-gradient(180deg, rgba(8, 15, 28, .16), rgba(8, 15, 28, .36)); z-index: 1; pointer-events: none; }
.hero-content { position: relative; z-index: 2; padding-top: 96px; padding-bottom: 56px; }
.hero-control { z-index: 4; width: 7%; opacity: .55; }
.hero-control:hover { opacity: .9; }
.carousel-indicators { z-index: 4; bottom: 28px; }
.carousel-indicators [data-bs-target] { width: 10px; height: 10px; border-radius: 50%; }
.hero h1 { font-size: clamp(42px, 7vw, 88px); line-height: .92; letter-spacing: -.06em; font-weight: 950; text-wrap: balance; }
.hero p { max-width: 720px; font-size: clamp(18px, 2vw, 22px); }
.badge-soft { background: rgba(255,255,255,.16); color: white; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; padding: 8px 14px; backdrop-filter: blur(14px); }
.eyebrow { display: inline-block; text-transform: uppercase; font-weight: 900; color: var(--accent); letter-spacing: .12em; font-size: 12px; margin-bottom: 8px; }
.section { padding: 96px 0; position: relative; }
.bg-soft { background: linear-gradient(180deg, #fff8ef, #f6efe4); }
.section-title { font-size: clamp(34px, 5vw, 56px); font-weight: 950; letter-spacing: -.055em; color: var(--primary); text-wrap: balance; }
.soft-card, .booking-box, .about-card { border: 1px solid rgba(15,23,42,.06); box-shadow: var(--shadow); transition: transform .35s ease, box-shadow .35s ease; }
.soft-card:hover { transform: translateY(-7px); box-shadow: 0 24px 58px rgba(15,23,42,.13); }
.room-card, .feature-card, .testimonial-card { border: 0; border-radius: 30px; overflow: hidden; height: 100%; background: #fff; }
.room-card img { height: 260px; object-fit: cover; }
.empty-image { height: 260px; background: linear-gradient(135deg, #efe7da, #d8c3a5); }
.price-pill { background: var(--cream); color: var(--primary); border-radius: 999px; padding: 8px 12px; font-weight: 900; white-space: nowrap; }
.btn-primary-custom { background: var(--accent); border: 0; color: white; border-radius: 999px; padding: 13px 22px; font-weight: 900; box-shadow: 0 12px 28px rgba(201,135,63,.28); }
.btn-primary-custom:hover { background: color-mix(in srgb, var(--accent), #000 16%); color: white; transform: translateY(-1px); }
.btn-outline-light-custom, .btn-video-hero { border: 1px solid rgba(255,255,255,.55); color: white; border-radius: 999px; padding: 13px 22px; font-weight: 900; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.btn-outline-light-custom:hover, .btn-video-hero:hover { background: rgba(255,255,255,.18); color: white; }
.gallery-img { width: 100%; height: 280px; object-fit: cover; border-radius: 26px; box-shadow: var(--shadow); transition: transform .5s ease, filter .5s ease; }
.gallery-img:hover { transform: scale(1.025); filter: saturate(1.05); }
.booking-box { background: white; border-radius: 32px; padding: 28px; color: var(--text); }
.glass-box { background: rgba(255,255,255,.94); backdrop-filter: blur(18px); }
.about-card { background: #fff; border-radius: 32px; padding: 34px; }
.form-control, .form-select { border-radius: 16px; padding: 12px 14px; border-color: rgba(15,23,42,.13); }
.form-control:focus, .form-select:focus { border-color: var(--accent); box-shadow: 0 0 0 .25rem rgba(201,135,63,.18); }
.video-section { background: radial-gradient(circle at 18% 20%, rgba(201,135,63,.4), transparent 24%), linear-gradient(135deg, var(--primary), #0f1726); overflow: hidden; }
.video-preview { width: 100%; min-height: 330px; border: 0; border-radius: 34px; background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.04)), var(--hero-image, linear-gradient(135deg, #c9873f, #152238)) center/cover no-repeat; box-shadow: 0 28px 70px rgba(0,0,0,.28); display: grid; place-items: center; }
.play-circle { width: 86px; height: 86px; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--accent); display: grid; place-items: center; font-size: 32px; padding-left: 5px; box-shadow: 0 22px 50px rgba(0,0,0,.24); }
.stars { color: var(--accent); letter-spacing: .08em; }
.footer { background: #0f1726; color: #e5e7eb; padding: 56px 0; }
.whatsapp-float, .scroll-top { position: fixed; z-index: 99; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; border: 0; text-decoration: none; box-shadow: 0 15px 35px rgba(0,0,0,.25); transition: transform .25s ease, opacity .25s ease; }
.whatsapp-float { right: 22px; bottom: 22px; background: #25D366; color: white; }
.whatsapp-float svg { width: 34px; height: 34px; }
.scroll-top { right: 22px; bottom: 92px; background: var(--primary); color: white; opacity: 0; pointer-events: none; font-size: 24px; font-weight: 900; }
.scroll-top.show { opacity: 1; pointer-events: auto; }
.whatsapp-float:hover, .scroll-top:hover { transform: translateY(-4px); color: white; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .78s ease, transform .78s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .22s; }
.video-modal-content { background: #0f1726; color: white; border: 0; border-radius: 28px; overflow: hidden; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal { opacity: 1; transform: none; transition: none; }
    .hero-slide-img { transition: none; transform: none; }
}
@media (max-width: 991px) {
    .navbar-collapse { background: rgba(15, 23, 38, .96); border-radius: 20px; padding: 16px; margin-top: 12px; }
    .hero { min-height: auto; }
    .hero-overlay { background: linear-gradient(180deg, rgba(8, 15, 28, .78), rgba(8, 15, 28, .58)); }
    .hero-control { display: none; }
    .hero-content { padding-top: 120px; }
}
@media (max-width: 767px) {
    .section { padding: 68px 0; }
    .hero h1 { font-size: 44px; }
    .booking-box { padding: 22px; border-radius: 26px; }
    .gallery-img { height: 240px; }
    .whatsapp-float, .scroll-top { right: 16px; width: 54px; height: 54px; }
    .whatsapp-float { bottom: 18px; }
    .scroll-top { bottom: 84px; }
}

.room-mini-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}
.room-mini-gallery img {
    width: 100%;
    height: 58px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
}
@media (max-width: 575px) {
    .room-mini-gallery img { height: 52px; }
}

.feedback-modal-content { overflow: hidden; }
.feedback-icon { width: 58px; height: 58px; border-radius: 999px; display: grid; place-items: center; font-size: 30px; font-weight: 800; }
.feedback-success .feedback-icon { background: #dcfce7; color: #15803d; }
.feedback-danger .feedback-icon { background: #fee2e2; color: #b91c1c; }
.feedback-info .feedback-icon { background: #dbeafe; color: #1d4ed8; }


.hero-content { text-align: center; }
.hero-logo {
    width: min(520px, 86vw);
    max-height: 300px;
    object-fit: contain;
    display: block;
    margin: 0 auto 22px;
    filter: drop-shadow(0 22px 40px rgba(0,0,0,.35));
}
.hero-actions .btn { min-width: 178px; }
.gallery-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 26px;
    overflow: hidden;
    text-align: left;
}
.gallery-trigger::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.55));
    opacity: 0;
    transition: opacity .35s ease;
}
.gallery-hover-label {
    position: absolute;
    left: 18px;
    bottom: 16px;
    z-index: 2;
    color: white;
    font-weight: 900;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .35s ease, transform .35s ease;
}
.gallery-trigger:hover::after,
.gallery-trigger:hover .gallery-hover-label {
    opacity: 1;
    transform: translateY(0);
}
.gallery-modal-content {
    position: relative;
    background: #050812;
    border: 0;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(0,0,0,.45);
}
.gallery-close {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 5;
    background-color: rgba(0,0,0,.35);
    border-radius: 999px;
    padding: 12px;
}
.gallery-modal-img {
    width: 100%;
    height: min(78vh, 760px);
    object-fit: contain;
    background: #050812;
}
.gallery-caption {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 58px;
    color: white;
    font-weight: 800;
    text-shadow: 0 2px 14px rgba(0,0,0,.6);
    text-align: center;
}
.gallery-indicators { bottom: 12px; margin-bottom: 0; }
.gallery-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .hero-logo { width: min(360px, 90vw); max-height: 230px; margin-bottom: 16px; }
    .hero-actions .btn { min-width: 100%; }
    .gallery-modal-img { height: 72vh; }
}


.room-card-clickable {
    cursor: pointer;
}
.room-cover-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    overflow: hidden;
    text-align: left;
}
.room-cover-trigger img {
    width: 100%;
    display: block;
    transition: transform .45s ease, filter .45s ease;
}
.room-card-clickable:hover .room-cover-trigger img {
    transform: scale(1.04);
    filter: saturate(1.08);
}
.room-gallery-badge {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 2;
    background: rgba(15, 23, 42, .82);
    color: white;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
    padding: 8px 13px;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(0,0,0,.22);
    backdrop-filter: blur(12px);
}
.room-cover-trigger::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.34));
    opacity: 0;
    transition: opacity .35s ease;
}
.room-card-clickable:hover .room-cover-trigger::after {
    opacity: 1;
}
.room-mini-gallery button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 12px;
    overflow: hidden;
}
.room-mini-gallery button img {
    transition: transform .3s ease, filter .3s ease;
}
.room-mini-gallery button:hover img {
    transform: scale(1.08);
    filter: saturate(1.12);
}
.room-open-btn {
    position: relative;
    z-index: 2;
    font-weight: 800;
}
.room-modal-heading {
    position: absolute;
    left: 24px;
    top: 18px;
    z-index: 5;
    color: white;
    background: rgba(0,0,0,.34);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 18px;
    padding: 10px 14px;
    backdrop-filter: blur(12px);
    max-width: calc(100% - 100px);
}
.room-modal-heading h5 {
    font-weight: 900;
    color: white;
}
.room-gallery-modal .gallery-modal-img {
    padding-top: 0;
}
@media (max-width: 767px) {
    .room-gallery-badge {
        right: 12px;
        bottom: 12px;
        padding: 7px 11px;
    }
    .room-modal-heading {
        left: 14px;
        top: 14px;
        max-width: calc(100% - 82px);
    }
}


.section-subtitle {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 950;
    letter-spacing: -.045em;
    color: var(--primary);
    text-wrap: balance;
}
.community-card,
.community-wide,
.campers-card,
.family-placeholder {
    background: #fff;
    border: 1px solid rgba(15,23,42,.06);
    border-radius: 30px;
    box-shadow: var(--shadow);
    padding: 28px;
}
.community-card h5,
.campers-card h4 {
    font-weight: 900;
    color: var(--primary);
}
.community-card p,
.campers-card p {
    color: #6b7280;
    margin-bottom: 0;
}
.community-icon,
.campers-icon {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    background: var(--cream);
    font-size: 30px;
    margin-bottom: 18px;
}
.community-wide {
    background: linear-gradient(135deg, rgba(201,135,63,.12), rgba(255,255,255,.9));
    color: var(--primary);
}
.family-note {
    border-left: 6px solid var(--accent);
}
.family-gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 112px;
    gap: 12px;
}
.family-gallery-item {
    border: 0;
    padding: 0;
    border-radius: 22px;
    overflow: hidden;
    background: transparent;
    box-shadow: var(--shadow);
}
.family-gallery-item:nth-child(1),
.family-gallery-item:nth-child(4) {
    grid-column: span 3;
    grid-row: span 2;
}
.family-gallery-item:nth-child(2),
.family-gallery-item:nth-child(3),
.family-gallery-item:nth-child(5),
.family-gallery-item:nth-child(6),
.family-gallery-item:nth-child(7),
.family-gallery-item:nth-child(8) {
    grid-column: span 3;
}
.family-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease, filter .45s ease;
}
.family-gallery-item:hover img {
    transform: scale(1.05);
    filter: saturate(1.08);
}
.family-placeholder {
    min-height: 260px;
    display: grid;
    place-items: center;
    text-align: center;
}
.campers-section {
    background: radial-gradient(circle at 80% 10%, rgba(201,135,63,.18), transparent 28%), #fffaf3;
}
.campers-card {
    position: relative;
    overflow: hidden;
}
.campers-card::after {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
    width: 220px;
    height: 220px;
    right: -70px;
    top: -70px;
    background: rgba(201,135,63,.12);
    border-radius: 50%;
}
.campers-card > * {
    position: relative;
    z-index: 1;
}
.tag-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: var(--cream);
    color: var(--primary);
    padding: 8px 13px;
    font-size: 13px;
    font-weight: 900;
}
.price-pill-link {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    color: var(--primary);
    border: 1px solid rgba(201,135,63,.35);
}
.price-pill-link:hover {
    background: var(--accent);
    color: #fff;
}
@media (max-width: 767px) {
    .family-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 120px;
    }
    .family-gallery-item,
    .family-gallery-item:nth-child(1),
    .family-gallery-item:nth-child(4),
    .family-gallery-item:nth-child(2),
    .family-gallery-item:nth-child(3),
    .family-gallery-item:nth-child(5),
    .family-gallery-item:nth-child(6),
    .family-gallery-item:nth-child(7),
    .family-gallery-item:nth-child(8) {
        grid-column: span 1;
        grid-row: span 1;
    }
}


.how-to-arrive-section {
    background: linear-gradient(180deg, #fffaf3, #f6efe4);
    overflow: hidden;
}
.how-to-arrive-card {
    position: relative;
    overflow: hidden;
    border-radius: 38px;
    padding: clamp(32px, 6vw, 64px);
    min-height: 440px;
    color: white;
    background:
        linear-gradient(110deg, rgba(8, 15, 28, .88), rgba(8, 15, 28, .58) 48%, rgba(8, 15, 28, .22)),
        radial-gradient(circle at 85% 18%, rgba(201,135,63,.38), transparent 30%),
        var(--how-bg, linear-gradient(135deg, #152238, #c9873f)) center/cover no-repeat;
    box-shadow: 0 30px 90px rgba(15,23,42,.22);
}
.how-to-arrive-card::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 28px;
    pointer-events: none;
}
.text-white-75 {
    color: rgba(255,255,255,.76);
}
.btn-how-video {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.how-play-card {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 280px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 34px;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(18px);
    color: white;
    display: grid;
    place-items: center;
    text-align: center;
    box-shadow: 0 24px 64px rgba(0,0,0,.22);
    transition: transform .35s ease, background .35s ease;
}
.how-play-card:hover {
    transform: translateY(-6px);
    background: rgba(255,255,255,.18);
    color: white;
}
.how-play-circle {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: rgba(255,255,255,.96);
    color: var(--accent);
    display: grid;
    place-items: center;
    font-size: 38px;
    padding-left: 6px;
    box-shadow: 0 22px 50px rgba(0,0,0,.28);
    margin: 0 auto 16px;
}
.how-play-text {
    display: block;
    font-weight: 950;
    font-size: 18px;
}
.how-play-card-empty .how-play-circle {
    padding-left: 0;
    color: var(--primary);
}
@media (max-width: 767px) {
    .how-to-arrive-card {
        border-radius: 28px;
        min-height: auto;
    }
    .how-play-card {
        min-height: 220px;
    }
}


.family-video-box {
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(15,23,42,.08);
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 16px 38px rgba(15,23,42,.08);
}
.family-video-box h5 {
    color: var(--primary);
    font-weight: 900;
}
.family-video-box p {
    color: #6b7280;
    margin-bottom: 14px;
}
.family-gallery-featured {
    position: relative;
}
.family-gallery-featured::after {
    content: "Cercanía familiar";
    position: absolute;
    left: 18px;
    bottom: 18px;
    background: rgba(15,23,42,.72);
    color: white;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    padding: 8px 14px;
    font-weight: 900;
    backdrop-filter: blur(12px);
}
.third-video-section {
    background:
        linear-gradient(180deg, #fffaf3, #f6efe4);
    overflow: hidden;
}
.third-video-card {
    position: relative;
    overflow: hidden;
    border-radius: 38px;
    padding: clamp(32px, 6vw, 64px);
    min-height: 430px;
    color: white;
    background:
        linear-gradient(110deg, rgba(8, 15, 28, .88), rgba(8, 15, 28, .56) 52%, rgba(8, 15, 28, .18)),
        radial-gradient(circle at 82% 18%, rgba(201,135,63,.34), transparent 28%),
        var(--third-video-bg, linear-gradient(135deg, #152238, #c9873f)) center/cover no-repeat;
    box-shadow: 0 30px 90px rgba(15,23,42,.22);
}
.third-video-card::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 28px;
    pointer-events: none;
}
.third-video-card > .row {
    position: relative;
    z-index: 2;
}
@media (max-width: 767px) {
    .family-gallery-featured::after {
        font-size: 12px;
        left: 12px;
        bottom: 12px;
    }
    .third-video-card {
        border-radius: 28px;
        min-height: auto;
    }
}


/* Selector de idiomas */
.google-translate-hidden {
    position: fixed;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
body {
    top: 0 !important;
}
body > .skiptranslate,
.goog-te-banner-frame,
.goog-te-balloon-frame,
#goog-gt-tt {
    display: none !important;
}
.btn-language {
    border: 1px solid rgba(255,255,255,.24);
    color: #fff;
    border-radius: 999px;
    padding: 10px 14px;
    font-weight: 900;
    background: rgba(255,255,255,.10);
    backdrop-filter: blur(12px);
}
.navbar-solid .btn-language {
    color: var(--primary);
    border-color: rgba(15,23,42,.12);
    background: rgba(255,255,255,.86);
}
.btn-language:hover,
.btn-language:focus {
    color: #fff;
    border-color: rgba(255,255,255,.5);
    background: rgba(255,255,255,.18);
}
.navbar-solid .btn-language:hover,
.navbar-solid .btn-language:focus {
    color: var(--primary);
    background: #fff;
}
.language-menu {
    border: 0;
    border-radius: 18px;
    padding: 8px;
    box-shadow: 0 18px 45px rgba(15,23,42,.18);
    min-width: 190px;
}
.language-menu .dropdown-item {
    border-radius: 12px;
    font-weight: 800;
    padding: 9px 12px;
}
.language-menu .dropdown-item.active,
.language-menu .dropdown-item:active {
    background: var(--accent);
    color: #fff;
}
@media (max-width: 991px) {
    .language-nav-item {
        margin: 8px 0;
    }
    .btn-language {
        width: 100%;
        justify-content: center;
        color: var(--primary);
        background: #fff;
        border-color: rgba(15,23,42,.12);
    }
    .language-menu {
        width: 100%;
    }
}


/* v26 - Corrección móvil: evita columna blanca lateral por overflow horizontal */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    position: relative;
}

img,
video,
iframe,
svg {
    max-width: 100%;
}

.container,
.container-fluid {
    max-width: 100%;
}

.row {
    --bs-gutter-x: min(1.5rem, 6vw);
}

.navbar,
.hero,
.section,
.footer,
.admin-layout {
    max-width: 100vw;
    overflow-x: clip;
}

.navbar .container {
    min-width: 0;
}

.navbar-collapse {
    max-width: 100%;
}

.dropdown-menu {
    max-width: calc(100vw - 24px);
}

.family-gallery-grid,
.gallery-grid,
.room-mini-gallery {
    max-width: 100%;
}

.google-translate-hidden,
#google_translate_element,
.goog-te-gadget,
.goog-te-gadget-simple,
.goog-te-menu-frame,
.goog-te-banner-frame,
body > .skiptranslate {
    max-width: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
}

@media (max-width: 767px) {
    .hero-content,
    .about-card,
    .family-note,
    .booking-box,
    .how-to-arrive-card,
    .third-video-card,
    .campers-card {
        max-width: 100%;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
