html {
  scroll-behavior: smooth;
  scroll-padding-top: 85px;
}

.whatsapp-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-info {
  background: #ab193e;
  color: #ffffff;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 20px;
  margin-left: 8px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}

.price-note {
  display: inline-block;
  font-size: 12px;
  color: #999;
  margin-left: 5px;
}

.inclusions-badge-wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(171, 25, 62, 0.1);
  border: 1px dashed #ab193e;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  color: #800e28;
  font-weight: 600;
  margin-top: 6px;
}

.nav-box .main-menu .navigation > li > a {
  transition: color 0.3s;
}

/* ==========================================================================
   Video Hero Section - Light Black Opacity Overlay & Bright Text Styling
   ========================================================================== */

.video-hero-section .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.48);
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.48) 50%,
    rgba(0, 0, 0, 0.38) 100%
  );
  z-index: 2;
  pointer-events: none;
}

.video-hero-section .content-box {
  z-index: 3;
}

.video-hero-section .content-box h2 {
  color: #ffffff !important;
  font-weight: 400;
  letter-spacing: 1px;
}

.video-hero-section .content-box p {
  color: rgba(255, 255, 255, 0.95) !important;
  font-size: 18px;
  line-height: 1.6;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  max-width: 620px;
}

/*.video-hero-section .content-box .offer-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #ffffff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  margin-top: 5px;
}

.video-hero-section .content-box .offer-text i {
  color: #ffb703;
}*/

@media (max-width: 767px) {
  .video-hero-section .content-box .offer-text {
    font-size: 12.5px;
    padding: 6px 14px;
    margin: 10px auto 0;
  }
}

/* ==========================================================================
   Instagram Reels Marquee Slider & Social Hub Section (Light Luxury Theme)
   ========================================================================== */

.ig-reels-section {
  position: relative;
  padding: 90px 0 80px;
  background: #fdfbf7;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-family: var(--font-family-jost);
}

.ig-reels-section .reels-header-row {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}

.ig-reels-section .reels-title-box {
  max-width: 650px;
}

.ig-reels-section .reels-subtitle-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-family-jost);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--second-color, #ab193e);
  margin-bottom: 12px;
}

.ig-reels-section .reels-subtitle-tag i {
  color: #e1306c;
  font-size: 15px;
}

.ig-reels-section .reels-main-heading {
  font-family: var(--font-family-Instrument), "Playfair Display", serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.15;
  color: var(--main-color, #1c1517);
  margin-bottom: 14px;
}

.ig-reels-section .reels-main-heading span {
  color: #ab193e;
  font-style: italic;
}

.ig-reels-section .reels-subtext {
  font-family: var(--font-family-jost);
  color: #666666;
  font-size: 16px;
  line-height: 1.65;
}

.ig-reels-section .reels-action-btns {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.ig-reels-section .insta-follow-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 26px;
  border-radius: 50px;
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  color: #ffffff !important;
  font-family: var(--font-family-jost);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(220, 39, 67, 0.25);
  transition: all 0.35s ease;
}

.ig-reels-section .insta-follow-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(220, 39, 67, 0.45);
  color: #ffffff;
}

.ig-reels-section .reels-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 50px;
  background: #ffffff;
  border: 1.5px solid #25d366;
  color: #128c7e !important;
  font-family: var(--font-family-jost);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.15);
  transition: all 0.3s ease;
}

.ig-reels-section .reels-wa-btn:hover {
  background: #25d366;
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);
}

/* Continuous Marquee Slider in Light Theme */
.reels-slider-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 15px 0 25px;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 2%,
    black 98%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 2%,
    black 98%,
    transparent 100%
  );
}

.reels-marquee-track {
  display: flex;
  width: max-content;
  gap: 22px;
  animation: scrollAliyaReels 45s linear infinite;
  will-change: transform;
}

/* Hover Pause */
.reels-slider-viewport:hover .reels-marquee-track {
  animation-play-state: paused !important;
}

