/*
Theme Name: Dr. Ahmad Alshafei
Theme URI: https://alshafei.com
Author: Omar
Author URI: #
Description: Professional bilingual WordPress theme for Dr. Ahmad Alshafei – Maxillofacial & Facial Aesthetic Surgeon. Fully Elementor-compatible with RTL Arabic support.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dr-alshafei
Tags: one-column, two-columns, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, translation-ready
*/

:root {
  --color-gold: #C9A96E;
  --color-gold-light: #E8D5B0;
  --color-gold-dark: #9E7A45;
  --color-cream: #FAF8F4;
  --color-cream-dark: #F2EDE4;
  --color-dark: #1A1814;
  --color-dark-mid: #2C2820;
  --color-text: #3D3830;
  --color-text-muted: #7A746C;
  --color-white: #FFFFFF;
  --font-heading-en: 'Cormorant Garamond', 'Georgia', serif;
  --font-body-en: 'Jost', 'Helvetica Neue', sans-serif;
  --font-heading-ar: 'Noto Serif Arabic', 'Amiri', serif;
  --font-body-ar: 'Noto Sans Arabic', 'Tajawal', sans-serif;
  --spacing-section: 80px;
  --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --border-radius: 2px;
  --shadow-soft: 0 4px 40px rgba(0,0,0,0.08);
  --shadow-card: 0 8px 60px rgba(0,0,0,0.10);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body-en);
  font-size: 16px;
  line-height: 1.75;
  color: var(--color-text);
  background: var(--color-cream);
  -webkit-font-smoothing: antialiased;
}

body.rtl, html[dir="rtl"] body {
  font-family: var(--font-body-ar);
  direction: rtl;
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading-en);
  font-weight: 400;
  color: var(--color-dark);
  line-height: 1.25;
}

.rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6,
html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3 {
  font-family: var(--font-heading-ar);
  font-weight: 300;
}

a { color: var(--color-gold); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--color-gold-dark); }

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

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

@media (max-width: 768px) {
  .container { padding: 0 20px; }
  .header-inner { height: 64px; }
  .hero-section { padding-top: 64px; }
  .logo-name { font-size: 17px; }
  .logo-title { font-size: 9px; }
}

/* ── GOLD DIVIDER ─────────────────────────── */
.gold-divider {
  width: 60px;
  height: 1px;
  background: var(--color-gold);
  margin: 20px 0;
}

.gold-divider.centered {
  margin: 20px auto;
}

.rtl .gold-divider { margin: 20px 0 20px auto; }

/* ── BUTTONS ──────────────────────────────── */
.btn {
  display: inline-block;
  padding: 14px 36px;
  font-family: var(--font-body-en);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  border-radius: var(--border-radius);
}

.rtl .btn { font-family: var(--font-body-ar); letter-spacing: 0; }

.btn-primary {
  background: var(--color-gold);
  color: var(--color-white);
}

.btn-primary:hover {
  background: var(--color-gold-dark);
  color: var(--color-white);
  transform: translateY(-1px);
}

.btn-outline {
  background: transparent;
  color: var(--color-gold);
  border: 1px solid var(--color-gold);
}

.btn-outline:hover {
  background: var(--color-gold);
  color: var(--color-white);
}

.btn-light {
  background: var(--color-white);
  color: var(--color-dark);
}

.btn-light:hover {
  background: var(--color-cream);
  color: var(--color-dark);
}

/* ── SECTION LABELS ───────────────────────── */
.section-label {
  font-family: var(--font-body-en);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-gold);
  display: block;
  margin-bottom: 14px;
}

.rtl .section-label { font-family: var(--font-body-ar); letter-spacing: 0; }

/* ── SITE HEADER ──────────────────────────── */
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: var(--transition);
  padding: 0;
  background: rgba(26, 24, 20, 0.97);
}

#site-header.transparent {
  background: transparent;
}

#site-header.scrolled {
  background: rgba(26, 24, 20, 0.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 40px rgba(0,0,0,0.2);
}

