/* Baggrund og tekst */
body {
    background-color: #20192C;
    font-family: 'Quicksand', sans-serif;
    color: #f1e9ff;
  }
  
  /* Overskrifter */
  h1, h2, .navbar-brand {
    font-family: 'IM Fell English SC', serif;
  }


  .intro-tekst {
    color: #f1e9ff;
    font-style: italic;
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.1rem;
  }
  
  
  /* Hero-sektion */
  .hero-section {
    position: relative;
    height: 80vh;
    overflow: hidden;
  }
  
  .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 0;
  }
  
  .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(28, 22, 54, 0.6); /* mørk overlay */
    z-index: 1;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  }

  .hero-overlay .container {
    animation: fadein 2s ease-in;
  }
  
  @keyframes fadein {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
  }





  
  /* Navbar */
  .navbar {
    background: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  
  
  
  
  /* Popular Cards */
  .card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
  }
  
  .card-title {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 10px;
    display: inline-block;
  }
  .card:hover {
        transform: scale(1.02);
        transition: transform 0.3s ease-in-out;
      }
  

/*Søgefilter*/

#search-filter .form-control,
#search-filter .form-select {
  background-color: #2a2448;
  color: #f1e9ff;
  border: 1px solid #3e3761;
}
#search-filter .form-control::placeholder {
    color: #ccc; /* eller #f1e9ff hvis du vil ha' det helt lyst */
    opacity: 0.8;
  }
  
  #no-results {
    color: #f1e9ff !important; /* Tving farven igennem */
    background-color: rgba(42, 36, 72, 0.6);
    padding: 1rem;
    border-radius: 10px;
    font-style: italic;
    font-size: 1rem;
    text-align: center;
  }

  #se-mere-knap {
    display: block;
    margin: 0 auto;
  }
  
  
  /*Lokationer tekst*/
  #alle-lokationer p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.1rem;
    color: #f1e9ff;
  }
  


  /* Stil til de små lokationskort */
.small-card .card {
    height: 250px;
    font-size: 0.9rem;
    border: 1px solid #3e3761;
    border-radius: 10px;
  }
  
  .small-card img {
    object-fit: cover;
    height: 100%;
    opacity: 0.85;
  }
  
  .small-card .card-img-overlay {
    background: linear-gradient(to top, rgba(28, 22, 54, 0.8), rgba(28, 22, 54, 0.1));
    padding: 1rem;
  }
  
  .small-card .card-title {
    font-size: 1.2rem;
    background-color: transparent;
    text-shadow: 0 0 5px #000;
  }
  
/* Kort tags */
.location-tags {
    z-index: 2;
  }
  
.location-tags .badge {
    font-size: 0.7rem;
    margin-bottom: 5px;
  }
  
  
  /* "se mere" kort" */
  .se-mere {
    display: none;
  }

  /* "Favorit ikon til kort" */
  .favorite-icon {
    font-size: 1.5rem;
    color: #f1e9ff;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  
  .favorite-icon:hover {
    transform: scale(1.2);
    color: #ff4472;
  }
  
  .favorite-icon.favorit {
    color: #ff4472;
  }
  








    /*vejret*/
    #vejr-valg {
        background-color: #2a2448;
        color: #f1e9ff;
        border: 1px solid #3e3761;
        padding: 0.5rem 1rem;
        border-radius: 8px;
        margin-top: 0.5rem;
        font-size: 1rem;
      }
      
      #vejr-valg:focus {
        outline: none;
        box-shadow: 0 0 0 2px #a78bfa;
      }
      
      #weather-box {
        border: 1px solid #3e3761;
        background-color: #1f1b36 !important;
        font-size: 1.1rem;
      }
      
      #weather-box p {
        margin: 0.5rem 0;
      }
      


/*Scrool to top*/
#scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    font-size: 1.5rem;
    width: 45px;
    height: 45px;
    background-color: rgba(28, 22, 54, 0.8);
    border: 2px solid #f1e9ff;
    color: #f1e9ff;
    transition: opacity 0.3s ease;
    opacity: 0;
    display: none;
  }
  
  #scroll-top.show {
    display: block;
    opacity: 1;
  }
  #scroll-top:hover {
    background-color: #f1e9ff;
    color: #1c1636;
    font-weight: bold;
    transform: translateY(-5px);
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    
  }
    
  


      



  /* Footer */
  footer {
    background-color: #2a2448;
  }
  


/* Luft omkring sektioner og tekst */
.lokation-billede {
  max-height: 350px;
  object-fit: cover;
  width: 100%;
}



/* Kun for lokationssider */
.lokation-side section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.lokation-side .container > .row {
  margin-bottom: 3rem;
}

