@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideOutFromTop {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}

[data-thq="thq-dropdown"]:hover > [data-thq="thq-dropdown-list"] {
  display: flex;
  transition: 0.5s;
}

[data-thq="thq-dropdown"]:hover > div [data-thq="thq-dropdown-arrow"] {
  transform: rotate(90deg);
}

.header-navbar-container {
  top: 0;
  width: 100%;
  height: auto;
  display: flex;
  z-index: 100;
  position: fixed;
  box-shadow: 0px 5px 5px 0px #d4d4d4;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-white);
  animation: 1s ease-in-out 0s 1 slideInFromTop;
  /* transform: translateY(-100%); */

  transition: all 0.5s ease-in-out;
}

.header-header {
  width: 100%;
  height: var(--header-height);
  display: flex;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  z-index: 0;
  justify-content: space-between;
  /* animation: 1s ease-out 0s 1 slideInFromTop; */
}
.header-navlink {
  display: contents;
}
.header-image {
  height: 80%;
  text-decoration: none;
}
.header-nav {
  flex: auto;
  display: flex;
  /* Flex in column */
  align-items: center;
}

.header-nav-burger {
  flex: auto;
  display: flex;
  position: relative;
  /* Flex in column */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
}

.header-container {
  flex: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 5%;
  /* overflow: hidden; */
}

.header-thq-dropdown {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: 2px;
  z-index: 120;
}

.header-dropdown-toggle {
  fill: #595959;
  color: #595959;
  padding-top: auto;
}

.header-navlink01 {
  color: var(--dl-color-gray-black);
  transition: 0.3s;
}

.header-navlink01:hover {
  color: var(--dl-color-primary-100);
}

.header-dropdown-list {
  left: 0%;
  width: max-content;
  display: none;
  z-index: 100;
  position: absolute;
  min-width: 100%;
  transition: height 0.3s ease-in-out;
  align-items: stretch;
  border-color: #d9d9d9;
  border-width: 1px;
  border-radius: 12px;
  flex-direction: column;
  list-style-type: none;
  background-color: var(--dl-color-gray-white);
  list-style-position: inside;
  z-index: 120;
}
.header-dropdown {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: 2px;
  z-index: 120;
}
.header-dropdown-toggle1 {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: 4px;
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-halfunit);
  z-index: 120;
}
.header-dropdown-toggle1:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
.header-text02 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.header-dropdown1 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: 2px;
}
.header-dropdown-toggle2 {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: 4px;
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-halfunit);
}
.header-dropdown-toggle2:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
.header-navlink02 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.header-dropdown2 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: 2px;
}
.header-dropdown-toggle3 {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: 4px;
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-halfunit);
}
.header-dropdown-toggle3:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
.header-text05 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.header-thq-dropdown1 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: height 0.3s ease-in-out;
  border-radius: 2px;
}
.header-dropdown-toggle4 {
  fill: #595959;
  color: #595959;
  width: 100%;
}
.header-navlink03 {
  color: var(--dl-color-gray-black);
  transition: 0.3s;
  margin-right: var(--dl-space-space-tripleunit);
}
.header-navlink03:hover {
  color: var(--dl-color-primary-100);
}
.header-dropdown-list1 {
  left: 0%;
  width: max-content;
  display: none;
  z-index: 100;
  position: absolute;
  min-width: 100%;
  transition: height 0.3s ease-in-out;
  align-items: stretch;
  border-color: #d9d9d9;
  border-width: 1px;
  border-radius: 12px;
  flex-direction: column;
  list-style-type: none;
  background-color: var(--dl-color-gray-white);
  list-style-position: inside;
  z-index: 120;
}
.header-dropdown3 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: 2px;
}
.header-dropdown-toggle5 {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: 4px;
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-halfunit);
}
.header-dropdown-toggle5:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
.header-text08 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.header-dropdown4 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: 2px;
}
.header-dropdown-toggle6 {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: 4px;
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-halfunit);
}
.header-dropdown-toggle6:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}

b.bold-highlight:hover {
  color: var(--engbakken-color);
}

.header-navlink04 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.header-link {
  transition: 0.3s;
  /* margin-right: var(--dl-space-space-tripleunit); */
  text-decoration: none;
}
.header-link:hover {
  color: var(--engbakken-color);
}

.engbakken-link {
  margin-top: 5%;
  color: var(--engbakken-color);
  text-decoration: none;
  text-transform: lowercase;
}

.engbakken-link svg {
  width: 50px;
  display: block;
  margin: 0 auto;
}

.header-button-group {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin-left: auto;
  gap: 1rem;
}

