/*
Template:       direo
Theme Name:     direo Child
Theme URI:      https://directorist.com/product/direo/
Author:         wpWax
Author URI:     https://wpwax.com
Version:        2.1
Text Domain:    direo
Tags:           food-and-drink, blog, e-commerce, grid-layout, one-column, left-sidebar, right-sidebar, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, threaded-comments, theme-options, block-styles
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*/

/* You can add custom css after this line */

/* ========== 1) الخط العام + الخلفية العامة للموقع ========== */

/* استدعاء خط Tajawal من Google */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800&display=swap');

/* تطبيق الخط على الموقع كله */
html, body {
  font-family: 'Tajawal', sans-serif !important;
}

body * {
  font-family: 'Tajawal', sans-serif !important;
}

/* الخلفية العامة للموقع */
body {
  background: #F4F2F6 !important;
}

/* ========== 2) بلوك أرقام الطوارئ ========== */

.emergency-section {
  direction: rtl;
  background: #F7FAFF;
  border-radius: 18px;
  padding: 24px 20px 26px;
  margin: 0 auto 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
}

.emergency-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* رأس البلوك (العنوان + الزر) */
.emergency-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 22px;
}

.emergency-head-text {
  text-align: right;
}

.emergency-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #111827;
  margin: 0 0 6px;
}

.emergency-subtitle {
  margin: 0;
  font-size: 1rem;
  color: #6B7280;
}

/* زر دليل الهاتف الكامل */
.emergency-more-btn {
  font-size: 0.9rem;
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  border: 1px solid #009739;
  color: #009739;
  background: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.15s ease;
}

.emergency-more-btn:hover {
  background: #009739;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,.08);
  transform: translateY(-1px);
}

/* شبكة البطاقات */
.emergency-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
}

/* بطاقة الطوارئ */
.emergency-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 18px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(15,23,42,.06);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease;
}

.emergency-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(15,23,42,.1);
  background: #F9FEFB;
}

.emergency-info {
  text-align: right;
}

.emergency-label {
  font-size: 1.15rem;
  font-weight: 700;
  color: #009739;
}

.emergency-number {
  font-size: 1rem;
  font-weight: 600;
  color: #4B5563;
}

.emergency-icon {
  font-size: 2rem;
}

/* موبايل */
@media (max-width: 768px) {

  .emergency-section {
    padding: 18px 14px 22px;
    border-radius: 14px;
  }

  .emergency-head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .emergency-title {
    font-size: 1.45rem;
  }

  .emergency-subtitle {
    font-size: 0.92rem;
  }

  /* بطاقتان جنب بعض في الهاتف */
  .emergency-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .emergency-card {
    padding: 12px;
    border-radius: 14px;
  }

  .emergency-label {
    font-size: 1.05rem;
  }

  .emergency-number {
    font-size: 0.9rem;
  }
}
/* ========== أقسام الدليل ========== */

.categories-block-v2 {
  padding: 2rem 0 2.5rem;
  background: #f5f7fb;
  direction: rtl;
  color: #111827;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
  border-radius: 18px;
}

.categories-block-v2__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* الهيدر + زر كل التصنيفات */
.categories-block-v2__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.6rem;
}

.categories-block-v2__header h2 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
}

.categories-block-v2__header p {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  color: #6b7280;
}

.categories-block-v2__more-btn {
  font-size: 0.82rem;
  padding: 0.3rem 0.95rem;
  border-radius: 999px;
  border: 1px solid #009739;
  color: #009739;
  background: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  align-self: center;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.15s ease;
}

.categories-block-v2__more-btn:hover {
  background: #009739;
  color: #ffffff;
  border-color: #009739;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transform: translateY(-1px);
}

/* شبكة الكروت */
.categories-block-v2__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1.4rem;
}

/* الكرت الواحد */
.categories-block-v2__item {
  background: #ffffff;
  border-radius: 1.2rem;
  padding: 1.2rem 0.8rem 1rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  text-align: center;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    border-color 0.15s ease;
}

.categories-block-v2__item:hover {
  transform: translateY(-4px);
  border-color: #cbd5f5;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.10);
}

/* الأيقونة الدائرية */
.categories-block-v2__icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, #ffffff, #eef2ff);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 10px 25px rgba(15, 23, 42, 0.10),
    inset 0 0 0 1px rgba(148, 163, 184, 0.2);
}

.categories-block-v2__icon span {
  font-size: 2rem;
}

/* اسم القسم */
.categories-block-v2__name {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #111827;
}

.categories-block-v2__subtitle {
  margin: 0;
  font-size: 0.8rem;
  color: #6b7280;
}

/* 📱 موبايل */
@media (max-width: 600px) {
  .categories-block-v2__header {
    /* صف واحد مع إمكانية اللف */
    flex-wrap: wrap;
    align-items: center;
    row-gap: 0.4rem;
  }

  .categories-block-v2__header > div {
    flex: 1;
    min-width: 0;
  }

  .categories-block-v2__more-btn {
    align-self: flex-start; /* يبقى الزر على اليسار في RTL */
  }

  .categories-block-v2__header h2 {
    font-size: 1.2rem;
  }

  .categories-block-v2__header p {
    font-size: 0.86rem;
  }

  .categories-block-v2__item {
    padding: 1rem 0.7rem 0.9rem;
  }

  .categories-block-v2__icon {
    width: 62px;
    height: 62px;
  }

  .categories-block-v2__name {
    font-size: 0.9rem;
  }
}
/* ========== بلوك مؤشرات اليوم ========== */

.today-indicators-section {
  padding: 1.5rem 0 2rem;
  background: #f5faf7;
  direction: rtl;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
  border-radius: 18px;
}

.today-indicators-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

.today-indicators-header h2 {
  font-size: 1.4rem;
  margin: 0;
  font-weight: 700;
  color: #111827;
}

.today-indicators-header p {
  margin: 0.3rem 0 1.4rem;
  font-size: 0.9rem;
  color: #6b7280;
}

/* شبكة الكروت */
.today-indicators-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

/* الكرت الواحد */
.indicator-card {
  background: #ffffff;
  border-radius: 0.9rem;
  border: 1px solid #e5e7eb;
  padding: 1rem 1.1rem;
  text-align: center;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    border-color 0.15s ease;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.indicator-card:hover {
  transform: translateY(-2px);
  border-color: #d1d5db;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
}

/* الأيقونة */
.indicator-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 0.35rem;
  border-radius: 50%;
  background: #e6f6ef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.indicator-icon span {
  font-size: 1.4rem;
}

/* النصوص */
.indicator-title {
  margin: 0;
  font-size: 0.95rem;
  color: #111827;
  font-weight: 600;
}

.indicator-subtitle {
  margin: 0;
  font-size: 0.8rem;
  color: #6b7280;
}

.indicator-value {
  margin-top: 0.35rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #009739;
}

/* 📱 موبايل */
@media (max-width: 600px) {
  .today-indicators-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }

  .indicator-card {
    padding: 0.8rem;
  }

  .indicator-value {
    font-size: 1rem;
  }
}
/* ========== بلوك اكتشف بالقرب منك ========== */

.nearby-section {
  padding: 2rem 0 2.4rem;
  background: #eef7ff; /* خلفية خفيفة تميّز البلوك */
  direction: rtl;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
  border-radius: 18px;
}

.nearby-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* الهيدر */
.nearby-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.nearby-title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #111827;
}

.nearby-subtitle {
  margin: 0.3rem 0 0;
  font-size: 0.9rem;
  color: #6b7280;
}

/* زر عرض الكل على الخريطة */
.nearby-more-btn {
  font-size: 0.8rem;
  padding: 0.25rem 0.8rem;
  border-radius: 999px;
  border: 1px solid #009739;
  color: #009739;
  background: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  align-self: center;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.15s ease;
}

.nearby-more-btn:hover {
  background: #009739;
  color: #ffffff;
  border-color: #009739;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  transform: translateY(-1px);
}

/* الفئات (chips) */
.nearby-categories-wrapper {
  margin-bottom: 1.4rem;
}

.nearby-categories-label {
  font-size: 0.85rem;
  color: #6b7280;
  margin-bottom: 0.4rem;
}

.nearby-categories-slider {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.2rem;
}

.nearby-categories-slider::-webkit-scrollbar {
  height: 4px;
}

.nearby-categories-slider::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 999px;
}

.nearby-category-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  cursor: pointer;
  font-size: 0.85rem;
  color: #111827;
  white-space: nowrap;
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.15s ease;
}

.nearby-category-chip:hover {
  background: #f0fdf4;
  border-color: #bbf7d0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
  transform: translateY(-1px);
}

.chip-icon {
  font-size: 1rem;
}

/* قائمة الأماكن */
.nearby-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.nearby-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background: #ffffff;
  border-radius: 0.9rem;
  border: 1px solid #e5e7eb;
  padding: 0.9rem 1rem;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.15s ease;
}

.nearby-item:hover {
  border-color: #cbd5f5;
  box-shadow: 0 6px 16px rgba(15,23,42,0.08);
  transform: translateY(-1px);
}

.nearby-item-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #eef2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.nearby-item-info {
  flex: 1;
  min-width: 0;
}

.nearby-item-title {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 600;
  color: #111827;
}

.nearby-item-subtitle {
  margin: 0.1rem 0 0;
  font-size: 0.8rem;
  color: #6b7280;
}

/* المسافة + الرابط */
.nearby-item-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
  font-size: 0.8rem;
}

.nearby-distance {
  font-weight: 600;
  color: #009739;
}

.nearby-link {
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
}

.nearby-link:hover {
  text-decoration: underline;
}

