.vlt-fullpage-slider .vlt-section__content {
  height: 100svh !important;
}

.vlt-navbar-contacts {
  text-transform: lowercase;
  font-size: 14px !important;
}

.hero-sub {
  line-height: auto !important;
}

.about-section {
  p {
    font-size: 19px !important;
    width: 100% !important;
    display: inline !important;
    color: white;
  }

  .about-text {
    padding-left: 50px;
  }

  .about-img {
    height: 100% !important;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}

.vlt-header {
  .container {
    max-width: 1220px;
  }
}

.read-more-text {
  display: none;
}

.book-section {
  .book-2p {
    padding-top: 73px;
  }

  img {
    height: 100% !important;
    object-fit: cover !important;
  }

  h1 {
    font-size: 80px !important;
    margin-bottom: 0px;

  }

  .ps {
    padding-left: 35px;
  }

  h4 {
    font-size: 29px !important;
    color: #b3d6eb;
    margin-bottom: 20px;
  }

  p {
    color: white !important;
    width: 776px !important;
    font-size: 16px !important;
    line-height: 25px !important;
  }


}

.book-section .btn-amazon {
  display: flex !important;
  align-items: center !important;
  font-weight: bold !important;
  gap: 10px;
  width: fit-content;
  color: white !important;
  border: 2px solid white;
  padding: 10px 40px;
  border-radius: 60px;



  &:hover {
    background-color: #333;
  }
}

.video-box {
  width: 100%;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}

.end-section {
  .video-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;

    .video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}

.book-section {
  img {
    display: inline-block !important;
  }
}

.book-section {
  & .btn-amazon {
    img {
      width: 120px;
    }
  }
}

/*  RAIN */

canvas {
  width: 100%;
  height: 100%;
}

canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#canvas3 {
  z-index: 5;
}

/* ===== Book Shop Carousel ===== */
.book-shop-carousel {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.book-swiper {
  overflow: visible;
}

.book-swiper .swiper-wrapper {
  padding: 20px 0;
}

.book-swiper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
}

.btns {
  display: flex;
  justify-content: start;
  gap: 10px;
}

.book-card {
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(255, 255, 255, 0.9) 100%);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  max-width: 320px;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0 10px;
}

.book-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.book-cover {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.book-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.book-card:hover .book-cover img {
  transform: scale(1.05);
}

.book-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.3) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.book-card:hover .book-overlay {
  opacity: 1;
}

.book-price {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  align-self: flex-start;
  backdrop-filter: blur(10px);
}

.book-badge {
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  color: white;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  align-self: flex-end;
}

.book-info {
  padding: 20px;
}

.book-title {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.book-genre {
  color: #666;
  font-size: 13px;
  margin: 0 0 12px 0;
  font-weight: 500;
}

.book-description {
  color: #555;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 15px 0;
}

.book-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

.stars {
  color: #ffd700;
  font-size: 16px;
  letter-spacing: 2px;
}

.rating-text {
  color: #888;
  font-size: 12px;
  font-weight: 500;
}

.book-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn-book-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.btn-book-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.btn-book-primary .price {
  font-weight: 700;
  opacity: 0.9;
}

.btn-book-secondary {
  background: transparent;
  color: #667eea;
  border: 2px solid #667eea;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-book-secondary:hover {
  background: rgba(102, 126, 234, 0.1);
  transform: translateY(-1px);
}

/* Book Carousel Navigation */
.book-carousel-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}



.book-nav-btn {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
}

.book-nav-btn:hover {
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.1) 100%);
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.book-nav-btn svg {
  width: 20px;
  height: 20px;
}

.book-pagination {
  display: flex;
  gap: 8px;
}

.book-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.book-pagination .swiper-pagination-bullet-active {
  background: #667eea;
  transform: scale(1.2);
}

/* Book Shop CTA */
.btn-shop-cta {
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  color: white;
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
  border: none;
  margin-top: 20px;
}

