/* ================================================
   HEADER — "QUIET HORIZON" REDESIGN
   noor-landing-62 – Reflections That Lead to Faith
   A calm, still hero: the photo breathes, the type
   rests, and nothing spins, pulses or shouts.
   ================================================ */

/* ── BASE — split layout: text | image, flat backdrop (no bg photo) ── */
.main-header {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #060f1c 0%, #0a1525 50%, #060f1c 100%) !important;
  height: auto !important;
  min-height: 100vh;
}

/* Old "cosmic" radial overlay from style.css — not part of this design */
.main-header::before { display: none !important; }

/* ── ONE SOFT, STILL GLOW — quiet warmth, no motion ── */
.hero-bg {
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse 760px 560px at 14% 34%, rgba(237, 210, 121, 0.09) 0%, transparent 62%);
}

/* Floating atmosphere orbs — echoes the orb motif used elsewhere on the page */
.header-atmo {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(90px);
  z-index: 1;
}
.header-atmo-1 {
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(237,210,121,0.10) 0%, transparent 70%);
  top: -10%; left: 8%;
}
.header-atmo-2 {
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(99,102,241,0.08) 0%, transparent 70%);
  bottom: -12%; right: 4%;
}

/* Hide legacy decorative elements from the previous "cosmic" treatment */
.stars-layer,
.hero-halo,
.hero-ring,
.hero-particles,
.moon-glow,
.header-orb-1,
.header-orb-2,
.header-orb-3,
.hero-vline,
.hero-portal { display: none !important; }

/* ────────────────────────────────────────────
   LAYOUT
   ──────────────────────────────────────────── */
.main-header .container { position: relative; z-index: 5; }

/* ── Split row — text | image ── */
.main-header .header-split {
  display: flex !important;
  align-items: center;
  gap: 64px;
}
.header-text-col {
  flex: 1 1 0;
  min-width: 0;
}
.header-media-col {
  flex: 0 0 44%;
  max-width: 44%;
}

.main-header .header-caption {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
  padding: 118px 0 100px !important;
  max-width: 560px;
}

/* ── Logo ── */
.main-header .noor-logo { margin-bottom: 30px; }
.main-header .noor-logo img {
  filter: drop-shadow(0 4px 22px rgba(0,0,0,0.40));
}

/* ── Ornamental rule (between logo and title) — a single quiet line ── */
.hero-rule {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
  width: 210px;
}
.hr-line {
  flex: 0 0 36px;
  height: 1px;
  background: linear-gradient(90deg, rgba(237,210,121,0.55), transparent);
}
.hr-line.hr-line-r {
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(237,210,121,0.22));
}
.hr-diamond {
  width: 5px; height: 5px;
  background: rgba(237,210,121,0.85);
  transform: rotate(45deg);
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(237,210,121,0.40);
}

/* ── Content block ── */
.main-header .header-content {
  position: relative !important;
  width: 100% !important;
  max-width: 560px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}
.main-header .header-content > * { position: relative; z-index: 5; }
.main-header .header-content .main-title { text-align: left !important; }
.main-header .header-content p         { text-align: left !important; }

/* ── Main title — solid, warm, unhurried (no shimmer, no motion) ── */
.main-header .main-title {
  font-size: 50px !important;
  font-weight: 700 !important;
  line-height: 1.24 !important;
  letter-spacing: -0.5px !important;
  margin-bottom: 0 !important;
  text-align: left !important;
  color: #f4ead2 !important;
  text-shadow: 0 2px 22px rgba(0,0,0,0.40) !important;
}

/* Static underline accent beneath the title */
.main-header .main-title span {
  display: block;
  width: 58px;
  height: 2px;
  background: linear-gradient(90deg, rgba(237,210,121,0.80), rgba(237,210,121,0));
  margin: 24px 0 30px;
  border-radius: 2px;
}

/* ── Paragraph ── */
.main-header p {
  text-align: left !important;
  padding-left: 0 !important;
  margin: 0 !important;
  max-width: 470px;
  font-size: 17px !important;
  line-height: 1.85 !important;
  color: rgba(232, 227, 209, 0.78) !important;
  text-shadow: 0 2px 14px rgba(0,0,0,0.35);
  font-weight: 400 !important;
}
.main-header p::before { display: none !important; }

.main-header p.aya-font {
  font-size: 16.5px !important;
  line-height: 1.90 !important;
  color: rgba(225, 230, 245, 0.76) !important;
  margin-bottom: 0 !important;
  text-shadow: 0 2px 12px rgba(0,0,0,0.55);
  padding-left: 18px !important;
  border-left: 2px solid rgba(237, 210, 121, 0.38) !important;
}

/* ── Scroll indicator — gentle, unobtrusive ── */
.header-scroll {
  position: absolute;
  bottom: 38px; left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 20;
  opacity: 0.42;
  animation: scroll-appear 1.2s ease-out 1.8s both;
}
.scroll-mouse {
  width: 22px; height: 34px;
  border: 1.5px solid rgba(237, 210, 121, 0.38);
  border-radius: 13px;
  position: relative;
}
.scroll-mouse::before {
  content: '';
  position: absolute;
  top: 6px; left: 50%;
  transform: translateX(-50%);
  width: 3px; height: 6px;
  background: rgba(237,210,121,0.70);
  border-radius: 2px;
  animation: scroll-wheel 2.8s ease-in-out infinite;
}
@keyframes scroll-wheel {
  0%   { opacity: 1; transform: translateX(-50%) translateY(0);   }
  100% { opacity: 0; transform: translateX(-50%) translateY(10px); }
}
@keyframes scroll-appear {
  from { opacity: 0; }
  to   { opacity: 0.42; }
}

/* ── Media panel — the photo lives here now, not as a page background ── */
.header-media {
  position: relative;
  width: 100%;
}
.header-media-glow {
  position: absolute;
  inset: -14%;
  z-index: 0;
  background: radial-gradient(ellipse at 50% 40%, rgba(237,210,121,0.16) 0%, rgba(237,210,121,0.05) 45%, transparent 70%);
  pointer-events: none;
}
.header-media-frame {
  position: relative;
  z-index: 1;
  aspect-ratio: 4 / 5;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(237,210,121,0.28);
  box-shadow:
    0 30px 70px rgba(0,0,0,0.45),
    0 0 0 1px rgba(237,210,121,0.08),
    inset 0 0 0 1px rgba(255,255,255,0.04);
}
.header-media-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  display: block;
}
/* thin vignette to keep the frame edges quiet */
.header-media-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  box-shadow: inset 0 0 60px rgba(0,0,0,0.35);
  pointer-events: none;
}

