.page-id-2773 {
    overflow-x: hidden;
}

.wpcf7-form-control {
    margin-top: 6px;
}

.cf7mls-step {
    display: none;
}

.cf7mls-step.active {
    display: block;
}

.cf7mls-step h2 {
    font-size: 20px;
    font-weight: 700;
    font-family: Arial;
    color: #1A3C6E;
    text-align: center;
}

.cf7mls-radio-group {
    margin-bottom: 30px;
}

.cf7mls-radio-group label {
    display: flex;
    align-items: center;
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 14px 20px;
    margin-bottom: 12px;
    background: #fff;
    font-size: 14px;
    font-family: inherit;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 400;
    transition: border-color 0.2s, background 0.2s;
}

.cf7mls-radio-group label:last-child {
    margin-bottom: 0;
}

/* Radio circle */
.cf7mls-radio-group input[type="radio"] {
    margin-right: 16px;
    accent-color: #1A3C6E;
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    cursor: pointer;
}

.cf7mls-radio-group input[type="radio"]:focus-visible {
    outline: 2px solid #1A3C6E;
    outline-offset: 3px;
}

/* Highlight selected option */
.cf7mls-radio-group input[type="radio"]:checked+span,
.cf7mls-radio-group input[type="radio"]:checked+label {
    font-weight: 700;
}

/* Incident timing & step 4 */
.incident-timing-group label,
.cf7mls-radio-group label {
    display: flex;
    align-items: center;
    border: 2px solid #bbb;
    border-radius: 8px;
    padding: 15px 18px;
    margin-bottom: 14px;
    background: #fff;
    font-size: 14px;
    font-family: inherit;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
}

/* Unified accent color */
.incident-timing-group input[type="radio"],
.cf7mls-radio-group input[type="radio"] {
    margin-right: 18px;
    accent-color: #1A3C6E;
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    cursor: pointer;
}

.incident-timing-group label:hover,
.incident-timing-group input[type="radio"]:focus+label,
.cf7mls-radio-group label:hover,
.cf7mls-radio-group input[type="radio"]:focus+label {
    border-color: #1A3C6E;
    background: #eaf0fa;
}

.incident-timing-group input[type="radio"]:checked+label,
.incident-timing-group label:has(input[type="radio"]:checked),
.cf7mls-radio-group input[type="radio"]:checked+label,
.cf7mls-radio-group label:has(input[type="radio"]:checked) {
    border-color: #1A3C6E;
    background: #eaf0fa;
    font-weight: 700;
}

/* Step 5 responsibility */
.accident-responsibility-group label {
    display: flex;
    align-items: center;
    border: 2px solid #bbb;
    border-radius: 10px;
    padding: 15px 18px;
    margin-bottom: 14px;
    background: #fff;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.5;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    font-weight: 400;
}

.accident-responsibility-group label:last-child {
    margin-bottom: 0;
}

.accident-responsibility-group input[type="radio"] {
    margin-right: 15px;
    accent-color: #1A3C6E;
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    cursor: pointer;
}

.accident-responsibility-group label:hover,
.accident-responsibility-group input[type="radio"]:focus+label {
    border-color: #1A3C6E;
    background: #eaf0fa;
}

.accident-responsibility-group input[type="radio"]:focus-visible {
    outline: 2px solid #1A3C6E;
    outline-offset: 2px;
}

.accident-responsibility-group input[type="radio"]:checked~span,
.accident-responsibility-group input[type="radio"]:checked+label,
.accident-responsibility-group label:has(input[type="radio"]:checked) {
    border-color: #1A3C6E;
    background: #eaf0fa;
    font-weight: 700;
}

/* Step 6 injury */
.injury-type-group label {
    display: flex;
    align-items: center;
    border: 2px solid #c7ccc7;
    border-radius: 8px;
    padding: 13px 15px;
    margin-bottom: 13px;
    background: #fff;
    font-size: 14px;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 400;
    transition: border-color 0.18s, background 0.18s;
    box-shadow: 0 1.5px 6px #00000008;
}

.injury-type-group label:last-child {
    margin-bottom: 0;
}