.btn-shop-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(255, 107, 53, 0.4);
}

.book-shop-note {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}



/* =========================================
   BOOK SHOWCASE SLIDER
========================================= */

.book-showcase-wrap {
  position: relative;
  width: 100%;
}

.book-showcase-carousel {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.book-showcase-swiper {
  width: 100%;
  overflow: visible;
  padding: 20px 0 30px;
}

.book-showcase-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
}

.book-showcase-card {
  width: 100%;
  max-width: 460px;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.book-showcase-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.16);
}

.book-showcase-cover {
  position: relative;
  padding: 26px 26px 0;
  background: linear-gradient(180deg, #f7f4ef 0%, #ffffff 100%);
}

.book-showcase-cover img {
  display: block;
  width: 100%;
  max-width: 250px;
  height: auto;
  margin: 0 auto;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.book-showcase-content {
  padding: 28px 26px 28px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.book-showcase-kicker {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.65;
}

.book-showcase-title {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
}

.book-showcase-subtitle {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.5;
  opacity: 0.8;
  font-style: italic;
}

.book-showcase-description {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.8;
  opacity: 0.9;
  flex: 1 1 auto;
}

.book-showcase-formats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: auto;
}

.book-format-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 18px;
  border-radius: 16px;
  text-decoration: none;
  background: #f7f7f7;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.book-format-btn:hover {
  transform: translateY(-2px);
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.book-format-btn .format-name {
  font-size: 15px;
  font-weight: 600;
}

.book-format-btn .format-price {
  font-size: 14px;
  font-weight: 700;
  opacity: 0.85;
  white-space: nowrap;
}

.book-showcase-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 28px;
}

.book-showcase-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
}

.book-showcase-btn:hover {
  transform: translateY(-2px);
  background: #111111;
  color: #ffffff;
}

.book-showcase-btn svg {
  width: 20px;
  height: 20px;
  display: block;
}

.book-showcase-pagination {
  position: static !important;
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.book-showcase-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  opacity: 1;
  background: rgba(0, 0, 0, 0.18);
}

.book-showcase-pagination .swiper-pagination-bullet-active {
  background: #111111;
  transform: scale(1.15);
}

.book-showcase-note {
  margin-bottom: 18px;
  opacity: 0.8;
}

.btn-showcase-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  text-decoration: none;
  background: #111111;
  color: #ffffff;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-showcase-cta:hover {
  transform: translateY(-2px);
  background: #222222;
  color: #ffffff;
}

/* Active / side slide feel */
.book-showcase-swiper .swiper-slide {
  opacity: 0.65;
  transform: scale(0.94);
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.book-showcase-swiper .swiper-slide-active,
.book-showcase-swiper .swiper-slide-next,
.book-showcase-swiper .swiper-slide-prev {
  opacity: 1;
  transform: scale(1);
}


/*--------------------------------
   RONALD BOOK SLIDER STYLE
   -----------------------------*/

.rb-slider-shell {
  width: 100%;
}

.rb-slider-container {
  position: relative;
  width: 100%;
  max-width: 1240px;
  height: 520px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 30px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.rb-slide {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.rb-item {
  width: 220px;
  height: 280px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 28px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  transition:
    left 0.7s ease,
    top 0.7s ease,
    width 0.7s ease,
    height 0.7s ease,
    transform 0.7s ease,
    opacity 0.7s ease,
    border-radius 0.7s ease;
  overflow: hidden;
}

.rb-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .58) 0%, rgba(0, 0, 0, .18) 46%, rgba(0, 0, 0, .06) 100%);
  z-index: 1;
}

.rb-item:nth-child(1),
.rb-item:nth-child(2) {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(0);
  border-radius: 30px;
  box-shadow: none;
}

.rb-item:nth-child(3) {
  left: calc(100% - 250px);
}

.rb-item:nth-child(4) {
  left: calc(100% - 10px);
}

.rb-item:nth-child(5) {
  left: calc(100% + 230px);
  opacity: 0;
}

