em {
	font-family: cormorant;
	font-weight: 500;
}

/* MPHB Search Form */
.homepage-search-form {
  padding: 25px 70px;
  background: #000;
}

.homepage-search-form form.mphb_sc_search-form,
.homepage-search-form .hb-booking-search-form {
	align-items: center;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}

.homepage-search-form form.mphb_sc_search-form > p {
	padding: 0 8px;
	margin: 0;
	flex: 1 1 20%;
}

.homepage-search-form form.mphb_sc_search-form .mphb_sc_search-location {
	order: -1;
}

.single .hb-booking-search-form label,
.homepage-search-form .hb-booking-search-form label,
.homepage-search-form form.mphb_sc_search-form label,
.homepage-search-form form.mphb_sc_search-form p br {
  display: none;
}

.single .hb-booking-details-form input[type="text"],
.single .hb-booking-search-form input[type="text"],
.single .hb-booking-search-form select,
.homepage-search-form .hb-booking-search-form input[type="text"],
.homepage-search-form .hb-booking-search-form select,
.homepage-search-form form.mphb_sc_search-form input[type="text"],
.homepage-search-form form.mphb_sc_search-form select {
	padding: 0px 15px;
	height: 48px;
	border: 0;
	border-radius: 5px;
	font-size: 16px;
	line-height: 1;
	outline: 0;
	background-color: #fff;
	font-family: "Yantramanav", sans-serif;
}


.single .hb-booking-search-form select:hover,
.homepage-search-form .hb-booking-search-form select:hover,
.homepage-search-form form.mphb_sc_search-form select:hover {
  cursor: pointer;
}

.single .hb-booking-search-form input[type="submit"],
.homepage-search-form .hb-booking-search-form input[type="submit"],
.homepage-search-form form.mphb_sc_search-form input[type="submit"] {
	background: #3d3a3a;
	border: 0;
	outline: 0;
	border-radius: 5px;
	color: #fff;
	transition: 0.3s;
	cursor: pointer;
	font-size: 16px;
	height: 48px;
}

.single .hb-booking-search-form input[type="submit"]:hover,
.homepage-search-form .hb-booking-search-form input[type="submit"]:hover,
.homepage-search-form form.mphb_sc_search-form input[type="submit"]:hover {
	background: #a09c8c;
}

.single .hb-booking-search-form .hb-search-fields > p {
	width: 100%;
	margin: 0 0 10px;
	float: none;
}



.LatestBlog .elementor-widget-image a,
.BlogGrids .elementor-widget-image a,
.ApartmentsGrids .elementor-widget-image a,
.SearchResults .mphb-room-type .post-thumbnail a {
  display: block;
  overflow: hidden;
	position: relative;
}

.LatestBlog .elementor-heading-title a:hover,
.BlogGrids .elementor-heading-title a:hover,
.ApartmentsGrids .elementor-heading-title a:hover {
  color: var( --e-global-color-f193164 ) !important;
}

.SearchResults .mphb-room-type .post-thumbnail a::after,
.ApartmentsGrids .elementor-widget-image a::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: 0.3s;
}

.SearchResults .mphb-room-type .post-thumbnail a:hover::after,
.ApartmentsGrids .elementor-widget-image:hover a::after {
	opacity: 0.1;
}


.ApartmentsTabs .e-n-tabs .e-n-tabs-heading .e-active:hover {
	background: transparent !important;
}


.GridHoverItem .e-con-inner {
	position: relative;
}

.GridHoverItem .HoverContent {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: 0.4s;
	transform: translateY(-50%);
}

.GridHoverItem .e-con-inner:hover .HoverContent{
	opacity: 1;
}

.GridHoverItem .e-con-inner:hover a::after {
	opacity: 0.45;
}

.GridHoverItem .elementor-heading-title a:hover {
  color: #ddd !important;
}


.elementor-pagination .page-numbers {
	border: 1px solid #000;
	line-height: 1;
	padding: 13px 0px 11px;
	min-width: 42px;
	display: inline-block;
	transition: 0.3s;
}

.elementor-pagination .page-numbers.current, .elementor-pagination .page-numbers:hover {
	border-color: var( --e-global-color-f193164 );
	color: var( --e-global-color-f193164 );
}


.qodef-cf7-1-submit .wpcf7-spinner {
  position: absolute;
  top: 4px;
  right: -30px;
  margin: 0;
}


/* Search Results */
.SearchResults .mphb_sc_search_results-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.SearchResults .mphb_sc_search_results-wrapper .mphb-recommendation-title {
	display: none;
}

.SearchResults .mphb_sc_search_results-wrapper  form {
	display: none;
}

.SearchResults .mphb_sc_search_results-wrapper .mphb_sc_search_results-info {
	flex: 0 0 100%;
	margin-bottom: 50px;
	padding: 0px 10px;
}

.SearchResults .mphb-room-type {
	flex: 0 0 49%;
	padding: 0px;
	margin: 0px 0px 50px !important;
	background: transparent;
	border: 1px solid rgba(0,0,0,.1);
	transition: 0.3s;
}

