@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', sans-serif; }

.only-desktop {
  display: block; }

.only-mobile {
  display: none; }

.leaf-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

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

.leaf-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1; }

.leaf-navbar {
  width: 100%;
  max-width: 1366px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 31px;
  padding-left: 18px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5; }

.leaf-nav-right {
  display: flex;
  align-items: center;
  font-weight: 600; }
  @media (max-width: 767px) {
    .leaf-nav-right {
      display: none; } }
.leaf-nav-text-link {
  font-family: ProximaNova-Semibold; }

.leaf-nav-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  height: 48px;
  border-radius: 24px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.3s;
  width: 134px;
  background: linear-gradient(0deg, #FF6F00 0%, #FF9B00 92.39%); }

.leaf-nav-btn:hover {
  background-color: #e68a00; }

.leaf-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 0;
  padding: 0 20px;
  width: 100%;
  max-width: 1000px; }

.leaf-hero-section {
  position: relative;
  width: 100%;
  min-height: 794px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  padding-bottom: 70px;
  overflow: hidden; }

.leaf-hero-title {
  font-family: ProximaNova-Bold;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 12px;
  margin-top: 147px; }

.leaf-hero-subtitle {
  font-weight: 400;
  font-size: 28px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 28px; }

.leaf-stats-bar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 43px;
  width: 849px;
  height: 86px;
  gap: 14px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px); }

.leaf-stat-item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left; }

.leaf-stat-icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1); }

.leaf-stat-info {
  display: flex;
  flex-direction: column;
  line-height: 1.2; }

.leaf-stat-value {
  font-weight: 600;
  font-size: 22px;
  font-family: ProximaNova-Semibold; }

.leaf-stat-label {
  font-weight: 400;
  font-size: 14px; }

input:focus, select:focus {
  outline: none;
  border-color: #9abf5b;
  box-shadow: 0 0 0 4px rgba(154, 191, 91, 0.25); }

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

.leaf-sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFDFB9;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15); }
  .leaf-sticky-footer::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 450px;
    background-image: url(/assets/leaf_removals/leaf-adc782362449f4cffbada6c996303e3580ab5e679ab51e7c70e94645a7841736.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 100%;
    z-index: 1;
    pointer-events: none;
    mix-blend-mode: multiply; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .leaf-sticky-footer::before {
        width: 180px;
        background-position: right; } }
  .leaf-sticky-footer::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 400px;
    background-image: url(/assets/leaf_removals/leafs-right-14150ce0938488497efb9dc2ecd6cadb3b156831ab3478b9898c89b97cfaabe2.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 100%;
    z-index: 1;
    pointer-events: none;
    mix-blend-mode: multiply; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .leaf-sticky-footer::after {
        width: 160px; } }
.leaf-footer-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 1200px;
  width: 100%;
  justify-content: center;
  padding: 0 20px; }

.leaf-footer-text {
  font-size: 22px;
  color: #373737;
  font-weight: 400; }
  .leaf-footer-text span {
    font-family: ProximaNova-Bold;
    font-weight: 700; }

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

.blur-up {
  filter: blur(10px);
  transition: filter 1s ease-out; }

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

.vendor-review-response_body {
  margin: 0 10px 0 40px; }

.breadcrumbs {
  z-index: 12;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px; }

@media screen and (max-width: 1400px) {
  .leaf-navbar {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px; } }

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .leaf-navbar {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px; }
  .leaf-hero-section {
    min-height: auto;
    padding-bottom: 90px; }
  .leaf-hero-title {
    font-size: 50px;
    line-height: 1.1;
    margin-top: 130px; }
  .leaf-hero-content {
    padding: 0 40px; }
  .leaf-stats-bar {
    width: auto;
    max-width: 900px;
    height: auto;
    flex-wrap: wrap;
    padding: 20px;
    gap: 20px 30px; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) and (max-width: 900px) {
    .leaf-stats-bar {
      width: 75%; } }
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .leaf-stat-item {
    min-width: 160px;
    justify-content: center; }
  .leaf-cta-btn {
    margin-bottom: 20px; } }

@media screen and (width: 768px) {
  .leaf-hero-title {
    margin-top: 140px; } }

