.elementor-2380 .elementor-element.elementor-element-9ecb9fa{--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-2380 .elementor-element.elementor-element-9ecb9fa{--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-c1c7411 */:root {
  --bg: #0b1220;
  --bg-soft: #111a2c;
  --card: rgba(255, 255, 255, 0.08);
  --white: #ffffff;
  --text: #d9e2f2;
  --muted: #a9b6cc;
  --line: rgba(255, 255, 255, 0.12);
  --primary: #ff9f1c;
  --primary-dark: #ff7b00;
  --green: #25d366;
  --green-dark: #18b757;
  --blue-btn: #1f6feb;
  --blue-btn-dark: #1158c7;
  --shadow: 0 15px 45px rgba(0, 0, 0, 0.25);
  --radius: 24px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Tahoma, Arial, sans-serif;
  background: linear-gradient(180deg, #08101c 0%, #0d1728 100%);
  color: var(--white);
  text-align: center;
  line-height: 1.8;
  overflow-x: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

.container {
  width: min(92%, 1200px);
  margin: 0 auto;
}

.section {
  padding: 90px 0;
}

.section-dark {
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
}

.section-heading {
  max-width: 850px;
  margin: 0 auto 50px;
  text-align: center;
}

.section-badge {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 159, 28, 0.12);
  color: #ffbe5c;
  border: 1px solid rgba(255, 159, 28, 0.3);
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
}

.section-badge.light {
  background: rgba(255,255,255,0.08);
  color: #fff0cf;
  border-color: rgba(255,255,255,0.15);
}

.section-heading h2 {
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 14px;
  color: var(--white);
}

.section-heading p {
  font-size: 18px;
  color: var(--muted);
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0;
  background:
    linear-gradient(rgba(6, 13, 24, 0.65), rgba(6, 13, 24, 0.8)),
    url("images/hero-roof.jpg") center center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top center, rgba(255, 159, 28, 0.22), transparent 30%),
    radial-gradient(circle at bottom center, rgba(37, 211, 102, 0.08), transparent 25%);
  pointer-events: none;
}

.hero-box {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 35px;
  border-radius: 30px;
  background: rgba(8, 14, 26, 0.68);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: var(--shadow);
  text-align: center;
}

.mini-badge {
  display: inline-block;
  background: rgba(255,255,255,0.08);
  color: #f4f7ff;
  border: 1px solid rgba(255,255,255,0.12);
  padding: 10px 18px;
  border-radius: 999px;
  margin-bottom: 18px;
  font-size: 14px;
}

.hero-box h1 {
  font-size: 56px;
  line-height: 1.35;
  margin-bottom: 18px;
  font-weight: 800;
  color: #ffffff;
}

.hero-box h1 span {
  color: #ffb84d;
}

.hero-desc {
  max-width: 760px;
  margin: 0 auto 28px;
  color: var(--text);
  font-size: 21px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 32px;
}

.point {
  padding: 12px 20px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Buttons */
.main-btn,
.floating-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-weight: 800;
  transition: 0.3s ease;
}

.main-btn {
  min-width: 220px;
  padding: 17px 28px;
  font-size: 18px;
  color: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.22);
}

.whatsapp-btn {
  background: linear-gradient(135deg, var(--green), var(--green-dark));
}

.call-btn {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
}

.main-btn:hover,
.floating-btn:hover {
  transform: translateY(-4px) scale(1.03);
}

/* Trust Strip */
.trust-strip {
  padding: 28px 0;
  background: rgba(255,255,255,0.03);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.trust-item {
  padding: 14px 22px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  color: #edf3ff;
  font-weight: 700;
}

/* Cards */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.cards-grid.three-cols {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card,
.service-card,
.step-card,
.problem-box,
.gallery-card,
.cta-box {
  text-align: center;
}

.info-card,
.service-card,
.step-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 34px 24px;
  box-shadow: var(--shadow);
  transition: 0.3s ease;
}

.info-card:hover,
.service-card:hover,
.step-card:hover,
.gallery-card:hover {
  transform: translateY(-8px);
}

.card-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  box-shadow: 0 10px 25px rgba(255, 123, 0, 0.35);
}

.info-card h3,
.service-card h3,
.step-card h3 {
  font-size: 24px;
  margin-bottom: 12px;
  color: #fff;
}

.info-card p,
.service-card p,
.step-card p {
  color: var(--muted);
  font-size: 16px;
}

/* Problems */
.problems-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.problem-box {
  padding: 24px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  box-shadow: var(--shadow);
}

.center-action {
  text-align: center;
}

/* Gallery */
.gallery-section {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.04));
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.gallery-card {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: var(--shadow);
  transition: 0.3s ease;
}

.gallery-card img {
  height: 280px;
  object-fit: cover;
}

/* Steps */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.step-number {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--blue-btn), var(--blue-btn-dark));
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  box-shadow: 0 10px 25px rgba(31, 111, 235, 0.35);
}

/* Final CTA */
.final-cta {
  padding: 90px 0 110px;
}

.cta-box {
  max-width: 950px;
  margin: 0 auto;
  padding: 50px 30px;
  background: linear-gradient(135deg, rgba(255,159,28,0.14), rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.cta-box h2 {
  font-size: 42px;
  margin-bottom: 14px;
  line-height: 1.4;

  /* 🔥 الحل الأساسي */
  color: #ffffff;

  /* يخلي النص يطلع فوق أي خلفية */
  text-shadow: 0 6px 25px rgba(0,0,0,0.7);

  /* زيادة وضوح */
  letter-spacing: 0.5px;
}
}

.cta-box p {
  max-width: 760px;
  margin: 0 auto 28px;
  color: var(--text);
  font-size: 19px;
}

/* Floating */
.floating-buttons {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.floating-btn {
  min-width: 140px;
  padding: 14px 18px;
  color: #fff;
  font-size: 16px;
  box-shadow: var(--shadow);
}

.floating-btn.whatsapp {
  background: linear-gradient(135deg, var(--green), var(--green-dark));
}

.floating-btn.call {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
}

/* Pulse Effect */
.pulse-btn {
  animation: pulseGlow 1.8s infinite;
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 159, 28, 0.55);
  }
  50% {
    box-shadow: 0 0 0 18px rgba(255, 159, 28, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 159, 28, 0);
  }
}

/* Responsive */
@media (max-width: 1100px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cards-grid.three-cols,
  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-box h1 {
    font-size: 46px;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 70px 0;
  }

  .hero {
    min-height: auto;
    padding: 90px 0 70px;
  }

  .hero-box {
    padding: 38px 20px;
  }

  .hero-box h1 {
    font-size: 34px;
  }

  .hero-desc {
    font-size: 18px;
  }

  .section-heading h2,
  .cta-box h2 {
    font-size: 30px;
  }

  .cards-grid,
  .cards-grid.three-cols,
  .problems-grid,
  .gallery-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .main-btn {
    width: 100%;
    min-width: auto;
  }

  .hero-actions {
    flex-direction: column;
  }

  .floating-buttons {
    left: 14px;
    bottom: 14px;
  }

  .floating-btn {
    min-width: 120px;
    font-size: 15px;
    padding: 12px 14px;
  }
}/* End custom CSS */