.elementor-1390 .elementor-element.elementor-element-5e6a4c8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-1390 .elementor-element.elementor-element-94cfd52{width:100%;max-width:100%;padding:0px 0px 0px 0px;}body.elementor-page-1390{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-94cfd52 *//* =========================================
   REVIEWS PAGE (Seamless Fixed Background)
   ========================================= */

/* 1. Page Background & Spacing */
.bw-reviews-page {
    /* Theme Gradient */
    background: linear-gradient(135deg, #FFF8F4, #F4E6DD, #F1DBCC);
    
    /* THE FIX: Locks the gradient to the screen so there is no seam/reset */
    background-attachment: fixed; 
    background-size: cover;

    font-family: 'Poppins', sans-serif;
    color: #4C3F3F;
    min-height: 100vh;
    padding-bottom: 80px;
    padding-top: 120px; 
}

/* 2. Breadcrumbs */
.bw-breadcrumbs {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: #8B7E7E;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 600;
}
.bw-breadcrumbs a { color: #8B7E7E; text-decoration: none; transition: 0.3s; }
.bw-breadcrumbs a:hover { color: #C48C6A; }
.sep { margin: 0 12px; color: #C48C6A; opacity: 0.5; }

/* 3. Header */
.bw-review-header {
    text-align: center;
    padding: 0 20px 40px;
    max-width: 900px;
    margin: 0 auto;
}
.bw-eyebrow {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #C48C6A;
    font-weight: 700;
    margin-bottom: 20px;
}
.luxury-title-lg {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    color: #4C3F3F;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1.1;
}
.luxury-title-lg i { color: #C48C6A; font-family: 'Playfair Display', serif; font-weight: 400; }
.bw-review-intro {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #6C5656;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.8;
}

/* 4. Trust Badges */
.bw-trust-row {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}
.trust-badge {
    background: #fff;
    padding: 8px 20px; 
    border-radius: 50px;
    font-size: 10px; 
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #4C3F3F;
    border: 1px solid rgba(196,140,106,0.2);
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}

/* 5. Spotlight Review */
.bw-spotlight-container {
    padding: 0 20px 60px;
    display: flex;
    justify-content: center;
}
.bw-spotlight-glass {
    /* Increased transparency to let the fixed background show through */
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 40px 30px;
    border-radius: 20px;
    max-width: 800px; 
    width: 100%;
    text-align: center;
}
.spotlight-badge {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #C48C6A;
    font-weight: 700;
    border-bottom: 1px solid #C48C6A;
    padding-bottom: 5px;
}
.spotlight-quote {
    font-family: 'Playfair Display', serif;
    font-size: 24px; 
    color: #4C3F3F;
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 15px;
}

/* 6. Search Bar */
.bw-search-container {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 20px;
}
#reviewSearch {
    padding: 12px 25px; 
    width: 100%;
    max-width: 400px;
    border-radius: 50px;
    border: 1px solid rgba(196, 140, 106, 0.3); 
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #4C3F3F;
    outline: none;
    transition: all 0.3s ease;
}
#reviewSearch:focus { border-color: #C48C6A; box-shadow: 0 10px 30px rgba(196, 140, 106, 0.1); }

/* 7. THE GRID (Compact & Readable) */
.bw-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; 
    max-width: 1000px; 
    margin: 0 auto;
    padding: 0 20px;
}

/* CARD SIZING */
.bw-review-card, 
.bw-photo-placeholder {
    height: 280px; 
    border-radius: 16px;
    overflow: hidden; 
    box-shadow: 0 5px 20px rgba(0,0,0,0.02);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Review Card */
.bw-review-card {
    background: #fff;
    padding: 25px; 
    border: 1px solid rgba(196,140,106,0.1);
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
}

.bw-review-card:hover {
    transform: translateY(-3px);
    border-color: rgba(196,140,106,0.4);
    box-shadow: 0 10px 30px rgba(196, 140, 106, 0.1);
}

.bw-stars {
    color: #C48C6A;
    letter-spacing: 2px;
    font-size: 9px;
    margin-bottom: 10px;
    flex-shrink: 0;
}

.bw-card-text {
    font-family: 'Playfair Display', serif;
    font-size: 15px; 
    color: #4C3F3F;
    line-height: 1.5;
    margin-bottom: 10px;
    font-style: italic;
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    overflow-y: auto; 
}
.bw-card-text::-webkit-scrollbar { width: 0px; background: transparent; }

.bw-card-author {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #C48C6A;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
    flex-shrink: 0;
}

.bw-source-tag {
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 500;
    color: #8B7E7E;
    letter-spacing: 0.5px;
    flex-shrink: 0;
}

/* Photo Placeholder */
.bw-photo-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
    transition: transform 0.6s ease;
}
.bw-photo-placeholder:hover img {
    transform: scale(1.05);
}

/* 8. Pagination */
.bw-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 50px;
}
.bw-page-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(196, 140, 106, 0.2);
    color: #4C3F3F;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bw-page-btn:hover, .bw-page-btn.active {
    background: #C48C6A;
    color: #fff;
    border-color: #C48C6A;
}

/* Mobile Fixes */
@media (max-width: 900px) {
    .luxury-title-lg { font-size: 36px; }
    .bw-reviews-grid { grid-template-columns: 1fr; } 
    .bw-review-card, .bw-photo-placeholder { height: auto; min-height: 250px; } 
}/* End custom CSS */