/*
 Theme Name:   Albatross Child
 Theme URI:    https://yourwebsite.com
 Description: Child theme for Albatross
 Author:       Rahul Kaushal
 Author URI:   https://yourwebsite.com
 Template:     albatross
 Version:      1.0.0
*/

:root {
  --color-primary: #53624E;
  --color-secondary: #B99D75;
  --color-text: #1A1B1A;
  --color-accent: #53624E;
  --color-white: #fff;
	--color-black: #000;
	--border-light: #e6e6e6;

  --color-bg: #E0E1DF;
  --color-dark-blue: #1F3B57;
  --color-primary-dark: #333E2F;
  --color-body-text: #333632;
  --color-secondary-dark: #AB916C;
  --color-bg-light: #F8F5F1;
	
	--font-heading: "Marcellus", Sans-serif;
	--font-body: "Jost", Sans-serif;
}

a, a:hover, a:active, a:visited {
	color: inherit;
}

/* header */ 
header#masthead {
	position: sticky !important;
	top: 0;
	background: #fff;
}
.header-menu .hfe-nav-menu__layout-horizontal {
	width: auto !important;
}
.elementor-element.offcanvas-menu {
	max-width: 420px;
}
.offcanvas-menu {
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: 0.4s ease;
}
.offcanvas-menu.active {
	pointer-events: auto;
	opacity: 1;
  visibility: visible;
  right: 0 !important;
}
.offcanvas-menu::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    content: "";
	opacity: 0;
  	visibility: hidden;
	transition: all 0.3s ease;
}

.offcanvas-menu.active::before {
  opacity: 1;
  visibility: visible;
} 
.offcanvas-menu .mobile-menu-wrapper {
	overflow-y: auto;
}
.mobile-menu .hfe-nav-menu__layout-vertical {
	width: auto !important;
}
/* .mobile-menu .hfe-nav-menu__layout-vertical .hfe-nav-menu li.menu-item {
	margin-bottom: 0;
} */
.mobile-menu .hfe-nav-menu__layout-vertical .hfe-nav-menu li.menu-item a.hfe-menu-item {
	display: flex;
	justify-content: space-between;
}

/* responsive header */
@media (max-width: 1024px) {
	.elementor-element.header-btn {
		margin-left: auto;
	} 
}

/* homepage hero section */
.front-page-header {
    display: none;
}

.elementor-element.hero-search-availability-form {
	width: 100%;
	color: var(--color-text);
}
.hero-search-availability-form .mphb_sc_search-wrapper {
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
}

@media (min-width: 992px) {
	.hero-search-availability-form .mphb_sc_search-wrapper {
		padding: 40px;
	}
}

.hero-search-availability-form .mphb_sc_search-wrapper .mphb_sc_search-form {
	display: flex;
	align-items: flex-end;
	margin: 0;
	flex-wrap: wrap;
	gap: 20px;
}

@media (min-width: 992px) {
	.hero-search-availability-form .mphb_sc_search-wrapper .mphb_sc_search-form {
		flex-wrap: nowrap;
	}
}

.hero-search-availability-form .mphb_sc_search-wrapper .mphb_sc_search-form > * {
	margin: 0;
}

.hero-search-availability-form .mphb_sc_search-wrapper .mphb-required-fields-tip {
	display: none;
}

.hero-search-availability-form .mphb_sc_search-wrapper .mphb_sc_search-check-out-date,
.hero-search-availability-form .mphb_sc_search-wrapper .mphb_sc_search-check-in-date {
	flex: 1 0 100%;
}

@media (min-width: 768px) {
	.hero-search-availability-form .mphb_sc_search-wrapper .mphb_sc_search-check-out-date,
	.hero-search-availability-form .mphb_sc_search-wrapper .mphb_sc_search-check-in-date {
		flex: 1 46%;
	}
}

@media (min-width: 992px) {
	.hero-search-availability-form .mphb_sc_search-wrapper .mphb_sc_search-check-out-date,
	.hero-search-availability-form .mphb_sc_search-wrapper .mphb_sc_search-check-in-date {
		flex: 2 1;
	}
}

.hero-search-availability-form .mphb_sc_search-wrapper .mphb_sc_search-adults,
.hero-search-availability-form .mphb_sc_search-wrapper .mphb_sc_search-children {
	flex: 1 0 100%;
}

