.leaf-press-mentions.locations-v1 {
  background: #098953;
  display: block; }
  @media screen and (min-width: 768px) {
    .leaf-press-mentions.locations-v1 {
      height: 200px; } }
.leaf-press-mentions {
  height: 226px;
  color: #fff;
  background-color: #098953;
  font-family: ProximaNova-Regular; }
  .leaf-press-mentions .press-container {
    margin: 0 auto;
    padding: 20px 80px 0;
    max-width: 1366px; }
    @media (min-width: 768px) {
      .leaf-press-mentions .press-container {
        padding: 20px 60px 0; } }
    @media (min-width: 1200px) {
      .leaf-press-mentions .press-container {
        padding: 20px 80px 0; } }
  .leaf-press-mentions .breadcrumbs a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 12.695px;
    text-decoration: none; }
    .leaf-press-mentions .breadcrumbs a:hover {
      text-decoration: underline; }
  .leaf-press-mentions .breadcrumbs img {
    margin-inline: 3px; }
  .leaf-press-mentions .breadcrumbs span {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 12.695px;
    opacity: 0.8; }
  .leaf-press-mentions .press-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1012px;
    margin: 0 auto;
    height: 123px; }
  .leaf-press-mentions .divider {
    width: 2px;
    height: 107px;
    background-color: #FFF;
    opacity: 0.2;
    flex-shrink: 0; }
  .leaf-press-mentions .local-press {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 20px;
    flex-shrink: 0; }
    .leaf-press-mentions .local-press .press-label {
      margin-top: 24px;
      position: relative;
      display: inline-flex;
      font-size: 18px;
      font-weight: 400;
      line-height: normal;
      white-space: nowrap;
      gap: 2px; }
      .leaf-press-mentions .local-press .press-label img {
        margin-top: 10px; }
    .leaf-press-mentions .local-press .local-paper-name {
      font-family: 'ProximaNova-Bold', 'proxima_nova_rgbold';
      font-size: 32px;
      color: #00B0FF;
      font-weight: 800;
      white-space: nowrap;
      padding: 5px 10px;
      border-radius: 9999px;
      margin-top: 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      min-height: 60px;
      background: transparent; }
      .leaf-press-mentions .local-press .local-paper-name:has(img.loaded) {
        background: #fff; }
      .leaf-press-mentions .local-press .local-paper-name:is(a) {
        text-decoration: none;
        color: inherit; }
      .leaf-press-mentions .local-press .local-paper-name img {
        object-fit: contain;
        max-height: 73px;
        width: auto; }
      .leaf-press-mentions .local-press .local-paper-name span {
        color: #222; }
  .leaf-press-mentions .national-press {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden; }
    .leaf-press-mentions .national-press .featured-label {
      text-align: center;
      font-size: 18px;
      font-weight: 400;
      line-height: normal;
      margin-bottom: 24px;
      white-space: nowrap; }
    .leaf-press-mentions .national-press .desktop-logos {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-top: 5px; }
      .leaf-press-mentions .national-press .desktop-logos .logo-item {
        width: auto;
        display: flex;
        justify-content: center; }
    .leaf-press-mentions .national-press .logos-carousel-wrapper {
      width: 320px;
      overflow: hidden;
      height: 80px;
      position: relative;
      margin-top: 5px; }
      .leaf-press-mentions .national-press .logos-carousel-wrapper .logo-item {
        width: 100px;
        flex-shrink: 0; }
      .leaf-press-mentions .national-press .logos-carousel-wrapper.only-mobile {
        display: none; }
    .leaf-press-mentions .national-press .logos-track {
      display: flex;
      width: max-content;
      animation: scrollLogos 20s linear infinite; }
      .leaf-press-mentions .national-press .logos-track:hover {
        animation-play-state: paused; }
    .leaf-press-mentions .national-press .logo-item {
      display: flex;
      align-items: center;
      justify-content: center; }
      .leaf-press-mentions .national-press .logo-item img {
        object-fit: contain;
        opacity: 0.8;
        filter: brightness(0) invert(1);
        transition: opacity 0.2s;
        max-width: 85px;
        height: auto; }
        .leaf-press-mentions .national-press .logo-item img:hover {
          opacity: 1; }

@keyframes scrollLogos {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-25%); } }
  .leaf-press-mentions .press-rating {
    padding: 0 0 0 20px;
    width: 163px;
    padding-bottom: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 5px;
    display: flex;
    flex-shrink: 0; }
    .leaf-press-mentions .press-rating .rating-score {
      font-family: 'ProximaNova-Bold', 'proxima_nova_rgbold';
      font-size: 44px;
      font-weight: 700;
      line-height: 27px;
      opacity: 0.9; }
    .leaf-press-mentions .press-rating .review-count {
      opacity: 0.9;
      font-size: 20px;
      font-weight: 400;
      line-height: 27px;
      white-space: nowrap; }
  @media screen and (min-width: 901px) and (max-width: 1100px) {
    .leaf-press-mentions .no-press-logo {
      padding-top: 37px; }
    .leaf-press-mentions .national-press .desktop-logos.only-desktop {
      display: none !important; }
    .leaf-press-mentions .national-press .logos-carousel-wrapper.only-mobile {
      display: block !important; }
    .leaf-press-mentions .press-rating {
      width: unset; }
    .leaf-press-mentions .national-press {
      padding: 0; } }
  @media screen and (min-width: 769px) and (max-width: 900px) {
    .leaf-press-mentions .no-press-logo {
      padding-top: 37px; }
    .leaf-press-mentions .national-press .desktop-logos.only-desktop {
      display: none !important; }
    .leaf-press-mentions .national-press .logos-carousel-wrapper.only-mobile {
      display: block !important; }
    .leaf-press-mentions .press-rating {
      width: unset; }
    .leaf-press-mentions .national-press {
      padding: 0; } }
  @media screen and (width: 768px) {
    .leaf-press-mentions .no-press-logo {
      padding-top: 37px; }
    .leaf-press-mentions .desktop-logos.only-desktop {
      display: none !important; }
    .leaf-press-mentions .press-container {
      padding: 20px 30px; }
    .leaf-press-mentions .press-rating {
      width: unset; }
    .leaf-press-mentions .national-press {
      padding: 0; }
    .leaf-press-mentions .logos-carousel-wrapper.only-mobile {
      display: block !important;
      width: 280px; } }
@media screen and (max-width: 767px) {
  .leaf-press-mentions {
    height: auto;
    padding-bottom: 0; }
    .leaf-press-mentions .press-container {
      padding: 0;
      max-width: 100%; }
    .leaf-press-mentions .no-press-logo {
      padding-top: 37px; }
    .leaf-press-mentions .press-grid {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: auto;
      gap: 0;
      margin: 0; }
    .leaf-press-mentions .divider {
      display: none; }
    .leaf-press-mentions .local-press {
      padding: 37px 0 0;
      justify-content: center;
      width: 100%;
      box-sizing: border-box; }
      .leaf-press-mentions .local-press .press-label {
        text-align: center;
        margin-top: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 3px;
        position: relative;
        font-size: 22px;
        font-weight: 600; }
      .leaf-press-mentions .local-press .local-paper-name {
        margin-bottom: 10px; }
    .leaf-press-mentions .national-press {
      padding: 0;
      width: 100%;
      box-sizing: border-box;
      align-items: center; }
      .leaf-press-mentions .national-press .desktop-logos.only-desktop {
        display: none !important; }
      .leaf-press-mentions .national-press .logos-carousel-wrapper.only-mobile {
        display: block !important; }
      .leaf-press-mentions .national-press .featured-label {
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
        white-space: nowrap;
        font-weight: 400;
        font-size: 18px; }
        .leaf-press-mentions .national-press .featured-label::before, .leaf-press-mentions .national-press .featured-label::after {
          content: "";
          flex: 1;
          height: 1px;
          background-color: #fff; }
        .leaf-press-mentions .national-press .featured-label::before {
          margin-right: 9px; }
        .leaf-press-mentions .national-press .featured-label::after {
          margin-left: 9px; }
      .leaf-press-mentions .national-press .logos-carousel-wrapper {
        width: 100%;
        height: 50px;
        -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
        mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); }
      .leaf-press-mentions .national-press .logos-track {
        animation: scrollLogos 15s linear infinite; }
      .leaf-press-mentions .national-press .logo-item {
        width: 90px; }
        .leaf-press-mentions .national-press .logo-item img {
          height: 20px; }
    .leaf-press-mentions .press-rating {
      width: 100%;
      height: auto;
      flex: none;
      padding: 25px 20px;
      padding-bottom: 30px;
      box-sizing: border-box;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 12px; }
      .leaf-press-mentions .press-rating .rating-score {
        font-size: 44px;
        font-weight: 700;
        line-height: 24px; }
      .leaf-press-mentions .press-rating .review-count {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center; }
        .leaf-press-mentions .press-rating .review-count .count {
          font-size: 20px;
          font-weight: 400;
          line-height: 1.2; }
        .leaf-press-mentions .press-rating .review-count .label {
          font-size: 20px;
          font-weight: 400;
          line-height: 1; }
      .leaf-press-mentions .press-rating .stars {
        display: flex;
        align-items: center;
        padding-top: 5px; }
        .leaf-press-mentions .press-rating .stars img {
          height: 24px;
          width: auto; } }
