.rev-be-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
  z-index: 10;
/*   box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%); */
  background-color: transparent;
}
.rev-be-form {
 
  margin: 0 auto;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background: #fff;
  border-radius: 10px;
  border: solid 1px #e7e7e7;
   width: 75% 
   padding: 3px;
}
  top: 0;
  position: relative;
  z-index: 2;
  padding: 0;
}

.rev-check-in,
.rev-check-out,
.rev-guest,
.rev-form-submit {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
}
.rev-check-in,
.rev-check-out {
  width: 30%;
  min-height: 57px;
  border-right: solid 1px #e7e7e7;
  position: relative;
}
.rev-guest {
  width: 30%;
  min-height: 57px;
  border-right: solid 1px #e7e7e7;
  position: relative;
}
.rev-check-in:hover,
.rev-check-out:hover,
.rev-guest:hover {
  background: #ecf1fd;
}
.rev-form-submit svg {
  width: 35px;
  height: 35px;
}

.rev-form-submit {
  cursor: pointer;
  width: 10%;
  min-height: 57px;
  border-right: solid 0px #e7e7e7;
  position: relative;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  background: #e7e7e7;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.rev-form-submit:hover {
  background-image: linear-gradient(96deg, #53b2fe, #3968ed);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.rev-form-submit:hover svg {
  stroke: #fff;
}
.guest_display {
  flex-direction: row;
  cursor: pointer;
}
.guest_display:after {
  border: solid #3968ed;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  vertical-align: top;
  margin: 7px 0 0 8px;
  transition: all 0.3s ease-in-out;
}
.guest_display.current::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin: 7px 8px 0 7px;
}
.rev-rooms,
.rev-adults,
.rev-child {
  text-overflow: ellipsis;
  font-size: 15px;
  display: inline-block;
}
.rev-popup {
  width: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 0;
  display: flex;
  max-height: 400px;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  border-width: 1px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
  transition: all 0.8s;
  transform: translateY(-200%);
  padding: 16px;
}
.rev-childAge-wrap {
  display: flex;
  flex-direction: column;
  overflow: scroll;
  gap: 10px;
}
.rev-popup-inner {
  min-height: 30px;
  border-bottom: solid 0px #e7e7e7;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 8px 0px;
}
.rev-popup-inner input,
.rev-popup-inner select {
  border: solid 1px #e7e7e7;
  border-radius: 3px;
  width: 90px;
  height: 35px;
  padding: 5px 5px;
}
.rev-popup-inner label {
  width: 60%;
}
.rev-be-text,
.rev-be-text:hover,
.rev-be-text:focus .rev-be-text:visited {
  outline: none;
  -webkit-outline: none;
  -moz-outline: none;
  -ms-outline: none;
  box-shadow: none;
  border: 0px solid #53b2fe;
  background: transparent;
}
.rev-popup.active {
  z-index: auto;
  opacity: 1;
  transform: translate(0);
}
.fixToTop {
  position: fixed;
  top: 0;
  left: 0;
  right:0;
  z-index: 100;
  width: 100%;
}
.fixToTop .rev-be-form {
    max-width: 680px;
}
.fixToTop .rev-be-form .rev-form-submit {
  border-radius: 9px;
  min-height: 30px;
}
.fixToTop .rev-be-form .rev-check-in,
.fixToTop .rev-be-form .rev-check-out,
.fixToTop .rev-be-form .rev-guest,
.rev-form-submit {
  padding: 5px 10px;
  min-height: 30px;
}
.fixToTop .rev-form-submit svg {
  width: 25px;
  height: 25px;
}
.rev-be-wrap.fixToTop {
  border-radius: 0px;
}
.rev-hotel-address {
  display: flex;
  flex-direction: row;
}
.rev-hotel-address svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.rev-hotel-images {
  margin: 30px 0px;
}
.rev-rooms-wrap {
  display: flex;
  gap: 0px;
  align-items:center;
}
.rev-room-name {
  font-size: 1.4rem;
  padding-bottom: 1rem;
  font-weight: 600;
  background: white;
  /* position: sticky; */
  top: calc(0px + 21rem);
  word-break: break-word;
  z-index: 99;
}
.rev-section-title {
  font-size: 1.4rem;
  font-weight: 600;
  background: white;
  top: calc(0px + 21rem);
  word-break: break-word;
  z-index: 99;
  border-bottom: 0.1rem solid rgb(225, 231, 238);
  padding: .2rem .5rem;
}
input#rev-check-in {
    border: 0;
}

