/* .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 #ddd;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #d2dbf8;
  border-radius: 5px;
}

.day-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-weight: bold;
  padding: 10px;
  transition: background-color 0.4s ease, color 0.4s ease;
}

.day-header.active {
  color: #fff;
  border-radius: 5px;
}

.day-header.active span {
  color: #007bff;
}

.day-header.active span {
  color: #992100;
}

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

.day-description {
  font-size: 14px;
  color: #555;
  padding: 0;
  display: flex;
  /* Use flexbox for layout */
  flex-direction: column;
  /* Stack items vertically */
  gap: 5px;
  /* Add space between items */
}

.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;
}

/* The Modal (background) */
.modal {
  /* Hidden by default */
  display: none;
  /* Stay in place */
  position: fixed;
  /* Sit on top */
  z-index: 99;
  /* Location of the box */
  padding-top: 100px;
  left: 0;
  top: 0;
  /* Full width */
  width: 100%;
  /* Full height */
  height: 100%;
  /* Enable scroll if needed */
  overflow: auto;
  /* Fallback color */
  background-color: rgb(0, 0, 0);
  /* background-color: rgba(0,0,0,0.9); Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1000px;
  background-color: transparent;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 50spx;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 33;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}


/* /////////////////////////////////////////////Slideshow container */


.mySlides {
  display: none
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.8);

}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

#myModal .active,
#myModal .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

  .prev,
  .next,
  .text {
    font-size: 11px
  }
}