/* 📱 موبايل */
@media (max-width: 768px) {
  .nearby-header-row {
    flex-wrap: wrap;
    align-items: center;
    row-gap: 0.4rem;
  }

  .nearby-header-row > div {
    flex: 1;
    min-width: 0;
  }

  .nearby-more-btn {
    align-self: flex-start; /* يبقى الزر يسار في RTL */
  }

  .nearby-title {
    font-size: 1.25rem;
  }

  .nearby-item {
    align-items: flex-start;
    flex-direction: row;
  }

  .nearby-item-meta {
    align-items: flex-start;
    text-align: left;
  }
}
/* ============ بلوك خدمات اليوم وعروض الدليل ============ */

.today-services-section {
  padding: 2.2rem 0 2.8rem;
  background: #fff; /* خلفية محايدة لأن البطاقات بارزة */
  direction: rtl;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
  border-radius: 18px;
}

.today-services-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* ---------------- الهيدر ---------------- */
.today-services-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.4rem;
}

.today-services-title {
  font-size: 1.4rem;
  margin: 0;
  font-weight: 700;
  color: #111827;
}

.today-services-subtitle {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  color: #6b7280;
}

/* زر عرض كل العروض */
.today-services-more-btn {
  font-size: 0.82rem;
  padding: 0.3rem 0.95rem;
  border-radius: 999px;
  border: 1px solid #009739;
  color: #009739;
  background: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  align-self: center;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.15s ease;
}

.today-services-more-btn:hover {
  background: #009739;
  color: #ffffff;
  border-color: #009739;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

/* ---------------- شبكة البطاقات ---------------- */
.today-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1.3rem;
}

/* بطاقة واحدة */
.service-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.25rem 1.1rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.15s ease;
}

.service-card:hover {
  border-color: #cbd5f5;
  box-shadow: 0 14px 38px rgba(15,23,42,0.10);
  transform: translateY(-4px);
}

/* شارة أعلى البطاقة */
.service-badge {
  align-self: flex-start;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.3rem 0.7rem;
  background: #dcfce7;
  color: #009739;
  border-radius: 999px;
}

.service-badge-alt {
  background: #fef3c7;
  color: #b45309;
}

/* عنوان الخدمة */
.service-title {
  font-size: 1.05rem;
  margin: 0;
  color: #111827;
  font-weight: 600;
}

/* معلومات */
.service-meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: 0.82rem;
  color: #6b7280;
}

/* وصف */
.service-desc {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  color: #374151;
  line-height: 1.45rem;
}

/* الأزرار */
.service-actions {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
}

.service-btn {
  background: #009739;
  color: white;
  padding: 0.45rem 0.9rem;
  border-radius: 0.6rem;
  text-decoration: none;
  font-size: 0.82rem;
  transition: opacity .15s ease, transform .15s ease;
}

.service-btn:hover {
  opacity: .85;
  transform: translateY(-1px);
}

.service-link {
  font-size: 0.82rem;
  color: #2563eb;
  text-decoration: none;
}

.service-link:hover {
  text-decoration: underline;
}

/* ---------------- 📱 الهاتف ---------------- */
@media (max-width: 768px) {

  .today-services-header-row {
    flex-wrap: wrap;
    row-gap: .45rem;
  }

  .today-services-header-row > div {
    flex: 1;
  }

  .today-services-more-btn {
    align-self: flex-start;
  }

  .service-card {
    padding: 1rem;
  }

  .service-title {
    font-size: 1rem;
  }

  .service-desc {
    font-size: .83rem;
  }
}

/* ========== بلوك تطبيقات ومنصات مقترحة ========== */

.apps-block-v2 {
  padding: 2rem 0 2.5rem;
  background: #ffffff;
  direction: rtl;
  color: #111827;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
  border-radius: 18px;
}

.apps-block-v2__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* الهيدر + زر المزيد */
.apps-block-v2__header {
  margin-bottom: 1.4rem;
}

.apps-block-v2__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.apps-block-v2__header h2 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
}

.apps-block-v2__header p {
  margin: 0.3rem 0 0;
  font-size: 0.9rem;
  color: #6b7280;
}

/* زر المزيد من التطبيقات */
.apps-block-v2__more-btn {
  font-size: 0.8rem;
  padding: 0.25rem 0.8rem;
  border-radius: 999px;
  border: 1px solid #009739;
  color: #009739;
  text-decoration: none;
  background: #ffffff;
  white-space: nowrap;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.15s ease;
}

.apps-block-v2__more-btn:hover {
  background: #009739;
  color: #ffffff;
  border-color: #009739;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  transform: translateY(-1px);
}

/* شبكة الكروت */
.apps-block-v2__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

/* الكرت الواحد */
.apps-block-v2__card {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem;
  border-radius: 1rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    border-color 0.15s ease;
}

.apps-block-v2__card:hover {
  transform: translateY(-2px);
  border-color: #d1d5db;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

/* أيقونة التطبيق */
.apps-block-v2__icon {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

/* النصوص داخل الكرت */
.apps-block-v2__info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.apps-block-v2__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.apps-block-v2__desc {
  margin: 0;
  font-size: 0.85rem;
  color: #6b7280;
}

/* زر بطاقة التطبيق */
.apps-block-v2__btn {
  margin-top: 0.4rem;
  align-self: flex-start;
  padding: 0.4rem 0.9rem;
  font-size: 0.85rem;
  border-radius: 999px;
  text-decoration: none;
  background: #009739;
  color: #ffffff;
  border: 1px solid #009739;
  transition:
    background 0.15s ease,
    border-color 0.15s ease;
}

.apps-block-v2__btn:hover {
  background: #007f30;
  border-color: #007f30;
}

/* 📱 موبايل */
@media (max-width: 600px) {
  .apps-block-v2__card {
    padding: 0.8rem;
  }

  .apps-block-v2__icon {
    width: 48px;
    height: 48px;
    font-size: 1.6rem;
  }

  .apps-block-v2__title {
    font-size: 0.95rem;
  }

  .apps-block-v2__desc {
    font-size: 0.8rem;
  }

  .apps-block-v2__btn {
    font-size: 0.8rem;
  }
}
/* ============================
   بلوك الروابط الهامة
============================ */

.important-links-section {
  padding: 2.2rem 0 2.6rem;
  background: #ffffff;
  direction: rtl;
  color: #111827;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
  border-radius: 18px;
}

.important-links-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* الهيدر */
.important-links-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.6rem;
}

.important-links-header h2 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
}

.important-links-header p {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  color: #6b7280;
}

/* زر عرض جميع الروابط */
.important-links-btn {
  font-size: 0.82rem;
  padding: 0.32rem 0.95rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #009739;
  color: #009739;
  text-decoration: none;
  white-space: nowrap;
  align-self: center;
  transition: all 0.15s ease;
}

.important-links-btn:hover {
  background: #009739;
  color: #fff;
  border-color: #009739;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* شبكة الروابط */
.important-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  gap: 1.2rem;
}

/* الكارد */
.important-link-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  padding: 1rem 0.7rem;
  border-radius: 1rem;
  text-decoration: none;
  color: #111827;
  transition: all 0.15s ease;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);
}

.important-link-card:hover {
  border-color: #cbd5f0;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(15,23,42,0.07);
}

/* الأيقونة */
.important-link-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 1.9rem;
  background: #eef4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    inset 0 0 0 1px rgba(148,163,184,0.25),
    0 10px 25px rgba(15, 23, 42, 0.10);
}

/* النص */
.important-link-title {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
}

/* 📱 موبايل */
@media (max-width: 600px) {
  .important-links-header {
    flex-wrap: wrap;
    row-gap: .5rem;
  }

  .important-links-btn {
    align-self: flex-start;
  }

  .important-link-icon {
    width: 55px;
    height: 55px;
    font-size: 1.6rem;
  }

  .important-link-title {
    font-size: 0.88rem;
  }
}

/* =========================================
   بلوك الشركات والكيانات الموثوقة (كاروسيل)
========================================= */

.trusted-section {
  padding: 2.2rem 0 2.8rem;
  background: #f5f7fb;
  direction: rtl;
  color: #111827;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
  border-radius: 18px;
}

.trusted-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* الهيدر */
.trusted-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.trusted-title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
}

.trusted-subtitle {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  color: #6b7280;
}

.trusted-more-btn {
  font-size: 0.82rem;
  padding: 0.3rem 0.95rem;
  border-radius: 999px;
  border: 1px solid #009739;
  color: #009739;
  background: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  align-self: center;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.15s ease;
}

.trusted-more-btn:hover {
  background: #009739;
  color: #ffffff;
  border-color: #009739;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

/* ملفوف الكاروسيل */
.trusted-carousel-wrapper {
  position: relative;
}

/* السلايدر الأفقي */
.trusted-carousel {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scroll-snap-type: x mandatory;
}

/* شريط تمرير لطيف */
.trusted-carousel::-webkit-scrollbar {
  height: 6px;
}
.trusted-carousel::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
}
.trusted-carousel::-webkit-scrollbar-track {
  background: #e5e7eb;
}

/* البطاقة */
.trusted-card {
  scroll-snap-align: start;
  min-width: 260px;
  max-width: 300px;
  background: #ffffff;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 30px rgba(15,23,42,0.06);
  padding: 0.9rem 1rem 0.95rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  position: relative;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    border-color 0.15s ease;
}

.trusted-card:hover {
  transform: translateY(-4px);
  border-color: #cbd5f5;
  box-shadow: 0 18px 45px rgba(15,23,42,0.12);
}

