.elementor-8434 .elementor-element.elementor-element-50a89a1{--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-8434 .elementor-element.elementor-element-830667e{--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;}/* Start custom CSS for html, class: .elementor-element-3bc11db */.streetlight-hero{
  position:relative;
  padding:120px 8%;
  background:linear-gradient(135deg,#050a2f,#071d3f);
  overflow:hidden;
}

.service-hero-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top left,
      rgba(109,190,69,0.15),
      transparent 60%);
}

.service-hero-container{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:80px;
  align-items:center;
  color:white;
}

/* TEXT */
.service-tag{
  color:#6DBE45;
  font-weight:700;
  display:inline-block;
  margin-bottom:15px;
}

.service-hero-text h1{
  font-size:52px;
  line-height:1.2;
  margin-bottom:25px;
}

.service-hero-text h1 span{
  color:#FDB813;
  text-shadow:0 0 30px rgba(253,184,19,0.7);
}

.service-hero-text p{
  font-size:18px;
  line-height:1.8;
  color:#e0e6ff;
  max-width:540px;
}

/* BUTTONS */
.service-hero-buttons{
  margin-top:35px;
  display:flex;
  gap:25px;
  flex-wrap:wrap;
}

.service-btn-primary{
  background:linear-gradient(135deg,#FDB813,#FFA000);
  padding:16px 38px;
  border-radius:50px;
  color:#1F3C88;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 18px 45px rgba(253,184,19,0.7);
  transition:0.4s;
}

.service-btn-primary:hover{
  transform:translateY(-4px);
}

.service-btn-outline{
  border:2px solid #6DBE45;
  padding:16px 38px;
  border-radius:50px;
  color:#6DBE45;
  font-weight:700;
  text-decoration:none;
  transition:0.4s;
}

.service-btn-outline:hover{
  background:#6DBE45;
  color:white;
}

/* IMAGE */
.service-hero-image img{
  width:100%;
  border-radius:30px;
  box-shadow:0 40px 100px rgba(0,0,0,0.6);
}

/* MOBILE */
@media(max-width:900px){
  .service-hero-container{
    grid-template-columns:1fr;
    text-align:center;
    gap:50px;
  }

  .service-hero-text h1{
    font-size:34px;
  }

  .service-hero-text p{
    max-width:100%;
  }

  .service-hero-buttons{
    justify-content:center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4fa14be */.streetlight-overview{
  background:#f7fbff;
  padding:110px 8%;
}

.streetlight-overview-container{
  max-width:1200px;
  margin:auto;
}

/* Head */
.streetlight-overview-head{
  text-align:center;
  margin-bottom:70px;
}

.streetlight-overview-head span{
  color:#6DBE45;
  font-weight:700;
}

.streetlight-overview-head h2{
  font-size:42px;
  color:#1F3C88;
  margin:15px 0;
}

.streetlight-overview-head p{
  color:#5b6b82;
  font-size:18px;
  max-width:720px;
  margin:auto;
}

/* Grid */
.streetlight-overview-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:35px;
}

/* Card */
.streetlight-card{
  background:white;
  padding:40px 30px;
  border-radius:26px;
  text-align:center;
  box-shadow:0 25px 60px rgba(0,0,0,0.08);
  transition:0.4s;
}

.streetlight-card:hover{
  transform:translateY(-12px);
  box-shadow:0 45px 100px rgba(0,0,0,0.15);
}

.streetlight-card .icon{
  font-size:42px;
  margin-bottom:20px;
}

.streetlight-card h4{
  color:#1F3C88;
  font-size:20px;
  margin-bottom:15px;
}

.streetlight-card p{
  color:#5b6b82;
  font-size:16px;
  line-height:1.7;
}

/* Tablet */
@media(max-width:1000px){
  .streetlight-overview-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

/* Mobile */
@media(max-width:600px){
  .streetlight-overview-grid{
    grid-template-columns:1fr;
  }

  .streetlight-overview-head h2{
    font-size:30px;
  }
}/* End custom CSS */