/* ============================================
   AL-SAFWA TRAVEL — Enhanced Stylesheet v2
   Font: Lora (serif) + Nunito Sans (body)
   Theme: Light — Black & Gold Luxury
   ============================================ */

:root {
  --gold: #D4A843;
  --gold-l: #F0D78C;
  --gold-m: #BFA04D;
  --gold-d: #9A7B2F;
  --gold-10: rgba(212, 168, 67, .1);
  --gold-20: rgba(212, 168, 67, .2);
  --gold-grad: linear-gradient(135deg, #C9A03C, #F0D78C, #C9A03C);
  --blk: #0B0B0B;
  --ink: #1C1C1C;
  --char: #2E2E2E;
  --slate: #5A5A5A;
  --ash: #8E8E8E;
  --sil: #C4C4C4;
  --mist: #E8E8E4;
  --cloud: #F4F3EF;
  --pearl: #FAF9F6;
  --wh: #FFFFFF;
  --ff-s: 'Lora', 'Georgia', serif;
  --ff: 'Nunito Sans', 'Segoe UI', sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --sh-s: 0 1px 4px rgba(0, 0, 0, .05);
  --sh-m: 0 8px 30px rgba(0, 0, 0, .07);
  --sh-l: 0 20px 60px rgba(0, 0, 0, .1);
  --sh-g: 0 8px 30px rgba(212, 168, 67, .2);
  --r: 16px;
  --rs: 10px;
}

/* === RESET === */
*,
*::before,
*::after {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%
}

body {
  font-family: var(--ff);
  color: var(--char);
  background: var(--pearl);
  line-height: 1.72;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ff-s);
  font-weight: 700;
  line-height: 1.18;
  color: var(--ink)
}

img {
  max-width: 100%;
  height: auto;
  display: block
}

a {
  text-decoration: none;
  color: var(--gold-d);
  transition: color .3s var(--ease)
}

a:hover {
  color: var(--gold)
}

/* === UTILITY === */
.text-gold {
  color: var(--gold) !important
}

.sec-pad {
  padding: 100px 0
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-d)
}

.tag::before {
  content: '';
  width: 22px;
  height: 2px;
  background: var(--gold);
  display: inline-block
}

.sh {
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  color: var(--ink);
  margin: .4rem 0 .75rem;
  letter-spacing: -.015em
}

.sl {
  font-size: 1rem;
  color: var(--ash);
  max-width: 540px;
  line-height: 1.75
}

.sl.cen {
  margin-left: auto;
  margin-right: auto
}