/* ── Responsive ── */
@media (max-width: 1280px) {
  .main-header .main-title { font-size: 44px !important; }
  .main-header .header-split { gap: 40px; }
}
@media (max-width: 991px) {
  .main-header { min-height: 0 !important; }
  .main-header .header-split { flex-direction: column; gap: 48px; padding-bottom: 64px; }
  .header-text-col, .header-media-col { flex: 1 1 auto; max-width: 100%; width: 100%; }
  .header-media-col { max-width: 420px; align-self: center; }
  .main-header .header-caption { padding: 82px 0 0 !important; max-width: 100%; }
  .main-header .main-title { font-size: 42px !important; }
  .header-scroll { display: none; }
}
@media (max-width: 767px) {
  .hero-rule   { margin-bottom: 22px; width: 150px; }
  .main-header .main-title { font-size: 33px !important; letter-spacing: 0 !important; line-height: 1.30 !important; }
  .main-header .main-title span { margin: 18px 0 22px; }
  .main-header p.aya-font  { font-size: 14.5px !important; }
  .main-header p { font-size: 15px !important; }
  .main-header .header-caption { padding: 52px 0 0 !important; }
  .main-header .header-content { padding: 0 !important; }
  .header-media-col { max-width: 320px; }
  .header-split { padding-bottom: 56px; }
}


/* ╔════════════════════════════════════════╗
   ║   BOOK-COVER SECTION  — QUIET LIGHT    ║
   ╚════════════════════════════════════════╝ */

.book-cover {
  background: linear-gradient(170deg, #fefcf7 0%, #faf5e9 38%, #f4ecda 65%, #fefcf7 100%) !important;
  position: relative;
  overflow: hidden;
  padding: 100px 0 120px !important;
}

/* dark-to-light transition line at top */
.book-cover::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(201,162,39,0.28) 20%, rgba(237,210,121,0.55) 50%, rgba(201,162,39,0.28) 80%, transparent 100%);
  z-index: 3;
  pointer-events: none;
}

/* warm sunburst bloom in center — still, no breathing */
.bc-spotlight {
  position: absolute;
  top: -12%; left: 50%;
  transform: translateX(-50%);
  width: 860px; height: 740px;
  background: radial-gradient(ellipse at 50% 0%, rgba(237,210,121,0.18) 0%, rgba(250,230,160,0.09) 38%, transparent 65%);
  pointer-events: none; z-index: 0;
}

.bc-orb { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; filter: blur(90px); }
.bc-orb-1 { width: 520px; height: 520px; background: radial-gradient(circle, rgba(237,210,121,0.13) 0%, transparent 70%); top: -5%; right: -8%; }
.bc-orb-2 { width: 440px; height: 440px; background: radial-gradient(circle, rgba(180,150,240,0.07) 0%, transparent 70%); bottom: 5%; left: -6%; }
.bc-orb-3 { display: none; }

.book-cover .container { position: relative; z-index: 2; }
.bc-section-top { text-align: center; margin-bottom: 64px; position: relative; z-index: 2; }

.bc-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(201,162,39,0.08);
  border: 1px solid rgba(201,162,39,0.26);
  border-radius: 50px;
  padding: 10px 26px;
  color: #7a5c09;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  box-shadow: 0 4px 14px rgba(201,162,39,0.08), inset 0 1px 0 rgba(255,255,255,0.80);
}
.bc-badge-dot {
  width: 6px; height: 6px;
  background: #c9a227;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(201,162,39,0.55);
}

.bc-showcase { display: flex; align-items: center; gap: 72px; }
.bc-book-col { flex: 0 0 auto; display: flex; justify-content: center; }
.bc-info-col { flex: 1 1 0; min-width: 0; }

.bc-book-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 420px;
}

/* warm, still glow behind the book */
.bc-book-halo {
  position: absolute;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(237,210,121,0.30) 0%, rgba(250,220,120,0.11) 42%, transparent 68%);
  border-radius: 50%;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  filter: blur(24px);
  pointer-events: none;
}

/* book ground shadow */
.bc-book-stage::after {
  content: '';
  position: absolute;
  bottom: 8px; left: 50%;
  transform: translateX(-50%);
  width: 190px; height: 22px;
  background: radial-gradient(ellipse, rgba(120,90,20,0.16) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 3;
}

/* a single, still ring — a quiet frame, not a spinner */
.bc-book-ring { position: absolute; border-radius: 50%; pointer-events: none; top: 50%; left: 50%; }
.bc-book-ring-1 {
  width: 320px; height: 320px; margin-top: -160px; margin-left: -160px;
  border: 1px solid rgba(201,162,39,0.18);
}
.bc-book-ring-1::before {
  content:''; position:absolute; inset:6px;
  border: 1px dashed rgba(201,162,39,0.09);
  border-radius:50%;
}
.bc-book-ring-1::after {
  content:''; position:absolute;
  width:7px; height:7px;
  background:rgba(201,162,39,0.75);
  box-shadow:0 0 8px rgba(201,162,39,0.45);
  border-radius:50%;
  top:-3.5px; left:50%; margin-left:-3.5px;
}
.bc-book-ring-2 { display: none; }
.bc-particles { display: none; }

.bc-book-stage .book-image { position: relative; z-index: 4; width: 240px !important; margin-inline-end: 0 !important; flex-shrink: 0; }

/* ── INFO CARD — white glass ── */
.bc-info-card {
  background:
    radial-gradient(ellipse at 8% 0%,  rgba(237,210,121,0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 92% 100%, rgba(180,150,230,0.05) 0%, transparent 50%),
    linear-gradient(155deg, rgba(255,255,255,0.99) 0%, rgba(253,249,242,1.00) 100%);
  border: 1px solid rgba(201,162,39,0.18);
  border-radius: 28px;
  padding: 50px 46px;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 2px 4px  rgba(0,0,0,0.03),
    0 8px 20px rgba(0,0,0,0.05),
    0 28px 60px rgba(0,0,0,0.06),
    inset 0 1px 0 rgba(255,255,255,1.00);
}

.bc-info-card::before {
  content: '';
  position: absolute;
  top: 18px; left: 18px;
  width: 26px; height: 26px;
  border-top: 2px solid rgba(201,162,39,0.45);
  border-left: 2px solid rgba(201,162,39,0.45);
  border-radius: 4px 0 0 0;
  pointer-events: none;
}
.bc-info-card::after {
  content: '';
  position: absolute;
  bottom: 18px; right: 18px;
  width: 26px; height: 26px;
  border-bottom: 2px solid rgba(201,162,39,0.32);
  border-right: 2px solid rgba(201,162,39,0.32);
  border-radius: 0 0 4px 0;
  pointer-events: none;
}

/* still gold top edge — no scanning light */
.bc-info-top-line {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(201,162,39,0.24) 15%, #c9a227 50%, rgba(201,162,39,0.24) 85%, transparent 100%);
  border-radius: 28px 28px 0 0;
  box-shadow: 0 2px 10px rgba(201,162,39,0.12);
}

/* tags */
.bc-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.bc-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(0,0,0,0.03);
  border: 1px solid rgba(0,0,0,0.10);
  color: rgba(45,60,85,0.70);
  font-size: 10px; font-weight: 700;
  padding: 6px 14px;
  border-radius: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.28s ease;
}
.bc-tag:hover {
  background: rgba(201,162,39,0.10);
  border-color: rgba(201,162,39,0.38);
  color: #7a5c09;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(201,162,39,0.12);
}
.bc-tag.bc-tag-gold {
  background: rgba(201,162,39,0.09);
  border-color: rgba(201,162,39,0.28);
  color: #7a5c09;
}
.bc-tag.bc-tag-gold:hover {
  background: rgba(201,162,39,0.18);
  box-shadow: 0 4px 16px rgba(201,162,39,0.18);
}
.bc-tag i {
  font-size: 10px;
  width: 16px; height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(201,162,39,0.16);
  border-radius: 50%;
}

/* title — solid, warm gold, at rest */
.bc-title {
  font-size: 38px !important;
  font-weight: 800 !important;
  line-height: 1.20 !important;
  letter-spacing: -0.3px !important;
  margin: 0 0 24px !important;
  color: #8b6610 !important;
}

/* divider */
.bc-divider { display: flex; align-items: center; gap: 10px; margin-bottom: 28px; max-width: 260px; }
.bc-div-line     { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(201,162,39,0.45), transparent); }
.bc-div-line-r   { background: linear-gradient(90deg, transparent, rgba(201,162,39,0.45)); }
.bc-div-diamond  { width: 7px; height: 7px; background: #c9a227; transform: rotate(45deg); flex-shrink: 0; box-shadow: 0 0 8px rgba(201,162,39,0.45); }

/* description */
.bc-desc {
  font-size: 15.5px !important;
  line-height: 1.9 !important;
  color: rgba(35,48,72,0.72) !important;
  margin-bottom: 32px !important;
  padding: 16px 20px !important;
  background: rgba(201,162,39,0.04) !important;
  border-left: 2px solid rgba(201,162,39,0.36) !important;
  border-radius: 0 10px 10px 0 !important;
  position: relative;
}
.bc-desc::before { display: none !important; }

/* actions */
.bc-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.bc-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 32px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(.4,0,.2,1);
  position: relative;
  overflow: hidden;
}
.bc-btn-primary {
  background: linear-gradient(135deg, #f0d882 0%, #c9a227 55%, #e8c54a 100%);
  color: #0a1320;
  box-shadow: 0 8px 22px rgba(201,162,39,0.30);
}
.bc-btn-primary:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 16px 44px rgba(201,162,39,0.46); color: #0a1320; text-decoration: none; }
.bc-btn-shine { position: absolute; top: 0; left: -65%; width: 45%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.45), transparent); transform: skewX(-18deg); transition: left 0.55s ease; pointer-events: none; }
.bc-btn-primary:hover .bc-btn-shine { left: 130%; }
.bc-btn-primary .fa { width: 22px; height: 22px; background: rgba(0,0,0,0.12); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; }

