/* ── HERO BANNER ─────────────────────────────────────── */
.hive-hero {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    background: #364238;
}

.hive-hero__content {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 32px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hive-hero__title {
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 14px;
    line-height: 1.15;
}

.hive-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgba(255,255,255,0.60);
}

.hive-breadcrumb a {
    color: rgba(255,255,255,0.60);
    text-decoration: none;
    transition: color 0.2s;
}

.hive-breadcrumb a:hover { color: #C6DA2D; }

.hive-breadcrumb span:last-child {
    color: #C6DA2D;
    font-weight: 500;
}

/* ── OUTER WRAP ──────────────────────────────────────── */
.hive-service-wrap {
    padding: 0 0 80px;
}

.hive-service-body {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 32px 0px;
}

/* ── MEDIA: image / tour ─────────────────────────────── */
.hive-media-wrap {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #031619;
    position: relative;
    margin-bottom: 48px;
}

/* Tour (iframe/VR) — taller for immersive experience */
.hive-media-wrap:not(.hive-media-wrap--image) {
    height: 600px;
}

.hive-media-wrap iframe,
.hive-media-wrap > div {
    width: 100% !important;
    height: 100% !important;
    min-height: 600px !important;
    max-width: 1400px !important;
}

/* Featured image — standard height */
.hive-media-wrap--image {
    height: 500px;
}

.hive-media-wrap--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (max-width: 900px) {
    .hive-media-wrap:not(.hive-media-wrap--image) {
        height: 420px;
    }

    .hive-media-wrap--image {
        height: 320px;
        border-radius: 0;
    }

    .hive-media-wrap iframe,
    .hive-media-wrap > div {
        min-height: 420px !important;
    }
    .hive-book-btn-full{
        display: none;
    }
}

/* ── TWO COLUMN GRID ─────────────────────────────────── */
.hive-service-container {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 120px;
    align-items: start;
}

/* ── MAIN CONTENT ────────────────────────────────────── */
.hive-service-main {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.hive-section__title {
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 3px solid #C6DA2D;
    display: inline-block;
}

.hive-description {
    font-size: 17px;
    line-height: 1.8;
    color: #3a3a3a;
}

.hive-description p { margin: 0 0 16px; }
.hive-description p:last-child { margin-bottom: 0; }

/* ── AMENITIES ───────────────────────────────────────── */

.hive-section--amenities .hive-section__title {
    color: #052125;
    border-bottom-color: #C6DA2D;
}

.hive-amenities-header {
    margin-bottom: 36px;
}

.hive-amenities-sub {
    font-size: 14px;
    color: #777;
    margin: 8px 0 0;
    line-height: 1.5;
}

.hive-amenities-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 18px 10px;
}

.hive-amenity-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
    cursor: default;
}

.hive-amenity-circle {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    border: 2px solid #e5eacb;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.hive-amenity-card:hover .hive-amenity-circle {
    background: #edf2d4;
    border-color: #C6DA2D;
    transform: translateY(-4px);
}

.hive-amenity-icon {
    font-size: 32px;
    line-height: 1;
}

.hive-amenity-icon-img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    display: block;
}

.hive-amenity-label {
    font-size: 18px;
    font-weight: 600;
    color: #052125;
    line-height: 1.4;
}
/* ── SIDEBAR ─────────────────────────────────────────── */
.hive-service-sidebar {
    position: sticky;
    top: 70px;
}

.hive-pricing-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(5,33,37,0.13);
}

.hive-pricing-card__header {
    background: #052125;
    padding: 22px 28px;
}

.hive-pricing-card__header h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #C6DA2D;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hive-pricing-card__body {
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-bottom: 1px solid #f0f0f0;
}

.hive-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #ebebeb;
}

.hive-price-row:last-of-type { border-bottom: none; }

.hive-price-row__label {
    font-size: 13px;
    color: #555;
    font-weight: 500;
}

.hive-price-row__amount {
    font-size: 19px;
    font-weight: 700;
    color: #052125;
}

