body {
    font-family: 'Roboto', sans-serif;
    background: url("../images/bg.webp") no-repeat center/cover;
    color: #111;
}

/* SECTION SPACING */
section {
  padding: 80px 0;
}

.hero-section .container {
    position: relative;
}

/* LABEL */
.section-label {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 5%;
    text-transform: uppercase;
}


.order-sticky-btn {
    position: fixed;
    right: 1px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: right top;
    background: #c8102e;
    color: #fff;
    padding: 12px 25px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0.375rem;
    z-index: 99999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: 0.3s;
    text-transform: uppercase;
}

.order-sticky-btn:hover {
  background: #bb2d3b;
  color: #fff;
}





/* BOOK WRAPPER */
.book-wrapper {
  position: relative;
  display: inline-block;
}

/* FULL WIDTH RED STRIP */
.red-box-full {
    position: absolute;
    top: 115px;
    left: calc(-50vw + 50%);
    width: 65.9vw;
    height: 290px;
    background: #c8102e;
    z-index: 0;
}

/* BOOK IMAGE ABOVE RED BOX */
.book-img {
  position: relative;
  z-index: 1;
  max-width: 600px;
}

/* TITLE */
.title {
  font-size: 42px;
  font-weight: 300;
}

.title span {
  font-weight: 700;
  display: block;
}

/* TEXT */
.book-desc {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 15px;
}

/* LANTERN */
.lantern-group {
    right: 0;
    position: absolute;
    top: -9em;
}
.lantern-group img {
    width: 140px;
    margin-right: 10px;
}

.hero-logo .img-fluid {
    display: block;
    margin-left: auto;
}


/* AUTHOR */
.author-content-wapper {
    padding-top: 31em;
}

.author-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 15em;
}

/* TREE WITH LANTERNS */
.tree-lantern {
  position: absolute;
  left: 0;
  top: -40px;
  width: 42%;
  z-index: 0;
  opacity: 0.95;
}


/* KEEP CONTENT ABOVE TREE */
.author-section .container {
  position: relative;
  z-index: 1;
}


.author-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 5%;
    text-transform: capitalize;
}

.author-role {
  font-weight: 600;
  margin-bottom: 15px;
}

.author-desc {
    font-size: 16px;
    line-height: 1.7;
    width: 120%;
}

.author-img-wrapper {
    position: relative;
    top: 20em;
    width: 90%;
    margin-left: auto;
}
.author-img-wrapper:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 60px;
    right: 0;
    background: radial-gradient(50% 50% at 50% 50%, #000000 0%, rgba(0, 0, 0, 0) 86.96%);
    height: 110px;
}



.purchase-section .card {
    height: 100%;
}
button.btn.btn-danger{
    background-color: #c8102e;
}


.thankyou-text-wrapper {
    padding-left: 5em;
}



footer.footer-section.pt-5.pb-4 {
    border-top: 1px solid rgb(255 255 255 / 54%);
    margin-top: 2em;
}
.footer-heading {
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
}

.footer-section a {
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease;
}

.footer-section a:hover {
  color: #c62828; /* theme red */
}

.footer-links span {
  margin: 0 6px;
  color: #bbb;
}

.footer-copy {
  color: #000;
}



.footer-contact-line {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-contact-line a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
}

.footer-contact-line i {
  font-size: 14px;
  color: #000; /* your theme accent */
}

.footer-divider {
  opacity: 0.5;
}





@media(max-width: 1440px) {
  .container {
    max-width: 1280px;
  }
}



@media(max-width: 1199px) {
  .container {
    max-width: 960px;
  }

  .red-box-full {
    width: 72vw;
    height: 265px;
  }

  img.img-fluid.book-img {
    width: 100%;
  }


  .author-section {
    padding-bottom: 10em;
  }

  .author-content-wapper {
    padding-top: 23em;
  }

  .author-img-wrapper {
    top: 17em;
    width: 100%;
  }

  .author-desc {
    font-size: 15px;
    width: 105%;
  }
}


@media(max-width: 992px) {

  .container {
    max-width: 720px;
  }

  .hero-section h6.section-label {
    text-align: left;
  }

  .lantern-group img {
    width: 105px;
  }

  .hero-logo .img-fluid {
    margin-left: unset;
    margin-right: auto;
    width: 300px;
  }
  .tree-lantern {
    top: -15px;
    width: 50%;
  }

  .author-img-wrapper {
    top: 2em;
    width: 100%;
  }

  .author-desc {
    width: 100%;
    font-size: 14px;
  }
}


@media(max-width: 767px) {
  .section-label {
    font-size: 24px;
  }

  .lantern-group {
    top: -106px;
  }
  .lantern-group img {
    width: 50px;
  }

  .red-box-full {
    width: 90vw;
    height: 160px;
    top: 65px;
  }

  .tree-lantern {
    top: -15px;
    width: 100%;
  }

  .hero-logo .img-fluid {
    width: 220px;
  }

  .author-section {
    padding-bottom: 5em;
  }

  .author-name {
    font-size: 20px;
  }
  .author-role {
    font-size: 14px;
  }


  .thankyou-text-wrapper {
    padding-left: 0;
  }

  .footer-heading {
    text-align: left;
    margin-top: 15px;
  }

  .footer-links {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }

  .footer-contact-line {
    gap: 3px;
  }

  .footer-divider {
    display: none;
  }

  .footer-copy {
    text-align: left !IMPORTANT;
  }


  .order-sticky-btn {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: auto;
    transform: unset;
    text-align: center;
    border-radius: 0;
  }
}