.bc-btn-outline {
  background: rgba(201,162,39,0.07);
  color: rgba(90,66,10,0.88);
  border: 1.5px solid rgba(201,162,39,0.28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.80);
}
.bc-btn-outline .fa { width: 22px; height: 22px; background: rgba(201,162,39,0.16); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; transition: background 0.28s ease; }
.bc-btn-outline:hover { background: rgba(201,162,39,0.14); border-color: rgba(201,162,39,0.46); color: #6b4e0e; text-decoration: none; transform: translateY(-3px); box-shadow: 0 12px 34px rgba(201,162,39,0.16); }
.bc-btn-outline:hover .fa { background: rgba(201,162,39,0.26); }

@media (max-width: 1100px) {
  .bc-showcase { gap: 44px; }
  .bc-book-stage { width: 300px; height: 360px; }
  .bc-book-ring-1 { width: 264px; height: 264px; margin-top:-132px; margin-left:-132px; }
  .bc-title { font-size: 32px !important; }
  .bc-info-card { padding: 40px 32px; }
}
@media (max-width: 991px) {
  .bc-showcase { flex-direction: column; gap: 48px; }
  .bc-book-col { order: -1; }
  .bc-book-stage { width: 280px; height: 340px; }
  .bc-orb-1, .bc-orb-2 { display: none; }
  .bc-section-top { margin-bottom: 44px; }
  .bc-title { font-size: 30px !important; }
}
@media (max-width: 767px) {
  .book-cover { padding: 64px 0 84px !important; }
  .bc-section-top { margin-bottom: 32px; }
  .bc-badge { font-size: 10px; padding: 8px 18px; letter-spacing: 2px; }
  .bc-book-stage { width: 240px; height: 300px; }
  .bc-book-ring-1 { width: 224px; height: 224px; margin-top:-112px; margin-left:-112px; }
  .bc-info-card { padding: 32px 22px; }
  .bc-title { font-size: 26px !important; }
  .bc-actions { flex-direction: column; }
  .bc-btn { justify-content: center; }
}


/* ╔════════════════════════════════════════╗
   ║   BOOK-COVER — "TICKET" REDESIGN      ║
   ║   (index.html only — a fresh, light   ║
   ║   voucher/ticket layout, distinct     ║
   ║   from the floating 3D-book version   ║
   ║   still used on the other pages)      ║
   ╚════════════════════════════════════════╝ */

.bc-ticket {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  max-width: 980px;
  margin: 0 auto;
  background: linear-gradient(155deg, #ffffff 0%, #fdf7e6 100%);
  border-radius: 30px;
  overflow: hidden;
  box-shadow:
    0 2px 4px rgba(120,90,20,0.04),
    0 10px 26px rgba(120,90,20,0.06),
    0 34px 76px rgba(120,90,20,0.10),
    0 0 0 1px rgba(201,162,39,0.16);
}

/* ── left stub: the cover ── */
.bc-ticket-cover {
  position: relative;
  flex: 0 0 296px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 44px 30px;
  background:
    radial-gradient(ellipse at 50% 26%, rgba(237,210,121,0.20) 0%, transparent 62%),
    linear-gradient(165deg, rgba(201,162,39,0.05), transparent 55%);
}
.bc-ticket-cover-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 210px;
  aspect-ratio: 3 / 5;
  border-radius: 12px;
  overflow: hidden;
  transform: rotate(-5deg);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow:
    0 26px 46px rgba(20,15,5,0.28),
    0 4px 10px rgba(20,15,5,0.10);
  transition: transform 0.5s cubic-bezier(.4,0,.2,1), box-shadow 0.5s ease;
}
.bc-ticket:hover .bc-ticket-cover-frame {
  transform: rotate(0deg) scale(1.035);
  box-shadow:
    0 34px 60px rgba(20,15,5,0.32),
    0 6px 14px rgba(20,15,5,0.12);
}
.bc-ticket-cover-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bc-ticket-stamp {
  position: absolute;
  top: 22px; left: 14px;
  z-index: 2;
  width: 66px; height: 66px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f5e6a3, #c9a227);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #3a2a05;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.4px;
  line-height: 1.25;
  transform: rotate(-14deg);
  box-shadow:
    0 10px 24px rgba(201,162,39,0.45),
    0 0 0 4px #fffdf6,
    0 0 0 5px rgba(201,162,39,0.30);
}

/* ── perforated divider ── */
.bc-ticket-divider {
  position: relative;
  flex: 0 0 1px;
  margin: 26px 0;
  background-image: linear-gradient(to bottom, rgba(201,162,39,0.45) 0 8px, transparent 8px 16px);
  background-size: 1px 16px;
  background-repeat: repeat-y;
}
.bc-ticket-notch {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 30px; height: 30px;
  border-radius: 50%;
  background: #fdf7e9;
  box-shadow: inset 0 0 0 1px rgba(201,162,39,0.16);
}
.bc-ticket-notch-top { top: -15px; }
.bc-ticket-notch-bottom { bottom: -15px; }

/* ── right stub: the content ── */
.bc-ticket-content {
  flex: 1 1 0;
  min-width: 0;
  padding: 46px 54px 46px 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bc-ticket-content .bc-desc { margin-bottom: 28px !important; }
.bc-ticket-content .bc-actions { margin: 0; }

@media (max-width: 1100px) {
  .bc-ticket-cover { flex-basis: 260px; padding: 36px 26px; }
  .bc-ticket-content { padding: 40px 40px 40px 36px; }
}
@media (max-width: 991px) {
  .bc-ticket { flex-direction: column; max-width: 520px; }
  .bc-ticket-cover { flex-basis: auto; padding: 44px 30px 20px; }
  .bc-ticket-cover-frame { max-width: 190px; }
  .bc-ticket-divider {
    flex-basis: 1px;
    width: auto;
    margin: 0 40px;
    background-image: linear-gradient(to right, rgba(201,162,39,0.45) 0 8px, transparent 8px 16px);
    background-size: 16px 1px;
    background-repeat: repeat-x;
  }
  .bc-ticket-notch-top { top: 50%; left: -15px; transform: translateY(-50%); }
  .bc-ticket-notch-bottom { bottom: auto; top: 50%; left: auto; right: -15px; transform: translateY(-50%); }
  .bc-ticket-content { padding: 28px 36px 40px; text-align: center; align-items: center; }
  .bc-ticket-content .bc-tags,
  .bc-ticket-content .bc-divider,
  .bc-ticket-content .bc-actions { justify-content: center; }
}
@media (max-width: 480px) {
  .bc-ticket-content { padding: 24px 24px 36px; }
  .bc-ticket-stamp { width: 58px; height: 58px; font-size: 9.5px; top: 16px; left: 10px; }
}


/* ╔════════════════════════════════════════╗
   ║   THE-VIDEOS — LIGHT MODE             ║
   ╚════════════════════════════════════════╝ */

.the-videos {
  background: linear-gradient(170deg, #fdf9f2 0%, #f8f2e4 38%, #f2ebd8 65%, #fdf9f2 100%) !important;
  padding: 90px 0 110px !important;
  position: relative;
  overflow: hidden;
}

/* top gold hairline + warm bloom stacked on one pseudo */
.the-videos::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 100%;
  background:
    linear-gradient(90deg, transparent 0%, rgba(201,162,39,0.22) 25%, rgba(201,162,39,0.50) 50%, rgba(201,162,39,0.22) 75%, transparent 100%) top / 100% 1px no-repeat,
    radial-gradient(ellipse 920px 560px at 50% 0%, rgba(237,210,121,0.20) 0%, rgba(250,230,150,0.08) 45%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.vid-bg-orb { display: none !important; }
.the-videos .container { position: relative; z-index: 2; }

/* ── BADGE ── */
.vid-section-badge { text-align: center; margin-bottom: 18px; }
.vid-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(201,162,39,0.10);
  border: 1px solid rgba(201,162,39,0.30);
  border-radius: 100px;
  padding: 8px 22px;
  color: #7a5c09;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  box-shadow: 0 4px 16px rgba(201,162,39,0.10), inset 0 1px 0 rgba(255,255,255,0.80);
}
.vid-badge-dot {
  width: 7px; height: 7px;
  background: #c9a227;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(201,162,39,0.62);
  animation: vid-dot-pulse 2.2s ease-in-out infinite;
}
@keyframes vid-dot-pulse {
  0%, 100% { transform: scale(1);   box-shadow: 0 0 8px rgba(201,162,39,0.58); }
  50%       { transform: scale(1.4); box-shadow: 0 0 18px rgba(201,162,39,0.85); }
}

/* ── HEADING ── */
.the-videos .heading {
  font-size: 52px !important;
  font-weight: 800 !important;
  background: linear-gradient(135deg, #6b4e0e 0%, #c9a227 28%, #8b6610 52%, #d4ac35 74%, #6b4e0e 100%) !important;
  background-size: 280% 280% !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  text-shadow: none !important;
  margin-bottom: 60px !important;
  padding-bottom: 22px !important;
  position: relative;
  animation: vid-title-shift 10s ease-in-out infinite !important;
}
@keyframes vid-title-shift {
  0%   { background-position: 0%   40%; }
  50%  { background-position: 100% 60%; }
  100% { background-position: 0%   40%; }
}
.the-videos .heading::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 56px !important;
  height: 3px !important;
  background: linear-gradient(90deg, transparent, #c9a227, transparent) !important;
  border-radius: 2px !important;
  box-shadow: 0 0 14px rgba(201,162,39,0.42) !important;
  animation: none !important;
}

.vid-subtitle { display: none !important; }

/* ── GRID ── */
.the-videos .row {
  display: flex !important;
  flex-wrap: wrap !important;
  margin: 0 -8px !important;
  counter-reset: unset;
}
.the-videos .row > [class*="col-"] {
  padding: 8px !important;
  counter-increment: unset;
}

/* ── CARD LINK ── */
.the-videos a.text-dec {
  display: block !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  text-decoration: none !important;
  position: relative;
  margin-bottom: 0 !important;
}

/* ── IMAGE WRAPPER ── */
.the-videos .image {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  border: 1px solid rgba(0,0,0,0.07) !important;
  box-shadow:
    0 2px 4px  rgba(0,0,0,0.04),
    0 6px 18px rgba(0,0,0,0.08),
    0 16px 40px rgba(0,0,0,0.05) !important;
  transition: all 0.40s cubic-bezier(0.4, 0, 0.2, 1) !important;
  background: #ddd4c4;
  aspect-ratio: 9 / 16;
  margin-bottom: 0 !important;
  width: 100%;
}

/* Thumbnail */
.the-videos .image .main-img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1) !important;
  border-radius: 0 !important;
}
.the-videos .image:hover .main-img {
  transform: scale(1.07) !important;
}

/* Dark scrim over thumbnail — keeps play button readable */
.the-videos .image::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.65) 0%,
    rgba(0,0,0,0.10) 45%,
    transparent 70%
  ) !important;
  opacity: 1 !important;
  z-index: 2 !important;
  transition: background 0.35s ease !important;
}
.the-videos .image:hover::before {
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.78) 0%,
    rgba(0,0,0,0.28) 55%,
    rgba(0,0,0,0.05) 80%,
    transparent 100%
  ) !important;
}

