.elementor-2489 .elementor-element.elementor-element-dd9ec3b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:90px;--padding-bottom:120px;--padding-left:0px;--padding-right:0px;}.elementor-2489 .elementor-element.elementor-element-26c6275{width:var( --container-widget-width, 95.756% );max-width:95.756%;--container-widget-width:95.756%;--container-widget-flex-grow:0;}.elementor-2489 .elementor-element.elementor-element-26c6275.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-2489 .elementor-element.elementor-element-dd9ec3b{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for shortcode, class: .elementor-element-26c6275 *//* Wrapper */
.wpcf7 form {
    max-width: 500px;
    margin: 0 auto;
}

/* Label styling */
.wpcf7 form label {
    font-weight: 600;
    color: #fff;
    display: block;
    margin-bottom: 6px;
}

/* Input + Textarea fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 15px;
    margin-bottom: 18px;
    transition: all 0.3s ease;
}

/* Focus effect */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #4a7efc;
    box-shadow: 0 0 8px rgba(74, 126, 252, 0.25);
    outline: none;
}

/* Submit button */
.wpcf7-submit {
    background:#FFF200;
    color:#0A0A0A;
    padding: 12px 22px;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease;
}

.wpcf7-submit:hover {
    background: #FFF;
}

/* Remove CF7 validation errors default look */
.wpcf7-not-valid-tip {
    color: #e63946 !important;
    font-size: 13px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.wpcf7-response-output {
    border-radius: 10px;
    padding: 12px;
}/* End custom CSS */