.elementor-151 .elementor-element.elementor-element-3dc7498{--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-d470b11 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #0a0a0a;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.footer {
  padding: 60px 20px;
  text-align: center;
  background: #0a0a0a;
  color: #f3f3f3;
}

.brand-name {
  font-size: 72px;
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 40px;
  background: linear-gradient(90deg, #3391ff, #880ED4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand-name em {
  font-style: normal;
  background: linear-gradient(90deg, #3391ff, #880ED4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 10px;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px;
  margin-bottom: 40px;
}

.footer-links div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  color: #e0e0e0;
  text-decoration: none;
  font-size: 20px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #880ED4;
}

.footer-bottom {
  margin-top: 40px;
}

.made-in {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
}

.social-icons a {
  font-size: 24px;
  margin: 0 8px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  color: #fff;
}

.social-icons a:hover {
  opacity: 0.7;
}

.note {
  font-size: 14px;
  margin-top: 16px;
  color: #888;
}/* End custom CSS */