.the-videos .image::after  { display: none !important; }
.the-videos .image .layer  { display: none !important; }

/* ── PLAY BUTTON ── */
.the-videos .image .card-content {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scale(0.80) !important;
  opacity: 0 !important;
  z-index: 6 !important;
  inset: unset;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.the-videos .image:hover .card-content {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

.the-videos .image .card-content .icon {
  display: flex !important;
  width: 62px !important;
  height: 62px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.20) !important;
  border: 2px solid rgba(255,255,255,0.72) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 6px 30px rgba(0,0,0,0.40), 0 0 0 7px rgba(255,255,255,0.08) !important;
  position: relative !important;
  padding: 0 !important;
  transition: background 0.30s ease, border-color 0.30s ease, box-shadow 0.30s ease, transform 0.30s ease !important;
}
.the-videos .image:hover .card-content .icon {
  background: rgba(237,210,121,0.94) !important;
  border-color: rgba(237,210,121,0.92) !important;
  box-shadow: 0 8px 40px rgba(201,162,39,0.60), 0 0 0 7px rgba(201,162,39,0.14) !important;
  transform: scale(1.06) !important;
}

.the-videos .image .card-content .icon::before { display: none !important; }
.the-videos .image .card-content .icon::after {
  content: '' !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
  border-width: 9px 0 9px 15px !important;
  border-color: transparent transparent transparent rgba(255,255,255,0.95) !important;
  margin-left: 4px !important;
  transition: border-color 0.30s ease !important;
}
.the-videos .image:hover .card-content .icon::after {
  border-color: transparent transparent transparent rgba(10,20,40,0.88) !important;
}

.the-videos .image .card-content .icon img { display: none !important; }

/* ── CARD HOVER — LIFT + GOLD RING ── */
.the-videos .image:hover {
  transform: translateY(-10px) !important;
  border-color: rgba(201,162,39,0.42) !important;
  box-shadow:
    0 20px 52px rgba(0,0,0,0.12),
    0 0 0 1.5px rgba(201,162,39,0.38),
    0 0 28px rgba(201,162,39,0.10) !important;
}

.the-videos .title { display: none !important; }

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
  .the-videos .heading { font-size: 40px !important; margin-bottom: 44px !important; }
  .the-videos .row { margin: 0 -6px !important; }
  .the-videos .row > [class*="col-"] { padding: 6px !important; }
}
@media (max-width: 767px) {
  .the-videos { padding: 70px 0 80px !important; }
  .the-videos .heading { font-size: 32px !important; margin-bottom: 36px !important; }
  .the-videos .row { margin: 0 -5px !important; }
  .the-videos .row > [class*="col-"] { padding: 5px !important; }
  .the-videos .image .card-content .icon { width: 50px !important; height: 50px !important; }
  .the-videos .image .card-content .icon::after { border-width: 7px 0 7px 12px !important; }
}


