@charset "UTF-8";
:root {
  --default-font: "Merriweather",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Roboto Slab",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
}
:root { 
  --background-color: #FFFBFF; 
  --default-color: #333; 
  --heading-color: #5c4b36; 
  --accent-color: #f17c13; 
  --surface-color: #ffffff; 
  --contrast-color: #ffffff; 
}
.light-background {
  --background-color: #F6F6F7;
  --surface-color: #ffffff;
}
:root {
  scroll-behavior: smooth;
}
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}
span.sub-menu-icon svg {margin-top:-10px!important}
.page-wrapper {background:#F6F6F7!important}
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  position: relative;
}
.page-title .heading {
  padding: 80px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}
.page-title .heading h1 {
  font-size: 38px;
  font-weight: 700;
}
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  overflow: clip;
}
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
.section-title p {
  margin-bottom: 0;
}
.hero {
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}
.hero .book-hero-content .book-genre {
  display: inline-block;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 30px;
  margin-bottom: 24px;
  font-size: 14px;
}
.hero .book-hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--heading-color);
  line-height: 1.2;
}
.pad50 {padding-bottom:150px}
.about-book-content h3 {line-height:1.2!important;text-align:center}
@media (max-width: 1400px) {
.about-book-content {font-size:80%!important}
.about-book-content h3 {font-size:160%!important}
.about-book-content h4 {font-size:120%!important}
}
@media (max-width: 1368px) {

.faq-item  {padding:15px!important}
.faq-item h3 {font-size:80%!important}
.faq-content p {font-size:80%!important}
.cta-content h2 {font-size:130%!important}
.cta-buttons a{font-size:70%!important}
}
@media (max-width: 1180px) {
.about-book-content {font-size:70%!important}
.about-book-content h3 {font-size:120%!important}
.about-book-content h4 {font-size:100%!important}
.cta-buttons a{font-size:60%!important}
.hero-cta a {padding:5px 10px 5px 10px!important;font-size:80%!important}
.faq-item  {padding:8px!important}
.faq-item h3 {font-size:70%!important}
.faq-content p {font-size:70%!important}
}
@media (max-width: 991px) {
.faq-item  {padding:25px!important}
.about-book-img img {width:120%!important}
.book-cover img {margin-top:50px!important}
.cta-buttons a{padding:10px!important}
}
@media (max-width: 769px) {
.col-md-4 {margin-top:40px!important}
.faq-item  {padding:12px!important}
}
@media (max-width: 576px) {
.about-book-content {font-size:90%!important}
.about-book-content h3 {font-size:150%!important}
.about-book-content h4 {font-size:120%!important}
.container {width:90%!important}
}
@media (max-width: 992px) {
  .hero .book-hero-content h1 {
    font-size: 36px;
  }
.about-book-content {font-size:100%!important}
.about-book-content h3 {font-size:200%!important}
.about-book-content h4 {font-size:160%!important;text-align:center}
}
@media (max-width: 768px) {
  .hero .book-hero-content h1 {
    font-size: 32px;
  }
}
.hero .book-hero-content .book-subtitle {
  font-size: 20px;
  color: color-mix(in srgb, var(--heading-color), transparent 20%);
  margin-bottom: 24px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .hero .book-hero-content .book-subtitle {
    font-size: 18px;
  }
}
.hero .book-hero-content .author {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.hero .book-hero-content .author span {
  font-size: 16px;
  color: var(--default-color);
}
.hero .book-hero-content .author h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: var(--heading-color);
}
.hero .book-hero-content .book-description {
  margin-bottom: 32px;
  color: var(--default-color);
  font-size: 16px;
  line-height: 1.6;
}
.hero .book-hero-content .hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.hero .book-hero-content .hero-cta .btn-primary {
  background-color: #43A5C0;
  color: var(--contrast-color);
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: grid;
  place-items: center;
}
.hero .book-hero-content .hero-cta .btn-primary:hover {
  background-color: #FFAA7F;
  transform: translateY(-3px);
}
.hero .book-hero-content .hero-cta .btn-outline {
  border: 2px solid #43A5C0;
  color: #43A5C0;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: grid;
  place-items: center;
}
.hero .book-hero-content .hero-cta .btn-outline:hover {
  transform: translateY(-3px);
}
.hero .book-cover {
  position: relative;
  transform: rotate(-3deg);
  transition: all 0.5s ease;
  max-width: 400px;
}
.hero .book-cover .book-shadow {
  position: absolute;
  bottom: -20px;
  left: 10%;
  width: 80%;
  height: 20px;
  background: rgba(0, 0, 0, 0.3);
  filter: blur(15px);
  border-radius: 50%;
  z-index: -1;
}
.hero .book-cover:hover {
  transform: rotate(0) translateY(-10px);
}
.hero .book-cover:hover img {
  filter: brightness(1.05);
  transition: 0.3s;
}
@media (max-width: 992px) {
  .hero {
    padding: 100px 0 60px;
  }
  .hero .book-cover {
    margin-top: 40px;
    transform: rotate(0);
  }
  .hero .book-cover:hover {
    transform: translateY(-10px);
  }
}
@media (max-width: 768px) {
  .hero {
    text-align: center;
    padding: 80px 0 40px;
  }
  .hero .book-hero-content .author {
    justify-content: center;
  }
  .hero .book-cover {
    margin: 40px auto 0;
  }
  .hero .book-hero-content .hero-cta {justify-content:center}
}
.about {
  padding: 80px 0;
  overflow: hidden;
}
.usernone {user-drag: none!important;-webkit-user-drag: none!important;user-select: none!important;-moz-user-select: none!important;-webkit-user-select: none!important;-ms-user-select: none!important;pointer-events: none!important;cursor: not-allowed!important}
.about .about-book-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.about .about-book-img img {
  width: 100%;
  height: auto;
  display: block;
}
.about .about-book-img:hover {
  transform: translateY(-10px);
}
@media (max-width: 768px) {
  .about .about-book-img {
    max-width: 450px;
    margin: 0 auto;
  }
}
.about-book-content h3 {margin-top:25px;color:#608396!important}
.about .about-book-content p {
  color: var(--default-color);
  margin-bottom: 20px;
}
.highlights a {color:#00776C!important}
.highlights a:hover {text-decoration:underline!important}
.about .about-book-content .highlights {
  margin-top: 30px;
  margin-bottom: 30px;
}
.about .about-book-content .highlights h4 {
  color:#608396!important;
  margin-bottom: 16px;
  font-weight: 600;
}
.about .about-book-content .highlights ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about .about-book-content .highlights ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}
.about .about-book-content .highlights ul li i {
  color: var(--accent-color);
  font-size: 20px;
  flex-shrink: 0;
}
.about .about-book-content .highlights ul li span {
  color: var(--default-color);
  line-height: 1.5;
}
.about .about-book-content .about-book-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #43A5C0;
  color: var(--contrast-color);
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.about .about-book-content .about-book-cta i {
  transition: transform 0.3s ease;
}
.about .about-book-content .about-book-cta:hover {

  transform: translateY(-3px);
}
.about .about-book-content .about-book-cta:hover i {
  transform: translateX(5px);
}

@media (max-width: 768px) {
  .about .about-book-content {
    text-align: center;
    margin-top: 20px;
  }
  .about .about-book-content .highlights ul li {
    text-align: left;
  }
}
.critic-review img {border-radius:8px 8px 0 0}
.critic-review img {border-radius:8px 8px 0 0}
.testimonials {
  padding: 80px 0;
  overflow: hidden;
}
.testimonials .critic-reviews {
  margin-bottom: 60px;
}
.testimonials .critic-reviews .critic-review {
  background-color: #F6F6F7;
  padding: 0;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  height: 100%;
  transition: transform 0.3s ease;
}
.testimonials .critic-reviews .critic-review p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
  margin-left:7px;
  color: var(--default-color);
  font-style: italic;
  padding:10px;
}
.testimonials .critic-reviews .critic-review:hover {
  transform: translateY(-10px);
}
.testimonials .testimonials-container {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .testimonials .section-header h2 {
    font-size: 28px;
  }
  .testimonials .critic-reviews .critic-review {
    margin-bottom: 30px;
  }
  .testimonials .testimonials-container .testimonial-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .testimonials {
    padding: 60px 0;
  }
  .testimonials .section-header h2 {
    font-size: 20px;
  }
}
.faqimg img {border-radius:10px!important}
.faqimg  {padding:10px;margin-top:-10px}
.faq .faq-container .faq-item {
  background-color: var(--surface-color);
  position: relative;
  padding: 18px;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}