.leaf-testimonials {
  padding-top: 70px;
  background-color: #01995A;
  background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/leaf-removals/real-experience-from-greenpal-users-bg.jpg");
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  background-position: bottom; }
  .leaf-testimonials .testimonials-container {
    max-width: 1186px;
    margin: 0 auto; }
  .leaf-testimonials .testimonials-header {
    margin-bottom: 34px;
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 5px; }
    .leaf-testimonials .testimonials-header h2 {
      width: 706px;
      padding: 0 15px;
      color: #FFF;
      text-align: center;
      font-size: 48px;
      font-weight: 700;
      line-height: 50px;
      margin: 0; }
      .leaf-testimonials .testimonials-header h2 img {
        top: 10px;
        position: relative; }
  .leaf-testimonials .testimonials-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 306px;
    max-width: 1187px; }
  .leaf-testimonials .testimonials-grid {
    display: block;
    width: 100%;
    z-index: 1; }
    @media screen and (min-width: 1025px) {
      .leaf-testimonials .testimonials-grid {
        padding: 0 80px; } }
    @media screen and (max-width: 1024px) {
      .leaf-testimonials .testimonials-grid {
        padding-left: 20px; } }
  .leaf-testimonials .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 10;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .leaf-testimonials .owl-nav {
        display: none; } }
  .leaf-testimonials .owl-prev,
  .leaf-testimonials .owl-next {
    pointer-events: auto;
    background: none;
    border: none;
    padding: 0; }
    .leaf-testimonials .owl-prev:focus,
    .leaf-testimonials .owl-next:focus {
      outline: none; }
  .leaf-testimonials .nav-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s;
    color: #fff; }
    .leaf-testimonials .nav-arrow:hover {
      background-color: rgba(255, 255, 255, 0.4); }
    .leaf-testimonials .nav-arrow svg {
      width: 24px;
      height: 24px; }
    @media (max-width: 600px) {
      .leaf-testimonials .nav-arrow {
        display: none; } }
  .leaf-testimonials .testimonial-card {
    background-color: #fff;
    border-radius: 25px;
    width: 325px;
    height: 244px;
    margin-top: 50px;
    flex-shrink: 0;
    position: relative;
    color: #333;
    text-align: center;
    box-shadow: 0px 2px 4px 0px rgba(59, 89, 151, 0.0448); }
    .leaf-testimonials .testimonial-card .user-avatar {
      position: absolute;
      top: -44px;
      border-radius: 50%;
      object-fit: cover;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      width: 88px;
      height: 88px; }
    .leaf-testimonials .testimonial-card .quote-icon-bg {
      position: absolute;
      top: 36px;
      left: 30.5px;
      pointer-events: none;
      z-index: 1; }
    .leaf-testimonials .testimonial-card .item {
      padding-top: 57px; }
    .leaf-testimonials .testimonial-card blockquote {
      color: #373737;
      text-align: center;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 25px;
      padding-left: 40px;
      padding-right: 40px;
      z-index: 3;
      overflow-y: auto;
      position: relative;
      height: 100px; }
    .leaf-testimonials .testimonial-card .user-info {
      margin-top: 20px; }
      .leaf-testimonials .testimonial-card .user-info h3 {
        color: #373737;
        text-align: center;
        font-family: ProximaNova-Bold;
        font-size: 16px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 8px;
        margin-top: 0; }
      .leaf-testimonials .testimonial-card .user-info span {
        color: #969898;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: normal; }
  .leaf-testimonials .btn-schedule-fall {
    margin: 30px auto 0;
    width: 333px;
    height: 57px;
    background: linear-gradient(0deg, #FF6F00 0%, #FF9B00 92.39%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 6px;
    font-family: ProximaNova-Bold;
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
    border-radius: 26px;
    text-decoration: none; }
    .leaf-testimonials .btn-schedule-fall img, .leaf-testimonials .btn-schedule-fall svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .leaf-testimonials .btn-schedule-fall:hover img, .leaf-testimonials .btn-schedule-fall:hover svg {
      left: 5px; }
  .leaf-testimonials .guarantee-text {
    margin-top: 35px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 62px; }

@media screen and (max-width: 768px) {
  .leaf-testimonials {
    padding-top: 45px;
    padding-bottom: 47px;
    background-position: top;
    background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/leaf-removals/real-experience-from-greenpal-users-mobile-bg.jpg"); }
    .leaf-testimonials .testimonials-container {
      max-width: 100%;
      padding: 0 0 0 24px; }
    .leaf-testimonials .testimonials-grid {
      padding: 0; }
    .leaf-testimonials .testimonial-card .user-avatar {
      width: 74.29px;
      height: 74.29px; }
    .leaf-testimonials .testimonial-card {
      width: 274.367px;
      height: 205.986px; }
      .leaf-testimonials .testimonial-card .quote-icon-bg {
        width: 62.472px;
        height: 52.341px; }
      .leaf-testimonials .testimonial-card .item {
        padding-top: 48px; }
      .leaf-testimonials .testimonial-card blockquote {
        font-size: 16px;
        font-weight: 400;
        line-height: 21.105px;
        padding-left: 23px;
        padding-right: 33.37px;
        height: 85px; }
      .leaf-testimonials .testimonial-card .user-info {
        margin-top: 16.15px; }
        .leaf-testimonials .testimonial-card .user-info h3 {
          font-size: 14px;
          font-weight: 700;
          margin-bottom: 8.79px; }
        .leaf-testimonials .testimonial-card .user-info span {
          font-size: 12px;
          font-weight: 400; }
    .leaf-testimonials .testimonials-grid {
      margin-bottom: 30px; }
      .leaf-testimonials .testimonials-grid .owl-dots {
        margin-top: 19px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        padding: 0; }
        .leaf-testimonials .testimonials-grid .owl-dots .owl-dot {
          border-radius: 50%;
          background-color: #373737;
          cursor: pointer;
          opacity: 0.2;
          width: 7.7px;
          height: 7.7px; }
          .leaf-testimonials .testimonials-grid .owl-dots .owl-dot.active {
            transform: scale(1);
            opacity: 1; }
          .leaf-testimonials .testimonials-grid .owl-dots .owl-dot span {
            display: none; }
    .leaf-testimonials .guarantee-text {
      margin-top: 34px;
      text-align: center;
      font-size: 24px;
      font-weight: 600;
      padding: 0px 40px; }
    .leaf-testimonials .btn-schedule-fall {
      margin: 0 auto; }
    .leaf-testimonials .testimonials-header {
      margin-bottom: 20px; }
      .leaf-testimonials .testimonials-header h2 {
        padding: 0;
        font-size: 38px;
        font-weight: 700; }
        .leaf-testimonials .testimonials-header h2 img {
          display: none; } }
@font-face {
  font-family: 'Heebo-Regular';
  src: url(/assets/Heebo/Heebo-Regular-c29e861774d7357f7242ac26e927e288c9ce42384f93a3d418d69663915473db.ttf) format("truetype");
  font-display: swap; }

.leaf-how-it-works {
  margin-top: -7px;
  min-height: 582px;
  background: linear-gradient(180deg, #9AC540 -15.77%, #42A042 102.48%);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px; }
  .leaf-how-it-works .works-container {
    max-width: 1366px;
    margin: 0 auto;
    padding: 66px 80px; }
  .leaf-how-it-works .works-header h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
    line-height: 54px; }
  .leaf-how-it-works .steps-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    /* Reduced gap to save space */ }
    @media (max-width: 800px) {
      .leaf-how-it-works .steps-grid {
        flex-direction: column;
        gap: 10px;
        align-items: center; } }
  .leaf-how-it-works .step-item {
    flex: 1;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; }
  .leaf-how-it-works .step-arrow {
    height: 60px;
    width: 60px;
    margin-top: 55px;
    flex-shrink: 0;
    /* Prevent arrows from squishing */ }
    .leaf-how-it-works .step-arrow img {
      width: 25px;
      height: auto;
      opacity: 0.8; }
    .leaf-how-it-works .step-arrow.arrow-1 img {
      transform: rotate(-90deg);
      margin-top: -20px; }
    .leaf-how-it-works .step-arrow.arrow-2 img {
      transform: rotate(-90deg) scaleX(-1);
      margin-top: -20px; }
  .leaf-how-it-works .step-text h3 {
    margin-top: 22px;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    font-family: Heebo-Regular; }
  .leaf-how-it-works .step-2 {
    max-width: 356px;
    flex: 1.5; }

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

@media screen and (max-width: 768px) {
  .leaf-how-it-works {
    height: auto;
    padding-bottom: 84px;
    padding-top: 50px;
    min-height: auto; }
    .leaf-how-it-works .works-container {
      padding: 0 20px; }
    .leaf-how-it-works .only-mobile {
      display: block; }
    .leaf-how-it-works .only-desktop {
      display: none; }
    .leaf-how-it-works .works-header h2 {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 41.5px;
      margin-top: 0; }
      .leaf-how-it-works .works-header h2 br {
        display: none; }
    .leaf-how-it-works .step-item {
      max-width: 100%; }
      .leaf-how-it-works .step-item .icon-circle img {
        width: 152px;
        height: 152px; }
    .leaf-how-it-works .step-text h3 {
      margin-top: 15px;
      font-size: 25px;
      font-weight: 600; }
    .leaf-how-it-works .step-3 br,
    .leaf-how-it-works .text-1 br {
      display: none; }
    .leaf-how-it-works .step-arrow {
      margin: 10px 0; }
      .leaf-how-it-works .step-arrow img {
        width: 16px; } }
.leaf-quote-form {
  padding-top: 70px;
  padding-bottom: 92px;
  background-color: #FDEFDE;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/leaf-removals/leaf-removal-quotes-bg.jpg"); }
  .leaf-quote-form .quote-container {
    max-width: 1366px;
    margin: 0 auto; }
  .leaf-quote-form .quote-header {
    text-align: center;
    margin-bottom: 25px; }
    .leaf-quote-form .quote-header .top-pill {
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 17px;
      margin: 0 auto;
      padding-left: 12px;
      padding-right: 16px;
      width: 375px;
      height: 33px;
      background-color: rgba(181, 127, 63, 0.17);
      color: #373737;
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      line-height: normal;
      margin-bottom: 12px;
      gap: 3px; }
      .leaf-quote-form .quote-header .top-pill span {
        font-family: ProximaNova-Bold;
        font-size: 16px;
        font-weight: 700; }
    .leaf-quote-form .quote-header h2 {
      font-family: "ProximaNova-Bold";
      color: #373737;
      text-align: center;
      font-size: 48px;
      font-weight: 700;
      line-height: 54px;
      margin-bottom: 4px; }
    .leaf-quote-form .quote-header p {
      color: #373737;
      font-size: 22px;
      font-weight: 400;
      line-height: normal; }
      .leaf-quote-form .quote-header p span {
        font-size: 22px;
        font-weight: 600;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font; }
  .leaf-quote-form .quote-card {
    margin: 0 auto;
    max-width: 860px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    overflow: hidden; }
  .leaf-quote-form .form-side {
    padding-top: 35px;
    padding-left: 40px;
    padding-bottom: 36px; }
    @media (max-width: 500px) {
      .leaf-quote-form .form-side {
        padding: 24px; } }
    .leaf-quote-form .form-side .form-group {
      margin-bottom: 22px; }
      .leaf-quote-form .form-side .form-group label.group-label {
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
        font-family: ProximaNova-Semibold; }
      .leaf-quote-form .form-side .form-group .location-input-wrapper {
        width: 337px;
        height: 48px;
        position: relative;
        margin-top: 8px; }
        .leaf-quote-form .form-side .form-group .location-input-wrapper select {
          width: 100%;
          height: 100%;
          padding-left: 18px;
          color: #373737;
          font-family: ProximaNova-Regular;
          font-size: 16px;
          font-weight: 400;
          line-height: normal;
          border-radius: 6px;
          border: 0.962px solid #959898;
          background: #FFF;
          appearance: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          cursor: pointer; }
        .leaf-quote-form .form-side .form-group .location-input-wrapper .chevron-down {
          position: absolute;
          right: 14px;
          top: 50%;
          transform: translateY(-50%);
          color: #777;
          pointer-events: none; }
      .leaf-quote-form .form-side .form-group .options-group {
        margin-top: 8px;
        display: flex;
        flex-wrap: wrap;
        gap: 15px; }
      .leaf-quote-form .form-side .form-group .custom-option {
        display: flex;
        align-items: center;
        cursor: pointer;
        user-select: none;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        /* Checked State */ }
        .leaf-quote-form .form-side .form-group .custom-option input {
          display: none; }
        .leaf-quote-form .form-side .form-group .custom-option .checkmark-circle {
          width: 22px;
          height: 22px;
          border: 1px solid #373737;
          border-radius: 50%;
          margin-right: 8px;
          position: relative;
          transition: all 0.2s; }
        .leaf-quote-form .form-side .form-group .custom-option .checkmark-box {
          width: 20px;
          height: 20px;
          border: 2px solid #ccc;
          border-radius: 4px;
          margin-right: 8px;
          position: relative;
          transition: all 0.2s; }
        .leaf-quote-form .form-side .form-group .custom-option input:checked + .checkmark-circle {
          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;
          border: none; }
        .leaf-quote-form .form-side .form-group .custom-option input:checked + .checkmark-circle::after {
          display: none; }
        .leaf-quote-form .form-side .form-group .custom-option input:checked + .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; }
        .leaf-quote-form .form-side .form-group .custom-option input:checked + .checkmark-box::after {
          display: none; }
        .leaf-quote-form .form-side .form-group .custom-option:hover .checkmark-circle, .leaf-quote-form .form-side .form-group .custom-option:hover .checkmark-box {
          border-color: #999; }
    .leaf-quote-form .form-side .form-actions {
      margin-top: 30px;
      display: flex;
      align-items: center;
      gap: 20px; }
      .leaf-quote-form .form-side .form-actions .btn-lock-quote {
        background: linear-gradient(0deg, #FF6F00 0%, #FF9B00 92.39%);
        color: #fff;
        border-radius: 27px;
        width: 301px;
        height: 57px;
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center; }
        .leaf-quote-form .form-side .form-actions .btn-lock-quote img, .leaf-quote-form .form-side .form-actions .btn-lock-quote svg {
          position: relative;
          left: 0;
          transition: left 0.3s ease; }
        .leaf-quote-form .form-side .form-actions .btn-lock-quote:hover img, .leaf-quote-form .form-side .form-actions .btn-lock-quote:hover svg {
          left: 5px; }
      .leaf-quote-form .form-side .form-actions .btn-reset {
        display: flex;
        gap: 5px;
        align-items: center;
        color: #00A3E7;
        font-size: 16px;
        font-weight: 600;
        line-height: normal;
        text-decoration: none; }
  .leaf-quote-form .estimate-side {
    background-color: #D7F3D6;
    margin: 10px;
    padding-top: 96px;
    padding-left: 35px;
    padding-right: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    border-radius: 20px;
    max-width: 282px; }
    .leaf-quote-form .estimate-side::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 150px;
      background: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/leaf-removals/autumn-leaves-bottom.png") no-repeat bottom center;
      background-size: cover;
      opacity: 0.8;
      pointer-events: none;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px; }
    .leaf-quote-form .estimate-side h3 {
      font-family: ProximaNova-Bold;
      font-size: 62px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 10px; }
    .leaf-quote-form .estimate-side .est-subtitle {
      text-align: center;
      font-size: 18px;
      font-weight: 400;
      line-height: 23px;
      margin-bottom: 11px; }
    .leaf-quote-form .estimate-side .est-disclaimer {
      text-align: center;
      font-size: 16px;
      font-style: italic;
      font-weight: 300;
      line-height: 19px;
      max-width: 211px; }
    .leaf-quote-form .estimate-side .time-info {
      margin-top: 77px;
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      line-height: 19px;
      max-width: 211px; }
      .leaf-quote-form .estimate-side .time-info strong {
        font-family: ProximaNova-Bold;
        z-index: 2;
        position: relative; }
    .leaf-quote-form .estimate-side .btn-match-pros {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 189px;
      height: 44px;
      border-radius: 24px;
      background-color: #FF9000;
      color: #fff;
      text-decoration: none;
      font-family: ProximaNova-Semibold;
      font-size: 16px;
      font-weight: 600;
      line-height: normal;
      margin-top: 11px; }
      .leaf-quote-form .estimate-side .btn-match-pros img, .leaf-quote-form .estimate-side .btn-match-pros svg {
        position: relative;
        left: 0;
        transition: left 0.3s ease; }
      .leaf-quote-form .estimate-side .btn-match-pros:hover img, .leaf-quote-form .estimate-side .btn-match-pros:hover svg {
        left: 5px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .leaf-quote-form .quote-container {
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .leaf-quote-form {
      padding-top: 30.8px;
      padding-bottom: 76px; }
      .leaf-quote-form .quote-container {
        padding: 0 20px; }
      .leaf-quote-form .quote-header {
        margin-bottom: 30.2px; }
        .leaf-quote-form .quote-header .top-pill {
          width: 100%;
          max-width: 335px;
          height: 33px;
          font-size: 14px;
          margin-bottom: 12px;
          white-space: nowrap; }
          .leaf-quote-form .quote-header .top-pill span {
            font-size: 14px; }
        .leaf-quote-form .quote-header h2 {
          font-size: 38px;
          line-height: normal;
          margin-bottom: 10px;
          padding: 0 10px; }
        .leaf-quote-form .quote-header p {
          font-size: 18px;
          padding: 0 20px;
          line-height: normal; }
      .leaf-quote-form .quote-card {
        flex-direction: column;
        align-items: center;
        padding: 32px 20px 29px;
        overflow: visible; }
      .leaf-quote-form .form-side {
        display: contents;
        padding: 0; }
        .leaf-quote-form .form-side .form-group {
          width: 100%;
          order: 1;
          margin-bottom: 24px; }
          .leaf-quote-form .form-side .form-group .location-input-wrapper {
            width: 100%; }
        .leaf-quote-form .form-side .form-actions {
          order: 3;
          width: 100%;
          flex-direction: column;
          margin-top: 10px;
          gap: 0; }
          .leaf-quote-form .form-side .form-actions .btn-lock-quote {
            width: 100%;
            height: 60px;
            font-size: 20px;
            border-radius: 30px; }
          .leaf-quote-form .form-side .form-actions .btn-reset {
            margin-top: 23px; }
      .leaf-quote-form .estimate-side {
        order: 2;
        width: 100%;
        max-width: 100%;
        margin: 10px 0 18px;
        padding: 31px 20px 0;
        height: 386px;
        box-sizing: border-box; }
        .leaf-quote-form .estimate-side h3 {
          font-size: 52px;
          margin-bottom: 0;
          line-height: normal; }
        .leaf-quote-form .estimate-side .est-subtitle {
          font-size: 16px;
          line-height: normal;
          margin-bottom: 0;
          line-height: 23px; }
          .leaf-quote-form .estimate-side .est-subtitle br {
            display: none; }
        .leaf-quote-form .estimate-side .est-disclaimer {
          font-size: 12px;
          line-height: 19px;
          max-width: 100%; }
        .leaf-quote-form .estimate-side .time-info {
          font-size: 16px;
          line-height: 19px;
          margin-top: 16px;
          margin-bottom: 8px; }
        .leaf-quote-form .estimate-side .btn-match-pros {
          margin-top: 0;
          width: 189px;
          height: 44px;
          border-radius: 22px; }
        .leaf-quote-form .estimate-side::after {
          border-radius: 20px;
          background-position: top; } }
.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 .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; } }
  @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.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 .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 {
            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 {
              transform: scale(1);
              opacity: 1; }
            .service-services-list .service-list-grid .owl-dots .owl-dot span {
              display: none; }
      .service-services-list .service-list-card.service-extra-service-card:not(.service-extra-mobile-service-card) {
        display: flex !important; }
      .service-services-list .service-list-card.service-extra-mobile-service-card {
        display: none !important; }
      .service-services-list .service-services-toggle-checkbox:checked ~ .service-list-grid .service-list-card.service-extra-mobile-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-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; } }
.leaf-top-companies {
  padding: 80px 0;
  background-color: #fff; }
  .leaf-top-companies .companies-container {
    max-width: 1126px;
    margin: 0 auto; }
  .leaf-top-companies .companies-header {
    text-align: center;
    margin-bottom: 30px; }
    .leaf-top-companies .companies-header h2 {
      font-family: ProximaNova-Bold;
      font-size: 48px;
      font-weight: 700;
      line-height: 62px; }
    .leaf-top-companies .companies-header p {
      color: #373737;
      font-size: 22px;
      font-weight: 400;
      line-height: 33px;
      padding-inline: 30px; }
  .leaf-top-companies .companies-grid {
    display: flex;
    justify-content: center;
    gap: 23px; }
  .leaf-top-companies .company-card {
    width: 360px;
    height: 415px;
    background-color: #F7F7F7;
    border-radius: 20px;
    padding: 21.27px 39px 30px 40px;
    text-align: center; }
    .leaf-top-companies .company-card .rank-number {
      text-align: right;
      font-family: ProximaNova-Bold;
      font-size: 28.571px;
      font-weight: 700;
      line-height: 21.429px; }
  .leaf-top-companies .vendor-profile {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    flex-shrink: 0; }
    .leaf-top-companies .vendor-profile .clp-rank-cap {
      position: absolute;
      top: -20px;
      z-index: 2;
      width: 42.3px;
      height: 23.2px;
      object-fit: contain; }
    .leaf-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; }
    .leaf-top-companies .vendor-profile .vendor_headshot_1 {
      border: 3px solid #EEB803; }
    .leaf-top-companies .vendor-profile .vendor_headshot_2 {
      border: 3px solid #AAB0B2; }
    .leaf-top-companies .vendor-profile .vendor_headshot_3 {
      border: 3px solid #BE6A18; }
  .leaf-top-companies .vendor-name {
    margin-top: 15px;
    font-family: ProximaNova-Bold;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    min-width: 0;
    max-width: 100%; }
  .leaf-top-companies .company-card-name-wrap {
    min-width: 0; }
  .leaf-top-companies .vendor-name-link,
  .leaf-top-companies .company-card-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    color: #373737; }
  .leaf-top-companies .vendor-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 12px;
    font-family: Heebo-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; }
    .leaf-top-companies .vendor-rating .rating-reviews {
      margin-left: 5.17px; }
    .leaf-top-companies .vendor-rating .stars {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 3px; }
      .leaf-top-companies .vendor-rating .stars .star-ratings {
        width: 16.667px;
        height: 15.625px; }
  .leaf-top-companies .vendor-stats {
    margin-bottom: 18.5px; }
    .leaf-top-companies .vendor-stats .stat-row {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px; }
      .leaf-top-companies .vendor-stats .stat-row strong {
        color: #8FB741;
        font-family: ProximaNova-Bold;
        font-size: 20px;
        font-weight: 700;
        line-height: 26px; }
  .leaf-top-companies .vendor-price {
    margin-bottom: 20px; }
    .leaf-top-companies .vendor-price .price-range {
      font-family: ProximaNova-Bold;
      font-size: 26px;
      font-weight: 700;
      line-height: 26px; }
    .leaf-top-companies .vendor-price .price-label {
      font-size: 14px;
      font-weight: 500;
      line-height: normal; }
  .leaf-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; }
    .leaf-top-companies .btn-see-price img, .leaf-top-companies .btn-see-price svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .leaf-top-companies .btn-see-price:hover img, .leaf-top-companies .btn-see-price:hover svg {
      left: 5px; }
  @media screen and (max-width: 1024px) {
    .leaf-top-companies {
      padding-left: 20px; } }
  @media screen and (min-width: 1025px) and (max-width: 1140px) {
    .leaf-top-companies .companies-grid {
      gap: 10px; }
    .leaf-top-companies .company-card {
      width: 325px;
      padding-inline: 20px; } }
  @media screen and (max-width: 768px) {
    .leaf-top-companies {
      padding: 50px 0 50px 20px; }
      .leaf-top-companies .companies-header {
        margin-bottom: 28px; }
        .leaf-top-companies .companies-header h2 {
          font-size: 38px;
          line-height: normal;
          margin-bottom: 10px;
          padding-inline: 20px; }
        .leaf-top-companies .companies-header p {
          text-align: center;
          font-size: 18px;
          line-height: normal; }
      .leaf-top-companies .companies-grid.owl-carousel {
        display: block; }
      .leaf-top-companies .company-card {
        padding: 21.27px 19px 40px;
        width: 293px;
        height: 455px;
        margin: 0 auto; }
      .leaf-top-companies .vendor-name {
        margin-top: 11.84px;
        font-size: 22px; }
      .leaf-top-companies .vendor-rating {
        margin-top: 8px;
        margin-bottom: 17px; }
      .leaf-top-companies .vendor-stats {
        margin-bottom: 16px; } }
.leaf-cost-section {
  padding: 60.5px 0 113px;
  background: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/leaf-removals/leaf-removal-cost-bg.webp") no-repeat center center;
  background-size: cover;
  color: #fff; }
  .leaf-cost-section .cost-container {
    max-width: 1366px;
    margin: 0 auto; }
  .leaf-cost-section .cost-header {
    text-align: center;
    margin-bottom: 38.5px; }
    .leaf-cost-section .cost-header h2 {
      font-family: 'ProximaNova-Bold';
      color: #FFF;
      font-size: 48px;
      font-weight: 700;
      line-height: 62px; }
    .leaf-cost-section .cost-header p {
      color: #FFF;
      font-size: 22px;
      font-weight: 400;
      line-height: 33px; }
  .leaf-cost-section .cost-grid {
    display: flex;
    justify-content: center; }
    @media (max-width: 900px) {
      .leaf-cost-section .cost-grid {
        flex-direction: column;
        gap: 30px; } }
  .leaf-cost-section .cost-images-col {
    position: relative;
    width: 350px;
    height: 320px;
    flex-shrink: 0; }
    @media (max-width: 600px) {
      .leaf-cost-section .cost-images-col {
        width: 100%;
        height: 280px;
        max-width: 350px; } }
    .leaf-cost-section .cost-images-col img {
      object-fit: cover;
      position: absolute; }
    .leaf-cost-section .cost-images-col .img-main {
      width: 320px;
      height: 300px;
      border-radius: 25px; }
    .leaf-cost-section .cost-images-col .img-overlap {
      width: 198px;
      height: 165.303px;
      bottom: 0;
      right: 0;
      z-index: 2;
      border-radius: 22.706px; }
  .leaf-cost-section .cost-pricing-col {
    margin-top: 22px;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 2; }
  .leaf-cost-section .price-pill {
    background-color: #fff;
    border-radius: 100px;
    padding: 16px 33px 16px 20px;
    display: flex;
    align-items: center;
    width: 259px;
    height: 90px; }
    .leaf-cost-section .price-pill .icon-circle {
      width: 50px;
      height: 50px;
      background-color: #E8F5E9;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 15px;
      color: #4CAF50; }
      .leaf-cost-section .price-pill .icon-circle svg {
        width: 24px;
        height: 24px; }
    .leaf-cost-section .price-pill .price-info {
      color: #373737; }
      .leaf-cost-section .price-pill .price-info h3 {
        font-family: ProximaNova-Bold;
        font-size: 22px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 5px; }
      .leaf-cost-section .price-pill .price-info span {
        font-size: 14px;
        font-weight: 400;
        line-height: normal; }
  .leaf-cost-section .price-and-factors {
    padding-left: 35px; }
  .leaf-cost-section .right-wrapper {
    display: flex;
    gap: 20px; }
  .leaf-cost-section .cost-factors-col {
    margin-top: 22px;
    width: 361px;
    height: 187px;
    border-radius: 25px;
    padding: 32px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(67px);
    -webkit-backdrop-filter: blur(67px); }
    .leaf-cost-section .cost-factors-col h3 {
      margin-bottom: 12px;
      color: #FFF;
      font-family: ProximaNova-Semibold;
      font-size: 22px;
      font-weight: 600;
      line-height: normal; }
    .leaf-cost-section .cost-factors-col ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .leaf-cost-section .cost-factors-col ul li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 10px;
        color: #FFF;
        font-size: 16px;
        font-weight: 400;
        line-height: 23px; }
        .leaf-cost-section .cost-factors-col ul li img {
          margin-right: 8px;
          flex-shrink: 0;
          margin-top: 2px; }
  .leaf-cost-section .cost-disclaimer {
    margin-top: 27px;
    text-align: left;
    color: #FFF;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 23px;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box; }
    @media (max-width: 1080px) {
      .leaf-cost-section .cost-disclaimer {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        margin-top: 20px; } }
    @media (max-width: 900px) {
      .leaf-cost-section .cost-disclaimer {
        text-align: center;
        padding-left: 20px;
        padding-right: 20px; } }
  @media screen and (min-width: 921px) and (max-width: 1050px) {
    .leaf-cost-section .cost-grid {
      padding-inline: 20px; }
    .leaf-cost-section .cost-factors-col {
      height: 100%; }
    .leaf-cost-section .cost-pricing-col {
      margin-left: 0; }
    .leaf-cost-section .price-and-factors {
      padding-left: 10px; } }
  @media screen and (max-width: 920px) {
    .leaf-cost-section .cost-grid {
      flex-direction: column-reverse;
      align-items: center;
      gap: 40px; }
    .leaf-cost-section .cost-pricing-col {
      justify-content: center;
      margin-left: 0;
      align-items: center; }
    .leaf-cost-section .cost-header h2 {
      font-size: 40px;
      line-height: normal; } }
  @media screen and (max-width: 767px) {
    .leaf-cost-section {
      padding: 50px 20px 37px 21px; }
      .leaf-cost-section .cost-container {
        display: flex;
        flex-direction: column;
        align-items: center; }
      .leaf-cost-section .right-wrapper {
        flex-direction: column; }
      .leaf-cost-section .cost-header {
        margin-bottom: 27px; }
        .leaf-cost-section .cost-header h2 {
          font-size: 38px;
          line-height: normal;
          margin-bottom: 10px;
          padding-inline: 10px; }
        .leaf-cost-section .cost-header p {
          text-align: center;
          font-size: 18px;
          padding-inline: 12px; }
      .leaf-cost-section .cost-grid {
        display: contents; }
      .leaf-cost-section .price-and-factors {
        padding-left: 0; }
      .leaf-cost-section .cost-pricing-col {
        order: 2;
        width: 100%;
        align-items: center;
        gap: 12px;
        margin-bottom: 16px; }
      .leaf-cost-section .cost-factors-col {
        order: 3;
        width: 100%;
        width: 334px;
        height: auto;
        margin-bottom: 27px;
        padding: 32px 3px 32px 32px; }
      .leaf-cost-section .cost-disclaimer {
        order: 4;
        margin: 0;
        margin-bottom: 21px;
        text-align: center;
        padding: 0;
        max-width: 290px;
        font-size: 18px;
        font-style: italic;
        line-height: 23px; }
      .leaf-cost-section .cost-images-col {
        order: 5;
        margin-top: 15px;
        width: 324px;
        height: 310px;
        flex-shrink: 0; }
        .leaf-cost-section .cost-images-col .img-main {
          width: 290px;
          height: 272px;
          border-radius: 25px; }
        .leaf-cost-section .cost-images-col .img-overlap {
          width: 177px;
          height: 147px;
          border-radius: 22px;
          right: 0;
          bottom: 0;
          aspect-ratio: unset; } }
.leaf-protection-tips {
  padding: 80px 20px;
  background-color: #fff;
  font-family: 'ProximaNova-Regular', sans-serif; }
  .leaf-protection-tips .protection-container {
    max-width: 1077px;
    margin: 0 auto; }
  .leaf-protection-tips .protection-row {
    display: flex;
    align-items: center;
    gap: 46px;
    margin-bottom: 60px; }
    @media (max-width: 900px) {
      .leaf-protection-tips .protection-row {
        gap: 25.15px; } }
    .leaf-protection-tips .protection-row:last-child {
      margin-bottom: 0; }
  .leaf-protection-tips .protection-image-col {
    flex: 1;
    position: relative;
    border-radius: 20px;
    overflow: hidden; }
    .leaf-protection-tips .protection-image-col img {
      width: 500px;
      height: 318px;
      object-fit: cover;
      display: block;
      border-radius: 25px; }
  .leaf-protection-tips .split-image-container {
    display: flex;
    height: 318px;
    width: 500px; }
    .leaf-protection-tips .split-image-container .split-half {
      flex: 1;
      position: relative;
      height: 100%;
      overflow: hidden; }
      .leaf-protection-tips .split-image-container .split-half img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0; }
    .leaf-protection-tips .split-image-container .icon-circle {
      position: absolute;
      top: 14%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
    .leaf-protection-tips .split-image-container .split-separator {
      width: 1px;
      background-color: #fff; }
  .leaf-protection-tips .protection-text-col {
    flex: 1.1; }
    .leaf-protection-tips .protection-text-col h3 {
      font-family: ProximaNova-Bold;
      font-size: 48px;
      font-weight: 700;
      line-height: 50px;
      margin-bottom: 16px; }
    .leaf-protection-tips .protection-text-col p {
      margin-bottom: 16px;
      font-size: 16px;
      font-weight: 500;
      line-height: 25px; }
  .leaf-protection-tips .protection-feature {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: normal; }
    .leaf-protection-tips .protection-feature strong {
      font-family: 'ProximaNova-Bold', sans-serif;
      margin-right: 4px;
      font-weight: 700;
      color: #222; }
  @media screen and (max-width: 1024px) {
    .leaf-protection-tips .protection-text-col h3 {
      font-size: 36px;
      line-height: normal;
      text-align: center; }
    .leaf-protection-tips .protection-text-col p {
      text-align: center; }
    .leaf-protection-tips .protection-feature p {
      text-align: left; }
    .leaf-protection-tips .split-image-container {
      width: 100%; }
    .leaf-protection-tips .protection-image-col img {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .leaf-protection-tips {
      padding: 50.15px 20px 39.15px; }
      .leaf-protection-tips .split-image-container {
        width: 100%;
        height: auto; }
      .leaf-protection-tips .protection-row {
        flex-direction: column;
        margin-bottom: 32px; }
      .leaf-protection-tips .protection-text-col h3 {
        text-align: center;
        font-size: 38px;
        margin-bottom: 14px;
        line-height: normal; }
        .leaf-protection-tips .protection-text-col h3 br {
          display: none; }
      .leaf-protection-tips .protection-text-col p {
        text-align: center;
        font-size: 16px; }
      .leaf-protection-tips .protection-feature p {
        margin-bottom: 0;
        text-align: left; }
      .leaf-protection-tips .protection-image-col img {
        width: 100%;
        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-market-updates {
  padding: 70px 0 84px;
  background-color: #fff;
  /* Facts List */ }
  .leaf-market-updates .market-container {
    max-width: 1126px;
    margin: 0 auto; }
  .leaf-market-updates .market-header {
    text-align: center;
    margin-bottom: 30px; }
    .leaf-market-updates .market-header h2 {
      font-family: ProximaNova-Bold;
      font-size: 48px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 14px; }
    .leaf-market-updates .market-header .last-updated {
      font-size: 22px;
      font-weight: 400;
      line-height: normal; }
  .leaf-market-updates .market-card {
    display: flex;
    background-color: #F7F7F7;
    border-radius: 25px;
    overflow: hidden; }
  .leaf-market-updates .market-image-col {
    width: 534px;
    min-height: 714px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px; }
    .leaf-market-updates .market-image-col img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .leaf-market-updates .market-content-col {
    flex: 1.2;
    padding: 40px;
    padding-top: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F8F9FA; }
  .leaf-market-updates .content-title {
    font-family: 'ProximaNova-Bold';
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px; }
  .leaf-market-updates .market-facts-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0; }
    .leaf-market-updates .market-facts-list li {
      display: flex;
      align-items: flex-start;
      font-size: 18px;
      font-weight: 700;
      line-height: 23px;
      margin-bottom: 14px; }
      .leaf-market-updates .market-facts-list li img {
        margin-right: 11px;
        flex-shrink: 0; }
      .leaf-market-updates .market-facts-list li strong {
        font-family: 'ProximaNova-Bold'; }
  .leaf-market-updates .happening-section {
    margin-bottom: 20px; }
    .leaf-market-updates .happening-section h3 {
      font-family: 'ProximaNova-Bold';
      font-size: 20px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 6px; }
    .leaf-market-updates .happening-section p {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px; }
  .leaf-market-updates .tips-section {
    margin-bottom: 20px; }
    .leaf-market-updates .tips-section h3 {
      font-family: 'ProximaNova-Bold';
      font-size: 20px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 10px; }
    .leaf-market-updates .tips-section ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .leaf-market-updates .tips-section ul li {
        display: flex;
        align-items: flex-start;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 4px; }
        .leaf-market-updates .tips-section ul li img {
          margin-right: 9px;
          flex-shrink: 0;
          margin-top: 2px; }
  .leaf-market-updates .disclaimer {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
    margin-top: 14px; }
  .leaf-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; }
    .leaf-market-updates .btn-schedule img, .leaf-market-updates .btn-schedule svg {
      position: relative;
      left: 0;
      transition: left 0.3s ease; }
    .leaf-market-updates .btn-schedule:hover img, .leaf-market-updates .btn-schedule:hover svg {
      left: 5px; }
    .leaf-market-updates .btn-schedule.mobile-only-btn {
      display: none; }
  @media screen and (min-width: 801px) and (max-width: 1024px) {
    .leaf-market-updates {
      padding: 50px 20px 45px; }
      .leaf-market-updates .market-content-col {
        padding-left: 20px; }
      .leaf-market-updates .market-image-col {
        width: 100%;
        height: auto; } }
  @media screen and (min-width: 768px) and (max-width: 800px) {
    .leaf-market-updates {
      padding: 50px 30px 45px; }
      .leaf-market-updates .market-card {
        flex-direction: column; }
      .leaf-market-updates .market-image-col {
        width: 100%;
        height: 400px; }
        .leaf-market-updates .market-image-col img {
          border-top-right-radius: 25px;
          border-bottom-left-radius: 0; }
      .leaf-market-updates .market-header h2 {
        font-size: 40px; } }
  @media screen and (max-width: 767px) {
    .leaf-market-updates {
      padding: 50px 20px 45px; }
      .leaf-market-updates .market-header h2 {
        font-size: 38px;
        margin-bottom: 10px; }
      .leaf-market-updates .market-header .last-updated {
        font-size: 18px; }
      .leaf-market-updates .market-card {
        flex-direction: column; }
      .leaf-market-updates .market-image-col {
        height: auto; }
      .leaf-market-updates .content-title {
        font-size: 28px; }
      .leaf-market-updates .market-facts-list {
        margin-bottom: 32px; }
        .leaf-market-updates .market-facts-list li {
          margin-bottom: 12px; }
      .leaf-market-updates .happening-section {
        margin-bottom: 30px; }
        .leaf-market-updates .happening-section h3 {
          font-size: 20px; }
        .leaf-market-updates .happening-section p {
          font-size: 16px; }
      .leaf-market-updates .tips-section {
        margin-bottom: 0; }
        .leaf-market-updates .tips-section h3 {
          font-size: 20px; }
        .leaf-market-updates .tips-section ul li {
          font-size: 16px;
          margin-bottom: 9px; }
      .leaf-market-updates .disclaimer {
        font-size: 14px;
        font-style: italic;
        line-height: 18px; }
      .leaf-market-updates .market-content-col {
        padding: 24px 18px 28px 20px; }
      .leaf-market-updates .btn-schedule.desktop-only-btn {
        display: none; }
      .leaf-market-updates .btn-schedule.mobile-only-btn {
        max-width: 327px;
        margin-inline: auto;
        padding-inline: 4px;
        display: flex;
        width: 100%;
        margin-top: 30px; } }
.leaf-raking-vs-blowing {
  padding: 70.5px 0 82px;
  background-color: #F7F7F7;
  /* The cards */ }
  .leaf-raking-vs-blowing .rvb-container {
    max-width: 1066px;
    margin: 0 auto; }
  .leaf-raking-vs-blowing .rvb-header {
    text-align: center;
    margin-bottom: 40.5px; }
    .leaf-raking-vs-blowing .rvb-header h2 {
      font-family: 'ProximaNova-Bold';
      font-size: 48px;
      font-weight: 700;
      line-height: normal; }
    .leaf-raking-vs-blowing .rvb-header p {
      max-width: 636px;
      text-align: center;
      font-size: 18px;
      font-weight: 500;
      line-height: 25px;
      margin: 0 auto; }
  .leaf-raking-vs-blowing .rvb-cards-wrapper {
    display: flex;
    justify-content: center;
    gap: 26px;
    position: relative;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .leaf-raking-vs-blowing .rvb-cards-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 18px; } }
  .leaf-raking-vs-blowing .rvb-card {
    flex: 1;
    border-radius: 16px;
    overflow: hidden;
    max-width: 520px;
    display: flex;
    flex-direction: column; }
  .leaf-raking-vs-blowing .rvb-card-image {
    width: 520px;
    height: 263px;
    object-fit: cover;
    border: none; }
  .leaf-raking-vs-blowing .rvb-card-content {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    border-top: none; }
  .leaf-raking-vs-blowing .rvb-card-title {
    font-family: 'ProximaNova-Bold';
    margin-bottom: 4px;
    font-size: 34px;
    font-weight: 700;
    line-height: 36px; }
  .leaf-raking-vs-blowing .rvb-price-text {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px; }
    .leaf-raking-vs-blowing .rvb-price-text strong {
      font-family: ProximaNova-Bold;
      font-weight: 700; }
  .leaf-raking-vs-blowing .rvb-features {
    list-style: none;
    padding: 0;
    margin: 0 0 21px 0;
    flex: 1; }
    .leaf-raking-vs-blowing .rvb-features li {
      display: flex;
      align-items: center;
      font-size: 20px;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 20px; }
      .leaf-raking-vs-blowing .rvb-features li img {
        margin-right: 9px;
        flex-shrink: 0; }
  .leaf-raking-vs-blowing .rvb-best-for {
    display: inline;
    height: 55px;
    padding: 9px 18px;
    border-radius: 12px;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    line-height: 36px;
    font-weight: 400; }
    .leaf-raking-vs-blowing .rvb-best-for strong {
      font-family: 'ProximaNova-Bold';
      font-weight: 700; }
  .leaf-raking-vs-blowing .card-raking {
    background-color: #E7F8E8; }
    .leaf-raking-vs-blowing .card-raking .rvb-card-content {
      border: 1px solid #A6FACC;
      border-top: none;
      border-radius: 0 0 16px 16px; }
    .leaf-raking-vs-blowing .card-raking .rvb-best-for {
      background-color: rgba(255, 255, 255, 0.7); }
  .leaf-raking-vs-blowing .card-blowing {
    background-color: #E1F8FE; }
    .leaf-raking-vs-blowing .card-blowing .rvb-card-content {
      border: 1px solid #A3E4FF;
      border-top: none;
      border-radius: 0 0 16px 16px; }
    .leaf-raking-vs-blowing .card-blowing .rvb-best-for {
      background-color: rgba(255, 255, 255, 0.7); }
  .leaf-raking-vs-blowing .rvb-stats-container {
    background-color: #fff;
    border-radius: 25px;
    padding: 23px;
    text-align: center;
    max-width: 1066px;
    margin: 0 auto; }
  .leaf-raking-vs-blowing .rvb-stats-title {
    font-family: 'ProximaNova-Bold';
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 16px; }
  .leaf-raking-vs-blowing .rvb-stats-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 15px; }
    @media (max-width: 600px) {
      .leaf-raking-vs-blowing .rvb-stats-list {
        flex-direction: column;
        gap: 15px;
        align-items: center; } }
  .leaf-raking-vs-blowing .rvb-stat-item {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px; }
    .leaf-raking-vs-blowing .rvb-stat-item img {
      margin-right: 9px; }
    .leaf-raking-vs-blowing .rvb-stat-item strong {
      font-family: 'ProximaNova-Bold'; }
  .leaf-raking-vs-blowing .rvb-stats-note {
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 25px;
    margin-top: 21px; }
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .leaf-raking-vs-blowing {
      padding: 50px 20px; }
      .leaf-raking-vs-blowing .rvb-card-title {
        font-size: 26px; }
      .leaf-raking-vs-blowing .rvb-price-text {
        font-size: 16px; }
      .leaf-raking-vs-blowing .rvb-best-for {
        font-size: 12px;
        padding: 5px; } }
  @media screen and (max-width: 768px) {
    .leaf-raking-vs-blowing {
      padding: 50px 20px; }
      .leaf-raking-vs-blowing .rvb-header {
        margin-bottom: 21px; }
        .leaf-raking-vs-blowing .rvb-header h2 {
          font-size: 38px;
          margin-bottom: 10px; }
        .leaf-raking-vs-blowing .rvb-header p {
          font-size: 18px;
          font-weight: 400;
          line-height: normal; }
      .leaf-raking-vs-blowing .rvb-card-image {
        height: 167px;
        width: 100%; }
      .leaf-raking-vs-blowing .rvb-card-title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 3px; }
      .leaf-raking-vs-blowing .rvb-card-content {
        padding: 20px;
        padding-bottom: 45px; }
      .leaf-raking-vs-blowing .rvb-price-text {
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 19px; }
      .leaf-raking-vs-blowing .rvb-features {
        margin-bottom: 20.36px; }
        .leaf-raking-vs-blowing .rvb-features li {
          font-size: 18px;
          line-height: 21.857px;
          margin-bottom: 17.07px; }
          .leaf-raking-vs-blowing .rvb-features li img {
            width: 24px;
            height: 24px;
            margin-right: 8px; }
      .leaf-raking-vs-blowing .rvb-stats-title {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 20px; }
      .leaf-raking-vs-blowing .rvb-stats-list {
        gap: 14px; }
      .leaf-raking-vs-blowing .rvb-stats-note {
        margin-top: 22px; }
      .leaf-raking-vs-blowing .rvb-stat-item {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px; }
      .leaf-raking-vs-blowing .rvb-stats-container {
        padding-top: 21px;
        padding-bottom: 28px; }
      .leaf-raking-vs-blowing .rvb-best-for {
        font-size: 16px;
        line-height: normal; } }
@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%; } }
.leaf-nearby-cities {
  padding: 69px 0 78px;
  background-color: rgba(55, 55, 55, 0.04); }
  .leaf-nearby-cities .leaf-nearby-container {
    max-width: 1109px;
    margin: 0 auto; }
  .leaf-nearby-cities .leaf-nearby-hidden {
    display: none; }
  .leaf-nearby-cities .leaf-nearby-toggle-checkbox:checked ~ ul .leaf-nearby-hidden {
    display: block; }
  .leaf-nearby-cities .leaf-nearby-toggle-checkbox:checked ~ .show-more .show-more-text {
    display: none; }
  .leaf-nearby-cities .leaf-nearby-toggle-checkbox:not(:checked) ~ .show-more .show-less-text {
    display: none; }
  .leaf-nearby-cities .show-more {
    cursor: pointer;
    color: #008489;
    font-weight: 600; }
  .leaf-nearby-cities .show-more:hover {
    text-decoration: underline; }
  .leaf-nearby-cities .leaf-nearby-main-title {
    text-align: center;
    font-family: ProximaNova-Bold;
    font-size: 48px;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 33px; }
  .leaf-nearby-cities .leaf-nearby-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px; }
    @media (max-width: 1024px) {
      .leaf-nearby-cities .leaf-nearby-grid {
        padding: 0 30px; } }
    @media (max-width: 767px) {
      .leaf-nearby-cities .leaf-nearby-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 20px; } }
  .leaf-nearby-cities .leaf-nearby-col h3 {
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 20px;
    color: #373737; }
  .leaf-nearby-cities .leaf-nearby-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 12px; }
  .leaf-nearby-cities .leaf-nearby-col a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    color: #373737;
    opacity: 0.6; }
    .leaf-nearby-cities .leaf-nearby-col a:hover {
      text-decoration: underline;
      opacity: 1; }
  .leaf-nearby-cities .leaf-nearby-col .show-more {
    opacity: 1;
    font-family: ProximaNova-Semibold;
    color: #00A3E7;
    font-size: 14px;
    font-weight: 600;
    line-height: normal; }
    .leaf-nearby-cities .leaf-nearby-col .show-more:hover {
      text-decoration: underline;
      color: #00b4ff; }

@media (max-width: 767px) {
  .leaf-nearby-cities {
    padding: 50px 0 54px; }
    .leaf-nearby-cities .leaf-nearby-main-title {
      font-size: 38px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 20px; }
    .leaf-nearby-cities .leaf-nearby-container {
      padding: 0 20px; }
    .leaf-nearby-cities .other-services {
      order: 3; }
    .leaf-nearby-cities .leaf-nearby-col {
      text-align: center; }
      .leaf-nearby-cities .leaf-nearby-col li {
        margin-bottom: 3px; }
      .leaf-nearby-cities .leaf-nearby-col .show-more {
        font-size: 16px;
        font-weight: 400; }
      .leaf-nearby-cities .leaf-nearby-col a {
        font-size: 16px;
        font-weight: 400;
        line-height: 32px; }
      .leaf-nearby-cities .leaf-nearby-col h3 {
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        margin-bottom: 8px; } }
.leaf-faq-section {
  padding: 80px 0;
  background-color: #E5F6FD;
  text-align: center; }
  .leaf-faq-section .leaf-faq-container {
    max-width: 730px;
    margin: 0 auto; }
  .leaf-faq-section .leaf-faq-header {
    margin-bottom: 28px; }
  .leaf-faq-section .leaf-faq-title {
    display: flex;
    gap: 14px;
    font-family: ProximaNova-Bold;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 54px;
    justify-content: center; }
    .leaf-faq-section .leaf-faq-title img {
      position: relative;
      top: 17px; }
  .leaf-faq-section .leaf-faq-subtitle {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px; }
  .leaf-faq-section .leaf-faq-arrow-icon {
    position: absolute;
    top: 10px;
    right: -40px;
    width: 30px;
    height: 30px;
    color: #00AEEF;
    transform: rotate(15deg); }
    .leaf-faq-section .leaf-faq-arrow-icon path {
      stroke: currentColor;
      stroke-width: 2;
      fill: none; }
  .leaf-faq-section .leaf-faq-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    margin-bottom: 28px;
    position: relative; }
  .leaf-faq-section .leaf-faq-item {
    background: #FFF;
    border: 1px solid rgba(55, 55, 55, 0.2);
    overflow: hidden;
    transition: all 0.2s ease;
    border-radius: 16px; }
    .leaf-faq-section .leaf-faq-item[open] .leaf-faq-question {
      padding-bottom: 10px; }
    .leaf-faq-section .leaf-faq-item[open] .leaf-faq-icon {
      transform: rotate(180deg); }
  .leaf-faq-section .leaf-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;
    background-color: #fff;
    font-size: 18px;
    line-height: normal;
    padding: 25px 21px 21px 20px; }
    .leaf-faq-section .leaf-faq-question::-webkit-details-marker {
      display: none; }
  .leaf-faq-section .leaf-faq-icon {
    flex-shrink: 0;
    width: 18px;
    height: 11px;
    color: #888;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .leaf-faq-section .leaf-faq-answer {
    padding: 0 24px 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px; }
    .leaf-faq-section .leaf-faq-answer p {
      margin: 0; }
  .leaf-faq-section .leaf-faq-subtitle-wrapper {
    position: relative;
    display: inline-block;
    max-width: 100%; }
  .leaf-faq-section .leaf-faq-arrow {
    position: absolute;
    bottom: -25px;
    right: -20px;
    width: 30px;
    height: auto;
    display: none; }
    @media (max-width: 767px) {
      .leaf-faq-section .leaf-faq-arrow {
        display: block; } }
  .leaf-faq-section .leaf-faq-show-more-container {
    margin-top: 33px;
    position: relative;
    z-index: 2; }
  .leaf-faq-section strong {
    font-weight: 700;
    font-family: 'ProximaNova-Semibold'; }
  .leaf-faq-section .leaf-faq-table-wrapper {
    margin-top: 15px;
    overflow-x: auto;
    border-radius: 8px;
    border: 1px solid #ddd; }
  .leaf-faq-section .leaf-faq-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px; }
    .leaf-faq-section .leaf-faq-table th,
    .leaf-faq-section .leaf-faq-table td {
      padding: 12px 15px;
      text-align: left;
      border-bottom: 1px solid #ddd; }
    .leaf-faq-section .leaf-faq-table th {
      background-color: #f8f9fa;
      font-weight: 700;
      color: #333; }
    .leaf-faq-section .leaf-faq-table tr:last-child td {
      border-bottom: none; }
    .leaf-faq-section .leaf-faq-table tr:nth-child(even) {
      background-color: #fcfcfc; }
  .leaf-faq-section .btn-show-more {
    display: inline-block;
    padding: 12px 40px;
    background-color: transparent;
    border: 1px solid #333;
    border-radius: 30px;
    font-family: 'ProximaNova-Bold', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease; }
    .leaf-faq-section .btn-show-more:hover {
      background-color: rgba(0, 0, 0, 0.05);
      transform: translateY(-2px); }
  .leaf-faq-section .gp-faq-last-blurred .leaf-faq-list {
    margin-bottom: 12px; }
  .leaf-faq-section .leaf-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; }
    .leaf-faq-section .leaf-faq-item.faq-blurred:hover {
      filter: blur(1px);
      -webkit-filter: blur(1px);
      box-shadow: 0 4px 24px rgba(55, 55, 55, 0.08); }
    .leaf-faq-section .leaf-faq-item.faq-blurred[open] {
      filter: none;
      -webkit-filter: none;
      box-shadow: none; }
      .leaf-faq-section .leaf-faq-item.faq-blurred[open]::after {
        opacity: 0; }
    .leaf-faq-section .leaf-faq-item.faq-blurred::after {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: 16px;
      pointer-events: none;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.55) 72%, rgba(248, 248, 248, 0.95) 100%); }
    .leaf-faq-section .leaf-faq-item.faq-blurred .leaf-faq-icon {
      opacity: 0.45; }
    .leaf-faq-section .leaf-faq-item.faq-blurred:hover .leaf-faq-icon {
      opacity: 0.65; }

@media screen and (max-width: 767px) {
  .leaf-faq-section {
    padding: 50px 20px; }
    .leaf-faq-section .leaf-faq-container {
      width: 100%; }
    .leaf-faq-section .leaf-faq-header {
      margin-bottom: 33px; }
    .leaf-faq-section .leaf-faq-title {
      text-align: center;
      font-size: 38px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 9px;
      display: block; }
      .leaf-faq-section .leaf-faq-title br {
        display: none; }
    .leaf-faq-section .leaf-faq-subtitle {
      font-size: 16px;
      line-height: 24px;
      color: #555;
      text-align: center;
      display: inline-block;
      position: relative; }
      .leaf-faq-section .leaf-faq-subtitle img {
        position: absolute;
        top: 33px;
        left: auto;
        right: 43px;
        bottom: -35px; }
    .leaf-faq-section .leaf-faq-item {
      margin-bottom: 2px; }
      .leaf-faq-section .leaf-faq-item[open] .leaf-faq-question {
        padding-bottom: 4px; }
      .leaf-faq-section .leaf-faq-item .leaf-faq-question {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        padding: 20px; }
        .leaf-faq-section .leaf-faq-item .leaf-faq-question .leaf-faq-icon {
          width: 16px;
          margin-left: 33px; }
      .leaf-faq-section .leaf-faq-item .leaf-faq-answer {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px; }
    .leaf-faq-section .leaf-faq-list {
      margin-bottom: 0; }
    .leaf-faq-section .btn-show-more {
      width: 100%;
      max-width: 200px; } }
.leaf-sec7 {
  background-color: #00B65F;
  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;
  padding-top: 60px;
  position: relative;
  height: 317px;
  overflow: hidden; }

.leaf-sec7-container {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  position: relative;
  min-height: 197px; }

.leaf-sec7-content {
  flex: 1;
  max-width: 800px;
  z-index: 2;
  text-align: center;
  margin: 0 auto; }

.leaf-sec7-heading {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px; }

.leaf-sec7-subheading {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px; }

.leaf-sec7-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 18.5px;
  margin-top: 23px;
  flex-wrap: wrap; }

