/* ============================================================
   مكتب الخليوي للمحاماة — style.css  v3.0
   Premium Color System — Deep Black + Warm Gold
   HTML & Content unchanged. CSS colors only.
   ============================================================ */

/* ---- DESIGN TOKENS ---- */
:root {
  /* Gold — exact brand color #977228 */
  --gold:        #977228;   /* primary brand gold */
  --gold-bright: #B08A35;   /* hover / highlight  */
  --gold-light:  #C9A352;   /* text accent        */
  --gold-dark:   #6B5018;   /* deep shadow gold   */
  --gold-glow:   rgba(151,114,40,.22);

  /* Backgrounds */
  --bg-void:    #03030A;
  --bg-base:    #07070F;
  --bg-raised:  #0C0C1A;
  --bg-card:    #101020;
  --bg-card-2:  #141428;
  --bg-input:   #0D0D1C;
  --bg-hover:   #181830;

  /* Navy */
  --navy:       #050D1A;
  --navy-mid:   #091524;

  /* Text */
  --tw:  #FFFFFF;
  --tc:  #EDE9DF;
  --tl:  #A8A49A;
  --tm:  #5E5A55;
  --tg2: #2E2E3C;

  /* Borders */
  --bg:  rgba(151,114,40,.24);
  --bgs: rgba(151,114,40,.52);
  --bs:  rgba(255,255,255,.06);
  --bm:  rgba(255,255,255,.10);

  /* Semantic */
  --green:  #22C55E;
  --greend: rgba(34,197,94,.16);
  --greenb: rgba(34,197,94,.32);

  /* Misc */
  --r:    10px;
  --rl:   18px;
  --rxl:  24px;
  --shsm: 0 4px 18px rgba(0,0,0,.5);
  --shmd: 0 14px 44px rgba(0,0,0,.68);
  --shlg: 0 28px 70px rgba(0,0,0,.82);
  --shg:  0 8px 30px rgba(151,114,40,.32);
  --tr:   all .3s cubic-bezier(.4,0,.2,1);
  --font: 'Tajawal', sans-serif;
}

/* ============================================================  BASE  */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font);
  background: var(--lm-bg1);
  color: var(--lm-tc);
  direction: rtl;
  overflow-x: hidden;
  line-height: 1.75;
  width: 100%;
}
::selection { background: var(--gold); color: var(--bg-void); }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--bg-void); }
::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, var(--gold-dark), var(--gold-bright));
  border-radius: 3px;
}
img { max-width: 100%; }
a   { text-decoration: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* ============================================================
   LIGHT MODE — sections only (hero & navbar unchanged)
   ============================================================ */
body {
  --lm-bg1:       #F8F5EF;
  --lm-bg2:       #EFEFEA;
  --lm-bg-card:   #FFFFFF;
  --lm-bg-card2:  #F3EFE7;
  --lm-bg-hover:  #EDE8DF;
  --lm-border:    rgba(151,114,40,.18);
  --lm-border-s:  rgba(151,114,40,.35);
  --lm-tw:        #1A1508;
  --lm-tc:        #2E2410;
  --lm-tl:        #5A4E38;
  --lm-tm:        #7A6E58;
  --lm-navy-bg: linear-gradient(160deg,#e8e0d0 0%,#f0ebe0 60%,#efe9dc 100%);
}

/* ============================================================  UTILS  */
.sec-pad   { padding: 100px 0; }
.sec-pad {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}
.hero-section.sec-pad,
#home.hero-section {
  content-visibility: visible;
}
.sec-dark  { background: var(--lm-bg1); }
.sec-dark2 { background: var(--lm-bg2); }
.sec-dark2.about-section {
  position: relative;
}
.sec-dark2.about-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='rgba(151,114,40,0.07)' stroke-width='1'%3E%3Cpath d='M60 10 L60 110 M10 60 L110 60'/%3E%3Ccircle cx='60' cy='60' r='35'/%3E%3Cpath d='M38 40 L82 40 L82 88 L38 88 Z'/%3E%3Cpath d='M48 40 L48 30 L72 30 L72 40'/%3E%3Cpath d='M44 55 L76 55 M44 65 L76 65 M44 75 L66 75'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 120px 120px;
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}
.sec-dark2.about-section > .container {
  position: relative;
  z-index: 1;
}
.sec-navy  { background: var(--lm-navy-bg); }
.tg        { color: var(--gold-bright) !important; }

.sec-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .76rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold-bright);
  background: rgba(151,114,40,.1);
  border: 1px solid var(--bg);
  padding: 6px 18px; border-radius: 50px; margin-bottom: 1rem;
}
.sec-eyebrow.lt { color: var(--gold-light); background: rgba(151,114,40,.07); }

.sec-h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  font-weight: 900; color: var(--tw); line-height: 1.28; margin-bottom: .8rem;
}
.sec-h2.lt { color: var(--tw); }
.sec-sub    { color: var(--tm); font-size: 1rem; max-width: 600px; margin: 0 auto; }
.sec-sub.lt { color: var(--tl); }
.body-p     { color: var(--tl); font-size: .97rem; line-height: 1.9; margin-bottom: 1rem; }

/* ============================================================  TOP BAR  */
.topbar {
  background: var(--bg-void);
  border-bottom: 1px solid rgba(151,114,40,.14);
  padding: 8px 0; font-size: .82rem;
}
.tb-link       { color: var(--tm); display: inline-flex; align-items: center; gap: 6px; transition: color .2s; }
.tb-link:hover { color: var(--gold-bright); }
.tb-link.green { color: var(--green); }
.tb-link i     { font-size: .85rem; }

/* ============================================================  NAVBAR  */
#mainNav {
  background: transparent !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid transparent;
  padding: 30px 0;
  transition: background .4s ease, border-color .4s ease, box-shadow .4s ease;
  z-index: 1050;
}
#mainNav.scrolled {
  padding: 30px 0;
  background: #1C1608 !important;
  border-bottom-color: rgba(151,114,40,.17);
  box-shadow: 0 4px 28px rgba(0,0,0,.6);
}

/* النصوص بيضاء دايماً */
#mainNav .nav-link                 { color: #ffffff !important; }
#mainNav .nav-link:hover,
#mainNav .nav-link.active          { color: var(--gold-bright) !important; }

/* لما يتعمل scroll */
#mainNav.scrolled .nav-link        { color: #ffffff !important; }
#mainNav.scrolled .nav-link:hover,
#mainNav.scrolled .nav-link.active { color: var(--gold-bright) !important; }
#mainNav.scrolled .btn-nav-cta     { color: var(--bg-void) !important; }

.logo-emblem {
  width: 44px; height: 44px;
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 55%, var(--gold-bright) 100%);
  border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 18px rgba(151,114,40,.4), inset 0 1px 0 rgba(255,255,255,.14);
}
.logo-emblem.small { width: 36px; height: 36px; }
.logo-emblem span  { font-family: var(--font); font-size: 1.3rem; font-weight: 900; color: var(--bg-void); }
.logo-text  { display: flex; flex-direction: column; line-height: 1.2; }
.logo-main  { font-size: 1rem; font-weight: 900; color: var(--tw); }
.logo-sub   { font-size: .6rem; color: var(--gold-bright); font-weight: 600; letter-spacing: .5px; }

.nav-link {
  color: var(--tl) !important; font-weight: 600; font-size: .875rem;
  padding: 7px 12px !important; border-radius: 7px; transition: var(--tr); position: relative;
}
.nav-link::after {
  content: ''; position: absolute; bottom: 3px; right: 50%; left: 50%;
  height: 2px; background: var(--gold-bright); border-radius: 1px; transition: var(--tr);
}
.nav-link:hover::after, .nav-link.active::after { right: 12px; left: 12px; }
.nav-link:hover, .nav-link.active { color: var(--gold-bright) !important; background: rgba(151,114,40,.07); }

.btn-nav-cta {
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 50%, var(--gold-bright) 100%);
  color: var(--bg-void) !important; font-weight: 800; font-size: .73rem;
  padding: 6px 13px; border-radius: 6px; border: none;
  box-shadow: 0 4px 20px rgba(151,114,40,.42), inset 0 1px 0 rgba(255,255,255,.1);
  transition: var(--tr); white-space: nowrap;
}
.btn-nav-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(151,114,40,.6); color: var(--bg-void) !important; }

.mob-btn-call, .mob-btn-wa {
  width: 36px; height: 36px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; transition: var(--tr);
}
.mob-btn-call { background: rgba(151,114,40,.12); border: 1px solid var(--bg); color: var(--gold-bright); }
.mob-btn-wa   { background: var(--greend); border: 1px solid var(--greenb); color: var(--green); }

.navbar-toggler { border-color: var(--bg); background: rgba(151,114,40,.08); }
.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(212,168,55,.9)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media(max-width:991px){
  .navbar-collapse {
    background: var(--bg-card);
    border-radius: var(--rl);
    padding: 1rem .75rem;
    margin-top: .75rem;
    border: 1px solid var(--bg);
    box-shadow: var(--shmd);
  }

  .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(151,114,40,.08);
  }
  .navbar-nav .nav-item:last-child { border-bottom: none; }

  .navbar-nav .nav-link {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 13px 14px !important;
    border-radius: 10px !important;
    font-size: .93rem !important;
    font-weight: 700 !important;
    color: var(--tl) !important;
    transition: var(--tr);
  }
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active {
    background: rgba(151,114,40,.1) !important;
    color: var(--gold-bright) !important;
    padding-right: 18px !important;
  }

  .navbar-nav .nav-link::after { display: none; }

  .nav-icon {
    font-size: 1rem;
    color: var(--gold-bright);
    width: 20px;
    text-align: center;
    flex-shrink: 0;
    opacity: .85;
  }
  .navbar-nav .nav-link:hover .nav-icon,
  .navbar-nav .nav-link.active .nav-icon {
    opacity: 1;
  }

  .btn-nav-cta { margin-top: .75rem; width: 100%; justify-content: center; display: flex; }
}

@media(min-width:992px){
  .nav-icon { display: none; }
}

