#main-content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.section-enrollment #banner-enrollment-form .step-one-banner {
    width: 25px;
    height: 25px;
    background-color: #27B24D;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    display: inline-block;
}
.section-enrollment .container.banner-enrollment-form { 
  padding: 0 !important;
}
.section-enrollment .banner-enrollment-form #propertysearch-input {
    border: 1px solid #27b24d !important;
}
.section-enrollment .banner-enrollment-form .list-group {
    max-width: 100% !important;
}
.section-enrollment .item-list {
    width: 100% !important;
    max-height: 285px;
}
.section-enrollment .banner-enrollment-form .gform_legacy_markup_wrapper {
    margin-top: 0 !important;
}
.section-enrollment .banner-enrollment-form .gform_legacy_markup_wrapper form {
   padding-left: 15px;
}
.section-enrollment .banner-enrollment-form #exp-enrollment #gform_7 input, .section-enrollment #gform_7 input {
    font-size: 14px !important;
    font-weight: 600;
    background-color: #efefef !important;
    border: 1px solid #d3d3d3 !important;
}
.section-enrollment .banner-enrollment-form #exp-enrollment #gform_7 input, .section-enrollment .banner-enrollment-form #gform_7 input:focus {
    box-shadow: 0 0 0 .25rem rgb(39 178 77 / 42%);
    border-color: #27b24d !important;
}
.section-enrollment .banner-enrollment-form .gform_legacy_markup_wrapper .top_label .gfield_label {
    font-size: 14px !important;
    font-weight: 500 !important;
}
.section-enrollment .banner-enrollment-form .gform_legacy_markup_wrapper .gfield_radio li label {
    margin: 2px 0 0 8px !important;
    font-size: 15px !important;
}
.section-enrollment .banner-enrollment-form .gform_legacy_markup_wrapper .gfield_required {
    font-weight: 600 !important;
}  
.section-enrollment .banner-enrollment-form .btn-additional-properties {
    margin-right: 15px;
    margin-top: 15px;
    color: #217cd1;
    font-weight: 600;
    background: #e7ffec;
    border: 1px solid #27b24d;
    padding: 3px 10px 5px 10px;
    border-radius: 7px;
}
.section-enrollment .banner-enrollment-form .col-res-enroll {
    width: 100% !important;
}
.section-enrollment .gform7-terms {
    display: none !important;
}

/* Desktop Stepper */
.step-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  position: relative;
}
.step {
  text-align: center;
  position: relative;
  flex: 1;
  cursor: pointer;
}
.step::before,
.step::after {
  content: "";
  position: absolute;
  top: 16px;
  width: 50%;
  height: 2px;
  background: #dee2e6;
  z-index: 0;
}
.step::before {
  left: 0;
}
.step::after {
  right: 0;
}
.step:first-child::before,
.step:last-child::after {
  display: none;
}
.step.active::after,
.step.completed::after,
.step.active::before,
.step.completed::before {
  background: #198754;
}
.circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #27b24d;
  color: #6c757d;
  line-height: 45px;
  margin: -10px auto 8px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.step.active .circle,
.step.completed .circle {
  background: #0b9330;
  color: #fff;
}
.step.completed .circle span {
  display: none;
}
.step.completed .circle::after {
  content: "✓";
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}
.step-content {
  font-weight: 500;
  font-size: 20px;
  color: #606060;
}
.step.completed .step-content {
  color: #27b24d;
  font-weight: 600;
}

/* Mobile Stepper */
.stepper-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  position: relative;
}
.stepper-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-bottom: 20px;
  cursor: pointer;
}
.stepper-item:last-child {
  padding-bottom: 0;
}
.stepper-item::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 40px;
  width: 2px;
  height: calc(100% - 40px);
  background: #dee2e6;
  z-index: 0;
}
.stepper-item:last-child::after {
  display: none;
}
.stepper-item.active::after,
.stepper-item.completed::after {
  background: #198754;
}
.stepper-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #27b24d;
  color: #6c757d;
  line-height: 34px;
  text-align: center;
  font-weight: bold;
  z-index: 2;
  margin-right: 10px;
  position: relative;
}
.stepper-item.active .stepper-circle,
.stepper-item.completed .stepper-circle {
  background: #0b9330;
  color: #fff;
}
.stepper-item.completed .stepper-circle span {
  display: none;
}
.stepper-item.completed .stepper-circle::after {
  content: "✓";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.stepper-label {
  font-size: 14px;
  color: #606060;
  font-weight: 500;
  margin-top: 8px;
}

/* Step content */
.step-screen {
  display: none;
  background: #f3f3f3bd;
  padding: 20px;
  border-radius: 0.5rem;
  margin-top: 10px;
}
.step-screen.active {
  display: block;
}

/* clone style for mobile placement */
.step-screen-clone {
  width: 86%;
  margin-left: 45px;
  background: #fff;
  border-radius: 0.5rem;
  padding: 20px;
  box-shadow: none;
  display: none;
}
.step-screen-clone.active {
  display: block;
}

/* Small visual tweaks */
.stepper-item .d-flex.align-items-center {
  gap: 10px;
}
.section-enrollment .logo-google-review {
   display: flex;
}
.section-enrollment .mb-logo-google-review {
   display: none;
}
.section-enrollment #banner-enrollment-form .list-group-item { 
    text-align: left;
}