/* ╔════════════════════════════════════════╗
   ║   THE-AUDIOS — LIGHT MODE              ║
   ╚════════════════════════════════════════╝ */

.the-audios {
  background: linear-gradient(170deg, #fdf9f2 0%, #f8f2e4 38%, #f2ebd8 65%, #fdf9f2 100%);
  padding: 90px 0 120px;
  position: relative;
  overflow: hidden;
}
.the-audios::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 100%;
  background:
    linear-gradient(90deg, transparent 0%, rgba(201,162,39,0.22) 25%, rgba(201,162,39,0.50) 50%, rgba(201,162,39,0.22) 75%, transparent 100%) top / 100% 1px no-repeat,
    radial-gradient(ellipse 920px 560px at 50% 0%, rgba(237,210,121,0.20) 0%, rgba(250,230,150,0.08) 45%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.the-audios::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 70%; max-width: 900px;
  height: 260px;
  background: radial-gradient(ellipse at 50% 100%, rgba(201,162,39,0.10) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.the-audios .container { position: relative; z-index: 2; }

/* ── BADGE ── */
.aud-section-badge { text-align: center; margin-bottom: 18px; }
.aud-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(201,162,39,0.10);
  border: 1px solid rgba(201,162,39,0.30);
  border-radius: 100px;
  padding: 8px 22px;
  color: #7a5c09;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  box-shadow: 0 4px 16px rgba(201,162,39,0.10), inset 0 1px 0 rgba(255,255,255,0.80);
}
.aud-badge-dot {
  width: 7px; height: 7px;
  background: #c9a227;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(201,162,39,0.62);
  animation: vid-dot-pulse 2.2s ease-in-out infinite;
}

/* ── HEADING ── */
.the-audios .aud-heading.heading {
  font-size: 52px;
  font-weight: 800;
  background: linear-gradient(135deg, #6b4e0e 0%, #c9a227 28%, #8b6610 52%, #d4ac35 74%, #6b4e0e 100%);
  background-size: 280% 280%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: none;
  margin: 0 0 60px;
  padding-bottom: 22px;
  position: relative;
  display: block;
  animation: vid-title-shift 10s ease-in-out infinite;
}
.the-audios .aud-heading.heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #c9a227, transparent);
  border-radius: 2px;
  box-shadow: 0 0 14px rgba(201,162,39,0.42);
}

.card:hover { 
    box-shadow: none !important;
}

/* ── GRID ── */
.aud-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}

/* ── CARD ── */
.aud-card {
  position: relative;
  padding: 26px 28px 24px;
  border-radius: 22px;
  border: 1px solid transparent;
  background:
    linear-gradient(155deg, rgba(255,255,255,0.94), rgba(253,247,228,0.85)) padding-box,
    linear-gradient(155deg, rgba(201,162,39,0.28), rgba(201,162,39,0.06) 40%, rgba(201,162,39,0.16)) border-box;
  box-shadow:
    0 2px 4px rgba(120,90,20,0.04),
    0 12px 30px rgba(120,90,20,0.07);
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.45s ease;
}
/* diagonal shine sweep on hover */
.aud-card::before {
  content: '';
  position: absolute;
  top: -60%; left: -30%;
  width: 45%; height: 220%;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.55) 48%, transparent 66%);
  transform: translateX(-160%) rotate(8deg);
  transition: transform 0.9s ease;
  pointer-events: none;
  z-index: 1;
}
.aud-card:hover::before { transform: translateX(320%) rotate(8deg); }
.aud-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 20px 46px rgba(120,90,20,0.14),
    0 0 0 1px rgba(201,162,39,0.32),
    0 0 30px rgba(201,162,39,0.12);
}
.aud-card.is-playing {
  background:
    linear-gradient(155deg, rgba(255,255,255,0.97), rgba(252,240,203,0.92)) padding-box,
    linear-gradient(155deg, #edd279, #c9a227 55%, #edd279) border-box;
  box-shadow:
    0 20px 46px rgba(120,90,20,0.16),
    0 0 0 1px rgba(201,162,39,0.5),
    0 0 34px rgba(201,162,39,0.22);
}

/* Decorative giant index numeral */
.aud-index {
  position: absolute;
  top: 6px;
  right: 18px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(160deg, #c9a2274d, #8b66104f);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  opacity: 0.14;
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.aud-card:hover .aud-index { opacity: 0.24; transform: translateY(-2px); }
.aud-card.is-playing .aud-index { opacity: 0.32; }

/* ── TOP ROW (button + title/wave) ── */
.aud-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}

/* ── PLAY BUTTON ── */
.aud-play-btn {
  position: relative;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, #f5e6a3, #edd279);
  box-shadow: 0 6px 20px rgba(201,162,39,0.38), inset 0 1px 0 rgba(255,255,255,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease, background 0.3s ease;
}
.aud-play-btn::after {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1.5px solid rgba(201,162,39,0.55);
  opacity: 0;
  transform: scale(0.85);
  pointer-events: none;
}
.aud-card.is-playing .aud-play-btn::after {
  animation: aud-pulse-ring 1.8s ease-out infinite;
}
@keyframes aud-pulse-ring {
  0%   { opacity: 0.65; transform: scale(0.85); }
  80%  { opacity: 0; transform: scale(1.35); }
  100% { opacity: 0; transform: scale(1.35); }
}
.aud-play-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 28px rgba(201,162,39,0.52);
}
.aud-card.is-playing .aud-play-btn {
  background: linear-gradient(135deg, #d4ac35, #c9a227);
}

.aud-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  pointer-events: none;
}
.aud-ring-bg {
  fill: none;
  stroke: rgba(201,162,39,0.18);
  stroke-width: 2;
}
.aud-ring-progress {
  fill: none;
  stroke: #7a5c09;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 125.6;
  stroke-dashoffset: 125.6;
  transition: stroke-dashoffset 0.15s linear;
}

.aud-icon-play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #1a1a2e;
  margin-left: 4px;
  transition: opacity 0.2s ease;
}
.aud-icon-pause {
  display: none;
  gap: 4px;
  align-items: center;
}
.aud-icon-pause i {
  display: block;
  width: 4px;
  height: 17px;
  background: #1a1a2e;
  border-radius: 1px;
  font-style: normal;
}
.aud-card.is-playing .aud-icon-play { display: none; }
.aud-card.is-playing .aud-icon-pause { display: flex; }

/* ── INFO (title + waveform) ── */
.aud-info { flex: 1; min-width: 0; }
.aud-title {
  color: #1a1a2e;
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 10px;
  line-height: 1.3;
  transition: color 0.3s ease;
}
.aud-card.is-playing .aud-title { color: #7a5c09; }

/* Waveform */
.aud-wave {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 20px;
}
.aud-wave span {
  flex: 1;
  max-width: 3px;
  background: rgba(201,162,39,0.32);
  border-radius: 2px;
  height: 30%;
  transition: background 0.3s ease;
}
.aud-wave span:nth-child(1) { height: 35%; }
.aud-wave span:nth-child(2) { height: 60%; }
.aud-wave span:nth-child(3) { height: 40%; }
.aud-wave span:nth-child(4) { height: 85%; }
.aud-wave span:nth-child(5) { height: 50%; }
.aud-wave span:nth-child(6) { height: 95%; }
.aud-wave span:nth-child(7) { height: 45%; }
.aud-wave span:nth-child(8) { height: 75%; }
.aud-wave span:nth-child(9) { height: 38%; }
.aud-wave span:nth-child(10) { height: 58%; }
.aud-card.is-playing .aud-wave span {
  background: #c9a227;
  animation: aud-wave-bounce 0.9s ease-in-out infinite;
}
.aud-card.is-playing .aud-wave span:nth-child(1)  { animation-delay: -0.80s; }
.aud-card.is-playing .aud-wave span:nth-child(2)  { animation-delay: -0.65s; }
.aud-card.is-playing .aud-wave span:nth-child(3)  { animation-delay: -0.90s; }
.aud-card.is-playing .aud-wave span:nth-child(4)  { animation-delay: -0.40s; }
.aud-card.is-playing .aud-wave span:nth-child(5)  { animation-delay: -0.72s; }
.aud-card.is-playing .aud-wave span:nth-child(6)  { animation-delay: -0.30s; }
.aud-card.is-playing .aud-wave span:nth-child(7)  { animation-delay: -0.55s; }
.aud-card.is-playing .aud-wave span:nth-child(8)  { animation-delay: -0.18s; }
.aud-card.is-playing .aud-wave span:nth-child(9)  { animation-delay: -0.62s; }
.aud-card.is-playing .aud-wave span:nth-child(10) { animation-delay: -0.08s; }
@keyframes aud-wave-bounce {
  0%, 100% { height: 22%; }
  50% { height: 100%; }
}

/* ── PROGRESS ROW ── */
.aud-progress-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
}
.aud-time {
  font-size: 11px;
  color: #8a7a52;
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
  width: 32px;
}
.aud-time-duration { text-align: right; }
.aud-progress-bar {
  position: relative;
  flex: 1;
  height: 6px;
  border-radius: 4px;
  background: rgba(201,162,39,0.15);
  cursor: pointer;
  overflow: visible;
}
.aud-progress-bar::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 4px;
  background: rgba(201,162,39,0.15);
  z-index: 0;
}
.aud-progress-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0%;
  border-radius: 4px;
  background: linear-gradient(90deg, #d4ac35, #c9a227);
  transition: width 0.15s linear;
  z-index: 1;
  box-shadow: 0 0 0 rgba(201,162,39,0);
}
.aud-card.is-playing .aud-progress-fill {
  box-shadow: 0 0 10px rgba(201,162,39,0.55);
}
.aud-progress-thumb {
  position: absolute;
  top: 50%;
  right: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #c9a227;
  transform: translate(50%, -50%) scale(0);
  transition: transform 0.2s ease;
  box-shadow: 0 2px 6px rgba(120,90,20,0.35);
}
.aud-progress-bar:hover .aud-progress-thumb,
.aud-card.is-playing .aud-progress-thumb {
  transform: translate(50%, -50%) scale(1);
}

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
  .the-audios .aud-heading.heading { font-size: 40px; margin-bottom: 48px; }
  .aud-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
}
@media (max-width: 767px) {
  .the-audios { padding: 70px 0 80px; }
  .the-audios .aud-heading.heading { font-size: 32px; margin-bottom: 40px; }
  .aud-grid { grid-template-columns: 1fr; gap: 18px; }
  .aud-card { padding: 20px 20px 20px; }
  .aud-top { gap: 14px; margin-bottom: 16px; }
  .aud-play-btn { width: 54px; height: 54px; }
  .aud-index { font-size: 44px; top: 4px; right: 14px; }
}


