.elementor-435 .elementor-element.elementor-element-d92190c{--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-435 .elementor-element.elementor-element-d92190c:not(.elementor-motion-effects-element-type-background), .elementor-435 .elementor-element.elementor-element-d92190c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#C6D63B;}.elementor-435 .elementor-element.elementor-element-e6f4ec6{--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-435 .elementor-element.elementor-element-07b88a1{--spacer-size:50px;}.elementor-435 .elementor-element.elementor-element-4bacd8c{text-align:center;}.elementor-435 .elementor-element.elementor-element-4bacd8c .elementor-heading-title{text-transform:uppercase;}.elementor-435 .elementor-element.elementor-element-45d52c5{--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;}:root{--page-title-display:none;}/* Start custom CSS for metform, class: .elementor-element-cfa64c1 *//* ===== FORM CONTAINER ===== */
.metform-form-main-wrapper {
    max-width: 900px;
    margin: auto;
}

/* ===== INPUT BOX STYLE ===== */
.mf-input,
.mf-textarea,
.mf-input-file-upload {
    width: 100%;
    padding: 18px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    background: #f8f8f8;
    font-size: 14px;
    color: #333;
    box-shadow: none;
}

/* REMOVE DEFAULT FOCUS BLUE */
.mf-input:focus,
.mf-textarea:focus {
    outline: none;
    border-color: #1e2a78;
    background: #fff;
}

/* ===== LABEL STYLE ===== */
.mf-input-label {
    font-size: 14px;
    color: #1e2a78;
    margin-bottom: 8px;
    display: block;
    font-weight: 500;
}

/* ===== GRID GAP ===== */
.elementor-inner-section .elementor-column {
    padding: 10px;
}

/* ===== FILE UPLOAD BUTTON ===== */
.mf-input-file-upload-label {
    background: #d9ff00;
    color: #000;
    padding: 10px 18px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
}

/* FILE TEXT */
.mf-file-name span {
    font-size: 13px;
    color: #666;
    margin-left: 10px;
}

/* ===== TEXTAREA ===== */
.mf-textarea {
    min-height: 150px;
}

/* ===== SUBMIT BUTTON ===== */
.metform-submit-btn {
    background: #0b0b3b;
    color: #fff;
    padding: 14px 40px;
    border-radius: 2px;
    border: none;
    font-size: 14px;
    letter-spacing: 1px;
    transition: 0.3s;
}

.metform-submit-btn:hover {
    background: #1e2a78;
}

/* CENTER BUTTON */
.mf-btn-wraper {
    text-align: center;
    margin-top: 20px;
}

/* ===== SELECT BOX FIX ===== */
.mf_select__control {
    background: #f8f8f8 !important;
    border: 1px solid #dcdcdc !important;
    padding: 10px;
    border-radius: 4px !important;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 767px) {

    .elementor-inner-section .elementor-column {
        width: 100% !important;
    }

    .mf-input,
    .mf-textarea {
        padding: 14px;
    }

    .metform-submit-btn {
        width: 100%;
    }
}/* End custom CSS */