/* Reserve Modal Modern Redesign */
#reserveModal .modal-content {
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    border: none;
}
#reserveModal .modal-header {
    border-bottom: none;
    text-align: center;
    display: block;
    padding-bottom: 0;
}
#reserveModal .modal-title {
    width: 100%;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 auto 1.5rem auto;
    color: #222;
}
#reserveModal .modal-body {
    padding-top: 0.5rem;
    padding-bottom: 2.5rem;
}
#reserveForm .form-label {
    font-weight: 700;
    color: #223;
    font-size: 1.08rem;
    margin-bottom: 0.35rem;
}
#reserveForm .form-control, #reserveForm .form-select {
    border-radius: 10px;
    font-size: 1.08rem;
    padding: 0.75rem 1.1rem;
    border: 1.5px solid #dbeafe;
    background: #f8fafc;
    margin-bottom: 0.5rem;
    box-shadow: none;
    transition: border-color 0.2s;
}
#reserveForm .form-control:focus, #reserveForm .form-select:focus {
    border-color: #2563eb;
    background: #fff;
    box-shadow: 0 0 0 2px #2563eb22;
}
#reserveForm .form-check-input {
    border-radius: 6px;
    border: 1.5px solid #dbeafe;
    width: 1.1em;
    height: 1.1em;
    margin-top: 0.2em;
}
#reserveForm .form-check-input:checked {
    background-color: #2563eb;
    border-color: #2563eb;
}
#reserveForm .form-check-label {
    font-weight: 500;
    color: #223;
    margin-left: 0.4em;
}
#reserveForm .btn-primary {
    background: #2563eb;
    border-radius: 10px;
    border: none;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 0.8rem 0;
    margin-top: 0.7rem;
    margin-bottom: 0.2rem;
    box-shadow: 0 2px 8px #2563eb22;
    transition: background 0.18s;
}
#reserveForm .btn-primary:hover {
    background: #1746b0;
}
#reserveForm .is-invalid {
    border-color: #e11d48 !important;
    background: #fff0f3;
}
#reserveForm .form-check-input.is-invalid {
    border-color: #e11d48 !important;
    background: #fff0f3;
}
#reserveForm .form-check-label.is-invalid {
    color: #e11d48 !important;
}
#reserveForm .form-check {
    margin-bottom: 0.5rem;
}
#reserveForm .small {
    color: #555;
}
#reserveForm .privacy-link {
    color: #2563eb;
    text-decoration: underline;
    font-size: 0.98rem;
    margin-top: 0.7rem;
    display: inline-block;
}
/* custom styles for Destinations Direct clone */

html, body {
    max-width: 100%;
    overflow-x: clip;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

.modal-scroll-lock {
    overflow: hidden !important;
}

img, svg, video, iframe {
    max-width: 100%;
}

.site-logo { max-height: 60px; }

/* hero section and offer card styling */
#hero .hero-overlay {
        background: url('../images/hero.jpg') center/cover no-repeat;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
    #hero .hero-overlay {
        min-height: 70vh; /* comfortable height on tablets/desktop */
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.offer-card {
    max-width: 520px;
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.offer-card .display-3 {
    font-size: 3.5rem;
    color: #000000;
}

.offer-badge {
  background-color: #0f6b78;
}

.offer-card .btn-primary {
    background-color: #0052cc;
    border-color: #0052cc;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.offer-card .btn-primary:hover {
    background-color: #0042a3;
}

.offer-card .tiny {
    font-size: 0.65rem;
    line-height: 1.4;
}

.offer-title { font-size: 1.35rem; }
.offer-price-value { line-height: 1; }
.offer-disclaimer { font-size: 0.75rem; }

.reserve-modal-header { padding-bottom: 0.5rem; }
.reserve-modal-close { z-index: 2; }
.reserve-modal-title { padding-right: 2.5rem; }
.reserve-modal-divider { width: 100%; margin: 0.5rem 0 0.2rem; opacity: 0.18; }

#resort-info img {
    object-fit: cover;
    height: 520px;
}

#resort-info .trip-logo { height: 28px; width: auto; }

/* Features section styling to match screenshot */
#features {
    --teal: #0b4d59;
    --text-teal: #0b4d59;
}

#features .feature-title {
    background: var(--teal);
    color: #fff;
    padding: 1rem 0.5rem;
    border-radius: 4px;
    font-weight: 700;
    font-size: 1.25rem;
}

#features .feature-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#features .feature-list li {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: 1.1rem 0;
    font-size: 1.15rem;
    color: var(--text-teal);
}

#features .feature-list i {
    font-size: 1.3rem;
    color: var(--text-teal);
}

/* Escape section styles */
#escape { --teal: #0b4d59; }
#escape .text-teal { color: #0b4d59; }
#escape .bar-title {
    background: var(--teal);
    color: #fff;
    padding: 0.9rem 1rem;
    border-radius: 4px;
    font-weight: 700;
}
#escape .bullet p { font-size: 1.05rem; }
#escape .copy p { font-size: 1.05rem; line-height: 1.7; }