/* ── SCROLL TO TOP ── */
.scroll-to-top {
  position: fixed; bottom: 32px; right: 32px;
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, #edd279, #c9a227);
  border: none; cursor: pointer; z-index: 9999;
  box-shadow: 0 4px 20px rgba(201,162,39,0.45);
  opacity: 0; visibility: hidden; transform: translateY(16px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, box-shadow 0.3s ease;
  display: flex; align-items: center; justify-content: center;
}
.scroll-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-to-top:hover { box-shadow: 0 8px 30px rgba(201,162,39,0.65); transform: translateY(-3px); }
.scroll-to-top::after { content: ''; display: block; width: 11px; height: 11px; border-top: 2.5px solid #1a1a2e; border-right: 2.5px solid #1a1a2e; transform: rotate(-45deg) translate(-1px, 2px); }

/* ── AYAT ── */
.ayat .owl-carousel .item img { cursor: zoom-in; }
.lg-outer.lg-visible ~ * .share-btn,
.lg-outer.lg-visible ~ * .whats-btn,
body:has(.lg-outer.lg-visible) .share-btn,
body:has(.lg-outer.lg-visible) .whats-btn { display: none !important; }

/* modal images */
.modal-img { width: 300px; height: auto; border-radius: 8px; margin-bottom: 8px; margin-inline-end: auto; margin-inline-start: 0; display: flex; }


/* ╔════════════════════════════════════════╗
   ║   CARDS SECTION — MODERN REDESIGN     ║
   ╚════════════════════════════════════════╝ */

.cards-download {
  background: linear-gradient(160deg, #060f1c 0%, #0a1525 50%, #060f1c 100%);
  padding: 90px 0 110px;
  position: relative;
  overflow: hidden;
}

/* Top atmosphere glow */
.cards-download::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 900px; height: 500px;
  background: radial-gradient(ellipse at 50% 0%,
    rgba(237,210,121,0.07) 0%,
    rgba(99,102,241,0.04) 45%,
    transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* Floating orbs */
.cards-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  z-index: 0;
}
.cards-orb-1 {
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(237,210,121,0.09) 0%, transparent 70%);
  top: 3%; right: -12%;
  animation: cards-orb-1 24s ease-in-out infinite;
}
.cards-orb-2 {
  width: 440px; height: 440px;
  background: radial-gradient(circle, rgba(99,102,241,0.08) 0%, transparent 70%);
  bottom: 6%; left: -10%;
  animation: cards-orb-2 28s ease-in-out infinite;
}
@keyframes cards-orb-1 {
  0%, 100% { transform: translate(0, 0); }
  50%       { transform: translate(-28px, 38px); }
}
@keyframes cards-orb-2 {
  0%, 100% { transform: translate(0, 0); }
  50%       { transform: translate(34px, -28px); }
}

.cards-download .container { position: relative; z-index: 2; }

/* ── Section top ── */
.cards-section-top {
  text-align: center;
  margin-bottom: 60px;
}

/* Badge */
.cards-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(237,210,121,0.07);
  border: 1px solid rgba(237,210,121,0.28);
  border-radius: 100px;
  padding: 8px 22px;
  color: #edd279;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-bottom: 20px;
}
.cards-badge-dot {
  width: 7px; height: 7px;
  background: #edd279;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(237,210,121,0.75);
  animation: vid-dot-pulse 2.2s ease-in-out infinite;
}

/* Heading */
.cards-download .heading {
  font-size: 52px !important;
  font-weight: 800 !important;
  background: linear-gradient(135deg, #ffffff 0%, #f5e8b0 45%, #edd279 70%, #ffffff 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin-bottom: 0 !important;
  padding-bottom: 22px !important;
  text-shadow: none !important;
  position: relative;
}
.cards-download .heading::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 56px; height: 3px;
  background: linear-gradient(90deg, transparent, #edd279, transparent);
  border-radius: 2px;
  box-shadow: 0 0 14px rgba(237,210,121,0.55);
}
.cards-download .section-title { margin-bottom: 0; }

/* ── Grid ── */
.cards-download .cards-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.cards-download .cards-grid .card-col {
  width: 33.3333%;
  padding: 10px;
  box-sizing: border-box;
}

/* ── Card wrapper ── */
.cards-download a.card-img {
  display: block;
  border-radius: 20px;
  overflow: visible !important;
  position: relative !important;
  isolation: isolate;
  text-decoration: none !important;
  margin-bottom: 0;
}

/* ── Image container ── */
.cards-download a.card-img .image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 8px 32px rgba(0,0,0,0.55);
  transition: all 0.42s cubic-bezier(0.4, 0, 0.2, 1);
  background: #07111e;
  margin-bottom: 0 !important;
}

/* Image zoom */
.cards-download a.card-img .image img {
  width: 100%;
  display: block;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.cards-download a.card-img:hover .image img {
  transform: scale(1.07) !important;
}

/* Gradient overlay */
.cards-download a.card-img .image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.68) 0%,
    rgba(0,0,0,0.18) 45%,
    transparent 70%
  );
  z-index: 2;
  transition: background 0.35s ease;
}
.cards-download a.card-img:hover .image::before {
  background: linear-gradient(
    to top,
    rgba(6,15,28,0.88) 0%,
    rgba(6,15,28,0.48) 55%,
    rgba(6,15,28,0.12) 80%,
    transparent 100%
  );
}

