/**
 * Bethel Hotel brand — royal blue, forest green, black (from official logo).
 */
:root {
    --brand-primary: #0048ff;
    --brand-primary-dark: #0036c9;
    --brand-secondary: #228b22;
    --brand-secondary-dark: #1a6b1a;
    --brand-black: #111111;

    --rts-primary: var(--brand-primary);
    --rts-button-1: var(--brand-primary);
    --rts-primary-dark: var(--brand-primary-dark);
    --btn-1: var(--brand-primary);
    --heading-color: var(--brand-black);
    --swiper-theme-color: var(--brand-primary);
}

/* Primary buttons & filled CTAs */
.theme-btn.btn-style.fill,
.theme-btn.btn-style.sm-btn.fill:not(.outline):not(.border),
.hotel-channel-actions__btn--booking {
    background: var(--brand-primary) !important;
    border-color: var(--brand-primary) !important;
}

.theme-btn.btn-style.fill:hover,
.theme-btn.btn-style.sm-btn.fill:not(.outline):not(.border):hover {
    background: var(--brand-primary-dark) !important;
    border-color: var(--brand-primary-dark) !important;
}

.theme-btn.btn-style.border,
.theme-btn.btn-style.sm-btn.border {
    border-color: var(--brand-primary) !important;
    color: var(--brand-primary) !important;
}

.theme-btn.btn-style.border:hover,
.theme-btn.btn-style.sm-btn.border:hover {
    background: var(--brand-primary) !important;
    color: #fff !important;
}

/* Section titles — bold sans like logo wordmark */
.section__title,
.page-feature__title,
.banner__slide__content h1 {
    color: var(--brand-black);
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
}

/* Green accent eyebrow / secondary highlights */
.page-feature__eyebrow,
.home-cta__eyebrow {
    color: var(--brand-secondary) !important;
}

/* Footer stars on-brand */
.footer__star--on {
    color: var(--brand-secondary) !important;
}

/* Active nav / pagination */
.navigation__menu--item__link:hover,
.page-item.active .page-link {
    color: var(--brand-primary) !important;
}

.page-item.active .page-link {
    background-color: var(--brand-primary) !important;
    border-color: var(--brand-primary) !important;
}

/* Footer gradient — blue into green */
.site-footer--lux.footer__background {
    background: linear-gradient(165deg, var(--brand-primary-dark) 0%, var(--brand-primary) 45%, var(--brand-secondary-dark) 100%) !important;
}

/* Bethel footer — balanced grid instead of stretched flex */
.site-footer--lux .footer__widget__wrapper--bethel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem 2rem;
    justify-items: center;
    text-align: center;
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
}

.site-footer--lux .footer__widget__wrapper--bethel > .rts__widget {
    width: 100%;
    max-width: 22rem;
}

.site-footer--lux .footer__widget__wrapper--bethel .footer__brand {
    justify-self: center;
}

.site-footer--lux .footer__widget__wrapper--bethel .footer__brand .footer__mission {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .site-footer--lux .footer__widget__wrapper--bethel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-items: start;
        text-align: left;
        gap: 2rem 2.5rem;
    }

    .site-footer--lux .footer__widget__wrapper--bethel .footer__brand {
        justify-self: start;
    }

    .site-footer--lux .footer__widget__wrapper--bethel .footer__brand .footer__mission {
        margin-left: 0;
        margin-right: 0;
    }

    .site-footer--lux .footer__widget__wrapper--bethel > .rts__widget {
        max-width: none;
    }
}

@media (min-width: 992px) {
    .site-footer--lux .footer__widget__wrapper--bethel {
        grid-template-columns: minmax(200px, 1.15fr) minmax(160px, 0.85fr) minmax(200px, 1fr) minmax(220px, 1.1fr);
        align-items: start;
    }
}

.site-footer--lux .footer__widget__wrapper--bethel .widget__title {
    font-family: 'Inter', sans-serif !important;
}

