.elementor-9 .elementor-element.elementor-element-80dd9db{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-4a23b58 *//* =========================================================
   GTBOX FOOTER — sans CTA
========================================================= */

.gtbox-footer {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 18%, rgba(143,205,55,0.10), transparent 34%),
    radial-gradient(circle at 12% 82%, rgba(255,255,255,0.035), transparent 30%),
    linear-gradient(135deg, #071c2c 0%, #0d243a 48%, #123454 100%);
}

.gtbox-footer::before {
  content: "";
  position: absolute;
  left: -140px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  border-radius: 42px;
  background: linear-gradient(135deg, rgba(255,255,255,0.045), rgba(255,255,255,0.01));
  transform: rotate(-22deg);
  pointer-events: none;
}

.gtbox-footer::after {
  content: "";
  position: absolute;
  right: -120px;
  top: 80px;
  width: 280px;
  height: 280px;
  border-radius: 42px;
  background: linear-gradient(135deg, rgba(143,205,55,0.075), rgba(255,255,255,0));
  transform: rotate(18deg);
  pointer-events: none;
}

.gtbox-footer-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* MAIN */

.gtbox-footer-main {
  padding: 76px 0 58px;
}

.gtbox-footer-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-bottom: 58px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.045);
  backdrop-filter: blur(12px);
}

.gtbox-footer-trust span {
  padding: 18px 20px;
  color: rgba(255,255,255,0.80);
  font-size: 0.92rem;
  font-weight: 700;
  text-align: center;
  background: rgba(255,255,255,0.025);
}

.gtbox-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.gtbox-footer-brand p {
  max-width: 34ch;
  margin: 0 0 14px;
  color: rgba(255,255,255,0.74);
  line-height: 1.7;
  font-size: 1rem;
}

.gtbox-footer-brand small {
  color: rgba(255,255,255,0.56);
  font-size: 0.92rem;
}

.gtbox-footer-logo {
  display: block;
  width: clamp(120px, 10vw, 160px);
  height: auto;
  margin-bottom: 22px;
  opacity: 0.94;
}

.gtbox-footer-col h4 {
  margin: 0 0 18px;
  color: rgba(255,255,255,0.66);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtbox-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gtbox-footer-col li {
  margin-bottom: 12px;
}

.gtbox-footer-col a {
  position: relative;
  display: inline-block;
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  font-size: 0.98rem;
  line-height: 1.55;
  transition: color 0.22s ease;
}

.gtbox-footer-col a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: #8fcd37;
  transition: width 0.25s ease;
}

.gtbox-footer-col a:hover {
  color: #8fcd37;
}

.gtbox-footer-col a:hover::after {
  width: 100%;
}

/* BOTTOM */

.gtbox-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 22px 0;
}

.gtbox-footer-bottom-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.gtbox-footer-bottom span,
.gtbox-footer-bottom a {
  color: rgba(255,255,255,0.64);
  font-size: 0.9rem;
  text-decoration: none;
}

.gtbox-footer-bottom a {
  color: #d95b8b;
  transition: color 0.22s ease;
}

.gtbox-footer-bottom a:hover {
  color: #ffffff;
}

/* RESPONSIVE */

@media (max-width: 1080px) {
  .gtbox-footer-trust {
    grid-template-columns: repeat(2, 1fr);
  }

  .gtbox-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px 34px;
  }
}

@media (max-width: 768px) {
  .gtbox-footer-main {
    padding: 58px 0 42px;
  }

  .gtbox-footer-trust {
    grid-template-columns: 1fr;
    margin-bottom: 42px;
  }

  .gtbox-footer-trust span {
    text-align: left;
  }

  .gtbox-footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .gtbox-footer-bottom-inner {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }
}/* End custom CSS */