/* الشارة العليا */
.trusted-tag {
  align-self: flex-start;
  font-size: 0.72rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  font-weight: 600;
}

/* أنواع الباج */
.trusted-badge-gold .trusted-tag {
  background: #fef3c7;
  color: #92400e;
}

.trusted-badge-verified .trusted-tag {
  background: #dcfce7;
  color: #15803d;
}

.trusted-badge-official .trusted-tag {
  background: #e0ecff;
  color: #1d4ed8;
}

/* الصف الرئيسي (لوجو + معلومات) */
.trusted-main-row {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

/* اللوجو الدائري */
.trusted-logo-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, #ffffff, #e5e7eb);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.05rem;
  color: #111827;
  box-shadow:
    inset 0 0 0 1px rgba(148,163,184,0.4),
    0 10px 25px rgba(15,23,42,0.15);
}

/* النصوص */
.trusted-info {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.trusted-name {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 700;
  color: #111827;
}

.trusted-meta {
  margin: 0;
  font-size: 0.8rem;
  color: #6b7280;
}

/* التقييم */
.trusted-rating-row {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.2rem;
}

.trusted-stars {
  font-size: 0.8rem;
  color: #f59e0b;
}

.trusted-rating-label {
  font-size: 0.78rem;
  color: #6b7280;
}

/* الفوتر */
.trusted-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.2rem;
}

.trusted-details-link {
  font-size: 0.8rem;
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
}

.trusted-details-link:hover {
  text-decoration: underline;
}

/* تلميح السحب */
.trusted-scroll-hint {
  margin-top: 0.4rem;
  font-size: 0.78rem;
  color: #9ca3af;
  text-align: center;
}

/* 📱 موبايل */
@media (max-width: 768px) {
  .trusted-header {
    flex-wrap: wrap;
  }

  .trusted-more-btn {
    align-self: flex-start;
  }

  .trusted-card {
    min-width: 82%;
  }

  .trusted-title {
    font-size: 1.25rem;
  }
}

/* ============================
   صفحة كيان بنك - نموذج عام
   entity-bank-*
============================ */

.entity-bank-page {
  padding: 2.5rem 0 3rem;
  direction: rtl;
  background: transparent;
}

.entity-bank-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* ---------- هيدر الكيان ---------- */

.entity-bank-header {
  background: #ffffff;
  border-radius: 1.3rem;
  padding: 1.4rem 1.4rem 1.2rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 14px 40px rgba(15,23,42,0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  margin-bottom: 1.8rem;
}

.entity-bank-main {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* شعار دائري بحرفين من اسم البنك */
.entity-bank-logo-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, #ffffff, #e5e7eb);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  color: #111827;
  box-shadow:
    inset 0 0 0 1px rgba(148,163,184,0.5),
    0 12px 28px rgba(15,23,42,0.18);
}

.entity-bank-headings h1 {
  margin: 0 0 0.25rem;
  font-size: 1.5rem;
  font-weight: 800;
  color: #111827;
}

.entity-bank-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.7rem;
  font-size: 0.83rem;
}

/* بادج النوع (بنك، وزارة، شركة...) */
.entity-bank-pill {
  padding: 0.18rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  background: #e0f2fe;
  color: #075985;
}

.entity-bank-pill--bank {
  background: #ecfdf3;
  color: #166534;
}

.entity-bank-meta-text {
  color: #6b7280;
}

/* التقييم */
.entity-bank-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.16rem 0.65rem;
  border-radius: 999px;
  background: #fef9c3;
  color: #92400e;
  font-size: 0.78rem;
}

.entity-bank-rating-stars {
  font-size: 0.85rem;
  color: #f59e0b;
}

.entity-bank-rating-value {
  font-weight: 600;
}

/* أزرار الـ CTA في اليمين */
.entity-bank-cta {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: flex-end;
}

.entity-bank-cta a {
  text-decoration: none;
  font-size: 0.85rem;
  border-radius: 0.7rem;
  padding: 0.4rem 0.95rem;
  border: 1px solid transparent;
  transition: all 0.15s ease;
  white-space: nowrap;
}

.entity-bank-cta-primary {
  background: #009739;
  color: #ffffff;
  border-color: #009739;
}

.entity-bank-cta-primary:hover {
  background: #007f30;
  border-color: #007f30;
}

.entity-bank-cta-secondary {
  background: #f9fafb;
  color: #111827;
  border-color: #e5e7eb;
}

.entity-bank-cta-secondary:hover {
  background: #e5f4eb;
  border-color: #009739;
}

/* ---------- بلوك نبذة + معلومات أساسية ---------- */

.entity-bank-main-section {
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(0, 1.5fr);
  gap: 1.3rem;
  margin-bottom: 1.8rem;
}

/* نبذة */
.entity-bank-about {
  background: #ffffff;
  border-radius: 1.1rem;
  border: 1px solid #e5e7eb;
  padding: 1.1rem 1.2rem;
  box-shadow: 0 10px 28px rgba(15,23,42,0.06);
}

.entity-bank-about h2 {
  margin: 0 0 0.6rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.entity-bank-about p {
  margin: 0 0 0.4rem;
  font-size: 0.9rem;
  color: #374151;
  line-height: 1.6;
}

/* نقاط سريعة */
.entity-bank-about ul {
  margin: 0.5rem 0 0;
  padding-right: 1.1rem;
  font-size: 0.86rem;
  color: #4b5563;
}

/* معلومات أساسية (جدول صغير) */
.entity-bank-facts {
  background: #ffffff;
  border-radius: 1.1rem;
  border: 1px solid #e5e7eb;
  padding: 1.05rem 1.1rem;
  box-shadow: 0 8px 24px rgba(15,23,42,0.05);
}

.entity-bank-facts h2 {
  margin: 0 0 0.65rem;
  font-size: 1.02rem;
  font-weight: 700;
}

.entity-bank-facts-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.entity-bank-fact-row {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  font-size: 0.86rem;
}

.entity-bank-fact-label {
  color: #6b7280;
}

.entity-bank-fact-value {
  font-weight: 600;
  color: #111827;
}

/* ---------- قسم بيانات التواصل ---------- */

.entity-bank-section {
  margin-bottom: 1.8rem;
}

.entity-bank-section h2 {
  font-size: 1.05rem;
  margin: 0 0 0.7rem;
  font-weight: 700;
}

.entity-bank-contacts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.9rem;
}

.entity-bank-contact-card {
  background: #ffffff;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  padding: 0.9rem 1rem;
  box-shadow: 0 8px 24px rgba(15,23,42,0.05);
  font-size: 0.87rem;
}

.entity-bank-contact-label {
  font-size: 0.8rem;
  color: #6b7280;
  margin-bottom: 0.25rem;
}

.entity-bank-contact-value a,
.entity-bank-contact-value {
  color: #111827;
  text-decoration: none;
  font-weight: 600;
}

.entity-bank-contact-value a:hover {
  text-decoration: underline;
}

/* ---------- الفروع ---------- */

.entity-bank-branches-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

.entity-bank-branch-card {
  background: #ffffff;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  padding: 0.95rem 1rem;
  box-shadow: 0 8px 24px rgba(15,23,42,0.06);
  font-size: 0.87rem;
}

.entity-bank-branch-name {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.entity-bank-branch-meta {
  margin: 0 0 0.35rem;
  color: #6b7280;
  font-size: 0.8rem;
}

.entity-bank-branch-row {
  display: flex;
  justify-content: space-between;
  gap: 0.4rem;
  font-size: 0.83rem;
}

.entity-bank-branch-label {
  color: #6b7280;
}

.entity-bank-branch-value {
  font-weight: 600;
}

.entity-bank-branch-actions {
  margin-top: 0.45rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

.entity-bank-branch-link {
  font-size: 0.78rem;
  text-decoration: none;
  color: #2563eb;
}

.entity-bank-branch-link:hover {
  text-decoration: underline;
}

/* ---------- استجابة الهاتف ---------- */

@media (max-width: 900px) {
  .entity-bank-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .entity-bank-cta {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .entity-bank-main-section {
    grid-template-columns: 1fr;
  }

  .entity-bank-logo-circle {
    width: 54px;
    height: 54px;
  }

  .entity-bank-headings h1 {
    font-size: 1.35rem;
  }

  .entity-bank-header {
    padding: 1.1rem 1rem 1rem;
  }
}

@media (max-width: 520px) {
  .entity-bank-cta a {
    width: 100%;
    text-align: center;
  }

  .entity-bank-header {
    border-radius: 1rem;
  }
}
/* =========================================
   صفحة دليل الهاتف الكامل
   phone-dir-*
========================================= */

.phone-dir-page {
  padding: 2.2rem 0 3rem;
  direction: rtl;
  color: #111827;
}

.phone-dir-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* الهيدر العلوي */
.phone-dir-header {
  margin-bottom: 1.8rem;
}

.phone-dir-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.6rem;
}

.phone-dir-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
}

.phone-dir-subtitle {
  margin: 0;
  font-size: 0.9rem;
  color: #6b7280;
}

/* زر تصدير / تحميل (مستقبلاً لو حبيت) */
.phone-dir-extra-btn {
  font-size: 0.8rem;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  border: 1px solid #009739;
  background: #ffffff;
  color: #009739;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease,
              border-color 0.15s ease, box-shadow 0.15s ease,
              transform 0.15s ease;
}

.phone-dir-extra-btn:hover {
  background: #009739;
  color: #ffffff;
  border-color: #009739;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  transform: translateY(-1px);
}

/* شريط البحث + الفلاتر */
.phone-dir-search-block {
  background: #ffffff;
  border-radius: 1.1rem;
  padding: 1rem 1.1rem 0.9rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 26px rgba(15,23,42,0.06);
  margin-bottom: 1.6rem;
}

.phone-dir-search-row {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.8rem;
}

.phone-dir-search-input {
  flex: 1;
  border-radius: 0.8rem;
  border: 1px solid #d1d5db;
  padding: 0.55rem 0.9rem;
  font-size: 0.9rem;
  outline: none;
  background: #f9fafb;
}

.phone-dir-search-input:focus {
  border-color: #009739;
  box-shadow: 0 0 0 1px rgba(0,151,57,0.18);
  background: #ffffff;
}

.phone-dir-search-btn {
  border-radius: 0.8rem;
  border: none;
  background: #009739;
  color: #ffffff;
  font-size: 0.9rem;
  padding: 0.6rem 1.1rem;
  cursor: pointer;
  white-space: nowrap;
}

/* شريط الفلاتر (شرائح) */
.phone-dir-filters-label {
  font-size: 0.8rem;
  color: #6b7280;
  margin-bottom: 0.35rem;
}

.phone-dir-filters-row {
  display: flex;
  gap: 0.45rem;
  overflow-x: auto;
  padding-bottom: 0.2rem;
}

.phone-dir-filters-row::-webkit-scrollbar {
  height: 4px;
}
.phone-dir-filters-row::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 999px;
}