@media (min-width: 768px) {
	.hero-search-availability-form .mphb_sc_search-wrapper .mphb_sc_search-adults,
	.hero-search-availability-form .mphb_sc_search-wrapper .mphb_sc_search-children {
		flex: 1 46%;
	}
}

@media (min-width: 992px) {
	.hero-search-availability-form .mphb_sc_search-wrapper .mphb_sc_search-adults,
	.hero-search-availability-form .mphb_sc_search-wrapper .mphb_sc_search-children {
		flex: 1 2;
	}
}

.hero-search-availability-form .mphb_sc_search-wrapper input[type="text"],
.hero-search-availability-form .mphb_sc_search-wrapper select {
	border-color: var(--border-light);
	background-color: var(--color-white);
	color: var(--color-text);
	font-size: 16px;
	font-family: inherit;
	padding: 14px 18px;
	height: 50px;
}

.hero-search-availability-form .mphb_sc_search-wrapper select {
	background-image: url("assets/images/arrow-down.svg");
	background-size: 14px;
	background-position: right 20px top 18px;
}

.hero-search-availability-form .mphb_sc_search-wrapper input[type="text"] {
	background-image: url("assets/images/calendar.svg");
	background-size: 16px;
}

.hero-search-availability-form .mphb_sc_search-wrapper .mphb_sc_search-submit-button-wrapper {
	flex: 1 0 100%;
}

@media (min-width: 992px) {
	.hero-search-availability-form .mphb_sc_search-wrapper .mphb_sc_search-submit-button-wrapper {
		flex: 0;
	}
}

.hero-search-availability-form .mphb_sc_search-wrapper .mphb_sc_search-submit-button-wrapper input {
	width: 100%;
	height: auto;
	background: var(--color-white);
	letter-spacing: normal;
	color: var(--color-white);
	background: var(--color-primary);
	font-size: 16px;
	font-family: var(--font-heading);
	line-height: 1.3em;
	text-transform: capitalize;
	padding: 15px 30px;
}
.hero-search-availability-form .mphb_sc_search-wrapper .mphb_sc_search-submit-button-wrapper input:hover {
	background: var(--color-secondary-dark);
	color: var(--color-white);
}

/* homepage */
.facility-img {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.mphb_sc_rooms-wrapper.our-rooms .rooms-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.mphb_sc_rooms-wrapper.our-rooms .mphb-room-type {
	margin-top: 0;
}
.mphb_sc_rooms-wrapper.our-rooms .mphb-room-type-description {
	padding: 20px;
}
.mphb_sc_rooms-wrapper.our-rooms .mphb-room-type-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.mphb_sc_rooms-wrapper.our-rooms .mphb-regular-price .mphb-price {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 12px;
}
.mphb_sc_rooms-wrapper.our-rooms .mphb-regular-price .mphb-price-period {
	line-height: 1.2em;
}
.mphb_sc_rooms-wrapper.our-rooms .mphb-loop-room-type-attributes li {
	margin-bottom: 0;
	line-height: 1.8em;
}
.mphb_sc_rooms-wrapper.our-rooms .mphb-room-type-facilities {
	display: none;
}

.mphb_sc_rooms-wrapper.our-rooms .mphb-room-type-buttons {
	padding: 20px;
}
.mphb_sc_rooms-wrapper.our-rooms .mphb-room-type-buttons .mphb-view-details-button {
	background: var(--color-primary);
	color: var(--color-white) !important;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--font-heading);
	line-height: 1.3em;
	letter-spacing: normal;
    text-transform: capitalize;
	padding: 15px 30px;
}
.mphb_sc_rooms-wrapper.our-rooms .mphb-room-type-buttons .mphb-view-details-button:hover {
	background: var(--color-secondary-dark);
	color: var(--color-white) !important;
}

/* Prevent horizontal scroll caused by MotoPress slider */
.mphb_sc_rooms-wrapper.our-rooms .mphb-room-type,
.mphb-room-type-images,
.mphb_sc_rooms-wrapper.our-rooms .mphb-flexslider,
.mphb_sc_rooms-wrapper.our-rooms .mphb-flexslider .flex-viewport {
    max-width: 100%;
    overflow: hidden;
}
.mphb_sc_rooms-wrapper.our-rooms .mphb-flexslider .flex-viewport {
	height: auto !important;
	aspect-ratio: 3/2;
	min-height: 230px;
}
.mphb_sc_rooms-wrapper.our-rooms .mphb-flexslider ul.slides,
.mphb_sc_rooms-wrapper.our-rooms .mphb-flexslider-gallery-wrapper .slides > li,
.mphb_sc_rooms-wrapper.our-rooms .mphb-room-type .mphb-flexslider .gallery-item .gallery-icon, 
.mphb_sc_rooms-wrapper.our-rooms .mphb-room-type .mphb-flexslider .gallery-item a,
.mphb_sc_rooms-wrapper.our-rooms .mphb-room-type .mphb-flexslider img { 
	height: 100% !important;
}
.mphb_sc_rooms-wrapper.our-rooms .mphb-room-type .mphb-flexslider img {
	object-fit: cover;
}