.leaf-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; }
  .leaf-btn-primary img, .leaf-btn-primary svg {
    position: relative;
    left: 0;
    transition: left 0.3s ease; }
  .leaf-btn-primary:hover img, .leaf-btn-primary:hover svg {
    left: 5px; }
  .leaf-btn-primary svg path {
    fill: #019C5A !important; }

.leaf-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; }
  .leaf-btn-outline img, .leaf-btn-outline svg {
    position: relative;
    left: 0;
    transition: left 0.3s ease; }
  .leaf-btn-outline:hover img, .leaf-btn-outline:hover svg {
    left: 5px; }

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

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

.leaf-mascot {
  position: absolute;
  right: 80px;
  bottom: -220px; }

@media (max-width: 1024px) {
  .leaf-sec7-container {
    flex-direction: column;
    text-align: center; }
  .leaf-mascot {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
    width: 180px; } }

@media (max-width: 1024px) {
  .leaf-sec7-container {
    padding: 0 40px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px; }
  .leaf-sec7-content {
    max-width: 100%; }
  .leaf-mascot {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
    width: 180px;
    display: none; } }
  @media (max-width: 1024px) and (min-width: 900px) {
    .leaf-mascot {
      display: block;
      position: absolute;
      right: 78px;
      width: 150px;
      bottom: -200px; } }
