.elementor-30198 .elementor-element.elementor-element-df1f153{--display:flex;}.elementor-30198 .elementor-element.elementor-element-b118021{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6c43ddd *//* =====================================================
   REQUEST A QUOTE HERO
===================================================== */

.et-quote-hero {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 780px;
    margin: 0;
    padding: 110px 25px;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;

    background-image:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.94) 0%,
            rgba(0, 0, 0, 0.83) 48%,
            rgba(0, 0, 0, 0.58) 100%
        ),
        url("YOUR-REQUEST-A-QUOTE-HERO-IMAGE.webp");

    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.et-quote-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        radial-gradient(
            circle at 82% 22%,
            rgba(180, 0, 29, 0.26),
            transparent 34%
        );
    pointer-events: none;
}

.et-quote-hero-container {
    position: relative;
    z-index: 2;

    display: grid;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;

    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(360px, 0.55fr);

    align-items: center;
    gap: 80px;
}

/* HERO CONTENT */

.et-quote-hero-content {
    width: 100%;
    max-width: 900px;
}

.et-quote-hero-label {
    margin: 0 0 18px;
    color: #e5bd68;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.et-quote-hero-content h1 {
    max-width: 900px;
    margin: 0 0 27px;
    color: #ffffff;
    font-size: clamp(52px, 5.4vw, 82px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -1.8px;
}

.et-quote-hero-description {
    max-width: 830px;
    margin: 0 0 32px;
    color: #d3d3d3;
    font-size: 19px;
    line-height: 1.85;
}

/* TRUST POINTS */

.et-quote-hero-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 25px;
    margin-bottom: 38px;
}

.et-quote-hero-points span {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
}

.et-quote-hero-points strong {
    color: #e5bd68;
}

/* BUTTONS */

.et-quote-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.et-quote-hero-primary,
.et-quote-hero-secondary,
.et-quote-hero-phone {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    padding: 15px 27px;
    border-radius: 6px;

    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease;
}

.et-quote-hero-primary {
    border: 2px solid #b4001d;
    background: #b4001d;
    color: #ffffff;
}

.et-quote-hero-primary:hover {
    transform: translateY(-2px);
    border-color: #870015;
    background: #870015;
    color: #ffffff;
}

.et-quote-hero-secondary {
    border: 2px solid #e5bd68;
    background: transparent;
    color: #e5bd68;
}

.et-quote-hero-secondary:hover {
    transform: translateY(-2px);
    background: #e5bd68;
    color: #111111;
}

.et-quote-hero-phone {
    border: 2px solid rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
}

.et-quote-hero-phone:hover {
    transform: translateY(-2px);
    border-color: #ffffff;
    background: #ffffff;
    color: #111111;
}

/* RIGHT INFORMATION CARD */

.et-quote-hero-card {
    width: 100%;
    padding: 38px 33px;
    border: 1px solid rgba(229, 189, 104, 0.42);
    border-radius: 19px;

    background: rgba(14, 14, 14, 0.88);
    box-shadow: 0 28px 65px rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(9px);
}

.et-quote-hero-card-icon {
    display: flex;
    width: 67px;
    height: 67px;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;

    border: 1px solid rgba(229, 189, 104, 0.4);
    border-radius: 15px;
    background: rgba(229, 189, 104, 0.1);
}

.et-quote-hero-card-icon svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: #e5bd68;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.et-quote-card-label {
    margin: 0 0 9px;
    color: #e5bd68;
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.et-quote-hero-card h2 {
    margin: 0 0 27px;
    color: #ffffff;
    font-size: 29px;
    font-weight: 800;
    line-height: 1.22;
}

/* STEPS */

.et-quote-card-steps {
    display: grid;
    gap: 21px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.et-quote-card-steps li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
}

.et-quote-card-steps li > span {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(229, 189, 104, 0.36);
    border-radius: 50%;
    background: rgba(229, 189, 104, 0.08);
    color: #e5bd68;

    font-size: 11px;
    font-weight: 900;
}

.et-quote-card-steps strong {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.35;
}

.et-quote-card-steps p {
    margin: 0;
    color: #bfbfbf;
    font-size: 13.5px;
    line-height: 1.6;
}

.et-quote-card-note {
    margin: 27px 0 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    color: #aaaaaa;
    font-size: 12.5px;
    line-height: 1.6;
}

/* TABLET */

