/* ============================================
   أمواج AMWAG — style.css v3
   Figma Sky-blue light theme · Arabic RTL
   ============================================ */
:root {
  --bg:        #f8faff;
  --bg2:       #f0f9ff;
  --bg3:       #e0f2fe;
  --card:      #ffffff;
  --accent:    #0ea5e9;
  --accent2:   #0284c7;
  --accent3:   #06b6d4;
  --gold:      #f59e0b;
  --gold2:     #d97706;
  --text:      #0c1a2e;
  --muted:     #64748b;
  --border:    rgba(14, 165, 233, 0.18);
  --border-s:  rgba(14, 165, 233, 0.08);
  --wa:        #25D366;
  --footer-bg: #0c2d48;
  --radius:    16px;
  --radius-lg: 26px;
  --shadow:    0 4px 24px rgba(14, 165, 233, 0.10);
  --shadow-md: 0 2px 12px rgba(14, 165, 233, 0.08);
  --shadow-lg: 0 16px 48px rgba(14, 165, 233, 0.16);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: 'Tajawal', sans-serif; overflow-x: hidden; }
.bg-dark2 { background: var(--bg2); }
.text-muted2 { color: var(--muted); }
h1, h2, .logo-text, .footer-logo { font-family: 'Cormorant Garamond', 'Tajawal', serif; }

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg2); }
::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 3px; }

/* ---- Reveal fallback ---- */
.reveal-init { opacity: 0; transform: translateY(34px); transition: opacity .7s ease, transform .7s ease; }
.reveal-init.revealed { opacity: 1; transform: none; }

/* ---- Wave animations ---- */
@keyframes wave-flow {
  0%   { transform: translateX(0) scaleY(1); }
  50%  { transform: translateX(-25%) scaleY(0.88); }
  100% { transform: translateX(-50%) scaleY(1); }
}
@keyframes wave-flow-slow {
  0%   { transform: translateX(0) scaleY(1); }
  50%  { transform: translateX(-20%) scaleY(0.93); }
  100% { transform: translateX(-50%) scaleY(1); }
}
.wave-animate      { animation: wave-flow 8s linear infinite; }
.wave-animate-slow { animation: wave-flow-slow 14s linear infinite; }

/* ---- Bubble animations ---- */
@keyframes bubble-rise {
  0%   { transform: translateY(0) scale(1);    opacity: .55; }
  80%  { opacity: .25; }
  100% { transform: translateY(-140px) scale(1.25); opacity: 0; }
}
.hero-bubbles-wrap { position: absolute; inset: 0; z-index: 2; pointer-events: none; overflow: hidden; }
.hero-bubble {
  position: absolute; border-radius: 50%;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.3);
  animation: bubble-rise linear infinite;
}

