.elementor-74 .elementor-element.elementor-element-13fe9a5{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-29bea83 */@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Cinzel:wght@600;700&display=swap");

/* =========================
   THEME + SAFE GLOBALS
========================= */
:root{
  --pagebg:#fbf7ee;
  --text:#0f172a;
  --muted: rgba(15,23,42,.72);

  --brand:#6f4f22;

  --border: rgba(15,23,42,.10);

  --shadow: 0 12px 30px rgba(15,23,42,.08);
  --shadow2: 0 22px 55px rgba(15,23,42,.12);

  --r: 18px;
}

html, body{
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  overflow-x: hidden;
  background: var(--pagebg) !important;
}
body{ background-image:none !important; }

/* =========================
   ACTIVITY PAGE WRAPPER
========================= */
.uae-act{
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  background: var(--pagebg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.uae-act-wrap{
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(18px, 3vw, 28px);
}

.uae-act-sec{ padding: clamp(62px, 6vw, 90px) 0; }
.uae-act-sec.tight{ padding: clamp(46px, 5vw, 66px) 0; }

/* Typography */
.uae-act-kicker{
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(111,79,34,.92);
  margin: 0 0 10px;
}
.uae-act-h1{
  font-family: Cinzel, serif;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.08;
  margin: 0 0 12px;
  font-weight: 700;
  color: var(--text);
}
.uae-act-h2{
  font-family: Cinzel, serif;
  font-size: clamp(22px, 2.3vw, 34px);
  line-height: 1.2;
  margin: 0 0 10px;
  font-weight: 700;
  color: var(--text);
}
.uae-act-p{
  margin: 0;
  max-width: 920px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.95;
}

/* Buttons */
.uae-act-btns{ display:flex; gap:12px; flex-wrap:wrap; margin-top: 18px; }
.uae-act-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 18px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none !important;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.86);
  color: var(--text);
  box-shadow: 0 1px 0 rgba(15,23,42,.04);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease;
}
.uae-act-btn:hover{ transform: translateY(-2px); box-shadow: var(--shadow); }

.uae-act-btn.primary{
  background: linear-gradient(180deg, #7b5724, #5e421c) !important;
  border-color: rgba(111,79,34,.35) !important;
  color:#fff !important;
  box-shadow: 0 14px 28px rgba(111,79,34,.22);
}
.uae-act-btn.primary:hover{ box-shadow: 0 20px 40px rgba(111,79,34,.26); filter: brightness(1.02); }

.uae-act-btn.ghost{
  background: rgba(255,255,255,.82) !important;
  color: var(--brand) !important;
  border-color: rgba(111,79,34,.18) !important;
}
.uae-act-btn.ghost:hover{ background: rgba(111,79,34,.06) !important; }

/* =========================
   HERO
========================= */
.uae-act-hero{
  position: relative;
  padding: clamp(62px, 6vw, 90px) 0 clamp(46px, 5vw, 66px);
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(1050px 420px at 15% 10%, rgba(111,79,34,.14), transparent 62%),
    linear-gradient(180deg, rgba(111,79,34,.08), transparent 55%),
    var(--pagebg);
}

.uae-act-hero-grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(16px, 2.4vw, 30px);
  align-items: center;
}

.uae-act-hero-card{
  border-radius: 22px;
  border: 1px solid rgba(15,23,42,.12);
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow2);
  overflow:hidden;
  position:relative;
  aspect-ratio: 16 / 10;
}
.uae-act-hero-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform: scale(1.01);
  filter: saturate(1.03) contrast(1.02);
}
.uae-act-hero-badge{
  position:absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 16px;
  padding: 12px 14px;
  box-shadow: 0 16px 34px rgba(15,23,42,.14);
  color: rgba(15,23,42,.86);
  font-weight: 600;
  font-size: 13px;
  backdrop-filter: blur(10px);
}

/* =========================
   SERVICE GRID
========================= */
.uae-act-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 22px;
}

.uae-act-card{
  border-radius: var(--r);
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(15,23,42,.05);
  padding: 18px 18px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.uae-act-card:hover{
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: rgba(111,79,34,.18);
}

.uae-act-head{
  display:flex;
  gap: 12px;
  align-items:center;
  margin-bottom: 10px;
}
.uae-act-ic{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family: Cinzel, serif;
  font-weight: 700;
  color: var(--brand);
  background: linear-gradient(180deg, rgba(111,79,34,.18), rgba(111,79,34,.06));
  border: 1px solid rgba(111,79,34,.22);
  flex: 0 0 auto;
}
.uae-act-title{
  margin:0;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.35;
}
.uae-act-sub{
  margin: 8px 0 0;
  color: var(--muted);
  font-weight: 500;
  line-height: 1.8;
  font-size: 13px;
}

/* lists */
.uae-act-list{
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display:grid;
  gap: 8px;
}
.uae-act-list li{
  position: relative;
  padding-left: 16px;
  color: rgba(15,23,42,.76);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.65;
}
.uae-act-list li:before{
  content:"";
  position:absolute;
  left:0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(111,79,34,.65);
}

/* =========================
   HOW WE WORK
========================= */
.uae-act-steps{
  margin-top: 22px;
  display:grid;
  gap: 12px;
}
.uae-act-step{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  padding: 16px 16px;
  border-radius: 18px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(10px);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.uae-act-step:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  border-color: rgba(111,79,34,.18);
}
.uae-act-step .n{
  width:44px;
  height:44px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family: Cinzel, serif;
  font-weight: 700;
  color: var(--brand);
  background: linear-gradient(180deg, rgba(111,79,34,.18), rgba(111,79,34,.06));
  border: 1px solid rgba(111,79,34,.22);
  flex: 0 0 auto;
}
.uae-act-step .t{
  margin:0 0 4px;
  font-weight: 800;
  color: var(--text);
}
.uae-act-step .d{
  margin:0;
  color: rgba(15,23,42,.74);
  font-size: 13px;
  line-height: 1.8;
  font-weight: 500;
}

/* =========================
   CTA
========================= */
.uae-act-cta{
  border-top: 1px solid var(--border);
  background:
    radial-gradient(1000px 420px at 50% 0%, rgba(111,79,34,.12), transparent 62%),
    var(--pagebg);
}
.uae-act-cta-card{
  border-radius: 22px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow2);
  padding: 26px 22px;
  display:grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items:center;
}
.uae-act-cta-card h3{
  margin:0 0 6px;
  font-family: Cinzel, serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
}
.uae-act-cta-card p{
  margin:0;
  color: var(--muted);
  line-height: 1.85;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 1024px){
  .uae-act-hero-grid{ grid-template-columns: 1fr; }
  .uae-act-grid{ grid-template-columns: 1fr; }
  .uae-act-cta-card{ grid-template-columns: 1fr; }
}/* End custom CSS */