.SearchResults .mphb-room-type:hover{
	background: #222;
}

.SearchResults .mphb-room-type .post-thumbnail img {
	height: 500px;
	object-fit: cover;
	transition: 0.65s;
	display: block;
}

.SearchResults .mphb-room-type .post-thumbnail a:hover img{
	transform: scale(1.05);
}

.SearchResults .mphb-room-type .mphb-view-details-button-wrapper {
	display: none;
}

.SearchResults .mphb-room-type .mphb-reserve-room-section {
	display: none;
}

.SearchResults .mphb-room-type .mphb-loop-room-content {
	background: transparent;
	padding: 20px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.SearchResults .mphb-room-type .mphbLeft {
	flex: 0 0 calc(100% - 190px);
	padding-right: 10px;
}

.SearchResults .mphb-room-type .mphbRight {
	flex: 0 0 190px;
}

.SearchResults .mphb-room-type .mphbRight p {
	font-size: 16px;
	line-height: 1.4;
}

.SearchResults .mphb-room-type .mphbRight > p:first-child {
	width: 190px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.SearchResults .mphb-room-type .mphb-room-type-title {
	font-size: 36px;
	margin-top: 0;
}

.SearchResults .mphb-room-type .mphb-room-type-title a {
	display: block;
	line-height: 1.2;
}

.SearchResults .mphb-room-type:hover .mphb-room-type-title a {
	color: #fff;
}

.SearchResults .mphb-room-type:hover .mphbRight p {
	color: #fff;
	opacity: 0.7;
}

.SearchResults .mphb-room-type .mphb-room-type-title a:hover {
	color: var( --e-global-color-f193164 );
}


/* Search Result - V2 */
.homepage-search-form .hb-booking-search-form .hb-booking-searching {
  width: 116px;
  margin: 15px auto 0;
}
.homepage-search-form .hb-booking-search-form .hb-search-error {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.homepage-search-form .hb-booking-search-form .hb-searched-summary .hb-check-dates-wrapper,
.homepage-search-form .hb-booking-search-form .hb-searched-summary .hb-people-wrapper {
	margin-top: 0px;
}
.homepage-search-form .hb-accom-list {
	max-width: 1320px;
}
.homepage-search-form .hb-accom-list .hb-search-result-title-section {
	text-align: center;
	margin-bottom: 35px;
	margin-top: 100px;
}
.homepage-search-form .hb-accom-list .hb-title.hb-title-select {
	font-family: cormorant;
	font-size: 32px;
}
.homepage-search-form .hb-accom-list .hb-multi-accom-choices {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 30px;
}
.hb-accom-listing-row .hb-accom-listing-column,
.homepage-search-form .hb-accom-list .hb-multi-accom-choices .hb-accom {
  flex: 0 0 calc(33.33% - 20px);
  margin: 0 0 20px;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
}
.hb-accom-listing-row .hb-accom-listing-column .hb-accom-featured-image a,
.homepage-search-form .hb-accom-list .hb-accom-featured-image a {
	display: block;
}
.hb-accom-listing-row .hb-accom-listing-column .hb-accom-featured-image img,
.homepage-search-form .hb-accom-list .hb-accom-featured-image img {
	height: 400px;
	object-fit: cover;
	display: block;
	width: 100%;
}
.hb-accom-listing-row .hb-accom-listing-column h2,
.homepage-search-form .hb-accom-list .hb-accom-title {
	margin: 20px 0px 0px 0px;
}
.hb-accom-listing-row .hb-accom-listing-column h2 a,
.homepage-search-form .hb-accom-list .hb-accom-title a {
	display: block;
	font-family: "Yantramanav", Sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 32px;
}
.hb-accom-listing-row .hb-accom-listing-column h2 a:hover,
.homepage-search-form .hb-accom-list .hb-accom-title a:hover{
	color: var( --e-global-color-f193164 );
}
.hb-accom-listing-row .hb-accom-listing-column .hb-accom-desc,
.single .hb-accom-list .hb-accom-desc,
.homepage-search-form .hb-accom-list .hb-accom-desc {
	font-size: 16px;
}
.hb-accom-listing-row .hb-accom-listing-column .hb-accom-price-total,
.single .hb-accom-list .hb-accom-price-total,
.homepage-search-form .hb-accom-list .hb-accom-price-total {
	margin: 25px 0px 0px;
}
.hb-accom-listing-row .hb-accom-listing-column .hb-accom-price,
.single .hb-accom-list .hb-accom-price,
.homepage-search-form .hb-accom-list .hb-accom-price {
	font-size: 16px;
	line-height: 1;
}
.hb-accom-listing-row .hb-accom-listing-column .hb-accom-price-caption,
.single .hb-accom-list .hb-accom-price-caption,
.homepage-search-form .hb-accom-list .hb-accom-price-caption {
	margin: 0;
	font-size: 14px;
}

.elementor-accordion .btnConBooking a,
.single .hb-booking-details-form .hb-confirm-button input,
.single .hb-booking-details-form .hb-previous-step input,
.single .hb-accom-list .hb-step-button input,
.homepage-search-form .hb-accom-list .hb-select-accom input,
.homepage-search-form .hb-accom-list .hb-view-accom input {
	display: inline-block;
	width: 100%;
	padding: 10px 10px;
	font-size: 16px;
	font-family: 'Yantramanav', sans-serif;
	background: var( --e-global-color-9f03cce );
	color: #fff;
	border: 1px solid var( --e-global-color-9f03cce );
	border-radius: 4px;
	transition: 0.3s;
	cursor: pointer;
	line-height: 1;
	font-weight: 400;
}
.elementor-accordion .btnConBooking a:hover,
.single .hb-booking-details-form .hb-confirm-button input:hover,
.single .hb-booking-details-form .hb-previous-step input:hover,
.single .hb-accom-list .hb-step-button input:hover,
.homepage-search-form .hb-accom-list .hb-select-accom input:hover,
.homepage-search-form .hb-accom-list .hb-view-accom input:hover {
	background: var( --e-global-color-2bf94c8 );
	border: 1px solid var( --e-global-color-2bf94c8 );
}

.hb-accom-listing-row .hb-accom-listing-actions-wrapper,
.single .hb-accom-list .hb-view-price-breakdown,
.single .hb-accom-list .hb-accom-price-caption-dash,
.single .hb-accom-list .hb-select-accom-wrapper,
.homepage-search-form .hb-accom-list .hb-view-price-breakdown,
.homepage-search-form .hb-accom-list .hb-accom-price-caption-dash,
.homepage-search-form .hb-accom-list .hb-select-accom-wrapper {
	display: none !important;
}


.homepage-search-form .hb-accom-list .hb-step-wrapper > .hb-step-button {
	display: none;
}


.hb-accom-listing-row {
	row-gap: 30px;
	column-gap: 30px;
	justify-content: flex-start;
	margin-top: 60px;
}
.hb-accom-listing-row .hb-accom-listing-column {
	width: 100% !important;
	max-width: unset !important;
	padding: 0;
	margin: 0 0 20px;
}


.single .hb-booking-details-form .hb-details-fields,
.single .hb-booking-details-form .hb-button-wrapper,
.single .hb-booking-details-form {
	margin-top: 15px;
}
.single .hb-booking-details-form .hb-title {
	margin-bottom: 10px;
	font-size: 26px;
}
.single .hb-booking-details-form .hb-details-fields p {
	margin-bottom: 15px;
}
.single .hb-booking-details-form .hb-details-fields label {
	cursor: pointer;
}
.single .hb-booking-details-form .hb-summary-wrapper {
	margin-top: 35px;
}
.single .hb-booking-details-form .hb-resa-summary-content {
	padding-top: 20px;
	padding-bottom: 0;
	background: #DDDDDD;
	border: 0;
}
.single .hb-booking-details-form .hb-confirm-button input {
	text-transform: uppercase;
	padding: 15px 10px;
}
.single .hb-booking-details-form .hb-confirm-area {
	margin-top: 25px;
}
.single .hb-booking-details-form .hb-bottom-area {
	display: none !important;
}
.single .hb-booking-details-form .hb-payment-method {
	margin-top: 25px;
	margin-bottom: 25px;
}


/* Single Appartment */
.single-mphb_room_type form.mphb-booking-form .mphb-required-fields-tip,
.single-mphb_room_type form.mphb-booking-form abbr,
.single-hb_accommodation .title_outer,
.single-mphb_room_type .title_outer {
	display: none;
}

.single-mphb_room_type form.mphb-booking-form .mphb-check-out-date-wrapper,
.single-mphb_room_type form.mphb-booking-form .mphb-check-in-date-wrapper {
  float: left;
  width: 46%;
  margin-right: 4%;
}
.single-mphb_room_type form.mphb-booking-form .mphb-check-out-date-wrapper input,
.single-mphb_room_type form.mphb-booking-form .mphb-check-in-date-wrapper input {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0,0,0,.1);
  font-size: 16px;
  padding: 14px 15px;
  outline: 0;
  border-radius: 4px;
}
.single-mphb_room_type form.mphb-booking-form .mphb-check-out-date-wrapper label,
.single-mphb_room_type form.mphb-booking-form .mphb-check-in-date-wrapper label {
  display: inline-block;
  margin-bottom: 5px;
	cursor: pointer;
}

.single-mphb_room_type .tabSection .e-n-tabs-heading .e-n-tab-title.e-active:hover {
	background: var( --e-global-color-2bf94c8 ) !important;
}
.single-mphb_room_type form.mphb-booking-form .mphb-reserve-btn-wrapper {
	clear: both;
	padding: 20px 1px 0;
	display: block;
}

.single-mphb_room_type .mphb-reserve-room-section .button.mphb-confirm-reservation,
.single-mphb_room_type form.mphb-booking-form .mphb-reserve-btn {
  display: block;
  width: 96%;
  padding: 14px 10px;
  font-size: 18px;
  font-family: 'Yantramanav', sans-serif;
  background: var( --e-global-color-9f03cce );
  color: #fff;
  border: 1px solid var( --e-global-color-9f03cce );
  border-radius: 4px;
  transition: 0.3s;
  cursor: pointer;
  line-height: 1;
  font-weight: 400;
}

.single-mphb_room_type .mphb-reserve-room-section .button.mphb-confirm-reservation:hover,
.single-mphb_room_type form.mphb-booking-form .mphb-reserve-btn:hover {
  background: var( --e-global-color-2bf94c8 );
  border: 1px solid var( --e-global-color-2bf94c8 );
}

.single-mphb_room_type .mphb-reserve-room-section .button.mphb-confirm-reservation {
	margin-top: 15px;
}

.single-mphb_room_type .mphb_get_the_content p {
	margin-bottom: 15px;
}
.single-mphb_room_type .mphb-regular-price strong {
	/* font-weight: 300; */
}
.single-mphb_room_type .mphb_custom_price_html {
	display: flex;
	flex-wrap: wrap;
}
.single-mphb_room_type .mphb_custom_price_html .custom_label {
	margin-right: 5px;
	display: none;
}
.mphb-booking-form.mphb-loading:before{
	background-color: rgb(255 255 255 / 0%);
}
.appartmentReview .jet-reviews-advanced__header-title {
	font-size: 32px;
	line-height: 1;
	margin-right: 15px;
}
.appartmentReview .jet-reviews-advanced__header-top {
	justify-content: flex-start;
}
.appartmentReview .jet-reviews-advanced__header-top .fa-star {
	/* color: var( --e-global-color-2bf94c8 ); */
	/* font-size: 16px; */
	/* margin: 0px 1px; */
}
.appartmentReview .jet-reviews-advanced__header-top .jet-reviews-message {
	display: none;
}

.appartmentReview .jet-reviews-stars-field .jet-reviews-stars--filled i,
.appartmentReview .jet-reviews-advanced__reviews .jet-reviews-field__rating .fa-star {
	color: var( --e-global-color-2bf94c8 );
	/* font-size: 16px; */
	/* margin: 0px 1px; */
}

.appartmentReview .jet-reviews-stars-field .jet-reviews-stars--empty .jet-reviews-star {
	/* font-size: 16px; */
	/* margin: 0px 1px; */
}

.appartmentReview .jet-new-review-controls .jet-reviews-button--primary,
.appartmentReview .jet-reviews-advanced__reviews .jet-reviews-button,
.appartmentReview .jet-reviews-advanced__header-top .jet-reviews-button {
	padding: 9px 10px;
	background: var( --e-global-color-9f03cce );
	color: #fff;
	border: 1px solid var( --e-global-color-9f03cce );
	transition: 0.3s;
	cursor: pointer;
	text-decoration: none;
	line-height: 1;
  border-radius: 4px;
}

.appartmentReview .jet-new-review-controls .jet-reviews-button--primary:hover,
.appartmentReview .jet-reviews-advanced__header-top .jet-reviews-button:hover,
.appartmentReview .jet-reviews-advanced__reviews .jet-reviews-button:hover{
	background: var( --e-global-color-2bf94c8 );
  border: 1px solid var( --e-global-color-2bf94c8 );
}
.appartmentReview .jet-reviews-advanced__header-top .jet-reviews-button i,
.appartmentReview .jet-reviews-advanced__reviews .jet-reviews-button i {
	font-size: 12px;
}

.appartmentReview .jet-reviews-advanced__new-review-form .jet-new-review-controls .jet-reviews-button--secondary {
	color: #c50000;
	font-size: 16px;
	font-weight: 500;
}

.appartmentReview .jet-reviews-advanced__new-review-form .jet-new-review-controls .jet-reviews-button--secondary:hover {
	text-decoration: underline;
}

#relatedApartment {
	padding: 0px 30px;
	position: relative;
	overflow: auto;
}
#relatedApartment .swiper-button-next,
#relatedApartment .swiper-button-prev {
  width:auto;
  height:auto;
}
#relatedApartment .swiper-button-next::after, #relatedApartment .swiper-button-prev::after {
	font-size: 20px;
}
#relatedApartment .swiper-container {
	overflow: hidden;
}
#relatedApartment .swiper-slide .elementor-heading-title a {
	transition: 0.3s;
}
#relatedApartment .swiper-slide .elementor-heading-title a:hover {
	color: var( --e-global-color-f193164 );
}
#relatedApartment .swiper-slide .elementor-widget-image a {
	display: block;
	overflow: hidden;
	position: relative;
}
#relatedApartment .swiper-slide .elementor-widget-image a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: 0.3s;
}
#relatedApartment .swiper-slide .elementor-widget-image:hover a::after {
	opacity: 0.1;
}
#relatedApartment .swiper-slide .elementor-widget-image a img {
	display: block;
	height: 520px;
	object-fit: cover;
	transition: 0.4s;
}
#relatedApartment .swiper-slide .elementor-widget-image a:hover img {
	transform: scale(1.1);
}
#relatedApartment .swiper-slide .elementor-heading-title {
  text-align: center;
}
#relatedApartment .swiper-slide .elementor-widget-post-info {
  width: 100%;
  display: flex;
  justify-content: center;
}



