.elementor-1358 .elementor-element.elementor-element-07020d1{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}/* Start custom CSS for container, class: .elementor-element-07020d1 */.breadcrumb-area {
    display: none !important;    
}

.inner-blog {
    padding-top: 0;   
    padding-bottom: 0;   
}

.elementor-element.elementor-element-2d76649.elementor-widget.elementor-widget-heading {
    width: 100%;
    height: auto;
    margin: 5rem auto;
    padding: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    position: relative;
    overflow: hidden;
    background-color: #28314b;
    border-radius: 1rem;
    display: none;
}

.elementor-element.elementor-element-2d76649.elementor-widget.elementor-widget-heading h2.elementor-heading-title.elementor-size-default {
    color: #fff;
    font-weight: 300 !important;
    margin: 0;
}

.cf7-stepper {
    max-width: 720px;
    margin: 5rem auto 5rem auto;
    padding: 35px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
}

.cf7-step {
    display: none;
    width: 100%;
}

.cf7-step.active {
    display: block;
}

.cf7-step {
    display: none;
    flex-direction: column;
    gap: 14px;
}

.cf7-step.active {
    display: flex;
}

.cf7-step label {
    font-size: 15px;
    font-weight: 600;
    color: #1f1f1f;
    line-height: 1.4;
}

.wpcf7-form-control {
    width: 100%;
    padding: 13px 15px;
    border-radius: 8px;
    border: 1px solid #d6d6d6;
    font-size: 14px;
    background: #fff;
    transition: border 0.25s ease, box-shadow 0.25s ease;
    box-sizing: border-box;
}

.wpcf7-form-control:focus {
    border-color: #0066ff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 102, 255, 0.08);
}

textarea.wpcf7-form-control {
    min-height: 130px;
    resize: vertical;
}

.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 6px;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.wpcf7-select {
    background: #ffffff;
    border: 1px solid #d6d6d6;
}

.cf7-step button {
    margin-top: 10px;
    padding: 12px 18px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

.cf7-step .next {
    background: #0066ff;
    color: #ffffff;
}

.cf7-step .next:hover {
    background: #004ec2;
}

.cf7-step .prev {
    background: #f3f3f3;
    color: #333333;
}

.cf7-step .prev:hover {
    background: #e4e4e4;
}

.wpcf7-submit {
    margin-top: 15px;
    background: #1e9e4a;
    color: #ffffff;
    padding: 14px;
    border-radius: 8px;
    font-weight: 600;
    border: none;
    width: 100%;
    cursor: pointer;
    transition: background 0.25s ease;
}

.wpcf7-submit:hover {
    background: #167c39;
}

.wpcf7-response-output {
    margin-top: 18px;
    font-size: 13px;
    color: #333;
}

.wpcf7-spinner {
    display: none;
}

.spouse-fields,
.driver1-fields,
.driver2-fields,
.driver3-fields {
    display: none;
}

@media (max-width: 768px) {
    .cf7-stepper {
        margin: 20px;
        padding: 22px;
    }

    .cf7-step label {
        font-size: 14px;
    }

    .wpcf7-form-control {
        font-size: 13px;
        padding: 11px;
    }

    .cf7-step button {
        width: 100%;
    }
}/* End custom CSS */