.hive-price-row__amount small {
    font-size: 12px;
    font-weight: 400;
    color: #888;
}

.hive-price-note {
    font-size: 15px;
    color: #777;
    padding: 3px 0;
}

.hive-price-note--green {
    color: #364238;
    font-weight: 600;
}

.hive-pricing-card__footer { padding: 20px 28px; }

.hive-book-btn {
    width: 100%;
    background: #C6DA2D;
    color: #052125;
    border: none;
    border-radius: 8px;
    padding: 15px 24px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

.hive-book-btn:hover {
    background: #b5c828;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(198,218,45,0.35);
}

/* ── POPUP ───────────────────────────────────────────── */
.hive-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(5,33,37,0.80);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.hive-popup-overlay.is-open {
    opacity: 1;
    pointer-events: all;
}

.hive-popup {
    background: #ffffff;
    border-radius: 16px;
    width: 100%;
    max-width: 540px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 36px 36px 40px;
    position: relative;
    transform: translateY(24px);
    transition: transform 0.25s ease;
    box-shadow: 0 24px 80px rgba(5,33,37,0.30);
}

.hive-popup-overlay.is-open .hive-popup {
    transform: translateY(0);
}

.hive-popup__close {
    position: absolute;
    top: 16px;
    right: 20px;
    background: none;
    border: none;
    font-size: 26px;
    line-height: 1;
    color: #aaa;
    cursor: pointer;
    padding: 4px 8px;
    transition: color 0.2s;
}

.hive-popup__close:hover { color: #052125; }

.hive-popup__title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #052125;
    margin: 0 0 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #f0f0f0;
}

/* ── BOOKING FORM ────────────────────────────────────── */
.hive-booking-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hive-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.hive-form-group label {
    font-size: 12px;
    font-weight: 700;
    color: #364238;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.hive-form-group input,
.hive-form-group select,
.hive-form-group textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid #dde3d8;
    border-radius: 8px;
    font-size: 14px;
    color: #052125;
    background: #fafcf8;
    transition: border-color 0.2s, background 0.2s;
    box-sizing: border-box;
}

.hive-form-group input:focus,
.hive-form-group select:focus,
.hive-form-group textarea:focus {
    outline: none;
    border-color: #C6DA2D;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(198,218,45,0.15);
}

.hive-form-group textarea {
    resize: vertical;
    min-height: 80px;
}

/* Flatpickr */
.flatpickr-calendar {
    border-radius: 12px !important;
    box-shadow: 0 8px 40px rgba(5,33,37,0.15) !important;
    border: 1px solid #dde3d8 !important;
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover {
    background: #052125 !important;
    border-color: #052125 !important;
}

.flatpickr-day:hover { background: #f0f4e8 !important; }

.flatpickr-months .flatpickr-month,
.flatpickr-weekdays,
span.flatpickr-weekday {
    background: #052125 !important;
    color: #C6DA2D !important;
    fill: #C6DA2D !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    color: #ffffff !important;
}

/* ── AVAILABILITY STATUS ──────────────────────────────── */
.hive-availability-status {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

.hive-avail-ok {
    background: #f0f5e4;
    color: #364238;
    border: 1px solid #d4e4a0;
}

.hive-avail-fail {
    background: #fff0f0;
    color: #b71c1c;
    border: 1px solid #ffcdd2;
}

/* ── PRICE PREVIEW ───────────────────────────────────── */
.hive-price-preview {
    background: #f4f7e8;
    border: 1px solid #d9e89a;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    color: #052125;
    font-weight: 500;
}

/* ── CONTACT FIELDS ──────────────────────────────────── */
.hive-contact-fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 12px;
    border-top: 1px dashed #dde3d8;
    margin-top: 4px;
}

/* ── BUTTONS ─────────────────────────────────────────── */
.hive-btn-primary {
    background: #052125;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 13px 24px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: background 0.2s, box-shadow 0.2s;
}

.hive-btn-primary:hover {
    background: #364238;
    box-shadow: 0 4px 16px rgba(5,33,37,0.25);
}

.hive-addon {
    background: #f7f9f4;
    border: 1.5px dashed #c8d4b0;
    border-radius: 8px;
    padding: 12px 14px;
}

.hive-addon label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    text-transform: none;
    letter-spacing: 0;
}

.hive-addon-price {
    color: #364238;
    font-weight: 700;
}

.hive-virtual-intro {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* ── SUCCESS STATE ───────────────────────────────────── */
.hive-booking-success {
    text-align: center;
    padding: 24px;
}

.hive-booking-success h3 {
    font-size: 1.2rem;
    color: #364238;
    margin: 0 0 12px;
}

.hive-booking-success p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* ── MOBILE ──────────────────────────────────────────── */
@media (max-width: 900px) {
    .hive-service-container {
        grid-template-columns: 1fr;
    }

    .hive-service-sidebar {
        position: static;
    }
}

@media (max-width: 600px) {
    .hive-hero{ height: 310px;}
    .hive-hero__content { padding: 48px 20px; }
    .hive-service-body { padding: 40px 14px 0px; }
    .hive-service-wrap { padding: 0 0 60px; }
    .hive-section { padding: 24px 0px; }
    .hive-gallery-grid {
       grid-template-columns: repeat(1, 1fr);
    }
    
    .hive-service-main{
        gap: 30px;
    }

    .hive-amenities-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hive-popup {
        padding: 28px 20px 32px;
        border-radius: 12px;
    }
        .hive-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}



/* ── GALLERY ─────────────────────────────────────────── */

.hive-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 8px;
}

.hive-gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    aspect-ratio: 4/3;
    background: #eee;
}

.hive-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.hive-gallery-item:hover img {
    transform: scale(1.05);
}

.hive-gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(5,33,37,0.50);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.hive-gallery-zoom {
    width: 44px;
    height: 44px;
    background: #C6DA2D;
    color: #052125;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.hive-gallery-item:hover .hive-gallery-overlay {
    opacity: 1;
}

/* ── CLOSING SECTION ─────────────────────────────────── */

.hive-closing__title {
    border-bottom-color: rgba(198,218,45,0.35) !important;
    margin-bottom: 20px !important;
}

.hive-closing-desc {
    font-size: 18px;
    line-height: 1.8;
}




/* ── CONTACT CTA CARD ────────────────────────────────── */
.hive-contact-cta {
    margin-top: 24px;
    background: linear-gradient(135deg, #052125 0%, #364238 100%);
    border-radius: 16px;
    padding: 32px 28px;
    text-align: center;
    box-shadow: 0 8px 40px rgba(5,33,37,0.13);
}

.hive-contact-cta__icon {
    width: 64px;
    height: 64px;
    background: rgba(198,218,45,0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    border: 1.5px solid rgba(198,218,45,0.25);
}

.hive-contact-cta__label {
    font-size: 24px;
    color: #ffffff;
    margin: 0 0 6px;
    line-height: 1.4;
}

.hive-contact-cta__sub {
    font-size: 12px;
    color: rgba(255,255,255,0.55);
    margin: 0 0 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hive-contact-cta__phone {
    display: block;
    font-size: 25px;
    font-weight: 700;
    color: #C6DA2D;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: opacity 0.2s;
}

.hive-contact-cta__phone:hover {
    opacity: 0.8;
    color: #C6DA2D;
}

/* ── BOTTOM BOOK BUTTON ──────────────────────────────── */
.hive-bottom-cta {
    padding: 8px 0 4px;
}

.hive-book-btn-full {
    width: 100%;
    background: #C6DA2D;
    color: #052125;
    border: none;
    border-radius: 10px;
    padding: 18px 24px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

.hive-book-btn-full:hover {
    background: #b5c828;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(198,218,45,0.35);
}

.hive-price-contact-link {
    font-size: 12px;
    color: #364238;
    text-decoration: underline;
    font-weight: 600;
}
.hive-price-contact-link:hover {
    color: #C6DA2D;
}