.reels-group {
  display: flex;
  gap: 22px;
  flex-shrink: 0;
}

/* Reel Card in Light Theme: 5 reels in view on desktop */
.reel-embed-card {
  position: relative;
  width: 300px;
  height: 480px;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
  transition:
    transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 0.4s ease,
    border-color 0.4s ease;
}

.reel-embed-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: #800e28;
  box-shadow: 0 18px 38px rgba(128, 14, 40, 0.16);
}

.reel-embed-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
  background: #fdfdfd;
}

/* Full Clickable Overlay to Instagram Reel */
.reel-card-click-link {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px 14px 16px;
  text-decoration: none;
  cursor: pointer;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.15) 0%,
    transparent 22%,
    transparent 60%,
    rgba(255, 255, 255, 0.94) 85%,
    #ffffff 100%
  );
  transition: all 0.3s ease;
}

.reel-embed-card:hover .reel-card-click-link {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.08) 0%,
    transparent 20%,
    transparent 55%,
    rgba(255, 255, 255, 0.98) 82%,
    #ffffff 100%
  );
}

.reel-top-pill {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  color: #1c1517;
  font-family: var(--font-family-jost);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  opacity: 0;
  text-transform: uppercase;
}

.reel-top-pill i {
  color: #e1306c;
}

.reel-bottom-caption {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 6px;
}

.reel-bottom-caption .reel-badge-sub {
  font-family: var(--font-family-jost);
  font-size: 11px;
  color: #800e28;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.reel-bottom-caption .reel-caption-title {
  font-family: var(--font-family-jost);
  font-size: 14px;
  font-weight: 600;
  color: #1c1517;
  line-height: 1.35;
}

.reel-bottom-caption .reel-watch-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-family-jost);
  font-size: 12px;
  font-weight: 700;
  color: #ab193e;
  padding-top: 0;
  transition:
    gap 0.25s ease,
    color 0.25s ease;
}

.reel-bottom-caption .reel-watch-cta i {
  color: #e1306c;
  font-size: 12px;
  transition: transform 0.25s ease;
}

.reel-embed-card:hover .reel-watch-cta {
  color: #800e28;
  gap: 9px;
}

.reel-embed-card:hover .reel-watch-cta i {
  transform: translate(2px, -2px);
  color: #800e28;
}

/* Marquee Scroll Animation */
@keyframes scrollAliyaReels {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(calc(-50% - 11px), 0, 0);
  }
}

/* Bottom Notice in Light Theme */
.reels-interactive-hint {
  text-align: center;
  margin-top: 18px;
  font-family: var(--font-family-jost);
  font-size: 13px;
  color: #777777;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.reels-interactive-hint i {
  color: #800e28;
}

/* Responsive Breakpoints */
@media (max-width: 2000px) {
  .reel-embed-card {
    width: 320px;
    height: 460px;
  }
}
@media (max-width: 1380px) {
  .reel-embed-card {
    width: 245px;
    height: 460px;
  }
}

