.elementor-969 .elementor-element.elementor-element-9ff06da{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* Selective full width for Step 1 only */

/* First, reset all steps to default (boxed) */

/* Hide the header */
  header, 
  .site-header,
  .elementor-location-header,
  #masthead,
  .main-header,
  .header-area,
  .header-wrapper {
    display: none !important;
  }


.form-step {
    width: auto !important;
    max-width: 100% !important;
}

/* Step 1 gets full width when active */
#step1.form-step.active {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative !important;
}

/* Only sections inside step 1 get full width */
#step1.form-step.active .hero-section,
#step1.form-step.active .eligibility-section,
#step1.form-step.active .reviews-section,
#step1.form-step.active .how-it-works-section,
#step1.form-step.active .get-started-section,
#step1.form-step.active .faq-section,
#step1.form-step.active .final-cta-section {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Make sure other steps maintain boxed layout */
#step2.form-step,
#step3.form-step,
#step4.form-step,
#step5.form-step,
#step6.form-step {
    width: auto !important;
    max-width: 700px !important; /* Or whatever max-width you want for boxed steps */
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 1px;
}

/* Center content within full-width sections in step 1 */
#step1.form-step.active .hero-section > *:not(.car-image):not(.hero-section::after),
#step1.form-step.active .eligibility-section > *:not(.eligibility-boxes):not(.second-row),
#step1.form-step.active .reviews-section > *:not(.review-cards),
#step1.form-step.active .how-it-works-section > *:not(.steps-container),
#step1.form-step.active .get-started-section > *,
#step1.form-step.active .faq-section > *:not(.faq-item),
#step1.form-step.active .final-cta-section > * {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* Ensure the special containers in step 1 are also centered */
#step1.form-step.active .eligibility-boxes,
#step1.form-step.active .second-row,
#step1.form-step.active .review-cards,
#step1.form-step.active .steps-container,
#step1.form-step.active .faq-item {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/* Fix mobile responsiveness */
@media (max-width: 767px) {
    #step1.form-step.active {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    #step1.form-step.active .hero-section,
    #step1.form-step.active .eligibility-section,
    #step1.form-step.active .reviews-section,
    #step1.form-step.active .how-it-works-section,
    #step1.form-step.active .get-started-section,
    #step1.form-step.active .faq-section,
    #step1.form-step.active .final-cta-section {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}/* End custom CSS */