.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== MIAMI MARKETING HEADER (FIXED FOR ELEMENTOR) ===== */

.mmt-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px;
  background: rgba(0,0,0,0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
}

/* LOGO */
.mmt-header-logo {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.mmt-header-logo span {
  color: #ff4b18;
}

/* NAVIGATION */
.mmt-header-nav {
  display: flex;
  gap: 24px;
  align-items: center;
}

.mmt-header-nav a {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  transition: 0.2s ease;
}

.mmt-header-nav a:hover {
  color: #ffffff;
}

/* CTA BUTTON */
.mmt-header-cta {
  padding: 8px 18px;
  background: linear-gradient(135deg, #ff4b18, #ff914d);
  border-radius: 999px;
  color: #ffffff !important;
  letter-spacing: 0.18em;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.6);
  transition: 0.2s;
  white-space: nowrap;
}

.mmt-header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.95);
}

/* ===== MOBILE FIX (header stays visible) ===== */
@media (max-width: 900px) {
  .mmt-header-container {
    padding: 14px 18px;
  }
}

/* DON'T HIDE THE MENU */
@media (max-width: 900px) {
  .mmt-header-nav {
    display: flex !important;
  }
}/* End custom CSS */