/* ============================================================  HERO SLIDER  */
.hero-section {
  position: relative; min-height: 100vh; overflow: hidden; display: flex; align-items: center;
}
.hero-slider { position: absolute; inset: 0; z-index: 0; }
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.2s ease;
}
.hero-slide.active { opacity: 1; }
.hero-slide-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(3,3,10,.55) 0%, rgba(3,3,10,.65) 100%);
}
.hero-content { position: relative; z-index: 2; width: 100%; }

.hero-texts { position: relative; min-height: 240px; }
.hero-text-item { display: none; }
.hero-text-item.active { display: block; }

.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 10;
  width: 52px; height: 52px; border-radius: 50%;
  background: transparent !important;
  border: 1.5px solid rgba(255,255,255,.3);
  color: #fff; font-size: 1.2rem;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; backdrop-filter: blur(6px);
  transition: background .25s, transform .25s;
}
.hero-arrow:hover  { background: #C5A059 !important; border-color: #C5A059; transform: translateY(-50%) scale(1.1); }
.hero-arrow:active,
.hero-arrow:focus  { background: #C5A059 !important; outline: none; }
.hero-arrow-prev { right: 32px; }
.hero-arrow-next { left:  32px; }

.hero-dots {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  z-index: 4; display: flex; gap: 10px;
}
.hero-dot {
  width: 10px; height: 10px; border-radius: 50%; padding: 0;
  border: 2px solid rgba(255,255,255,.5); background: transparent;
  cursor: pointer; transition: all .3s;
}
.hero-dot.active { background: var(--gold); border-color: var(--gold); transform: scale(1.3); }

@media(max-width:768px){
  .hero-arrow { width: 38px; height: 38px; font-size: .95rem; }
  .hero-arrow-prev { right: 12px; }
  .hero-arrow-next { left:  12px; }
}

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(151,114,40,.14); border: 1px solid rgba(151,114,40,.42);
  color: var(--gold-light); padding: 10px 24px; border-radius: 50px;
  font-size: .95rem; font-weight: 700; margin-bottom: 1.4rem;
  letter-spacing: .3px;
  animation: eyePulse 3.5s ease-in-out infinite;
}
@keyframes eyePulse { 0%,100%{box-shadow:0 0 0 0 rgba(151,114,40,.18)} 50%{box-shadow:0 0 0 9px rgba(151,114,40,0)} }

.hero-title {
  font-size: clamp(1.6rem, 3.4vw, 2.4rem);
  font-weight: 900; color: var(--tw); line-height: 1.6; margin-bottom: 1.5rem;
  text-shadow: 0 2px 28px rgba(0,0,0,.45);
  padding-bottom: 5px;
}
.hero-accent {
  display: inline-block;
  background: linear-gradient(125deg, var(--gold) 20%, var(--gold-light) 55%, var(--gold-bright) 80%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  font-size: clamp(2.4rem, 6vw, 3.8rem);
  line-height: 1.6;
}
.hero-desc { color: var(--tl); font-size: 1.05rem; max-width: 580px; margin-bottom: 2rem; line-height: 1.88; }
.hero-checks {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-top: 4px;
}
.hero-checks-row {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.hero-checks span { display: inline-flex; align-items: center; gap: 7px; color: var(--tc); font-size: .88rem; font-weight: 600; }
.hero-checks i    { color: #c5a059; font-size: .95rem; margin-left: 8px; }

/* Hero card */
.hero-card {
  background: linear-gradient(160deg, rgba(151,114,40,.08) 0%, rgba(10,10,22,.92) 100%);
  border: 1px solid rgba(151,114,40,.32);
  border-radius: var(--rxl); padding: 44px 36px; text-align: center;
  position: relative; overflow: hidden; backdrop-filter: blur(14px);
  box-shadow: 0 32px 80px rgba(0,0,0,.75), inset 0 1px 0 rgba(151,114,40,.22);
}
.hero-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent 5%, var(--gold-bright) 38%, var(--gold-light) 62%, transparent 95%);
}
.hero-card::after {
  content: ''; position: absolute; top: -50px; left: -50px;
  width: 170px; height: 170px;
  background: radial-gradient(circle, rgba(151,114,40,.09) 0%, transparent 70%);
  pointer-events: none;
}
.hc-main-icon { font-size: 3.8rem; color: var(--gold); display: block; margin-bottom: 18px; filter: drop-shadow(0 4px 14px rgba(151,114,40,.42)); }
.hc-line      { width: 64px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); margin: 0 auto 28px; }
.hc-stats     { display: flex; justify-content: center; align-items: center; gap: 28px; margin-bottom: 28px; }
.hcs-item     { text-align: center; }
.hcs-num      { font-size: 2.5rem; font-weight: bold; color: #c5a059; line-height: 1; }
.hcs-plus     { font-size: 1.6rem; font-weight: 900; color: var(--gold-bright); }
.hcs-label    { display: block; font-size: .76rem; color: var(--tm); font-weight: 600; margin-top: 5px; letter-spacing: .4px; }
.hcs-sep      { width: 1px; height: 56px; background: linear-gradient(to bottom, transparent, var(--bg), transparent); }
.hc-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(151,114,40,.13); border: 1px solid var(--bg);
  color: var(--gold-light); padding: 9px 20px; border-radius: 50px;
  font-size: .82rem; font-weight: 700;
}

.btn-hero-gold {
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 50%, var(--gold-bright) 100%);
  color: #ffffff !important; font-weight: 800; font-size: 1rem;
  padding: 15px 34px; border-radius: var(--r); border: none;
  box-shadow: 0 8px 28px rgba(151,114,40,.46), inset 0 1px 0 rgba(255,255,255,.12);
  transition: var(--tr);
  display: inline-block !important;
  white-space: nowrap !important;
  max-width: 200px !important;
  width: auto !important;
}
.btn-hero-gold:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(151,114,40,.68); color: #ffffff !important; }

.nav-cta-desktop {
  display: inline-flex !important;
}

.nav-cta-mobile-inline {
  display: none !important;
}

.btn-hero-ghost {
  background: rgba(255,255,255,.06); color: var(--tc) !important;
  border: 1.5px solid rgba(255,255,255,.2); font-size: 1rem;
  padding: 13px 30px; border-radius: var(--r); transition: var(--tr); backdrop-filter: blur(8px);
}
.btn-hero-ghost:hover { background: rgba(151,114,40,.1); border-color: var(--gold-bright); color: var(--gold-light) !important; transform: translateY(-2px); }

.hero-scroll-line { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 3; }
.hero-scroll-line span {
  display: block; width: 2px; height: 56px;
  background: linear-gradient(to bottom, var(--gold-bright), transparent);
  animation: scrl 2.2s ease-in-out infinite;
}
@keyframes scrl { 0%{transform:scaleY(0);transform-origin:top;opacity:1} 50%{transform:scaleY(1);transform-origin:top;opacity:1} 100%{transform:scaleY(1);transform-origin:bottom;opacity:0} }

/* ============================================================  TRUST STRIP  */
.trust-strip {
  background: linear-gradient(90deg, var(--bg-void) 0%, var(--bg-card) 50%, var(--bg-void) 100%);
  border-top: 1px solid rgba(151,114,40,.12); border-bottom: 1px solid rgba(151,114,40,.12);
  padding: 24px 0;
}
.ts-cell {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 13px; color: var(--tl); font-size: .88rem; font-weight: 600;
  border-right: 1px solid rgba(151,114,40,.1); transition: color .25s;
}
.ts-cell:last-child { border-right: none; }
.ts-cell:hover      { color: var(--gold-light); }
.ts-cell i          { font-size: 1.2rem; color: var(--gold); }
@media(max-width:767px){ .ts-cell { border-right: none; border-bottom: 1px solid rgba(151,114,40,.08); } }

/* ============================================================  ABOUT  */
.about-vis  { position: relative; padding: 30px 30px 30px 0; }
.av-bg-deco {
  position: absolute; top: 0; right: 0; width: 84%; height: 84%;
  background: linear-gradient(140deg, rgba(151,114,40,.1) 0%, rgba(5,12,24,.55) 100%);
  border-radius: var(--rxl); border: 1px solid rgba(151,114,40,.16);
  transition: all .45s cubic-bezier(.4,0,.2,1);
}
.av-frame:hover ~ .av-bg-deco,
.av-frame:active ~ .av-bg-deco,
.about-vis:hover .av-bg-deco {
  background: linear-gradient(140deg, rgba(151,114,40,.55) 0%, rgba(151,114,40,.18) 60%, rgba(5,12,24,.4) 100%);
  border-color: rgba(151,114,40,.7);
  box-shadow: 0 0 50px rgba(151,114,40,.28), inset 0 0 30px rgba(151,114,40,.08);
}
.av-frame {
  position: relative; z-index: 2;
  background:
    linear-gradient(160deg, rgba(14,14,34,.88) 0%, rgba(20,20,48,.92) 100%),
    url('https://images.unsplash.com/photo-1497366216548-37526070297c?w=600&q=80&auto=format&fit=crop');
  background-size: cover, cover;
  background-position: center, center;
  border-radius: var(--rl); border: 1px solid rgba(151,114,40,.38);
  padding: 54px 32px; text-align: center; overflow: hidden;
  box-shadow: var(--shmd), inset 0 0 60px rgba(151,114,40,.06);
  transition: border-color .3s, box-shadow .3s;
  cursor: default;
}
.av-frame:hover {
  border-color: rgba(151,114,40,.7);
  box-shadow: var(--shmd), 0 0 36px rgba(151,114,40,.22);
}
.av-frame::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent 8%, var(--gold-light) 36%, var(--gold) 64%, transparent 92%);
}
.av-frame::after {
  content: '⚖';
  position: absolute;
  bottom: -10px; left: 50%; transform: translateX(-50%);
  font-size: 7rem;
  color: rgba(151,114,40,0.10);
  pointer-events: none;
  line-height: 1;
  z-index: 0;
}
.av-frame > * { position: relative; z-index: 1; }
.av-frame .av-bg-lines {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 38px, rgba(151,114,40,.04) 38px, rgba(151,114,40,.04) 39px),
    repeating-linear-gradient(90deg, transparent, transparent 38px, rgba(151,114,40,.04) 38px, rgba(151,114,40,.04) 39px);
}
.av-map-link {
  color: var(--gold-bright);
  text-decoration: none;
  transition: color .2s, gap .2s;
  display: inline-flex; align-items: center; gap: 5px;
  font-size: .84rem; font-weight: 600;
}
.av-map-link:hover { color: var(--gold-light); text-decoration: underline; }
.av-icon { font-size: 3.5rem; color: var(--gold); display: block; margin-bottom: 18px; filter: drop-shadow(0 4px 12px rgba(151,114,40,.38)); }
.av-name { color: var(--tw); font-weight: 800; font-size: 1.15rem; margin-bottom: 8px; }
.av-sub  { color: var(--gold-bright); font-size: .82rem; display: flex; align-items: center; justify-content: center; gap: 5px; }

