.about-hero-setion {
  height: 110vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 2rem;
  padding: 2rem;
}

.img-background {
  width: 100%;
  height: 100%;
  background-image: url("https://projects.synergynexa.com/ps/wp-content/uploads/2025/07/About_Us_banner-1.png");
  background-size: cover;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.img-background::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 35%;
  width: 100%;
  background: linear-gradient(to top, rgba(2, 175, 184, 0.7), transparent);
  z-index: 3;
  display: none;
}

.hero-comment {
  width: 40%;
  height: auto;
  position: absolute;
  right: 5%;
  top: 30%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.hero-comment img {
  width: 80px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.hero-comment p {
  text-align: center;
  font-size: clamp(1rem, 2vw, 1.9rem);
  letter-spacing: 2px;
  font-weight: 100;
  color: #fff;
}

.hero-heading {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -12%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 5;
}

.hero-heading h2 {
  font-size: clamp(1.5rem, 7vw, 9rem);
  text-transform: uppercase;
  font-family: restore;
  color: #fff;
  letter-spacing: 10px;
}

.hero-heading h3 {
  font-size: clamp(1.2rem, 5vw, 7rem);
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  font-family: "League Spartan", sans-serif;
}

.hero-comment2 {
  width: 100%;
  background-color: #02afb8;
  color: #fff;
  text-align: center;
  padding: 10px;
  display: none;
}

.hero-comment2 img {
  width: 20px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.hero-comment2 p {
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 0.3px;
}

.about-pera-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
}

.about-pera-section p {
  color: #505050;
  width: 80%;
  font-size: clamp(1rem, 2vw, 4.5rem);
  font-weight: 100;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5em;
  letter-spacing: 1px;
  margin-top: 1rem;
}

@media (max-width: 1024px) {
  .about-hero-setion {
    height: 70vh;
    margin-top: 0;
  }

  .hero-comment {
    top: 40%;
  }

  .hero-comment img {
    width: 30px;
  }

  .hero-heading {
    bottom: 15%;
  }

  .hero-heading h2 {
    letter-spacing: 2px;
  }
}

@media (max-width: 767px) {
  .about-hero-setion {
    height: 40vh;
    padding: 0.5rem;
  }
  .img-background {
    background-image: url("https://projects.synergynexa.com/ps/wp-content/uploads/2025/07/WhatsApp-Image-2025-05-26-at-4.09.46-PM-3.png");
    background-position: center 25%;
  }
  .img-background::after {
    display: block;
  }
  .hero-comment {
    display: none;
  }
  .hero-heading {
    bottom: 49%;
    transform: translate(-50%, 0);
  }
  .hero-heading h3 {
    font-weight: 500;
  }
  .hero-comment2 {
    display: block;
  }
  .about-pera-section p {
    text-align: center;
  }
}
