:root {
  --bbx-brand-navy: #2d4b85;
  --bbx-brand-navy-deep: #223b69;
  --bbx-brand-navy-soft: #667aa6;
  --bbx-brand-ink: #27344e;
  --bbx-brand-muted: #6f7380;
  --bbx-brand-paper: #faf8f3;
  --bbx-brand-paper-strong: #f2eee6;
  --bbx-brand-line: #d8dfeb;
  --bbx-brand-shadow: rgba(34, 59, 105, 0.14);
}

#thhf-masthead-sticky {
  position: sticky;
  top: 0;
  z-index: 10050;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--bbx-brand-line);
  box-shadow: 0 10px 28px rgba(39, 52, 78, 0.08);
  backdrop-filter: blur(10px);
}

.admin-bar #thhf-masthead-sticky {
  top: 32px;
}

#thhf-masthead-sticky .elementor-top-section,
#thhf-masthead-sticky .elementor-top-section > .elementor-container {
  background: transparent !important;
}

#thhf-masthead-sticky .elementor-container {
  align-items: center;
}

#thhf-masthead-sticky .hfe-nav-menu > li > a,
#thhf-masthead-sticky .hfe-nav-menu > li > .hfe-has-submenu-container > a,
#thhf-masthead-sticky .elementor-icon,
#thhf-masthead-sticky .elementor-icon i,
#thhf-masthead-sticky .elementor-social-icon,
#thhf-masthead-sticky .elementor-social-icon i {
  color: var(--bbx-brand-navy) !important;
}

#thhf-masthead-sticky .hfe-nav-menu > li > a:hover,
#thhf-masthead-sticky .hfe-nav-menu > li.current-menu-item > a,
#thhf-masthead-sticky .hfe-nav-menu > li.current-menu-ancestor > a,
#thhf-masthead-sticky .hfe-nav-menu > li > .hfe-has-submenu-container > a:hover,
#thhf-masthead-sticky .elementor-social-icon:hover,
#thhf-masthead-sticky .elementor-social-icon:hover i {
  color: var(--bbx-brand-navy-deep) !important;
}

#thhf-masthead-sticky .sub-menu {
  background: #fff;
  border: 1px solid var(--bbx-brand-line);
  box-shadow: 0 18px 40px rgba(39, 52, 78, 0.12);
}

#thhf-masthead-sticky .sub-menu a {
  color: var(--bbx-brand-ink) !important;
}

#thhf-masthead-sticky .sub-menu a:hover {
  color: var(--bbx-brand-navy) !important;
}

#thhf-masthead-sticky .th-accent > a.hfe-menu-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px !important;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--bbx-brand-navy) 0%, var(--bbx-brand-navy-deep) 100%);
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(34, 59, 105, 0.2);
}

#thhf-masthead-sticky .th-accent > a.hfe-menu-item:hover {
  background: linear-gradient(135deg, var(--bbx-brand-navy-deep) 0%, #1a3057 100%);
  color: #fff !important;
}

.single-mphb_room_type.elementor-page #thhf-masthead-sticky + .elementor {
  padding-top: 116px;
}

.admin-bar.single-mphb_room_type.elementor-page #thhf-masthead-sticky + .elementor {
  padding-top: 148px;
}

.single-mphb_room_type {
  background:
    radial-gradient(circle at top left, rgba(45, 75, 133, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, var(--bbx-brand-paper) 100%);
}

.single-mphb_room_type .content {
  color: var(--bbx-brand-ink);
}

.single-mphb_room_type .elementor-widget-heading .elementor-heading-title,
.single-mphb_room_type .elementor-heading-title {
  color: var(--bbx-brand-ink);
}

.single-mphb_room_type .elementor-widget-text-editor,
.single-mphb_room_type .elementor-widget-text-editor p,
.single-mphb_room_type .elementor-widget-text-editor li {
  color: var(--bbx-brand-muted);
}

.single-mphb_room_type .elementor-widget-image img {
  border-radius: 28px;
  box-shadow: 0 22px 48px rgba(39, 52, 78, 0.12);
}

.single-mphb_room_type .elementor-widget-shortcode .elementor-widget-container,
.single-mphb_room_type .mphb_sc_booking_form-wrapper {
  border-radius: 30px;
}

.single-mphb_room_type .mphb_sc_booking_form-wrapper {
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, var(--bbx-brand-paper) 100%);
  border: 1px solid var(--bbx-brand-line);
  box-shadow: 0 24px 44px rgba(39, 52, 78, 0.12);
}