@keyframes floatBadgeTL {
  0%,100% { transform: translateY(0px) rotate(-1deg); box-shadow: 0 4px 18px rgba(151,114,40,.22); }
  50%     { transform: translateY(-7px) rotate(1deg); box-shadow: 0 12px 28px rgba(151,114,40,.38); }
}
@keyframes floatBadgeBR {
  0%,100% { transform: translateY(0px) rotate(1deg); box-shadow: 0 4px 18px rgba(151,114,40,.22); }
  50%     { transform: translateY(-7px) rotate(-1deg); box-shadow: 0 12px 28px rgba(151,114,40,.38); }
}
.av-dot-tl, .av-dot-br {
  position: absolute; z-index: 3;
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--bg-card-2); border: 1px solid var(--bg);
  color: var(--gold-light); padding: 8px 15px; border-radius: 50px;
  font-size: .79rem; font-weight: 700; box-shadow: var(--shsm);
}
.av-dot-tl { top: 12px; left: 12px; animation: floatBadgeTL 3.2s ease-in-out infinite; }
.av-dot-br { bottom: 8px; right: 8px;  animation: floatBadgeBR 3.6s ease-in-out infinite 0.4s; }

.vm-card {
  background: var(--bg-card-2); border: 1px solid rgba(151,114,40,.18);
  border-radius: var(--r); padding: 22px; transition: var(--tr); height: 100%;
}
.vm-card:hover { border-color: var(--bgs); transform: translateY(-4px); box-shadow: 0 18px 44px rgba(0,0,0,.55); background: var(--bg-hover); }
.vm-icon {
  width: 46px; height: 46px; background: rgba(151,114,40,.13); border: 1px solid var(--bg);
  border-radius: 11px; display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: var(--gold-bright); margin-bottom: 1rem;
  box-shadow: 0 4px 12px rgba(151,114,40,.14);
}
.vm-icon.mis { background: rgba(151,114,40,.08); }
.vm-card h4  { color: var(--tw); font-size: 1rem; font-weight: 800; margin-bottom: .5rem; }
.vm-card p   { color: var(--tm); font-size: .875rem; line-height: 1.8; margin: 0; }

/* ============================================================  SERVICES  */
.srv-tagline {
  color: var(--gold); font-style: italic; font-size: .96rem;
  font-family: 'Amiri', serif; margin-top: .6rem; opacity: .75;
}
.srv-card {
  background: var(--bg-card); border: 1px solid var(--bs);
  border-radius: var(--r); padding: 36px 28px;
  transition: var(--tr); position: relative; height: 100%;
  display: flex; flex-direction: column;
}
.srv-card p { flex-grow: 0; }
.srv-card .srv-ul { flex-grow: 1; }
.srv-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(145deg, rgba(151,114,40,.07) 0%, transparent 55%);
  opacity: 0; transition: opacity .4s; pointer-events: none;
}
.srv-card:hover {
  border-color: var(--gold);
  transform: translateY(-7px);
  background: var(--bg-hover);
  box-shadow: 0 26px 60px rgba(0,0,0,.7), 0 0 0 1px rgba(151,114,40,.45), 0 0 28px rgba(151,114,40,.18);
}
.srv-card:hover::before { opacity: 1; }

.srv-underline {
  position: absolute; bottom: 0; right: 100%; left: 0; height: 2px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-bright));
  transition: right .4s cubic-bezier(.4,0,.2,1);
}
.srv-card:hover .srv-underline { right: 0; }

.srv-ico {
  width: 60px; height: 60px;
  background: rgba(151,114,40,.12); border: 1px solid rgba(151,114,40,.28);
  border-radius: 13px; display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; color: var(--gold-bright); margin-bottom: 1.3rem;
  transition: var(--tr); box-shadow: 0 4px 14px rgba(151,114,40,.12);
}
.srv-card:hover .srv-ico,
.srv-card:active .srv-ico,
.srv-card:focus-within .srv-ico {
  background: var(--gold); color: #ffffff !important; border-color: var(--gold);
  transform: scale(1.08) rotate(5deg); box-shadow: 0 8px 26px rgba(151,114,40,.48);
}
.srv-card h3 { color: var(--tw); font-size: 1.02rem; font-weight: 800; margin-bottom: .7rem; line-height: 1.4; }
.srv-card p  { color: var(--tm); font-size: .875rem; line-height: 1.78; margin-bottom: 1rem; }

.srv-ul    { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 7px; }
.srv-ul li { display: flex; align-items: flex-start; gap: 9px; color: var(--tl); font-size: .855rem; line-height: 1.6; }
.srv-ul i  { color: var(--gold-bright); font-size: .92rem; flex-shrink: 0; margin-top: 2px; }

.srv-featured { background: linear-gradient(155deg, var(--bg-card) 0%, var(--bg-card-2) 100%); border-color: rgba(151,114,40,.25); }
.srv-cta-link { margin-top: auto; padding-top: 1.2rem; }
.srv-cta-link a {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--gold-bright); font-size: .87rem; font-weight: 700; transition: gap .22s, color .22s;
}
.srv-cta-link a:hover { gap: 12px; color: var(--gold-light); }

.btn-outline-gold-lg {
  background: transparent; border: 1.5px solid var(--gold); color: var(--gold-bright) !important;
  font-weight: 800; font-size: 1rem; padding: 14px 38px; border-radius: var(--r); transition: var(--tr);
}
.btn-outline-gold-lg:hover,
.btn-outline-gold-lg:hover i { background: var(--gold); color: #ffffff !important; transform: translateY(-2px); box-shadow: 0 10px 32px rgba(151,114,40,.42); }

/* ============================================================  WHY  */
.why-card {
  background: rgba(255,255,255,.028); border: 1px solid var(--bs);
  border-radius: var(--r); padding: 28px 24px; transition: var(--tr); height: 100%;
  position: relative; overflow: hidden;
}
.why-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 100%; height: 2px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-bright));
  transition: right .35s ease;
}
.why-card:hover {
  border-color: var(--bg); background: rgba(151,114,40,.05);
  transform: translateY(-5px); box-shadow: 0 22px 52px rgba(0,0,0,.55);
}
.why-card:hover::after { right: 0; }

.why-ico {
  width: 54px; height: 54px;
  background: linear-gradient(135deg, rgba(151,114,40,.16) 0%, rgba(151,114,40,.06) 100%);
  border: 1px solid rgba(151,114,40,.28); border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; color: var(--gold-bright); margin-bottom: 1rem;
  transition: var(--tr); box-shadow: 0 4px 14px rgba(151,114,40,.12);
}
.why-card:hover .why-ico {
  background: linear-gradient(135deg, rgba(151,114,40,.25) 0%, rgba(151,114,40,.1) 100%);
  border-color: var(--bgs); box-shadow: 0 6px 22px rgba(151,114,40,.28);
}
.why-card h4 { color: var(--tw); font-size: 1rem; font-weight: 800; margin-bottom: .5rem; }
.why-card p  { color: var(--tm); font-size: .875rem; line-height: 1.8; margin: 0; }

.why-bottom {}
.why-quote {
  font-family: 'Amiri', serif; font-size: 1.35rem; font-style: italic;
  color: var(--tc); border: none; padding: 0; position: relative;
  display: inline-block; max-width: 620px; line-height: 1.7;
}
.why-quote i { color: rgba(151,114,40,.28); font-size: 2.4rem; display: block; margin-bottom: 6px; line-height: 1; }

.btn-gold-solid {
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 50%, var(--gold-bright) 100%);
  background-color: #C5A059;
  border: 1px solid #C5A059;
  color: #ffffff !important; font-weight: 800; padding: 14px 36px;
  border-radius: var(--r); border: none; transition: var(--tr);
  box-shadow: 0 8px 28px rgba(151,114,40,.42), inset 0 1px 0 rgba(255,255,255,.1);
}
.btn-gold-solid:hover,
.btn-gold-solid:active,
.btn-gold-solid:focus,
.btn-gold-solid:visited { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(151,114,40,.62); color: #ffffff !important; background-color: #a88545; }
.btn-gold-solid i,
.btn-gold-solid .bi { color: #ffffff !important; }

.btn-outline-light-cst {
  background: rgba(151,114,40,.08); color: var(--gold-bright) !important;
  border: 1.5px solid var(--gold); padding: 12px 30px;
  border-radius: var(--r); transition: var(--tr);
}
.btn-outline-light-cst:hover { border-color: var(--gold-bright); color: var(--gold-light) !important; background: rgba(151,114,40,.16); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(151,114,40,.28); }

/* ============================================================  TEAM  */
.team-vis { position: relative; display: inline-block; }
.tv-circle {
  width: 210px; height: 210px; border-radius: 50%;
  background: radial-gradient(circle at 34% 32%, var(--bg-card-2), var(--bg-hover));
  border: 2px solid rgba(151,114,40,.34);
  display: flex; align-items: center; justify-content: center; margin: 0 auto;
  box-shadow: 0 22px 64px rgba(0,0,0,.7), 0 0 0 10px rgba(151,114,40,.06), 0 0 0 20px rgba(151,114,40,.03);
}
.tv-icon  { font-size: 5.5rem; color: var(--gold); filter: drop-shadow(0 4px 14px rgba(151,114,40,.38)); }
.tv-badge {
  position: absolute; bottom: -12px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold-dark), var(--gold), var(--gold-bright));
  color: var(--bg-void); padding: 8px 20px; border-radius: 50px;
  font-size: .8rem; font-weight: 800; white-space: nowrap;
  display: flex; align-items: center; gap: 6px;
  box-shadow: 0 8px 26px rgba(151,114,40,.48), inset 0 1px 0 rgba(255,255,255,.15);
}

