.elementor-2413 .elementor-element.elementor-element-03bfae3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2413 .elementor-element.elementor-element-8523c54{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2413 .elementor-element.elementor-element-e21cac7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2413 .elementor-element.elementor-element-42ce4dc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-2413 .elementor-element.elementor-element-03bfae3{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2413 .elementor-element.elementor-element-8523c54{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2413 .elementor-element.elementor-element-e21cac7{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2413 .elementor-element.elementor-element-c9ee978{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-2413 .elementor-element.elementor-element-42ce4dc{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2413 .elementor-element.elementor-element-c63f5dc{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-efdb280 */.hero-whatsapp {
  min-height: 100vh;
  background:
    linear-gradient(
      rgba(10, 15, 30, 0.72),
      rgba(10, 15, 30, 0.82)
    ),
    url("images/decor-hero.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 20px;
  text-align: center;
  direction: rtl;
}

.hero-box {
  width: 100%;
  max-width: 760px;
  margin: auto;
}

.hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.95);
  color: #111827;
  padding: 9px 22px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.hero-box h1 {
  font-size: 48px;
  line-height: 1.4;
  font-weight: 900;
  margin-bottom: 18px;
  color: #ffffff;
  text-shadow: 0 3px 14px rgba(0,0,0,0.45);
}

.hero-box p {
  max-width: 680px;
  margin: 0 auto 26px;
  font-size: 18px;
  line-height: 1.9;
  color: #f3f4f6;
  text-shadow: 0 2px 10px rgba(0,0,0,0.35);
}

.hero-features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.hero-features span {
  background: rgba(255,255,255,0.95);
  color: #111827;
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
}

.hero-cta {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.btn-whatsapp,
.btn-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 16px 30px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-whatsapp {
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.45);
}

.btn-call {
  background: #f59e0b;
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(245, 158, 11, 0.38);
}

.btn-whatsapp:hover,
.btn-call:hover {
  transform: translateY(-4px);
}

.hero-note {
  font-size: 14px;
  color: #f9fafb;
  opacity: 0.95;
}

@media (max-width: 768px) {
  .hero-whatsapp {
    min-height: 92vh;
    padding: 60px 14px;
  }

  .hero-box h1 {
    font-size: 31px;
  }

  .hero-box p {
    font-size: 15px;
  }

  .hero-features span {
    font-size: 13px;
    padding: 8px 11px;
  }

  .btn-whatsapp,
  .btn-call {
    width: 100%;
    min-width: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-637d4a2 */.why-decor {
  width: 100%;
  padding: 80px 20px;
  background: #0f172a;
  text-align: center;
  direction: rtl;
}

.why-container {
  width: 100%;
  max-width: 1150px;
  margin: auto;
}

.why-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.95);
  color: #111827;
  padding: 9px 22px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.why-decor h2 {
  color: #ffffff;
  font-size: 38px;
  line-height: 1.5;
  font-weight: 900;
  margin-bottom: 14px;
}

.why-subtitle {
  max-width: 720px;
  margin: 0 auto 42px;
  color: #f3f4f6;
  font-size: 18px;
  line-height: 1.9;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.why-card {
  background: rgba(255, 255, 255, 0.95);
  color: #111827;
  padding: 32px 22px;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 14px 35px rgba(0,0,0,0.25);
  transition: 0.3s ease;
}

.why-card:hover {
  transform: translateY(-8px);
}

.why-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.why-card h3 {
  font-size: 21px;
  color: #f59e0b;
  margin-bottom: 10px;
  font-weight: 900;
}

.why-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #374151;
}

@media (max-width: 900px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-decor h2 {
    font-size: 30px;
  }
}

@media (max-width: 520px) {
  .why-decor {
    padding: 60px 12px;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-decor h2 {
    font-size: 25px;
  }

  .why-subtitle {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c9ee978 */.gallery-decor {
  width: 100%;
  padding: 80px 20px;
  background: #0f172a;
  text-align: center;
  direction: rtl;
}

.gallery-container {
  max-width: 1150px;
  margin: auto;
}

.gallery-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.95);
  color: #111827;
  padding: 9px 22px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.gallery-decor h2 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 14px;
}

.gallery-subtitle {
  max-width: 720px;
  margin: 0 auto 40px;
  color: #f3f4f6;
  font-size: 18px;
  line-height: 1.9;
}

/* GRID */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* ITEM */
.gallery-item {
  position: relative;
  height: 220px;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.gallery-item:hover img {
  transform: scale(1.12);
}

/* OVERLAY */
.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 12px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}

/* CTA */
.gallery-cta {
  margin-top: 40px;
}

.gallery-btn {
  background: #25d366;
  color: #fff;
  padding: 16px 30px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  box-shadow: 0 10px 25px rgba(37,211,102,0.4);
  transition: 0.3s;
}

.gallery-btn:hover {
  transform: translateY(-4px);
}

/* Responsive */
@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-decor h2 {
    font-size: 30px;
  }
}

@media (max-width: 500px) {
  .gallery-decor {
    padding: 60px 12px;
  }

  .gallery-grid {
    gap: 10px;
  }

  .gallery-item {
    height: 150px;
  }

  .gallery-subtitle {
    font-size: 15px;
  }

  .gallery-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c63f5dc */.services-decor {
  width: 100%;
  padding: 80px 20px;
  background: #0f172a;
  text-align: center;
  direction: rtl;
}

.services-container {
  max-width: 1150px;
  margin: auto;
}

.services-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.95);
  color: #111827;
  padding: 9px 22px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.services-decor h2 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 14px;
}

.services-subtitle {
  max-width: 700px;
  margin: 0 auto 42px;
  color: #f3f4f6;
  font-size: 18px;
  line-height: 1.9;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card {
  background: rgba(255, 255, 255, 0.95);
  color: #111827;
  padding: 32px 22px;
  border-radius: 24px;
  box-shadow: 0 14px 35px rgba(0,0,0,0.25);
  transition: 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
}

.service-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.service-card h3 {
  font-size: 21px;
  color: #f59e0b;
  margin-bottom: 10px;
  font-weight: 900;
}

.service-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #374151;
}

/* كارت مميز */
.service-card.highlight {
  background: linear-gradient(135deg, #25d366, #16a34a);
  color: #ffffff;
}

.service-card.highlight h3 {
  color: #ffffff;
}

.service-card.highlight p {
  color: #eafff3;
}

.service-card.highlight .service-icon {
  background: #ffffff;
  color: #25d366;
}

.service-btn {
  display: inline-block;
  margin-top: 15px;
  background: #ffffff;
  color: #16a34a;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: bold;
  transition: 0.3s;
}

.service-btn:hover {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-decor h2 {
    font-size: 30px;
  }
}

@media (max-width: 520px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .services-decor {
    padding: 60px 12px;
  }

  .services-subtitle {
    font-size: 15px;
  }
}/* End custom CSS */