.elementor-10 .elementor-element.elementor-element-81697a8{--display:flex;--min-height:600px;--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;}.elementor-10 .elementor-element.elementor-element-45c2ea8{--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-10 .elementor-element.elementor-element-45c2ea8:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-45c2ea8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A0F1D;}.elementor-10 .elementor-element.elementor-element-02aef8c{--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-10 .elementor-element.elementor-element-6ab05d5{--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-10 .elementor-element.elementor-element-a23500a{--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-10 .elementor-element.elementor-element-a23500a:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-a23500a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A0F1D;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-10 .elementor-element.elementor-element-468a30d{width:100%;max-width:100%;text-align:center;color:#FED329;}.elementor-10 .elementor-element.elementor-element-468a30d.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-fe6630a */.interlux-location {
  padding: 90px 6%;
  background: linear-gradient(180deg, #0f172a, #020617);
}

.location-wrapper {
  display: flex;
  gap: 50px;
  align-items: center;
  flex-wrap: wrap;
}

/* MAP */
.location-map {
  flex: 1;
  min-width: 320px;
}

.location-map iframe {
  width: 100%;
  height: 420px;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.45);
}

/* CONTENT */
.location-content {
  flex: 1;
  min-width: 320px;
  color: #e5e7eb;
}

.location-content h2 {
  font-size: 2.5rem;
  color: #f59e0b;
  margin-bottom: 20px;
}

.address-box {
  background: rgba(255,255,255,0.05);
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 22px;
}

.location-content h4 {
  margin-bottom: 12px;
  color: #ffffff;
}

.location-content ul {
  list-style: none;
  padding: 0;
}

.location-content ul li {
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
}

.location-content ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #f59e0b;
}

.location-btn {
  display: inline-block;
  margin-top: 26px;
  padding: 14px 34px;
  border-radius: 40px;
  background: linear-gradient(135deg, #f59e0b, #facc15);
  color: #020617;
  font-weight: 600;
  text-decoration: none;
}

/* MOBILE */
@media (max-width: 900px) {
  .location-wrapper {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a92f1d6 */.whatsapp-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
}
.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  background: #25D366;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 40px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
}

.whatsapp-btn:hover {
  background: #1ebe5d;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 18px 40px rgba(37, 211, 102, 0.6);
}/* End custom CSS */