.elementor-465 .elementor-element.elementor-element-5bb2eda{--display:flex;--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;--margin-top:31vw;--margin-bottom:0vw;--margin-left:0vw;--margin-right:0vw;}.elementor-465 .elementor-element.elementor-element-47557e3{--display:flex;--margin-top:200vw;--margin-bottom:0vw;--margin-left:6vw;--margin-right:0vw;}.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-465 .elementor-element.elementor-element-c9f9241{--display:flex;--margin-top:2px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(min-width:768px){.elementor-465 .elementor-element.elementor-element-5bb2eda{--width:100%;}}/* Start custom CSS for heading, class: .elementor-element-99fbefe *//* ==========================================
   XEVYTE CONTACT FORM
   ========================================== */

.wpcf7{
    width:75vw;
    max-width:1300px;
    margin:0 auto;
    font-family:"Wix Madefor Display",sans-serif;
}

.wpcf7 br{
    display:none;
}

/* Form Rows */
.wpcf7 p{
    margin-bottom:24px;
}

/* Labels */
.wpcf7 label{
    display:block;
    width:100%;
    font-family:"Wix Madefor Display",sans-serif;
    font-size:0.95vw;
    font-weight:400;
    color:#111827;
    line-height:1.4;
}

/* Inputs */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea{

    width:100%;
    margin-top:10px;

    background:#EEF1F8;
    border:none;
    border-radius:4px;

    font-family:"Wix Madefor Display",sans-serif;
    font-size:0.95vw;
    font-weight:400;
    color:#111827;

    box-sizing:border-box;
    transition:.3s ease;
}

/* Field Height */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select{
    height:56px;
    padding:0 20px;
}

/* Textarea */
.wpcf7 textarea{
    min-height:140px;
    padding:20px;
    resize:vertical;
}

/* Focus */
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus{
    outline:none;
    box-shadow:0 0 0 2px rgba(17,24,39,.08);
}

/* Validation */
.wpcf7-not-valid{
    border-bottom:2px solid #E5484D !important;
}

.wpcf7-not-valid-tip{
    font-family:"Wix Madefor Display",sans-serif;
    font-size:13px;
    font-weight:400;
    color:#E5484D;
    margin-top:6px;
}

/* Acceptance */
.wpcf7-acceptance{
    display:block;
    margin-top:20px;
}

.wpcf7-list-item{
    margin-left:0;
}

.wpcf7-list-item-label{
    font-family:"Wix Madefor Display",sans-serif;
    font-size:15px;
    font-weight:400;
    color:#111827;
}

/* Submit Button */
.wpcf7-submit{

    background:linear-gradient(
        180deg,
        #2F313A 0%,
        #000000 100%
    ) !important;

    color:#fff !important;
    border:none !important;

    border-radius:12px !important;

    height:50px;
    min-width:140px;

    padding:0 28px !important;

    font-family:"Wix Madefor Display",sans-serif;
    font-size:15px !important;
    font-weight:400 !important;

    cursor:pointer;

    box-shadow:0 10px 25px rgba(0,0,0,.15);

    transition:.3s ease;
}

.wpcf7-submit:hover{
    transform:translateY(-2px);
}

/* Success Message */
.wpcf7-response-output{
    border:none !important;
    margin-top:20px !important;
    padding:15px !important;
}

/* Mobile */
@media(max-width:1024px){

    .wpcf7{
        width:92vw;
    }

    .wpcf7 label,
    .wpcf7 input,
    .wpcf7 textarea,
    .wpcf7 select{
        font-size:16px;
    }

    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="tel"],
    .wpcf7 select{
        height:56px;
    }

    .wpcf7 textarea{
        min-height:120px;
    }
}/* End custom CSS */