.booking-wrapper-2cda03e1 {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 20px;
    background-color: #12101a;
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 10px 40px rgba(0,0,0,0.6);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.logo-container-2cda03e1 {
    text-align: center;
    margin-bottom: 25px;
}

.studio-logo-2cda03e1 {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.studio-name-2cda03e1 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 800;
    color: #ffffff;
}

.booking-title-2cda03e1 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.booking-subtitle-2cda03e1 {
    text-align: center;
    font-size: 14px;
    color: #8c88a5;
    margin-bottom: 35px;
}

.form-group-2cda03e1 {
    margin-bottom: 20px;
}

.form-group-2cda03e1 label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #a49fc6;
}

.label-ar-2cda03e1 {
    order: 2;
    text-align: right;
    font-family: system-ui, -apple-system, sans-serif;
}

.label-en-2cda03e1 {
    order: 1;
    text-align: left;
}

.form-control-2cda03e1 {
    width: 100%;
    padding: 14px 16px;
    background-color: #1c182a;
    border: 1px solid #2d2842;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    box-sizing: border-box;
    transition: border-color 0.3s, background-color 0.3s;
}

.form-control-2cda03e1:focus {
    outline: none;
    border-color: #8a3ffc;
    background-color: #211c34;
}

.form-row-2cda03e1 {
    display: flex;
    gap: 15px;
}

.form-row-2cda03e1 .form-group-2cda03e1 {
    flex: 1;
}

/* Three columns layout for phone, date, and time */
.form-row-three-2cda03e1 {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.flex-three-2cda03e1 {
    flex: 1;
    min-width: 0;
}

@media (max-width: 767px) {
    .form-row-three-2cda03e1 {
        flex-direction: column;
        gap: 10px;
    }
}

.promo-input-wrapper-2cda03e1 {
    display: flex;
    gap: 8px;
    margin-top: 5px;
}

.btn-promo-apply-2cda03e1 {
    background-color: #8a3ffc;
    border: none;
    color: #ffffff;
    padding: 0 20px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: background 0.3s;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: max-content;
}

.btn-promo-apply-2cda03e1:hover {
    filter: brightness(1.2);
}

.booking-summary-2cda03e1 {
    background-color: #161324;
    padding: 24px;
    border-radius: 14px;
    margin-top: 30px;
    border: 1px solid #28223d;
}

.summary-top-row-2cda03e1 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #28223d;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.price-box-2cda03e1 {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.price-label-2cda03e1 {
    font-size: 12px;
    color: #8c88a5;
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.price-val-2cda03e1 {
    font-size: 20px;
    font-weight: 700;
}

.promo-box-2cda03e1 {
    flex: 1.5;
    max-width: 320px;
}

.promo-box-2cda03e1 label {
    font-size: 11px;
    color: #8c88a5;
}

.promo-error-2cda03e1 {
    display: block;
    font-size: 11px;
    color: #ff4d4d;
    margin-top: 6px;
}

.total-box-2cda03e1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-label-2cda03e1 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.total-val-2cda03e1 {
    font-size: 28px;
    font-weight: 800;
    color: #8a3ffc;
}

.btn-submit-2cda03e1 {
    width: 100%;
    padding: 16px;
    background-color: #8a3ffc;
    border: none;
    border-radius: 12px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 25px;
    transition: transform 0.2s, background 0.3s;
}

.btn-submit-2cda03e1:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(138, 63, 252, 0.4);
}
