.elementor-588 .elementor-element.elementor-element-8e7af8d{--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-588 .elementor-element.elementor-element-771fc1d{width:100%;max-width:100%;top:0px;}body:not(.rtl) .elementor-588 .elementor-element.elementor-element-771fc1d{left:0px;}body.rtl .elementor-588 .elementor-element.elementor-element-771fc1d{right:0px;}.elementor-588 .elementor-element.elementor-element-1c8c7fa{--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-588 .elementor-element.elementor-element-7a145e3{margin:162px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-588 .elementor-element.elementor-element-7f1b260{--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-588 .elementor-element.elementor-element-4bd3e75{width:100%;max-width:100%;top:0px;}body:not(.rtl) .elementor-588 .elementor-element.elementor-element-4bd3e75{left:0px;}body.rtl .elementor-588 .elementor-element.elementor-element-4bd3e75{right:0px;}@media(max-width:767px){.elementor-588 .elementor-element.elementor-element-7a145e3{margin:216px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-771fc1d */.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-7a145e3 */.sp-pump-page,
.sp-pump-page * {
  box-sizing: border-box;
}

.sp-pump-page {
  width: 100%;
  font-family: Arial, sans-serif;
  color: #1f2933;
  overflow: hidden;
}

.sp-pump-hero {
  width: 100%;
  min-height: 560px;
  background:
    linear-gradient(rgba(0, 55, 35, 0.72), rgba(0, 25, 15, 0.82)),
    url("https://images.unsplash.com/photo-1625246333195-78d9c38ad449?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  display: flex;
  align-items: center;
}

.sp-pump-hero-content {
  max-width: 1150px;
  margin: auto;
  color: #fff;
  width: 100%;
}

.sp-pump-hero-content span,
.sp-pump-tag {
  display: inline-block;
  background: #ff6900;
  color: #fff;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

.sp-pump-hero h1 {
  font-size: 54px;
  line-height: 1.1;
  max-width: 850px;
  margin: 0 0 20px;
}

.sp-pump-hero p {
  max-width: 750px;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.sp-pump-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.sp-pump-buttons a {
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 50px;
  background: #ff6900;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border: 2px solid #ff6900;
  transition: 0.3s ease;
}

.sp-pump-buttons a:hover {
  background: #e85f00;
  transform: translateY(-3px);
}

.sp-pump-buttons .outline {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.sp-pump-buttons .outline:hover {
  background: #fff;
  color: #0b6b3a;
}

.sp-pump-section {
  width: 100%;
  padding: 80px 20px;
}

.sp-pump-container {
  max-width: 1150px;
  margin: auto;
}

.sp-pump-light {
  background: #f4fbf7;
}

.sp-pump-two {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 35px;
  align-items: center;
}

.sp-pump-section h2 {
  font-size: 38px;
  color: #0b6b3a;
  margin: 0 0 18px;
}

.sp-pump-section p {
  font-size: 16px;
  line-height: 1.8;
  color: #4b5563;
}

.sp-pump-card {
  background: #fff;
  padding: 30px;
  border-radius: 22px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  border-left: 6px solid #0b6b3a;
}

.sp-pump-card.orange {
  border-left-color: #ff6900;
}

.sp-pump-card h3 {
  color: #0b6b3a;
  font-size: 24px;
  margin: 0 0 15px;
}

.sp-pump-card ul {
  margin: 0;
  padding-left: 20px;
}

.sp-pump-card li {
  margin-bottom: 12px;
  color: #374151;
  font-size: 16px;
}

.sp-pump-heading {
  max-width: 800px;
  margin: 0 auto 45px;
  text-align: center;
}

.sp-pump-heading h2 {
  margin-bottom: 12px;
}

.sp-pump-heading p {
  margin: 0;
}

.sp-pump-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.sp-pump-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.sp-pump-box,
.sp-pump-benefit {
  background: #fff;
  padding: 28px;
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.07);
  border: 1px solid #e5e7eb;
  transition: 0.3s ease;
}

.sp-pump-box:hover,
.sp-pump-benefit:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.sp-pump-icon {
  width: 58px;
  height: 58px;
  background: #e9fff3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 18px;
}

.sp-pump-box h3,
.sp-pump-benefit h3 {
  font-size: 21px;
  color: #0b6b3a;
  margin: 0 0 12px;
}

.sp-pump-box p,
.sp-pump-benefit p {
  font-size: 15px;
  margin: 0;
}

.sp-pump-dark {
  background: linear-gradient(135deg, #06351f, #0b6b3a);
}

.sp-pump-heading.white h2,
.sp-pump-heading.white p {
  color: #fff;
}

.sp-pump-dark-card {
  background: rgba(255,255,255,0.10);
  padding: 28px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.20);
  color: #fff;
  transition: 0.3s ease;
}

.sp-pump-dark-card:hover {
  background: rgba(255,255,255,0.18);
  transform: translateY(-5px);
}

.sp-pump-dark-card h3 {
  color: #fff;
  font-size: 21px;
  margin: 0 0 12px;
}

.sp-pump-dark-card p {
  color: #e8fff1;
  margin: 0;
}

.sp-pump-cta {
  width: 100%;
  padding: 80px 20px;
  background: linear-gradient(135deg, #ff6900, #0b6b3a);
  color: #fff;
  text-align: center;
}

.sp-pump-cta h2 {
  font-size: 40px;
  margin: 0 0 15px;
}

.sp-pump-cta p {
  font-size: 17px;
  line-height: 1.7;
  max-width: 760px;
  margin: 0 auto 28px;
}

.sp-pump-buttons.center {
  justify-content: center;
}

/* TABLET */
@media (max-width: 992px) {
  .sp-pump-hero h1 {
    font-size: 42px;
  }

  .sp-pump-two {
    grid-template-columns: 1fr;
  }

  .sp-pump-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .sp-pump-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILE */
@media (max-width: 600px) {
  .sp-pump-hero {
    min-height: 520px;
    padding: 60px 16px;
    text-align: center;
  }

  .sp-pump-hero h1 {
    font-size: 31px;
  }

  .sp-pump-hero p {
    font-size: 15px;
  }

  .sp-pump-buttons {
    justify-content: center;
  }

  .sp-pump-buttons a {
    width: 100%;
    text-align: center;
    padding: 13px 20px;
  }

  .sp-pump-section {
    padding: 55px 16px;
  }

  .sp-pump-section h2 {
    font-size: 28px;
  }

  .sp-pump-grid-4,
  .sp-pump-grid-3 {
    grid-template-columns: 1fr;
  }

  .sp-pump-card,
  .sp-pump-box,
  .sp-pump-benefit,
  .sp-pump-dark-card {
    padding: 22px;
  }

  .sp-pump-cta h2 {
    font-size: 30px;
  }

  .sp-pump-cta p {
    font-size: 15px;
  }
}/* End custom CSS */