.elementor-1809 .elementor-element.elementor-element-1eac492a{--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-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-77b95ba7 */.ab-footer {
  font-family: 'Inter', sans-serif;
  background: #0f172a;
  color: white;
}

.ab-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px;
}

.ab-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .ab-footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }
}

/* Brand Section */
.ab-footer-brand h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.ab-footer-brand p {
  font-size: 15px;
  color: #94a3b8;
  line-height: 1.6;
  margin-bottom: 16px;
}

.ab-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ab-footer-social {
  width: 40px;
  height: 40px;
  background: #1e293b;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ab-footer-social:hover {
  background: #2563eb;
  transform: translateY(-2px);
}

.ab-footer-social svg {
  width: 20px;
  height: 20px;
}

/* Quick Links */
.ab-footer-links h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.ab-footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ab-footer-links li {
  margin-bottom: 10px;
}

.ab-footer-links a {
  font-size: 15px;
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.3s ease;
}

.ab-footer-links a:hover {
  color: white;
}

/* Contact Info */
.ab-footer-contact h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.ab-footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ab-footer-contact li {
  font-size: 15px;
  color: #94a3b8;
  margin-bottom: 12px;
}

.ab-footer-contact a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.3s ease;
}

.ab-footer-contact a:hover {
  color: white;
}

/* Bottom Bar */
.ab-footer-bottom {
  border-top: 1px solid #1e293b;
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

@media (min-width: 768px) {
  .ab-footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

.ab-footer-copyright {
  font-size: 14px;
  color: #94a3b8;
}

.ab-footer-made-with {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #94a3b8;
}

.ab-footer-made-with svg {
  width: 16px;
  height: 16px;
  margin: 0 4px;
}

.ab-heart {
  color: #ef4444;
}

.ab-code {
  color: #60a5fa;
}/* End custom CSS */