.injury-type-group input[type="radio"] {
    accent-color: #1A3C6E;
    margin-right: 15px;
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    cursor: pointer;
}

.injury-type-group label:hover,
.injury-type-group input[type="radio"]:focus+label {
    border-color: #1A3C6E;
    background: #eaf0fa;
}

.injury-type-group label:has(input[type="radio"]:checked) {
    border-color: #1A3C6E;
    background: #eaf0fa;
    font-weight: 600;
}

.uacf7-multisetp-form .cf7mls-step h2 {
    font-size: 22px;
    color: #000;
    line-height: 30px;
}

.uacf7-multisetp-form .cf7mls-step h2 br {
    display: none;
}

.cf7mls-step label {
    font-weight: 400;
}

/* Steps 7+ treatment/chiro */
.treat-intent-group label,
.chiro-intent-group label {
    display: flex;
    align-items: center;
    border: 1.5px solid #cccccc;
    border-radius: 10px;
    padding: 15px 18px;
    margin-bottom: 12px;
    background: #fff;
    font-size: 14px;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 400;
    transition: border-color 0.16s, background 0.16s;
    box-shadow: 0 2px 8px #00000004;
}

.treat-intent-group label:last-child,
.chiro-intent-group label:last-child {
    margin-bottom: 0;
}

.treat-intent-group input[type="radio"],
.chiro-intent-group input[type="radio"] {
    accent-color: #1A3C6E;
    margin-right: 15px;
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    cursor: pointer;
}

.treat-intent-group label:hover,
.chiro-intent-group label:hover,
.treat-intent-group input[type="radio"]:focus+label,
.chiro-intent-group input[type="radio"]:focus+label {
    border-color: #1A3C6E;
    background: #eaf0fa;
}

.treat-intent-group label:has(input[type="radio"]:checked),
.chiro-intent-group label:has(input[type="radio"]:checked) {
    border-color: #1A3C6E;
    background: #eaf0fa;
    font-weight: 600;
}

.cf7mls-step label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.cf7mls-step input[type="text"],
.cf7mls-step input[type="email"],
.cf7mls-step select {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 5px;
}

.wpcf7-textarea {
    height: 60px !important;
    line-height: 1.4;
    padding: 8px 12px;
}

.cf7mls-step input[type="radio"] {
    width: auto;
    margin-right: 8px;
    margin-top: 0;
}

/* .wpcf7-submit, 
.cf7mls-next-button, 
.find-my-lawyer, 
.get-started, 
.continue-btn {
  background-color: #1A3C6E;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 10px 5px;
  text-align: center;
  text-decoration: none;
} */

/* .cf7mls-next-button:hover,
.wpcf7-submit:hover {
  background-color: #2a4d7a;
} */

/* .cf7mls-prev-button {
  background-color: #1A3C6E;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 10px 5px;
  text-align: center;
  text-decoration: none;
} */

/* .cf7mls-prev-button:hover {
  background-color: #2a4d7a;
} */