/* single featured image */
.mphb_sc_rooms-wrapper.our-rooms .mphb-room-type .mphb-room-type-images .post-thumbnail img {
	aspect-ratio: 3/2.2;
	object-fit: cover;
}

@media (max-width: 1024px) {
	.mphb_sc_rooms-wrapper.our-rooms .rooms-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.mphb_sc_rooms-wrapper.our-rooms .rooms-wrapper {
		grid-template-columns: 1fr;
	}
}

/* testimonials section */
.stratum-testimonial-carousel .swiper-slide .stratum-testimonial-carousel__wrapper {
	margin: 0 0 30px;
}
.home-testimonials .stratum-testimonial-carousel .stratum-testimonial-carousel__footer {
	margin-bottom: 20px;
}
.home-testimonials .stratum-testimonial-carousel__footer::before {
	display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    content: "\f005\f005\f005\f005\f005";
    color: #ffc107;
    letter-spacing: 2px;
}
.home-testimonials .stratum-testimonial-carousel .stratum-testimonial-carousel__cite {
	margin-top: 25px;
}
.home-testimonials .stratum-testimonial-carousel .swiper-slide .stratum-testimonial-carousel__wrapper .stratum-testimonial-carousel__heading {
	margin-bottom: 6px;
}

/* our restaurant section */
.restaurant-col .food-detail {
	transition: 0.3s !important;
}
.restaurant-col:hover .food-detail {
	transform: translatey(-50px);
}

/* footer */
.wa-icon-btn.elementor-element {
	animation: bounce 2s infinite;
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-20px);}
	60% {transform: translateY(-10px);}
}

/* About us page */
.about-img img {
	aspect-ratio: 3/4;
	object-fit: cover;
}
.footer-gallery .elementor-image-gallery .gallery-item {
	max-width: 100% !important;
}
.footer-gallery .elementor-image-gallery .gallery {
	grid-gap: 30px;
	margin: 0;
}
.footer-gallery .elementor-image-gallery .gallery-item img {
	aspect-ratio: 3/2.5;
	object-fit: cover;
}

