.elementor-128 .elementor-element.elementor-element-fcd0a4e{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 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-fcd0a4e */:root {
  --mb-green-dark: #0f2f2a;
  --mb-green: #153f38;
  --mb-green-soft: #e8f1ed;
  --mb-cream: #f8f4ea;
  --mb-sand: #f3ead7;
  --mb-gold: #c39a4b;
  --mb-text: #183d36;
  --mb-muted: #65756f;
  --mb-border: #e4dccb;
  --mb-white: #ffffff;
  --mb-shadow: 0 18px 45px rgba(15, 47, 42, 0.12);
}

.mb-site-header {
  direction: rtl;
  width: 100%;
  background: var(--mb-white);
  color: var(--mb-text);
  border-bottom: 1px solid rgba(21, 63, 56, 0.12);
  z-index: 1000;
}

.mb-site-header * {
  box-sizing: border-box;
}

.mb-site-header a {
  color: inherit;
  text-decoration: none;
}

.mb-site-header a:hover,
.mb-site-header a:focus {
  text-decoration: none;
}

.mb-skip-link {
  position: absolute;
  top: -100px;
  right: 16px;
  background: var(--mb-green);
  color: #fff !important;
  padding: 10px 14px;
  border-radius: 999px;
  z-index: 9999;
  font-weight: 700;
}

.mb-skip-link:focus {
  top: 12px;
}

.mb-header-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

/* Top bar */

.mb-header-topbar {
  background: var(--mb-green-dark);
  color: rgba(248, 244, 234, 0.94);
  font-size: 0.9rem;
}

.mb-topbar-row {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.mb-topbar-text {
  margin: 0;
  line-height: 1.6;
}

.mb-topbar-links {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.mb-topbar-links a {
  color: rgba(248, 244, 234, 0.92);
  border-bottom: 1px solid transparent;
  transition: border-color 160ms ease, color 160ms ease;
}

.mb-topbar-links a:hover,
.mb-topbar-links a:focus {
  color: #fff;
  border-bottom-color: rgba(248, 244, 234, 0.65);
}

/* Main header */

.mb-header-main {
  background:
    radial-gradient(circle at top right, rgba(195, 154, 75, 0.12), transparent 32%),
    #ffffff;
}

.mb-header-row {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
}

.mb-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
  color: var(--mb-green);
}

.mb-brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(145deg, var(--mb-green), var(--mb-green-dark));
  color: #fff;
  font-weight: 900;
  font-size: 1.2rem;
  box-shadow: 0 10px 24px rgba(15, 47, 42, 0.18);
}

.mb-brand-copy {
  display: grid;
  line-height: 1.2;
}

.mb-brand-copy strong {
  font-size: 1.18rem;
  letter-spacing: -0.02em;
}

.mb-brand-copy small {
  color: var(--mb-muted);
  font-size: 0.82rem;
  margin-top: 3px;
}

/* Desktop nav */

.mb-primary-nav {
  flex: 1 1 auto;
}

.mb-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mb-nav-item {
  position: relative;
}

.mb-nav-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--mb-text);
  font-weight: 700;
  font-size: 0.96rem;
  transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.mb-nav-link:hover,
.mb-nav-link:focus,
.mb-nav-item:focus-within > .mb-nav-link {
  background: var(--mb-green-soft);
  color: var(--mb-green);
}

.mb-has-dropdown > .mb-nav-link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  margin-right: 8px;
  margin-top: -3px;
  opacity: 0.7;
}

/* Dropdown */

.mb-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: 330px;
  background: #fff;
  color: var(--mb-text);
  border: 1px solid rgba(21, 63, 56, 0.12);
  border-radius: 22px;
  box-shadow: var(--mb-shadow);
  padding: 10px;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 20;
}

.mb-dropdown::before {
  content: "";
  position: absolute;
  top: -14px;
  right: 0;
  width: 100%;
  height: 14px;
}

.mb-has-dropdown:hover .mb-dropdown,
.mb-has-dropdown:focus-within .mb-dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mb-dropdown a {
  display: grid;
  gap: 4px;
  padding: 12px 13px;
  border-radius: 16px;
  transition: background-color 160ms ease;
}

.mb-dropdown a:hover,
.mb-dropdown a:focus {
  background: var(--mb-cream);
}

.mb-dropdown strong {
  color: var(--mb-green);
  font-size: 0.97rem;
}

