
.fab-footer {
  background-color: #0B2350;
  color: white;
  font-family: 'Droid Arabic Kufi',;
  padding: 40px 20px;
  direction: rtl;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.footer-left, .footer-right {
  flex: 1;
  min-width: 300px;
}
.footer-left h3,
.footer-right h3 {
  color: #19D3C5;
  margin-bottom: 10px;
  font-weight: bold;
}
.footer-left p {
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 20px;
}
.footer-gallery {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 25px;
}
.footer-gallery-row {
  display: flex;
  gap: 10px;
}
.footer-gallery-row img {
  width: calc(33.33% - 7px);
  height: auto;
  border-radius: 4px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.footer-gallery-row img:hover {
  transform: scale(1.05);
}
.footer-bullets {
  list-style: disc;
  padding-right: 20px;
  font-size: 14px;
  line-height: 1.8;
}
.footer-logo {
  text-align: right;
  margin-bottom: 15px;
}
.footer-logo img {
  width: 100px;
  margin-bottom: 5px;
}
.footer-brand {
  font-size: 22px;
  font-weight: bold;
  color: #19D3C5;
}
.footer-contact {
  list-style: none;
  padding: 0;
  font-size: 14px;
  line-height: 2;
}
.footer-contact i {
  color: #19D3C5;
  margin-left: 8px;
}
.fab-footer p {
  font-family: 'Droid Arabic Kufi', !important;
}
