/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1754390395
Updated: 2025-08-05 10:39:55

*/

.hero-title span {
  font-size: 58px;
  font-weight: 400;
  line-height: 84px;
}
.main-menu .header-menu,
.main-menu .hfe-nav-menu,
.main-menu .hfe-nav-menu__layout-horizontal,
.main-menu ul.hfe-nav-menu li a,
.main-menu .hfe-has-submenu-container {
  height: 100%;
}
.choos-step .hfe-infocard-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.choos-step .hfe-infocard-title {
  background: white;
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 100%;
  margin-bottom: 16px;
}
.choos-step .hfe-infocard-title::after {
  width: 100%;
  height: 1px;
  background: var(--e-global-color-primary);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.last.choos-step .hfe-infocard-title::after {
  display: none;
}
.wpcf7-form-control-wrap {
  margin-bottom: 24px;
}
.wpcf7-submit {
  width: 100%;
}
input,
textarea {
  outline: 0;
}
.wpcf7-response-output {
  color: #fff;
}
.main-menu {
  height: 100%;
}

.split-left {
  max-width: calc(var(--content-width) / 2);
  margin-left: calc((100vw - var(--content-width)) / 2);
}

.split-right {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  color: #fff;
}

.split-right-inner {
  max-width: calc(var(--content-width) / 2);
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .split-left {
    max-width: 100%;
    margin-left: 0;
    padding-left: 24px;
  }
  .split-right {
    margin-left: 0;
    width: 100%;
  }
}

.rawleaves-room-type {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 24px 24px 0 0;
  margin-bottom: 80px;
  position: relative;
}

.rawleaves-room-type:nth-child(2n) {
  flex-direction: row-reverse;
  padding: 24px 0 0 24px;
}

.rawleaves-room-type::after {
  width: calc(100% - 24px);
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(227, 228, 227, 0.25);
  border-radius: 4px;
  z-index: -1;
}

.rawleaves-room-type:nth-child(2n)::after {
  left: 0;
}

.rawleaves-room-type .mphb-extra-info,
.rawleaves-room-type .post-thumbnail {
  min-width: 50%;
}

.rawleaves-room-type .post-thumbnail {
  width: 100%;
  aspect-ratio: 778 / 525;
  overflow: hidden;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: -24px;
}

.rawleaves-room-type .mphb-extra-info {
  padding: 0 24px 0 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rawleaves-room-type:nth-child(2n) .mphb-extra-info {
  padding: 0 24px 0 56px;
}

.rawleaves-room-type .post-thumbnail img {
  width: calc(100% + 48px);
  height: 100%;
  object-fit: cover;
}

.rawleaves-room-type .mphb-room-type-details-title,
.mphb-details-title {
  display: none;
}

.rawleaves-room-type .mphb-loop-room-type-attributes,
.rawleaves-single-room .mphb-single-room-type-attributes {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
  list-style: none;
  padding: 0;
}

.mphb-loop-room-type-attributes span,
.mphb-room-facilities ul li,
.mphb-single-room-type-attributes span {
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.mphb-room-facilities {
  margin-top: 32px;
}

.mphb-room-type-size span::before,
.mphb-room-type-total-capacity span::before,
.mphb-room-type-bed-type span::before {
  background: url("./size.png") no-repeat center center;
  background-size: 100% 100%;
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 8px;
}

.mphb-room-type-total-capacity span::before {
  background: url("./capacity.png") no-repeat center center;
}

.mphb-room-type-bed-type span::before {
  background: url("./bed.png") no-repeat center center;
}

span.mphb-attribute-title {
  display: none;
}

.mphb-room-facilities ul {
  list-style: none;
  padding-left: 0;
}

.mphb-room-facilities ul li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.mphb-room-facility::before {
  width: 32px;
  height: 32px;
  content: "";
  display: inline-block;
  background: url("./check.svg") no-repeat center center;
  background-size: 100% 100%;
  margin-right: 8px;
}

.mphb-room-price .mphb-regular-price strong {
  display: none;
}

.mphb-room-price .mphb-regular-price {
  display: flex;
  flex-direction: column;
}

.box-footer {
  display: flex;
  align-items: center;
  margin-top: 24px;
  gap: 24px;
}

.mphb-price {
  font-size: 24px;
  font-weight: 600;
  color: var(--e-global-color-secondary);
}

.mphb-price-period {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: var(--e-global-color-secondary);
  border: 0;
}

.leaf-icon {
  position: absolute;
  right: 0;
  bottom: -32px;
}

.rawleaves-room-type:nth-child(2n) .leaf-icon,
.right-leaf {
  right: 50%;
  transform: rotate(270deg);
}

/* SINGLE ROOM */
.rl-hero-banner {
  background-position: top center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 144px;
  padding-top: 286px;
  border-radius: 0px 0px 200px 0px;
  position: relative;
  overflow: hidden;
}

.rl-hero-banner::before {
  background-color: transparent;
  --background-overlay: "";
  background-image: linear-gradient(180deg, #000000 0%, #110d11cc 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.75;
}

.rl-hero-overlay {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  text-align: center;
  color: #fff;
  gap: 16px;
}

.rl-hero-overlay h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: var(--e-global-color-98442ca);
}

.rl-hero-overlay h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 84px;
}

.rl-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rl-container {
  width: min(100%, var(--container-max-width, 1400px));
  padding: 80px 24px 60px;
  position: relative;
}

.inner-hotel-name {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: var(--e-global-color-text);
}

.rl-room-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}

section.w-100 {
  display: flex;
  justify-content: center;
}

.w-100 {
  width: 100%;
  flex-basis: 100%;
}

.rl-room-meta-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}

.gallery-item .gallery-caption {
  display: none;
}

