.elementor-5856 .elementor-element.elementor-element-2dcaf23{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5856 .elementor-element.elementor-element-0692e0b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5856 .elementor-element.elementor-element-0e4d373{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5856 .elementor-element.elementor-element-fdbba7b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-7fdb620 */:root {
  --tf-red: #d10000;
  --tf-border: #e0e0e0;
  --tf-gray: #f2f2f2;
  --tf-white: #fff;
  --tf-text: #222;
  --shadow-lg: 0 10px 22px rgba(0,0,0,.06);
  --shadow-sm: 0 6px 16px rgba(0,0,0,.05);
}

/* ===== Branch Wrapper ===== */
.branch {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px;
  font-family: Arial, system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--tf-text);
}
.accent { color: var(--tf-red); }

/* ===== Header ===== */
.head-wrap {
  background: var(--tf-white);
  border: 1px solid var(--tf-border);
  border-radius: 14px;
  box-shadow: var(--shadow-lg);
  margin-bottom: 14px;
  overflow: hidden;
}
.head { text-align: center; padding: 18px 12px 10px; }
.head h1 { margin: 0 0 8px; font-size: 34px; font-weight: 800; }
.tagline { margin: 0 0 14px; color: #555; }

.cta-row {
  display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;
}
.btn-cta, .btn-ghost {
  display: inline-block; padding: 10px 16px; border-radius: 22px;
  font-weight: 700; text-decoration: none; line-height: 1; cursor: pointer;
}
.btn-cta { background: var(--tf-red); color: #fff; }
.btn-ghost { border: 1px solid var(--tf-red); color: var(--tf-red); background: #fff; }
.btn-cta:hover { opacity: .92; }
.btn-ghost:hover { background: #fff4f4; }

/* ===== Branch Tabs ===== */
.branch-tabs {
  display: flex; gap: 8px; justify-content: center; flex-wrap: wrap;
  padding: 12px;
  background: var(--tf-gray);
  border: 1px solid var(--tf-border);
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
}
.branch-tabs .tab {
  display: inline-block; padding: 8px 14px; border-radius: 22px;
  background: #fff; color: #333; text-decoration: none;
  font-weight: 700; font-size: 14px;
  border: 1px solid var(--tf-border);
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  position: relative;
}
.branch-tabs .tab:hover { background: #f9f9f9; }

/* النقطة الملوّنة */
.branch-tabs .tab::before {
  content: "•";
  margin-right: 6px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #2e7d32; /* أخضر للفروع غير النشطة */
}
.branch-tabs .tab.active {
  color: var(--tf-red);
  border-color: #ffd6d6;
}
.branch-tabs .tab.active::before {
  color: var(--tf-red); /* أحمر للفرع النشط */
}

/* ===== Grid Layout ===== */
.content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: stretch;
}
@media (min-width:1100px) {
  .content-grid { grid-template-columns: 0.34fr 0.66fr; }
}

/* ===== Cards ===== */
.left { display: flex; flex-direction: column; gap: 12px; text-align: center; }
.card {
  background: var(--tf-white);
  border: 1px solid var(--tf-border);
  border-radius: 12px;
  padding: 16px;
  box-shadow: var(--shadow-sm);
}
.block-title { margin: 0 0 8px; font-size: 18px; font-weight: 800; color: #333; }
.text { margin: 0; line-height: 1.6; color: #333; }
.text strong { display: block; }

/* ===== BHI Hours ===== */
.card .tf-bhi-hours,
.card .tf-bhi-hours * { box-sizing: border-box; }

/* جدول */
.card .tf-bhi-hours table {
  border: 0;
  border-collapse: collapse;
  width: 100%;
  margin: 0;
  table-layout: fixed;
}
.card .tf-bhi-hours th,
.card .tf-bhi-hours td {
  border: 0;
  padding: 10px;
  font-size: 14px;
  color: #333;
}
.card .tf-bhi-hours td {
  border-bottom: 1px dashed #f0f0f0;
}
.card .tf-bhi-hours tr:last-child td { border-bottom: 0; }

/* محاذاة */
.card .tf-bhi-hours th:first-child,
.card .tf-bhi-hours td:first-child { text-align: left; }
.card .tf-bhi-hours th:last-child,
.card .tf-bhi-hours td:last-child { text-align: right; font-weight: 600; color: #111; }

/* اليوم الحالي */
.card .tf-bhi-hours tr.today td,
.card .tf-bhi-hours .mbhi-is-current td,
.card .tf-bhi-hours .mbhi-today td {
  background-color: var(--tf-red);
  color: #fff;
}
.card .tf-bhi-hours tr.today td:last-child,
.card .tf-bhi-hours .mbhi-is-current td:last-child,
.card .tf-bhi-hours .mbhi-today td:last-child {
  color: #fff; font-weight: 700;
}
.card .tf-bhi-hours tr.today:hover td,
.card .tf-bhi-hours .mbhi-is-current:hover td,
.card .tf-bhi-hours .mbhi-today:hover td {
  background-color: var(--tf-red); color: #fff;
}

/* hover لباقي الأيام */
.card .tf-bhi-hours tr:not(.today):not(.mbhi-is-current):not(.mbhi-today):hover td {
  background-color: #f7f7f7; color: #111;
}

/* نسخة ul */
.card .tf-bhi-hours ul { list-style: none; margin: 0; padding: 0; }
.card .tf-bhi-hours li {
  display: flex; justify-content: space-between; gap: 12px;
  padding: 8px 0; border-bottom: 1px dashed #f0f0f0;
  font-size: 14px; color: #333;
}
.card .tf-bhi-hours li:last-child { border-bottom: 0; }
.card .tf-bhi-hours li.today,
.card .tf-bhi-hours li.mbhi-is-current,
.card .tf-bhi-hours li.mbhi-today {
  background: var(--tf-red); color: #fff; border-radius: 6px;
}
.card .tf-bhi-hours li.today .time,
.card .tf-bhi-hours li.mbhi-is-current .time,
.card .tf-bhi-hours li.mbhi-today .time {
  color: #fff; font-weight: 700;
}
.card .tf-bhi-hours ul li:not(.today):not(.mbhi-is-current):not(.mbhi-today):hover {
  background: #f7f7f7; color: #111;
}

/* ===== Slider ===== */
.right { min-height: 380px; }
.hero {
  position: relative;
  height: 100%; min-height: 540px;
  border-radius: 14px; overflow: hidden;
  border: 1px solid var(--tf-border);
  background: #fafafa;
}
.slides { position: absolute; inset: 0; }
.slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; animation: fadeZoom 18s infinite ease-in-out;
  transform: scale(1.02);
}
.slide:nth-child(1){ animation-delay: 0s; }
.slide:nth-child(2){ animation-delay: 6s; }
.slide:nth-child(3){ animation-delay: 12s; }

@keyframes fadeZoom {
  0% { opacity:0; transform:scale(1.02); }
  6% { opacity:1; transform:scale(1.00); }
  30%{ opacity:1; transform:scale(1.00); }
  36%{ opacity:0; transform:scale(1.02); }
  100%{ opacity:0; transform:scale(1.02); }
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.08), rgba(0,0,0,0));
}

/* ===== Responsive ===== */
@media (max-width:600px){
  .head h1{ font-size:28px; }
  .tf-bhi-hours td, .tf-bhi-hours th { font-size: 13px; }
}
/* تمييز اليوم الحالي (table) */
.card .tf-bhi-hours .mbhi-is-current td,
.card .tf-bhi-hours .mbhi-today td,
.card .tf-bhi-hours tr.today td {
  background-color: #d10000;
  color: #fff;
  border-bottom: none !important; /* إزالة الخط تحت اليوم الحالي */
}/* End custom CSS */