@media screen and (max-width: 767px) {
  .mobile-breadcrumbs {
    padding: 18px 20px 0; }
    .mobile-breadcrumbs .breadcrumbs a {
      color: #373737;
      font-size: 12px;
      font-weight: 400;
      line-height: 12.695px;
      text-decoration: none; }
    .mobile-breadcrumbs .breadcrumbs span {
      color: #373737;
      opacity: 0.8;
      font-size: 12px;
      font-weight: 400;
      line-height: 12.695px; }
    .mobile-breadcrumbs .breadcrumbs img {
      filter: invert(1); }
  .only-desktop {
    display: none !important; }
  .only-mobile {
    display: block !important; }
  .leaf-logo img {
    width: 111.325px;
    height: 15.965px; }
  .leaf-navbar {
    padding-top: 67px; }
  .leaf-hero-section {
    min-height: 710px; }
  .leaf-hero-title {
    margin-top: 133px;
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 10px; }
  .leaf-hero-subtitle {
    font-size: 18px;
    line-height: 23px;
    max-width: 325px;
    margin: 0 auto 42px; }
  .leaf-sticky-footer {
    height: 70px; }
    .leaf-sticky-footer .leaf-footer-content {
      padding: 12px 30px;
      gap: 15px; }
    .leaf-sticky-footer .leaf-footer-text {
      font-size: 16px; }
    .leaf-sticky-footer .leaf-footer-btn {
      padding-left: 12px;
      padding-right: 12px; }
    .leaf-sticky-footer::before {
      width: 100%;
      background-image: url(/assets/leaf_removals/left-leaf-mobile-0740d28ba85fef58b26101484fa7fee20f0c4305f6784cc91642ada95d1b02e3.svg); }
    .leaf-sticky-footer::after {
      transform: scaleX(-1);
      width: 100px;
      background-image: url(/assets/leaf_removals/left-leaf-mobile-0740d28ba85fef58b26101484fa7fee20f0c4305f6784cc91642ada95d1b02e3.svg);
      background-position: right; }
  .leaf-mobile-value-prop {
    padding: 17px 12px 20px;
    border-radius: 25px;
    width: 326px;
    height: 149px;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 auto 30px;
    background-color: #00B65F;
    background-image: url("https://greenpal-production.s3.us-east-1.amazonaws.com/images/leaf-removals/leaf-mobile-value-prop-bg.jpg"), linear-gradient(106deg, #00B65F 18.58%, #009759 76.01%);
    background-repeat: no-repeat;
    background-size: cover; }
    .leaf-mobile-value-prop strong {
      font-family: 'ProximaNova-Bold';
      font-weight: 700;
      color: #fff; }
  .leaf-hero-reviews {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    z-index: 10; }
  .leaf-review-score {
    font-family: ProximaNova-Bold;
    font-size: 26px;
    font-weight: 700;
    line-height: 18.7px; }
  .leaf-review-text {
    display: flex;
    flex-direction: column;
    font-family: ProximaNova-Semibold;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 14.5px; }
    .leaf-review-text .count {
      margin-bottom: 2px; }
  .leaf-review-stars {
    margin-left: 3px; }
  .leaf-mobile-activity-section {
    padding: 20px 20px 40px;
    background: #fff;
    text-align: center; }
  .leaf-mobile-activity-title {
    font-family: 'ProximaNova-Bold';
    font-size: 26px;
    line-height: 1.2;
    color: #373737;
    margin-bottom: 30px;
    margin-top: 5px; }
  .leaf-mobile-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    text-align: left;
    padding-left: 18px; }
  .activity-arrow-icon {
    align-self: flex-end;
    filter: invert(1);
    position: relative;
    top: 12px; }
  .leaf-mobile-stat-item {
    display: flex;
    align-items: center;
    gap: 8px; }
  .leaf-mobile-stat-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FEEDD9;
    display: flex;
    align-items: center;
    justify-content: center; }
    .leaf-mobile-stat-icon img {
      filter: invert(1); }
  .leaf-mobile-stat-text {
    font-size: 14px;
    line-height: normal;
    font-weight: 400; }
    .leaf-mobile-stat-text strong {
      font-weight: 800;
      font-family: 'ProximaNova-Bold'; }
  .mobile-leaf-removal-pros {
    margin-bottom: 40px; }
    .mobile-leaf-removal-pros h2 {
      margin-top: 2px;
      text-align: center;
      font-family: ProximaNova-Semibold;
      font-size: 22px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin-bottom: 19px; } }

.upcoming-pro-badge {
  display: inline-flex;
  align-items: center;
  width: 220px;
  gap: 6px;
  margin-left: 8px;
  padding: 4px 8px;
  background: linear-gradient(135deg, #e8f5e8 0%, #f0f8f0 100%);
  border: 1px solid #4caf50;
  border-radius: 12px;
  font-family: ProximaNova-Bold;
  font-size: 13px;
  color: #2e7d32;
  box-shadow: 0 2px 4px rgba(76, 175, 80, 0.1);
  transition: all 0.3s ease; }
