.elementor-416 .elementor-element.elementor-element-ab72788{--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-416 .elementor-element.elementor-element-8a7ae54{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-320a03d *//* ================================
   MCS GEO FINAL ALWAYS VISIBLE HEADER
================================ */

.mcs-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 999999 !important;
  background: #ffffff;
  transform: translateY(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: background 0.35s ease, box-shadow 0.35s ease !important;
}

/* Force header to never hide */
.mcs-header.hide-header,
.mcs-header.mcs-hidden,
.mcs-header.is-hidden,
.mcs-header.elementor-sticky--effects {
  transform: translateY(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
  top: 0 !important;
}

.mcs-header.scrolled {
  background: rgba(255, 255, 255, 0.94) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12) !important;
}

/* Header Inner */

.mcs-header-inner {
  width: 100%;
  max-width: none;
  min-height: 86px;
  margin: 0;
  padding: 0 clamp(18px, 4vw, 70px);

  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 30px;
}

/* Logo + Text */

.mcs-brand-wrap {
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 0px;
  min-width: 0;
}

.mcs-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.mcs-logo img {
  width: 170px;
  height: auto;
  display: block;
}

.mcs-brand-text {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: 0.2px;
}

.mcs-brand-text span {
  display: block;
  margin-top: 3px;
  color: #74345f;
  font-size: 12px;
  font-weight: 600;
}

/* Desktop Menu Center */

.mcs-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 34px;
}

.mcs-nav a {
  position: relative;
  color: #000000;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  transition: color 0.3s ease;
}

.mcs-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 0;
  height: 2px;
  background: #d8a84f;
  transition: width 0.3s ease;
}

.mcs-nav a:hover,
.mcs-nav a.active {
  color: #000000;
}

.mcs-nav a:hover::after,
.mcs-nav a.active::after {
  width: 100%;
}

/* CTA Right */

.mcs-header-btn {
  justify-self: end;
  background: #74345f;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 25px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.mcs-header-btn:hover {
  background: #d8a84f;
  color: #111111;
}

/* Mobile Toggle */

.mcs-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.mcs-menu-toggle span {
  display: block;
  width: 27px;
  height: 2px;
  background: #111111;
  margin: 6px auto;
  transition: all 0.3s ease;
}

.mcs-menu-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.mcs-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mcs-menu-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Mobile Menu */

.mcs-mobile-menu {
  display: none;
  background: rgba(10, 10, 10, 0.88) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  padding: 18px 24px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.mcs-mobile-menu.show {
  display: block;
}

.mcs-mobile-menu a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 14px 0;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mcs-mobile-menu a:hover,
.mcs-mobile-menu a.active {
  color: #d8a84f;
}

.mcs-mobile-menu .mobile-cta {
  margin-top: 16px;
  text-align: center;
  background: #74345f;
  color: #ffffff;
  border-radius: 7px;
  border-bottom: none;
  padding: 14px 18px;
}

.mcs-mobile-menu .mobile-cta:hover {
  background: #d8a84f;
  color: #111111;
}

/* Laptop Responsive */

@media (max-width: 1350px) {
  .mcs-header-inner {
    padding: 0 30px;
    column-gap: 22px;
  }

  .mcs-logo img {
    width: 145px;
  }

  .mcs-brand-text {
    font-size: 12px;
  }

  .mcs-brand-text span {
    font-size: 11px;
  }

  .mcs-nav {
    gap: 20px;
  }

  .mcs-nav a {
    font-size: 15px;
  }

  .mcs-header-btn {
    padding: 13px 16px;
    font-size: 13px;
  }
}

/* Tablet Responsive */

@media (max-width: 1024px) {
  .mcs-header-inner {
    min-height: 78px;
    padding: 0 26px;
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .mcs-brand-wrap {
    justify-self: start;
    gap: 12px;
  }

  .mcs-nav,
  .mcs-header-btn {
    display: none;
  }

  .mcs-menu-toggle {
    justify-self: end;
    display: block;
  }

  .mcs-logo img {
    width: 140px;
  }

  .mcs-brand-text {
    font-size: 12px;
  }

  .mcs-brand-text span {
    font-size: 11px;
  }
}

/* Phone Responsive */

@media (max-width: 767px) {
  .mcs-header-inner {
    min-height: 72px;
    padding: 0 16px;
  }

  .mcs-brand-wrap {
    gap: 8px;
    max-width: calc(100vw - 78px);
  }

  .mcs-logo img {
    width: 112px;
  }

  .mcs-brand-text {
    width: 200px;
    white-space: normal;
    font-size: 12px;
    line-height: 1.15;
  }

  .mcs-brand-text span {
    font-size: 10px;
  }

  .mcs-menu-toggle {
    width: 40px;
    height: 40px;
  }

  .mcs-menu-toggle span {
    width: 25px;
  }

  .mcs-mobile-menu {
    padding: 14px 18px 22px;
  }

  .mcs-mobile-menu a {
    font-size: 14px;
    padding: 13px 0;
  }
}

/* Small Phone */

@media (max-width: 380px) {
  .mcs-header-inner {
    padding: 0 12px;
  }

  .mcs-logo img {
    width: 100px;
  }

  .mcs-brand-wrap {
    gap: 6px;
  }

  .mcs-brand-text {
    width: 108px;
    font-size: 9.5px;
  }

  .mcs-brand-text span {
    font-size: 9px;
  }
}/* End custom CSS */