@media (max-width: 1199px) {
  .reel-embed-card {
    width: 230px;
    height: 440px;
  }

  .ig-reels-section .reels-main-heading {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .reel-embed-card {
    width: 215px;
    height: 420px;
  }

  .ig-reels-section {
    padding: 70px 0 60px;
  }

  .ig-reels-section .reels-header-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .ig-reels-section .reels-main-heading {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .reel-embed-card {
    width: 200px;
    height: 390px;
  }

  .ig-reels-section .reels-main-heading {
    font-size: 28px;
  }

  .ig-reels-section .reels-action-btns {
    width: 100%;
  }
}

/* ==========================================================================
   Aliya Makeup Academy – Courses Section
   ========================================================================== */

.academy-courses-section {
  position: relative;
  background: var(--body-bg, #faf7f2);
  overflow: hidden;
}

/* ── Section tagline ── */
.academy-tagline {
  font-family: var(--font-family-jost);
  font-size: 16px;
  color: var(--text-color-light, #736e69);
  margin-top: 10px;
  line-height: 1.6;
}

/* ── Cards grid ── */
.academy-cards-row {
  margin-top: 50px;
  gap: 0;
}

.academy-card-col {
  padding: 0 15px 30px;
}

/* ── Individual Card ── */
.academy-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(171, 25, 62, 0.12);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.academy-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 48px rgba(171, 25, 62, 0.14);
}

/* Featured / 30-day card — slightly warmer border */
.academy-card--featured {
  border-color: rgba(171, 25, 62, 0.35);
}

/* Popular ribbon */
.academy-popular-ribbon {
  position: absolute;
  top: 8px;
  right: -32px;
  background: white;
  color: #ab193e;
  font-family: var(--font-family-jost);
  font-size: 12px;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 5px 42px;
  transform: rotate(40deg);
  transform-origin: center;
  z-index: 5;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(171, 25, 62, 0.4);
}

/* ── Card Header ── */
.academy-card-header {
  background: linear-gradient(135deg, #ab193e 0%, #800e28 100%);
  color: #ffffff;
  padding: 30px 28px 24px;
}

.academy-duration-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  font-family: var(--font-family-jost);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 30px;
  margin-bottom: 12px;
}

.academy-course-title {
  font-family: var(--font-family-Instrument, "Instrument Serif", serif);
  font-size: 26px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.25;
  margin: 0 0 6px;
}

.academy-course-subtitle {
  font-family: var(--font-family-jost);
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.academy-fee-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
}

.academy-fee-label {
  font-family: var(--font-family-jost);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.academy-fee-amount {
  font-family: var(--font-family-Instrument, "Instrument Serif", serif);
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
}

/* ── Card Body ── */
.academy-card-body {
  padding: 26px 28px 20px;
  flex: 1;
}

.academy-course-desc {
  font-family: var(--font-family-jost);
  font-size: 14px;
  color: #ab193e;
  font-weight: 600;
  font-style: italic;
  line-height: 1.55;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px dashed rgba(171, 25, 62, 0.2);
}

.academy-syllabus-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
}

.academy-syllabus-list li {
  font-family: var(--font-family-jost);
  font-size: 14.5px;
  color: var(--text-color-dark, #504b46);
  display: flex;
  align-items: flex-start;
  gap: 7px;
  line-height: 1.45;
}

.ac-icon {
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 1px;
}

.academy-complete-badge {
  margin-top: 20px;
  text-align: center;
  font-family: var(--font-family-jost);
  font-size: 13px;
  font-weight: 700;
  color: #ab193e;
  letter-spacing: 0.5px;
  padding: 10px 16px;
  background: rgba(171, 25, 62, 0.06);
  border: 1px dashed rgba(171, 25, 62, 0.3);
  border-radius: 10px;
}

/* ── Card Footer ── */
.academy-card-footer {
  padding: 18px 28px 28px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.academy-card-footer .theme-btn {
  width: 100%;
  display: block;
  text-align: center;
}

/* ── Why Aliya Academy strip ── */
.academy-why-strip {
  margin-top: 50px;

  background-image: url("../images/background/banner_academy_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  border-radius: 20px;
  padding: 40px 50px;
  text-align: center;
  color: #ffffff;

  box-shadow: 0 10px 36px rgba(171, 25, 62, 0.25);
}

.academy-why-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-family: var(--font-family-Instrument, "Instrument Serif", serif);
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 28px;
}

.academy-why-header i {
  color: rgba(255, 255, 255, 0.55);
  font-size: 16px;
}

.academy-why-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 30px;
}

.academy-why-list li {
  font-family: var(--font-family-jost);
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  gap: 8px;
}

.academy-why-list li i {
  color: #ffd2de;
  font-size: 13px;
}

.academy-why-cta-text {
  font-family: var(--font-family-jost);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 24px;
  line-height: 1.6;
}

.academy-why-cta-text strong {
  color: #ffffff;
  letter-spacing: 0.5px;
}

.academy-why-cta-wrap {
  display: flex;
  justify-content: center;
}
