@media screen and (max-width: 991px) {
  .navbar13_container,
  .navbar13_menu.w-nav-menu,
  .navbar13_menu-link-wrapper {
    transition: all 0.3s ease allow-discrete;
  }
  .navbar13_component:has(.w-nav-button.w--open) {
    margin-top: 0;
    padding: 0;

    .navbar13_container {
      border-radius: 0;
      backdrop-filter: unset;
      background-color: var(--_primitives---primary--grape);
    }

    .navbar13_menu.w-nav-menu {
      height: calc(100dvh - var(--nav-height-mobile));
    }
    .navbar13_menu-link-wrapper {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
}
body:has(.w-nav-button.w--open) {
  overflow: hidden;
  top: 0;
}
/* .swiper_pagination_active {
  width: 3.75rem;
  position: relative;
}
.swiper_pagination_active::after {
  content: "";
  width: 0%;
  background-color: white;
  animation: sliderActive 3s linear infinite;
}

@keyframes sliderActive {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
} */
.swiper_pagination {
  max-width: 2rem;
}
.swiper_pagination_active {
  width: 3.75rem;
  position: relative;
  max-width: 3.75rem;
}

.swiper_pagination_active::after {
  content: "";
  width: var(--progress, 0%);
  height: 100%; /* Add height for visibility */
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.1s ease-out;
}

/* .layout351_pagination_active.swiper_pagination_active::after {
  background-color: black;
} */

/* Fallback animation for when CSS variables aren't supported */
@keyframes sliderActive {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

/* Optional: Add smooth transitions for better UX */
.swiper_pagination {
  transition: all 0.3s ease;
}

[data-swiper-pagination="article-analysis"] {
  /* .layout351_pagination_active-wrap::after {
    content: "";
    width: 2.375rem;
    background-color: var(--_primitives---primary--salmon);
  } */
  /* .layout351_pagination_active.swiper_pagination_active::after {
    background-color: var(--_primitives---primary--salmon);
  } */
  .layout351_pagination .progress-bar-fill {
    background-color: var(--_primitives---primary--salmon);
  }
}

[data-swiper-pagination="interviews"] {
  /* .layout351_pagination_active.swiper_pagination_active::after {
    background-color: var(--_primitives---primary--lavender);
  } */
  .layout351_pagination .progress-bar-fill {
    background-color: var(--_primitives---primary--lavender);
  }
}

[data-swiper-pagination="research-resources"] {
  /* .layout351_pagination_active.swiper_pagination_active::after {
    background-color: var(--_primitives---primary--mushroom-mask);
  } */
  .layout351_pagination .progress-bar-fill {
    background-color: var(--_primitives---primary--mushroom-mask);
  }
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.swiper-wrapper.paused {
  transition-duration: 0s !important;
  transition-timing-function: linear !important;
}

/* Responsive pagination container 
@media (max-width: 991px) {
  [data-swiper-pagination="newsletter"] {
    max-width: 200px; /* Limit width to contain 4 bullets 
    margin: 0 auto;
  }
}

/* Smooth transitions for bullet visibility */
/* .swiper_pagination {
  transition: all 0.3s ease;
  display: flex;
  opacity: 1;
  transform: scale(1);
} */

/* Responsive container */
/* @media (max-width: 991px) {
  [data-swiper-pagination="newsletter"] {
    display: flex;
    justify-content: center;
    gap: 8px;
    /* max-width: 200px; 
    margin: 0 auto;
  }
} */

/* Desktop behavior (normal pagination) */
@media (min-width: 992px) {
  [data-swiper-pagination="newsletter"] .swiper_pagination {
    display: flex !important;
    opacity: 1 !important;
    transform: scale(1) !important;
  }
}

.swiper_pagination {
  width: 3.75rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
}

.swiper_pagination_active {
  background-color: rgba(255, 255, 255, 0.2);
}

.progress-bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: white;
  transform-origin: left;
}

.swiper_pagination_active .progress-bar-fill {
  background-color: white;
}

/* Optional: Add glow effect */
.swiper_pagination_active .progress-bar-fill {
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
}

/* Hover animation */
/* .layout_resources_item {
  width: 10%;
  height: 654px;
  transition: width 1000ms ease;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.layout_resources_item_content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 50%;
  max-width: 784px;
  pointer-events: none;
  overflow: clip;
  opacity: 0;
  transition: opacity 500ms ease;
}

.layout_resources_item:hover {
  width: 180%;

  .layout_resources_item_content-wrap {
    opacity: 1;
    pointer-events: auto;
  }
} */
/* Base styles remain the same */
.layout_resources_item {
  width: 10%;
  height: 654px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: none;
}

.layout_resources_item_content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 50%;
  max-width: 784px;
  pointer-events: none;
  overflow: clip;
  opacity: 0;
}

/* Active states */
.layout_resources_item.active {
  width: 180%;
}

.layout_resources_item.active .layout_resources_item_content-wrap {
  opacity: 1;
  pointer-events: auto;
}

.layout_resources_item.hovered {
  width: 180%;
}

.layout_resources_item.hovered .layout_resources_item_content-wrap {
  opacity: 1;
  pointer-events: auto;
}

/* Pagination styles - simplified, colors handled by JS */
.pagination-dots-container {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.pagination-dot {
  width: 40px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.pagination-progress {
  width: 0%;
  height: 100%;
  border-radius: 2px;
  transition: none;
}

@media screen and (min-width: 992px) and (max-width: 1320px) {
  .header36_component {
    padding-left: 1rem;
  }
}