.single-mphb_room_type .mphb_sc_booking_form-wrapper .mphb-required-fields-tip,
.single-mphb_room_type .mphb_sc_booking_form-wrapper .mphb-room-type-title {
  color: var(--bbx-brand-muted);
}

.single-mphb_room_type .mphb_sc_booking_form-wrapper label {
  color: var(--bbx-brand-ink);
  font-weight: 700;
}

.single-mphb_room_type .mphb_sc_booking_form-wrapper input[type="text"],
.single-mphb_room_type .mphb_sc_booking_form-wrapper input[type="email"],
.single-mphb_room_type .mphb_sc_booking_form-wrapper input[type="tel"],
.single-mphb_room_type .mphb_sc_booking_form-wrapper input[type="number"],
.single-mphb_room_type .mphb_sc_booking_form-wrapper select,
.single-mphb_room_type .mphb_sc_booking_form-wrapper textarea {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid var(--bbx-brand-line);
  border-radius: 18px;
  background: #fff;
  color: var(--bbx-brand-ink);
}

.single-mphb_room_type .mphb_sc_booking_form-wrapper textarea {
  min-height: 140px;
  padding: 14px 18px;
}

.single-mphb_room_type .mphb_sc_booking_form-wrapper input:focus,
.single-mphb_room_type .mphb_sc_booking_form-wrapper select:focus,
.single-mphb_room_type .mphb_sc_booking_form-wrapper textarea:focus {
  border-color: var(--bbx-brand-navy-soft);
  box-shadow: 0 0 0 4px rgba(45, 75, 133, 0.1);
}

.single-mphb_room_type .mphb_sc_booking_form-wrapper .mphb-regular-price,
.single-mphb_room_type .mphb_sc_booking_form-wrapper .mphb-reserve-rooms-details,
.single-mphb_room_type .mphb_sc_booking_form-wrapper .mphb-rooms-quantity-wrapper {
  color: var(--bbx-brand-ink);
}

.single-mphb_room_type .mphb_sc_booking_form-wrapper .button,
.single-mphb_room_type .mphb_sc_booking_form-wrapper button,
.single-mphb_room_type .mphb_sc_booking_form-wrapper input[type="submit"],
.single-mphb_room_type .elementor-widget-button .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--bbx-brand-navy) 0%, var(--bbx-brand-navy-deep) 100%);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 16px 30px rgba(34, 59, 105, 0.18);
}