@media (max-width: 1100px) {

    .et-quote-hero {
        min-height: auto;
        padding: 100px 24px;
    }

    .et-quote-hero-container {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .et-quote-hero-card {
        max-width: 700px;
    }
}

/* MOBILE */

@media (max-width: 767px) {

    .et-quote-hero {
        padding: 78px 18px 75px;
        background-position: 62% center;
    }

    .et-quote-hero-container {
        gap: 42px;
    }

    .et-quote-hero-content h1 {
        font-size: 45px;
        line-height: 1.04;
        letter-spacing: -1px;
    }

    .et-quote-hero-description {
        font-size: 17px;
        line-height: 1.72;
    }

    .et-quote-hero-points {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .et-quote-hero-buttons {
        flex-direction: column;
    }

    .et-quote-hero-primary,
    .et-quote-hero-secondary,
    .et-quote-hero-phone {
        width: 100%;
    }

    .et-quote-hero-card {
        padding: 30px 23px;
    }

    .et-quote-hero-card h2 {
        font-size: 26px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5c30838 *//* =====================================================
   REQUEST A QUOTE — MAIN FORM SECTION
===================================================== */

.et-quote-form-section {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 110px 25px;
    overflow: hidden;
    box-sizing: border-box;

    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(180, 0, 29, 0.07),
            transparent 29%
        ),
        radial-gradient(
            circle at 92% 85%,
            rgba(229, 189, 104, 0.12),
            transparent 31%
        ),
        #f7f3ed;
}

.et-quote-form-container {
    display: grid;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    grid-template-columns:
        minmax(0, 0.82fr)
        minmax(500px, 1.18fr);
    align-items: start;
    gap: 75px;
}

/* LEFT CONTENT */

.et-quote-form-content {
    min-width: 0;
    padding-top: 28px;
}

.et-quote-form-label {
    margin: 0 0 17px;
    color: #b4001d;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.et-quote-form-content h2 {
    max-width: 650px;
    margin: 0 0 25px;
    color: #111111;
    font-size: clamp(43px, 4vw, 62px);
    font-weight: 800;
    line-height: 1.07;
    letter-spacing: -1px;
}

.et-quote-form-intro {
    max-width: 670px;
    margin: 0 0 42px;
    color: #555555;
    font-size: 18px;
    line-height: 1.85;
}

/* BENEFITS */

.et-quote-form-benefits {
    display: grid;
    gap: 25px;
}

.et-quote-form-benefit {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: start;
    gap: 16px;
}

.et-quote-form-check {
    display: flex;
    width: 39px;
    height: 39px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #b4001d;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
}

.et-quote-form-benefit h3 {
    margin: 0 0 7px;
    color: #111111;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.35;
}

.et-quote-form-benefit p {
    margin: 0;
    color: #626262;
    font-size: 15px;
    line-height: 1.7;
}

/* PHONE HELP PANEL */

.et-quote-form-help {
    display: grid;
    margin-top: 40px;
    padding: 25px;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 18px;

    border-left: 4px solid #b4001d;
    border-radius: 0 13px 13px 0;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.07);
}

.et-quote-form-help-icon {
    display: flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(180, 0, 29, 0.14);
    border-radius: 13px;
    background: rgba(180, 0, 29, 0.07);
}

.et-quote-form-help-icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: #b4001d;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.et-quote-form-help span {
    display: block;
    margin-bottom: 4px;
    color: #555555;
    font-size: 13px;
    font-weight: 700;
}

.et-quote-form-help a {
    display: block;
    margin-bottom: 4px;
    color: #111111;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
}

.et-quote-form-help a:hover {
    color: #b4001d;
}

.et-quote-form-help p {
    margin: 0;
    color: #707070;
    font-size: 13px;
    line-height: 1.5;
}

/* FORM CARD */

.et-quote-form-card {
    width: 100%;
    min-width: 0;
    padding: 45px 42px;
    box-sizing: border-box;

    border: 1px solid #e1d9cf;
    border-radius: 19px;
    background: #ffffff;
    box-shadow: 0 27px 70px rgba(0, 0, 0, 0.12);
}

.et-quote-form-heading {
    margin-bottom: 31px;
    padding-bottom: 26px;
    border-bottom: 1px solid #eae3da;
}

.et-quote-form-heading span {
    display: block;
    margin-bottom: 7px;
    color: #b4001d;
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.et-quote-form-heading h3 {
    margin: 0 0 11px;
    color: #111111;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
}

.et-quote-form-heading p {
    margin: 0;
    color: #626262;
    font-size: 15px;
    line-height: 1.7;
}

/* WPFORMS */

.et-quote-wpforms {
    width: 100%;
}

.et-quote-form-card .wpforms-container {
    width: 100% !important;
    margin: 0 !important;
}

.et-quote-form-card .wpforms-field {
    padding: 0 0 20px !important;
}

.et-quote-form-card .wpforms-field-label {
    margin: 0 0 8px !important;
    color: #222222 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
}

.et-quote-form-card .wpforms-required-label {
    color: #b4001d !important;
}

.et-quote-form-card .wpforms-field-description {
    margin-top: 6px !important;
    color: #777777 !important;
    font-size: 12.5px !important;
    line-height: 1.55 !important;
}

.et-quote-form-card input[type="text"],
.et-quote-form-card input[type="email"],
.et-quote-form-card input[type="tel"],
.et-quote-form-card input[type="number"],
.et-quote-form-card input[type="date"],
.et-quote-form-card input[type="time"],
.et-quote-form-card select,
.et-quote-form-card textarea {
    width: 100% !important;
    min-height: 53px !important;
    padding: 12px 14px !important;
    box-sizing: border-box !important;

    border: 1px solid #d6cfc7 !important;
    border-radius: 7px !important;
    background: #fbfaf8 !important;
    color: #222222 !important;

    font-family: inherit !important;
    font-size: 15px !important;
    line-height: 1.4 !important;

    box-shadow: none !important;
    outline: none !important;
}

.et-quote-form-card textarea {
    min-height: 135px !important;
    resize: vertical !important;
}

.et-quote-form-card input:focus,
.et-quote-form-card select:focus,
.et-quote-form-card textarea:focus {
    border-color: #b4001d !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(180, 0, 29, 0.08) !important;
}

.et-quote-form-card input[type="radio"],
.et-quote-form-card input[type="checkbox"] {
    accent-color: #b4001d !important;
}

.et-quote-form-card .wpforms-field-radio li,
.et-quote-form-card .wpforms-field-checkbox li {
    margin-bottom: 8px !important;
    color: #444444 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.et-quote-form-card button.wpforms-submit,
.et-quote-form-card .wpforms-submit {
    display: flex !important;
    width: 100% !important;
    min-height: 57px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 15px 24px !important;

    border: 2px solid #b4001d !important;
    border-radius: 7px !important;
    background: #b4001d !important;
    color: #ffffff !important;

    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;

    box-shadow: none !important;

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease !important;
}

.et-quote-form-card button.wpforms-submit:hover,
.et-quote-form-card .wpforms-submit:hover {
    transform: translateY(-2px) !important;
    border-color: #870015 !important;
    background: #870015 !important;
    color: #ffffff !important;
}

/* DISCLAIMER */

.et-quote-form-disclaimer {
    margin-top: 25px;
    padding: 20px 21px;
    border: 1px solid #e6ded5;
    border-radius: 10px;
    background: #faf8f4;
}

.et-quote-form-disclaimer strong {
    display: block;
    margin-bottom: 5px;
    color: #111111;
    font-size: 13.5px;
    line-height: 1.4;
}

.et-quote-form-disclaimer p {
    margin: 0;
    color: #666666;
    font-size: 12.5px;
    line-height: 1.6;
}

/* TABLET */

@media (max-width: 1050px) {

    .et-quote-form-container {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .et-quote-form-content {
        padding-top: 0;
    }

    .et-quote-form-content h2,
    .et-quote-form-intro {
        max-width: 900px;
    }
}

/* MOBILE */

@media (max-width: 767px) {

    .et-quote-form-section {
        padding: 75px 18px;
    }

    .et-quote-form-container {
        gap: 42px;
    }

    .et-quote-form-content h2 {
        font-size: 39px;
        line-height: 1.09;
    }

    .et-quote-form-intro {
        font-size: 17px;
        line-height: 1.72;
    }

    .et-quote-form-benefit {
        grid-template-columns: 37px minmax(0, 1fr);
        gap: 13px;
    }

    .et-quote-form-check {
        width: 35px;
        height: 35px;
    }

    .et-quote-form-help {
        grid-template-columns: 1fr;
        padding: 23px;
    }

    .et-quote-form-help a {
        font-size: 22px;
    }

    .et-quote-form-card {
        padding: 30px 22px;
        border-radius: 15px;
    }

    .et-quote-form-heading h3 {
        font-size: 28px;
    }

    .et-quote-form-card .wpforms-one-half,
    .et-quote-form-card .wpforms-first {
        width: 100% !important;
        margin-left: 0 !important;
    }
}/* End custom CSS */