.elementor-1647 .elementor-element.elementor-element-2940d86{--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;--overlay-opacity:0.5;--padding-top:160px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1647 .elementor-element.elementor-element-2940d86:not(.elementor-motion-effects-element-type-background), .elementor-1647 .elementor-element.elementor-element-2940d86 > .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-1647 .elementor-element.elementor-element-2940d86::before, .elementor-1647 .elementor-element.elementor-element-2940d86 > .elementor-background-video-container::before, .elementor-1647 .elementor-element.elementor-element-2940d86 > .e-con-inner > .elementor-background-video-container::before, .elementor-1647 .elementor-element.elementor-element-2940d86 > .elementor-background-slideshow::before, .elementor-1647 .elementor-element.elementor-element-2940d86 > .e-con-inner > .elementor-background-slideshow::before, .elementor-1647 .elementor-element.elementor-element-2940d86 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-secondary );--background-overlay:'';}.elementor-1647 .elementor-element.elementor-element-deabcec{--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 shortcode, class: .elementor-element-a266f85 *//* Service Section */
.service-section {
  font-family: 'Segoe UI', Tahoma, sans-serif;
  color: #222;
  margin-bottom: 60px;
}

.service-hero {
  position: relative;
  height: 400px;
  overflow: hidden;
  border-radius: 12px;
}

.service-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(70%);
}

.service-hero .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.service-hero h1 {
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.service-hero p {
  font-size: 18px;
  font-weight: 300;
}

.service-content {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.service-content h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #004aad;
}

.service-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 30px auto;
  max-width: 700px;
  text-align: left;
}

.service-list li {
  font-size: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}

.service-list i {
  color: #ffb400;
  margin-right: 10px;
}

.cta-button {
  margin-top: 25px;
}

.btn-contact {
  display: inline-block;
  background: #004aad;
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-contact:hover {
  background: #00327a;
}/* End custom CSS */