@media (max-width: 1024px) {
	.footer-gallery .elementor-image-gallery .gallery {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.footer-gallery .elementor-image-gallery .gallery {
		grid-template-columns: 1fr;
	}
}

/* Rooms page */
.mphb_sc_rooms-wrapper.hotel-rooms .rooms-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}
.mphb_sc_rooms-wrapper.hotel-rooms .mphb-room-type {
	margin-top: 0;
}
.mphb_sc_rooms-wrapper.hotel-rooms .type-mphb_room_type ul.flex-direction-nav .flex-nav-next a, 
.mphb_sc_rooms-wrapper.hotel-rooms .type-mphb_room_type ul.flex-direction-nav .flex-nav-prev a {
	width: 36px;
	height: 36px;
}
.mphb_sc_rooms-wrapper.hotel-rooms .type-mphb_room_type ul.flex-direction-nav .flex-nav-prev a {
	left: 0;
}
.mphb_sc_rooms-wrapper.hotel-rooms .type-mphb_room_type ul.flex-direction-nav .flex-nav-next a {
	right: 0;
}
.mphb_sc_rooms-wrapper.hotel-rooms .type-mphb_room_type .mphb-flexslider:hover ul.flex-direction-nav .flex-nav-prev a {
	left: 15px;
}
.mphb_sc_rooms-wrapper.hotel-rooms .type-mphb_room_type .mphb-flexslider:hover ul.flex-direction-nav .flex-nav-next a {
	right: 15px;
}
.mphb_sc_rooms-wrapper.hotel-rooms .type-mphb_room_type ul.flex-direction-nav .flex-nav-next a:after, 
.mphb_sc_rooms-wrapper.hotel-rooms .type-mphb_room_type ul.flex-direction-nav .flex-nav-next a:before,
.mphb_sc_rooms-wrapper.hotel-rooms .type-mphb_room_type ul.flex-direction-nav .flex-nav-prev a:after, 
.mphb_sc_rooms-wrapper.hotel-rooms .type-mphb_room_type ul.flex-direction-nav .flex-nav-prev a:before {
	width: 36px;
	height: 36px;
	border-radius: 50%;
}
.mphb_sc_rooms-wrapper.hotel-rooms .type-mphb_room_type ul.flex-direction-nav .flex-nav-next a svg, 
.mphb_sc_rooms-wrapper.hotel-rooms .type-mphb_room_type ul.flex-direction-nav .flex-nav-prev a svg {
	width: 14px;
}
.mphb_sc_rooms-wrapper.hotel-rooms .mphb-room-type-description {
	padding: 20px 0;
}
.mphb_sc_rooms-wrapper.hotel-rooms .mphb-room-type-title {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.mphb_sc_rooms-wrapper.hotel-rooms .mphb-regular-price .mphb-price {
	color: var(--color-text);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 12px;
}
.mphb_sc_rooms-wrapper.hotel-rooms .mphb-regular-price .mphb-price-period {
	color: var(--color-body-text);
	line-height: 1.2em;
}
.mphb_sc_rooms-wrapper.hotel-rooms .mphb-loop-room-type-attributes {
	columns: auto;
	display: flex;
	flex-wrap: wrap;
    column-gap: 16px;
	row-gap: 8px;
}
.mphb_sc_rooms-wrapper.hotel-rooms .mphb-loop-room-type-attributes li {
	margin-bottom: 0;
	line-height: 1.8em;
}
.mphb_sc_rooms-wrapper.hotel-rooms .mphb-loop-room-type-attributes li::before {
	color: var(--color-body-text);
}
.mphb_sc_rooms-wrapper.hotel-rooms .mphb-room-type-facilities {
	display: none;
}

.mphb_sc_rooms-wrapper.hotel-rooms .mphb-room-type-buttons {
	padding: 20px 0 0 0;
}
.mphb_sc_rooms-wrapper.hotel-rooms .mphb-room-type-buttons .mphb-view-details-button {
	color: var(--color-text) !important;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--font-heading);
	line-height: 1.2em;
	letter-spacing: normal;
    text-transform: capitalize;
	padding: 6px 0;
	position: relative;
}
.mphb_sc_rooms-wrapper.hotel-rooms .mphb-room-type-buttons .mphb-view-details-button::before {
	position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1.5px;
    background: var(--color-secondary);
    content: "";
    transition: transform 0.2s ease;
    transform-origin: 0 0;
}
.mphb_sc_rooms-wrapper.hotel-rooms .mphb-room-type-buttons .mphb-view-details-button:hover::before {
	transform: scaleX(0);
}

/* Prevent horizontal scroll caused by MotoPress slider */
.mphb_sc_rooms-wrapper.hotel-rooms .mphb-room-type,
.mphb-room-type-images,
.mphb_sc_rooms-wrapper.hotel-rooms .mphb-flexslider,
.mphb_sc_rooms-wrapper.hotel-rooms .mphb-flexslider .flex-viewport {
    max-width: 100%;
    overflow: hidden;
}
.mphb_sc_rooms-wrapper.hotel-rooms .mphb-flexslider .flex-viewport {
	height: auto !important;
	aspect-ratio: 3/2;
	min-height: 230px;
}
.mphb_sc_rooms-wrapper.hotel-rooms .mphb-flexslider ul.slides,
.mphb_sc_rooms-wrapper.hotel-rooms .mphb-flexslider-gallery-wrapper .slides > li,
.mphb_sc_rooms-wrapper.hotel-rooms .mphb-room-type .mphb-flexslider .gallery-item .gallery-icon, 
.mphb_sc_rooms-wrapper.hotel-rooms .mphb-room-type .mphb-flexslider .gallery-item a,
.mphb_sc_rooms-wrapper.hotel-rooms .mphb-room-type .mphb-flexslider img { 
	height: 100% !important;
}
.mphb_sc_rooms-wrapper.hotel-rooms .mphb-room-type .mphb-flexslider img {
	object-fit: cover;
}

/* single featured image */
.mphb_sc_rooms-wrapper.hotel-rooms .mphb-room-type .mphb-room-type-images .post-thumbnail img {
	aspect-ratio: 3/2.2;
	object-fit: cover;
}

