

/* =========================
   PRICE TAG ON IMAGE
========================= */
.sh-price-tag-on-image
{
    display:none;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 2px 6px;
    border-radius: 10px;
    z-index: 10;
    color: #fff;
    background: rgba(10, 27, 47, 0.6);
}

.sh-price-tag-on-image .mphb-price {
    color: #c5a059;
    font-size: 20px;
    font-weight: 700;
}

/* =========================
   ROOM CARD WRAPPER
========================= */
.sh-room-card-wrapper {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    height: 100%;
}

/* =========================
   ROOM FEATURES GRID
========================= */
.mphb-room-details-grid ul {
    list-style: none;
    padding-left:0rem;

}

/*.mphb-room-details-grid ul li {*/
/*    font-size: 15px;*/
/*    background: #f8f8f8;*/
/*    padding: 6px 11px;*/
/*    border-radius: 5px;*/
/*    color: #555;*/
/*    border: 1px solid #eee;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.mphb-room-details-grid ul li:hover {*/
/*    background: #d69f5a;*/
/*    color: #fff;*/
/*}*/

/* =========================
   BUTTON AREA
========================= */
.sh-button-area .button {
    width: 100%;
    background: #d69f5a;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 12px;
    font-weight: 700;
    border: none;
    display: block;
    text-decoration: none;
}

/* =========================
   GRID LAYOUT
========================= */
.mphb-rooms-list,
.mphb_sc_rooms-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /*margin-top: -72px;*/
    margin-top: -20px;
}

/* 2 COLUMN LAYOUT */
.mphb-rooms-list > div,
.mphb_sc_rooms-wrapper > div {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px;
    box-sizing: border-box;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .mphb-rooms-list > div,
    .mphb_sc_rooms-wrapper > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* =========================
   IMAGE CONTAINER
========================= */
.sh-image-container {
    position: relative;
    overflow: hidden;
}
.mphb-room-type-facilities a {
    text-decoration: none;
     color: #d69f5a;

}
.mphb-room-type-categories a {
    text-decoration: none;
      color: #d69f5a;
}
.mphb-room-type-view .mphb-attribute-value,
.mphb-room-type-bed-type .mphb-attribute-value {
    color: #d69f5a;
}


.room-table-wrapper{
    overflow-x:auto;
    padding:20px;
}

.room-table-modern{
    width:100%;
    border-collapse:collapse;
    /*min-width:2500px;*/
    min-width:1300px;
    font-family:Arial;
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 4px 20px rgba(0,0,0,0.08);
}

.room-table-modern th{
    background:#0a1b2f;
    color:#fff;
    padding:15px;
    text-align:center;
    text-transform:capitalize;
}

.room-table-modern td{
    padding:15px;
    border-bottom:1px solid #eee;
    text-align:center;
    vertical-align:top;
}

.feature{
    font-weight:bold;
    background:#f7f7f7;
    text-align:left;
}

.price-cell{
    font-size:18px;
    font-weight:bold;
    color:#d69f5a;
}

.amenity-items{
    font-size:13px;
    padding:3px 0;
}

.table-btn{
    display:inline-block;
    padding:9px;
    background:#D69F5A;
    color:#fff;
    text-decoration:none;
    border-radius:6px;
    /*margin-right:27px;*/
}

.table-btn:hover{
    background:#0a1b2f;
	color:#fff;
}

.amenities-grid {
    display: flex;
    /*flex-wrap: wrap;*/
    flex-direction:column;
    gap: 6px;
}


.section-padding
 {
    padding: 40px;
}

@media only screen and (max-width: 768px) {

    /* wrapper scroll fix */
    .room-table-wrapper{
        padding:10px;
        overflow-x:auto;
        -webkit-overflow-scrolling: touch;
    }

    /* table keeps horizontal scroll (IMPORTANT) */
    .room-table-modern{
        /*min-width:700px;*/
        width:100%;
    }

    /* make text smaller for mobile */
    .room-table-modern th,
    .room-table-modern td{
        padding:10px;
        font-size:13px;
        width:150px;
    }

    /* feature column sticky (nice UX) */
    .feature{
        position: sticky;
        left: 0;
        background: #f7f7f7;
        z-index: 2;
        min-width:120px;
    }

    /* header sticky */
    .room-table-modern th{
        position: sticky;
        top: 0;
        z-index: 3;
    }

    /* price styling smaller */
    .price-cell{
        font-size:16px;
    }

    /* buttons full width on mobile */
    .table-btn{
        display:block;
        width:100%;
        text-align:center;
        padding:10px;
        font-size:13px;
    }

    /* amenities stacked properly */
    .amenity-items{
        font-size:12px;
        text-align:left;
    }
}


.amenity-items {
    text-transform:capitalize;  
    font-size: 13px;
    margin-right: -18px;
    text-align: left;
}

body.shaden-brand-neema-retreat .amenity-items{
        margin-right: 0px;

}
.heading-price-container {
 display: flex;
 justify-content: space-between;
 align-items: center;
 text-align: center;
 margin-bottom: 21px;
}
span.mb-price {
 color: #fff;
 background-color: #d69f5a;
 padding: 1px 65px;
border-radius: 20px;
font-size: 16px;
display: inline-block;
}

.wedding-packages-section {
    padding: 80px 0;
}

.package-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    position: relative;
    height: 100%;
}