.rev-hotel-navigation {
  display: flex;
  height: 50px;
}
.rev-error-response {
  font-size: 12px;
  padding: .3rem;
  font-weight: 500;
  background: white;
  color: red;
  text-align:center;
}
section.rev-error-response p {
    width: 62%;
    margin: 0 auto;
}
.rev-price-wrap {
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: 3px;
}
.rev-hotel-nav-wrap {
  height: 100%;
}
.rev-hotel-nav-wrap ul {
  list-style: none;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.rev-hotel-nav-wrap ul li {
  line-height: normal;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
}
.rev-hotel-nav-wrap ul li a {
  text-decoration: none;
  color: rgb(20, 24, 35);
  padding: 0px 2rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.rev-hotel-nav-wrap ul li.active a,
.rev-hotel-nav-wrap ul li a:hover {
  color: rgb(34, 116, 224);
}
.rev-hotel-nav-wrap ul li.active,
.rev-hotel-nav-wrap ul li a:hover {
  border-bottom: 0.3rem solid rgb(34, 116, 224);
  border-radius: 0.2rem;
}
.rev-room-images {
  display: flex;
  flex-direction: column;
  width: 40%;
}
.sticky {
  width: 100%;
  background-color: rgb(255, 255, 255);
  position: sticky;
  top: 61px;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 5px;
}
.rev-room-details {
  width: 75%;
  flex: 2 1 0%;
  flex-direction: column;
}
.rev-room-inner {
  position: relative;
}
.rev-more-photos {
  position: absolute;
  bottom: 10px;
  left: 10px;
  border-radius: 0.6rem;
  background: rgb(0 0 0 / 68%);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0.4rem 0.5rem;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 14px;
  padding: 0.8rem 2.4rem 0.8rem 0.8rem;
}
.rev-room-details-inner {
  flex-direction: row;
  display: flex;
  flex: 1 1 0%;
  height: auto;
  border-bottom: 1px solid rgb(232, 243, 255);
}
.rev-room-details-inner:last-child {
  border-bottom: 0px solid rgb(232, 243, 255);
}
.rev-plan-wrap,
.rev-rate-wrap {
  padding: 0.7rem;
  width: 100%;
}
.fancybox__nav svg {
    fill: #fff !important;
}
.rev-plan-wrap {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
.rev-room-amenities {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0px;
}
.rev-rate-wrap {
  display: flex;
  justify-content: flex-end;
}
.rev-room-images {
  border-right: 1px solid rgb(232, 243, 255);
  padding: 1.55rem;
}
.rev-rooms-wrap {
  border: 1px solid rgb(232, 243, 255);
  margin-bottom: 30px;
  margin-top: 30px;
}
.rev-room-price-strike {
  color: rgb(119, 119, 119);
  text-decoration: line-through;
  font-size: 12px;
  font-weight: 400;
}
.discount-badge-wrap {
  position: relative;
  display: flex;
  margin-bottom: 10px;
}
.discount-badge {
  display: flex;
  background-color: rgb(230, 49, 72);
  border-radius: 0.5rem;
  color: rgb(255, 255, 255);
  padding: 5px 5px;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
  position: relative;
}
.rev-room-style {
  display: flex;
  flex-wrap: wrap;
}
.rev-room-style div {
  padding: 0px;
  align-items: center;
  width: 50%;
  display: flex;
}
.styleIcon {
  padding: 0px 0.5rem 0px 0px;
  margin-top: 6px;
}
.discount-badge::after {
  display: flex;
  content: "";
  border-top: 1rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  position: relative;
  right: -13px;
  border-left: 0.6rem solid rgb(230, 49, 72);
}
.rev-room-price {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  flex-direction: row;
  gap:10px;
}
.rev-room-price-inner {
  display: flex;
  align-items: center;
  font-weight: 600;
  flex-direction: column;
}
.rev-room-price svg {
  width: 15px;
}
.rev-room-price-strike svg {
  width: 8px;
}
.night_details {
  padding: 0.5rem 0px 1rem;
  color: rgb(119, 119, 119);
  font-size: 12px;
  font-weight: 400;
}
.tax_info {
  line-height: normal;
  font-size: 12px;
  font-weight: 400;
}
#hotelImagesSlider {
  --f-carousel-slide-height: 100%;
  --f-carousel-spacing: 10px;
  height: 700px;
}
.round-section {
  width: 100%;
  margin: 14px auto;
  max-width: 120rem;
  background-color: rgb(255, 255, 255);
  border-radius: 1.2rem;
}
.f-carousel {
  --f-button-width: 38px;
  --f-button-height: 38px;

  --f-button-svg-width: 16px;
  --f-button-svg-height: 16px;
  --f-button-svg-stroke-width: 2.5;

  --f-button-color: rgb(71 85 105);
  --f-button-border-radius: 50%;
  --f-button-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%),
    0 3px 7px -3px rgb(0 0 0 / 30%);

  --f-button-bg: #fff;
  --f-button-hover-bg: #f9f9f9;
  --f-button-active-bg: #f0f0f0;
}
.rev-hotel-rating {
  display: flex;
  gap: 5px;
}
.star-rating {
  position: relative;
}
.star {
  color: orange;
}

.star::before {
  content: "\2605";
  position: absolute;
  left: 0px;
}

.star-rating[data-rating="1"] .star:nth-child(1),
.star-rating[data-rating="2"] .star:nth-child(-n + 2),
.star-rating[data-rating="3"] .star:nth-child(-n + 3),
.star-rating[data-rating="4"] .star:nth-child(-n + 4),
.star-rating[data-rating="5"] .star:nth-child(-n + 5) {
  color: orange;
}
.soldout {
  font-size: 16px;
  color: red;
  border: 1px solid red;
  border-radius: 8px;
  padding: 10px 15px;
}
.morerooms {
  font-size: 12px;
  color: #9797a5;
  /* border: 1px solid rgb(34, 116, 224);
  border-radius: 8px;
  padding: 10px 15px; */
}
.spacer {
  display: flex;
  justify-content: space-between;
  border-top: 0.1rem solid rgb(239, 243, 248);
  padding-bottom: 1.2rem;
}
.spacer-between {
  display: flex;
  justify-content: space-between;
  border-top: 0.1rem solid rgb(239, 243, 248);
  padding-bottom: 0rem;
}
.summaryRow {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  padding-top: 8px;
}
.summaryRow span:first-child {
  display: flex;
  width: 85%;
  font-size: 14px;
  padding-left: 12px;
  flex-direction: column;
  gap: 1rem;
  text-transform: capitalize; 
}
.summaryRow span:last-child {
  width: 35%;
  text-align: right;
  font-size: 14px;
  padding-right: 12px;
  color: rgb(20, 24, 35);
}
.granTotalRow {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.2rem;
}
.granTotalRow span:first-child {
  display: flex;
  width: 85%;
  font-size: 16px;
  padding-left: 12px;
  flex-direction: column;
  gap: 1rem;
  font-weight: 600;
}
.granTotalRow span:last-child {
  width: 35%;
  text-align: right;
  padding-right: 12px;
  font-size: 16px;
  font-weight: 600;
  color: rgb(20, 24, 35);
}
.selectRoomForm button {
  font-size: 16px;
  color: #3968ed;
  border: 1px solid #3968ed;
  border-radius: 8px;
  padding: 10px 15px;
}
.selectRoomForm button:hover {
  background-image: linear-gradient(96deg, #53b2fe, #3968ed);
  color: #ffffff;
}
.checkout-wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.5rem;
  z-index: 1;
}
.checkout-wrap-left {
  width: 70%;
}
.checkout-wrap-right {
  width: 26%;
  align-self: flex-start;
  position: sticky;
  top: 10px;
}
.revflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rev-accordion-list {
  background-color: rgb(255, 255, 255);
  border-radius: 12px;
  /*border: 1px solid rgb(225, 231, 238);*/
  margin-bottom: 1.5rem;
}
span.smallTxt {
  color: rgb(119, 119, 119);
  font-size: 12px;
}
.highlightedTxt {
  font-size: 18px;
  padding: 2px 0px;
  font-weight: 600;
}
.rev-accordion-header {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid rgb(225, 231, 238);
  border-radius: 12px;
}
.rev-accordion-header.summary {
    border: none;
    border-bottom: 1px solid rgb(225, 231, 238);
    border-radius: 0px;
    width: 92%!important;
}
.rev-accordion-header.summary .rev-accordion-title { width: 50%;}
.rev-accordion-header.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rev-accordion-content {
  width: 100%;
  visibility: 0;
  height: 0px;
  overflow: hidden;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  transition: height 0.5s ease 0s;
}
.rev-accordion-content.active {
  height: auto;
  padding: 10px 12px;
  visibility: visible;
  transition: height 0.5s ease 0s;
  border-radius: 12px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: 1px solid rgb(225, 231, 238);
  border-top:0px;
}

.rev-accordion-arrow {
  width: 30px;
  height: 30px;
  background-color: rgb(239, 243, 248);
  border-radius: 50%;
  cursor: pointer;
  margin-left: 10px;
}
.rev-accordion-arrow svg {
  width: 14px;
  height: 14px;
  fill: rgb(119, 119, 119);
  margin-top: 8.5px;
  margin-left: 8.5px;
  position: absolute;
  transform: rotate(0deg);
  transition: transform 0.5s ease 0s;
}
.rev-accordion-header.active .rev-accordion-arrow svg {
  transform: rotate(180deg);
}
.rev-price-breakup {
    font-size: 10px;
    color: #bfa78f;
}
.rev-price-breakup .view-breakup{
  visibility: visible;
  transition: visibility 0.5s ease 0s;
  display: block;
}

.rev-price-breakup .hide-breakup{
  visibility:hidden;
  transition: visibility 0.5s ease 0s;
  display: none;
}

.rev-accordion-header.active .rev-price-breakup .hide-breakup{
  visibility: visible;
  display: block;
}
.rev-accordion-header.active .rev-price-breakup .view-breakup{
  visibility: hidden;
  display: none;
}
.price-breakup{
  transition: visibility 0.5s ease 0s;
  display: none;
}
.price-breakup.active{
  transition: visibility 0.5s ease 0s;
  display: block;
}
.guest-details {
  padding: 10px 12px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 49%;
}

.booking-details {
    display: flex;
    border-radius: 12px;
/*     background: rgb(249 236 223); */
	background: rgb(232, 243, 255);
    padding: 15px;
    margin-bottom: 1.5rem;
}
.booking-details-inner {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  width: 100%;
}
.room-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 0.1rem solid rgb(225, 231, 238);
  margin-bottom: 15px;
  border-radius: 12px;
  box-shadow: rgba(185, 186, 210, 0.3) 0px 1px 4px 0px;
}
.room-details-header {
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom: 0.2rem solid rgb(225, 231, 238);
  background-color: rgb(238, 244, 253);
/* 	background: rgb(249 236 223); */
  padding: 10px 10px;
}
.room-details-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.room-details-list li {
  display: flex;
  flex-direction: row;
  border-bottom: 0.1rem solid rgb(225, 231, 238);
  width: 100%;
}
.inclusion-overview ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.inclusion-overview li {
  display: flex;
  flex-direction: row;
  padding-bottom: 5px;
  width: 100%;
  align-items: center;
  border-bottom: none;
}
.room-details-list li:last-child {
  border-bottom: none;
}
.room-overview,
.inclusion-overview {
  width: 50%;
  padding: 10px 12px;
}
.room-overview {
  border-right: 0.1rem solid rgb(225, 231, 238);
}
.inclusion-overview svg {
  width: 18px;
  height: 18px;
  margin: 0px 0.5rem 0px 0px;
}
.guest-details div {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-right: 10px;
}
.guest-details div:nth-child(even) {
  padding-right: 0px;
}
.guest-details div label {
  margin-top: 5px;
}
.guest-details input[type="text"],
.guest-details input[type="email"],
.guest-details select {
  display: inline-flex;
  width: 100%;
  padding: 10px 12px;
  font-size: 15px;
  border: 0.1rem solid rgb(239, 243, 248);
  margin-top: 1rem;
  color: rgb(20, 24, 35);
  border-radius: 4px;
  height: 40px;
}
.rev-payment-btn {
  background-image: linear-gradient(96deg, #53b2fe, #3968ed);
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  padding: 1.2rem;
  margin: 0px 0px 0px;
  text-transform: capitalize;
  width: 100%;
  color: #ffffff;
  position: relative;
  border: none;
}
.rev-payment-btn:hover {
  background-image: linear-gradient(96deg, #3968ed, #53b2fe);
  transition: background-image 0.5s ease-in-out;
}
.summary-inner {
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid rgb(225, 231, 238);
}
@media screen and (max-width: 640px) {
  .rev-popup.active {
    z-index: 100001;
  }
  .rev-be-form {
    flex-direction: column;
  }
  .rev-check-in,
  .rev-check-out,
  .rev-guest,
  .rev-form-submit {
    width: 100%;
    border-right: solid 0px #e7e7e7;
    border-bottom: solid 1px #e7e7e7;
  }
  .rev-form-submit {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .checkout-wrap-left,.checkout-wrap-right{
width: 100%;
  }
  .checkout-wrapper{
    flex-direction: column;
  }
  .rev-payment-btn{
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    left: 0px;
    border-radius: 0px;
  }
}

.rev-room-drawer{
    position:fixed;
    inset:0;
    z-index:9999;
    visibility:hidden;
    opacity:0;
    transition:opacity .25s;
}
.rev-room-drawer.open{
    visibility:visible;
    opacity:1;
}
.rev-drawer-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
}
.rev-drawer-panel{
    position:absolute;
    top:0;
    right:-400px;
    width:380px;
    height:100%;
    background:#fff;
    padding:20px;
    box-shadow:-2px 0 6px rgba(0,0,0,.18);
    transition:right .3s ease;
    overflow-y:auto;
}
.rev-room-drawer.open .rev-drawer-panel{
    right:0;
}
.rev-drawer {
    flex: 0 0 340px;
    position: sticky;
    top: 20px;
    max-height: calc(75vh - 40px);
    overflow-y: auto;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
    transform: translateX(110%);
    opacity: 0;
    transition: transform .4s ease,opacity .4s ease;
}
.rev-drawer-close{
    background:none;
    border:none;
    font-size:26px;
    position:absolute;
    top:8px;
    right:12px;
    cursor:pointer;
}

/* Booking Engine */

/* form.rev-be-form {
    width: 900px!important;
} */
form.rev-be-form {
    width: 75% !important;
}

.rev-check-in, .rev-check-out {
    width: 28.5%!important;
}
.rev-form-submit {
    width: 20%;
}
.rev-check-in, .rev-check-out, .rev-guest, .rev-form-submit {
    padding: 4px!important;
}
img {
    width: 100%;
    height: auto;
}
.room-style img {
    width: 20px;
}
.room-style {
    display: flex;
    flex-wrap: wrap;
}
.room-style div {
    width: 32%;
}
.room-style div {
    display: flex;
    padding-top: 15px;
    padding-right: 4px;
    gap: 10px;
    font-size: 13px;
}
div#rev-hotel-navigation {
    width: 88%!important;
    margin: 0 auto;
}
.rev-room-details-inner {
    padding: 12px 5px;
    align-items: center;
    gap: 28px;
}
.room-info {
    display: flex;
    align-items: center;
    gap: 5px;
	font-weight:400;
}
.night_details {
    padding: 1rem 0px 1rem!important;
}
.rev-rooms-wrap {
    width: 100%;
}
.rev-drawer {
    display: none;
}
 .rev-plan-wrap, .rev-rate-wrap {
    padding: .7rem;
    width: 32%;
}
.rev-drawer.show {
    opacity: 1;
    display: block;
}
 .booking_engine_content {
    width: 40%;
    padding: 2px;
	  border-right: 1px solid #DDDDDD;
	 align-items:center;
	 margin:2px 0;
}
.booking_engine_content label{
	font-size:14px;
}
.booking_engine_content button {
    border: none!important;
	  background:none;
}
.booking_engine_content input {
    width: 32px;
    text-align: center;
    margin: 0 10px;
    font-size: 12px;
}
.rev-drawer h3{
  font-size: 20px;
}
.rev-remove {
    background: none;
    border: none;
    font-size: 18px;
    color: #bfa78f !important;
    cursor: pointer;
}
button#rev-checkout-btn {
    font-size: 15px;
}
.round-section {
    max-width: inherit !important;
    overflow: hidden;
    width: 1200px;
}
.rev-hotel-address {
    font-family: 'Jost';
}
div#rev-hotel-navigation {
    width: 78%!important;
    margin: 0 auto;
}
.rev-plan-name {
    width: 32%;
    font-family: 'Jost';
    padding-left: 20px;
    font-weight: 400;
}
.booking_details {
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #DDDDDD;
    border-right: none;
}
.booking_engine_content {
    display: block!important;
    text-align: center;

}
.booking_engine_content div {
    padding-bottom: 10px;
}
small {
    font-size: 88%;
}
.page-id-5451 {
    font-family: 'Jost';
	  font-weight:500!important;
}
.rev-price-wrap {
    font-weight: 500!important;
}
.sticky {
    z-index: auto;
}
span.free-wi-fi {
    padding-right: 12px;
}
span.television{
	    padding-right: 12px;
}
span.restaurant\/room-service {
	    padding-right: 12px;
}
span.housekeeping {
	    padding-right: 12px;
}

