.hero_section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  min-height: 100vh;

  position: relative;
}

.hero_heading_area {
  position: relative;
}

.hero_heading_img {
  position: absolute;
  right: 0.7rem;
  top: 1.477rem;
}

.hero_section_heading {
  text-align: center;
  font-family: Inter;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.08rem;
  background: linear-gradient(270deg, #008578 0%, #000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  margin: 1.75rem 0;
}

.hero_section_paragraph {
  color: var(--Neutral-Black, #1a1a1a);
  text-align: center;
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.01125rem;
  width: 50%;
  margin: 0 auto 3rem;
}

.hero_section_badge {
  color: var(--Pine-Green, #008578);
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.125rem;
  letter-spacing: -0.00875rem;

  display: flex;
  padding: 0.5rem 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;

  border-radius: 2.25rem;
  border: 0.5px solid rgba(0, 133, 120, 0.2);
  background: linear-gradient(0deg, #e8f9f7 0%, #fff 100%);
}

.gradient_circle {
  position: absolute;
  border-radius: 23.875rem;
  opacity: 0.4;
  width: 23.875rem;
  height: 23.875rem;
  filter: blur(150px);
}

.gradient_circle1 {
  left: -16.75rem;
  top: -3.9375rem;
  background: rgba(75, 250, 235, 0.7);
}

.gradient_circle2 {
  position: absolute;
  left: -4.25rem;
  bottom: -0.9375rem;
  background: rgba(255, 229, 32, 0.9);
}

.gradient_circle3 {
  position: absolute;
  right: -7.875rem;
  bottom: 0.8125rem;
  background: rgba(75, 250, 159, 0.7);
}

/* Mobile Responsiveness */
@media screen and (max-width: 768px) {
  .hero_section {
    min-height: auto;
    padding: 6.5rem 1rem;
    padding-top: 10.5rem;
  }

  .hero_section_badge {
    margin-bottom: 1rem;
  }

  .hero_section_heading {
    font-size: 2rem;
    letter-spacing: -0.02rem;
  }

  .hero-content-section {
    gap: 1rem;
  }

  .hero-content-text {
    gap: 1rem;
  }

  .hero_section_paragraph {
    font-size: 1rem;
    letter-spacing: -0.01rem;
    font-weight: 400;
  }
  .share-tab {
    height: 2.5rem;
  }

  .share-btn {
    gap: 0.25rem;
  }

  .hero_section .hero_section_heading {
    margin: 0 0 1rem;
  }

  .hero_section .hero_heading_img {
    right: 0.3rem;
    top: -0.023rem;
  }

  .hero_section .hero_heading_img img {
    width: 1.26925rem;
    height: 1.26925rem;
    aspect-ratio: 20.31/20.31;
  }

  .hero_section .hero_section_paragraph {
    width: 100%;
    margin: 0 0 2.5rem;
  }

  .hero_section .gradient_circle {
    width: 18.5rem;
  }
}