.single-mphb_room_type .mphb_sc_booking_form-wrapper .button:hover,
.single-mphb_room_type .mphb_sc_booking_form-wrapper button:hover,
.single-mphb_room_type .mphb_sc_booking_form-wrapper input[type="submit"]:hover,
.single-mphb_room_type .elementor-widget-button .elementor-button:hover {
  background: linear-gradient(135deg, var(--bbx-brand-navy-deep) 0%, #1a3057 100%);
  color: #fff;
}

.page-id-49 {
  --bbx-checkout-gap: 24px;
  --bbx-checkout-gap-tight: 14px;
  --bbx-checkout-card-pad: 28px;
  background:
    radial-gradient(circle at top left, rgba(45, 75, 133, 0.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, var(--bbx-brand-paper) 100%);
}

.page-id-49 .content,
.page-id-49 .content p,
.page-id-49 .content li {
  color: var(--bbx-brand-muted);
}

.page-id-49 .elementor-49 .elementor-element.elementor-element-1ff5e66b > .elementor-container {
  width: min(1360px, calc(100vw - 72px));
  max-width: min(1360px, calc(100vw - 72px));
  display: grid;
  grid-template-columns: minmax(0, 1.72fr) minmax(280px, 0.9fr);
  gap: 44px;
  align-items: start;
  padding: 56px 12px 80px;
}

.page-id-49 .elementor-49 .elementor-element.elementor-element-374447d4,
.page-id-49 .elementor-49 .elementor-element.elementor-element-6f245b81 {
  width: auto !important;
}

.page-id-49 .elementor-49 .elementor-element.elementor-element-374447d4 > .elementor-element-populated,
.page-id-49 .elementor-49 .elementor-element.elementor-element-59e3a4e6 > .elementor-element-populated {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.page-id-49 .elementor-49 .elementor-element.elementor-element-59e3a4e6 > .elementor-element-populated {
  border: 0 !important;
  box-shadow: none !important;
}

.page-id-49 h1,
.page-id-49 h2,
.page-id-49 h3,
.page-id-49 h4,
.page-id-49 .elementor-heading-title,
.page-id-49 .mphb-checkout-section h3 {
  color: var(--bbx-brand-ink);
}

.page-id-49 .mphb_sc_checkout-wrapper,
.page-id-49 .mphb-checkout-section,
.page-id-49 .widget,
.page-id-49 .sidebar .widget,
.page-id-49 .elementor-widget-shortcode .elementor-widget-container {
  border-radius: 30px;
}

.page-id-49 .mphb_sc_checkout-wrapper,
.page-id-49 .sidebar .widget,
.page-id-49 .widget-th-payments {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, var(--bbx-brand-paper) 100%);
  border: 1px solid var(--bbx-brand-line);
  box-shadow: 0 22px 44px rgba(39, 52, 78, 0.1);
}

.page-id-49 .content > .container,
.page-id-49 .content > .inner-container,
.page-id-49 .content .container {
  position: relative;
}

.page-id-49 .mphb-checkout-section {
  padding: var(--bbx-checkout-card-pad);
  margin: 0;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(216, 223, 235, 0.85);
}

.page-id-49 .mphb_sc_checkout-form {
  display: flex;
  flex-direction: column;
  gap: var(--bbx-checkout-gap);
}

.page-id-49 .mphb_sc_checkout-form > * {
  width: 100%;
}

.page-id-49 .mphb-login-form-wrap {
  margin: 0;
  padding: 4px 10px 0;
  color: var(--bbx-brand-muted);
  font-size: 14px;
  line-height: 1.5;
}

.page-id-49 .mphb-login-form-wrap p {
  margin: 0;
}

.page-id-49 .mphb-login-form-wrap a {
  color: var(--bbx-brand-navy);
  font-weight: 600;
}

.page-id-49 .mphb-booking-details-title,
.page-id-49 .mphb-customer-details-title,
.page-id-49 .mphb-gateway-chooser-title {
  margin: 0 0 4px;
}

.page-id-49 .mphb_sc_checkout-form label,
.page-id-49 .mphb_sc_checkout-form .mphb-required-fields-tip,
.page-id-49 .mphb_sc_checkout-form .mphb-price,
.page-id-49 .mphb_sc_checkout-form .mphb-price-breakdown,
.page-id-49 .mphb_sc_checkout-form .mphb-price-breakdown p,
.page-id-49 .mphb_sc_checkout-form .mphb-room-type-title {
  color: var(--bbx-brand-ink);
}

.page-id-49 .mphb_sc_checkout-form > .mphb-checkout-section:not(:first-of-type),
.page-id-49 .mphb_sc_checkout-form .mphb-total-price,
.page-id-49 .mphb-room-details {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.page-id-49 .mphb_sc_checkout-wrapper {
  padding: 10px;
}

.page-id-49 .th-fo-form.th-form-stacked {
  padding: 0;
}

.page-id-49 #mphb-booking-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--bbx-checkout-gap) var(--bbx-checkout-gap);
}

.page-id-49 #mphb-booking-details > * {
  margin: 0;
}

.page-id-49 #mphb-booking-details .mphb-booking-details-title,
.page-id-49 #mphb-booking-details .mphb-reserve-rooms-details {
  grid-column: 1 / -1;
}

.page-id-49 .mphb-check-in-date,
.page-id-49 .mphb-check-out-date {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid var(--bbx-brand-line);
  border-radius: 20px;
  background: #fff;
}

.page-id-49 .mphb-reserve-rooms-details {
  display: grid;
  gap: var(--bbx-checkout-gap);
}

.page-id-49 .mphb-room-details {
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1.28fr);
  gap: var(--bbx-checkout-gap-tight) var(--bbx-checkout-gap);
  margin-top: 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(216, 223, 235, 0.8);
}