.rev-drawer {
	margin-top:29px;
/* 	overflow-y:visible!important; */
	overflow:hidden scroll!important;
	height:fit-content;
	top:120px!important;
}
.rev-checkout-btn {
	font-size:16px;
}
.rev-room-name {
    font-weight: 400;
}
.guest-details div {
    display: flex;
    flex-direction: column;
    width: 49%;
    padding-right: 10px;
}
.guest-details input[type="text"], .guest-details input[type="email"], .guest-details select {
    width: 84%;
    height: 20px;
}
.checkout-wrap-left {
    width: 68%;
}
.checkout-wrap-right {
    width: 30%;
}
.checkout-wrap-right .rev-accordion-header.summary {
    max-width: -webkit-fill-available;
    width: 100%!important;
}
.rev-payment-btn {
    background: #bfa78f !important;
}

.rev-tabs-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.rev-hotel-header {
    max-width: 1200px;
    margin: 0 auto;
}
div#hotelImagesSlider {
    max-width: 1200px;
    margin: 20px auto;
}
section.checkout-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}


/* select room page */

.hotel-list {
    width: 900px;
    margin: 0 auto;
}
.hotel-price {
	flex:0 0 200px;
background:#fafafa;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
padding:20px;
text-align:center;
}
.hotel-price a{
	margin-top:15px;
	padding:10px 20px;
	background:#bfa78f;
	color:#fff;
	text-decoration:none;
	border-radius:25px;
	display:inline-block;
}
.hotel-price a:hover{
	color:#fff;
}
.hotel-card {
    display: flex;
    align-items: stretch;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,26%);
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 15px;
}
.hotel-info{
	flex:1;padding:20px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.rev-location {
    border-right: solid 1px #e7e7e7;
    border-radius: 50px;
    width: 28.5%;
}
.rev-location:hover{
	background: #ecf1fd;
}

































.addons-container {
  padding: 10px;
}

.addons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 3fr));
  gap: 5px;
  margin-top: 20px;
}

