*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ftco-section {
  padding: 1em 0; }

.ftco-no-pt {
  padding-top: 0; }

.ftco-no-pb {
  padding-bottom: 0; }

.text-center {
  text-align: center !important; }

.heading-section {
  font-size: 28px;
  color: #86744B; }

.calendar-section {
margin-bottom: 20px; }
.calendar-section {
  margin-bottom: 20px; }

.calendar, .calendar_weekdays,
.calendar_content {
  max-width: 585px; }

.calendar {
  /*float: left;
  min-width: 320px*/
  margin: auto;
  font-weight: 400;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0px 4px 26px -22px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 4px 26px -22px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 26px -22px rgba(0, 0, 0, 0.14); }

.calendar_weekdays {
  color: #aaa;
  font-weight: 300; }

.calendar_weekdays div {
  display: inline-block;
  vertical-align: top;
  color: #86744B;
  font-weight: 700; }

.calendar_content, .calendar_weekdays, .calendar_header {
  position: relative; }

.calendar_content:after, .calendar_weekdays:after, .calendar_header:after {
  content: ' ';
  display: table;
  clear: both; }

.calendar_weekdays div, .calendar_content div {
  /*border: 1px dotted #999;*/
  width: 14.28571%;
  height: 68px;
  line-height: 69px;
  overflow: hidden;
  text-align: center;
  background-color: transparent; }

.calendar_content div {
  float: left;
  margin-left: -1px;
  margin-top: -1px;
  border: 1px solid transparent;
  border-radius: 5px; }

.calendar_content div:hover {
  border: 1px solid #ededed;
  /*line-height: 68px;*/
  cursor: pointer; }

.calendar_content div.blank:hover {
  cursor: default;
  border: none; }

.calendar_content div.past-date {
  cursor: initial;
  color: #d5d5d5; }

  .calendar_content div.today {
    font-size: 14px;
    color: #4e4e4e;
    position: relative;
  }
  
  .calendar_content div.today::before {
    content: "TODAY";
    position: absolute;
    top: -30px; 
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #4e4e4e;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    width: 100%; 
    box-sizing: border-box;
  }


  .calendar_content div[data-label='checkin'] {
    font-size: 14px;
    color: #ffffff;
    position: relative;
  }
  .calendar_content div[data-label='checkin']::after {
    content: "CHECK IN";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 10px;
    text-align: center;
    width: 100%; 
    box-sizing: border-box;
}

.calendar_content div[data-label='checkout'] {
  font-size: 14px;
  color: #ffffff;
  position: relative;
}
.calendar_content div[data-label='checkout']::after {
    content: "CHECKOUT";
    position: absolute;
    bottom: -30px; 
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 10px;
    text-align: center;
    width: 100%; 
    box-sizing: border-box;
}


.calendar_content div.today.selected::before {
  color: #ffffff;
}

@media only screen and (max-width: 700px) {
  .calendar_content div.today::before {
    font-size: 8px;
  }

  .calendar_content div[data-label='checkin']::after {
    font-size: 8px;
    padding: 0;
  }

  .calendar_content div[data-label='checkout']::after {
    font-size: 8px;
    padding: 0;
  }

}

@media only screen and (max-width: 600px) {
  .calendar_content div.today::before {
    font-size: 6px;
  }

  .calendar_content div[data-label='checkin']::after {
    font-size: 5px;
  }

  .calendar_content div[data-label='checkout']::after {
    font-size: 5px;
  }

}
  

.calendar_content div.selected { 
  background-color: #86744B;
  border: 1px solid white;
  color: white;
}

.calendar_header {
  width: 100%;
  text-align: center;
  position: relative;
  height: 55px;
  display: table;
  vertical-align: middle; }

.calendar_header h2 {
  margin-top: 14px;
  padding: 0;
  font-weight: 200;
  color: #86744B !important;
  font-family: "Georgia", serif;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-style: italic;
  text-transform: uppercase;
}

  button.switch-month {
    background-color: transparent;
    padding: 0;
    outline: none;
    border: none;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #cccccc;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s; }
    button.switch-month.switch-left {
      left: 0; }
    button.switch-month.switch-right {
      right: 0; }
  
  button.switch-month:hover {
    color: #86744B; }
  
  button.switch-month:active {
    background-color: transparent; }
      

/* custom css */

   /* Center the image row */
   .select_hotel {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
  .hotel_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .calendar_header h2 {
    color: #86744B !important;
    font-size: 18px;
    margin-top: 18px;
     }
}
@media (max-width: 767px) {
  #NoOfGuests {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

#hotel_content{
  margin-top: 50px;
  }

@media (max-width: 767px) {
  #calendar_second {
    display: none;
  }

  #hotel_content{
    margin-top: 20px;
    }

}

/* Add border with brown color */
.items_hotel {
    width: calc(80% - 20px);
    /* Adjust width for responsiveness */
    margin: 10px 15% 10px 15%;
    /* Add margin for spacing between images */
    padding: 20px 5px 20px 5px;
    border: 2px solid #86744B;
    /* Brown border */
    box-sizing: border-box;
    /* Include border in the width calculation */
}

.hotel_wrap {
    margin: 0;
    padding: 0;
}


.hotels_heder {
    text-transform: none;
    text-align: center;
    font-size: 30px;
    color: #545454;
    font-style: normal;
}

@media (max-width: 767px) {
    .hotels_heder {
      display: flex;
      justify-content: center;
      align-items: center;
      text-transform: none;
      text-align: center;
      font-size: 18px;
      color: #545454;
      font-style: normal;
  }
} 


  #hotel_content {
    padding-bottom: 100px;
  }
  #hotel_booking_form {
    padding-bottom: 100px;
  }

.overlay {
    position: relative;
}

.unavailable-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 5px;
    font-weight: bold;
    color: #86744B;
    z-index: 1;
    opacity: 0;
    /* Initially hide the text */
    transition: opacity 0.3s ease;
    /* Smooth transition for opacity change */
}

.overlay:hover .unavailable-text {
    opacity: 1;
    /* Display the text on hover */
}
#booking_modal{
    height: 100vh!important;
}
.bookingModalContent.rounded-0.project-details-popup {
height: 100vh!important;
background-color: #fcfcf4;
}
div#booking_modal {
padding-right: 0!important;
}

#booking_modal-body{
  /* margin-top: 20px;  */
  background-color: #fcfcf4;
}

.items_hotel:hover {
  opacity: 0.5;
  }