.elementor-4497 .elementor-element.elementor-element-9dcfd1b{--display:flex;--overlay-opacity:0.5;--padding-top:0px;--padding-bottom:189px;--padding-left:0px;--padding-right:0px;}.elementor-4497 .elementor-element.elementor-element-9dcfd1b:not(.elementor-motion-effects-element-type-background), .elementor-4497 .elementor-element.elementor-element-9dcfd1b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://moranengineering.dulegend.com/wp-content/uploads/2025/08/360_F_265323269_QoipYNMdd97ZbQJGlSN5TLBXxRUoe0ju.jpg");}.elementor-4497 .elementor-element.elementor-element-9dcfd1b::before, .elementor-4497 .elementor-element.elementor-element-9dcfd1b > .elementor-background-video-container::before, .elementor-4497 .elementor-element.elementor-element-9dcfd1b > .e-con-inner > .elementor-background-video-container::before, .elementor-4497 .elementor-element.elementor-element-9dcfd1b > .elementor-background-slideshow::before, .elementor-4497 .elementor-element.elementor-element-9dcfd1b > .e-con-inner > .elementor-background-slideshow::before, .elementor-4497 .elementor-element.elementor-element-9dcfd1b > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-secondary );--background-overlay:'';}.elementor-4497 .elementor-element.elementor-element-3f981ba{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-553f762 *//* ============================
   NEA PNG Electrical License Contractor Page
   Corporate Styling
   ============================ */

.nea-license-page {
  font-family: 'Poppins', sans-serif;
  color: #0A2F5C;
  line-height: 1.7;
}

/* Hero Section */
.nea-hero {
  text-align: center;
  padding: 90px 20px;
  background: linear-gradient(135deg, #0A2F5C, #1E4A89);
  color: #fff;
  border-radius: 14px;
  margin-bottom: 60px;
}
.nea-hero h1 {
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: 18px;
}
.nea-hero p {
  font-size: 1.15rem;
  max-width: 850px;
  margin: auto;
  font-weight: 300;
}

/* Accreditation Section */
.nea-accreditation {
  padding: 60px 25px;
  background: #f4f7fb;
  border-radius: 12px;
  margin-bottom: 60px;
}
.nea-accreditation h2 {
  font-size: 2rem;
  margin-bottom: 25px;
  color: #0A2F5C;
  text-align: center;
}
.nea-accreditation p {
  font-size: 1rem;
  margin-bottom: 25px;
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.nea-accreditation ul {
  list-style: none;
  padding: 0;
  max-width: 700px;
  margin: auto;
}
.nea-accreditation li {
  font-size: 1rem;
  margin: 10px 0;
  padding-left: 18px;
  border-left: 3px solid #1E4A89;
}

/* Services Section */
.nea-services {
  padding: 70px 25px;
  text-align: center;
}
.nea-services h2 {
  font-size: 2rem;
  margin-bottom: 50px;
  color: #0A2F5C;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}
.service-card {
  background: #fff;
  padding: 28px;
  border-radius: 12px;
  border: 1px solid #e5e9f0;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  text-align: left;
}
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.12);
}
.service-card h3 {
  font-size: 1.35rem;
  margin-bottom: 15px;
  color: #0A2F5C;
  font-weight: 600;
}
.service-card p {
  font-size: 0.97rem;
  color: #333;
}

/* Call to Action */
.nea-cta {
  text-align: center;
  padding: 80px 20px;
  background: #0A2F5C;
  color: #fff;
  border-radius: 12px;
  margin-top: 70px;
}
.nea-cta h2 {
  font-size: 2.1rem;
  margin-bottom: 18px;
  font-weight: 600;
}
.nea-cta p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}
.nea-btn {
  display: inline-block;
  background: #FFD700;
  color: #0A2F5C;
  padding: 14px 35px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.nea-btn:hover {
  background: #FFC107;
  color: #fff;
}/* End custom CSS */