/* Booking Confirmation */
.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-booking-details-title {
  font-size: 52px;
  text-align: center;
  margin-bottom: 50px;
}
body .mphb_sc_checkout-form .mphb-check-in-date,
body .mphb_sc_checkout-form .mphb-check-out-date {
	border: 1px solid #ddd;
	min-height: 74px;
	line-height: 74px;
	margin: 0;
}
body .mphb_sc_checkout-form .mphb-check-out-date {
	border-top: none;
}
body .mphb_sc_checkout-form .mphb-check-in-date>span:first-child,
body .mphb_sc_checkout-form .mphb-check-out-date>span:first-child {
	display: inline-block;
	width: 33%;
	border-right: 1px solid #ddd;
	margin-right: 1.25rem;
}
body .mphb_sc_checkout-form .mphb-check-in-date>span:first-child,
body .mphb_sc_checkout-form .mphb-check-out-date>span:first-child {
	padding: 0 1.25rem;
	font-weight: 500;
}
body .mphb_sc_checkout-form .mphb-reserve-rooms-details {
	margin-top: 50px;
}
body .mphb_sc_checkout-form .mphb-reserve-rooms-details .mphb-room-number {
	font-size: 32px;
}
body .mphb_sc_checkout-form .mphb-reserve-rooms-details .mphb-room-type-title {
	margin-top: 15px;
	margin-bottom: 25px;
}
body .mphb_sc_checkout-form .mphb-room-details .mphb-adults-chooser {
  margin-bottom: 20px;
}
body .mphb_sc_checkout-form .mphb-room-details .mphb-adults-chooser label,
body .mphb_sc_checkout-form .mphb-room-details .mphb-guest-name-wrapper label {
	display: block;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
}
body .mphb_sc_checkout-form .mphb-room-details .mphb-adults-chooser select {
  display: block;
  width: 100%;
  border-radius: 0;
  padding: 12px 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  cursor: pointer;
  background: #fff;
  transition: 0.3s;
}
body .mphb_sc_checkout-form .mphb-room-details .mphb-adults-chooser select:focus {
  border-color: #333;
}
body .mphb_sc_checkout-form .mphb-room-details .mphb-guest-name-wrapper label {
  display: block;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}
