﻿/* FULL REQUEST A QUOTE SECTION */
.mhg-request-quote-section {
    background-color: #000000;
    padding: 80px 0;
}

    /* Optional if your row/columns need vertical centering */
    .mhg-request-quote-section .row {
        align-items: center;
    }

/* LEFT CONTENT BLOCK */
.mhg-quote-left {
    color: #ffffff;
    max-width: 540px;
    padding-right: 30px;
}

.mhg-quote-title {
    font-size: 3.5rem;
    line-height: 1.05;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 32px;
    letter-spacing: -0.02em;
}

.mhg-quote-description {
    font-size: 1.5rem;
    line-height: 1.7;
    color: #ffffff;
    margin-bottom: 40px;
    max-width: 520px;
}

/* STEPS */
.mhg-quote-steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mhg-quote-step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.mhg-step-number {
    width: 32px;
    height: 32px;
    min-width: 32px;
    background-color: #ff1d25;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
}

.mhg-step-content h3 {
    margin: 0 0 6px;
    font-size: 1.625rem;
    line-height: 1.3;
    font-weight: 700;
    color: #ffffff;
}

.mhg-step-content p {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #bfc6cf;
}

/* RIGHT FORM AREA */
.mhg-request-quote-section .sf-form-container,
.mhg-request-quote-section form,
.mhg-request-quote-section .form-wrapper {
    position: relative;
    z-index: 2;
}

/* WHITE CARD LOOK FOR THE RIGHT FORM COLUMN */
.mhg-form-card {
    background: #000000;
    padding: 40px;
    border-radius: 0;
    box-shadow: none;
}

/* RESPONSIVE */
@media (max-width: 1199.98px) {
    .mhg-quote-title {
        font-size: 3rem;
    }

    .mhg-quote-description {
        font-size: 1.25rem;
    }

    .mhg-step-content h3 {
        font-size: 1.375rem;
    }

    .mhg-step-content p {
        font-size: 1.125rem;
    }
}

@media (max-width: 991.98px) {
    .mhg-request-quote-section {
        padding: 60px 0;
    }

    .mhg-quote-left {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .mhg-quote-title {
        font-size: 2.5rem;
    }

    .mhg-quote-description {
        font-size: 1.125rem;
        margin-bottom: 32px;
    }

    .mhg-form-card {
        padding: 30px;
    }
}

@media (max-width: 575.98px) {
    .mhg-quote-title {
        font-size: 2rem;
        line-height: 1.15;
    }

    .mhg-quote-description {
        font-size: 1rem;
    }

    .mhg-step-content h3 {
        font-size: 1.125rem;
    }

    .mhg-step-content p {
        font-size: 0.95rem;
    }

    .mhg-form-card {
        padding: 20px;
    }
}
