.elementor-2689 .elementor-element.elementor-element-dca9a23{--display:flex;}body.elementor-page-2689:not(.elementor-motion-effects-element-type-background), body.elementor-page-2689 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #0F1306 0%, #090A06 100%);}/* Start custom CSS for html, class: .elementor-element-900fc89 *//* =========================
   A2Z PAGE - FULL CUSTOM CSS (WITH OVERLAY VIEW BUTTON)
   ========================= */

/* Root wrapper */
.a2z-page{
  --orange:#ff5624;
  --bg:#0d0f08;
  --text:#f4f4f4;
  --muted:rgba(244,244,244,.72);
  --stroke:rgba(255,255,255,.10);

  font-family:"IBM Plex Sans Arabic", Arial, sans-serif !important;
  color:var(--text);

  background: transparent !important;
  padding:24px 0;
}

/* Force IBM Arabic for everything inside this block only */
.a2z-page,
.a2z-page *{
  font-family:"IBM Plex Sans Arabic", Arial, sans-serif !important;
}

.a2z-page h1,
.a2z-page h2,
.a2z-page h3,
.a2z-page h4,
.a2z-page h5,
.a2z-page h6{
  color:#fff !important;
}

.a2z-title-brand{
  display:inline-block;
  color: var(--orange) !important;
  font-weight: 900;
  letter-spacing: .5px;
}

/* Layout */
.a2z-section{ width:min(1100px, 92%); margin:0 auto; padding:26px 0; }
.a2z-hero-inner{ width:min(1100px, 92%); margin:0 auto; text-align:center; }
.a2z-title{ margin:16px 0 8px; font-size:clamp(22px, 3vw, 38px); }
.a2z-subtitle{ margin:0 auto 16px; max-width:760px; color:var(--muted) !important; line-height:1.8; }
.a2z-hero-actions{ display:flex; gap:10px; justify-content:center; flex-wrap:wrap; }

/* Logo */
.a2z-logo-wrap{ position:relative; display:inline-block; margin-top:8px; }
.a2z-logo{
  width:min(380px, 70vw);
  height:auto;
  filter:drop-shadow(0 18px 30px rgba(0,0,0,.55));
  animation:a2zFloat 3.6s ease-in-out infinite;
}
.a2z-logo-glow{
  position:absolute; inset:-10px -20px -18px -20px;
  background:radial-gradient(circle at 50% 55%, rgba(255,86,36,.38), transparent 60%);
  filter:blur(14px);
  z-index:-1;
  animation:a2zGlow 2.8s ease-in-out infinite alternate;
}
@keyframes a2zFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes a2zGlow{0%{opacity:.55;transform:scale(.98)}100%{opacity:.95;transform:scale(1.02)}}

/* Buttons */
.a2z-btn{
  border:1px solid var(--stroke);
  background:rgba(255,255,255,.04);
  color:var(--text) !important;
  padding:11px 16px;
  border-radius:12px;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  cursor:pointer;
  font-weight:700;
  transition:transform .15s ease, background .15s ease;
}
.a2z-btn:hover{ transform:translateY(-1px); background:rgba(255,255,255,.06); }
.a2z-btn-primary{
  background:linear-gradient(135deg, rgba(255,86,36,.95), rgba(255,86,36,.70));
  border-color:rgba(255,86,36,.55);
  box-shadow:0 14px 34px rgba(255,86,36,.18);
}
.a2z-btn-ghost{ background:transparent; }
.a2z-btn-secondary{
  width:100%;
  background:rgba(255,86,36,.10);
  border-color:rgba(255,86,36,.28);
}

/* Ticket */
.a2z-ticket{
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 22px 60px rgba(0,0,0,.45), 0 0 0 10px rgba(255,86,36,.05);
}
.a2z-ticket-head{
  display:flex; align-items:flex-start; justify-content:space-between;
  gap:18px;
  padding:18px 18px 14px;
  background:radial-gradient(900px 200px at 30% 0%, rgba(255,86,36,.18), transparent 60%);
  border-bottom:1px dashed rgba(255,255,255,.16);
}
.a2z-badge{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,86,36,.14);
  border:1px solid rgba(255,86,36,.28);
  font-weight:800;
  color:#ffd6c8;
  white-space:nowrap;
}
.a2z-price{ text-align:left; }
.a2z-price-label{ display:block; color:var(--muted) !important; font-size:13px; }
.a2z-price-main{ display:block; font-size:28px; font-weight:900; color:var(--orange) !important; }
.a2z-price-note{ display:block; color:var(--muted) !important; font-size:13px; }
.a2z-ticket-body{ padding:16px 18px 18px; }
.a2z-list{ margin:0; padding:0 18px 0 0; display:grid; gap:10px; line-height:1.8; }
.a2z-ticket-foot{
  margin-top:14px;
  display:flex; align-items:center; justify-content:space-between;
  gap:12px; flex-wrap:wrap;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.10);
}
.a2z-note{ color:var(--muted) !important; font-size:13px; }

