.elementor-181 .elementor-element.elementor-element-5202cc4{--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-181 .elementor-element.elementor-element-2dc7b5d{--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-181 .elementor-element.elementor-element-ba31b58{--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-181 .elementor-element.elementor-element-052b464{--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-181 .elementor-element.elementor-element-c381b5a{--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-da1b491 */.streetlight-hero {
  position: relative;
  height: 80vh;
  min-height: 550px;
  background: url('SOLAR-STREET-LIGHT.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

.streetlight-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(5,15,25,0.88),
    rgba(10,25,40,0.75)
  );
}

.streetlight-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 20px;
  color: #ffffff;
}

.streetlight-tag {
  display: inline-block;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 30px;
  background: rgba(123,192,67,0.15);
  color: #7bc043;
  margin-bottom: 18px;
}

.streetlight-content h1 {
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
.streetlight-content h1  {
  color:#ffffff;
}

.streetlight-content h1 span {
  color: #7bc043;
}

.streetlight-content p {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,0.9);
  margin-bottom: 40px;
}

/* Buttons */
.streetlight-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.streetlight-btn {
  padding: 14px 34px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.4s ease;
}

.primary-btn {
  background: linear-gradient(45deg, #f5b400, #7bc043);
  color: #000;
}

.primary-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}

.secondary-btn {
  border: 2px solid #7bc043;
  color: #ffffff;
}

.secondary-btn:hover {
  background: #7bc043;
  color: #000;
  transform: translateY(-5px);
}

/* Responsive */
@media (max-width: 768px) {

  .streetlight-content h1 {
    font-size: 34px;
  }

  .streetlight-content p {
    font-size: 16px;
  }

  .streetlight-hero {
    height: 70vh;
  }

  .streetlight-buttons {
    flex-direction: column;
  }

  .streetlight-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-baa78e4 */.streetlight-about {
  padding: 110px 0;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.streetlight-about-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 70px;
}

/* IMAGE */
.streetlight-about-image {
  flex: 1;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.1);
}

.streetlight-about-image img {
  width: 100%;
  display: block;
  transition: transform 0.7s ease;
}

.streetlight-about-image:hover img {
  transform: scale(1.07);
}

/* CONTENT */
.streetlight-about-content {
  flex: 1;
}

.streetlight-section-tag {
  display: inline-block;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 30px;
  background: rgba(123,192,67,0.15);
  color: #7bc043;
  margin-bottom: 15px;
}

.streetlight-about-content h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0b1c2d;
  margin-bottom: 20px;
}

.streetlight-about-content h2 span {
  color: #7bc043;
}

.streetlight-about-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 18px;
}

.streetlight-benefits {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.streetlight-benefits li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #333;
  transition: 0.3s;
}

.streetlight-benefits li:hover {
  color: #7bc043;
  padding-left: 6px;
}

/* BUTTON */
.streetlight-about-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  border-radius: 40px;
  background: linear-gradient(45deg, #f5b400, #7bc043);
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: 0.4s;
}

.streetlight-about-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 900px) {

  .streetlight-about-wrapper {
    flex-direction: column;
    gap: 50px;
  }

  .streetlight-about-content h2 {
    font-size: 28px;
  }

  .streetlight-about {
    padding: 80px 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1a9cd99 */.streetlight-features {
  padding: 110px 0;
  background: linear-gradient(135deg, #081523, #0b1c2d);
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
}

.streetlight-features-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* Heading */
.streetlight-features-heading {
  text-align: center;
  margin-bottom: 70px;
}

.feature-tag {
  display: inline-block;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 30px;
  background: rgba(123,192,67,0.15);
  color: #7bc043;
  margin-bottom: 15px;
}

.streetlight-features-heading h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
.streetlight-features-heading h2  {
  color: #ffffffff;
}
.streetlight-features-heading h2 span {
  color: #7bc043;
}

.streetlight-features-heading p {
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  max-width: 650px;
  margin: auto;
}

/* Grid */
.streetlight-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Card */
.feature-card {
  background: rgba(255,255,255,0.06);
  padding: 35px 25px;
  border-radius: 18px;
  text-align: center;
  backdrop-filter: blur(8px);
  transition: 0.4s ease;
}

.feature-card:hover {
  transform: translateY(-10px);
  background: rgba(255,255,255,0.12);
  box-shadow: 0 25px 60px rgba(0,0,0,0.4);
}

.feature-icon {
  font-size: 36px;
  margin-bottom: 18px;
}

.feature-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #ffffff;
}

.feature-card p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
}

/* Responsive */
@media (max-width: 1000px) {
  .streetlight-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .streetlight-features-grid {
    grid-template-columns: 1fr;
  }

  .streetlight-features-heading h2 {
    font-size: 28px;
  }

  .streetlight-features {
    padding: 80px 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d6371dd */.streetlight-benefit-section {
  padding: 110px 0;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.streetlight-benefit-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* Heading */
.streetlight-benefit-heading {
  text-align: center;
  margin-bottom: 70px;
}

.streetlight-benefit-heading .benefit-tag {
  display: inline-block;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 30px;
  background: rgba(123,192,67,0.15);
  color: #7bc043;
  margin-bottom: 15px;
}

.streetlight-benefit-heading h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0b1c2d;
  margin-bottom: 15px;
}

.streetlight-benefit-heading h2 span {
  color: #7bc043;
}

.streetlight-benefit-heading p {
  font-size: 16px;
  color: #555;
  max-width: 650px;
  margin: auto;
}

/* Grid */
.streetlight-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Card */
.streetlight-benefit-card {
  background: #f8fafc;
  padding: 35px 25px;
  border-radius: 18px;
  text-align: center;
  transition: 0.4s ease;
  box-shadow: 0 20px 50px rgba(0,0,0,0.05);
}

.streetlight-benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.12);
}

.benefit-icon {
  font-size: 36px;
  margin-bottom: 18px;
}

.streetlight-benefit-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #0b1c2d;
}

.streetlight-benefit-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}

