/* .cbp_tmtimeline{
    background-color: black !important;
} */
.main-hotel-image {
  transition: transform 0.3s ease;
}

.image-hover-container:hover img  {
  transform: scale(1.10);
}

.image-hover-container .hover-overlay {
  transition: transform 0.3s ease;
}

.image-hover-container:hover .hover-overlay  {
  transform: scale(1.10);
}

.image-hover-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.image-hover-container img {
  display: block;
  width: 100%;
  /* height: auto; */
}

.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: 0.3s;
}

.image-hover-container:hover .hover-overlay {
  opacity: 1;
}


.services span {
  color: #0e4885;
  font-weight: 400 !important;
  text-align: start !important;
  display: inline-block;
  width: 100%;
  font-size: 15px !important;
  /* list-style-type: circle !important; */
}

.day-container {
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}

.day-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: bold;
  padding: 12px 16px;
  background-color: #003E80;
  color: #fff;
  transition: background-color 0.2s ease, color 0.2s ease;
  gap: 12px;
}

.day-header__line {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
  min-width: 0;
  flex: 1;
}

.day-header__label {
  white-space: nowrap;
  color: #fff;
  font-size: 1.1rem;
}

.day-header__title {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.day-header__btn {
  flex-shrink: 0;
  color: #fff !important;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.5);
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 6px;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.day-header__btn:hover {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.8);
}

.day-header.active {
  background-color: #003E80;
  color: #fff;
}

.day-header.active .day-header__label,
.day-header.active .day-header__title {
  color: #fff;
}

.day-header span {
  font-size: 20px;
}

.day-description {
  font-size: 14px;
  color: #000;
  background-color: #fff;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid #e8e8e8;
  transition: height 0.3s ease, padding 0.2s ease, border-width 0.2s ease;
}

.day-description.is-closed {
  padding-top: 0;
  padding-bottom: 0;
  border-top-width: 0;
  overflow: hidden;
}

.day-description h4,
.day-description h5,
.day-description li,
.day-description p {
  color: #000;
}

.day-description h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #1a1a1a;
}

.day-description h5 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 4px;
  color: #1a1a1a;
}

.day-description ul {
  margin: 0;
  padding-left: 1.25rem;
}

.day-desc__heading {
  padding-left: 0;
  margin-top: 8px;
  margin-bottom: 4px;
}

.day-desc__heading:first-child {
  margin-top: 0;
}

.day-desc__list {
  padding-left: 1.25rem !important;
}

.pSitiTrip {
  margin: auto;
  /* Modern, clean font */
  font-family: 'Arial, sans-serif';
  font-size: 16px;
  color: #0054a6;
  /* Better spacing between lines */
  line-height: 1.6;
  /* Align text for better readability */
  text-align: left;
  padding-inline-start: 5px;
}

.siti-item,
.trip-item {
  /* Differentiate sitis and trips with a specific color */
  color: #0000b3;
  /* Highlight important content */
  font-weight: bold;
}

.separator {
  /* Add spacing around separators */
  margin: 0 5px;
  /* Muted color for separators */
  color: #888;
}

.pSitiTrip span:hover {
  /* Subtle hover effect */
  text-decoration: underline;
  /* Add interactivity feel */
  cursor: pointer;
}

.pSitiTrip .separator:first-child {
  /* Avoid separator before the first item */
  display: none;
}


/* .cbp_tmtimeline{
    background-color: black !important;
} */

.services span {
  color: #0e4885;
  font-weight: 400 !important;
  text-align: start !important;
  display: inline-block;
  width: 100%;
  font-size: 15px !important;
  /* list-style-type: circle !important; */
}

/* Image Modal Styles */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* ========== Hotel image gallery modal (modern) ========== */
.gallery-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: auto;
  padding: 1.5rem;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.gallery-modal--open {
  opacity: 1;
}

.gallery-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1;
  cursor: pointer;
}

.gallery-modal__inner {
  position: relative;
  z-index: 2;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3.5rem 0 4rem;
  pointer-events: none;
}

.gallery-modal__inner > * {
  pointer-events: auto;
}