/* Headings / muted */
.a2z-h2{ margin:0 0 6px; font-size:clamp(18px, 2.2vw, 26px); }
.a2z-muted{ margin:0; color:var(--muted) !important; line-height:1.8; }

/* Packages */
.a2z-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:14px;
  margin-top:14px;
}
.a2z-card{
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  padding:14px;
  box-shadow:0 18px 44px rgba(0,0,0,.35);
  position:relative;
  overflow:hidden;
}
.a2z-card::before{
  content:"";
  position:absolute; inset:-2px;
  background:radial-gradient(500px 120px at 80% 0%, rgba(255,86,36,.18), transparent 55%);
  pointer-events:none;
}
.a2z-card-top{ position:relative; display:flex; align-items:flex-start; justify-content:space-between; gap:10px; }
.a2z-card-top h3{ margin:0; font-size:16px; }
.a2z-card-price{ text-align:left; }
.a2z-card-price .new{ display:block; font-weight:900; color:var(--orange) !important; }
.a2z-card-price .old{ display:block; font-size:12px; color:rgba(244,244,244,.55) !important; text-decoration:line-through; }
.a2z-card-body{ position:relative; margin-top:10px; display:grid; gap:10px; }
.a2z-save{
  font-size:13px;
  color:#ffe6dc !important;
  background:rgba(255,86,36,.10);
  border:1px solid rgba(255,86,36,.22);
  border-radius:12px;
  padding:8px 10px;
  font-weight:800;
}

/* =========================
   Reels Slider Styles
   ========================= */
.a2z-reels{ position:relative; margin-top:14px; }

.a2z-reels-track{
  display:flex;
  gap:14px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding:6px 44px;
  -webkit-overflow-scrolling:touch;
}
.a2z-reels-track::-webkit-scrollbar{ height:10px; }
.a2z-reels-track::-webkit-scrollbar-thumb{
  background: rgba(255,255,255,.15);
  border-radius:999px;
}

.a2z-reel-card{
  flex:0 0 auto;
  width:280px;
  scroll-snap-align:start;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  border-radius:18px;
  overflow:hidden;
  backdrop-filter: blur(8px);
}
@media (min-width:768px){ .a2z-reel-card{ width:320px; } }
@media (min-width:1100px){ .a2z-reel-card{ width:360px; } }

.a2z-reel-video{
  position:relative;
  aspect-ratio: 9/16;
  background:#000;
}
.a2z-reel{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  background:#000;
}

.a2z-reels-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:38px;
  height:38px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.45);
  color:#fff;
  display:grid;
  place-items:center;
  cursor:pointer;
  z-index:2;
  user-select:none;
}
.a2z-reels-nav.prev{ left:6px; }
.a2z-reels-nav.next{ right:6px; }

@media (max-width:520px){
  .a2z-reels-nav{ display:none; }
  .a2z-reels-track{ padding:6px 10px; }
}

/* =========================
   Studio Locations Slider (CARDS)
   ========================= */
#studio-locations .a2z-loc-slider{ position:relative; margin-top:14px; }

#studio-locations .a2z-loc-track{
  display:flex;
  gap:14px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding:10px 52px;
  -webkit-overflow-scrolling:touch;
  align-items:stretch;
}
#studio-locations .a2z-loc-track::-webkit-scrollbar{ height:10px; }
#studio-locations .a2z-loc-track::-webkit-scrollbar-thumb{
  background: rgba(255,255,255,.15);
  border-radius:999px;
}

#studio-locations .a2z-loc-item{
  flex:0 0 auto;
  scroll-snap-align:center;
  background:transparent;
  border:0;
  padding:0;
  cursor:pointer;
}

#studio-locations .a2z-loc-card{
  width: 280px;
  border-radius:18px;
  overflow:hidden;
  position:relative;
  display:block;
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 18px 44px rgba(0,0,0,.35);
  transform:translateY(0);
  transition:transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}
@media (min-width:768px){ #studio-locations .a2z-loc-card{ width: 320px; } }
@media (min-width:1100px){ #studio-locations .a2z-loc-card{ width: 360px; } }

#studio-locations .a2z-loc-media{
  position:relative;
  aspect-ratio: 4/3;
  background:#000;
  display:block;
}
#studio-locations .a2z-loc-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transform:scale(1.02);
  filter:saturate(1.05) contrast(1.02);
}