@media (max-width: 980px) {
	.mphb_sc_rooms-wrapper.hotel-rooms .mphb-room-type-title {
		font-size: 24px;
	}
}

@media (max-width: 576px) {
	.mphb_sc_rooms-wrapper.hotel-rooms .rooms-wrapper {
		grid-template-columns: 1fr;
	}
}

/* Rooms Details Page */
.site-main > article.mphb_room_type.hentry {
	background: var(--color-white);
	padding: 0;
	margin-bottom: 0;
}
.room-featured-img .post-thumbnail {
	height: 500px;
	max-width: none;
}
.room-featured-img .post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rooms-details-section {
	padding: 0 20px;
}
.custom-container {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.single-room-type-wrapper .entry-content > * {
	max-width: none;
}
.single-room-type-wrapper h1.entry-title {
	text-align: left;
	font-size: 36px;
	line-height: 1.4;
}
.single-room-type-wrapper .entry-content p {
	font-size: 18px;
	line-height: 1.6;
}

.mphb-room-type-gallery-wrapper .gallery-item a {
	display: block;
}
.mphb-room-type-gallery-wrapper .gallery-item img {
	display: block;
	width: 100%;
	aspect-ratio: 3/2.3;
	object-fit: cover;
}

.single-room-type-wrapper .mphb-calendar-title {
	font-size: 24px;
	line-height: 1.2;
}
.datepick .datepick-month table td .mphb-available-date.datepick-today,
.datepick .datepick-month table td .mphb-available-date {
	background: #faf7f2;
}

.single-room-type-wrapper .single-room-type-sidebar {
	margin-top: 0;
}
.single-room-type-wrapper .room-type-sidebar-block {
	margin-bottom: 50px;
}
.single-room-type-wrapper .room-type-meta .mphb-regular-price {
	letter-spacing: 0;
}
.single-room-type-wrapper .mphb-regular-price .mphb-price {
	font-size: 30px;
	line-height: 1.2;
}
.single-room-type-wrapper .mphb-regular-price .mphb-price-period {
	font-size: 18px;
	line-height: 1.2;
}

.post-navigation-wrapper.room-types-navigation {
	display: none;
}

@media (min-width: 992px) {
	.single-room-type-wrapper .entry-content {
		max-width: 740px;
	}
}

@media (max-width: 1200px) {
	.room-featured-img .post-thumbnail {
		height: 480px;
		margin-bottom: 50px;
	}
	.single-room-type-wrapper h1.entry-title {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.single-room-type-wrapper .mphb-single-room-type-gallery-wrapper {
		margin-top: 30px;
	}
}
@media (max-width: 991px) {
	.single-room-type-wrapper .single-room-type-sidebar {
		margin-top: 50px;
	}
	.datepick {
		width: auto !important;
		max-width: 621px;
	}
}
@media (max-width: 767px) {
	.room-featured-img .post-thumbnail {
		height: 360px;
	}
}
@media (max-width: 576px) {
	.mphb-room-type-gallery-wrapper .gallery {
		grid-template-columns: 1fr;
	}
	.single-room-type-wrapper .room-type-sidebar-block {
		padding: 30px;
		margin-bottom: 30px;
	}
}

/* Similar Rooms Section */
.similar-rooms-section {
    padding: 100px 20px;
    background-color: var(--color-white);
}
.similar-rooms-section .section-title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: left;
    color: var(--color-text);
}
.similar-rooms-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.similar-room-card {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.room-image-wrapper {
    position: relative;
    height: 300px;
    overflow: hidden;
}
.room-image-wrapper::after {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    content: "";
    background: var(--color-primary);
    opacity: 0;
    transition: opacity 0.4s;
}
.room-image-wrapper:hover::after {
	opacity: 0.8;
}

.room-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.similar-room-card:hover .room-image-wrapper img {
    transform: scale(1.05);
}

.room-price-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 400;
    color: var(--color-text);
	text-transform: uppercase;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.room-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 70%, transparent 100%);
    padding: 30px 20px;
    color: var(--color-white);
	z-index: 2;
}
.room-title {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
}
.room-title a {
    color: var(--color-white);
    text-decoration: none;
    transition: opacity 0.3s ease;
}
.room-title a:hover {
	color: var(--color-white);
    opacity: 0.8;
}

.room-attributes {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    gap: 5px;
}
.room-attributes .attribute {
    white-space: nowrap;
}
.room-attributes .separator {
    margin: 0 3px;
}
.room-attributes .separator:last-of-type {
    display: none;
}

