.elementor-2194 .elementor-element.elementor-element-bf81a02{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-2194 .elementor-element.elementor-element-b26cfcc > .elementor-element-populated{padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-2194 .elementor-element.elementor-element-b26cfcc > .elementor-element-populated{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-12b0d81 */كود جعل اللون ابيض للعوان 
/* تحويل لون العنوان إلى الأبيض إجبارياً */
h1,
.hero-section h1,
.elementor-heading-title,
.entry-title,
article h1 {
    color: #ffffff !important;
}

/* للعناوين الفرعية أيضاً */
.hero-section h1,
.hero-section .subtitle,
.hero-section p {
    color: #ffffff !important;
}/* End custom CSS */
/* Start custom CSS *//* ===== CSS Variables ===== */
:root {
  --primary:       #1a5fa8;
  --primary-dark:  #134680;
  --primary-light: #e8f1fb;
  --accent:        #c0392b;
  --accent-light:  #fdf0ef;
  --success:       #0f6e56;
  --success-light: #e6f5f1;
  --warning:       #b7620a;
  --warning-light: #fef4e8;
  --gold:          #c8920a;
  --text:          #1a1a2e;
  --text-muted:    #5a5a72;
  --border:        #dde2ed;
  --bg:            #f5f7fc;
  --white:         #ffffff;
  --shadow-sm:     0 2px 8px rgba(26,95,168,.10);
  --shadow-md:     0 4px 20px rgba(26,95,168,.14);
  --shadow-lg:     0 8px 40px rgba(26,95,168,.18);
  --radius-sm:     8px;
  --radius-md:     14px;
  --radius-lg:     20px;
  --font:          'Cairo', sans-serif;
}

/* ===== Reset ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--font); color: var(--text); background: var(--bg); line-height: 1.75; font-size: 16px; }
img { max-width: 100%; display: block; }
a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }

/* ===== Wrapper ===== */
.article-wrap { max-width: 860px; margin: 0 auto; padding: 0 16px 60px; }

/* ===== HERO ===== */
.hero {
  background: linear-gradient(135deg, #0d3c70 0%, #1a5fa8 55%, #2a80d4 100%);
  color: #fff;
  padding: 52px 24px 44px;
  margin-bottom: 0;
}
.hero-inner { max-width: 860px; margin: 0 auto; }
.breadcrumb { font-size: 13px; opacity: .75; margin-bottom: 18px; display: flex; gap: 6px; flex-wrap: wrap; align-items: center; }
.breadcrumb a { color: #fff; }
.breadcrumb span { opacity: .55; }
.hero h1 { font-size: clamp(22px, 4vw, 34px); font-weight: 800; line-height: 1.35; margin-bottom: 14px; }
.hero-meta { font-size: 13px; opacity: .8; display: flex; flex-wrap: wrap; gap: 16px; }
.hero-meta span { display: flex; align-items: center; gap: 5px; }
.badge-updated { background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.3); border-radius: 20px; padding: 3px 12px; font-size: 12px; font-weight: 600; }

/* ===== MEDICAL REVIEW BADGE ===== */
.review-badge {
  background: var(--success-light);
  border: 1.5px solid var(--success);
  border-radius: var(--radius-sm);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
  font-size: 13px;
  color: var(--success);
  font-weight: 600;
}
.review-badge .rb-icon { font-size: 20px; flex-shrink: 0; }

/* ===== DOCTOR WIDGET ===== */
.doctor-widget {
  background: var(--white);
  border: 2px solid var(--primary);
  border-radius: var(--radius-md);
  padding: 24px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin: 24px 0;
  box-shadow: var(--shadow-md);
}
.doctor-widget img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--primary-light);
  flex-shrink: 0;
}
.dw-info h3 { font-size: 18px; font-weight: 800; color: var(--primary-dark); margin-bottom: 4px; }
.dw-title { font-size: 13px; color: var(--text-muted); margin-bottom: 10px; line-height: 1.5; }
.dw-badges { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.dw-badge { background: var(--primary-light); color: var(--primary-dark); font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 20px; }
.dw-stats { display: flex; gap: 18px; flex-wrap: wrap; }
.dw-stat { text-align: center; }
.dw-stat .val { font-size: 20px; font-weight: 800; color: var(--primary); display: block; }
.dw-stat .lbl { font-size: 11px; color: var(--text-muted); }
.stars { color: var(--gold); font-size: 14px; }

/* ===== TL;DR ===== */
.tldr {
  background: linear-gradient(135deg, #e8f1fb 0%, #f0f6ff 100%);
  border-right: 5px solid var(--primary);
  border-radius: var(--radius-sm);
  padding: 20px 22px;
  margin: 24px 0;
}
.tldr-label { font-size: 11px; font-weight: 800; color: var(--primary); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.tldr p { font-size: 15px; line-height: 1.75; color: var(--text); font-weight: 500; }

/* ===== TABLE OF CONTENTS ===== */
.toc {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  margin: 24px 0;
}
.toc h3 { font-size: 15px; font-weight: 700; margin-bottom: 14px; color: var(--primary-dark); }
.toc ol { padding-right: 20px; }
.toc li { margin-bottom: 7px; }
.toc a { font-size: 14px; color: var(--primary); }
.toc a:hover { text-decoration: underline; }

/* ===== SECTION HEADINGS ===== */
.article-section { margin: 40px 0; }
.article-section h2 {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 800;
  color: var(--primary-dark);
  padding-bottom: 10px;
  border-bottom: 3px solid var(--primary-light);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.article-section h2 .sec-icon { font-size: 22px; }
.article-section h3 { font-size: 17px; font-weight: 700; color: var(--text); margin: 18px 0 10px; }

/* ===== PRICE BOX ===== */
.price-highlight {
  background: linear-gradient(135deg, #0d3c70 0%, #1a5fa8 100%);
  color: #fff;
  border-radius: var(--radius-md);
  padding: 28px 24px;
  text-align: center;
  margin: 20px 0;
}
.price-highlight .price-main { font-size: clamp(28px, 5vw, 42px); font-weight: 800; display: block; margin-bottom: 6px; }
.price-highlight .price-sub { font-size: 14px; opacity: .85; }

/* ===== DATA TABLES ===== */
.data-table-wrap { overflow-x: auto; margin: 16px 0; border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); }
.data-table { width: 100%; border-collapse: collapse; background: var(--white); font-size: 14px; }
.data-table th {
  background: var(--primary);
  color: #fff;
  padding: 12px 16px;
  font-weight: 700;
  text-align: right;
  font-size: 13px;
}
.data-table td { padding: 11px 16px; border-bottom: 1px solid var(--border); color: var(--text); }
.data-table tbody tr:last-child td { border-bottom: none; }
.data-table tbody tr:hover { background: var(--primary-light); }
.data-table .price-cell { font-weight: 700; color: var(--primary-dark); }
.data-table .best { background: var(--success-light); }
.data-table td.check { text-align: center; }

/* ===== WARNING BOX (EMERGENCY) ===== */
.warning-box {
  background: #fff8f8;
  border: 2px solid var(--accent);
  border-radius: var(--radius-sm);
  padding: 20px 22px;
  margin: 24px 0;
}
.warning-box .wb-title { font-size: 16px; font-weight: 800; color: var(--accent); display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.warning-box ul { padding-right: 20px; }
.warning-box li { margin-bottom: 7px; font-size: 14px; color: var(--text); }

/* ===== INFO BOX ===== */
.info-box {
  background: var(--primary-light);
  border-right: 4px solid var(--primary);
  border-radius: var(--radius-sm);
  padding: 16px 20px;
  margin: 16px 0;
  font-size: 14px;
}

/* ===== CARDS GRID ===== */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin: 16px 0; }
.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 20px 18px;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .2s, transform .2s;
}
.card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.card-icon { font-size: 30px; margin-bottom: 10px; }
.card h4 { font-size: 15px; font-weight: 700; margin-bottom: 6px; color: var(--primary-dark); }
.card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }
.card.accent-card { border-right: 4px solid var(--primary); }

/* ===== CHECKLIST ===== */
.checklist { list-style: none; margin: 14px 0; }
.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 12px;
  border-radius: var(--radius-sm);
  margin-bottom: 6px;
  font-size: 14px;
  background: var(--white);
  border: 1px solid var(--border);
}
.checklist li .cl-icon { flex-shrink: 0; font-size: 16px; margin-top: 2px; }
.checklist.success li .cl-icon { color: var(--success); }
.checklist.warning li .cl-icon { color: var(--warning); }

/* ===== TIMELINE ===== */
.timeline { position: relative; margin: 20px 0; padding-right: 28px; }
.timeline::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border);
}
.tl-item { position: relative; margin-bottom: 24px; }
.tl-dot {
  position: absolute;
  right: -23px;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--primary);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--primary);
}
.tl-badge { display: inline-block; background: var(--primary); color: #fff; font-size: 11px; font-weight: 700; padding: 2px 10px; border-radius: 20px; margin-bottom: 6px; }
.tl-title { font-size: 15px; font-weight: 700; color: var(--primary-dark); margin-bottom: 4px; }
.tl-desc { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* ===== COMPARISON TABLE (laparoscopy vs open) ===== */
.comp-table { width: 100%; border-collapse: collapse; background: var(--white); font-size: 14px; border-radius: var(--radius-sm); overflow: hidden; }
.comp-table th { background: var(--primary-dark); color: #fff; padding: 12px 16px; font-weight: 700; text-align: right; }
.comp-table th.col-lap { background: var(--primary); }
.comp-table th.col-open { background: var(--accent); }
.comp-table td { padding: 10px 16px; border-bottom: 1px solid var(--border); }
.comp-table .row-label { font-weight: 600; color: var(--text-muted); font-size: 13px; }
.comp-table .lap { color: var(--success); font-weight: 600; }
.comp-table .open { color: var(--accent); font-weight: 600; }
.comp-table tbody tr:hover { background: var(--bg); }

/* ===== FACTORS LIST ===== */
.factors-list { list-style: none; margin: 16px 0; }
.factors-list li { display: flex; align-items: flex-start; gap: 12px; padding: 12px 16px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-sm); margin-bottom: 8px; font-size: 14px; }
.factors-list li strong { color: var(--primary-dark); min-width: 160px; flex-shrink: 0; }

/* ===== DOCTOR CRITERIA ===== */
.criteria-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; margin: 16px 0; }
.criteria-card { background: var(--white); border: 1px solid var(--border); border-top: 3px solid var(--primary); border-radius: var(--radius-sm); padding: 16px; }
.criteria-num { font-size: 24px; font-weight: 800; color: var(--primary-light); line-height: 1; margin-bottom: 6px; }
.criteria-title { font-size: 14px; font-weight: 700; color: var(--primary-dark); margin-bottom: 4px; }
.criteria-desc { font-size: 12px; color: var(--text-muted); line-height: 1.55; }

/* ===== WHY DOCTOR SECTION ===== */
.why-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 16px; margin: 20px 0; }
.why-card { background: linear-gradient(145deg, #e8f1fb, #f5f8ff); border: 1px solid var(--primary-light); border-radius: var(--radius-md); padding: 22px 18px; text-align: center; }
.why-card .why-icon { font-size: 34px; margin-bottom: 10px; }
.why-card .why-num { font-size: 28px; font-weight: 800; color: var(--primary); display: block; }
.why-card .why-lbl { font-size: 13px; color: var(--text-muted); margin-bottom: 6px; }
.why-card .why-title { font-size: 14px; font-weight: 700; color: var(--primary-dark); }

/* ===== REVIEWS ===== */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; margin: 20px 0; }
.review-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 20px; box-shadow: var(--shadow-sm); }
.review-stars { color: var(--gold); font-size: 16px; margin-bottom: 10px; }
.review-text { font-size: 13px; color: var(--text); line-height: 1.65; font-style: italic; margin-bottom: 14px; }
.review-author { display: flex; align-items: center; gap: 10px; }
.review-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--primary-light); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; color: var(--primary); flex-shrink: 0; }
.review-name { font-size: 13px; font-weight: 700; color: var(--text); }
.review-date { font-size: 11px; color: var(--text-muted); }