/* ── Eye button overlay ── */
.cards-download a.card-img .card-content {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scale(0.82) !important;
  z-index: 88 !important;
  opacity: 0 !important;
  transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1), transform 0.36s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: none !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cards-download a.card-img:hover .card-content {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

.cards-download a.card-img .card-content span {
  width: 62px !important;
  height: 62px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.18) !important;
  border: 2px solid rgba(255,255,255,0.70) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 6px 28px rgba(0,0,0,0.50), 0 0 0 6px rgba(255,255,255,0.08) !important;
  transition: background 0.30s ease, border-color 0.30s ease, box-shadow 0.30s ease !important;
  flex-shrink: 0 !important;
}
.cards-download a.card-img:hover .card-content span {
  background: rgba(237,210,121,0.92) !important;
  border-color: rgba(237,210,121,0.90) !important;
  box-shadow: 0 6px 36px rgba(237,210,121,0.55), 0 0 0 6px rgba(237,210,121,0.14) !important;
}

/* CSS-only eye icon via ::after */
.cards-download a.card-img .card-content span::before,
.cards-download a.card-img .card-content span::after {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  pointer-events: none !important;
}
/* Outer eye oval */
.cards-download a.card-img .card-content span::before {
  width: 22px !important;
  height: 14px !important;
  border: 2px solid rgba(255,255,255,0.92) !important;
  border-radius: 50% !important;
  background: none !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  transition: border-color 0.30s ease !important;
}
/* Pupil dot */
.cards-download a.card-img .card-content span::after {
  width: 7px !important;
  height: 7px !important;
  background: rgba(255,255,255,0.92) !important;
  border-radius: 50% !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  transition: background 0.30s ease !important;
}
.cards-download a.card-img:hover .card-content span::before {
  border-color: rgba(10,20,40,0.85) !important;
}
.cards-download a.card-img:hover .card-content span::after {
  background: rgba(10,20,40,0.85) !important;
}

