/* ============================================================
   Ah Product Section - MayPro How To Order 1
   ============================================================ */

.elementor-widget-ah_maypro_how_to_order_1,
.elementor-widget-ah_maypro_how_to_order_1 > .elementor-widget-container {
    width: 100%;
    min-width: 0;
}

.ahorder1 {
    width: 100%;
    padding: 72px 36px;
    background:
        linear-gradient(180deg, rgba(6, 29, 53, .04), rgba(6, 29, 53, 0) 300px),
        #f6f9fb;
    box-sizing: border-box;
    color: #10213a;
    font-family: Arial, Helvetica, sans-serif;
}

.ahorder1 * {
    box-sizing: border-box;
}

.ahorder1-inner {
    width: min(100%, 1180px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
    gap: 28px;
    align-items: stretch;
}

.ahorder1-content {
    min-width: 0;
    padding: 52px 54px;
    background: #061d35;
    color: #ffffff;
}

.ahorder1-eyebrow {
    margin: 0 0 12px;
    color: #12c79c;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ahorder1-title {
    margin: 0;
    color: #ffffff;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: 0;
}

.ahorder1-lead {
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .88);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.62;
}

.ahorder1-steps {
    display: grid;
    gap: 14px;
    margin-top: 36px;
}

.ahorder1-steps article {
    padding: 20px 0;
    border-top: 1px solid rgba(18, 199, 156, .32);
}

.ahorder1-steps span {
    display: block;
    margin-bottom: 8px;
    color: #12c79c;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.ahorder1-steps h3 {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.ahorder1-steps p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}

.ahorder1-form {
    min-width: 0;
    padding: 44px 46px;
    background: #ffffff;
    border: 1px solid #dde6eb;
    box-shadow: 0 18px 46px rgba(6, 29, 53, .08);
}

.ahorder1-form-header {
    margin-bottom: 28px;
}

.ahorder1-form-header p {
    margin: 0 0 8px;
    color: #12c79c;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.ahorder1-form-header h3 {
    margin: 0;
    color: #061d35;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.12;
}

.ahorder1-notice {
    margin: 0 0 20px;
    padding: 14px 16px;
    border: 1px solid #dde6eb;
    color: #10213a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.ahorder1-notice--success {
    background: #e9fbf6;
    border-color: rgba(18, 199, 156, .38);
}

.ahorder1-notice--error {
    background: #fff3f3;
    border-color: #f0b8b8;
}

.ahorder1-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ahorder1-field {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.ahorder1-field--full {
    grid-column: 1 / -1;
}

.ahorder1-field label {
    color: #10213a;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}

.ahorder1-field input,
.ahorder1-field select,
.ahorder1-field textarea {
    width: 100%;
    min-height: 52px;
    padding: 14px 15px;
    background: #f6f9fb;
    border: 1px solid #dde6eb;
    border-radius: 0;
    color: #10213a;
    font: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    outline: none;
}

.ahorder1-field textarea {
    min-height: 136px;
    resize: vertical;
}

.ahorder1-field input:focus,
.ahorder1-field select:focus,
.ahorder1-field textarea:focus {
    border-color: #12c79c;
    background: #ffffff;
}

.ahorder1-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    margin-top: 24px;
    padding: 16px 28px;
    background: #12c79c;
    border: 2px solid #12c79c;
    border-radius: 0;
    color: #061d35;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.ahorder1-submit:hover,
.ahorder1-submit:focus-visible {
    background: #061d35;
    border-color: #061d35;
    color: #ffffff;
}

.ahorder1-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (max-width: 980px) {
    .ahorder1 {
        padding: 48px 22px;
    }

    .ahorder1-inner {
        grid-template-columns: 1fr;
    }

    .ahorder1-content,
    .ahorder1-form {
        padding: 38px 30px;
    }

    .ahorder1-title {
        font-size: 38px;
    }
}

@media (max-width: 620px) {
    .ahorder1 {
        padding: 32px 14px;
    }

    .ahorder1-inner {
        gap: 14px;
    }

    .ahorder1-content,
    .ahorder1-form {
        padding: 28px 20px;
    }

    .ahorder1-title {
        font-size: 30px;
    }

    .ahorder1-lead {
        margin-top: 16px;
        font-size: 15px;
    }

    .ahorder1-fields {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .ahorder1-form-header h3 {
        font-size: 26px;
    }

    .ahorder1-submit {
        width: 100%;
    }
}
