.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-4499 .elementor-element.elementor-element-5827bc2{width:100%;}}/* Start custom CSS for html, class: .elementor-element-52738a6 */.mdt-header-logo {
  display: block;
  height: 64px;
  width: auto;
  max-width: 260px;
  object-fit: contain;
}

@media (max-width: 680px) {
  .mdt-header-logo {
    height: 48px;
    max-width: 210px;
  }
}/* End custom CSS */
/* Start custom CSS *//* ================================
   MDT Header + Mega Menu
   Complete CSS
================================ */

/* Header Wrapper */
.mdt-header {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid rgba(18, 28, 33, 0.08);
  position: relative;
  z-index: 999;
}

.mdt-header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

/* Logo */
.mdt-logo img {
  max-width: 230px;
  height: auto;
  display: block;
}

/* Main Nav */
.mdt-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.mdt-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0;
  margin: 0;
}

.mdt-menu-item {
  position: relative;
}

.mdt-menu-item > a {
  color: #172126;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  padding: 18px 0;
  display: inline-flex;
  align-items: center;
}

.mdt-menu-item > a:hover {
  color: #b88a1e;
}

/* CTA Button */
.mdt-header-cta {
  background: #c99a2e;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(201, 154, 46, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}

.mdt-header-cta:hover {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(201, 154, 46, 0.28);
}

/* Mega Menu */
.mdt-mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-42%);
  width: min(940px, calc(100vw - 48px));
  background: #ffffff;
  border: 1px solid rgba(18, 28, 33, 0.10);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(18, 28, 33, 0.14);
  padding: 26px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 26px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}

.mdt-has-mega:hover .mdt-mega-menu,
.mdt-has-mega:focus-within .mdt-mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-42%) translateY(4px);
}

/* Mega Menu Intro Panel */
.mdt-mega-intro {
  background: linear-gradient(145deg, #172126, #253138);
  border-radius: 14px;
  padding: 24px;
  color: #ffffff;
}

.mdt-mega-eyebrow {
  color: #d7ac45;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 800;
  margin: 0 0 10px;
}

.mdt-mega-intro h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.15;
  margin: 0 0 12px;
}

.mdt-mega-intro p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

/* Mega Menu Cards */
.mdt-mega-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mdt-mega-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: center;
  text-decoration: none;
  padding: 14px;
  border-radius: 14px;
  background: #f8f8f6;
  border: 1px solid rgba(18, 28, 33, 0.06);
  transition: background 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.mdt-mega-card:hover {
  background: #ffffff;
  transform: translateY(-2px);
  border-color: rgba(201, 154, 46, 0.35);
}

.mdt-mega-card img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  display: block;
}

.mdt-mega-card h4 {
  color: #172126;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 5px;
}

.mdt-mega-card p {
  color: #5d666b;
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.mdt-featured-card {
  grid-column: span 2;
  background: #fffaf0;
}

/* Mobile Toggle */
.mdt-menu-toggle {
  display: none;
}

.mdt-menu-button {
  display: none;
  width: 34px;
  height: 28px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
}

.mdt-menu-button span {
  display: block;
  height: 3px;
  background: #172126;
  border-radius: 999px;
}

/* Tablet / Mobile */
@media (max-width: 980px) {
  .mdt-header-inner {
    flex-wrap: wrap;
  }

  .mdt-logo img {
    max-width: 185px;
  }

  .mdt-menu-button {
    display: flex;
  }

  .mdt-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding-top: 16px;
  }

  .mdt-menu-toggle:checked ~ .mdt-nav {
    display: flex;
  }

  .mdt-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }

  .mdt-menu-item > a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(18, 28, 33, 0.08);
    width: 100%;
  }

  .mdt-mega-menu {
    position: static;
    width: 100%;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    box-shadow: none;
    border-radius: 14px;
    grid-template-columns: 1fr;
    padding: 18px;
    margin: 6px 0 16px;
  }

  .mdt-has-mega:hover .mdt-mega-menu,
  .mdt-has-mega:focus-within .mdt-mega-menu {
    transform: none;
  }

  .mdt-mega-grid {
    grid-template-columns: 1fr;
  }

  .mdt-featured-card {
    grid-column: span 1;
  }

  .mdt-header-cta {
    text-align: center;
    width: 100%;
  }
}

/* Smaller Mobile */
@media (max-width: 520px) {
  .mdt-header-inner {
    padding: 12px 18px;
  }

  .mdt-logo img {
    max-width: 165px;
  }

  .mdt-mega-card {
    grid-template-columns: 58px 1fr;
    padding: 12px;
  }

  .mdt-mega-card img {
    width: 58px;
    height: 58px;
  }

  .mdt-mega-intro h3 {
    font-size: 21px;
  }
/* ================================
   MDT Mega Menu Symbol Icons
================================ */

.mdt-mega-symbol {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: #ffffff;
  border: 2px solid rgba(23, 33, 38, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 6px #f8f8f6;
}

.mdt-mega-symbol span {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #c99a2e;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.mdt-mega-symbol-featured {
  background: #fff7e4;
  border-color: rgba(201, 154, 46, 0.38);
}

.mdt-mega-symbol-featured span {
  background: #172126;
  color: #d7ac45;
}

@media (max-width: 520px) {
  .mdt-mega-symbol {
    width: 58px;
    height: 58px;
    border-radius: 15px;
  }

  .mdt-mega-symbol span {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}/* End custom CSS */