.elementor-1835 .elementor-element.elementor-element-6fa5f46{--display:flex;--min-height:686px;--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}#elementor-popup-modal-1835{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1835 .dialog-message{width:850px;height:780px;align-items:center;}#elementor-popup-modal-1835 .dialog-close-button{display:flex;}#elementor-popup-modal-1835 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-0d57632 */.ec-wrap {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.ec-card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    overflow: hidden;
}

.ec-header {
    background: #0f6cc9;
    color: #ffffff;
    padding: 28px;
    text-align: center;
}

.ec-header h1 {
    margin: 0;
    font-size: 30px;
}

.ec-header p {
    margin: 10px 0 0;
    opacity: 0.95;
}

.ec-body {
    padding: 28px;
}

.ec-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.ec-field {
    display: flex;
    flex-direction: column;
}

.ec-full {
    grid-column: 1 / -1;
}

.ec-field label {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #1f2937;
}

.ec-field input,
.ec-field textarea {
    padding: 14px 16px;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    font-size: 15px;
    outline: none;
    transition: 0.2s;
    background: #fff;
}

.ec-field input:focus,
.ec-field textarea:focus {
    border-color: #0f6cc9;
    box-shadow: 0 0 0 3px rgba(15,108,201,0.12);
}

.ec-field textarea {
    min-height: 120px;
    resize: vertical;
}

.ec-btn {
    margin-top: 20px;
    background: #0f6cc9;
    color: #ffffff;
    border: none;
    padding: 14px 22px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
}

.ec-btn:hover {
    background: #0b5aa8;
}

.ec-success {
    background: #dcfce7;
    color: #166534;
    padding: 14px 16px;
    border-radius: 12px;
    margin-bottom: 18px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #86efac;
}

@media (max-width: 700px) {
    .ec-grid {
        grid-template-columns: 1fr;
    }

    .ec-wrap {
        margin: 0;
        padding: 0;
    }

    .ec-card {
        border-radius: 0;
    }
}/* End custom CSS */