.elementor-1689 .elementor-element.elementor-element-5bd4ebf3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3e64574 *//* ===== Hero Section ===== */
.hero {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.hero-overlay {
  background-color: rgba(0, 0, 0, 0.5); /* طبقة تغطية */
  padding: 2rem;
  text-align: center;
  border-radius: 10px;
}

.hero-tag {
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.hero-title {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
}

/* ===== About Intro ===== */
.about-intro {
  padding: 4rem 2rem;
  background-color: #f9f9f9;
  text-align: center;
}

.about-intro .about-text h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.about-intro .subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 1.5rem;
}

.about-intro .btn-primary {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #ff5a5f;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.about-intro .btn-primary:hover {
  background-color: #e04848;
}

/* ===== About Details ===== */
.about-details {
  padding: 4rem 2rem;
}

.about-details .container.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  align-items: center;
}

.about-details .text h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.about-details .text p {
  margin-bottom: 1rem;
  color: #555;
}

.about-details .image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }

  .about-intro .about-text h2 {
    font-size: 1.5rem;
  }
}/* End custom CSS */