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

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

@media screen and (max-width: 767px) {
  .shrub-how-it-works {
    height: auto;
    padding-bottom: 84px;
    padding-top: 50px;
    min-height: auto; }
    .shrub-how-it-works .shrub-steps-grid {
      flex-direction: column;
      align-items: center; }
    .shrub-how-it-works .shrub-works-container {
      padding: 0 20px; }
    .shrub-how-it-works .only-mobile {
      display: block; }
    .shrub-how-it-works .only-desktop {
      display: none; }
    .shrub-how-it-works .shrub-works-header h2 {
      font-size: 36px;
      line-height: 46px; }
      .shrub-how-it-works .shrub-works-header h2 br {
        display: none; }
    .shrub-how-it-works .shrub-step-item {
      max-width: 100%; }
      .shrub-how-it-works .shrub-step-item .shrub-icon-circle img {
        width: 152px;
        height: 152px; }
    .shrub-how-it-works .shrub-step-text h3 {
      text-align: center;
      font-size: 25px;
      line-height: normal; }
    .shrub-how-it-works .shrub-step-3 br,
    .shrub-how-it-works .shrub-text-1 br {
      display: none; }
    .shrub-how-it-works .shrub-step-arrow {
      margin: 10px 0; }
      .shrub-how-it-works .shrub-step-arrow img {
        width: 16px; } }
