footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  margin-top: 150px;
  position: relative;
  background-color: #8865e1;
  min-height: 150px;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  text-align: center;
  overflow: hidden;
}

footer::before {
  background: url("../images/cube-group.6f59d1967a85.png");
  position: absolute;
  left: 60px;
  opacity: 1;
  bottom: 0;
  width: 266px;
  height: 143px;
  content: "";
  z-index: 2;
  pointer-events: none;
}

footer p {
  color: #fff;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  max-width: 100%;
  width: 100%;
  line-height: 1.6;
  word-break: break-word;
}

footer p a {
  color: #fff;
  transition: all 0.3s;
  position: relative;
  z-index: 3;
  text-decoration: underline;
}

footer p a:hover {
  opacity: 0.75;
}

@media (max-width: 1199px) {
  footer {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  footer {
    padding: 0 15px;
  }

  footer p {
    font-size: 14px;
    line-height: 1.6; /* مهم ما يكون صغير */
  }
}