/* Hide SVG img — using CSS icon instead */
.cards-download a.card-img .card-content span img {
  display: none !important;
}

/* ── Hover lift + gold border ── */
.cards-download a.card-img:hover .image {
  transform: translateY(-8px);
  border-color: rgba(237,210,121,0.36);
  box-shadow:
    0 26px 62px rgba(0,0,0,0.68),
    0 0 0 1px rgba(237,210,121,0.30),
    0 0 38px rgba(237,210,121,0.08);
}

/* Gold shimmer line at bottom on hover */
.cards-download a.card-img .image::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(237,210,121,0.70), transparent);
  z-index: 3;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.cards-download a.card-img:hover .image::after {
  opacity: 1;
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .cards-download .heading { font-size: 40px !important; }
  .cards-section-top { margin-bottom: 44px; }
  .cards-download .cards-grid .card-col { width: 33.3333%; }
}
@media (max-width: 767px) {
  .cards-download { padding: 70px 0 80px; }
  .cards-download .heading { font-size: 32px !important; }
  .cards-section-top { margin-bottom: 32px; }
  .cards-badge { font-size: 10px; padding: 8px 18px; letter-spacing: 2px; }
  .cards-download .cards-grid .card-col { width: 50%; padding: 7px; }
  .cards-download .cards-grid { margin: 0 -7px; }
}

/* =================================================
   VIEW MODAL — IMAGE LEFT · CONTENT RIGHT
   ================================================= */

.view-modal .modal-dialog {
  max-width: 75%;
}

/* ── Grid container ── */
.view-modal .modal-dialog .modal-content {
  display: grid !important;
  grid-template-columns: 400px 1fr;
  padding: 0 !important;
  text-align: left !important;
  border-radius: 22px !important;
  overflow: hidden;
  background: #fffef8 !important;
  min-height: 500px;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.38) !important;
  border: none !important;
}

/* ── Left column: image link fills full height ── */
.view-modal .modal-dialog .modal-content .modal-img-link {
  grid-column: 1;
  grid-row: 1 / 99;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  text-decoration: none;
  background: #12111e;
}

.view-modal .modal-dialog .modal-content .modal-img-wrap {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.view-modal .modal-dialog .modal-content .modal-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  border-radius: 0 !important;
  margin: 0 !important;
  transition: transform 0.45s ease;
}

/* Zoom overlay on hover */
.view-modal .modal-dialog .modal-content .modal-img-zoom {
  position: absolute;
  inset: 0;
  background: rgba(10, 8, 30, 0.48);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.view-modal .modal-dialog .modal-content .modal-img-zoom i {
  color: #fff;
  font-size: 36px;
  transform: scale(0.7);
  transition: transform 0.3s ease;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.5));
}

.view-modal .modal-dialog .modal-content .modal-img-link:hover .modal-img {
  transform: scale(1.06);
}

.view-modal .modal-dialog .modal-content .modal-img-link:hover .modal-img-zoom {
  opacity: 1;
}

.view-modal .modal-dialog .modal-content .modal-img-link:hover .modal-img-zoom i {
  transform: scale(1);
}

/* ── Right column: all direct children except the image link ── */
.view-modal .modal-dialog .modal-content > :not(.modal-img-link) {
  grid-column: 2;
  border-left: 3px solid #edd279;
}

.view-modal .modal-dialog .modal-content > :not(.modal-img-link):last-child {
  padding-bottom: 28px;
}

/* ── h4 — Quranic quote ── */
.view-modal .modal-dialog .modal-content h4 {
  padding: 36px 28px 10px 28px !important;
  margin: 0 !important;
  font-size: 16.5px !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
  text-align: start !important;
  line-height: 1.7 !important;
  align-self: start;
  position: relative;
}

.view-modal .modal-dialog .modal-content h4::before {
  content: '\201C';
  position: absolute;
  top: 8px;
  left: 16px;
  font-size: 54px;
  line-height: 1;
  color: #edd279;
  opacity: 0.4;
  font-family: Georgia, serif;
  pointer-events: none;
}

.view-modal .modal-dialog .modal-content h4 span {
  display: inline-block;
  margin-top: 10px;
  font-size: 12.5px !important;
  font-weight: 600;
  color: #9a6e10;
  background: rgba(237, 210, 121, 0.22);
  padding: 3px 12px;
  border-radius: 20px;
  letter-spacing: 0.3px;
}

/* ── p — reflection text ── */
.view-modal .modal-dialog .modal-content p {
  padding: 14px 28px 10px 28px !important;
  margin: 0 !important;
  font-size: 14.5px !important;
  line-height: 1.78 !important;
  color: #555 !important;
  text-align: left !important;
  align-self: start;
}

/* ── ul — hashtag pills ── */
.view-modal .modal-dialog .modal-content ul {
  padding: 12px 28px 10px 28px !important;
  margin: 0 !important;
  align-self: start;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none !important; 
}

.view-modal .modal-dialog .modal-content ul li {
  font-size: 12.5px !important;
  color: #9a6e10 !important;
  background: rgba(237, 210, 121, 0.18);
  border: 1px solid rgba(237, 210, 121, 0.5);
  padding: 3px 12px;
  border-radius: 20px;
  line-height: 1.6 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
}

/* ── .modal-actions: buttons side by side ── */
.view-modal .modal-dialog .modal-content .modal-actions {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 18px 28px 0 28px;
  align-self: end;
  flex-wrap: wrap; 
}

.view-modal .modal-dialog .modal-content .modal-actions .btn {
  margin: 0 !important;
  padding: 11px 26px !important;
  min-width: 140px !important;
  font-size: 14.5px !important;
  border-radius: 30px !important;
  font-weight: 600 !important;
  flex-shrink: 0;
}

/* ── Responsive: stack on mobile ── */
@media (max-width: 767px) {
  .view-modal .modal-dialog {
    margin: 8px;
    max-width: 100%;
  }

  .view-modal .modal-dialog .modal-content {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    border-radius: 16px !important;
  }

  .view-modal .modal-dialog .modal-content .modal-img-link {
    grid-column: 1 !important;
    grid-row: 1 !important;
    height: 280px;
  }

  .view-modal .modal-dialog .modal-content .modal-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }

  .view-modal .modal-dialog .modal-content > :not(.modal-img-link) {
    grid-column: 1 !important;
    border-left: none !important; 
  }

  .view-modal .modal-dialog .modal-content h4::before { display: none; }

  .view-modal .modal-dialog .modal-content .modal-actions {
    padding: 14px 20px 0 20px;
  }
}
