 /* ===================================================================
     GLOBAL STYLES - General HTML elements and base styling
     ================================================================== */
  html,
  body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-family: "Roboto", sans-serif;
  }

  .section {
  height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

/* ===================================================================
  ANIMATION KEYFRAMES
================================================================== */

  @keyframes bluec {
    from { color: white; }
    to { color: #57a3f5; }
  }
  @keyframes Rbluec {
    from { color: #57a3f5; }
    to { color: white; }
  }
  @keyframes btnbcolor {
    from { background-color: none; }
    to { background-color: #57a3f5; }
  }
  @keyframes Rbtnbcolor {
    from { background-color: #57a3f5; }
    to { background-color: none; }
  }
  @keyframes btncolor {
    from { color: black; }
    to { color: white; }
  }

  /* ===================================================================
     PAGE STRUCTURE - Section 1: Navigation Bar & Header
     ================================================================== */
  
#navbar {
  position: absolute;
  top: 20px;  
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-family: "Roboto", sans-serif;
  gap: 32px;
  z-index: 5;
}
.navknapper {
  float: none;
  display: inline-block;
  font-size: 14px;
  color: #1e293b;
  text-align: center;
  padding: 8px 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 6px;
}
.navknapper:hover {
  color: #57a3f5;
  transform: translateY(-2px);
}
#kontaktknapp {
  background-color: white;
  position: absolute;
  right: 20px;
  top: 25px;
  font-size: 14px;
  color: #57a3f5;
  text-align: center;
  padding: 0px 16px;
  border: 2px solid #57a3f5;
  border-radius: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.5s, color 0.5s, transform 0.4s ease-in-out;
}
#mestpop,
#mestpop2 {
  background-color: white;
  font-size: 14px;
  color: #57a3f5;
  text-align: center;
  padding: 0px 16px;
  border: 2px solid #57a3f5;
  border-radius: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: -28px;
  right: 547px;
}
#kontaktknapp:hover {
  background-color: #57a3f5;
  color: white;
}

@keyframes bluec {
  from {
    color: white;
  }
  to {
    color: #57a3f5;
  }
}

@keyframes Rbluec {
  from {
    color: #57a3f5;
  }
  to {
    color: white;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

.btn2 {
  display: inline-block;
  padding: 10px 10px;
  border-radius: 5px;
  position: relative;
  margin-bottom: -37px;
  border: 2px solid #57a3f5;
  text-transform: uppercase;
  background-color: white;
  font-size: 15px;
  text-align: center;
  z-index: 1;
  align-self: center;
  width: fit-content;
}
#vipps {
  font-size: 16.5px;
  width: 100%;
  text-align: center;
  position: relative;
  bottom: 2%;
  left: 0;
  margin: 0 auto;
  grid-column: 1 / -1;
  margin-top: 15px;
}
.btn2:hover {
  animation: btnbcolor 0.5s forwards, btncolor 0.5s forwards;
}
@keyframes btnbcolor {
  from {
    background-color: none;
  }
  to {
    background-color: #57a3f5;
  }
}
@keyframes Rbtnbcolor {
  from {
    background-color: #57a3f5;
  }
  to {
    background-color: none;
  }
}

@keyframes btncolor {
  from {
    color: black;
  }
  to {
    color: white;
  }
}
#total-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  position: relative;
}

#grid-container {
  position: relative;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  width: 100%;
  padding-bottom: 20px;
}
#grid-container2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 700px;
  justify-content: center;
  width: 100%;
  justify-items: center;
  align-items: start;
}

.grid-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #cbcaca;
  padding: 15px 10px;
  border-radius: 5px;
  max-width: 250px;
  min-height: 250px;
  position: relative;
}
.grid-item p {
  text-align: left;
  margin-left: 30px;
}

.antalltimer {
  font-weight: 400;
  display: inline;
}
#prices-general {
  margin: 0 auto;
  padding: 80px 50px 20px 50px;
  max-width: 1500px;
  flex: 1;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 80px);
  overflow: hidden;
}

.totalts {
  opacity: 0.4;
  font-size: 12px;
  font-style: italic;
  margin-left: 1%;
}
.prices, .prices2 {
  display: flex;
  align-items: baseline;
  text-align: left;
  max-width: 600px;
  white-space: nowrap;
  margin-top: 0px;
}
.price-per-hour {
  font-weight: 700;
  font-size: 25px;
  margin-right: 5px;
}
.info {
  font-size: 15px;
  margin-top: -10px;
}
#prices-general h3 {
  font-size: 20px;
}
#prices-general h2 {
  font-size: 40px;
}

.grid-item.medium {
  border: 2px solid #57a3f5;
}
.grid-item.basic {
  border: 2px solid #57a3f5;
  max-width: 280px;
  min-height: 240px;
  width: 100%;
}
.grid-item.medium2{
  max-width: 280px;
  min-height: 240px;
  width: 100%;
  border: 1px solid #cbcaca;
}

#maintoggle {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 20px auto;
  width: 300px; 
  border: 3px solid #57a3f5;
  margin-top: 0px;
  border-radius: 5px;
  background-color: white;
  overflow: hidden; 
  box-sizing: border-box;
}

.togglebtn {
  flex: 1;
  display: flex;         
  align-items: center;   
  justify-content: center;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  user-select: none;
  font-weight: 600;
  color: #57a3f5;
  background-color: white;
  transition: background-color 0.3s, color 0.3s;
  box-sizing: border-box;
  backface-visibility: hidden;
}

#togglebtn1 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-left: -3px;
  margin-top: -2px;
}

#togglebtn2 {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-right: -3px;
  margin-top: -2px;
}


input[type="radio"].toggle {
  display: none;
}

input[type="radio"].toggle:checked + label {
  background-color: #57a3f5;
  color: white;
}

#fysisk,
#digitalt {
  box-shadow: 0 0 0 1px black;
  appearance: none;
  border-radius: 5px;
  width: 12px;
  height: 12px;
}
#fysisk:checked,
#digitalt:checked {
  background-color: #57a3f5;
}
#radio input,
#radio label {
  float: left;
  cursor: pointer;
}
#radio {
  position: absolute;
  margin-top: -40px;
  margin-left: -2px;
}
#radio2 {
  position: absolute;
  margin-top: -59px;
  margin-left: -2px;
  visibility: hidden;
}
#content2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  visibility: visible;
  pointer-events: none;
  z-index: -1;
  padding: 25px 20px 20px 20px;
}

#content2.active {
  pointer-events: all;
  z-index: 10;
}
.navnpakke {
  color: #57a3f5;
  display: inline;
}

.benefits-list {
  list-style-type: none;
  margin-left: -27px;
  margin-top: 15px;
  max-width: 400px;
}
.benefits-list li::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: -20px;
}
.included::before {
  background-image: url(../images/check.png);
}
.not-included::before {
  background-image: url(../images/close.png);
}
.not-included {
  text-decoration: line-through;
  opacity: 0.3;
}
.benefits-list li {
  position: relative;
  text-align: left;
  margin-left: -10px;
}
.benefits-list li span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5; 
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3); 
}

body.alert-open ::-webkit-scrollbar {
  background-color: #ccc; 
}

body.alert-open ::-webkit-scrollbar-thumb {
  background-color: rgba(
    0,
    0,
    0,
    0.1
  ); 
}
#tittel {
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 20px;
}