.page-id-49 .mphb-room-details:first-child {
  padding-top: 6px;
  border-top: 0;
}

.page-id-49 .mphb-room-number,
.page-id-49 .mphb-room-type-title,
.page-id-49 .mphb-rate-chooser,
.page-id-49 .mphb-services-details {
  grid-column: 1 / -1;
  margin: 0;
}

.page-id-49 .mphb-adults-chooser,
.page-id-49 .mphb-children-chooser,
.page-id-49 .mphb-guest-name-wrapper,
.page-id-49 .mphb-coupon-code-wrapper p {
  margin: 0;
}

.page-id-49 .mphb-adults-chooser,
.page-id-49 .mphb-children-chooser,
.page-id-49 .mphb-guest-name-wrapper,
.page-id-49 .mphb-customer-name,
.page-id-49 .mphb-customer-last-name,
.page-id-49 .mphb-customer-email,
.page-id-49 .mphb-customer-phone,
.page-id-49 .mphb-customer-country,
.page-id-49 .mphb-customer-note {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-id-49 .mphb-guest-name-wrapper {
  grid-column: 1 / -1;
}

.page-id-49 #mphb-customer-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--bbx-checkout-gap) var(--bbx-checkout-gap);
}

.page-id-49 #mphb-customer-details > * {
  margin: 0;
}

.page-id-49 #mphb-customer-details .mphb-customer-details-title,
.page-id-49 #mphb-customer-details .mphb-required-fields-tip,
.page-id-49 #mphb-customer-details .mphb-customer-note,
.page-id-49 #mphb-customer-details .mphb-account-checkbox,
.page-id-49 #mphb-customer-details .mphb-account-username,
.page-id-49 #mphb-customer-details .mphb-account-password {
  grid-column: 1 / -1;
}

.page-id-49 .mphb_sc_checkout-form input[type="text"],
.page-id-49 .mphb_sc_checkout-form input[type="email"],
.page-id-49 .mphb_sc_checkout-form input[type="tel"],
.page-id-49 .mphb_sc_checkout-form input[type="number"],
.page-id-49 .mphb_sc_checkout-form select,
.page-id-49 .mphb_sc_checkout-form textarea {
  min-height: 54px;
  border: 1px solid var(--bbx-brand-line);
  border-radius: 18px;
  background: #fff;
  color: var(--bbx-brand-ink);
  box-shadow: none;
}

.page-id-49 .mphb_sc_checkout-form textarea {
  min-height: 140px;
}

.page-id-49 #mphb-coupon-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--bbx-checkout-gap-tight) 16px;
  align-items: end;
}

.page-id-49 #mphb-coupon-details .mphb-coupon-code-title,
.page-id-49 #mphb-coupon-details .mphb-coupon-message {
  grid-column: 1 / -1;
}

.page-id-49 #mphb-coupon-details > p {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}

.page-id-49 #mphb-coupon-details input[type="text"] {
  width: 100%;
}

.page-id-49 #mphb-coupon-details .mphb-apply-coupon-code-button {
  min-width: 124px;
}

.page-id-49 .mphb_sc_checkout-form input:focus,
.page-id-49 .mphb_sc_checkout-form select:focus,
.page-id-49 .mphb_sc_checkout-form textarea:focus {
  border-color: var(--bbx-brand-navy-soft);
  box-shadow: 0 0 0 4px rgba(45, 75, 133, 0.1);
}

