body.SiteBackground{background-image:url('https://resx.octorate.com/content/902695/1749283489289.png')}@media (min-width: 1220px) {.SearchLabel .fa{background:#febd54;color:#fff}}.BoxHover:hover{box-shadow:1px 1px 10px #febd54}.SearchBar .GreenButton .ui-button-text{background-color:#febd54}.SiteTopBar{background-color:rgba(254,189,84,0.8)}:root{--color:#febd54!important;--color-rotation:37.73611018507544deg!important;}.button, .button span.ui-button-text, .customButton span.ui-button-text{background-color:#febd54!important;}/* === WHATSAPP CTA & BUTTON === */
#whatsapp-cta-container {
  position: fixed;
  bottom: 180px;
  right: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1000; /* Sopra elementi normali, sotto popup */
}

#whatsapp-cta {
  background-color: #163740;
  color: white;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  animation: fadeIn 2s ease-in-out;
}

#whatsapp-button {
  width: 50px;
  height: 50px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#whatsapp-button img {
  width: 35px;
  height: 35px;
}

/* Fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive WhatsApp CTA */
@media (max-width: 768px) {
  #whatsapp-cta-container {
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    right: 16px;
    z-index: 1001;
  }

  #whatsapp-cta {
    font-size: 12px;
    padding: 6px 10px;
    margin-bottom: 5px;
  }

  #whatsapp-button {
    width: 45px;
    height: 45px;
  }

  #whatsapp-button img {
    width: 30px;
    height: 30px;
  }
}

/* === POPUP BEST PRICE === */
#price-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 400px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  z-index: 1002;
  display: none;
  box-sizing: border-box;
  overflow: hidden;
}

#price-popup h2 {
  font-size: 1.5em;
  text-align: center;
}

#price-popup p {
  font-size: 1em;
  margin: 12px 0 16px;
  text-align: center;
}

.popup-btn {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 5px;
  margin: 10px 0;
  font-weight: bold;
  font-size: 1em;
}

.popup-btn.email-btn {
  background: #FEBE54;
  color: #163740;
}

.popup-btn.email-btn:hover {
  background: #f1ad4d;
}

.popup-btn.whatsapp-btn {
  background: #25D366;
  color: #FFFFFF;
}

.popup-btn.whatsapp-btn:hover {
  background: #1ebe5b;
}

/* === POPUP OVERLAY === */
#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1001;
}

/* === FLOATING BUTTON === */
#floating-btn {
  position: fixed;
  bottom: 120px;
  right: 40px;
  width: 50px;
  height: 50px;
  background: #FEBE54;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1004;
  cursor: pointer;
}

#floating-btn img {
  width: 30px;
  height: 30px;
  filter: brightness(0) saturate(100%) invert(21%) sepia(44%) saturate(1163%) hue-rotate(185deg) brightness(92%) contrast(100%);
}

/* === CLOSE POPUP BUTTON === */
#close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 1.5em;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}

#close-popup:hover {
  color: #000;
}

/* === TO TOP BUTTON === */
#toTop {
  position: fixed;
  left: 16px;
  background: #FEBE54;
}

/* === OFFERTE ROOM SECTION === */
section.room div.details .offers {
  background-color: #FEBE54 !important;
  width: -webkit-fill-available !important;
  text-align-last: center !important;
  margin: 24px 24px;
  border-radius: 16px !important;
}

section.room div.details .offers em {
  font-size: 16px !important;
  color: #163740 !important;
  font-weight: 800 !important;
}

section.room div.details .offers svg,
section.room div.offert .box svg {
  fill: #163740 !important;
}

/* === RESPONSIVE FIX FOR FLOATING ELEMENTS ON SMALL SCREENS === */
@media (max-width: 425px) {
  #floating-btn,
  #whatsapp-button {
    right: 16px;
  }
}

#j_idt436,
.ui-notificationbar {
  backdrop-filter: blur(25px) saturate(1) !important;
  background-color: rgba(22, 55, 64, 0.5) !important;
}

.customSlide.slick-initialized .slick-slide, .customSlide.slick-slider .slick-list, .customSlide.slick-slider .slick-track {
    min-width: 395px;
}

.RoomPhoto .fa-chevron-right {
    right: 32px;
}

@media (max-width: 425px) {
.gallery.galleries {
  width: 395px;
  overflow: hidden;
}
}

.Leaden {
    color: #FFFFFF !important;
}

section.room div.label p {
    color: #163740 !important;
    font-weight: 600 !important;
}

.ui-button-text {
    color: #163740 !important;
    font-weight: 600 !important;
}

.customButtonGreen span.ui-button-text {
    background-color: #FEDEA9 !important;
}

.ui-button.ui-state-hover .ui-button-text {
    background-color: #FEBE54 !important;
}

.customButtonGreen.ui-state-hover {
    background-color: #FEBE54 !important;
}

.customButtonGreen {
    background-color: #FEDEA9 !important;
    border: 1px solid #FEDEA9 !important;
}

.BounceColor .ui-button-text:before {
    background: #FEBE54 !important;
    background-color: #FEBE54 !important;
}

.ui-dialog .ui-dialog-titlebar {
    background-color: #163740;
}

.ui-button-text {
    background-color: #FEBE54;
}

.CustomAccordionPanel div.ui-state-active, section.extras div.extra.active {
    color: #163740 !important;
    font-weight: 600 !important;
}

.customButtonGreenOffert span.ui-button-text {
    background-color: #FEDEA9 !important;
}

.customButtonGreenOffert, section.room div.offert .button {
    border: 1px solid #FEBE54 !important;
}

.BlueButton .ui-button-text {
    background-color: #FEBE54 !important;
}

.headerLogo {
    max-height: 95px;
    width: auto !important; /* Permette alla larghezza di adattarsi proporzionalmente */
    object-fit: contain !important; /* Garantisce che l'immagine sia contenuta senza tagli o distorsioni */
}