/* Non-homepage: always dark header */
body.page #site-header:not(.transparent),
body.single #site-header {
  background: rgba(26, 24, 20, 0.97) !important;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.logo-name {
  font-family: var(--font-heading-en);
  font-size: 20px;
  font-weight: 500;
  color: var(--color-white);
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.logo-title {
  font-family: var(--font-body-en);
  font-size: 10px;
  font-weight: 400;
  color: var(--color-gold-light);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.rtl .logo-name { font-family: var(--font-heading-ar); }
.rtl .logo-title { font-family: var(--font-body-ar); letter-spacing: 0; }

/* Navigation */
.main-nav {
  display: flex;
  align-items: center;
  gap: 36px;
}

.main-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 36px;
}

.main-nav ul li a {
  font-family: var(--font-body-en);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: var(--transition);
  position: relative;
}

.rtl .main-nav ul li a { font-family: var(--font-body-ar); letter-spacing: 0; font-size: 13px; }

.main-nav ul li a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--color-gold);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.main-nav ul li a:hover,
.main-nav ul li a:hover::after { color: var(--color-gold); transform: scaleX(1); }

.header-lang-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  cursor: pointer;
  transition: var(--transition);
}

.header-lang-switch:hover { color: var(--color-gold); }

.header-cta {
  background: var(--color-gold);
  color: var(--color-white) !important;
  padding: 10px 22px;
  border-radius: var(--border-radius);
  font-size: 11px !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: var(--transition) !important;
}

.header-cta:hover {
  background: var(--color-gold-dark) !important;
  color: var(--color-white) !important;
  transform: translateY(-1px);
}

.header-cta::after { display: none !important; }

.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px;
}

.mobile-menu-toggle span {
  display: block;
  width: 24px;
  height: 1px;
  background: var(--color-white);
  transform-origin: center;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.mobile-menu-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.mobile-menu-toggle.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.mobile-menu-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 1024px) {
  .main-nav { display: none; }
  .main-nav.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-dark);
    padding: 40px 32px;
    align-items: flex-start;
    z-index: 1001;
  }
  .main-nav.open ul { flex-direction: column; align-items: flex-start; gap: 28px; }
  .main-nav.open ul li a { font-size: 22px; }
  .mobile-menu-toggle { display: flex; }
}

body.rtl .main-nav.open { align-items: flex-end; padding: 40px 32px; }
body.rtl .main-nav.open ul { align-items: flex-end; }
body.rtl .main-nav.open ul li a { text-align: right; }

/* ── HERO SECTION ─────────────────────────── */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--color-dark);
  padding-top: 80px;
}

.hero-section > .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.rtl .hero-section > .container {
  justify-content: flex-end;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
  opacity: 0.35;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(26,24,20,0.85) 0%,
    rgba(26,24,20,0.4) 60%,
    rgba(26,24,20,0.1) 100%
  );
}

.rtl .hero-bg::after {
  background: linear-gradient(
    to left,
    rgba(26,24,20,0.85) 0%,
    rgba(26,24,20,0.4) 60%,
    rgba(26,24,20,0.1) 100%
  );
}

.rtl .hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  animation: heroFadeIn 1.2s ease forwards;
}

.rtl .hero-content {
  text-align: right;
}

@keyframes heroFadeIn {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-eyebrow {
  font-family: var(--font-body-en);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.rtl .hero-eyebrow { font-family: var(--font-body-ar); letter-spacing: 0; }

.hero-eyebrow::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--color-gold);
  flex-shrink: 0;
}

.rtl .hero-eyebrow::before { order: 1; }
.rtl .hero-eyebrow::after { content: ''; display: block; width: 40px; height: 1px; background: var(--color-gold); order: -1; }

.hero-title {
  font-family: var(--font-heading-en);
  font-size: clamp(44px, 6vw, 80px);
  font-weight: 300;
  color: var(--color-white);
  line-height: 1.1;
  margin-bottom: 10px;
}

.rtl .hero-title { font-family: var(--font-heading-ar); }

.hero-title em {
  font-style: italic;
  color: var(--color-gold-light);
}

.hero-subtitle {
  font-family: var(--font-heading-en);
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 300;
  color: var(--color-gold-light);
  font-style: italic;
  margin-bottom: 28px;
}

.rtl .hero-subtitle { font-family: var(--font-heading-ar); font-style: normal; }

.hero-description {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  line-height: 1.8;
  margin-bottom: 48px;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.rtl .hero-actions { justify-content: flex-end; }

.hero-scroll-hint {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.4);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  animation: scrollBounce 2.5s ease infinite;
}

@keyframes scrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

.hero-scroll-hint .arrow {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, var(--color-gold), transparent);
}

/* ── STATS BAR ────────────────────────────── */
.stats-bar {
  background: var(--color-dark-mid);
  padding: 36px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(201,169,110,0.15);
}

