@font-face {
  font-family: "Arrows";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/OpenArrow-Regular.woff2") format("woff2"), url("/fonts/OpenArrow-Regular.woff") format("woff");
}
.fh-img {
  height: 100%;
  z-index: 1;
}
.fh-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.google-map-wrapper iframe {
  aspect-ratio: 16/9;
}
@media (min-width: 960px) {
  .google-map-wrapper iframe {
    aspect-ratio: 16/5;
  }
}

[data-theme=dark] .google-map-wrapper iframe {
  filter: invert(1) hue-rotate(180deg);
}
[data-theme=dark] .jumplinks {
  box-shadow: rgba(27, 27, 25, 0.05) 0px 7px 29px 0px;
}

.jumplinks {
  background-color: var(--grey-light);
}

.contact-details .opening-hours strong {
  display: inline-block;
  width: 190px;
}

.staff-article {
  height: 55vh;
  overflow-y: scroll;
  padding-right: 1.5rem;
}
@media (min-width: 640px) {
  .staff-article {
    height: auto;
  }
}

/* Ultra-smooth, subtle animation */
@keyframes myAnim {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Apply a softer easing */
.animate-effect-in {
  animation: myAnim 1s cubic-bezier(0.24, 1, 0.5, 1) 1 normal forwards;
}

.alert {
  margin-bottom: 0.3rem;
  border: 1px solid transparent;
  padding: 17px 30px 17px 17px;
  color: var(--constblack);
}
.alert svg {
  width: 12px;
  margin: 12px;
}
.alert.warning {
  background-color: rgb(243, 219, 219);
  border-color: rgb(168, 49, 49);
}
.alert.info {
  background-color: rgb(230, 249, 253);
  border-color: rgb(220, 244, 250);
}

.jumplinks {
  transition: all 0.2s linear;
  margin-top: -85px;
  height: 85px;
  box-shadow: rgba(100, 100, 111, 0.05) 0px 7px 29px 0px;
}
.jumplinks li {
  transition: all 0.2s linear;
}
.jumplinks li:hover, .jumplinks li.active {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}

.scrolling-up .jumplinks,
.scrolling-down .jumplinks {
  opacity: 1;
  margin-top: 0;
}

.parallax-image img {
  object-fit: cover !important;
  height: 130% !important;
}

.award-table {
  transition: all 0.2s linear;
}
.award-table:last-child {
  border-bottom: none;
}
.award-table img.award-img {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  top: -2rem;
  left: 1rem;
  width: 140px;
}
@media (min-width: 960px) {
  .award-table img.award-img {
    top: -5rem;
    left: 1.5rem;
    width: 240px;
  }
}

.TextReveal {
  visibility: hidden;
}

.parallax-content {
  will-change: transform;
}

.transition-container {
  transition: none;
  will-change: transform, opacity;
}

.fade-slide-out {
  opacity: 0;
  transform: translateY(3px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.fade-slide-in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.Page_Filters li {
  transition: all 0.2s linear;
}

.shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.animate-text span {
  display: inline-block;
  will-change: transform, opacity;
}

.parallax-img {
  height: 100%;
  overflow: hidden;
}
.parallax-img img {
  object-fit: cover;
  will-change: transform;
}

.avatar {
  background-color: white;
  width: 80px;
  height: 80px;
}
@media (min-width: 960px) {
  .avatar {
    width: 110px;
    height: 110px;
  }
}
.avatar {
  overflow: hidden;
}
.avatar img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.hide-filters .filters-scroll-container {
  display: none;
}

.footer-share a:hover {
  color: var(--brand-primary);
}
.footer-share svg {
  height: fit-content;
  width: 14px;
  height: 14px;
  margin-top: -3px;
}
@media (min-width: 960px) {
  .footer-share svg {
    width: 22px;
    height: 22px;
    margin-top: -4.5px;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.filters-scroll-track {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.filters-scroll-track::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .filters-scroll-track {
    -webkit-overflow-scrolling: touch;
  }
}

.filter-children {
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease;
}
.filter-children.show {
  opacity: 1;
  pointer-events: auto;
}
.filter-children.hide {
  opacity: 0;
  pointer-events: none;
}
.filter-children.expanded {
  opacity: 1;
  max-height: 100px; /* Set high enough for expected child height */
  transform: translateY(0);
  pointer-events: auto;
}

.child-filters-scroll {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.child-filters-scroll::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .child-filters-scroll {
    -webkit-overflow-scrolling: touch;
  }
}

.fade-slide-out {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.fade-slide-in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* Project Navigation Styles */
.nav-link {
  transition: all 0.3s ease;
}
.nav-link:hover {
  transform: translateY(-4px);
}

.featured-post img, .post-item img {
  transition: all 0.2s linear;
  filter: brightness(0.8);
}
.featured-post:hover img, .post-item:hover img {
  filter: brightness(0.6);
}

#project-map {
  z-index: 9999999999 !important;
}

.filter-map {
  padding-left: 18px !important;
  margin-left: 0.2rem;
}
@media (min-width: 640px) {
  .filter-map {
    margin-left: 1.4rem;
  }
}
.filter-map svg {
  height: 22px;
  left: -32px;
}
@media (min-width: 640px) {
  .filter-map svg {
    height: 42px;
    left: -39px;
  }
}

hr {
  border-top-width: 2px;
}

.termsfeed-com---nb-simple {
  bottom: 20px !important;
  right: 20px !important;
  background-color: var(--white) !important;
  border: 1px solid var(--grey-tint) !important;
}
.termsfeed-com---nb-simple .cc-nb-main-container {
  padding: 1.5rem !important;
  width: auto !important;
  max-width: 500px !important;
}
.termsfeed-com---nb-simple .cc-nb-main-container p {
  color: var(--black) !important;
  font-size: 0.8rem !important;
  line-height: 1.6em !important;
}

.cc-pc-head-lang-select {
  border: 1px solid var(--grey-mid) !important;
  padding: 0.4rem 0.5rem 0.4rem 0.75rem !important;
  background-position: right 7px top 10px !important;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='w-6 h-6' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7' /%3E%3C/svg%3E");
  background-size: 18px 18px !important;
  background-repeat: no-repeat;
}

.termsfeed-com---palette-light .cc-nb-okagree, .cc-nb-reject {
  color: var(--white) !important;
  background-color: var(--black) !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
}

.cc-nb-changep, .cc-cp-foot-save {
  color: var(--constblack) !important;
  background-color: #e5e5e5 !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
}

.cc-nb-title {
  margin-bottom: 0.5rem !important;
}

[data-theme=dark] .termsfeed-com---pc-dialog {
  filter: invert(1);
}

.inline-text {
  font-size: 0.7em;
}

.blog-image {
  margin: 0 0 2rem 0;
}
@media (min-width: 640px) {
  .blog-image {
    width: 30vw;
    float: left;
    margin: 0 1.75rem 0.75rem 0;
  }
}
@media (min-width: 960px) {
  .blog-image {
    width: 20vw;
  }
}

figure.has_gradient {
  position: relative;
  overflow: hidden;
}
figure.has_gradient img {
  filter: grayscale(100%) brightness(60%) contrast(150%);
}
figure.has_gradient:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: screen;
  background: linear-gradient(to top, rgba(0, 105, 151, 0.75) 0%, rgba(0, 105, 151, 0.45) 35%, rgba(0, 105, 151, 0.2) 60%, rgba(0, 105, 151, 0) 100%);
}

.wine-stain-1, .wine-stain-2 {
  width: 20vw;
  height: auto;
  position: absolute;
  opacity: 0.18;
  z-index: 10;
  pointer-events: none;
}

.wine-stain-1 {
  bottom: 3vh;
  left: 7vw;
}

.wine-stain-2 {
  top: 3vh;
  right: 7vw;
  transform: rotate(180deg);
}

.has_stain-1 {
  overflow-x: hidden; /* Clip horizontal */
  overflow-y: visible; /* Allow vertical overflow */
  position: relative;
}
.has_stain-1 .wine-stain-1 {
  display: block;
}

.has_stain-2 {
  overflow-x: hidden; /* Clip horizontal */
  overflow-y: visible; /* Allow vertical overflow */
  position: relative;
}
.has_stain-2 .wine-stain-2 {
  display: block;
}

.hide_chips .tag_chips {
  display: none;
}
