.service-press-mentions.locations-v1 {
  background: #098953;
  display: block; }
  @media screen and (min-width: 768px) {
    .service-press-mentions.locations-v1 {
      height: 200px; } }
.service-press-mentions {
  height: 137px;
  color: #fff;
  background-color: #098953;
  font-family: ProximaNova-Regular; }
  .service-press-mentions .press-container {
    margin: 0 auto;
    padding: 20px 80px 0;
    max-width: 1366px; }
    @media (min-width: 768px) {
      .service-press-mentions .press-container {
        padding: 20px 60px 0; } }
    @media (min-width: 1200px) {
      .service-press-mentions .press-container {
        padding: 20px 80px 0; } }
  .service-press-mentions .breadcrumbs a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 12.695px;
    text-decoration: none; }
    .service-press-mentions .breadcrumbs a:hover {
      text-decoration: underline; }
  .service-press-mentions .breadcrumbs img {
    margin-inline: 3px; }
  .service-press-mentions .breadcrumbs span {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 12.695px;
    opacity: 0.8; }
  .service-press-mentions .press-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1057px;
    margin: 0 auto;
    height: 98px; }
  .service-press-mentions .divider {
    width: 2px;
    height: 107px;
    background-color: #FFF;
    opacity: 0.2;
    flex-shrink: 0; }
  .service-press-mentions .local-press {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 20px;
    flex-shrink: 0; }
    .service-press-mentions .local-press .press-label {
      position: relative;
      display: inline-flex;
      font-size: 18px;
      font-weight: 400;
      line-height: normal;
      white-space: nowrap;
      gap: 2px; }
      .service-press-mentions .local-press .press-label img {
        margin-top: 10px; }
    .service-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;
      background: #fff;
      padding: 10px;
      border-radius: 9999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      min-height: 60px; }
      .service-press-mentions .local-press .local-paper-name:is(a) {
        text-decoration: none;
        color: inherit; }
      .service-press-mentions .local-press .local-paper-name img {
        object-fit: contain;
        max-height: 73px;
        max-width: 220px; }
      .service-press-mentions .local-press .local-paper-name span {
        color: #222; }
  .service-press-mentions .national-press {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden; }
    .service-press-mentions .national-press .featured-label {
      font-size: 18px;
      font-weight: 400;
      line-height: normal;
      margin-bottom: 21px;
      white-space: nowrap; }
    .service-press-mentions .national-press .desktop-logos {
      display: flex;
      align-items: center;
      gap: 31px;
      margin-top: 5px; }
      .service-press-mentions .national-press .desktop-logos .logo-item {
        width: auto;
        display: flex;
        justify-content: center; }
    .service-press-mentions .national-press .logos-carousel-wrapper {
      width: 320px;
      overflow: hidden;
      height: 80px;
      position: relative;
      margin-top: 5px; }
      .service-press-mentions .national-press .logos-carousel-wrapper .logo-item {
        width: 100px;
        flex-shrink: 0; }
      .service-press-mentions .national-press .logos-carousel-wrapper.only-mobile {
        display: none; }
    .service-press-mentions .national-press .logos-track {
      display: flex;
      width: max-content;
      animation: scrollLogos 20s linear infinite; }
      .service-press-mentions .national-press .logos-track:hover {
        animation-play-state: paused; }
    .service-press-mentions .national-press .logo-item {
      display: flex;
      align-items: center;
      justify-content: center; }
      .service-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; }
        .service-press-mentions .national-press .logo-item img:hover {
          opacity: 1; }

