.elementor-6 .elementor-element.elementor-element-4184937{--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-4184937{--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-35ddce5 */:root{
  --bg-dark:#06111f;
  --bg-dark-2:#0b1b31;
  --primary:#1d9bf0;
  --primary-2:#38bdf8;
  --text:#ffffff;
  --muted:#cbd5e1;
  --soft:#f8fafc;
  --shadow:0 14px 40px rgba(2, 6, 23, 0.16);
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  padding:0;
}

.lp-cleaning{
  direction:rtl;
  font-family:inherit;
  color:#0f172a;
  overflow:hidden;
  text-align:center;
}

.lp-container{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
}

/* HERO */
.lp-hero{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:
    radial-gradient(circle at top right, rgba(29,155,240,0.24), transparent 30%),
    radial-gradient(circle at bottom left, rgba(20,184,166,0.18), transparent 30%),
    linear-gradient(135deg, var(--bg-dark), var(--bg-dark-2), #102644);
}

.lp-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(rgba(6,17,31,0.58), rgba(6,17,31,0.72));
}

.lp-hero-inner{
  position:relative;
  z-index:2;
  width:100%;
  padding:90px 0 70px;
}

.lp-badge{
  display:inline-block;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(255,255,255,0.10);
  border:1px solid rgba(255,255,255,0.18);
  color:#e0f2fe;
  font-size:14px;
  font-weight:700;
  margin-bottom:18px;
}

.lp-hero-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:28px;
  align-items:center;
  justify-items:center;
}

.lp-hero-content{
  width:100%;
  max-width:900px;
  margin:0 auto;
  text-align:center;
}

.lp-hero-content h1{
  margin:0 0 16px;
  font-size:56px;
  line-height:1.25;
  color:var(--text);
  font-weight:800;
}

.lp-hero-content p{
  margin:0 auto 22px;
  font-size:20px;
  line-height:1.9;
  color:var(--muted);
  max-width:760px;
}

.lp-tags{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin-bottom:28px;
}

.lp-tags span{
  background:rgba(255,255,255,0.08);
  color:#f8fafc;
  border:1px solid rgba(255,255,255,0.12);
  padding:10px 14px;
  border-radius:14px;
  font-size:14px;
  font-weight:600;
}

.lp-buttons{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:22px;
}

.lp-btn{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:190px;
  padding:16px 26px;
  border-radius:16px;
  text-decoration:none;
  font-size:16px;
  font-weight:800;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
  overflow:hidden;
}

.lp-btn:before{
  content:"";
  position:absolute;
  top:0;
  right:-120%;
  width:100%;
  height:100%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent);
  transition:right .5s ease;
}

.lp-btn:hover:before{
  right:120%;
}

.lp-btn:hover{
  transform:translateY(-3px);
}

.lp-btn-primary{
  background:linear-gradient(135deg, var(--primary), var(--primary-2));
  color:#fff;
  box-shadow:0 14px 30px rgba(29,155,240,0.28);
}

.lp-btn-secondary{
  background:rgba(255,255,255,0.08);
  color:#fff;
  border:1px solid rgba(255,255,255,0.18);
}

.lp-hero-note{
  color:#dbeafe;
  font-size:14px;
  font-weight:600;
}

.lp-hero-card{
  width:100%;
  max-width:700px;
  margin:0 auto;
  background:rgba(255,255,255,0.10);
  border:1px solid rgba(255,255,255,0.16);
  border-radius:28px;
  padding:28px;
  box-shadow:0 20px 50px rgba(0,0,0,0.2);
  text-align:center;
}

.lp-hero-card h3{
  margin:0 0 18px;
  color:#fff;
  font-size:24px;
  font-weight:800;
}

.lp-mini-list{
  display:grid;
  gap:12px;
}

.lp-mini-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  background:rgba(255,255,255,0.07);
  border:1px solid rgba(255,255,255,0.10);
  border-radius:16px;
  padding:14px 16px;
  color:#fff;
  font-size:15px;
  font-weight:700;
}

.lp-mini-item span{
  color:#bae6fd;
  font-size:13px;
  font-weight:600;
}

/* COUNTERS */
.lp-stats{
  position:relative;
  margin-top:-45px;
  z-index:3;
}

.lp-stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.lp-stat{
  background:#fff;
  border-radius:22px;
  padding:24px 18px;
  text-align:center;
  box-shadow:var(--shadow);
}