/* overlay shading */
#studio-locations .a2z-loc-media::after{
  content:"";
  position:absolute; inset:0;
  background:
    radial-gradient(520px 260px at 50% 18%, rgba(255,86,36,.22), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.35));
  pointer-events:none;
}

/* ✅ زر عرض الصورة overlay داخل الصورة */
#studio-locations .a2z-loc-view{
  position:absolute;
  right:12px;
  bottom:12px;
  z-index:3;

  padding:9px 12px;
  border-radius:999px;
  font-weight:900;
  font-size:13px;

  color:#fff;
  background:rgba(0,0,0,.45);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(6px);

  cursor:pointer;
  user-select:none;

  transform:translateY(0);
  transition:transform .15s ease, background .15s ease, border-color .15s ease;
}
#studio-locations .a2z-loc-view:hover{
  transform:translateY(-1px);
  background:rgba(0,0,0,.55);
  border-color:rgba(255,86,36,.45);
}
@media (max-width:520px){
  #studio-locations .a2z-loc-view{
    right:10px;
    bottom:10px;
    padding:10px 14px;
    font-size:14px;
  }
}

#studio-locations .a2z-loc-meta{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  padding:12px 12px;
}

#studio-locations .a2z-loc-badge{
  display:inline-flex;
  gap:8px;
  align-items:center;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,86,36,.10);
  border:1px solid rgba(255,86,36,.22);
  color:#ffe6dc;
  font-weight:800;
}
#studio-locations .a2z-loc-badge b{ color:#fff; }

#studio-locations .a2z-loc-check{
  position:absolute;
  top:12px; left:12px;
  width:40px; height:40px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:rgba(255,86,36,.92);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-weight:900;
  transform:scale(.85);
  opacity:0;
  transition:opacity .15s ease, transform .15s ease;
}

/* hover */
#studio-locations .a2z-loc-item:hover .a2z-loc-card{ transform:translateY(-2px); }

/* selected */
#studio-locations .a2z-loc-item.is-selected .a2z-loc-card{
  border-color:rgba(255,86,36,.45);
  box-shadow:0 22px 60px rgba(0,0,0,.45), 0 0 0 10px rgba(255,86,36,.05);
}
#studio-locations .a2z-loc-item.is-selected .a2z-loc-check{
  opacity:1;
  transform:scale(1);
}

/* arrows */
#studio-locations .a2z-loc-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:40px;
  height:40px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.45);
  color:#fff;
  display:grid;
  place-items:center;
  cursor:pointer;
  z-index:2;
  user-select:none;
}
#studio-locations .a2z-loc-nav.prev{ left:6px; }
#studio-locations .a2z-loc-nav.next{ right:6px; }

@media (max-width:520px){
  #studio-locations .a2z-loc-nav{ display:none; }
  #studio-locations .a2z-loc-track{ padding:10px 10px; }
}

#studio-locations .a2z-loc-choice{
  margin-top:14px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  border-radius:14px;
}
#studio-locations .a2z-loc-current{ color:rgba(244,244,244,.88); }

/* =========================
   Form container
   ========================= */
.a2z-form{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  padding:18px;
  background:rgba(255,255,255,.03);
  box-shadow:0 18px 44px rgba(0,0,0,.35);
}

/* FluentForm styles */
#a2z-form-mount,
#a2z-form-mount *{
  font-family:"IBM Plex Sans Arabic", Arial, sans-serif !important;
}

#a2z-form-mount .ff-el-input--label,
#a2z-form-mount label{
  color:#fff !important;
  font-weight:700 !important;
  margin-bottom:8px !important;
}

#a2z-form-mount input,
#a2z-form-mount select,
#a2z-form-mount textarea,
#a2z-form-mount .ff-el-form-control{
  width:100% !important;
  background:rgba(255,255,255,.06) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  color:#fff !important;
  border-radius:14px !important;
  padding:12px 14px !important;
  outline:none !important;
  box-shadow:none !important;
  font-size:16px !important;
  box-sizing:border-box !important;
  appearance:none !important;
  -webkit-appearance:none !important;
}

#a2z-form-mount input::placeholder,
#a2z-form-mount textarea::placeholder{
  color: rgba(255,255,255,.55) !important;
}

#a2z-form-mount input:focus,
#a2z-form-mount select:focus,
#a2z-form-mount textarea:focus{
  border-color:rgba(255,86,36,.65) !important;
  box-shadow:0 0 0 4px rgba(255,86,36,.18) !important;
}

#a2z-form-mount .ff-btn-submit,
#a2z-form-mount button[type="submit"]{
  background:linear-gradient(135deg, rgba(255,86,36,.95), rgba(255,86,36,.70)) !important;
  border:1px solid rgba(255,86,36,.55) !important;
  color:#fff !important;
  font-weight:900 !important;
  border-radius:14px !important;
  padding:12px 18px !important;
  width:100% !important;
  cursor:pointer !important;
  font-size:16px !important;
}

