.elementor-kit-447{--e-global-color-primary:#DD9468;--e-global-color-secondary:#DD9468;--e-global-color-text:#454F5E;--e-global-color-accent:#8F193F;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#454F5E;}.elementor-kit-447 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.mphb-calendar,
.ui-datepicker {
  z-index: 99999 !important;
}


.mphb-room-type-details,
.mphb-view-details-button {
  display: none !important;
}


.mphb-room-type-categories {
  display: none;
}


mphb-room-type-details {
  display: none;
}


/* Limit main image size in MotoPress search results */
.mphb-room-type-gallery-wrapper {
  max-width: 1200px;     /* adjust to taste */
  margin: 0 auto;       /* center it */
}

.mphb-room-type-gallery img {
  max-height: 300px;    /* reduce vertical dominance */
  object-fit: cover;
}



.mphb-room-type {
  background: #FFECD9;
  padding: 24px;
  margin-top: 20px;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}


.mphb_sc_search_results-info strong {
  font-size: 28px;
  font-weight: 600;
}

.mphb_sc_search_results-info {
  font-size: 20px;
}




/* Section spacing */
.mphb-checkout h2,
.mphb-checkout h3 {
    margin-top: 40px;
    margin-bottom: 16px;
}

/* Form fields */
.mphb-checkout .mphb-field {
    margin-bottom: 24px;
}

/* Labels */
.mphb-checkout label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}



.mphb-navigation,
.mphb-accommodation-navigation,
.post-navigation,
.navigation.post-navigation {
  display: none !important;
}


/* SECTION BACKGROUND */
.mphb_sc_search_results-wrapper {
    background: transparent;
    padding: 40px 20px;
}

/* CARD CONTAINER */
.mphb_room_type,
.mphb_sc_room {
    background: #FFECD9;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: all 0.25s ease;
}

/* HOVER EFFECT */
.mphb_room_type:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* IMAGE */
.mphb-room-type-images img {
    border-radius: 0;
}

/* CONTENT AREA */
.mphb-room-type-details {
    padding: 20px 25px;
}

/* TITLE */
.mphb-room-type-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* DESCRIPTION */
.mphb-room-type-excerpt {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

/* DETAILS LIST */
.mphb-room-type-details ul {
    margin: 0;
    padding-left: 18px;
    font-size: 14px;
}

/* PRICE */
.mphb-room-type-price {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0;
}

/* BUTTONS CONTAINER */
.mphb-room-type-view-button-wrapper,
.mphb-room-type-book-button-wrapper {
    display: inline-block;
    margin-right: 10px;
}

/* BUTTON STYLE */
.mphb_sc_button {
    background: linear-gradient(135deg, #ff7a00, #ff5500);
    color: #fff !important;
    border-radius: 10px;
    padding: 10px 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    border: none;
    transition: all 0.2s ease;
}

/* BUTTON HOVER */
.mphb_sc_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255,122,0,0.3);
}

/* THUMBNAILS */
.mphb-room-type-gallery img {
    border-radius: 6px;
}


/* MAIN BAR CONTAINER */
.booking-bar form {
    display: flex;
    align-items: center;
    gap: 180px;
    background: #FFECD9;
    padding: 20px 25px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    flex-wrap: wrap;
}

/* REMOVE SMALL TEXT */
.booking-bar .mphb-required-fields-tip {
    display: none;
}

/* FIELDS */
.booking-bar .mphb-field-group {
    flex: 1;
    min-width: 160px;
}

/* LABELS */
.booking-bar label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #777;
    margin-bottom: 6px;
}

/* INPUT STYLE */
.booking-bar input,
.booking-bar select {
    width: 100%;
    height: 52px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    font-size: 14px;
    transition: all 0.2s ease;
}

/* INPUT HOVER */
.booking-bar input:focus,
.booking-bar select:focus {
    border-color: #ff7a00;
    background: #FFECD9;
    outline: none;
}

/* BUTTON WRAPPER */
.booking-bar .mphb-submit-button-wrapper {
    flex: 0;
}

/* PREMIUM BUTTON */
.booking-bar button {
    height: 52px;
    padding: 0 30px;
    border-radius: 12px;
    border: none;
    background: linear-gradient(135deg, #ff7a00, #ff5500);
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.25s ease;
}

/* BUTTON HOVER */
.booking-bar button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255,122,0,0.3);
}

/* MOBILE */
@media (max-width: 767px) {
    .booking-bar form {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .booking-bar button {
        width: 100%;
    }
}



/* BOOKING DETAILS CARD */
.mphb-booking-details,
.mphb_sc_checkout-form,
.mphb-checkout-step {
    background: #FFECD9; /* change this */
    border-radius: 16px;
    padding: 25px;
}


/* REMOVE LINK FROM ACCOMMODATION NAME ONLY */
.mphb-booking-details a[href*="accommodation"] {
    pointer-events: none;    /* disables clicking */
    color: inherit !important; /* same color as text */
    text-decoration: none;   /* removes underline */
}



/* ==============================
   LAOTOUT LOGIN PAGE 
   ============================== */

/* Center login form */
.login,
body.page .mphb-login-form {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
}

/* Create card */
.mphb-login-form form {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    max-width: 380px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Input fields */
.mphb-login-form input[type="text"],
.mphb-login-form input[type="password"] {
    width: 100%;
    padding: 12px;
    margin-top: 6px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
}

/* Labels */
.mphb-login-form label {
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

/* Login button */
.mphb-login-form input[type="submit"] {
    width: 100%;
    background-color: #f59e0b; /* warm orange */
    color: white;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover button */
.mphb-login-form input[type="submit"]:hover {
    background-color: #d97706;
}

/* Lost password link */
.mphb-login-form a {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #777;
    margin-top: 10px;
}

/* Checkbox */
.mphb-login-form input[type="checkbox"] {
    margin-right: 6px;
}/* End custom CSS */