@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Story+Script&display=swap');

.text-bac-1{
    position: absolute;
    top: 40px;
    right: 20px;
    color: #000000b7;
    opacity: 100%;
    z-index: 0;
    animation: text 2s ease-in-out infinite alternate;
}

.text-bac-2{
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #000000b7;
    opacity: 100%;
    z-index: 0;
    animation: text 2s ease-in-out infinite alternate;
}


@keyframes text{

0%{transform: translatey(0);}
100%{transform: translatey(-80%);}

}

.custom-footer {
  font-family: "Alexandria", sans-serif;
  position: relative;
  background: #f5f5f5;
  padding: 50px 60px 20px;
  overflow: hidden;
  color: #000;
}

/* الكورتين */

.custom-footer::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 500px;
  background: #c56d24;
  filter: blur(120px);
  opacity: 0.7;
  z-index: 0;
  border-radius: 50%;
  top: -380px;
}

.custom-footer::before{
  content: "";
  position: absolute;
  width: 350px;
  height: 500px;
  background: #3ab3a3bd;
  filter: blur(120px);
  opacity: 0.6;
  z-index: 0;
  border-radius: 50%;
  top: 150px;
}

.custom-footer::before {
  left: -150px;
}

.custom-footer::after {
  right: -150px;
}

.footer-container,
.footer-bottom {
  position: relative;
  z-index: 2;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* اللوجو */
.footer-logo img {
  width: 150px;
  margin-bottom: 15px;
}


/* السوشيال */
.social-icons {
  display: flex;
  gap: 12px;
  margin: 15px 0;
}

.social-icons a {
    text-decoration: none;
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #555;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.social-icons a:hover {
  transform: translateY(-5px);
  background-color: #ff990079;
  color: #fff;
}

.footer-right p {
  font-size: 13px;
}

/* الألوان */
.whatsapp i{ color: #25D366; }
.facebook i{ color: #1877F2; }
.youtube i{ color: #FF0000; }

/* الجزء السفلي */
.footer-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  font-size: 14px;
}

.brand {
  color: #ff9800;
  font-weight: bold;
}