.elementor-324 .elementor-element.elementor-element-fc43dba{--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-324 .elementor-element.elementor-element-fc43dba:not(.elementor-motion-effects-element-type-background), .elementor-324 .elementor-element.elementor-element-fc43dba > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-324 .elementor-element.elementor-element-e83bb18{width:var( --container-widget-width, 100.435% );max-width:100.435%;--container-widget-width:100.435%;--container-widget-flex-grow:0;}.elementor-324 .elementor-element.elementor-element-e83bb18.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-e83bb18 *//* FOOTER */
.lux-footer {
  background: #0d0d0d;
  color: #eaeaea;
  padding: 80px 20px 30px;
  font-family: 'Playfair Display', serif;
}

/* CONTAINER */
.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* LOGO */
.footer-logo {
  width: 110px;
  margin-bottom: 20px;
}

/* TEXT */
.footer-text {
  color: #aaa;
  margin-bottom: 10px;
}

.footer-trust {
  color: #D4B2B0;
  font-size: 14px;
}

/* HEADINGS */
.footer-col h3 {
  color: #D4B2B0;
  margin-bottom: 20px;
}

/* LINKS */
.footer-col a {
  display: block;
  color: #bbb;
  margin-bottom: 10px;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col a:hover {
  color: #D4B2B0;
  transform: translateX(5px);
}

/* BUTTON (FIXED PROPERLY) */
.footer-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 24px;
  background: #D4B2B0;
  color: #ffffff !important; /* FORCE WHITE */
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
}

/* EXTRA FORCE (NO OVERRIDE ISSUE) */
.footer-btn:link,
.footer-btn:visited,
.footer-btn:hover,
.footer-btn:active {
  color: #ffffff !important;
}

/* HOVER */
.footer-btn:hover {
  background: #c9a3a1;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(212,178,176,0.3);
}

/* SOCIAL ICON */
.footer-social {
  margin-top: 20px;
}

.footer-social a {
  display: inline-block;
  color: #D4B2B0;
  font-size: 22px;
  margin-right: 15px;
  transition: 0.3s;
}

.footer-social a:hover {
  color: #fff;
  transform: scale(1.2);
}

/* DIVIDER */
.footer-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, #D4B2B0, transparent);
  margin: 40px 0;
}

/* BOTTOM */
.footer-bottom {
  text-align: center;
  color: #888;
  font-size: 14px;
}

/* BROZ MEDIA LINK */
.footer-link {
  color: #D4B2B0;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

/* MOBILE */
@media (max-width:768px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-logo {
    margin: auto;
  }
}/* End custom CSS */