@charset "UTF-8";
.search-bar {
  grid-template-columns: 3fr 4fr 3fr;
  padding: 36px 0;
  margin-bottom: 0;
}
.search-bar .input-1st-guest {
  width: 100%;
}

.hotel-search-loader {
  display: flex;
  align-items: center;
  gap: 20px;
  background: white;
  border: 3px #f2f2f2 solid;
  border-radius: 16px;
  padding: 24px 32px;
  margin-bottom: 24px;
  box-shadow: 0 9px 15px -6px rgba(0, 0, 0, 0.1);
}
.hotel-search-loader__spinner .spinner-border {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}
.hotel-search-loader__text {
  flex: 1;
}
.hotel-search-loader__text h4 {
  margin: 0 0 4px 0;
  font-size: 18px;
  color: #333;
}
.hotel-search-loader__text p {
  margin: 0;
  font-size: 14px;
  color: #666;
}
.hotel-search-loader__text p strong {
  color: var(--bs-primary);
  font-size: 18px;
}
.hotel-search-loader__dots {
  display: flex;
  gap: 6px;
  align-items: center;
}
.hotel-search-loader__dots span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--bs-primary);
  opacity: 0.3;
  animation: hotel-loader-pulse 1.2s ease-in-out infinite;
}
.hotel-search-loader__dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.hotel-search-loader__dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes hotel-loader-pulse {
  0%, 80%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  40% {
    opacity: 1;
    transform: scale(1.3);
  }
}
@media (max-width: 769px) {
  .hotel-search-loader {
    padding: 16px 20px;
    gap: 14px;
  }
  .hotel-search-loader__dots {
    display: none;
  }
}
.switch-search-button {
  text-decoration: none;
  position: relative;
}
.switch-search-button-div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 21px;
  border: 3px #f2f2f2 solid;
  border-radius: 16px;
  box-shadow: 0 9px 15px -6px rgba(0, 0, 0, 0.45);
  margin-bottom: 21px;
}
.switch-search-button-div h3 {
  margin: 0;
  color: black;
}

.switch-search-button-div.list-search {
  background-image: url("/img/hotels/hotel-in-lista.jpg");
  margin-bottom: 0;
  padding: 9px 18px;
  position: relative;
}
.switch-search-button-div.list-search::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
}
.switch-search-button-div.list-search > * {
  position: relative;
  z-index: 2;
}
.switch-search-button-div.list-search h3 {
  font-size: 18px;
}

.switch-search-button-div.map-search {
  background-image: url("/img/hotels/mappa.jpeg");
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 24px;
  overflow: hidden;
}
.switch-search-button-div.map-search::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(62, 62, 58, 0.201);
  backdrop-filter: blur(1.8px);
  z-index: 1;
}
.switch-search-button-div.map-search h3, .switch-search-button-div.map-search span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  margin: 0;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.switch-search-button-div.map-search h3::before, .switch-search-button-div.map-search span::before {
  content: "\f3e8";
  font-family: "bootstrap-icons";
  font-size: 16px;
  color: #374151;
}
.switch-search-button-div.map-search:hover h3, .switch-search-button-div.map-search:hover span {
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
}

@media (max-width: 769px) {
  .search-bar {
    grid-template-columns: 1fr;
    padding: 24px 0 36px 0;
  }
}
.search-bar-container {
  background-color: white;
  margin-bottom: 45px;
}

.btn-hotel-search-bar {
  right: 15px;
  bottom: -21px;
}

.pre-hotel-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 769px) {
  .pre-hotel-list .sort-area {
    width: 60%;
  }
  .pre-hotel-list .count-result label {
    font-size: 9px;
  }
  .pre-hotel-list .count-result h4 {
    font-size: 15px;
  }
  .pre-hotel-list .sort-area select {
    font-size: 12px;
    padding: 9px 15px;
    background-position: calc(100% - 9px) center;
  }
}
.button-icon-1st {
  display: flex;
  align-items: stretch;
}
.button-icon-1st input {
  width: 100%;
  border-radius: 6px 0 0 6px;
  border: 1px solid #4d4d4d;
  padding: 9px;
}
.button-icon-1st button {
  background-color: var(--bs-primary);
  border: none;
  border-radius: 0 6px 6px 0;
  width: 50px;
}
.button-icon-1st button .fa {
  margin: 0;
}
.button-icon-1st button .fa-copy {
  color: white;
  font-size: large;
}

