/* css/bookpackage.css */

.custom-safari-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 48px 5%;
}

.booking-summary {
    text-align: center;
    margin-bottom: 48px;
}

.booking-summary .eyebrow {
    color: var(--theme-orange, #F37021);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.booking-summary h1 {
    font-size: 40px;
    color: var(--theme-green);
    margin-bottom: 16px;
    font-family: var(--font-heading, serif);
}

.booking-summary__meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

.booking-summary__meta span {
    font-weight: 600;
    color: #333;
    background: #eaeaea;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
}

.booking-summary__meta strong {
    font-size: 24px;
    color: var(--theme-orange, #F37021);
}

.booking-summary__meta small {
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.booking-summary p {
    color: #333;
    font-size: 17px;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.booking-form {
    background: #ffffff;
    padding: 64px;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    border: 1px solid #e5e5e5;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.booking-form label {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    color: #333;
    font-size: 15px;
}

.booking-form label span {
    font-size: 13px;
    color: #111;
    font-weight: normal;
}

.booking-form .full-width {
    grid-column: 1 / -1;
}

.booking-form input,
.booking-form textarea,
.booking-form select {
    margin-top: 10px;
    padding: 14px 18px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 17px;
    font-family: inherit;
    background-color: #f3f4f6;
    color: #1f2937;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.booking-form input:focus,
.booking-form textarea:focus,
.booking-form select:focus {
    outline: none;
    border-color: var(--theme-orange, #F37021);
    box-shadow: 0 0 0 3px rgba(243, 112, 33, 0.15);
    background-color: #ffffff;
}

.booking-total {
    background: #fdfdfd;
    border: 1px solid #e5e5e5;
    padding: 32px;
    border-radius: 12px;
    text-align: center;
    border-left: 6px solid var(--theme-orange, #F37021);
}

.booking-total span {
    display: block;
    color: #333;
    font-weight: 600;
    margin-bottom: 8px;
}

.booking-total strong {
    display: block;
    font-size: 35px;
    color: var(--theme-green);
    margin-bottom: 8px;
}

.booking-total small {
    display: block;
    color: #111;
    font-size: 15px;
}

.booking-form .primary-button {
    grid-column: 1 / -1;
    background-color: var(--theme-orange, #F37021);
    color: #fff;
    border: none;
    padding: 16px 30px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 24px;
}

.booking-form .primary-button:hover {
    background-color: #d95e19;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(243,112,33,0.3);
}

.error-message {
    background-color: #ffebe8;
    color: #d9534f;
    border: 1px solid #f5c6cb;
    padding: 12px 15px;
    border-radius: 6px;
    font-size: 15px;
    text-align: center;
}

/* Modal styles for success message */
.booking-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.booking-modal__dialog {
    background: #fff;
    padding: 48px;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.booking-modal__dialog h2 {
    color: var(--theme-green);
    margin: 16px 0;
    font-family: var(--font-heading, serif);
}

.booking-modal__dialog p {
    color: #333;
    margin-bottom: 32px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .booking-form {
        grid-template-columns: 1fr;
        padding: 32px 24px;
    }
    .booking-modal__dialog {
        padding: 32px 24px;
    }
}


/* Hero Styles for Book Package */
.booking-hero { position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 6rem 2rem; text-align: center; margin-bottom: 3rem; }
.hero-bg, .hero-slideshow, .hero-slide, .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.hero-bg { background-color: #2c3e20; z-index: 1; }
.hero-slideshow { z-index: 1; }
.hero-slide { background-size: cover; background-position: center; transition: opacity 1.5s ease-in-out; }
.hero-overlay { background: rgba(0, 0, 0, 0.65); }
.booking-hero .hero-content { position: relative; z-index: 2; color: #ffffff; }
.booking-hero h1 { color: whitesmoke; font-size: 3.2rem; max-width: 1200px; margin: 0 auto 1.5rem auto; line-height: 1.2; font-family: var(--font-heading, serif); text-shadow: 0 2px 10px rgba(0,0,0,0.5); }
.booking-hero .eyebrow { color: var(--theme-orange, #F37021); font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 1rem; }
.booking-hero .booking-summary__meta { margin-bottom: 1.5rem; font-size: 1.2rem; }
.booking-hero .booking-summary__meta span { background: rgba(255,255,255,0.2); color: whitesmoke; padding: 5px 15px; border-radius: 20px; margin-right: 15px; backdrop-filter: blur(5px); text-shadow: 0 1px 3px rgba(0,0,0,0.5); }
.booking-hero .booking-summary__meta strong { color: #F37021; text-shadow: 0 1px 5px rgba(0,0,0,0.5); }
.booking-hero .booking-summary__meta small { color: #fff; }
.booking-hero p.hero-subtitle { max-width: 1200px; margin: 0 auto; line-height: 1.6; font-size: 1.1rem; color: #f0f0f0; text-shadow: 0 1px 5px rgba(0,0,0,0.5); }


/* Responsive Fixes for Small Screens */
@media (max-width: 480px) {
    .booking-form { padding: 24px 16px; }
    .custom-safari-container { padding-left: 10px; padding-right: 10px; }
}

