/* ==== Footer Arabic Styling ==== */
.footer {
  background: #1a1a1a;
  color: #f5f5f5;
  padding: 50px 20px;
  font-size: 15px;
  line-height: 1.8;
  direction: rtl; /* Right-to-left */
  text-align: right;
  font-family: "Cairo", sans-serif;
}

/* Layout with grid */
.footer .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

/* Titles */
.footer h4 {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Links */
.footer a {
  color: #bbbbbb;
  text-decoration: none;
  transition: color 0.3s;
}
.footer a:hover {
  color: #ff6b6b;
}

/* Contact Info */
.footer .contact-info {
  color: #cccccc;
}

/* Social Icons */
.footer .social-icons {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}
.footer .social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background 0.3s, transform 0.3s;
}
.footer .social-icons a:hover {
  background: #ff6b6b;
  transform: translateY(-3px);
}

/* Bottom Bar */
.footer-bottom {
  border-top: 1px solid #333;
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  font-size: 14px;
  color: #999;
}
/* ==== Footer Arabic Styling ==== */
.footer {
  background: #1a1a1a;
  color: #f5f5f5;
  padding: 50px 20px;
  font-size: 15px;
  line-height: 1.8;
  direction: rtl; /* Right-to-left */
  text-align: right;
  font-family: "Cairo", sans-serif;
}

/* Layout with grid */
.footer .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

/* Titles */
.footer h4 {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Links */
.footer a {
  color: #bbbbbb;
  text-decoration: none;
  transition: color 0.3s;
}
.footer a:hover {
  color: #ff6b6b;
}

/* Contact Info */
.footer .contact-info {
  color: #cccccc;
}

/* Social Icons */
.footer .social-icons {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}
.footer .social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background 0.3s, transform 0.3s;
}
.footer .social-icons a:hover {
  background: #ff6b6b;
  transform: translateY(-3px);
}

/* Bottom Bar */
.footer-bottom {
  border-top: 1px solid #333;
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  font-size: 14px;
  color: #999;
}