.lp-stat-number{
  display:block;
  color:var(--primary);
  font-size:34px;
  font-weight:800;
  line-height:1.2;
  margin-bottom:8px;
}

.lp-stat-label{
  color:#475569;
  font-size:15px;
  font-weight:700;
}

/* SECTIONS */
.lp-section{
  padding:85px 0;
  text-align:center;
}

.lp-section-soft{
  background:var(--soft);
}

.lp-head{
  max-width:760px;
  margin:0 auto 40px;
  text-align:center;
}

.lp-head span{
  display:inline-block;
  padding:8px 15px;
  border-radius:999px;
  background:#e0f2fe;
  color:#075985;
  font-size:13px;
  font-weight:800;
  margin-bottom:14px;
}

.lp-head h2{
  margin:0 0 14px;
  color:#0f172a;
  font-size:42px;
  line-height:1.35;
  font-weight:800;
}

.lp-head p{
  margin:0;
  color:#64748b;
  font-size:18px;
  line-height:1.9;
}

/* SERVICES */
.lp-services-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.lp-service-card{
  background:#fff;
  border-radius:22px;
  padding:26px 22px;
  box-shadow:var(--shadow);
  transition:transform .25s ease, box-shadow .25s ease;
  text-align:center;
}

.lp-service-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 45px rgba(2, 6, 23, 0.14);
}

.lp-icon{
  width:58px;
  height:58px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 16px;
  background:linear-gradient(135deg, #e0f2fe, #ccfbf1);
  color:#0369a1;
  font-size:24px;
  font-weight:800;
}

.lp-service-card h3{
  margin:0 0 10px;
  font-size:22px;
  color:#0f172a;
  font-weight:800;
}

.lp-service-card p{
  margin:0;
  color:#64748b;
  line-height:1.9;
  font-size:15px;
}

/* GALLERY */
.lp-gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.lp-gallery-item{
  position:relative;
  overflow:hidden;
  border-radius:22px;
  background:#fff;
  box-shadow:var(--shadow);
}

.lp-gallery-item img{
  display:block;
  width:100%;
  aspect-ratio:1 / 1;
  object-fit:cover;
  transition:transform .45s ease;
}

.lp-gallery-item:hover img{
  transform:scale(1.08);
}

/* FEATURES */
.lp-features-wrap{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}

.lp-feature{
  display:flex;
  flex-direction:column;
  gap:14px;
  align-items:center;
  justify-content:center;
  background:#fff;
  border-radius:20px;
  padding:22px 20px;
  box-shadow:var(--shadow);
  text-align:center;
}

.lp-feature-mark{
  width:46px;
  height:46px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, #dbeafe, #ccfbf1);
  color:#0284c7;
  font-size:20px;
  font-weight:800;
}

.lp-feature h3{
  margin:0 0 8px;
  font-size:20px;
  color:#0f172a;
  font-weight:800;
}

.lp-feature p{
  margin:0;
  color:#64748b;
  line-height:1.85;
  font-size:15px;
}

/* FINAL CTA */
.lp-final{
  position:relative;
  background:
    radial-gradient(circle at top right, rgba(29,155,240,0.22), transparent 30%),
    radial-gradient(circle at bottom left, rgba(20,184,166,0.18), transparent 30%),
    linear-gradient(135deg, var(--bg-dark), var(--bg-dark-2), #102644);
  padding:85px 0;
  text-align:center;
}

.lp-final:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(rgba(6,17,31,0.48), rgba(6,17,31,0.66));
}

.lp-final-box{
  position:relative;
  z-index:2;
  max-width:980px;
  margin:0 auto;
  text-align:center;
  padding:52px 34px;
  border-radius:30px;
  background:rgba(255,255,255,0.10);
  border:1px solid rgba(255,255,255,0.16);
  box-shadow:0 20px 60px rgba(0,0,0,0.24);
}

.lp-final-box h2{
  margin:0 0 16px;
  font-size:44px;
  line-height:1.35;
  color:#fff;
  font-weight:800;
}

.lp-final-box p{
  max-width:760px;
  margin:0 auto 24px;
  color:#dbeafe;
  font-size:18px;
  line-height:1.9;
}

.lp-final-points{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  max-width:760px;
  margin:0 auto 28px;
}

.lp-final-points div{
  padding:14px 16px;
  border-radius:16px;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.10);
  color:#f8fafc;
  font-weight:700;
  font-size:15px;
  text-align:center;
}