.addon-card {
  border: 1px solid #e0e7ef;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.addon-card:hover {
  border-color: #d6223c;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.addon-card.selected {
  border-color: #d6223c;
  box-shadow: 0 4px 8px rgba(16, 185, 129, 0.2);
}

.addon-image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.addon-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.addon-type-label {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}

.addon-content {
  padding: 15px;
  height: 22vh;
}

.addon-content h5 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
}

.addon-content p {
  margin: 0 0 15px;
  font-size: 14px;
  color: #647a97;
  line-height: 1.5;
}

.view-details-btn {
  background: none;
  border: none;
  color: #d6223c;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  margin-bottom: 15px;
  text-decoration: underline;
}

.addon-price {
  padding: 0 15px 15px;
  margin-bottom: 0;
}

.addon-price span {
  font-weight: 600;
  font-size: 18px;
  color: #1f2937;
}

.addon-price small {
  font-weight: normal;
  color: #647a97;
  font-size: 12px;
}

.select-addon-btn {
  width: 100%;
  padding: 12px;
  background-color: #d6223c;
  color: #fff;
  border: 1px solid #e0e7ef;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 14px;
  color: #374151;
}

.select-addon-btn:hover {
  background-color: transparent;
  color: #d6223c;
  border: 1px solid #d6223c;
}

