#main-slider-0 .p-8 {
    padding: 0rem;
}

#main-links-1{
        margin-top: 4.2rem;
}


.header-inner{
 background: linear-gradient(90deg, #10172A, #273456);
}


.da-cp,
.s-block__title a,
.s-slider-block__title .s-slider-block__title-left a,
.s-slider-block__title h2 {
  background: linear-gradient(90deg, #f97316, #a3e635, #22c55e, #06b6d4);
  background-size: 300% 300%;
  animation: gradientText 6s ease infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

@keyframes gradientText {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


.s-button-primary {
background: linear-gradient(270deg, #145a07, #1f7a0a, #41d718);
  background-size: 600% 600%;
  animation: gradientMove 6s ease infinite;
  color: #fff; 
  border: none;
  transition: transform 0.2s ease;
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}




.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  transition: 0.3s ease;
  border: 2px solid #fff;
}

.social-icon i {
  font-size: 24px;
}


.social-icon[title="انستقرام"] {
  background: radial-gradient(circle at 30% 30%, #feda75, #d62976, #962fbf, #4f5bd5);
}

.social-icon[title="إكس"] {
  background: #000;
}

.social-icon[title="تيك توك"] {
  background: #010101;
}

.social-icon[title="فيسبوك"] {
  background: #1877f2;
}


.social-label {
  font-size: 12px;
  margin-top: 4px;
  color: #333;
}




.footer-images img{
  height: 4.5rem !important;
}

#wa-angel {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(34,197,94, 0.7); }
  70% { transform: scale(1.1); box-shadow: 0 0 0 15px rgba(34,197,94, 0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(34,197,94, 0); }
}