.elementor-594 .elementor-element.elementor-element-dff41c7{--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-594 .elementor-element.elementor-element-37383f2{width:100%;max-width:100%;top:0px;}body:not(.rtl) .elementor-594 .elementor-element.elementor-element-37383f2{left:0px;}body.rtl .elementor-594 .elementor-element.elementor-element-37383f2{right:0px;}.elementor-594 .elementor-element.elementor-element-510fba0{--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-594 .elementor-element.elementor-element-982d22d{margin:153px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-594 .elementor-element.elementor-element-754915f{--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-594 .elementor-element.elementor-element-e1dff59{width:100%;max-width:100%;top:0px;}body:not(.rtl) .elementor-594 .elementor-element.elementor-element-e1dff59{left:0px;}body.rtl .elementor-594 .elementor-element.elementor-element-e1dff59{right:0px;}@media(max-width:767px){.elementor-594 .elementor-element.elementor-element-982d22d{margin:213px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-37383f2 */.spge-main-header,
.spge-main-header *{
  box-sizing:border-box;
}

.spge-main-header{
  width:100%;
  font-family:Arial, sans-serif;
  background:#fff;
  position:relative;
  z-index:9999;
}

.spge-top-bar{
  width:100%;
  background:linear-gradient(90deg,#ff6900,#ff8a26);
  color:#fff;
  padding:9px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
}

.spge-top-left{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  font-size:14px;
  line-height:1.4;
}

.spge-top-right{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

.spge-top-right a{
  color:#fff !important;
  text-decoration:none;
  font-size:13px;
  font-weight:600;
  white-space:nowrap;
}

.spge-navbar{
  width:100%;
  background:#fff;
  padding:13px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  box-shadow:0 6px 22px rgba(0,0,0,0.08);
  position:relative;
}

.spge-logo{
  display:flex;
  align-items:center;
  flex-shrink:0;
}

.spge-logo a{
  display:flex;
  align-items:center;
  text-decoration:none;
}

.spge-logo img{
  height:82px !important;
  width:auto !important;
  max-width:190px !important;
  object-fit:contain !important;
  display:block !important;
}

.spge-menu{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:18px;
}

.spge-menu a,
.spge-dropdown > a{
  text-decoration:none;
  color:#222 !important;
  font-size:14px;
  font-weight:700;
  padding:12px 0;
  white-space:nowrap;
  position:relative;
  transition:0.3s ease;
}

.spge-menu a:hover,
.spge-dropdown > a:hover{
  color:#ff6900 !important;
}

.spge-menu a::after,
.spge-dropdown > a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:5px;
  width:0;
  height:2px;
  background:#ff6900;
  transition:0.3s ease;
}

.spge-menu a:hover::after,
.spge-dropdown > a:hover::after{
  width:100%;
}

.spge-contact-btn{
  background:#ff6900 !important;
  color:#fff !important;
  padding:10px 18px !important;
  border-radius:30px;
  box-shadow:0 8px 18px rgba(255,105,0,0.25);
}

.spge-contact-btn::after{
  display:none;
}

.spge-contact-btn:hover{
  background:#e85f00 !important;
  color:#fff !important;
}

.spge-dropdown{
  position:relative;
}

.spge-dropdown-menu{
  display:none;
  position:absolute;
  top:100%;
  left:0;
  background:#fff;
  min-width:285px;
  border-radius:14px;
  box-shadow:0 16px 35px rgba(0,0,0,0.15);
  border:1px solid #eee;
  padding:8px 0;
  z-index:99999;
  overflow:hidden;
}

.spge-dropdown-menu a{
  display:block;
  padding:12px 18px;
  color:#333 !important;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  white-space:nowrap;
}

.spge-dropdown-menu a::after{
  display:none;
}

.spge-dropdown-menu a:hover{
  background:#fff4eb;
  color:#ff6900 !important;
  padding-left:24px;
}

.spge-dropdown:hover .spge-dropdown-menu{
  display:block;
}

#spge-menu-toggle{
  display:none;
}

.spge-menu-icon{
  display:none;
  width:36px;
  height:30px;
  cursor:pointer;
  flex-direction:column;
  justify-content:center;
  gap:6px;
}

.spge-menu-icon span{
  display:block;
  width:100%;
  height:3px;
  background:#ff6900;
  border-radius:20px;
}

.spge-ticker{
  width:100%;
  background:#111;
  color:#fff;
  overflow:hidden;
  padding:10px 0;
}

.spge-ticker-track{
  display:flex;
  align-items:center;
  gap:42px;
  width:max-content;
  animation:spgeTicker 26s linear infinite;
}

.spge-ticker-track span{
  font-size:14px;
  font-weight:600;
  white-space:nowrap;
}

@keyframes spgeTicker{
  0%{transform:translateX(0);}
  100%{transform:translateX(-50%);}
}

@media(max-width:1100px){

  .spge-navbar{
    flex-wrap:wrap;
  }

  .spge-menu-icon{
    display:flex;
    margin-left:auto;
  }

  .spge-menu{
    display:none;
    width:100%;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    padding:12px 0 0;
    border-top:1px solid #eee;
  }

  #spge-menu-toggle:checked ~ .spge-menu{
    display:flex;
  }

  .spge-menu a,
  .spge-dropdown,
  .spge-dropdown > a{
    width:100%;
  }

  .spge-menu a,
  .spge-dropdown > a{
    padding:13px 0;
    border-bottom:1px solid #f1f1f1;
  }

  .spge-dropdown-menu{
    position:static;
    min-width:100%;
    box-shadow:none;
    border:none;
    border-radius:0;
    padding:0 0 8px 15px;
    background:#fff8f2;
  }

  .spge-dropdown:hover .spge-dropdown-menu{
    display:block;
  }
}

@media(max-width:767px){

  .spge-top-bar{
    padding:9px 12px;
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }

  .spge-top-left{
    font-size:12px;
  }

  .spge-top-right{
    gap:8px;
  }

  .spge-top-right a{
    font-size:12px;
  }

  .spge-navbar{
    padding:12px;
    gap:12px;
  }

  .spge-logo img{
    height:58px !important;
    max-width:135px !important;
  }

  .spge-menu-icon{
    width:32px;
  }

  .spge-menu a,
  .spge-dropdown > a{
    font-size:14px;
  }

  .spge-contact-btn{
    text-align:center;
    margin-top:8px;
  }

  .spge-ticker-track span{
    font-size:13px;
  }
}

@media(max-width:480px){

  .spge-logo img{
    height:50px !important;
    max-width:120px !important;
  }

  .spge-navbar{
    padding:10px 12px;
  }

  .spge-top-right{
    flex-direction:column;
    align-items:flex-start;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-982d22d */.sp-elec-page,
.sp-elec-page *{
  box-sizing:border-box;
}

.sp-elec-page{
  font-family:Arial;
}

/* HERO */
.sp-elec-hero{
  min-height:550px;
  background:
  linear-gradient(rgba(0,40,30,0.75),rgba(0,20,10,0.85)),
  url("https://images.unsplash.com/photo-1581092919535-7146ff1d07b4");
  background-size:cover;
  display:flex;
  align-items:center;
  padding:80px 20px;
}

.sp-elec-hero-content{
  max-width:1100px;
  margin:auto;
  color:#fff;
}

.sp-elec-hero h1{
  font-size:52px;
  margin:15px 0;
}

.sp-elec-hero p{
  max-width:700px;
  line-height:1.7;
}

.sp-elec-buttons{
  margin-top:20px;
  display:flex;
  gap:15px;
  flex-wrap:wrap;
}

.sp-elec-buttons a{
  padding:12px 24px;
  border-radius:50px;
  background:#ff6900;
  color:#fff;
  text-decoration:none;
  border:2px solid #ff6900;
}

.sp-elec-buttons .outline{
  background:transparent;
  border-color:#fff;
}

/* SECTION */
.sp-elec-section{
  padding:70px 20px;
}

.sp-elec-container{
  max-width:1100px;
  margin:auto;
}

.sp-elec-two{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:30px;
}

.sp-elec-card{
  background:#fff;
  padding:25px;
  border-radius:15px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.sp-elec-light{
  background:#f4fbf7;
}

/* GRID */
.sp-elec-grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.sp-elec-grid-4{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.sp-elec-box,
.sp-elec-step{
  background:#fff;
  padding:25px;
  border-radius:15px;
  box-shadow:0 8px 25px rgba(0,0,0,0.06);
}

.sp-elec-icon{
  font-size:28px;
  margin-bottom:10px;
}

/* DARK */
.sp-elec-dark{
  background:#0b6b3a;
  color:#fff;
}

.sp-elec-dark-card{
  background:rgba(255,255,255,0.1);
  padding:25px;
  border-radius:15px;
}

/* CTA */
.sp-elec-cta{
  background:linear-gradient(135deg,#ff6900,#0b6b3a);
  color:#fff;
  text-align:center;
  padding:70px 20px;
}

/* MOBILE */
@media(max-width:768px){
  .sp-elec-two{
    grid-template-columns:1fr;
  }
  .sp-elec-grid-3,
  .sp-elec-grid-4{
    grid-template-columns:1fr;
  }
  .sp-elec-hero h1{
    font-size:30px;
  }
}/* End custom CSS */