@media (max-width: 1024px) {
  .leaf-sec7-heading {
    font-size: 40px; } }

@media (max-width: 768px) {
  .leaf-sec7 {
    padding: 50px 0;
    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"); }
  .leaf-sec7-container {
    padding: 0 30px 0 31px; }
  .leaf-sec7-heading {
    font-size: 38px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px; }
  .leaf-sec7-subheading {
    font-size: 18px;
    font-weight: 400;
    line-height: normal; }
  .leaf-sec7-buttons {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 30px; }
  .leaf-btn-primary,
  .leaf-btn-outline {
    width: 100%;
    max-width: 100%;
    height: 60px;
    font-size: 20px;
    border-radius: 30px; }
  .leaf-trust-signals {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    width: 100%;
    padding-left: 30px; }
  .leaf-trust-item {
    font-size: 16px; }
    .leaf-trust-item span {
      font-size: 14px;
      line-height: 23px; }
  .leaf-mascot {
    display: block;
    position: absolute;
    width: 160px;
    right: 0;
    bottom: -97px;
    margin-top: 0;
    z-index: 10; } }

@media screen and (width: 768px) {
  .leaf-mascot {
    position: absolute;
    width: 100px;
    right: 200px;
    bottom: -200px;
    z-index: 10;
    height: 325px; } }
.greenpal-heading {
  text-decoration: none;
  color: #FFFFFF !important;
  font-family: ProximaNova-Regular;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0; }

.twitter_logo a, .twitter_logos a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #ffffff00;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
  vertical-align: middle; }

