.elementor-614 .elementor-element.elementor-element-5672547{--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;--margin-top:53px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-614 .elementor-element.elementor-element-a417efd{width:100%;max-width:100%;margin:-53px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-614 .elementor-element.elementor-element-44c2f3c{--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-614 .elementor-element.elementor-element-930ad6f{margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-614 .elementor-element.elementor-element-a417efd{width:100%;max-width:100%;}}@media(max-width:767px){.elementor-614 .elementor-element.elementor-element-930ad6f{width:100%;max-width:100%;margin:-46px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-a417efd */.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-930ad6f *//* FULL WIDTH FIX */
.sp-hero{
  width:100vw;
  margin-left:calc(-50vw + 50%);
  height:100vh;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:Arial, sans-serif;
}

/* VIDEO */
.sp-video{
  position:absolute;
  width:100%;
  height:100%;
  object-fit:cover;
  top:0;
  left:0;
  z-index:1;
}

/* DARK OVERLAY */
.sp-hero::after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.55);
  z-index:2;
}

/* CONTENT */
.sp-overlay{
  position:relative;
  z-index:3;
  text-align:center;
  color:#fff;
  max-width:900px;
  padding:20px;
}

/* SMALL TEXT */
.sp-small{
  color:#ff8c2a;
  font-weight:700;
  margin-bottom:10px;
}

/* TITLE */
.sp-title{
  font-size:50px;
  font-weight:900;
  margin:10px 0;
  line-height:1.2;
}

/* DESCRIPTION */
.sp-desc{
  font-size:18px;
  margin-bottom:25px;
  color:#eee;
}

/* BUTTONS */
.sp-btns{
  display:flex;
  justify-content:center;
  gap:15px;
  flex-wrap:wrap;
}

/* BUTTON COMMON */
.sp-btn{
  padding:14px 28px;
  border-radius:40px;
  font-weight:800;
  text-decoration:none;
  font-size:15px;
}

/* CONTACT */
.sp-contact{
  background:#ff6a00;
  color:#fff;
}

/* WHATSAPP */
.sp-whatsapp{
  background:#1fae4b;
  color:#fff;
}

/* TAGS */
.sp-tags{
  margin-top:20px;
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}

.sp-tags span{
  padding:8px 14px;
  border-radius:20px;
  background:rgba(255,255,255,0.2);
  border:1px solid rgba(255,255,255,0.4);
  font-size:13px;
}

/* MOBILE */
@media(max-width:768px){

  .sp-title{
    font-size:28px;
  }

  .sp-desc{
    font-size:14px;
  }

  .sp-btn{
    width:100%;
    max-width:230px;
  }

}/* End custom CSS */