/* Responsive */
@media (max-width: 1000px) {
  .streetlight-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .streetlight-benefit-grid {
    grid-template-columns: 1fr;
  }

  .streetlight-benefit-heading h2 {
    font-size: 28px;
  }

  .streetlight-benefit-section {
    padding: 80px 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5cb653a */.streetlight-final-cta {
  padding: 120px 0;
  background: linear-gradient(135deg, #081523, #0b1c2d);
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
}

.streetlight-cta-container {
  max-width: 800px;
  margin: auto;
  padding: 0 20px;
}

.streetlight-cta-tag {
  display: inline-block;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 30px;
  background: rgba(123,192,67,0.15);
  color: #7bc043;
  margin-bottom: 20px;
}

.streetlight-final-cta h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 18px;
}
.streetlight-final-cta h2  {
  color: #ffffffff;
}
.streetlight-final-cta h2 span {
  color: #7bc043;
}

.streetlight-final-cta p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,0.85);
  margin-bottom: 40px;
}

/* Buttons */
.streetlight-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.streetlight-cta-btn {
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.4s ease;
}

.primary-btn {
  background: linear-gradient(45deg, #f5b400, #7bc043);
  color: #000;
}

.primary-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}

.secondary-btn {
  border: 2px solid #7bc043;
  color: #ffffff;
}

.secondary-btn:hover {
  background: #7bc043;
  color: #000;
  transform: translateY(-5px);
}

/* Responsive */
@media (max-width: 600px) {

  .streetlight-final-cta {
    padding: 90px 0;
  }

  .streetlight-final-cta h2 {
    font-size: 26px;
  }

  .streetlight-cta-buttons {
    flex-direction: column;
  }

  .streetlight-cta-btn {
    width: 100%;
  }
}/* End custom CSS */