.twitter_logo a {
  margin-top: 3px; }

.page_state_twitter_logo a {
  margin-top: -31px !important; }

@media only screen and (max-width: 767px) {
  .greenpal-heading {
    text-align: center; } }

@media screen and (min-width: 316px) and (max-width: 480px) {
  .twitter_logo a {
    width: 36px;
    height: 36px;
    margin-top: 4px; }
  .twitter_logos a {
    width: 41px;
    height: 41px;
    margin-top: -38px; } }

.twitter_logo img, .twitter_logos img {
  width: 18px;
  height: 18px;
  display: block;
  filter: brightness(0) saturate(100%) invert(1) !important; }

.pinterest_logo_combined {
  position: relative; }

.landscapings-x {
  margin-top: -25px !important; }

.landscapings-store {
  top: 5px !important; }
.only_desktop {
  display: block; }

.only_mob {
  display: none; }

* {
  margin: 0;
  padding: 0; }

.sec8 {
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: none;
  background-color: transparent; }
  .sec8.is-visible {
    background-image: url("https://greenpal-production.s3.amazonaws.com/images/general/bg-footer.svg"); }
    @media screen and (max-width: 767px) {
      .sec8.is-visible {
        background-image: url("https://greenpal-production.s3.amazonaws.com/images/general/bg-footer-mobile.svg"); } }