.select-addon-btn.selected {
  background-color: #d6223c;
  color: white;
  border-color: #10b981;
}

.select-addon-btn.selected:hover {
  background-color: transparent;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 400px;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.modal-header h3 {
  margin: 0;
}

.close-modal {
  font-size: 24px;
  cursor: pointer;
}

.quantity-selector {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.quantity-selector input {
  text-align: center;
}

.qty-btn {
  width: 26px;
  height: 26px;
  background-color: #f1f5f9;
  border: 1px solid #e0e7ef;
  border-radius: 4px;
  cursor: pointer;
}

.qty-btn:hover {
  background-color: #e0e7ef;
}

.quantity-selector input {
  width: 50px;
  text-align: center;
  margin: 0 10px;
  padding: 5px;
  border: 1px solid #e0e7ef;
  border-radius: 4px;
}

.price-display {
  text-align: right;
  font-weight: 600;
  margin: 15px 0;
}

.add-btn {
  width: 100%;
  padding: 12px;
  background-color: #d6223c;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
}

.add-btn:hover {
  background-color: #2563eb;
}

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

.details-section h4 {
  margin: 0 0 10px;
  font-size: 16px;
}

.details-section p {
  margin: 0;
  color: #647a97;
  font-size: 14px;
}
.addon-card:focus-visible {
  outline: none;
}

#addonPeopleInfo {
  margin-top: 10px;
  color: #647a97;
  font-size: 13px;
  display: none;
}

.hotel-price {
  flex: 0 0 150px;
  text-align: right;
}

/* select-hotel */
.hotel-card {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: stretch;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 8px;
}

.hotel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotel-image {
  flex: 0 0 250px;
  max-width: 250px;
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
}

.hotel-info {
  flex: 1;
}

.hote-info h3 {
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: 600;
}

.hotel-info p {
  margin: 0 0 10px;
  color: #666;
  font-size: 14px;
}

.hotel-info div div {
  font-size: 14px;
  color: #444;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

#hotel-rating {
  margin-top: 10px;
  font-size: 13px;
  color: #888;
}

#a-gst {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #bfa78f;
}