.cf7mls-prev-button,
.cf7mls-next-button,
.wpcf7-submit,
.find-my-lawyer,
.get-started,
.continue-btn,
.navy-btn {
    color: #ffffff !important;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    height: 44px;
    transition: background 0.2s ease-in-out, transform 0.15s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(to bottom, #0076EE, #002F5F, #002F5F, #002F5F) !important;
    background-size: 100% 300% !important;
}

.cf7mls-prev-button:hover,
.cf7mls-next-button:hover,
.wpcf7-submit:hover,
.find-my-lawyer:hover,
.get-started:hover,
.continue-btn:hover,
.navy-btn:hover {
    background-size: 200% 200% !important;
}

.cf7mls-progress {
    width: 100%;
    background: #e0e0e0;
    height: 8px;
    margin: 15px 0;
    border-radius: 4px;
    overflow: hidden;
}

.cf7mls-progress span {
    display: block;
    height: 100%;
    background: #1A3C6E;
    transition: width 0.3s ease;
    border-radius: 4px;
}

.phone-step-title {
    color: #19396D;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 22px;
    text-align: left;
}

.cf7mls-phone-input {
    width: 100%;
    font-size: 17px;
    padding: 10px 11px;
    border: 1.5px solid #A8B7A7;
    background: #f9faf9;
    border-radius: 6px;
    font-family: inherit;
    margin-bottom: 12px;
    color: #222;
    transition: border-color 0.18s;
}

.cf7mls-phone-input:focus {
    outline: none;
    border-color: #19396D;
    background: #f6f8ff;
}

.cf7mls-label {
    display: block;
    margin-bottom: 16px;
    font-weight: 600;
}

.consent-box-with-checkbox {
    display: flex !important;
    align-items: flex-start;
    border: 1.5px solid #bfc5bd;
    border-radius: 8px;
    background: #fff;
    color: #232323;
    font-size: 14px;
    padding: 18px 18px 18px 14px;
    margin: 16px 0 18px 0;
    line-height: 1.56;
    font-weight: 400;
    gap: 12px;
}

.cf7mls-phone-checkbox {
    accent-color: #19396D;
    margin-top: 4px;
    margin-right: 9px;
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    cursor: pointer;
    flex-shrink: 0;
}

/* 
.navy-btn, .wpcf7-submit.navy-btn {
  background: #19396D !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 17px !important;
  border-radius: 6px !important;
  border: none !important;
  height: 44px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background 0.19s;
  letter-spacing: 0.04em;
  box-shadow: 0 1px 5px #0001;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navy-btn:hover, .wpcf7-submit.navy-btn:hover {
  background: #2354a0 !important;
} */
.cf7mls-buttons {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-top: 20px;
}

.cf7mls-helptext {
    font-size: 15px;
    color: #232323;
    margin-top: 20px;
    text-align: center;
}

.cf7mls-link {
    color: #19396D;
    text-decoration: underline;
}

/* .ast-custom-button::before {
  content: "\f095"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
  margin-right: 6px;
  display: inline-block;
  transform: scaleX(-1); 
} */
.cf7-error {
    color: red;
    font-size: 14px;
    margin-top: 4px;
}

@media (max-width: 767px) {
	.wpcf7 form.sent .wpcf7-response-output {
    background: #22852b;
    color: #fff;
    border-color: #22852b;
    font-weight: 600;
    text-align: center;
}
    .wpcf7 select.wpcf7-form-control {
        font-size: 14px;
    }
.consent-box-with-checkbox .wpcf7-list-item {
    margin-left: 0;
}
    .cf7mls-buttons {
        flex-direction: column-reverse !important;
        align-items: stretch !important;
        gap: 12px !important;
    }

    .cf7mls-prev-button,
    .cf7mls-next-button,
    .wpcf7-submit,
    .navy-btn,
    .get-started,
    .continue-btn {
        width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box;
        justify-content: center;
        text-align: center;
    }

    .cf7mls-prev-button,
    .cf7mls-next-button,
    .wpcf7-submit,
    .navy-btn,
    .get-started,
    .continue-btn {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .last-step-back-btn {
        margin-top: 7px;
    }
}

.ast-custom-button,
.hero-content .elementor-button-link,
.find-my-lawyer ,
.theme-btn .elementor-button-link{
    background-image: linear-gradient(to bottom, #0076EE, #002F5F, #002F5F, #002F5F) !important;
    background-size: 100% 300% !important;
}

.ast-custom-button:hover,
.hero-content .elementor-button-link:hover,
.find-my-lawyer:hover ,
.theme-btn .elementor-button-link:hover{
    background-size: 200% 200% !important;
}

.main-head-txt h1 {
    color: #002f5f !important;
}

/* Z Css Start */
.hiw-box-title {
    margin: 15px 0;
    display: block;
}

.key-facts-section .elementor-widget-text-editor>.elementor-widget-container>p:first-child {
    margin-bottom: 10px;
    margin-top: 10px;
}








.ast-builder-grid-row>.site-header-section.ast-grid-right-section {
    justify-content: space-between;
}

.ast-builder-menu-1 .menu-item.current-menu-item>.menu-link,
.ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item>.ast-menu-toggle,
.ast-builder-menu-1 .current-menu-ancestor>.menu-link,
.ast-builder-menu-1 .menu-item>.menu-link {
    color: #fff;
}

.ast-builder-menu-1 .menu-item:hover>.menu-link,
.ast-builder-menu-1 .inline-on-mobile .menu-item:hover>.ast-menu-toggle {
    color: #0076EE;
}

.ast-desktop .ast-primary-header-bar .main-header-menu>.menu-item {
    line-height: normal;
}

.hero-icons-list .elementor-icon-list-text {
    font-size: 18px;
}

.cf7mls-steps-wrapper .cf7mls-progress {
    margin: 25px 0 0 0;
}

.cf7mls-steps-wrapper p#case-message {
    margin: 15px 0;
}

.cf7mls-prev-button,
.cf7mls-next-button,
.wpcf7-submit,
.find-my-lawyer,
.get-started,
.continue-btn,
.navy-btn,
.cf7mls-buttons input[type="submit"] {
    text-transform: capitalize;
    letter-spacing: 0;
    height: 46px;
    font-family: 'Roboto', sans-serif;
    border-radius: 12px;
	    font-weight: 700;
}

.find-my-lawyer {
    text-transform: capitalize;
    letter-spacing: 0;
    height: 46px;
    font-family: 'Roboto', sans-serif;
    border-radius: 12px;
    white-space: nowrap;
    margin-left: 15px;
}

.cf7mls-step-form-wrapper {
    display: flex;
    align-items: flex-start;
}

.wpcf7 .cf7mls-step-form-wrapper .wpcf7-form-control-wrap {
    width: 100%;
    max-width: 75%;
}

.cf7mls-step-form-wrapper .cf7mls-buttons {
    margin: 0;
    max-width: 25%;
}

.wpcf7 form .uacf7-multisetp-form {
    margin-bottom: 0;
}

.cf7mls-step-form-wrapper .wpcf7-form-control-wrap select {
    margin: 0;
    height: 46px;
    background: #F5F5F5 url("https://carcrash-lawyers.com/wp-content/uploads/2025/08/arrow-down.svg") no-repeat right 12px center;
    background-size: 14px;
    padding-right: 30px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 5px;
    border: none;
    font-weight: 300;
}

.wpcf7-form-control-wrap input {
    background-color: #f5f5f5;
    border: none;
}

.site-header {
    box-shadow: 0px 0 16px 0px #0000001A;
}

.site-header {
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: none;
}

.ast-primary-header-bar {
    background: transparent;
}

header .custom-logo-link img {
    filter: brightness(0) invert(1);
}

.main-header-menu>.menu-item>.menu-link:focus,
#astra-footer-menu>.menu-item>.menu-link:focus {
    outline: none;
}

.mobile-overlay-menu {
    display: none !important;
    max-width: 93% !important;
    margin: -5px auto 0 !important;
}

.mobile-overlay-menu.open {
    display: block !important;
}

.mobile-overlay-menu .current-menu-item {
    background: #f0f5fa;
}

.mobile-overlay-menu .menu-divider {
    padding-bottom: 20px;
}

.innerpage-header .elementor-nav-menu--dropdown {
    display: none;
}

.innerpage-header .elementor-menu-toggle {
    background: transparent;
    padding: 0;
}

@media (max-width: 991px) {
    .hero-icons-list .elementor-inline-items {
        gap: 10px;
    }

    .hero-icons-list .elementor-inline-items .elementor-inline-item .elementor-icon-list-icon svg {
        width: 14px;
    }

    .hero-icons-list .elementor-inline-items .elementor-inline-item .elementor-icon-list-icon {
        padding-inline-end: 0px;
    }

    .hero-icons-list .elementor-inline-items .elementor-inline-item .elementor-icon-list-text {
        font-size: 14px;
    }

    .ast-mobile-header-wrap .ast-primary-header-bar,
    .ast-primary-header-bar .site-primary-header-wrap {
        min-height: auto;
    }

    .ast-theme-transparent-header #masthead {
        z-index: 9;
    }

    .ast-header-break-point #ast-mobile-header .site-branding {
        padding: 0;
    }

    .ast-header-break-point #ast-mobile-header .site-branding img {
        max-width: 230px;
        height: auto;
        width: 230px;
    }

    .ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo .astra-logo-svg,
    #masthead .site-logo-img .transparent-custom-logo .astra-logo-svg {
        width: 220px;
        height: auto;
        max-width: 220px;
    }

    [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
        fill: #fff;
        opacity: 1;
    }

    .ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
        padding: 0;
    }

    .ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle:focus,
    .ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle:active,
    .ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle:focus-within {
        outline: none;
        border: none;
    }

    .ast-builder-grid-row>.site-header-section.ast-grid-right-section {
        justify-content: flex-end;
    }

    .ast-header-break-point #ast-mobile-header {
        padding: 0 15px;
        position: relative;
    }

    .ast-mobile-header-content {
        right: 0;
        left: 0;
        width: 98%;
        margin: 0 auto;
        border-radius: 7px;
        overflow: hidden;
    }

    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.menu-link {
        padding: 0 15px;
    }

    .ast-header-break-point .ast-header-button-1[data-section="section-hb-button-1"] {
        margin: 0 15px 15px;
        border-top: 1px solid #d4d4d4;
        padding-top: 15px;
        justify-content: center;
    }
}

