.course-hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  position: relative;
}

  .hero-header-img {
    width:9.56875rem;
    height: auto;
  }

  .hero-header-img img {
    width: 100%;
    height: 100%;
  }


.course-hero-section .gradient_circle {
  width: 10.76519rem;
  height: 10.76519rem;
  opacity: 0.4;
  filter: blur(52.046288px);
  border-radius: 25rem;
  z-index: -1;
}

.course-hero-section .gradient_circle1 {
  left: 31rem;
  background-color: rgba(75, 250, 235, 0.7);
  top: 16rem;
}

.course-hero-section .gradient_circle2 {
  left: 37rem;
  background-color: rgba(236, 255, 32, 0.7);
  top: auto;
  bottom: auto;
  height: 19rem;
  width: 19rem;
  top: 11rem;
}

.course-hero-section .gradient_circle3 {
  left: 53rem;
  background-color: rgba(75, 250, 235, 0.7);
  top: 16rem;
}

.hero-content-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}

.hero-content-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  align-self: stretch;
}

.section_scroll_action_container{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  margin-top: 1rem;
}

.share-tab {
  display: flex;
  height: 2.75rem;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-top: 1px solid var(--Neutral-Stroke, #e9ebec);
  border-bottom: 1px solid var(--Neutral-Stroke, #e9ebec);
}

.share-btn {
  display: flex;
  padding: 0.625rem 0.75rem;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.share-btn > p {
  color: var(--Neutral-Dark-Grey, #4f4f4f);
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.125rem;
  letter-spacing: -0.00875rem;
}

.margin-0 {
  margin: 0;
}

.width-full {
  width: 100%;
}

/* Mobile Responsiveness */
@media screen and (max-width: 768px) {
  .course-hero-section {
    gap: 1rem;
    min-height: auto;
  }

  .course-hero-section .gradient_circle {
    width: 8rem;
    height: 8rem;
    filter: blur(49px);
  }

  .course-hero-section .gradient_circle1 {
    left: 0;
    top: 29%;
  }

  .course-hero-section .gradient_circle2 {
    left: 72%;
    transform: translateX(-50%);
    width: 19rem;
    height: 19rem;
    top: 33%;
    filter: blur(87px);
  }

  .course-hero-section .gradient_circle3 {
    display: none;
    left: auto;
    right: 5%;
    top: 60%;
  }

  .hero-header-img {
    width: 8.6rem;
    height: auto;
  }

  .hero-header-img img {
    width: 100%;
    height: 100%;
  }


  .section_scroll_action_container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin-top: 1rem;
}

.hero_section_heading {
  font-size: 2rem;
}

}
