.elementor-20 .elementor-element.elementor-element-ef8f045{--display:flex;}.elementor-20 .elementor-element.elementor-element-37560d8{width:100%;max-width:100%;}.elementor-20 .elementor-element.elementor-element-0f3cc09{--display:flex;}.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-37560d8 *//* ======================================================
   FULL-WIDTH BREAKOUT (WORDPRESS)
====================================================== */
.mv-footer-wrap.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* ======================================================
   MAP + FAQ
====================================================== */
.mv-faq-map {
  background: #000;
  padding: 4rem 1.25rem;
  color: #fff;
}

.mv-faq-map-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

.mv-map-panel {
  width: 100%;
  height: 280px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.2);
}

.mv-map-panel iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.mv-faq-panel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mv-faq-heading {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.mv-faq-item {
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 10px;
}

.mv-faq-question {
  width: 100%;
  background: none;
  border: 0;
  color: #fff;
  padding: 1rem 1.25rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.mv-faq-answer {
  display: none;
  padding: 0 1.25rem 1.25rem;
  color: #cbd5e1;
}

.mv-faq-item.is-open .mv-faq-answer {
  display: block;
}

@media (min-width: 900px) {
  .mv-faq-map-inner {
    grid-template-columns: 1fr 1fr;
  }
  .mv-map-panel {
    height: 420px;
  }
}

/* ======================================================
   FOOTER
====================================================== */
.mv-footer {
  background: #020617;
  padding: 4rem 1.25rem 3rem;
  color: #cbd5e1;
}

.mv-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.75rem;
}

.mv-footer-col h4 {
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: 0.08em;
}

.mv-footer-col ul {
  list-style: none;
  padding: 0;
}

.mv-footer-col li {
  margin-bottom: 0.6rem;
}

.mv-footer a {
  color: #cbd5e1;
  text-decoration: none;
}

.mv-footer a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .mv-footer-inner {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}

/* ======================================================
   LEGAL BAR
====================================================== */
.mv-footer-legal {
  background: #020617;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 1.5rem;
  text-align: center;
  color: #94a3b8;
}/* End custom CSS */