.faq .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0 30px 0 0;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #608396!important;
}
.faq .faq-container .faq-item h3 .num {
  color: var(--accent-color);
  padding-right: 5px;
}
.faq .faq-container .faq-item h3:hover {
  color: var(--accent-color);
}
.faq .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
}
.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}
.faq .faq-container .faq-item .faq-toggle:hover {
  color: var(--accent-color);
}
.faq .faq-container .faq-active h3 {
  color: var(--accent-color);
}
.faq .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}
.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--accent-color);
}
.related-books {
  padding: 80px 0;
  overflow: hidden;
}
.related-books .related-book-card {
  background-color: #F6F6F7;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  height: 100%;
  transition: all 0.3s ease;
  overflow: hidden;
}
.related-books .related-book-card .book-image {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 20px;
}
.related-books .related-book-card .book-image img {
  width: 60%;
  transition: transform 0.5s ease;
}
.related-books .related-book-card .book-info {
  padding: 25px;
}
.related-books .related-book-card .book-info h3 {
  font-size: 20px;
  font-weight: 600;
  color: #608396;
  margin-bottom: 10px;
  line-height: 1.3;
  text-align:center;
}
.related-books .related-book-card .book-info h3:hover {color:#239423}
.related-books .related-book-card .book-info p {
  font-size: 15px;
  color: var(--default-color);
  line-height: 1.6;
  margin-bottom: 20px;
}
.related-books .related-book-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.related-books .related-book-card:hover .book-image img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .related-books .section-header h2 {
    font-size: 22px;
  }
  .related-books .related-book-card {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .related-books {
    padding: 60px 0;
  }
  .related-books .section-header h2 {
    font-size: 24px;
  }
  .related-books .related-book-card .book-image img {
    height: 160px;
  }
  .related-books .related-book-card .book-info {
    padding: 20px;
  }
  .related-books .related-book-card .book-info h3 {
    font-size: 18px;
  }
}
.call-to-action {
  padding: 80px 0;
  overflow: hidden;
  margin-bottom:80px!important;
}
.call-to-action .cta-wrapper {
  background: #43A5C0;
  border-radius: 15px;
  padding: 50px;
  color: var(--contrast-color);
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.call-to-action .cta-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0.5;
}
@media (max-width: 768px) {
  .call-to-action .cta-wrapper {
    padding: 30px;
    text-align: center;
  }
}
.call-to-action .cta-book-image {
  position: relative;
  transform: rotate(-5deg);
  transition: all 0.3s ease;
}
.call-to-action .cta-book-image img {
  border-radius: 8px;
  max-width: 100%;
}
.call-to-action .cta-book-image:hover {
  transform: rotate(0) translateY(-10px);
}
@media (max-width: 768px) {
  .call-to-action .cta-book-image {
    margin: 0 auto 30px;
    max-width: 200px;
  }
}
.call-to-action .cta-content {
  position: relative;
  z-index: 1;
}
.call-to-action .cta-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--contrast-color);
}
@media (max-width: 992px) {
  .call-to-action .cta-content h2 {
    font-size: 28px;
  }
}
.call-to-action .cta-content p {
  line-height: 1.6;
  margin-bottom: 25px;
  opacity: 0.9;
}
.call-to-action .cta-content .countdown-timer {
  margin-bottom: 30px;
  margin-left:-5px;
}
.call-to-action .cta-content .countdown-timer p {
  margin-bottom: 10px;
  font-size: 15px;
  opacity: 0.9;
}
.call-to-action .cta-content .countdown-timer .countdown {
  display: flex;
  gap: 15px;
}
.call-to-action .cta-content .countdown-timer .countdown div {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 10px 15px;
  min-width: 70px;
  text-align: center;
}
.call-to-action .cta-content .countdown-timer .countdown div h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  color: var(--contrast-color);
}
.call-to-action .cta-content .countdown-timer .countdown div h4 {
  font-size: 10px;
  margin: 0;
  text-transform: uppercase;
  opacity: 0.8;
  font-weight: 500;
  color: var(--contrast-color);
}
@media (max-width: 576px) {
  .call-to-action .cta-content .countdown-timer .countdown div {
    min-width: 50px;
    padding: 8px 10px;
  }
  .call-to-action .cta-content .countdown-timer .countdown div h3 {
    font-size: 18px;
  }
  .call-to-action .cta-content .countdown-timer .countdown div h4 {
    font-size: 9px;
  }
}
.call-to-action .cta-content .cta-buttons {
  display: flex;
  gap: 15px;
}
.call-to-action .cta-content .cta-buttons .btn-primary {
  background-color: var(--contrast-color);
  color: #43A5C0;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-block;
}
.call-to-action .cta-content .cta-buttons .btn-secondary {
  background-color: rgba(255, 255, 255, 0.15);
  color: var(--contrast-color);
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-block;
}
.call-to-action .cta-content .cta-buttons .btn-secondary:hover {
  transform: translateY(-3px);
}
.call-to-action .cta-content .cta-buttons .btn-primary:hover {
background:#FFAA7F;
color:#fff;
  transform: translateY(-3px);
}
@media (max-width: 768px) {
  .call-to-action .cta-content .cta-buttons {
	font-weight:bold;	
    justify-content: center;
    flex-wrap: wrap;
  }
  .call-to-action .cta-content .cta-buttons .btn-primary,
  .call-to-action .cta-content .cta-buttons .btn-secondary {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .call-to-action {
    padding: 60px 0;
  }
}