@keyframes scrollLogos {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
  .service-press-mentions .press-rating {
    width: 163px;
    padding-bottom: 0;
    flex-direction: column;
    display: flex;
    flex-shrink: 0; }
    .service-press-mentions .press-rating .rating-score {
      font-family: 'ProximaNova-Bold', 'proxima_nova_rgbold';
      font-size: 44px;
      font-weight: 700;
      opacity: 0.9;
      line-height: 27px; }
    .service-press-mentions .press-rating .review-count {
      opacity: 0.9;
      font-size: 20px;
      font-weight: 400;
      line-height: 27px;
      white-space: nowrap;
      display: flex;
      gap: 10px;
      margin-bottom: 11px; }
  @media screen and (min-width: 901px) and (max-width: 1100px) {
    .service-press-mentions .no-press-logo {
      padding-top: 37px; }
    .service-press-mentions .national-press .desktop-logos.only-desktop {
      display: none !important; }
    .service-press-mentions .national-press .logos-carousel-wrapper.only-mobile {
      display: block !important; }
    .service-press-mentions .press-rating {
      width: unset; }
    .service-press-mentions .national-press {
      padding: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .service-press-mentions .divider {
      margin-inline: 10px; } }
  @media screen and (min-width: 769px) and (max-width: 900px) {
    .service-press-mentions .no-press-logo {
      padding-top: 37px; }
    .service-press-mentions .national-press .desktop-logos.only-desktop {
      display: none !important; }
    .service-press-mentions .national-press .logos-carousel-wrapper.only-mobile {
      display: block !important; }
    .service-press-mentions .press-rating {
      width: unset; }
    .service-press-mentions .national-press {
      padding: 0; } }
  @media screen and (width: 768px) {
    .service-press-mentions .no-press-logo {
      padding-top: 37px; }
    .service-press-mentions .desktop-logos.only-desktop {
      display: none !important; }
    .service-press-mentions .press-container {
      padding: 20px 30px; }
    .service-press-mentions .press-rating {
      width: unset; }
    .service-press-mentions .national-press {
      padding: 0; }
    .service-press-mentions .logos-carousel-wrapper.only-mobile {
      display: block !important;
      width: 280px; } }
.local-paper-name {
  max-width: 220px;
  max-height: 73px; }
  .local-paper-name img {
    width: 100% !important;
    height: 100%;
    max-width: 220px; }

@media screen and (max-width: 767px) {
  .service-press-mentions {
    height: auto;
    padding-bottom: 0; }
    .service-press-mentions .press-container {
      padding: 0;
      max-width: 100%; }
    .service-press-mentions .no-press-logo {
      padding-top: 37px; }
    .service-press-mentions .press-grid {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: auto;
      gap: 0;
      margin: 0; }
    .service-press-mentions .divider {
      display: none; }
    .service-press-mentions .local-press {
      padding: 37px 0 0;
      justify-content: center;
      width: 100%;
      box-sizing: border-box; }
      .service-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;
        margin-bottom: 6px; }
      .service-press-mentions .local-press .local-paper-name {
        margin-bottom: 20px; }
    .service-press-mentions .national-press {
      padding: 0;
      width: 100%;
      box-sizing: border-box;
      align-items: center; }
      .service-press-mentions .national-press .desktop-logos.only-desktop {
        display: none !important; }
      .service-press-mentions .national-press .logos-carousel-wrapper.only-mobile {
        display: block !important; }
      .service-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; }
        .service-press-mentions .national-press .featured-label::before, .service-press-mentions .national-press .featured-label::after {
          content: "";
          flex: 1;
          height: 1px;
          background-color: #fff; }
        .service-press-mentions .national-press .featured-label::before {
          margin-right: 9px; }
        .service-press-mentions .national-press .featured-label::after {
          margin-left: 9px; }
      .service-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); }
      .service-press-mentions .national-press .logos-track {
        animation: scrollLogos 10s linear infinite; }
      .service-press-mentions .national-press .logo-item {
        width: 90px; }
        .service-press-mentions .national-press .logo-item img {
          height: 20px; }
    .service-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);
      align-items: flex-end;
      flex-direction: row;
      justify-content: center;
      gap: 12px; }
      .service-press-mentions .press-rating .rating-score {
        font-size: 44px;
        font-weight: 700;
        line-height: 24px; }
      .service-press-mentions .press-rating .review-count {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0; }
        .service-press-mentions .press-rating .review-count .review-label_count {
          display: flex;
          flex-direction: column; }
        .service-press-mentions .press-rating .review-count .count {
          font-size: 20px;
          font-weight: 400;
          line-height: 1.2; }
        .service-press-mentions .press-rating .review-count .label {
          font-size: 20px;
          font-weight: 400;
          line-height: 1; }
      .service-press-mentions .press-rating .stars {
        display: flex;
        align-items: center;
        padding-top: 5px; }
        .service-press-mentions .press-rating .stars img {
          height: 24px;
          width: auto; } }
.mulch-services-section {
  padding-top: 130px;
  padding-bottom: 63px;
  background-color: #fff; }
  .mulch-services-section .mulch-services-inner {
    max-width: 1050px;
    margin: 0 auto;
    text-align: center; }
  .mulch-services-section .mulch-services-header {
    margin-bottom: 40px; }
  .mulch-services-section .mulch-services-title {
    font-family: ProximaNova-Bold;
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 10px; }
  .mulch-services-section .mulch-services-subtitle {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px; }
  .mulch-services-section .mulch-services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
  .mulch-services-section .mulch-service-card {
    width: 240px;
    min-height: 231px;
    background-color: #F5F5F5;
    border-radius: 25px;
    padding: 32px 18px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .mulch-services-section .mulch-service-card img {
      flex-shrink: 0; }
    .mulch-services-section .mulch-service-card .mulch-service-name {
      font-family: ProximaNova-Bold;
      text-align: center;
      font-size: 20px;
      line-height: 20px;
      margin-top: 12px;
      margin-bottom: 9px; }
    .mulch-services-section .mulch-service-card .mulch-service-desc {
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      line-height: 17px; }
  @media screen and (min-width: 768px) and (max-width: 1100px) {
    .mulch-services-section {
      padding: 80px 24px 56px; }
      .mulch-services-section .mulch-services-header {
        margin-bottom: 32px; }
      .mulch-services-section .mulch-services-title {
        font-size: 38px;
        line-height: 42px; }
      .mulch-services-section .mulch-services-subtitle {
        font-size: 20px;
        line-height: 28px;
        max-width: 640px;
        margin: 0 auto; }
      .mulch-services-section .mulch-services-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        max-width: 720px;
        margin: 0 auto; }
      .mulch-services-section .mulch-service-card {
        width: 100%;
        height: auto;
        min-height: 131px;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
        padding: 26px 22px 25px 20px;
        text-align: left; }
        .mulch-services-section .mulch-service-card .info {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          flex: 1;
          min-width: 0; }
        .mulch-services-section .mulch-service-card .mulch-service-name {
          text-align: left;
          margin-top: 0;
          margin-bottom: 6px;
          line-height: 22px; }
        .mulch-services-section .mulch-service-card .mulch-service-desc {
          text-align: left;
          line-height: 18px; } }
  @media screen and (max-width: 767px) {
    .mulch-services-section {
      padding: 60px 20px 57px; }
      .mulch-services-section .mulch-services-header {
        margin-bottom: 30px; }
      .mulch-services-section .mulch-services-title {
        font-size: 38px;
        line-height: 36px; }
      .mulch-services-section .mulch-services-subtitle {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px; }
      .mulch-services-section .mulch-services-grid {
        justify-content: center;
        gap: 15px; }
      .mulch-services-section .mulch-service-card {
        flex-direction: row;
        width: 306px;
        gap: 15px;
        min-height: 131px;
        padding: 26px 25px 25px 20px; }
        .mulch-services-section .mulch-service-card .info {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          flex: 1;
          min-width: 0; }
        .mulch-services-section .mulch-service-card .mulch-service-name {
          text-align: left;
          margin-top: 0;
          margin-bottom: 6px; }
        .mulch-services-section .mulch-service-card .mulch-service-desc {
          text-align: left; } }
.mulch-benefits-section {
  padding-top: 20px;
  padding-bottom: 80px;
  background-color: #fff; }
  .mulch-benefits-section .mulch-benefits-container {
    max-width: 1127px;
    margin: 0 auto;
    background-color: #EDFBED;
    border-radius: 25px;
    text-align: center;
    padding: 60px 74px 90px; }
  .mulch-benefits-section .mulch-benefits-title {
    font-family: ProximaNova-Bold;
    font-size: 48px;
    margin-bottom: 30px;
    line-height: 54px; }
  .mulch-benefits-section .mulch-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px; }
  .mulch-benefits-section .mulch-benefit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .mulch-benefits-section .mulch-benefit-item img {
      flex-shrink: 0; }
    .mulch-benefits-section .mulch-benefit-item .mulch-benefit-label {
      margin-top: 12px;
      text-align: center;
      font-size: 24px;
      font-weight: 600;
      line-height: 33px;
      font-family: ProximaNova-Semibold; }
  @media screen and (min-width: 768px) and (max-width: 1100px) {
    .mulch-benefits-section {
      padding-bottom: 60px; }
      .mulch-benefits-section .mulch-benefits-container {
        padding: 40px 32px 58px; }
      .mulch-benefits-section .mulch-benefits-title {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 36px; }
      .mulch-benefits-section .mulch-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 24px;
        max-width: 720px;
        margin: 0 auto; }
      .mulch-benefits-section .mulch-benefit-item .mulch-benefit-label {
        font-size: 20px;
        line-height: 28px; } }
  @media screen and (max-width: 767px) {
    .mulch-benefits-section {
      padding: 46px 20px 50px; }
      .mulch-benefits-section .mulch-benefits-container {
        padding: 40px 16px 58px; }
      .mulch-benefits-section .mulch-benefits-title {
        text-align: center;
        font-size: 38px;
        line-height: 36px;
        margin-bottom: 50px; }
      .mulch-benefits-section .mulch-benefits-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        max-width: none;
        padding-inline: 12px; }
      .mulch-benefits-section .mulch-benefit-item .mulch-benefit-label {
        font-size: 16px;
        line-height: 24px; } }
