.elementor-20 .elementor-element.elementor-element-1374267{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cabd203 */body {
  font-family: 'Cairo', sans-serif;
  margin: 0;
  background: #fafafa;
  color: #333;
}

/* Hero */
.services-hero {
  background: url("https://almaqamholidays.com/wp-content/uploads/2025/12/125010576_bluemosquegetty.jpg")
  center/cover no-repeat;
  border-radius: 16px;
  margin: 40px;
  overflow: hidden;
}

.hero-overlay {
  background: rgba(0,0,0,0.55);
  padding: 120px 20px;
  text-align: center;
  color: #fff;
}

.hero-overlay h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

.hero-overlay p {
  max-width: 800px;
  margin: auto;
  font-size: 18px;
  line-height: 1.8;
}

/* Services */
.services {
  padding: 80px 20px;
}

.services-wrapper {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.service-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 25px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.service-card:hover {
  transform: translateY(-10px);
}

.service-card img {
  margin-bottom: 20px;
}

.service-card h3 {
  color: #EF4723;
  margin-bottom: 15px;
}

.service-card p {
  line-height: 1.7;
}

/* CTA */
.services-cta {
  background: linear-gradient(135deg, #EF4723, #ff6a3d);
  color: #fff;
  text-align: center;
  padding: 80px 20px;
  border-radius: 16px;
  margin: 40px;
}

.services-cta h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.services-cta p {
  margin-bottom: 30px;
}

.services-cta a {
  background: #fff;
  color: #EF4723;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.services-cta a:hover {
  background: #fbe0d7;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-overlay h1 {
    font-size: 30px;
  }
  .services-hero,
  .services-cta {
    margin: 20px;
  }
}/* End custom CSS */