/* Silver Rock Website V1.20 — visible controls and authentic Resort at a Glance background */

/* The V1.18 SVG-mask implementation can fail on websites opened directly from a local folder.
   V1.20 uses the embedded Bootstrap icon font plus text/glyph fallbacks for every critical action. */

/* --- Resort at a Glance: authentic Silver Rock aerial photograph, clearly visible --- */
.resort-summary {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        linear-gradient(90deg,
            rgba(244,238,228,.98) 0%,
            rgba(244,238,228,.94) 31%,
            rgba(244,238,228,.76) 50%,
            rgba(244,238,228,.34) 73%,
            rgba(244,238,228,.16) 100%),
        url('../images/Silver_Rock-7.jpg') center 42% / cover no-repeat !important;
    padding-top: clamp(6rem, 8vw, 8.25rem) !important;
}
.resort-summary::before,
.resort-summary::after {
    content: none !important;
    display: none !important;
}
.resort-summary .summary-shell {
    position: relative;
    z-index: 2;
}
.resort-summary .summary-header {
    min-height: clamp(340px, 34vw, 455px) !important;
    margin-bottom: clamp(2rem, 3vw, 3.25rem) !important;
}
.resort-summary .summary-header > div {
    max-width: 680px;
    padding: clamp(1.4rem, 2.5vw, 2.25rem);
    border-left: 3px solid #875f35;
    background: rgba(255,252,247,.78);
    box-shadow: 0 22px 60px rgba(35,27,20,.12);
    backdrop-filter: blur(10px);
}
.resort-summary .summary-header h2,
.resort-summary .summary-eyebrow {
    color: #2c2019 !important;
    text-shadow: none !important;
}
.resort-summary .summary-header > p {
    align-self: center;
    max-width: 390px;
    padding: 1.25rem 1.4rem !important;
    border: 1px solid rgba(255,255,255,.66) !important;
    border-left: 3px solid #875f35 !important;
    background: rgba(255,253,249,.88) !important;
    color: #4e443c !important;
    box-shadow: 0 18px 42px rgba(35,27,20,.13);
    backdrop-filter: blur(12px);
}
.resort-summary .summary-card {
    background: rgba(255,253,249,.95) !important;
    box-shadow: 0 18px 44px rgba(40,30,22,.10) !important;
}

/* --- Room carousel arrows: always visible and unmistakable --- */
.room-slider-nav {
    opacity: .96 !important;
    width: 48px !important;
    height: 48px !important;
    border: 1px solid rgba(255,255,255,.92) !important;
    background: rgba(25,20,16,.78) !important;
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.25);
}
.room-slider-nav:hover,
.room-slider-nav:focus-visible {
    opacity: 1 !important;
    background: #1e1814 !important;
}
.sr-slider-glyph,
.sr-facility-glyph {
    display: block;
    color: currentColor;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2.05rem;
    font-weight: 400;
    line-height: .72;
    transform: translateY(-1px);
}

/* --- Standard room booking controls: replace empty circles with explicit WhatsApp actions --- */
.lux-circle-link {
    width: auto !important;
    min-width: 102px;
    height: 46px !important;
    padding: 0 1rem !important;
    gap: .55rem;
    border: 1px solid #1f1915 !important;
    border-radius: 0 !important;
    background: #1f1915 !important;
    color: #fff !important;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.lux-circle-link:hover {
    background: #3b2d23 !important;
    transform: translateY(-2px) !important;
}
.sr-book-arrow { font-size: 1rem; line-height: 1; }

/* --- Dining contact actions: visible labels instead of blank icon circles --- */
.dining-icon-btn {
    width: auto !important;
    min-width: 88px;
    height: 44px !important;
    padding: 0 .95rem !important;
    gap: .48rem;
    border-radius: 999px !important;
    color: #243c36 !important;
    font-size: .76rem;
    font-weight: 700;
    text-decoration: none;
}
.dining-icon-btn .bi { font-size: .95rem; }
.btn-book-primary,
.btn-book-primary:visited {
    color: #fff !important;
}

/* --- Facilities: directions stay visible over every photograph --- */
.lux-facility-arrows button {
    border: 1px solid rgba(34,27,22,.26) !important;
    background: rgba(255,253,249,.96) !important;
    color: #231c17 !important;
    box-shadow: 0 10px 28px rgba(30,23,18,.18);
}
.lux-facility-arrows button:hover,
.lux-facility-arrows button:focus-visible {
    border-color: #231c17 !important;
    background: #231c17 !important;
    color: #fff !important;
}

/* --- Rates, directions and other text buttons: guarantee readable foregrounds --- */
.rates-directions-btn,
.rates-download-btn,
.hero-btn.btn-whatsapp {
    color: #fff !important;
}
.rates-call-btn,
.rates-whatsapp-link {
    color: #243c36 !important;
}
.lux-primary-link,
.lux-primary-link:visited {
    color: #fff !important;
}

/* Embedded Bootstrap icons remain visible; critical controls above have direct glyph fallbacks. */
.bi { line-height: 1; }

@media (max-width: 900px) {
    .resort-summary {
        background:
            linear-gradient(180deg,
                rgba(244,238,228,.78) 0%,
                rgba(244,238,228,.88) 45%,
                rgba(244,238,228,.98) 75%),
            url('../images/Silver_Rock-7.jpg') center top / cover no-repeat !important;
    }
    .resort-summary .summary-header {
        min-height: 420px !important;
    }
}

@media (max-width: 720px) {
    .room-slider-nav {
        width: 42px !important;
        height: 42px !important;
    }
    .sr-slider-glyph { font-size: 1.8rem; }
    .lux-circle-link { min-width: 94px; }
    .dining-icon-btn { min-width: 82px; }
    .resort-summary .summary-header > div {
        background: rgba(255,253,249,.9);
    }
}