.page-id-49 .mphb-gateways-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.page-id-49 .mphb-gateway {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 12px;
  align-items: start;
  min-height: 132px;
  padding: 18px 20px;
  border: 1px solid var(--bbx-brand-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 26px rgba(39, 52, 78, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.page-id-49 .mphb-gateway input[type="radio"] {
  grid-column: 1;
  margin: 4px 0 0;
  accent-color: var(--bbx-brand-navy);
}

.page-id-49 .mphb-gateway:hover {
  transform: translateY(-1px);
  border-color: rgba(45, 75, 133, 0.35);
  box-shadow: 0 18px 32px rgba(39, 52, 78, 0.1);
}

.page-id-49 .mphb-gateway:has(> input[type="radio"]:checked) {
  border-color: var(--bbx-brand-navy);
  box-shadow: 0 18px 36px rgba(45, 75, 133, 0.16);
}

.page-id-49 .mphb-gateway-title strong,
.page-id-49 .mphb-gateway-description {
  color: var(--bbx-brand-ink);
}

.page-id-49 .mphb-gateway-title {
  grid-column: 2;
  margin: 0;
}

.page-id-49 .mphb-gateway-description {
  grid-column: 2;
  margin: 0;
  color: var(--bbx-brand-muted);
  line-height: 1.65;
}

.page-id-49 .mphb_sc_checkout-form .button,
.page-id-49 .mphb_sc_checkout-form button,
.page-id-49 .mphb_sc_checkout-form input[type="submit"],
.page-id-49 .mphb_sc_checkout-form .mphb-apply-coupon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--bbx-brand-navy) 0%, var(--bbx-brand-navy-deep) 100%);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 16px 30px rgba(34, 59, 105, 0.18);
}

.page-id-49 .mphb_sc_checkout-submit-wrapper {
  margin-top: 30px;
}

.page-id-49 .mphb_sc_checkout-submit-wrapper .button,
.page-id-49 .mphb_sc_checkout-submit-wrapper input[type="submit"] {
  width: 100% !important;
  min-height: 60px;
  padding: 0 28px;
  background: linear-gradient(135deg, var(--bbx-brand-navy) 0%, var(--bbx-brand-navy-deep) 100%) !important;
  color: #fff !important;
  box-shadow: 0 22px 40px rgba(34, 59, 105, 0.18);
}