/* ================= NAVBAR ================= */
#mainNav {
  background: transparent;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.12);
  padding: 14px 0;
  transition: background .35s, border-color .35s, padding .35s, box-shadow .35s;
}
#mainNav.scrolled {
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 20px rgba(14,165,233,.12);
  padding: 10px 0;
}
.logo-text {
  font-size: 30px; font-weight: 700; letter-spacing: 2px; text-decoration: none;
  background: linear-gradient(135deg, #fff, rgba(255,255,255,.8));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  transition: background .35s;
}
#mainNav.scrolled .logo-text {
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.nav-link { color: rgba(255,255,255,.88) !important; font-size: 15px; font-weight: 500; transition: color .25s; }
.nav-link:hover { color: #fff !important; }
#mainNav.scrolled .nav-link { color: var(--text) !important; }
#mainNav.scrolled .nav-link:hover { color: var(--accent) !important; }
.navbar-toggler { padding: 4px 8px; border: 1px solid rgba(255,255,255,.3); }
.navbar-toggler:focus { box-shadow: none; }
#mainNav.scrolled .navbar-toggler { border-color: var(--border); }
.btn-wa-nav {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--wa); color: #fff; padding: 9px 20px; border-radius: 24px;
  text-decoration: none; font-size: 14px; font-weight: 700;
  box-shadow: 0 3px 14px rgba(37,211,102,.3); transition: transform .25s, box-shadow .25s;
}
.btn-wa-nav:hover { transform: translateY(-2px); box-shadow: 0 6px 22px rgba(37,211,102,.5); color: #fff; }

/* ================= HERO ================= */
.hero-section { min-height: 100vh; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; }
.hero-bg {
  position: absolute; inset: -8% 0; z-index: 0;
  background: url('../images/hero.jpg') center/cover no-repeat;
  transform: scale(1.08);
  animation: heroKen 18s ease-in-out infinite alternate;
}
@keyframes heroKen { from { transform: scale(1.08) translateY(0); } to { transform: scale(1.18) translateY(-2%); } }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(12,45,72,.82) 0%, rgba(2,132,199,.40) 50%, rgba(12,45,72,.92) 100%);
}
.hero-waves { position: absolute; bottom: -1px; left: 0; right: 0; z-index: 3; line-height: 0; overflow: hidden; }
.hero-wave-track { display: flex; width: 200%; }
.hero-wave-track svg { width: 50%; flex-shrink: 0; height: 90px; display: block; }
.hero-content { position: relative; z-index: 4; padding: 0 20px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid rgba(255,255,255,.35); color: #fff;
  padding: 7px 22px; border-radius: 22px; font-size: 13px; letter-spacing: 1.5px;
  margin-bottom: 22px; background: rgba(255,255,255,.12); backdrop-filter: blur(6px); font-weight: 600;
}
.hero-title {
  font-size: clamp(72px, 13vw, 140px); font-weight: 700; line-height: .95; margin-bottom: 16px;
  color: #fff; text-shadow: 0 4px 40px rgba(0,0,0,.3);
}
.hero-sub { font-size: clamp(15px, 2.2vw, 20px); color: rgba(255,255,255,.88); font-weight: 400; margin-bottom: 10px; max-width: 640px; margin-inline: auto; }
.hero-sub2 { font-size: 13px; color: rgba(255,255,255,.55); margin-bottom: 36px; letter-spacing: 1px; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Scroll indicator */
.scroll-indicator {
  position: absolute; bottom: 106px; left: 50%; transform: translateX(-50%);
  z-index: 4; display: flex; flex-direction: column; align-items: center; gap: 8px; opacity: .45;
}
.scroll-indicator small { color: rgba(255,255,255,.7); font-size: 10px; letter-spacing: 3px; font-weight: 700; text-transform: uppercase; }
.scroll-mouse { width: 26px; height: 42px; border: 2px solid rgba(255,255,255,.4); border-radius: 13px; display: flex; justify-content: center; padding-top: 8px; }
.scroll-mouse::after { content: ''; width: 4px; height: 4px; border-radius: 50%; background: #fff; animation: scrollBall 1.8s ease-in-out infinite; }
@keyframes scrollBall { 0%,100% { opacity:1; transform:translateY(0); } 80% { opacity:0; transform:translateY(14px); } }

/* Shared buttons */
.btn-primary-amwaj {
  display: inline-flex; align-items: center; gap: 8px; padding: 14px 34px; border-radius: 30px;
  background: linear-gradient(135deg, var(--accent), var(--accent2)); color: #fff;
  font-weight: 700; font-size: 15px; text-decoration: none; border: none; cursor: pointer;
  box-shadow: 0 6px 24px rgba(14,165,233,.40); transition: transform .25s, box-shadow .25s;
  font-family: 'Tajawal', sans-serif;
}
.btn-primary-amwaj:hover { transform: translateY(-3px); box-shadow: 0 10px 32px rgba(14,165,233,.6); color: #fff; }
.btn-outline-amwaj {
  display: inline-flex; align-items: center; gap: 8px; padding: 14px 34px; border-radius: 30px;
  background: transparent; color: var(--accent2); border: 1.5px solid var(--border);
  font-size: 15px; font-weight: 700; text-decoration: none; cursor: pointer;
  transition: all .25s; font-family: 'Tajawal', sans-serif;
}
.btn-outline-amwaj:hover { background: var(--bg3); border-color: var(--accent); color: var(--accent); }
/* On dark backgrounds (hero / CTA gradient) */
.hero-actions .btn-outline-amwaj {
  color: #fff; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.12);
  backdrop-filter: blur(6px);
}
.hero-actions .btn-outline-amwaj:hover { background: rgba(255,255,255,.25); border-color: #fff; }

/* ================= STATS ================= */
.stats-bar { background: var(--card); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); box-shadow: var(--shadow-md); }
.stat-item { padding: 32px 16px; border-inline-end: 1px solid var(--border); }
.stat-item:last-child { border-inline-end: none; }
.stat-num, .stat-count {
  font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 700; line-height: 1.1;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.stat-num i { font-size: 38px; }
.stat-lbl { color: var(--muted); font-size: 13px; margin-top: 6px; }

/* ================= SECTIONS ================= */
.section-pad { padding: 90px 0; position: relative; }
.section-tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; letter-spacing: 2px; color: var(--accent2); font-weight: 700;
  text-transform: uppercase; padding: 6px 16px; background: rgba(14,165,233,.10);
  border-radius: 20px; margin-bottom: 14px;
}
.section-heading h2 {
  font-size: clamp(30px, 5vw, 50px); font-weight: 700; margin-bottom: 12px;
  background: linear-gradient(135deg, var(--text) 20%, var(--accent2) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}

/* ================= ABOUT SPLIT ================= */
.about-img-wrap { position: relative; padding-bottom: 24px; }
.about-img-inner { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow-lg); }
.about-img-inner img { width: 100%; min-height: 440px; object-fit: cover; display: block; }
.about-float-card {
  position: absolute; bottom: 0; inset-inline-end: -20px;
  background: #fff; border: 1px solid var(--border); border-radius: 18px;
  padding: 20px 26px; text-align: center; box-shadow: var(--shadow-lg); min-width: 150px;
}
.about-float-card .big-num {
  display: block; font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 700; line-height: 1;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.about-float-card .float-lbl { color: var(--muted); font-size: 13px; margin-top: 6px; font-weight: 500; }
.about-text .section-tag { margin-bottom: 16px; }
.about-text h2 {
  font-size: clamp(26px, 4vw, 42px); font-weight: 700; margin-bottom: 18px;
  background: linear-gradient(135deg, var(--text) 20%, var(--accent2) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.about-text .lead { font-size: 17px; line-height: 1.95; color: var(--muted); margin-bottom: 28px; }
.about-list { list-style: none; padding: 0; margin: 0 0 32px; }
.about-list li { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--border-s); color: var(--text); font-size: 15px; }
.about-list li:last-child { border-bottom: none; }
.about-list i { color: var(--accent); font-size: 18px; flex-shrink: 0; }

/* ================= GALLERY ================= */
.gallery-filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 36px; }
.gallery-filter-btn {
  padding: 8px 22px; border-radius: 24px; border: 1.5px solid var(--border);
  background: var(--card); color: var(--muted); font-size: 14px; font-weight: 600;
  cursor: pointer; font-family: 'Tajawal', sans-serif; transition: all .25s;
}
.gallery-filter-btn:hover, .gallery-filter-btn.active {
  background: var(--accent); border-color: var(--accent); color: #fff;
  box-shadow: 0 4px 16px rgba(14,165,233,.3);
}
.gallery-masonry { columns: 3 280px; column-gap: 16px; }
.gallery-item { break-inside: avoid; margin-bottom: 16px; border-radius: var(--radius); overflow: hidden; position: relative; border: 1px solid var(--border); box-shadow: var(--shadow-md); cursor: pointer; background: var(--bg2); }
.gallery-item img { width: 100%; display: block; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(12,45,72,.72)); opacity: 0; transition: opacity .35s; }
.gallery-item .gcap { position: absolute; inset-inline: 16px; bottom: 14px; z-index: 2; color: #fff; font-weight: 700; font-size: 14px; transform: translateY(10px); opacity: 0; transition: transform .35s, opacity .35s; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item:hover::after { opacity: 1; }
.gallery-item:hover .gcap { transform: none; opacity: 1; }

/* Lightbox */
.lightbox-overlay {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(12,29,48,.96);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity .3s ease;
}
.lightbox-overlay.active { opacity: 1; pointer-events: all; }
.lb-close {
  position: absolute; top: 18px; inset-inline-end: 22px; z-index: 2;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); color: #fff;
  width: 46px; height: 46px; border-radius: 50%; font-size: 18px; cursor: pointer;
  display: grid; place-items: center; transition: background .2s;
}
.lb-close:hover { background: rgba(255,255,255,.22); }
.lb-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); color: #fff;
  width: 50px; height: 50px; border-radius: 50%; font-size: 20px; cursor: pointer;
  display: grid; place-items: center; transition: background .2s;
}
.lb-nav:hover { background: rgba(14,165,233,.45); }
.lb-prev { inset-inline-end: 20px; }
.lb-next { inset-inline-start: 20px; }
.lb-content { max-width: min(90vw, 900px); width: 100%; }
.lb-content img { width: 100%; max-height: 72vh; object-fit: contain; border-radius: var(--radius); display: block; }
.lb-meta { padding: 14px 8px 0; text-align: center; }
.lb-badge { display: inline-block; background: rgba(14,165,233,.22); color: var(--accent3); border-radius: 12px; padding: 3px 12px; font-size: 12px; font-weight: 700; margin-bottom: 6px; }
.lb-cap { color: rgba(255,255,255,.8); font-size: 15px; font-weight: 600; margin: 0 0 4px; }
.lb-counter { color: rgba(255,255,255,.38); font-size: 12px; }

/* ================= SERVICE CARDS ================= */
.service-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: transform .3s, border-color .3s, box-shadow .3s; height: 100%; }
.service-card:hover { transform: translateY(-6px); border-color: var(--accent); box-shadow: var(--shadow-lg); }
.service-img-wrap { position: relative; height: 220px; background: var(--bg2); overflow: hidden; }
.service-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.service-card:hover .service-img-wrap img { transform: scale(1.1); }
.service-badge { position: absolute; bottom: 12px; inset-inline-start: 12px; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; font-size: 24px; background: rgba(255,255,255,.92); border: 1px solid var(--border); backdrop-filter: blur(8px); box-shadow: var(--shadow-md); }
.service-body { padding: 22px; }
.service-title { font-size: 20px; font-weight: 700; margin-bottom: 8px; color: var(--text); }
.service-desc { color: var(--muted); font-size: 14px; line-height: 1.85; margin-bottom: 14px; }
.service-price { display: inline-block; background: rgba(14,165,233,.10); border: 1px solid var(--border); color: var(--accent2); padding: 4px 14px; border-radius: 20px; font-size: 13px; font-weight: 700; margin-bottom: 18px; }
.btn-book { display: inline-flex; align-items: center; gap: 8px; width: 100%; justify-content: center; background: var(--wa); color: #fff; padding: 12px 22px; border-radius: 24px; border: none; font-size: 15px; font-weight: 700; cursor: pointer; font-family: 'Tajawal', sans-serif; transition: transform .25s, box-shadow .25s; }
.btn-book:hover { transform: translateY(-2px); box-shadow: 0 6px 22px rgba(37,211,102,.45); color: #fff; }

/* ================= ACHIEVEMENTS BAND ================= */
.achieve-band { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.achieve-img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; display: block; }
.achieve-body { padding: clamp(28px, 4vw, 52px); }
.achieve-body h2 {
  font-family: 'Cormorant Garamond', serif; font-size: clamp(24px,4vw,40px); margin-bottom: 16px; line-height: 1.2;
  background: linear-gradient(135deg, var(--text) 20%, var(--accent2) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.tick { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; color: var(--text); }
.tick i { color: var(--accent); font-size: 20px; margin-top: 2px; flex-shrink: 0; }
.tick span { font-size: 15px; line-height: 1.6; }

/* ================= FEATURES ================= */
.feature-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px; transition: transform .3s, box-shadow .3s, border-color .3s; position: relative; overflow: hidden; height: 100%; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--accent); }
.feature-icon-box {
  width: 56px; height: 56px; border-radius: 14px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  display: grid; place-items: center; font-size: 26px; color: #fff;
  margin-bottom: 18px; box-shadow: 0 6px 16px rgba(14,165,233,.28);
}
.feature-icon-box i { font-size: 26px; -webkit-text-fill-color: #fff; color: #fff; }
.feature-num { position: absolute; top: 20px; inset-inline-end: 22px; font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 700; color: rgba(14,165,233,.07); line-height: 1; }
.feature-card h5 { font-size: 18px; font-weight: 700; margin-bottom: 10px; color: var(--text); }
.feature-card p { color: var(--muted); font-size: 14px; line-height: 1.8; margin: 0; }

/* ================= REVIEWS ================= */
.review-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px; height: 100%; position: relative; transition: transform .3s, box-shadow .3s, border-color .3s; }
.review-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--accent); }
.review-quote-mark { font-size: 64px; line-height: .8; color: var(--accent); font-family: Georgia, serif; opacity: .14; margin-bottom: 10px; }
.review-stars { color: var(--gold); font-size: 14px; letter-spacing: 4px; margin-bottom: 14px; }
.review-text { color: var(--muted); font-size: 15px; line-height: 1.9; margin-bottom: 24px; }
.review-footer { display: flex; align-items: center; gap: 14px; }
.review-avatar { width: 50px; height: 50px; border-radius: 50%; flex-shrink: 0; background: linear-gradient(135deg, var(--accent), var(--accent2)); border: 2px solid var(--border); display: grid; place-items: center; font-size: 22px; }
.review-author-name { font-weight: 700; font-size: 15px; margin-bottom: 3px; color: var(--text); }
.review-author-role { color: var(--muted); font-size: 12px; }

