@charset "UTF-8";

:root {
  --primary-color: #67655b;
  --secondary-color: #403f3b;
  --green-color: #7ce0c3;
  --purple-color: #8e76dc;
  --darkGray-color: #767676;
}
H1 {
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  color: var(--secondary-color);
  margin-bottom: 0;
}

#licensePlateCashback{
	height: 30px;
	display: inline-grid;
    align-items: center;
    min-width:100px;
    max-width:130px;
}

.cashbackText{
	white-space: nowrap;
}
.carousel-control-next, .carousel-control-prev{
	opacity:1;
	cursor:pointer;
}
#hotelHeadline {
  line-height: 1;
  font-size: 26px;
  font-weight: 500;
}

#hdSearchContainer .calendarSingle i{
	top: 3px;
}

#tempTextContainer {
  width: 100%;
}

#tempTextContainer2 {
  width: 100%;
}

#selectedCashback{
	text-align:right;
	max-width: 130px;
}
.amenityBulletList{
	font-size: 1rem;
}

#bookButtonStickyFooter{
	width:120px;
}

#hdTempTextContainer {
}

.hdOccupancyContainer {
  max-width: 400px;
  margin: auto;
}

.detailsStarRatingContainer {
  display: inline-block;
  position: relative;
  top: 6px;
  font-size: 17px;
  white-space: nowrap;
  width: 140px;
  
}

.detailsAddressContainer {
  float: left;
  clear: left;
  color: #6c757d;
}

.detailsSectionLabel{
	font-weight:bold;
}

.roomListing {
  cursor: pointer;
}

.roomDescription {
  font-size: 14px;
  color: grey;
}

/* Badge-style pill below group name, above group description (e.g. bed icon + label) */
.room-group-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: fit-content;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  padding-top: 3px;
  padding-bottom: 2px;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.room-group-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
}
.room-group-badge-svg {
  display: block;
  width: 14px;
  height: 14px;
  opacity: 0.9;
  vertical-align: middle;
}

/* Suite capsule when room type contains "suite" (purple to distinguish from green Refundable badge) */
.room-group-badge-suite {
  background-color: #7c3aed !important;
  color: #fff !important;
  border: none;
  margin-right: 0.5rem;
}

/* Bedrooms badge when bedroom count > 1 */
.room-group-badge-bedrooms {
  background-color: #0d6efd !important;
  color: #fff !important;
  border: none;
  margin-right: 0.5rem;
}

/* Refundable badge in badges section (green) */
.room-group-badge-refundable {
  background-color: #198754 !important;
  color: #fff !important;
  border: none;
  margin-right: 0.5rem;
}

/* Value adds badge in badges section (e.g. breakfast included, free wifi) */
.room-group-badge-valueadds {
  background-color: #fd7e14 !important;
  color: #fff !important;
  border: none;
  margin-right: 0.5rem;
}

/* Accessible room badge */
.room-group-badge-accessible {
  background-color: #fff !important;
  color: #0d6efd !important;
  border: 1px solid #0d6efd !important;
  margin-right: 0.5rem;
}

/* View type badge (e.g. Ocean View) with eye icon */
.room-group-badge-view {
  background-color: #e8f4f8 !important;
  color: #0a6b7c !important;
  border: 1px solid #0a6b7c !important;
  margin-right: 0.5rem;
}

/* Bathroom type badge (e.g. Ensuite, Shared Bathroom) */
.room-group-badge-bathroom {
  background-color: #f0f4f8 !important;
  color: #495057 !important;
  border: 1px solid #6c757d !important;
  margin-right: 0.5rem;
}

.pop-box {
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.08);
  background-color: white;
}

.stickyColB::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.stickyColB{
    position: -webkit-sticky;
	position: sticky;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    overflow-y: scroll;
}

.srAmenityIcon img{
	width: 24px;
	opacity:  60%;
}

.pop-box-2 {
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.08);
  background-color: white;
  margin: auto;
  border-radius: 10px 10px 10px 10px;
}

.priceLarge {
  float: right;
  font-size: 24px;
}

.perNightLarge {
  font-size: 12px;
  color: dark-grey;
  margin-left: 2px;
  margin-top: -8px;
  margin-bottom: 6px;
}

.priceSmall {
  float: right;
  font-size: 18px;
  white-space: nowrap;
}

.perNightSmall {
  font-size: 10px;
  color: dark-grey;
  margin-left: 2px;
}

#licensePlateButton {
  margin-top: 15px;
  margin-left: 32px;
}