@media (max-width: 768px) {

    .hero-icons-list .elementor-inline-item .elementor-icon-list-text {
        padding-left: 5px !important;
    }

    .hero-content .elementor-button-wrapper {
        margin-bottom: 10px !important;
    }

    .hero-icons-list .elementor-inline-items {
        gap: 0 !important;
    }

    .hero-icons-list .elementor-inline-items li {
        margin-bottom: 5px;
    }

    .hero-icons-list .elementor-inline-items li:not(:last-child) {
        margin-left: 5px !important;
    }
}

@media (max-width: 800px) {

    header .custom-logo-link img,
    .ast-header-break-point .site-logo-img .custom-mobile-logo-link img {
        max-width: 250px;
        width: 250px;
    }

    .ast-builder-grid-row>.site-header-section {
        justify-content: flex-start;
    }

    .ast-header-break-point .main-navigation .stack-on-mobile li {
        text-align: left;
    }
}

@media (max-width: 575px) {
    .cta-mob-line-height p.elementor-heading-title {
        line-height: normal;
    }

    header .custom-logo-link img,
    .ast-header-break-point .site-logo-img .custom-mobile-logo-link img {
        max-width: 220px;
        width: 220px;
    }

    .uacf7-multisetp-form .cf7mls-step-form-wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .hero-icons-list .elementor-inline-items {
        gap: 5px;
        /* flex-direction: column; */
    }

    .wpcf7 .cf7mls-step-form-wrapper .wpcf7-form-control-wrap {
        max-width: 100%;
    }

    .uacf7-multisetp-form .cf7mls-step-form-wrapper .cf7mls-buttons {
        max-width: 100%;
        width: 100%;
    }

    .uacf7-multisetp-form .find-my-lawyer {
        margin-left: 0;
        font-size: 16px;
        border-radius: 6px;
    }

    .cf7mls-prev-button,
    .cf7mls-next-button,
    .wpcf7-submit,
    .find-my-lawyer,
    .get-started,
    .continue-btn,
    .navy-btn,
    .cf7mls-buttons input[type="submit"] {
        font-size: 16px;
        border-radius: 6px;
    }

    .uacf7-multisetp-form .cf7mls-step h2 {
        font-size: 16px !important;
        line-height: 20px;
        margin-bottom: 10px;
			text-align:center;
    }

    .uacf7-multisetp-form .cf7mls-steps-wrapper .cf7mls-progress {
        margin: 15px 0 0 0;
    }

    .hiw-card-grid .elementor-widget-container .hiw-icon-wrapper .hiw-box-icon,
    .hiw-card-grid .elementor-widget-container .hiw-box-title {
        text-align: center;
    }

    .hiw-card-grid .elementor-widget-container .hiw-box-title {
        margin: 10px 0;
        font-size: 18px;
    }

    .hiw-card-grid .elementor-widget-container .hiw-info {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .ast-desktop .ast-primary-header-bar.main-header-bar,
    .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
        padding: 15px 0;
    }
}