.rl-gallery-booking {
  width: 100%;
  display: flex;
  align-items: start;
  gap: 24px;
}

.rl-gallery-booking .rl-gallery {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.rl-gallery .mphb-room-type-gallery-wrapper {
  width: 100%;
}

.rl-gallery .gallery-columns-4 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.rl-gallery .gallery-columns-4 a,
.rl-gallery .gallery-columns-4 a img,
.rl-gallery .gallery-columns-4 .gallery-icon {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 4px;
}

.rl-gallery .gallery-columns-4 a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rl-gallery .gallery-columns-4 a:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75) url("./zoom-icon.svg") no-repeat center center;
  border-radius: 4px;
}

.rl-gallery .gallery-columns-4 .gallery-item {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 4px;
}

.rl-booking {
  width: 25%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: var(--e-global-color-secondary);
  align-self: stretch;
  border-radius: 4px;
  padding: 40px;
}

.rl-booking-inner .coupon-text {
  display: block;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.rl-booking-inner .coupon-code {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 24px;
}

.booking-form-section {
  padding: 40px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.booking-form-section .rl-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 24px;
}

.booking-form-section::before {
  background-color: transparent;
  --background-overlay: "";
  background-image: linear-gradient(180deg, #000000 0%, #110d11cc 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.75;
}

.booking-form-section .mphb-reservation-form-title,
.booking-form-section .mphb-reservation-form-subtitle {
  color: #fff;
}

.booking-form-section .mphb-required-fields-tip {
  display: none;
}

.booking-form-section .mphb-booking-form--direct-booking {
  width: 100%;
  display: flex;
  gap: 24px;
}

.booking-form-section .mphb-check-in-date-wrapper,
.booking-form-section .mphb-check-out-date-wrapper,
.booking-form-section .mphb-adults-wrapper,
.booking-form-section .mphb-children-wrapper {
  width: 18.75%;
}

.booking-form-section .mphb-check-in-date-wrapper label,
.booking-form-section .mphb-check-out-date-wrapper label,
.booking-form-section .mphb-adults-wrapper label,
.booking-form-section .mphb-children-wrapper label {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 23px;
  margin-bottom: 8px;
}

.booking-form-section select {
  padding: 12px 24px 12px 24px;
  border-radius: 2px;
  border: 1px solid #fff;
  background: #fff;
  color: var(--e-global-color-secondary);
  accent-color: var(--e-global-color-secondary);
}

.booking-form-section .mphb-reserve-room-section,
.booking-form-section .mphb-reserve-btn-wrapper {
  width: 25%;
  display: flex;
  flex-direction: column-reverse;
}

.booking-form-section input[type="submit"] {
  margin-top: 32px;
  width: 100%;
  margin-bottom: 20px;
}

.booking-form-section .mphb-reserve-room-section * {
  color: #fff;
}

.key-facilities ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 16px;
}

.key-facilities ul li {
  font-size: 18px;
  line-height: 24px;
  list-style: none;
  position: relative;
  display: flex;
  padding-left: 36px;
}

.key-facilities ul li::before {
  position: absolute;
  height: 32px;
  width: 24px;
  content: "";
  background: url("./leaf-2.svg") no-repeat center center;
  left: 0;
}

.rl-booking-inner .mphb-regular-price strong {
  display: none;
}

.rl-booking-inner .mphb-regular-price {
  display: flex;
  flex-direction: column;
  color: #fff;
  margin: 32px 0 16px;
}

.rl-booking-inner .mphb-price,
.rl-booking-inner .mphb-price-period {
  color: #fff;
}

.rl-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.rl-grid .rawleaves-room-type {
  padding: 0;
  flex-direction: column;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0;
}

.rl-grid .rawleaves-room-type::after {
  display: none;
}

.rl-grid .rl-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  width: 100%;
  overflow: hidden;
}

.rl-grid .rl-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.rl-grid .details {
  background: rgba(34, 37, 34, 0.88);
  background: linear-gradient(
    180deg,
    rgba(34, 37, 34, 0.85) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  width: 100%;
  position: absolute;
  bottom: -100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  padding: 24px;
  gap: 24px;
  transition: all 0.5s ease;
}

.rl-grid .details h3.rl-title,
.rl-grid .details h3.rl-title a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  line-height: 23px;
  letter-spacing: 0.5px;
}

.rl-grid .rawleaves-room-type:hover .details {
  bottom: 0;
}

.mphb_sc_checkout-form {
  border-radius: 8px;
  border: 4px solid #e0e0e0;
  padding: 40px 15%;
}

.page-id-1180 .mphb-adults-chooser,
.page-id-1180 .mphb-children-chooser {
  width: calc(50% - 12px);
  float: left;
}

.page-id-1180 .mphb-adults-chooser {
  margin-right: 12px;
}

.page-id-1180 .mphb-children-chooser {
  margin-left: 12px;
}

.page-id-1180 input,
.page-id-1180 select,
.page-id-1180 textarea {
  border: 1px solid #e0e0e0 !important;
}

.mphb_cb_checkout_form > .mphb-checkout-section:not(:first-of-type),
.mphb_sc_checkout-form > .mphb-checkout-section:not(:first-of-type) {
  margin-top: 32px;
}

body .mphb_sc_checkout-form > section:not(:first-of-type),
body .mphb_sc_checkout-form .mphb-total-price {
  border-top: 1px solid #e0e0e0;
  padding-top: 32px;
  margin-top: 32px;
}

.mphb-room-details {
  border-top: 1px solid #e0e0e0;
  margin-top: 32px;
  padding-top: 32px;
}

.mphb-room-type-title a {
  font-size: 18px;
  font-weight: 600;
  color: var(--e-global-color-secondary);
}