.mb-dropdown span {
  color: var(--mb-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

/* Search */

.mb-header-search {
  width: 210px;
  min-width: 190px;
  height: 42px;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(21, 63, 56, 0.16);
  border-radius: 999px;
  overflow: hidden;
}

.mb-header-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 14px 0 6px;
  color: var(--mb-text);
  font: inherit;
}

.mb-header-search input::placeholder {
  color: rgba(101, 117, 111, 0.9);
}

.mb-header-search button {
  height: 100%;
  border: 0;
  cursor: pointer;
  padding: 0 14px;
  background: var(--mb-green);
  color: #fff;
  font: inherit;
  font-weight: 700;
  transition: background-color 160ms ease;
}

.mb-header-search button:hover,
.mb-header-search button:focus {
  background: var(--mb-green-dark);
}

/* Header actions */

.mb-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.mb-header-secondary-link {
  color: var(--mb-green);
  font-weight: 700;
  padding: 9px 4px;
}

.mb-header-secondary-link:hover,
.mb-header-secondary-link:focus {
  color: var(--mb-green-dark);
}

.mb-header-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 17px;
  border-radius: 999px;
  background: var(--mb-green);
  color: #fff !important;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(21, 63, 56, 0.18);
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.mb-header-cta:hover,
.mb-header-cta:focus {
  background: var(--mb-green-dark);
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(21, 63, 56, 0.24);
}

/* Mobile menu */

.mb-mobile-menu {
  display: none;
}

.mb-mobile-menu summary {
  list-style: none;
}

.mb-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mb-mobile-menu summary {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border-radius: 999px;
  background: var(--mb-green);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  user-select: none;
}

.mb-mobile-menu-icon {
  display: grid;
  gap: 4px;
}

.mb-mobile-menu-icon span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.mb-mobile-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  background: #fff;
  border: 1px solid rgba(21, 63, 56, 0.14);
  border-radius: 24px;
  box-shadow: var(--mb-shadow);
  padding: 16px;
  z-index: 30;
}

.mb-mobile-search {
  display: flex;
  height: 46px;
  border: 1px solid rgba(21, 63, 56, 0.16);
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 14px;
}

.mb-mobile-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 14px;
  font: inherit;
  color: var(--mb-text);
}

.mb-mobile-search button {
  border: 0;
  background: var(--mb-green);
  color: #fff;
  padding: 0 16px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.mb-mobile-section {
  padding: 14px 0;
  border-top: 1px solid rgba(21, 63, 56, 0.1);
}

.mb-mobile-section:first-of-type {
  border-top: 0;
}

.mb-mobile-section h2 {
  margin: 0 0 9px;
  font-size: 0.92rem;
  color: var(--mb-muted);
}

.mb-mobile-section a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 9px 11px;
  border-radius: 14px;
  color: var(--mb-text);
  font-weight: 700;
}

.mb-mobile-section a::after {
  content: "←";
  color: var(--mb-gold);
  font-weight: 900;
}

.mb-mobile-section a:hover,
.mb-mobile-section a:focus {
  background: var(--mb-cream);
  color: var(--mb-green);
}

.mb-mobile-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 10px;
  padding: 11px 16px;
  border-radius: 999px;
  background: var(--mb-green);
  color: #fff !important;
  font-weight: 900;
}

/* Utility */

.mb-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

/* Responsive */

@media (max-width: 1180px) {
  .mb-header-search {
    display: none;
  }
}

@media (max-width: 1020px) {
  .mb-primary-nav,
  .mb-header-actions {
    display: none;
  }

  .mb-mobile-menu {
    display: block;
    margin-right: auto;
  }

  .mb-header-row {
    min-height: 72px;
  }
}

@media (max-width: 760px) {
  .mb-header-topbar {
    display: none;
  }

  .mb-header-inner {
    width: min(100% - 24px, 1180px);
  }

  .mb-brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }

  .mb-brand-copy strong {
    font-size: 1.07rem;
  }

  .mb-brand-copy small {
    font-size: 0.76rem;
  }

  .mb-mobile-panel {
    border-radius: 20px;
    padding: 14px;
  }
}

@media (max-width: 420px) {
  .mb-brand-copy small {
    display: none;
  }

  .mb-mobile-menu summary {
    padding-inline: 12px;
  }
}
.elementor-128 .elementor-element.elementor-element-fcd0a4e .mb-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: auto;
  line-height: 0;
}

.elementor-128 .elementor-element.elementor-element-fcd0a4e .mb-brand-logo-link {
  padding: 0;
}

.elementor-128 .elementor-element.elementor-element-fcd0a4e .mb-brand-logo {
  display: block;
  width: auto;
  height: 48px;
  max-width: 260px;
  object-fit: contain;
}

@media (max-width: 1020px) {
  .elementor-128 .elementor-element.elementor-element-fcd0a4e .mb-brand-logo {
    height: 48px;
    max-width: 220px;
  }
}

@media (max-width: 520px) {
  .elementor-128 .elementor-element.elementor-element-fcd0a4e .mb-brand-logo {
    height: 40px;
    max-width: 180px;
  }
}/* End custom CSS */