.elementor-283 .elementor-element.elementor-element-02f098b{--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-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-36bf357 *//* ================= FOOTER BASE ================= */
.vga-footer {
  background: linear-gradient(135deg, #0b1c2d, #0f2b45);
  color: #e6eef6;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  padding-top: 60px;
}

/* ================= GRID ================= */
.vga-footer-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 24px 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* ================= HEADINGS ================= */
.vga-footer h3 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 14px;
}

.vga-footer h4 {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

/* ================= TEXT ================= */
.vga-footer p {
  font-size: 14px;
  line-height: 1.7;
  margin: 6px 0;
  color: #cfd9e3;
}

.vga-footer .reg strong {
  color: #ffffff;
}

/* ================= LINKS ================= */
.vga-footer a {
  color: #7cc4ff;
  text-decoration: none;
  transition: all 0.25s ease;
}

.vga-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* ================= LIST ================= */
.vga-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vga-footer ul li {
  margin-bottom: 8px;
}

/* ================= DISCLOSURE ================= */
.vga-footer-disclosure {
  border-top: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.18);
  padding: 16px 24px;
  text-align: center;
}

.vga-footer-disclosure p {
  font-size: 13px;
  color: #b8c6d4;
  margin: 0;
}

.vga-footer-disclosure a {
  color: #9dd6ff;
  font-weight: 500;
}

/* ================= COPYRIGHT ================= */
.vga-footer-bottom {
  background: rgba(0,0,0,0.25);
  text-align: center;
  padding: 12px 24px;
}

.vga-footer-bottom p {
  font-size: 12px;
  color: #9fb3c8;
  margin: 0;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
  .vga-footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
}/* End custom CSS */