.elementor-442 .elementor-element.elementor-element-07e110e{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-442 .elementor-element.elementor-element-07e110e:not(.elementor-motion-effects-element-type-background), .elementor-442 .elementor-element.elementor-element-07e110e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAF8F4;}.elementor-442 .elementor-element.elementor-element-dff4c7b{--display:flex;}.elementor-442 .elementor-element.elementor-element-ebbba35{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-442 .elementor-element.elementor-element-ebbba35.e-con{--align-self:flex-start;}@media(min-width:768px){.elementor-442 .elementor-element.elementor-element-dff4c7b{--width:50%;}.elementor-442 .elementor-element.elementor-element-ebbba35{--width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-442 .elementor-element.elementor-element-dff4c7b{--width:100%;}}@media(max-width:1024px){.elementor-442 .elementor-element.elementor-element-07e110e{--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;}}@media(max-width:767px){.elementor-442 .elementor-element.elementor-element-59f30a6{width:var( --container-widget-width, 910px );max-width:910px;padding:0px 36px 0px 0px;--container-widget-width:910px;--container-widget-flex-grow:0;}.elementor-442 .elementor-element.elementor-element-3a0e399.elementor-element{--align-self:center;}}/* Start custom CSS for container, class: .elementor-element-ebbba35 *//* =========================================
   AVIATION CONTACT FORM 7
   ========================================= */

.aviation-contact-form {
    width: 100%;
    padding: 42px;
    background: #FAF8F4;
    border: 1px solid rgba(18, 59, 99, 0.10);
    border-radius: 20px;
    box-sizing: border-box;
}

/* Field layout */

.acf-row {
    display: flex;
    gap: 20px;
}

.acf-two-col .acf-field {
    width: 50%;
}

.acf-field {
    margin-bottom: 25px;
}

.acf-field label {
    display: block;
    margin-bottom: 10px;
    color: #123B63;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

/* Inputs */

.aviation-contact-form input[type="text"],
.aviation-contact-form input[type="email"],
.aviation-contact-form input[type="tel"],
.aviation-contact-form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 16px 17px;
    background: #FFFFFF;
    border: 1px solid rgba(18, 59, 99, 0.16);
    border-radius: 10px;
    color: #123B63;
    font-size: 15px;
    outline: none;
    transition: all 0.25s ease;
}

/* Placeholder */

.aviation-contact-form input::placeholder,
.aviation-contact-form textarea::placeholder {
    color: #7A8793;
    opacity: 1;
}

/* Focus */

.aviation-contact-form input:focus,
.aviation-contact-form textarea:focus {
    border-color: #6EA8D8;
    box-shadow: 0 0 0 3px rgba(110, 168, 216, 0.12);
}

/* Message */

.aviation-contact-form textarea {
    min-height: 135px;
    resize: vertical;
}

/* Consent */

.acf-consent {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 4px 0 28px;
    color: #4D5D6B;
    font-size: 12px;
    line-height: 1.6;
}

.acf-consent input[type="checkbox"] {
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    margin: 3px 0 0;
    accent-color: #123B63;
}

.acf-consent a {
    color: #123B63;
    font-weight: 600;
    text-decoration: none;
}

.acf-consent a:hover {
    color: #6EA8D8;
}

/* Submit button */

.acf-submit input[type="submit"] {
    width: 100%;
    padding: 16px 24px;
    border: none;
    border-radius: 10px;
    background: #123B63;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

/* Button hover */

.acf-submit input[type="submit"]:hover {
    background: #6EA8D8;
    transform: translateY(-1px);
}

/* CF7 validation */

.aviation-contact-form .wpcf7-not-valid {
    border-color: #C8A86B !important;
}

.aviation-contact-form .wpcf7-not-valid-tip {
    margin-top: 6px;
    color: #C8A86B;
    font-size: 12px;
}

.aviation-contact-form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 12px 15px;
    border-radius: 8px;
    color: #123B63;
    border: 1px solid rgba(18, 59, 99, 0.15);
}

/* Mobile */

@media (max-width: 767px) {

    .aviation-contact-form {
        padding: 28px 22px;
        border-radius: 16px;
    }

    .acf-row {
        display: block;
    }

    .acf-two-col .acf-field {
        width: 100%;
    }

    .acf-field {
        margin-bottom: 21px;
    }

    .acf-consent {
        font-size: 11px;
    }

}/* End custom CSS */