/* شريحة فلتر */
.phone-dir-chip {
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  padding: 0.2rem 0.8rem;
  font-size: 0.8rem;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.phone-dir-chip--primary {
  border-color: #009739;
  background: #e6f6ef;
  color: #065f46;
}

.phone-dir-chip:hover {
  background: #e5f4eb;
  border-color: #009739;
}

/* أقسام الأرقام */
.phone-dir-section {
  margin-bottom: 1.9rem;
}

.phone-dir-section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.phone-dir-section-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
}

.phone-dir-section-note {
  margin: 0;
  font-size: 0.8rem;
  color: #9ca3af;
}

/* شبكة البطاقات */
.phone-dir-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0.9rem;
}

/* الكارت الواحد */
.phone-dir-card {
  background: #ffffff;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  padding: 0.9rem 1rem;
  box-shadow: 0 8px 24px rgba(15,23,42,0.05);
  font-size: 0.87rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

/* سطر العنوان + الفئة */
.phone-dir-card-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
}

.phone-dir-card-name {
  margin: 0;
  font-size: 0.96rem;
  font-weight: 700;
}

.phone-dir-card-category {
  font-size: 0.78rem;
  padding: 0.1rem 0.55rem;
  border-radius: 999px;
  background: #eef2ff;
  color: #3730a3;
}

/* وصف قصير */
.phone-dir-card-desc {
  margin: 0;
  font-size: 0.8rem;
  color: #6b7280;
}

/* صف الرقم */
.phone-dir-card-phone-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-top: 0.2rem;
}

.phone-dir-card-phone-label {
  font-size: 0.8rem;
  color: #6b7280;
}

.phone-dir-card-phone-value {
  font-size: 0.95rem;
  font-weight: 700;
  direction: ltr;
}

/* زر الاتصال + رابط الكيان */
.phone-dir-card-actions {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.phone-dir-call-btn {
  border-radius: 999px;
  border: none;
  background: #009739;
  color: #ffffff;
  font-size: 0.8rem;
  padding: 0.32rem 0.9rem;
  text-decoration: none;
  white-space: nowrap;
}

.phone-dir-entity-link {
  font-size: 0.78rem;
  color: #2563eb;
  text-decoration: none;
}

.phone-dir-entity-link:hover {
  text-decoration: underline;
}

/* لون خاص لقسم الطوارئ */
.phone-dir-section--emergency .phone-dir-card {
  border-color: #fecaca;
  background: #fef2f2;
}

.phone-dir-section--emergency .phone-dir-card-name {
  color: #b91c1c;
}

.phone-dir-section--emergency .phone-dir-call-btn {
  background: #dc2626;
}

/* موبايل */
@media (max-width: 640px) {
  .phone-dir-title {
    font-size: 1.3rem;
  }

  .phone-dir-search-row {
    flex-direction: column;
  }

  .phone-dir-search-btn {
    width: 100%;
    text-align: center;
  }

  .phone-dir-cards-grid {
    grid-template-columns: 1fr;
  }

  .phone-dir-card-phone-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .phone-dir-card-actions {
    flex-direction: row;
    justify-content: flex-start;
  }
}
/* صفحة كيان حكومي – وزارة الداخلية واللامركزية */
.gov-entity-page {
  padding: 2rem 0 2.5rem;
  direction: rtl;
  font-family: "Tajawal", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.gov-entity-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* ====== تخطيط الأعمدة (محتوى رئيسي + سيدبار) ====== */

.gov-entity-layout {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

/* ديسكتوب: المحتوى الرئيسي يسار، السيدبار يمين */
@media (min-width: 993px) {
  .gov-entity-layout {
    flex-direction: row; /* مهم: لا نستخدم row-reverse هنا */
  }

  .gov-entity-sidebar {
    flex: 0 0 320px;
  }

  .gov-entity-main {
    flex: 1 1 auto;
  }
}

/* موبايل/تابلت: ترتيب عمودي – المحتوى أولاً ثم السيدبار */
@media (max-width: 992px) {
  .gov-entity-layout {
    flex-direction: column;
  }

  .gov-entity-main {
    order: 1;
  }

  .gov-entity-sidebar {
    order: 2;
  }
}

/* ====== الكروت العامة ====== */

.gov-entity-card {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 1.4rem 1.6rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
  margin-bottom: 1.25rem;
}

/* ====== الهيدر الرئيسي للكيان ====== */

.gov-entity-header {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}

.gov-entity-logo-circle {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 20%, #ffffff, #eef2ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: #111827;
  box-shadow:
    0 10px 30px rgba(15, 23, 42, 0.14),
    inset 0 0 0 2px rgba(148, 163, 184, 0.35);
}

.gov-entity-title-block {
  flex: 1;
}

.gov-entity-name {
  margin: 0 0 0.4rem;
  font-size: 1.7rem;
  font-weight: 800;
  color: #111827;
}

.gov-entity-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.6rem;
  font-size: 0.9rem;
}

.gov-entity-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
}

.gov-entity-pill--type {
  background: #e0f2fe;
  color: #0369a1;
}

.gov-entity-pill--verified {
  background: #dcfce7;
  color: #15803d;
}

.gov-entity-location {
  color: #6b7280;
}

.gov-entity-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #f59e0b;
  font-size: 0.88rem;
}

.gov-entity-rating-stars {
  letter-spacing: 1px;
}

/* ====== الأقسام داخل المحتوى الرئيسي ====== */

.gov-entity-section h2 {
  margin: 0 0 0.6rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #111827;
}

.gov-entity-section p {
  margin: 0 0 0.6rem;
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.7;
}

/* المديريات التابعة */
.gov-entity-directorates-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 0.9rem;
  margin-top: 0.6rem;
}

.gov-entity-directorate-card {
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  padding: 0.9rem 1rem;
  background: #f9fafb;
  transition: box-shadow 0.15s ease, transform 0.15s ease, border-color 0.15s ease;
}

.gov-entity-directorate-card:hover {
  transform: translateY(-2px);
  border-color: #d1d5db;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.gov-entity-directorate-name {
  margin: 0 0 0.3rem;
  font-size: 0.98rem;
  font-weight: 700;
}

.gov-entity-directorate-desc {
  margin: 0 0 0.45rem;
  font-size: 0.84rem;
  color: #6b7280;
}

.gov-entity-directorate-link {
  font-size: 0.82rem;
  color: #059669;
  text-decoration: none;
}

.gov-entity-directorate-link:hover {
  text-decoration: underline;
}

/* تقييم خدمات الوزارة */
.gov-entity-rating-block p {
  font-size: 0.94rem;
}

/* ====== السيدبار (أزرار – قنوات – خريطة – معلومات سريعة) ====== */

/* مجموعة الأزرار الأساسية */
.gov-entity-cta-group {
  padding: 1.1rem 1.2rem;
}

.gov-entity-cta-btn {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 999px;
  padding: 0.75rem 1rem;
  margin-bottom: 0.6rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease, border-color 0.15s ease;
  border: 1px solid transparent;
}

.gov-entity-cta-btn--primary {
  background: #059669;
  color: #ffffff;
  box-shadow: 0 10px 28px rgba(5, 150, 105, 0.35);
}

.gov-entity-cta-btn--primary:hover {
  background: #047857;
  transform: translateY(-1px);
}

.gov-entity-cta-btn--secondary {
  background: #f3f4f6;
  color: #111827;
  border-color: #e5e7eb;
}

.gov-entity-cta-btn--secondary:hover {
  background: #e5e7eb;
}

/* القنوات الرسمية */
.gov-entity-social-block h2 {
  margin: 0 0 0.7rem;
  font-size: 1.02rem;
}

.gov-entity-social-row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.gov-entity-social-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.gov-entity-social-btn--fb {
  background: #1d4ed8;
}

.gov-entity-social-btn--x {
  background: #020617;
}

.gov-entity-social-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.15);
}

/* خريطة الوزارة في السيدبار */
.gov-entity-map-card h2 {
  margin: 0 0 0.7rem;
  font-size: 1.02rem;
}

.gov-entity-map-wrapper {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.gov-entity-map-wrapper iframe {
  width: 100%;
  height: 220px;
  border: 0;
}

/* معلومات سريعة */
.gov-entity-quick-info h2 {
  margin: 0 0 0.7rem;
  font-size: 1.02rem;
}

.gov-entity-quick-info-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  font-size: 0.9rem;
}