.shrub-quote-form {
  padding-top: 68px;
  padding-bottom: 92px;
  background-color: #F7F7F7;
  position: relative; }
  .shrub-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"); }
  .shrub-quote-form .shrub-quote-container {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 20px; }
  .shrub-quote-form .shrub-quote-header {
    text-align: center;
    margin-bottom: 30px; }
    .shrub-quote-form .shrub-quote-header .shrub-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; }
    .shrub-quote-form .shrub-quote-header h2 {
      text-align: center;
      font-size: 48px;
      font-weight: 700;
      line-height: 54px;
      margin: 12px 0 4px; }
    .shrub-quote-form .shrub-quote-header p {
      text-align: center;
      font-size: 22px;
      font-weight: 400;
      line-height: normal;
      margin: 0; }
  .shrub-quote-form .shrub-quote-card {
    margin: 0 auto;
    max-width: 820px;
    background-color: #fff;
    border-radius: 25px;
    display: flex;
    overflow: hidden;
    position: relative;
    margin-bottom: 156px; }
  .shrub-quote-form .shrub-form-side {
    flex: 1;
    padding: 35px 40px 36px;
    position: relative; }
    @media (max-width: 767px) {
      .shrub-quote-form .shrub-form-side {
        padding: 20px; } }
    .shrub-quote-form .shrub-form-side .shrub-form-group {
      margin-bottom: 20px; }
      .shrub-quote-form .shrub-form-side .shrub-form-group .shrub-group-label {
        font-family: ProximaNova-Bold;
        font-size: 14px;
        font-weight: 700;
        line-height: normal; }
      .shrub-quote-form .shrub-form-side .shrub-form-group .shrub-location-input-wrapper {
        margin-top: 10px;
        max-width: 337px;
        height: 48px;
        position: relative; }
        .shrub-quote-form .shrub-form-side .shrub-form-group .shrub-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; }
        .shrub-quote-form .shrub-form-side .shrub-form-group .shrub-location-input-wrapper .shrub-chevron-down {
          position: absolute;
          right: 14px;
          top: 50%;
          transform: translateY(-50%);
          color: #777;
          pointer-events: none; }
      .shrub-quote-form .shrub-form-side .shrub-form-group .shrub-options-group {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin-top: 9px; }
      .shrub-quote-form .shrub-form-side .shrub-form-group .shrub-custom-option {
        display: flex;
        align-items: center;
        cursor: pointer;
        user-select: none;
        font-size: 16px;
        font-weight: 400;
        color: #373737; }
        .shrub-quote-form .shrub-form-side .shrub-form-group .shrub-custom-option input {
          display: none; }
        .shrub-quote-form .shrub-form-side .shrub-form-group .shrub-custom-option .shrub-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; }
        .shrub-quote-form .shrub-form-side .shrub-form-group .shrub-custom-option input:checked + .shrub-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; }
        .shrub-quote-form .shrub-form-side .shrub-form-group .shrub-custom-option:hover .shrub-checkmark-circle {
          border-color: #999; }
  .shrub-quote-form .shrub-form-actions {
    margin-top: 17px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px; }
    .shrub-quote-form .shrub-form-actions .shrub-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; }
      .shrub-quote-form .shrub-form-actions .shrub-btn-get-quotes img, .shrub-quote-form .shrub-form-actions .shrub-btn-get-quotes svg {
        position: relative;
        right: 0;
        transition: right 0.3s ease; }
      .shrub-quote-form .shrub-form-actions .shrub-btn-get-quotes:hover img, .shrub-quote-form .shrub-form-actions .shrub-btn-get-quotes:hover svg {
        right: 5px; }
    .shrub-quote-form .shrub-form-actions .shrub-btn-reset {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: #00A3E7;
      text-decoration: none;
      font-size: 16px;
      font-weight: 600;
      line-height: normal; }
  .shrub-quote-form .shrub-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; }
    .shrub-quote-form .shrub-estimate-side .shrub-estimate-range {
      color: #FFF;
      font-size: 45px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 17px; }
    .shrub-quote-form .shrub-estimate-side .shrub-est-subtitle {
      max-width: 210px;
      color: #FFF;
      text-align: center;
      font-size: 18px;
      font-weight: 400;
      line-height: 23px;
      margin-bottom: 18px; }
    .shrub-quote-form .shrub-estimate-side .shrub-est-disclaimer {
      max-width: 211px;
      color: #FFF;
      text-align: center;
      font-size: 16px;
      font-style: italic;
      font-weight: 300;
      line-height: 19px; }
    .shrub-quote-form .shrub-estimate-side .shrub-time-info {
      color: #FFF;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 19px;
      margin-top: auto; }
    .shrub-quote-form .shrub-estimate-side .shrub-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; }
      .shrub-quote-form .shrub-estimate-side .shrub-btn-match-pros img, .shrub-quote-form .shrub-estimate-side .shrub-btn-match-pros svg {
        position: relative;
        right: 0;
        transition: right 0.3s ease; }
      .shrub-quote-form .shrub-estimate-side .shrub-btn-match-pros:hover img, .shrub-quote-form .shrub-estimate-side .shrub-btn-match-pros:hover svg {
        right: 5px; }
      .shrub-quote-form .shrub-estimate-side .shrub-btn-match-pros svg path {
        fill: #019759; }
  @media screen and (max-width: 767px) {
    .shrub-quote-form {
      padding-top: 40px;
      padding-bottom: 1px; }
      .shrub-quote-form .shrub-quote-header {
        margin-bottom: 24px; }
        .shrub-quote-form .shrub-quote-header .shrub-top-pill {
          font-size: 13px;
          padding: 6px 12px; }
        .shrub-quote-form .shrub-quote-header h2 {
          font-size: 32px;
          line-height: 1.2; }
        .shrub-quote-form .shrub-quote-header p {
          font-size: 18px; }
      .shrub-quote-form .shrub-quote-card {
        flex-direction: column; }
      .shrub-quote-form .shrub-form-actions-mobile {
        display: flex !important;
        margin-top: 10px;
        justify-content: center;
        margin-bottom: 34px;
        margin-inline: auto;
        gap: 0; }
        .shrub-quote-form .shrub-form-actions-mobile .shrub-btn-get-quotes {
          max-width: 100%;
          width: 314px; }
        .shrub-quote-form .shrub-form-actions-mobile .shrub-btn-reset {
          margin-top: 23px; }
      .shrub-quote-form .shrub-form-side .shrub-form-group .shrub-location-input-wrapper {
        max-width: 100%; }
      .shrub-quote-form .shrub-estimate-side {
        border-radius: 25px;
        max-width: 100%;
        min-width: 0;
        margin-inline: 20px;
        height: 305px;
        padding: 20px; }
        .shrub-quote-form .shrub-estimate-side .shrub-est-subtitle {
          font-size: 16px;
          line-height: 18px;
          margin-bottom: 10px; }
        .shrub-quote-form .shrub-estimate-side .shrub-est-disclaimer {
          font-size: 12px;
          font-weight: 300;
          max-width: 100%;
          line-height: 19px; }
        .shrub-quote-form .shrub-estimate-side .shrub-time-info {
          font-size: 16px;
          line-height: 19px;
          padding-inline: 38px; }
        .shrub-quote-form .shrub-estimate-side .shrub-estimate-range {
          font-size: 44px;
          line-height: normal; } }
.shrub-services-list {
  padding: 70px 0;
  padding-bottom: 72px;
  background-color: #E5F6FD; }
  .shrub-services-list .shrub-services-container {
    max-width: 1126px;
    margin: 0 auto; }
  .shrub-services-list button.js-see-all-less-pros {
    font-weight: normal !important; }
  .shrub-services-list .shrub-service-card.shrub-extra-service-card {
    display: none; }
  .shrub-services-list .shrub-services-toggle-checkbox:checked ~ .shrub-services-grid .shrub-service-card.shrub-extra-service-card {
    display: block; }
  .shrub-services-list .shrub-service-card.shrub-filter-hidden {
    display: none !important; }
  .shrub-services-list .shrub-services-grid.shrub-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; }
  .shrub-services-list .shrub-label-text-less {
    display: none; }
  .shrub-services-list .shrub-services-toggle-checkbox:checked ~ .shrub-see-all-container .shrub-label-text-all {
    display: none; }
  .shrub-services-list .shrub-services-toggle-checkbox:checked ~ .shrub-see-all-container .shrub-label-text-less {
    display: inline; }
  .shrub-services-list .shrub-btn-see-all-label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px; }
  .shrub-services-list .shrub-services-header {
    text-align: center;
    margin-bottom: 39px; }
    .shrub-services-list .shrub-services-header h2 {
      text-align: center;
      font-size: 48px;
      font-weight: 700;
      line-height: 62px;
      font-family: ProximaNova-Bold; }
    .shrub-services-list .shrub-services-header p {
      text-align: center;
      font-size: 22px;
      font-weight: 400;
      line-height: 33px; }
  .shrub-services-list .shrub-services-controls {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 31px;
    flex-wrap: wrap;
    gap: 12.65px; }
    .shrub-services-list .shrub-services-controls .shrub-controls-heading {
      width: 100%;
      font-size: 22px;
      font-weight: 500;
      line-height: 33px; }
    .shrub-services-list .shrub-services-controls .shrub-filters-and-sort {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
    .shrub-services-list .shrub-services-controls .shrub-filter-buttons {
      display: flex;
      gap: 10px;
      flex-wrap: wrap; }
      .shrub-services-list .shrub-services-controls .shrub-filter-buttons .shrub-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; }
        .shrub-services-list .shrub-services-controls .shrub-filter-buttons .shrub-filter-btn:hover {
          background-color: #d3eaf3; }
        .shrub-services-list .shrub-services-controls .shrub-filter-buttons .shrub-filter-btn.active {
          background-color: #00A7ED;
          color: #fff;
          border-color: #0099FF; }
          .shrub-services-list .shrub-services-controls .shrub-filter-buttons .shrub-filter-btn.active:hover {
            background-color: #0088EE; }
    .shrub-services-list .shrub-services-controls .shrub-sort-control {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 14px;
      font-weight: 400;
      line-height: 16.602px; }
      .shrub-services-list .shrub-services-controls .shrub-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; }
  .shrub-services-list .shrub-service-card {
    width: 1126px;
    height: 220px;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 30px 27px 30px;
    margin-bottom: 10px; }
  .shrub-services-list .shrub-card-top-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
    @media (max-width: 600px) {
      .shrub-services-list .shrub-card-top-row {
        flex-direction: column; } }
  .shrub-services-list .shrub-provider-info {
    display: flex;
    gap: 17px; }
    .shrub-services-list .shrub-provider-info .shrub-provider-img {
      width: 74px;
      height: 74px;
      border-radius: 50%;
      object-fit: cover;
      flex-shrink: 0; }
    .shrub-services-list .shrub-provider-info .shrub-provider-details .shrub-name-row {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 4px; }
      .shrub-services-list .shrub-provider-info .shrub-provider-details .shrub-name-row h3 {
        font-size: 22px;
        font-weight: 700;
        line-height: normal;
        font-family: ProximaNova-Bold; }
      .shrub-services-list .shrub-provider-info .shrub-provider-details .shrub-name-row .shrub-verified-badge {
        display: flex;
        gap: 3px;
        color: #8FB741;
        font-size: 14px;
        font-weight: 400;
        line-height: 16.602px; }
    .shrub-services-list .shrub-provider-info .shrub-provider-details .shrub-rating-row {
      display: flex;
      align-items: center;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: #373737; }
      .shrub-services-list .shrub-provider-info .shrub-provider-details .shrub-rating-row .shrub-stars {
        display: flex;
        gap: 2px;
        padding-right: 4.667px; }
        .shrub-services-list .shrub-provider-info .shrub-provider-details .shrub-rating-row .shrub-stars .star-ratings {
          width: 16.667px;
          height: 15.625px; }
    .shrub-services-list .shrub-provider-info .shrub-provider-details .shrub-stats-row {
      display: flex;
      color: #373737;
      font-size: 16px;
      font-weight: 500;
      line-height: 26px; }
      .shrub-services-list .shrub-provider-info .shrub-provider-details .shrub-stats-row strong {
        color: #FF9000;
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
        font-family: ProximaNova-Bold;
        margin-left: 5px;
        margin-right: 20px; }
      .shrub-services-list .shrub-provider-info .shrub-provider-details .shrub-stats-row .shrub-availability-text {
        font-family: 'ProximaNova-Bold';
        color: #FF9000;
        margin-right: 5px; }
  .shrub-services-list .shrub-price-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: end;
    padding-top: 18px; }
    @media (max-width: 600px) {
      .shrub-services-list .shrub-price-info {
        text-align: left;
        margin-top: 15px;
        padding-left: 76px; } }
    .shrub-services-list .shrub-price-info .shrub-price-range {
      text-align: right;
      font-size: 26px;
      font-weight: 700;
      line-height: 26px;
      font-family: ProximaNova-Bold; }
    .shrub-services-list .shrub-price-info .shrub-price-label {
      font-size: 14px;
      font-weight: 500;
      line-height: normal; }
  .shrub-services-list .shrub-card-divider {
    height: 1px;
    width: 100%;
    background-color: #DDDCDC;
    margin-top: 14px;
    margin-bottom: 14px; }
  .shrub-services-list .shrub-card-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 600px) {
      .shrub-services-list .shrub-card-bottom-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px; } }
  .shrub-services-list .shrub-services-offered h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    font-family: ProximaNova-Bold;
    margin-bottom: 12px; }
  .shrub-services-list .shrub-services-offered ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
    .shrub-services-list .shrub-services-offered ul li {
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: 400;
      line-height: 30px;
      gap: 7px; }
  .shrub-services-list .shrub-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; }
    .shrub-services-list .shrub-btn-see-price img, .shrub-services-list .shrub-btn-see-price svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .shrub-services-list .shrub-btn-see-price:hover img, .shrub-services-list .shrub-btn-see-price:hover svg {
      left: 5px; }
  .shrub-services-list .shrub-see-all-container {
    margin-top: 40px;
    display: flex;
    justify-content: center; }
    .shrub-services-list .shrub-see-all-container .shrub-btn-see-all {
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 300px;
      height: 54px;
      padding: 0 40px;
      border-radius: 27px;
      background-color: #fff;
      text-decoration: none;
      color: #FF9000;
      font-size: 18px;
      font-weight: 600;
      gap: 10px;
      border: 1px solid #FF9000;
      transition: all 0.3s; }
      .shrub-services-list .shrub-see-all-container .shrub-btn-see-all img, .shrub-services-list .shrub-see-all-container .shrub-btn-see-all svg {
        position: relative;
        left: 0;
        transition: left 0.3s ease; }
      .shrub-services-list .shrub-see-all-container .shrub-btn-see-all:hover img, .shrub-services-list .shrub-see-all-container .shrub-btn-see-all:hover svg {
        left: 5px; }
      .shrub-services-list .shrub-see-all-container .shrub-btn-see-all:hover {
        background-color: #fff2f2f7; }
      .shrub-services-list .shrub-see-all-container .shrub-btn-see-all svg path {
        fill: #FF9000 !important; }
    .shrub-services-list .shrub-see-all-container .shrub-btn-see-all.shrub-services-list-only-mobile {
      display: none; }
  @media screen and (max-width: 1200px) {
    .shrub-services-list {
      padding-inline: 30px; }
      .shrub-services-list .shrub-service-card {
        width: 100%;
        height: auto;
        padding: 20px 30px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .shrub-services-list .shrub-service-card {
      width: 100%;
      margin-bottom: 20px; }
    .shrub-services-list .shrub-card-top-row {
      flex-direction: row;
      align-items: flex-start; }
    .shrub-services-list .shrub-services-header h2 {
      font-size: 38px;
      line-height: normal; }
    .shrub-services-list .shrub-price-info {
      margin-top: 0; }
    .shrub-services-list .shrub-filters-and-sort {
      flex-direction: column;
      align-items: flex-start;
      gap: 15px; }
      .shrub-services-list .shrub-filters-and-sort .shrub-sort-control {
        align-self: flex-end; } }
  @media screen and (max-width: 800px) {
    .shrub-services-list .shrub-card-top-row {
      flex-direction: column; }
    .shrub-services-list .shrub-price-info {
      align-items: flex-start;
      padding-left: 90px; } }
  @media screen and (max-width: 768px) {
    .shrub-services-list {
      padding: 50px 0 60px; }
      .shrub-services-list .shrub-services-header {
        padding-inline: 25px;
        margin-bottom: 23px; }
        .shrub-services-list .shrub-services-header h2 {
          font-size: 32px;
          line-height: 1.2;
          margin-bottom: 10px; }
        .shrub-services-list .shrub-services-header p {
          font-size: 16px;
          line-height: normal; }
      .shrub-services-list .shrub-services-controls {
        margin-bottom: 20px;
        padding-inline: 20px; }
        .shrub-services-list .shrub-services-controls .shrub-filters-and-sort {
          flex-direction: column;
          gap: 15px; }
          .shrub-services-list .shrub-services-controls .shrub-filters-and-sort .shrub-filter-buttons {
            gap: 6px; }
          .shrub-services-list .shrub-services-controls .shrub-filters-and-sort .shrub-sort-control {
            width: 100%;
            justify-content: space-between; }
      .shrub-services-list .shrub-services-grid {
        padding-left: 20px; }
        .shrub-services-list .shrub-services-grid.owl-carousel {
          display: block; }
        .shrub-services-list .shrub-services-grid .owl-dots {
          margin-top: 19px;
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 5px;
          padding: 0; }
          .shrub-services-list .shrub-services-grid .owl-dots .owl-dot {
            border-radius: 50%;
            background-color: #373737;
            cursor: pointer;
            opacity: 0.2;
            width: 7.7px;
            height: 7.7px; }
            .shrub-services-list .shrub-services-grid .owl-dots .owl-dot.active {
              transform: scale(1);
              opacity: 1; }
            .shrub-services-list .shrub-services-grid .owl-dots .owl-dot span {
              display: none; }
      .shrub-services-list .shrub-see-all-container {
        margin-top: 25px;
        padding-inline: 20px; }
        .shrub-services-list .shrub-see-all-container .shrub-services-list-only-desktop {
          display: none !important; }
        .shrub-services-list .shrub-see-all-container .shrub-services-list-only-mobile {
          display: flex !important; }
      .shrub-services-list .shrub-service-card.js-services-more {
        display: flex !important; }
      .shrub-services-list .shrub-service-card {
        width: 298px;
        height: auto;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px 20px; }
        .shrub-services-list .shrub-service-card .shrub-card-top-row,
        .shrub-services-list .shrub-service-card .shrub-card-bottom-row {
          display: contents; }
        .shrub-services-list .shrub-service-card .shrub-provider-info {
          order: 1;
          flex-direction: column;
          align-items: center;
          width: 100%;
          gap: 0; }
          .shrub-services-list .shrub-service-card .shrub-provider-info .shrub-provider-img {
            width: 74px;
            height: 74px;
            margin-bottom: 6px; }
          .shrub-services-list .shrub-service-card .shrub-provider-info .shrub-provider-details {
            width: 100%;
            align-items: center; }
            .shrub-services-list .shrub-service-card .shrub-provider-info .shrub-provider-details .shrub-name-row {
              text-align: center;
              flex-direction: column-reverse;
              margin-bottom: 5px;
              gap: 5px; }
              .shrub-services-list .shrub-service-card .shrub-provider-info .shrub-provider-details .shrub-name-row h3 {
                font-size: 22px;
                font-weight: 700;
                line-height: normal; }
              .shrub-services-list .shrub-service-card .shrub-provider-info .shrub-provider-details .shrub-name-row .shrub-verified-badge {
                justify-content: center;
                font-size: 12px; }
                .shrub-services-list .shrub-service-card .shrub-provider-info .shrub-provider-details .shrub-name-row .shrub-verified-badge img {
                  width: 12px;
                  height: 12px; }
            .shrub-services-list .shrub-service-card .shrub-provider-info .shrub-provider-details .shrub-rating-row {
              justify-content: center;
              margin-bottom: 4px; }
              .shrub-services-list .shrub-service-card .shrub-provider-info .shrub-provider-details .shrub-rating-row .shrub-stars {
                padding-right: 8px; }
              .shrub-services-list .shrub-service-card .shrub-provider-info .shrub-provider-details .shrub-rating-row .shrub-rating-reviews {
                font-size: 14px; }
            .shrub-services-list .shrub-service-card .shrub-provider-info .shrub-provider-details .shrub-stats-row {
              flex-direction: column;
              align-items: center; }
              .shrub-services-list .shrub-service-card .shrub-provider-info .shrub-provider-details .shrub-stats-row div {
                margin-right: 0; }
        .shrub-services-list .shrub-service-card .shrub-card-divider {
          order: 2;
          margin: 18px 0; }
        .shrub-services-list .shrub-service-card .shrub-services-offered {
          order: 3;
          width: 100%;
          margin-bottom: 20px; }
          .shrub-services-list .shrub-service-card .shrub-services-offered h4 {
            text-align: center;
            margin-bottom: 8px; }
          .shrub-services-list .shrub-service-card .shrub-services-offered ul {
            flex-direction: column;
            align-items: center;
            gap: 8px; }
            .shrub-services-list .shrub-service-card .shrub-services-offered ul li {
              font-size: 16px;
              gap: 12px; }
              .shrub-services-list .shrub-service-card .shrub-services-offered ul li img {
                width: 30px;
                height: 30px; }
        .shrub-services-list .shrub-service-card .shrub-price-info {
          order: 4;
          align-items: center;
          margin-bottom: 20px;
          padding: 0;
          width: 100%;
          text-align: center;
          margin-top: 0; }
          .shrub-services-list .shrub-service-card .shrub-price-info .shrub-price-range {
            font-size: 32px;
            text-align: center;
            line-height: normal;
            font-family: ProximaNova-Bold;
            color: #373737; }
          .shrub-services-list .shrub-service-card .shrub-price-info .shrub-price-label {
            font-size: 14px;
            color: #555;
            margin-top: 2px; }
        .shrub-services-list .shrub-service-card .shrub-btn-see-price {
          order: 5;
          width: 220px;
          height: 50px;
          font-size: 18px;
          background-color: #FF9000;
          border-radius: 25px; } }
.shrub-top-companies {
  padding: 70px 0 80px;
  background-color: #fff; }
  .shrub-top-companies .companies-container {
    max-width: 1126px;
    margin: 0 auto; }
  .shrub-top-companies .companies-header {
    text-align: center;
    margin-bottom: 30px; }
    .shrub-top-companies .companies-header h2 {
      font-family: ProximaNova-Bold;
      font-size: 48px;
      font-weight: 700;
      line-height: 62px; }
    .shrub-top-companies .companies-header p {
      color: #373737;
      font-size: 22px;
      font-weight: 400;
      line-height: 33px; }
  .shrub-top-companies .companies-grid {
    display: flex;
    justify-content: center;
    gap: 23px; }
  .shrub-top-companies .company-card {
    width: 360px;
    height: 415px;
    background-color: #F7F7F7;
    border-radius: 20px;
    padding: 21.27px 39px 30px 40px;
    text-align: center; }
    .shrub-top-companies .company-card .rank-number {
      text-align: right;
      font-family: ProximaNova-Bold;
      font-size: 28.571px;
      font-weight: 700;
      line-height: 21.429px; }
  .shrub-top-companies .vendor-profile {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    flex-shrink: 0; }
    .shrub-top-companies .vendor-profile .clp-rank-cap {
      position: absolute;
      top: -20px;
      z-index: 2;
      width: 42.3px;
      height: 23.2px;
      object-fit: contain; }
    .shrub-top-companies .vendor-profile img.vendor-img {
      width: 82px;
      height: 82px;
      border-radius: 50%;
      padding: 2px;
      background-color: #fff;
      box-sizing: border-box;
      object-fit: cover; }
    .shrub-top-companies .vendor-profile .vendor_headshot_1 {
      border: 3px solid #EEB803; }
    .shrub-top-companies .vendor-profile .vendor_headshot_2 {
      border: 3px solid #AAB0B2; }
    .shrub-top-companies .vendor-profile .vendor_headshot_3 {
      border: 3px solid #BE6A18; }
  .shrub-top-companies .vendor-name {
    margin-top: 15px;
    font-family: ProximaNova-Bold;
    font-size: 22px;
    font-weight: 700;
    line-height: normal; }
  .shrub-top-companies .vendor-name-link {
    text-decoration: none;
    color: #373737; }
  .shrub-top-companies .vendor-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; }
    .shrub-top-companies .vendor-rating .rating-reviews {
      margin-left: 5.17px; }
    .shrub-top-companies .vendor-rating .stars {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 3px; }
      .shrub-top-companies .vendor-rating .stars .star-ratings {
        width: 16.667px;
        height: 15.625px; }
  .shrub-top-companies .vendor-stats {
    margin-bottom: 18.5px; }
    .shrub-top-companies .vendor-stats .stat-row {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px; }
      .shrub-top-companies .vendor-stats .stat-row strong {
        color: #8FB741;
        font-family: ProximaNova-Bold;
        font-size: 20px;
        font-weight: 700;
        line-height: 26px; }
  .shrub-top-companies .vendor-price {
    margin-bottom: 20px; }
    .shrub-top-companies .vendor-price .price-range {
      font-family: ProximaNova-Bold;
      font-size: 26px;
      font-weight: 700;
      line-height: 26px; }
    .shrub-top-companies .vendor-price .price-label {
      font-size: 14px;
      font-weight: 500;
      line-height: normal; }
  .shrub-top-companies .btn-see-price {
    margin: 0 auto;
    width: 149px;
    height: 44px;
    border-radius: 22px;
    background-color: #FF9000;
    color: #FFF;
    font-family: ProximaNova-Semibold;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-decoration: none; }
    .shrub-top-companies .btn-see-price img, .shrub-top-companies .btn-see-price svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .shrub-top-companies .btn-see-price:hover img, .shrub-top-companies .btn-see-price:hover svg {
      left: 5px; }
  .shrub-top-companies .companies-grid {
    padding-left: 20px; }
    .shrub-top-companies .companies-grid .owl-nav .owl-prev,
    .shrub-top-companies .companies-grid .owl-nav .owl-next {
      display: none; }
    .shrub-top-companies .companies-grid .owl-dots {
      margin-top: 19px;
      display: flex !important;
      justify-content: center;
      align-items: center;
      gap: 5px;
      padding: 0; }
      .shrub-top-companies .companies-grid .owl-dots .owl-dot {
        border-radius: 50%;
        background-color: #373737;
        cursor: pointer;
        opacity: 0.2;
        width: 7.7px;
        height: 7.7px; }
        .shrub-top-companies .companies-grid .owl-dots .owl-dot.active {
          transform: scale(1);
          opacity: 1; }
        .shrub-top-companies .companies-grid .owl-dots .owl-dot span {
          display: none; }
  @media screen and (max-width: 1024px) {
    .shrub-top-companies {
      padding-left: 20px; } }
  @media screen and (min-width: 1025px) and (max-width: 1140px) {
    .shrub-top-companies .companies-grid {
      gap: 10px; }
    .shrub-top-companies .company-card {
      width: 325px;
      padding-inline: 20px; } }
  @media screen and (max-width: 768px) {
    .shrub-top-companies {
      padding: 50px 0 50px 5px; }
      .shrub-top-companies .companies-header {
        margin-bottom: 25px; }
        .shrub-top-companies .companies-header h2 {
          font-size: 38px;
          line-height: normal;
          margin-bottom: 10px; }
        .shrub-top-companies .companies-header p {
          text-align: center;
          font-size: 18px;
          line-height: normal; }
      .shrub-top-companies .company-card {
        padding: 21.27px 19px 40px;
        width: 293px;
        height: 455px;
        margin: 0 auto; }
      .shrub-top-companies .vendor-name {
        margin-top: 11.84px;
        font-size: 22px; }
      .shrub-top-companies .vendor-rating {
        margin-top: 8px;
        margin-bottom: 17px; }
      .shrub-top-companies .vendor-stats {
        margin-bottom: 16px; } }
.shrub-top-neighborhoods {
  padding: 70px 0 60px;
  background-color: #fff;
  border-bottom: 1px solid rgba(55, 55, 55, 0.2); }
  .shrub-top-neighborhoods .neighborhoods-container {
    max-width: 1202px;
    margin: 0 auto; }
  .shrub-top-neighborhoods .neighborhoods-header {
    text-align: center;
    margin-bottom: 13px;
    position: relative; }
    .shrub-top-neighborhoods .neighborhoods-header h2 {
      font-family: ProximaNova-Bold;
      margin-bottom: 4px;
      text-align: center;
      font-size: 48px;
      font-weight: 700;
      line-height: 62px; }
    .shrub-top-neighborhoods .neighborhoods-header p {
      text-align: center;
      font-size: 22px;
      font-weight: 400;
      line-height: 33px; }
    .shrub-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; }
      .shrub-top-neighborhoods .neighborhoods-header .activity-text img {
        position: relative;
        top: 15px; }
  .shrub-top-neighborhoods .neighborhoods-carousel {
    position: relative;
    padding: 0 60px; }
    .shrub-top-neighborhoods .neighborhoods-carousel .owl-dots {
      display: none; }
    .shrub-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; }
      .shrub-top-neighborhoods .neighborhoods-carousel .owl-nav button {
        pointer-events: all;
        border-radius: 50%;
        cursor: pointer;
        border: none; }
        .shrub-top-neighborhoods .neighborhoods-carousel .owl-nav button span {
          display: none; }
      .shrub-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); }
        .shrub-top-neighborhoods .neighborhoods-carousel .owl-nav .owl-prev:hover {
          background-color: #f0f0f0c2; }
      .shrub-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; }
        .shrub-top-neighborhoods .neighborhoods-carousel .owl-nav .owl-next:hover {
          background-color: #f0f0f0c2; }
  .shrub-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; }
    .shrub-top-neighborhoods .neighborhood-card .card-header-info {
      display: flex;
      align-items: center;
      width: 100%;
      margin-bottom: 7px;
      gap: 10px; }
      .shrub-top-neighborhoods .neighborhood-card .card-header-info .neighborhood-img {
        width: 54px;
        height: 54px;
        object-fit: cover;
        border-radius: 54px; }
      .shrub-top-neighborhoods .neighborhood-card .card-header-info .header-text {
        text-align: left; }
        .shrub-top-neighborhoods .neighborhood-card .card-header-info .header-text h3 {
          font-family: ProximaNova-Bold;
          font-size: 22px;
          line-height: normal; }
        .shrub-top-neighborhoods .neighborhood-card .card-header-info .header-text span {
          font-size: 13px;
          font-weight: 400;
          line-height: 16px;
          opacity: 0.7; }
    .shrub-top-neighborhoods .neighborhood-card .card-stats {
      width: 100%;
      line-height: normal; }
      .shrub-top-neighborhoods .neighborhood-card .card-stats .stat-row {
        display: flex;
        justify-content: flex-start;
        width: 100%; }
        .shrub-top-neighborhoods .neighborhood-card .card-stats .stat-row:last-child {
          margin-bottom: 12px; }
      .shrub-top-neighborhoods .neighborhood-card .card-stats .stat-item {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        gap: 5px; }
      .shrub-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; }
      .shrub-top-neighborhoods .neighborhood-card .card-stats .label {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px; }
      .shrub-top-neighborhoods .neighborhood-card .card-stats .jobs-completed-in-30d .dark-val {
        margin-right: 20px; }
      .shrub-top-neighborhoods .neighborhood-card .card-stats .dark-val {
        font-family: ProximaNova-Bold;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px; }
    .shrub-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; }
      .shrub-top-neighborhoods .neighborhood-card .cta-btn img, .shrub-top-neighborhoods .neighborhood-card .cta-btn svg {
        position: relative;
        left: 0;
        transition: left 0.3s ease; }
      .shrub-top-neighborhoods .neighborhood-card .cta-btn:hover img, .shrub-top-neighborhoods .neighborhood-card .cta-btn:hover svg {
        left: 5px; }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .shrub-top-neighborhoods .neighborhoods-carousel {
      padding-left: 40px;
      padding-right: 0; }
      .shrub-top-neighborhoods .neighborhoods-carousel .owl-nav {
        display: none; } }
  @media screen and (max-width: 768px) {
    .shrub-top-neighborhoods {
      padding: 50px 0; }
      .shrub-top-neighborhoods .neighborhoods-header h2 {
        font-size: 38px;
        line-height: normal;
        margin-bottom: 10px; }
      .shrub-top-neighborhoods .neighborhoods-header p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
        padding: 0 26px 0 27px; }
      .shrub-top-neighborhoods .neighborhoods-header .activity-text {
        margin-inline: auto;
        margin-bottom: 18px;
        max-width: 232px;
        font-size: 14px;
        line-height: 17px; }
      .shrub-top-neighborhoods .neighborhoods-carousel {
        padding-left: 20px;
        padding-right: 0; }
        .shrub-top-neighborhoods .neighborhoods-carousel .owl-nav .owl-prev,
        .shrub-top-neighborhoods .neighborhoods-carousel .owl-nav .owl-next {
          display: none; }
        .shrub-top-neighborhoods .neighborhoods-carousel .owl-dots {
          margin-top: 19px;
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 5px;
          padding: 0; }
          .shrub-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; }
            .shrub-top-neighborhoods .neighborhoods-carousel .owl-dots .owl-dot.active {
              transform: scale(1);
              opacity: 1; }
            .shrub-top-neighborhoods .neighborhoods-carousel .owl-dots .owl-dot span {
              display: none; }
      .shrub-top-neighborhoods .neighborhood-card {
        width: 330px;
        margin: 0 auto; } }
