.elementor-17 .elementor-element.elementor-element-d027f84{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-d027f84 *//* ===========================================================================
 *  إعادة تعيين محلية (Scoped Reset) — تنطبق فقط داخل حاويات الإضافة
 *  حتى لا تتضارب مع تنسيقات Elementor أو الثيم على باقي الصفحة.
 * ======================================================================== */
.ahad-wp-root,
.ahad-wp-root *,
.ahad-wp-root *::before,
.ahad-wp-root *::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

.ahad-wp-root {
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.ahad-wp-root h1,
.ahad-wp-root h2,
.ahad-wp-root h3,
.ahad-wp-root h4,
.ahad-wp-root h5,
.ahad-wp-root h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  font-family: 'Noto Kufi Arabic', 'Tajawal', sans-serif;
  line-height: 1.35;
}

.ahad-wp-root p,
.ahad-wp-root blockquote,
.ahad-wp-root pre,
.ahad-wp-root figure,
.ahad-wp-root hr {
  margin: 0;
}

.ahad-wp-root ul,
.ahad-wp-root ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ahad-wp-root img,
.ahad-wp-root svg,
.ahad-wp-root video,
.ahad-wp-root canvas {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.ahad-wp-root button,
.ahad-wp-root input,
.ahad-wp-root select,
.ahad-wp-root textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  margin: 0;
  color: inherit;
}

.ahad-wp-root button {
  background: transparent;
  cursor: pointer;
}

/* إزالة اللون #c36 المتسرّب من reset العامة داخل إضافة أحمد جلنبو */
.ahad-wp-root a {
  color: inherit;
  text-decoration: none;
  border-color: transparent;
}
.ahad-wp-root a:hover {
  color: #34d399; /* emerald-400 */
}

.ahad-wp-root button,
.ahad-wp-root input[type="button"],
.ahad-wp-root input[type="submit"],
.ahad-wp-root input[type="reset"] {
  border-color: transparent;
  background-image: none;
}
.ahad-wp-root button:active,
.ahad-wp-root button:focus {
  outline-color: transparent;
}

.ahad-wp-root table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ===========================================================================
 *  عزل صريح: منع تسرّب أي تنسيقات إلى/من الإضافة
 * ======================================================================== */
.ahad-wp-root {
  isolation: isolate;
  overflow-x: clip;
  background-color: #0f172a; /* slate-950 */
  color: #e2e8f0;            /* slate-200 */
}

.ahad-wp-root body,
.ahad-wp-root .font-sans {
  font-family: 'Tajawal', 'Noto Kufi Arabic', system-ui, -apple-system, sans-serif;
}

/* تنسيقات مخصصة محفوظة من المشروع الأصلي */
.glass-card {
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.glass-card-light {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(226, 232, 240, 0.8);
}

.emerald-gradient-text {
  background: linear-gradient(135deg, #34d399 0%, #10b981 50%, #059669 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gold-border-glow {
  box-shadow: 0 0 25px -5px rgba(16, 185, 129, 0.3);
}

/* أشرطة التمرير المخصصة (محصورة داخل الإضافة) */
.ahad-wp-root ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.ahad-wp-root ::-webkit-scrollbar-track {
  background: #0f172a;
}
.ahad-wp-root ::-webkit-scrollbar-thumb {
  background: #334155;
  border-radius: 4px;
}
.ahad-wp-root ::-webkit-scrollbar-thumb:hover {
  background: #10b981;
}

/* الشريط السفلي العائم للاتصال والواتساب */
.ahad-wp-root .contact-icons-widget {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

.ahad-wp-root .contact-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

.ahad-wp-root .whatsapp-icon {
  background-color: #006912;
}

.ahad-wp-root .call-icon {
  background-color: #007BFF;
}

.ahad-wp-root .contact-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0,0,0,0.4);
}/* End custom CSS */