.elementor-4472 .elementor-element.elementor-element-39a5b1b{--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;}.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-cd6d9e0 */.tw-footer {
  background: #000;
  color: #fff;
  margin-top: 50px;
  font-family: Arial, sans-serif;
}

.tw-footer-top {
  max-width: 1300px;
  margin: auto;
  padding: 50px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.tw-footer-logo {
  height: 45px;
  margin-bottom: 15px;
}

.tw-footer-col h4 {
  color: gold;
  margin-bottom: 15px;
  font-size: 16px;
}

.tw-footer-col p,
.tw-footer-col li {
  font-size: 14px;
  margin-bottom: 10px;
  color: #ccc;
}

.tw-footer-col ul {
  list-style: none;
  padding: 0;
}

.tw-footer-col a {
  color: #ccc;
}

.tw-footer-col a:hover {
  color: gold;
}

/* WhatsApp */
.tw-wa-btn {
  display: inline-block;
  margin-top: 15px;
  background: gold;
  color: #000;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: bold;
}

/* PAYMENT */
.tw-footer-pay {
  text-align: center;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 20px;
}

.tw-footer-pay img {
  max-width: 280px;
  margin-top: 10px;
}

/* COPYRIGHT */
.tw-footer-bottom {
  text-align: center;
  padding: 15px;
  font-size: 14px;
  color: #aaa;
}

/* MOBILE */
@media (max-width: 768px) {

  .tw-footer-top {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .tw-footer-logo {
    margin: auto;
  }
}/* End custom CSS */