@media (max-width: 980px) {
	.similar-rooms-section {
		padding: 80px 20px;
	}
    .similar-rooms-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	.room-title {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
    .similar-rooms-grid {
        grid-template-columns: 1fr;
    }
}

/* booking confirmation page */
.booking-confirmation-section {
    padding: 80px 20px;
    background: #f9f9f9;
}
.booking-confirmation-section .custom-container {
	max-width: 768px;
}
.confirmation-header {
    text-align: center;
    margin-bottom: 40px;
}

.confirmation-title {
    font-size: 56px;
    margin-bottom: 10px;
}

.confirmation-subtitle {
    font-size: 18px;
    color: var(--color-text);
}
.confirmation-subtitle strong {
	font-weight: 500;
}

.confirmation-message {
    background: #fff;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.confirmation-message p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.payment-note {
    background: #fff6e5;
    padding: 15px;
    border-left: 4px solid #ff9800;
}

.booking-details {
    margin-bottom: 40px;
}
.booking-details .mphb_sc_checkout-wrapper .mphb-login-form-wrap {
	margin-bottom: 40px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: none;
}
.booking-details .mphb-booking-details .mphb-booking-details-title,
.booking-details .mphb-reserve-rooms-details .mphb-room-number,
.booking-details .mphb-room-price-breakdown-wrapper .mphb-price-breakdown-title,
.booking-details .mphb-customer-details .mphb-customer-details-title {
	line-height: 1.2;
}
.booking-details .mphb-checkout-section {
	margin-bottom: 40px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: none;
}
.booking-details .mphb-reserve-rooms-details .mphb-room-details {
	padding-bottom: 40px;
}
.booking-details .mphb-reserve-rooms-details .guest-chooser-wrapper {
	margin-bottom: 0;
}

.booking-details .mphb_sc_checkout-form>.mphb-checkout-section:not(:first-of-type) {
	margin-top: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	padding: 12px 16px;
}
.booking-details select {
	height: 46px;
}
.booking-details .mphb_sc_checkout-form input {
	color: var(--color-text);
}
.booking-details .mphb_sc_checkout-form input[type="submit"] {
	padding: 15px 30px;
	color: var(--color-white);
	letter-spacing: 0;
    line-height: 1.4;
}

.confirmation-contact {
    text-align: center;
	background: #fff;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.confirmation-contact h3 {
	font-size: 36px;
	margin-bottom: 16px;
}
.confirmation-contact p strong {
	font-weight: 500;
}
.confirmation-contact .whatsapp-button {
    display: inline-block;
    padding: 15px 30px;
    background: #25D366;
    color: #fff;
    font-size: 15px;
	line-height: 1.4;
    text-decoration: none;
    font-weight: 500;
}

.confirmation-contact .whatsapp-button:hover {
    background: #1ebc59;
    color: #fff;
}

@media (max-width: 1024px) {
	.confirmation-title {
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	.confirmation-title {
		font-size: 32px;
	}
	.booking-details .mphb_sc_checkout-wrapper .mphb-login-form-wrap {
		padding: 30px;
	}
	.booking-details .mphb-checkout-section {
		padding: 30px 30px 0;
	}
	.booking-details .mphb-reserve-rooms-details .mphb-room-details {
		padding: 30px;
	}
	.booking-details .mphb-checkout-section.mphb-customer-details {
		padding-bottom: 30px;
	}
	
	.booking-details .mphb-booking-details .mphb-booking-details-title,
	.booking-details .mphb-reserve-rooms-details .mphb-room-number,
	.booking-details .mphb-room-price-breakdown-wrapper .mphb-price-breakdown-title,
	.booking-details .mphb-customer-details .mphb-customer-details-title {
		font-size: 24px;
	}
	.confirmation-contact h3 {
		font-size: 32px;
	} 
}

/* Search Results page */
.search-results-section {
    padding: 80px 20px;
	background: #f9f9f9;
}
.search-header {
    text-align: center;
    margin-bottom: 40px;
}
.search-title {
    font-size: 36px;
	margin-bottom: 10px;
}
.search-subtitle {
    color: var(--color-text);
	font-size: 18px;
}

.mphb-search-results-wrapper .mphb_sc_search_results-wrapper form.mphb-reservation-cart .mphb-empty-cart-message {
	font-family: var(--font-heading);
	line-height: 1.2;
}

.mphb-search-results-wrapper .mphb_sc_search_results-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 50px;
}
.mphb-search-results-wrapper .mphb_sc_search_results-info,
.mphb-search-results-wrapper .mphb-reservation-cart {
	grid-column: 1 / -1;
}
.mphb-search-results-wrapper .mphb_sc_search_results-wrapper .mphb-room-type {
	background: transparent;
}
.mphb-search-results-wrapper .mphb_sc_search_results-wrapper .mphb-room-type:not(:first-of-type) {
	margin-top: 0;
}

.mphb-search-results-wrapper .mphb-room-type,
.mphb-room-type-images,
.mphb-search-results-wrapper .mphb-flexslider,
.mphb-search-results-wrapper .mphb-flexslider .flex-viewport {
    max-width: 100%;
    overflow: hidden;
}
.mphb-search-results-wrapper .mphb-flexslider .flex-viewport {
	height: auto !important;
	aspect-ratio: 4/2;
	min-height: 230px;
}
.mphb-search-results-wrapper .mphb-flexslider ul.slides,
.mphb-search-results-wrapper .mphb-flexslider-gallery-wrapper .slides > li,
.mphb-search-results-wrapper .mphb-room-type .mphb-flexslider .gallery-item .gallery-icon, 
.mphb-search-results-wrapper .mphb-room-type .mphb-flexslider .gallery-item a,
.mphb-search-results-wrapper .mphb-room-type .mphb-flexslider img { 
	height: 100% !important;
}
.mphb-search-results-wrapper .mphb-room-type .mphb-flexslider img {
	object-fit: cover;
}

.mphb-search-results-wrapper .type-mphb_room_type ul.flex-direction-nav .flex-nav-next a, 
.mphb-search-results-wrapper .type-mphb_room_type ul.flex-direction-nav .flex-nav-prev a {
	width: 36px;
	height: 36px;
}
.mphb-search-results-wrapper .type-mphb_room_type ul.flex-direction-nav .flex-nav-prev a {
	left: 0;
}
.mphb-search-results-wrapper .type-mphb_room_type ul.flex-direction-nav .flex-nav-next a {
	right: 0;
}
.mphb-search-results-wrapper .type-mphb_room_type .mphb-flexslider:hover ul.flex-direction-nav .flex-nav-prev a {
	left: 15px;
}
.mphb-search-results-wrapper .type-mphb_room_type .mphb-flexslider:hover ul.flex-direction-nav .flex-nav-next a {
	right: 15px;
}
.mphb-search-results-wrapper .type-mphb_room_type ul.flex-direction-nav .flex-nav-next a:after, 
.mphb-search-results-wrapper .type-mphb_room_type ul.flex-direction-nav .flex-nav-next a:before,
.mphb-search-results-wrapper .type-mphb_room_type ul.flex-direction-nav .flex-nav-prev a:after, 
.mphb-search-results-wrapper .type-mphb_room_type ul.flex-direction-nav .flex-nav-prev a:before {
	width: 36px;
	height: 36px;
	border-radius: 50%;
}
.mphb-search-results-wrapper .type-mphb_room_type ul.flex-direction-nav .flex-nav-next a svg, 
.mphb-search-results-wrapper .type-mphb_room_type ul.flex-direction-nav .flex-nav-prev a svg {
	width: 14px;
}

.mphb-search-results-wrapper .mphb-room-type-description {
	padding: 20px 0;
}
.mphb-search-results-wrapper .mphb_sc_search_results-wrapper .type-mphb_room_type .mphb-room-type-title {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.mphb-search-results-wrapper .mphb-regular-price .mphb-price {
	color: var(--color-text);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 12px;
}
.mphb-search-results-wrapper .mphb-regular-price .mphb-price-period {
	color: var(--color-body-text);
	line-height: 1.2em;
} 

.mphb-search-results-wrapper .mphb_sc_search_results-wrapper .mphb-room-type-excerpt {
	display: none;
}
.mphb-search-results-wrapper .mphb-loop-room-type-attributes {
	columns: auto;
	display: flex;
	flex-wrap: wrap;
    column-gap: 16px;
	row-gap: 8px;
}
.mphb-search-results-wrapper .mphb-loop-room-type-attributes li {
	margin-bottom: 0;
	line-height: 1.8em;
}
.mphb-search-results-wrapper .mphb-loop-room-type-attributes li::before {
	color: var(--color-body-text);
}
.mphb-search-results-wrapper .mphb-room-type-facilities {
	display: none;
}

.mphb-search-results-wrapper .mphb-room-type-buttons {
	padding: 20px 0 0 0;
} 
.mphb-search-results-wrapper .mphb_sc_search_results-wrapper .mphb-reserve-room-section {
	align-items: flex-start;
	margin-bottom: 20px;
}
.mphb_sc_search_results-wrapper .mphb-reserve-room-section .mphb-book-button {
	color: var(--color-white) !important;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-heading);
    line-height: 1.3em;
    letter-spacing: normal;
    text-transform: capitalize;
    padding: 15px 30px;
	margin-right: 20px;
}
.mphb_sc_search_results-wrapper .mphb-reserve-room-section select {
	margin-right: 20px;
	height: 50px;
}

.mphb-search-results-wrapper .mphb-room-type-buttons .mphb-view-details-button {
	color: var(--color-text) !important;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--font-heading);
	line-height: 1.2em;
	letter-spacing: normal;
    text-transform: capitalize;
	padding: 6px 0;
	position: relative;
}
.mphb-search-results-wrapper .mphb-room-type-buttons .mphb-view-details-button::before {
	position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1.5px;
    background: var(--color-secondary);
    content: "";
    transition: transform 0.2s ease;
    transform-origin: 0 0;
}
.mphb-search-results-wrapper .mphb-room-type-buttons .mphb-view-details-button:hover::before {
	transform: scaleX(0);
}

