.elementor-534 .elementor-element.elementor-element-11d889e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-534 .elementor-element.elementor-element-15a7666{padding:0px 0px 0px 0px;width:100%;max-width:100%;}.elementor-534 .elementor-element.elementor-element-f6e6db4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-534 .elementor-element.elementor-element-00988e3{padding:0px 0px 0px 0px;width:100%;max-width:100%;}.elementor-534 .elementor-element.elementor-element-f53421f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-534 .elementor-element.elementor-element-1ea6ad9{padding:0px 0px 0px 0px;width:100%;max-width:100%;}body.elementor-page-534{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-15a7666 *//* ============================================
   GLOBAL & HERO STYLES
   ============================================ */

/* 1. SEAMLESS BACKGROUND (Fixed behind everything) */
.bw-fixed-bg-layer {
    position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
    background: linear-gradient(135deg, #FFF8F4, #F4E6DD, #F1DBCC);
    z-index: -1; pointer-events: none;
}

/* 2. PAGE WRAPPER */
.bw-faq-page-wrapper {
    position: relative; overflow-x: hidden;
    font-family: "Poppins", sans-serif; color: #4C3F3F;
}

/* 3. HERO SECTION */
.bw-faq-hero-section {
    padding: 100px 20px 60px;
    min-height: 60vh;
    display: flex; align-items: center; justify-content: center;
}

.bw-container-split {
    max-width: 1200px; width: 100%;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 60px; align-items: center;
}

/* Text Block & Breadcrumb Positioning */
.bw-hero-text { 
    display: flex; flex-direction: column; 
    align-items: center; text-align: center; justify-content: center;
}

/* EXACT CART BREADCRUMB MATCH */
.bw-breadcrumbs {
    display: block; width: 100%; text-align: center; 
    margin-bottom: 40px !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 10px !important; text-transform: uppercase !important;
    color: #8B7E7E !important; letter-spacing: 2px !important; 
    font-weight: 600 !important;
}
.bw-breadcrumbs a { color: #8B7E7E !important; text-decoration: none; transition: 0.3s; }
.bw-breadcrumbs a:hover { color: #C48C6A !important; }
.bw-breadcrumbs .sep { margin: 0 8px !important; color: #C48C6A !important; opacity: 0.5 !important; }
.bw-breadcrumbs .current { color: #8B7E7E !important; font-weight: 600 !important; }

/* Titles */
.bw-page-title {
    font-family: "Playfair Display", serif; font-size: 56px;
    color: #4C3F3F; line-height: 1.1; margin-bottom: 25px;
}
.bw-page-title i { font-style: italic; color: #C48C6A; }

.bw-page-sub {
    font-family: "Poppins", sans-serif; font-size: 16px;
    color: #6C5656; line-height: 1.8; max-width: 90%;
}

/* Hero Image */
.bw-hero-image { width: 100%; display: flex; justify-content: center; }
.bw-placeholder-img {
    width: 100%; height: 450px;
    background-size: cover; background-position: center;
    border-radius: 20px 0 20px 0;
    box-shadow: 20px 20px 0 rgba(196,140,106,0.15);
}

/* Animation Utilities */
.fade-up { opacity: 0; animation: fadeUp 0.8s forwards; }
.delay-1 { animation-delay: 0.1s; } .delay-2 { animation-delay: 0.2s; } .delay-3 { animation-delay: 0.3s; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* Mobile */
@media (max-width: 768px) {
    .bw-container-split { grid-template-columns: 1fr; gap: 30px; }
    .bw-hero-image { order: -1; }
    .bw-placeholder-img { height: 300px; }
    .bw-page-title { font-size: 36px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-00988e3 *//* ============================================
   SECTION 2: CONTENT & FAQ STYLES (Performance Optimized)
   ============================================ */
.bw-faq-content-section {
    padding: 0 20px 100px;
    background: transparent; 
}
.bw-faq-inner { max-width: 900px; margin: 0 auto; }

/* --- CONTROLS (Filters) --- */
.bw-faq-controls {
    display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 50px;
}

.bw-filter-btn {
    background: rgba(255,255,255,0.5) !important; 
    border: 1px solid rgba(196,140,106,0.3) !important;
    padding: 10px 24px; border-radius: 50px;
    font-family: "Poppins", sans-serif; font-size: 12px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1px; color: #4C3F3F !important;
    cursor: pointer; transition: 0.2s;
    outline: 0 !important;
    outline-color: transparent !important;
    box-shadow: none !important; 
}

/* HOVER */
.bw-filter-btn:hover { 
    border-color: #C48C6A !important; color: #C48C6A !important; 
    background: #fff !important; transform: translateY(-1px);
}

/* FOCUS */
.bw-filter-btn:focus, .bw-filter-btn:focus-visible { 
    border-color: #C48C6A !important; color: #C48C6A !important; 
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(196,140,106, 0.2) !important; 
}

/* ACTIVE */
.bw-filter-btn.bw-active {
    background: linear-gradient(135deg, #C48C6A, #A86F4E) !important; 
    border-color: transparent !important; color: #fff !important; 
    box-shadow: 0 10px 20px rgba(196,140,106,0.25) !important;
}

/* --- GROUP HEADERS --- */
.bw-group-title {
    font-family: "Playfair Display", serif; font-size: 28px;
    color: #4C3F3F; margin: 50px 0 20px; text-align: center;
}

/* --- INDIVIDUAL FAQ ITEMS --- */
.bw-faq-item {
    background: rgba(255,255,255,0.6); backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.5);
    margin-bottom: 15px; border-radius: 12px;
    overflow: hidden; transition: all 0.3s ease;
}

/* CARD HOVER */
.bw-faq-item:hover {
    background: rgba(255,255,255,0.9); transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(196,140,106,0.15); 
    border-color: rgba(196,140,106,0.3);
}

/* CARD ACTIVE */
.bw-faq-item.bw-open {
    background: #fff !important;
    border-left: 5px solid #C48C6A !important; 
    box-shadow: 0 15px 40px rgba(196,140,106,0.1);
}

/* --- QUESTION BUTTON --- */
.bw-question {
    width: 100%; display: flex; justify-content: space-between; align-items: center;
    background: none !important; border: none !important; padding: 20px 25px;
    font-family: "Playfair Display", serif; font-size: 17px; color: #4C3F3F !important;
    cursor: pointer; text-align: left; 
    outline: 0 !important; outline-color: transparent !important; box-shadow: none !important;
}
.bw-question span { font-weight: 500; transition: 0.3s; }
.bw-question:hover span { color: #C48C6A !important; }
.bw-question:focus span, .bw-question:focus-visible span { color: #C48C6A !important; }
.bw-question:focus, .bw-question:focus-visible { background: rgba(196,140,106,0.05) !important; }

/* PLUS ICON */
.bw-icon {
    font-size: 20px; color: #C48C6A !important; font-weight: 300; transition: 0.3s;
}
.bw-faq-item.bw-open .bw-icon { transform: rotate(45deg); }

/* --- ANSWER AREA --- */
.bw-answer {
    max-height: 0; overflow: hidden; transition: max-height 0.5s ease;
    background: transparent;
}
.bw-answer-inner {
    padding: 0 25px 25px 25px;
    font-family: "Poppins", sans-serif; font-size: 14px; color: #6C5656;
    line-height: 1.8;
}
.bw-faq-item.bw-open .bw-answer { max-height: 400px; }

/* --- IMAGE BREAK GRID (OPTIMIZED FOR IMG TAGS) --- */
.bw-faq-image-break {
    display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px;
    margin: 60px 0;
}
.bw-break-img {
    width: 100%;             /* Fills the grid cell */
    height: 220px;           /* Fixed height */
    object-fit: cover;       /* Ensures image doesn't stretch/distort */
    border-radius: 12px; 
    opacity: 0.85; 
    transition: 0.3s;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
.bw-break-img:hover { opacity: 1; transform: translateY(-5px); }

@media (max-width: 768px) {
    .bw-faq-image-break { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ea6ad9 *//* ============================================
   SECTION 3: IMAGE BREAK & CTA
   ============================================ */
/* Image Grid */
.bw-faq-image-break {
    display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px;
    margin: 60px 0;
}
.bw-break-img {
    height: 220px; background-size: cover; background-position: center;
    border-radius: 12px; opacity: 0.85; transition: 0.3s;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
.bw-break-img:hover { opacity: 1; transform: translateY(-5px); }

/* Bottom CTA Card */
.bw-faq-cta-section { padding: 40px 20px 80px; }
.bw-cta-inner {
    max-width: 1000px; margin: 0 auto;
    background: rgba(255,255,255,0.85); backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 20px; overflow: hidden;
    display: grid; grid-template-columns: 1fr 1.5fr;
    box-shadow: 0 20px 50px rgba(196,140,106,0.1);
}
.bw-cta-image { background-size: cover; background-position: center; min-height: 350px; }
.bw-cta-content {
    padding: 60px; display: flex; flex-direction: column; justify-content: center; text-align: center;
}
.bw-cta-content h2 {
    font-family: "Playfair Display", serif; font-size: 32px; color: #4C3F3F; margin-bottom: 15px;
}
.bw-cta-content p {
    font-family: "Poppins", sans-serif; font-size: 15px; color: #6C5656; margin-bottom: 30px;
}
.bw-cta-buttons { display: flex; gap: 15px; justify-content: center; }

/* BUTTONS - FORCE REMOVE RED HOVERS */
.bw-btn-primary, .bw-btn-outline {
    outline: none !important;
}
.bw-btn-primary {
    background: linear-gradient(135deg, #C48C6A, #A86F4E); color: #fff; 
    padding: 14px 35px; border-radius: 50px; text-decoration: none; 
    font-weight: 700; text-transform: uppercase; font-size: 12px; letter-spacing: 2px;
    box-shadow: 0 10px 20px rgba(196,140,106,0.25); transition: 0.3s;
}
.bw-btn-primary:hover { 
    transform: translateY(-3px); box-shadow: 0 15px 40px rgba(196,140,106,0.4); color: #fff; 
}

.bw-btn-outline {
    background: transparent; border: 1px solid #4C3F3F; color: #4C3F3F;
    padding: 14px 35px; border-radius: 50px; text-decoration: none; 
    font-weight: 700; text-transform: uppercase; font-size: 12px; letter-spacing: 2px;
    transition: 0.3s;
}
.bw-btn-outline:hover { background: #4C3F3F; color: #fff; }

@media (max-width: 768px) {
    .bw-faq-image-break { grid-template-columns: 1fr; }
    .bw-cta-inner { grid-template-columns: 1fr; }
    .bw-cta-image { height: 250px; min-height: auto; }
}/* End custom CSS */