.mulch-cost-section {
  padding: 80px 24px 0;
  background-color: #F7F7F7; }
  .mulch-cost-section .mulch-cost-inner {
    max-width: 1126px;
    margin: 0 auto;
    text-align: center; }
  .mulch-cost-section .mulch-cost-title {
    font-family: ProximaNova-Bold;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 10px; }
  .mulch-cost-section .mulch-cost-subtitle {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 41px; }
  .mulch-cost-section .mulch-cost-visual-container {
    position: relative;
    max-width: 1047px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start; }
  .mulch-cost-section .mulch-cost-bg-image {
    display: block;
    width: 100%;
    max-width: 820px;
    height: auto;
    object-fit: cover;
    border-radius: 20px; }
  .mulch-cost-section .mulch-pricing-card {
    position: absolute;
    bottom: -59px;
    right: -50px;
    padding: 25px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    background: #fff;
    text-align: left;
    border-radius: 20px;
    width: 523px;
    height: auto; }
    .mulch-cost-section .mulch-pricing-card table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0 3px; }
    .mulch-cost-section .mulch-pricing-card th {
      font-family: ProximaNova-Semibold;
      font-size: 20px;
      font-weight: 700;
      line-height: normal;
      padding: 0 16px 10px; }
      .mulch-cost-section .mulch-pricing-card th:first-child {
        text-align: left; }
      .mulch-cost-section .mulch-pricing-card th:last-child {
        text-align: right;
        padding-right: 16px; }
    .mulch-cost-section .mulch-pricing-card tr:last-child {
      border: none; }
    .mulch-cost-section .mulch-pricing-card td {
      padding: 9px 12px;
      font-size: 20px;
      font-weight: 400;
      line-height: normal; }
      .mulch-cost-section .mulch-pricing-card td:first-child {
        text-align: left; }
      .mulch-cost-section .mulch-pricing-card td:last-child {
        text-align: right;
        font-family: ProximaNova-Bold;
        color: #019C5A;
        font-size: 20px;
        font-weight: 700;
        padding-right: 16px; }
    .mulch-cost-section .mulch-pricing-card .row-highlight {
      background-color: rgba(217, 217, 217, 0.2);
      border-radius: 6px; }
      .mulch-cost-section .mulch-pricing-card .row-highlight td:first-child {
        border-radius: 6px 0 0 6px; }
      .mulch-cost-section .mulch-pricing-card .row-highlight td:last-child {
        border-radius: 0 6px 6px 0; }
    .mulch-cost-section .mulch-pricing-card .mulch-cost-footnote {
      margin: 10px 0 0;
      font-size: 14px;
      line-height: 1.4;
      color: #4a4a4a; }
  @media screen and (min-width: 768px) and (max-width: 1100px) {
    .mulch-cost-section {
      padding-bottom: 80px; }
      .mulch-cost-section .mulch-pricing-card {
        right: 0;
        bottom: -50px; } }
  @media screen and (max-width: 767px) {
    .mulch-cost-section {
      padding: 50px 16px 40px; }
      .mulch-cost-section .mulch-cost-title {
        font-size: 38px;
        line-height: 36px;
        padding-inline: 8px; }
      .mulch-cost-section .mulch-cost-subtitle {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 25px;
        padding-inline: 4px; }
      .mulch-cost-section .mulch-cost-visual-container {
        flex-direction: column;
        align-items: stretch;
        max-width: 100%;
        gap: 10px; }
      .mulch-cost-section .mulch-pricing-card {
        position: static;
        order: 1;
        width: 100%;
        max-width: 100%;
        margin: 0;
        right: auto;
        bottom: auto;
        padding: 20px 14px;
        border-radius: 16px;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1); }
        .mulch-cost-section .mulch-pricing-card th {
          font-size: 16px;
          line-height: normal;
          padding-bottom: 8.41px;
          padding-inline: 6px; }
        .mulch-cost-section .mulch-pricing-card td {
          font-size: 15px;
          padding: 9px 12px; }
          .mulch-cost-section .mulch-pricing-card td:last-child {
            font-size: 15px; }
      .mulch-cost-section .mulch-cost-bg-image {
        order: 2;
        width: 100%;
        max-width: 100%;
        height: 348px;
        margin-top: 10px;
        border-radius: 25px; } }
