.branches-section {
  padding: 80px 0 100px;
  background: rgb(255, 251, 243);
  direction: rtl;
}
.branches-section .section-title-wrap {
  text-align: center;
  margin-bottom: 50px;
}
.branches-section .sub-title {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color);
  background: rgba(11, 113, 183, 0.08);
  border-radius: 30px;
  padding: 5px 18px;
  margin-bottom: 14px;
}
.branches-section .sec-title {
  font-family: var(--heading-font), sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--heading-color);
  line-height: 1.3;
  margin-bottom: 12px;
}
.branches-section .sec-title span { color: var(--primary-color); }
.branches-section .sec-desc {
  font-family: var(--primary-font), sans-serif;
  font-size: 16px;
  color: var(--text-color);
}
.branches-stats {
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(20,23,108,0.08);
  border: 1px solid #e8edf5;
  overflow: hidden;
  margin-bottom: 50px;
}
.branches-stat {
  flex: 1;
  text-align: center;
  padding: 22px 16px;
  border-left: 1px solid #e8edf5;
}
.branches-stat:last-child { border-left: none; }
.branches-stat-num {
  font-family: var(--heading-font), sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--heading-color);
  line-height: 1;
}
.branches-stat-num span { color: var(--primary-color); }
.branches-stat-lbl {
  font-family: var(--primary-font), sans-serif;
  font-size: 13px;
  color: var(--text-color);
  margin-top: 5px;
}
.branches-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 991px) { .branches-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 575px) {
  .branches-grid { grid-template-columns: 1fr; }
  .branches-stats { flex-direction: column; }
  .branches-stat { border-left: none; border-bottom: 1px solid #e8edf5; }
  .branches-stat:last-child { border-bottom: none; }
  .branches-section .sec-title { font-size: 26px; }
}
.branch-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e3eaf5;
  box-shadow: 0 4px 20px rgba(20,23,108,0.07);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.branch-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(20,23,108,0.13);
}
.branch-card-stripe {
  height: 4px;
  background: linear-gradient(90deg, var(--secondary-color), var(--primary-color));
}
.branch-card-body {
  padding: 20px 20px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.branch-card-header { display: flex; align-items: center; gap: 12px; }
.branch-num {
  width: 42px; height: 42px;
  border-radius: 10px;
  background: var(--secondary-color);
  color: #fff;
  font-family: var(--heading-font), sans-serif;
  font-size: 14px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.branch-info .branch-name {
  font-family: var(--heading-font), sans-serif;
  font-size: 16px; font-weight: 700;
  color: var(--heading-color);
  margin: 0;
}
.branch-info .branch-loc {
  font-family: var(--primary-font), sans-serif;
  font-size: 12px; color: var(--text-color);
  margin-top: 2px;
}
.branch-workers {
  background: #f4f7fd;
  border-radius: 10px;
  padding: 12px 14px;
}
.workers-label {
  font-size: 11px; font-weight: 700;
  color: var(--secondary-color);
  opacity: .7;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 8px;
}
.worker-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  border-bottom: 1px dashed #dde5f0;
}
.worker-row:last-child { border-bottom: none; padding-bottom: 0; }
.worker-name {
  font-family: var(--primary-font), sans-serif;
  font-size: 13px; font-weight: 600;
  color: var(--heading-color);
}
.worker-phone {
  font-size: 12px; color: var(--text-color);
  direction: ltr; font-family: monospace;
}
.branch-actions { display: flex; gap: 10px; margin-top: auto; }
.branch-btn-map {
  flex: 1;
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--secondary-color);
  color: #fff !important;
  font-family: var(--primary-font), sans-serif;
  font-size: 13px; font-weight: 600;
  text-decoration: none;
  transition: background .2s;
}
.branch-btn-map:hover { background: var(--primary-color); color: #fff !important; }
.branch-btn-wa {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 10px 14px;
  border-radius: 8px;
  background: #25D366;
  color: #fff !important;
  font-family: var(--primary-font), sans-serif;
  font-size: 13px; font-weight: 600;
  text-decoration: none;
  transition: background .2s;
  white-space: nowrap;
}
.branch-btn-wa:hover { background: #1abe5d; color: #fff !important; }

.breadcrumb__area , .about__img-wrap-two:before{
	display:none;
}

.fw-logo img {
	max-height: 100px !important;
}