.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-d3ca4a5 *//* ===== GSP Footer Clean Premium CSS ===== */

.gsp-footer-shell,
.gsp-footer-shell *{
  box-sizing:border-box;
}

.gsp-footer-shell{
  position:relative;
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  font-family:Inter, "Segoe UI", Arial, sans-serif;
  background:#061426;
  color:#C4D0E2;
  overflow:hidden;
}


.gsp-footer-shell:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:
    radial-gradient(circle at 15% 20%, rgba(207,255,4,0.08), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(20,65,122,0.38), transparent 30%),
    linear-gradient(180deg, #081B35 0%, #061426 100%);
  pointer-events:none;
}

.gsp-footer-shell:after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size:42px 42px;
  pointer-events:none;
}

.gsp-footer-shell a{
  color:inherit;
  text-decoration:none;
}

.gsp-footer-shell ul{
  list-style:none;
  margin:0;
  padding:0;
}

.gsp-footer-wrap{
  position:relative;
  z-index:2;
  max-width:1320px;
  margin:0 auto;
  padding-left:40px;
  padding-right:40px;
}

/* CTA Area */
.gsp-footer-cta{
  position:relative;
  z-index:2;
  border-bottom:1px solid rgba(255,255,255,0.10);
  padding:34px 0;
}

.gsp-footer-cta-inner{
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  background:rgba(255,255,255,0.045);
  border:1px solid rgba(255,255,255,0.12);
  border-radius:18px;
  padding:28px 32px;
  box-shadow:0 24px 70px rgba(0,0,0,0.20);
  transition:transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.gsp-footer-cta-inner:hover{
  transform:translateY(-3px);
  border-color:rgba(207,255,4,0.26);
  box-shadow:0 30px 90px rgba(0,0,0,0.26);
}

.gsp-footer-cta-text{
  position:relative;
  z-index:2;
}

.gsp-footer-cta-text span{
  display:inline-block;
  font-family:Consolas, monospace;
  font-size:11px;
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:#CFFF04;
  margin-bottom:8px;
}

.gsp-footer-cta-text h3{
  margin:0 0 6px;
  font-family:Inter, Arial, sans-serif;
  font-size:28px;
  line-height:1.2;
  color:#ffffff;
  letter-spacing:-0.03em;
}

.gsp-footer-cta-text p{
  margin:0;
  font-size:14px;
  line-height:1.6;
  color:#9FB0C9;
}

.gsp-footer-cta-btn{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  background:#CFFF04;
  color:#0A1F3D;
  font-family:Consolas, monospace;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.04em;
  padding:14px 22px;
  border-radius:999px;
  white-space:nowrap;
  box-shadow:0 14px 32px rgba(207,255,4,0.16);
  transition:transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.gsp-footer-cta-btn:hover{
  transform:translateY(-2px);
  background:#DFFF3A;
  color:#0A1F3D;
  box-shadow:0 18px 42px rgba(207,255,4,0.24);
}

.gsp-footer-cta-btn i{
  font-size:15px;
}

/* Main Footer */
.gsp-footer-main{
  position:relative;
  z-index:2;
  padding:68px 0 48px;
  display:grid;
  grid-template-columns:1.55fr 1fr 1fr 1fr 1.25fr;
  gap:34px;
}

.gsp-footer-brand-logo{
  display:inline-flex;
  align-items:center;
  background:#ffffff;
  border-radius:14px;
  padding:12px 16px;
  box-shadow:0 12px 28px rgba(0,0,0,0.16);
  margin-bottom:18px;
  transition:transform 0.25s ease, box-shadow 0.25s ease;
}

.gsp-footer-brand-logo:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 44px rgba(0,0,0,0.24);
}

.gsp-footer-brand-logo img{
  width:165px;
  height:auto;
  display:block;
  opacity:1;
}

.gsp-footer-brand p{
  font-size:13.5px;
  color:#9FB0C9;
  line-height:1.75;
  margin:0 0 22px;
  max-width:300px;
}

.gsp-footer-social{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.gsp-footer-social a{
  width:36px;
  height:36px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,0.18);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  color:#ffffff;
  transition:background 0.22s ease, color 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
}

.gsp-footer-social a:hover{
  background:#CFFF04;
  color:#0A1F3D;
  border-color:#CFFF04;
  transform:translateY(-2px);
}

.gsp-footer-social a i{
  line-height:1;
}

/* Footer Columns */
.gsp-footer-col h5{
  position:relative;
  font-family:Consolas, monospace;
  font-size:13px;
  font-weight:700;
  color:#ffffff;
  text-transform:uppercase;
  letter-spacing:1.4px;
  margin:0 0 20px;
  padding-bottom:12px;
  border-bottom:1px solid rgba(255,255,255,0.12);
}

.gsp-footer-col h5:after{
  content:"";
  position:absolute;
  left:0;
  bottom:-1px;
  width:36px;
  height:2px;
  background:#CFFF04;
  border-radius:99px;
}

.gsp-footer-col ul li{
  margin-bottom:12px;
}

.gsp-footer-col ul li a{
  font-size:14px;
  font-weight:400;
  color:#AAB9CE;
  line-height:1.4;
  transition:color 0.22s ease, transform 0.22s ease;
  display:inline-block;
}

.gsp-footer-col ul li a:hover{
  color:#CFFF04;
  transform:translateX(3px);
}

/* Contact */
.gsp-footer-contact-item{
  margin-bottom:15px;
  padding-left:12px;
  border-left:2px solid rgba(207,255,4,0.22);
}

.gsp-footer-contact-item .gsp-lbl{
  font-family:Consolas, monospace;
  font-size:10.5px;
  color:#CFFF04;
  text-transform:uppercase;
  display:block;
  margin-bottom:4px;
  letter-spacing:0.04em;
}

.gsp-footer-contact-item .gsp-val{
  font-size:14px;
  font-weight:500;
  color:#ffffff;
  line-height:1.5;
}

.gsp-footer-whatsapp{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:8px;
  background:rgba(255,255,255,0.07);
  border:1px solid rgba(255,255,255,0.15);
  padding:10px 15px;
  border-radius:999px;
  font-size:12.5px;
  color:#ffffff;
  box-shadow:0 10px 26px rgba(0,0,0,0.18);
  transition:background 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
}

.gsp-footer-whatsapp:hover{
  background:#25D366;
  border-color:#25D366;
  color:#ffffff;
  transform:translateY(-2px);
}

.gsp-footer-whatsapp i{
  font-size:15px;
}

/* Bottom */
.gsp-footer-bottom{
  position:relative;
  z-index:2;
  border-top:1px solid rgba(255,255,255,0.12);
  padding:22px 0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  font-size:13px;
  color:#7C8AA0;
}

.gsp-footer-legal{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}

.gsp-footer-legal a:hover{
  color:#CFFF04;
}

.gsp-footer-certs{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
  font-family:Consolas, monospace;
  font-size:11px;
  color:#9FB0C9;
}

.gsp-footer-certs span{
  border:1px solid rgba(255,255,255,0.14);
  padding:5px 9px;
  border-radius:999px;
  background:rgba(255,255,255,0.035);
  transition:background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.gsp-footer-certs span:hover{
  background:rgba(207,255,4,0.10);
  border-color:rgba(207,255,4,0.45);
  color:#ffffff;
  transform:translateY(-1px);
}

/* Floating WhatsApp */
.gsp-float-whatsapp{
  position:fixed;
  bottom:26px;
  right:26px;
  width:56px;
  height:56px;
  border-radius:50%;
  background:#25D366;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:9999;
  box-shadow:0 10px 28px rgba(0,0,0,0.24);
  color:#ffffff;
  font-size:25px;
  transition:transform 0.22s ease, box-shadow 0.22s ease, opacity .35s ease, visibility .35s ease;
}

.gsp-float-whatsapp:hover{
  transform:translateY(-3px) scale(1.03);
  box-shadow:0 14px 36px rgba(0,0,0,0.30);
}

.gsp-float-whatsapp i{
  line-height:1;
}

/* Hidden until JS reveals it after full page load (see gsp-footer.js) —
   this is the fix for "page speed": the button exists in the DOM
   immediately, but stays invisible/non-interactive (visibility:hidden)
   until everything else has already finished loading. */
.gsp-float-whatsapp{
  opacity:0;
  visibility:hidden;
  transform:translateY(20px);
}

.gsp-float-whatsapp.gsp-wa-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

/* JS Reveal (footer sections fade in on scroll) */
.gsp-footer-shell.gsp-footer-ready .gsp-footer-cta-inner,
.gsp-footer-shell.gsp-footer-ready .gsp-footer-brand,
.gsp-footer-shell.gsp-footer-ready .gsp-footer-col,
.gsp-footer-shell.gsp-footer-ready .gsp-footer-bottom{
  opacity:0;
  transform:translateY(22px);
  transition:opacity 0.55s ease, transform 0.55s ease;
}

.gsp-footer-shell.gsp-footer-ready.gsp-footer-visible .gsp-footer-cta-inner,
.gsp-footer-shell.gsp-footer-ready.gsp-footer-visible .gsp-footer-brand,
.gsp-footer-shell.gsp-footer-ready.gsp-footer-visible .gsp-footer-col,
.gsp-footer-shell.gsp-footer-ready.gsp-footer-visible .gsp-footer-bottom{
  opacity:1;
  transform:translateY(0);
}

.gsp-whatsapp-clicked{
  transform:scale(0.96);
}

/* Responsive */
@media(max-width:1200px){
  .gsp-footer-main{
    grid-template-columns:1.35fr 1fr 1fr;
    gap:36px 30px;
  }

  .gsp-footer-brand{
    max-width:360px;
  }
}

@media(max-width:900px){
  .gsp-footer-cta{
    padding:26px 0;
  }

  .gsp-footer-cta-inner{
    border-radius:16px;
  }

  .gsp-footer-main{
    grid-template-columns:1fr 1fr;
    gap:34px 28px;
  }

  .gsp-footer-brand{
    grid-column:1 / -1;
    max-width:100%;
  }

  .gsp-footer-brand p{
    max-width:560px;
  }

  .gsp-footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media(max-width:640px){
  .gsp-footer-wrap{
    padding-left:18px;
    padding-right:18px;
  }

  .gsp-footer-cta-inner{
    flex-direction:column;
    align-items:flex-start;
    padding:22px 20px;
  }

  .gsp-footer-cta-text h3{
    font-size:22px;
  }

  .gsp-footer-cta-text p{
    font-size:13.5px;
  }

  .gsp-footer-cta-btn{
    width:100%;
    padding:13px 18px;
  }

  .gsp-footer-main{
    grid-template-columns:1fr;
    padding:42px 0 34px;
  }

  .gsp-footer-col h5{
    margin-bottom:15px;
  }

  .gsp-footer-col ul li{
    margin-bottom:10px;
  }

  .gsp-footer-bottom{
    padding:20px 0 24px;
  }

  .gsp-footer-legal{
    flex-direction:column;
    gap:8px;
  }

  .gsp-footer-certs{
    gap:8px;
  }

  .gsp-float-whatsapp{
    right:16px;
    bottom:16px;
    width:50px;
    height:50px;
    font-size:22px;
  }
}

@media(max-width:420px){
  .gsp-footer-brand-logo{
    padding:10px 13px;
  }

  .gsp-footer-brand-logo img{
    width:138px;
  }

  .gsp-footer-social a{
    width:34px;
    height:34px;
  }

  .gsp-footer-contact-item{
    padding-left:10px;
  }
}/* End custom CSS */