body .mphb_sc_checkout-form .mphb-room-details .mphb-guest-name-wrapper input[type="text"] {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  padding: 12px 10px;
	outline: 0;
	transition: 0.3s;
}
body .mphb_sc_checkout-form .mphb-room-details .mphb-guest-name-wrapper input[type="text"]:focus {
	border-color: #333;
}


.mphb_sc_checkout-form #mphb-price-details .mphb-price-breakdown {
	width: 100%;
}

.mphb_sc_checkout-form #mphb-price-details .mphb-price-breakdown-title {
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 25px;
}
.mphb_sc_checkout-form #mphb-price-details .mphb-price-breakdown tr th,
.mphb_sc_checkout-form #mphb-price-details .mphb-price-breakdown tr td {
	border: 1px solid #ddd;
	padding: 1.3em;
	font-weight: 400;
	text-align: left;
}

.mphb_sc_checkout-form #mphb-customer-details .mphb-customer-details-title {
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 10px;
}

.mphb_sc_checkout-form #mphb-customer-details .mphb-required-fields-tip {
	margin-bottom: 10px;
}

.mphb_sc_checkout-form #mphb-customer-details label {
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	margin-top: 15px;
}

.mphb_sc_checkout-form #mphb-customer-details input[type="text"],
.mphb_sc_checkout-form #mphb-customer-details input[type="email"],
.mphb_sc_checkout-form #mphb-customer-details textarea {
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	padding: 12px 10px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
	outline: 0;
	transition: 0.3s;
}