.rb-item:nth-child(n + 6) {
  left: calc(100% + 230px);
  opacity: 0;
}

.rb-item-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: none;
}

.rb-item:nth-child(2) .rb-item-content {
  display: block;
}

.rb-book-cover-wrap {
  position: absolute;
  left: 48%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.rb-book-cover {
  max-height: 370px;
  width: auto;
  display: block;
  filter: drop-shadow(0 20px 35px rgba(0, 0, 0, .28));
}

.rb-text-content {
  position: absolute;
  top: 50%;
  left: 62px;
  width: 360px;
  transform: translateY(-50%);
  color: #fff;
}

.rb-name {
  font-size: 64px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  opacity: 0;
  transform: translateY(70px);
  filter: blur(18px);
  animation: rbAnimate 0.8s ease forwards;
}

.rb-des {
  margin-top: 16px;
  margin-bottom: 22px !important;
  font-size: 15px;
  line-height: 1.35;
  max-width: 320px;
  opacity: 0;
  transform: translateY(70px);
  filter: blur(18px);
  animation: rbAnimate 0.8s ease 0.15s forwards;
}

.rb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  opacity: 0;
  transform: translateY(70px);
  filter: blur(18px);
  animation: rbAnimate 0.8s ease 0.3s forwards;
}

.rb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: transform .25s ease, background .25s ease;
}

.rb-btn:hover {
  background: #fff;
  color: #111;
  transform: translateY(-2px);
}