#a-gst span {
  margin: 0;
  font-size: 12px;
  color: #777;
}

#starting-from {
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #222;
  font-weight: 500;
}

.rev-rate-btn a {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background: #bfa78f;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
}

/* hetel-form-template */

.rev-be-form .rev-location {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  border-right: 1px solid #e0e0e0;
  min-width: 150px;
}

.rev-be-form .rev-location select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background-color: transparent;
  font-size: 1rem;
  color: #333;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  padding-right: 20px;
}

.rev-be-form .rev-location label {
  color: #555;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  margin-left: 15px;
}

.rev-check-in {
  justify-content: center;
}

.rev-check-out {
  justify-content: center;
}

/* find-hotel-template */
#rev-tabs-wrapper1 {
  display: flex;
  gap: 20px;
}
#rev-room-options {
  width: 100%;
}
#rev-room-inner1 {
  display: none;
}

#non-ref1 {
  color: #ef4444;
  font-size: 0.8em;
}
#rev-selected-drawer h3 {
  margin-top: 0;
}
#rev-selected-drawer #div2 {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #e5e7eb;
}
#rev-selected-drawer #div2 #rev-cart-totals {
  margin-top: 10px;
}

#rev-cart-totals1,
#rev-cart-totals2 {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

#div3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#rev-checkout-btn {
  width: 100%;
  margin-top: 10px;
}