/* === BUTTONS === */
.btn-gold {
  background: var(--gold);
  color: var(--blk) !important;
  font-weight: 700;
  font-size: .88rem;
  padding: .75rem 2rem;
  border: none;
  border-radius: 60px;
  transition: all .35s var(--ease);
  box-shadow: var(--sh-g);
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.btn-gold:hover {
  background: var(--gold-m);
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(212, 168, 67, .3);
  color: var(--blk) !important
}

.btn-wh {
  background: var(--wh);
  color: var(--ink) !important;
  font-weight: 700;
  font-size: .88rem;
  padding: .75rem 2rem;
  border: none;
  border-radius: 60px;
  transition: all .35s var(--ease);
  box-shadow: var(--sh-m);
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.btn-wh:hover {
  transform: translateY(-2px);
  box-shadow: var(--sh-l)
}

.btn-sm-g {
  background: var(--gold);
  color: var(--blk) !important;
  font-weight: 700;
  font-size: .8rem;
  padding: .5rem 1.25rem;
  border: none;
  border-radius: 60px;
  transition: all .35s var(--ease)
}

.btn-sm-g:hover {
  background: var(--gold-m);
  transform: translateY(-1px)
}

.btn-sm-d {
  background: var(--ink);
  color: var(--gold) !important;
  font-weight: 700;
  font-size: .8rem;
  padding: .5rem 1.25rem;
  border: none;
  border-radius: 60px;
  transition: all .35s var(--ease)
}

.btn-sm-d:hover {
  background: var(--char);
  transform: translateY(-1px)
}

.btn-ol-g {
  border: 2px solid var(--gold);
  color: var(--gold) !important;
  font-weight: 700;
  font-size: .88rem;
  padding: .7rem 2rem;
  border-radius: 60px;
  background: transparent;
  transition: all .35s var(--ease);
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.btn-ol-g:hover {
  background: var(--gold);
  color: var(--blk) !important;
  transform: translateY(-2px)
}

/* === DEMO BANNER (Vardana Solusi attribution bar) === */
.demo-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #0B0B0B;
  border-bottom: 1px solid rgba(212, 168, 67, .2);
  padding: 8px 0;
  text-align: center;
  font-family: var(--ff);
  font-size: .78rem;
  color: #8E8E8E
}

.demo-banner a {
  transition: opacity .2s
}

.demo-banner a:hover {
  opacity: .8
}

.demo-spacer {
  height: 38px
}

/* === NAVBAR === */
.topbar {
  position: fixed;
  top: 38px;
  left: 0;
  right: 0;
  z-index: 1050;
  padding: .85rem 0;
  transition: all .4s var(--ease)
}

.topbar.solid {
  background: rgba(250, 249, 246, .96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: var(--sh-s);
  padding: .65rem 0
}

.topbar .brand {
  font-family: var(--ff-s);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--wh) !important;
  letter-spacing: -.02em;
  transition: color .4s;
  padding: 0;
  margin: 0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .4)
}

.topbar.solid .brand {
  color: var(--ink) !important;
  text-shadow: none
}

.topbar .brand em {
  font-style: italic;
  color: var(--gold);
  font-weight: 600
}

.topbar .nav-link {
  font-size: .86rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .85) !important;
  padding: .4rem .85rem !important;
  transition: color .3s;
  position: relative;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .4)
}

.topbar.solid .nav-link {
  color: var(--slate) !important;
  text-shadow: none
}

.topbar .nav-link:hover,
.topbar .nav-link.active {
  color: var(--wh) !important
}

.topbar.solid .nav-link:hover,
.topbar.solid .nav-link.active {
  color: var(--ink) !important
}

.topbar .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: .85rem;
  right: .85rem;
  height: 2px;
  background: var(--gold);
  border-radius: 2px
}

.topbar .navbar-toggler {
  border: none;
  box-shadow: none !important;
  padding: 4px
}

.topbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,.8)' stroke-linecap='round' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  width: 22px;
  height: 22px
}

.topbar.solid .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(28,28,28,.8)' stroke-linecap='round' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.topbar .btn-gold {
  font-size: .82rem;
  padding: .52rem 1.3rem
}

@media(max-width:991.98px) {
  .topbar .navbar-collapse {
    background: var(--pearl);
    border-radius: var(--rs);
    padding: 1rem;
    margin-top: .75rem;
    box-shadow: var(--sh-m)
  }

  .topbar .navbar-collapse .nav-link {
    color: var(--slate) !important;
    padding: .55rem .85rem !important;
    text-shadow: none
  }

  .topbar .navbar-collapse .nav-link:hover,
  .topbar .navbar-collapse .nav-link.active {
    color: var(--ink) !important
  }

  .topbar .navbar-collapse .nav-link.active::after {
    display: none
  }

  .topbar .navbar-collapse .btn-gold {
    margin-top: .5rem;
    display: inline-block
  }
}

/* === HERO SLIDER === */
.hero {
  position: relative;
  min-height: calc(100dvh - 38px);
  display: flex;
  align-items: flex-end;
  background: var(--ink);
  overflow: hidden
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 160px;
  background: linear-gradient(180deg, rgba(11, 11, 11, .7) 0%, rgba(11, 11, 11, .35) 60%, transparent 100%);
  z-index: 3;
  pointer-events: none
}

.hero-slides {
  position: absolute;
  inset: 0
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease
}