.mphb_sc_checkout-form #mphb-customer-details input[type="text"]:focus,
.mphb_sc_checkout-form #mphb-customer-details input[type="email"]:focus,
.mphb_sc_checkout-form #mphb-customer-details textarea {
	border: 1px solid #333;
}

.mphb_sc_checkout-form #mphb-customer-details select {
	display: block;
	width: 100%;
	border-radius: 0;
	padding: 12px 10px;
	border: 1px solid #ddd;
	font-size: 14px;
	cursor: pointer;
	background: #fff;
	transition: 0.3s;
}

.mphb_sc_checkout-form #mphb-customer-details select:focus {
  border-color: #333;
}

.mphb_sc_checkout-form .mphb-total-price {
	margin: 10px 0px 20px;
}
.mphb_sc_checkout-form .mphb-errors-wrapper {
	margin: 10px 0px 20px;
}

.mphb_sc_checkout-form .mphb_sc_checkout-submit-wrapper .button {
	display: block;
	padding: 14px 30px;
	font-size: 18px;
	font-family: 'Yantramanav', sans-serif;
	background: var( --e-global-color-9f03cce );
	color: #fff;
	border: 1px solid var( --e-global-color-9f03cce );
	border-radius: 0;
	transition: 0.3s;
	cursor: pointer;
	line-height: 1;
	font-weight: 400;
}

