.elementor-19664 .elementor-element.elementor-element-4abee7c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}@media(max-width:767px){.elementor-19664 .elementor-element.elementor-element-4abee7c{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-9819e38 *//* ======================== */
/* FORM CONTAINER */
.wpcf7 form {
    max-width: 900px;
    margin: 30px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    font-family: 'Arial', sans-serif;
    color: #1F2937;
    box-sizing: border-box;
}

/* ======================== */
/* LABELS */
.wpcf7 form label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 18px;
    font-size: 15px;
    color: #111827;
}

label.headlabel {
    margin-top: 25px !important;
    margin-bottom: 5px !important;
    font-size: 16px;
    color: #0F172A;
}

/* ======================== */
/* INPUT FIELDS */
.wpcf7 input[type="text"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 13px 15px;
    border: 1px solid #CBD5E1;
    border-radius: 10px;
    background-color: #F9FAFB;
    font-size: 14px;
    margin-top: 4px;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

/* Focus Effect */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: #3B82F6;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(59,130,246,0.2);
    outline: none;
}

/* Readonly */
.wpcf7 input[readonly] {
    background-color: #E5E7EB;
    cursor: not-allowed;
    font-weight: 600;
}

/* ======================== */
/* RADIO BUTTONS */
.wpcf7 .wpcf7-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.wpcf7 input[type="radio"] {
    transform: scale(1.1);
    cursor: pointer;
}

.wpcf7 .wpcf7-list-item-label {
    margin-left: 10px;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
}

/* ======================== */
/* LINK BUTTON (PDF) */
.show-meal-pdf {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    color: #2563EB;
    text-decoration: none;
    font-weight: 500;
}

.show-meal-pdf:hover {
    text-decoration: underline;
}

/* ======================== */
/* HIDDEN FIELDS */
.wpcf7-form-control.hidden-field,
.wpcf7-form-control-wrap.num_adults,
.wpcf7-form-control-wrap.num_children,
.wpcf7-form-control-wrap.num_infants,
.wpcf7-form-control-wrap.sup_adult_christmas,
.wpcf7-form-control-wrap.sup_child_christmas,
.wpcf7-form-control-wrap.sup_adult_newyear,
.wpcf7-form-control-wrap.sup_child_newyear,
.wpcf7-form-control-wrap.text-982,
.wpcf7-form-control-wrap.text-500,
.wpcf7-form-control-wrap.text-503,
.wpcf7-form-control-wrap.sup_total_christmas,
.wpcf7-form-control-wrap.sup_total_newyear,
.wpcf7-form-control-wrap.total_price {
    display: none !important;
}

/* ======================== */
/* GRAND TOTAL BOX */
#grand_total {
    font-weight: 700;
    text-align: right;
    font-size: 17px;
    background: #F1F5F9;
    border: 1px solid #D1D5DB;
    border-radius: 10px;
    padding: 12px;
    margin-top: 10px;
}

/* ======================== */
/* SUBMIT BUTTON */
.wpcf7 input[type="submit"] {
    background: linear-gradient(135deg, #10B981, #059669);
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    padding: 15px 30px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 30px;
    width: 100%;
    transition: 0.3s;
}

.wpcf7 input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* ======================== */
/* RESPONSIVE */
@media (max-width: 768px) {
    .wpcf7 form {
        padding: 20px;
    }

    .wpcf7 input,
    .wpcf7 select,
    .wpcf7 textarea {
        font-size: 14px;
    }
}/* End custom CSS */