/* ── Filters panel ── */
.filters-area {
  padding: 22px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.filters-area > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f3f4f6;
}
.filters-area > div:first-child > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.filters-area > div:first-child .btn-aggiorna-filtri {
  padding: 8px 20px;
  width: auto;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  background: var(--bs-secondary);
  border: none;
  color: #fff;
  box-shadow: 0 4px 12px rgba(var(--bs-secondary-rgb), 0.2);
  transition: all 0.2s ease;
}
.filters-area > div:first-child .btn-aggiorna-filtri:hover {
  box-shadow: 0 6px 16px rgba(var(--bs-secondary-rgb), 0.3);
  transform: translateY(-1px);
}
.filters-area h4 {
  font-size: 18px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 0;
}
.filters-area > div:first-child a {
  font-size: 12.5px;
  color: var(--bs-secondary);
  font-weight: 600;
  text-decoration: none;
}
.filters-area > div:first-child a:hover {
  text-decoration: underline;
}
.filters-area form > p {
  font-size: 13px;
  font-weight: 700;
  color: #374151;
  margin: 0 0 4px !important;
}
.filters-area .form-label {
  font-size: 12.5px;
  color: #6b7280;
  margin-bottom: 6px;
}
.filters-area .form-range {
  width: 100%;
  accent-color: var(--bs-secondary);
  margin-bottom: 18px;
}
.filters-area .single-filter-div {
  background: #fafafa;
  border: 1px solid #f0f0f0;
  padding: 0;
  border-radius: 12px;
  margin-bottom: 8px;
  overflow: hidden;
  transition: border-color 0.15s ease;
}
.filters-area .single-filter-div:hover {
  border-color: #e5e7eb;
}
.filters-area .btn-aggiorna-filtri {
  width: 100%;
  margin-top: 12px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13px;
  padding: 10px;
  background: var(--bs-secondary);
  border: none;
  color: #fff;
  box-shadow: 0 4px 12px rgba(var(--bs-secondary-rgb), 0.2);
  transition: all 0.2s ease;
}
.filters-area .btn-aggiorna-filtri:hover {
  box-shadow: 0 6px 16px rgba(var(--bs-secondary-rgb), 0.3);
  transform: translateY(-1px);
}
.filters-area .collapsible {
  background: transparent;
  border: none;
  color: #374151;
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  transition: all 0.15s ease;
}
.filters-area .collapsible.coll-active, .filters-area .collapsible:hover {
  color: var(--bs-secondary);
}
.filters-area .collapsible i {
  font-size: 12px;
  transition: transform 0.2s ease;
  color: #9ca3af;
}
.filters-area .collapsible.coll-active i {
  transform: rotate(90deg);
  color: var(--bs-secondary);
}
.filters-area .collapsible span {
  display: inline-flex;
  flex-direction: column;
}
.filters-area .collapsible span small {
  font-size: 11px;
  color: #9ca3af;
  font-weight: 500;
}
.filters-area .content {
  padding: 4px 14px 14px;
  display: none;
  overflow: hidden;
}
.filters-area .content span.count {
  font-size: 11.5px;
  line-height: 1;
  color: #9ca3af;
  font-weight: 500;
}