.mulch-cost-factors-section {
  padding: 120px 24px;
  background-color: #F7F7F7; }
  .mulch-cost-factors-section .cost-factors-inner {
    max-width: 1126px;
    margin: 0 auto;
    text-align: center; }
  .mulch-cost-factors-section .cost-factors-title {
    font-family: ProximaNova-Bold;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 26px; }
  .mulch-cost-factors-section .comparison-closing {
    margin-top: 20px; }
  .mulch-cost-factors-section .factors-grid {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 74px;
    gap: 50px; }
  .mulch-cost-factors-section .factor-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.01);
    background-color: #fff;
    border-radius: 25px;
    width: 210px;
    padding: 24px;
    min-height: 201px; }
    .mulch-cost-factors-section .factor-card .info h3 {
      font-family: ProximaNova-Bold;
      font-size: 20px;
      line-height: 20px;
      margin-bottom: 5px;
      margin-top: 14px; }
    .mulch-cost-factors-section .factor-card .info p {
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      line-height: 17px; }
  .mulch-cost-factors-section .comparison-container {
    max-width: 1114px;
    background-color: #019C5A;
    border-radius: 25px;
    padding: 50px 44px 60px;
    color: #fff; }
  .mulch-cost-factors-section .comparison-title {
    font-family: ProximaNova-Bold;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 22px; }
  .mulch-cost-factors-section .comparison-grid {
    display: flex;
    gap: 20px; }
  .mulch-cost-factors-section .comparison-card {
    background-color: #fff;
    border-radius: 25px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
    color: #373737;
    flex: 1; }
    .mulch-cost-factors-section .comparison-card .card-image-wrap {
      flex-shrink: 0; }
    .mulch-cost-factors-section .comparison-card .card-content h3 {
      font-family: ProximaNova-Bold;
      font-size: 24px;
      font-weight: 700;
      line-height: 20px;
      margin-bottom: 9px; }
    .mulch-cost-factors-section .comparison-card .card-content p {
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
      margin-bottom: 20px; }
    .mulch-cost-factors-section .comparison-card .card-content .price-range {
      display: block;
      font-family: ProximaNova-Bold;
      color: #84B823;
      font-size: 20px;
      font-weight: 700;
      line-height: 20px;
      margin-bottom: 5px; }
    .mulch-cost-factors-section .comparison-card .card-content .disclaimer {
      color: rgba(55, 55, 55, 0.6);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }
  @media screen and (min-width: 768px) and (max-width: 1100px) {
    .mulch-cost-factors-section {
      padding: 60px 24px 70px; }
      .mulch-cost-factors-section .cost-factors-title {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 22px; }
      .mulch-cost-factors-section .factors-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        width: 100%;
        max-width: 720px;
        margin: 0 auto 48px; }
      .mulch-cost-factors-section .factor-card {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 131px;
        gap: 15px;
        padding: 26px 20px 25px 18px;
        box-shadow: none;
        text-align: left; }
        .mulch-cost-factors-section .factor-card img {
          flex-shrink: 0; }
        .mulch-cost-factors-section .factor-card .info {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          flex: 1;
          min-width: 0;
          text-align: left; }
          .mulch-cost-factors-section .factor-card .info h3 {
            text-align: left;
            margin-top: 0;
            margin-bottom: 8px; }
          .mulch-cost-factors-section .factor-card .info p {
            text-align: left;
            padding-inline: 0; }
      .mulch-cost-factors-section .comparison-container {
        padding: 40px 28px 48px; }
      .mulch-cost-factors-section .comparison-title {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 20px; }
      .mulch-cost-factors-section .comparison-grid {
        flex-direction: row;
        gap: 16px; }
      .mulch-cost-factors-section .comparison-card {
        flex: 1;
        min-width: 0;
        flex-direction: row;
        align-items: center;
        padding: 10px; }
        .mulch-cost-factors-section .comparison-card .card-image-wrap {
          width: auto;
          height: auto;
          margin-bottom: 0; }
          .mulch-cost-factors-section .comparison-card .card-image-wrap img {
            width: 120px;
            height: 120px;
            object-fit: cover;
            border-radius: 15px; }
        .mulch-cost-factors-section .comparison-card .card-content {
          min-width: 0; }
          .mulch-cost-factors-section .comparison-card .card-content h3 {
            font-size: 20px;
            line-height: 22px; }
          .mulch-cost-factors-section .comparison-card .card-content p {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 12px; }
          .mulch-cost-factors-section .comparison-card .card-content .price-range {
            font-size: 18px; }
          .mulch-cost-factors-section .comparison-card .card-content .disclaimer {
            font-size: 13px;
            line-height: 18px; } }
  @media screen and (max-width: 767px) {
    .mulch-cost-factors-section {
      padding: 17px 20px 50px; }
      .mulch-cost-factors-section .cost-factors-title {
        text-align: center;
        font-size: 38px;
        line-height: 36px;
        margin-bottom: 18.5px; }
      .mulch-cost-factors-section .comparison-title {
        text-align: center;
        font-size: 38px;
        line-height: 36px;
        padding-inline: 30px;
        margin-bottom: 27px; }
      .mulch-cost-factors-section .comparison-grid {
        flex-direction: column;
        gap: 15px; }
      .mulch-cost-factors-section .factors-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        margin-bottom: 40.5px; }
      .mulch-cost-factors-section .factor-card {
        flex-direction: row;
        width: 306px;
        max-width: 100%;
        gap: 15px;
        min-height: 131px;
        padding: 26px 25px 25px 20px;
        border-radius: 25px;
        box-shadow: none; }
        .mulch-cost-factors-section .factor-card .info {
          text-align: left; }
          .mulch-cost-factors-section .factor-card .info h3 {
            text-align: left;
            margin-top: 0;
            margin-bottom: 8px; }
          .mulch-cost-factors-section .factor-card .info p {
            text-align: left;
            padding-inline: 0; }
      .mulch-cost-factors-section .comparison-container {
        padding: 36px 20px 32px;
        border-radius: 25px; }
      .mulch-cost-factors-section .comparison-card {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        padding: 10px;
        gap: 0; }
        .mulch-cost-factors-section .comparison-card .card-image-wrap {
          width: 100%;
          height: 155px;
          border-radius: 20.5px;
          overflow: hidden;
          margin-bottom: 14px; }
          .mulch-cost-factors-section .comparison-card .card-image-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block; }
        .mulch-cost-factors-section .comparison-card .card-content {
          padding: 0 6px 10px; }
          .mulch-cost-factors-section .comparison-card .card-content h3 {
            font-size: 24px;
            line-height: 16.302px;
            margin-bottom: 7px; }
          .mulch-cost-factors-section .comparison-card .card-content p {
            font-size: 16px;
            line-height: 17.932px; }
          .mulch-cost-factors-section .comparison-card .card-content .price-range {
            font-size: 20px;
            line-height: 16.302px;
            margin-bottom: 7.38px; }
          .mulch-cost-factors-section .comparison-card .card-content .disclaimer {
            font-size: 14px;
            line-height: 16.302px;
            opacity: 0.6; } }