@media (max-width: 768px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}

.stat-item {
  background: var(--color-dark-mid);
  padding: 28px 32px;
  text-align: center;
}

.stat-number {
  font-family: var(--font-heading-en);
  font-size: 44px;
  font-weight: 300;
  color: var(--color-gold);
  line-height: 1;
  margin-bottom: 6px;
}

.rtl .stat-number { font-family: var(--font-heading-ar); }

.stat-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

.rtl .stat-label { letter-spacing: 0; }

/* ── ABOUT SECTION ────────────────────────── */
.about-section {
  padding: var(--spacing-section) 0;
  background: var(--color-white);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.rtl .about-grid {
  direction: rtl;
}

@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
}

.about-image-wrap {
  position: relative;
}

.about-image-wrap::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid var(--color-gold-light);
  z-index: 0;
}

.rtl .about-image-wrap::before { left: 20px; right: -20px; }

.about-image-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 580px;
  object-fit: cover;
  object-position: top;
}

.about-content .section-label { margin-bottom: 12px; }

.about-heading {
  font-family: var(--font-heading-en);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 300;
  color: var(--color-dark);
  margin-bottom: 20px;
  line-height: 1.15;
}

.rtl .about-heading { font-family: var(--font-heading-ar); }

.about-lead {
  font-size: 17px;
  color: var(--color-text);
  line-height: 1.85;
  margin-bottom: 28px;
}

.about-text {
  font-size: 15px;
  color: var(--color-text-muted);
  line-height: 1.85;
  margin-bottom: 36px;
}

.credentials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  .credentials-grid { grid-template-columns: 1fr; }
}

.credential-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  border-left: 2px solid var(--color-gold);
  background: var(--color-cream);
}

.rtl .credential-item { border-left: none; border-right: 2px solid var(--color-gold); }

.credential-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-gold);
}

.rtl .credential-label { letter-spacing: 0; }

.credential-value {
  font-size: 14px;
  color: var(--color-dark);
  line-height: 1.4;
}

/* ── SERVICES SECTION ─────────────────────── */
.services-section {
  padding: var(--spacing-section) 0;
  background: var(--color-cream);
}

.section-header {
  text-align: center;
  margin-bottom: 64px;
}

.section-heading {
  font-family: var(--font-heading-en);
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 300;
  color: var(--color-dark);
  line-height: 1.15;
}

.rtl .section-heading { font-family: var(--font-heading-ar); }

.section-subheading {
  font-size: 16px;
  color: var(--color-text-muted);
  margin-top: 16px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.services-tabs {
  display: flex;
  gap: 0;
  margin: 0 auto 48px;
  border: 1px solid var(--color-gold-light);
  border-radius: var(--border-radius);
  overflow: hidden;
  width: 100%;
  max-width: 500px;
}

.service-tab {
  flex: 1;
  padding: 12px 24px;
  background: transparent;
  border: none;
  font-family: var(--font-body-en);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  cursor: pointer;
  transition: var(--transition);
}

.rtl .service-tab { font-family: var(--font-body-ar); letter-spacing: 0; }

.service-tab.active {
  background: var(--color-gold);
  color: var(--color-white);
}

.service-tab:not(.active):hover { background: var(--color-cream-dark); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

@media (max-width: 900px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .services-grid { grid-template-columns: 1fr; }
}

.service-card {
  background: var(--color-white);
  padding: 36px 32px;
  transition: var(--transition);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  color: inherit;
  text-decoration: none;
  display: block;
}

.service-card:hover {
  background: var(--color-dark);
  border-bottom-color: var(--color-gold);
  transform: translateY(-2px);
  box-shadow: var(--shadow-card);
}

.service-icon {
  width: 48px;
  height: 48px;
  border: 1px solid var(--color-gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--color-gold);
  transition: var(--transition);
}

.service-card:hover .service-icon {
  background: var(--color-gold);
  border-color: var(--color-gold);
  color: var(--color-white);
}

.service-name {
  font-family: var(--font-heading-en);
  font-size: 18px;
  font-weight: 400;
  color: var(--color-dark);
  margin-bottom: 12px;
  transition: var(--transition);
}

.rtl .service-name { font-family: var(--font-heading-ar); }

.service-card:hover .service-name { color: var(--color-white); }

.service-desc {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.75;
  transition: var(--transition);
}

.service-card:hover .service-desc { color: rgba(255,255,255,0.65); }

/* ── BEFORE / AFTER SECTION ───────────────── */
.results-section {
  padding: var(--spacing-section) 0;
  background: var(--color-dark);
}

.results-section .section-label { color: var(--color-gold); }

.results-section .section-heading { color: var(--color-white); }

.results-section .section-subheading { color: rgba(255,255,255,0.55); }

.ba-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 48px;
}

@media (max-width: 900px) { .ba-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .ba-grid { grid-template-columns: 1fr; } }

.ba-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: pointer;
  background: var(--color-dark-mid);
}