.gov-entity-quick-info-label {
  color: #6b7280;
  margin-bottom: 0.1rem;
  font-size: 0.82rem;
}

.gov-entity-quick-info-value a {
  color: #0369a1;
  text-decoration: none;
}

.gov-entity-quick-info-value a:hover {
  text-decoration: underline;
}

/* ====== موبايل – تحسينات إضافية ====== */

@media (max-width: 600px) {
  .gov-entity-card {
    padding: 1.1rem 1.1rem;
    border-radius: 1.1rem;
  }

  .gov-entity-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .gov-entity-logo-circle {
    width: 70px;
    height: 70px;
    font-size: 1rem;
  }

  .gov-entity-name {
    font-size: 1.4rem;
  }

  .gov-entity-meta-row {
    font-size: 0.86rem;
  }

  .gov-entity-cta-btn {
    font-size: 0.9rem;
    padding: 0.7rem 0.9rem;
  }

  .gov-entity-social-btn {
    font-size: 0.88rem;
    padding: 0.65rem 0.9rem;
  }

  .gov-entity-map-wrapper iframe {
    height: 200px;
  }
}
/* ============================
   صفحة كيان بنك - نموذج عام
   entity-bank-*
============================ */

.entity-bank-page {
  padding: 2.5rem 0 3rem;
  direction: rtl;
  background: transparent;
}

.entity-bank-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* ---------- هيدر الكيان ---------- */

.entity-bank-header {
  background: #ffffff;
  border-radius: 1.3rem;
  padding: 1.4rem 1.4rem 1.2rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 14px 40px rgba(15,23,42,0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  margin-bottom: 1.8rem;
}

.entity-bank-main {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* شعار دائري بحرفين من اسم البنك */
.entity-bank-logo-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, #ffffff, #e5e7eb);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  color: #111827;
  box-shadow:
    inset 0 0 0 1px rgba(148,163,184,0.5),
    0 12px 28px rgba(15,23,42,0.18);
}

.entity-bank-headings h1 {
  margin: 0 0 0.25rem;
  font-size: 1.5rem;
  font-weight: 800;
  color: #111827;
}

.entity-bank-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.7rem;
  font-size: 0.83rem;
}

/* بادج النوع (بنك، وزارة، شركة...) */
.entity-bank-pill {
  padding: 0.18rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  background: #e0f2fe;
  color: #075985;
}

.entity-bank-pill--bank {
  background: #ecfdf3;
  color: #166534;
}

.entity-bank-meta-text {
  color: #6b7280;
}

/* التقييم */
.entity-bank-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.16rem 0.65rem;
  border-radius: 999px;
  background: #fef9c3;
  color: #92400e;
  font-size: 0.78rem;
}

.entity-bank-rating-stars {
  font-size: 0.85rem;
  color: #f59e0b;
}

.entity-bank-rating-value {
  font-weight: 600;
}

/* أزرار الـ CTA في اليمين */
.entity-bank-cta {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: flex-end;
}

.entity-bank-cta a {
  text-decoration: none;
  font-size: 0.85rem;
  border-radius: 0.7rem;
  padding: 0.4rem 0.95rem;
  border: 1px solid transparent;
  transition: all 0.15s ease;
  white-space: nowrap;
}

.entity-bank-cta-primary {
  background: #009739;
  color: #ffffff;
  border-color: #009739;
}

.entity-bank-cta-primary:hover {
  background: #007f30;
  border-color: #007f30;
}

.entity-bank-cta-secondary {
  background: #f9fafb;
  color: #111827;
  border-color: #e5e7eb;
}

.entity-bank-cta-secondary:hover {
  background: #e5f4eb;
  border-color: #009739;
}

/* ---------- بلوك نبذة + معلومات أساسية ---------- */

.entity-bank-main-section {
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(0, 1.5fr);
  gap: 1.3rem;
  margin-bottom: 1.8rem;
}

/* نبذة */
.entity-bank-about {
  background: #ffffff;
  border-radius: 1.1rem;
  border: 1px solid #e5e7eb;
  padding: 1.1rem 1.2rem;
  box-shadow: 0 10px 28px rgba(15,23,42,0.06);
}

.entity-bank-about h2 {
  margin: 0 0 0.6rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.entity-bank-about p {
  margin: 0 0 0.4rem;
  font-size: 0.9rem;
  color: #374151;
  line-height: 1.6;
}

/* نقاط سريعة */
.entity-bank-about ul {
  margin: 0.5rem 0 0;
  padding-right: 1.1rem;
  font-size: 0.86rem;
  color: #4b5563;
}

/* معلومات أساسية (جدول صغير) */
.entity-bank-facts {
  background: #ffffff;
  border-radius: 1.1rem;
  border: 1px solid #e5e7eb;
  padding: 1.05rem 1.1rem;
  box-shadow: 0 8px 24px rgba(15,23,42,0.05);
}

.entity-bank-facts h2 {
  margin: 0 0 0.65rem;
  font-size: 1.02rem;
  font-weight: 700;
}

.entity-bank-facts-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.entity-bank-fact-row {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  font-size: 0.86rem;
}

.entity-bank-fact-label {
  color: #6b7280;
}

.entity-bank-fact-value {
  font-weight: 600;
  color: #111827;
}

/* ---------- قسم بيانات التواصل ---------- */

.entity-bank-section {
  margin-bottom: 1.8rem;
}

.entity-bank-section h2 {
  font-size: 1.05rem;
  margin: 0 0 0.7rem;
  font-weight: 700;
}

.entity-bank-contacts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.9rem;
}

.entity-bank-contact-card {
  background: #ffffff;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  padding: 0.9rem 1rem;
  box-shadow: 0 8px 24px rgba(15,23,42,0.05);
  font-size: 0.87rem;
}

.entity-bank-contact-label {
  font-size: 0.8rem;
  color: #6b7280;
  margin-bottom: 0.25rem;
}

.entity-bank-contact-value a,
.entity-bank-contact-value {
  color: #111827;
  text-decoration: none;
  font-weight: 600;
}

.entity-bank-contact-value a:hover {
  text-decoration: underline;
}

/* ---------- الفروع ---------- */

.entity-bank-branches-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

.entity-bank-branch-card {
  background: #ffffff;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  padding: 0.95rem 1rem;
  box-shadow: 0 8px 24px rgba(15,23,42,0.06);
  font-size: 0.87rem;
}

