.elementor-5239 .elementor-element.elementor-element-19c858e{--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-5239 .elementor-element.elementor-element-74592ed{text-align:center;}.elementor-5239 .elementor-element.elementor-element-74592ed .elementor-heading-title{font-size:69px;}.elementor-5239 .elementor-element.elementor-element-2a5a6fc .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-5239 .elementor-element.elementor-element-c692f2d{text-align:center;font-size:30px;}.elementor-5239 .elementor-element.elementor-element-d5d564c{--display:flex;}.elementor-5239 .elementor-element.elementor-element-87f59f4{--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;}.elementor-5239 .elementor-element.elementor-element-8d3eac3{width:var( --container-widget-width, 34.436% );max-width:34.436%;--container-widget-width:34.436%;--container-widget-flex-grow:0;}.elementor-5239 .elementor-element.elementor-element-8d3eac3.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-5239 .elementor-element.elementor-element-0d28c68{--divider-border-style:dotted;--divider-color:var( --e-global-color-secondary );--divider-border-width:1px;}.elementor-5239 .elementor-element.elementor-element-0d28c68 .elementor-divider-separator{width:100%;}.elementor-5239 .elementor-element.elementor-element-0d28c68 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}:root{--page-title-display:none;}/* Start custom CSS for global, class: .elementor-global-5417 *//* Container */
.nma-form {
    max-width: 500px;
    margin: 0 auto;
    padding: 24px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    font-family: 'Inter', 'Verdana', sans-serif;
}

/* Hide honeypot */
.nma-honeypot {
    position: absolute !important;
    left: -9999px !important;
}

/* Fields */
.nma-field {
    margin-bottom: 18px;
}

.nma-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

.nma-field input,
.nma-field select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    transition: border-color 0.2s ease;
}

.nma-field input:focus,
.nma-field select:focus {
    border-color: #d62828;
    outline: none;
}

/* Submit button */
.nma-submit {
    width: 100%;
    padding: 14px;
    background: #d62828;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.nma-submit:hover {
    background: #b71f1f;
}

/* Martialytics footer */
.nma-powered {
    text-align: center;
    font-size: 12px;
    margin-top: 12px;
}

.nma-powered img {
    position: relative;
    top: 3px;
    margin-right: 4px;
}/* End custom CSS */