.shrub-cost-section {
  padding: 60.5px 0;
  background-color: #247D4C;
  background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/shrub-pruning/hedge-trimming-cost-bg.jpg");
  color: #fff;
  background-size: cover; }
  .shrub-cost-section .cost-container {
    max-width: 1088px;
    margin: 0 auto; }
  .shrub-cost-section .cost-header {
    text-align: center;
    margin-bottom: 51px; }
    .shrub-cost-section .cost-header h2 {
      font-family: 'ProximaNova-Bold';
      color: #FFF;
      text-align: center;
      font-size: 48px;
      font-weight: 700;
      line-height: 62px; }
    .shrub-cost-section .cost-header p {
      color: #FFF;
      text-align: center;
      font-size: 22px;
      font-weight: 400;
      line-height: 33px; }
  .shrub-cost-section .cost-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    position: relative; }
    @media (max-width: 900px) {
      .shrub-cost-section .cost-grid {
        flex-direction: column; } }
  .shrub-cost-section .cost-images-col {
    position: relative;
    width: 400px;
    height: 350px;
    flex-shrink: 0; }
    .shrub-cost-section .cost-images-col img {
      object-fit: cover;
      position: absolute;
      top: 47%; }
    .shrub-cost-section .cost-images-col .img-main {
      width: 320px;
      height: 300px;
      border-radius: 25px;
      top: 0;
      left: 0;
      z-index: 1; }
    .shrub-cost-section .cost-images-col .img-overlap {
      width: 198px;
      height: 165.303px;
      bottom: 0;
      right: 0;
      z-index: 2;
      border-radius: 25px; }
  .shrub-cost-section .cost-right-col {
    display: flex;
    flex-direction: column;
    max-width: 620px;
    height: 199px; }
  .shrub-cost-section .cost-factors-col {
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    padding: 34px;
    border-radius: 25px; }
    .shrub-cost-section .cost-factors-col h3 {
      font-family: ProximaNova-Bold;
      color: #FFF;
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 12px;
      line-height: normal; }
    .shrub-cost-section .cost-factors-col ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .shrub-cost-section .cost-factors-col ul li {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #FFF;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 16px; }
        .shrub-cost-section .cost-factors-col ul li:last-child {
          margin-bottom: 0; }
  .shrub-cost-section .cost-disclaimer {
    color: #FFF;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 23px;
    margin-top: 21px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .shrub-cost-section .cost-header, .shrub-cost-section .cost-grid {
      padding-inline: 20px; } }
  @media screen and (max-width: 767px) {
    .shrub-cost-section {
      padding: 50px 20px 0; }
      .shrub-cost-section .cost-header {
        margin-bottom: 34px; }
        .shrub-cost-section .cost-header h2 {
          font-size: 38px;
          line-height: 40px;
          margin-bottom: 14px; }
        .shrub-cost-section .cost-header p {
          font-size: 18px;
          line-height: 22px; }
      .shrub-cost-section .cost-factors-col {
        order: 1;
        padding: 22px;
        padding-right: 10px; }
        .shrub-cost-section .cost-factors-col h3 {
          font-size: 22px; }
        .shrub-cost-section .cost-factors-col ul li {
          font-size: 16px;
          line-height: 23px;
          margin-bottom: 10px; }
      .shrub-cost-section .cost-disclaimer {
        order: 2;
        margin-top: 20px;
        font-size: 18px;
        line-height: 23px;
        text-align: center; }
      .shrub-cost-section .cost-images-col {
        order: 3;
        width: 100%;
        margin-top: 43px; }
        .shrub-cost-section .cost-images-col .img-overlap {
          width: 140.77px;
          height: 118.065px;
          top: 138px;
          transform: scaleX(-1);
          left: 185px; }
        .shrub-cost-section .cost-images-col .img-main {
          margin-left: 27px;
          width: 230px;
          height: 215.625px;
          transform: scaleX(-1); } }
.shrub-bush-vs-pruning {
  padding: 80px 0 60px;
  background-color: #fff;
  text-align: center; }
  .shrub-bush-vs-pruning .container {
    max-width: 1066.5px;
    margin: 0 auto; }
  .shrub-bush-vs-pruning .header-content {
    margin: 0 auto 34px; }
    .shrub-bush-vs-pruning .header-content h2 {
      font-family: 'ProximaNova-Bold';
      text-align: center;
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 15.5px; }
    .shrub-bush-vs-pruning .header-content p {
      max-width: 1008px;
      text-align: center;
      font-size: 18px;
      font-weight: 500;
      line-height: 25px;
      margin: 0 auto; }
  .shrub-bush-vs-pruning .comparison-images {
    display: flex;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto 20px;
    height: 327px;
    position: relative; }
    .shrub-bush-vs-pruning .comparison-images .image-block {
      flex: 1;
      position: relative;
      height: 100%;
      min-height: 300px;
      /* For mobile */
      overflow: hidden; }
      .shrub-bush-vs-pruning .comparison-images .image-block img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease; }
      .shrub-bush-vs-pruning .comparison-images .image-block:hover img {
        transform: scale(1.05); }
      .shrub-bush-vs-pruning .comparison-images .image-block .label-overlay {
        width: 437px;
        height: 38px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(255, 255, 255, 0.02);
        backdrop-filter: blur(3.5px);
        padding: 10px 30px;
        border-radius: 30px;
        color: #fff;
        white-space: nowrap;
        z-index: 2;
        font-size: 22px;
        font-weight: 500;
        line-height: normal;
        display: flex;
        justify-content: center;
        align-items: center; }
  .shrub-bush-vs-pruning .footer-note {
    max-width: 674px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .shrub-bush-vs-pruning .footer-note p {
      margin-top: 5.83px;
      color: #000;
      text-align: center;
      font-size: 18px;
      font-style: italic;
      font-weight: 500;
      line-height: 25px; }
  @media screen and (min-width: 768px) and (max-width: 1100px) {
    .shrub-bush-vs-pruning {
      padding-inline: 20px; } }
  @media screen and (max-width: 767px) {
    .shrub-bush-vs-pruning {
      padding: 50px 20px 50px; }
      .shrub-bush-vs-pruning .comparison-images {
        flex-direction: column; }
        .shrub-bush-vs-pruning .comparison-images .image-block {
          min-height: 194px; }
          .shrub-bush-vs-pruning .comparison-images .image-block .label-overlay {
            width: 184px;
            font-size: 14px;
            line-height: normal; }
          .shrub-bush-vs-pruning .comparison-images .image-block .shrub-pruning {
            margin-bottom: 20px; }
      .shrub-bush-vs-pruning .footer-note p {
        font-size: 18px;
        line-height: 25px;
        padding-inline: 20px; }
      .shrub-bush-vs-pruning .header-content {
        margin-bottom: 20px; }
        .shrub-bush-vs-pruning .header-content h2 {
          font-size: 38px;
          line-height: 40px; }
        .shrub-bush-vs-pruning .header-content p {
          font-size: 18px;
          line-height: 22px; } }
.shrub-market-updates {
  padding: 80px 0 81px;
  background-color: #F7F7F7; }
  .shrub-market-updates .market-container {
    max-width: 1126px;
    margin: 0 auto; }
  .shrub-market-updates .market-header {
    text-align: center;
    max-width: 814px;
    margin: 0 auto 30px; }
    .shrub-market-updates .market-header h2 {
      font-family: ProximaNova-Bold;
      text-align: center;
      font-size: 48px;
      line-height: 54px; }
    .shrub-market-updates .market-header .last-updated {
      text-align: center;
      font-size: 22px;
      font-weight: 400;
      line-height: normal; }
  .shrub-market-updates .market-card {
    display: flex;
    background-color: #F7F7F7;
    border-radius: 25px;
    overflow: hidden; }
  .shrub-market-updates .market-image-col {
    width: 534px;
    min-height: 714px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px; }
    .shrub-market-updates .market-image-col img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .shrub-market-updates .market-content-col {
    flex: 1.2;
    padding: 35px 40px 52px 41px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff; }
  .shrub-market-updates .content-title {
    font-family: 'ProximaNova-Bold';
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px; }
  .shrub-market-updates .market-facts-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0; }
    .shrub-market-updates .market-facts-list li {
      display: flex;
      align-items: flex-start;
      font-size: 18px;
      font-weight: 700;
      line-height: 23px;
      margin-bottom: 14px; }
      .shrub-market-updates .market-facts-list li img {
        margin-right: 11px;
        flex-shrink: 0; }
      .shrub-market-updates .market-facts-list li strong {
        font-family: 'ProximaNova-Bold'; }
  .shrub-market-updates .happening-section {
    margin-bottom: 20px; }
    .shrub-market-updates .happening-section h3 {
      font-family: 'ProximaNova-Bold';
      font-size: 20px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 2px; }
    .shrub-market-updates .happening-section p {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px; }
  .shrub-market-updates .tips-section {
    margin-bottom: 20px; }
    .shrub-market-updates .tips-section h3 {
      font-family: 'ProximaNova-Bold';
      font-size: 20px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 10px; }
    .shrub-market-updates .tips-section ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .shrub-market-updates .tips-section ul li {
        display: flex;
        align-items: flex-start;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 4px; }
        .shrub-market-updates .tips-section ul li img {
          margin-right: 9px;
          flex-shrink: 0;
          margin-top: 2px; }
  .shrub-market-updates .disclaimer {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
    margin-top: 14px; }
  .shrub-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: 333px;
    height: 57px;
    color: #FFF;
    border-radius: 27px;
    text-decoration: none;
    font-family: ProximaNova-Bold;
    font-size: 20px;
    font-weight: 800;
    line-height: normal; }
    .shrub-market-updates .btn-schedule img, .shrub-market-updates .btn-schedule svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .shrub-market-updates .btn-schedule:hover img, .shrub-market-updates .btn-schedule:hover svg {
      left: 5px; }
    .shrub-market-updates .btn-schedule.mobile-only-btn {
      display: none; }
  @media screen and (min-width: 801px) and (max-width: 1024px) {
    .shrub-market-updates {
      padding: 50px 20px 45px; }
      .shrub-market-updates .market-content-col {
        padding-left: 20px; }
      .shrub-market-updates .market-image-col {
        width: 100%;
        height: auto; } }
  @media screen and (min-width: 768px) and (max-width: 800px) {
    .shrub-market-updates {
      padding: 50px 30px 45px; }
      .shrub-market-updates .market-card {
        flex-direction: column; }
      .shrub-market-updates .market-image-col {
        width: 100%;
        height: 400px; }
        .shrub-market-updates .market-image-col img {
          border-top-right-radius: 25px;
          border-bottom-left-radius: 0; }
      .shrub-market-updates .market-header h2 {
        font-size: 40px; } }
  @media screen and (max-width: 767px) {
    .shrub-market-updates {
      padding: 46px 20px 50px; }
      .shrub-market-updates .market-header h2 {
        padding: 0 1px 0 3px;
        font-size: 38px;
        margin-bottom: 7px;
        line-height: normal; }
      .shrub-market-updates .market-header .last-updated {
        font-size: 18px; }
      .shrub-market-updates .market-card {
        flex-direction: column; }
      .shrub-market-updates .market-image-col {
        width: 100%;
        min-height: 388px; }
      .shrub-market-updates .content-title {
        font-size: 28px;
        line-height: normal; }
      .shrub-market-updates .market-facts-list {
        margin-bottom: 30px; }
        .shrub-market-updates .market-facts-list li {
          margin-bottom: 12px; }
      .shrub-market-updates .happening-section {
        margin-bottom: 20px; }
        .shrub-market-updates .happening-section h3 {
          font-size: 20px;
          margin-bottom: 6px; }
        .shrub-market-updates .happening-section p {
          font-size: 16px; }
      .shrub-market-updates .tips-section {
        margin-bottom: 0; }
        .shrub-market-updates .tips-section h3 {
          font-size: 20px; }
        .shrub-market-updates .tips-section ul li {
          font-size: 16px;
          margin-bottom: 9px; }
      .shrub-market-updates .disclaimer {
        font-size: 14px;
        font-style: italic;
        line-height: 18px; }
      .shrub-market-updates .market-content-col {
        padding: 24px 18px 31px 20px; }
      .shrub-market-updates .btn-schedule.desktop-only-btn {
        display: none; }
      .shrub-market-updates .btn-schedule.mobile-only-btn {
        padding-inline: 4px;
        margin-inline: auto;
        width: 100%;
        display: flex;
        max-width: 327px;
        margin-top: 30px; } }