@keyframes rbAnimate {
  from {
    opacity: 0;
    transform: translateY(70px);
    filter: blur(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.rb-button {
  position: absolute;
  right: 60px;
  bottom: 28px;
  display: flex;
  gap: 16px;
  z-index: 10;
}

.rb-button button {
  width: 54px;
  height: 46px;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.95);
  color: #111;
  font-size: 18px;
  transition: all 0.3s ease;
}

.rb-button button:hover {
  transform: translateY(-2px);
  background: #fff;
}





/* ============================================================
   features.css  —  Feature Spotlight Slider Section
   ============================================================ */

/* ── Section wrapper ── */
.features-section {
  background: radial-gradient(circle at 50% 70%, #2a2a2a 0%, #131313 64%);
}

.features-section>.vlt-section__vertical-align>.vlt-section__content>.container>.vlt-animated-block>p {
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
}

/* ── Swiper container ── */
.feat-swiper {
  width: 100%;
  padding-bottom: 3.5rem !important;
}

.feat-swiper .swiper-slide {
  display: flex;
  justify-content: center;
}

/* ── Card base ── */
.feat-card {
  position: relative;
  width: 480px;
  height: 450px;
  border-radius: 1.6rem;
  background: url(../img/footer.png);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.13),
    0 4px 4px rgba(0, 0, 0, 0.25),
    0 20px 60px 30px rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: translate 0.4s ease, box-shadow 0.4s ease;
  cursor: default;
  overflow: hidden;
}

.feat-card:hover {
  translate: 0 -0.3rem;
}

/* ── Light slit ── */
.card-slit {
  position: relative;
  display: flex;
  width: 60%;
  height: 1rem;
  transform: rotateX(-76deg);
  background: #111;
  border-top: 1px solid #333;
  border-bottom: 1px solid #000;
  border-radius: 0.2rem;
  transition: background 0.5s, box-shadow 0.5s;
}

/* ── Lumen beam ── */
.card-lumen {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 1.6rem;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.7s;
  z-index: 2;
}

.lumen-mid {
  position: absolute;
  left: 50%;
  bottom: 4rem;
  transform: translateX(-50%);
  width: 74%;
  height: 12rem;
  background: linear-gradient(#fff0, #fffa);
  filter: blur(5rem);
  opacity: 0.7;
  border-radius: 100% 100% 0 0;
}

.lumen-hi {
  position: absolute;
  left: 50%;
  bottom: 6rem;
  transform: translateX(-50%);
  width: 50%;
  height: 10rem;
  background: linear-gradient(#fff0, #fffa);
  filter: blur(0.8rem);
  opacity: 0.5;
  border-radius: 100% 100% 0 0;
}

/* ── Icon ── */
.card-icon {
  position: absolute;
  top: 3.2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: filter 0.5s, transform 0.5s, opacity 0.4s;
  z-index: 3;
  padding: 20px;
}

.card-icon svg {
  width: 80px;
  height: 80px;
  fill: none;
  stroke: #ccc;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.5s;
}

/* ── Card bottom content ── */
.card-bottom {
  position: relative;
  z-index: 10;
  transition: opacity 0.4s, transform 0.4s;
}

.card-bottom h4 {
  font-size: 1.9rem;
  font-weight: 400;
  color: #ccc;
  margin-bottom: 0.5rem;
  transition: color 0.4s, text-shadow 0.4s;
}

.card-bottom p {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  max-width: 90%;
  margin: 0;
}

/* ── Full-card video overlay ── */
.card-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 20;
  border-radius: 1.6rem;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.card-video-overlay iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* Dark gradient at bottom so toggle is readable over video */
.card-video-overlay::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  pointer-events: none;
}

/* ── Toggle button ── */
.card-toggle {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  height: 0.9rem;
  width: 4.2rem;
  border-radius: 0.5rem;
  background: #0fff;
  box-shadow:
    inset 0 -8px 8px 0.3rem #479bd0,
    inset 0 0 1px 1.3rem #444857,
    inset 0 -2px 1px 0.3rem #444857,
    inset 0 1px 2px 0.3rem rgba(0, 0, 0, 0.38);
  cursor: pointer;
  transition: box-shadow 0.4s;
  border: none;
  outline: none;
  z-index: 30;
}

.card-toggle::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3rem;
  height: 0.6rem;
  border-radius: 0.15rem;
  background: #000;
  transition: background 0.4s, box-shadow 0.4s;
}

.card-toggle .handle {
  position: absolute;
  top: 0;
  bottom: 0.03rem;
  margin: auto;
  left: 0.6rem;
  width: 38%;
  height: 30%;
  background: linear-gradient(180deg, #ccc 0%, #999 100%);
  border-radius: 0.15rem;
  box-shadow:
    inset 0 1px 4px #fff,
    inset 0 -1px 1px rgba(0, 0, 0, 0.63),
    0 0 1px 1px rgba(0, 0, 0, 0.19),
    1px 3px 6px rgba(0, 0, 0, 0.63);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.4s, box-shadow 0.4s;
}

/* ============================================================
   ACTIVE STATE  (.is-on)
   ============================================================ */

.feat-card.is-on {
  box-shadow:
    inset 0 1rem 0.1rem -1rem rgba(255, 255, 255, 0.98),
    inset 0 -4rem 3rem -3rem rgba(0, 0, 0, 0.63),
    0 -1rem 0.2rem -1rem rgba(255, 255, 255, 0.98),
    0 1rem 0.2rem -1rem #000,
    0 0 0 1px rgba(255, 255, 255, 0.13),
    0 4px 4px rgba(0, 0, 0, 0.25),
    0 0 60px -10px rgba(255, 255, 255, 0.15),
    0 20px 60px -10px rgba(0, 0, 0, 0.5);
}

/* Video fills the full card */
.feat-card.is-on .card-video-overlay {
  opacity: 1;
  pointer-events: all;
}

/* Fade out icon and text content behind the video */
.feat-card.is-on .card-icon {
  opacity: 0;
  pointer-events: none;
}

.feat-card.is-on .card-bottom {
  opacity: 0;
  pointer-events: none;
}

.feat-card.is-on .card-slit {
  background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
  box-shadow:
    0 0 4px #fff,
    0 0 20px 2px rgba(255, 255, 255, 0.5),
    0 0 40px 4px rgba(255, 255, 255, 0.2);
}

.feat-card.is-on .card-lumen {
  opacity: 0.6;
}

.feat-card.is-on .card-toggle {
  box-shadow:
    inset 0 -8px 8px 0.3rem #3a7aa3,
    inset 0 0 1px 1.3rem #445058,
    inset 0 -2px 1px 0.3rem #445857,
    inset 0 1px 2px 0.3rem rgba(0, 0, 0, 0.38),
    0 0 15px rgb(74 210 222 / 30%);
}

.feat-card.is-on .card-toggle::before {
  background: linear-gradient(180deg, #fff 0%, #f0f0f0 100%);
  box-shadow:
    0 0 0.3rem 0.2rem rgba(255, 255, 255, 0.47),
    0 0 1rem 0.1rem rgba(255, 255, 255, 0.3);
}

.feat-card.is-on .card-toggle .handle {
  transform: translateX(1.4rem);
  background: linear-gradient(180deg, #fff 0%, #ddd 100%);
  box-shadow:
    inset 0 1px 12px #fff,
    inset 0 -1px 1px rgba(255, 255, 255, 0.98),
    0 0 2px 1px rgba(68, 68, 67, 0.19),
    1px 3px 6px rgba(0, 0, 0, 0.25),
    0 0 8px 2px rgba(255, 255, 255, 0.2);
}

/* ── Swiper navigation & pagination ── */
.feat-swiper .swiper-button-next,
.feat-swiper .swiper-button-prev {
  color: rgba(255, 255, 255, 0.4) !important;
  transition: color 0.3s;
}

.feat-swiper .swiper-button-next:hover,
.feat-swiper .swiper-button-prev:hover {
  color: rgba(255, 255, 255, 0.85) !important;
}

.feat-swiper .swiper-button-next::after,
.feat-swiper .swiper-button-prev::after {
  font-size: 1.2rem !important;
}

.feat-swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.27) !important;
  opacity: 1 !important;
  transition: background 0.3s;
}

.feat-swiper .swiper-pagination-bullet-active {
  background: #fff !important;
}

---------- DESKTOP DROPDOWN ----------
/* .vlt-default-menu__navigation .custom-desktop-menu,
.vlt-offcanvas-menu__navigation .custom-mobile-menu,
.vlt-default-menu__navigation .custom-submenu,
.vlt-offcanvas-menu__navigation .custom-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vlt-default-menu__navigation .custom-desktop-menu>li {
  position: relative;
}

.vlt-default-menu__navigation .custom-desktop-menu>li.has-dropdown>a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  vertical-align: middle;
}

.vlt-default-menu__navigation .custom-desktop-menu>li>.custom-submenu {
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  color: #fff;
  min-width: 235px;
  background: rgba(18, 18, 18, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 8px 0;
  margin-top: 14px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index: 9999;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.vlt-default-menu__navigation .custom-desktop-menu>li>.custom-submenu::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 14px;
}

.vlt-default-menu__navigation .custom-desktop-menu>li.has-dropdown:hover>.custom-submenu,
.vlt-default-menu__navigation .custom-desktop-menu>li.has-dropdown:focus-within>.custom-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.vlt-default-menu__navigation .custom-desktop-menu>li>.custom-submenu li a {
  display: block;
  padding: 10px 18px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.45;
  color: #fff;
}

.vlt-default-menu__navigation .custom-desktop-menu>li>.custom-submenu li a:hover {
  background: rgba(255, 255, 255, 0.06);
} */

/* ---------- MOBILE / OFFCANVAS ---------- */
.vlt-offcanvas-menu__navigation .custom-mobile-menu>li {
  position: relative;
}

.vlt-offcanvas-menu__navigation .custom-mobile-menu>li.has-dropdown>a {
  display: none;
}

.vlt-offcanvas-menu__navigation .mobile-parent-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.vlt-offcanvas-menu__navigation .mobile-parent-row>a {
  flex: 1 1 auto;
}

.vlt-offcanvas-menu__navigation .mobile-submenu-toggle {
  width: 28px;
  height: 28px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  flex: 0 0 28px;
}

.vlt-offcanvas-menu__navigation .mobile-submenu-toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translate(-50%, -60%) rotate(45deg);
  transition: transform .2s ease;
}

.vlt-offcanvas-menu__navigation .custom-mobile-menu>li>.custom-submenu {
  display: none;
  padding-left: 14px;
  padding-top: 8px;
}

.vlt-offcanvas-menu__navigation .custom-mobile-menu>li.mobile-open>.custom-submenu {
  display: block;
}

.vlt-offcanvas-menu__navigation .custom-mobile-menu>li.mobile-open>.mobile-parent-row .mobile-submenu-toggle::before {
  transform: translate(-50%, -30%) rotate(-135deg);
}

.vlt-offcanvas-menu__navigation .custom-mobile-menu>li>.custom-submenu li a {
  display: block;
  padding: 7px 0;
  text-decoration: none;
  line-height: 1.45;
}

@media (max-width: 991.98px) {
  .vlt-default-menu__navigation .custom-desktop-menu>li.has-dropdown>.custom-submenu {
    display: none !important;
  }
}


.featured-works-section {
  .book-item {
    display: flex;

    .book-image {
      max-width: 35%;
    }

    .book-features-ul {
      color: #767676;
      text-align: left;
    }

    .buy-btn {
      margin-top: 20px;
      color: #fff;
      gap: 20px;
      display: flex;
      flex-direction: row;

      img {
        margin-top: 10px;
        width: 30%;
      }

      span {
        font-size: 16px;
        text-align: left;
        color: #479bd0;
      }
    }
  }

  .book-content {
    padding: 50px;

    h4 {
      font-size: 3rem;
      margin-bottom: 20px;
      font-family: poppins, sans-serif;
    }

    p {
      font-size: 16px;
      line-height: 1.6;
    }
  }
}



/* ============================================================
   screenplay.css  —  Coming Soon Screenplay Slider
   Matches dark theme: #131313 → #2a2a2a palette
   ============================================================ */

/* ── Section wrapper ── */
.screenplay-section {
  /* background: radial-gradient(circle at 50% 40%, #1e1e1e 0%, #0d0d0d 100%); */
  overflow: hidden;
}

/* ── Film grain overlay ── */
/* .sp-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
} */

/* ── Cinematic letterbox bars ── */
.sp-bar {
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  background: #000;
  z-index: 10;
  pointer-events: none;
}

.sp-bar--top {
  top: 0;
}

.sp-bar--bottom {
  bottom: 0;
}

/* ── Section label ── */
.sp-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.sp-label__line {
  display: block;
  flex: 1;
  max-width: 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25));
}