.lp-footer{
  background:#020617;
  padding:24px 0;
  text-align:center;
}

.lp-footer p{
  margin:0;
  color:#cbd5e1;
  font-size:14px;
  line-height:1.8;
}

/* إلغاء الإخفاء داخل التصميم */
.lp-reveal{
  opacity:1 !important;
  transform:none !important;
}

/* RESPONSIVE */
@media (max-width: 991px){
  .lp-hero{
    min-height:auto;
  }

  .lp-hero-inner{
    padding:80px 0 60px;
  }

  .lp-hero-content h1{
    font-size:42px;
  }

  .lp-hero-content p{
    font-size:18px;
  }

  .lp-stats-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .lp-services-grid,
  .lp-gallery-grid,
  .lp-features-wrap{
    grid-template-columns:repeat(2,1fr);
  }

  .lp-head h2,
  .lp-final-box h2{
    font-size:34px;
  }
}

@media (max-width: 767px){
  .lp-container{
    padding:0 14px;
  }

  .lp-hero-inner{
    padding:65px 0 50px;
  }

  .lp-badge{
    font-size:12px;
    padding:8px 12px;
    margin-bottom:14px;
  }

  .lp-hero-content h1{
    font-size:30px;
    line-height:1.45;
    margin-bottom:14px;
  }

  .lp-hero-content p{
    font-size:15px;
    line-height:1.85;
    margin-bottom:18px;
  }

  .lp-tags{
    gap:8px;
    margin-bottom:20px;
  }

  .lp-tags span{
    font-size:12px;
    padding:8px 10px;
    border-radius:10px;
  }

  .lp-buttons{
    flex-direction:column;
    gap:10px;
    margin-bottom:16px;
  }

  .lp-btn{
    width:100%;
    min-width:auto;
    font-size:15px;
    padding:14px 18px;
  }

  .lp-hero-note{
    font-size:13px;
  }

  .lp-hero-card{
    padding:18px;
    border-radius:20px;
  }

  .lp-hero-card h3{
    font-size:20px;
  }

  .lp-mini-item{
    flex-direction:column;
    text-align:center;
    font-size:14px;
    padding:12px 14px;
  }

  .lp-stats{
    margin-top:0;
    padding-top:16px;
  }

  .lp-stats-grid{
    grid-template-columns:repeat(2,1fr);
    gap:10px;
  }

  .lp-stat{
    padding:18px 12px;
    border-radius:16px;
  }

  .lp-stat-number{
    font-size:25px;
  }

  .lp-stat-label{
    font-size:13px;
  }

  .lp-section{
    padding:55px 0;
  }

  .lp-head{
    margin-bottom:26px;
  }

  .lp-head span{
    font-size:12px;
    padding:7px 12px;
    margin-bottom:10px;
  }

  .lp-head h2,
  .lp-final-box h2{
    font-size:26px;
    line-height:1.5;
  }

  .lp-head p,
  .lp-final-box p{
    font-size:15px;
    line-height:1.8;
  }

  .lp-services-grid,
  .lp-features-wrap{
    grid-template-columns:1fr;
    gap:14px;
  }

  .lp-gallery-grid{
    grid-template-columns:repeat(2,1fr);
    gap:10px;
  }

  .lp-service-card,
  .lp-feature{
    border-radius:16px;
    padding:18px 16px;
  }

  .lp-service-card h3,
  .lp-feature h3{
    font-size:18px;
  }

  .lp-service-card p,
  .lp-feature p{
    font-size:14px;
  }

  .lp-icon,
  .lp-feature-mark{
    width:42px;
    height:42px;
    border-radius:12px;
    font-size:18px;
  }

  .lp-gallery-item{
    border-radius:12px;
  }

  .lp-final{
    padding:55px 0;
  }

  .lp-final-box{
    padding:28px 18px;
    border-radius:20px;
  }

  .lp-final-points{
    grid-template-columns:1fr;
    gap:10px;
    margin-bottom:20px;
  }

  .lp-final-points div{
    font-size:14px;
    border-radius:12px;
    padding:12px 14px;
  }

  .lp-footer p{
    font-size:13px;
  }
}/* End custom CSS */