.elementor-10669 .elementor-element.elementor-element-8710ab2{--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-10669 .elementor-element.elementor-element-2cda98c{width:100%;max-width:100%;}.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-2cda98c *//* === Custom Footer Styling === */
.custom-footer {
  background-color: #111;
  color: #ddd;
  padding: 60px 5%;
  font-family: 'Oswald', sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1300px;
  margin: auto;
}

.footer-column {
  flex: 1;
  min-width: 230px;
}

.footer-logo {
  width: 160px;
  margin-bottom: 15px;
}

.footer-column h4 {
  color: #caa46a;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: #caa46a;
}

.footer-column a {
  color: #ddd;
  text-decoration: none;
}

.footer-column a:hover {
  color: #caa46a;
}

.footer-bottom {
  text-align: center;
  background-color: #0b0b0b;
  padding: 20px;
  margin-top: 40px;
  color: #bbb;
  border-top: 1px solid #333;
}

/* === Responsive === */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-column {
    margin-bottom: 30px;
  }

  .footer-logo {
    margin: 0 auto 15px;
  }
}/* End custom CSS */