/* ===== FAQ ===== */
.faq-list { margin: 16px 0; }
.faq-item { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-sm); margin-bottom: 8px; overflow: hidden; }
.faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 700;
  color: var(--primary-dark);
  cursor: pointer;
  text-align: right;
}
.faq-q:hover { background: var(--primary-light); }
.faq-icon { font-size: 18px; color: var(--primary); flex-shrink: 0; transition: transform .25s; }
.faq-a { display: none; padding: 0 18px 16px; font-size: 14px; color: var(--text); line-height: 1.75; border-top: 1px solid var(--border); padding-top: 14px; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-item.open .faq-a { display: block; }

/* ===== ADDRESS / CLINIC ===== */
.clinic-section {
  background: #0d2a4e;
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  margin: 40px 0;
}
.clinic-section h2 { color: #fff; border-bottom-color: rgba(255,255,255,.2); font-size: 22px; margin-bottom: 24px; }
.clinics-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-bottom: 24px; }
.clinic-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-md); padding: 20px; }
.clinic-card h4 { font-size: 15px; font-weight: 700; margin-bottom: 10px; color: #a8ccf0; }
.clinic-card p { font-size: 13px; color: rgba(255,255,255,.8); margin-bottom: 6px; display: flex; gap: 8px; }
.map-wrap { border-radius: var(--radius-sm); overflow: hidden; height: 260px; margin-top: 20px; }
.map-wrap iframe { width: 100%; height: 100%; border: none; }
.phone-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.phone-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s;
}
.phone-btn:hover { background: var(--primary-dark); text-decoration: none; }
.phone-btn.whatsapp { background: #25d366; }
.phone-btn.whatsapp:hover { background: #1aab52; }

/* ===== CTA ===== */
.cta-section {
  background: linear-gradient(135deg, #c0392b 0%, #e74c3c 60%, #eb6255 100%);
  border-radius: var(--radius-lg);
  padding: 40px 28px;
  text-align: center;
  color: #fff;
  margin: 40px 0;
}
.cta-section h2 { color: #fff; border: none; font-size: clamp(20px, 3.5vw, 28px); margin-bottom: 10px; }
.cta-section p { font-size: 15px; opacity: .9; margin-bottom: 24px; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .15s, box-shadow .15s;
  box-shadow: 0 4px 14px rgba(0,0,0,.2);
}
.cta-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,.25); text-decoration: none; }
.cta-btn.primary { background: #fff; color: var(--accent); }
.cta-btn.secondary { background: #25d366; color: #fff; }

/* ===== INTERNAL LINKS ===== */
.internal-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; margin: 16px 0; }
.il-link { background: var(--white); border: 1px solid var(--border); border-right: 3px solid var(--primary); border-radius: var(--radius-sm); padding: 14px 16px; font-size: 14px; font-weight: 600; color: var(--primary-dark); text-decoration: none; display: block; transition: background .15s; }
.il-link:hover { background: var(--primary-light); text-decoration: none; }

/* ===== REFERENCES ===== */
.references { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 20px 24px; margin: 24px 0; }
.references h3 { font-size: 15px; font-weight: 700; margin-bottom: 14px; color: var(--text); }
.references ol { padding-right: 20px; }
.references li { font-size: 13px; color: var(--text-muted); margin-bottom: 8px; line-height: 1.6; }
.references a { color: var(--primary); }

/* ===== TAGS / PILLS ===== */
.tag-green { background: var(--success-light); color: var(--success); font-size: 12px; font-weight: 700; padding: 2px 9px; border-radius: 20px; }
.tag-red   { background: var(--accent-light);   color: var(--accent);   font-size: 12px; font-weight: 700; padding: 2px 9px; border-radius: 20px; }
.tag-blue  { background: var(--primary-light);  color: var(--primary);  font-size: 12px; font-weight: 700; padding: 2px 9px; border-radius: 20px; }

/* ===== INSURANCE BOX ===== */
.insurance-box { background: var(--warning-light); border-right: 4px solid var(--warning); border-radius: var(--radius-sm); padding: 18px 20px; margin: 16px 0; font-size: 14px; }
.insurance-box strong { color: var(--warning); }

/* ===== RESPONSIVE ===== */
@media (max-width: 600px) {
  .doctor-widget { flex-direction: column; align-items: center; text-align: center; }
  .dw-stats { justify-content: center; }
  .dw-badges { justify-content: center; }
  .hero { padding: 36px 16px 32px; }
  .clinic-section { padding: 28px 16px; }
  .comp-table { font-size: 12px; }
  .comp-table th, .comp-table td { padding: 8px 10px; }
  .factors-list li { flex-direction: column; }
  .factors-list li strong { min-width: unset; }
  .cta-btns { flex-direction: column; align-items: center; }
}/* End custom CSS */