.container_8 {
  padding-top: 80px;
  width: 1000px;
  margin: 0 auto; }

.footer_sec1 {
  margin-top: 25px;
  width: 40%;
  float: left; }

.footer_sec1 .app-heading {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 62px;
  text-align: left; }

.footer_logo {
  display: block; }

.footer-pera-list p {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  opacity: 0.8;
  width: 96%;
  text-align: left;
  margin-top: 15px; }

.footer_sec2 {
  width: 30%;
  float: left; }

.footer_sec2 p {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
  margin-top: 20px;
  padding-bottom: 20px; }

.footer_sec2 ul li {
  text-align: left;
  display: block; }

.footer_sec2 ul li a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  opacity: 0.8;
  text-decoration: none; }

.footer_sec2 ul li a:hover {
  opacity: 1;
  text-decoration: underline; }

.footer_sec3 {
  width: 30%;
  float: left;
  margin-top: 20px; }

.footer_sec3_cols {
  display: block; }

.providers_col {
  padding-left: 24px; }

.connect_col {
  display: block;
  padding-left: 24px; }

.footer_sec3 p {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  padding-bottom: 20px; }

.footer_sec3 ul li {
  text-align: left;
  display: inline-block; }

.footer_sec3 ul.footer_imp_links.provider li {
  text-align: left;
  display: block; }

.footer_sec3 ul li a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  opacity: 0.8;
  text-decoration: none; }

.footer_sec3 ul.footer_imp_links.provider li a {
  text-align: left;
  margin-left: 0; }