.header-navbar-container .product-button.header-button {
  height: 3rem;
  margin-bottom: 1.5rem;
  display: block;
  height: 100%;
  margin-top: 1.5rem;
}

.header-button-text {
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header-button-text p {
  margin: 0;
  line-height: 1.2;
  user-select: none;
}

.header-button-line {
  height: 1px;
  background-color: white;
  width: 60%;
  margin: 4px auto;
}





.header-button-text p {
  margin: 0;      /* remove default <p> margin */
  line-height: 1; /* tighten line spacing */
  user-select: none;
}


.sticky-button-text {
  align-self: center;
  font-style: normal;
  text-transform: capitalize;
  white-space: nowrap;
  color: var(--dl-color-gray-black);
}

.sticky-booking-button {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0%;
  /* place to the left on the page */
  left: 85%;

  /* margin-right:  */
  padding-bottom: 37px;
  height: 45px;
  z-index: 100;
  width: auto;
  border-radius: 34px;
  visibility: hidden;
  background-color: #ffffff;
  border-color: var(--engbakken-color);
  border-width: 2px;
  transform: translateY(200px);
  transition: 0.5s ease-in-out;
  white-space: nowrap;
}

.sticky-booking-button:hover {
  background-color: var(--engbakken-color);
  cursor: pointer;
}

.header-burger-menu {
  cursor: pointer;
  display: flex;
  transition: 0.5s;
  align-items: center;
  justify-content: center;
}

.header-mobile-menu {
  top: 0px;
  right: 0px;
  width: auto;
  height: 100vh;
  padding: 50px;
  z-index: 100;
  position: absolute;
  transform: translateY(-45%) translateX(25%) scale(0.2, 0.05);
  transition: 0.3s;
  visibility: hidden;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.header-mobile-menu:hover {
  transform: translateY(0) translateX(-20%) scale(1);
  visibility: 1;
}
.header-mobile-menu:active {
  transform: translateY(0) translateX(-20%) scale(1);
  visibility: unset;
}
.header-container1 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 48px;
  justify-content: space-between;
}

.header-navlink05 {
  display: contents;
}
.header-image-burger {
  width: 5rem;
  text-decoration: none;
  margin-bottom: 2em;
}
.header-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-icon {
  width: 16px;
  height: 16px;
}

/* The sidebar menu */
.sidebar {
  height: 100vh; /*100% Full-height*/
  width: 0; /* 0 width - change this with JavaScript */
  position: absolute; /* Stay in place */
  z-index: 100; /* Stay on top */
  top: var(--header-height);
  right: 0;
  background-color: rgb(255, 255, 255); /* Black*/
  overflow-x: hidden; /*Disable hrizontal scroll*/
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s ease-in-out; /* 0.5 second transition effect to slide in the sidebar */
}

.sidebar a {
  padding-bottom: 1rem;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
  color: var(--engbakken-color);
  transition: ease-in-out 0.2s;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* The button used to open the sidebar */
.openbtn {
  width: 40px;
  height: 40px;
  font-size: 30px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  color: rgb(0, 0, 0);
  /* padding: 10px 15px; */
  border: none;
  border-radius: 50%;
  transition: 0.3s;
  margin-left: 2%;
}

.openbtn:hover {
  background-color: var(--engbakken-color);
  transform: scale(1.04);
}

.header-nav1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header-navlink06 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.header-navlink07 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.header-navlink08 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.header-navlink09 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.header-text18 {
  margin-bottom: var(--dl-space-space-unit);
}
.header-text19 {
  margin-bottom: var(--dl-space-space-unit);
}
.header-text20 {
  margin-bottom: var(--dl-space-space-unit);
}
.header-container2 {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  margin-top: var(--dl-space-space-unit);
  text-align: center;
  align-items: center;
  flex-direction: row;
}

.header-text23 {
  align-self: center;
  font-style: normal;
  margin-top: 0px;
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
}
.header-icon-group {
  padding-top: 20px;
}
.header-icon02 {
  width: 16px;
  height: 16px;
  margin-right: 32px;
}
.header-icon04 {
  width: 16px;
  height: 16px;
  margin-right: 32px;
}
.header-icon06 {
  width: 16px;
  height: 16px;
}
.header-icon08 {
  width: 5vh;
  height: 5vh;
}

.burger-dropdown {
  /* display: flex; */
  text-align: center;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  margin-bottom: 1rem;
  z-index: 10;
}

.burger-dropdown-list {
  display: none;
  opacity: 0;
  transform: scale(0%);
  transition: all 0.5s ease-in-out;
}

.dropdown-active {
  display: inline-block;
  opacity: 1;
  transform: scale(100%);
  transform: translateY(0);
  animation: expand_anchor 0.5s ease-in-out;
}

.burger-dropdown-list li {
  display: inline-block;
  margin: 0 0.5rem;
  transition: all 0.5s ease-in-out;
}

@keyframes expand_anchor {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  
  .header-nav {
    display: none;
  }

  .header-header {
    max-height: var(--header-height-mobile);
  }
  /* .header-button-group {
    display: none;
  } */

  .header-cta-btn {
    /* width: auto; */
    align-self: center;
  }
  .header-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-cta-btn1 {
    width: auto;
    align-self: center;
  }
}
@media (max-width: 479px) {
  .header-cta-btn {
    display: none;
  }
}


.header-navbar-container .product-button.header-button.login {
  height: 3rem;
  width: 3rem;
  border: 3px solid var(--engbakken-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  animation: pulse 1s ease-in-out infinite alternate;
}

.header-navbar-container .product-button.header-button.login:hover {
  background-color: var(--logo-color);
  border: 3px solid var(--logo-color);
  transform: scale(1.1); /* keep the smooth grow effect */
}

.header-navbar-container .product-button.header-button.login:hover .login-icon svg {
  background-color: var(--logo-color);
}

.login-icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0; /* remove padding so SVG fills */
}

.login-icon svg {
  width: 2.5rem;
  height: 2.5rem;
  stroke-width: 15;
  display: block;
  position: absolute;
  color: black;
  background-color: white;
  border-radius: 50%;
  padding:0.3rem;
  transition: all ease-in-out 0.3s;
}


@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 #cad32600;
  }
  100% {
    transform: scale(1.1);
    box-shadow: 0 0 15px 5px #cad326;
  }
}

