.elementor-1922 .elementor-element.elementor-element-f7a3ed8{--display:flex;--min-height:250px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-1922 .elementor-element.elementor-element-f7a3ed8:not(.elementor-motion-effects-element-type-background), .elementor-1922 .elementor-element.elementor-element-f7a3ed8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://indisches-restaurant-kl.de/wp-content/uploads/2026/04/Untitled-design-2026-04-28T221339.947.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1922 .elementor-element.elementor-element-4f5e88c .elementor-heading-title{font-family:"Open Sans", Sans-serif;font-size:47px;font-weight:700;text-decoration:none;color:#FFF0F0;}.elementor-1922 .elementor-element.elementor-element-894728b{--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;}.elementor-1922 .elementor-element.elementor-element-5c87451{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:40px 0px 40px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-5c87451 *//* ============================================
   PATIALA HOUSE CATERING FORM - CF7 STYLES
   Matches existing reservation form design
   ============================================ */

.ph-catering-form-wrapper {
    max-width: 700px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px 50px;
    border-radius: 8px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

/* Form Header */
.ph-form-header {
    text-align: center;
    margin-bottom: 30px;
}

.ph-form-header h2 {
    color: #e60000;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
    font-family: inherit;
}

.ph-form-header p {
    color: #666666;
    font-size: 14px;
    margin-bottom: 15px;
}

.ph-divider {
    width: 100%;
    height: 3px;
    background: #e60000;
    margin: 0 auto;
}

/* Form Rows & Columns */
.ph-form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 15px;
}

.ph-form-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
    margin-bottom: 15px;
}

.ph-form-col-full {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
    margin-bottom: 15px;
}

/* Labels */
.ph-catering-form-wrapper label {
    display: block;
    color: #333333;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: none;
}

.ph-catering-form-wrapper label .required {
    color: #e60000;
}

/* Inputs, Selects, Textareas */
.ph-catering-form-wrapper input[type="text"],
.ph-catering-form-wrapper input[type="email"],
.ph-catering-form-wrapper input[type="tel"],
.ph-catering-form-wrapper input[type="date"],
.ph-catering-form-wrapper select,
.ph-catering-form-wrapper textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #ffffff;
    color: #333333;
    font-size: 14px;
    font-family: inherit;
    transition: all 0.3s ease;
    outline: none;
    height: auto;
    line-height: normal;
}

.ph-catering-form-wrapper input[type="text"]:focus,
.ph-catering-form-wrapper input[type="email"]:focus,
.ph-catering-form-wrapper input[type="tel"]:focus,
.ph-catering-form-wrapper input[type="date"]:focus,
.ph-catering-form-wrapper select:focus,
.ph-catering-form-wrapper textarea:focus {
    border-color: #e60000;
    box-shadow: 0 0 0 3px rgba(230, 0, 0, 0.08);
}

.ph-catering-form-wrapper input::placeholder,
.ph-catering-form-wrapper textarea::placeholder {
    color: #aaaaaa;
    font-size: 14px;
}

/* Select Dropdown */
.ph-catering-form-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
}

/* Textarea */
.ph-catering-form-wrapper textarea {
    min-height: 140px;
    resize: vertical;
}

/* Checkbox */
.ph-checkbox-label {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px !important;
    color: #555555 !important;
    font-weight: 400 !important;
    cursor: pointer;
}

.ph-checkbox-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    accent-color: #e60000;
    cursor: pointer;
}

.ph-checkbox-label .wpcf7-list-item {
    margin: 0;
}

.ph-checkbox-label .wpcf7-list-item-label {
    display: none;
}

/* Submit Button */
.ph-submit-row {
    text-align: left;
    padding: 0 10px;
}

.ph-catering-form-wrapper input[type="submit"],
.ph-catering-form-wrapper .wpcf7-submit {
    display: inline-block;
    background: #e60000 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 16px 45px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
}

.ph-catering-form-wrapper input[type="submit"]:hover,
.ph-catering-form-wrapper .wpcf7-submit:hover {
    background: #cc0000 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(230, 0, 0, 0.3);
}

/* Form Note */
.ph-form-note {
    color: #888888;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 0;
}

/* CF7 Validation Messages */
.ph-catering-form-wrapper .wpcf7-not-valid-tip {
    color: #e60000;
    font-size: 12px;
    margin-top: 5px;
}

.ph-catering-form-wrapper .wpcf7-response-output {
    margin: 20px 10px 0;
    padding: 15px;
    border-radius: 6px;
    font-size: 14px;
}

.ph-catering-form-wrapper .wpcf7-form-control-wrap {
    display: block;
}

/* ============================================
   RESPONSIVE - Mobile Devices
   ============================================ */
@media screen and (max-width: 768px) {
    .ph-catering-form-wrapper {
        padding: 25px 20px;
    }
    
    .ph-form-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .ph-form-header h2 {
        font-size: 22px;
    }
    
    .ph-catering-form-wrapper input[type="submit"],
    .ph-catering-form-wrapper .wpcf7-submit {
        width: 100% !important;
        text-align: center;
    }
}/* End custom CSS */