.sp-label__line:last-child {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25), transparent);
}

.sp-label__text {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
}

/* ── Swiper ── */
.sp-swiper {
  width: 100%;
  touch-action: pan-y;
}

/* Allow vertical scroll to pass through to pp-scrollable */
.sp-swiper .swiper-wrapper {
  touch-action: pan-y;
  width: 1100px;
}

.swiper-slide.swiper-slide-active {
  width: 1100px !important;
}
.swiper-container-autoheight .swiper-wrapper{
  height: 600px;
}
/* ── Slide layout ── */
.sp-slide {
  position: relative;
  display: grid;
  grid-template-columns: 370px 1fr;
  gap: 5rem;
  align-items: center;
  min-height: 440px;
  padding: 2rem 0rem;
}

/* ── Screenplay lines decoration (background) ── */
.sp-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.sp-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.03);
}

.sp-line:nth-child(1) {
  top: 15%;
}

.sp-line:nth-child(2) {
  top: 32%;
}

.sp-line:nth-child(3) {
  top: 50%;
}

.sp-line:nth-child(4) {
  top: 68%;
}

.sp-line:nth-child(5) {
  top: 85%;
}

/* ── Poster ── */
.sp-slide__poster {
  position: relative;
  z-index: 2;
}

.sp-slide__poster-inner {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 2/3;
  box-shadow: 0 0 0 1px rgb(0 0 0), 0 30px 80px rgb(0 55 89 / 40%), 0 0 60px rgb(0 0 0 / 50%);
}

