.elementor-1292 .elementor-element.elementor-element-166152a > .elementor-widget-container{margin:-6px -6px -6px -6px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-166152a */.rx-site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  left: 0;
  background: #f8f5ef;
  border-bottom: 1px solid rgba(23, 56, 76, 0.10);
  box-shadow: 0 4px 18px rgba(23, 56, 76, 0.05);
}

.rx-site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: rgba(200, 164, 79, 0.75);
  box-shadow: 0 6px 16px rgba(200, 164, 79, 0.22);
  pointer-events: none;
}

.rx-site-header__inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.rx-site-header__brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex: 0 0 auto;
}

.rx-site-header__brand img {
  display: block;
  width: auto;
  height: 56px;
  max-width: 148px;
  object-fit: contain;
}

.rx-site-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  flex: 1 1 auto;
  min-width: 0;
}

.rx-site-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 34px;
  flex: 1 1 auto;
  min-width: 0;
}

.rx-site-header__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  color: #1f2f39;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 0;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.rx-site-header__link:hover,
.rx-site-header__link.is-active {
  color: #17384c;
}

.rx-site-header__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  height: 2px;
  background: transparent;
  transition: background 0.2s ease;
}

.rx-site-header__link:hover::after,
.rx-site-header__link.is-active::after {
  background: #c8a44f;
}

.rx-site-header__call {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid #17384c;
  border-radius: 8px;
  background: #17384c;
  color: #ffffff !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
  flex: 0 0 auto;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.rx-site-header__call:hover {
  background: #102a38;
  border-color: #102a38;
  color: #ffffff !important;
}

.rx-site-header__call svg {
  width: 18px;
  height: 18px;
  color: currentColor;
}

.rx-site-header__toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(23, 56, 76, 0.10);
  border-radius: 8px;
  background: #fffdf8;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  box-shadow: 0 4px 10px rgba(23, 56, 76, 0.04);
}

.rx-site-header__toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #17384c;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.rx-site-header__toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.rx-site-header__toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.rx-site-header__toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.rx-mobile-nav {
  display: none;
  background: #f8f5ef;
  border-top: 1px solid rgba(23, 56, 76, 0.06);
}

.rx-mobile-nav.is-open {
  display: block;
}

.rx-mobile-nav__menu {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 10px 16px 16px;
  display: grid;
  gap: 8px;
}

.rx-mobile-nav__link,
.rx-mobile-nav__call {
  display: block;
  text-decoration: none !important;
  color: #203243;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 13px 12px;
  border: 1px solid rgba(23, 56, 76, 0.08);
  border-radius: 8px;
  background: #fffdf8;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.rx-mobile-nav__link:hover,
.rx-mobile-nav__call:hover,
.rx-mobile-nav__link.is-active {
  color: #17384c;
  border-color: rgba(200, 164, 79, 0.45);
  background: #fbf8f1;
}

/* Hide About link */
.rx-site-header__link[data-nav="about"],
.rx-mobile-nav__link[data-nav="about"] {
  display: none !important;
}

/* =========================
   LAPTOP / TABLET
========================= */

@media (max-width: 1180px) {
  .rx-site-header__inner {
    padding: 10px 20px;
    gap: 16px;
  }

  .rx-site-header__brand img {
    height: 52px;
    max-width: 138px;
  }

  .rx-site-header__right {
    gap: 16px;
  }

  .rx-site-header__nav {
    gap: 24px;
  }

  .rx-site-header__link {
    font-size: 14px;
  }

  .rx-site-header__call {
    min-height: 46px;
    padding: 0 15px;
    font-size: 13px;
  }
}

/* =========================
   MOBILE NAV BREAKPOINT
========================= */

@media (max-width: 900px) {
  .rx-site-header__nav--desktop,
  .rx-site-header__call {
    display: none;
  }

  .rx-site-header__toggle {
    display: inline-flex;
  }

  .rx-site-header__inner {
    max-width: 100%;
    padding: 10px 16px;
    gap: 12px;
  }

  .rx-site-header__brand img {
    height: 46px;
    max-width: 124px;
  }

  .rx-site-header__right {
    flex: 0 0 auto;
    gap: 0;
  }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 767px) {
  .rx-site-header {
    box-shadow: 0 3px 12px rgba(23, 56, 76, 0.04);
  }

  .rx-site-header::after {
    box-shadow: 0 4px 12px rgba(200, 164, 79, 0.18);
  }

  .rx-site-header__inner {
    padding: 8px 14px;
  }

  .rx-site-header__brand img {
    height: 42px;
    max-width: 114px;
  }

  .rx-site-header__toggle {
    width: 40px;
    height: 40px;
  }

  .rx-site-header__toggle span {
    width: 18px;
  }

  .rx-mobile-nav__menu {
    padding: 8px 12px 14px;
    gap: 6px;
  }

  .rx-mobile-nav__link,
  .rx-mobile-nav__call {
    font-size: 14px;
    padding: 12px 10px;
    border-radius: 8px;
  }
}/* End custom CSS */