.hero-slide.active {
  opacity: 1
}

.hero-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 11, 11, .25) 0%, rgba(11, 11, 11, .35) 40%, rgba(11, 11, 11, .92) 100%)
}

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

.hero-inner {
  position: relative;
  z-index: 4;
  padding: 0 0 70px;
  width: 100%
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212, 168, 67, .12);
  border: 1px solid rgba(212, 168, 67, .25);
  border-radius: 60px;
  padding: .35rem 1rem;
  font-size: .72rem;
  font-weight: 800;
  color: var(--gold-l);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 1.5rem
}

.hero-title {
  font-family: var(--ff-s);
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  font-weight: 700;
  color: var(--wh);
  line-height: 1.08;
  letter-spacing: -.02em;
  margin-bottom: 1.2rem;
  max-width: 700px
}

.hero-title .gld {
  color: var(--gold-l)
}

.hero-desc {
  font-size: 1.08rem;
  color: var(--sil);
  max-width: 500px;
  line-height: 1.8;
  margin-bottom: 2rem
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 3rem
}

.hero-dots {
  display: flex;
  gap: 8px;
  margin-bottom: 2.5rem
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .25);
  border: none;
  cursor: pointer;
  transition: all .3s;
  padding: 0
}

.hero-dot.active {
  background: var(--gold);
  width: 28px;
  border-radius: 20px
}

.hero-stats {
  display: flex;
  gap: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, .1)
}

.hero-stats .n {
  font-family: var(--ff-s);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gold-l)
}

.hero-stats .l {
  font-size: .78rem;
  color: var(--ash);
  margin-top: 2px
}

/* === MARQUEE === */
.marquee {
  background: var(--gold);
  padding: 13px 0;
  overflow: hidden;
  white-space: nowrap
}

.marquee-track {
  display: flex;
  gap: 2.5rem;
  animation: mqe 30s linear infinite;
  width: max-content
}

.marquee-track span {
  font-family: var(--ff-s);
  font-size: .92rem;
  font-weight: 600;
  color: var(--blk);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0
}

.marquee-track span i {
  font-size: .45rem;
  opacity: .35
}

@keyframes mqe {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

/* === ABOUT === */
.about {
  background: var(--wh)
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center
}

.about-vis {
  position: relative
}

.about-img {
  border-radius: var(--r);
  overflow: hidden;
  aspect-ratio: 3/4;
  box-shadow: var(--sh-l);
  position: relative;
  z-index: 1
}

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

.about-frame {
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  border: 2px solid var(--gold-20);
  border-radius: var(--r);
  z-index: 0
}

.about-badge {
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  z-index: 3;
  background: var(--ink);
  color: var(--wh);
  padding: 1.4rem;
  border-radius: var(--rs);
  box-shadow: var(--sh-l);
  text-align: center;
  min-width: 130px
}

.about-badge .ab-n {
  font-family: var(--ff-s);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1
}

.about-badge .ab-t {
  font-size: .76rem;
  color: var(--sil);
  margin-top: 4px
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 1.75rem 0 0
}

.about-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 1rem;
  border-radius: var(--rs);
  transition: background .3s;
  margin-bottom: .2rem
}

.about-list li:hover {
  background: var(--cloud)
}

.al-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem
}

.al-icon.g {
  background: var(--gold-10);
  color: var(--gold-d)
}

.al-icon.d {
  background: var(--ink);
  color: var(--gold)
}

.about-list li strong {
  display: block;
  font-size: .94rem;
  color: var(--ink);
  margin-bottom: 2px
}

.about-list li p {
  font-size: .86rem;
  color: var(--ash);
  margin: 0;
  line-height: 1.6
}

/* === PRAYER TIMES === */
.prayer {
  background: var(--ink);
  position: relative;
  overflow: hidden;
  padding: 3.5rem 0
}