.site-footer--lux .footer__star--on {
    color: var(--brand-secondary) !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25), 0 2px 4px rgba(0, 0, 0, 0.4);
    filter: none;
}

/* ——— Why Choose Us (Bethel layout) ——— */
.site-why-choose-wrap--full {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: linear-gradient(180deg, #f4f8f4 0%, #ffffff 42%, #f6f9ff 100%);
    border-top: 3px solid var(--brand-secondary);
    border-bottom: 1px solid rgba(0, 72, 255, 0.08);
}

.site-why-choose-wrap--meetings {
    border-radius: 16px;
    background: #f8fafb;
    border: 1px solid rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.site-why-choose--bethel {
    background: transparent;
}

.site-why-choose--bethel .site-why-choose__header {
    max-width: 36rem;
    margin-bottom: 2.5rem;
    text-align: left;
}

.site-why-choose--bethel .site-why-choose__header--meetings {
    margin-bottom: 1.5rem;
}

.site-why-choose--bethel .site-why-choose__eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--brand-secondary);
    margin-bottom: 0.5rem;
}

.site-why-choose--bethel .site-why-choose__heading {
    margin-bottom: 0.75rem;
    text-align: left;
}

.site-why-choose--bethel .site-why-choose__lead {
    color: #4a5568;
    margin: 0;
    max-width: none;
    text-align: left;
    line-height: 1.65;
}

.site-why-choose--bethel .site-why-choose__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .site-why-choose--bethel .site-why-choose__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.15rem 1.5rem;
    }
}

.site-why-choose--bethel .site-why-choose__item {
    display: grid;
    grid-template-columns: auto auto 1fr;
    grid-template-areas:
        "index icon body";
    align-items: start;
    gap: 0.85rem 1rem;
    padding: 1.15rem 1.2rem;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.07);
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.site-why-choose--bethel .site-why-choose__item--odd {
    border-left: 4px solid var(--brand-secondary);
}

.site-why-choose--bethel .site-why-choose__item--even {
    border-left: 4px solid var(--brand-primary);
}

.site-why-choose--bethel .site-why-choose__item:hover {
    transform: translateX(4px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.09);
}

.site-why-choose--bethel .site-why-choose__index {
    grid-area: index;
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: rgba(17, 17, 17, 0.28);
    line-height: 1;
    padding-top: 0.35rem;
}

.site-why-choose--bethel .site-why-choose__icon {
    grid-area: icon;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.1rem;
}

.site-why-choose--bethel .site-why-choose__item--odd .site-why-choose__icon {
    background: rgba(34, 139, 34, 0.12);
    color: var(--brand-secondary);
}

.site-why-choose--bethel .site-why-choose__item--even .site-why-choose__icon {
    background: rgba(0, 72, 255, 0.1);
    color: var(--brand-primary);
}

.site-why-choose--bethel .site-why-choose__body {
    grid-area: body;
    text-align: left;
    min-width: 0;
}

.site-why-choose--bethel .site-why-choose__title {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--brand-black);
    margin: 0 0 0.35rem;
    line-height: 1.3;
}

.site-why-choose--bethel .site-why-choose__text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #5a6472;
}

.site-why-choose--meetings .site-why-choose__grid {
    grid-template-columns: 1fr;
}

@media (max-width: 575.98px) {
    .site-why-choose--bethel .site-why-choose__index {
        display: none;
    }

    .site-why-choose--bethel .site-why-choose__item {
        grid-template-columns: auto 1fr;
        grid-template-areas: "icon body";
    }
}

/* ——— Book / enquire section (Bethel layout) ——— */
.home-cta--bethel {
    background: linear-gradient(180deg, #ffffff 0%, #f4f8f4 55%, #f6f9ff 100%);
    border-top: 3px solid var(--brand-primary);
}

.home-cta__intro--bethel {
    max-width: 40rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2.25rem;
    text-align: left;
}

.home-cta--bethel .home-cta__eyebrow {
    color: var(--brand-secondary);
}

.home-cta--bethel .home-cta__lead {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
}

.home-cta__bethel-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: start;
}

