.elementor-2592 .elementor-element.elementor-element-b1a8290{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2592 .elementor-element.elementor-element-b1a8290.e-con{--align-self:center;}.elementor-2592 .elementor-element.elementor-element-0cf0876{width:100%;max-width:100%;}.elementor-2592 .elementor-element.elementor-element-0cf0876.elementor-element{--align-self:center;}.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-0cf0876 */.site-footer {
  background-color: #f5f5f7; /* Açık gri Apple tarzı */
  padding: 40px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  color: #333;
}

.site-footer .footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.site-footer .footer-column h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.site-footer .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer .footer-column ul li {
  margin-bottom: 8px;
  line-height: 1.4;
}

.site-footer .footer-column ul li a {
  text-decoration: none;
  color: #555;
  transition: color 0.2s;
}

.site-footer .footer-column ul li a:hover {
  color: #000;
}

/* Logo ve şirket adı */
.site-footer .logo-column {
  text-align: center;
}

.site-footer .footer-logo {
  max-width: 120px;
  margin-bottom: 15px;
}

.site-footer .company-name {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.5;
}

/* İletişim kısmı */
.site-footer .contact-info li {
  margin-bottom: 10px;
}
.site-footer .contact-info a {
  color: #555;
}
.site-footer .contact-info a:hover {
  color: #000;
}

.logo-column {
  text-align: center;
}

.footer-logo {
  display: block;
  margin: 0 auto 15px auto; /* ortalar ve alta 15px boşluk bırakır */
  max-width: 150px; /* istersen boyutu sınırla */
}

.company-name {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

/* Tablet ve daha küçük ekranlarda footer düzeni */
@media (max-width: 768px) {
  .site-footer .footer-container {
    grid-template-columns: 1fr; /* Tek sütun yap */
    text-align: center;         /* Ortala */
  }

  .site-footer .footer-column {
    margin-bottom: 20px;
  }

  .site-footer .footer-column ul li {
    justify-content: center;
  }
}/* End custom CSS */