/* Site Header Left Styles */
#site-header-left {
  display: flex;
  width: 100%;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: auto;
  z-index: 10;
  transition: height 0.3s ease;
  pointer-events: none;
}

#site-header-left .logo,
#site-header-left .term-separator,
#site-header-left .term-name,
#site-header-left .site-header-content {
  pointer-events: auto;
}

.shrink #site-header-left {
  height: 64px;
}

#site-header-left .site-header-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 1;
  max-width: var(--content-width);
  width: calc(clamp(0px, (100vw - var(--content-width)) / 2, 100vw) + clamp(0px, (1880px - 100vw) / 2, 40px) + 235px);
  padding-left: calc(clamp(0px, (100vw - var(--content-width)) / 2, 100vw) + clamp(0px, (1880px - 100vw) / 2, 40px));
  background-color: var(--e-global-color-primary);
  transition: width 0.3s ease padding-left 0.3 ease;
}

.logo svg {
  width: auto;
  height: 36px;
  transition: height 0.3s ease;
  fill: var(--e-global-color-accent);
}

.shrink .logo svg {
  height: 26px;
}

#site-header-left .term-name {
  font-size: 18px;
  font-weight: 500;
  color: var(--e-global-color-accent);
  margin-left: 0px;
}

#site-header-left {
  background-color: transparent;
}

.term-separator {
  width: 1px;
  height: 32px;
  background-color: #ffffff;
  margin: 0 12px;
  transition: height 0.3s ease, margin 0.3s ease;
}

.shrink .term-separator {
  height: 24px;
  margin: 0 8px;
}

#site-header-left .site-header-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 2;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 88'%3E%3Cpath d='M600,0H0v88h509.24c30.89,0,58.77-17.33,70.85-43.99L600,0Z' fill='%230B4650'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  min-width: 320px;
}

.shrink .site-header-content {
  min-width: 295px;
}

.shape-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  /* background-color: var(--e-global-color-primary); */
  z-index: 0;
  width: calc(clamp(0px, (100vw - var(--content-width)) / 2, 100vw) + clamp(0px, (1880px - 100vw) / 2, 40px) + 2px);
  transition: width 0.3s ease;
}

.shrink .shape-bg {
  width: calc(clamp(0px, (100vw - var(--content-width)) / 2, 100vw) + clamp(0px, (1880px - 100vw) / 2, 40px) + 2px);
}

body[data-elementor-device-mode="tablet"] #site-header-left .site-header-inner,
body[data-elementor-device-mode="tablet"] #site-header-left .header-shape {
  width: calc(clamp(0px, (100vw - var(--content-width)) / 2, 100vw) + clamp(0px, (1880px - 100vw) / 2, 40px) + 255px);
  padding-left: calc(clamp(0px, (100vw - var(--content-width)) / 2, 100vw) + clamp(0px, (1880px - 100vw) / 2, 20px));
}

body[data-elementor-device-mode="tablet"] #site-header-left .header-shape {
  left: calc(
    clamp(0px, (100vw - var(--content-width)) / 2, 100vw) +
    clamp(0px, (1880px - 100vw) / 2, 20px) +
    235px
  );
}

body[data-elementor-device-mode="tablet"] #site-header-left .site-header-content {
  min-width: 360px;
}

body[data-elementor-device-mode="mobile"] #site-header-left .site-header-content {
  min-width: 380px;
}

body[data-elementor-device-mode="mobile"] #site-header-left .site-header-inner,
body[data-elementor-device-mode="mobile"] #site-header-left .header-shape {
  width: calc(clamp(0px, (100vw - var(--content-width)) / 2, 100vw) + clamp(0px, (1880px - 100vw) / 2, 40px) + 255px);
  padding-left: calc(clamp(0px, (100vw - var(--content-width)) / 2, 100vw) + clamp(0px, (1880px - 100vw) / 2, 20px));
}

body[data-elementor-device-mode="mobile"] #site-header-left .header-shape {
  left: calc(
    clamp(0px, (100vw - var(--content-width)) / 2, 100vw) +
    clamp(0px, (1880px - 100vw) / 2, 20px) +
    235px
  );
}

/* Site Header Right Styles */
#site-header-right {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  transition: height 0.3s ease;
  pointer-events: none;
}

#site-header-right .zorgweb-header-cta {
  pointer-events: auto;
}

.shrink #site-header-right {
  height: 64px;
}

#site-header-right .site-header-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  max-width: var(--content-width);
  width: calc(
    clamp(0px, (100vw - var(--content-width)) / 2, 100vw)
    + clamp(0px, (1880px - 100vw) / 2, 40px)
    + 235px
  );
  padding-right: calc(
    clamp(0px, (100vw - var(--content-width)) / 2, 100vw)
    + clamp(0px, (1880px - 100vw) / 2, 40px)
  );
  background-color: var(--e-global-color-primary);
}

#site-header-right .shape-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: var(--e-global-color-primary);
  transform: scaleX(-1);
  z-index: 0;
  width: calc(clamp(0px, (100vw - var(--content-width)) / 2, 100vw)
               + clamp(0px, (1880px - 100vw) / 2, 40px) + 2px);
  transition: width 0.3s ease;
}

#site-header-right .site-header-content {
  display: flex;
  justify-content: flex-end;
  padding-right: 0;
  align-items: center;
  position: relative;
  z-index: 2;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 88'%3E%3Cpath d='M0,0h600v88H90.76c-30.89,0-58.77-17.33-70.85-43.99L0,0Z' fill='%230B4650'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  min-width: 320px;
}

body[data-elementor-device-mode="tablet"] #site-header-right .site-header-content,
body[data-elementor-device-mode="mobile"] #site-header-right .site-header-content {
  min-width: 360px;
}

.zorgweb-header-cta {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  background: var(--e-global-color-accent);
  border: 1px solid transparent;
  border-radius: 12px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: var(--e-global-color-text);
  text-decoration: none;
}

.zorgweb-header-cta svg {
  height: 1em;
  width: auto;
  fill: var(--e-global-color-text);
  margin-left: 8px;
}

.zorgweb-header-cta:hover {
  background: transparent;
  border-color: #fff;
  color: #fff !important;
}

.zorgweb-header-cta:hover svg {
  fill: #fff !important;
}

.zorgweb-header-cta {
  transition: opacity .25s ease;
}

.zorgweb-header-cta.hide {
  opacity: 0;
  pointer-events: none;
}

/* Circle Number Shortcode Styles */
.zorgweb-circle-number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #1d3b3a; /* placeholder dark green */
    color: #d4ff3f; /* placeholder bright green */
    font-family: "Red Hat Display", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}