.mphb_sc_checkout-form .mphb_sc_checkout-submit-wrapper .button:hover {
	background: var( --e-global-color-2bf94c8 );
  border: 1px solid var( --e-global-color-2bf94c8 );
}


.single .amenities-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.single .amenities-wrap .item {
	background: #f8f8f8;
	padding: 60px 20px;
	flex: 0 0 calc(33.33% - 20px);
	text-align: center;
	border: 1px solid #e6e6e6;
}
.single .amenities-wrap .item h3 {
  font-size: 30px;
  margin-bottom: 10px;
}


/* Sinlge Post */
.single-post .title_outer {
	display: none;
}


/* Form Look Change */
.homepage-search-form {
	padding: 25px 70px;
	background: var( --e-global-color-2bf94c8 );
}
.home .homepage-search-form {
	background: #000;
	padding: 35px 70px;
}
.home .homepage-search-form .hb-search-fields,
.page-id-6552  .homepage-search-form .hb-search-fields {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.home .homepage-search-form .hb-search-submit-wrapper,
.page-id-6552  .homepage-search-form .hb-search-submit-wrapper {
	max-width: 105px;
}
.home .homepage-search-form .hb-booking-search-form input[type="text"],
.single .hb-booking-search-form input[type="text"],
.single .hb-booking-details-form input[type="text"],
.page-id-6552  .homepage-search-form .hb-booking-search-form input[type="text"] {
	background: transparent;
	padding: 0 0 5px;
	height: auto;
	color: #000000;
	font-family: Yantramanav;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 4px;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
	border-radius: 0;
	margin-top: 3px;
}
.single .hb-booking-search-form input[type="text"],
.single .hb-booking-search-form select {
	margin-bottom: 20px;
}
.BookingPopup .hb-select-accom-num-form select,
.homepage-search-form .hb-booking-search-form select,
.single .hb-booking-search-form select,
.page-id-6552  .homepage-search-form .hb-booking-search-form select {
	height: auto;
	background: transparent;
	font-family: Yantramanav;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 4px;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
	border-radius: 0;
	padding: 0 0 5px;
	color: #000000;
}
.home .homepage-search-form .hb-booking-search-form input[type="submit"],
.page-id-6552  .homepage-search-form .hb-booking-search-form input[type="submit"] {
	padding: 0px 0px;
	width: auto;
	line-height: 1;
	height: auto;
	border-radius: 0;
	background: transparent;
	color: #000;
	font-family: Yantramanav;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.home .homepage-search-form .hb-search-submit-wrapper::after,
.page-id-6552  .homepage-search-form .hb-search-submit-wrapper::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition: transform .4s cubic-bezier(.28,.38,0,.81) .25s;
}
.home .homepage-search-form .hb-search-submit-wrapper::before,
.page-id-6552  .homepage-search-form .hb-search-submit-wrapper::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	transform-origin: 100% 50%;
	transition: transform .4s cubic-bezier(.28,.38,0,.81);
}

.home .homepage-search-form .hb-search-submit-wrapper:hover::after,
.page-id-6552  .homepage-search-form .hb-search-submit-wrapper:hover::after {
	transform: scaleX(1);
}
.home .homepage-search-form .hb-search-submit-wrapper:hover::before,
.page-id-6552  .homepage-search-form .hb-search-submit-wrapper:hover::before {
	transform: scaleX(0);
}
.single .hb-booking-search-form .hb-change-search-wrapper input[type="submit"] {
	padding: 5px 10px;
	height: auto;
	width: auto;
	border: 1px solid #000;
	border-radius: 0;
	background: transparent;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.single .hb-booking-search-form .hb-change-search-wrapper input[type="submit"]:hover {
	background: var( --e-global-color-2bf94c8 );
}

.single .hb-booking-search-form .hb-searched-summary {
	margin-bottom: 15px;
}
.single .hb-searched-summary .hb-check-dates-wrapper {
	max-width: 200px;
}
.single .hb-searched-summary .hb-people-wrapper,
.single .hb-searched-summary .hb-change-search-wrapper {
	max-width: 150px;
}

.elementor-accordion .btnConBooking {
	margin-top: 15px;
	text-align: center;
}
.elementor-accordion .hb-multi-accom-choices .hb-accom {
	min-height: unset;
	padding-bottom: 15px !important;
}

.single .elementor-accordion .hb-accom-list .hb-step-button {
	display: none;
}



.home .homepage-search-form .hb-booking-search-form input[type="text"],
.homepage-search-form .hb-booking-search-form select,
.home .homepage-search-form .hb-booking-search-form input[type="submit"] {
	color: #fff;
	border-color: #fff;
}

.homepage-search-form .hb-booking-search-form select option {
	color: #000;
}

.home .homepage-search-form .hb-search-submit-wrapper::before,
.home .homepage-search-form .hb-search-submit-wrapper::after{
	background-color: #fff;
}


/* Change placeholder color */

.single .hb-booking-search-form input[type="text"]::-webkit-input-placeholder,
.page-id-6552  .homepage-search-form .hb-booking-search-form input[type="text"]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.single .hb-booking-search-form input[type="text"]::-moz-placeholder,
.page-id-6552  .homepage-search-form .hb-booking-search-form input[type="text"]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.single .hb-booking-search-form input[type="text"]::-ms-input-placeholder,
.page-id-6552  .homepage-search-form .hb-booking-search-form input[type="text"]::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}


