.hero-story {
  padding: 225px 0 229px;
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-story .hero-bg-patterns {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/genresBg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
  z-index: 0;
  pointer-events: none;
}

.hero-story .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-story .row {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-story .hero-headings {
  font-size: 72px;
  font-family: "Clash Display", sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, #dd630f 0%, #ffa245 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}

.hero-story .hero-subHeadings {
  font-size: 65px;
  font-family: "Clash Display", sans-serif;
  font-weight: 500;
  text-align: center;
  background: #3c3c3c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 30px;
}

.hero-story .hero-texts {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Image Container */
.hero-image-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 500px;
}

@media (max-width: 1450px) {
  .hero-story {
    padding: 240px 0 180px;
  }

  .hero-story .hero-headings {
    font-size: 62px;
    line-height: 1;
  }

  .hero-story .hero-subHeadings {
    font-size: 58px;
  }

  .hero-story .hero-texts {
    font-size: 18px;
    max-width: 800px;
  }

  .hero-image-container {
    min-height: 460px;
  }

  .hero-book-image {
    max-width: 450px;
    margin-right: -20px;
  }
}

@media (max-width: 835px) {
  .hero-story {
    padding: 100px 20px 120px;
    flex-direction: column;
    text-align: center;
  }

  .hero-story .container {
    max-width: 100%;
    padding: 0 15px;
  }


  .hero-story .hero-headings {
    font-size: 42px;
    line-height: 1.3;
  }

  .hero-story .hero-subHeadings {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .hero-story .hero-texts {
    font-size: 16px;
    line-height: 1.7;
    max-width: 95%;
    margin: 0 auto 30px;
  }

  .hero-image-container {
    justify-content: center;
    align-items: center;
    min-height: 350px;
    margin-top: 30px;
  }

  .hero-book-image {
    max-width: 320px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .hero-story {
    padding: 70px 15px 80px;
  }

  .hero-story .hero-headings {
    font-size: 32px;
  }

  .hero-story .hero-subHeadings {
    font-size: 26px;
  }

  .hero-story .hero-texts {
    font-size: 14px;
    line-height: 1.5;
  }

  .hero-image-container {
    min-height: 300px;
  }

  .hero-book-image {
    max-width: 260px;
  }
}

@media (max-width: 400px) {
  .hero-story {
    padding: 60px 10px 70px;
  }

  .hero-story .hero-headings {
    font-size: 26px;
  }

  .hero-story .hero-subHeadings {
    font-size: 22px;
  }

  .hero-story .hero-texts {
    font-size: 13px;
  }
}