.prayer .dot-p {
  position: absolute;
  inset: 0;
  opacity: .03;
  background-image: radial-gradient(var(--gold) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none
}

.prayer-grid {
  display: flex;
  justify-content: center;
  gap: 1px;
  flex-wrap: wrap
}

.prayer-item {
  background: rgba(212, 168, 67, .08);
  border: 1px solid rgba(212, 168, 67, .12);
  padding: 1.25rem 2rem;
  text-align: center;
  min-width: 150px;
  flex: 1;
  transition: background .3s
}

.prayer-item:first-child {
  border-radius: var(--rs) 0 0 var(--rs)
}

.prayer-item:last-child {
  border-radius: 0 var(--rs) var(--rs) 0
}

.prayer-item:hover {
  background: rgba(212, 168, 67, .15)
}

.prayer-item .pi-name {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px
}

.prayer-item .pi-time {
  font-family: var(--ff-s);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--wh)
}

.prayer-label {
  text-align: center;
  margin-bottom: 1.5rem
}

.prayer-label h3 {
  font-family: var(--ff-s);
  font-size: 1.3rem;
  color: var(--wh);
  margin: 0
}

.prayer-label small {
  font-size: .78rem;
  color: var(--ash)
}

/* === TALBIYAH === */
.talbiyah {
  background: var(--cloud);
  text-align: center;
  padding: 4.5rem 0;
  position: relative;
  overflow: hidden
}

.talbiyah-bg {
  position: absolute;
  inset: 0;
  opacity: .03;
  background-image: radial-gradient(var(--gold) .8px, transparent .8px);
  background-size: 20px 20px;
  pointer-events: none
}

.talbiyah-ar {
  font-family: 'Scheherazade New', serif;
  font-size: clamp(1.4rem, 3.5vw, 2.2rem);
  color: var(--ink);
  line-height: 1.9;
  margin-bottom: 1.25rem;
  direction: rtl
}

.talbiyah-latin {
  font-family: var(--ff-s);
  font-size: 1rem;
  font-style: italic;
  color: var(--gold-d);
  margin-bottom: .75rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7
}

.talbiyah-id {
  font-size: .9rem;
  color: var(--ash);
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.7
}

/* === PACKAGES === */
.packages {
  background: var(--cloud)
}

.pkg-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  justify-items: center
}

.pkg-card {
  background: var(--wh);
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--mist);
  transition: all .4s var(--ease);
  display: flex;
  flex-direction: column;
  width: 100%
}

.pkg-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-l);
  border-color: var(--gold-20)
}

.pkg-card.hl {
  border: 2px solid var(--gold);
  position: relative
}

.pkg-card.hl .pkg-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  background: var(--gold);
  color: var(--blk);
  font-size: .68rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 60px;
  text-transform: uppercase;
  letter-spacing: .08em
}

.pkg-thumb {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--mist)
}

.pkg-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease)
}

.pkg-card:hover .pkg-thumb img {
  transform: scale(1.06)
}

.pkg-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column
}

.pkg-type {
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-d);
  margin-bottom: .35rem
}

.pkg-name {
  font-family: var(--ff-s);
  font-size: 1.25rem;
  color: var(--ink);
  margin-bottom: .7rem
}

.pkg-feats {
  list-style: none;
  padding: 0;
  margin: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: .35rem
}

.pkg-feats li {
  font-size: .84rem;
  color: var(--slate);
  display: flex;
  align-items: center;
  gap: 8px
}

.pkg-feats li i {
  color: var(--gold);
  font-size: .7rem;
  flex-shrink: 0
}

.pkg-foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--mist)
}

.pkg-price {
  font-family: var(--ff-s);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1
}

.pkg-price small {
  font-family: var(--ff);
  font-size: .72rem;
  font-weight: 400;
  color: var(--ash)
}

.pkg-price .cur {
  font-size: .82rem
}

/* === SERVICES === */
.services {
  background: var(--wh)
}

.svc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem
}