.page-id-49 .mphb_sc_checkout-form .button:hover,
.page-id-49 .mphb_sc_checkout-form button:hover,
.page-id-49 .mphb_sc_checkout-form input[type="submit"]:hover,
.page-id-49 .mphb_sc_checkout-form .mphb-apply-coupon:hover {
  background: linear-gradient(135deg, var(--bbx-brand-navy-deep) 0%, #1a3057 100%) !important;
  color: #fff !important;
}

.page-id-49 .mphb-total-price {
  margin-top: 0;
  padding: 18px 22px;
  border: 1px solid rgba(216, 223, 235, 0.95);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 32px rgba(39, 52, 78, 0.08);
}

.page-id-49 .mphb-total-price output {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  font-size: 16px;
  color: var(--bbx-brand-ink);
}

.page-id-49 .mphb-total-price-field {
  font-size: 1.55rem;
  line-height: 1;
}

.page-id-49 .bbx-checkout-payment-summary {
  display: none;
}

.page-id-49 .bbx-checkout-payment-summary__eyebrow {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--bbx-brand-navy);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-id-49 .bbx-checkout-payment-summary__head h3 {
  margin: 14px 0 8px;
}

.page-id-49 .bbx-checkout-payment-summary__head p {
  margin: 0;
  color: var(--bbx-brand-muted);
}

.page-id-49 .bbx-checkout-payment-summary__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.page-id-49 .th-payments-widget {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.page-id-49 .bbx-checkout-payment-summary__item,
.page-id-49 .th-payments-widget a,
.page-id-49 .th-payments-widget .th-payment-no-img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 16px;
  border: 1px solid var(--bbx-brand-line);
  border-radius: 999px;
  background: #fff;
  color: var(--bbx-brand-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(39, 52, 78, 0.08);
}

.page-id-49 .bbx-checkout-payment-summary__item {
  align-items: flex-start;
  flex-direction: column;
  border-radius: 22px;
  min-height: 0;
  padding: 14px 16px;
}

.page-id-49 .bbx-checkout-payment-summary__item span {
  margin-top: 6px;
  color: var(--bbx-brand-muted);
  font-size: 13px;
  font-weight: 400;
}

.page-id-49 .widget-title {
  color: var(--bbx-brand-ink);
}

.page-id-49 .th-widget-area {
  position: sticky;
  top: 110px;
  max-width: 320px;
  margin-left: auto;
}

.admin-bar.page-id-49 .th-widget-area {
  top: 142px;
}

.page-id-49 .widget-th-contact-info,
.page-id-49 .widget_text {
  display: none;
}

.page-id-49 .widget-th-payments .widget-inner {
  display: grid;
  gap: 18px;
  padding: 28px;
}

.page-id-49 .widget-th-payments .widget-title {
  margin-bottom: 0;
  font-size: 1.35rem;
}

.page-id-49 .widget-th-payments::before {
  content: none;
}

.page-id-49 .th-payments-widget {
  display: grid;
  gap: 12px;
  margin: 0;
}

.page-id-49 .th-payments-widget .th-payment-no-img {
  width: 100%;
  min-height: 52px;
  justify-content: flex-start;
  padding: 14px 16px;
  border-radius: 18px;
}

.page-id-49 .entry-title,
.page-id-49 .page-title {
  color: #fff;
}

.page-id-66 .mphb_sc_search-wrapper {
  max-width: 1120px;
  margin: 0 auto;
}

.page-id-66 .mphb_sc_search-wrapper .mphb-required-fields-tip {
  margin: 0 0 12px;
  text-align: left;
  color: var(--bbx-brand-muted);
}

.page-id-66 .mphb_sc_search-wrapper .mphb_sc_search-form > .mphb-required-fields-tip {
  grid-column: 1 / -1;
  order: -1;
  margin-bottom: 2px;
}

.page-id-66 .mphb_sc_search-wrapper .mphb_sc_search-form {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1.55fr) minmax(120px, 0.7fr) minmax(120px, 0.7fr) auto;
  gap: 16px;
  align-items: end;
}

.page-id-66 .mphb_sc_search-wrapper .mphb_sc_search-form > p {
  width: auto;
  margin: 0;
}

.page-id-66 .mphb_sc_search-check-in-date {
  grid-column: 1;
}

.page-id-66 .mphb_sc_search-check-out-date {
  grid-column: 2;
}

.page-id-66 .mphb_sc_search-adults {
  grid-column: 3;
}

.page-id-66 .mphb_sc_search-children {
  grid-column: 4;
}

.page-id-66 .mphb_sc_search-wrapper .mphb_sc_search-form > input[type="hidden"] {
  display: none;
}

.page-id-66 .mphb_sc_search-wrapper label {
  display: block;
  margin: 0 0 8px;
  color: var(--bbx-brand-ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-id-66 .mphb_sc_search-wrapper input[type="text"],
.page-id-66 .mphb_sc_search-wrapper select {
  width: 100%;
  height: 56px;
  border: 1px solid var(--bbx-brand-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
  color: var(--bbx-brand-ink);
  font-size: 16px;
  padding: 0 18px;
}

.page-id-66 .mphb_sc_search-wrapper select {
  appearance: none;
}

.page-id-66 .mphb_sc_search-submit-button-wrapper {
  display: flex;
  grid-column: 5;
  align-items: end;
  align-self: end;
}

.page-id-66 .mphb_sc_search-submit-button-wrapper .button {
  width: 100%;
  min-width: 150px;
  height: 56px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--bbx-brand-navy) 0%, var(--bbx-brand-navy-deep) 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  box-shadow: 0 16px 34px rgba(34, 59, 105, 0.2);
}

.page-id-66 .mphb_sc_search-submit-button-wrapper .button:hover {
  background: linear-gradient(135deg, var(--bbx-brand-navy-deep) 0%, #1a3057 100%);
  color: #fff;
}

.bbx-room-hero__eyebrow,
.bbx-home-rooms__eyebrow,
.bbx-room-card__badge {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--bbx-brand-navy);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bbx-home-rooms__intro p,
.bbx-room-card__summary {
  color: var(--bbx-brand-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.bbx-room-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.bbx-room-card__meta span {
  background: #fff;
  border: 1px solid var(--bbx-brand-line);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--bbx-brand-ink);
  font-size: 14px;
  line-height: 1;
}

.bbx-home-rooms .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 176px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--bbx-brand-navy) 0%, var(--bbx-brand-navy-deep) 100%);
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: 0 16px 30px rgba(34, 59, 105, 0.18);
}

.bbx-home-rooms .button:hover {
  background: linear-gradient(135deg, var(--bbx-brand-navy-deep) 0%, #1a3057 100%);
  color: #fff;
}

.bbx-home-rooms {
  position: relative;
  margin: 72px 0 0;
  padding: 68px 36px 40px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top left, rgba(45, 75, 133, 0.12), transparent 36%),
    linear-gradient(180deg, var(--bbx-brand-paper) 0%, #ffffff 100%);
  border: 1px solid var(--bbx-brand-line);
  overflow: hidden;
}

.bbx-home-rooms::before {
  content: "";
  position: absolute;
  inset: auto -120px -160px auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(45, 75, 133, 0.05);
}

.bbx-home-rooms__intro {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.bbx-home-rooms__intro h2 {
  margin: 16px 0 10px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
}

.bbx-home-rooms__intro p {
  max-width: 640px;
  margin: 0 auto;
}

.bbx-home-rooms__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.bbx-room-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid var(--bbx-brand-line);
  background: #fff;
  box-shadow: 0 20px 46px rgba(39, 52, 78, 0.1);
}

.bbx-room-card__media {
  min-height: 260px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  background: linear-gradient(135deg, var(--bbx-brand-paper-strong) 0%, var(--bbx-brand-navy-soft) 100%);
  background-size: cover;
  background-position: center;
}

.bbx-room-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px 26px 28px;
}

.bbx-room-card__title {
  margin: 0 0 12px;
  color: var(--bbx-brand-ink);
  font-size: 1.9rem;
  line-height: 1.04;
}

.bbx-room-card__summary {
  min-height: 5.4em;
}

.bbx-room-card__meta {
  min-height: 44px;
  align-items: center;
}

.bbx-room-card__actions {
  margin-top: auto;
  padding-top: 24px;
}

@media (max-width: 991px) {
  .page-id-49 .elementor-49 .elementor-element.elementor-element-1ff5e66b > .elementor-container {
    width: min(100%, calc(100vw - 40px));
    max-width: min(100%, calc(100vw - 40px));
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px 0 54px;
  }

  .page-id-49 .th-widget-area {
    position: static;
    max-width: none;
  }

  .page-id-49 #mphb-coupon-details,
  .page-id-49 .mphb-gateways-list,
  .page-id-49 #mphb-booking-details,
  .page-id-49 #mphb-customer-details {
    grid-template-columns: 1fr;
  }

  .page-id-66 .mphb_sc_search-wrapper .mphb_sc_search-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-id-66 .mphb_sc_search-check-in-date,
  .page-id-66 .mphb_sc_search-check-out-date,
  .page-id-66 .mphb_sc_search-adults,
  .page-id-66 .mphb_sc_search-children,
  .page-id-66 .mphb_sc_search-submit-button-wrapper {
    grid-column: auto;
  }

  .page-id-66 .mphb_sc_search-submit-button-wrapper {
    grid-column: 1 / -1;
  }

  .bbx-home-rooms__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .admin-bar #thhf-masthead-sticky {
    top: 46px;
  }

  .page-id-49 .elementor-49 .elementor-element.elementor-element-1ff5e66b > .elementor-container {
    width: min(100%, calc(100vw - 24px));
    max-width: min(100%, calc(100vw - 24px));
    padding: 24px 0 42px;
  }

  .page-id-49 .elementor-49 .elementor-element.elementor-element-1ff5e66b {
    overflow: hidden;
  }

  .page-id-66 .mphb_sc_search-wrapper .mphb_sc_search-form {
    grid-template-columns: 1fr;
  }

  .single-mphb_room_type.elementor-page #thhf-masthead-sticky + .elementor {
    padding-top: 96px;
  }

  .admin-bar.single-mphb_room_type.elementor-page #thhf-masthead-sticky + .elementor {
    padding-top: 128px;
  }

  .single-mphb_room_type .mphb_sc_booking_form-wrapper {
    padding: 22px;
  }

  .page-id-49 .mphb_sc_checkout-wrapper {
    padding: 0;
  }

  .page-id-49 .mphb-room-details {
    grid-template-columns: 1fr;
  }

  .page-id-49 .mphb-gateway {
    min-height: 0;
  }

  .page-id-49 .mphb-checkout-section {
    padding: 22px;
  }

  .page-id-49 .widget-th-payments .widget-inner {
    padding: 22px;
  }

  .bbx-home-rooms {
    padding: 22px;
  }

  .bbx-room-card__media {
    min-height: 220px;
  }

  .bbx-room-card__summary,
  .bbx-room-card__meta {
    min-height: 0;
  }
}
