.elementor-82 .elementor-element.elementor-element-64f5147{--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-82 .elementor-element.elementor-element-64f5147:not(.elementor-motion-effects-element-type-background), .elementor-82 .elementor-element.elementor-element-64f5147 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0D0D16;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-82 .elementor-element.elementor-element-64f5147{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-1ec9be5 *//* =====================================
   MAIN FOOTER
=====================================*/
.elv-footer {
  background: #0d0d16;
  padding: 60px 25px 30px;
  color: #dcd8e9;
  font-family: 'Inter', system-ui, sans-serif;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* GRID */
.elv-footer-container {
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
}

/* BRAND */
.footer-about {
  margin-top: 12px;
  color: #b8b5c7;
  font-size: 14px;
  line-height: 1.6;
}

/* TITLES */
.elv-footer-title {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

/* LIST LINKS */
.elv-footer-list,
.elv-footer-contact {
  padding: 0;
  margin: 0;
  list-style: none;
}

.elv-footer-list li {
  margin-bottom: 8px;
}

.elv-footer-list li a {
  font-size: 14px;
  color: #c7c2e2;
  text-decoration: none;
  transition: 0.3s;
}

.elv-footer-list li a:hover {
  color: #7A45C2;
}

/* CONTACT TEXT */
.elv-footer-contact li {
  font-size: 14px;
  color: #c7c2e2;
}

/* =====================================
   SOCIAL ICONS
=====================================*/
.elv-footer-social {
  margin-top: 18px;
  display: flex;
  gap: 10px;
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(122, 69, 194, 0.7);
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e7e1ff;
  transition: 0.25s ease;
}

.social-icon svg {
  width: 18px;
  height: 18px;
}

/* Hover effects */
.social-icon:hover {
  background: linear-gradient(135deg, #5F2E8E, #7A45C2);
  box-shadow: 0 0 10px rgba(122, 69, 194, 0.7);
  color: #fff;
  transform: translateY(-2px);
}

/* =====================================
   BOTTOM ROW
=====================================*/
.elv-footer-bottom {
  max-width: 1250px;
  margin: 40px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #b8b5c7;
}

/* LEGAL */
.elv-footer-legal {
  max-width: 1250px;
  margin: 10px auto 0;
  text-align: center;
  font-size: 12px;
  color: #a7a2c0;
}

.elv-footer-legal a {
  color: #c7c2e2;
  margin: 0 6px;
}
.elv-footer-legal a:hover {
  color: #7A45C2;
}

/* =====================================
   RESPONSIVE
=====================================*/
@media (max-width: 900px) {
  .elv-footer-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .elv-footer-container {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .elv-footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: left;
  }
}/* End custom CSS */