.elementor-498 .elementor-element.elementor-element-de3340a{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-de3340a */.milton-footer {
  background-color: #1e1f22; /* dark background */
  color: #fff;
  padding: 60px 5%;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-logo img {
  width: 100px;
  margin-bottom: 10px;
}

.footer-logo p {
  color: #bbb;
  font-size: 14px;
  line-height: 1.6;
}

.footer-links h4,
.footer-contact h4 {
  color: #f5c518; /* gold heading */
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #f5c518; /* gold hover */
}

.footer-contact p {
  font-size: 14px;
  margin: 6px 0;
  color: #ccc;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid #333;
  padding-top: 20px;
  color: #999;
  font-size: 14px;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS */.footer {
  background-color: #1a1a1a;
  color: #fff;
  padding: 50px 20px;
  text-align: center;
}

/* Top section: logo + quick links side by side */
.footer-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.footer-logo img {
  height: 80px;
  width: auto;
}

.footer-links ul {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.footer-links a:hover {
  color: #f5c400; /* gold hover */
}

.footer-contact h4 {
  color: #f5c400;
  margin-bottom: 10px;
}

.footer-contact a {
  color: #ffffff;
  text-decoration: none;
}

.footer-contact a:hover {
  color: #f5c400;
}

.footer-copy {
  border-top: 1px solid #333;
  margin-top: 25px;
  padding-top: 15px;
  font-size: 14px;
  color: #ccc;
}

/* Responsive layout for smaller screens */
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    gap: 20px;
  }

  .footer-links ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-logo img {
    height: 60px;
  }
}/* End custom CSS */