#stickyFooterButton {
  margin-top: 7px;
  z-index:5;
}

.hdOccupancyDiv {
  width: 142px !important;
  background-color: white !important;
  color: #495057 !important;
  font-size: 14px;
}

#lpButton{
	top: -4px;
    position: relative;
}
.sticky-top {
  z-index: 3 !important;
}

.lp-pernight{
	display:inline-block;
	font-size:18px;
}

#ratesButton {
  cursor: pointer;
}

.animated-background-hdetails {
  width: 96px;
  margin-top: 10px;
}

.featuredAmenity {
  width: 100px;
}
.featuredAmenityLabel {
  font-size: 12px;
  text-align: center;
}

.strikeThroughPriceLP {
  float: left;
  color: gray;
  text-decoration: line-through;
  margin-top: 4px;
}

.lh-licencePlate {
  position: relative;
  top: 50%;
  float: left;
  width: 100%;
  height: 10px;
  background-color: white;
}

.rrBookButton {
  width: 120px;
}

.carousel-inner {
  height: 600px;
  background-color: lightgray;
  overflow: hidden;
}

/* Hero carousel prev/next: same look as carousel-arrow (circular, white, shadow) */
#mycarousel .carousel-control-prev,
#mycarousel .carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  min-width: 40px;
  padding: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  opacity: 1;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#mycarousel .carousel-control-prev:hover,
#mycarousel .carousel-control-prev:focus,
#mycarousel .carousel-control-next:hover,
#mycarousel .carousel-control-next:focus {
  color: #333;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%) scale(1.1);
  opacity: 1;
}

#mycarousel .carousel-control-prev:active,
#mycarousel .carousel-control-next:active {
  transform: translateY(-50%) scale(0.95);
}

#mycarousel .carousel-control-prev {
  left: 10px;
}

#mycarousel .carousel-control-next {
  right: 10px;
}

#mycarousel .carousel-control-prev-icon,
#mycarousel .carousel-control-next-icon {
  width: 1.25rem;
  height: 1.25rem;
  background-size: 100% 100%;
  /* Bootstrap icon is white; invert so it’s dark on the light circular button */
  filter: invert(1);
}

/* Thumbnail strip: single row, horizontal scroll, desktop only (d-none d-md-block) */
#mycarousel .carousel-indicators {
  position: static !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  flex-direction: row !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  max-width: 100% !important;
  margin: 0.5rem 0 !important;
  padding: 0 !important;
  list-style: none !important;
  justify-content: flex-start !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#mycarousel .carousel-indicators::-webkit-scrollbar {
  display: none;
}

/* Override Bootstrap .carousel-indicators [data-bs-target] (30px x 3px) so thumbnails show */
#mycarousel .carousel-indicators > li,
#mycarousel .carousel-indicators [data-bs-target] {
  flex: 0 0 auto !important;
  width: 91px !important;
  height: 60px !important;
  min-width: 91px !important;
  overflow: hidden;
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  padding: 0 !important;
  margin: 0 2px !important;
  background-color: lightgrey !important;
  background-clip: unset !important;
  text-indent: 0 !important;
  cursor: pointer;
  opacity: 1;
}

#mycarousel .carousel-indicators li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

#mycarousel .carousel-indicators li.active img {
  opacity: 1;
}

#mycarousel .carousel-indicators li:hover img {
  opacity: 0.75;
}

/* Thumbnail strip wrapper: scroll controls + drag */
#thumbnailStripWrapper {
  min-height: 80px;
}

#thumbnailStripIndicators {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

#thumbnailStripIndicators:active {
  cursor: grabbing;
}

.carousel-item img {
  width: 100%;
}

#expandedRatesLoadingDiv{
  width:100%;
  height:200px;
}

.amenityListing {
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  width: calc(50% - 24px);
  margin-bottom: 8px;
  margin-right: 24px;
}

.priceBreakdownAmount {
  float: right;
  font-size: 14px;
}

.featuredAmenityRow{
	width:100%;
}
#hdSearchContainer {
  border-bottom-style: solid;
  border-width: thin;
  border-color: darkgray;
}
.detailsDatePickerInput {
  width: 140px;
  font-size: 14px;
  margin-bottom: 12px;
}

.detailsDatePickerLabel {
  font-size: 14px;
  padding-top: 6px;
}

.hdOccupancyDiv .btn {
  color: #495057 !important;
  font-size: 14px;
}

.hpAgePickerSelect .btn {
  color: #495057 !important;
  font-size: 14px;
}

.detailsStarRating {
  display: inline-block;
  width: 14px;
}

