/* Add custom CSS styles below */ 
/* 🎀 Elegant Miss Footer Style 🎀 */

/* خلفية الفوتر */
footer {
  background-color: #f7f2ed; /* خلفية بيج ناعمة */
  padding: 30px;
  text-align: center;
}

/* عناوين الفوتر */
footer h2, footer h3, footer h4 {
  color: #708e57; /* أخضر من الهوية */
  font-weight: bold;
  margin-bottom: 10px;
}

/* النصوص والوصف */
footer p, footer span, footer li {
  color: #c16b75; /* وردي غامق من الهوية */
  font-size: 14px;
  margin: 5px 0;
}

/* الروابط */
footer a {
  color: #708e57; /* نفس لون العناوين */
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

/* تأثير عند المرور */
footer a:hover {
  color: #9e6489; /* بنفسجي من الهوية */
}

/* ✨ حركة عند النقر */
footer a:active {
  transform: scale(0.9); /* تأثير تصغير عند النقر */
  color: #e8ad6b; /* يتحول لبرتقالي باستيل */
  transition: transform 0.1s ease, color 0.2s ease;
}
.em-testimonials-marquee{
  position: relative; overflow: hidden;
  width: 100%; background:#fff; /* عدّلي لوّن الخلفية */
  border-radius: 14px; padding: 10px 0;
  box-shadow: 0 6px 20px rgba(0,0,0,.06);
}

.em-testimonials-marquee .em-track{
  display: inline-flex; gap: 28px; 
  white-space: nowrap; list-style: none; margin: 0; padding: 0 16px;
  will-change: transform;
  animation: em-scroll 25s linear infinite;
}