.qx7w2m-booking-hero {
    position: relative;
    height: 50vh;
    min-height: 400px;
    background: linear-gradient(135deg, rgba(0,0,0,0.6), rgba(0,0,0,0.3));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}
.bg9t4p-hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.bg9t4p-hero-content p {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.kj5n8r-price-highlight {
    background: rgba(255,255,255,0.2);
    padding: 0.5rem 1.5rem;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.3);
    display: inline-block;
    margin-top: 1rem;
}

.xm3v6z-booking-container {
    max-width: 800px;
    margin: -50px auto 0;
    position: relative;
    z-index: 10;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    overflow: hidden;
}

.pl8q2w-booking-header {
    background: linear-gradient(135deg, #085488 0%, #144167 100%);
    color: white;
    padding: 2rem;
    text-align: center;
}

.pl8q2w-booking-header h2 {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
}

.rf4y7k-booking-form {
    padding: 3rem;
}

.nx6d1m-form-section {
    margin-bottom: 2.5rem;
}

.zt9p3v-section-title {
    color: #333;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .zt9p3v-section-title i {
        color: var(--primary-gold);
    }

.mj2b4x-form-group {
    margin-bottom: 1.5rem;
}

.cy7n3k-form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    display: block;
}

.dv8p1r-form-control {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    width: 100%;
}

.dv8p1r-form-control:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
    outline: none;
}

.fq3t6m-form-select {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    width: 100%;
}

.fq3t6m-form-select:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
    outline: none;
}

.tp9x5w-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.zw1m8q-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.hk4y7n-btn-book-now {
    background: linear-gradient(135deg, #085488 0%, #1e5989ff 100%);
    border: none;
    color: white;
    padding: 1rem 3rem;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hk4y7n-btn-book-now:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
    color: white;
}

.qr6p2z-pricing-summary {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 1.5rem;
    margin: 2rem 0;
}

.vn8k3w-pricing-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.bt5m1x-pricing-total {
    border-top: 2px solid #dee2e6;
    padding-top: 1rem;
    font-weight: 700;
    font-size: 1.2rem;
}

.jz9q7p-required {
    color: #dc3545;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    appearance: none;
    color-adjust: exact;
    float: left;
    margin-left: -1.5em;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: var(--primary-gold);
    border-color: var(--primary-gold);
}

.form-check-label {
    color: #212529;
    cursor: pointer;
}

@media (max-width: 768px) {
    .bg9t4p-hero-content h1 {
        font-size: 2.5rem;
    }
    
    .bg9t4p-hero-content p {
        font-size: 1.2rem;
    }
    
    .rf4y7k-booking-form {
        padding: 2rem 1.5rem;
    }
    
    .xm3v6z-booking-container {
        margin: -30px 15px 0;
        border-radius: 15px;
    }
    
    .zw1m8q-col-md-6 {
        width: 100%;
    }
}