.horror-section {
  padding: 10px 0;
  width: 100%;
}

.horror-section .container {
  max-width: 1600px;
}

.section-title {
  font-size: 70px;
  font-family: "Clash Display", sans-serif;
  font-weight: 500;
  color: #000000;
  letter-spacing: -0.02em;
}

.title-orange {
  background: linear-gradient(180deg, #dd630f 0%, #ffa245 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.fiction-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fiction-book-img {
  z-index: 2;
  max-width: 100%;
  height: 722px;
  object-fit: contain;
}

.fiction-content {
  padding: 20px 40px;
}

.fiction-heading {
  font-size: 80px;
  font-family: "Clash Display", sans-serif;
  font-weight: 500;
  background: linear-gradient(180deg, #dd630f 0%, #ffa245 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  line-height: 1.2;
}

.fiction-text {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .horror-section .col-lg-5 {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .horror-section .col-lg-7 {
    order: 2;
    text-align: center;
    padding: 0 20px;
  }

  .fiction-content {
    padding: 20px 0;
    text-align: center;
  }

  .horror-section .fiction-heading {
    font-size: 48px;
    line-height: 1.3;
  }

  .fiction-text {
    font-size: 16px;
    line-height: 1.7;
  }

  .fiction-book-img {
    width: 85%;
    max-width: 380px;
    height: 280px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 36px;
  }

  .horror-section .fiction-heading {
    font-size: 40px !important;
  }

  .fiction-text {
    font-size: 15px;
  }

  .fiction-book-img {
    width: 280px;
  }
}

@media (max-width: 576px) {
  .horror-section .fiction-heading {
    font-size: 34px;
  }

  .fiction-text {
    font-size: 14px;
  }

  .fiction-book-img {
    width: 90%;
    max-width: 300px;
  }
}

@media (max-width: 400px) {
  .horror-section .fiction-heading {
    font-size: 28px;
  }

  .fiction-text {
    font-size: 13px;
  }

  .fiction-book-img {
    max-width: 260px;
  }
}