.entity-bank-branch-name {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.entity-bank-branch-meta {
  margin: 0 0 0.35rem;
  color: #6b7280;
  font-size: 0.8rem;
}

.entity-bank-branch-row {
  display: flex;
  justify-content: space-between;
  gap: 0.4rem;
  font-size: 0.83rem;
}

.entity-bank-branch-label {
  color: #6b7280;
}

.entity-bank-branch-value {
  font-weight: 600;
}

.entity-bank-branch-actions {
  margin-top: 0.45rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

.entity-bank-branch-link {
  font-size: 0.78rem;
  text-decoration: none;
  color: #2563eb;
}

.entity-bank-branch-link:hover {
  text-decoration: underline;
}

/* ---------- استجابة الهاتف ---------- */

@media (max-width: 900px) {
  .entity-bank-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .entity-bank-cta {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .entity-bank-main-section {
    grid-template-columns: 1fr;
  }

  .entity-bank-logo-circle {
    width: 54px;
    height: 54px;
  }

  .entity-bank-headings h1 {
    font-size: 1.35rem;
  }

  .entity-bank-header {
    padding: 1.1rem 1rem 1rem;
  }
}

@media (max-width: 520px) {
  .entity-bank-cta a {
    width: 100%;
    text-align: center;
  }

  .entity-bank-header {
    border-radius: 1rem;
  }
}

/* صفحة كيان حكومي – وزارة الداخلية واللامركزية */
.gov-entity-page {
  padding: 2rem 0 2.5rem;
  direction: rtl;
  font-family: "Tajawal", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.gov-entity-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* ====== تخطيط الأعمدة (محتوى رئيسي + سيدبار) ====== */

.gov-entity-layout {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

/* ديسكتوب: المحتوى الرئيسي على اليمين، السيدبار على اليسار */
@media (min-width: 993px) {
  .gov-entity-layout {
    flex-direction: row;            /* اتجاه عادي */
  }

  /* المحتوى الرئيسي أول عنصر (بسبب RTL يظهر في اليمين) */
  .gov-entity-main {
    order: 1;
    flex: 1 1 auto;
  }

  /* السيدبار ثاني عنصر (في اليسار) */
  .gov-entity-sidebar {
    order: 2;
    flex: 0 0 320px;
  }
}

/* موبايل/تابلت: ترتيب عمودي – المحتوى أولاً ثم السيدبار بعرض كامل */
@media (max-width: 992px) {
  .gov-entity-layout {
    flex-direction: column;
  }

  .gov-entity-main {
    order: 1;
    width: 100%;
  }

  .gov-entity-sidebar {
    order: 2;
    width: 100%;
  }
}

/* ====== الكروت العامة ====== */

.gov-entity-card {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 1.4rem 1.6rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
  margin-bottom: 1.25rem;
}

/* ====== الهيدر الرئيسي للكيان ====== */

.gov-entity-header {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}

.gov-entity-logo-circle {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 20%, #ffffff, #eef2ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: #111827;
  box-shadow:
    0 10px 30px rgba(15, 23, 42, 0.14),
    inset 0 0 0 2px rgba(148, 163, 184, 0.35);
}

.gov-entity-title-block {
  flex: 1;
}

.gov-entity-name {
  margin: 0 0 0.4rem;
  font-size: 1.7rem;
  font-weight: 800;
  color: #111827;
}

.gov-entity-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.6rem;
  font-size: 0.9rem;
}

.gov-entity-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
}

.gov-entity-pill--type {
  background: #e0f2fe;
  color: #0369a1;
}

.gov-entity-pill--verified {
  background: #dcfce7;
  color: #15803d;
}

.gov-entity-location {
  color: #6b7280;
}

.gov-entity-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #f59e0b;
  font-size: 0.88rem;
}

.gov-entity-rating-stars {
  letter-spacing: 1px;
}

/* ====== الأقسام داخل المحتوى الرئيسي ====== */

.gov-entity-section h2 {
  margin: 0 0 0.6rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #111827;
}

.gov-entity-section p {
  margin: 0 0 0.6rem;
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.7;
}

/* المديريات التابعة */
.gov-entity-directorates-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 0.9rem;
  margin-top: 0.6rem;
}

.gov-entity-directorate-card {
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  padding: 0.9rem 1rem;
  background: #f9fafb;
  transition: box-shadow 0.15s ease, transform 0.15s ease, border-color 0.15s ease;
}

.gov-entity-directorate-card:hover {
  transform: translateY(-2px);
  border-color: #d1d5db;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.gov-entity-directorate-name {
  margin: 0 0 0.3rem;
  font-size: 0.98rem;
  font-weight: 700;
}

.gov-entity-directorate-desc {
  margin: 0 0 0.45rem;
  font-size: 0.84rem;
  color: #6b7280;
}

.gov-entity-directorate-link {
  font-size: 0.82rem;
  color: #059669;
  text-decoration: none;
}

.gov-entity-directorate-link:hover {
  text-decoration: underline;
}

/* تقييم خدمات الوزارة */
.gov-entity-rating-block p {
  font-size: 0.94rem;
}

/* ====== السيدبار (أزرار – قنوات – خريطة – معلومات سريعة) ====== */

/* مجموعة الأزرار الأساسية */
.gov-entity-cta-group {
  padding: 1.1rem 1.2rem;
}

.gov-entity-cta-btn {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 999px;
  padding: 0.75rem 1rem;
  margin-bottom: 0.6rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease,
              transform 0.15s ease, border-color 0.15s ease;
  border: 1px solid transparent;
}

.gov-entity-cta-btn--primary {
  background: #059669;
  color: #ffffff;
  box-shadow: 0 10px 28px rgba(5, 150, 105, 0.35);
}

.gov-entity-cta-btn--primary:hover {
  background: #047857;
  transform: translateY(-1px);
}

.gov-entity-cta-btn--secondary {
  background: #f3f4f6;
  color: #111827;
  border-color: #e5e7eb;
}

.gov-entity-cta-btn--secondary:hover {
  background: #e5e7eb;
}

/* القنوات الرسمية */
.gov-entity-social-block h2 {
  margin: 0 0 0.7rem;
  font-size: 1.02rem;
}

.gov-entity-social-row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.gov-entity-social-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.gov-entity-social-btn--fb {
  background: #1d4ed8;
}

.gov-entity-social-btn--x {
  background: #020617;
}

.gov-entity-social-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.15);
}

/* خريطة الوزارة في السيدبار */
.gov-entity-map-card h2 {
  margin: 0 0 0.7rem;
  font-size: 1.02rem;
}

.gov-entity-map-wrapper {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.gov-entity-map-wrapper iframe {
  width: 100%;
  height: 220px;
  border: 0;
}

/* معلومات سريعة */
.gov-entity-quick-info h2 {
  margin: 0 0 0.7rem;
  font-size: 1.02rem;
}

.gov-entity-quick-info-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  font-size: 0.9rem;
}

.gov-entity-quick-info-label {
  color: #6b7280;
  margin-bottom: 0.1rem;
  font-size: 0.82rem;
}

.gov-entity-quick-info-value a {
  color: #0369a1;
  text-decoration: none;
}

.gov-entity-quick-info-value a:hover {
  text-decoration: underline;
}

/* ====== موبايل – تحسينات إضافية ====== */

@media (max-width: 600px) {
  .gov-entity-card {
    padding: 1.1rem 1.1rem;
    border-radius: 1.1rem;
  }

  .gov-entity-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .gov-entity-logo-circle {
    width: 70px;
    height: 70px;
    font-size: 1rem;
  }

  .gov-entity-name {
    font-size: 1.4rem;
  }

  .gov-entity-meta-row {
    font-size: 0.86rem;
  }

  .gov-entity-cta-btn {
    font-size: 0.9rem;
    padding: 0.7rem 0.9rem;
  }

  .gov-entity-social-btn {
    font-size: 0.88rem;
    padding: 0.65rem 0.9rem;
  }

  .gov-entity-map-wrapper iframe {
    height: 200px;
  }
}
@media (min-width: 992px) {

    body .menu-area.fixed-top + section {

        padding-top: 82px;

        display: none;

    }
	/* هذا الكود يستهدف الهواتف فقط */
@media (max-width: 767.98px) {
    body .menu-area.fixed-top + section {
        padding-top: 0; /* غالباً الهواتف لا تحتاج مسافة علوية كبيرة مثل الويب */
        display: none !important;
    }
}
	

.ab-featured-section{
  width:100%;
  direction:rtl;
}

.ab-featured-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
}

.ab-featured-card{
  background:#fff;
  border:1px solid #e5edf5;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(15,47,79,.06);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.ab-featured-card:hover{
  transform:translateY(-5px);
  box-shadow:0 16px 34px rgba(15,47,79,.10);
  border-color:#d5e4f2;
}

.ab-featured-link{
  display:block;
  text-decoration:none;
  color:inherit;
}

.ab-featured-media{
  position:relative;
  height:190px;
  background:#f3f7fc;
  overflow:hidden;
}

.ab-featured-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.ab-featured-fallback{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#eef6ff,#eef8f1);
  color:#09365e;
  font-size:42px;
  font-weight:900;
}

.ab-featured-badge{
  position:absolute;
  top:14px;
  right:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,243,205,.96);
  color:#9a6b00;
  font-size:13px;
  font-weight:900;
  box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.ab-featured-body{
  padding:18px;
  text-align:right;
}

.ab-featured-body h3{
  margin:0 0 10px;
  color:#0c2e57;
  font-size:22px;
  line-height:1.45;
  font-weight:900;
}

.ab-featured-meta{
  display:flex;
  align-items:center;
  gap:7px;
  flex-wrap:wrap;
  color:#7b8797;
  font-size:14px;
  margin-bottom:16px;
}

.ab-featured-actions{
  display:flex;
  justify-content:flex-start;
}

.ab-details-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border-radius:12px;
  background:#0b8f3d;
  color:#fff;
  font-size:15px;
  font-weight:800;
}

.ab-featured-empty{
  grid-column:1/-1;
  padding:22px;
  border-radius:18px;
  background:#fff;
  border:1px dashed #d8e4ef;
  color:#6b7280;
  text-align:center;
  font-weight:700;
}

/* Mobile */
@media(max-width:900px){
  .ab-featured-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media(max-width:640px){
  .ab-featured-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .ab-featured-media{
    height:170px;
  }

  .ab-featured-body{
    padding:16px;
  }

  .ab-featured-body h3{
    font-size:20px;
  }
}

/* Dark mode */
body.dark-mode .ab-featured-card,
body.dark-theme .ab-featured-card,
html.dark-theme .ab-featured-card,
[data-theme="dark"] .ab-featured-card{
  background:rgba(255,255,255,.04);
  border-color:rgba(255,255,255,.08);
  box-shadow:none;
}

body.dark-mode .ab-featured-body h3,
body.dark-theme .ab-featured-body h3,
html.dark-theme .ab-featured-body h3,
[data-theme="dark"] .ab-featured-body h3{
  color:#f8fafc;
}

body.dark-mode .ab-featured-meta,
body.dark-theme .ab-featured-meta,
html.dark-theme .ab-featured-meta,
[data-theme="dark"] .ab-featured-meta{
  color:#aeb9c8;
}
	.ab-services-section{
  margin-top:20px;
}

.ab-services-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
  margin-bottom:18px;
  flex-wrap:wrap;
}

.ab-services-chip{
  display:inline-block;
  padding:6px 12px;
  border-radius:30px;
  background:#e9fff1;
  color:#0b8f3d;
  font-size:13px;
  font-weight:800;
  margin-bottom:8px;
}

.ab-services-head h2{
  margin:0;
  font-size:34px;
  color:#0c2e57;
  font-weight:900;
}

.ab-services-head p{
  margin:6px 0 0;
  color:#7b8797;
}

.ab-services-more{
  padding:10px 16px;
  border-radius:12px;
  border:1px solid #d7e5f2;
  text-decoration:none;
  color:#0c2e57;
  font-weight:800;
  background:#fff;
}

.ab-services-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:22px;
}

.ab-service-card{
  background:#fff;
  border:1px solid #e7edf5;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(0,0,0,.05);
  transition:.2s;
}

.ab-service-card:hover{
  transform:translateY(-5px);
}

.ab-service-link{
  display:block;
  text-decoration:none;
  color:inherit;
}

.ab-service-top{
  position:relative;
  height:190px;
  background:#f4f8fc;
}

.ab-service-top img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.ab-service-fallback{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:42px;
}

.ab-service-live{
  position:absolute;
  top:14px;
  right:14px;
  background:#0b8f3d;
  color:#fff;
  padding:7px 12px;
  border-radius:30px;
  font-size:12px;
  font-weight:800;
}