@media (min-width: 992px) {
    .home-cta__bethel-grid {
        grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
        gap: 2rem 2.5rem;
    }
}

.home-cta__bethel-aside {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bethel-contact-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-left: 4px solid var(--brand-secondary);
    padding: 1.35rem 1.25rem;
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
}

.bethel-contact-card__eyebrow {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand-secondary);
    margin: 0 0 0.35rem;
}

.bethel-contact-card__title {
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 1rem;
    color: var(--brand-black);
}

.bethel-contact-card__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.bethel-contact-card__list li {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 0.75rem;
    row-gap: 0.1rem;
    align-items: start;
}

.bethel-contact-card__icon {
    grid-row: 1 / span 2;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
}

.bethel-contact-card__icon--phone,
.bethel-contact-card__icon--email {
    background: rgba(0, 72, 255, 0.1);
    color: var(--brand-primary);
}

.bethel-contact-card__icon--wa {
    background: rgba(37, 211, 102, 0.15);
    color: #128c7e;
}

.bethel-contact-card__icon--map {
    background: rgba(34, 139, 34, 0.12);
    color: var(--brand-secondary);
}

.bethel-contact-card__label {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #64748b;
}

.bethel-contact-card__value {
    font-size: 0.9rem;
    font-weight: 600;
    color: #0f172a;
    text-decoration: none;
    line-height: 1.4;
    word-break: break-word;
}

.bethel-contact-card__value:hover {
    color: var(--brand-primary);
}

.bethel-contact-card__hours {
    margin: 1rem 0 0.5rem;
    font-size: 0.85rem;
    color: #64748b;
}

.bethel-contact-card__booking-note a {
    color: var(--brand-primary);
    font-weight: 600;
}

.home-cta__bethel-map {
    border-radius: 14px;
    overflow: hidden;
    min-height: 200px;
    height: 220px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
    background: #e2e8f0;
}

.home-cta__bethel-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.home-cta__bethel-form-panel {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-top: 4px solid var(--brand-primary);
    padding: 1.5rem 1.25rem 1.75rem;
    box-shadow: 0 10px 36px rgba(15, 23, 42, 0.08);
}

@media (min-width: 576px) {
    .home-cta__bethel-form-panel {
        padding: 1.75rem 1.75rem 2rem;
    }
}

.home-cta__form-badge--bethel {
    margin-bottom: 1.25rem;
    background: rgba(0, 72, 255, 0.08);
    color: var(--brand-primary);
    border: 1px solid rgba(0, 72, 255, 0.15);
}

.bethel-enquiry-form__submit {
    margin-top: 0.25rem;
}

.bethel-enquiry-form__note {
    margin-top: 0.75rem !important;
}

.bethel-enquiry-form__alert {
    margin-bottom: 1rem;
}

.bethel-enquiry-form__type-select {
    font-weight: 600;
    color: var(--brand-black);
    background-color: #f8fafc;
}

.home-cta--contact-page {
    border-top: none;
    padding-top: 0;
}

.home-cta--contact-page .home-cta__intro--bethel {
    margin-bottom: 1.75rem;
}

/* Hero slideshow */
.hero-banner-swiper {
    position: relative;
}

.hero-banner-swiper .hero-swiper-pagination {
    position: absolute;
    bottom: 1.75rem !important;
    left: 0;
    right: 0;
    z-index: 5;
    --swiper-pagination-color: #ffffff;
    --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 0.55);
    --swiper-pagination-bullet-inactive-opacity: 1;
}

.hero-banner-swiper .rts__slider__nav .next,
.hero-banner-swiper .rts__slider__nav .prev {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
}