@media (max-width: 360px) {

    .ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo .astra-logo-svg,
    #masthead .site-logo-img .transparent-custom-logo .astra-logo-svg {
        width: 220px;
        height: auto;
        max-width: 220px;
    }
}

/* Z Css End */

@media (max-width: 767px) {
    .about_section p img {
        float: none;
        margin-bottom: 15px;
    }
}



/* // this my test lead form css// */
/* Force radio button visible */
/* .wpcf7 input[type="radio"] {
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    appearance: auto !important;
    -webkit-appearance: radio !important;
    -moz-appearance: radio !important;
    margin-right: 8px;
    cursor: pointer;
}

/* Label styling */
/* .wpcf7-list-item-label {
    margin-right: 15px;
    cursor: pointer;
} */
 */
/* Radio button ko thoda bara aur clear karna */
.wpcf7-list-item input[type="radio"] {
  width: 18px;
  height: 18px;
  margin-right: 8px; /* text se gap */
}

/* Har option ko alag line me dikhana */
.wpcf7-list-item {
  display: block; 
  margin-bottom: 10px; /* neeche thoda space */
}

/* Label ke text ko align karna */
.wpcf7-list-item label {
  font-size: 16px; /* text thoda bada */
  cursor: pointer;
}
/*new css */
.cf7mls-radio-group label:last-child {
    display: flex !important;
    width: 600px !important;
    padding: 15px 20px;
    margin: 10px 0;
    border: 2px solid #ccc;
    border-radius: 8px;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
/* Tablet (max 768px) */
@media (max-width: 768px) {
    .cf7mls-radio-group label:last-child {
        width: 320px !important;   /* full width on tablet */
        font-size: 15px;
        padding: 14px 16px;
    }
    .cf7mls-radio-group .wpcf7-list-item:not(:last-child) label {
        margin: 0 0 10px !important;
    }
    .cf7mls-radio-group .wpcf7-list-item:last-child label {
        margin: 0 !important;
    }
    .cf7mls-step h2 br {
        display: none;
    }
}

/* Mobile (max 480px) */
@media (max-width: 480px) {
    .cf7mls-radio-group label:last-child {
        width: 320px !important;   /* full width on mobile */
        font-size: 14px;
        padding: 14px 14px;
    }
}
/* step one flex direction */
@media (max-width: 767px) {
    .cf7mls-step-form-wrapper {
        flex-direction: column;
	    gap:20px;
        justify-content: center;
        align-items: center; 
    }
    .cf7mls-step-form-wrapper .cf7mls-buttons {
        max-width: 100%;
        width: 100%;
    }
    .cf7mls-step-form-wrapper .cf7mls-buttons .find-my-lawyer {
        width: auto !important;
        margin: 0;
    }
    .cf7mls-step input[type="text"], .cf7mls-step input[type="email"],.cf7mls-step input[type="number"],.cf7mls-step input[type="password"] {
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    .cf7mls-prev-button,
    .cf7mls-next-button,
    .wpcf7-submit,
    .find-my-lawyer,
    .get-started,
    .continue-btn,
    .navy-btn,
    .cf7mls-buttons input[type="submit"] {
        font-size: 16px;
        border-radius: 6px;
        width: 100% !important;
    }
    .wpcf7 textarea.wpcf7-form-control {
        font-size: 16px;
        border-radius: 6px;
    }
}
.cf7mls-step h2 {
    font-size: 18px;
    font-weight: 700;
    font-family: Arial;
    color: #000000;
    text-align: center;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0 !important;
}
span.wpcf7-list-item-label {
    margin-top: -6px;
}
/* Sep-16-2025 */
.cf7mls-step-form-wrapper .wpcf7-form-control-wrap select {
    font-weight: 500;
}
.elementor-testimonial__footer cite, 
.elementor-testimonial__header cite {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-style: normal;
    line-height: 1.5;
}
.hero-banner-form .wpcf7 input[type="radio"] {
    margin-right: 10px;
}
.hero-banner-form .wpcf7 .wpcf7-spinner {
    position: absolute;
    right: 15px;
    top: 15px;
}

.hero-banner-form .wpcf7 .cf7mls-buttons {
    position: relative;
}