.elementor-373 .elementor-element.elementor-element-5a371f3{--display:flex;--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-347b41d */:root {
  --cyan: #53f4ff;
  --blue: #18a6e0;
  --navy: #163253;
}

.liquid-footer {
  background: radial-gradient(circle at top, #1a355a, #0b1d33);
  padding: 80px 20px 30px;
  font-family: system-ui, sans-serif;
}

.footer-glass {
  max-width: 1200px;
  margin: auto;
  background: rgba(22, 50, 83, 0.55);
  backdrop-filter: blur(22px);
  border-radius: 24px;
  border: 1px solid rgba(83, 244, 255, 0.25);
  box-shadow: 0 0 80px rgba(83, 244, 255, 0.15);
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
}

.footer-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(83, 244, 255, 0.15),
    transparent 70%
  );
  animation: shine 6s infinite linear;
}

@keyframes shine {
  from { transform: translateX(-100%); }
  to { transform: translateX(100%); }
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 40px;
}

.footer-heading {
  font-family: "Orbitron", sans-serif;
  font-size: 1.2rem;
  color: var(--cyan);
  margin-bottom: 16px;
  text-shadow: 0 0 12px rgba(83, 244, 255, 0.6);
}

.footer-text,
.footer-contact li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-contact {
  margin-top: 16px;
  list-style: none;
  padding: 0;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}

.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: var(--cyan);
  transition: 0.3s;
}

.footer-links a:hover {
  color: var(--cyan);
}

.footer-links a:hover::after {
  width: 100%;
}

.footer-btn {
  margin-top: 16px;
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  border: none;
  border-radius: 14px;
  font-weight: 600;
  color: #0b1d33;
  cursor: pointer;
  box-shadow: 0 0 30px rgba(83, 244, 255, 0.6);
  transition: transform 0.3s, box-shadow 0.3s;
}

.footer-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 50px rgba(83, 244, 255, 0.9);
}

.social-wrap {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.social-wrap a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: var(--cyan);
  text-decoration: none;
  transition: 0.3s;
}

.social-wrap a:hover {
  background: var(--cyan);
  color: #0b1d33;
}

.footer-divider {
  height: 1px;
  margin: 40px 0 20px;
  background: linear-gradient(to right, transparent, var(--cyan), transparent);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255,255,255,0.6);
  font-size: 0.85rem;
}

.footer-policy a {
  color: rgba(255,255,255,0.6);
  margin-left: 16px;
  text-decoration: none;
}

.footer-policy a:hover {
  color: var(--cyan);
}/* End custom CSS */