.elementor-18 .elementor-element.elementor-element-e64f1aa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-18 .elementor-element.elementor-element-dcf7ba2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-b52d98a *//* ============================================================
   E Self Storage UAE — FAQ Page
   Light brand-tinted backgrounds · Native accordion · No JS
   ============================================================ */

.ess-faq{
  --red:#c1282e;
  --red-deep:#a01f24;
  --red-50:#fef5f5;
  --red-100:#fbeaea;
  --gold:#c9a656;
  --gold-deep:#b8932e;
  --gold-50:#fdfaf2;
  --gold-100:#f9f1de;
  --ink:#0a0a0a;
  --muted:#5a5a5a;
  --line:#ece9e2;
  --bg:#ffffff;
  --bg-soft:#fafaf7;
  color:var(--ink);
  font-family:inherit;
  line-height:1.65;
  background:var(--bg);
  scroll-behavior:smooth;
}
.ess-faq *{box-sizing:border-box;}
.ess-faq-container{max-width:980px;margin:0 auto;padding:0 24px;}

/* ---------- shared ---------- */
.ess-faq-eyebrow{
  display:inline-block;
  font-size:11px;font-weight:700;
  letter-spacing:4px;text-transform:uppercase;
  color:var(--red);
  padding-left:42px;position:relative;
  margin-bottom:22px;
}
.ess-faq-eyebrow::before{
  content:"";position:absolute;left:0;top:50%;
  width:32px;height:1px;background:var(--gold);
}

/* ============ HERO ============ */
.ess-faq-hero{
  padding:110px 0 80px;
  background:
    radial-gradient(circle at 95% 0%, var(--gold-100) 0%, transparent 45%),
    radial-gradient(circle at 0% 100%, var(--red-50) 0%, transparent 40%),
    var(--bg);
  border-bottom:1px solid var(--line);
}
.ess-faq-h1{
  font-size:clamp(32px,4.6vw,54px);
  font-weight:700;line-height:1.12;
  letter-spacing:-1.3px;
  margin:0 0 28px;color:var(--ink);
  max-width:880px;
}
.ess-faq-h1 em{font-style:normal;color:var(--red);}
.ess-faq-divider{
  width:60px;height:3px;background:var(--gold);
  margin:0 0 28px;border-radius:2px;
}
.ess-faq-lede{
  font-size:18px;line-height:1.65;
  color:var(--muted);max-width:780px;
  margin:0 0 36px;
}
.ess-faq-lede strong{color:var(--red);font-weight:700;}

.ess-faq-jump{
  display:flex;flex-wrap:wrap;gap:8px;
  padding-top:8px;
}
.ess-faq-jump a{
  display:inline-block;
  padding:9px 18px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:100px;
  font-size:13px;font-weight:600;
  color:var(--ink);
  text-decoration:none;
  transition:all .25s ease;
}
.ess-faq-jump a:hover{
  background:var(--red);
  color:#fff;border-color:var(--red);
  transform:translateY(-1px);
}

/* ============ FAQ BODY ============ */
.ess-faq-body{padding:90px 0;background:var(--bg);}

.ess-faq-cat{
  margin-bottom:72px;
  padding-bottom:8px;
  scroll-margin-top:30px;
}
.ess-faq-cat:last-child{margin-bottom:0;}

.ess-faq-cat-head{
  display:flex;align-items:flex-start;gap:24px;
  padding-bottom:32px;
  margin-bottom:24px;
  border-bottom:1px solid var(--line);
}
.ess-faq-cat-num{
  flex-shrink:0;
  font-size:42px;font-weight:700;
  color:var(--gold);
  letter-spacing:-1px;
  line-height:1;
  font-feature-settings:"tnum";
}
.ess-faq-cat-tag{
  display:block;
  font-size:11px;font-weight:700;
  letter-spacing:3px;text-transform:uppercase;
  color:var(--red);
  margin-bottom:8px;
}
.ess-faq-cat-head h2{
  font-size:clamp(24px,2.8vw,32px);
  font-weight:700;
  letter-spacing:-.4px;
  margin:0;color:var(--ink);line-height:1.2;
}

/* ---------- accordion ---------- */
.ess-faq-list{
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  overflow:hidden;
}
.ess-faq-q{
  border-bottom:1px solid var(--line);
  transition:background .25s ease;
}
.ess-faq-q:last-child{border-bottom:none;}
.ess-faq-q[open]{background:var(--gold-50);}