.shrub-care-section .protection-container {
  display: flex;
  max-width: 1171px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  margin: 0 auto;
  padding-bottom: 81px; }

.shrub-care-section .protection-row {
  display: flex;
  gap: 46px; }

.shrub-care-section .protection-text-col {
  padding-top: 21px; }
  .shrub-care-section .protection-text-col h3 {
    font-family: ProximaNova-Bold;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 12px;
    max-width: 448px; }
  .shrub-care-section .protection-text-col p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    max-width: 538px; }
  .shrub-care-section .protection-text-col .reasons-header {
    font-family: ProximaNova-Bold;
    font-weight: 700;
    margin-top: 18px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: normal;
    margin-top: 18px;
    margin-bottom: 12px; }

.shrub-care-section .protection-feature {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 10px; }
  .shrub-care-section .protection-feature img {
    width: 19px;
    height: 19px;
    margin-right: 8px; }
  .shrub-care-section .protection-feature span {
    font-size: 16px;
    font-weight: 400;
    line-height: normal; }

.shrub-care-section .tree-trimming-link {
  margin-top: 12px;
  display: flex;
  width: 245px;
  height: 25px;
  padding: 2px 4px 2px 10px;
  align-items: center;
  gap: 6px;
  border-radius: 34px;
  background: rgba(217, 217, 217, 0.2);
  color: #00A7ED;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
  text-decoration: none; }

