.phone-number {
  text-align: left;
}

.phone-number .iti.iti--allow-dropdown {
  border-radius: 0.5rem;
  border: 2px solid #8ea647;
}

.phone-number-submit {
  text-transform: uppercase;
  padding: 20px 60px;
  font-size: 22px;
  border-radius: 0.75rem;
}

/* Styles for the popup container */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

/* Styles for the popup content */
.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  max-width: 1024px;
  width: 100%;
  height: auto;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media and (min-width: 480px) {
  .swiper-slide img {
    width: 100%;
  }
}

/* cookie notice */

/* Styles for the cookie popup */
.cookie-popup {
  display: none;
}

.cookie-popup.show {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

.cookie-content {
  max-width: 800px;
  margin: 0 auto;
}

.cookie-link {
  color: #fff;
  text-decoration: underline;
  margin: 0 10px;
}

.cookie-button {
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

#accept-cookies {
  background-color: #2c856a;
}

#reject-cookies {
  background-color: rgb(255, 115, 0);
}