.ess-faq-q summary{
  list-style:none;
  cursor:pointer;
  padding:24px 64px 24px 32px;
  font-size:16.5px;font-weight:600;
  color:var(--ink);
  position:relative;
  transition:color .25s ease;
  line-height:1.5;
}
.ess-faq-q summary::-webkit-details-marker{display:none;}
.ess-faq-q summary::after{
  content:"";position:absolute;
  right:28px;top:50%;
  width:14px;height:14px;
  border-right:2px solid var(--red);
  border-bottom:2px solid var(--red);
  transform:translateY(-70%) rotate(45deg);
  transition:transform .3s ease;
}
.ess-faq-q[open] summary::after{
  transform:translateY(-30%) rotate(-135deg);
}
.ess-faq-q summary:hover{color:var(--red);}

.ess-faq-a{
  padding:0 32px 28px;
  animation:essFaqFade .35s ease;
}
.ess-faq-a p{
  font-size:15.5px;color:var(--muted);
  margin:0 0 14px;line-height:1.7;
}
.ess-faq-a p:last-child{margin-bottom:0;}
.ess-faq-a strong{color:var(--ink);font-weight:600;}
.ess-faq-a ul{
  margin:14px 0;padding-left:0;list-style:none;
}
.ess-faq-a ul li{
  position:relative;
  padding:8px 0 8px 24px;
  font-size:15.5px;color:var(--muted);
  line-height:1.6;
  border-bottom:1px dashed var(--line);
}
.ess-faq-a ul li:last-child{border-bottom:none;}
.ess-faq-a ul li::before{
  content:"";position:absolute;
  left:0;top:18px;
  width:8px;height:8px;
  background:var(--gold);
  border-radius:50%;
}
.ess-faq-a ul li strong{color:var(--ink);}

@keyframes essFaqFade{
  from{opacity:0;transform:translateY(-4px);}
  to{opacity:1;transform:translateY(0);}
}

/* ============ CTA ============ */
.ess-faq-cta{
  padding:110px 0;
  background:
    radial-gradient(circle at 20% 20%, var(--red-50) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, var(--gold-100) 0%, transparent 50%),
    var(--bg);
}
.ess-faq-cta-inner{max-width:720px;text-align:center;}
.ess-faq-cta .ess-faq-eyebrow{padding-left:42px;padding-right:42px;}
.ess-faq-cta .ess-faq-eyebrow::after{
  content:"";position:absolute;right:0;top:50%;
  width:32px;height:1px;background:var(--gold);
}
.ess-faq-cta h2{
  font-size:clamp(28px,3.4vw,42px);
  font-weight:700;line-height:1.2;
  letter-spacing:-.6px;
  margin:0 0 22px;color:var(--ink);
}
.ess-faq-cta h2 em{font-style:normal;color:var(--red);}
.ess-faq-cta p{
  font-size:17px;color:var(--muted);
  line-height:1.7;margin:0 auto 32px;
  max-width:600px;
}
.ess-faq-cta-actions{
  display:flex;gap:14px;justify-content:center;
  flex-wrap:wrap;margin-bottom:18px;
}
.ess-faq-btn-primary,.ess-faq-btn-ghost{
  display:inline-flex;align-items:center;
  padding:18px 36px;
  font-size:15px;font-weight:700;
  letter-spacing:.5px;
  border-radius:6px;
  text-decoration:none;
  transition:all .3s ease;
}
.ess-faq-btn-primary{
  background:var(--red);color:#fff;
  box-shadow:0 10px 24px rgba(193,40,46,.28);
}
.ess-faq-btn-primary:hover{
  background:var(--gold-deep);
  transform:translateY(-2px);
  box-shadow:0 14px 32px rgba(201,166,86,.32);
}
.ess-faq-btn-ghost{
  background:#fff;color:var(--ink);
  border:1.5px solid var(--ink);
}
.ess-faq-btn-ghost:hover{
  background:var(--ink);color:#fff;
}
.ess-faq-cta small{
  display:block;color:var(--muted);
  font-size:13px;letter-spacing:.5px;
}

/* ============ RESPONSIVE ============ */
@media (max-width:720px){
  .ess-faq-hero{padding:80px 0 60px;}
  .ess-faq-body,.ess-faq-cta{padding:64px 0;}
  .ess-faq-cat{margin-bottom:48px;}
  .ess-faq-cat-head{gap:16px;padding-bottom:24px;}
  .ess-faq-cat-num{font-size:32px;}
  .ess-faq-q summary{padding:20px 56px 20px 22px;font-size:15.5px;}
  .ess-faq-q summary::after{right:22px;width:12px;height:12px;}
  .ess-faq-a{padding:0 22px 24px;}
  .ess-faq-btn-primary,.ess-faq-btn-ghost{width:100%;justify-content:center;}
}/* End custom CSS */