.svc-item {
  background: var(--pearl);
  border: 1px solid transparent;
  border-radius: var(--r);
  padding: 2rem 1.5rem;
  transition: all .4s var(--ease);
  text-align: center
}

.svc-item:hover {
  border-color: var(--gold-20);
  background: var(--wh);
  box-shadow: var(--sh-m);
  transform: translateY(-4px)
}

.svc-ico {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  margin: 0 auto 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  transition: all .35s var(--ease)
}

.svc-ico.a {
  background: var(--gold-10);
  color: var(--gold-d)
}

.svc-ico.b {
  background: var(--ink);
  color: var(--gold)
}

.svc-item:hover .svc-ico.a {
  background: var(--gold);
  color: var(--wh)
}

.svc-item:hover .svc-ico.b {
  background: var(--gold-d);
  color: var(--wh)
}

.svc-item h4 {
  font-size: .96rem;
  font-weight: 700;
  margin-bottom: .3rem
}

.svc-item p {
  font-size: .84rem;
  color: var(--ash);
  margin: 0
}

/* === GALLERY === */
.gallery {
  background: var(--cloud)
}

.gal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem
}

.gal-item {
  border-radius: var(--rs);
  overflow: hidden;
  position: relative;
  background: var(--mist);
  aspect-ratio: 4/3
}

.gal-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease)
}

.gal-item:hover img {
  transform: scale(1.06)
}

.gal-item .go {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 40%, rgba(11, 11, 11, .72));
  opacity: 0;
  transition: opacity .35s;
  display: flex;
  align-items: flex-end;
  padding: 1rem
}

.gal-item:hover .go {
  opacity: 1
}

.gal-item .go span {
  color: var(--wh);
  font-size: .82rem;
  font-weight: 600
}

.gal-item.big {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: auto
}

/* === NEWS / BERITA === */
.news {
  background: var(--wh)
}

.news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem
}

.news-card {
  display: flex;
  gap: 1.25rem;
  background: var(--pearl);
  border-radius: var(--r);
  padding: 1.25rem;
  border: 1px solid var(--mist);
  transition: all .35s var(--ease)
}

.news-card:hover {
  box-shadow: var(--sh-m);
  border-color: var(--gold-20);
  transform: translateY(-3px)
}

.news-thumb {
  width: 140px;
  flex-shrink: 0;
  border-radius: var(--rs);
  overflow: hidden;
  background: var(--mist)
}

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

.news-body {
  display: flex;
  flex-direction: column
}

.news-date {
  font-size: .72rem;
  font-weight: 700;
  color: var(--gold-d);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: .35rem
}

.news-title {
  font-family: var(--ff-s);
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: .4rem;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.news-excerpt {
  font-size: .82rem;
  color: var(--ash);
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden
}

/* === TESTIMONIALS (with video) === */
.testi {
  background: linear-gradient(160deg, var(--blk) 0%, #151210 100%);
  color: var(--wh);
  position: relative;
  overflow: hidden
}

.testi .dot-p {
  position: absolute;
  inset: 0;
  opacity: .03;
  background-image: radial-gradient(var(--gold) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none
}

.testi .sh {
  color: var(--wh)
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem
}

.testi-card {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(212, 168, 67, .12);
  border-radius: var(--r);
  padding: 2rem;
  transition: all .35s var(--ease)
}

.testi-card:hover {
  border-color: rgba(212, 168, 67, .35);
  background: rgba(255, 255, 255, .07)
}

.tc-stars {
  color: var(--gold);
  font-size: .8rem;
  margin-bottom: 1rem;
  display: flex;
  gap: 3px
}

.tc-text {
  font-family: var(--ff-s);
  font-size: 1rem;
  font-style: italic;
  color: var(--sil);
  line-height: 1.8;
  margin-bottom: 1.2rem
}

.tc-author {
  display: flex;
  align-items: center;
  gap: .75rem
}

.tc-av {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(212, 168, 67, .18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--gold);
  font-size: .85rem
}

.tc-name {
  font-weight: 700;
  font-size: .88rem;
  color: var(--wh)
}

.tc-trip {
  font-size: .74rem;
  color: var(--ash)
}

/* Video row */
.vid-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem
}

.vid-card {
  border-radius: var(--rs);
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
  background: var(--char);
  cursor: pointer
}

.vid-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .7;
  transition: opacity .3s
}

.vid-card:hover img {
  opacity: .9
}

.vid-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background: rgba(212, 168, 67, .9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blk);
  font-size: 1.2rem;
  transition: all .3s
}