.team-role-tag {
  display: inline-block; background: rgba(151,114,40,.12); border: 1px solid var(--bg);
  color: var(--gold-bright); padding: 5px 15px; border-radius: 50px;
  font-size: .78rem; font-weight: 700; margin-bottom: .8rem;
}
.team-name { color: var(--tw); font-size: 1.55rem; font-weight: 900; margin-bottom: 1rem; }
.team-creds { display: flex; flex-direction: column; gap: 9px; margin-top: 1.1rem; }
.tc-item { display: flex; align-items: center; gap: 10px; color: var(--tl); font-size: .875rem; }
.tc-item i { color: var(--gold-bright); flex-shrink: 0; }

.ts-item {
  display: flex; align-items: center; gap: 9px;
  background: rgba(151,114,40,.07); border: 1px solid rgba(151,114,40,.14);
  border-radius: 9px; padding: 9px 13px;
  color: var(--tc); font-size: .855rem; font-weight: 600; transition: var(--tr);
}
.ts-item:hover { background: rgba(151,114,40,.12); border-color: var(--bg); }
.ts-item i { color: var(--gold-bright); }

.team-sep { text-align: center; position: relative; margin: 2.5rem 0; }
.team-sep::before {
  content: ''; position: absolute; top: 50%; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(151,114,40,.22), transparent);
}
.team-sep span { position: relative; background: var(--bg-raised); padding: 0 18px; color: var(--tm); font-size: .84rem; font-weight: 600; }

.team-member-card {
  background: var(--bg-card); border: 1px solid rgba(151,114,40,.16);
  border-radius: var(--r); padding: 28px; display: flex; gap: 20px; align-items: flex-start; transition: var(--tr);
}
.team-member-card:hover { border-color: var(--bg); transform: translateY(-4px); box-shadow: 0 20px 48px rgba(0,0,0,.55); background: var(--bg-hover); }
.tmc-av {
  width: 66px; height: 66px; flex-shrink: 0;
  background: rgba(151,114,40,.12); border: 1px solid var(--bg);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 1.9rem; color: var(--gold-bright); box-shadow: 0 4px 14px rgba(151,114,40,.15);
}
.tmc-role { display: block; font-size: .74rem; font-weight: 700; color: var(--gold-bright); margin-bottom: 3px; text-transform: uppercase; letter-spacing: 1px; }
.tmc-info h5 { color: var(--tw); font-size: 1rem; font-weight: 800; margin-bottom: 7px; }
.tmc-info p  { color: var(--tm); font-size: .85rem; line-height: 1.72; margin: 0; }
.team-note   { color: var(--tm); font-size: .9rem; line-height: 1.75; }

/* ============================================================  TEAM v3  */
.tm3-main-wrap {
  background: #ffffff;
  border: 1px solid rgba(151,114,40,.2);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(151,114,40,.1);
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 40px 40px;
  position: relative;
}
.tm3-main-wrap::before {
  content: '';
  position: absolute; top: 0; left: 15%; right: 15%; height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--gold-bright), transparent);
}

.tm3-photo-center {
  position: relative;
  margin-bottom: 28px;
  display: inline-block;
}
.tm3-photo-ring {
  width: 220px; height: 220px;
  border-radius: 50%;
  padding: 5px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold-bright));
  box-shadow: 0 0 0 8px rgba(151,114,40,.08), 0 16px 48px rgba(151,114,40,.28);
}
.tm3-photo {
  width: 100%; height: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center top;
}
.tm3-photo-badge {
  position: absolute; bottom: -12px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold-dark), var(--gold), var(--gold-bright));
  color: #1a1508; padding: 7px 20px; border-radius: 50px;
  font-size: .78rem; font-weight: 800; white-space: nowrap;
  display: inline-flex; align-items: center; gap: 6px;
  box-shadow: 0 6px 22px rgba(151,114,40,.45);
}

.tm3-content { width: 100%; max-width: 720px; text-align: center; }
.tm3-name {
  font-size: 1.6rem; font-weight: 900;
  color: #1a1508; margin: 20px 0 24px; line-height: 1.3;
}

.tm3-bio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
  text-align: right;
}
.tm3-bio-item {
  display: flex; align-items: flex-start; gap: 10px;
  background: rgba(151,114,40,.05);
  border: 1px solid rgba(151,114,40,.12);
  border-radius: 12px; padding: 12px 14px;
  color: #4a3e28; font-size: .875rem; line-height: 1.6;
  transition: background .2s, border-color .2s;
}
.tm3-bio-item:hover { background: rgba(151,114,40,.1); border-color: rgba(151,114,40,.25); }
.tm3-bio-item i { color: var(--gold); font-size: .9rem; flex-shrink: 0; margin-top: 3px; }

.tm3-creds {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
  padding-top: 20px; border-top: 1px solid rgba(151,114,40,.13);
}
.tm3-cred {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(151,114,40,.07); border: 1px solid rgba(151,114,40,.18);
  border-radius: 50px; padding: 7px 16px;
  color: #5a4e38; font-size: .82rem; font-weight: 600;
}
.tm3-cred i { color: var(--gold); font-size: .8rem; }

.tm3-sep {
  text-align: center; position: relative; margin: 0 0 2rem;
}
.tm3-sep::before {
  content: ''; position: absolute; top: 50%; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(151,114,40,.25), transparent);
}
.tm3-sep span {
  position: relative; background: var(--lm-bg2);
  padding: 0 20px; color: #7a6e58; font-size: .84rem; font-weight: 700;
}

.tm3-member-card {
  display: flex; align-items: center; gap: 20px;
  background: rgba(255,255,255,0.05);
  border: 1px solid #C5A059;
  border-radius: 16px; padding: 22px 28px;
  box-shadow: 0 4px 20px rgba(151,114,40,.08);
  transition: all .3s;
  overflow: visible;
}
.tm3-member-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 38px rgba(151,114,40,.15);
  border-color: rgba(151,114,40,.32);
}
.tm3-member-photo {
  flex-shrink: 0;
  width: 120px; height: 120px;
  border-radius: 50%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border: 3px solid #C5A059;
  box-shadow: 0 0 0 5px rgba(151,114,40,.1);
  overflow: hidden;
  min-width: 120px;
}
.tm3-member-info { flex: 1; }
.tm3-member-role {
  display: block; font-size: .72rem; font-weight: 700;
  color: var(--gold); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 4px;
}
.tm3-member-name { color: #1a1508; font-size: 1.05rem; font-weight: 900; margin-bottom: 7px; }
.tm3-member-bio  { color: #7a6e58; font-size: .86rem; line-height: 1.72; margin: 0; }

.tm3-note {
  color: #7a6e58; font-size: .92rem; line-height: 1.8;
  padding: 16px 28px;
  background: rgba(151,114,40,.05);
  border: 1px solid rgba(151,114,40,.13);
  border-radius: 12px;
  max-width: 680px; margin-inline: auto;
}

@media (max-width: 768px) {
  .tm3-main-wrap  { padding: 40px 20px 32px; }
  .tm3-photo-ring { width: 180px; height: 180px; }
  .tm3-name       { font-size: 1.3rem; }
  .tm3-bio-grid   { grid-template-columns: 1fr; }
  .tm3-member-card { flex-direction: column; text-align: center; }
  .tm3-member-photo { width: 90px; height: 90px; border-radius: 50% !important; margin: 0 auto; }
}

/* ============================================================  EXPERTISE  */
.exp-card {
  position: relative;
  background: linear-gradient(155deg, var(--bg-card) 0%, var(--bg-card-2) 100%);
  border: 1px solid rgba(151,114,40,.18);
  border-radius: 18px;
  padding: 38px 24px 32px;
  text-align: center;
  transition: all .4s cubic-bezier(.4,0,.2,1);
  overflow: hidden;
  height: 100%;
}
.exp-card::before {
  content: '';
  position: absolute; top: 0; left: 15%; right: 15%; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transition: opacity .4s;
}
.exp-card::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(151,114,40,.12) 0%, transparent 70%);
  opacity: 0;
  transition: opacity .4s;
}
.exp-card:hover {
  border-color: rgba(151,114,40,.55);
  background: linear-gradient(155deg, var(--bg-hover) 0%, var(--bg-card-2) 100%);
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(0,0,0,.65), 0 0 0 1px rgba(151,114,40,.22), 0 0 40px rgba(151,114,40,.1);
}
.exp-card:hover::before { opacity: 1; }
.exp-card:hover::after  { opacity: 1; }

.exp-num {
  position: absolute; top: 14px; left: 18px;
  font-size: .68rem; font-weight: 900; letter-spacing: 1px;
  color: rgba(151,114,40,.35);
  font-family: var(--font);
  transition: color .3s;
}
.exp-card:hover .exp-num { color: var(--gold-bright); }

.exp-ico {
  position: relative; z-index: 1;
  width: 72px; height: 72px;
  background: rgba(151,114,40,.1);
  border: 1px solid rgba(151,114,40,.25);
  border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.7rem; color: var(--gold-bright);
  margin: 0 auto 1.3rem;
  transition: all .4s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 4px 18px rgba(151,114,40,.12);
}
.exp-card:hover .exp-ico,
.exp-card:active .exp-ico {
  background: var(--gold);
  color: #ffffff !important;
  border-color: var(--gold);
  box-shadow: 0 10px 32px rgba(151,114,40,.52);
  transform: scale(1.1) translateY(-3px);
  border-radius: 22px;
}

