.service-how-it-works {
  padding-top: 114px;
  padding-bottom: 78px; }
  .service-how-it-works .service-works-container {
    max-width: 1366px;
    margin: 0 auto; }
  .service-how-it-works .service-works-header h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 48px;
    font-family: ProximaNova-Bold;
    line-height: 54px;
    max-width: 891px;
    margin-inline: auto; }
  .service-how-it-works .service-steps-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px; }
  .service-how-it-works .service-step-item {
    flex: 1;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; }
  .service-how-it-works .service-step-arrow {
    margin-top: 60px;
    flex-shrink: 0; }
  .service-how-it-works .service-step-text h3 {
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; }
  .service-how-it-works .service-step-2 {
    max-width: 356px;
    flex: 1.5; }

@media screen and (max-width: 1024px) {
  .service-how-it-works .service-steps-grid {
    gap: 10px; }
  .service-how-it-works .service-icon-circle img {
    width: 140px;
    height: 140px; }
  .service-how-it-works .service-step-arrow {
    margin-top: 50px; }
    .service-how-it-works .service-step-arrow img {
      width: 50px; }
  .service-how-it-works .service-step-text h3 {
    font-size: 22px;
    line-height: normal; } }

@media screen and (max-width: 767px) {
  .service-how-it-works {
    height: auto;
    padding-bottom: 84px;
    padding-top: 50px;
    min-height: auto; }
    .service-how-it-works .service-steps-grid {
      flex-direction: column;
      align-items: center; }
    .service-how-it-works .service-works-container {
      padding: 0 20px; }
    .service-how-it-works .only-mobile {
      display: block; }
    .service-how-it-works .only-desktop {
      display: none; }
    .service-how-it-works .service-works-header h2 {
      font-size: 36px;
      line-height: 46px; }
      .service-how-it-works .service-works-header h2 br {
        display: none; }
    .service-how-it-works .service-step-item {
      max-width: 100%; }
      .service-how-it-works .service-step-item .service-icon-circle img {
        width: 152px;
        height: 152px; }
    .service-how-it-works .service-step-text h3 {
      text-align: center;
      font-size: 25px;
      line-height: normal; }
    .service-how-it-works .service-step-3 br,
    .service-how-it-works .service-text-1 br {
      display: none; }
    .service-how-it-works .service-step-arrow {
      margin: 10px 0; }
      .service-how-it-works .service-step-arrow img {
        width: 16px; } }
