/* =====================
   Footer Styles
===================== */

/* خلفية الفوتر العامة */
.site-footer {
  background-color: #3b2c20; /* بني غامق */
  color: #eee;
  font-family: 'Segoe UI', sans-serif;
}

/* =====================
   الجزء العلوي (عرض السعر)
===================== */
.quote-banner {
  background: linear-gradient(to right, #ffffff, #24224a); /* تدرج لوني */
  text-align: center;
  padding: 40px 20px;
}

.quote-banner h2 {
  font-size: 50px;
  margin-bottom: 10px;
  color: #14317a;
}

.quote-banner p {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #14317a;
}

.quote-button {
  background-color: #fff;
  color: #3b2c20;
  padding: 10px 25px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  transition: background 0.3s;
}

.quote-button:hover {
  background-color: #f1c40f;
  color: #000;
}

/* =====================
   الفوتر الأساسي
===================== */
.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 30px;
  background-color: #002539;
  color: #ffffff;
}

.footer-content div {
  flex: 1 1 250px;
  margin-bottom: 30px;
}

.footer-about {
  max-width: 300px;
  margin-right: 70px;
}

.footer-content h3 {
  color: #e45b00;
  margin-bottom: 15px;
  font-size: 28px;
}

.footer-services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-services li {
  margin-bottom: 8px;
  color: #ffffff;
}

/* =====================
   معلومات الاتصال
===================== */
.info-item i {
  font-size: 30px;
  color: silver;
}

.info-item a {
  font-size: 22px;
  color: #ffffff;
  text-decoration: none;
}

/* =====================
   الجزء السفلي للفوتر
===================== */
.footer-bottom {
  background-color: #1c120a;
  text-align: center;
  padding: 15px;
  font-size: 20px;
  color: #aaa;
}
