.elementor-1656 .elementor-element.elementor-element-d4e8a79{--display:flex;}.elementor-1656 .elementor-element.elementor-element-e522789{--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;}/* Start custom CSS for html, class: .elementor-element-a20aa70 */.footer-wrapper {
  background-color: #fff;
  padding: 40px 0;
  font-family: Arial, sans-serif;
  width: 100%;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 2vw; /* DAHA GENİŞ GÖRÜNÜM İÇİN AZALTILDI */
  box-sizing: border-box;
}

.footer-col {
  flex: 1 1 200px;
  margin: 15px;
}

.footer-logo {
  height: 100px !important;
  width: auto;
  display: block;
  margin-bottom: 15px;
}

.etbis-logo {
  height: 100px !important;
  width: auto;
  display: block;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.payment-logo,
.order-logo {
  height: 100px !important;
  width: auto;
  display: block;
  margin: 10px auto;
}

.footer-description {
  max-width: 320px; /* bir tık daha geniş */
  color: #555;
  font-size: 12px;
}

.footer-col h4 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 16px;
  color: #222;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #555;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: #e60023;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #555;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #e60023;
}

.footer-note {
  font-size: 13px;
  color: #444;
  margin-top: 10px;
}

.footer-bottom {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding: 20px 0;
}

.footer-bottom-inner {
  width: 100%;
  max-width: 1500px; /* ALT BÖLÜM DE DAHA GENİŞ */
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .footer-col {
    flex: 1 1 100%;
    text-align: center;
  }

  .footer-description {
    margin: 0 auto;
  }

  .social-icons {
    justify-content: center;
  }

  .footer-logo,
  .etbis-logo,
  .payment-logo,
  .order-logo {
    height: 80px !important;
    margin: 10px auto;
  }
}/* End custom CSS */