.elementor-2594 .elementor-element.elementor-element-dca9a23{--display:flex;}body.elementor-page-2594:not(.elementor-motion-effects-element-type-background), body.elementor-page-2594 > .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{
  --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;
}

.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; }

.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)}}

.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; }

/* Packages */
.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; }

.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;
}

/* 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);
}

/* ===== Fluent form look + IBM ===== */
#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;
}

/* ✅ Dark dropdown options (native - works on most Android/Windows) */
#a2z-form-mount select option{
  background:#0d0f08 !important;
  color:#fff !important;
}

/* ✅ If Select2 is used by FluentForm */
.select2-container .select2-dropdown{
  background:#0d0f08 !important;
  border:1px solid rgba(255,255,255,.14) !important;
  box-shadow:0 18px 50px rgba(0,0,0,.55) !important;
}
.select2-container .select2-results__option{
  color:rgba(244,244,244,.92) !important;
  background:transparent !important;
}
.select2-container .select2-results__option--highlighted{
  background:rgba(255,86,36,.22) !important;
  color:#fff !important;
}
.select2-container .select2-selection--single{
  background:rgba(255,255,255,.06) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  border-radius:14px !important;
}
.select2-container .select2-selection__rendered{
  color:#fff !important;
}

/* Mobile */
@media (max-width: 767px){
  #a2z-form-mount,
  #a2z-form-mount *{ transform:none !important; }

  #a2z-form-mount .ff-el-input--label,
  #a2z-form-mount label{
    font-size:14px !important;
    margin-bottom:6px !important;
  }

  #a2z-form-mount input,
  #a2z-form-mount select,
  #a2z-form-mount textarea,
  #a2z-form-mount .ff-el-form-control{
    font-size:16px !important;
    line-height:1.4 !important;
    padding:12px 12px !important;
    height:48px !important;
    min-height:48px !important;
    max-height:48px !important;
  }

  #a2z-form-mount textarea{
    height:auto !important;
    min-height:120px !important;
    max-height:none !important;
  }

  #a2z-form-mount .ff-el-group{ margin-bottom:14px !important; }

  #a2z-form-mount .ff-btn-submit{
    height:50px !important;
    padding:13px 16px !important;
    font-size:16px !important;
  }

  .a2z-grid{ grid-template-columns:1fr; }
}

/* Modal */
.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;
}
.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{ z-index: 999999 !important; }
.a2z-modal-panel{ z-index: 1000000 !important; }

/* ✅ Padding fix for modal details */
.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;
}

@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: 520px){
  .a2z-grid{ grid-template-columns:1fr; }
}

/* تحسين تباعد العنوان على الموبايل */
@media (max-width: 520px){
  .a2z-title{
    line-height: 1.35 !important;
    margin-bottom: 12px !important;
  }
  .a2z-title .a2z-title-brand{
    display:inline-block;
    margin-top: 6px !important;
  }
}

/* =========================
   Podcast Work Slider (Hard Scoped + WP Reset)
========================= */

.a2z-page #podcast-work .a2z-slider{ position:relative !important; margin-top:14px; }

.a2z-page #podcast-work .a2z-slider-viewport{
  overflow-x:auto !important;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  border-radius:16px;
  padding:6px;
}
.a2z-page #podcast-work .a2z-slider-viewport::-webkit-scrollbar{ display:none; }

.a2z-page #podcast-work .a2z-slider-track{
  display:flex !important;
  gap:14px !important;
}

.a2z-page #podcast-work .a2z-slide{
  flex:0 0 calc((100% - 28px) / 3);
  scroll-snap-align:start;
}

@media (max-width: 980px){
  .a2z-page #podcast-work .a2z-slide{ flex-basis: calc((100% - 14px) / 2); }
}
@media (max-width: 520px){
  .a2z-page #podcast-work .a2z-slide{ flex-basis: 100%; }
}

/* ✅ Video Shell */
.a2z-page #podcast-work .a2z-video-shell{
  position:relative !important;
  width:100% !important;
  aspect-ratio:16/9 !important;
  border-radius:16px !important;
  overflow:hidden !important;
  border:1px solid rgba(255,255,255,.12) !important;
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03)) !important;
  box-shadow:0 18px 44px rgba(0,0,0,.35) !important;
}

/* ✅ Fix height mismatch */
.a2z-page #podcast-work .a2z-video-shell video{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
  background:#000 !important;
}

/* Reset buttons inside slider */
.a2z-page #podcast-work button{
  font:inherit !important;
  letter-spacing:inherit !important;
  text-transform:none !important;
}

/* Arrows */
.a2z-page #podcast-work .a2z-slider-btn{
  position:absolute !important;
  top:50% !important;
  transform:translateY(-50%) !important;

  width:44px !important;
  height:44px !important;
  min-width:44px !important;
  max-width:44px !important;

  padding:0 !important;
  margin:0 !important;

  display:grid !important;
  place-items:center !important;

  border-radius:14px !important;
  border:1px solid rgba(255,255,255,.14) !important;
  background:rgba(10,12,7,.55) !important;
  color:#fff !important;

  box-shadow:0 16px 40px rgba(0,0,0,.35) !important;
  z-index:20 !important;

  -webkit-appearance:none !important;
  appearance:none !important;
}