.package-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.package-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.package-price {
    font-size: 18px;
    color: #d69f5a;
    font-weight: bold;
    margin-bottom: 15px;
}

.package-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.package-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.package-features li {
    font-size: 14px;
    margin-bottom: 8px;
    color: #333;
}

.package-features i {
    color: #c19b76;
    margin-right: 8px;
}

.package-btn {
    display: block;
    text-align: center;
    background: #d69f5a;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.package-btn:hover {
    background: #0a1b2f;
	color:#fff;
}

/* Popular badge */
.package-card.popular {
    border: 2px solid #d69f5a;
}

.package-card .badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #d69f5a;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 20px;
}

.ceremony-spaces-section {
    background: #fff;
    padding: 80px 0;
}

/* =========================
   CARD
========================= */
.space-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.space-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* =========================
   IMAGE WRAPPER (IMPORTANT FIX)
========================= */
.space-image {
    position: relative;
    width: 100%;
    height: 260px;              /* REQUIRED FIX */
    overflow: hidden;
    background: #f5f5f5;
}

/* IMAGE FIX (MOST IMPORTANT PART) */
.space-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;          /* FIX IMAGE FIT */
    display: block;             /* FIX GAP ISSUE */
    transition: 0.4s ease;
}

/* ZOOM EFFECT */
.space-card:hover .space-image img {
    transform: scale(1.1);
}

/* =========================
   OVERLAY
========================= */
.space-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s ease;
    z-index: 2;
}

.space-overlay i {
    color: #fff;
    font-size: 30px;
}

.space-card:hover .space-overlay {
    opacity: 1;
}

/* =========================
   CONTENT
========================= */
.space-content {
    padding: 20px;
}

.space-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #222;
}

.space-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}

/* =========================
   CAPACITY BADGE
========================= */
.space-info {
    display: inline-block;
    background: #d69f5a;
    color: #fff;
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 20px;
}

/* =========================
   RESPONSIVE FIX
========================= */
@media (max-width: 768px) {
    .space-image {
        height: 220px;
    }
}
.sticky-style {
    position: sticky !important;
    top: auto !important;
}
/*location */
/* Section spacing */
.location-section {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 20px;
    font-family: inherit;
}

/* Map */
.location-map-wrapper {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 50px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.location-map {
    height: 420px;
    width: 100%;
}

/* Grid */
.location-grid {
    display: grid;
    gap: 25px;
}

@media (min-width: 768px) {
    .location-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Cards */
.location-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.35s ease;
    position: relative;
}

.location-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* Headings */
.location-card h3 {
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: 600;
    position: relative;
}

.location-card h3::after {
    content: "";
    width: 45px;
    height: 3px;
    background: #d69f5a;
    display: block;
    margin-top: 10px;
    border-radius: 2px;
}

/* Lists */
.location-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Attractions */
.attractions li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-weight: 500;
}

