.elementor-1368 .elementor-element.elementor-element-5baa879b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:60px 24px 60px 24px;}.elementor-1368 .elementor-element.elementor-element-5baa879b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1368 .elementor-element.elementor-element-4ff38628{width:var( --container-widget-width, 99.597% );max-width:99.597%;--container-widget-width:99.597%;--container-widget-flex-grow:0;}.elementor-1368 .elementor-element.elementor-element-4ff38628.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-4ff38628 */<!-- MODEL LUXE CONTACT PAGE - ELEMENTOR HTML WIDGET -->

<style>
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300&family=Montserrat:wght@300;400;500;600&display=swap");

/* =========================================================
   PAGE LOCK - PREVENT FULL PAGE SCROLL
========================================================= */
html,
body {
  overflow: hidden !important;
  height: 100%;
}

body.elementor-page {
  overflow: hidden !important;
}

/* =========================================================
   MAIN WRAPPER
========================================================= */
.mlc-contact-elementor {
  --mlc-gold: #d3a451;
  --mlc-ink: #030303;

  width: 100%;
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;

  overflow: hidden;
  background: var(--mlc-ink);
  color: #fff;
  font-family: Montserrat, Inter, Arial, sans-serif;
}

.mlc-contact-elementor *,
.mlc-contact-elementor *::before,
.mlc-contact-elementor *::after {
  box-sizing: border-box;
}

.mlc-contact-page {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--mlc-ink);
}

/* =========================================================
   HERO SECTION
========================================================= */
.mlc-contact-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;

  overflow: hidden;
  isolation: isolate;

  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 520px);
  grid-template-areas:
    "copy form"
    "routes routes";

  gap: clamp(18px, 4vw, 58px);
  align-items: center;

  padding: clamp(30px, 5vh, 68px) clamp(24px, 6vw, 96px) 78px;

  background:
    linear-gradient(90deg, rgba(0,0,0,0.96), rgba(0,0,0,0.34), rgba(0,0,0,0.94)),
    url("https://modelluxemedia.com/wp-content/uploads/2026/05/new.png") center / cover no-repeat;
}

.mlc-contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;

  background:
    linear-gradient(180deg, rgba(0,0,0,0.12), rgba(0,0,0,0.96)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 88px);
}

