@media(max-width:767px){.elementor-10 .elementor-element.elementor-element-cff9a24{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-10 .elementor-element.elementor-element-8cd0283{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-88866b8 */.clean-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  direction: rtl;
  text-align: center;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.25), transparent 30%),
    radial-gradient(circle at bottom left, rgba(14, 165, 233, 0.25), transparent 30%),
    linear-gradient(135deg, #020617, #0f172a, #1e293b);
}

.clean-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(2, 6, 23, 0.65), rgba(2, 6, 23, 0.75));
  z-index: 1;
}

.clean-container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  color: #ffffff;
}

.clean-badge {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  background: rgba(59, 130, 246, 0.18);
  border: 1px solid rgba(59, 130, 246, 0.35);
  color: #e0f2fe;
}

.clean-container h1 {
  font-size: 54px;
  margin-bottom: 18px;
  font-weight: 800;
  color: #ffffff;
}

.clean-container p {
  font-size: 20px;
  line-height: 1.9;
  margin-bottom: 30px;
  color: #cbd5e1;
}

.clean-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.clean-btn {
  padding: 15px 30px;
  border-radius: 14px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

/* زر أساسي */
.clean-btn.primary {
  background: linear-gradient(135deg, #001169, #000a3c);
  color: #ffffff;
}

/* زر واتساب */
.clean-btn.secondary {
  background: linear-gradient(135deg, #123b00, #1c5a00);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.18);
}

.clean-btn:hover {
  transform: translateY(-3px);
}

/* Stats */
.clean-stats {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.stat-box {
  padding: 16px 20px;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
}

.stat-box strong {
  display: block;
  font-size: 22px;
  color: #38bdf8;
}

.stat-box span {
  font-size: 14px;
  color: #cbd5e1;
}

/* موبايل */
@media (max-width: 767px) {
  .clean-hero {
    padding: 60px 15px;
    min-height: auto;
  }

  .clean-container h1 {
    font-size: 30px;
  }

  .clean-container p {
    font-size: 15px;
  }

  .clean-buttons {
    flex-direction: column;
  }

  .clean-btn {
    width: 100%;
  }

  .clean-stats {
    gap: 10px;
  }

  .stat-box {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ebaa367 */.clean-gallery {
  padding: 70px 20px;
  background: #f8fafc;
  direction: rtl;
}

.clean-gallery-container {
  max-width: 1100px;
  margin: 0 auto;
}

.clean-gallery-head {
  text-align: center;
  margin-bottom: 35px;
}

.clean-gallery-head h2 {
  font-size: 34px;
  margin-bottom: 10px;
  color: #0f172a;
  font-weight: 800;
}

.clean-gallery-head p {
  font-size: 16px;
  color: #64748b;
}

/* الجريد */
.clean-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* صور مربعة */
.gallery-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: 0.3s;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

/* تابلت */
@media (max-width: 991px) {
  .clean-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* موبايل (صورتين في الصف ✅) */
@media (max-width: 767px) {
  .clean-gallery {
    padding: 50px 12px;
  }

  .clean-gallery-head h2 {
    font-size: 24px;
  }

  .clean-gallery-head p {
    font-size: 14px;
  }

  .clean-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .gallery-item {
    border-radius: 10px;
  }
}/* End custom CSS */