.header-navbar-container .product-button.header-button.login.active {
  background-color: var(--engbakken-color);
  border: 3px solid var(--engbakken-color);
  animation: none; /* stop pulsing */
}

.header-navbar-container .product-button.header-button.login.active .login-icon svg {
  width: 2rem; /* optional sizing */
  height: 2rem;
  border-radius: 50%;
  background-color: white;
  padding: 4px; /* centers the icon inside the circle */
  fill: var(--logo-color);
  box-sizing: content-box;
}


.header-navbar-container .product-button.header-button.login.active:hover .login-icon svg {
  background-color: var(--logo-color);
  fill: white;
}

.header-navbar-container .product-button.header-button.login.active:hover {
  background-color: var(--logo-color);
  border: 3px solid var(--logo-color);
  fill: white;
}

.event-banner {
  position: fixed; /* better than absolute for scrolling */
  top: 4.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3000;
  text-decoration: none;
  color: #fff;
  display: none;
  justify-content: center;
  border-radius: 1.5rem;
  width: 95%;          /* ensure banner width is within screen */
  max-width: 600px;    /* optional: limit max width */
  box-sizing: border-box; /* include padding in width */
}


.event-inner {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  background: linear-gradient(90deg, var(--engbakken-color), var(--logo-color));
  padding: .5rem .85rem;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  border-radius: 1.5rem;

}

.event-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: .8rem;
}
.event-title { font-weight:700; font-size:.95rem; }

.event-banner-close {
  background: transparent;
  border: none;
  background-color: #fff;
  cursor: pointer;
  font-size: 0.95rem;
  padding: .15rem .35rem;
  border-radius: 6px;
}

.event-banner .label{
  font-size: 1rem;
}

.event-banner-close:hover { opacity: .85; }

.event-list {
  margin:0; padding:0;
  list-style:none;
  display:flex;
  flex-direction: column;
  gap:.35rem;
  font-size: 1.5rem;
}

.event-logo {
  max-width: 50%;
}

.accordion {
  display:block;
  background: rgba(255,255,255,0.08);
  padding:.35rem .6rem;
  border-radius: 10px;
}

.toggle { display:none; }

.summary {
  display:flex; align-items:center; justify-content:space-between; gap:.5rem;
  cursor:pointer; font-weight:600;
}

.open-close-icon {
  width:1.05rem; height:1.05rem; transition: transform .3s ease;
}

.sub-box {
  max-height: 0;
  overflow:hidden;
  opacity:0;
  transition:max-height .45s ease, opacity .35s ease, padding .25s;
  text-align:center; font-weight:500;
}

.toggle:checked ~ .sub-box {
  max-height: 200px;
  padding:.35rem 0 0;
  opacity:1;
}

.toggle:checked + .summary .open-close-icon,
.summary:hover .open-close-icon { transform: rotate(45deg); }

@media (max-width:768px) {
  .event-banner {
    top: 1rem;         /* optional: reduce top margin on small screens */
    width: 95%;        /* make sure it fits */
  }
  .event-inner { padding:.5rem; }
  .event-list { gap:.25rem; }
}