/* =========================================================
   LEFT COPY
========================================================= */
.mlc-contact-copy {
  grid-area: copy;
  animation: mlcRise 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.mlc-kicker {
  margin: 0 0 14px;

  color: var(--mlc-gold);
  font-size: clamp(10px, 0.85vw, 12px);
  letter-spacing: 0.38em;
  line-height: 1;
  text-transform: uppercase;
}

.mlc-contact-title {
  margin: 0;

  color: #fff;
  font-family: "Bebas Neue", Impact, "Arial Black", sans-serif;
  font-size: clamp(64px, 10vw, 140px);
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mlc-contact-copy p:not(.mlc-kicker) {
  max-width: 640px;
  margin: 18px 0 0;

  color: rgba(255,255,255,0.78);
  font-size: clamp(13px, 1vw, 17px);
  line-height: 1.6;
}

/* =========================================================
   CONTACT FORM
========================================================= */
.mlc-contact-form {
  grid-area: form;

  width: 100%;
  padding-top: 16px;
  border-top: 1px solid rgba(211,164,81,0.52);

  animation: mlcRise 900ms 160ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.mlc-contact-form label {
  display: block;
  margin-bottom: 12px;
}

.mlc-contact-form label span {
  display: block;
  margin-bottom: 6px;

  color: var(--mlc-gold);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.mlc-contact-form input,
.mlc-contact-form textarea {
  width: 100%;

  border: 0;
  border-bottom: 1px solid rgba(255,255,255,0.24);
  border-radius: 0;

  padding: 10px 0;

  background: transparent;
  color: #fff;

  font: inherit;
  font-size: 13px;

  outline: none;
  transition: border-color 220ms ease;
}

/* =========================================================
   FIXED PROJECT TYPE DROPDOWN STYLE
========================================================= */
.mlc-contact-form select {
  width: 100%;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  border: 0;
  border-bottom: 1px solid rgba(255,255,255,0.24);
  border-radius: 0;

  padding: 10px 34px 10px 0;

  background-color: transparent;
  background-image:
    linear-gradient(45deg, transparent 50%, #d3a451 50%),
    linear-gradient(135deg, #d3a451 50%, transparent 50%);
  background-position:
    calc(100% - 14px) 50%,
    calc(100% - 8px) 50%;
  background-size:
    6px 6px,
    6px 6px;
  background-repeat: no-repeat;

  color: #fff;

  font-family: Montserrat, Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;

  outline: none;
  cursor: pointer;

  transition: border-color 220ms ease;
}

.mlc-contact-form select:focus {
  border-color: var(--mlc-gold);
}

.mlc-contact-form select option {
  background: #030303;
  color: #fff;
  font-family: Montserrat, Inter, Arial, sans-serif;
  font-size: 13px;
}

.mlc-contact-form textarea {
  resize: none;
  min-height: 76px;
}

.mlc-contact-form input::placeholder,
.mlc-contact-form textarea::placeholder {
  color: rgba(255,255,255,0.42);
}

.mlc-contact-form input:focus,
.mlc-contact-form select:focus,
.mlc-contact-form textarea:focus {
  border-color: var(--mlc-gold);
}

/* =========================================================
   FORM BUTTON
========================================================= */
.mlc-contact-form button {
  position: relative;
  display: inline-flex;

  margin-top: 8px;
  min-width: 210px;
  padding: 0 30px 13px 0;

  border: 0;
  background: transparent;

  color: #fff;
  font: inherit;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;

  cursor: pointer;
}

.mlc-contact-form button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 14px;
  bottom: 0;

  height: 1px;
  background: linear-gradient(90deg, var(--mlc-gold), rgba(211,164,81,0.12));
}

.mlc-contact-form button::before {
  content: "";
  position: absolute;
  right: 5px;
  bottom: -4px;

  width: 11px;
  height: 11px;

  border-top: 1px solid var(--mlc-gold);
  border-right: 1px solid var(--mlc-gold);

  transform: rotate(45deg);
}

.mlc-form-status {
  min-height: 18px;
  margin: 14px 0 0;

  color: var(--mlc-gold);
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

/* =========================================================
   CONTACT ROUTES
========================================================= */
.mlc-contact-routes {
  grid-area: routes;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;

  animation: mlcRise 900ms 260ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.mlc-contact-routes article {
  min-height: clamp(90px, 13vh, 145px);
  padding: 16px;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.28);
}

.mlc-contact-routes span {
  margin-bottom: 7px;

  color: var(--mlc-gold);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.mlc-contact-routes strong {
  font-family: "Bebas Neue", Impact, "Arial Black", sans-serif;
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 0.9;
  text-transform: uppercase;
}

/* =========================================================
   BOTTOM LOGO LINKS
========================================================= */
.mlc-page-links {
  position: absolute;
  left: clamp(24px, 6vw, 96px);
  right: clamp(24px, 6vw, 96px);
  bottom: 18px;

  display: grid;
  grid-template-columns: repeat(4, 1fr);

  border-top: 1px solid rgba(255,255,255,0.18);
}

.mlc-page-links a {
  min-height: 46px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-right: 1px solid rgba(255,255,255,0.14);

  color: rgba(255,255,255,0.68);
  text-decoration: none;

  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.mlc-page-links a:last-child {
  border-right: 0;
}

.mlc-page-links a:hover {
  color: var(--mlc-gold);
}

.mlc-page-links a img {
  width: auto;
  max-width: 82%;
  max-height: 36px;
  object-fit: contain;

  filter: drop-shadow(0 6px 14px rgba(0,0,0,0.48));
  transition: transform 220ms ease, filter 220ms ease;
}

.mlc-page-links a:hover img,
.mlc-page-links a:focus-visible img {
  transform: translateY(-3px);
  filter: drop-shadow(0 0 18px rgba(211,164,81,0.26));
}

/* =========================================================
   ANIMATION
========================================================= */
@keyframes mlcRise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================================
   RESPONSIVE - TABLET
========================================================= */
@media (max-width: 1024px) {
  .mlc-contact-hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "form"
      "routes";

    align-content: center;
    gap: 20px;
  }

  .mlc-contact-form {
    max-width: 680px;
  }

  .mlc-contact-title {
    font-size: clamp(58px, 11vw, 110px);
  }

  .mlc-contact-routes article {
    min-height: 90px;
  }
}

/* =========================================================
   RESPONSIVE - MOBILE
========================================================= */
@media (max-width: 680px) {
  .mlc-contact-elementor,
  .mlc-contact-page,
  .mlc-contact-hero {
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    overflow: hidden;
  }

  .mlc-contact-hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "form"
      "routes";

    padding: 22px 20px 76px;
    gap: 12px;
    align-content: center;
  }

  .mlc-kicker {
    margin-bottom: 10px;
    font-size: 9px;
    letter-spacing: 0.24em;
  }

  .mlc-contact-title {
    font-size: clamp(40px, 12vw, 58px);
  }

  .mlc-contact-copy p:not(.mlc-kicker) {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.35;
  }

  .mlc-contact-form {
    padding-top: 10px;
  }

  .mlc-contact-form label {
    margin-bottom: 8px;
  }

  .mlc-contact-form label span {
    margin-bottom: 4px;
    font-size: 8px;
    letter-spacing: 0.18em;
  }

  .mlc-contact-form input,
  .mlc-contact-form select,
  .mlc-contact-form textarea {
    padding: 7px 0;
    font-size: 11px;
  }

  .mlc-contact-form textarea {
    min-height: 52px;
  }

  .mlc-contact-form button {
    width: 100%;
    min-width: 0;

    margin-top: 6px;

    font-size: 9px;
    letter-spacing: 0.2em;
  }

  .mlc-form-status {
    min-height: 14px;
    margin-top: 8px;

    font-size: 9px;
    line-height: 1.25;
  }

  .mlc-contact-routes {
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
  }

  .mlc-contact-routes article {
    min-height: 60px;
    padding: 9px;
  }

  .mlc-contact-routes span {
    margin-bottom: 5px;
    font-size: 8px;
    letter-spacing: 0.14em;
  }

  .mlc-contact-routes strong {
    font-size: clamp(16px, 4.8vw, 22px);
  }

  .mlc-page-links {
    left: 0;
    right: 0;
    bottom: 0;

    grid-template-columns: repeat(2, 1fr);

    background: rgba(0,0,0,0.44);
    backdrop-filter: blur(12px);
  }

  .mlc-page-links a {
    min-height: 34px;

    font-size: 8px;
    letter-spacing: 0.1em;

    border-bottom: 1px solid rgba(255,255,255,0.12);
  }

  .mlc-page-links a img {
    max-width: 76%;
    max-height: 22px;
  }
}

/* =========================================================
   EXTRA SMALL HEIGHT FIX
========================================================= */
@media (max-height: 700px) {
  .mlc-contact-hero {
    padding-top: 20px;
    padding-bottom: 68px;
    gap: 10px;
  }

  .mlc-contact-title {
    font-size: clamp(44px, 8.5vw, 110px);
  }

  .mlc-contact-copy p:not(.mlc-kicker) {
    margin-top: 10px;
    line-height: 1.35;
  }

  .mlc-contact-form label {
    margin-bottom: 8px;
  }

  .mlc-contact-form input,
  .mlc-contact-form select,
  .mlc-contact-form textarea {
    padding: 7px 0;
  }

  .mlc-contact-form textarea {
    min-height: 50px;
  }

  .mlc-contact-routes article {
    min-height: 62px;
  }

  .mlc-page-links a {
    min-height: 36px;
  }

  .mlc-page-links a img {
    max-height: 26px;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-7b7009b3 */.elementor-1368 .elementor-element.elementor-element-7b7009b3 {
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  flex: 0 0 100vw !important;
}

.elementor-1368 .elementor-element.elementor-element-7b7009b3 > .elementor-widget-wrap,
.elementor-1368 .elementor-element.elementor-element-7b7009b3 > .e-con-inner,
.elementor-1368 .elementor-element.elementor-element-7b7009b3 .elementor-widget-wrap {
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-5baa879b */.elementor-1368 .elementor-element.elementor-element-5baa879b {
  position: relative !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateX(-50%) !important;
  overflow: visible !important;
  background: #050505 !important;
}

.elementor-1368 .elementor-element.elementor-element-5baa879b > .elementor-container,
.elementor-1368 .elementor-element.elementor-element-5baa879b > .e-con-inner,
.elementor-1368 .elementor-element.elementor-element-5baa879b > .e-con,
.elementor-1368 .elementor-element.elementor-element-5baa879b .elementor-container,
.elementor-1368 .elementor-element.elementor-element-5baa879b .e-con-inner,
.elementor-1368 .elementor-element.elementor-element-5baa879b .e-con {
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
}/* End custom CSS */