/* Resort carousel indicator styles */
#resort-info .carousel-indicators [data-bs-target] { width: 10px; height: 10px; border-radius: 2px; background-color: #000; opacity: .35; }
#resort-info .carousel-indicators .active { opacity: .9; }

/* Amenities section */
#amenities .text-teal { color: #0b4d59; }
#amenities .amenity img { width: 100%; height: 220px; object-fit: cover; }
#amenities .amenity p { background: #fff; border-radius: 4px; padding: .5rem 0; }

/* Restaurants grid */
#restaurants .text-teal { color: #0b4d59; }
#restaurants { background: #f1f1f1; }
#restaurants.section-py > .container { padding-top: 2rem; padding-bottom: 2rem; }
#restaurants p.text-center { max-width: 1050px; margin-left: auto; margin-right: auto; }
#restaurants .restaurants-grid { margin-top: 1.25rem; }
#restaurants .restaurant-tile { border: 1px solid #d8d8d8; height: 220px; }
#restaurants .restaurant-img { width: 100%; height: 220px; object-fit: cover; display: block; }
#restaurants .restaurant-card { background: #f7f7f7; height: 100%; padding: 1rem; text-align: center; box-shadow: none; border-radius: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; }
#restaurants .restaurant-card img { width: 100%; max-width: 160px; height: auto; }
#restaurants .restaurant-card p { font-size: .95rem; margin: .55rem 0 0; line-height: 1.2; color: #242424; max-width: 95%; }
@media (max-width: 767.98px) {
    #restaurants.section-py > .container { padding-top: 1.5rem; padding-bottom: 1.5rem; }
    #restaurants .restaurant-tile { height: 170px; }
    #restaurants .restaurant-img { height: 170px; }
    #restaurants .restaurant-card { padding: .7rem; }
    #restaurants .restaurant-card img { max-width: 115px; }
    #restaurants .restaurant-card p { font-size: .8rem; line-height: 1.15; margin-top: .4rem; }
}

/* How to claim */
#how-to-claim .text-teal { color: #0b4d59; }
#how-to-claim .claim-steps { font-size: 1.05rem; padding-left: 1.25rem; }
#how-to-claim .claim-steps li { margin: 1.1rem 0; }
#how-to-claim .step-title { font-weight: 700; font-size: 1.1rem; margin-bottom: .25rem; }
#how-to-claim .step-copy { color: #334155; }
#how-to-claim .claim-note { background: #f2f5f7; border-left: 4px solid #0b4d59; padding: 1rem 1.25rem; border-radius: 6px; }
#how-to-claim .claim-note i { color: #0b4d59; }
#how-to-claim .claim-img { width: 100%; height: 520px; object-fit: cover; }

/* Footer */
#site-footer { background: #ffffff; color: #0b4d59; border-top: 1px solid #e7ecef; }
#site-footer .footer-hero { height: 160px; background: url('../images/footer.jpg') center/cover no-repeat; }
#site-footer a:not(.btn) { color: inherit; text-decoration: none; }
#site-footer a:not(.btn):hover { text-decoration: underline; }
#site-footer .footer-contact a { overflow-wrap: anywhere; word-break: break-word; }

#reserveModalLabel { overflow-wrap: anywhere; word-break: break-word; }

/* Promo bar (card between sections) */
#promo-bar { background: #f5f6f7; }
#promo-bar .promo-card { max-width: 1000px; background: #ffffff; border-radius: 12px; box-shadow: 0 30px 60px rgba(0,0,0,.15); overflow: hidden; border: 1px solid #eef2f5; }
#promo-bar .promo-right { background: #0b4d59; color: #fff; }
#promo-bar .promo-price { font-size: 3.6rem; line-height: 1; }
#promo-bar .promo-heading { font-size: 2.1rem; line-height: 1.2; }
#promo-bar .promo-off { font-size: 3rem; }
#promo-bar .promo-check i { font-size: .95rem; }
#promo-bar .btn-reserve { background: #ffffff; color: #0b4d59; border: 0; font-weight: 600; border-radius: .6rem; padding: .6rem 1.1rem; }
#promo-bar .btn-reserve:hover { background: #f2f5f7; color: #0b4d59; }

/* Universal CTA button style to match design */
.btn-cta {
    text-transform: uppercase;
    letter-spacing: .4px;
    border-radius: 10px;
    padding: .9rem 1.75rem;
    font-weight: 700;
}
@media (min-width: 768px) {
    .btn-cta { min-width: 320px; width: auto; }
}
@media (max-width: 767.98px) {
    #promo-bar .promo-price { font-size: 2.6rem; }
    #promo-bar .promo-heading { font-size: 1.5rem; }
    #promo-bar .promo-off { font-size: 2.2rem; }
}

/* Section spacing moved to containers */
.section-py > .container { padding-top: 3rem; padding-bottom: 3rem; }
/* Slightly tighter spacing for promo card per your preference */
#promo-bar.section-py > .container { padding-top: 2.25rem; padding-bottom: 2.25rem; }

