.elementor-393 .elementor-element.elementor-element-eb08b66{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-393 .elementor-element.elementor-element-306732c{--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;--justify-content:flex-end;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-393 .elementor-element.elementor-element-306732c.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-393 .elementor-element.elementor-element-b584025{--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;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-393 .elementor-element.elementor-element-b584025:not(.elementor-motion-effects-element-type-background), .elementor-393 .elementor-element.elementor-element-b584025 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}#elementor-popup-modal-393{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-393 .dialog-message{width:896px;height:auto;}#elementor-popup-modal-393 .dialog-close-button{display:flex;}#elementor-popup-modal-393 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-393 .elementor-element.elementor-element-306732c{--width:50%;}.elementor-393 .elementor-element.elementor-element-b584025{--width:60%;}}/* Start custom CSS for shortcode, class: .elementor-element-1450529 *//* ============================= */
/*        FORM CONTAINER        */
/* ============================= */

.wpcf7 {
    width: 100%;
}

.wpcf7 form {
    padding: 30px;
}

/* ============================= */
/*            TITLE              */
/* ============================= */

.form-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #222;
    letter-spacing: 0.5px;
}

/* ============================= */
/*            LABELS             */
/* ============================= */

.wpcf7 label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

/* ============================= */
/*      INPUTS & SELECT BOX     */
/* ============================= */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 13px 15px;
    border-radius: 12px;
    border: 1px solid #ddd;
    background: #f9f9fb;
    font-size: 14px;
    transition: all 0.3s ease;

    box-sizing: border-box;
}

/* Focus Effect */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: #A29FFF;
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(162,159,255,0.15);
}

/* ============================= */
/*        DROPDOWN STYLE        */
/* ============================= */

.wpcf7 select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg fill='%23A29FFF' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 18px;
    cursor: pointer;
}

/* ============================= */
/*          TEXTAREA            */
/* ============================= */

.wpcf7 textarea {
    height: 90px;
    resize: none;
}

/* ============================= */
/*        SUBMIT BUTTON         */
/* ============================= */

.wpcf7 input[type="submit"] {
    width: 100%;
    background: #FD6C0D;
    border: none;
    color: #ffffff;
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

/* Hover Effect */
.wpcf7 input[type="submit"]:hover {
    transform: translateY(-3px);
    background: #FD6C0D;
    box-shadow: 0 8px 18px rgba(162,159,255,0.3);
}

/* ============================= */
/*        ERROR STYLING         */
/* ============================= */

.wpcf7-not-valid {
    border-color: #ff4d4f !important;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #ff4d4f;
    margin-top: -15px;
    margin-bottom: 12px;
}

/* ============================= */
/*     SUCCESS MESSAGE STYLE    */
/* ============================= */

.wpcf7-response-output {
    border-radius: 10px;
    padding: 12px;
    font-size: 13px;
    text-align: center;
    margin-top: 15px;
}

/* ============================= */
/*        MOBILE RESPONSIVE     */
/* ============================= */

@media (max-width: 768px) {
    .wpcf7 form {
        padding: 20px;
    }

    .form-title {
        font-size: 20px;
    }
}/* End custom CSS */