@media (max-width: 576px) { 
    #main-content {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    #main-content .container {
        margin: 0 !important;
    }
    #logo { 
        position: static !important;
    }
    .potential-savings .loader-bar {
      width: 93% !important; 
    }
    .section-enrollment .ti-widget[data-layout-id='55'][data-set-id='soft'][data-pid='29662693304f7634be066fc0040'] .ti-logo-fb {
      width: 100px !important;
    }
    .section-enrollment .ti-widget[data-layout-id='55'][data-set-id='soft'][data-pid='29662693304f7634be066fc0040'] .ti-text {
        color: #000 !important;
    }
    .section-enrollment .logo-50anniversary {
        width: 100px !important;
        margin: 0 15px !important;
    }
    .section-enrollment { 
        margin-top: 0;
    }
    .section-enrollment .tab-sub-heading, .section-enrollment .tab-sub-heading,  #banner-enrollment-form .tab-enroll-heading  {
        display: none !important; 
    }
    .section-enrollment .stepper-item::after {
        top: 35px;
    }
    .section-enrollment .stepper-item::before, .section-enrollment .stepper-item.active::before, .section-enrollment .stepper-item.completed::before {
        background: transparent;
    }
    .section-enrollment .stepper-label {
        font-size: 18px !important;
        margin-top: -8px !important;
    }
    .section-enrollment .step-screen-clone {
        width: 86%;
        padding: 0 !important;
        background-color: transparent;
    }
    .section-enrollment .logo-google-review, .section-enrollment #main-heading-mt {
        display: none;
    }
    .section-enrollment .mb-logo-google-review {
        display: flex;
        margin-bottom: 20px;
    }
    .section-enrollment .mb-res-search {
        margin: 10px 0 !important;
    }
    .section-enrollment .card-container {
        overflow: visible;
    }
    .section-enrollment .markericon {
        width: 25px; 
        left: 8px;
    }
    .section-enrollment .banner-enrollment-form #propertysearch-input {
        height: 48px;
        font-size: 14px;
        padding: 10px 10px 10px 38px !important;
    }
    .section-enrollment #banner-enrollment-form .search-btn {
        width: 80px; 
        height: 48px;
    }
    .section-enrollment #banner-enrollment-form .item-list {
        top: 52px;
    }
    .section-enrollment #banner-enrollment-form #itemList-1 {
        top: 88px;
    }
    .section-enrollment .banner-enrollment-form .gform_legacy_markup_wrapper .gfield_radio li label {
        width: 100%;
        display: flex;
        margin: 0 0 0 8px !important;
        font-size: 12px !important;
        text-align: justify !important;
    }
    .section-enrollment .gform_legacy_markup_wrapper .gfield_radio li {  
        margin: 0 0 5px !important;
    }
    .section-enrollment .potential-savings {
        margin-bottom: 15px !important;
    }
    .section-enrollment .enroll-disclaimer {
        font-size: 11px !important; 
    }
    .section-enrollment .potential-heading {
        font-size: 16px !important;
        text-align: left !important;
        margin-bottom: 0 !important;
    }
    .section-enrollment .potential-savings .gradient-card { 
        height: 40px;
        border-radius: 5px;
    }
    .section-enrollment .potential-savings .icon-wrapper {
        width: 25px;
        height: 25px;
        min-width: 25px; 
        font-size: 14px;
    }
    .section-enrollment .potential-savings .card-title { 
        font-size: 12px;
    }
    .section-enrollment .potential-savings .card-value {
        font-size: 14px; 
    }
    .section-enrollment .add-properties-card {
        margin-top: 8px !important;
    }
    .section-enrollment .add-properties-card .card-body {
        padding: 5px !important;
    }
    .section-enrollment #banner-enrollment-form .img-res-sm {
        width: 22px;
        height: auto;
        max-height: 25px;
        margin-bottom: 0;
        margin-right: 0;
    }
    .section-enrollment .add-properties-card .card-body h4 {
        font-size: 14px !important;
    }
    .section-enrollment #fairnessresult {
        padding: 0;
    }
    .section-enrollment .banner-enrollment-form .btn-additional-properties {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .section-enrollment .banner-enrollment-form .confirm-box {
      width: 90%;
    }
}