@media screen and (max-width: 1200px) {
  .shrub-care-section {
    padding: 0 20px 0; } }

@media screen and (min-width: 768px) and (max-width: 900px) {
  .shrub-care-section .protection-text-col h3 {
    font-size: 36px;
    line-height: normal; }
  .shrub-care-section .protection-row .protection-image-col img {
    width: 400px; } }

@media screen and (max-width: 767px) {
  .shrub-care-section {
    padding: 0 20px 0; }
    .shrub-care-section .protection-row {
      flex-direction: column;
      gap: 25.3px; }
    .shrub-care-section .protection-text-col {
      padding-top: 0; }
      .shrub-care-section .protection-text-col .reasons-header {
        margin-top: 18px;
        margin-bottom: 13.5px;
        padding-inline: 12px; }
      .shrub-care-section .protection-text-col h3 {
        text-align: center;
        font-size: 32px;
        margin-bottom: 10px; }
      .shrub-care-section .protection-text-col p {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 25px; }
    .shrub-care-section .protection-container {
      gap: 41.5px; }
    .shrub-care-section .protection-feature p {
      margin-bottom: 0;
      text-align: left; }
    .shrub-care-section .protection-image-col {
      width: 100%; }
      .shrub-care-section .protection-image-col img {
        width: 100%;
        height: auto;
        min-height: 250px; } }
