.service-finder-container .row + .row { margin-top: 80px; }
.service-finder-content { position: relative; padding: 48px; gap: 32px; color: var(--nhc-white); background-color: var(--nhc-pink); border-radius: 30px; }
.service-finder-bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; border-radius: 30px; z-index: 0; }
.service-finder-shape { width: 357px; height: auto; position: absolute; right: 0; bottom: 0; }
.service-finder-shape img { width: 100%; height: 100%; object-fit: contain; }
.service-finder-left { width: 50%; position: relative; z-index: 9; }
.sfl-text h3 { font-size: 42px; }
.sfl-btn { margin-top: 20px; }
.sfl-btn .btn { height: 44px; line-height: 20px; padding: 10px 20px; }
.sfl-btn .btn span { width: 13px; margin-left: 14px; display: inline-block; }
.sfl-btn .btn:hover span, .sfr-btn .btn:hover span { filter: brightness(0); }
.service-finder-right { width: 50%; position: relative; z-index: 9; }
.sfr-search-box input { height: 50px; padding: 12px 12px 12px 48px; border-radius: 70px; border: none; }
.sfr-search-box input:focus { box-shadow: none; border: none; }
.sfr-search-box input::placeholder { color: #444444; }
.sfr-search-icon { position: absolute; top: 50%; left: 11px; transform: translateY(-50%); width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; }
.sf-shape { position: absolute; right: 0px; bottom: -3px; height: 252px; max-height: 100%; }
.modal-content { border-radius: 20px; border: none; }
.modal-dialog { width: calc(100% - 40px); max-width: 960px; margin-inline: auto !important; }
.modal-body { padding: 48px; font-size: 16px; font-weight: 400; line-height: 1.5; }
.modal-progress-container { margin-bottom: 32px; }
.modal-progress-container .progress { height: 4px; background: #EEEEEE; border-radius: 50px; margin-bottom: 8px; }
.modal-progress-container .progress-bar { background: var(--nhc-green); border-radius: 60px; transition: width 0.3s ease; }
.modal-step-head { font-size: 16px; color: var(--nhc-black); margin-bottom: 32px; }
.modal-step-head h2 { font-size: 42px; margin-bottom: 8px; }
.modal-step-head h3 { font-size: 32px; line-height: 1.3; margin-bottom: 8px; }
/* Selectable Cards/Buttons */
.option-list { width: calc(100% + 24px); margin-left: -12px; margin-bottom: -24px; }
.option-item { width: 50%; padding: 0 12px; margin-bottom: 24px; }
.option-card { width: 100%; height: 100%; position: relative; padding: 12px; padding-right: 48px; gap: 12px; text-align: left; background: var(--nhc-white); border: 1px solid #CCCCCC; border-radius: 12px; cursor: pointer; transition: all 0.2s ease; }
.option-card:hover { background-color: rgba(3, 119, 115, 0.1); border-color: var(--nhc-green); }
.option-card:has(input[type="radio"]:checked) { background-color: rgba(3, 119, 115, 0.1); border-color: var(--nhc-green); }
.option-card input[type="radio"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.option-content h6 { font-size: 16px; line-height: 1.4; margin-bottom: 12px; }
.option-icon { width: 24px; height: 24px; position: absolute; top: 50%; right: 12px; transform: translateY(-50%); padding: 6px; display: none !important; }
.option-icon img { width: 100%; height: 100%; object-fit: contain; }
.option-check-list .wpcf7-checkbox { display: flex; flex-wrap: wrap; margin-bottom: 20px; }
.option-check-list .wpcf7-checkbox .wpcf7-list-item { width: 50%; padding-right: 20px; margin-bottom: 20px; }
.service-finder-modal input[type=checkbox] + .wpcf7-list-item-label { position: relative; padding-left: 30px; display: inline-block; vertical-align: top; }
.service-finder-modal input[type=checkbox] + .wpcf7-list-item-label::before { content:''; width: 18px; height: 18px; margin: 0; border-radius: 4px; border: 1px solid #CCCCCC; box-shadow: none; transition: all 0.2s ease; position: absolute; left: 0; top: 3px; }
.service-finder-modal input[type=checkbox] + .wpcf7-list-item-label::after { content:''; width: 18px; height: 18px; margin: 0; border-radius: 4px; border: 1px solid #CCCCCC; box-shadow: none; transition: all 0.2s ease; position: absolute; left: 0; top: 3px; }
.service-finder-modal input[type=checkbox] { display: none; }
.service-finder-modal input[type=checkbox]:checked + .wpcf7-list-item-label::after { background: var(--nhc-green) url(../../assets/images/check-icon-white.svg) no-repeat center/10px; border-color: var(--nhc-green); }
.service-finder-modal .form-control { border-color: #ccc; border-radius: 12px; }
.service-finder-modal .form-control.wpcf7-not-valid { border-color: #f00; }
.service-finder-modal span.wpcf7-not-valid-tip { margin: 0; margin-top: -10px; }
/* Results Page Styling */
.results-summary { padding: 12px; color: var(--nhc-green); background: var(--nhc-light-grey); border: 1px solid #CCCCCC; border-radius: 10px; margin-bottom: 32px; }
.results-summary-title { color: #444444; margin-bottom: 12px; }
.results-summary h5 { font-size: 20px; line-height: 1.4; color: var(--nhc-black); margin-bottom: 12px; }
.results-summary-link { font-size: 16px; color: var(--nhc-green); text-decoration: none; }
.results-summary-link:hover { color: var(--nhc-green); text-decoration: underline; }
.recommended-service-row h4 { font-size: 24px; line-height: 1.4; margin-bottom: 24px; }
.recommended-service-list { width: calc(100% + 24px); margin-left: -12px; margin-bottom: -24px; }
.recommended-service-item { width: 50%; padding: 0 12px; margin-bottom: 24px; }
.recommended-service-card { width: 100%; height: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 12px; }
.recommended-service-img { width: 100%; position: relative; padding-bottom: 40.61%; margin-bottom: 12px; background: var(--nhc-black); overflow: hidden; }
.recommended-service-img img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: var(--nhc-custom-ease); }
.recommended-service-content h6 { font-size: 20px; line-height: 1.4; margin-bottom: 12px; color: var(--nhc-black); }
.recommended-service-card:hover{background-color: rgba(3, 119, 115, 0.1); border-color: var(--nhc-green);}
.recommended-service-card:hover .recommended-service-img img{transform: scale(1.05);}
.rsc-address { font-size: 16px; color: #444; margin-bottom: 12px; min-height: 48px; }
.rsc-address-icon { width: 24px; height: 24px; padding: 2px 4px; }
.rsc-address-icon img { width: 100%; height: 100%; object-fit: contain; }
.rsc-text { color: #444; display: none; }
.rsc-link { font-size: 16px; color: var(--nhc-green); text-decoration: none; margin-left: auto; }
.rsc-link:hover { color: var(--nhc-green); text-decoration: underline; }
/* Buttons */
.modal-step-footer { gap: 10px; margin-top:24px; }
.error-msg { color: #dc3545; font-size:0.85rem; margin-top:10px; display:none; }
/* ========================================== 
! Extra Large devices (desktops, less than 1400px)
=========================================== */
@media (max-width:1399.98px) {
 }
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
 }
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
 .service-finder-content { flex-flow: column; }
.service-finder-left { width: 100%; }
.service-finder-right { width: 100%; }
.sf-shape { position: absolute; right: -90px; bottom: -55px; height: 252px; max-height: 100%; }
.modal-body { padding: 38px; }
 }
/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px) {
 .service-finder-container .row + .row { margin-top: 48px; }
.service-finder-content { padding: 20px; }
.sfl-text h3 { font-size: 24px; }
.modal-step-head h2 { font-size: 32px; }
.modal-step-head h3 { font-size: 24px; line-height: 1.2; }
.modal-body { padding: 28px; }
.option-item { width: 100%; }
.modal-step-body h5 { margin-bottom: 32px; }
.recommended-service-item { width: 100%; }
 }
/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width:575.98px) {
 .sfr-search-box input::placeholder { font-size: 14px; }
.sfr-btn a { width: 100%; }
 }