#flexi-pay-option1 {
  margin: 30px 0 20px 0;
  padding: 18px 20px;
  background: #f7fafd;
  border-radius: 8px;
  border: 1px solid #e0e7ef;
}
#flexi-pay-option1 label input {
  margin-right: 12px;
  margin-top: 3px;
}
#flexi-pay-option1 {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    flex-direction: column;
}
#flexiPayInfo {
  font-size: 13px;
  color: #647a97;
  margin-top: 8px;
}
#room-price-summary {
  display: flex;
  align-items: center;
  gap: 10px;
}
#promo_name1 span {
  margin-left: 20px;
}
#promo_name2 span {
  margin-left: 20px;
}
#promo_name3 span {
  margin-left: 20px;
}

#couponDiscountList1 {
  align-items: flex-start;
}
#couponDiscountList1 h4 {
  margin: 0;
  font-size: 14px;
}
#couponDiscountList2 {
  align-items: flex-start;
}
#couponDiscountList2 label {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
}
#couponDiscountList2 label input {
  margin-right: 8px;
}
#couponDiscountList3 {
  font-size: 12px;
}
#couponDiscountList4 {
  font-size: 10px;
  color: #6b7280;
}
#flexiPaySummaryRow {
  display: none;
  margin-top: 10px;
}

/* Addons Display Styles */
.addons-header {
  font-weight: 600;
  color: #374151;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.addon-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f3f4f6;
}

.addon-item:last-child {
  border-bottom: none;
}

.addon-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.addon-price {
  font-weight: 600;
  color: #374151;
}

.delete-addon-btn {
  background: none;
  border: none;
  color: #ef4444;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.delete-addon-btn:hover {
  background-color: #fef2f2;
  color: #dc2626;
}

.delete-addon-btn svg {
  width: 14px;
  height: 14px;
}

#addonsDisplaySection {
  margin: 15px 0;
  padding: 15px 0;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}
#room-price-summary1 {
  flex: 1;
}
#room-price-summary2 {
  color: #d32f2f;
}