/* Modal Packages */
.a2z-modal{ position:fixed; inset:0; display:none; z-index:999999; }
.a2z-modal[aria-hidden="false"]{ display:block; }

.a2z-modal-backdrop{
  position:absolute; inset:0;
  background:rgba(0,0,0,.6);
  backdrop-filter:blur(6px);
}

.a2z-modal-panel{
  position:relative;
  width:min(720px, 92vw);
  margin:8vh auto 0;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(180deg, rgba(18,20,12,.98), rgba(10,12,7,.98));
  box-shadow:0 26px 80px rgba(0,0,0,.65), 0 0 0 10px rgba(255,86,36,.06);
  padding:14px 14px 16px;
  direction:rtl;
  z-index:1000000;
}

.a2z-modal-close{
  position:absolute; top:10px; left:10px;
  width:38px; height:38px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:#fff !important;
  cursor:pointer;
}

.a2z-modal-head{ padding:8px 8px 10px; border-bottom:1px solid rgba(255,255,255,.10); }
.a2z-modal-head h3{ margin:0 0 6px; font-size:18px; }

.a2z-modal-prices{ display:flex; gap:10px; align-items:center; flex-wrap:wrap; }
.a2z-modal-prices .new{ color:var(--orange) !important; font-weight:900; }
.a2z-modal-prices .old{ color:rgba(244,244,244,.55) !important; text-decoration:line-through; }

.a2z-modal-list{
  text-align:right !important;
  list-style-position:inside;
  margin:12px 0 0;
  padding:16px 18px !important;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  line-height:1.9;
  color:rgba(244,244,244,.92) !important;
  list-style:disc;
}
.a2z-modal-list li{ margin:6px 0; padding:6px 0; }

.a2z-modal-actions{
  display:flex; gap:10px; justify-content:flex-end; flex-wrap:wrap;
  margin-top:12px;
}

/* ✅ Image Popup Modal (Locations) */
.a2z-img-modal{ position:fixed; inset:0; display:none; z-index:999999; }
.a2z-img-modal[aria-hidden="false"]{ display:block; }

.a2z-img-backdrop{
  position:absolute; inset:0;
  background:rgba(0,0,0,.72);
  backdrop-filter:blur(6px);
}

.a2z-img-panel{
  position:relative;
  width:min(980px, 92vw);
  margin:6vh auto 0;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(12,14,9,.92);
  box-shadow:0 26px 90px rgba(0,0,0,.70);
  padding:12px;
  direction:rtl;
  z-index:1000000;
}

.a2z-img-panel img{
  width:100%;
  height:auto;
  display:block;
  border-radius:14px;
  max-height:78vh;
  object-fit:contain;
  background:#000;
}

.a2z-img-close{
  position:absolute; top:10px; left:10px;
  width:38px; height:38px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:#fff !important;
  cursor:pointer;
}

/* Responsive */
@media (max-width: 980px){
  .a2z-grid{ grid-template-columns:repeat(2, minmax(0,1fr)); }
  .a2z-ticket-head{ flex-direction:column; align-items:flex-start; }
  .a2z-price{ text-align:right; }
}
@media (max-width: 767px){
  .a2z-grid{ grid-template-columns:1fr; }
}

/* ✅ Fix: reels nav buttons become full-width / yellow بسبب ستايلات الثيم */
#work .a2z-reels-nav{
  all: unset;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;

  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;

  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  background: rgba(0,0,0,.45) !important;
  color: #fff !important;

  display: grid !important;
  place-items: center !important;

  cursor: pointer !important;
  z-index: 10 !important;
  user-select: none !important;

  font-size: 28px !important;
  line-height: 1 !important;
  font-family: inherit !important;
}

/* أماكن الأزرار على الجنبين */
#work .a2z-reels-nav.prev{ left: 8px !important; right: auto !important; }
#work .a2z-reels-nav.next{ right: 8px !important; left: auto !important; }

/* مساحة داخلية عشان الزرار ما يركبش على الفيديو */
#work .a2z-reels-track{
  padding-left: 52px !important;
  padding-right: 52px !important;
}

/* Focus لطيف للكيبورد */
#work .a2z-reels-nav:focus-visible{
  outline: 2px solid rgba(255,86,36,.75) !important;
  outline-offset: 3px !important;
}

#studio-locations .a2z-loc-nav{ display:none !important; }
#studio-locations .a2z-loc-track{ padding-left:10px !important; padding-right:10px !important; }/* End custom CSS */