.mulch-types-section {
  padding: 80px 24px;
  background-color: #fff; }
  .mulch-types-section .mulch-types-inner {
    max-width: 1048px;
    margin: 0 auto;
    text-align: center; }
  .mulch-types-section .section-header {
    margin-bottom: 40px; }
    .mulch-types-section .section-header h2 {
      font-family: ProximaNova-Bold;
      text-align: center;
      font-size: 48px;
      font-weight: 700;
      line-height: 54px;
      margin-bottom: 10px; }
    .mulch-types-section .section-header p {
      text-align: center;
      font-size: 22px;
      font-weight: 400;
      line-height: normal; }
  .mulch-types-section .types-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
    margin-bottom: 90px;
    justify-content: center; }
  .mulch-types-section .type-card {
    width: min-content;
    border-radius: 25px;
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .mulch-types-section .type-card .card-image {
      display: flex;
      width: 438px;
      height: 216px;
      justify-content: center;
      align-items: center; }
    .mulch-types-section .type-card .card-content {
      padding: 30px 32px 38px 23px; }
      .mulch-types-section .type-card .card-content h3 {
        font-family: ProximaNova-Bold;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        line-height: 20px;
        margin-bottom: 16px; }
      .mulch-types-section .type-card .card-content p {
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px; }
  .mulch-types-section .timing-section {
    display: flex;
    align-items: flex-start;
    gap: 103px;
    text-align: left; }
  .mulch-types-section .timing-visual {
    flex: 1.15; }
    .mulch-types-section .timing-visual h2 {
      font-family: ProximaNova-Bold;
      font-size: 48px;
      font-weight: 700;
      margin-bottom: 37px;
      line-height: 50px; }
  .mulch-types-section .timing-cards {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .mulch-types-section .season-card {
    position: relative;
    border-radius: 25px;
    border: 1px solid #E7E5E5;
    background: #FFF;
    display: flex;
    align-items: center;
    padding: 20px;
    min-height: 120px; }
    .mulch-types-section .season-card img {
      position: absolute;
      left: -40px; }
    .mulch-types-section .season-card .season-info {
      margin-left: 33px; }
      .mulch-types-section .season-card .season-info .label {
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 3px;
        font-family: ProximaNova-Bold; }
      .mulch-types-section .season-card .season-info p {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px; }
  @media screen and (min-width: 768px) and (max-width: 1100px) {
    .mulch-types-section {
      padding: 60px 24px; }
      .mulch-types-section .section-header {
        margin-bottom: 32px; }
        .mulch-types-section .section-header h2 {
          font-size: 38px;
          line-height: 42px; }
        .mulch-types-section .section-header p {
          font-size: 20px;
          line-height: 28px; }
      .mulch-types-section .types-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 20px;
        margin-bottom: 60px; }
      .mulch-types-section .type-card {
        width: 100%; }
        .mulch-types-section .type-card .card-image {
          width: 100%;
          height: auto;
          max-height: 200px;
          object-fit: cover; }
        .mulch-types-section .type-card .card-content {
          padding: 22px 20px 28px; }
          .mulch-types-section .type-card .card-content h3 {
            font-size: 22px; }
          .mulch-types-section .type-card .card-content p {
            font-size: 15px;
            line-height: 21px; }
      .mulch-types-section .timing-section {
        flex-direction: column;
        gap: 28px;
        align-items: stretch; }
      .mulch-types-section .timing-visual {
        flex: none;
        width: 100%;
        text-align: center; }
        .mulch-types-section .timing-visual h2 {
          font-size: 38px;
          line-height: 36px;
          text-align: center;
          margin-bottom: 24px; }
        .mulch-types-section .timing-visual .main-timing-img {
          width: 100%;
          height: auto;
          border-radius: 25px; }
      .mulch-types-section .timing-cards {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 48px;
        row-gap: 16px;
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 8px; }
      .mulch-types-section .season-card {
        height: 120px;
        padding: 20px;
        gap: 0; }
        .mulch-types-section .season-card img {
          position: absolute;
          left: -40px;
          width: 80px;
          height: 80px; }
        .mulch-types-section .season-card .season-info {
          margin-left: 33px;
          flex: none;
          min-width: 0; }
          .mulch-types-section .season-card .season-info .label {
            font-size: 24px;
            line-height: 24px; }
          .mulch-types-section .season-card .season-info p {
            font-size: 18px;
            line-height: 24px; } }
  @media screen and (max-width: 767px) {
    .mulch-types-section {
      padding: 50px 20px;
      padding-bottom: 0; }
      .mulch-types-section .timing-section {
        flex-direction: column;
        gap: 20px; }
      .mulch-types-section .timing-cards {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: 0 auto;
        padding-left: 40px;
        width: 100%;
        max-width: none; }
      .mulch-types-section .season-card {
        height: 120px;
        padding: 20px;
        gap: 0; }
        .mulch-types-section .season-card img {
          position: absolute;
          left: -40px;
          width: 80px;
          height: 80px; }
        .mulch-types-section .season-card .season-info {
          margin-left: 33px;
          flex: none;
          min-width: 0; }
          .mulch-types-section .season-card .season-info .label {
            font-size: 24px;
            line-height: 24px; }
          .mulch-types-section .season-card .season-info p {
            font-size: 18px;
            line-height: 24px; }
      .mulch-types-section .section-header h2, .mulch-types-section .timing-visual h2 {
        font-size: 38px;
        line-height: 36px;
        text-align: center; }
      .mulch-types-section .timing-visual h2 {
        margin-bottom: 24px; }
      .mulch-types-section .timing-visual img {
        width: 100%; }
      .mulch-types-section .section-header {
        margin-bottom: 31px; }
        .mulch-types-section .section-header p {
          text-align: center;
          font-size: 18px;
          font-weight: 400;
          line-height: 22px; }
      .mulch-types-section .types-grid {
        margin-bottom: 60px;
        gap: 20px; }
      .mulch-types-section .type-card {
        width: 100%; }
        .mulch-types-section .type-card .card-image {
          width: 100%; }
        .mulch-types-section .type-card .card-content {
          padding: 22px 22px 28px 23px; }
          .mulch-types-section .type-card .card-content h3 {
            font-size: 24px;
            line-height: 20px;
            margin-bottom: 12px; }
          .mulch-types-section .type-card .card-content p {
            font-size: 16px;
            line-height: 22px; } }
.mulch-local-expertise-section {
  padding: 0 24px 80px;
  background-color: #fff; }
  .mulch-local-expertise-section .local-expertise-inner {
    max-width: 1048px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 39px;
    align-items: stretch; }
  .mulch-local-expertise-section .expertise-content {
    max-width: 441px;
    padding-top: 20px;
    text-align: left; }
    .mulch-local-expertise-section .expertise-content h2 {
      font-family: ProximaNova-Bold;
      font-size: 48px;
      font-weight: 700;
      line-height: 50px;
      margin-bottom: 36px; }
    .mulch-local-expertise-section .expertise-content p {
      font-size: 18px;
      font-weight: 500;
      line-height: 25px;
      margin-bottom: 19px; }
      .mulch-local-expertise-section .expertise-content p:last-child {
        margin-bottom: 0; }
  .mulch-local-expertise-section .expertise-visual {
    flex: 1.15;
    position: relative;
    height: 502px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .mulch-local-expertise-section .expertise-visual .img-top {
      position: absolute;
      top: 0;
      right: 0;
      width: 529px;
      height: 377px;
      object-fit: cover;
      z-index: 1; }
    .mulch-local-expertise-section .expertise-visual .img-bottom {
      position: absolute;
      bottom: 0;
      left: -14px;
      width: 306px;
      height: 239px;
      object-fit: cover;
      z-index: 2; }
  @media screen and (min-width: 768px) and (max-width: 1100px) {
    .mulch-local-expertise-section {
      padding: 0 24px 60px; }
      .mulch-local-expertise-section .local-expertise-inner {
        flex-direction: column;
        gap: 32px;
        align-items: stretch;
        padding-inline: 30px; }
      .mulch-local-expertise-section .expertise-content {
        max-width: 100%;
        padding-top: 0; }
        .mulch-local-expertise-section .expertise-content h2 {
          font-size: 38px;
          line-height: 42px;
          margin-bottom: 24px; }
        .mulch-local-expertise-section .expertise-content p {
          font-size: 18px;
          line-height: 25px;
          margin-bottom: 16px; }
      .mulch-local-expertise-section .expertise-visual {
        flex: none;
        width: 100%;
        max-width: 100%;
        height: auto;
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        align-items: stretch; }
        .mulch-local-expertise-section .expertise-visual .img-top,
        .mulch-local-expertise-section .expertise-visual .img-bottom {
          position: static;
          left: auto;
          right: auto;
          width: 100%;
          height: auto;
          aspect-ratio: 529 / 377;
          object-fit: cover;
          border-radius: 20px;
          z-index: auto; } }
  @media screen and (max-width: 767px) {
    .mulch-local-expertise-section {
      padding: 60px 20px 50px; }
      .mulch-local-expertise-section .local-expertise-inner {
        flex-direction: column;
        gap: 30px; }
      .mulch-local-expertise-section .expertise-content {
        max-width: 100%; }
      .mulch-local-expertise-section .expertise-visual {
        flex: none;
        width: 100%;
        max-width: 520px;
        height: auto;
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px; }
        .mulch-local-expertise-section .expertise-visual .img-top,
        .mulch-local-expertise-section .expertise-visual .img-bottom {
          position: static;
          width: 100%;
          height: auto;
          border-radius: 12px; }
      .mulch-local-expertise-section .expertise-content h2 {
        font-size: 38px;
        line-height: 36px;
        text-align: center;
        padding-inline: 18px;
        margin-bottom: 15px; }
      .mulch-local-expertise-section .expertise-content p {
        text-align: center;
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px; }
        .mulch-local-expertise-section .expertise-content p:last-child {
          margin-bottom: 20px; } }
.service-faq-section {
  padding: 80px 0 60px;
  background-color: #F7F7F7;
  text-align: center;
  /* Last FAQ when more exist: same blur language as locations A/B + subtle fade (click loads more) */ }
  .service-faq-section .service-faq-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px; }
  .service-faq-section .service-faq-header {
    margin-bottom: 28px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .service-faq-section .service-faq-title {
    font-family: 'ProximaNova-Bold';
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px; }
  .service-faq-section .service-faq-subtitle-wrapper {
    position: relative;
    display: inline-block; }
  .service-faq-section .service-faq-subtitle {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px; }
    .service-faq-section .service-faq-subtitle img {
      position: relative;
      top: 28px; }
  .service-faq-section .service-faq-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    margin-bottom: 40px;
    position: relative; }
    .service-faq-section .service-faq-list.service-faq-list--teaser {
      margin-bottom: 0; }
  .service-faq-section .gp-faq-last-blurred .service-faq-list {
    margin-bottom: 8px; }
  .service-faq-section .service-faq-item.faq-blurred {
    position: relative;
    z-index: 2;
    filter: blur(3px);
    -webkit-filter: blur(3px);
    cursor: pointer;
    transition: filter 0.2s ease, box-shadow 0.2s ease; }
    .service-faq-section .service-faq-item.faq-blurred:hover {
      filter: blur(1px);
      -webkit-filter: blur(1px);
      box-shadow: 0 4px 24px rgba(55, 55, 55, 0.08); }
    .service-faq-section .service-faq-item.faq-blurred[open] {
      filter: none;
      -webkit-filter: none;
      box-shadow: none; }
      .service-faq-section .service-faq-item.faq-blurred[open]::after {
        opacity: 0; }
    .service-faq-section .service-faq-item.faq-blurred::after {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: 14px;
      pointer-events: none;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, rgba(247, 247, 247, 0.5) 70%, rgba(247, 247, 247, 0.92) 100%);
      transition: opacity 0.2s ease; }
    .service-faq-section .service-faq-item.faq-blurred .service-faq-icon {
      opacity: 0.45;
      transition: opacity 0.2s ease; }
    .service-faq-section .service-faq-item.faq-blurred:hover .service-faq-icon {
      opacity: 0.65; }
    .service-faq-section .service-faq-item.faq-blurred[open] .service-faq-icon {
      opacity: 0.5; }
  .service-faq-section .service-faq-item {
    background: #FFF;
    border: 1px solid rgba(55, 55, 55, 0.2);
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
    min-height: 68px;
    padding: 20px; }
    .service-faq-section .service-faq-item.hidden-faq-item {
      display: none; }
    .service-faq-section .service-faq-item[open] .service-faq-question {
      padding-bottom: 6px; }
    .service-faq-section .service-faq-item[open] .service-faq-icon {
      transform: rotate(180deg); }
  .service-faq-section .service-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    list-style: none;
    font-family: 'ProximaNova-Bold';
    font-weight: 700;
    transition: background-color 0.2s ease;
    font-size: 18px;
    color: #373737;
    line-height: normal; }
    .service-faq-section .service-faq-question::-webkit-details-marker {
      display: none; }
  .service-faq-section .service-faq-icon {
    flex-shrink: 0;
    width: 14px;
    height: auto;
    color: #888;
    transition: transform 0.3s ease;
    opacity: 0.5; }
  .service-faq-section .service-faq-answer {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; }
    .service-faq-section .service-faq-answer p {
      margin: 0; }
  .service-faq-section .service-faq-show-more-container {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 3;
    margin-top: 33px;
    padding-top: 8px;
    padding-bottom: 8px;
    pointer-events: none; }
  .service-faq-section .service-btn-show-more {
    pointer-events: auto;
    position: relative;
    z-index: 4;
    display: inline-block;
    padding: 14px 45px;
    background-color: #fff;
    border: 1px solid #373737;
    border-radius: 30px;
    font-family: 'ProximaNova-Bold', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #373737;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease; }
    .service-faq-section .service-btn-show-more:hover {
      background-color: #f9f9f9;
      transform: translateY(-2px); }
  @media screen and (max-width: 767px) {
    .service-faq-section {
      padding: 50px 0; }
      .service-faq-section .service-faq-title {
        font-size: 38px;
        line-height: normal;
        margin-bottom: 9px; }
      .service-faq-section .service-faq-subtitle {
        font-size: 18px;
        line-height: 22px; }
      .service-faq-section .service-faq-question {
        font-size: 18px;
        line-height: 24px; }
      .service-faq-section .service-faq-answer {
        font-size: 18px;
        line-height: 24px; } }
.mulch-neighborhoods-section {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #EBF7F2;
  text-align: center; }
  .mulch-neighborhoods-section .neighborhoods-inner {
    max-width: 816px;
    margin: 0 auto; }
  .mulch-neighborhoods-section .neighborhoods-title {
    font-family: 'ProximaNova-Bold';
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 30px;
    padding-inline: 20px; }
  .mulch-neighborhoods-section .neighborhoods-subheading {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 19px; }
  .mulch-neighborhoods-section .neighborhoods-pills {
    flex-wrap: wrap;
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px; }
  .mulch-neighborhoods-section .neighborhood-pill {
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    padding: 15px 20px; }
  @media screen and (max-width: 767px) {
    .mulch-neighborhoods-section {
      padding: 50px 30px 61px; }
      .mulch-neighborhoods-section .neighborhoods-pills {
        padding: 0; }
      .mulch-neighborhoods-section .neighborhoods-title {
        font-size: 38px;
        line-height: normal;
        margin-bottom: 10px; } }
.explore-nearby-cities {
  padding: 69px 0 78px;
  margin: 40px 0;
  background-color: rgba(55, 55, 55, 0.04); }
  .explore-nearby-cities .explore-nearby-container {
    max-width: 1109px;
    margin: 0 auto; }
  .explore-nearby-cities .explore-nearby-hidden {
    display: none; }
  .explore-nearby-cities .explore-nearby-toggle:checked ~ ul .explore-nearby-hidden {
    display: block; }
  .explore-nearby-cities .explore-nearby-toggle:checked ~ .explore-show-more .show-more-text {
    display: none; }
  .explore-nearby-cities .explore-nearby-toggle:not(:checked) ~ .explore-show-more .show-less-text {
    display: none; }
  .explore-nearby-cities .explore-show-more {
    cursor: pointer;
    color: #008489;
    font-weight: 600; }
  .explore-nearby-cities .explore-show-more:hover {
    text-decoration: underline; }
  .explore-nearby-cities .explore-nearby-main-title {
    text-align: center;
    font-family: ProximaNova-Bold, proxima_nova_rgbold, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 33px; }
  .explore-nearby-cities .explore-nearby-grid {
    display: flex;
    justify-content: space-around;
    gap: 30px;
    padding: 0 30px; }
    @media (min-width: 1200px) {
      .explore-nearby-cities .explore-nearby-grid {
        padding: 0; } }
    @media (max-width: 767px) {
      .explore-nearby-cities .explore-nearby-grid {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 0 20px; } }
  .explore-nearby-cities .explore-nearby-col h3 {
    font-family: ProximaNova-Bold, proxima_nova_rgbold, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 20px;
    color: #373737; }
  .explore-nearby-cities .explore-nearby-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 12px; }
  .explore-nearby-cities .explore-nearby-col a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    color: #373737;
    opacity: 0.6; }
    .explore-nearby-cities .explore-nearby-col a:hover {
      text-decoration: underline;
      opacity: 1; }
  .explore-nearby-cities .explore-nearby-col .explore-show-more {
    opacity: 1;
    font-family: ProximaNova-Semibold, proxima_novasemibold, sans-serif;
    color: #00A3E7;
    font-size: 14px;
    font-weight: 600;
    line-height: normal; }
    .explore-nearby-cities .explore-nearby-col .explore-show-more:hover {
      text-decoration: underline;
      color: #00b4ff; }

@media (max-width: 767px) {
  .explore-nearby-cities {
    padding: 50px 0 54px; }
    .explore-nearby-cities .explore-nearby-main-title {
      font-size: 38px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 20px; }
    .explore-nearby-cities .explore-nearby-container {
      padding: 0 20px; }
    .explore-nearby-cities .other-services {
      order: 3; }
    .explore-nearby-cities .explore-nearby-col {
      text-align: center; }
      .explore-nearby-cities .explore-nearby-col li {
        margin-bottom: 3px; }
      .explore-nearby-cities .explore-nearby-col .explore-show-more {
        font-size: 16px;
        font-weight: 400; }
      .explore-nearby-cities .explore-nearby-col a {
        font-size: 16px;
        font-weight: 400;
        line-height: 32px; }
      .explore-nearby-cities .explore-nearby-col h3 {
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        margin-bottom: 8px; } }

.sec8 .container_8 {
  margin-bottom: 20px; }
.leaf-sec7 {
  background-color: #00B65F;
  background-image: url("https://cdn.yourgreenpal.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;
  margin-top: 40px; }

.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;
  font-family: 'ProximaNova-Bold';
  margin: 0 0 10px; }

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

.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;
    display: none; } }

@media (max-width: 768px) {
  .leaf-sec7 {
    padding: 50px 0;
    height: auto;
    min-height: 535px;
    background-position: center;
    background-image: url("https://cdn.yourgreenpal.com/images/leaf-removals/get-your-yard-cleaned-up-mobile-bg.jpg"); }
  .leaf-sec7-container {
    padding: 0 30px; }
  .leaf-sec7-heading {
    font-size: 38px; }
  .leaf-sec7-subheading {
    font-size: 18px; }
  .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-mascot {
    display: block;
    position: absolute;
    width: 160px;
    right: 0;
    bottom: -97px;
    margin-top: 0;
    z-index: 10; } }
.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://cdn.yourgreenpal.com/images/general/bg-footer.svg"); }
    @media screen and (max-width: 767px) {
      .sec8.is-visible {
        background-image: url("https://cdn.yourgreenpal.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://cdn.yourgreenpal.com/images/general/greenpal-guarantee.svg"); }
    @media screen and (max-width: 767px) {
      .total_satisfaction.is-visible {
        background-image: url("https://cdn.yourgreenpal.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; }
/*













*/