.home .homepage-search-form .hb-booking-search-form input[type="text"]::-webkit-input-placeholder{
	color: #fff;
  opacity: 1;
}
.home .homepage-search-form .hb-booking-search-form input[type="text"]::-moz-placeholder{
	color: #fff;
  opacity: 1;
}
.home .homepage-search-form .hb-booking-search-form input[type="text"]::-ms-input-placeholder{
	color: #fff;
  opacity: 1;
}



/* div#staticAccordion .elementor-accordion .elementor-accordion-item:first-child {
	display: none;
} */



/* Book Now Grid */
.BookNow .homepage-search-form .hb-accom-listing-desc {
	position: relative;
}
.BookNow .homepage-search-form .hb-accom-featured-image img {
	height: 600px;
}
.BookNow .hb-HoverContent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: 0.3s;
	height: 100%;
	background: rgba(0,0,0, 0.45);
	opacity: 0;
	visibility: hidden;
}
.BookNow .hb-accom-listing-desc:hover .hb-HoverContent {
	opacity: 1;
	visibility: visible;
}
.BookNow .hb-HoverContent > a {
	display: flex;
	height: 100%;
	padding: 15px;
	text-align: center;
	color: #fff;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.BookNow .hb-HoverContent .hb-AccomTitle {
	display: block;
	font-family: "Yantramanav", Sans-serif;
	font-size: 30px;
	font-weight: 400;
	text-transform: none;
	line-height: 32px;
	margin: 15px 0px;
}
.BookNow .hb-HoverContent .hb-MetaList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Yantramanav", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.BookNow .hb-HoverContent .hb-MetaList span {
  padding: 0px 8px;
}
.BookNow .hb-HoverContent .hb-HeadingSubtext {
	font-family: "Yantramanav", Sans-serif;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3.5px;
}


/* Booking Popup */
.BookingPopup {
	position: fixed;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	padding: 65px 15px 25px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	box-sizing: border-box;
}

.BookingPopup.show {
	opacity: 1;
	visibility: visible;
}

.BookingPopup .hbook-wrapper-booking-form {
	overflow-x: hidden;
	overflow-y: scroll;
	max-width: 840px;
	margin: 0 auto;
	height: calc(100% - 0px);
	padding: 65px 25px 25px;
	background: #fff;
	box-sizing: border-box;
	position: absolute;
	right: -100%;
	z-index: 9;
	width: 100%;
	top: 0;
	transition: 0.35s ease-in-out;
}

.BookingPopup.show .hbook-wrapper-booking-form {
	right: 0;
}

.BookingPopup .btnConBooking {
	display: none;
}

.BookingPopup .hb-select-accom-num-form {
	margin-top: 25px;
	margin-bottom: 35px;
}
.BookingPopup .hb-select-accom-num-form .hb-title {
	font-size: 26px;
	text-align: center;
	margin-bottom: 25px;
	line-height: 1.2;
}
.BookingPopup .hb-select-accom-num-form select {
	width: 100%;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	cursor: pointer;
}

.BookingPopup .closeBookingPopup {
	position: absolute;
	/* right: calc(100% - 30px); */
	top: 15px;
	right: 65px;
	font-size: 0;
	z-index: 99;
	color: #a09c8c;
	font-weight: 400;
	font-family: 'Nunito Sans';
	border: 1px solid #a09c8c;
	line-height: 1;
	padding: 0;
	cursor: pointer;
	transition: 0.3s;
	transform: translateX(50%);
	width: 40px;
	height: 40px;
}

.BookingPopup .closeBookingPopup:after {
	content: "\f12a";
	position: absolute;
	z-index: 9;
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	left: 15px;
	top: 14px;
}

.BookingPopup .closeBookingPopup:hover{
	color: #000;
	border: 1px solid #000;
}

.BookingPopup .BookingPopupOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}


.single-hb_accommodation .elementor-popup-modal .dialog-close-button,
.single-hb_accommodation .featherlight .featherlight-content .featherlight-close {
	color: #000;
	border: 1px solid #a09c8c;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
}
.single-hb_accommodation .elementor-popup-modal .dialog-close-button {
	display: flex;
	align-items: center;
	justify-content: center;
}


/* Contact Form */
.single .elementor-popup-modal form.wpcf7-form .wpcf7-text {
  background-color: transparent;
}
.single .elementor-popup-modal form.wpcf7-form .wpcf7-textarea {
  background-color: transparent;
}
.single .elementor-popup-modal form.wpcf7-form .wpcf7-submit {
  background-color: transparent;
}
.wpcf7 form .wpcf7-response-output {
	color: #000;
}


