.elementor-686 .elementor-element.elementor-element-15d1895{--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-3e1d29d */.baba-footer-section {
  padding-top: 80px;
  padding-bottom: 40px;
}

.baba-footer-grid {
  gap: 40px;
  margin-bottom: 40px;
}

.baba-footer-col {
  display: flex;
  flex-direction: column;
}

.baba-footer-logo img {
  height: 48px;
  margin-bottom: 16px;
}

.baba-footer-text {
  margin-bottom: 16px;
  max-width: 280px;
}

.baba-footer-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #0f172a;
}

.baba-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.baba-footer-links li {
  margin-bottom: 10px;
}

.baba-footer-links a {
  color: #64748b;
  font-size: 14px;
  transition: all 0.2s ease;
}

.baba-footer-links a:hover {
  color: #2563eb;
  transform: translateX(2px);
}

.baba-footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.baba-footer-socials a {
  font-size: 18px;
  transition: all 0.2s ease;
}

.baba-footer-socials a:hover {
  transform: translateY(-2px);
}

.baba-footer-bottom {
  border-top: 1px solid #e5e7eb;
  padding-top: 18px;
  text-align: center;
}

/* Tablet */
@media (max-width: 1024px) {
  .baba-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 575px) {
  .baba-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .baba-footer-logo img {
    height: 42px;
  }

  .baba-footer-bottom {
    text-align: left;
  }
}/* End custom CSS */