.elementor-215 .elementor-element.elementor-element-b9b9190{--display:flex;}.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-1629b4f *//* ===== FOOTER ===== */
.custom-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  background-color: #f8f8f8;
  font-family: 'Gabarito', sans-serif;
  font-size: 14px;
  color: #333;
  border-top: 1px solid #e5e5e5;
  flex-wrap: wrap; /* mobilde alt alta geçmesi için */
}

.custom-footer .footer-left a {
  text-decoration: none;
  color: #333;
  margin-right: 5px;
  transition: color 0.2s;
}

.custom-footer .footer-left a:hover {
  color: #0073e6;
}

.custom-footer .footer-right {
  font-size: 14px;
  color: #555;
  margin-top: 5px; /* mobilde alt boşluk */
}

/* Mobil uyum */
@media (max-width: 768px) {
  .custom-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 20px;
  }

  .custom-footer .footer-right {
    margin-top: 10px;
  }
}/* End custom CSS */