/* ================= PROMOS STRIP ================= */
.promo-card { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow-md); background: var(--bg2); transition: transform .3s, box-shadow .3s; position: relative; }
.promo-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.promo-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.promo-card .promo-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(12,45,72,.85)); opacity: 0; transition: opacity .3s; display: flex; align-items: flex-end; padding: 16px; }
.promo-card:hover .promo-overlay { opacity: 1; }
.promo-overlay-text { color: #fff; font-size: 13px; font-weight: 700; }

/* ================= LOCATION ================= */
.contact-box { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-md); height: 100%; }
.contact-link { display: flex; align-items: flex-start; gap: 14px; padding: 16px 20px; background: var(--bg2); border: 1px solid var(--border); border-radius: 14px; color: var(--text); text-decoration: none; font-size: 15px; margin-bottom: 14px; transition: all .25s; }
.contact-link:last-child { margin-bottom: 0; }
.contact-link i { font-size: 20px; color: var(--accent); min-width: 22px; margin-top: 2px; }
.contact-link:hover { border-color: var(--accent); box-shadow: var(--shadow-md); transform: translateX(-4px); }
.contact-link b { font-weight: 700; display: block; margin-bottom: 2px; color: var(--text); }
.map-box { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow-md); }
.map-box iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; }

/* ================= CTA GRADIENT ================= */
.cta-gradient-section {
  background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 55%, #1d4ed8 100%);
  position: relative; overflow: hidden; padding: 80px 0;
}
.cta-wave-top { position: absolute; top: -1px; left: 0; right: 0; z-index: 1; line-height: 0; overflow: hidden; }
.cta-wave-track { display: flex; width: 200%; }
.cta-wave-track svg { width: 50%; flex-shrink: 0; display: block; }
.cta-deco { position: absolute; border-radius: 50%; background: rgba(255,255,255,.07); pointer-events: none; }
.cta-deco-1 { width: 320px; height: 320px; top: -100px; inset-inline-end: 4%; }
.cta-deco-2 { width: 220px; height: 220px; bottom: -70px; inset-inline-start: 8%; }
.cta-inner { position: relative; z-index: 2; text-align: center; }
.cta-inner .section-tag { background: rgba(255,255,255,.18); color: #fff; }
.cta-inner h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 5vw, 52px); color: #fff; margin-bottom: 14px; }
.cta-inner p { color: rgba(255,255,255,.8); font-size: 17px; max-width: 520px; margin: 0 auto 36px; }
.cta-btn-white {
  display: inline-flex; align-items: center; gap: 8px; padding: 14px 36px; border-radius: 30px;
  background: #fff; color: var(--accent2); font-weight: 700; font-size: 15px;
  text-decoration: none; cursor: pointer; border: none; font-family: 'Tajawal', sans-serif;
  box-shadow: 0 6px 24px rgba(0,0,0,.16); transition: transform .25s, box-shadow .25s;
}
.cta-btn-white:hover { transform: translateY(-3px); box-shadow: 0 10px 32px rgba(0,0,0,.25); color: var(--accent2); }
.cta-btn-outline-white {
  display: inline-flex; align-items: center; gap: 8px; padding: 14px 36px; border-radius: 30px;
  background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.55);
  font-weight: 700; font-size: 15px; text-decoration: none; cursor: pointer;
  font-family: 'Tajawal', sans-serif; transition: all .25s;
}
.cta-btn-outline-white:hover { background: rgba(255,255,255,.16); border-color: #fff; color: #fff; }
.cta-trust { color: rgba(255,255,255,.6); font-size: 13px; margin-top: 24px; }
.cta-trust i { color: rgba(255,255,255,.8); margin-inline-end: 4px; }

/* ================= FOOTER WAVE ================= */
.footer-wave-wrap { line-height: 0; overflow: hidden; background: var(--bg); }
.footer-wave-track { display: flex; width: 200%; }
.footer-wave-track svg { width: 50%; flex-shrink: 0; display: block; }

/* ================= FOOTER ================= */
.site-footer { background: var(--footer-bg); border-top: 1px solid rgba(255,255,255,.07); padding: 60px 16px 36px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; margin-bottom: 48px; }
.footer-logo { font-size: 40px; font-weight: 700; color: #fff; margin-bottom: 12px; display: block; }
.footer-tagline { color: rgba(255,255,255,.5); font-size: 14px; line-height: 1.75; max-width: 240px; }
.footer-col-title { color: var(--accent3); font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 18px; }
.footer-link { display: block; color: rgba(255,255,255,.5); text-decoration: none; font-size: 14px; margin-bottom: 10px; transition: color .25s; }
.footer-link:hover { color: #fff; }
.footer-contact-item { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.5); font-size: 14px; margin-bottom: 10px; text-decoration: none; transition: color .2s; }
.footer-contact-item i { color: var(--accent3); font-size: 16px; flex-shrink: 0; }
.footer-contact-item:hover { color: #fff; }
.footer-hours { color: rgba(255,255,255,.4); font-size: 13px; line-height: 1.9; margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-hours strong { color: rgba(255,255,255,.65); }
.footer-sep { border: none; border-top: 1px solid rgba(255,255,255,.1); margin: 0 0 24px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-copy { color: rgba(255,255,255,.28); font-size: 12px; }
.footer-wa-link { display: inline-flex; align-items: center; gap: 6px; color: var(--wa); font-size: 13px; font-weight: 700; text-decoration: none; }

/* ================= WHATSAPP FLOAT ================= */
.wa-float { position: fixed; bottom: 26px; inset-inline-start: 26px; z-index: 1050; width: 58px; height: 58px; border-radius: 50%; background: var(--wa); color: #fff; display: grid; place-items: center; font-size: 28px; text-decoration: none; box-shadow: 0 4px 20px rgba(37,211,102,.45); transition: transform .25s; animation: waPing 3s ease-in-out infinite; }
.wa-float:hover { transform: scale(1.12); color: #fff; animation: none; box-shadow: 0 6px 30px rgba(37,211,102,.6); }
@keyframes waPing { 0%,100% { box-shadow: 0 4px 20px rgba(37,211,102,.4); } 50% { box-shadow: 0 4px 44px rgba(37,211,102,.8); } }

/* ================= RESPONSIVE ================= */
@media (max-width: 1199px) {
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: span 3; }
}
@media (max-width: 991px) {
  #navMenu { background: rgba(255,255,255,.98); border: 1px solid var(--border); border-radius: 14px; padding: 16px; margin-top: 10px; }
  #navMenu .nav-link { color: var(--text) !important; }
  #navMenu .nav-link:hover { color: var(--accent) !important; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: span 2; }
  .footer-grid > :last-child { grid-column: span 2; }
  .footer-tagline { max-width: 100%; }
}
@media (max-width: 768px) {
  .section-pad { padding: 64px 0; }
  .stat-item { border-inline-end: none; border-bottom: 1px solid var(--border); }
  .stat-item:last-child { border-bottom: none; }
  .gallery-masonry { columns: 2 160px; column-gap: 12px; }
  .gallery-item { margin-bottom: 12px; }
  .achieve-img { min-height: 260px; }
  .about-float-card { inset-inline-end: 12px; bottom: -4px; min-width: 130px; padding: 16px 18px; }
  .about-float-card .big-num { font-size: 36px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child,
  .footer-grid > :last-child { grid-column: span 1; }
  .footer-tagline { max-width: 100%; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
  .hero-actions .btn-primary-amwaj,
  .hero-actions .btn-outline-amwaj { padding: 12px 22px; font-size: 14px; }
  .scroll-indicator { display: none; }
  .lb-nav { display: none; }
}