.vid-card:hover .vid-play {
  background: var(--gold);
  transform: translate(-50%, -50%) scale(1.1)
}

.vid-label {
  text-align: center;
  margin-top: .6rem;
  font-size: .82rem;
  color: var(--sil)
}

/* === PARTNERS === */
.partners {
  background: var(--pearl);
  padding: 3.5rem 0
}

.partner-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
  opacity: .5;
  filter: grayscale(1);
  transition: all .4s
}

.partner-row:hover {
  opacity: .8;
  filter: grayscale(0)
}

.partner-row img {
  height: 48px;
  width: auto
}

/* === CTA === */
.cta {
  background: linear-gradient(135deg, #131110 0%, #1a1714 100%);
  position: relative;
  overflow: hidden
}

.cta .dot-p {
  position: absolute;
  inset: 0;
  opacity: .04;
  background-image: radial-gradient(var(--gold) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none
}

.cta-box {
  border: 1px solid rgba(212, 168, 67, .2);
  border-radius: var(--r);
  padding: 4rem;
  text-align: center;
  position: relative
}

.cta-box h2 {
  font-family: var(--ff-s);
  color: var(--wh);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: .75rem
}

.cta-box p {
  color: var(--sil);
  font-size: 1rem;
  max-width: 480px;
  margin: 0 auto 2rem
}

/* === CONTACT === */
.contact {
  background: var(--wh)
}

.ct-card {
  background: var(--pearl);
  border-radius: var(--r);
  padding: 2.5rem;
  border: 1px solid var(--mist)
}

.ct-info {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem
}

.ct-info:last-child {
  margin-bottom: 0
}

.ct-ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gold-10);
  color: var(--gold-d);
  font-size: 1.1rem
}

.ct-info h6 {
  font-size: .82rem;
  font-weight: 700;
  margin-bottom: 2px
}

.ct-info p {
  font-size: .88rem;
  color: var(--ash);
  margin: 0
}

.ct-form {
  background: var(--pearl);
  border-radius: var(--r);
  padding: 2.5rem;
  border: 1px solid var(--mist)
}

.fi {
  background: var(--wh);
  border: 1.5px solid var(--mist);
  border-radius: var(--rs);
  padding: .75rem 1rem;
  font-size: .9rem;
  color: var(--ink);
  width: 100%;
  transition: all .3s var(--ease);
  font-family: var(--ff)
}

.fi:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 168, 67, .12);
  outline: none
}

.fi::placeholder {
  color: var(--sil)
}

.fl {
  font-size: .82rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
  display: block
}

.map-frame {
  border-radius: var(--rs);
  overflow: hidden;
  border: 1px solid var(--mist);
  margin-top: 1.5rem
}

.map-frame iframe {
  width: 100%;
  height: 200px;
  border: 0
}

/* === FOOTER === */
.footer {
  background: var(--blk);
  color: var(--sil)
}

.footer-top {
  padding: 4.5rem 0 2.5rem
}

.ft-brand {
  font-family: var(--ff-s);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--wh)
}

.ft-brand em {
  color: var(--gold);
  font-style: italic;
  font-weight: 600
}

.ft-desc {
  font-size: .86rem;
  color: var(--ash);
  max-width: 300px;
  line-height: 1.7;
  margin-top: .75rem
}

.ft-h {
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--gold);
  margin-bottom: 1.2rem
}

.ft-links {
  list-style: none;
  padding: 0;
  margin: 0
}

