.elementor-679 .elementor-element.elementor-element-25760413{--display:flex;--min-height:500px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--overlay-opacity:0.5;--padding-top:75px;--padding-bottom:75px;--padding-left:15px;--padding-right:15px;}.elementor-679 .elementor-element.elementor-element-25760413:not(.elementor-motion-effects-element-type-background), .elementor-679 .elementor-element.elementor-element-25760413 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );background-image:url("https://marwanosman.com/wp-content/uploads/2026/01/IMG_0397-2-scaled.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-679 .elementor-element.elementor-element-25760413::before, .elementor-679 .elementor-element.elementor-element-25760413 > .elementor-background-video-container::before, .elementor-679 .elementor-element.elementor-element-25760413 > .e-con-inner > .elementor-background-video-container::before, .elementor-679 .elementor-element.elementor-element-25760413 > .elementor-background-slideshow::before, .elementor-679 .elementor-element.elementor-element-25760413 > .e-con-inner > .elementor-background-slideshow::before, .elementor-679 .elementor-element.elementor-element-25760413 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-text );--background-overlay:'';}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-679 .elementor-element.elementor-element-bb66607{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-679 .elementor-element.elementor-element-bb66607.elementor-element{--align-self:center;}.elementor-679 .elementor-element.elementor-element-bb66607 .elementor-heading-title{font-family:"Cairo", Sans-serif;font-size:30px;font-weight:900;color:var( --e-global-color-astglobalcolor4 );}.elementor-679 .elementor-element.elementor-element-da28a8f{--display:flex;--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-679 .elementor-element.elementor-element-da28a8f{--content-width:1300px;}}@media(max-width:767px){.elementor-679 .elementor-element.elementor-element-25760413{--content-width:500px;--min-height:250px;--justify-content:center;}.elementor-679 .elementor-element.elementor-element-25760413:not(.elementor-motion-effects-element-type-background), .elementor-679 .elementor-element.elementor-element-25760413 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;}.elementor-679 .elementor-element.elementor-element-bb66607{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-679 .elementor-element.elementor-element-bb66607 .elementor-heading-title{font-size:20px;}.elementor-679 .elementor-element.elementor-element-da28a8f{--content-width:100%;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-679 .elementor-element.elementor-element-9af02b1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}@media(min-width:1025px){.elementor-679 .elementor-element.elementor-element-25760413:not(.elementor-motion-effects-element-type-background), .elementor-679 .elementor-element.elementor-element-25760413 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS for text-editor, class: .elementor-element-9af02b1 *//* استدعاء خط Cairo */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800;900&display=swap');

:root {
  --primary: #1E73BE;
  --secondary: #C8A25F;
  --text: #222222;
  --border: rgba(34, 34, 34, 0.12);
  --radius: 24px;
}

.consult {
  direction: rtl !important;
  text-align: right !important;
  width: 100%;
  padding: 40px 0;
  background: #ffffff;
  color: var(--text);
  font-family: 'Cairo', sans-serif !important;
}

.consult * { 
  box-sizing: border-box; 
  font-family: 'Cairo', sans-serif !important;
}

.consult__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

/* الأقسام والمسافات العامة */
.consult__hero {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: clamp(20px, 4vw, 40px);
  background: #fff;
}

.consult__section { margin-top: 60px; }

.consult__head { margin-bottom: 25px; }
.consult__h { font-size: 28px; font-weight: 900; margin: 0 0 10px; }
.consult__sub { font-size: 16px; opacity: 0.8; }

/* الجزء العلوي (Top Section) */
.consult__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}

.consult__pill {
  padding: 6px 16px;
  border-radius: 8px;
  background: var(--primary);
  color: #ffffff !important;
  font-weight: 800;
  font-size: 14px;
}

.consult__chips { display: flex; gap: 8px; flex-wrap: wrap; }
.consult__chip {
  padding: 5px 14px;
  border-radius: 6px;
  border: 1px solid var(--secondary);
  background: rgba(200, 162, 95, 0.05);
  font-weight: 700;
  font-size: 12px;
  color: var(--secondary);
}

.consult__title { margin: 15px 0; font-size: clamp(24px, 4vw, 36px); font-weight: 900; line-height: 1.3; }
.consult__lead { font-size: 18px; line-height: 1.8; font-weight: 500; }

.consult__note {
  margin: 25px 0;
  padding: 20px;
  border-radius: 16px;
  border-right: 4px solid var(--secondary);
  background: rgba(200, 162, 95, 0.1);
  font-weight: 600;
  line-height: 1.7;
}