.lokation-side section ul,
.lokation-side section p {
  margin-bottom: 1.5rem;
}

.lokation-billede {
  max-height: 350px;
  object-fit: cover;
  width: 100%;
}


@media (max-width: 991.98px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    right: 0.5rem;
    background-color: #1c1636;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    width: auto;
    min-width: 150px;
    text-align: center;
  }

  .navbar-collapse .nav-link {
    color: #f1e9ff !important;
    display: block;
    padding: 0.5rem 0;
    text-align: center;
    font-size: 1.1rem;
  }

  .navbar-toggler {
    margin-left: auto;
    margin-right: 1rem;
  }
}







/* BOOKING-STYLING */

.booking-side {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: linear-gradient(to bottom, #20192C, #1c1636);
  font-family: 'Quicksand', sans-serif;
  color: #f1e9ff;
  padding-top: 4rem;
}

.booking-side .navbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
}

.booking-side main {
  flex: 1;
}

.booking-side h1,
.booking-side h2,
.booking-side h5,
.booking-side .navbar-brand {
  font-family: 'IM Fell English SC', serif;
  color: #f1e9ff;
}

.booking-side .card.bg-dark {
  background-color: #2a2448 !important;
  border-radius: 15px;
  border: 1px solid #3e3761;
}

.booking-side form .form-control,
.booking-side form .form-select,
.booking-side form textarea {
  background-color: #5d4aa5; /* Lys lavendel-lilla */
  color: #ffffff;
  border: 1px solid #bcaeff;
  transition: all 0.3s ease;
}

.booking-side form .form-control::placeholder,
.booking-side form textarea::placeholder {
  color: #f0eaff;
  opacity: 0.85;
}

.booking-side form .form-control:focus,
.booking-side form .form-select:focus,
.booking-side form textarea:focus {
  border-color: #a78bfa;
  box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.25);
  background-color: #2f2952;
  color: #fff;
}

.booking-side button.btn-primary {
  background-color: #a78bfa;
  border-color: #a78bfa;
  box-shadow: 0 0 10px rgba(167, 139, 250, 0.4);
  transition: all 0.3s ease;
}

.booking-side button.btn-primary:hover {
  background-color: #c4b5fd;
  border-color: #c4b5fd;
  color: #1c1636;
  font-weight: bold;
  transform: translateY(-2px);
}


.confirmation-container {
  background-color: #2a2448;
  padding: 2rem;
  border-radius: 16px;
  border: 1px solid #3e3761;
  animation: fadein 0.5s ease-in-out;
}

@keyframes fadein {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}


/* 🔕 Fjern hover-animation på kort og knapper i booking og lokation */
.booking-side .card:hover,
.lokation-side .card:hover {
  transform: none !important;
  transition: none !important;
}

/* Og knapperne – bare for good measure */
.booking-side button.btn-primary:hover,
.lokation-side button.btn-primary:hover {
  transform: none !important;
  transition: none !important;
  box-shadow: none !important;
}






/* FAQ sektion - mørk og elegant 🌙 */
.faq-section h2 {
  color: #f1e9ff;
  font-family: 'IM Fell English SC', serif;
  font-size: 2rem;
  margin-bottom: 0.3rem;
}

.faq-accordion .accordion-item {
  background-color: #2a2448;
  border: none;
  border-bottom: 1px solid #3e3761;
  color: #f1e9ff;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.1rem;
}

.faq-accordion .accordion-button {
  background-color: #2a2448;
  color: #f1e9ff;
  font-weight: 600;
  font-size: 1.1rem;
  font-family: 'Quicksand', sans-serif;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background-color: #3a325c;
  color: #ffffff;
  box-shadow: none;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-body {
  background-color: #1e1a35;
  color: #e2d9ff;
  font-size: 1.05rem;
  line-height: 1.6;
  padding: 1rem 1.25rem;
}

/* Gør accordion-pilene (chevrons) hvide */
.faq-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
}




.team-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #a78bfa;
  box-shadow: 0 0 10px rgba(167, 139, 250, 0.3);
  transition: transform 0.3s ease;
}

.team-img:hover {
  transform: scale(1.05);
}

section h2 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}


.review-box {
  background-color: #2a2448;
  border: 1px solid #3e3761;
  color: #e2d9ff;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.05rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.review-box:hover {
  transform: translateY(-4px);
}

.review-box blockquote {
  font-style: italic;
  margin: 0;
}

.stars {
  color: gold;
  font-size: 1.2rem;
}


.group-img {
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  max-height: 420px;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.group-img:hover {
  transform: scale(1.02);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  .group-img {
    max-height: none;
  }
}