.a2z-page #podcast-work .a2z-slider-btn.prev{ right:10px !important; left:auto !important; }
.a2z-page #podcast-work .a2z-slider-btn.next{ left:10px !important; right:auto !important; }

.a2z-page #podcast-work .a2z-slider-btn span{
  font-size:22px !important;
  line-height:1 !important;
}

/* Dots */
.a2z-page #podcast-work .a2z-slider-dots{
  display:flex !important;
  justify-content:center !important;
  gap:8px !important;
  margin-top:10px !important;
}

.a2z-page #podcast-work .a2z-dot{
  width:10px !important;
  height:10px !important;
  min-width:10px !important;
  max-width:10px !important;

  padding:0 !important;
  margin:0 !important;

  border-radius:999px !important;
  border:1px solid rgba(255,255,255,.22) !important;
  background:rgba(255,255,255,.10) !important;

  display:inline-block !important;
  flex:0 0 auto !important;

  box-shadow:none !important;
  -webkit-appearance:none !important;
  appearance:none !important;
  cursor:pointer !important;
}

.a2z-page #podcast-work .a2z-dot.is-active{
  background:rgba(255,86,36,.92) !important;
  border-color:rgba(255,86,36,.55) !important;
}

/* Custom Play Overlay */
.a2z-page #podcast-work .a2z-video-play{
  position:absolute !important;
  inset:0 !important;
  z-index:15 !important;

  display:grid !important;
  place-items:center !important;

  padding:0 !important;
  margin:0 !important;

  border:0 !important;
  background:linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.04)) !important;
  cursor:pointer !important;

  -webkit-appearance:none !important;
  appearance:none !important;
}

.a2z-page #podcast-work .a2z-play-icon{
  width:78px !important;
  height:78px !important;
  border-radius:999px !important;
  background:rgba(255,86,36,.92) !important;
  box-shadow:0 18px 44px rgba(255,86,36,.22) !important;
  position:relative !important;
  display:block !important;
}

.a2z-page #podcast-work .a2z-play-icon::after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-40%, -50%);
  width:0; height:0;
  border-top:13px solid transparent;
  border-bottom:13px solid transparent;
  border-left:20px solid #fff;
}

.a2z-page #podcast-work .a2z-video-shell.is-playing .a2z-video-play{
  opacity:0 !important;
  pointer-events:none !important;
}

/* Mobile tweak */
@media (max-width: 520px){
  .a2z-page #podcast-work .a2z-slider-btn{
    top:auto !important;
    bottom:12px !important;
    transform:none !important;

    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    max-width:40px !important;

    border-radius:12px !important;
  }

  .a2z-page #podcast-work .a2z-slider-viewport{
    padding-bottom:56px !important;
  }
}
/* =========================
   A2Z Podcast Slider Custom
   ========================= */

#a2zModal, .a2z-modal { /* سيب مودال الباكدجات زي ما هو */ }

/* شكل الفيديو داخل السلايدر */
#a2zModal ~ * {}

#podcast-work .a2z-video-shell{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
}

/* الفيديو ياخد شكل طبيعي */
#podcast-work video.a2z-pod-video{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; /* غيرها لـ contain لو عايز تظهر الفيديو كامل بحدود */
}

/* زرار التشغيل (Overlay) */
#podcast-work .a2z-video-play{
  position: absolute;
  inset: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: opacity .2s ease;
  z-index: 5;
}

/* أيقونة بلاي بسيطة (لو عندك أصلاً a2z-play-icon سيبها) */
#podcast-work .a2z-play-icon{
  width: 70px;
  height: 70px;
  border-radius: 999px;
  background: rgba(255, 95, 0, .95);
  box-shadow: 0 12px 30px rgba(0,0,0,.35);
  position: relative;
}
#podcast-work .a2z-play-icon::before{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-38%, -50%);
  width:0;height:0;
  border-top:12px solid transparent;
  border-bottom:12px solid transparent;
  border-left:18px solid #fff;
}

/* ✅ وقت التشغيل: اخفاء زرار البلاي overlay */
#podcast-work .a2z-video-shell.is-playing .a2z-video-play{
  opacity: 0;
  pointer-events: none;
}

/* تحسين شكل الأسهم */
#podcast-work .a2z-slider-btn{
  cursor: pointer;
  user-select: none;
}

/* الدوتس */
#podcast-work .a2z-slider-dots{
  display:flex;
  gap:8px;
  justify-content:center;
  margin-top:12px;
}
#podcast-work .a2z-dot{
  width:10px;
  height:10px;
  border-radius:999px;
  border:0;
  opacity:.35;
  cursor:pointer;
}
#podcast-work .a2z-dot.is-active{
  opacity:1;
  transform: scale(1.1);
}/* End custom CSS */