.elementor-6 .elementor-element.elementor-element-e8dff75{--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-6 .elementor-element.elementor-element-637476b{--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-6 .elementor-element.elementor-element-41ea8bb{--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-6 .elementor-element.elementor-element-744aae3{--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-6 .elementor-element.elementor-element-e8dff75{--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-6 .elementor-element.elementor-element-41ea8bb{--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-6 .elementor-element.elementor-element-744aae3{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-50c34a1 */.fixed-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  direction: rtl;
  overflow: hidden;
  background: linear-gradient(135deg, #0f172a, #1e293b, #334155);
}

.fixed-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0.75),
    rgba(15, 23, 42, 0.55)
  );
  z-index: 1;
}

.fixed-hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
}

.fixed-hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 18px;
  backdrop-filter: blur(6px);
}

.fixed-hero h1 {
  font-size: 52px;
  line-height: 1.3;
  margin: 0 0 18px;
  font-weight: 800;
}

.fixed-hero p {
  font-size: 20px;
  line-height: 1.9;
  margin: 0 auto 28px;
  max-width: 720px;
  color: #e5e7eb;
}

.fixed-hero-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 15px 28px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.hero-btn-primary {
  background: #f59e0b;
  color: #111827;
}

.hero-btn-primary:hover {
  background: #fbbf24;
  transform: translateY(-2px);
}

.hero-btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.hero-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.fixed-hero-features {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.fixed-hero-features span {
  background: rgba(255, 255, 255, 0.08);
  color: #f8fafc;
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, 0.10);
}

/* تابلت */
@media (max-width: 992px) {
  .fixed-hero {
    min-height: auto;
    padding: 100px 20px 80px;
  }

  .fixed-hero h1 {
    font-size: 40px;
  }

  .fixed-hero p {
    font-size: 18px;
  }
}

/* الجوال */
@media (max-width: 767px) {
  .fixed-hero {
    padding: 70px 16px 55px;
  }

  .fixed-hero-content {
    max-width: 100%;
  }

  .fixed-hero-badge {
    font-size: 13px;
    padding: 8px 14px;
    margin-bottom: 14px;
  }

  .fixed-hero h1 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 14px;
  }

  .fixed-hero p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 22px;
  }

  .fixed-hero-buttons {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 22px;
  }

  .hero-btn {
    width: 100%;
    max-width: 320px;
    min-width: auto;
    font-size: 16px;
    padding: 14px 20px;
  }

  .fixed-hero-features {
    gap: 10px;
  }

  .fixed-hero-features span {
    font-size: 13px;
    padding: 8px 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b4d679 */.fixed-gallery {
  padding: 80px 20px;
  background: #f8fafc;
  direction: rtl;
}

.fixed-gallery-container {
  max-width: 1200px;
  margin: 0 auto;
}

.fixed-gallery-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
}

.fixed-gallery-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #e2e8f0;
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
}

.fixed-gallery-head h2 {
  margin: 0 0 16px;
  font-size: 38px;
  line-height: 1.4;
  color: #0f172a;
  font-weight: 800;
}

.fixed-gallery-head p {
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
  color: #475569;
}

.fixed-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

/* صور مربعة ثابتة */
.gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* تأثير hover */
.gallery-item:hover img {
  transform: scale(1.08);
}

/* تابلت */
@media (max-width: 991px) {
  .fixed-gallery {
    padding: 70px 20px;
  }

  .fixed-gallery-head h2 {
    font-size: 32px;
  }

  .fixed-gallery-head p {
    font-size: 17px;
  }

  .fixed-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

/* الجوال (صورتين في الصف ✅) */
@media (max-width: 767px) {
  .fixed-gallery {
    padding: 55px 14px;
  }

  .fixed-gallery-head {
    margin-bottom: 28px;
  }

  .fixed-gallery-badge {
    font-size: 12px;
    padding: 7px 12px;
  }

  .fixed-gallery-head h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 12px;
  }

  .fixed-gallery-head p {
    font-size: 14px;
    line-height: 1.8;
  }

  .fixed-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .gallery-item {
    border-radius: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-be05231 */.final-cta-section {
  padding: 80px 20px;
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.18), transparent 30%),
    radial-gradient(circle at bottom left, rgba(59, 130, 246, 0.18), transparent 30%),
    linear-gradient(135deg, #0f172a, #111827, #1e293b);
  direction: rtl;
}

.final-cta-box {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 35px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.final-cta-badge {
  display: inline-block;
  margin-bottom: 18px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.final-cta-box h2 {
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 800;
}

.final-cta-box p {
  max-width: 760px;
  margin: 0 auto 28px;
  font-size: 19px;
  line-height: 1.9;
  color: #e5e7eb;
}

.final-cta-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  max-width: 760px;
  margin: 0 auto 30px;
}

.final-cta-feature {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: #f8fafc;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.final-cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.final-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 16px 30px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 800;
  transition: all 0.3s ease;
}

.final-btn-primary {
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  color: #111827;
  box-shadow: 0 10px 25px rgba(245, 158, 11, 0.28);
}

.final-btn-primary:hover {
  transform: translateY(-3px);
}

.final-btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.final-btn-secondary:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.12);
}

/* تابلت */
@media (max-width: 991px) {
  .final-cta-section {
    padding: 70px 20px;
  }

  .final-cta-box {
    padding: 40px 24px;
  }

  .final-cta-box h2 {
    font-size: 34px;
  }

  .final-cta-box p {
    font-size: 17px;
  }
}

/* الجوال */
@media (max-width: 767px) {
  .final-cta-section {
    padding: 55px 14px;
  }

  .final-cta-box {
    padding: 28px 18px;
    border-radius: 20px;
  }

  .final-cta-badge {
    font-size: 12px;
    padding: 8px 12px;
    margin-bottom: 14px;
  }

  .final-cta-box h2 {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 14px;
  }

  .final-cta-box p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 22px;
  }

  .final-cta-features {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 22px;
  }

  .final-cta-feature {
    font-size: 14px;
    padding: 12px 14px;
    border-radius: 12px;
  }

  .final-cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .final-btn {
    width: 100%;
    min-width: auto;
    font-size: 15px;
    padding: 14px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-33e9e58 */.fixed-footer {
  background: #020617;
  padding: 25px 15px;
  direction: rtl;
  text-align: center;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
}

.footer-copy {
  font-size: 14px;
  color: #cbd5f5;
  margin-bottom: 10px;
  line-height: 1.7;
}

.footer-credit {
  font-size: 13px;
  color: #94a3b8;
}

.footer-credit a {
  color: #f59e0b;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
}

.footer-credit a:hover {
  color: #fbbf24;
}/* End custom CSS */