.sp-slide__poster-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.75) contrast(1.1);
  transition: filter 0.6s ease, transform 0.8s ease;
}

.sp-slide__poster-inner:hover img {
  filter: brightness(0.85) contrast(1.05);
  transform: scale(1.03);
}

/* Vignette */
.sp-slide__poster-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, transparent 40%, rgba(0, 0, 0, 0.6) 100%),
    linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 50%);
  pointer-events: none;
}

/* Play reel icon */
.sp-slide__reel {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background 0.3s, transform 0.3s;
  cursor: pointer;
}

.sp-slide__reel:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.sp-slide__reel svg {
  width: 20px;
  height: 20px;
}

/* ── Meta content ── */
.sp-slide__meta {
  position: relative;
  z-index: 2;
}

/* Badges */
.sp-slide__badges {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 2.2rem;
}

.sp-badge {
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.3rem 0.75rem;
  border-radius: 2rem;
  font-weight: 400;
}

.sp-badge--genre {
  background: rgb(0, 0, 0);
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgb(71 155 208);
}

.sp-badge--year {
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

/* Title */
.sp-slide__title {
  font-weight: 300;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 1.2rem;
  letter-spacing: -0.01em;
}

.sp-slide__title-sub {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: rgb(71 155 208 / 60%);
  font-weight: 400;
  margin-bottom: 1rem;
}

/* Logline */
.sp-slide__logline {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.8;
  max-width: 480px;
  margin: 0 0 1.5rem;
  font-style: italic;
  font-weight: 300;
}

/* Divider */
.sp-slide__divider {
  width: 40px;
  height: 1px;
  background: rgb(34 137 205 / 87%);
  margin: 1.5rem 0;
}

/* Details row */
.sp-slide__details {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 2rem;
}

.sp-detail {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.sp-detail__label {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgb(36 143 191 / 84%);
}

.sp-detail__value {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}

/* Coming Soon pill */
.sp-slide__coming-soon {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 1.8rem;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #248fbf;
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

/* Pulsing dot */
.sp-cs-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffc107;
  opacity: 0.7;
  animation: sp-pulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes sp-pulse {

  0%,
  100% {
    opacity: 0.3;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.3);
  }
}

/* ── Swiper nav & pagination ── */
.sp-nav-btn {
  color: rgba(255, 255, 255, 0.35) !important;
  transition: color 0.3s !important;
}

.sp-nav-btn:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.sp-nav-btn::after {
  font-size: 1rem !important;
}

/* .sp-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.25) !important;
  opacity: 1 !important;
  transition: background 0.3s !important;
}

.sp-pagination .swiper-pagination-bullet-active {
  background: #fff !important;
  transform: scale(1.2);
} */

/* ── Responsive ── */
@media (max-width: 900px) {
  .sp-slide {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 2rem;
    min-height: auto;
  }

  .sp-slide__poster-inner {
    aspect-ratio: 16/9;
    max-height: 260px;
  }

  .sp-slide__details {
    gap: 1.5rem;
  }
}

@media (max-width: 480px) {
  .sp-bar {
    height: 36px;
  }

  .sp-slide__title {
    font-size: 1.8rem;
  }

  .sp-slide__details {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .sp-slide__logline {
    font-size: 0.8rem;
  }

  .sp-slide__title-sub {
    font-size: .8rem;
  }

  .sp-detail__value {
    font-size: .8rem;
  }

  .sp-detail__label {
    font-size: 0.6rem;
  }

  .sp-slide__coming-soon {
    font-size: 0.8rem;
  }
}