/* Close X: top-right, always on top so nothing can cover it (desktop + mobile) */
.gallery-modal__close {
  position: fixed;
  top: max(1rem, env(safe-area-inset-top, 0px));
  right: max(1rem, env(safe-area-inset-right, 0px));
  width: 3.25rem;
  height: 3.25rem;
  min-width: 52px;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 1.85rem;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  z-index: 1000000;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
  pointer-events: auto;
}

.gallery-modal__close:hover,
.gallery-modal__close:focus {
  background: #fff;
  color: #000;
  border-color: #fff;
  outline: none;
  transform: scale(1.08);
}

/* Bottom "Close" bar: mobile only, thumb zone */
.gallery-modal__close-bottom {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 1rem 1.5rem;
  padding-bottom: max(1rem, env(safe-area-inset-bottom, 0px));
  margin: 0;
  border: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  z-index: 1000000;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  pointer-events: auto;
}

.gallery-modal__close-bottom:hover,
.gallery-modal__close-bottom:focus {
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  outline: none;
}

.gallery-modal__counter {
  position: fixed;
  top: 1.5rem;
  left: 1.5rem;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.9rem;
  font-weight: 500;
  z-index: 1000000;
  pointer-events: auto;
}

/* "Close gallery" button below dots: visible on all screens (desktop + mobile) */
.gallery-modal__close-text {
  display: block;
  margin-top: 1.25rem;
  padding: 0.6rem 1.5rem;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.gallery-modal__close-text:hover,
.gallery-modal__close-text:focus {
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  border-color: #fff;
  outline: none;
}

.gallery-modal__slideshow {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.gallery-modal__slideshow .mySlides {
  display: none;
}

.gallery-modal__slideshow .mySlides img {
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}

.gallery-modal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 1.25rem;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
  z-index: 5;
}

.gallery-modal__nav:hover {
  background: rgba(255, 255, 255, 0.35);
  color: #fff;
  transform: translateY(-50%) scale(1.08);
}

.gallery-modal__nav--prev {
  left: -1rem;
}

.gallery-modal__nav--next {
  right: -1rem;
}

.gallery-modal__dots {
  margin-top: 1.25rem;
  text-align: center;
}

.gallery-modal__dots .dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: inline-block;
  transition: background 0.2s ease, transform 0.2s ease;
}

.gallery-modal__dots .dot:hover,
.gallery-modal__dots .dot.active {
  background: rgba(255, 255, 255, 0.95);
  transform: scale(1.15);
}

@media (max-width: 700px) {
  .gallery-modal {
    padding: 0.5rem;
    padding-bottom: 0;
  }

  .gallery-modal__inner {
    padding: 4rem 0 5rem;
  }

  /* Top-right X: bigger and safe-area on mobile so it's always visible */
  .gallery-modal__close {
    top: max(0.5rem, env(safe-area-inset-top, 0px));
    right: max(0.5rem, env(safe-area-inset-right, 0px));
    width: 3.25rem;
    height: 3.25rem;
    min-width: 52px;
    min-height: 52px;
    font-size: 1.85rem;
    border-width: 2px;
    background: rgba(0, 0, 0, 0.85);
    border-color: rgba(255, 255, 255, 0.8);
  }

  /* Bottom Close bar: show on mobile for easy thumb reach */
  .gallery-modal__close-bottom {
    display: block;
  }

  .gallery-modal__counter {
    top: max(0.6rem, env(safe-area-inset-top, 0px));
    left: max(0.5rem, env(safe-area-inset-left, 0px));
    font-size: 0.8rem;
  }

  .gallery-modal__nav {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }

  .gallery-modal__nav--prev {
    left: 0.25rem;
  }

  .gallery-modal__nav--next {
    right: 0.25rem;
  }

  .gallery-modal__slideshow .mySlides img {
    max-height: 70vh;
    border-radius: 8px;
  }
}

/* Legacy #myModal: only toggle visibility (gallery-modal has full styles) */
#myModal {
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

/* Slides / dots (used by JS inside gallery-modal__slideshow) */
.mySlides {
  display: none;
}

img {
  vertical-align: middle;
}