.fiction-section {
  padding: 10px 0;
  width: 100%;
}

.fiction-section .container {
  max-width: 1600px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.fiction-section .section-title {
  font-size: 60px;
  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-background-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
}

.fiction-book-img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  width: 680px;
  object-fit: cover;
}

.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) {
  .fiction-section {
    padding: 0px 0;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .fiction-section .section-title {
    font-size: 48px !important;
    line-height: 1.2;
    padding: 0 15px;
  }

  .fiction-section .fiction-heading {
    font-size: 48px !important;
    line-height: 1.3;
    text-align: center;
  }

  .fiction-text {
    font-size: 17px;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 25px;
  }

  .fiction-section .col-lg-5 {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .fiction-section .col-lg-7 {
    order: 2;
    text-align: center;
    padding: 0 20px;
  }

  .fiction-image-wrapper {
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  /* .fiction-background-img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    opacity: 0.5;
  } */

  .fiction-book-img {
    width: 85%;
    max-width: 380px;
    height: auto;
    z-index: 2;
  }

  .fiction-content {
    padding: 10px 15px;
  }
}

@media (max-width: 576px) {
  .fiction-section {
    padding: 0px 0;
  }

  .fiction-section .section-title {
    font-size: 24px !important;
  }

  .fiction-section .fiction-heading {
    font-size: 34px;
  }

  .fiction-text {
    font-size: 15px;
    line-height: 1.6;
  }

  .fiction-book-img {
    width: 90%;
    max-width: 300px;
  }
}

@media (max-width: 400px) {
  .fiction-section .section-title {
    font-size: 24px;
  }

 .fiction-section .fiction-heading {
    font-size: 28px;
  }

  .fiction-text {
    font-size: 14px;
  }

  .fiction-book-img {
    max-width: 260px;
  }
}
