.elementor-9 .elementor-element.elementor-element-26b482f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-eb99df5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-eb99df5:not(.elementor-motion-effects-element-type-background), .elementor-9 .elementor-element.elementor-element-eb99df5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-9 .elementor-element.elementor-element-349c15b > .elementor-widget-container{padding:20px 20px 20px 20px;border-style:solid;border-color:var( --e-global-color-primary );border-radius:1px 1px 1px 1px;}.elementor-9 .elementor-element.elementor-element-0822bdd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-ba6d5e5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-e8be9fe *//* Enhanced Property Grid with Border and Fixed Images */
.mphb_sc_rooms-wrapper.property-grid-clean {
    margin: 60px 0 !important;
    padding: 0 40px;
}

@media(min-width:1024px){
    .mphb_sc_rooms-wrapper.property-grid-clean {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
        padding: 0 20px;
    }
}

@media(min-width:768px) and (max-width:1023px){
    .mphb_sc_rooms-wrapper.property-grid-clean {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
        padding: 0 30px;
    }
}

@media(max-width:767px){
    .mphb_sc_rooms-wrapper.property-grid-clean {
        display: block;
        padding: 0 20px;
    }
}

/* Property Card with Border and Enhanced Styling */
.property-grid-clean .mphb-room-type {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid #e2e8f0;
    position: relative;
    margin: 0 !important;
    width: 100%;
    padding: 0;
}

.property-grid-clean .mphb-room-type:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: #D08E02;
}

/* Featured Image Fix and Styling */
.property-grid-clean .mphb-room-type-featured-image,
.property-grid-clean .mphb-room-type .post-thumbnail,
.property-grid-clean .mphb-room-type .mphb-room-type-image {
    position: relative;
    overflow: hidden;
    height: 260px;
    display: block !important;
    width: 100%;
    margin: 0;
    padding: 0px;
    box-sizing: border-box;
}

.property-grid-clean .mphb-room-type-featured-image img,
.property-grid-clean .mphb-room-type .post-thumbnail img,
.property-grid-clean .mphb-room-type .mphb-room-type-image img {
    width: 100%;
    height: 220px; /* Reduced height to account for padding */
    object-fit: cover;
    transition: transform 0.5s ease;
    filter: brightness(1.02) contrast(1.05);
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.property-grid-clean .mphb-room-type:hover .mphb-room-type-featured-image img,
.property-grid-clean .mphb-room-type:hover .post-thumbnail img,
.property-grid-clean .mphb-room-type:hover .mphb-room-type-image img {
    transform: scale(1.05);
}

/* Force image display if hidden */
.property-grid-clean .mphb-room-type img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Content Area with Padding */
.property-grid-clean .mphb-room-type-content {
    padding: 20px 35px 35px 35px !important;
    position: relative;
}

/* Black Heading Color */
.property-grid-clean .mphb-room-type-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 15px;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.property-grid-clean .mphb-room-type-title a {
    text-decoration: none;
    color: #1a202c !important;
    transition: color 0.3s ease;
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    background-clip: unset !important;
}

.property-grid-clean .mphb-room-type-title a:hover {
    color: #2d3748 !important;
}

/* Excerpt Styling */
.property-grid-clean .mphb-room-type-excerpt {
    color: #4a5568;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 30px !important;
    padding: 0 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
}

/* Price Section */
.property-grid-clean .mphb-room-type-price {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 25px 35px !important;
    margin: 0 -35px 30px -35px !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.property-grid-clean .mphb-room-type-price .mphb-price {
    font-size: 2rem;
    font-weight: 800;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.property-grid-clean .mphb-room-type-price .mphb-price-period {
    font-size: 1rem;
    opacity: 0.9;
    font-weight: 500;
}

/* Book Button */
.property-grid-clean .mphb-book-button-wrapper .button,
.property-grid-clean .mphb-book-button-wrapper a {
    width: 100%;
    padding: 18px 30px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white !important;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.property-grid-clean .mphb-book-button-wrapper .button:hover,
.property-grid-clean .mphb-book-button-wrapper a:hover {
    background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(102, 126, 234, 0.4);
    color: white !important;
}

/* Hide unwanted elements */
.property-grid-clean .mphb-room-type-attributes,
.property-grid-clean .mphb-room-type-gallery,
.property-grid-clean .mphb-room-gallery,
.property-grid-clean .mphb-view-details-button,
.property-grid-clean .mphb-view-button-wrapper,
.property-grid-clean .mphb-room-type .mphb-view-button {
    display: none !important;
}

/* Animation */
.property-grid-clean .mphb-room-type {
    animation: slideInUp 0.8s ease forwards;
    opacity: 0;
    transform: translateY(40px);
}

.property-grid-clean .mphb-room-type:nth-child(1) { animation-delay: 0.1s; }
.property-grid-clean .mphb-room-type:nth-child(2) { animation-delay: 0.2s; }
.property-grid-clean .mphb-room-type:nth-child(3) { animation-delay: 0.3s; }

@keyframes slideInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Responsiveness */
@media(max-width:768px) {
    .property-grid-clean .mphb-room-type-content {
        padding: 15px 25px 25px 25px !important;
    }
    
    .property-grid-clean .mphb-room-type-price {
        margin: 0 -25px 25px -25px !important;
        padding: 20px 25px !important;
    }
    
    .property-grid-clean .mphb-room-type-featured-image,
    .property-grid-clean .mphb-room-type .post-thumbnail,
    .property-grid-clean .mphb-room-type .mphb-room-type-image {
        padding: 15px;
        height: 240px;
    }
    
    .property-grid-clean .mphb-room-type-featured-image img,
    .property-grid-clean .mphb-room-type .post-thumbnail img,
    .property-grid-clean .mphb-room-type .mphb-room-type-image img {
        height: 200px;
    }
    
    .property-grid-clean .mphb-room-type-title {
        font-size: 1.3rem;
    }
}

/* Section padding */
.entry-content .mphb_sc_rooms-wrapper.property-grid-clean {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.property-grid-clean .mphb-room-type{padding: 15px;}/* End custom CSS */