.elementor-580 .elementor-element.elementor-element-ea21a15{--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-580 .elementor-element.elementor-element-d5ff6e8{width:100%;max-width:100%;top:0px;}body:not(.rtl) .elementor-580 .elementor-element.elementor-element-d5ff6e8{left:0px;}body.rtl .elementor-580 .elementor-element.elementor-element-d5ff6e8{right:0px;}.elementor-580 .elementor-element.elementor-element-b1b826b{--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-580 .elementor-element.elementor-element-7ccc271{margin:195px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-580 .elementor-element.elementor-element-239d547{--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-580 .elementor-element.elementor-element-80ad4d4{width:100%;max-width:100%;top:0px;}body:not(.rtl) .elementor-580 .elementor-element.elementor-element-80ad4d4{left:0px;}body.rtl .elementor-580 .elementor-element.elementor-element-80ad4d4{right:0px;}/* Start custom CSS for html, class: .elementor-element-d5ff6e8 */.spge-main-header,
.spge-main-header *{
  box-sizing:border-box;
}

.spge-main-header{
  width:100%;
  font-family:Arial, sans-serif;
  position:relative;
  z-index:9999;
  background:#fff;
}

/* TOP BAR */
.spge-top-bar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:15px;
  padding:10px 24px;
  background:linear-gradient(90deg,#ff6900,#ff7f1f);
  color:#fff;
  flex-wrap:wrap;
}

.spge-top-left{
  font-size:14px;
  font-weight:700;
  line-height:1.4;
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}

.spge-divider{
  opacity:0.8;
}

.spge-top-right{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
}

.spge-contact-text{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:600;
  white-space:nowrap;
  transition:0.3s ease;
}

.spge-contact-text:hover{
  opacity:0.85;
}

.spge-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.spge-icon svg{
  width:14px;
  height:14px;
}

.spge-btn{
  display:inline-block;
  text-decoration:none;
  padding:8px 14px;
  border-radius:8px;
  font-size:13px;
  font-weight:700;
  transition:0.3s ease;
  white-space:nowrap;
}

.spge-phone-btn,
.spge-email-btn{
  background:#fff;
  color:#ff6900;
}

.spge-phone-btn:hover,
.spge-email-btn:hover{
  background:#f5f5f5;
}

.spge-whatsapp-btn{
  background:#25D366;
  color:#fff;
}

.spge-whatsapp-btn:hover{
  background:#1fb85a;
}

/* NAVBAR */
.spge-navbar{
  display:grid;
  grid-template-columns:auto 1fr auto auto;
  align-items:center;
  gap:24px;
  padding:16px 26px;
  background:#fff;
  box-shadow:0 6px 22px rgba(0,0,0,0.07);
  border-bottom:1px solid #f2f2f2;
}

.spge-logo img{
  height:86px;
  width:auto;
  display:block;
}

.spge-center-content{
  text-align:center;
  min-width:0;
}

.spge-tagline{
  font-size:13px;
  font-weight:700;
  color:#333;
  letter-spacing:0.3px;
  line-height:1.5;
  margin-bottom:10px;
}

.spge-center-actions{
  display:flex;
  justify-content:center;
  align-items:center;
}

.spge-quote-btn{
  display:inline-block;
  text-decoration:none;
  background:linear-gradient(90deg,#ff6900,#ff8a2b);
  color:#fff;
  padding:10px 20px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  box-shadow:0 8px 20px rgba(255,105,0,0.25);
  transition:0.3s ease;
}

.spge-quote-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(255,105,0,0.32);
}

/* TOGGLE */
#spge-menu-toggle{
  display:none;
}

.spge-menu-toggle-btn{
  display:none;
  width:34px;
  flex-direction:column;
  gap:6px;
  cursor:pointer;
}

.spge-menu-toggle-btn span{
  display:block;
  width:100%;
  height:3px;
  background:#222;
  border-radius:10px;
}

/* MENU */
.spge-menu{
  display:flex;
  align-items:center;
  gap:18px;
}

.spge-menu > a,
.spge-dropdown > a{
  position:relative;
  text-decoration:none;
  color:#222;
  font-size:14px;
  font-weight:700;
  white-space:nowrap;
  padding:14px 0;
  transition:0.3s ease;
  display:block;
}

.spge-menu > a::after,
.spge-dropdown > a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:8px;
  width:0;
  height:2px;
  background:#ff6900;
  transition:0.3s ease;
}

.spge-menu > a:hover,
.spge-dropdown > a:hover{
  color:#ff6900;
}

.spge-menu > a:hover::after,
.spge-dropdown > a:hover::after{
  width:100%;
}

/* CONTACT BUTTON */
.spge-contact-nav{
  background:#ff6900;
  color:#fff !important;
  padding:10px 18px !important;
  border-radius:30px;
  box-shadow:0 8px 18px rgba(255,105,0,0.20);
}

.spge-contact-nav::after{
  display:none;
}

.spge-contact-nav:hover{
  background:#e85f00;
  color:#fff !important;
  transform:translateY(-1px);
}

/* DROPDOWN */
.spge-dropdown{
  position:relative;
}

.spge-dropdown-menu{
  display:none;
  position:absolute;
  top:100%;
  left:0;
  min-width:290px;
  background:#fff;
  border-radius:12px;
  box-shadow:0 16px 35px rgba(0,0,0,0.12);
  border:1px solid #f1f1f1;
  padding:8px 0;
  z-index:99999;
  overflow:hidden;
}

.spge-dropdown-menu a{
  display:block;
  text-decoration:none;
  color:#333;
  font-size:14px;
  font-weight:500;
  padding:12px 18px;
  transition:0.3s ease;
  white-space:nowrap;
}

.spge-dropdown-menu a:hover{
  background:#fff4eb;
  color:#ff6900;
  padding-left:24px;
}

.spge-dropdown:hover .spge-dropdown-menu{
  display:block;
}

/* TICKER */
.spge-ticker{
  width:100%;
  overflow:hidden;
  background:#111;
  color:#fff;
  padding:10px 0;
}

.spge-ticker-track{
  display:flex;
  align-items:center;
  gap:40px;
  width:max-content;
  animation:spgeTickerMove 26s linear infinite;
}

.spge-ticker-track span{
  font-size:14px;
  font-weight:500;
  white-space:nowrap;
}

@keyframes spgeTickerMove{
  0%{transform:translateX(0);}
  100%{transform:translateX(-50%);}
}

/* LARGE TABLET */
@media (max-width:1200px){
  .spge-navbar{
    grid-template-columns:auto 1fr;
    gap:18px;
  }

  .spge-menu-toggle-btn{
    display:flex;
    justify-self:end;
  }

  .spge-menu{
    grid-column:1 / -1;
    width:100%;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    padding-top:10px;
    border-top:1px solid #eee;
  }

  #spge-menu-toggle:checked ~ .spge-menu{
    display:flex;
  }

  .spge-menu > a,
  .spge-dropdown{
    width:100%;
  }

  .spge-menu > a,
  .spge-dropdown > a{
    width:100%;
    padding:12px 0;
    border-bottom:1px solid #f3f3f3;
  }

  .spge-dropdown-menu{
    position:static;
    min-width:100%;
    box-shadow:none;
    border:0;
    border-radius:0;
    padding:0 0 8px 14px;
    display:none;
  }

  .spge-dropdown:hover .spge-dropdown-menu{
    display:block;
  }
}

/* TABLET */
@media (max-width:991px){
  .spge-top-bar{
    padding:10px 16px;
    flex-direction:column;
    align-items:flex-start;
  }

  .spge-top-right{
    justify-content:flex-start;
  }

  .spge-navbar{
    padding:14px 16px;
    grid-template-columns:auto 1fr auto;
    align-items:center;
  }

  .spge-logo img{
    height:68px;
  }

  .spge-center-content{
    text-align:left;
  }

  .spge-tagline{
    font-size:12px;
    margin-bottom:8px;
  }

  .spge-quote-btn{
    padding:9px 16px;
    font-size:12px;
  }
}

/* MOBILE */
@media (max-width:767px){
  .spge-top-left{
    font-size:12px;
  }

  .spge-contact-text{
    font-size:12px;
  }

  .spge-btn{
    padding:7px 12px;
    font-size:12px;
  }

  .spge-navbar{
    grid-template-columns:auto auto;
    gap:14px;
  }

  .spge-center-content{
    grid-column:1 / -1;
    order:3;
    text-align:center;
  }

  .spge-menu-toggle-btn{
    justify-self:end;
  }

  .spge-logo img{
    height:56px;
  }

  .spge-tagline{
    font-size:12px;
    line-height:1.5;
  }

  .spge-ticker-track span{
    font-size:13px;
  }
}

/* SMALL MOBILE */
@media (max-width:480px){
  .spge-top-bar{
    padding:10px 12px;
  }

  .spge-navbar{
    padding:12px;
  }

  .spge-logo img{
    height:48px;
  }

  .spge-tagline{
    font-size:11px;
  }

  .spge-quote-btn{
    width:100%;
    text-align:center;
  }

  .spge-top-right{
    gap:8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7ccc271 */.epc-pro-page{
  font-family:Arial;
  background:#f6fff9;
}

/* HERO */
.epc-pro-hero{
  background:linear-gradient(135deg,#006b3f,#ff6900);
  color:#fff;
  text-align:center;
  padding:80px 20px;
}

.epc-pro-hero h1{
  font-size:45px;
}

.epc-pro-hero p{
  max-width:700px;
  margin:auto;
}

.epc-pro-btns a{
  display:inline-block;
  margin:10px;
  padding:12px 25px;
  border-radius:50px;
  text-decoration:none;
  background:#fff;
  color:#006b3f;
  font-weight:bold;
}

/* CONTAINER */
.epc-pro-container{
  max-width:1200px;
  margin:auto;
  padding:40px 20px;
}

.epc-section{
  margin-bottom:40px;
}

.epc-section h2{
  color:#006b3f;
  font-size:30px;
}

/* GRID */
.epc-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.epc-box{
  background:#fff;
  padding:20px;
  border-radius:10px;
  box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

/* LIST */
.epc-list li{
  margin:8px 0;
}

/* PROCESS */
.epc-process div{
  background:#eafff3;
  padding:12px;
  margin:8px 0;
  border-radius:8px;
}

/* FAQ */
.epc-faq p{
  margin-bottom:15px;
}

/* PRICE */
.epc-price{
  text-align:center;
}

.epc-price a{
  background:#ff6900;
  color:#fff;
  padding:10px 20px;
  border-radius:30px;
  text-decoration:none;
}

/* CTA */
.epc-final{
  background:#006b3f;
  color:#fff;
  text-align:center;
  padding:50px 20px;
}

/* MOBILE */
@media(max-width:768px){
  .epc-grid{
    grid-template-columns:1fr;
  }

  .epc-pro-hero h1{
    font-size:28px;
  }
}/* End custom CSS */