.shrub-whats-included {
  padding: 78px 0 80px;
  background-color: #E1F8FE;
  text-align: center; }
  .shrub-whats-included .whats-included-container {
    max-width: 1366px;
    margin: 0 auto; }
  .shrub-whats-included h2 {
    font-family: 'ProximaNova-Bold';
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 62px;
    margin-bottom: 22px;
    position: relative;
    display: inline-block; }
    .shrub-whats-included h2 .arrow-icon {
      position: relative;
      top: 20px; }
  .shrub-whats-included .included-circles-row {
    display: flex;
    justify-content: center;
    gap: 109px;
    margin-bottom: 44px;
    flex-wrap: wrap; }
    .shrub-whats-included .included-circles-row .circle-item .img-wrapper {
      width: 220px;
      height: 220px;
      overflow: hidden;
      margin-bottom: 14px;
      border-radius: 220px; }
    .shrub-whats-included .included-circles-row .circle-item p {
      font-family: ProximaNova-Semibold;
      text-align: center;
      font-size: 24px;
      font-weight: 600;
      line-height: 28px; }
  .shrub-whats-included .addons-banner {
    position: relative;
    max-width: 1121px;
    margin: 0 auto 40px;
    border-radius: 20px;
    overflow: hidden;
    height: 278px;
    color: #fff;
    background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/shrub-pruning/hedge-trimming-addons-background.jpg");
    background-size: cover;
    background-position: center; }
    .shrub-whats-included .addons-banner .banner-content {
      position: relative;
      z-index: 2;
      width: 100%;
      padding: 0 20px; }
    .shrub-whats-included .addons-banner h3 {
      margin-top: 38px;
      margin-bottom: 28px;
      color: #FFF;
      font-family: ProximaNova-Bold;
      text-align: center;
      font-size: 28px;
      font-weight: 700;
      line-height: normal; }
    .shrub-whats-included .addons-banner .addons-grid {
      display: flex;
      justify-content: center;
      gap: 16px; }
      .shrub-whats-included .addons-banner .addons-grid .addon-pill {
        width: 273px;
        height: 110px;
        background-color: #fff;
        border-radius: 50px;
        display: flex;
        align-items: center;
        gap: 12px;
        cursor: Default;
        transition: transform 0.2s;
        padding: 15px;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); }
        .shrub-whats-included .addons-banner .addons-grid .addon-pill:hover {
          transform: translateY(-1px); }
        .shrub-whats-included .addons-banner .addons-grid .addon-pill span {
          color: #373737;
          font-size: 16px;
          font-weight: 400;
          line-height: normal; }
  .shrub-whats-included .btn-get-quote {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, #FF6F00 0%, #FF9B00 92.39%);
    color: #fff;
    width: 301px;
    height: 57px;
    font-family: 'ProximaNova-Bold';
    font-size: 18px;
    font-weight: 700;
    padding: 15px 40px;
    border-radius: 30px;
    text-decoration: none; }
    .shrub-whats-included .btn-get-quote img, .shrub-whats-included .btn-get-quote svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .shrub-whats-included .btn-get-quote:hover img, .shrub-whats-included .btn-get-quote:hover svg {
      left: 5px; }
    .shrub-whats-included .btn-get-quote:hover {
      background-color: #FF7B00;
      color: #fff; }
  @media (min-width: 901px) and (max-width: 1200px) {
    .shrub-whats-included .addons-banner {
      margin-inline: 40px; } }
  @media (min-width: 768px) and (max-width: 900px) {
    .shrub-whats-included .addons-banner {
      margin-inline: 20px; }
    .shrub-whats-included .included-circles-row {
      gap: 36px; }
      .shrub-whats-included .included-circles-row .circle-item p {
        font-size: 24px;
        font-weight: 600;
        line-height: 28px; }
      .shrub-whats-included .included-circles-row .circle-item .img-wrapper {
        width: 180px;
        height: 180px;
        margin-bottom: 10px; }
        .shrub-whats-included .included-circles-row .circle-item .img-wrapper img {
          width: 100%; } }
  @media (max-width: 767px) {
    .shrub-whats-included {
      padding: 50px 27px 52px 28px; }
      .shrub-whats-included h2 {
        font-size: 38px;
        line-height: normal;
        margin-bottom: 26px; }
      .shrub-whats-included .included-circles-row {
        flex-direction: column;
        align-items: center;
        gap: 36px;
        margin-bottom: 40px; }
        .shrub-whats-included .included-circles-row .circle-item p {
          font-size: 24px;
          font-weight: 600;
          line-height: 28px; }
        .shrub-whats-included .included-circles-row .circle-item .img-wrapper {
          margin-bottom: 10px; }
      .shrub-whats-included .btn-get-quote {
        height: 66px;
        border-radius: 33px; }
      .shrub-whats-included .addons-banner {
        height: auto;
        margin-bottom: 30px; }
        .shrub-whats-included .addons-banner h3 {
          padding-inline: 20px;
          font-size: 26px;
          line-height: normal; }
        .shrub-whats-included .addons-banner .banner-content {
          padding-bottom: 51px; }
        .shrub-whats-included .addons-banner .addons-grid {
          gap: 10px;
          flex-wrap: wrap; } }
.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: 819px;
    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); }
      .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 36px 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 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 {
      grid-template-columns: repeat(2, 1fr);
      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%; } }
