/* الخط الأساسي */
body {
  font-family: 'Cairo', sans-serif;
  background-color: #fdfdfd;
  color: #333;
  line-height: 1.8;
}

/* رؤوس الأقسام */
h1, h2, h3, h4, h5 {
  font-weight: bold;
  color: #b30000;
}

/* الأزرار */
.btn-danger, .bg-danger {
  background-color: #b30000 !important;
  border-color: #b30000 !important;
  color: #fff !important;
}
.btn-danger:hover {
  background-color: #990000 !important;
  border-color: #990000 !important;
}

/* زر الاتصال */
.btn-outline-danger {
  border-color: #b30000 !important;
  color: #b30000 !important;
}
.btn-outline-danger:hover {
  background-color: #b30000 !important;
  color: #fff !important;
}

/* زر واتساب */
.btn-success {
  background-color: #25D366 !important;
  border-color: #25D366 !important;
}
.btn-success:hover {
  background-color: #1DA851 !important;
  border-color: #1DA851 !important;
}

/* الشارات المتغيرة (الكلمات المفتاحية) */
.badge {
  font-size: 1rem;
  padding: 0.6em 1em;
  margin: 0.2em;
  display: inline-block;
}

/* السحابة */
#wordCloud {
  text-align: center;
  margin-top: 1.5rem;
}

/* آراء العملاء */
#testimonials {
  background-color: #fff8f8;
  padding: 2rem 1rem;
  border-top: 3px solid #b30000;
  border-bottom: 3px solid #b30000;
}

/* الفوتر العائم */
.footer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #ccc;
  z-index: 999;
}
.footer-fixed .nav-link {
  padding: 0.75rem;
  font-size: 1rem;
  color: #b30000;
}
.footer-fixed .nav-link:hover {
  background-color: #f2f2f2;
}