.attractions .icon {
    margin-right: 10px;
    font-size: 18px;
    color: #d69f5a;
}

/* Transport */
.transport li {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.transport li:last-child {
    border-bottom: none;
}

.transport .icon {
    font-size: 20px;
    color: #d69f5a;
    margin-top: 3px;
}

.transport strong {
    font-size: 15px;
    color: #111;
}

.transport p {
    margin: 3px 0 0;
    font-size: 14px;
    color: #666;
}

/* Distances */
.distances li {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}

.distances li:last-child {
    border-bottom: none;
}

.distances span {
    color: #666;
}

.distances strong {
    color: #d69f5a;
    font-weight: 600;
}

/* Subtle hover accent line */
.location-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(90deg, #d69f5a, transparent);
    transition: height 0.3s ease;
    border-radius: 18px 18px 0 0;
}

.location-card:hover::before {
    height: 4px;
}
.taxonomy-title{
	margin-bottom: 26px;
	text-align:center;
}
/*Booking Confirmation Page Css*/

/* Container */
.mphb_sc_booking_confirmation {
    max-width: 900px;
    margin: 60px auto;
    padding: 40px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
 
/* TOP HEADER */
.mphb-payment-messages {
    margin-bottom: 30px;
}
 
.mphb-payment-messages::before {
    content: "✔ Booking Confirmed";
    display: block;
    font-size: 32px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}
 
.mphb-payment-messages p {
    color: #212529;
    font-size: 15px;
}
 
/* HIGHLIGHT STRIP */
.mphb-booking-details-section.booking {
    background: #e1e3e6;
    border-radius: 14px;
    padding: 25px;
    margin-bottom: 30px;
}
 
/* Hide default title */
.booking .mphb-booking-details-title {
    display: none;
}
 
/* KEY INFO GRID */
.booking .mphb-booking-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    border: none;
}
 
.booking .mphb-booking-details li {
    flex-direction: column;
    border: none;
    padding: 0;
    text-align: center;
}
 
/* Labels */
.booking .label {
    font-size: 16px !important;
    color: #212529;
    margin-bottom: 5px;
}
 
/* Values */
.booking .value {
    font-size: 18px;
    font-weight: 600;
    color: #222;
}
 
/* TOTAL highlight */
.booking-price .value {
    color: #c89b5e;
    font-size: 20px;
}
 
/* STATUS badge */
.booking-status .value {
    display: inline-block;
    background: #c89b5e;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
}
 
/* PAYMENT SECTION */
.mphb-booking-details-section.payment {
    text-align: left;
}
 
/* Title */
.payment .mphb-booking-details-title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #222;
}
 
/* GRID DETAILS */
.payment .mphb-booking-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 40px;
}
 
.payment .mphb-booking-details li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
 
/* Labels */
.payment .label {
    color: #212529;
    font-size: 16px !important;
}
 
/* Values */
.payment .value {
    font-weight: 500;
}
 
/* PRICE */
.payment .mphb-price {
    color: #c89b5e;
    font-weight: 600;
}
 
/* ACCOMMODATION */
.accommodations {
    margin-top: 20px;
    text-align: center;
}
 
.accommodations-title {
    color: #212529;
}
 
.accommodations-list a {
    color: #c89b5e;
    font-weight: 500;
    text-decoration: none;
}
 
.accommodations-list a:hover {
    text-decoration: underline;
}
 
/* MOBILE */
@media (max-width: 768px) {
    .booking .mphb-booking-details {
        grid-template-columns: 1fr;
    }
 
    .payment .mphb-booking-details {
        grid-template-columns: 1fr;
    }
}
 
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}


