.elementor-129 .elementor-element.elementor-element-a95279e{padding:37px 0px 40px 0px;}.elementor-129 .elementor-element.elementor-element-7d2d50f.elementor-column > .elementor-widget-wrap{justify-content:center;}/* Start custom CSS for html, class: .elementor-element-4db52b8 */.footer {
  background: #0f172a;
  color: #fff;
  padding: 60px 20px 20px;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
  gap: 40px;
}

.footer h3,
.footer h4 {
  margin-bottom: 15px;
}

.footer p {
  color: #cbd5f5;
  font-size: 14px;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 8px;
}

.footer a {
  color: #cbd5f5;
  text-decoration: none;
  font-size: 14px;
}

.footer a:hover {
  color: #38bdf8;
}

.social a {
  margin-right: 10px;
}

.footer-bottom {
  border-top: 1px solid #1e293b;
  margin-top: 40px;
  padding-top: 15px;
  text-align: center;
  font-size: 13px;
}/* End custom CSS */