/* Footer */
footer .follow-us {
	display: flex;
}
footer.qodef-page-footer .qodef-footer-top-column-2 .widget {
	padding-left: 15%;
}


/* Responsive */
@media (max-width: 767px) {

	.mobile_menu_button span {
		width: 20px;
		height: 20px;
		font-size: 20px;
	}

	.homepage-search-form {
		padding: 15px;
	}

	.homepage-search-form form.mphb_sc_search-form > p {
		flex: 1 1 100%;
		margin: 8px 0px;
	}

	.homepage-search-form form.mphb_sc_search-form .mphb_sc_search-submit-button-wrapper {
		padding-top: 8px;
	}

	.home .homepage-search-form {
		padding: 25px 20px 35px;
	}

	.ApartmentsTabs .e-n-tabs-content .e-n-tab-title {
		display: none;
	}

	.ApartmentsTabs .e-n-tabs-heading {
		display: flex !important;
		gap: 5px;
	}

	.ApartmentsTabs .e-n-tabs-heading .e-n-tab-title-text {
		letter-spacing: 0;
	}

	.datepick-popup {
		width: calc(100% - 38px);
		background: #ffff;
	}


	#relatedApartment .swiper-slide .elementor-widget-image a img {
		height: 300px;
	}

	.single .amenities-wrap .item {
		flex: 0 0 100%;
	}

	.homepage-search-form .hb-booking-search-form .hb-check-dates-wrapper,
	.homepage-search-form .hb-booking-search-form .hb-people-wrapper,
	.homepage-search-form .hb-booking-search-form .hb-search-submit-wrapper {
		padding: 8px 4px;
	}

	.hb-accom-listing-row {
		margin-top: 35px;
		padding: 0px 5px;
	}

	.hb-accom-listing-row .hb-accom-listing-column .hb-accom-featured-image img,
	.homepage-search-form .hb-accom-list .hb-accom-featured-image img {
		height: 400px;
	}

	.hb-accom-listing-row .hb-accom-listing-column,
	.homepage-search-form .hb-accom-list .hb-multi-accom-choices .hb-accom {
		flex: 0 0 100%;
	}

	.BookingPopup .hbook-wrapper-booking-form {
		padding: 80px 15px 20px;
	}

	.BookingPopup .hb-select-accom-num-form select {
		letter-spacing: 2px;
	}

	.BookingPopup .closeBookingPopup {
		right: 35px;
	}

	.single-hb_accommodation .featherlight .featherlight-content {
		width: 95%;
	}

	.single-hb_accommodation .featherlight .hotspot-title {
		font-size: 26px;
	}

	.single-hb_accommodation .featherlight .featherlight-content h3 {
		font-size: 22px;
		line-height: 1.4;
	}

	.footer_bottom img {
		width: 85px;
	}

	footer .footer_top {
		padding-bottom: 0 !important;
		padding-top: 40px !important;
	}

	footer.qodef-page-footer .qodef-footer-top-column-2 .widget {
		padding-left: 0;
	}

}

/* Make the booking popup 'Next' button black */
.hb-step-button  {
    background-color: black !important;
    color: white !important;
}

/* Make the booking popup 'Request to Book' button black */
.hb-confirm-button {
    background-color: black !important;
    color: white !important;
}

/*hack not sure why the datepick is transparent RP */
.hb-datepick-popup-wrapper, .hb-datepick-wrapper {
    background: #ffffff;
}

/* Custom CSS to force Unlimited Elements Dynamic Post Popup to auto-adjust height */

/* Target the main popup modal/container */
.elementor-editor-active .ue-dynamic-post-popup-modal, /* Added for better visibility in editor */
.ue-dynamic-post-popup-modal {
    height: auto !important; /* This is the key: forces height to be determined by content */
    max-height: 90vh !important; /* Keep your existing 90vh as a MAXIMUM height,
                                   so it doesn't go off-screen on very long posts */
    overflow-y: auto !important; /* Add a vertical scrollbar if content exceeds 90vh */
    display: flex !important; /* Ensure it behaves correctly with flexbox if inner content uses it */
    flex-direction: column !important; /* Stack content vertically */
    justify-content: flex-start !important; /* Start content from the top */
    align-items: center !important; /* Center horizontally if narrower than popup */
}

/* Target the inner content wrapper within the popup */
.ue-dynamic-post-popup-modal .ue-popup-content-wrapper,
.ue-dynamic-post-popup-modal .elementor-widget-container { /* Add .elementor-widget-container if content is directly in Elementor widget */
    height: auto !important; /* Ensure inner content can also expand */
    overflow: visible !important; /* Allow content to push the container's height */
    flex-grow: 1 !important; /* Allow content to grow within the flex container */
    width: 100% !important; /* Ensure content takes full width of popup */
}

/* Ensure the Elementor section/column inside the popup can grow */
.ue-dynamic-post-popup-modal .elementor-section,
.ue-dynamic-post-popup-modal .elementor-column {
    height: auto !important;
    min-height: auto !important; /* Override any min-height that might be set */
}