@media (max-width: 768px) {
  .footer_sec3 ul li a {
    font-size: 9px; } }

.footer_sec3 ul li a:hover {
  opacity: 1;
  text-decoration: underline; }

.footer_imp_links {
  padding: 0;
  margin-top: 2px;
  font-size: 8px; }

.footer_imp_links.provider {
  padding-left: 0px;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  margin-bottom: 30px; }

.footer_imp_links.provider li {
  display: block;
  text-align: left;
  padding-left: 0;
  margin-left: 0; }

.footer_imp_links.provider li a {
  display: inline-block;
  font-size: 16px;
  text-align: left; }

.footer_sec3 .footer_imp_links.provider li a {
  text-align: left; }

.footer_social_links {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-start; }

.social-icon {
  filter: brightness(0) saturate(100%) invert(80%) sepia(6%) saturate(600%) hue-rotate(169deg) brightness(94%) contrast(86%); }

.footer_social_links li {
  display: inline-block;
  list-style-type: none;
  flex-shrink: 0; }

.footer_social_links li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 0;
  background: transparent;
  box-sizing: border-box;
  line-height: 0;
  vertical-align: top; }

.footer_social_links li.twitter_logo a,
.footer_social_links li.pinterest_logo_combined a {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%; }

.footer_social_links li.facebook_logo a img,
.footer_social_links li.instagram_logo a img {
  display: block;
  width: 42px !important;
  height: 42px !important;
  object-fit: contain; }

.footer_social_links li.twitter_logo a img,
.footer_social_links li.pinterest_logo_combined a img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain; }

.footer_social_links .x-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block; }

.pinterest_outer_wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%; }

.pinterest_outer,
.pinterest_out {
  display: none; }

.pinterest_inner {
  width: 20px;
  height: 20px;
  position: static;
  transform: none; }

.instagram_logo {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-top: 0; }

.footer_social_links .pinterest_logo_combined {
  position: relative; }

.footer_social_links .pinterest_logo_combined a {
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.iphone-btn {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px; }

.iphone-btn li {
  list-style-type: none;
  border: 1px solid #fff;
  border-radius: 46px;
  opacity: 0.8;
  transition: opacity 0.3s ease; }

.iphone-btn li:hover {
  opacity: 1; }

.iphone-btn li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  text-decoration: none;
  height: 46px;
  box-sizing: border-box; }

.iphone-btn li a img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  flex-shrink: 0; }

.iphone-btn li a p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  white-space: nowrap; }

.clear {
  clear: both; }

.footer_sec4 {
  padding-top: 40px;
  padding-bottom: 40px; }

.footer_locations {
  position: relative; }

.footer_locations ul {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px 20px;
  line-height: 1.8; }

.footer_locations ul li {
  display: block;
  margin-right: 0;
  position: relative; }

.footer_locations ul li:nth-child(n+11):nth-child(-n+15) {
  filter: blur(1px);
  transition: filter 0.3s ease; }

.read-more-state-footer-loc:checked ~ .read-more-wrap-locations ul li:nth-child(n+11):nth-child(-n+15) {
  filter: blur(0); }

.footer_locations .location {
  display: block;
  white-space: normal;
  position: relative;
  z-index: 0; }

.footer_locations .location a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.58;
  text-align: left; }

.footer_locations .location a:hover {
  opacity: 1; }

.read-more-wrap-locations {
  max-height: 120px;
  overflow: hidden;
  transition: max-height 0.4s ease; }

.read-more-state-footer-loc {
  display: none; }

.read-more-state-footer-loc:checked ~ .read-more-wrap-locations {
  max-height: 2000px; }

.fade-bottom-footer-loc {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(10, 55, 85, 0), #0a3755);
  pointer-events: none;
  transition: opacity 0.3s ease;
  display: block; }

.read-more-state-footer-loc:checked ~ .fade-bottom-footer-loc {
  opacity: 0;
  pointer-events: none; }

.read-more-trigger-footer-loc {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto 0;
  font-weight: 700;
  cursor: pointer;
  color: #FFF;
  opacity: 1;
  text-decoration: none;
  font-size: 15px;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  padding: 12px 30px;
  width: fit-content;
  transition: all 0.2s ease; }

.read-more-trigger-footer-loc:hover {
  border-color: #FFF;
  background-color: rgba(255, 255, 255, 0.05);
  text-decoration: none;
  opacity: 1;
  transform: translateY(-2px); }

.read-more-trigger-footer-loc::before {
  content: 'Show More'; }

.read-more-state-footer-loc:checked ~ .read-more-trigger-footer-loc::before {
  content: 'Show Less'; }

.footer_copyright {
  background: rgba(0, 0, 0, 0.09);
  padding: 20px 0;
  height: auto !important; }

.footer_copyright .container_9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  flex-direction: row; }

.footer_copyright ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap; }

.footer_copyright ul li {
  display: inline-block;
  list-style-type: none;
  background: transparent; }

.footer_copyright ul li a {
  color: #FFFFFF;
  font-size: 16px;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.8;
  text-decoration: none;
  background: transparent; }

.footer_copyright ul li a:hover {
  opacity: 1;
  text-decoration: underline;
  background: transparent; }

.footer_copyright .left {
  float: none;
  padding-left: 0;
  list-style-type: none;
  margin: 0;
  background: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto; }

.footer_copyright .left li {
  padding-right: 20px;
  list-style-type: none;
  background: transparent; }

.footer_copyright .right {
  float: none;
  padding-left: 0;
  list-style-type: none;
  margin: 0;
  background: transparent;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto; }

.footer_copyright .right li {
  color: #FFFFFF;
  font-size: 16px;
  justify-content: center;
  text-align: center;
  padding: 0;
  list-style-type: none;
  background: transparent;
  line-height: 1.4; }

.greenpal-heading:hover {
  color: blue !important;
  text-decoration: underline; }

.container_9 {
  width: 1010px;
  margin: 0 auto; }

/* Tablet responsive */
@media (min-width: 768px) and (max-width: 1099px) {
  .footer_imp_links.provider li {
    display: block; }
  .footer_sec3 p {
    padding-bottom: 10px;
    text-align: center; }
  .container_8 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }
  .footer_locations ul {
    grid-template-columns: repeat(5, 19%); }
  .footer_sec3 {
    width: 100%;
    text-align: center; }
  .footer_sec3 ul {
    padding: 0;
    text-align: center; }
  .footer_sec3 ul li {
    text-align: center; }
  .footer_sec2 {
    width: 100%;
    float: none;
    text-align: center;
    margin-left: 0; }
  .footer_sec2 p {
    text-align: center; }
  .footer_sec2 ul {
    text-align: center; }
  .footer_sec2 ul li {
    text-align: center;
    display: block; }
  .footer_sec1 {
    width: 100%;
    float: none;
    text-align: center; }
  .footer_sec1 p {
    text-align: center;
    margin: 0 auto; }
  .footer_sec1 .app-heading {
    text-align: center; }
  .footer_sec1 .iphone-btn {
    justify-content: center; }
  .footer_sec1 .footer-pera-list p {
    text-align: center;
    margin: 0 auto;
    width: 80%; }
  img.footer_logo {
    margin: 0 auto;
    display: block; }
  .footer_sec4 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center; }
  .container_9 {
    width: 100%;
    padding: 12px;
    box-sizing: border-box; }
  .footer_copyright {
    height: auto !important;
    overflow: hidden;
    padding: 20px 0; }
  .footer_copyright .container_9 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px; }
  .footer_copyright .left {
    float: none;
    width: 100%;
    text-align: center;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0; }
  .footer_copyright .left li {
    background: transparent;
    padding-right: 20px; }
  .footer_copyright .right {
    float: none;
    width: 100%;
    text-align: center;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0; }
  .footer_copyright .right li {
    background: transparent;
    padding-right: 0; }
  .footer_sec3 {
    padding-left: 0; }
  .footer_social_links {
    justify-content: center;
    padding-left: 0; }
  .footer_imp_links.provider {
    text-align: center; }
  .footer_imp_links.provider li {
    text-align: center; }
  .footer_sec3 ul.footer_imp_links.provider li a {
    text-align: center !important;
    margin-left: 0; }
  .footer_sec3 ul.footer_imp_links.provider li {
    text-align: center !important;
    display: block; }
  .footer_social_links li {
    margin-left: 0; }
  .footer_social_links {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    margin-left: 0px !important; }
  .total_satisfaction {
    margin: 20px auto 0 auto;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center; }
  .total_satisfaction p {
    text-align: left;
    margin-left: 25px; }
  .footer_sec3 p {
    padding-left: 0;
    margin-top: 10px; } }