.exp-line {
  width: 32px; height: 2px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-bright));
  margin: 1rem auto 0;
  border-radius: 2px;
  opacity: .4;
  transition: all .3s;
}
.exp-card:hover .exp-line { width: 52px; opacity: 1; }

.exp-card h5 {
  position: relative; z-index: 1;
  color: var(--tw); font-size: .97rem; font-weight: 800;
  margin-bottom: .5rem; line-height: 1.4;
  transition: color .3s;
}
.exp-card:hover h5 { color: var(--gold-light); }

.exp-card p  {
  position: relative; z-index: 1;
  color: var(--tm); font-size: .8rem;
  line-height: 1.65; margin: 0;
}

/* ============================================================  FAQ  */
.faq-acc { display: flex; flex-direction: column; gap: 10px; }
.faq-item {
  background: var(--bg-card) !important; border: 1px solid rgba(151,114,40,.16) !important;
  border-radius: var(--r) !important; overflow: hidden; transition: border-color .3s, box-shadow .3s;
}
.faq-item:has(.faq-btn:not(.collapsed)) {
  border-color: var(--bgs) !important;
  box-shadow: 0 0 0 1px rgba(151,114,40,.1), 0 12px 30px rgba(0,0,0,.4) !important;
}
.faq-btn {
  background: var(--bg-card) !important; color: var(--tc) !important;
  font-family: var(--font); font-weight: 700; font-size: .95rem;
  padding: 19px 22px !important; box-shadow: none !important;
  display: flex; align-items: center; gap: 0;
}
.faq-btn::after {
  filter: none !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23A87E2E'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.faq-btn:not(.collapsed) {
  color: var(--gold-bright) !important; background: rgba(151,114,40,.06) !important;
}
.faq-btn:not(.collapsed)::after {
  filter: none !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23C49A40'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.faq-btn i { color: var(--gold-bright); font-size: 1rem; flex-shrink: 0; margin-left: 4px; }
.faq-body {
  background: var(--bg-card-2) !important; color: var(--tl) !important;
  font-size: .92rem; line-height: 1.82; padding: 20px 22px !important;
  border-top: 1px solid rgba(151,114,40,.16) !important;
}

/* ============================================================  CTA BAND  */
.cta-band {
  position: relative; padding: 100px 0; overflow: hidden;
  background: linear-gradient(155deg, var(--navy) 0%, var(--navy-mid) 50%, var(--bg-raised) 100%);
}
.cta-band-ov {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 65% 90% at 50% 50%, rgba(151,114,40,.1) 0%, transparent 62%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath d='M30 0L60 30L30 60L0 30Z' fill='none' stroke='rgba(151,114,40,.04)' stroke-width='1'/%3E%3C/svg%3E");
  pointer-events: none;
}
.cta-band h2   { font-size: clamp(1.7rem, 3.5vw, 2.6rem); font-weight: 900; color: var(--tw); margin-bottom: .9rem; }
.cta-band p    { color: var(--tl); font-size: 1.02rem; max-width: 540px; margin: 0 auto; }
.cta-band-icon { font-size: 3.8rem; color: var(--gold); margin-bottom: 1.4rem; display: block; filter: drop-shadow(0 6px 20px rgba(151,114,40,.42)); animation: floatIC 4s ease-in-out infinite; }
@keyframes floatIC { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }

.btn-wa-solid {
  background: var(--greend); color: var(--green) !important;
  border: 1.5px solid var(--greenb); padding: 13px 32px;
  border-radius: var(--r); font-weight: 800; transition: var(--tr);
}
.btn-wa-solid:hover { background: var(--green); border-color: var(--green); color: #fff !important; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(34,197,94,.42); }

/* ============================================================  CONTACT  */
.cinfo-box {
  background: var(--bg-card); border: 1px solid rgba(151,114,40,.2);
  border-radius: var(--rl); padding: 34px; box-shadow: var(--shmd);
}
.ci-item {
  display: flex; align-items: flex-start; gap: 15px;
  padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.05);
}
.ci-item:last-of-type { border-bottom: none; }
.ci-ico {
  width: 44px; height: 44px; flex-shrink: 0;
  background: rgba(151,114,40,.12); border: 1px solid var(--bg);
  border-radius: 11px; display: flex; align-items: center; justify-content: center;
  font-size: 1.05rem; color: var(--gold-bright); box-shadow: 0 4px 12px rgba(151,114,40,.12);
}
.ci-ico.green { background: var(--greend); border-color: var(--greenb); color: var(--green); }
.ci-item h6 { color: var(--gold-bright); font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 4px; }
.ci-item a   { color: var(--tc); font-size: .9rem; display: block; transition: color .2s; }
.ci-item a:hover { color: var(--gold-bright); }
.ci-item p   { color: var(--tm); font-size: .88rem; margin: 0; line-height: 1.65; }

.csoc-row { display: flex; gap: 10px; }
.csoc-btn {
  width: 40px; height: 40px; background: rgba(151,114,40,.08); border: 1px solid rgba(151,114,40,.42);
  border-radius: 9px; display: flex; align-items: center; justify-content: center;
  color: var(--gold-bright); font-size: 1rem; transition: var(--tr);
}
.csoc-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--bg-void); transform: translateY(-3px); box-shadow: 0 6px 20px rgba(151,114,40,.42); }
.csoc-btn.green { border-color: rgba(34,197,94,.5); color: var(--green); background: rgba(34,197,94,.07); }
.csoc-btn.green:hover { background: var(--green); border-color: var(--green); color: #fff; box-shadow: 0 6px 18px rgba(34,197,94,.4); }

.map-wrap { border-radius: var(--r); overflow: hidden; border: 1px solid rgba(151,114,40,.18); box-shadow: var(--shsm); }
.map-wrap iframe { display: block; filter: grayscale(45%) brightness(.85); }

.cform-box {
  background: var(--bg-card); border: 1px solid rgba(151,114,40,.18);
  border-radius: var(--rl); padding: 42px; box-shadow: var(--shmd);
}
.cform-box h3 { color: #A87E2E !important; font-weight: 800; font-size: 1.45rem; margin-bottom: 5px; }
.cform-sub    { color: var(--tm); font-size: .88rem; margin-bottom: 1.6rem; }
.flbl  { color: #A87E2E !important; font-size: .83rem; font-weight: 700; margin-bottom: 7px; display: block; }
.req   { color: #C49A40 !important; }

.finp {
  width: 100%; background: var(--bg-input) !important; border: 1px solid rgba(255,255,255,.1) !important;
  color: var(--tc) !important; border-radius: var(--r) !important;
  padding: 13px 17px !important; font-family: var(--font) !important;
  font-size: .92rem !important; transition: var(--tr) !important; outline: none;
}
.finp:focus { border-color: rgba(168,126,46,.6) !important; box-shadow: 0 0 0 3px rgba(168,126,46,.18) !important; background: var(--bg-card-2) !important; }
.finp::placeholder { color: var(--tg2) !important; }
.finp option { background: var(--bg-card); }
.finp option:checked,
.finp option:hover { background: rgba(168,126,46,.15) !important; }
select.finp:focus { background: #FAF7F2 !important; }

.btn-submit {
  width: 100%;
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 50%, var(--gold-bright) 100%);
  color: var(--bg-void); font-family: var(--font); font-weight: 800; font-size: 1rem;
  padding: 15px; border-radius: var(--r); border: none; cursor: pointer; transition: var(--tr);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 28px rgba(151,114,40,.44), inset 0 1px 0 rgba(255,255,255,.1);
}
.btn-submit:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(151,114,40,.62); }

.form-ok { text-align: center; padding: 32px; color: var(--green); font-size: 1rem; font-weight: 700; }
.form-ok i { font-size: 2.6rem; display: block; margin-bottom: 12px; }

/* ============================================================  FOOTER  */
.site-footer {
  background: #1C1608 !important;
  border-top: 1px solid rgba(151,114,40,.17);
}
.footer-body { padding: 68px 0 52px; border-bottom: 1px solid rgba(151,114,40,.12); background: transparent; }
.footer-sub-txt { font-size: .6rem; color: var(--gold-bright); font-weight: 600; }
.footer-desc    { color: #a09070; font-size: .87rem; line-height: 1.82; margin-bottom: 1.3rem; }

.btn-footer-cta {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(151,114,40,.1); border: 1px solid var(--bg);
  color: var(--gold-bright) !important; padding: 10px 20px; border-radius: 9px;
  font-size: .85rem; font-weight: 700; transition: var(--tr);
}
.btn-footer-cta:hover { background: var(--gold); border-color: var(--gold); color: #fff !important; box-shadow: 0 6px 20px rgba(151,114,40,.42); }

.footer-soc { display: flex; gap: 10px; }
.footer-soc a {
  width: 36px; height: 36px; background: rgba(255,255,255,.04); border: 1px solid var(--bs);
  border-radius: 7px; display: flex; align-items: center; justify-content: center;
  color: var(--tm); font-size: .9rem; transition: var(--tr);
}
.footer-soc a:hover { background: var(--gold); border-color: var(--gold); color: var(--bg-void); transform: translateY(-2px); }

.footer-h {
  color: #e8dfc0; font-size: .95rem; font-weight: 800; margin-bottom: 1.15rem; padding-bottom: 10px;
  border-bottom: 1px solid rgba(151,114,40,.14); position: relative;
}
.footer-h::after { content: ''; position: absolute; bottom: -1px; right: 0; width: 38px; height: 2px; background: linear-gradient(90deg, var(--gold-dark), var(--gold)); }

.footer-ul { list-style: none; padding: 0; }
.footer-ul li { margin-bottom: 8px; }
.footer-ul a { color: #F0EAE0 !important; font-size: .86rem; transition: var(--tr); display: inline-flex; align-items: center; gap: 6px; }
.footer-ul a::before { content: '←'; color: #C49A40 !important; opacity: 0; transition: var(--tr); font-size: .7rem; }
.footer-ul a:hover { color: #C49A40 !important; padding-right: 5px; }
.footer-ul a:hover::before { opacity: 1 !important; }

.footer-clist { display: flex; flex-direction: column; gap: 12px; }
.fcl { display: flex; align-items: flex-start; gap: 9px; color: #a09070; font-size: .86rem; }
.fcl i { color: var(--gold-bright); font-size: .88rem; flex-shrink: 0; margin-top: 2px; }
.fcl a { color: #a09070 !important; transition: color .2s; }
.fcl a:hover { color: var(--gold-bright) !important; }
.fcl:hover { color: #C5A059; transition: color 0.3s ease; }
.fcl:hover i, .fcl:hover span { color: #C5A059; }

.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(197,160,89,.2);
  background: rgba(0,0,0,.25);
}
.footer-bottom p { color: #5a4e38; font-size: .78rem; margin: 0; }
.footer-dis { opacity: .6; font-style: italic; }

.fb-copy {
  font-size: 13px; color: #888; margin: 0 0 4px;
  font-family: 'Cairo', sans-serif; letter-spacing: 0.3px;
}
.fb-credit {
  font-size: 11px; color: #555; margin: 0;
  font-family: 'Cairo', sans-serif;
}
.fb-link {
  background: linear-gradient(to left, rgb(199,211,33), rgba(188,197,61,.575));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none; font-weight: 700; font-size: small;
}

/* ============================================================  FLOATING  */
.wa-float {
  position: fixed; bottom: 28px; left: 28px;
  width: 56px; height: 56px; background: #22C55E !important;
  color: #ffffff !important; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; text-decoration: none;
  box-shadow: 0 6px 26px rgba(34,197,94,.58); z-index: 9999;
  transition: var(--tr);
  animation: waIn .55s ease 2s both, waGl 3.5s ease-in-out 3s infinite;
}
.wa-float:hover { transform: scale(1.1); box-shadow: 0 10px 36px rgba(34,197,94,.78); }
.wa-float::before, .wa-float::after { border-color: #ffffff !important; }
.wa-tip {
  position: absolute; right: calc(100% + 12px);
  background: #1C1608; border: 1px solid rgba(255,255,255,.1);
  color: #e8dfc0; font-size: .78rem; white-space: nowrap;
  padding: 6px 13px; border-radius: 7px;
  opacity: 0; pointer-events: none; transition: opacity .22s; font-family: var(--font);
}
.wa-float:hover .wa-tip { opacity: 1; }
@keyframes waIn { 0%{transform:scale(0);opacity:0} 70%{transform:scale(1.15)} 100%{transform:scale(1);opacity:1} }
@keyframes waGl { 0%,100%{box-shadow:0 6px 26px rgba(34,197,94,.58)} 50%{box-shadow:0 6px 36px rgba(34,197,94,.88),0 0 0 13px rgba(34,197,94,.05)} }

.btt-btn {
  position: fixed; bottom: 28px; right: 28px;
  width: 44px; height: 44px;
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 50%, var(--gold-bright) 100%);
  border: 2px solid var(--gold);
  border-radius: 9px; color: #ffffff; font-size: 1.3rem; /* السهم أبيض افتراضياً */
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; opacity: 0; pointer-events: none;
  transform: translateY(14px);
  transition: opacity .3s ease, transform .3s ease, background .2s, box-shadow .2s, color .2s, border-color .2s;
  z-index: 9997;
  box-shadow: 0 4px 18px rgba(151,114,40,.4);
}
.btt-btn.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.btt-btn:hover,
.btt-btn:active {
  background: #ffffff;
  border-color: var(--gold-bright);
  box-shadow: 0 8px 24px rgba(151,114,40,.52);
  transform: translateY(-2px);
}
.btt-btn:hover i,
.btt-btn:active i { color: var(--gold-bright) !important; }

/* ============================================================  RESPONSIVE  */
@media(max-width:992px){
  .sec-pad     { padding: 72px 0; }
  .hero-title  { font-size: clamp(1.4rem, 3.2vw, 2.6rem); }
  .hero-accent { font-size: clamp(2.2rem, 5.2vw, 3.9rem); }
}
@media(max-width:768px){
  #mainNav {
    position: fixed !important;
    top: 0 !important;
    right: 0; left: 0;
    width: 100%;
    z-index: 1050;
  }
  body { padding-top: 85px; }
  html, body       { overflow-x: hidden !important; }
  *                { max-width: 100%; box-sizing: border-box; }
  .container       { max-width: 100% !important; padding-right: 15px !important; padding-left: 15px !important; }
  .navbar-collapse { width: 100% !important; }

  [class*="col-md-"],
  [class*="col-lg-"] { flex: 0 0 100% !important; max-width: 100% !important; width: 100% !important; }
  .col-6.col-md-3 { flex: 0 0 50% !important; max-width: 50% !important; width: 50% !important; }
  .col-6.col-lg-2,
  .col-6.col-lg-3 { flex: 0 0 50% !important; max-width: 50% !important; width: 50% !important; }

  .sec-pad    { padding: 56px 0; }
  .cform-box  { padding: 26px; }
  .cinfo-box  { padding: 24px; }
  .footer-body{ padding: 50px 0 34px; }
  .wa-float   { bottom: 18px; left: 18px; width: 52px; height: 52px; font-size: 1.4rem; }
  .btt-btn    { bottom: 18px; right: 18px; }

  .hero-section .hero-title  { font-size: clamp(1.3rem, 4vw, 1.9rem); }
  .hero-section .hero-accent { font-size: clamp(1.9rem, 5.5vw, 2.6rem); }
  .hero-section .hero-desc   { font-size: 0.9rem; }
  .hero-content .row         { align-items: flex-end !important; padding-bottom: 80px; }
}
@media(max-width:480px){
  .hero-title  { font-size: clamp(1.2rem, 3.6vw, 1.6rem); }
  .hero-accent { font-size: clamp(1.7rem, 5vw, 2.1rem); }
  .hc-stats   { gap: 18px; }
  .hcs-num    { font-size: 2rem; }
  .srv-card   { padding: 28px 20px; }
}

/* ============================================================  LOGO  */
.nav-logo {
  height: 44px; width: auto; max-width: 280px;
  object-fit: contain; filter: none; transition: opacity .3s ease;
}
.nav-logo-color { display: block; }
.nav-logo-white { display: none; }
#mainNav.scrolled .nav-logo-color { display: none; }
#mainNav.scrolled .nav-logo-white { display: block; }

@media (max-width: 400px) {
  .nav-logo { height: 32px; max-width: 160px; }
  #mainNav.scrolled .nav-logo { height: 28px; }
  #mainNav { padding-top: 10px !important; padding-bottom: 10px !important; }
}

/* ============================================================  LIGHT MODE OVERRIDES  */
.sec-h2                        { color: var(--lm-tw); }
.sec-sub, .body-p              { color: var(--lm-tm); }
.tg                            { color: var(--gold) !important; }

.trust-strip {
  background: linear-gradient(90deg, #ede7da 0%, #f5f0e8 50%, #ede7da 100%);
  border-top-color: rgba(151,114,40,.18);
  border-bottom-color: rgba(151,114,40,.18);
}
.ts-cell { color: var(--lm-tl); }
.ts-cell i { color: var(--gold); }

.sec-dark2.about-section::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='rgba(151,114,40,0.1)' stroke-width='1'%3E%3Cpath d='M60 10 L60 110 M10 60 L110 60'/%3E%3Ccircle cx='60' cy='60' r='35'/%3E%3Cpath d='M38 40 L82 40 L82 88 L38 88 Z'/%3E%3Cpath d='M48 40 L48 30 L72 30 L72 40'/%3E%3Cpath d='M44 55 L76 55 M44 65 L76 65 M44 75 L66 75'/%3E%3C/g%3E%3C/svg%3E");
}

.av-frame {
  background: linear-gradient(155deg, #fff 0%, #f5f0e7 100%) !important;
  border-color: rgba(151,114,40,.22) !important;
  box-shadow: 0 22px 60px rgba(151,114,40,.12) !important;
}
.av-name { color: var(--lm-tw) !important; }
.av-sub, .av-map-link { color: var(--lm-tm) !important; }
.av-icon { color: var(--gold) !important; }

.vm-card { background: #ffffff; border-color: rgba(151,114,40,.2); }
.vm-card:hover { background: #f9f5ec; box-shadow: 0 18px 44px rgba(151,114,40,.12); }
.vm-card h4 { color: var(--lm-tw); }
.vm-card p  { color: var(--lm-tm); }

.srv-card { background: #ffffff; border-color: rgba(151,114,40,.14); box-shadow: 0 2px 14px rgba(151,114,40,.06); }
.srv-card:hover { background: #fdf9f2; box-shadow: 0 26px 60px rgba(151,114,40,.18), 0 0 0 1px rgba(151,114,40,.3); }
.srv-card h3 { color: var(--lm-tw); }
.srv-card p  { color: var(--lm-tm); }
.srv-ul li   { color: var(--lm-tl); }

.why-card { background: #ffffff; border-color: rgba(151,114,40,.14); }
.why-card:hover { background: #fdf8ef; border-color: rgba(151,114,40,.32); box-shadow: 0 22px 52px rgba(151,114,40,.14); }
.why-card h4 { color: var(--lm-tw); }
.why-card p  { color: var(--lm-tm); }
.why-quote   { color: var(--lm-tc); }

.tv-circle {
  background: radial-gradient(circle at 34% 32%, #fff, #f3ece0) !important;
  border-color: rgba(151,114,40,.28) !important;
  box-shadow: 0 22px 64px rgba(151,114,40,.15), 0 0 0 10px rgba(151,114,40,.05), 0 0 0 20px rgba(151,114,40,.02) !important;
}
.team-name   { color: var(--lm-tw); }
.team-sep span { background: var(--lm-bg2); color: var(--lm-tm); }
.team-sep::before { background: linear-gradient(90deg, transparent, rgba(151,114,40,.2), transparent); }
.team-member-card { background: #ffffff; border-color: rgba(151,114,40,.16); }
.team-member-card:hover { background: #fdf9f2; box-shadow: 0 20px 48px rgba(151,114,40,.12); }
.tmc-info h5 { color: var(--lm-tw); }
.tmc-info p  { color: var(--lm-tm); }
.team-note   { color: var(--lm-tm); }
.tc-item     { color: var(--lm-tl); }
.body-p      { color: var(--lm-tl); }

.exp-card { background: linear-gradient(155deg,#e8e0cc 0%,#dfd6c0 100%); border-color: rgba(151,114,40,.28); }
.exp-card:hover { background: linear-gradient(155deg,#fdf8ed 0%,#f5eedf 100%); }
.exp-card h5 { color: var(--lm-tw); }
.exp-card p  { color: var(--lm-tm); }

.faq-item  { background: #ffffff !important; border-color: rgba(151,114,40,.16) !important; }
.faq-btn   { background: #ffffff !important; color: var(--lm-tw) !important; }
.faq-btn:not(.collapsed) { background: #fdf9ee !important; }
.faq-body  { background: #faf6ee !important; color: var(--lm-tl) !important; border-top-color: rgba(151,114,40,.14) !important; }

.cta-band { background: linear-gradient(155deg,#e8dfc8 0%,#ede5d0 50%,#e4dcca 100%); }
.cta-band h2  { color: var(--lm-tw); }
.cta-band p   { color: var(--lm-tl); }

.cinfo-box { background: #ffffff; border-color: rgba(151,114,40,.2); box-shadow: 0 14px 44px rgba(151,114,40,.08); }
.ci-item   { border-bottom-color: rgba(151,114,40,.08); }
.ci-item h6 { color: #C5A059 !important; }
.ci-item a  { color: var(--lm-tl) !important; }
.ci-item a:hover { color: var(--gold) !important; }
.cform-box { background: #ffffff; border-color: rgba(151,114,40,.2); box-shadow: 0 14px 44px rgba(151,114,40,.08); }
.finp { background: #FAF7F2 !important; border-color: rgba(151,114,40,.2) !important; color: var(--lm-tw) !important; }
.finp::placeholder { color: #b0a898 !important; }
.finp option       { background: #fdf9f2; color: var(--lm-tw); }

::-webkit-scrollbar-track { background: #f0ece4; }
.sec-eyebrow { color: var(--gold); background: rgba(151,114,40,.08); border-color: rgba(151,114,40,.2); }
.map-wrap iframe { border-radius: var(--r); filter: brightness(.95) contrast(1.05); }
.ts-item { background: rgba(151,114,40,.06); border-color: rgba(151,114,40,.16); color: var(--lm-tc); }
.ts-item:hover { background: rgba(151,114,40,.12); }
.team-role-tag { background: rgba(151,114,40,.1); border-color: rgba(151,114,40,.22); }
.about-p-icon { background: rgba(151,114,40,.1); border-color: rgba(151,114,40,.28); }

/* ---- Toggler ---- */
.navbar-toggler {
  border-color: var(--bg);
  background: rgba(151,114,40,.08);
  width: 40px; height: 40px; padding: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 5px;
  position: relative; border-radius: 8px; transition: background .2s;
}
.navbar-toggler:focus { box-shadow: none; }
.toggler-icon-bar {
  display: block; width: 20px; height: 2px;
  background: rgba(212,168,55,.9); border-radius: 2px;
  transition: opacity .2s, transform .2s;
}
.toggler-close-x {
  display: none; font-size: 1.35rem; font-weight: 700; color: var(--gold-bright);
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -52%); line-height: 1;
}
.navbar-toggler[aria-expanded="true"] .toggler-icon-bar { display: none; }
.navbar-toggler[aria-expanded="true"] .toggler-close-x  { display: block; }
.navbar-toggler-icon { display: none !important; }

/* ============================================================
   إصلاح النافبار 250px → 372px
   ============================================================ */
@media (max-width: 372px) {
  #mainNav { padding: 8px 0 !important; }
  .nav-logo { height: 28px !important; max-width: 130px !important; }
  #mainNav.scrolled .nav-logo { height: 24px !important; }
  .d-flex.d-lg-none { gap: 6px !important; margin-left: 4px !important; }
  .mob-btn-call, .mob-btn-wa { width: 30px !important; height: 30px !important; font-size: .82rem !important; border-radius: 7px !important; }
  .navbar-toggler { padding: 4px 7px !important; font-size: .8rem !important; }
  .navbar-toggler-icon { width: 18px !important; height: 18px !important; }
  .navbar-brand { flex-shrink: 1 !important; min-width: 0 !important; }
  .container { padding-right: 10px !important; padding-left: 10px !important; }
}

@media (max-width: 280px) {
  .nav-logo { height: 24px !important; max-width: 100px !important; }
  .mob-btn-call, .mob-btn-wa { width: 26px !important; height: 26px !important; font-size: .75rem !important; }
}

/* ---- misc ---- */
.footer-logo-img {
  height: 54px; width: auto; max-width: 320px;
  object-fit: contain; opacity: .9; margin-bottom: .25rem;
}
.logo-emblem, .logo-text, .logo-main, .logo-sub { display: none !important; }

.hero-section { position: relative; width: 100%; min-height: 100vh; }
.hero-bg {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background-size: cover; background-position: center; background-repeat: no-repeat; z-index: 1;
}

@keyframes floatBadge {
  0%, 100% { transform: translateX(-50%) translateY(0px); }
  50%       { transform: translateX(-50%) translateY(-6px); }
}
.body { max-width: 100%; }

.btn-nav-cta { color: #cec9c9 !important; }
.btn-nav-cta i { color: #cfcbcb !important; }

.hero-section .btn-hero-gold,
.hero-section .btn-hero-ghost { color: #ffffff; border: 1px solid rgba(255,255,255,0.3); }

.about-p-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px;
  background: rgba(151,114,40,.12); border: 1px solid rgba(151,114,40,.35);
  border-radius: 7px; color: var(--gold-bright); font-size: .85rem;
  margin-left: 10px; flex-shrink: 0; vertical-align: middle;
  position: relative; top: -2px;
}

.animate-step {
  opacity: 0; transform: translateY(20px);
  animation: fadeInUpCustom 0.6s ease forwards;
  animation-delay: var(--delay);
}
@keyframes fadeInUpCustom {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.active-shadow {
  box-shadow: 0 0 15px rgba(197,160,89,.6) !important;
  border-color: #C5A059 !important;
}

#myCard {
  background-image: url('./assest/A7iM--19-about us.jpg.webp') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  min-height: 300px;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  position: relative; border-radius: 20px; overflow: hidden;
}
#myCard .av-icon { color: #C5A059 !important; font-size: 3rem; margin-bottom: 15px; }
#myCard .av-map-link { color: #C5A059 !important; text-decoration: none; transition: 0.3s; }
#myCard .av-map-link:hover { color: #ffffff !important; }

/* ============================================================
   الناف شفاف على الموبايل قبل السكرول
   ============================================================ */
@media (max-width: 790px) {
  #home.hero-section {
  margin-top: -85px;
  min-height: calc(100vh + 85px);
}
}

html {
    overflow-x: hidden;
    width: 100%;
}

body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
}



html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  position: relative;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.av-name {
    color: #ffffff !important;
}/* منع تغير لون الخلفية عند الكتابة أو الإكمال التلقائي */
.finp:-webkit-autofill,
.finp:-webkit-autofill:hover, 
.finp:-webkit-autofill:focus {
  -webkit-text-fill-color: #2E2410 !important; /* لون النص */
  -webkit-box-shadow: 0 0 0px 1000px #FAF7F2 inset !important; /* لون الخلفية المطلوب */
  transition: background-color 5000s ease-in-out 0s;
}

/* التأكد من ثبات الخلفية عند الـ Focus */
.finp:focus {
  background-color: #FAF7F2 !important; /* نفس لون الخلفية الأصلي في اللايت مود */
  color: #2E2410 !important;
  border-color: #A87E2E !important;
}/* تعديلات النافبار للشاشات الكبيرة فقط */
@media (min-width: 992px) {
  /* تحريك اللوجو لليمين قليلاً */
  .navbar-brand {
    margin-right: -40px; /* القيمة بالسالب لتحريكه جهة اليمين في نظام RTL */
  }

  /* تحريك زر احجز استشارة لليسار قليلاً */
  #navMenu + .btn-hero-gold {
    margin-left: -40px; /* تحريك الزر لليسار */
  }

  /* التأكد من أن القائمة في المنتصف تماماً */
  .navbar-nav {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}.tm3-photo {
  /* تحسين جودة الصورة عند التكبير أو التصغير */
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  
  /* التأكد من أن الصورة لا تتمدد بشكل مشوه */
  background-size: cover !important; 
  background-position: center top !important;
}/* 1. ضبط لون أيقونة القائمة الافتراضي (أبيض) وتحديد الانتقال الناعم */
.navbar-toggler {
    border: none !important;
    padding: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); /* أنيميشن ناعم */
}

/* استهداف الخطوط الثلاثة داخل الأيقونة */
.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, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    transition: filter 0.4s ease;
}

/* 2. عندما يتغير النافبار (عند السكرول) وتصبح الخلفية فاتحة */
/* سنغير لون الأيقونة لتناسب التصميم الجديد بنعومة */
.scrolled .navbar-toggler-icon {
    /* تحويل الأيقونة للون الغامق إذا كانت الخلفية تصبح بيضاء/ذهبية عند السكرول */
    filter: brightness(0) saturate(100%) invert(13%) sepia(16%) fb(22%) saturate(464%) hue-rotate(352deg) brightness(96%) contrast(91%);
    /* أو يمكنك جعلها ذهبية باستخدام هذا الفلتر: */
    /* filter: invert(56%) sepia(54%) saturate(405%) hue-rotate(3deg) brightness(92%) contrast(87%); */
}

/* 3. لضمان نعومة تغيير الشعار نفسه (اللوجو) */
.navbar-brand img {
    transition: all 0.5s ease-in-out;
}/* --- تعديل أيقونة القائمة (الهامبرغر) بنعومة --- */

/* 1. الحالة الافتراضية: الأيقونة بيضاء تماماً (قبل السكرول) */
.navbar-toggler-icon {
    /* الفلتر ده بيحول أي لون لـ أبيض صافي */
    filter: brightness(0) invert(1) !important; 
    transition: all 0.5s ease-in-out !important; /* النعومة المطلوبة */
}

/* تحسين موبايل الهيرو + زر الاستشارة في الناف */
@media (max-width: 991px) {
  .nav-cta-desktop {
    display: none !important;
  }

  #mainNav .container {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
  }

  #mainNav .navbar-brand {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    display: flex;
    align-items: center;
  }

  #mainNav .nav-logo {
    height: 34px !important;
    max-width: 170px !important;
    object-position: right center;
  }

  .nav-cta-mobile-inline {
    display: inline-flex !important;
    flex: 0 0 auto;
    font-size: .76rem;
    font-weight: 800;
    padding: 8px 10px;
    line-height: 1;
    white-space: nowrap;
    max-width: none !important;
    border-radius: 8px;
    transition: opacity .22s ease, transform .22s ease;
  }

  #mainNav.menu-open .nav-cta-mobile-inline {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px);
  }

  #mainNav .navbar-toggler {
    flex: 0 0 auto;
    margin: 0;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
  }

  #mainNav .navbar-toggler .toggler-icon-bar {
    width: 18px;
  }

  #mainNav .navbar-toggler .toggler-close-x {
    font-size: 1.2rem;
    transform: translate(-50%, -51%);
  }

  #mainNav {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  #home.hero-section {
    margin-top: 0 !important;
    min-height: calc(100vh - 10px) !important;
    padding-top: 105px !important;
    padding-bottom: 28px !important;
    display: flex !important;
    align-items: center !important;
  }

  .hero-content .row {
    min-height: calc(100vh - 150px) !important;
    padding-bottom: 42px !important;
    align-items: center !important;
  }

  .hero-content {
    transform: translateY(-18px);
  }

  .hero-section .hero-title {
    font-size: clamp(1.25rem, 6vw, 1.7rem) !important;
    line-height: 1.55;
    margin-bottom: 1rem;
  }

  .hero-section .hero-accent {
    font-size: clamp(1.45rem, 7vw, 2rem) !important;
    line-height: 1.45;
  }

  .hero-section .hero-desc {
    font-size: .92rem !important;
    line-height: 1.85;
    margin-bottom: 1.2rem;
    max-width: 95%;
  }

  .hero-section .btn-hero-gold,
  .hero-section .btn-hero-ghost {
    width: auto !important;
    max-width: none !important;
    padding: 11px 16px;
    font-size: .88rem;
  }

  .hero-arrow {
    width: 40px;
    height: 40px;
    z-index: 12;
  }

  .hero-dots {
    bottom: 14px;
  }
}

/* ===== GALLERY ===== */
.gallery-q1 {
  font-size: .98rem;
  font-style: italic;
  color: rgba(197,160,89,.85);
  margin-top: 6px;
  margin-bottom: 4px;
}
.gallery-q2 {
  font-size: .82rem;
  color: #6b6050;
  margin-bottom: 40px;
}
.gallery-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 900px;
  margin: 0 auto 14px;
}
.gallery-center {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.gallery-center .g-item {
  width: calc(50% - 7px);
}
.g-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  background: #1a1610;
  height: 220px;
}
.g-item img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  filter: brightness(.78) saturate(.85);
  transition: transform .55s ease, filter .45s ease;
}
.g-item:hover img {
  transform: scale(1.07);
  filter: brightness(.5) saturate(1);
}
.g-overlay {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  justify-content: flex-end;
  padding: 16px 18px;
  background: linear-gradient(to top, rgba(4,3,1,.88) 0%, transparent 55%);
  opacity: 0; transition: opacity .4s;
}
.g-item:hover .g-overlay { opacity: 1; }
.g-lbl {
  color: #C5A059;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 3px;
  display: block;
}
.g-desc {
  color: rgba(245,237,213,.7);
  font-size: .74rem;
  line-height: 1.5;
  display: block;
}
.g-ring {
  position: absolute; inset: 0;
  border: 1.5px solid transparent;
  border-radius: 12px;
  pointer-events: none;
  transition: border-color .35s;
}
.g-item:hover .g-ring { border-color: rgba(197,160,89,.5); }
.gallery-note { color: #4a4030; font-size: .78rem; }

@media (max-width: 600px) {
  .gallery-row,
  .gallery-center { grid-template-columns: 1fr; }
  .gallery-center .g-item { width: 100%; }
}

/* ===== GALLERY ===== */
    #gallery {
      position: relative;
      padding: 80px 0 60px;
      direction: rtl;
      background: #ffffff;
    }

    .gallery-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    /* --- الترويسة --- */
    .gallery-head { text-align: center; margin-bottom: 50px; }
    .gallery-eyebrow {
      display: inline-flex; align-items: center; gap: 10px; font-size: 11px;
      font-weight: 700; letter-spacing: 3.5px; text-transform: uppercase;
      color: #C5A059; border: 1px solid rgba(197,160,89,.22);
      border-radius: 50px; padding: 6px 22px; margin-bottom: 22px;
    }
    .gallery-eyebrow::before, .gallery-eyebrow::after {
      content: ''; display: block; width: 20px; height: 1px; background: rgba(197,160,89,.45);
    }
    .gallery-title { font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 900; color: #1a1a1a; margin-bottom: 10px; }
    .gallery-title em { color: #C5A059; font-style: normal; position: relative; }
    .gallery-title em::after {
      content: ''; position: absolute; bottom: -5px; right: 0; left: 0; height: 2px;
      background: linear-gradient(90deg, transparent, #C5A059 45%, transparent);
    }
    .gallery-divider { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 20px auto; }
    .gdiv-line { width: 70px; height: 1px; background: linear-gradient(90deg, rgba(197,160,89,.35), transparent); }
    .gdiv-line-r { background: linear-gradient(90deg, transparent, rgba(197,160,89,.35)); }
    .gdiv-diamond { width: 7px; height: 7px; background: #C5A059; transform: rotate(45deg); box-shadow: 0 0 10px rgba(197,160,89,.45); }
    .gallery-q1 { font-family: 'Amiri', serif; font-size: 1.2rem; color: #444; font-style: italic; margin-bottom: 8px;}
    .gallery-q2 { font-size: .88rem; color: #6b6050; line-height: 1.9; max-width: 500px; margin: 0 auto; }

    /* --- السلايدر والأسهم --- */
    .gallery-slider-wrapper { position: relative; margin: 0 40px; }

    .gallery-arr {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 50px; height: 50px;
      border-radius: 50%;
      background: #fff;
      border: 1px solid #C5A059;
      color: #C5A059;
      display: flex; align-items: center; justify-content: center;
      cursor: pointer;
      z-index: 10;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      transition: all 0.3s ease;
    }
    .gallery-arr:hover:not(:disabled) { background: #C5A059; color: #fff; }
    .gallery-arr:disabled { opacity: 0.3; cursor: not-allowed; border-color: #ccc; color: #ccc; }
    
    .gallery-arr.next { left: -25px; } 
    .gallery-arr.prev { right: -25px; } 
    .gallery-arr svg { width: 24px; height: 24px; }

    /* --- مسار الصور --- */
    .gallery-track {
      display: flex;
      gap: 20px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      scrollbar-width: none;
      padding: 10px 0;
    }
    .gallery-track::-webkit-scrollbar { display: none; }

    .g-card {
      flex: 0 0 calc(33.333% - 13.33px); /* ديسكتوب */
      scroll-snap-align: start;
      height: 450px;
      position: relative;
      border-radius: 15px;
      overflow: hidden;
      background: #111;
      cursor: pointer;
    }
    .g-card img { width: 100%; height: 100%; object-fit: cover; opacity: 0.9; transition: 0.5s ease; }
    .g-card:hover img { transform: scale(1.1); opacity: 1; }
    
    .g-card-num {
      position: absolute; top: 15px; right: 15px;
      width: 32px; height: 32px; background: rgba(255,255,255,0.9);
      border: 1px solid #C5A059; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      color: #1a1a1a; font-weight: bold; font-size: 0.8rem; z-index: 2;
    }
    
    .g-ba, .g-bb { position: absolute; width: 0; height: 0; border: 2px solid transparent; transition: 0.4s; }
    .g-ba { top: 0; right: 0; border-radius: 0 15px 0 0; }
    .g-bb { bottom: 0; left: 0; border-radius: 0 0 0 15px; }
    .g-card:hover .g-ba, .g-card:hover .g-bb { width: 40%; height: 40%; border-color: #C5A059; }

    /* --- وسائل التحكم السفلية --- */
    .gallery-controls { display: flex; flex-direction: column; align-items: center; gap: 15px; margin-top: 30px; }
    .gallery-dots { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; max-width: 350px; }
    .gdot {
      width: 12px; height: 12px; border-radius: 50%;
      background: rgba(197, 160, 89, 0.2); border: none; cursor: pointer; transition: 0.3s;
    }
    .gdot.active { background: #C5A059; width: 35px; border-radius: 10px; }
    .gallery-page { font-size: 0.95rem; color: #666; direction: ltr; }
    .gallery-page span { color: #C5A059; font-weight: bold; }
    
    .gallery-foot {
      display: flex; align-items: center; justify-content: center;
      gap: 14px; margin-top: 34px; font-size: .75rem;
      color: #888; letter-spacing: 1px; text-transform: uppercase;
    }
    .gfoot-line { width: 40px; height: 1px; background: rgba(197,160,89,.2); }

    /* --- التجاوب مع التابلت --- */
    @media (max-width: 992px) {
      .g-card { flex: 0 0 calc(50% - 10px); height: 400px; }
    }

    /* --- التجاوب مع الموبايل --- */
    @media (max-width: 768px) {
      .gallery-slider-wrapper { margin: 0; }
      .g-card { flex: 0 0 100%; height: 380px; }
      
      .gallery-arr { width: 44px; height: 44px; }
      .gallery-arr.next { left: 10px; }
      .gallery-arr.prev { right: 10px; }
      
      .gdot { width: 10px; height: 10px; }
      .gdot.active { width: 25px; }
    }
  
