.elementor-9130 .elementor-element.elementor-element-0e051a1{--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-9130 .elementor-element.elementor-element-0e051a1:not(.elementor-motion-effects-element-type-background), .elementor-9130 .elementor-element.elementor-element-0e051a1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-travolo_opt_body_bg );}.elementor-9130 .elementor-element.elementor-element-6370e6b{--display:flex;}.elementor-9130 .elementor-element.elementor-element-16435e5{text-align:center;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-1fcc791 */* /* Contact Form 7 Styling */
.wpcf7-form {
    max-width: 800px;
    margin: auto;
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

/* Headings */
h3 {
    color: #333;
    text-align: left;
    border-bottom: 2px solid #1176ac;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 22px;
}

h4 {
    color: #333;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
}

/* Form Layout */
.cf7-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

/* Two Fields in One Row */
.cf7-two-fields {
    display: flex;
    gap: 15px;
}

.cf7-half-field {
    width: 50%;
}

/* Input Fields */
.cf7-field, .cf7-half-field, select {
    width: 100%;
    padding: 7.5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

/* Required Fields - Show Red */
.wpcf7-form .wpcf7-not-valid-tip {
    color: red !important;
    font-size: 14px;
    margin-top: 5px;
}

/* Submit Button */
.cf7-submit {
    background: #ff2e57;
    color: white;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    margin-top: 15px;
}

.cf7-submit:hover {
    background: #e64a19;
}

/* Responsive Design */
@media (max-width: 768px) {
    .cf7-two-fields {
        flex-direction: column;
    }
    .cf7-half-field {
        width: 100%;
    }
}/* End custom CSS */