.ba-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.ba-item:hover img { transform: scale(1.04); }

.ba-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,24,20,0.85) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: 24px;
  opacity: 0;
  transition: var(--transition);
}

.ba-item:hover .ba-overlay { opacity: 1; }

.ba-label {
  font-family: var(--font-body-en);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-gold);
}

.rtl .ba-label { font-family: var(--font-body-ar); letter-spacing: 0; }

/* Slider Compare */
.ba-compare-wrap {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
  user-select: none;
}

.ba-compare-wrap img.img-before,
.ba-compare-wrap img.img-after {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ba-compare-wrap .img-after {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  overflow: hidden;
}

.ba-compare-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: var(--color-gold);
  cursor: ew-resize;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.ba-compare-handle .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 12px;
  flex-shrink: 0;
  box-shadow: 0 2px 16px rgba(0,0,0,0.3);
}

/* ── PHILOSOPHY SECTION ───────────────────── */
.philosophy-section {
  padding: var(--spacing-section) 0;
  background: var(--color-cream-dark);
}

.philosophy-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.philosophy-quote {
  font-family: var(--font-heading-en);
  font-size: clamp(24px, 3.5vw, 44px);
  font-weight: 300;
  font-style: italic;
  color: var(--color-dark);
  line-height: 1.4;
  margin-bottom: 32px;
  position: relative;
}

.rtl .philosophy-quote { font-family: var(--font-heading-ar); font-style: normal; }

.philosophy-quote::before {
  content: '"';
  font-size: 120px;
  line-height: 0.8;
  color: var(--color-gold-light);
  font-family: Georgia, serif;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
  opacity: 0.5;
}

.rtl .philosophy-quote::before { left: auto; right: -20px; }

.philosophy-author {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-gold);
}

.rtl .philosophy-author { letter-spacing: 0; }

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 80px;
}

@media (max-width: 900px) { .why-choose-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .why-choose-grid { grid-template-columns: 1fr; } }

.why-item {
  background: var(--color-white);
  padding: 36px 28px;
  text-align: center;
}

.why-item .icon {
  width: 52px;
  height: 52px;
  border: 1px solid var(--color-gold-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: var(--color-gold);
  font-size: 20px;
}

.why-item h4 {
  font-family: var(--font-heading-en);
  font-size: 17px;
  font-weight: 400;
  color: var(--color-dark);
  margin-bottom: 8px;
}

.rtl .why-item h4 { font-family: var(--font-heading-ar); }

.why-item p {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.7;
}

/* ── CONTACT SECTION ──────────────────────── */
.contact-section {
  padding: var(--spacing-section) 0;
  background: var(--color-dark);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; gap: 48px; } }

.contact-section .section-label { color: var(--color-gold); }
.contact-section .section-heading { color: var(--color-white); }
.contact-section .gold-divider { background: var(--color-gold); }

.contact-info {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-info-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.rtl .contact-info-item { flex-direction: row-reverse; }

.contact-info-icon {
  width: 44px;
  height: 44px;
  background: rgba(201,169,110,0.1);
  border: 1px solid rgba(201,169,110,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gold);
  flex-shrink: 0;
  font-size: 18px;
}

.contact-info-text h5 {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 4px;
}

.rtl .contact-info-text h5 { letter-spacing: 0; }

.contact-info-text p, .contact-info-text a {
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
  text-decoration: none;
  transition: var(--transition);
}

.contact-info-text a:hover { color: var(--color-gold); }

/* Contact Form */
.contact-form {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,169,110,0.15);
  padding: 48px;
}

@media (max-width: 600px) { .contact-form { padding: 28px 24px; } }

.form-heading {
  font-family: var(--font-heading-en);
  font-size: 28px;
  font-weight: 300;
  color: var(--color-white);
  margin-bottom: 32px;
}

.rtl .form-heading { font-family: var(--font-heading-ar); }

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 8px;
}

