.bekaa-header-brand-group {
  align-items: center;
  display: flex;
  height: 100%;
}

.bekaa-gc-contact-map-section {
  background: #f3f4f2;
  left: 50%;
  margin-left: -50vw;
  position: relative;
  width: 100vw;
}

.bekaa-gc-contact-map-intro {
  background: #fff;
  box-sizing: border-box;
  padding: 32px max(28px, calc((100vw - 1280px) / 2));
}

.bekaa-gc-contact-map-intro p {
  color: var(--bekaa-red, #ec1d25);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.bekaa-gc-contact-map-intro h2 {
  color: #171717;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(30px, 2.4vw, 40px);
  font-weight: 400;
  line-height: 1.08;
  margin: 0 0 10px;
}

.bekaa-gc-contact-map-intro span {
  color: #5f5f5f;
  display: block;
  font-size: 15px;
  line-height: 1.5;
}

.bekaa-gc-contact-map {
  height: min(68vh, 720px);
  min-height: 520px;
  width: 100%;
}

.bekaa-gc-contact-map__marker {
  align-items: center;
  display: flex;
  gap: 6px;
  white-space: nowrap;
}

.bekaa-gc-contact-map__marker-dot {
  background: var(--bekaa-red, #ec1d25);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  display: block;
  flex: 0 0 auto;
  height: 12px;
  width: 12px;
}

.bekaa-gc-contact-map__marker-label {
  background: rgba(255, 255, 255, 0.9);
  border-left: 2px solid var(--bekaa-red, #ec1d25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
  color: #171717;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 9px;
}

.bekaa-gc-contact-map .maplibregl-popup-content {
  border-radius: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.18);
  color: #171717;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 14px;
}

@media (max-width: 767px) {
  .bekaa-gc-contact-map-intro {
    padding: 25px 22px 27px;
  }

  .bekaa-gc-contact-map-intro h2 {
    font-size: 30px;
  }

  .bekaa-gc-contact-map {
    height: 540px;
    min-height: 540px;
  }
}

.bekaa-header-brand-group .bekaa-market-switcher--brand {
  align-self: center;
  display: inline-flex;
  height: 100%;
  margin-left: 8px;
  position: relative;
  vertical-align: middle;
  z-index: 30;
}

.bekaa-header-brand-group .bekaa-market-switcher__details {
  height: 100%;
  position: relative;
}

.bekaa-header-brand-group .bekaa-market-switcher__details > summary {
  align-items: center;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 7px;
  height: 100%;
  letter-spacing: 0.07em;
  list-style: none;
  min-height: 0;
  padding: 0 4px;
  white-space: nowrap;
}

.bekaa-header-brand-group .bekaa-market-switcher__details > summary::-webkit-details-marker {
  display: none;
}

.bekaa-header-brand-group .bekaa-market-switcher__details > summary:focus-visible {
  outline: 2px solid #ec1d25;
  outline-offset: 2px;
}

.bekaa-header-brand-group .bekaa-market-switcher__pin {
  display: block;
  flex: 0 0 auto;
  height: 16px;
  width: 16px;
}

.bekaa-header-brand-group .bekaa-market-switcher__label {
  display: block;
}

.bekaa-header-brand-group .bekaa-market-switcher__label--compact {
  display: none;
}

.bekaa-header-brand-group .bekaa-market-switcher__chevron {
  border-bottom: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  display: block;
  flex: 0 0 auto;
  height: 6px;
  margin-left: 1px;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.18s ease;
  width: 6px;
}

.bekaa-header-brand-group .bekaa-market-switcher__details[open] .bekaa-market-switcher__chevron {
  transform: translateY(2px) rotate(225deg);
}

.bekaa-header-brand-group .bekaa-market-switcher__menu {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 154px;
  padding: 6px 0;
  position: absolute;
  top: 100%;
  z-index: 40;
}

.bekaa-header-brand-group .bekaa-market-switcher__details[open] > .bekaa-market-switcher__menu {
  display: block;
}

.bekaa-header-brand-group .bekaa-market-switcher__menu li {
  display: block;
  margin: 0;
  position: relative;
}

.bekaa-header-brand-group .bekaa-market-switcher__preview {
  display: none;
}

.bekaa-header-brand-group .bekaa-market-switcher__menu a {
  color: #0a0a0a;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 11px 14px;
}

.bekaa-header-brand-group .bekaa-market-switcher__menu a:hover,
.bekaa-header-brand-group .bekaa-market-switcher__menu a:focus-visible,
.bekaa-header-brand-group .bekaa-market-switcher__menu a[aria-current="page"] {
  color: #ec1d25;
}

.bekaa-market-fallback-notice {
  background: #f5f3ef;
  border-left: 3px solid #ec1d25;
  color: #171717;
  font-size: 15px;
  line-height: 1.55;
  margin: 24px auto;
  max-width: 1140px;
  padding: 14px 18px;
  width: calc(100% - 48px);
}

@media (min-width: 1280px) {
  .bekaa-market-fallback-notice {
    margin-top: 32px;
    width: calc(100% - (2 * var(--bekaa-page-gutter)));
  }
}

@media only screen and (min-width: 1280px) {
  .header-style-1 .mk-grid.header-grid {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    max-width: none;
    padding: 0 var(--bekaa-page-gutter);
    width: 100%;
  }

  .header-style-1 .mk-grid.header-grid .bekaa-header-brand-group {
    flex: 0 0 auto;
    order: 1;
  }

  .header-style-1 .mk-grid.header-grid .header-logo {
    align-self: stretch;
    float: none;
    height: auto;
    position: relative;
    width: 150px;
  }

  .header-style-1 .mk-grid.header-grid .header-logo > a {
    height: 100%;
    margin: 0;
    width: 100%;
  }

  .header-style-1 .mk-grid.header-grid .mk-header-nav-container {
    display: flex;
    flex: 1 1 auto;
    float: none;
    justify-content: flex-end;
    margin-left: auto;
    order: 2;
    padding: 0;
    width: auto;
  }

  .header-style-1 .mk-main-navigation {
    float: none;
    margin-left: auto;
    margin-right: 0;
  }

  .header-style-1 .mk-grid.header-grid .mk-main-navigation .main-navigation-ul > li > a.menu-item-link {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .header-style-1 .mk-grid.header-grid .mk-main-navigation .main-navigation-ul > li:last-child > a.menu-item-link {
    padding-right: 16px !important;
  }

  .header-style-1 .mk-main-navigation .main-navigation-ul > li > a.menu-item-link,
  .bekaa-header-brand-group .bekaa-market-switcher__details > summary {
    font-family: -apple-system, system-ui, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__details > summary {
    position: relative;
    top: 2px;
    text-transform: uppercase;
  }

  .trans-header .bg-true.light-skin:not(.a-sticky) .bekaa-market-switcher__details > summary {
    color: #fff !important;
  }

  .trans-header .bg-true.dark-skin:not(.a-sticky) .bekaa-market-switcher__details > summary {
    color: #222 !important;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__details > summary::before {
    background: currentColor;
    content: "";
    display: block;
    flex: 0 0 1px;
    height: 22px;
    opacity: 0.18;
    width: 1px;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__pin {
    height: 14px;
    opacity: 0.58;
    width: 14px;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__chevron {
    border-width: 0 1px 1px 0;
    height: 5px;
    opacity: 0.58;
    width: 5px;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__menu a {
    text-transform: uppercase;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__preview {
    box-sizing: border-box;
    display: block;
    left: 100%;
    opacity: 0;
    padding-left: 10px;
    pointer-events: none;
    position: absolute;
    top: -6px;
    transform: translate3d(-5px, 0, 0);
    transition:
      opacity 0.18s ease,
      transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
    visibility: hidden;
    width: 330px;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__menu li:hover .bekaa-market-switcher__preview,
  .bekaa-header-brand-group .bekaa-market-switcher__menu li:focus-within .bekaa-market-switcher__preview {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__preview-card {
    background: #fff;
    border-top: 1px solid var(--bekaa-red, #ec1d25);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    color: #171717;
    display: flex;
    flex-direction: column;
    padding: 18px 20px 19px;
    width: 320px;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__preview-card strong {
    color: #171717;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.2;
    margin-bottom: 9px;
    text-transform: uppercase;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__preview-card span {
    color: #303030;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 7px;
    text-transform: none;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__preview-card small {
    color: #686868;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.48;
    text-transform: none;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__menu a::after {
    background: var(--bekaa-red, #ec1d25);
    border-radius: 999px;
    content: "";
    display: inline-block;
    filter: blur(1px);
    height: var(--bekaa-cursor-dot-size, var(--bekaa-button-dot-size, 4px));
    margin-left: 0.13em;
    opacity: 0;
    transform: translate3d(-0.16em, 1px, 0) scale(0.2);
    transform-origin: center;
    transition:
      opacity 0.24s var(--bekaa-motion-ease, cubic-bezier(0.22, 1, 0.36, 1)) 0.06s,
      transform 0.42s var(--bekaa-motion-ease, cubic-bezier(0.22, 1, 0.36, 1)) 0.03s,
      filter 0.34s var(--bekaa-motion-ease, cubic-bezier(0.22, 1, 0.36, 1)) 0.03s;
    vertical-align: baseline;
    width: var(--bekaa-cursor-dot-size, var(--bekaa-button-dot-size, 4px));
  }

  .bekaa-header-brand-group .bekaa-market-switcher__menu a:hover::after,
  .bekaa-header-brand-group .bekaa-market-switcher__menu a:focus-visible::after {
    filter: blur(0);
    opacity: 1;
    transform: translate3d(0, 1px, 0) scale(1);
  }
}

@media only screen and (max-width: 1279px) {
  .header-style-1 .mk-grid.header-grid .bekaa-header-brand-group {
    height: 58px;
    left: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 381;
  }

  .header-style-1 .mk-grid.header-grid .bekaa-header-brand-group .header-logo {
    height: 58px !important;
    left: auto !important;
    position: relative !important;
    top: auto !important;
    transform: none !important;
    width: auto !important;
  }

  .bekaa-header-brand-group .bekaa-market-switcher--brand {
    height: auto;
    left: auto;
    margin-left: 10px;
    position: relative;
    top: auto;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__details > summary {
    font-size: 13px;
    gap: 6px;
    height: 44px;
    letter-spacing: 0.12em;
    padding: 0 4px;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__pin {
    height: 14px;
    width: 14px;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__label--full {
    display: block;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__label--compact {
    display: none;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__menu {
    background: #fff;
    border-top: 1px solid var(--bekaa-red, #ec1d25);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    left: var(--bekaa-market-menu-left, -16px);
    min-width: 0;
    padding: 0 20px;
    position: fixed;
    right: auto;
    top: var(--bekaa-market-menu-top, 58px);
    width: 100vw;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__menu li + li {
    border-top: 1px solid #e7e4df;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__menu a {
    box-sizing: border-box;
    color: #171717;
    min-height: 88px;
    padding: 16px 34px 16px 4px;
    position: relative;
    text-decoration: none;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__menu a[aria-current="page"] {
    color: #171717;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__menu a::before {
    border: solid #777;
    border-width: 1px 1px 0 0;
    content: "";
    height: 12px;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__menu a[aria-current="page"]::before {
    background: var(--bekaa-red, #ec1d25);
    border: 0;
    border-radius: 0;
    height: calc(100% - 32px);
    left: -8px;
    right: auto;
    top: 16px;
    transform: none;
    width: 2px;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__option-name {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.2;
    margin-bottom: 7px;
    text-transform: uppercase;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__preview {
    display: block;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__preview-card {
    display: flex;
    flex-direction: column;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__preview-card strong {
    display: none;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__preview-card span {
    color: #303030;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.35;
    margin-bottom: 3px;
    text-transform: none;
  }

  .bekaa-header-brand-group .bekaa-market-switcher__preview-card small {
    color: #707070;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    text-transform: none;
  }
}