.ab-service-body{
  padding:18px;
}

.ab-service-body h3{
  margin:0 0 10px;
  font-size:24px;
  line-height:1.4;
  color:#0c2e57;
  font-weight:900;
}

.ab-service-meta{
  color:#7b8797;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:16px;
}

.ab-service-btn{
  display:inline-block;
  background:#0b8f3d;
  color:#fff;
  padding:11px 18px;
  border-radius:12px;
  font-weight:800;
}

.ab-services-empty{
  grid-column:1/-1;
  background:#fff;
  padding:20px;
  border-radius:16px;
  text-align:center;
}

/* Mobile */
@media(max-width:900px){
  .ab-services-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:640px){
  .ab-services-grid{
    grid-template-columns:1fr;
  }

  .ab-services-head h2{
    font-size:28px;
  }

  .ab-service-top{
    height:170px;
  }
}
/* خدمات اليوم */
.ab-services-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:28px;
margin-top:22px;
}

.ab-service-card{
background:#fff;
border-radius:24px;
overflow:hidden;
box-shadow:0 8px 24px rgba(0,0,0,.05);
transition:.25s ease;
border:1px solid #eef1f5;
}

.ab-service-card:hover{
transform:translateY(-6px);
box-shadow:0 18px 38px rgba(0,0,0,.08);
}

.ab-service-top{
position:relative;
height:240px;
overflow:hidden;
}

.ab-service-top img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

.ab-service-live{
position:absolute;
top:18px;
right:18px;
background:#0a9b3f;
color:#fff;
padding:10px 18px;
border-radius:999px;
font-size:15px;
font-weight:800;
}

.ab-service-body{
padding:26px;
text-align:center;
}

.ab-service-body h3{
font-size:22px;
line-height:1.5;
font-weight:900;
color:#0d2d62;
margin:0 0 10px;
min-height:66px;
display:flex;
align-items:center;
justify-content:center;
}

.ab-service-meta{
font-size:17px;
color:#7b8497;
margin-bottom:22px;
}

.ab-service-btn{
display:inline-block;
background:#0a9b3f;
color:#fff;
padding:14px 34px;
border-radius:14px;
font-size:18px;
font-weight:800;
transition:.2s;
}

.ab-service-btn:hover{
background:#087e33;
color:#fff;
}

.ab-services-more{
background:#fff;
padding:14px 28px;
border-radius:16px;
border:1px solid #e6eaf0;
font-weight:800;
color:#0d2d62;
}

.ab-services-more:hover{
background:#f8fafc;
}

/* الهاتف */
@media(max-width:991px){
.ab-services-grid{
grid-template-columns:1fr;
gap:18px;
}
.ab-service-top{
height:220px;
}
.ab-service-body h3{
font-size:20px;
min-height:auto;
}
}
/* بالقرب منك */
.ab-nearby-section{
  margin-top:22px;
  padding:26px;
  border-radius:28px;
  background:linear-gradient(180deg,#f4f9ff 0%,#eef7ff 100%);
  border:1px solid #e0edf8;
}

.ab-nearby-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  margin-bottom:18px;
}

.ab-nearby-chip{
  display:inline-block;
  padding:7px 14px;
  border-radius:999px;
  background:#e9f3ff;
  color:#0b4f86;
  font-weight:900;
  font-size:13px;
  margin-bottom:8px;
}

.ab-nearby-head h2{
  margin:0;
  color:#0d2d62;
  font-size:34px;
  font-weight:900;
}

.ab-nearby-head p{
  margin:6px 0 0;
  color:#7b8497;
  font-size:16px;
}

.ab-nearby-more{
  background:#fff;
  color:#0d2d62;
  border:1px solid #d7e5f2;
  border-radius:16px;
  padding:13px 22px;
  font-weight:900;
  text-decoration:none;
}

.ab-nearby-tabs{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:18px;
}

.ab-nearby-tab{
  background:#fff;
  border:1px solid #dce8f3;
  color:#334155;
  border-radius:999px;
  padding:9px 15px;
  font-size:14px;
  font-weight:800;
}

.ab-nearby-tab.active{
  background:#0b8f3d;
  color:#fff;
  border-color:#0b8f3d;
}

.ab-nearby-list{
  display:grid;
  gap:12px;
}

.ab-nearby-card{
  background:#fff;
  border:1px solid #e3edf6;
  border-radius:20px;
  transition:.2s ease;
  overflow:hidden;
}

.ab-nearby-card:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 28px rgba(15,47,79,.08);
}

.ab-nearby-link{
  display:grid;
  grid-template-columns:64px 1fr auto;
  align-items:center;
  gap:16px;
  padding:14px 16px;
  text-decoration:none;
  color:inherit;
}

.ab-nearby-icon{
  width:58px;
  height:58px;
  border-radius:18px;
  background:#f2f7fc;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  flex-shrink:0;
}

.ab-nearby-icon img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.ab-nearby-icon span{
  font-size:26px;
}

.ab-nearby-info h3{
  margin:0 0 5px;
  color:#0d2d62;
  font-size:20px;
  font-weight:900;
  line-height:1.4;
}

.ab-nearby-meta{
  color:#7b8497;
  font-size:15px;
}

.ab-nearby-action{
  background:#eef6ff;
  color:#0b4f86;
  border-radius:14px;
  padding:10px 16px;
  font-size:14px;
  font-weight:900;
  white-space:nowrap;
}

.ab-nearby-empty{
  background:#fff;
  border:1px dashed #ccddeb;
  border-radius:18px;
  padding:20px;
  text-align:center;
  color:#6b7280;
  font-weight:800;
}

/* الهاتف */
@media(max-width:640px){
  .ab-nearby-section{
    padding:18px;
    border-radius:22px;
  }

  .ab-nearby-head h2{
    font-size:28px;
  }

  .ab-nearby-link{
    grid-template-columns:54px 1fr;
  }

  .ab-nearby-action{
    grid-column:1 / -1;
    text-align:center;
  }
}
@media(max-width:640px){

  .ab-featured-grid,
  .ab-services-grid{
    grid-template-columns:1fr !important;
    gap:16px !important;
  }

  .ab-featured-media,
  .ab-service-top{
    height:190px !important;
  }

  .ab-featured-body,
  .ab-service-body{
    padding:18px !important;
    text-align:center !important;
  }

  .ab-featured-body h3,
  .ab-service-body h3{
    font-size:21px !important;
    line-height:1.5 !important;
    min-height:auto !important;
  }

  .ab-featured-meta,
  .ab-service-meta{
    justify-content:center !important;
    font-size:15px !important;
  }

  .ab-details-btn,
  .ab-service-btn{
    width:100% !important;
    max-width:240px !important;
    min-height:48px !important;
  }

  .ab-nearby-section{
    display:block !important;
    padding:18px 14px !important;
    border-radius:22px !important;
    overflow:visible !important;
  }

  .ab-nearby-head{
    display:block !important;
    text-align:right !important;
  }

  .ab-nearby-head h2{
    font-size:27px !important;
    line-height:1.35 !important;
  }

  .ab-nearby-tabs{
    display:flex !important;
    overflow-x:auto !important;
    flex-wrap:nowrap !important;
    padding-bottom:8px !important;
  }

  .ab-nearby-tab{
    white-space:nowrap !important;
    flex:0 0 auto !important;
  }
}
@media (max-width:768px){

.ab-nearby-head{
display:block!important;
text-align:center;
}

.ab-nearby-head h2{
font-size:28px!important;
line-height:1.4;
margin:10px 0;
}

.ab-nearby-head p{
font-size:16px!important;
}

.ab-nearby-tabs{
display:flex;
gap:8px;
overflow-x:auto;
padding-bottom:8px;
}

.ab-nearby-tab{
white-space:nowrap;
flex:0 0 auto;
}

.ab-nearby-list{
display:grid!important;
grid-template-columns:1fr!important;
gap:14px;
}

.ab-nearby-card{
border-radius:18px;
}

}
.ab-nearby-list{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0,1fr)) !important;
  gap:14px !important;
}

.ab-nearby-card{
  min-height:96px;
}

@media(max-width:768px){
  .ab-nearby-list{
    grid-template-columns:1fr !important;
  }

  .ab-nearby-link{
    grid-template-columns:54px 1fr !important;
    gap:12px !important;
    padding:12px !important;
  }

  .ab-nearby-info h3{
    font-size:17px !important;
    line-height:1.4 !important;
  }

  .ab-nearby-meta{
    font-size:13px !important;
  }

  .ab-nearby-action{
    grid-column:1 / -1 !important;
    width:100% !important;
    text-align:center !important;
    margin-top:8px !important;
  }
}
.ab-nearby-list{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0,1fr)) !important;
  gap:14px !important;
}

@media(max-width:768px){
  .ab-nearby-list{
    grid-template-columns:1fr !important;
  }

  .ab-nearby-link{
    grid-template-columns:54px 1fr !important;
    gap:12px !important;
    padding:12px !important;
  }

  .ab-nearby-info h3{
    font-size:17px !important;
    line-height:1.4 !important;
  }

  .ab-nearby-meta{
    font-size:13px !important;
  }

  .ab-nearby-action{
    grid-column:1 / -1 !important;
    width:100% !important;
    text-align:center !important;
    margin-top:8px !important;
  }
}
.ab-featured-section{
  padding:24px 14px;
}

.ab-featured-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:14px;
  margin-bottom:18px;
}

.ab-featured-chip{
  display:inline-block;
  padding:7px 14px;
  border-radius:999px;
  background:#eef8ef;
  color:#14803c;
  font-size:13px;
  font-weight:800;
  margin-bottom:8px;
}

