@font-face {
  font-family: 'ProximaNova-Regular';
  src: url(/assets/ProximaNova-Regular-26d8d54ffba77bf8786ef20d0048d56d22adec81faf23db67ab4bd14de6840ff.woff) format("woff"), url(/assets/proxima_nova_regular-webfont-6880d3930470892ab51dd7e8fbdae5dd4cfaa1f894331856b01f986fbdb14c9e.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-d6a03c24dedd8c0ef2afa066694ff7e7c86d460ba0198eb4524853b39395e07a.woff2) format("woff2"), url(/assets/proxima-nova-bold-58bd78a0818eb-webfont-ac976a7ba8b6a3c14cfc451410f65fbcb51a5aa1c8f149f818d919373b21ed32.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-04f7c3ecfdf95598776a7d40a75f74653be98ac7b934a42808dfacde8c5975e1.woff2) format("woff2"), url(/assets/proxima_nova_semi_bold-webfont-faf9d5971fa68bb10e04a415e8f6985fedecebe83bc570c2d1469ba0201550b4.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

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

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

.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; } }
.shrub-navbar {
  width: 100%;
  padding: 32px 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10; }
  @media (max-width: 767px) {
    .shrub-navbar {
      padding: 67px 0 0 18px; } }
.shrub-nav-right {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .shrub-nav-right {
      display: none; } }
.shrub-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  width: 134px;
  height: 48px;
  border-radius: 33px;
  background: linear-gradient(0deg, #FF6F00 0%, #FF9B00 92.39%); }
  .shrub-nav-btn:hover {
    opacity: 0.95; }

.shrub-nav-text-link {
  color: #fff;
  display: flex;
  gap: 5px;
  font-size: 18px;
  text-decoration: none;
  margin-right: 24px;
  font-weight: 600;
  align-items: center; }

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

.shrub-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); }

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

.shrub-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; }

.shrub-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;
  height: 246px;
  padding: 26px 0; }

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

.shrub-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; }

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

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

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

.shrub-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; }

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

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

.shrub-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; }
  .shrub-stat-pill .stat-text {
    font-weight: 400;
    font-size: 14px;
    line-height: normal; }
    .shrub-stat-pill .stat-text strong {
      font-weight: 800; }
  .shrub-stat-pill svg {
    flex-shrink: 0; }

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

.shrub-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; }
  .shrub-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; }

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

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

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

.breadcrumbs {
  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 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) {
  .shrub-navbar {
    padding: 32px 40px;
    width: 100%; }
  .shrub-hero-section {
    min-height: auto;
    padding-bottom: 60px; }
  .shrub-main-card h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 15px; }
  .shrub-description {
    font-size: 22px; }
  .shrub-main-card {
    padding: 30px 20px;
    width: 90%;
    max-width: 100%;
    height: auto; }
  .shrub-stats-pills {
    gap: 15px;
    padding-bottom: 30px;
    justify-content: center; } }

@media screen and (max-width: 767px) {
  #logo-image {
    width: 111.325px;
    height: 15.965px; }
  .breadcrumbs {
    padding-top: 16px;
    padding-left: 20px; }
    .breadcrumbs img {
      margin-inline: 4px; }
  .shrub-hero-content {
    margin-top: 55px; }
  .shrub-price-badge {
    border-radius: 87.745px;
    background: rgba(255, 255, 255, 0.17);
    backdrop-filter: blur(28.517156601px);
    font-size: 17.129px;
    order: 1; }
    .shrub-price-badge img {
      width: 19.699px;
      height: 19.699px; }
  .shrub-main-card h1 {
    order: 2;
    font-size: 40px;
    line-height: 42px;
    margin-top: 13.08px;
    opacity: 0.9; }
  .shrub-main-card {
    text-align: center;
    height: auto;
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 0 19px 0 18px; }
  .shrub-subtitle {
    order: 3;
    opacity: 0.9;
    text-align: center;
    font-size: 16px;
    line-height: 23px; }
  .shrub-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; }
    .shrub-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"); }
    .shrub-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"); }
  .shrub-cta-btn {
    order: 5;
    width: 100%;
    margin-top: 0;
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 70px; }
  .shrub-rating-container {
    display: none; }
  .shrub-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; }
  .shrub-footer-content {
    padding-left: 32px;
    padding-right: 30px; }
  .shrub-footer-text {
    font-size: 16px;
    line-height: 19px; }
  .shrub-stats-pills {
    padding-bottom: 0; }
  .shrub-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; }
  .shrub-sticky-footer {
    height: 70px; }
  .shrub-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; }
  .shrub-stat-pill {
    border-radius: 100px;
    background: #F7F7F7;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    height: 70px; }
    .shrub-stat-pill .stat-text {
      font-size: 16px;
      font-weight: 400;
      line-height: normal; } }
