.elementor-2651 .elementor-element.elementor-element-6bf70b3{--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-2651 .elementor-element.elementor-element-5ac0854{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-2651 .elementor-element.elementor-element-5ac0854{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-2651 .elementor-element.elementor-element-3d8cbcc{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-3d8cbcc *//* ===== FOOTER GALAXY STYLE ===== */
.elementor-2651 .elementor-element.elementor-element-3d8cbcc {
  position: relative;
  background: radial-gradient(circle at top, #090979 0%, #000 100%);
  color: #e2e2ff;
  padding: 60px 20px 30px;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 40px;
  position: relative;
  z-index: 2;
}

.footer-column h2 {
  font-size: 1.8em;
  color: #00e0ff;
  text-shadow: 0 0 10px #00e0ff;
  margin-bottom: 10px;
}

.footer-column p {
  font-size: 0.95em;
  color: #ccc;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin: 6px 0;
}

.footer-column ul li a {
  color: #e2e2ff;
  text-decoration: none;
  transition: color 0.3s, text-shadow 0.3s;
}

.footer-column ul li a:hover {
  color: #00e0ff;
  text-shadow: 0 0 8px #00e0ff;
}

/* Соціальні іконки */
.social-icons a {
  margin: 0 8px;
  font-size: 1.2em;
  color: #fff;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  color: #00e0ff;
  text-shadow: 0 0 10px #00e0ff;
}

/* Нижня частина */
.footer-bottom {
  margin-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 15px;
  font-size: 0.85em;
  color: #aaa;
}

/* Неонове світіння */
.elementor-2651 .elementor-element.elementor-element-3d8cbcc::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 180deg, transparent, rgba(0,224,255,0.15), transparent 80%);
  animation: spin 12s linear infinite;
  z-index: 1;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}/* End custom CSS */