.services-intro-section {
  padding: 80px 20px 78px;
  background-color: #FFFFFF; }
  .services-intro-section .intro-container {
    max-width: 1126px;
    margin: 0 auto; }
  .services-intro-section .intro-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px; }
    @media (max-width: 900px) {
      .services-intro-section .intro-flex {
        flex-direction: column;
        text-align: center;
        gap: 31px; } }
  .services-intro-section .intro-content {
    flex: 1; }
    .services-intro-section .intro-content h2 {
      font-family: ProximaNova-Bold;
      font-size: 48px;
      font-weight: 700;
      margin-bottom: 20px;
      line-height: 54px; }
    .services-intro-section .intro-content p {
      font-size: 18px;
      font-weight: 500;
      line-height: 25px;
      margin-bottom: 17px; }
    .services-intro-section .intro-content .pros-stat-text {
      font-size: 18px;
      font-weight: 700;
      line-height: 25px; }
  .services-intro-section .cost-process-card {
    padding: 31px 44px 36px 37px;
    flex: 0.9;
    background-color: #EDFBED;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    max-width: 479px; }
    .services-intro-section .cost-process-card .card-header {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 15px; }
      .services-intro-section .cost-process-card .card-header h3 {
        font-family: ProximaNova-Bold;
        font-size: 22px;
        font-weight: 700;
        line-height: normal;
        text-align: left;
        white-space: nowrap; }
      .services-intro-section .cost-process-card .card-header .card-leaf-icon {
        flex-shrink: 0;
        width: 35px;
        height: 35px; }
    .services-intro-section .cost-process-card .card-steps {
      display: flex;
      flex-direction: column;
      gap: 27px; }
    .services-intro-section .cost-process-card .card-step {
      display: flex;
      align-items: flex-start;
      gap: 11px; }
      .services-intro-section .cost-process-card .card-step .step-number {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 42px;
        height: 42px;
        background-color: #fff;
        color: #019C5A;
        font-family: ProximaNova-Bold;
        font-size: 18.98px;
        font-weight: 600;
        line-height: normal;
        border-radius: 50%;
        flex-shrink: 0; }
      .services-intro-section .cost-process-card .card-step .step-text h4 {
        text-align: left;
        font-family: ProximaNova-Bold;
        font-size: 16px;
        line-height: normal;
        margin-bottom: 3px; }
      .services-intro-section .cost-process-card .card-step .step-text p {
        font-size: 14px;
        font-weight: 400;
        line-height: normal; }
    .services-intro-section .cost-process-card .card-cta-btn {
      margin-top: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      background: #019C5A;
      color: #FFFFFF;
      text-decoration: none;
      padding: 16px 30px;
      border-radius: 100px;
      font-family: 'ProximaNova-Bold';
      font-size: 18px;
      transition: all 0.2s ease;
      width: 361px;
      height: 57px;
      align-self: center; }
      .services-intro-section .cost-process-card .card-cta-btn img, .services-intro-section .cost-process-card .card-cta-btn svg {
        position: relative;
        left: 0;
        transition: left 0.3s ease; }
      .services-intro-section .cost-process-card .card-cta-btn:hover img, .services-intro-section .cost-process-card .card-cta-btn:hover svg {
        left: 5px; }
  @media (max-width: 767px) {
    .services-intro-section {
      padding: 50px 20px; }
      .services-intro-section .intro-container h2 {
        font-size: 38px;
        line-height: 36px; }
      .services-intro-section .intro-container p {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 20px; }
      .services-intro-section .intro-container .pros-stat-text {
        margin-bottom: 0; }
      .services-intro-section .cost-process-card {
        max-width: 100%; }
        .services-intro-section .cost-process-card .card-step {
          text-align: left;
          gap: 23px; }
        .services-intro-section .cost-process-card .step-text p {
          margin-bottom: 0; }
        .services-intro-section .cost-process-card .card-cta-btn {
          padding-inline: 5px;
          max-width: 288px;
          font-size: 16px;
          line-height: normal; } }
.service-quote-form {
  padding-top: 68px;
  padding-bottom: 92px;
  background-color: #F7F7F7;
  position: relative; }
  .service-quote-form::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 488px;
    background-repeat: no-repeat, repeat-x;
    background-position: right bottom, left bottom;
    background-size: 100%;
    pointer-events: none;
    z-index: 1;
    background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/shrub-pruning/hedge-trimming-cost-calculator-bg.svg"); }
  .service-quote-form .service-quote-container {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 20px; }
  .service-quote-form .service-quote-header {
    text-align: center;
    margin-bottom: 30px; }
    .service-quote-form .service-quote-header .service-top-pill {
      height: 33px;
      background-color: rgba(0, 0, 0, 0.04);
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 50px;
      padding: 8px 15px 9px 9px;
      font-size: 16px;
      font-weight: 400;
      line-height: normal;
      gap: 4px; }
    .service-quote-form .service-quote-header h2 {
      text-align: center;
      font-size: 48px;
      font-family: ProximaNova-Bold;
      line-height: 54px;
      margin: 12px 0 4px; }
    .service-quote-form .service-quote-header p {
      text-align: center;
      font-size: 22px;
      font-weight: 400;
      line-height: normal;
      margin: 0; }
  .service-quote-form .service-quote-card {
    margin: 0 auto;
    max-width: 820px;
    background-color: #fff;
    border-radius: 25px;
    display: flex;
    overflow: hidden;
    position: relative;
    margin-bottom: 156px; }
  .service-quote-form .service-form-side {
    flex: 1;
    padding: 35px 40px 36px;
    position: relative; }
    @media (max-width: 767px) {
      .service-quote-form .service-form-side {
        padding: 20px;
        padding-bottom: 10px; } }
    .service-quote-form .service-form-side .service-form-group {
      margin-bottom: 20px; }
      .service-quote-form .service-form-side .service-form-group .service-group-label {
        font-family: ProximaNova-Bold;
        font-size: 14px;
        font-weight: 700;
        line-height: normal; }
      .service-quote-form .service-form-side .service-form-group .service-location-input-wrapper {
        margin-top: 10px;
        max-width: 337px;
        height: 48px;
        position: relative; }
        .service-quote-form .service-form-side .service-form-group .service-location-input-wrapper select {
          border-radius: 6px;
          border: 0.962px solid #959898;
          background: #FFF;
          width: 100%;
          height: 100%;
          padding: 15px 16px 14px 18px;
          color: #373737;
          font-size: 16px;
          font-weight: 400;
          line-height: normal;
          border-radius: 6px;
          background: #fff;
          appearance: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          cursor: pointer; }
        .service-quote-form .service-form-side .service-form-group .service-location-input-wrapper .service-chevron-down {
          position: absolute;
          right: 14px;
          top: 50%;
          transform: translateY(-50%);
          color: #777;
          pointer-events: none; }
      .service-quote-form .service-form-side .service-form-group .service-options-group {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin-top: 9px; }
      .service-quote-form .service-form-side .service-form-group .service-custom-option {
        display: flex;
        align-items: center;
        cursor: pointer;
        user-select: none;
        font-size: 16px;
        font-weight: 400;
        color: #373737; }
        .service-quote-form .service-form-side .service-form-group .service-custom-option input {
          display: none; }
        .service-quote-form .service-form-side .service-form-group .service-custom-option .service-checkmark-circle {
          width: 22px;
          height: 22px;
          border: 1px solid #373737;
          border-radius: 50%;
          margin-right: 8px;
          position: relative;
          flex-shrink: 0;
          transition: border-color 0.2s, background 0.2s; }
        .service-quote-form .service-form-side .service-form-group .service-custom-option input:checked + .service-checkmark-circle {
          border-color: #42A042;
          background: #42A042;
          background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/leaf-removals/radio-btn.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center; }
        .service-quote-form .service-form-side .service-form-group .service-custom-option:hover .service-checkmark-circle {
          border-color: #999; }
  .service-quote-form .service-form-actions {
    margin-top: 17px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px; }
    .service-quote-form .service-form-actions .service-btn-get-quotes {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(0deg, #FF6F00 0%, #FF9B00 92%);
      color: #fff;
      border-radius: 28px;
      min-width: 260px;
      height: 56px;
      font-family: 'ProximaNova-Bold', sans-serif;
      font-size: 18px;
      font-weight: 700;
      text-decoration: none;
      border: none;
      cursor: pointer; }
      .service-quote-form .service-form-actions .service-btn-get-quotes img, .service-quote-form .service-form-actions .service-btn-get-quotes svg {
        position: relative;
        left: 0;
        transition: left 0.3s ease; }
      .service-quote-form .service-form-actions .service-btn-get-quotes:hover img, .service-quote-form .service-form-actions .service-btn-get-quotes:hover svg {
        left: 5px; }
    .service-quote-form .service-form-actions .service-btn-reset {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: #00A3E7;
      text-decoration: none;
      font-size: 16px;
      font-weight: 600;
      line-height: normal; }
  .service-quote-form .service-estimate-side {
    max-width: 282px;
    height: 419px;
    margin: 10px;
    border-radius: 20px;
    background: linear-gradient(193deg, #00B65F 33.38%, #009759 71.72%);
    padding: 56px 26px 27px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-start; }
    .service-quote-form .service-estimate-side .service-estimate-range {
      color: #FFF;
      font-size: 45px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 17px; }
    .service-quote-form .service-estimate-side .service-est-subtitle {
      max-width: 210px;
      color: #FFF;
      text-align: center;
      font-size: 18px;
      font-weight: 400;
      line-height: 23px;
      margin-bottom: 18px; }
    .service-quote-form .service-estimate-side .service-est-disclaimer {
      max-width: 211px;
      color: #FFF;
      text-align: center;
      font-size: 16px;
      font-style: italic;
      font-weight: 300;
      line-height: 19px; }
    .service-quote-form .service-estimate-side .service-time-info {
      color: #FFF;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 19px;
      margin-top: auto; }
    .service-quote-form .service-estimate-side .service-btn-match-pros {
      height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-top: 19px;
      width: 100%;
      max-width: 189px;
      border-radius: 24px;
      background: #fff;
      text-decoration: none;
      color: #019759;
      font-size: 16px;
      font-weight: 600;
      font-family: 'ProximaNova-Semibold';
      line-height: normal; }
      .service-quote-form .service-estimate-side .service-btn-match-pros img, .service-quote-form .service-estimate-side .service-btn-match-pros svg {
        position: relative;
        left: 0;
        transition: left 0.3s ease; }
      .service-quote-form .service-estimate-side .service-btn-match-pros:hover img, .service-quote-form .service-estimate-side .service-btn-match-pros:hover svg {
        left: 5px; }
      .service-quote-form .service-estimate-side .service-btn-match-pros svg path {
        fill: #019759; }
  @media screen and (max-width: 767px) {
    .service-quote-form {
      padding-top: 40px;
      padding-bottom: 1px; }
      .service-quote-form .service-quote-header {
        margin-bottom: 24px; }
        .service-quote-form .service-quote-header .service-top-pill {
          font-size: 13px;
          padding: 6px 12px; }
        .service-quote-form .service-quote-header h2 {
          font-size: 32px;
          line-height: 1.2; }
        .service-quote-form .service-quote-header p {
          font-size: 18px; }
      .service-quote-form .service-quote-card {
        flex-direction: column; }
      .service-quote-form .service-form-actions-mobile {
        display: flex !important;
        margin-top: 10px;
        justify-content: center;
        margin-bottom: 34px;
        margin-inline: auto;
        gap: 0; }
        .service-quote-form .service-form-actions-mobile .service-btn-get-quotes {
          max-width: 100%;
          width: 314px; }
        .service-quote-form .service-form-actions-mobile .service-btn-reset {
          margin-top: 23px; }
      .service-quote-form .service-form-side .service-form-group .service-location-input-wrapper {
        max-width: 100%; }
      .service-quote-form .service-estimate-side {
        border-radius: 25px;
        max-width: 100%;
        min-width: 0;
        margin-inline: 20px;
        height: 305px;
        padding: 20px; }
        .service-quote-form .service-estimate-side .service-est-subtitle {
          font-size: 16px;
          line-height: 18px;
          margin-bottom: 10px; }
        .service-quote-form .service-estimate-side .service-est-disclaimer {
          font-size: 12px;
          font-weight: 300;
          max-width: 100%;
          line-height: 19px; }
        .service-quote-form .service-estimate-side .service-time-info {
          font-size: 16px;
          line-height: 19px;
          padding-inline: 38px; }
        .service-quote-form .service-estimate-side .service-estimate-range {
          font-size: 44px;
          line-height: normal; } }
.service-quote-form.spring-cost-calculator {
  background-color: #D1F4D3;
  padding: 48px 0 0px;
  position: relative;
  overflow: hidden; }
  .service-quote-form.spring-cost-calculator::before {
    background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/spring-cleanup/spring-yard-maintenance-grass-border.svg"); }
  .service-quote-form.spring-cost-calculator .option-sub {
    opacity: 0.8; }
  .service-quote-form.spring-cost-calculator .service-quote-card {
    background: #FFF;
    filter: drop-shadow(0 4px 12px rgba(25, 29, 21, 0.14)); }
  .service-quote-form.spring-cost-calculator .underline {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px; }
  .service-quote-form.spring-cost-calculator .service-quote-subtitle {
    margin-bottom: 35px;
    margin-top: 22px; }
  .service-quote-form.spring-cost-calculator .service-form-side .service-options-checkboxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
    padding-top: 10px; }
    @media screen and (max-width: 991px) {
      .service-quote-form.spring-cost-calculator .service-form-side .service-options-checkboxes {
        grid-template-columns: 1fr; } }
    .service-quote-form.spring-cost-calculator .service-form-side .service-options-checkboxes .service-custom-option .service-checkmark-box {
      width: 20px;
      height: 20px;
      border: 1px solid #373737;
      border-radius: 4px;
      margin-right: 8px;
      position: relative;
      transition: all 0.2s;
      flex-shrink: 0; }
    .service-quote-form.spring-cost-calculator .service-form-side .service-options-checkboxes .service-custom-option input:checked + .service-checkmark-box {
      background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/leaf-removals/check-box.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      border: none; }
    .service-quote-form.spring-cost-calculator .service-form-side .service-options-checkboxes .service-custom-option input:checked + .service-checkmark-box::after {
      display: none; }
    .service-quote-form.spring-cost-calculator .service-form-side .service-options-checkboxes .service-custom-option:hover .service-checkmark-box {
      border-color: #999; }
  .service-quote-form.spring-cost-calculator svg.matching-pro-icon path {
    fill: #019759; }
  @media screen and (max-width: 767px) {
    .service-quote-form.spring-cost-calculator {
      padding-bottom: 0; }
      .service-quote-form.spring-cost-calculator .service-quote-subtitle {
        margin-top: 17.8px;
        margin-bottom: 37.2px; } }
@media screen and (max-width: 767px) {
  .spring-cost-calculator::before {
    background-size: inherit; }
  .service-quote-form .service-quote-header h2 {
    font-size: 38px;
    line-height: 36px;
    margin-top: 16.8px;
    margin-bottom: 12.2px; }
  .service-quote-form .service-quote-card {
    margin-bottom: 100px; } }
.spring-cleanup-related-services {
  padding: 70px 24px;
  background-color: #fff; }
  .spring-cleanup-related-services__inner {
    max-width: 1084px;
    margin: 0 auto;
    text-align: center; }
  .spring-cleanup-related-services__title {
    font-family: ProximaNova-Bold;
    font-size: 48px;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 18px; }
  .spring-cleanup-related-services__pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0 auto; }
    .spring-cleanup-related-services__pills a {
      text-decoration: none; }
  .spring-cleanup-related-services__pill {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    background-color: #f7f7f7;
    border-radius: 200px;
    gap: 12px;
    padding-left: 20px;
    padding-right: 28px;
    color: inherit;
    cursor: pointer;
    transition: background-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease; }
    .spring-cleanup-related-services__pill:hover {
      background-color: #ececec;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
      transform: translateY(-2px); }
    .spring-cleanup-related-services__pill:active {
      transform: translateY(0);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); }
    .spring-cleanup-related-services__pill:focus-visible {
      outline: 2px solid #00a86b;
      outline-offset: 3px; }
  .spring-cleanup-related-services__label {
    color: #373737;
    font-family: ProximaNova-Bold;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap; }
  @media (prefers-reduced-motion: reduce) {
    .spring-cleanup-related-services__pill {
      transition: none; }
      .spring-cleanup-related-services__pill:hover, .spring-cleanup-related-services__pill:active {
        transform: none; } }
  @media screen and (max-width: 767px) {
    .spring-cleanup-related-services {
      padding-top: 50px;
      padding-bottom: 50px; }
      .spring-cleanup-related-services__title {
        font-size: 38px;
        line-height: 44px;
        margin-bottom: 20px; }
      .spring-cleanup-related-services__pills {
        flex-direction: column;
        align-items: center; }
      .spring-cleanup-related-services__label {
        font-size: 16px;
        line-height: normal; } }
.service-services-list {
  padding: 70px 0;
  padding-bottom: 72px;
  background-color: #E5F6FD; }
  .service-services-list .service-list-container {
    max-width: 1126px;
    margin: 0 auto; }
  .service-services-list button.js-see-all-less-pros {
    font-weight: normal !important; }
  .service-services-list .service-list-card.service-filter-hidden {
    display: none !important; }
  .service-services-list .service-list-grid.service-filter-empty::after {
    content: 'No pros match this filter. Try another filter or view all.';
    display: block;
    text-align: center;
    padding: 24px 16px;
    color: #555;
    grid-column: 1 / -1; }
  @media screen and (min-width: 769px) {
    .service-services-list .service-list-card.service-extra-service-card {
      display: none !important; }
    .service-services-list .service-services-toggle-checkbox:checked ~ .service-list-grid .service-list-card.service-extra-service-card,
    .service-services-list .service-services-list.service-list-filter-active .service-list-card.service-extra-service-card {
      display: block !important; }
    .service-services-list .service-see-all-desktop-only {
      display: flex !important; }
    .service-services-list .service-see-all-mobile-only {
      display: none !important; }
    .service-services-list .service-label-text-less {
      display: none; }
    .service-services-list .service-services-toggle-checkbox:checked ~ .service-see-all-container .service-label-text-all {
      display: none; }
    .service-services-list .service-services-toggle-checkbox:checked ~ .service-see-all-container .service-label-text-less {
      display: inline; } }
  .service-services-list .service-btn-see-all-label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px; }
  .service-services-list .service-list-header {
    text-align: center;
    margin-bottom: 39px; }
    .service-services-list .service-list-header h2 {
      text-align: center;
      font-size: 48px;
      font-weight: 700;
      line-height: 62px;
      font-family: ProximaNova-Bold; }
    .service-services-list .service-list-header p {
      display: inline-flex;
      text-align: center;
      font-size: 22px;
      font-weight: 400;
      line-height: 33px; }
  .service-services-list .service-services-controls {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 31px;
    flex-wrap: wrap;
    gap: 12.65px; }
    .service-services-list .service-services-controls .service-mobile-top-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
    .service-services-list .service-services-controls .service-controls-heading {
      font-size: 22px;
      font-weight: 500;
      line-height: 33px; }
    .service-services-list .service-services-controls .service-filter-buttons {
      display: flex;
      gap: 10px; }
      .service-services-list .service-services-controls .service-filter-buttons .service-filter-btn {
        display: flex;
        padding: 8.317px 19.811px 6.387px 17.525px;
        justify-content: center;
        align-items: center;
        border: 1.109px solid #B8B8B8;
        background: rgba(255, 255, 255, 0.4);
        border-radius: 19px;
        height: 38px;
        cursor: pointer;
        transition: all 0.2s ease;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        line-height: 22.179px;
        letter-spacing: -0.167px; }
        .service-services-list .service-services-controls .service-filter-buttons .service-filter-btn:hover {
          background-color: #d3eaf3; }
        .service-services-list .service-services-controls .service-filter-buttons .service-filter-btn.active {
          background-color: #00A7ED;
          color: #fff;
          border-color: #0099FF; }
          .service-services-list .service-services-controls .service-filter-buttons .service-filter-btn.active:hover {
            background-color: #0088EE; }
    .service-services-list .service-services-controls .service-sort-control {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 14px;
      font-weight: 400;
      line-height: 16.602px; }
      .service-services-list .service-services-controls .service-sort-control select {
        font-size: 16px;
        font-weight: 400;
        line-height: 16.602px;
        color: #373737;
        width: 183px;
        height: 42px;
        border: 1px solid #B8B8B8;
        padding-left: 16px;
        background-color: transparent;
        border-radius: 8px;
        background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/leaf-removals/dropdown-arrow.png");
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer; }
  .service-services-list .service-list-card {
    width: 1126px;
    height: 220px;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 30px 27px 30px;
    margin-bottom: 10px; }
  .service-services-list .service-card-top-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
    @media (max-width: 600px) {
      .service-services-list .service-card-top-row {
        flex-direction: column; } }
  .service-services-list .service-provider-info {
    display: flex;
    gap: 17px; }
    .service-services-list .service-provider-info .service-provider-img {
      width: 74px;
      height: 74px;
      border-radius: 50%;
      object-fit: cover;
      flex-shrink: 0; }
    .service-services-list .service-provider-info .service-provider-details .service-name-row {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 4px; }
      .service-services-list .service-provider-info .service-provider-details .service-name-row h3 {
        font-size: 22px;
        font-weight: 700;
        line-height: normal;
        font-family: ProximaNova-Bold; }
      .service-services-list .service-provider-info .service-provider-details .service-name-row .service-verified-badge {
        display: flex;
        gap: 3px;
        color: #8FB741;
        font-size: 14px;
        font-weight: 400;
        line-height: 16.602px; }
    .service-services-list .service-provider-info .service-provider-details .service-rating-row {
      display: flex;
      align-items: center;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: #373737; }
      .service-services-list .service-provider-info .service-provider-details .service-rating-row .service-stars {
        display: flex;
        gap: 2px;
        padding-right: 4.667px; }
        .service-services-list .service-provider-info .service-provider-details .service-rating-row .service-stars .star-ratings {
          width: 16.667px;
          height: 15.625px; }
    .service-services-list .service-provider-info .service-provider-details .service-stats-row {
      display: flex;
      color: #373737;
      font-size: 16px;
      font-weight: 500;
      line-height: 26px; }
      .service-services-list .service-provider-info .service-provider-details .service-stats-row strong {
        color: #FF9000;
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
        font-family: ProximaNova-Bold;
        margin-left: 5px;
        margin-right: 20px; }
      .service-services-list .service-provider-info .service-provider-details .service-stats-row .service-availability-text {
        font-family: 'ProximaNova-Bold';
        color: #FF9000;
        margin-left: 5px;
        margin-right: 20px; }
  .service-services-list .service-price-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: end;
    padding-top: 18px; }
    @media (max-width: 600px) {
      .service-services-list .service-price-info {
        text-align: left;
        margin-top: 15px;
        padding-left: 76px; } }
    .service-services-list .service-price-info .service-price-range {
      text-align: right;
      font-size: 26px;
      font-weight: 700;
      line-height: 26px;
      font-family: ProximaNova-Bold; }
    .service-services-list .service-price-info .service-price-label {
      font-size: 14px;
      font-weight: 500;
      line-height: normal; }
  .service-services-list .service-card-divider {
    height: 1px;
    width: 100%;
    background-color: #DDDCDC;
    margin-top: 14px;
    margin-bottom: 14px; }
  .service-services-list .service-card-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 600px) {
      .service-services-list .service-card-bottom-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px; } }
  .service-services-list .service-services-offered h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    font-family: ProximaNova-Bold;
    margin-bottom: 12px; }
  .service-services-list .service-services-offered ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
    .service-services-list .service-services-offered ul li {
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: 400;
      line-height: 30px;
      gap: 7px; }
  .service-services-list .service-btn-see-price {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    width: 149px;
    height: 44px;
    background-color: #FF9000;
    border-radius: 22px;
    text-decoration: none; }
    .service-services-list .service-btn-see-price img, .service-services-list .service-btn-see-price svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .service-services-list .service-btn-see-price:hover img, .service-services-list .service-btn-see-price:hover svg {
      left: 5px; }
  .service-services-list .service-see-all-container {
    margin-top: 40px;
    display: flex;
    justify-content: center; }
    .service-services-list .service-see-all-container .service-btn-see-all {
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 300px;
      height: 54px;
      padding: 0 30px;
      border-radius: 27px;
      background-color: #fff;
      text-decoration: none;
      color: #FF9000;
      font-size: 18px;
      font-weight: 600;
      border: 1px solid #FF9000;
      transition: all 0.3s; }
      .service-services-list .service-see-all-container .service-btn-see-all img, .service-services-list .service-see-all-container .service-btn-see-all svg {
        position: relative;
        left: 0;
        transition: left 0.3s ease; }
      .service-services-list .service-see-all-container .service-btn-see-all:hover img, .service-services-list .service-see-all-container .service-btn-see-all:hover svg {
        left: 5px; }
      .service-services-list .service-see-all-container .service-btn-see-all:hover {
        background-color: #fff2f2f7; }
      .service-services-list .service-see-all-container .service-btn-see-all svg path {
        fill: #FF9000 !important; }
      @media screen and (max-width: 380px) {
        .service-services-list .service-see-all-container .service-btn-see-all {
          font-size: 16px; } }
    .service-services-list .service-see-all-container .service-btn-see-all.service-services-list-only-mobile {
      display: none; }
  @media screen and (max-width: 1200px) {
    .service-services-list {
      padding-inline: 30px; }
      .service-services-list .service-list-card {
        width: 100%;
        height: auto;
        padding: 20px 30px; }
      .service-services-list .service-filter-buttons {
        padding-right: 20px;
        width: 100%;
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 8px;
        padding-bottom: 4px;
        scrollbar-width: none; }
        .service-services-list .service-filter-buttons::-webkit-scrollbar {
          display: none; }
        .service-services-list .service-filter-buttons .service-filter-btn {
          flex-shrink: 0;
          white-space: nowrap; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .service-services-list .service-list-card {
      width: 100%;
      margin-bottom: 20px; }
    .service-services-list .service-card-top-row {
      flex-direction: row;
      align-items: flex-start; }
    .service-services-list .service-price-info {
      margin-top: 0; }
    .service-services-list .service-mobile-top-row {
      flex-direction: column;
      align-items: flex-start;
      gap: 15px; }
      .service-services-list .service-mobile-top-row .service-sort-control {
        align-self: flex-end; } }
  @media screen and (max-width: 800px) {
    .service-services-list .service-card-top-row {
      flex-direction: column; }
    .service-services-list .service-price-info {
      align-items: flex-start;
      padding-left: 90px; } }
  @media screen and (max-width: 768px) {
    .service-services-list {
      padding: 50px 0 60px; }
      .service-services-list .service-list-header {
        padding-inline: 20px;
        margin-bottom: 26px; }
        .service-services-list .service-list-header h2 {
          font-size: 38px;
          line-height: normal;
          margin-bottom: 8px; }
        .service-services-list .service-list-header p {
          font-size: 18px;
          line-height: normal; }
      .service-services-list .service-services-controls {
        margin-bottom: 26px;
        padding-left: 20px;
        display: flex;
        flex-direction: column;
        gap: 23px; }
        .service-services-list .service-services-controls .service-controls-heading {
          font-size: 16px;
          line-height: 20px;
          width: auto; }
        .service-services-list .service-services-controls .service-mobile-top-row {
          padding-right: 20px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          gap: 12px; }
          .service-services-list .service-services-controls .service-mobile-top-row .service-controls-heading {
            flex: 1;
            color: #373737;
            font-size: 16px;
            line-height: 18px; }
          .service-services-list .service-services-controls .service-mobile-top-row .service-sort-control {
            flex-shrink: 0; }
            .service-services-list .service-services-controls .service-mobile-top-row .service-sort-control select {
              width: 160px;
              height: 42px;
              font-size: 14px; }
      .service-services-list .service-list-grid {
        padding-left: 20px; }
        .service-services-list .service-list-grid:not(.owl-carousel) {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          overflow-x: auto;
          -webkit-overflow-scrolling: touch;
          gap: 15px;
          padding-right: 20px;
          scrollbar-width: none; }
          .service-services-list .service-list-grid:not(.owl-carousel)::-webkit-scrollbar {
            display: none; }
          .service-services-list .service-list-grid:not(.owl-carousel) .service-list-card {
            flex-shrink: 0;
            min-width: 298px; }
          .service-services-list .service-list-grid:not(.owl-carousel) .service-list-card.service-filter-hidden {
            display: none !important; }
        .service-services-list .service-list-grid.service-list-grid-filtered-mobile {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          overflow-x: auto;
          -webkit-overflow-scrolling: touch;
          gap: 15px;
          padding-right: 20px;
          scrollbar-width: none; }
          .service-services-list .service-list-grid.service-list-grid-filtered-mobile::-webkit-scrollbar {
            display: none; }
          .service-services-list .service-list-grid.service-list-grid-filtered-mobile .service-list-card {
            flex-shrink: 0;
            min-width: 298px; }
          .service-services-list .service-list-grid.service-list-grid-filtered-mobile .service-list-card.service-filter-hidden {
            display: none !important; }
        .service-services-list .service-list-grid.owl-carousel {
          display: block; }
          .service-services-list .service-list-grid.owl-carousel .owl-stage-outer {
            overflow: hidden; }
          .service-services-list .service-list-grid.owl-carousel .owl-stage {
            display: flex;
            flex-wrap: nowrap; }
          .service-services-list .service-list-grid.owl-carousel .owl-item {
            flex-shrink: 0; }
        .service-services-list .service-list-grid .service-list-mobile-three-carousel.owl-carousel {
          display: block; }
        .service-services-list .service-list-grid .owl-dots,
        .service-services-list .service-list-grid .service-list-mobile-three-carousel .owl-dots {
          margin-top: 19px;
          margin-bottom: 4px;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-wrap: wrap;
          gap: 5px;
          padding: 8px 0;
          min-height: 24px; }
          .service-services-list .service-list-grid .owl-dots .owl-dot,
          .service-services-list .service-list-grid .service-list-mobile-three-carousel .owl-dots .owl-dot {
            border-radius: 50%;
            background-color: #373737;
            cursor: pointer;
            opacity: 0.2;
            width: 7.7px;
            height: 7.7px;
            flex-shrink: 0;
            border: none;
            padding: 0; }
            .service-services-list .service-list-grid .owl-dots .owl-dot.active,
            .service-services-list .service-list-grid .service-list-mobile-three-carousel .owl-dots .owl-dot.active {
              transform: scale(1);
              opacity: 1; }
            .service-services-list .service-list-grid .owl-dots .owl-dot span,
            .service-services-list .service-list-grid .service-list-mobile-three-carousel .owl-dots .owl-dot span {
              display: none; }
      .service-services-list .service-list-card.service-extra-service-card {
        display: flex !important; }
      .service-services-list .service-see-all-container {
        margin-top: 25px;
        padding-inline: 20px; }
        .service-services-list .service-see-all-container .service-see-all-desktop-only {
          display: none !important; }
        .service-services-list .service-see-all-container .service-see-all-mobile-only {
          display: flex !important; }
        .service-services-list .service-see-all-container .service-services-list-only-desktop {
          display: none !important; }
        .service-services-list .service-see-all-container .service-services-list-only-mobile {
          display: flex !important; }
      .service-services-list .service-list-card.js-services-more {
        display: flex !important; }
      .service-services-list .service-list-card {
        width: 298px;
        height: auto;
        overflow: hidden;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px 7px; }
        .service-services-list .service-list-card .service-card-top-row,
        .service-services-list .service-list-card .service-card-bottom-row {
          display: contents; }
        .service-services-list .service-list-card .service-provider-info {
          order: 1;
          flex-direction: column;
          align-items: center;
          width: 100%;
          gap: 0; }
          .service-services-list .service-list-card .service-provider-info .service-provider-img {
            width: 74px;
            height: 74px;
            margin-bottom: 6px; }
          .service-services-list .service-list-card .service-provider-info .service-provider-details {
            width: 100%;
            align-items: center; }
            .service-services-list .service-list-card .service-provider-info .service-provider-details .service-name-row {
              text-align: center;
              flex-direction: column-reverse;
              margin-bottom: 5px;
              gap: 5px; }
              .service-services-list .service-list-card .service-provider-info .service-provider-details .service-name-row h3 {
                font-size: 22px;
                font-weight: 700;
                line-height: normal; }
              .service-services-list .service-list-card .service-provider-info .service-provider-details .service-name-row .service-verified-badge {
                justify-content: center;
                font-size: 12px; }
                .service-services-list .service-list-card .service-provider-info .service-provider-details .service-name-row .service-verified-badge img {
                  width: 12px;
                  height: 12px; }
            .service-services-list .service-list-card .service-provider-info .service-provider-details .service-rating-row {
              justify-content: center;
              flex-wrap: wrap;
              margin-bottom: 4px; }
              .service-services-list .service-list-card .service-provider-info .service-provider-details .service-rating-row .service-stars {
                padding-right: 8px; }
              .service-services-list .service-list-card .service-provider-info .service-provider-details .service-rating-row .service-rating-reviews {
                font-size: 14px; }
            .service-services-list .service-list-card .service-provider-info .service-provider-details .service-stats-row {
              flex-direction: column;
              align-items: center; }
              .service-services-list .service-list-card .service-provider-info .service-provider-details .service-stats-row div {
                margin-right: 0; }
        .service-services-list .service-list-card .service-card-divider {
          order: 2;
          margin: 18px 0; }
        .service-services-list .service-list-card .service-services-offered {
          order: 3;
          width: 100%;
          margin-bottom: 20px; }
          .service-services-list .service-list-card .service-services-offered h4 {
            text-align: center;
            margin-bottom: 8px; }
          .service-services-list .service-list-card .service-services-offered ul {
            flex-direction: column;
            align-items: center;
            gap: 8px;
            width: 100%; }
            .service-services-list .service-list-card .service-services-offered ul li {
              font-size: 16px;
              gap: 12px; }
              .service-services-list .service-list-card .service-services-offered ul li img {
                width: 30px;
                height: 30px;
                flex-shrink: 0; }
        .service-services-list .service-list-card .service-price-info {
          order: 4;
          align-items: center;
          margin-bottom: 20px;
          padding: 0;
          width: 100%;
          text-align: center;
          margin-top: 0; }
          .service-services-list .service-list-card .service-price-info .service-price-range {
            font-size: 32px;
            text-align: center;
            line-height: normal;
            font-family: ProximaNova-Bold;
            color: #373737; }
          .service-services-list .service-list-card .service-price-info .service-price-label {
            font-size: 14px;
            color: #555;
            margin-top: 2px; }
        .service-services-list .service-list-card .service-btn-see-price {
          order: 5;
          width: 220px;
          height: 50px;
          font-size: 18px;
          background-color: #FF9000;
          border-radius: 25px; } }
.service-services-offered .service-serves-line {
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal; }
  .service-services-offered .service-serves-line strong {
    font-weight: 700;
    font-family: ProximaNova-Semibold; }
  .service-services-offered .service-serves-line .service-serves-areas {
    color: #949191; }

.service-services-list .service-list-card {
  height: auto; }

@media screen and (max-width: 768px) {
  .service-services-offered {
    text-align: center; }
    .service-services-offered .service-serves-line {
      max-width: 199px;
      margin: 0 auto;
      margin-bottom: 14px; } }
.cleanup-what-included-section {
  padding: 80px 20px;
  background-color: #fff; }
  .cleanup-what-included-section .what-included-container {
    max-width: 1126px;
    margin: 0 auto; }
  .cleanup-what-included-section .what-included-header {
    text-align: center;
    margin-bottom: 40px; }
    .cleanup-what-included-section .what-included-header h2 {
      font-family: ProximaNova-Bold;
      text-align: center;
      font-size: 48px;
      font-weight: 700;
      line-height: normal; }
  .cleanup-what-included-section .what-included-content {
    display: flex;
    gap: 45px;
    align-items: flex-start; }
    @media (max-width: 991px) {
      .cleanup-what-included-section .what-included-content {
        flex-direction: column;
        gap: 10px !important; } }
  .cleanup-what-included-section .what-included-left {
    flex: 1; }
    .cleanup-what-included-section .what-included-left h3 {
      font-family: ProximaNova-Bold;
      font-size: 30px;
      font-weight: 700;
      line-height: 36px;
      margin-bottom: 24px; }
    .cleanup-what-included-section .what-included-left .included-list {
      list-style: none;
      padding: 0;
      margin: 0 0 35px 0; }
      .cleanup-what-included-section .what-included-left .included-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        font-size: 18px;
        font-weight: 500;
        line-height: 25px;
        margin-bottom: 21px; }
        .cleanup-what-included-section .what-included-left .included-list li .check-icon {
          flex-shrink: 0;
          margin-top: 2px; }
    .cleanup-what-included-section .what-included-left .included-images-row {
      display: flex;
      gap: 10px; }
  .cleanup-what-included-section .what-included-right {
    flex: 1.2;
    position: relative;
    width: 100%; }
    .cleanup-what-included-section .what-included-right .showcase-main-img-wrapper {
      position: relative;
      border-radius: 30px;
      overflow: visible; }
      .cleanup-what-included-section .what-included-right .showcase-main-img-wrapper .main-showcase-img {
        width: 100%;
        display: block;
        height: 520px;
        object-fit: cover;
        border-radius: 30px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15); }
    .cleanup-what-included-section .what-included-right .add-ons-overlay {
      position: absolute;
      bottom: -13px;
      left: -80px;
      background: rgba(255, 255, 255, 0.07);
      backdrop-filter: blur(70px);
      border-radius: 25px;
      color: #fff;
      z-index: 2;
      width: 308px;
      padding: 20px 25px; }
      @media (max-width: 1150px) {
        .cleanup-what-included-section .what-included-right .add-ons-overlay {
          left: 20px; } }
      @media (max-width: 500px) {
        .cleanup-what-included-section .what-included-right .add-ons-overlay {
          width: calc(100% - 40px);
          left: 20px;
          padding: 20px;
          bottom: 20px; } }
      .cleanup-what-included-section .what-included-right .add-ons-overlay h4 {
        font-family: ProximaNova-Bold;
        font-size: 22px;
        line-height: normal; }
      .cleanup-what-included-section .what-included-right .add-ons-overlay .add-ons-subtitle {
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 18px;
        margin-top: 4px; }
      .cleanup-what-included-section .what-included-right .add-ons-overlay .add-on-item {
        margin-bottom: 15px; }
        .cleanup-what-included-section .what-included-right .add-ons-overlay .add-on-item:last-child {
          margin-bottom: 0; }
        .cleanup-what-included-section .what-included-right .add-ons-overlay .add-on-item .add-on-label-row {
          display: flex;
          justify-content: space-between;
          font-size: 16px;
          font-weight: 500;
          line-height: normal;
          margin-bottom: 5px; }
        .cleanup-what-included-section .what-included-right .add-ons-overlay .add-on-item .progress-bar-bg {
          height: 10px;
          background: rgba(255, 255, 255, 0.25);
          border-radius: 5px;
          overflow: hidden; }
        .cleanup-what-included-section .what-included-right .add-ons-overlay .add-on-item .progress-bar-fill {
          height: 100%;
          background: #84B823;
          border-radius: 100px; }
  @media screen and (min-width: 768px) and (max-width: 1000px) {
    .cleanup-what-included-section .included-images-row {
      padding-inline: 10px; }
      .cleanup-what-included-section .included-images-row .included-img-half {
        width: 50%; }
        .cleanup-what-included-section .included-images-row .included-img-half img {
          width: 100%;
          height: auto; }
    .cleanup-what-included-section .what-included-right .showcase-main-img-wrapper {
      padding-inline: 10px; }
      .cleanup-what-included-section .what-included-right .showcase-main-img-wrapper .main-showcase-img {
        height: 400px; }
    .cleanup-what-included-section .what-included-right .add-ons-overlay {
      top: 15px;
      bottom: unset; } }
  @media screen and (max-width: 767px) {
    .cleanup-what-included-section {
      padding: 53px 20px 52px; }
      .cleanup-what-included-section .what-included-header {
        margin-bottom: 20px; }
        .cleanup-what-included-section .what-included-header h2 {
          font-size: 38px; }
      .cleanup-what-included-section .what-included-content {
        gap: 40px; }
      .cleanup-what-included-section .what-included-right .showcase-main-img-wrapper .main-showcase-img {
        height: 439px; }
      .cleanup-what-included-section .what-included-right .add-ons-overlay {
        top: 13px;
        bottom: unset; }
      .cleanup-what-included-section .what-included-left h3 {
        font-size: 22px;
        margin-bottom: 23px;
        line-height: 26px;
        text-align: center; }
      .cleanup-what-included-section .what-included-left .included-img-half {
        width: 50%; }
        .cleanup-what-included-section .what-included-left .included-img-half .cleanup-process-img {
          width: 100%; }
      .cleanup-what-included-section .what-included-left .included-list li {
        margin-bottom: 20px; } }
.service-top-neighborhoods {
  padding: 70px 0 60px;
  background-color: #fff;
  border-bottom: 1px solid rgba(55, 55, 55, 0.2); }
  .service-top-neighborhoods .neighborhoods-container {
    max-width: 1202px;
    margin: 0 auto; }
  .service-top-neighborhoods .neighborhoods-header {
    text-align: center;
    margin-bottom: 13px;
    position: relative; }
    .service-top-neighborhoods .neighborhoods-header h2 {
      font-family: ProximaNova-Bold;
      margin-bottom: 4px;
      text-align: center;
      font-size: 48px;
      font-weight: 700;
      line-height: 62px; }
    .service-top-neighborhoods .neighborhoods-header p {
      text-align: center;
      font-size: 22px;
      font-weight: 400;
      line-height: 33px; }
    .service-top-neighborhoods .neighborhoods-header .activity-text {
      margin-top: 15px;
      font-family: ProximaNova-Semibold;
      text-align: center;
      font-size: 16px;
      font-weight: 600;
      line-height: 33px; }
      .service-top-neighborhoods .neighborhoods-header .activity-text img {
        position: relative;
        top: 15px; }
  .service-top-neighborhoods .neighborhoods-carousel {
    position: relative;
    padding: 0 60px; }
    .service-top-neighborhoods .neighborhoods-carousel .owl-dots {
      display: none; }
    .service-top-neighborhoods .neighborhoods-carousel .owl-nav {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      width: 100%;
      transform: translateY(-50%);
      pointer-events: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0;
      padding: 0 20px; }
      .service-top-neighborhoods .neighborhoods-carousel .owl-nav button {
        pointer-events: all;
        border-radius: 50%;
        cursor: pointer;
        border: none; }
        .service-top-neighborhoods .neighborhoods-carousel .owl-nav button span {
          display: none; }
      .service-top-neighborhoods .neighborhoods-carousel .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        background-color: #F7F7F7;
        backdrop-filter: blur(2.8571429253px);
        margin-left: -20px;
        background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/shrub-pruning/shrub-pros-right-arrow.svg") !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 9.84px;
        transform: rotate(-180deg); }
        .service-top-neighborhoods .neighborhoods-carousel .owl-nav .owl-prev:hover {
          background-color: #f0f0f0c2; }
      .service-top-neighborhoods .neighborhoods-carousel .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        background-color: #F7F7F7;
        backdrop-filter: blur(2.8571429253px);
        margin-right: -20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 9.84px;
        background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/shrub-pruning/shrub-pros-right-arrow.svg") !important; }
        .service-top-neighborhoods .neighborhoods-carousel .owl-nav .owl-next:hover {
          background-color: #f0f0f0c2; }
  .service-top-neighborhoods .neighborhood-card {
    width: 360px;
    height: 220px;
    background: #F7F7F7;
    border-radius: 20px;
    padding: 21px 10px 25px 33px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .service-top-neighborhoods .neighborhood-card .card-header-info {
      display: flex;
      align-items: center;
      width: 100%;
      margin-bottom: 7px;
      gap: 10px; }
      .service-top-neighborhoods .neighborhood-card .card-header-info .neighborhood-img {
        width: 54px;
        height: 54px;
        object-fit: cover;
        border-radius: 54px; }
      .service-top-neighborhoods .neighborhood-card .card-header-info .header-text {
        text-align: left;
        flex: 1;
        min-width: 0;
        overflow: hidden; }
        .service-top-neighborhoods .neighborhood-card .card-header-info .header-text h3 {
          font-family: ProximaNova-Bold;
          font-size: 22px;
          line-height: normal;
          margin: 0;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .service-top-neighborhoods .neighborhood-card .card-header-info .header-text span {
          font-size: 13px;
          font-weight: 400;
          line-height: 16px;
          opacity: 0.7; }
    .service-top-neighborhoods .neighborhood-card .card-stats {
      width: 100%;
      line-height: normal; }
      .service-top-neighborhoods .neighborhood-card .card-stats .stat-row {
        display: flex;
        justify-content: flex-start;
        width: 100%; }
        .service-top-neighborhoods .neighborhood-card .card-stats .stat-row:last-child {
          margin-bottom: 12px; }
      .service-top-neighborhoods .neighborhood-card .card-stats .stat-item {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        gap: 5px; }
      .service-top-neighborhoods .neighborhood-card .card-stats .price-val {
        color: #84B823;
        font-family: ProximaNova-Bold;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        margin-right: 20px; }
      .service-top-neighborhoods .neighborhood-card .card-stats .label {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px; }
      .service-top-neighborhoods .neighborhood-card .card-stats .jobs-completed-in-30d .dark-val {
        margin-right: 20px; }
      .service-top-neighborhoods .neighborhood-card .card-stats .dark-val {
        font-family: ProximaNova-Bold;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px; }
    .service-top-neighborhoods .neighborhood-card .cta-btn {
      width: 267px;
      height: 44px;
      background-color: #FF9000;
      color: #fff;
      font-family: ProximaNova-Semibold;
      font-weight: 600;
      line-height: normal;
      font-size: 16px;
      border-radius: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      margin-top: auto; }
      .service-top-neighborhoods .neighborhood-card .cta-btn img, .service-top-neighborhoods .neighborhood-card .cta-btn svg {
        position: relative;
        left: 0;
        transition: left 0.3s ease; }
      .service-top-neighborhoods .neighborhood-card .cta-btn:hover img, .service-top-neighborhoods .neighborhood-card .cta-btn:hover svg {
        left: 5px; }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .service-top-neighborhoods .neighborhoods-carousel {
      padding-left: 40px;
      padding-right: 0; }
      .service-top-neighborhoods .neighborhoods-carousel .owl-nav {
        display: none; } }
  @media screen and (max-width: 768px) {
    .service-top-neighborhoods {
      padding: 50px 0; }
      .service-top-neighborhoods .neighborhoods-header h2 {
        padding-inline: 20px;
        font-size: 38px;
        line-height: normal;
        margin-bottom: 10px; }
      .service-top-neighborhoods .neighborhoods-header p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
        padding: 0 26px 0 27px; }
      .service-top-neighborhoods .neighborhoods-header .activity-text {
        margin-inline: auto;
        margin-bottom: 18px;
        max-width: 232px;
        font-size: 14px;
        line-height: 17px; }
      .service-top-neighborhoods .neighborhoods-carousel {
        padding-left: 20px;
        padding-right: 0; }
        .service-top-neighborhoods .neighborhoods-carousel .owl-nav .owl-prev,
        .service-top-neighborhoods .neighborhoods-carousel .owl-nav .owl-next {
          display: none; }
        .service-top-neighborhoods .neighborhoods-carousel .owl-dots {
          margin-top: 19px;
          display: flex !important;
          justify-content: center;
          align-items: center;
          gap: 5px;
          padding: 0; }
          .service-top-neighborhoods .neighborhoods-carousel .owl-dots .owl-dot {
            border-radius: 50%;
            background-color: #373737;
            cursor: pointer;
            opacity: 0.2;
            width: 7.7px;
            height: 7.7px; }
            .service-top-neighborhoods .neighborhoods-carousel .owl-dots .owl-dot.active {
              transform: scale(1);
              opacity: 1; }
            .service-top-neighborhoods .neighborhoods-carousel .owl-dots .owl-dot span {
              display: none; }
      .service-top-neighborhoods .neighborhood-card {
        width: 330px;
        margin: 0 auto; } }
.service-top-neighborhoods {
  border-bottom: none;
  background-color: #F7F7F7; }
  .service-top-neighborhoods .neighborhood-card {
    background-color: #fff; }
  @media screen and (max-width: 767px) {
    .service-top-neighborhoods .neighborhoods-header h2 {
      margin-bottom: 18px; }
    .service-top-neighborhoods .neighborhoods-header p {
      margin-bottom: 22px; } }
.service-market-updates {
  padding: 80px 0 81px;
  background-color: #F7F7F7; }
  .service-market-updates .market-container {
    max-width: 1126px;
    margin: 0 auto; }
  .service-market-updates .market-header {
    text-align: center;
    max-width: 814px;
    margin: 0 auto 30px; }
    .service-market-updates .market-header h2 {
      font-family: ProximaNova-Bold;
      text-align: center;
      font-size: 48px;
      line-height: 54px; }
    .service-market-updates .market-header .last-updated {
      text-align: center;
      font-size: 22px;
      font-weight: 400;
      line-height: normal; }
  .service-market-updates .market-card {
    display: flex;
    background-color: #F7F7F7;
    border-radius: 25px;
    overflow: hidden; }
  .service-market-updates .market-image-col {
    width: 534px;
    min-height: 714px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px; }
    .service-market-updates .market-image-col img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .service-market-updates .market-content-col {
    flex: 1.2;
    padding: 35px 40px 52px 41px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff; }
  .service-market-updates .content-title {
    font-family: 'ProximaNova-Bold';
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px; }
  .service-market-updates .market-facts-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0; }
    .service-market-updates .market-facts-list li {
      display: flex;
      align-items: flex-start;
      font-size: 18px;
      font-weight: 700;
      line-height: 23px;
      margin-bottom: 14px; }
      .service-market-updates .market-facts-list li img {
        margin-right: 11px;
        flex-shrink: 0; }
      .service-market-updates .market-facts-list li strong {
        font-family: 'ProximaNova-Bold'; }
  .service-market-updates .happening-section {
    margin-bottom: 20px; }
    .service-market-updates .happening-section h3 {
      font-family: 'ProximaNova-Bold';
      font-size: 20px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 2px; }
    .service-market-updates .happening-section p {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px; }
  .service-market-updates .tips-section {
    margin-bottom: 20px; }
    .service-market-updates .tips-section h3 {
      font-family: 'ProximaNova-Bold';
      font-size: 20px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 10px; }
    .service-market-updates .tips-section ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .service-market-updates .tips-section ul li {
        display: flex;
        align-items: flex-start;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 4px; }
        .service-market-updates .tips-section ul li img {
          margin-right: 9px;
          flex-shrink: 0;
          margin-top: 2px; }
  .service-market-updates .disclaimer {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
    margin-top: 14px; }
  .service-market-updates .btn-schedule {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22px;
    background: linear-gradient(0deg, #FF6F00 0%, #FF9B00 92.39%);
    width: 361px;
    height: 57px;
    color: #FFF;
    border-radius: 27px;
    text-decoration: none;
    font-family: ProximaNova-Bold;
    font-size: 20px;
    font-weight: 800;
    line-height: normal; }
    .service-market-updates .btn-schedule img, .service-market-updates .btn-schedule svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .service-market-updates .btn-schedule:hover img, .service-market-updates .btn-schedule:hover svg {
      left: 5px; }
    .service-market-updates .btn-schedule.mobile-only-btn {
      display: none; }
  @media screen and (min-width: 801px) and (max-width: 1024px) {
    .service-market-updates {
      padding: 50px 20px 45px; }
      .service-market-updates .market-content-col {
        padding-left: 20px; }
      .service-market-updates .market-image-col {
        width: 100%;
        height: auto; } }
  @media screen and (min-width: 768px) and (max-width: 800px) {
    .service-market-updates {
      padding: 50px 30px 45px; }
      .service-market-updates .market-card {
        flex-direction: column; }
      .service-market-updates .market-image-col {
        width: 100% !important;
        height: 400px; }
        .service-market-updates .market-image-col img {
          border-top-right-radius: 25px;
          border-bottom-left-radius: 0; }
      .service-market-updates .market-header h2 {
        font-size: 40px; } }
  @media screen and (max-width: 767px) {
    .service-market-updates {
      padding: 46px 20px 50px; }
      .service-market-updates .market-header h2 {
        padding: 0 1px 0 3px;
        font-size: 38px;
        margin-bottom: 7px;
        line-height: normal; }
      .service-market-updates .market-header .last-updated {
        font-size: 18px; }
      .service-market-updates .market-card {
        flex-direction: column; }
      .service-market-updates .market-image-col {
        width: 100%;
        min-height: 388px; }
      .service-market-updates .content-title {
        font-size: 28px;
        line-height: normal; }
      .service-market-updates .market-facts-list {
        margin-bottom: 30px; }
        .service-market-updates .market-facts-list li {
          margin-bottom: 12px; }
      .service-market-updates .happening-section {
        margin-bottom: 20px; }
        .service-market-updates .happening-section h3 {
          font-size: 20px;
          margin-bottom: 6px; }
        .service-market-updates .happening-section p {
          font-size: 16px; }
      .service-market-updates .tips-section {
        margin-bottom: 0; }
        .service-market-updates .tips-section h3 {
          font-size: 20px; }
        .service-market-updates .tips-section ul li {
          font-size: 16px;
          margin-bottom: 9px; }
      .service-market-updates .disclaimer {
        font-size: 14px;
        font-style: italic;
        line-height: 18px; }
      .service-market-updates .market-content-col {
        padding: 24px 18px 31px 20px; }
      .service-market-updates .btn-schedule.desktop-only-btn {
        display: none; }
      .service-market-updates .btn-schedule.mobile-only-btn {
        padding-inline: 4px;
        margin-inline: auto;
        width: 100%;
        display: flex;
        max-width: 327px;
        margin-top: 30px; } }
.service-market-updates.bg-white {
  background-color: #fff; }
  .service-market-updates.bg-white .market-card {
    background-color: #fff;
    box-shadow: none; }

.service-market-updates .market-content-col {
  justify-content: flex-start; }

.service-market-updates .market-image-col {
  width: 534px;
  min-height: 613px; }
  .service-market-updates .market-image-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.service-market-updates .company-card-name-wrap {
  flex: 1;
  min-width: 0; }

.service-market-updates .service-badge {
  font-family: ProximaNova-Bold;
  text-align: center;
  font-size: 16px;
  line-height: normal;
  background: linear-gradient(106deg, rgba(0, 182, 95, 0.15) 18.58%, rgba(0, 151, 89, 0.15) 76.01%);
  color: #00B65F;
  border-radius: 50px;
  padding: 7.5px 16px;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-bottom: 17px; }
  .service-market-updates .service-badge img,
  .service-market-updates .service-badge svg {
    margin-right: 6px;
    width: 14px;
    height: 14px; }

.service-market-updates .service-market-summary {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 20px; }
  .service-market-updates .service-market-summary b {
    font-family: ProximaNova-Bold; }

.service-market-updates .service-stats-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2px 0; }
  .service-market-updates .service-stats-list li {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 14px; }
    .service-market-updates .service-stats-list li img,
    .service-market-updates .service-stats-list li svg {
      margin-right: 12px;
      flex-shrink: 0;
      width: 20px;
      height: 20px;
      margin-top: 2px; }
    .service-market-updates .service-stats-list li strong {
      font-family: ProximaNova-Bold; }

.service-market-updates .lawn-aeration-companies,
.service-market-updates .spring-cleanup-companies {
  margin-top: 42px; }
  .service-market-updates .lawn-aeration-companies h2,
  .service-market-updates .spring-cleanup-companies h2 {
    font-family: ProximaNova-Bold;
    text-align: center;
    font-size: 28px;
    line-height: normal;
    margin-bottom: 26px; }
  .service-market-updates .lawn-aeration-companies .companies-cards-grid,
  .service-market-updates .spring-cleanup-companies .companies-cards-grid {
    display: flex;
    gap: 20px;
    max-width: 1120px;
    margin: 0 auto;
    align-items: stretch;
    justify-content: center; }
    .service-market-updates .lawn-aeration-companies .companies-cards-grid.owl-carousel,
    .service-market-updates .spring-cleanup-companies .companies-cards-grid.owl-carousel {
      display: block; }
      .service-market-updates .lawn-aeration-companies .companies-cards-grid.owl-carousel .owl-stage-outer,
      .service-market-updates .spring-cleanup-companies .companies-cards-grid.owl-carousel .owl-stage-outer {
        overflow: hidden; }
      .service-market-updates .lawn-aeration-companies .companies-cards-grid.owl-carousel .owl-stage,
      .service-market-updates .spring-cleanup-companies .companies-cards-grid.owl-carousel .owl-stage {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch; }
      .service-market-updates .lawn-aeration-companies .companies-cards-grid.owl-carousel .owl-item,
      .service-market-updates .spring-cleanup-companies .companies-cards-grid.owl-carousel .owl-item {
        display: flex;
        float: none;
        flex-shrink: 0; }
  .service-market-updates .lawn-aeration-companies .company-opening-card,
  .service-market-updates .spring-cleanup-companies .company-opening-card {
    flex: 1;
    max-width: 360px;
    min-width: 300px;
    box-sizing: border-box;
    min-height: 215px;
    background: #F7F7F7;
    border-radius: 20px;
    padding: 18px 21px 21px 24px;
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 1024px) and (max-width: 1150px) {
      .service-market-updates .lawn-aeration-companies .company-opening-card,
      .service-market-updates .spring-cleanup-companies .company-opening-card {
        max-width: 340px; } }
  .service-market-updates .lawn-aeration-companies .company-card-profile,
  .service-market-updates .spring-cleanup-companies .company-card-profile {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 9px; }
  .service-market-updates .lawn-aeration-companies .company-card-avatar,
  .service-market-updates .spring-cleanup-companies .company-card-avatar {
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    width: 54px;
    height: 54px; }
  .service-market-updates .lawn-aeration-companies .company-card-name,
  .service-market-updates .spring-cleanup-companies .company-card-name {
    display: block;
    font-family: ProximaNova-Bold;
    text-decoration: none;
    color: #373737;
    font-size: 22px;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .service-market-updates .lawn-aeration-companies .company-card-rating,
  .service-market-updates .spring-cleanup-companies .company-card-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .service-market-updates .lawn-aeration-companies .company-card-stars,
  .service-market-updates .spring-cleanup-companies .company-card-stars {
    display: inline-flex;
    align-items: center;
    gap: 3px; }
    .service-market-updates .lawn-aeration-companies .company-card-stars .star-ratings,
    .service-market-updates .spring-cleanup-companies .company-card-stars .star-ratings {
      width: 16.667px;
      height: 15.625px; }
  .service-market-updates .lawn-aeration-companies .company-card-rating-text,
  .service-market-updates .spring-cleanup-companies .company-card-rating-text {
    color: #373737;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 7px; }
  .service-market-updates .lawn-aeration-companies .company-card-reviews,
  .service-market-updates .spring-cleanup-companies .company-card-reviews {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 4px; }
  .service-market-updates .lawn-aeration-companies .company-card-upcoming,
  .service-market-updates .spring-cleanup-companies .company-card-upcoming {
    font-size: 12px;
    color: #6b7280; }
  .service-market-updates .lawn-aeration-companies .company-card-opens-typically,
  .service-market-updates .spring-cleanup-companies .company-card-opens-typically {
    display: flex;
    flex-wrap: wrap;
    gap: 10.5px;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; }
    .service-market-updates .lawn-aeration-companies .company-card-opens-typically strong,
    .service-market-updates .spring-cleanup-companies .company-card-opens-typically strong {
      margin-left: 4px;
      font-family: ProximaNova-Bold;
      font-weight: 700; }
  .service-market-updates .lawn-aeration-companies .company-card-areas,
  .service-market-updates .spring-cleanup-companies .company-card-areas {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    margin-bottom: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .service-market-updates .lawn-aeration-companies .company-card-areas::-webkit-scrollbar,
    .service-market-updates .spring-cleanup-companies .company-card-areas::-webkit-scrollbar {
      display: none;
      height: 0; }
  .service-market-updates .lawn-aeration-companies .company-card-pill,
  .service-market-updates .spring-cleanup-companies .company-card-pill {
    border-radius: 60px;
    background: #e3e3e3;
    display: inline-flex;
    flex-shrink: 0;
    padding: 6px 8px;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal; }
  .service-market-updates .lawn-aeration-companies .company-card-cta,
  .service-market-updates .spring-cleanup-companies .company-card-cta {
    display: flex;
    max-width: 169px;
    height: 44px;
    padding: 13px 24px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    background: #fff;
    margin-top: auto;
    width: 100%;
    border: 0.927px solid #009c57;
    color: #009c57;
    border-radius: 100px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    font-family: ProximaNova-Semibold;
    line-height: normal;
    transition: background-color 0.2s, color 0.2s;
    background: transparent; }
    .service-market-updates .lawn-aeration-companies .company-card-cta img, .service-market-updates .lawn-aeration-companies .company-card-cta svg,
    .service-market-updates .spring-cleanup-companies .company-card-cta img,
    .service-market-updates .spring-cleanup-companies .company-card-cta svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .service-market-updates .lawn-aeration-companies .company-card-cta:hover img, .service-market-updates .lawn-aeration-companies .company-card-cta:hover svg,
    .service-market-updates .spring-cleanup-companies .company-card-cta:hover img,
    .service-market-updates .spring-cleanup-companies .company-card-cta:hover svg {
      left: 5px; }
    .service-market-updates .lawn-aeration-companies .company-card-cta svg path,
    .service-market-updates .spring-cleanup-companies .company-card-cta svg path {
      fill: #009c57; }
    .service-market-updates .lawn-aeration-companies .company-card-cta:hover,
    .service-market-updates .spring-cleanup-companies .company-card-cta:hover {
      color: #FFF;
      background: #009c57; }
      .service-market-updates .lawn-aeration-companies .company-card-cta:hover svg path,
      .service-market-updates .spring-cleanup-companies .company-card-cta:hover svg path {
        fill: #fff; }
  .service-market-updates .lawn-aeration-companies .companies-cards-grid .owl-nav .owl-prev,
  .service-market-updates .lawn-aeration-companies .companies-cards-grid .owl-nav .owl-next,
  .service-market-updates .spring-cleanup-companies .companies-cards-grid .owl-nav .owl-prev,
  .service-market-updates .spring-cleanup-companies .companies-cards-grid .owl-nav .owl-next {
    display: none; }
  .service-market-updates .lawn-aeration-companies .companies-cards-grid .owl-dots,
  .service-market-updates .spring-cleanup-companies .companies-cards-grid .owl-dots {
    margin-top: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 0; }
    .service-market-updates .lawn-aeration-companies .companies-cards-grid .owl-dots .owl-dot,
    .service-market-updates .spring-cleanup-companies .companies-cards-grid .owl-dots .owl-dot {
      border-radius: 50%;
      background-color: #373737;
      cursor: pointer;
      opacity: 0.2;
      width: 7.7px;
      height: 7.7px; }
      .service-market-updates .lawn-aeration-companies .companies-cards-grid .owl-dots .owl-dot.active,
      .service-market-updates .spring-cleanup-companies .companies-cards-grid .owl-dots .owl-dot.active {
        transform: scale(1);
        opacity: 1; }
      .service-market-updates .lawn-aeration-companies .companies-cards-grid .owl-dots .owl-dot span,
      .service-market-updates .spring-cleanup-companies .companies-cards-grid .owl-dots .owl-dot span {
        display: none; }

@media screen and (max-width: 767px) {
  .service-market-updates .market-header {
    margin-bottom: 25px; }
    .service-market-updates .market-header h2 {
      margin-inline: -10px; }
    .service-market-updates .market-header .last-updated {
      margin-top: 15px; }
  .service-market-updates .btn-schedule.desktop-only-btn {
    display: none; }
  .service-market-updates .btn-schedule.mobile-only-btn {
    margin-top: 0;
    max-width: 341px; }
  .service-market-updates .market-image-col {
    width: 100%;
    min-height: 388px; }
  .service-market-updates .lawn-aeration-companies h2,
  .service-market-updates .spring-cleanup-companies h2 {
    padding-inline: 40px;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px; }
  .service-market-updates .lawn-aeration-companies .company-opening-card,
  .service-market-updates .spring-cleanup-companies .company-opening-card {
    width: 330px;
    max-width: 330px;
    height: 100%;
    min-height: auto; } }
.leaf-cleanup-timing {
  padding: 70px 0;
  background-color: #FDEFDE;
  font-family: 'ProximaNova-Regular';
  background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/leaf-removals/fall-leaf-cleanup-timing-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .leaf-cleanup-timing .timing-container {
    max-width: 1080px;
    margin: 0 auto; }
  .leaf-cleanup-timing .timing-header {
    text-align: center;
    max-width: 1066px;
    margin: 0 auto; }
    .leaf-cleanup-timing .timing-header h2 {
      font-family: 'ProximaNova-Bold';
      font-size: 48px;
      font-weight: 700;
      line-height: 54px;
      margin-bottom: 10px; }
    .leaf-cleanup-timing .timing-header p {
      width: 72%;
      margin: 0 auto;
      font-size: 18px;
      font-weight: 500;
      line-height: 25px; }
  .leaf-cleanup-timing .stats-pill {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22px;
    border-radius: 90px;
    background: rgba(233, 215, 194, 0.5);
    height: 48px; }
    .leaf-cleanup-timing .stats-pill p {
      width: 100%; }
    .leaf-cleanup-timing .stats-pill strong {
      font-family: 'ProximaNova-Bold', sans-serif;
      color: #222; }
  .leaf-cleanup-timing .timing-content-grid {
    display: flex;
    align-items: center;
    gap: 57px;
    margin-top: 40px; }
    @media (max-width: 900px) {
      .leaf-cleanup-timing .timing-content-grid {
        flex-direction: column;
        gap: 22.31px;
        text-align: center; } }
  .leaf-cleanup-timing .timing-image-col img {
    max-width: 464px;
    max-height: 372px;
    border-radius: 25px;
    object-fit: cover; }
  .leaf-cleanup-timing .timing-intro-label {
    font-family: ProximaNova-Bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 8px; }
  .leaf-cleanup-timing .timing-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: left; }
    .leaf-cleanup-timing .timing-list li {
      display: flex;
      align-items: flex-start;
      margin-bottom: 24px; }
      .leaf-cleanup-timing .timing-list li .timing-info {
        margin-left: 10px; }
        .leaf-cleanup-timing .timing-list li .timing-info h3 {
          font-family: ProximaNova-Bold;
          font-size: 22px;
          font-weight: 700;
          line-height: 24px; }
        .leaf-cleanup-timing .timing-list li .timing-info p {
          font-size: 18px;
          font-weight: 400;
          line-height: 24px; }
  .leaf-cleanup-timing .timing-outro {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px; }
  .leaf-cleanup-timing .btn-see-price {
    margin-top: 28px;
    width: 229px;
    height: 57px;
    border-radius: 27px;
    background: linear-gradient(0deg, #FF6F00 0%, #FF9B00 92.39%);
    color: #FFF;
    font-family: ProximaNova-Bold;
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none; }
    .leaf-cleanup-timing .btn-see-price img, .leaf-cleanup-timing .btn-see-price svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .leaf-cleanup-timing .btn-see-price:hover img, .leaf-cleanup-timing .btn-see-price:hover svg {
      left: 5px; }
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .leaf-cleanup-timing {
      padding: 50px 20px 60px; }
      .leaf-cleanup-timing .timing-content-grid {
        gap: 30px; }
      .leaf-cleanup-timing .timing-header h2 {
        font-size: 40px;
        line-height: normal; }
      .leaf-cleanup-timing .stats-pill {
        padding: 10px 30px;
        height: auto; }
      .leaf-cleanup-timing .btn-see-price {
        margin: 28px auto 0; }
      .leaf-cleanup-timing .timing-image-col img {
        width: 100%;
        height: auto; } }
  @media screen and (max-width: 768px) {
    .leaf-cleanup-timing {
      padding: 50px 20px 60px; }
      .leaf-cleanup-timing .timing-header h2 {
        font-size: 38px;
        margin-bottom: 10px; }
      .leaf-cleanup-timing .timing-header p {
        padding-left: 19.5px;
        padding-right: 18.5px;
        width: 100%; }
      .leaf-cleanup-timing .stats-pill {
        margin-top: 20px;
        height: auto;
        padding: 16px 37px 15px 23px; }
      .leaf-cleanup-timing .timing-content-grid {
        margin-top: 30.31px; }
      .leaf-cleanup-timing .timing-image-col img {
        width: 100%; }
      .leaf-cleanup-timing .timing-list li {
        margin-bottom: 18px; }
      .leaf-cleanup-timing .timing-intro-label {
        text-align: left;
        margin-bottom: 11px; }
      .leaf-cleanup-timing .timing-outro {
        text-align: left;
        font-size: 16px; }
      .leaf-cleanup-timing .btn-see-price {
        margin: 20px auto 0;
        width: 314px;
        height: 66px;
        border-radius: 33px; } }
.leaf-cleanup-timing.spring-cleanup-timing {
  padding: 80px 20px; }
  .leaf-cleanup-timing.spring-cleanup-timing .timing-header > p {
    width: 88%;
    margin: 0 auto; }
    .leaf-cleanup-timing.spring-cleanup-timing .timing-header > p .mobile-break {
      display: none; }
  .leaf-cleanup-timing.spring-cleanup-timing .see-pros-with-openings {
    width: 316px;
    height: 57px;
    border-radius: 29px; }
  .leaf-cleanup-timing.spring-cleanup-timing .timing-image-col img {
    max-height: 456px;
    height: 456px; }
  .leaf-cleanup-timing.spring-cleanup-timing .weather-tip-box {
    padding: 11px 25px 11px 23px;
    border-radius: 20px;
    display: flex;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: #FFF; }
    .leaf-cleanup-timing.spring-cleanup-timing .weather-tip-box img {
      flex-shrink: 0;
      width: 34px;
      height: 27px;
      margin-right: 7.5px; }
    .leaf-cleanup-timing.spring-cleanup-timing .weather-tip-box strong {
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 7px; }
    .leaf-cleanup-timing.spring-cleanup-timing .weather-tip-box .weather-text {
      text-align: left; }
      .leaf-cleanup-timing.spring-cleanup-timing .weather-tip-box .weather-text strong {
        display: inline-flex;
        align-items: center; }
        .leaf-cleanup-timing.spring-cleanup-timing .weather-tip-box .weather-text strong img {
          margin-top: -8px; }
      .leaf-cleanup-timing.spring-cleanup-timing .weather-tip-box .weather-text p {
        font-size: 18px;
        font-weight: 700;
        line-height: 25px; }
  @media screen and (max-width: 900px) {
    .leaf-cleanup-timing.spring-cleanup-timing {
      background-image: url(https://greenpal-production.s3.us-east-1.amazonaws.com/images/spring-cleanup/spring-cleanup-timing-guide-background.jpg); } }
  @media screen and (min-width: 901px) and (max-width: 1024px) {
    .leaf-cleanup-timing.spring-cleanup-timing .timing-text-col {
      width: 50%; } }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    .leaf-cleanup-timing.spring-cleanup-timing .timing-text-col {
      padding-inline: 40px; } }
  @media screen and (max-width: 767px) {
    .leaf-cleanup-timing.spring-cleanup-timing {
      padding: 50px 16px 47px; }
      .leaf-cleanup-timing.spring-cleanup-timing .timing-header h2 {
        line-height: 44px; }
      .leaf-cleanup-timing.spring-cleanup-timing .timing-header p {
        width: 100%;
        padding-inline: 5px; }
        .leaf-cleanup-timing.spring-cleanup-timing .timing-header p .mobile-break {
          display: block;
          margin-bottom: 13px; }
      .leaf-cleanup-timing.spring-cleanup-timing .timing-image-col img {
        height: 313px; }
      .leaf-cleanup-timing.spring-cleanup-timing .timing-content-grid {
        gap: 25px; }
      .leaf-cleanup-timing.spring-cleanup-timing .weather-tip-box {
        text-align: left; }
        .leaf-cleanup-timing.spring-cleanup-timing .weather-tip-box .weather-text p {
          font-size: 16px;
          line-height: 18px; } }
.aeration-packages-section {
  padding: 80px 20px;
  background-color: #F7F7F7; }
  .aeration-packages-section .packages-container {
    max-width: 1100px;
    margin: 0 auto; }
  .aeration-packages-section .packages-header {
    text-align: center;
    margin-bottom: 50px; }
    .aeration-packages-section .packages-header h2 {
      font-family: ProximaNova-Bold;
      text-align: center;
      font-size: 48px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 10.5px; }
    .aeration-packages-section .packages-header p {
      text-align: center;
      font-size: 18px;
      font-weight: 500;
      line-height: 25px;
      margin-bottom: 32px; }
  .aeration-packages-section .packages-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center; }
    .aeration-packages-section .packages-grid.owl-carousel .owl-stage-outer {
      padding-top: 20px;
      padding-bottom: 20px;
      margin-top: -20px;
      margin-bottom: -20px; }
    .aeration-packages-section .packages-grid.owl-carousel .owl-stage {
      display: flex;
      align-items: center; }
    .aeration-packages-section .packages-grid.owl-carousel .owl-item {
      display: flex;
      float: none; }
  .aeration-packages-section .package-card {
    background: #FFFFFF;
    border: 1px solid #DDE3DD;
    border-radius: 20px;
    padding: 28px 23.12px 30px 25px;
    width: 360px;
    height: 470px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.2s, box-shadow 0.2s; }
    .aeration-packages-section .package-card:hover {
      transform: translateY(-2px); }
    .aeration-packages-section .package-card.popular-package {
      border: 1px solid #F2CC00;
      box-shadow: 0 8px 20px rgba(255, 208, 38, 0.15); }
      .aeration-packages-section .package-card.popular-package .popular-badge {
        position: absolute;
        top: -14px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #F2CC00;
        border-radius: 103.937px;
        display: flex;
        align-items: center;
        font-size: 12px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.48px;
        text-transform: uppercase;
        gap: 2px;
        padding: 2.93px 10px; }
  .aeration-packages-section .package-title {
    font-size: 20px;
    font-family: ProximaNova-Bold;
    line-height: normal;
    margin-bottom: 5px; }
  .aeration-packages-section .package-best-for {
    min-height: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 12px; }
  .aeration-packages-section .package-price {
    font-family: ProximaNova-Bold;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 6px; }
  .aeration-packages-section .package-time {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    opacity: 0.8; }
    .aeration-packages-section .package-time img {
      width: 16px;
      height: 16px;
      margin-right: 4px; }
  .aeration-packages-section .package-divider {
    margin-top: 21px;
    margin-bottom: 16px;
    height: 1px;
    min-height: 1px;
    width: 100%;
    background-color: #373737;
    opacity: 0.1;
    flex-shrink: 0; }
  .aeration-packages-section .package-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    flex-grow: 1; }
    .aeration-packages-section .package-features li {
      display: flex;
      align-items: flex-start;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 6px; }
      .aeration-packages-section .package-features li img {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        margin-right: 9px;
        margin-top: 1px; }
  .aeration-packages-section .package-cta {
    margin-top: auto;
    margin-inline: auto; }
    .aeration-packages-section .package-cta .btn-package {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 149px;
      height: 44px;
      background-color: #FF9000;
      color: #FFF;
      border-radius: 100px;
      text-decoration: none;
      font-family: ProximaNova-Semibold;
      padding: 14px;
      font-size: 16px;
      font-weight: 600;
      line-height: normal; }
      .aeration-packages-section .package-cta .btn-package img, .aeration-packages-section .package-cta .btn-package svg {
        position: relative;
        left: 0;
        transition: left 0.3s ease; }
      .aeration-packages-section .package-cta .btn-package:hover img, .aeration-packages-section .package-cta .btn-package:hover svg {
        left: 5px; }
      .aeration-packages-section .package-cta .btn-package img {
        width: 5.6px;
        height: 9.333px;
        margin-left: 4px; }
      .aeration-packages-section .package-cta .btn-package:hover {
        background-color: #f8910b; }
  @media screen and (min-width: 768px) and (max-width: 800px) {
    .aeration-packages-section .package-title {
      font-size: 18px; }
    .aeration-packages-section .package-card {
      height: 475px; }
    .aeration-packages-section .package-price {
      font-size: 20px; }
    .aeration-packages-section .package-best-for {
      font-size: 13px; }
    .aeration-packages-section .package-features li {
      font-size: 15px; } }
  @media screen and (max-width: 767px) {
    .aeration-packages-section {
      padding: 50px 0; }
      .aeration-packages-section .packages-header {
        margin-bottom: 29px; }
        .aeration-packages-section .packages-header h2 {
          text-align: center;
          font-size: 38px;
          padding-inline: 39px;
          line-height: normal;
          margin-bottom: 7px; }
        .aeration-packages-section .packages-header p {
          padding-inline: 40px;
          text-align: center;
          font-size: 18px;
          line-height: 22px;
          padding: 0 62px 0 63px; }
      .aeration-packages-section .package-card {
        width: 320px; }
      .aeration-packages-section .popular-badge img {
        width: 21px !important; }
      .aeration-packages-section .package-time img {
        width: 16px !important; }
      .aeration-packages-section .service-packages-grid-carousel .owl-nav .owl-prev, .aeration-packages-section .service-packages-grid-carousel .owl-nav .owl-next {
        display: none; }
      .aeration-packages-section .service-packages-grid-carousel .owl-dots {
        margin-top: 19px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 5px;
        padding: 0; }
        .aeration-packages-section .service-packages-grid-carousel .owl-dots .owl-dot {
          border-radius: 50%;
          background-color: #373737;
          cursor: pointer;
          opacity: 0.2;
          width: 7.7px;
          height: 7.7px; }
          .aeration-packages-section .service-packages-grid-carousel .owl-dots .owl-dot.active {
            transform: scale(1);
            opacity: 1; }
          .aeration-packages-section .service-packages-grid-carousel .owl-dots .owl-dot span {
            display: none; } }
.aeration-packages-section {
  padding-top: 78px;
  padding-bottom: 61px; }
  .aeration-packages-section .packages-header h2 {
    max-width: 831px;
    margin: 0 auto 17.5px; }
    .aeration-packages-section .packages-header h2 .mobile-break {
      display: none; }
  .aeration-packages-section .packages-header p .mobile-break {
    display: none; }
  .aeration-packages-section .package-factors-box {
    max-width: 918px;
    background-color: #E1F0E2;
    border-radius: 25px;
    margin-top: 40px;
    margin-bottom: 34px;
    padding: 23px 50px 30px;
    margin-inline: auto; }
  .aeration-packages-section .package-factors-title {
    text-align: center;
    font-family: ProximaNova-Bold;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 21px; }
  .aeration-packages-section .package-factors-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 21px 40px; }
  .aeration-packages-section .factor-item {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: flex-start;
    white-space: nowrap; }
    .aeration-packages-section .factor-item img {
      margin-right: 9px;
      flex-shrink: 0; }
  .aeration-packages-section .build-your-spring-cleanup-estimate {
    text-align: center; }
    .aeration-packages-section .build-your-spring-cleanup-estimate svg path {
      fill: #F80; }
    .aeration-packages-section .build-your-spring-cleanup-estimate:hover svg path {
      fill: #fff; }
  .aeration-packages-section .btn-package-outline {
    color: #F80;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    border: 1px solid #F80;
    background-color: #fff;
    width: 365px;
    border-radius: 32px;
    height: 64px;
    gap: 10px;
    justify-content: center;
    transition: all 0.2s ease; }
    .aeration-packages-section .btn-package-outline img, .aeration-packages-section .btn-package-outline svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .aeration-packages-section .btn-package-outline:hover img, .aeration-packages-section .btn-package-outline:hover svg {
      left: 5px; }
    .aeration-packages-section .btn-package-outline:hover {
      background: #FF9900;
      color: white; }
  @media screen and (min-width: 768px) and (max-width: 1000px) {
    .aeration-packages-section .factor-item {
      white-space: normal; } }
  @media screen and (max-width: 767px) {
    .aeration-packages-section {
      padding: 50px 20px; }
      .aeration-packages-section .packages-header h2 {
        font-size: 38px;
        line-height: 44px;
        padding-inline: 0; }
      .aeration-packages-section .packages-header p {
        padding-inline: 0; }
        .aeration-packages-section .packages-header p .mobile-break {
          display: block;
          margin-bottom: 10px; }
      .aeration-packages-section .btn-package-outline {
        width: 100%;
        max-width: 358px; }
      .aeration-packages-section .package-factors-box {
        padding: 30px 20px; }
      .aeration-packages-section .package-factors-grid {
        grid-template-columns: 1fr;
        gap: 15px; }
      .aeration-packages-section .factor-item {
        white-space: normal;
        font-size: 18px; } }
.spring-aftercare-section {
  padding: 80px 20px;
  background-color: #fff; }
  .spring-aftercare-section .aftercare-container {
    max-width: 1100px;
    margin: 0 auto; }
  .spring-aftercare-section .aftercare-flex {
    display: flex;
    gap: 7px;
    align-items: stretch; }
  .spring-aftercare-section .aftercare-panel-left {
    flex: 1;
    background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/spring-cleanup/spring-yard-maintenance-checklist-background.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 34px 27px 33px; }
    .spring-aftercare-section .aftercare-panel-left .staggered-list {
      list-style: none;
      padding: 0;
      margin: 0 0 30px 0;
      display: flex;
      flex-direction: column;
      gap: 15px; }
      .spring-aftercare-section .aftercare-panel-left .staggered-list li {
        padding: 17px 15px;
        display: flex;
        align-items: center;
        border-radius: 25px;
        background: rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(27px);
        width: fit-content;
        color: #FFF;
        font-size: 16px;
        font-weight: 400;
        line-height: normal; }
        .spring-aftercare-section .aftercare-panel-left .staggered-list li .check-icon {
          flex-shrink: 0;
          width: 19px;
          height: 19px;
          margin-right: 6px;
          display: flex;
          align-items: center;
          justify-content: center; }
      .spring-aftercare-section .aftercare-panel-left .staggered-list .stagger-1 {
        align-self: flex-start; }
      .spring-aftercare-section .aftercare-panel-left .staggered-list .stagger-2 {
        margin-left: 30px; }
      .spring-aftercare-section .aftercare-panel-left .staggered-list .stagger-3 {
        margin-left: 60px; }
      .spring-aftercare-section .aftercare-panel-left .staggered-list .stagger-4 {
        align-self: flex-start; }
      .spring-aftercare-section .aftercare-panel-left .staggered-list .stagger-5 {
        align-self: flex-end; }
      .spring-aftercare-section .aftercare-panel-left .staggered-list .stagger-6 {
        align-self: flex-end; }
    .spring-aftercare-section .aftercare-panel-left .aftercare-footer {
      text-align: center;
      color: #fff; }
      .spring-aftercare-section .aftercare-panel-left .aftercare-footer p {
        color: #FFF;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        line-height: 25px;
        margin-bottom: 9px; }
      .spring-aftercare-section .aftercare-panel-left .aftercare-footer .btn-aeration-link {
        border-radius: 25px;
        background: rgba(0, 0, 0, 0.18);
        backdrop-filter: blur(27px);
        padding: 4px 10px;
        display: inline-flex;
        align-items: center;
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        transition: all 0.2s ease; }
        .spring-aftercare-section .aftercare-panel-left .aftercare-footer .btn-aeration-link:hover {
          background: rgba(0, 0, 0, 0.4);
          transform: translateY(-2px); }
  .spring-aftercare-section .aftercare-panel-right {
    max-width: 625px;
    background-color: #effbf3;
    border-radius: 25px; }
    .spring-aftercare-section .aftercare-panel-right h2 {
      padding: 35px 10px 0 41px;
      font-family: ProximaNova-Bold;
      font-size: 48px;
      line-height: 54px;
      margin-bottom: 17px; }
    .spring-aftercare-section .aftercare-panel-right p {
      font-size: 18px;
      font-weight: 500;
      line-height: 25px;
      margin-bottom: 32px;
      padding-inline: 41px; }
    .spring-aftercare-section .aftercare-panel-right .aftercare-images-row {
      display: flex;
      gap: 15px;
      padding-inline: 41px; }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    .spring-aftercare-section .aftercare-flex {
      flex-direction: column;
      gap: 30px; }
    .spring-aftercare-section .aftercare-panel-left {
      margin: 0 auto;
      max-width: 625px; }
    .spring-aftercare-section .aftercare-panel-right {
      margin: 0 auto; }
      .spring-aftercare-section .aftercare-panel-right .aftercare-content {
        padding-bottom: 35px; } }
  @media screen and (max-width: 767px) {
    .spring-aftercare-section {
      padding: 50px 20px 54px;
      background-color: #effbf3; }
      .spring-aftercare-section .aftercare-flex {
        flex-direction: column;
        gap: 10px; }
      .spring-aftercare-section .aftercare-panel-left {
        padding-inline: 49px;
        order: 2; }
        .spring-aftercare-section .aftercare-panel-left .staggered-list {
          margin-bottom: 45px; }
          .spring-aftercare-section .aftercare-panel-left .staggered-list li {
            border-radius: 100px;
            font-size: 16px;
            line-height: normal; }
            .spring-aftercare-section .aftercare-panel-left .staggered-list li .check-icon {
              margin-right: 10.5px; }
          .spring-aftercare-section .aftercare-panel-left .staggered-list .stagger-1, .spring-aftercare-section .aftercare-panel-left .staggered-list .stagger-2 {
            max-width: 237px;
            margin: 0 auto; }
          .spring-aftercare-section .aftercare-panel-left .staggered-list .stagger-3 {
            max-width: 198px;
            margin: 0 auto; }
          .spring-aftercare-section .aftercare-panel-left .staggered-list .stagger-4 {
            max-width: 237px;
            margin: 0 auto; }
          .spring-aftercare-section .aftercare-panel-left .staggered-list .stagger-5 {
            max-width: 172px;
            margin: 0 auto; }
          .spring-aftercare-section .aftercare-panel-left .staggered-list .stagger-6 {
            max-width: 231px;
            margin: 0 auto; }
      .spring-aftercare-section .aftercare-panel-right {
        order: 1; }
        .spring-aftercare-section .aftercare-panel-right h2 {
          padding: 0;
          text-align: center;
          font-size: 48px;
          line-height: 44px;
          margin-bottom: 10px; }
        .spring-aftercare-section .aftercare-panel-right p {
          text-align: center;
          font-size: 18px;
          line-height: 25px;
          margin-bottom: 30px; }
        .spring-aftercare-section .aftercare-panel-right .aftercare-images-row {
          padding-inline: 0;
          gap: 6.43px; }
          .spring-aftercare-section .aftercare-panel-right .aftercare-images-row img {
            width: 100%;
            border-radius: 25px;
            height: 166px; }
          .spring-aftercare-section .aftercare-panel-right .aftercare-images-row .aftercare-img-box:first-child {
            width: 60%; }
          .spring-aftercare-section .aftercare-panel-right .aftercare-images-row .aftercare-img-box:last-child {
            width: 40%; } }
.spring-safety-section {
  padding: 20px 60px 33px;
  background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/spring-cleanup/spring-yard-cleanup-safety-tips-background.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  max-width: 1125px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  /* Top Box: Tips List */ }
  @media screen and (min-width: 768px) and (max-width: 1150px) {
    .spring-safety-section {
      margin-inline: 20px; } }
  .spring-safety-section .safety-overlay-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px; }
    @media (max-width: 991px) {
      .spring-safety-section .safety-overlay-grid {
        flex-direction: column;
        align-items: center; } }
  .spring-safety-section .safety-left {
    flex: 1;
    color: #FFFFFF;
    padding-top: 40px; }
    .spring-safety-section .safety-left .safety-icon-wrapper {
      margin-bottom: 25px; }
      .spring-safety-section .safety-left .safety-icon-wrapper .safety-header-icon {
        width: 80px;
        height: 80px; }
    .spring-safety-section .safety-left h2 {
      font-family: ProximaNova-Bold;
      font-size: 48px;
      font-weight: 700;
      line-height: 54px;
      margin-bottom: 9px; }
    .spring-safety-section .safety-left p {
      font-size: 27px;
      font-weight: 500;
      line-height: 30px; }
  .spring-safety-section .safety-right {
    flex: 0.9;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%; }
  .spring-safety-section .tips-list-box {
    background: rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(27px);
    border-radius: 25px;
    padding: 17px 40px 29px 30px;
    color: #FFF; }
    .spring-safety-section .tips-list-box h3 {
      font-family: ProximaNova-Bold;
      font-size: 18px;
      line-height: normal;
      margin-bottom: 17px; }
    .spring-safety-section .tips-list-box .tips-checklist {
      list-style: none;
      padding: 0; }
      .spring-safety-section .tips-list-box .tips-checklist li {
        display: flex;
        align-items: flex-start;
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        gap: 8px;
        margin-bottom: 12px; }
        .spring-safety-section .tips-list-box .tips-checklist li:last-child {
          margin-bottom: 0; }
        .spring-safety-section .tips-list-box .tips-checklist li .tip-check {
          flex-shrink: 0;
          margin-top: 2px; }
  .spring-safety-section .hire-pro-box {
    background: rgba(255, 180, 92, 0.08);
    backdrop-filter: blur(27px);
    border-radius: 30px;
    color: #FFF;
    padding: 23px 51px 25px 30px; }
    .spring-safety-section .hire-pro-box .hire-pro-header {
      display: flex;
      align-items: center;
      gap: 9px;
      margin-bottom: 5px; }
      .spring-safety-section .hire-pro-box .hire-pro-header h3 {
        font-family: ProximaNova-Bold;
        margin-bottom: 0;
        font-size: 24px;
        line-height: normal; }
    .spring-safety-section .hire-pro-box p {
      font-size: 16px;
      font-weight: 400;
      line-height: normal; }
  @media screen and (max-width: 767px) {
    .spring-safety-section {
      margin: 50px 20px;
      padding-inline: 16px;
      background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/spring-cleanup/spring-yard-cleanup-safety-tips-background-mobile.jpg"); }
      .spring-safety-section .safety-icon-wrapper {
        text-align: center; }
      .spring-safety-section .safety-left h2 {
        text-align: center;
        margin-bottom: 18px; }
      .spring-safety-section .safety-left p {
        text-align: center; }
      .spring-safety-section .safety-right {
        gap: 10px; }
      .spring-safety-section .tips-list-box, .spring-safety-section .hire-pro-box {
        background: rgba(0, 0, 0, 0.28);
        backdrop-filter: blur(27px); } }
.why-greenpal-section {
  padding: 80px 20px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #EEEEEE; }
  .why-greenpal-section .why-container {
    max-width: 1200px;
    margin: 0 auto; }
  .why-greenpal-section .why-header {
    text-align: center;
    margin-bottom: 54px;
    margin-inline: auto; }
    .why-greenpal-section .why-header h2 {
      font-family: 'ProximaNova-Bold';
      font-size: 48px;
      line-height: normal;
      margin-bottom: 6px; }
    .why-greenpal-section .why-header p {
      font-size: 22px;
      font-weight: 400;
      line-height: 33px; }
  .why-greenpal-section .why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 58px 53px; }
    @media (max-width: 1100px) {
      .why-greenpal-section .why-grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767px) {
      .why-greenpal-section .why-grid {
        grid-template-columns: 1fr;
        gap: 30px; } }
  .why-greenpal-section .why-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 15px; }
  .why-greenpal-section .why-icon-box {
    background: #EAF7EF;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }
    .why-greenpal-section .why-icon-box .why-icon {
      width: 52px;
      height: 52px;
      object-fit: contain; }
  .why-greenpal-section .why-text {
    padding-top: 8px; }
    .why-greenpal-section .why-text h3 {
      font-family: 'ProximaNova-Bold';
      font-size: 20px;
      line-height: 20px;
      margin-bottom: 10px; }
    .why-greenpal-section .why-text p {
      font-size: 14px;
      font-weight: 400;
      line-height: 17px; }
  @media screen and (max-width: 767px) {
    .why-greenpal-section {
      padding: 50px 28px 0;
      border-bottom: none; }
      .why-greenpal-section .why-header {
        margin-bottom: 30px; }
        .why-greenpal-section .why-header h2 {
          font-size: 38px;
          line-height: 36px; }
        .why-greenpal-section .why-header p {
          font-size: 18px;
          line-height: 22px; }
      .why-greenpal-section .why-icon-box {
        width: 80px;
        height: 80px; }
        .why-greenpal-section .why-icon-box img {
          width: 44px;
          height: 44px; }
      .why-greenpal-section .why-item {
        gap: 15px; }
      .why-greenpal-section .why-text {
        padding-top: 0; }
        .why-greenpal-section .why-text h3 {
          font-size: 18px;
          line-height: 20px;
          margin-bottom: 6px; }
        .why-greenpal-section .why-text p {
          font-size: 14px;
          line-height: 17px; } }
@media screen and (max-width: 767px) {
  .location-v1-reviews-container .section-heading {
    padding-top: 0; } }
@charset "UTF-8";
.location-v1-reviews-container {
  width: 1366px;
  margin: 0 auto;
  padding: 80px 109px 40px 121px;
  background-color: #fff;
  color: #373737; }
  .location-v1-reviews-container .section-heading {
    width: 881px;
    margin: 0 auto 12px;
    font-family: proxima_nova_rgbold, ProximaNova-Bold;
    font-size: 48px;
    line-height: 1.13;
    text-align: center;
    color: #373737; }
  .location-v1-reviews-container .mobile-rating-wrapper {
    text-align: center; }
    .location-v1-reviews-container .mobile-rating-wrapper .reviews {
      font-size: 16px;
      font-family: proxima_nova_rgbold, ProximaNova-Bold;
      color: #00A3E7;
      margin-left: 1.7px; }
    .location-v1-reviews-container .mobile-rating-wrapper .rating_stars img {
      padding-top: 0;
      width: 16.6px;
      height: 17px;
      margin-left: 0;
      margin-right: 4.3px; }
  .location-v1-reviews-container .overall-rating-reviews {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .location-v1-reviews-container .overall-rating-reviews .overal-rating {
      font-family: proxima_novasemibold, ProximaNova-Semibold;
      font-size: 20px;
      font-weight: 600; }
    .location-v1-reviews-container .overall-rating-reviews .rating_stars {
      margin-left: 15px; }
      .location-v1-reviews-container .overall-rating-reviews .rating_stars img.star-ratings {
        padding-top: 0;
        width: 25.6px;
        height: 26.2px; }
    .location-v1-reviews-container .overall-rating-reviews .reviews {
      margin-left: 5px;
      font-family: proxima_novasemibold, ProximaNova-Semibold;
      font-size: 24px;
      font-weight: 600;
      color: #00a3e7; }
  .location-v1-reviews-container .search-reviews-section {
    width: fit-content;
    margin: 0 auto; }
    .location-v1-reviews-container .search-reviews-section .search-bar {
      margin-top: 39px;
      display: flex;
      align-items: center; }
      .location-v1-reviews-container .search-reviews-section .search-bar .search-input {
        position: relative; }
        .location-v1-reviews-container .search-reviews-section .search-bar .search-input .reviews-search-icon {
          position: absolute;
          top: 19px;
          left: 14px; }
        .location-v1-reviews-container .search-reviews-section .search-bar .search-input input {
          font-family: ProximaNova-Regular;
          font-size: 18px;
          line-height: 0.92;
          color: #373737;
          width: 481px;
          height: 60px;
          margin: 0 15px 0 0;
          padding-left: 44px;
          border-radius: 15px;
          border: solid 1px #b8b8b8; }
      .location-v1-reviews-container .search-reviews-section .search-bar select {
        width: 258px;
        height: 60px;
        margin: 0;
        padding-left: 19px;
        border-radius: 15px;
        border: solid 1px #b8b8b8;
        font-family: ProximaNova-Regular;
        font-size: 18px;
        line-height: 0.92;
        color: #373737;
        background-color: #fff;
        background-image: url(https://greenpal-production.s3.amazonaws.com/images/general/qa_arrow_down.png);
        background-repeat: no-repeat;
        background-position: right 18px center;
        background-size: 16px;
        padding-right: 40px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
      .location-v1-reviews-container .search-reviews-section .search-bar input:focus, .location-v1-reviews-container .search-reviews-section .search-bar select:focus {
        outline: none;
        border-color: #9abf5b;
        box-shadow: 0 0 0 4px rgba(154, 191, 91, 0.25); }
    .location-v1-reviews-container .search-reviews-section .reviews-that-mention {
      font-family: ProximaNova-Regular;
      font-size: 16px;
      color: #373737;
      margin-top: 20px;
      margin-bottom: 8px;
      line-height: normal; }
    .location-v1-reviews-container .search-reviews-section .top-keywords .keyword {
      display: inline-block;
      height: 40px;
      padding: 10px 16px 9px 15px;
      border-radius: 25px;
      border: solid 1px #b8b8b8;
      font-family: ProximaNova-Regular;
      font-size: 14px;
      color: #00a3e7;
      cursor: pointer;
      transition: all 0.2s ease; }
      .location-v1-reviews-container .search-reviews-section .top-keywords .keyword:hover, .location-v1-reviews-container .search-reviews-section .top-keywords .keyword.active {
        background-color: #e0f1fb; }
  .location-v1-reviews-container .reviews-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 37px;
    margin-top: 46.7px;
    position: relative; }
    .location-v1-reviews-container .reviews-grid-container .reviews-section-loader {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.8);
      z-index: 999;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      padding-top: 50px; }
      .location-v1-reviews-container .reviews-grid-container .reviews-section-loader.hidden {
        display: none !important; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
      .location-v1-reviews-container .reviews-grid-container .reviews-section-loader .spinner {
        border: 4px solid #f3f3f3;
        border-top: 4px solid #2c7a34;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        animation: spin 1s linear infinite; }
    .location-v1-reviews-container .reviews-grid-container .highlight {
      font-size: 18px !important;
      font-weight: 600;
      background: yellow; }
    .location-v1-reviews-container .reviews-grid-container .review-blur {
      filter: blur(3px);
      user-select: none;
      pointer-events: none; }
    .location-v1-reviews-container .reviews-grid-container .review-card {
      width: 350px; }
      .location-v1-reviews-container .reviews-grid-container .review-card .review-header {
        display: flex;
        align-items: center;
        margin-bottom: 14.7px; }
        .location-v1-reviews-container .reviews-grid-container .review-card .review-header .stars {
          display: flex;
          gap: 5.3px; }
          .location-v1-reviews-container .reviews-grid-container .review-card .review-header .stars .star-ratings {
            width: 21px;
            height: 19.7px; }
        .location-v1-reviews-container .reviews-grid-container .review-card .review-header .verified-badge {
          margin-left: 15px;
          display: flex;
          align-items: center;
          gap: 3px; }
          .location-v1-reviews-container .reviews-grid-container .review-card .review-header .verified-badge span {
            font-family: ProximaNova-Regular;
            font-size: 14px;
            line-height: 16.6px;
            color: #8fb741; }
      .location-v1-reviews-container .reviews-grid-container .review-card .location-info {
        display: flex;
        align-items: center;
        gap: 3.7px; }
        .location-v1-reviews-container .reviews-grid-container .review-card .location-info span {
          font-family: ProximaNova-Regular;
          font-size: 14px;
          line-height: 16px;
          color: #373737;
          font-weight: 500;
          margin-left: 3.7px; }
      .location-v1-reviews-container .reviews-grid-container .review-card .service-tags {
        width: fit-content;
        height: 20px;
        margin: 5px 0 0;
        border-radius: 4px;
        background-color: #eff3f8;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%; }
        .location-v1-reviews-container .reviews-grid-container .review-card .service-tags p {
          height: 16px;
          padding: 2px 5.3px 2px 4.7px;
          opacity: 0.7;
          font-family: ProximaNova-Regular;
          font-size: 13px;
          line-height: 1.23;
          color: #373737; }
      .location-v1-reviews-container .reviews-grid-container .review-card .review-text {
        font-family: ProximaNova-Regular;
        width: 360px;
        min-height: 48px;
        margin: 14px 0 8px 1px;
        font-size: 18px;
        font-weight: normal;
        line-height: 1.33;
        color: #373737; }
      .location-v1-reviews-container .reviews-grid-container .review-card .review-footer {
        height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .location-v1-reviews-container .reviews-grid-container .review-card .review-footer .user-info {
          display: flex;
          align-items: center; }
          .location-v1-reviews-container .reviews-grid-container .review-card .review-footer .user-info .user-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin: 0 10px 0 0; }
          .location-v1-reviews-container .reviews-grid-container .review-card .review-footer .user-info .user-name {
            height: 22px;
            font-family: proxima_nova_rgbold, ProximaNova-Bold;
            font-size: 18px;
            font-weight: bold;
            line-height: normal;
            color: #373737; }
        .location-v1-reviews-container .reviews-grid-container .review-card .review-footer .review-date {
          height: 24px;
          flex-grow: 0;
          font-family: ProximaNova-Regular;
          font-size: 14px;
          line-height: 1.71;
          color: #959898; }
    .location-v1-reviews-container .reviews-grid-container .review-separator {
      width: 350px;
      height: 1px;
      margin-top: 20px;
      opacity: 0.12;
      background-color: #0a3755; }
    .location-v1-reviews-container .reviews-grid-container .reviews-blur-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 158px;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 60%);
      display: flex;
      align-items: flex-end;
      justify-content: center;
      z-index: 10;
      backdrop-filter: blur(2px);
      -webkit-backdrop-filter: blur(2px);
      /* All reviews visible (Show less) — no blur/teaser over card text */ }
      .location-v1-reviews-container .reviews-grid-container .reviews-blur-overlay.reviews-blur-overlay--all-visible {
        position: relative;
        grid-column: 1 / -1;
        width: 100% !important;
        left: auto;
        bottom: auto;
        height: auto;
        min-height: 56px;
        margin-top: 24px;
        padding-bottom: 8px;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        background: transparent;
        align-items: center;
        align-self: center;
        justify-content: center;
        z-index: 2; }
      .location-v1-reviews-container .reviews-grid-container .reviews-blur-overlay .read-more-reviews-btn {
        width: 282px;
        height: 50px;
        border-radius: 50px;
        border: solid 1px #373737;
        cursor: pointer;
        transition: all 0.2s;
        font-family: proxima_nova_rgbold, ProximaNova-Bold;
        font-size: 16px;
        font-weight: bold;
        line-height: normal;
        color: #373737;
        background-color: #fff; }
        .location-v1-reviews-container .reviews-grid-container .reviews-blur-overlay .read-more-reviews-btn:hover {
          background-color: #f9f9f9;
          transform: translateY(-2px); }

@media screen and (max-width: 767px) {
  .location-v1-reviews-container {
    width: 100%;
    padding: 50px 20px 40px;
    min-height: auto; }
    .location-v1-reviews-container .section-heading {
      margin-bottom: 0;
      width: 100%;
      font-size: 38px;
      padding: 50px 0 15px; }
    .location-v1-reviews-container .search-reviews-section {
      width: 100%; }
      .location-v1-reviews-container .search-reviews-section .reviews-that-mention {
        margin-top: 16px;
        margin-bottom: 13px; }
      .location-v1-reviews-container .search-reviews-section .search-bar {
        flex-direction: column;
        gap: 13px;
        margin-top: 24px; }
        .location-v1-reviews-container .search-reviews-section .search-bar .search-input {
          width: 100%; }
          .location-v1-reviews-container .search-reviews-section .search-bar .search-input input {
            width: 100%;
            margin: 0; }
        .location-v1-reviews-container .search-reviews-section .search-bar select {
          width: 100%;
          margin: 0; }
      .location-v1-reviews-container .search-reviews-section .top-keywords {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none; }
        .location-v1-reviews-container .search-reviews-section .top-keywords .keyword {
          margin-bottom: 15px;
          margin-right: 12px; }
        .location-v1-reviews-container .search-reviews-section .top-keywords::-webkit-scrollbar {
          display: none; }
    .location-v1-reviews-container .review-separator_mobile {
      height: 1px;
      opacity: 0.12;
      background-color: #0a3755;
      margin-top: 5px;
      margin-bottom: 26px; }
    .location-v1-reviews-container .reviews-grid-container {
      grid-template-columns: 1fr;
      margin-top: 5px;
      gap: 26px; }
      .location-v1-reviews-container .reviews-grid-container .review-card {
        width: 100%; }
        .location-v1-reviews-container .reviews-grid-container .review-card .review-text {
          width: 100%;
          margin-top: 10.7px;
          margin-bottom: 9.3px;
          font-size: 16px;
          line-height: 24px; }
      .location-v1-reviews-container .reviews-grid-container .review-separator {
        width: 100%; } }

@media (min-width: 768px) and (max-width: 1000px) {
  .location-v1-reviews-container .reviews-grid-container {
    grid-template-columns: repeat(2, 1fr); } }

@media screen and (min-width: 768px) and (max-width: 1365px) {
  .location-v1-reviews-container {
    width: 100%;
    padding: 60px 40px;
    min-height: auto; }
    .location-v1-reviews-container .section-heading {
      width: 100%;
      font-size: 40px;
      padding: 0 50px; }
    .location-v1-reviews-container .search-reviews-section .search-bar {
      justify-content: center;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      gap: 15px; }
      .location-v1-reviews-container .search-reviews-section .search-bar .search-input {
        flex: 1;
        max-width: 481px;
        min-width: 200px; }
        .location-v1-reviews-container .search-reviews-section .search-bar .search-input input {
          width: 100%; }
      .location-v1-reviews-container .search-reviews-section .search-bar select {
        flex: 0 0 auto;
        width: 258px;
        max-width: 40%; }
    .location-v1-reviews-container .reviews-grid-container {
      justify-items: center;
      gap: 30px; }
      .location-v1-reviews-container .reviews-grid-container .review-card {
        width: 100%;
        max-width: 350px; }
        .location-v1-reviews-container .reviews-grid-container .review-card .review-text {
          width: 100%; }
      .location-v1-reviews-container .reviews-grid-container .review-separator {
        width: 100%; } }
.service-faq-section {
  padding: 80px 0 60px;
  background-color: #F7F7F7;
  text-align: center;
  /* Last FAQ when more exist: same blur language as locations A/B + subtle fade (click loads more) */ }
  .service-faq-section .service-faq-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px; }
  .service-faq-section .service-faq-header {
    margin-bottom: 28px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .service-faq-section .service-faq-title {
    font-family: 'ProximaNova-Bold';
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px; }
  .service-faq-section .service-faq-subtitle-wrapper {
    position: relative;
    display: inline-block; }
  .service-faq-section .service-faq-subtitle {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px; }
    .service-faq-section .service-faq-subtitle img {
      position: relative;
      top: 28px; }
  .service-faq-section .service-faq-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    margin-bottom: 40px;
    position: relative; }
    .service-faq-section .service-faq-list.service-faq-list--teaser {
      margin-bottom: 0; }
  .service-faq-section .gp-faq-last-blurred .service-faq-list {
    margin-bottom: 8px; }
  .service-faq-section .service-faq-item.faq-blurred {
    position: relative;
    z-index: 2;
    filter: blur(3px);
    -webkit-filter: blur(3px);
    cursor: pointer;
    transition: filter 0.2s ease, box-shadow 0.2s ease; }
    .service-faq-section .service-faq-item.faq-blurred:hover {
      filter: blur(1px);
      -webkit-filter: blur(1px);
      box-shadow: 0 4px 24px rgba(55, 55, 55, 0.08); }
    .service-faq-section .service-faq-item.faq-blurred[open] {
      filter: none;
      -webkit-filter: none;
      box-shadow: none; }
      .service-faq-section .service-faq-item.faq-blurred[open]::after {
        opacity: 0; }
    .service-faq-section .service-faq-item.faq-blurred::after {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: 14px;
      pointer-events: none;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, rgba(247, 247, 247, 0.5) 70%, rgba(247, 247, 247, 0.92) 100%);
      transition: opacity 0.2s ease; }
    .service-faq-section .service-faq-item.faq-blurred .service-faq-icon {
      opacity: 0.45;
      transition: opacity 0.2s ease; }
    .service-faq-section .service-faq-item.faq-blurred:hover .service-faq-icon {
      opacity: 0.65; }
    .service-faq-section .service-faq-item.faq-blurred[open] .service-faq-icon {
      opacity: 0.5; }
  .service-faq-section .service-faq-item {
    background: #FFF;
    border: 1px solid rgba(55, 55, 55, 0.2);
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
    min-height: 68px;
    padding: 20px; }
    .service-faq-section .service-faq-item.hidden-faq-item {
      display: none; }
    .service-faq-section .service-faq-item[open] .service-faq-question {
      padding-bottom: 6px; }
    .service-faq-section .service-faq-item[open] .service-faq-icon {
      transform: rotate(180deg); }
  .service-faq-section .service-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    list-style: none;
    font-family: 'ProximaNova-Bold';
    font-weight: 700;
    transition: background-color 0.2s ease;
    font-size: 18px;
    color: #373737;
    line-height: normal; }
    .service-faq-section .service-faq-question::-webkit-details-marker {
      display: none; }
  .service-faq-section .service-faq-icon {
    flex-shrink: 0;
    width: 14px;
    height: auto;
    color: #888;
    transition: transform 0.3s ease;
    opacity: 0.5; }
  .service-faq-section .service-faq-answer {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; }
    .service-faq-section .service-faq-answer p {
      margin: 0; }
  .service-faq-section .service-faq-show-more-container {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 3;
    margin-top: 33px;
    padding-top: 8px;
    padding-bottom: 8px;
    pointer-events: none; }
  .service-faq-section .service-btn-show-more {
    pointer-events: auto;
    position: relative;
    z-index: 4;
    display: inline-block;
    padding: 14px 45px;
    background-color: #fff;
    border: 1px solid #373737;
    border-radius: 30px;
    font-family: 'ProximaNova-Bold', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #373737;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease; }
    .service-faq-section .service-btn-show-more:hover {
      background-color: #f9f9f9;
      transform: translateY(-2px); }
  @media screen and (max-width: 767px) {
    .service-faq-section {
      padding: 50px 0; }
      .service-faq-section .service-faq-title {
        font-size: 38px;
        line-height: normal;
        margin-bottom: 9px; }
      .service-faq-section .service-faq-subtitle {
        font-size: 18px;
        line-height: 22px; }
      .service-faq-section .service-faq-question {
        font-size: 18px;
        line-height: 24px; }
      .service-faq-section .service-faq-answer {
        font-size: 18px;
        line-height: 24px; } }
.service-cta-section {
  background: linear-gradient(103deg, #00B65F 15.34%, #009759 73.54%);
  padding-top: 50px;
  padding-bottom: 45px; }

.service-cta-container {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  position: relative; }

.service-cta-content {
  z-index: 2;
  text-align: center;
  margin: 0 auto; }

.service-cta-heading {
  color: #fff;
  text-align: center;
  font-family: 'ProximaNova-Bold';
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 8.5px; }

.service-cta-subheading {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 19px; }

.service-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 25px;
  flex-wrap: wrap; }

.service-btn-primary {
  color: #019C5A;
  font-family: 'ProximaNova-Bold';
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  width: 192px;
  height: 52px;
  background-color: #fff;
  border-radius: 26px;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease; }
  .service-btn-primary img, .service-btn-primary svg {
    position: relative;
    left: 0;
    transition: left 0.3s ease; }
  .service-btn-primary:hover img, .service-btn-primary:hover svg {
    left: 5px; }
  .service-btn-primary:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
  .service-btn-primary svg path {
    fill: #019C5A !important; }

.service-btn-outline {
  width: 179px;
  height: 52px;
  border-radius: 26px;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  font-family: 'ProximaNova-Bold';
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  transition: all 0.2s ease; }
  .service-btn-outline img, .service-btn-outline svg {
    position: relative;
    left: 0;
    transition: left 0.3s ease; }
  .service-btn-outline:hover img, .service-btn-outline:hover svg {
    left: 5px; }
  .service-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1); }

.service-trust-signals {
  display: flex;
  justify-content: center;
  gap: 18px;
  font-size: 15px;
  font-weight: 500;
  flex-wrap: wrap; }

.service-trust-item {
  display: flex;
  align-items: center;
  gap: 5px; }
  .service-trust-item span {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px; }

@media (max-width: 1024px) {
  .service-cta-container {
    flex-direction: column;
    text-align: center;
    padding: 0 40px; }
  .service-cta-section {
    height: auto;
    padding: 60px 0; }
  .service-cta-heading {
    font-size: 40px;
    line-height: 1.2; } }

@media (max-width: 768px) {
  .service-cta-section {
    padding: 50px 0;
    min-height: auto; }
  .service-cta-container {
    padding: 0 20px; }
  .service-cta-heading {
    font-size: 32px;
    margin-bottom: 15px; }
  .service-cta-subheading {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 30px; }
  .service-cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0; }
  .service-btn-primary,
  .service-btn-outline {
    width: 100%;
    max-width: 314px;
    margin: 0 auto;
    height: 54px;
    font-size: 18px; }
  .service-trust-signals {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    width: fit-content;
    margin: 0 auto; } }

.service-cta-section.spring-cleanup-cta {
  background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/leaf-removals/get-your-yard-cleaned-up-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 290px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 768px) {
    .service-cta-section.spring-cleanup-cta {
      height: auto;
      min-height: 535px;
      background-position: center;
      background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/leaf-removals/get-your-yard-cleaned-up-mobile-bg.jpg"); } }
  .service-cta-section.spring-cleanup-cta .service-cta-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 15px; }
  @media (max-width: 768px) {
    .service-cta-section.spring-cleanup-cta .service-cta-heading {
      font-size: 38px; } }
  .service-cta-section.spring-cleanup-cta .service-cta-buttons {
    margin-top: 19px;
    margin-bottom: 20px; }
  @media (max-width: 768px) {
    .service-cta-section.spring-cleanup-cta .service-btn-primary,
    .service-cta-section.spring-cleanup-cta .service-btn-outline {
      width: 100%;
      height: 60px;
      font-size: 20px;
      border-radius: 30px; } }
  .service-cta-section.spring-cleanup-cta .service-trust-signals {
    gap: 5px;
    margin-left: 40px; }

.spring-cleanup-cta-mascot {
  position: absolute;
  right: 20px;
  bottom: -215px; }
  @media (max-width: 1024px) {
    .spring-cleanup-cta-mascot {
      position: relative;
      right: auto;
      bottom: auto;
      margin-top: 20px;
      width: 150px;
      display: none; } }
  @media (max-width: 1024px) and (min-width: 900px) {
    .spring-cleanup-cta-mascot {
      display: block;
      position: absolute;
      right: 78px;
      width: 150px;
      bottom: -200px; } }
  @media (max-width: 768px) {
    .spring-cleanup-cta-mascot {
      width: 116px;
      height: 202px;
      display: block;
      position: absolute;
      width: 160px;
      right: 0;
      bottom: -60px;
      margin-top: 0;
      z-index: 10; } }
  @media screen and (width: 768px) {
    .spring-cleanup-cta-mascot {
      position: absolute;
      width: 100px;
      right: 200px;
      bottom: -200px;
      z-index: 10;
      height: 325px; } }
.aeration-nearby-cities {
  padding: 69px 0;
  background-color: #fff;
  position: relative;
  overflow: hidden; }
  .aeration-nearby-cities .aeration-nearby-container {
    max-width: 1109px;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
  .aeration-nearby-cities .aeration-nearby-main-title {
    text-align: center;
    font-family: ProximaNova-Bold;
    margin-bottom: 32px;
    font-size: 48px;
    font-weight: 700;
    line-height: 54px;
    color: #373737; }
  .aeration-nearby-cities .aeration-nearby-grid {
    gap: 75px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 581px;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      .aeration-nearby-cities .aeration-nearby-grid {
        gap: 50px;
        padding: 0 40px; } }
    @media (max-width: 767px) {
      .aeration-nearby-cities .aeration-nearby-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 20px;
        text-align: center; } }
  .aeration-nearby-cities .aeration-nearby-col {
    max-width: 268px;
    padding-right: 5px; }
    .aeration-nearby-cities .aeration-nearby-col h3 {
      font-family: ProximaNova-Bold;
      font-size: 16px;
      font-weight: 700;
      line-height: 18px;
      margin-bottom: 9px;
      color: #373737; }
    .aeration-nearby-cities .aeration-nearby-col ul {
      list-style: none;
      padding: 0;
      margin: 0;
      margin-bottom: 12px; }
    .aeration-nearby-cities .aeration-nearby-col a {
      color: #373737;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 32px;
      opacity: 0.6;
      text-decoration: none; }
      .aeration-nearby-cities .aeration-nearby-col a:hover {
        text-decoration: underline;
        opacity: 1; }
    .aeration-nearby-cities .aeration-nearby-col .aeration-show-more {
      cursor: pointer;
      font-family: ProximaNova-Semibold;
      color: #0091FF;
      font-size: 14px;
      font-weight: 600;
      line-height: normal;
      display: inline-block; }
      .aeration-nearby-cities .aeration-nearby-col .aeration-show-more:hover {
        text-decoration: underline; }
    .aeration-nearby-cities .aeration-nearby-col .aeration-nearby-hidden {
      display: none; }
    .aeration-nearby-cities .aeration-nearby-col .aeration-nearby-toggle-checkbox:checked ~ ul .aeration-nearby-hidden {
      display: block; }
    .aeration-nearby-cities .aeration-nearby-col .aeration-nearby-toggle-checkbox:checked ~ .aeration-show-more .show-more-text {
      display: none; }
    .aeration-nearby-cities .aeration-nearby-col .aeration-nearby-toggle-checkbox:not(:checked) ~ .aeration-show-more .show-less-text {
      display: none; }

@media (max-width: 767px) {
  .aeration-nearby-cities {
    padding: 50px 0 54px; }
    .aeration-nearby-cities .aeration-nearby-main-title {
      padding-inline: 31.5px;
      font-size: 38px;
      line-height: normal;
      margin-bottom: 30px; }
    .aeration-nearby-cities .aeration-nearby-col {
      max-width: 100%;
      padding: 0 50px; }
      .aeration-nearby-cities .aeration-nearby-col h3 {
        text-align: center;
        font-size: 16px;
        line-height: 22px; }
      .aeration-nearby-cities .aeration-nearby-col ul {
        text-align: center; } }
/*

















*/