.rtl .form-group label { letter-spacing: 0; }

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(201,169,110,0.2);
  color: var(--color-white);
  padding: 14px 16px;
  font-size: 14px;
  font-family: var(--font-body-en);
  outline: none;
  transition: var(--transition);
  border-radius: var(--border-radius);
  appearance: none;
}

.rtl .form-group input,
.rtl .form-group textarea,
.rtl .form-group select { font-family: var(--font-body-ar); }

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--color-gold);
  background: rgba(255,255,255,0.07);
}

.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(255,255,255,0.3); }

.form-group textarea { resize: vertical; min-height: 120px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }

/* ── FOOTER ───────────────────────────────── */
#site-footer {
  background: #100E0B;
  padding: 80px 0 32px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(201,169,110,0.12);
}

@media (max-width: 900px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .footer-top { grid-template-columns: 1fr; gap: 36px; } }

.footer-brand .logo-name { font-size: 22px; }

.footer-brand p {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  line-height: 1.8;
  margin-top: 16px;
  max-width: 280px;
}

.footer-col h5 {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 20px;
}

.rtl .footer-col h5 { letter-spacing: 0; }

.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  transition: var(--transition);
  text-decoration: none;
}

.footer-col ul li a:hover { color: var(--color-gold); padding-left: 4px; }
.rtl .footer-col ul li a:hover { padding-left: 0; padding-right: 4px; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-copy {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(201,169,110,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  transition: var(--transition);
  text-decoration: none;
}

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

/* ── LANGUAGE SWITCHER ────────────────────── */
.lang-switch-wrap {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 900;
}

.rtl .lang-switch-wrap { right: auto; left: 32px; }

.lang-btn {
  background: var(--color-dark);
  border: 1px solid var(--color-gold);
  color: var(--color-gold);
  padding: 10px 18px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: var(--transition);
  font-family: var(--font-body-en);
  border-radius: var(--border-radius);
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.lang-btn:hover { background: var(--color-gold); color: var(--color-white); }

/* ── ELEMENTOR OVERRIDES ──────────────────── */
.elementor-section { position: relative; }
.elementor-widget-heading .elementor-heading-title { font-family: var(--font-heading-en); }
.rtl .elementor-widget-heading .elementor-heading-title { font-family: var(--font-heading-ar); }

/* ── UTILITIES ────────────────────────────── */
.text-gold { color: var(--color-gold); }
.text-white { color: var(--color-white); }
.text-dark { color: var(--color-dark); }
.bg-dark { background: var(--color-dark); }
.bg-cream { background: var(--color-cream); }
.bg-white { background: var(--color-white); }
.mt-0 { margin-top: 0 !important; }
.hidden { display: none !important; }

/* ── ANIMATIONS ───────────────────────────── */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

.fade-up:nth-child(1) { transition-delay: 0s; }
.fade-up:nth-child(2) { transition-delay: 0.1s; }
.fade-up:nth-child(3) { transition-delay: 0.2s; }
.fade-up:nth-child(4) { transition-delay: 0.3s; }
.fade-up:nth-child(5) { transition-delay: 0.4s; }
.fade-up:nth-child(6) { transition-delay: 0.5s; }

/* ── RESPONSIVE ───────────────────────────── */
@media (max-width: 768px) {
  :root { --spacing-section: 64px; }
  .hero-actions { flex-direction: column; }
  .hero-section { padding-top: 80px; min-height: 100svh; }
  .hero-content { padding: 0; }
  .about-image-wrap::before { display: none; }
}

/* WhatsApp FAB */
.whatsapp-fab {
  display: none;
  position: fixed;
  bottom: 28px;
  left: 28px;
  width: 52px;
  height: 52px;
  background: #25D366;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  z-index: 900;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.whatsapp-fab:hover { transform: scale(1.08); color: #fff; }
.rtl .whatsapp-fab { left: auto; right: 28px; }
@media (max-width: 1024px) { .whatsapp-fab { display: flex; } }

@media (max-width: 480px) {
  .hero-eyebrow::before { display: none; }
  .hero-eyebrow { font-size: 10px; letter-spacing: 0.15em; }
  .hero-title { font-size: clamp(36px, 10vw, 52px); }
  .hero-subtitle { font-size: 15px; }
  .hero-description { font-size: 14px; }
  .hero-actions { flex-direction: column; gap: 12px; }
  .hero-actions .btn { text-align: center; width: 100%; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}