/* كروت الإحصائيات (ذهبي #C8A25F) */
.consult__kpis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 15px;
  margin: 30px 0;
}
.consult__kpi {
  background: var(--secondary) !important;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
}
.consult__kpiN { font-size: 32px; font-weight: 900; color: #ffffff !important; }
.consult__kpiT { font-size: 14px; font-weight: 700; margin-top: 5px; color: #ffffff !important; }

/* المسافات والتباعد بين الكروت (حل مشكلة الالتصاق) */
.consult__grid2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px; /* مسافة واضحة بين الكرتين */
  margin-top: 25px;
}

.consult__stack {
  display: flex;
  flex-direction: column;
  gap: 20px; /* مسافة بين خطوات التحليل والخطط */
  margin-top: 25px;
}

/* تمييز كروت المسارات (الاستشارات والتدريب) */
.consult__card--featured {
  position: relative;
  overflow: hidden;
  border: 2px solid transparent !important;
  padding: 30px !important;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease;
}

.consult__card-highlight {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #333;
  line-height: 1.5;
}

/* لون كرت الاستشارات (أزرق) */
.card--blue {
  border-color: var(--primary) !important;
  background: linear-gradient(145deg, #f0f7ff, #ffffff) !important;
}
.card--blue .consult__tag { color: var(--primary); }
.card--blue::after { content: ""; position: absolute; top: 0; right: 0; width: 6px; height: 100%; background: var(--primary); }

/* لون كرت التدريب (ذهبي) */
.card--gold {
  border-color: var(--secondary) !important;
  background: linear-gradient(145deg, #fffcf5, #ffffff) !important;
}
.card--gold .consult__tag { color: var(--secondary); }
.card--gold::after { content: ""; position: absolute; top: 0; right: 0; width: 6px; height: 100%; background: var(--secondary); }

/* تنسيق الكروت العامة والخطوات */
.consult__card, .consult__step, .consult__whyItem {
  background: #ffffff !important;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 25px;
}

.consult__tag { font-weight: 900; font-size: 20px; display: block; margin-bottom: 10px; }

.consult__bullets, .consult__list { list-style: none; padding: 0; margin: 0; }
.consult__bullets li, .consult__list li {
  position: relative;
  padding-right: 30px;
  margin-bottom: 12px;
  line-height: 1.6;
  font-weight: 500;
}
.consult__bullets li::before, .consult__list li::before {
  content: "✓";
  position: absolute;
  right: 0;
  color: var(--secondary);
  font-weight: 900;
}

/* تفاصيل Steps */
.consult__stepTop { display: flex; gap: 15px; margin-bottom: 15px; }
.consult__no {
  width: 40px; height: 40px; background: rgba(30, 115, 190, 0.08);
  color: var(--primary); border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; flex-shrink: 0;
}
.consult__stepT { font-size: 18px; font-weight: 900; margin: 0 0 5px; }
.consult__stepS { font-size: 15px; margin: 0; line-height: 1.6; }

.consult__details { background: #f9f9f9; border-radius: 12px; margin-top: 10px; }
.consult__summary { padding: 12px; cursor: pointer; font-weight: 700; color: var(--primary); outline: none; }
.consult__detailsIn { padding: 15px; border-top: 1px solid var(--border); }

/* قسم لماذا نحن؟ */
.consult__why { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 15px; }
.consult__whyItem { display: flex; gap: 15px; }
.consult__icon {
  width: 32px; height: 32px; background: var(--secondary); color: #fff;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-weight: 900; flex-shrink: 0;
}
.consult__whyT { font-weight: 800; margin-bottom: 5px; }
.consult__whyS { font-size: 14px; opacity: 0.9; }

/* قسم الحجز (CTA) */
.consult__cta { margin-top: 60px; background: var(--primary); color: #fff; border-radius: var(--radius); padding: clamp(25px, 5vw, 45px); }
.consult__ctaIn { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 25px; }
.consult__ctaText { flex: 1; min-width: 280px; }
.consult__ctaT { font-size: 24px; font-weight: 900; margin-bottom: 10px; }
.consult__ctaS { font-size: 16px; opacity: 0.9; }

/* الأزرار */
.consult__btnRow { display: flex; gap: 12px; align-items: center; }
.consult__btn {
  padding: 12px 28px; border-radius: 12px; background: var(--secondary);
  color: #fff !important; text-decoration: none; font-weight: 800;
  transition: 0.3s; display: inline-block; white-space: nowrap;
}
.consult__btn--ghost { background: #ffffff; color: var(--text) !important; border: none; }

/* --- استجابة الجوال (Mobile Responsiveness) --- */
@media (max-width: 768px) {
  .consult__section { margin-top: 40px; }
  .consult__grid2 { gap: 20px; } /* تباعد كافي للكروت عند الالتفاف */
  .consult__kpis { grid-template-columns: 1fr 1fr; gap: 12px; }
  .consult__ctaIn { flex-direction: column; text-align: center; }
  .consult__btnRow { justify-content: center; width: 100%; }
}

@media (max-width: 480px) {
  .consult__kpis { grid-template-columns: 1fr; }
  .consult__btnRow { flex-direction: column; width: 100%; }
  .consult__btn { width: 100%; text-align: center; }
}/* End custom CSS */