@media (max-width: 769px) {
  .filters-area {
    display: none;
    position: fixed !important;
    width: 100% !important;
    height: 100vh !important;
    margin: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    left: 0 !important;
    z-index: 100 !important;
    padding: 24px !important;
    top: 0;
    overflow: auto;
    background: #fff;
  }
  .filters-area .btn-aggiorna-filtri {
    margin-bottom: 100px;
  }
  .filters-area > div:first-child .btn-aggiorna-filtri {
    margin-bottom: 0;
  }
}
/* ── Search by name ── */
.filter-search-hotel {
  margin-bottom: 16px;
}
.filter-search-hotel .button-icon-1st {
  display: flex;
}
.filter-search-hotel .button-icon-1st input {
  width: 100%;
  border-radius: 10px 0 0 10px;
  border: 1px solid #e5e7eb;
  padding: 10px 12px;
  font-size: 13.5px;
  color: #374151;
  background: #fafafa;
  transition: border-color 0.15s ease;
}
.filter-search-hotel .button-icon-1st input:focus {
  outline: none;
  border-color: var(--bs-secondary);
  background: #fff;
}
.filter-search-hotel .button-icon-1st input::placeholder {
  color: #9ca3af;
}
.filter-search-hotel .button-icon-1st button {
  border: none;
  border-radius: 0 10px 10px 0;
  width: 46px;
  background: var(--bs-secondary);
  color: #fff;
  transition: background 0.15s ease;
}
.filter-search-hotel .button-icon-1st button:hover {
  background: var(--bs-secondary);
}
.filter-search-hotel .button-icon-1st button .bi {
  margin: 0;
  font-size: 15px;
}
.filter-search-hotel label {
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

.modal-body .button-icon-1st input {
  width: 100%;
  border-radius: 6px 0 0 6px;
  border: 1px solid #4d4d4d;
  padding: 9px;
}
.modal-body .button-icon-1st button {
  background-color: var(--bs-primary);
  border: none;
  border-radius: 0 6px 6px 0;
  width: 50px;
}
.modal-body .button-icon-1st button .fa {
  margin: 0;
}
.modal-body .button-icon-1st button .fa-copy {
  color: white;
  font-size: large;
}

/* ── Mobile filter bar ── */
.filters-area-mobile {
  display: none;
}
.filters-area-mobile > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filters-area-mobile > div:first-child > div {
  display: flex;
  flex-direction: column;
}
.filters-area-mobile h4 {
  font-size: 16px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 0;
}
.filters-area-mobile label {
  font-size: 12px;
  color: #6b7280;
}
.filters-area-mobile > div:first-child .btn-show-filters {
  padding: 8px 18px;
  width: auto;
  font-size: 13px;
  font-weight: 700;
  color: white;
  background: var(--bs-secondary);
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(var(--bs-secondary-rgb), 0.2);
  transition: all 0.2s ease;
}
.filters-area-mobile > div:first-child .btn-show-filters:hover {
  box-shadow: 0 6px 14px rgba(var(--bs-secondary-rgb), 0.3);
  transform: translateY(-1px);
}

@media (max-width: 769px) {
  .filters-area-mobile {
    display: block;
    background: #fff;
    padding: 14px 16px;
    z-index: 10;
    border-bottom: 1px solid #f3f4f6;
  }
}
.hotel-pagination {
  display: flex;
  justify-content: center;
  margin: 25px;
}

.pre-hotel {
  margin-bottom: 21px;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 769px) {
  .pre-hotel {
    margin-bottom: 21px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
/* ── Results header (count + sort) ── */
.pre-hotel-list .count-result label {
  color: #6b7280;
  font-size: 12px;
  margin-bottom: 0;
}
.pre-hotel-list .count-result label strong {
  color: var(--bs-secondary);
}
.pre-hotel-list .count-result h4 {
  color: #111827;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 0;
}
.pre-hotel-list .sort-area label {
  color: #6b7280;
  font-size: 12px;
  margin-bottom: 4px;
  text-align: right;
  font-weight: 600;
}
.pre-hotel-list .sort-area select {
  font-weight: 600;
  font-size: 13.5px;
  border-radius: 10px;
  outline: none;
  border: 1px solid #e5e7eb;
  padding: 10px 40px 10px 14px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  color: #374151;
  cursor: pointer;
  transition: border-color 0.15s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236b7280' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
}
.pre-hotel-list .sort-area select:focus {
  border-color: var(--bs-secondary);
}

@media (max-width: 769px) {
  .pre-hotel-list .sort-area select {
    font-size: 12px;
    padding: 9px 15px;
    background-position: calc(100% - 9px) center;
  }
}
/* ── Custom checkbox ── */
.ckbx-container {
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 13.5px;
  color: #374151;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 6px;
  transition: background 0.1s ease;
}
.ckbx-container:hover {
  background: #f9fafb;
}
.ckbx-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ckbx-container .checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 2px solid #d1d5db;
  border-radius: 6px;
  transition: all 0.15s ease;
}
.ckbx-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.ckbx-container:hover input ~ .checkmark {
  border-color: var(--bs-secondary);
}
.ckbx-container input:checked ~ .checkmark {
  background: var(--bs-secondary);
  border-color: var(--bs-secondary);
}
.ckbx-container input:checked ~ .checkmark:after {
  display: block;
}
.ckbx-container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media (max-width: 769px) {
  .hero {
    margin-top: -72px;
  }
}
.hero .container .product-header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 12px;
}
.hero .container .product-logo {
  background-color: white;
  height: 90px;
  width: 90px;
  border-radius: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  padding: 10%;
}
.hero .container .product-title {
  flex: 1;
}
.hero .container .product-title h1, .hero .container .product-title p, .hero .container .product-title ul {
  margin: 0;
  color: white;
}

/*# sourceMappingURL=hotel-search.css-V0XgUNh.map */