/* Mobile responsive */
@media only screen and (max-width: 767px) {
  .only_desktop {
    display: none; }
  .only_mob {
    display: block; }
  .sec8 {
    margin-top: -1px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    overflow-x: hidden;
    box-sizing: border-box; }
  .container_8 {
    width: 100%;
    max-width: 100%;
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    overflow-x: hidden; }
  .footer_sec1 {
    width: 100%;
    float: none;
    text-align: center;
    box-sizing: border-box; }
  .footer_sec1 p {
    width: 91%;
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    line-height: 21px;
    padding-bottom: 17px;
    color: #FFFFFF; }
  .footer-links-wrap {
    text-align: center;
    align-items: center; }
  .footer-links-wrap p,
  .footer-links-wrap ul,
  .footer-links-wrap ul li {
    text-align: center; }
  .providers_col {
    text-align: center !important;
    align-items: center !important; }
  .providers_col p,
  .providers_col ul {
    text-align: center !important; }
  .providers_col ul li {
    text-align: center !important; }
  .connect_col {
    text-align: center !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .connect_col p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important; }
  .connect_col ul {
    justify-content: center !important; }
  .connect_col ul li {
    text-align: center !important; }
  .footer_sec2 {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box; }
  .footer_sec2 p {
    text-align: center;
    letter-spacing: 0.9px; }
  .footer_sec2 ul {
    display: block; }
  .footer_sec2 ul li {
    text-align: center;
    display: inherit; }
  .footer_sec3 {
    width: 100%;
    float: none;
    text-align: center;
    box-sizing: border-box;
    padding-top: 5px; }
  .footer_sec3_cols {
    display: block; }
  .providers_col {
    padding-right: 0;
    padding-left: 0; }
  .connect_col {
    padding-left: 0; }
  .footer_social_links {
    opacity: 0.6;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    margin-left: 0px; }
  .footer_sec3 p {
    text-align: center;
    letter-spacing: 0.9px;
    padding-left: 0;
    font-size: 18px; }
  .footer_sec4 {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 10px;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden; }
  .footer_locations {
    width: 100%;
    overflow-x: hidden; }
  .footer_locations ul {
    width: 100%;
    box-sizing: border-box; }
  img.footer_logo {
    width: 130px;
    padding-bottom: 3px;
    margin: 0 auto;
    display: block;
    margin-bottom: 18px; }
  .footer_imp_links {
    margin-top: -3px; }
  .footer_sec2 ul li a {
    line-height: 37px; }
  .footer_sec3 .footer_imp_links {
    margin-top: 2px;
    margin-bottom: 25px; }
  .footer_sec3 ul li a {
    line-height: 36px; }
  .footer_sec3 .footer_imp_links.provider li a {
    font-size: 15px;
    line-height: 35px;
    text-align: center; }
  .footer_social_links li.facebook_logo a img,
  .footer_social_links li.instagram_logo a img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    display: block; }
  .footer_social_links li.twitter_logo a img,
  .footer_social_links li.pinterest_logo_combined a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block; }
  .footer_social_links .x-icon {
    width: 20px;
    height: 20px; }
  .facebook_logo {
    padding-left: 0; }
  .footer_social_links {
    padding-left: 0;
    margin-bottom: 15px;
    justify-content: center; }
  .footer_sec3 ul li {
    text-align: left;
    display: inline-block; }
  .footer_imp_links.provider {
    padding-left: 0;
    padding-bottom: 0 !important; }
  .connect_col .footer_social_links {
    padding-left: 0;
    margin-top: 10px;
    justify-content: center;
    gap: 9.4px;
    overflow-x: visible; }
  .connect_col {
    padding-right: 0;
    padding-left: 0;
    overflow: visible; }
  .footer_imp_links.provider li {
    text-align: center; }
  ul.footer_imp_links.provider {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    margin-left: 0; }
  .footer_sec3 {
    padding-left: 0; }
  .footer_social_links {
    padding-left: 0;
    margin-bottom: 15px;
    opacity: 0.6;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 9.4px;
    overflow-x: visible;
    align-items: center; }
  /* Circle buttons for social icons */
  .footer_social_links li a {
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: transparent; }
  /* Only add border for X and Pinterest */
  .footer_social_links li.twitter_logo a,
  .footer_social_links li.pinterest_logo_combined a {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%; }
  /* Facebook and Instagram have built-in circles */
  .footer_social_links li.facebook_logo a img,
  .footer_social_links li.instagram_logo a img {
    width: 38px;
    height: 38px; }
  .footer_social_links li.twitter_logo a img,
  .footer_social_links li.pinterest_logo_combined a img {
    width: 20px;
    height: 20px; }
  .footer_social_links li {
    flex-shrink: 0;
    margin-right: 0; }
  .footer_locations .location a {
    width: 100%;
    font-size: 13px; }
  .footer_locations ul {
    grid-template-columns: repeat(3, 33%);
    grid-gap: 5px 10px;
    margin-bottom: 15px; }
  .app-heading {
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    background: transparent;
    text-align: center;
    margin: 0; }
  .app_logo {
    float: none; }
  .total_satisfaction {
    background: no-repeat;
    background-position: center;
    height: 100px;
    width: 280px;
    position: relative;
    margin: 16px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center; }
  .total_satisfaction p {
    font-size: 10px;
    font-weight: 700;
    color: #4E95BB;
    position: absolute;
    margin-top: 2px;
    padding: 0;
    margin-left: -75px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .app_sec_mob {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 10px; }
  .iphone-btn-mob {
    margin: 0;
    padding: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 12px; }
  .iphone-btn-mob li {
    list-style-type: none;
    border: 1px solid #fff;
    border-radius: 46px; }
  .iphone-btn-mob li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    text-decoration: none;
    height: 38px;
    min-width: 141px;
    box-sizing: border-box; }
  .iphone-btn-mob li a img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    flex-shrink: 0; }
  .iphone-btn-mob li a p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .footer_copyright .left {
    text-align: center;
    float: none !important;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0; }
  .footer_copyright .container_9 {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px; }
  .footer_copyright {
    background: rgba(0, 0, 0, 0.09);
    overflow-x: hidden;
    height: auto !important;
    padding: 20px 0; }
  .footer_copyright ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
  .footer_copyright ul li {
    text-align: center;
    list-style-type: none;
    display: inline-block;
    margin-bottom: 0;
    background: transparent; }
  .footer_copyright ul li a {
    line-height: 1.4;
    background: transparent; }
  .footer_copyright .left li {
    padding-right: 10px;
    padding-left: 10px;
    background: transparent; }
  .footer_copyright .left li:first-child {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0;
    background: transparent; }
  .footer_copyright .left li:last-child {
    padding-right: 10px;
    padding-left: 10px; }
  .footer_copyright .right {
    float: none;
    padding: 0;
    text-align: center;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0; }
  .footer_copyright .right li {
    line-height: 1.4;
    text-align: center;
    font-size: 13px;
    background: transparent;
    padding: 0; }
  ul.left {
    padding-left: 0; }
  .local_footer {
    padding-bottom: 10px; } }

@media only screen and (max-width: 480px) {
  img.footer_logo {
    width: 122px; }
  .footer_sec1 p {
    width: 82%;
    padding-bottom: 14px; }
  .footer_sec2 p {
    letter-spacing: 0.6px;
    font-size: 18px; }
  .footer_sec2 ul li a {
    line-height: 35px;
    font-size: 15px; }
  .footer_sec3 p {
    letter-spacing: normal;
    font-size: 17px; }
  .footer_imp_links li a {
    line-height: 35px; }
  .footer_social_links li {
    width: auto;
    height: auto; }
  .footer_social_links li a {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 0; }
  .footer_social_links li.twitter_logo a,
  .footer_social_links li.pinterest_logo_combined a {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%; }
  /* Facebook and Instagram have built-in circles */
  .footer_social_links li.facebook_logo a img,
  .footer_social_links li.instagram_logo a img {
    width: 36px !important;
    height: 36px !important; }
  .footer_social_links li.twitter_logo a img,
  .footer_social_links li.pinterest_logo_combined a img {
    width: 18px !important;
    height: 18px !important; }
  .total_satisfaction {
    background: no-repeat;
    background-position: center;
    height: 100px;
    width: 280px;
    position: relative;
    margin: 16px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center; }
  .total_satisfaction p {
    font-size: 9px;
    font-weight: 700;
    color: #4E95BB;
    position: absolute;
    margin-top: 2px;
    padding: 0;
    margin-left: -75px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .pinterest_inner {
    width: 18px;
    height: 18px;
    position: static;
    transform: none; } }

@media only screen and (max-width: 414px) {
  img.footer_logo {
    width: 127px; }
  .footer_sec1 p {
    width: 90%;
    font-size: 14px;
    line-height: 22px; }
  .footer_sec2 {
    padding-top: 24px; }
  .footer_sec2 p {
    font-size: 20.5px; }
  .footer_sec2 ul li a {
    font-size: 16px;
    line-height: 37px; }
  .footer_sec3 {
    padding-top: 0px; }
  .footer_sec3 p {
    font-size: 22px; }
  .footer_sec3 .footer_imp_links {
    margin-bottom: 24px; }
  .footer_social_links {
    margin-top: 10px;
    padding-left: 0;
    margin-bottom: 19px;
    opacity: 0.6;
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    align-items: center;
    justify-content: center; }
  .footer_social_links li {
    flex-shrink: 0; }
  .footer_social_links li a {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 0; }
  .footer_social_links li.twitter_logo a,
  .footer_social_links li.pinterest_logo_combined a {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%; }
  /* Facebook and Instagram have built-in circles */
  .footer_social_links li.facebook_logo a img,
  .footer_social_links li.instagram_logo a img {
    width: 36px !important;
    height: 36px !important; }
  .footer_social_links li.twitter_logo a img,
  .footer_social_links li.pinterest_logo_combined a img {
    width: 18px !important;
    height: 18px !important; }
  .pinterest_inner {
    width: 18px;
    height: 18px;
    position: static;
    transform: none; }
  .iphone-btn-mob li {
    height: 40px; }
  .iphone-btn-mob li a p {
    font-size: 16px;
    line-height: 43px; }
  .iphone-btn-mob li a img {
    height: 22px; }
  .left {
    padding-top: 23px; }
  .footer_copyright {
    height: 90px; } }

.total_satisfaction {
  background: no-repeat;
  background-position: center;
  height: 100px;
  width: 280px;
  position: relative;
  background-image: none;
  margin: 16px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center; }
  .total_satisfaction.is-visible {
    background-image: url("https://greenpal-production.s3.amazonaws.com/images/general/greenpal-guarantee.svg"); }
    @media screen and (max-width: 767px) {
      .total_satisfaction.is-visible {
        background-image: url("https://greenpal-production.s3.amazonaws.com/images/general/greenpal-guarantee-mobile.svg"); } }
.total_satisfaction p {
  font-size: 10px;
  font-weight: 700;
  color: #4E95BB;
  position: absolute;
  margin-top: 2px;
  padding: 0;
  margin-left: -75px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (max-width: 376px) {
  .iphone-btn-mob li {
    width: 125px; } }

/* Very small mobile screens (320px width) */
@media only screen and (max-width: 376px) {
  /* Container adjustments */
  .container_8 {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 30px;
    margin-left: 0; }
  /* Footer logo */
  img.footer_logo {
    width: 105px;
    margin-bottom: 10px; }
  /* Footer section 1 - Description */
  .footer_sec1 {
    padding-left: 0;
    padding-right: 0; }
  .footer_sec1 p {
    width: 95%;
    font-size: 12px;
    line-height: 19px;
    padding-bottom: 15px; }
  /* Footer section 2 - GreenPal links */
  .footer_sec2 {
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 0;
    margin-left: 0; }
  .footer_sec2 p {
    font-size: 16px;
    letter-spacing: 0.3px;
    padding-bottom: 12px;
    margin-bottom: 0; }
  .footer_sec2 ul {
    column-gap: 8px;
    row-gap: 0; }
  .footer_sec2 ul li a {
    font-size: 11px;
    line-height: 28px; }
  /* Footer section 3 - Providers and Connect */
  .footer_sec3 {
    padding-left: 5px;
    padding-top: 15px;
    margin-top: 0;
    margin-left: 0px; }
  .footer_sec3 p {
    font-size: 15px;
    padding-bottom: 12px;
    margin-bottom: 0;
    padding-right: 8px; }
  .footer_sec3_cols {
    column-gap: 4px;
    row-gap: 0; }
  .providers_col {
    margin-bottom: 15px; }
  .connect_col {
    padding-left: 0px; }
  .footer_sec3 .footer_imp_links.provider {
    margin-bottom: 0; }
  .footer_sec3 .footer_imp_links.provider li a {
    font-size: 11px;
    line-height: 24px; }
  .footer_sec3 ul li a {
    font-size: 12px;
    line-height: 28px; }
  /* App section */
  .app-heading {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 1.3; }
  .app_sec_mob {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    margin-bottom: 12px; }
  .iphone-btn-mob {
    gap: 10px;
    width: 100%;
    align-items: stretch; }
  .iphone-btn-mob li {
    width: 100%;
    max-width: 240px;
    margin: 0 auto; }
  .iphone-btn-mob li a {
    min-width: unset;
    width: 100%;
    height: 40px;
    padding: 8px 16px; }
  .iphone-btn-mob li a p {
    font-size: 13px;
    font-weight: 500; }
  .iphone-btn-mob li a img {
    width: 16px;
    height: 16px;
    margin-right: 8px; }
  .total_satisfaction {
    width: 240px;
    height: 70px;
    margin: 20px auto 0 auto; }
  .total_satisfaction {
    background: no-repeat;
    background-position: center;
    height: 100px;
    width: 280px;
    position: relative;
    margin: 16px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center; }
  .total_satisfaction p {
    font-size: 9px;
    font-weight: 700;
    color: #4E95BB;
    position: absolute;
    margin-top: 2px;
    padding: 0;
    margin-left: -75px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  /* Footer section 4 - Locations */
  .footer_sec4 {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 15px;
    padding-bottom: 10px; }
  .footer_locations .location a {
    font-size: 10px;
    line-height: 1.4; }
  .footer_locations ul {
    grid-template-columns: repeat(2, 50%);
    grid-gap: 6px 8px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .read-more-wrap-locations {
    max-height: 180px; }
  .fade-bottom-footer-loc {
    bottom: 22px;
    height: 35px; }
  .read-more-trigger-footer-loc {
    font-size: 13px;
    margin-top: 6px; }
  /* Footer copyright */
  .footer_copyright .container_9 {
    gap: 8px; }
  .footer_copyright ul li a {
    font-size: 11px;
    line-height: 1.4; }
  .left li {
    padding-right: 5px;
    padding-left: 5px; }
  .left li:first-child {
    padding-left: 5px; }
  .right li {
    font-size: 11px;
    line-height: 1.4; } }

@media (min-width: 315px) and (max-width: 480px) {
  .pinterest-inside {
    left: -35px; } }

@media (min-width: 481px) and (max-width: 767px) {
  .pinterest-inside {
    left: -36px; } }

.pinterest-inside {
  position: absolute;
  top: 37%;
  left: -32px;
  transform: translate(-50%, -50%);
  margin-left: 0 !important;
  z-index: 1;
  width: 22px;
  height: 22px; }

.circle-container {
  display: flex;
  justify-content: space-around;
  align-items: center; }
/*

















*/