.ab-featured-title-wrap h2{
  margin:0;
  font-size:34px;
  line-height:1.3;
  color:#0f2f4f;
  font-weight:900;
}

.ab-featured-title-wrap p{
  margin:8px 0 0;
  color:#748197;
  font-size:15px;
}

.ab-featured-more{
  height:42px;
  padding:0 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#fff;
  border:1px solid #dce6f0;
  text-decoration:none;
  font-weight:800;
  color:#09365e;
  white-space:nowrap;
}

@media(max-width:768px){
  .ab-featured-head{
    display:block;
    margin-bottom:14px;
  }

  .ab-featured-title-wrap h2{
    font-size:28px;
  }

  .ab-featured-title-wrap p{
    font-size:14px;
    line-height:1.7;
  }

  .ab-featured-more{
    margin-top:12px;
    height:38px;
    font-size:13px;
  }

  .ab-featured-grid{
    grid-template-columns:1fr !important;
    gap:14px !important;
  }

  .ab-featured-media{
    height:190px !important;
  }

  .ab-featured-body{
    padding:16px !important;
    text-align:center !important;
  }

  .ab-featured-body h3{
    font-size:21px !important;
    line-height:1.5 !important;
  }

  .ab-featured-meta{
    justify-content:center !important;
    font-size:14px !important;
  }

  .ab-details-btn{
    width:100% !important;
    max-width:240px !important;
    min-height:46px !important;
  }
}
@media (max-width: 575.98px) {
    .intro-wrapper .directory_content_area {
        padding: 60px 0;
        display: none;
    }
}
 .intro-wrapper  {
        padding: 60px 0;
        display: none;
    }
    /* ===== بلوك الجهات الموثوقة والمميزة ===== */

.ab-featured-section{
  padding:24px 14px;
  direction:rtl;
}

.ab-featured-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:14px;
  margin-bottom:18px;
}

.ab-featured-chip{
  display:inline-block;
  padding:7px 14px;
  border-radius:999px;
  background:#eef8ef;
  color:#14803c;
  font-size:13px;
  font-weight:800;
  margin-bottom:8px;
}

.ab-featured-title-wrap h2{
  margin:0;
  font-size:34px;
  line-height:1.3;
  color:#0f2f4f;
  font-weight:900;
}

.ab-featured-title-wrap p{
  margin:8px 0 0;
  color:#748197;
  font-size:15px;
}

.ab-featured-more{
  height:42px;
  padding:0 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#fff;
  border:1px solid #dce6f0;
  text-decoration:none;
  font-weight:800;
  color:#09365e;
  white-space:nowrap;
}

.ab-featured-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.ab-featured-card{
  background:#fff;
  border:1px solid #e5edf5;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 10px 26px rgba(15,47,79,.06);
  transition:.22s ease;
}

.ab-featured-card:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 34px rgba(15,47,79,.10);
}

.ab-featured-link{
  display:block;
  color:inherit;
  text-decoration:none;
}

.ab-featured-media{
  position:relative;
  height:210px;
  background:#eef4fb;
  overflow:hidden;
}

.ab-featured-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.ab-featured-fallback{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:42px;
  font-weight:900;
  color:#09365e;
  background:linear-gradient(135deg,#eef6ff,#eef8f1);
}

.ab-featured-badge{
  position:absolute;
  top:14px;
  right:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,243,205,.96);
  color:#9a6b00;
  font-size:13px;
  font-weight:900;
  box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.ab-featured-body{
  padding:18px;
  text-align:right;
}

.ab-featured-body h3{
  margin:0 0 10px;
  color:#0f2f4f;
  font-size:22px;
  line-height:1.45;
  font-weight:900;
}

.ab-featured-meta{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  margin-bottom:16px;
  color:#7b8797;
  font-size:14px;
}

.ab-featured-actions{
  display:flex;
  align-items:center;
}

.ab-details-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border-radius:12px;
  background:#0b8f3d;
  color:#fff;
  font-size:15px;
  font-weight:800;
}

.ab-featured-empty{
  grid-column:1/-1;
  padding:22px;
  border-radius:18px;
  background:#fff;
  border:1px dashed #d8e4ef;
  color:#6b7280;
  text-align:center;
  font-weight:700;
}

/* التابلت */
@media(max-width:992px){
  .ab-featured-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

/* الهاتف */
@media(max-width:768px){

  .ab-featured-section{
    padding:18px 10px;
  }

  .ab-featured-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:14px;
  }

  .ab-featured-chip{
    display:none;
  }

  .ab-featured-title-wrap h2{
    font-size:25px;
    line-height:1.35;
  }

  .ab-featured-title-wrap p{
    display:none;
  }

  .ab-featured-more{
    height:36px;
    padding:0 13px;
    font-size:13px;
    flex-shrink:0;
  }

  .ab-featured-grid{
    grid-template-columns:1fr !important;
    gap:14px !important;
  }

  .ab-featured-card{
    border-radius:20px;
    overflow:hidden;
  }

  .ab-featured-link{
    display:grid;
    grid-template-columns:112px 1fr;
    align-items:stretch;
    min-height:132px;
  }

  .ab-featured-media{
    height:100% !important;
    min-height:132px;
  }

  .ab-featured-media img{
    height:100%;
    object-fit:cover;
  }

  .ab-featured-badge{
    top:8px;
    right:8px;
    min-height:26px;
    padding:0 9px;
    font-size:11px;
  }

  .ab-featured-body{
    padding:13px 14px;
    text-align:right !important;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }

  .ab-featured-body h3{
    font-size:18px !important;
    line-height:1.45 !important;
    margin:0 0 7px !important;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }

  .ab-featured-meta{
    font-size:13px !important;
    margin-bottom:10px;
    gap:5px;
  }

  .ab-featured-actions{
    display:block;
  }

  .ab-details-btn{
    min-height:36px !important;
    padding:0 13px !important;
    border-radius:10px !important;
    font-size:13px !important;
    width:auto !important;
    max-width:none !important;
  }
}

/* هاتف صغير جدًا */
@media(max-width:420px){
  .ab-featured-link{
    grid-template-columns:96px 1fr;
  }

  .ab-featured-media{
    min-height:126px;
  }

  .ab-featured-body h3{
    font-size:17px !important;
  }
}
.albargh-code-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:14px;
  margin:16px 0;
  border:1px solid #dce8f3;
  border-radius:16px;
  background:#f7fbff;
}

.albargh-code-info{
  display:flex;
  flex-direction:column;
  gap:3px;
}

.albargh-code-info span{
  color:#0b8f3d;
  font-size:13px;
  font-weight:900;
}

.albargh-code-info strong{
  color:#09365e;
  font-size:21px;
  letter-spacing:2px;
  direction:ltr;
}

.albargh-copy-code,
.albargh-open-code{
  border:0;
  border-radius:12px;
  padding:9px 14px;
  font-weight:900;
  text-decoration:none;
  font-size:13px;
  cursor:pointer;
}

.albargh-copy-code{
  background:#09365e;
  color:#fff;
}

.albargh-open-code{
  background:#0b8f3d;
  color:#fff;
}

@media(max-width:600px){
  .albargh-code-box{
    flex-direction:column;
    align-items:stretch;
  }

  .albargh-copy-code,
  .albargh-open-code{
    width:100%;
    text-align:center;
  }
}
.albargh-code-box{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  padding:14px 16px;
  margin:16px 0;
  border:1px solid #dce8f3;
  border-radius:16px;
  background:#f7fbff;
  max-width:520px;
}

.albargh-code-info{
  display:flex;
  flex-direction:column;
  gap:3px;
  margin-left:auto;
}

.albargh-code-info span{
  color:#0b8f3d;
  font-size:13px;
  font-weight:900;
}

.albargh-code-info strong{
  color:#09365e;
  font-size:21px;
  letter-spacing:2px;
  direction:ltr;
}

.albargh-copy-code,
.albargh-open-code{
  border:0;
  border-radius:12px;
  padding:9px 14px;
  font-weight:900;
  text-decoration:none;
  font-size:13px;
  cursor:pointer;
}

.albargh-copy-code{
  background:#09365e;
  color:#fff;
}

.albargh-open-code{
  background:#0b8f3d;
  color:#fff;
}

@media(max-width:600px){
  .albargh-code-box{
    max-width:100%;
    flex-direction:column;
    align-items:stretch;
  }

  .albargh-copy-code,
  .albargh-open-code{
    width:100%;
    text-align:center;
  }
}
/* تحسين نافذة تسجيل الدخول في دليل البرق */
.atbdp_login_form_shortcode,
.directorist-authentication,
.directorist-login-wrapper,
.modal-content{
  direction:rtl;
  text-align:right;
}

.directorist-authentication label,
.atbdp_login_form_shortcode label{
  color:#0f2f4f;
  font-weight:800;
}

.directorist-authentication input,
.atbdp_login_form_shortcode input{
  border-radius:14px !important;
  border:1px solid #dfe7f0 !important;
  height:48px;
}

.directorist-authentication button,
.atbdp_login_form_shortcode button,
.directorist-authentication input[type="submit"]{
  border-radius:14px !important;
  font-weight:900 !important;
}

.directorist-authentication .directorist-btn,
.atbdp_login_form_shortcode .directorist-btn{
  background:#09365e !important;
  color:#fff !important;
}

.directorist-authentication a,
.atbdp_login_form_shortcode a{
  color:#66758a;
  text-decoration:none;
}
.directorist-price {
    font-size: 0;
}

.directorist-price::after {
    content: "MRU";
    font-size: 14px;
}