.elementor-265 .elementor-element.elementor-element-acb4a1e{--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 html, class: .elementor-element-6b152ba */.mp-footer {
  background: linear-gradient(145deg, #0d0d0d, #1a1a1a);
  color: #eaeaea;
  padding: 80px 20px 30px;
  font-family: 'Raleway', sans-serif;
}

.mp-footer-container {
  max-width: 1250px;
  margin: auto;
}

.mp-footer-top {
  text-align: center;
  margin-bottom: 60px;
}

.mp-footer-top h2 {
  font-size: 34px;
  font-weight: 600;
  color: #d4af37;
  margin-bottom: 12px;
}

.mp-footer-top p {
  font-size: 16px;
  color: #bdbdbd;
}

.mp-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 50px;
  margin-bottom: 50px;
}

.mp-footer-col h4 {
  font-size: 18px;
  margin-bottom: 25px;
  color: #ffffff;
  letter-spacing: 1px;
}

.mp-footer-col ul {
  list-style: none;
  padding: 0;
}

.mp-footer-col ul li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.mp-footer-col ul li i {
  margin-right: 12px;
  color: #d4af37;
  font-size: 16px;
  min-width: 20px;
}

.mp-footer-col a {
  color: #eaeaea;
  text-decoration: none;
  transition: 0.3s ease;
}

.mp-footer-col a:hover {
  color: #d4af37;
}

.mp-footer-col .address {
  line-height: 1.7;
  font-size: 15px;
}

.mp-footer-col .address i {
  color: #d4af37;
  margin-right: 10px;
}

.mp-footer-bottom {
  border-top: 1px solid #333;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  color: #9c9c9c;
}

.mp-footer-bottom a {
  color: #d4af37;
  text-decoration: none;
  font-weight: 500;
}

.mp-footer-bottom a:hover {
  color: #ffffff;
}

/* Responsive */
@media(max-width:768px){
  .mp-footer-top h2 {
    font-size: 26px;
  }
  .mp-footer-bottom {
    text-align: center;
    flex-direction: column;
    gap: 10px;
  }
}/* End custom CSS */