@media (max-width: 980px) {
	.mphb-search-results-wrapper .mphb_sc_search_results-wrapper form.mphb-reservation-cart .mphb-empty-cart-message {
		font-size: 24px;
	}
	.mphb-search-results-wrapper .mphb_sc_search_results-wrapper .type-mphb_room_type .mphb-room-type-title {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.search-title {
		font-size: 32px;
	}
}

@media (max-width: 576px) {
	.mphb-search-results-wrapper .mphb_sc_search_results-wrapper {
		grid-template-columns: 1fr;
	}
	.mphb-search-results-wrapper .mphb_sc_search_results-wrapper .mphb-room-type:not(:first-of-type) {
		margin-top: 50px;
	}
}

/* Contact page */
.contact-map iframe {
	display: block;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.contact-details .elementor-icon-list-items .elementor-icon-list-item {
	padding: 12px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-details .elementor-icon-list-item:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-details .elementor-icon-list-item a {
	display: inline-block !important;
	width: auto !important;
}

.contact-us-form .wpcf7 form {
	margin: 0;
}
.contact-us-form .cf7-field {
	padding: 0;
	margin-bottom: 20px;
}

.contact-us-form .cf7-field input,
.contact-us-form .cf7-field textarea {
	width: 100%;
	padding:  5px 15px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	font-size: 16px;
	font-family: var(--font-body);
	color: var(--color-black);
	background: var(--color-white);
	outline: none;
}
.contact-us-form .cf7-field input {
	height: 52px
}

.contact-us-form .cf7-field textarea {
	min-height: 120px;
	resize: vertical;
}
.contact-us-form .cf7-field input::placeholder,
.contact-us-form .cf7-field textarea::placeholder {
	color: var(--color-body-text);
}
.contact-us-form .cf7-field input:focus,
.contact-us-form .cf7-field textarea:focus {
	border-color: var(--color-secondary);
}

.contact-us-form .cf7-submit {
	padding: 0;
	margin-bottom: 0;
}
.contact-us-form .cf7-submit input[type="submit"] {
	width: 100%;
	background: var(--color-primary);
	color: var(--color-white);
	font-size: 16px;
	font-family: var(--font-heading);
	font-weight: 600;
	letter-spacing: normal;
	padding: 15px 30px;
	border: none;
	cursor: pointer;
	text-transform: capitalize;
	transition: all 0.3s ease;
}

.contact-us-form .cf7-submit input[type="submit"]:hover {
	background: var(--color-secondary);
}

.contact-us-form .wpcf7 .wpcf7-not-valid-tip {
	font-size: 14px;
}
.contact-us-form .wpcf7 .wpcf7-response-output {
	margin: 0;
}

/* Booking confirmed page */
.confirmed-wrapper .mphb-booking-confirmation-messages {
	margin-bottom: 20px;
}
.confirmed-wrapper .mphb-booking-confirmation-messages p {
	margin-bottom: 12px;
}

@media (max-width: 1024px) {
	.confirmed-wrapper .mphb-booking-details-title {
		font-size: 28px;
	}
}
