@font-face {
  font-family: 'ProximaNova-Regular';
  src: url(/assets/ProximaNova-Regular-35fc99e9302f05b68df4407433656ce2afbf35c6031274f5b173ecc1e2f6d76a.woff) format("woff"), url(/assets/proxima_nova_regular-webfont-a13ae04675f242a86f5baa5074c9dd3bfe19ae0e28d36cc8cb12f57458603f5b.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url(/assets/proxima-nova-bold-58bd78a0818eb-webfont-f0ead60a3c49b2662aec723049e96de6a356acca5c5e104cdcd46c7aa45a01d7.woff2) format("woff2"), url(/assets/proxima-nova-bold-58bd78a0818eb-webfont-ce2905736919b400694a47cc4c7023d5ec3067138e793b4b934f0fc38f581a05.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url(/assets/proxima_nova_semi_bold-webfont-73685a9f9b8d480fa751868f0e5a449414ea5dd6b5eec3e69ffdfcff5d663804.woff2) format("woff2"), url(/assets/proxima_nova_semi_bold-webfont-dada1df661cdbc42197087d1ece1c8dfedee7dd0a50170c9aac4ef9e4af1a954.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

*,
*::before,
*::after {
  box-sizing: border-box; }

body {
  margin: 0;
  color: #373737;
  font-family: 'ProximaNova-Regular'; }

.spring_cleanups-logo {
  display: none; }

.only-desktop {
  display: block; }
  @media (max-width: 767px) {
    .only-desktop {
      display: none !important; } }
.blur-up {
  filter: blur(10px);
  transition: filter 1s ease-out; }

.blur-up.loaded {
  filter: blur(0); }

.only-mobile {
  display: none; }
  @media (max-width: 767px) {
    .only-mobile {
      display: block !important; } }
.green-price {
  color: #05D549; }

.service-hero-section {
  position: relative;
  width: 100%;
  padding-top: 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff; }

.service-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(145deg, #4e5d32 0%, #2d361e 45%, #4c5935 100%);
  backdrop-filter: blur(0px); }

.service-hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.service-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1042px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 84px; }

.service-main-card {
  background: #00000033;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 80px;
  text-align: center;
  width: 100%;
  max-width: 1070px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 246px;
  padding: 26px 0; }

strong {
  font-weight: 700;
  font-family: 'ProximaNova-Bold'; }

.service-price-badge {
  display: inline-flex;
  align-items: center;
  background: #0000005C;
  backdrop-filter: blur(70px);
  -webkit-backdrop-filter: blur(70px);
  border-radius: 102.45px;
  padding: 5px 13px 6px 15px;
  font-weight: 400;
  font-size: 20px;
  gap: 7px;
  opacity: 0.9; }

.service-main-card h1 {
  font-family: 'ProximaNova-Bold';
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  margin-top: 3px;
  margin-bottom: 11px; }

.service-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  margin: 0;
  opacity: 0.7; }

.service-description {
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  margin-top: 29px;
  margin-bottom: 0;
  opacity: 0.9; }

.service-rating-container {
  display: flex;
  align-items: center;
  height: 29px;
  border-radius: 100px;
  background: #0000000A;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  gap: 9px;
  padding: 7.12px 15px;
  margin-bottom: 51px; }

.service-rating-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  opacity: 0.9; }

.service-stats-pills {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-bottom: 40px; }

.service-stat-pill {
  display: flex;
  align-items: center;
  height: 67px;
  min-width: 239px;
  border-radius: 50px;
  background: #0000001A;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  justify-content: center;
  padding: 17px 28px 18px;
  gap: 8px; }
  .service-stat-pill .stat-text {
    font-weight: 400;
    font-size: 14px;
    line-height: normal; }
    .service-stat-pill .stat-text strong {
      font-weight: 800; }
  .service-stat-pill svg {
    flex-shrink: 0; }

.service-cta-btn {
  font-family: 'ProximaNova-Bold';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 333px;
  height: 57px;
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  border-radius: 33px;
  color: #fff;
  background: linear-gradient(0deg, #FF6F00 0%, #FF9B00 92.39%);
  margin-top: 53px;
  margin-bottom: 14px; }
  .service-cta-btn img, .service-cta-btn svg {
    position: relative;
    left: 0;
    transition: left 0.3s ease; }
  .service-cta-btn:hover img, .service-cta-btn:hover svg {
    left: 5px; }

.service-sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #D1F4D3; }
  .service-sticky-footer::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/shrub-pruning/hedge-trimming-sticky-footer-cta-background.jpg");
    background-size: auto 100%;
    pointer-events: none;
    mix-blend-mode: multiply; }

.service-footer-content {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 16px;
  padding-bottom: 20px;
  z-index: 2; }

.service-footer-text {
  font-size: 24px;
  color: #373737; }
  .service-footer-text strong {
    font-weight: 800; }

.service-footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  width: 164px;
  border-radius: 22px;
  background: #FF8A00;
  transition: opacity 0.2s;
  flex-shrink: 0; }
  .service-footer-btn img, .service-footer-btn svg {
    position: relative;
    left: 0;
    transition: left 0.3s ease; }
  .service-footer-btn:hover img, .service-footer-btn:hover svg {
    left: 5px; }

.breadcrumbs {
  z-index: 12;
  position: relative;
  display: flex;
  max-width: 1366px;
  padding-top: 20px;
  padding-left: 80px;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 12.695px;
  margin: 0 auto; }
  .breadcrumbs a {
    color: #373737;
    text-decoration: none; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs span {
    opacity: 0.8; }
  .breadcrumbs img {
    margin-inline: 5px; }

.quote-for-hedge {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  margin-top: 27px;
  margin-bottom: 40px;
  font-family: 'ProximaNova-Bold'; }
  .quote-for-hedge img {
    position: relative;
    top: 20px; }

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .local-service-navbar {
    padding: 32px 40px;
    width: 100%; }
  .service-hero-section {
    min-height: auto;
    padding-bottom: 60px; }
  .service-main-card h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 15px; }
  .service-description {
    font-size: 22px; }
  .service-main-card {
    padding: 30px 20px;
    width: 90%;
    max-width: 100%;
    height: auto; }
  .service-stats-pills {
    gap: 15px;
    padding-bottom: 30px;
    justify-content: center; } }

@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding-top: 16px;
    padding-left: 20px; }
    .breadcrumbs img {
      margin-inline: 4px; }
  .service-hero-content {
    margin-top: 55px; }
  .service-price-badge {
    border-radius: 87.745px;
    background: rgba(255, 255, 255, 0.17);
    backdrop-filter: blur(28.517156601px);
    font-size: 17.129px;
    order: 1; }
    .service-price-badge img {
      width: 19.699px;
      height: 19.699px; }
  .service-main-card h1 {
    order: 2;
    font-size: 40px;
    line-height: 42px;
    margin-top: 13.08px;
    opacity: 0.9; }
  .service-main-card {
    text-align: center;
    height: auto;
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 0 19px 0 18px; }
  .service-subtitle {
    order: 3;
    opacity: 0.9;
    text-align: center;
    font-size: 16px;
    line-height: 23px; }
  .service-description {
    order: 4;
    text-align: center;
    border-radius: 25px;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    background-image: linear-gradient(106deg, #00B65F 18.58%, #009759 76.01%);
    background-repeat: no-repeat;
    background-size: cover;
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 6px 20px 7px;
    margin-top: 33px;
    margin-bottom: 40px;
    position: relative;
    z-index: 8; }
    .service-description::before {
      content: '';
      position: absolute;
      left: 8px;
      top: 8px;
      width: 49px;
      height: 49px;
      z-index: 6;
      background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/shrub-pruning/leaf-logo.svg"); }
    .service-description::after {
      content: '';
      position: absolute;
      right: 8px;
      bottom: 8px;
      width: 32px;
      height: 32px;
      z-index: 6;
      background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/shrub-pruning/leaf-logo-end.svg"); }
  .service-cta-btn {
    order: 5;
    width: 100%;
    margin-top: 0;
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 122px; }
  .service-rating-container {
    display: none; }
  .service-hero-reviews {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 52px;
    background: rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    z-index: 10; }
  .service-footer-content {
    padding-left: 32px;
    padding-right: 30px; }
  .service-footer-text {
    font-size: 16px;
    line-height: 19px; }
  .service-stats-pills {
    padding-bottom: 0; }
  .service-footer-btn {
    width: 158px;
    height: 46px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-top: 3px; }
  .quote-for-hedge {
    margin-top: 37px;
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 13px;
    padding-inline: 65px; }
    .quote-for-hedge img {
      top: 13px;
      height: 18.8px; }
  .service-sticky-footer {
    height: 70px; }
  .service-footer-content {
    padding-top: 9px; }
  .mobile-activity-header h3 {
    font-family: 'ProximaNova-Bold';
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    margin-top: 28px;
    margin-bottom: 15px;
    padding-inline: 50px; }
    .mobile-activity-header h3 img {
      position: relative;
      top: 14px; }
  .service-stat-pill {
    border-radius: 100px;
    background: #F7F7F7;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    height: 70px; }
    .service-stat-pill .stat-text {
      font-size: 16px;
      font-weight: 400;
      line-height: normal; } }

.spring-how-greenpal-works {
  padding-top: 30px;
  padding-bottom: 82px;
  background-color: #ffffff;
  padding-inline: 60px; }
  .spring-how-greenpal-works .spring-gp-works-inner {
    max-width: 972px;
    margin: 0 auto;
    margin-top: 37px; }
  .spring-how-greenpal-works .spring-gp-works-header {
    text-align: center;
    margin-bottom: 40px; }
    .spring-how-greenpal-works .spring-gp-works-header h2 {
      color: #373737;
      text-align: center;
      font-family: ProximaNova-Bold;
      font-size: 48px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 6px; }
  .spring-how-greenpal-works .spring-gp-works-subtitle {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px; }
  .spring-how-greenpal-works .spring-gp-works-body {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    column-gap: 73px;
    row-gap: 48px;
    align-items: center; }
  .spring-how-greenpal-works .spring-gp-works-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 22px; }
  .spring-how-greenpal-works .spring-gp-works-step {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 26px;
    text-align: left; }
  .spring-how-greenpal-works .spring-gp-works-step-num {
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #019C5A;
    font-size: 56px;
    font-weight: 600;
    line-height: normal;
    font-family: ProximaNova-Semibold;
    z-index: 1; }
    .spring-how-greenpal-works .spring-gp-works-step-num::before {
      content: '';
      position: absolute;
      width: 50px;
      height: 50px;
      background-color: #019C5A;
      opacity: 0.08;
      border-radius: 50%;
      z-index: -1;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) translateY(-15px); }
  .spring-how-greenpal-works .spring-gp-works-step-copy {
    flex: 1;
    min-width: 0;
    padding-top: 4px; }
    .spring-how-greenpal-works .spring-gp-works-step-copy h3 {
      font-family: ProximaNova-Bold;
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 6px;
      line-height: 17px; }
    .spring-how-greenpal-works .spring-gp-works-step-copy p {
      font-size: 14px;
      font-weight: 400;
      line-height: 17px;
      opacity: 0.8; }
  .spring-how-greenpal-works .spring-gp-works-image-col {
    border-radius: 20px;
    overflow: hidden;
    background-color: #e8ece9;
    line-height: 0; }
  .spring-how-greenpal-works .spring-gp-works-main-img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 600 / 400;
    object-fit: cover;
    object-position: center; }
  @media screen and (max-width: 767px) {
    .spring-how-greenpal-works {
      padding: 39px 32px 50px; }
      .spring-how-greenpal-works .spring-gp-works-inner {
        margin-top: 0; }
      .spring-how-greenpal-works .spring-gp-works-header h2 {
        font-size: 38px;
        line-height: 36px; }
      .spring-how-greenpal-works .spring-gp-works-subtitle {
        font-size: 18px;
        line-height: 22px; }
      .spring-how-greenpal-works .spring-gp-works-body {
        grid-template-columns: revert;
        row-gap: 39px; }
      .spring-how-greenpal-works .spring-gp-works-step-copy h3 {
        font-size: 20px;
        line-height: 17px;
        margin-bottom: 4px; } }
