.about-section {
  background-color: white;
  padding: 6rem 1rem;
  position: relative;
}

/* Background Overlay */
.about-section::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 10px;
  background-image: url("/aboutsec.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  z-index: 1;
}

.about-section > * {
  position: relative;
  z-index: 2;
}

/* Headings and Text */
.main-heading {
  font-size: 4.5rem;
  font-family: "Clash Display", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: black;
  line-height: 1.1;
  margin-bottom: 1.25rem;
}

.about-section .main-heading .highlight-text {
  background: linear-gradient(180deg, #dd630f 0%, #ffa245 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sub-heading {
  font-size: 45px;
  font-family: "Clash Display", sans-serif;
  font-weight: 400;
  letter-spacing: -0.025em;
  color: #525252;
  margin-bottom: 1.25rem;
}

.content-text {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  color: #000;
}

.highlight-heading {
  font-size: 1.875rem;
  font-family: "Clash Display", sans-serif;
  font-weight: 400;
  letter-spacing: -0.025em;
  color: #fb923c;
  margin: 1.25rem 0;
}

/* Image */
.image-container {
  margin-top: 2.5rem;
}

.about-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 1.13;
  display: block;
}

@media (min-width: 1024px) and (max-width: 1550px) {
  .about-section {
    padding: 4rem 2rem;
  }

  .main-heading {
    font-size: 3.5rem;
    line-height: 1.2;
  }

  .sub-heading {
    font-size: 2rem;
  }

  .content-text {
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .highlight-heading {
    font-size: 1.5rem;
  }

  .about-image {
    max-width: 120%;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .about-section {
    padding: 1rem 1.5rem;
  }

  .main-heading {
    font-size: 3rem;
    line-height: 1.2;
  }

  .sub-heading {
    font-size: 2rem;
  }

  .content-text {
    font-size: 1.125rem;
  }

  .highlight-heading {
    font-size: 1.4rem;
  }

  .about-image {
    max-width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 835px) {
  .main-heading {
    font-size: 2.5rem;
    line-height: 1.25;
    text-align: center;
  }


  .about-section .sub-heading {
    font-size: 1.75rem;
    text-align: center;
    margin-bottom: 1rem;
  }

  .content-section {
    text-align: center;
  }

  .content-text {
    font-size: 1rem;
    line-height: 1.6;
  }

  .highlight-heading {
    font-size: 1.25rem;
    margin: 1rem 0;
  }

  .image-container {
    margin-top: 2rem;
    text-align: center;
  }

  .about-image {
    width: 70%;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .about-section {
    padding: 0rem 1rem;
  }

  .btnside {
    text-align: center;
  }

  .main-heading {
    font-size: 2rem;
  }

  .about-section .sub-heading {
    font-size: 1.5rem;
  }

  .content-text {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .highlight-heading {
    font-size: 1.15rem;
  }
}

@media (max-width: 400px) {
  .main-heading {
    font-size: 1.75rem;
  }

  .sub-heading {
    font-size: 1.25rem;
  }

  .content-text {
    font-size: 0.9rem;
  }

  .highlight-heading {
    font-size: 1rem;
  }
}
