.item img {
    height: 175px;

}
.image-slider {
  text-align: center;
}

.slider-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 40px auto;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  background-color: #000; /* الخلفية السوداء حول الصور */
}

.slides {
  display: flex;
  transition: transform 0.8s ease-in-out;
}

.slide {
  min-width: 100%;
  position: relative;
  display: flex;
  justify-content: center;  /* عشان الصورة تكون في النص أفقيًا */
  align-items: center;      /* وعشان تكون في النص رأسيًا */
  background-color: #000;   /* لو الصورة صغيرة يبان السواد */
}

.slide img {
  width: 100%;
  height: 500px;
  object-fit: contain;  /* أهم سطر: يظهر الصورة بالكامل بدون قص */
  object-position: center;
  border-radius: 20px;
  background-color: #000;
}

/* === Caption === */
.caption {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 1.1rem;
}

/* === Buttons === */
.btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 50%;
  transition: all 0.3s ease;
  backdrop-filter: blur(3px);
}

.btn:hover {
  background: rgba(255, 255, 255, 0.5);
}

.prev { left: 20px; }
.next { right: 20px; }

/* === Dots === */
.dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.dot {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #fff;
  transform: scale(1.2);
}

/* === Responsive Design === */
@media (max-width: 768px) {
  .slide img {
    height: 300px; /* تقليل الطول في الموبايل */
  }

  .caption {
    font-size: 0.9rem;
    padding: 6px 15px;
  }

  .btn {
    font-size: 1.5rem;
    padding: 8px 16px;
  }
}
/*  start contact */


/* ===== Contact Card Styles (Red Zone) ===== */
.contact-section {
  padding: 60px 20px;
  background: linear-gradient(180deg, #07070a 0%, #0d0d10 100%);
}

.contact-container {
  max-width: 1100px;
  margin: 0 auto;
}

.contact-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.6);
  border: 1px solid rgba(255,255,255,0.04);
  color: #e9eef6;
}

/* Header */
.contact-header h3 {
  font-size: 1.6rem;
  margin-bottom: 6px;
  letter-spacing: 0.4px;
  color: #fff;
}
.contact-header .accent {
  color: #e53935; /* red accent */
  font-weight: 700;
}
.contact-header .lead {
  color: rgba(233,238,246,0.7);
  margin-bottom: 18px;
  font-size: 0.95rem;
}

/* Grid */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}

.contact-item {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255,255,255,0.01);
  transition: transform .18s ease, background .18s ease;
  border: 1px solid rgba(255,255,255,0.02);
}
.contact-item:hover {
  transform: translateY(-6px);
  background: rgba(229,57,53,0.04);
}

/* Icon */
.icon-wrap {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(229,57,53,0.12), rgba(229,57,53,0.06));
  color: #fff;
  font-size: 1.2rem;
  border: 1px solid rgba(229,57,53,0.12);
}

/* Text */
.contact-item h5 {
  font-size: 0.95rem;
  margin-bottom: 4px;
  color: #fff;
}
.contact-link {
  color: #e9eef6;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
}
.contact-link:hover { text-decoration: underline; color: #ff6b6b; }

.muted {
  color: rgba(233,238,246,0.55);
  font-size: 0.85rem;
  margin-top: 4px;
}

/* Social icons */
.socials { display: flex; gap: 8px; margin-top: 6px; }
.social {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(255,255,255,0.02);
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.02);
}


/* Actions */
.contact-actions {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  justify-content: flex-end;
}
.btn-primary {
  background: linear-gradient(90deg, #e53935, #ff6b6b);
  color: #fff;
  padding: 10px 18px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(229,57,53,0.12);
}
.text-instagram {
  background: radial-gradient(circle at 30% 107%, 
    #fdf497 0%, #fdf497 5%, 
    #fd5949 45%, #d6249f 60%, #285AEB 90%);
      -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
