footer {
  background-color: #111;
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
  direction: rtl;
}

footer h5 {
  font-weight: bold;
  margin-bottom: 1rem;
}

footer a {
  color: #ccc;
  text-decoration: none;
}

footer a:hover {
  color: #0dcaf0;
}

.footer-contact i,
.footer-links i {
  margin-left: 8px;
  color: #0dcaf0;
}

.social-icons a {
  font-size: 1.2rem;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #0dcaf0;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.social-icons a:hover {
  background-color: #0bb1d3;
  transform: scale(1.1);
}

/* Input الاشتراك */
footer .input-group input {
  border-radius: 0;
  border: none;
  padding: 10px;
}

footer .input-group .btn {
  border-radius: 0;
  background-color: #0dcaf0;
  border: none;
  color: #fff;
}

/* الفاصل */
footer hr {
  border-color: #444;
}

/* الحقوق */
footer .text-center {
  padding-top: 10px;
  font-size: 13px;
  color: #bbb;
}

footer .text-center a {
  color: #0dcaf0;
}

/* استجابة للموبايل */
@media (max-width: 768px) {
  footer {
    text-align: center;
  }

  .social-icons {
    justify-content: center !important;
  }

  .footer-contact i,
  .footer-links i {
    margin-left: 0;
    margin-right: 8px;
  }
}
