@charset "UTF-8";
/* CSS لتنسيق ال footer */
footer .top {
  background-color: var(--second-color);
  color: #000000;
  padding: 100px 0;
  background-image: url("../../images/bg-footer-1 1.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
footer .top svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
footer .top img {
  max-width: 120px;
}
footer .top .social-media-icons {
  display: flex;
  flex-wrap: wrap;
}
footer .top .social-media-icons li {
  width: 40px;
  border: solid 1px #e8e8e8;
  height: 40px;
  margin-left: 10px;
  line-height: 35px;
  text-align: center;
  border-radius: 4px;
}
footer .footer-section {
  margin-bottom: 20px;
}
footer .footer-section h5 {
  margin-bottom: 20px;
  color: #fff;
}
footer .footer-section p {
  color: #aaa;
}
footer .footer-section a {
  color: #fff;
}
footer .footer-section .footer-icon {
  margin-right: 10px;
}
footer .map-container {
  margin-top: 20px;
}
footer .map-container iframe {
  height: 230px;
  width: 100%;
  border-radius: 5px;
}/*# sourceMappingURL=footer.css.map */