.hdChildLabel {
  margin-top: 6px;
  margin-right: 6px;
  float: left;
  width: 100px !important;
  font-size: 14px;
  color: #495057;
}

.refundableLabel {
  font-size: 14px;
}

.nonRefundableLabel {
  font-size: 14px;
}

.strikeThroughPriceHD {
  font-size: 14px;
  float: left;
  color: gray;
  text-decoration: line-through;
  margin-top: 2px;
}

#flexDatesDiv {
  border-top: 1px solid #f5e5e3;
}

#chartContaier{
	min-height: 200px;
    max-width: 600px;
    width: 100%;
}

.flexDateRow {
  font-size: 14px;
  cursor: pointer;
  height:22px;
}

.flexDateRowUnclickable {
  font-size: 14px;
  color: #999;
}

.priceCompareRow {
  font-size: 14px;
}

.priceCompareRowHeader {
  font-size: 14px;
  font-wieght: bold;
}

#hotelStarRatings{
	width:154px;
}

.flexDateRowToday,
.flexDateRowTitle {
  font-weight: bolder;
  font-size: 14px;
  cursor: auto;
}

.flexDateRow:hover {
  font-weight: bolder;
  font-size: 14px;
}

#bookButton1 {
  font-size: 22px !important;
  width: 200px;
  height: 46px;
  top: -5px;
  position: relative;
}

#bookButton1, #seeRatesButton1, #lpShowRatesButton {
  font-size: 22px !important;
  width: 200px;
  height: 46px;
  position: relative;
}

.imageSelectThumbnail {
  position: absolute;
  top: 0px;
  z-index: 2;
}

.featuredImage {
  cursor: pointer;
  z-index: 4;
}

.nonFeaturedImage {
  cursor: pointer;
  z-index: 4;
}

.roomListingBookButton {
  width: 120px;
  height: 40px;
  font-size: 20px
}

.hdBodyContainer{
  max-width: 1397px;
  margin: auto;
}

.stickyBookButtonDiv{
	position:fixed;
	height: 50px;
    bottom: 0px;
    background-color: white;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.discount-banner {
  background-color: #f8d7da;
  color: #721c24;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  text-align: center;
}
.search-container-col{
  width: 100%;
  clear:both;
}

@media only screen and (max-width: 1400px) {
  .carousel-inner {
    height: 600px !important;
  }
}

@media only screen and (max-width: 992px) {
	
  .stickyColB{
  	position: inherit;
  	box-shadow: none;
  }
  
  .carousel-inner {
    height: 60vh !important;
  }
  
  #stickyHeader{
  	padding: 5px;
    min-height: 72px;
    position: fixed;
    bottom: 0px;
    z-index: 2;
    box-shadow: 0px 6px 18px 9px rgb(0 0 0 / 32%);
    border-radius: 10px 10px 0px 0px;
  }

  .search-container-col{
    width: 100%;
    clear:both;
  }
}


@media only screen and (max-width: 768px) {
	
  .stickyColB{
  	position: inherit;
  	box-shadow: none;
  }
  .carousel-inner {
  
   
    height: 31vh !important;
  }

  #columnB {
    border-top: 1px solid darkgrey;
  }

  .search-container-col{
    width: 100%;
    clear:both;
  }
}

@media only screen and (max-width: 480px) {

	.cashbackText{
		white-space: normal;
	}

  .detailsStarRatingContainer {
    font-size: 14px;
    top: 2px;
  }

  #bookButton1, #seeRatesButton1, #lpShowRatesButton {
    margin-top: 2px;
    width: 120px;
  }

  .animated-background-hdetails {
    margin-top: 20px;
  }
  
  #sticyHeaderHotelHeadline h1{
	font-size:20px !important;
  }
  
  #licencePlacePrice{
  	font-size:18px;
  	padding-top: 4px;
  }
  
  .cardCashbackBadge{
  	  max-width: 120px;
  }

  .search-container-col{
    width: 100%;
    clear:both;
    display: block;
  }

  @media (min-width: 500px) {
    .search-container-col {
        width: 50%;
        float: left;
        display: inline-block;
    }
    
    /* Override Bootstrap row behavior for side-by-side layout */
    .search-container-col.row {
        display: inline-block !important;
        float: left;
    }
  }

  /* Center align content in hdSearchContainer2 */
  #hdSearchContainer2 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #hdSearchContainer2 .row {
    justify-content: center;
    text-align: center;
  }

  #hdSearchContainer2 .search-container-col {
    text-align: center;
  }

}