.ft-links li {
  margin-bottom: .5rem
}

.ft-links a {
  font-size: .86rem;
  color: var(--ash);
  transition: color .3s
}

.ft-links a:hover {
  color: var(--gold)
}

.ft-social {
  display: flex;
  gap: .5rem;
  margin-top: 1.2rem
}

.ft-social a {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(212, 168, 67, .18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: .9rem;
  transition: all .3s var(--ease)
}

.ft-social a:hover {
  background: var(--gold);
  color: var(--blk);
  border-color: var(--gold)
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding: 1.5rem 0;
  font-size: .78rem;
  color: var(--ash)
}

/* === WA FAB === */
.wa-fab {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 1040;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  padding: .65rem 1.25rem .65rem .75rem;
  border-radius: 60px;
  font-size: .85rem;
  font-weight: 700;
  box-shadow: 0 4px 20px rgba(37, 211, 102, .4);
  border: none;
  cursor: pointer;
  transition: all .3s var(--ease)
}

.wa-fab i {
  font-size: 1.35rem
}

.wa-fab:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(37, 211, 102, .5)
}

.wa-fab span {
  display: inline
}

/* === BACK TO TOP === */
.btt {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 1040;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .95rem;
  border: 1px solid rgba(212, 168, 67, .25);
  opacity: 0;
  visibility: hidden;
  transition: all .35s var(--ease);
  cursor: pointer
}

.btt.show {
  opacity: 1;
  visibility: visible
}

.btt:hover {
  background: var(--gold);
  color: var(--ink)
}

/* === REVEAL === */
.rv {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease
}

.rv.vis {
  opacity: 1;
  transform: translateY(0)
}

/* === RESPONSIVE === */
@media(max-width:991.98px) {
  .sec-pad {
    padding: 75px 0
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 3rem
  }

  .about-vis {
    max-width: 380px;
    margin: 0 auto
  }

  .pkg-row {
    grid-template-columns: repeat(2, 1fr)
  }

  .svc-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem
  }

  .testi-grid,
  .vid-row {
    grid-template-columns: 1fr;
    gap: 1rem
  }

  .gal-grid {
    grid-template-columns: 1fr 1fr;
    gap: .5rem
  }

  .gal-item.big {
    grid-column: span 2
  }

  .news-grid {
    grid-template-columns: 1fr;
    gap: 1rem
  }

  .cta-box {
    padding: 3rem 1.5rem
  }

  .hero-stats {
    gap: 1.5rem;
    flex-wrap: wrap
  }

  .hero {
    min-height: auto;
    padding-top: 120px
  }

  .hero-inner {
    padding-bottom: 45px
  }

  .prayer-grid {
    flex-wrap: wrap
  }

  .prayer-item {
    min-width: 120px;
    border-radius: var(--rs) !important;
    margin: 3px
  }

  .partner-row {
    gap: 1.5rem
  }

  .partner-row img {
    height: 36px
  }
}

@media(max-width:575.98px) {
  .svc-grid {
    grid-template-columns: 1fr
  }

  .pkg-row {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none
  }

  .pkg-row::-webkit-scrollbar {
    display: none
  }

  .pkg-row .pkg-card {
    flex: 0 0 290px;
    scroll-snap-align: start
  }

  .gal-item.big {
    grid-column: span 1
  }

  .gal-grid {
    grid-template-columns: 1fr 1fr
  }

  .hero-stats .n {
    font-size: 1.4rem
  }

  .news-card {
    flex-direction: column
  }

  .news-thumb {
    width: 100%;
    height: 160px
  }

  .wa-fab span {
    display: none
  }

  .wa-fab {
    padding: .75rem;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    justify-content: center
  }

  .vid-row {
    grid-template-columns: 1fr
  }
}

@media print {

  .topbar,
  .wa-fab,
  .btt,
  .marquee,
  .prayer,
  .demo-banner,
  .demo-spacer {
    display: none !important
  }
}