.service-hero-content {
  max-width: 1148px; }
  .service-hero-content .service-main-card {
    max-width: 1148px;
    padding-top: 18px;
    padding-bottom: 30px; }

.service-cta-btn {
  margin-top: 32px;
  margin-bottom: 20px;
  max-width: 234px; }

.service-rating-container {
  margin-bottom: 56px; }

.service-subtitle {
  max-width: 869px; }

.service-description {
  margin-top: 26px; }

.service-price-badge strong {
  color: #05D549;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  opacity: 0.9; }

.take-thirty-seconds {
  order: 6;
  margin-bottom: 58px; }
  .take-thirty-seconds p {
    color: #373737;
    font-size: 14px;
    line-height: 16px; }

@media screen and (max-width: 767px) {
  .mobile-stats-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 43px; }
  .service-hero-reviews-container {
    display: flex !important;
    gap: 3px;
    width: 100%;
    height: 32px;
    justify-content: center;
    align-items: center;
    background: #D1F4D3;
    backdrop-filter: blur(4.3815789223px);
    color: #373737;
    margin-bottom: 24px; }
  .service-cta-btn {
    max-width: 300px;
    margin-top: 40px;
    margin-bottom: 20px; }
  .service-price-badge strong {
    font-size: 20px; }
  .service-hero-content {
    margin-top: 95px; }
  #logo-image {
    display: none; }
  #showTop {
    filter: invert(1); }
  .spring_cleanups-logo {
    display: block; }
  .service-hero-section {
    background: linear-gradient(180deg, #DCE9D4 0%, #FFF 100%);
    padding-top: 24px; }
    .service-hero-section .service-hero-background {
      display: none !important; }
    .service-hero-section .service-main-card {
      min-height: auto;
      padding-bottom: 0; }
      .service-hero-section .service-main-card h1 {
        color: #373737;
        font-size: 36px;
        line-height: 39px;
        margin-top: 17.08px;
        margin-bottom: 26px; }
  .service-price-badge {
    color: #373737;
    background: #CDDAC6;
    backdrop-filter: blur(10px); }
    .service-price-badge img {
      filter: invert(1); }
  .spring-hero-feature-pills {
    list-style: none;
    margin: 0;
    padding-inline: 40px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
    width: 100%; }
  .spring-hero-feature-pills li {
    padding: 12px 7.5px 15px 12px;
    border-radius: 100px;
    gap: 8.5px;
    display: flex;
    align-items: center;
    background: rgba(22, 39, 10, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px); }
    .spring-hero-feature-pills li:first-child {
      max-width: 288px; }
    .spring-hero-feature-pills li:nth-child(2) {
      max-width: 262px;
      align-self: center; }
    .spring-hero-feature-pills li:last-child {
      max-width: 298px;
      padding-right: 5px; }
    .spring-hero-feature-pills li img {
      flex-shrink: 0; }
  .spring-hero-feature-pills .pill-text {
    color: #373737;
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px; } }

.footer_copyright {
  margin-bottom: 0 !important; }