.shrub-faq-section {
  padding: 80px 0 60px;
  background-color: #F7F7F7;
  text-align: center; }
  .shrub-faq-section .shrub-faq-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px; }
  .shrub-faq-section .shrub-faq-header {
    margin-bottom: 28px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .shrub-faq-section .shrub-faq-title {
    font-family: 'ProximaNova-Bold';
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px; }
  .shrub-faq-section .shrub-faq-subtitle-wrapper {
    position: relative;
    display: inline-block; }
  .shrub-faq-section .shrub-faq-subtitle {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px; }
    .shrub-faq-section .shrub-faq-subtitle img {
      position: relative;
      top: 28px; }
  .shrub-faq-section .shrub-faq-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    margin-bottom: 40px;
    position: relative; }
  .shrub-faq-section .shrub-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; }
    .shrub-faq-section .shrub-faq-item.hidden-faq-item {
      display: none; }
    .shrub-faq-section .shrub-faq-item[open] .shrub-faq-question {
      padding-bottom: 6px; }
    .shrub-faq-section .shrub-faq-item[open] .shrub-faq-icon {
      transform: rotate(180deg); }
  .shrub-faq-section .shrub-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; }
    .shrub-faq-section .shrub-faq-question::-webkit-details-marker {
      display: none; }
  .shrub-faq-section .shrub-faq-icon {
    flex-shrink: 0;
    width: 14px;
    height: auto;
    color: #888;
    transition: transform 0.3s ease;
    opacity: 0.5; }
  .shrub-faq-section .shrub-faq-answer {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; }
    .shrub-faq-section .shrub-faq-answer p {
      margin: 0; }
  .shrub-faq-section .shrub-faq-show-more-container {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2; }
  .shrub-faq-section .shrub-btn-show-more {
    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; }
    .shrub-faq-section .shrub-btn-show-more:hover {
      background-color: #f9f9f9;
      transform: translateY(-2px); }
  @media screen and (max-width: 767px) {
    .shrub-faq-section {
      padding: 50px 0; }
      .shrub-faq-section .shrub-faq-title {
        font-size: 38px;
        line-height: normal;
        margin-bottom: 9px; }
      .shrub-faq-section .shrub-faq-subtitle {
        font-size: 18px;
        line-height: 22px; }
      .shrub-faq-section .shrub-faq-question {
        font-size: 18px;
        line-height: 24px; }
      .shrub-faq-section .shrub-faq-answer {
        font-size: 18px;
        line-height: 24px; } }
.shrub-cta-section {
  background: linear-gradient(103deg, #00B65F 15.34%, #009759 73.54%);
  padding-top: 50px;
  padding-bottom: 45px; }

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

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

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

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

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

.shrub-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; }
  .shrub-btn-primary img, .shrub-btn-primary svg {
    position: relative;
    left: 0;
    transition: left 0.3s ease; }
  .shrub-btn-primary:hover img, .shrub-btn-primary:hover svg {
    left: 5px; }
  .shrub-btn-primary:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
  .shrub-btn-primary svg path {
    fill: #019C5A !important; }

.shrub-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; }
  .shrub-btn-outline img, .shrub-btn-outline svg {
    position: relative;
    left: 0;
    transition: left 0.3s ease; }
  .shrub-btn-outline:hover img, .shrub-btn-outline:hover svg {
    left: 5px; }
  .shrub-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1); }

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

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

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

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













*/
