.elementor-kit-317{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-317 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){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* =========================================
   1. GLOBAL RESET & NAVIGATION
   ========================================= */
/* FIX: Universal .elementor-kit-317 removed for performance */

/* Hide Search Icons */
.ast-search-menu-icon, 
.site-search-icon, 
.widget_search, 
.elementor-widget-search-form { 
    display: none !important; 
}

/* =========================================
   2. PAGE WRAPPER (Dynamic Gradient Backgrounds)
   ========================================= */

/* GLOBAL FALLBACK (The Signature Diagonal) */
body {
    background: linear-gradient(135deg, #FFF8F4, #F4E6DD, #F1DBCC);
    background-attachment: fixed; 
    background-size: cover;
    margin: 0; padding: 0;
}

/* TEXTURE OVERLAY (Applies to ALL pages) */
body::before {
    content: "";
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    pointer-events: none; opacity: 0.4; z-index: -1;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.1'/%3E%3C/svg%3E"); 
}

/* MOOD 1: THE SPOTLIGHT (Radial Glow) - Home(384), About(519) */
body.home, body.page-id-384, body.page-id-519 {
    background: radial-gradient(circle at center top, #FFF8F4 10%, #F1DBCC 90%);
    background-attachment: fixed;
}

/* MOOD 2: THE WATERFALL (Top to Bottom) - Weddings(944), Gallery(1530) */
body.page-id-944, body.page-id-1530 {
    background: linear-gradient(to bottom, #FFF8F4 0%, #F4E6DD 100%);
    background-attachment: fixed;
}

/* MOOD 3: THE HORIZON (Left to Right) - Menu(2925), Reviews(1390) */
body.page-id-2925, body.page-id-1390 {
    background: linear-gradient(to right, #FFF8F4 20%, #F4E6DD 100%);
    background-attachment: fixed;
}

/* MOOD 4: THE FUNCTIONAL (Soft Diagonal) */
/* Classes(816), Contact(425), FAQ(534), Blog(1055), Cart(1913), Checkout(1914), Account(1915) */
/* Legal Pages: 510, 504, 499, 488, 494 */
body.page-id-816, body.page-id-425, body.page-id-534, body.page-id-1055,
body.page-id-1913, body.page-id-1914, body.page-id-1915,
body.page-id-510, body.page-id-504, body.page-id-499, body.page-id-488, body.page-id-494 {
    background: linear-gradient(120deg, #FFF8F4 40%, #F4E6DD 100%);
    background-attachment: fixed;
}

/* =========================================
   3. LAYOUT CONTAINER & HOMEPAGE UTILS
   ========================================= */
.bw-content-inner { 
    width: 100%; max-width: 1100px; margin: 0 auto; 
    padding: 0 20px; 
    position: relative; 
    display: flex; flex-direction: column; align-items: center; 
}

/* --- THE BREAKOUT FIX (For Full Width Sections) --- */
.bw-full-width-section, .bw-hero-section {
    width: 100vw; 
    position: relative; 
    left: 50%; 
    right: 50%;
    margin-left: -50vw; 
    margin-right: -50vw;
    padding: 80px 0;
}

.bw-section { 
    padding: 80px 0; 
    margin-bottom: 0;
}

/* =========================================
   4. TYPOGRAPHY & ALIGNMENT
   ========================================= */
h1, h2, h3 { font-family: "Playfair Display", serif; color: #4C3F3F; margin: 0 0 15px 0; line-height: 1.2; text-align: center; }
h1 { font-size: 48px; }
h2 { font-size: 36px; }
h1 i, h2 i, h3 i { color: #C48C6A; font-weight: 400; }

.bw-hero-sub { 
    font-size: 18px; max-width: 700px; 
    margin: 0 auto 30px auto; 
    font-weight: 300; line-height: 1.7; color: #6C5656; 
    text-align: center; font-family: "Poppins", sans-serif;
}

.bw-about-hero {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center; width: 100%; margin-bottom: 60px;
}
.text-center { text-align: center; }
.bw-section-header { display: flex; flex-direction: column; align-items: center; text-align: center; width: 100%; margin-bottom: 40px; }
.bw-section-label { font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: #C48C6A; font-weight: 700; display: block; margin-bottom: 10px; }

/* =========================================
   5. COMPONENTS (Breadcrumbs, Buttons, Dividers)
   ========================================= */
.bw-eyebrow { 
    display: inline-block; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; 
    color: #C48C6A; font-weight: 700; margin-bottom: 25px; 
    border: 1px solid rgba(196,140,106,0.4); padding: 8px 18px; border-radius: 50px; 
    background: rgba(255,255,255,0.5); font-family: "Poppins", sans-serif; 
}
.bw-eyebrow-hero { 
    font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #fff; 
    opacity: 0.95; display: block; margin-bottom: 10px; font-weight: 600; 
    text-shadow: 0 1px 3px rgba(0,0,0,0.3); 
}

.bw-divider { height: 1px; width: 80px; background: #C48C6A; margin: 25px auto; opacity: 0.5; }

.bw-breadcrumbs { 
    font-size: 11px; text-transform: uppercase; color: #8B7E7E; 
    margin-bottom: 40px; margin-top: 40px; text-align: center; letter-spacing: 1px; 
    font-family: "Poppins", sans-serif; width: 100%;
}
.bw-breadcrumbs a { color: #8B7E7E; text-decoration: none; transition: 0.3s; }
.bw-breadcrumbs a:hover { color: #C48C6A; }
.sep { margin: 0 8px; color: #C48C6A; }

/* -----------------------------------------------------
   BUTTON STYLES (UPDATED WITH PEARL/COPPER FIX)
   ----------------------------------------------------- */

/* 1. PRIMARY SOLID BUTTON */
.bw-btn-primary { 
    background: linear-gradient(135deg, #C48C6A, #A86F4E) !important; 
    background-color: #C48C6A !important; 
    color: #fff !important; 
    padding: 16px 30px !important; border-radius: 50px !important; 
    text-transform: uppercase !important; font-size: 12px !important; 
    font-weight: 700 !important; letter-spacing: 1px !important; 
    text-decoration: none !important; display: inline-block !important; 
    border: none !important; cursor: pointer !important; text-align: center !important; 
    font-family: "Poppins", sans-serif !important;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease !important;
    backface-visibility: hidden; transform: translateZ(0);
    box-shadow: 0 10px 20px rgba(196,140,106,0.25) !important;
}
.bw-btn-primary:hover { 
    background-color: #A86F4E !important; transform: translateY(-3px) !important; 
    box-shadow: 0 15px 35px rgba(196,140,106,0.35) !important; color: #fff !important;
}

/* 2. BASE TRANSPARENT BUTTON */
.bw-btn-outline { 
    background: transparent; color: #4C3F3F; border: 1px solid #4C3F3F; 
    padding: 12px 28px; border-radius: 50px; font-size: 11px; font-weight: 700; 
    text-transform: uppercase; letter-spacing: 1.5px; text-decoration: none; 
    display: inline-block; transition: 0.3s; 
}

/* 3. PEARL HOVER (For Gallery/Menu via IDs) - White BG + Copper Text */
body #btn-gallery-view:hover, 
body #btn-menu-browse:hover {
    background-color: #ffffff !important;
    border-color: #C48C6A !important;
    color: #C48C6A !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 25px rgba(196, 140, 106, 0.25) !important;
}

/* 4. COPPER HOVER (For Action Buttons) - Default for others */
.bw-btn-outline:not(#btn-gallery-view):not(#btn-menu-browse):hover {
    background-color: #C48C6A !important; 
    border-color: #C48C6A !important; 
    color: #fff !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 25px rgba(196, 140, 106, 0.3) !important;
}

.bw-btn-outline-light { 
    background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.7); 
    padding: 14px 32px; border-radius: 50px; font-size: 12px; font-weight: 700; 
    text-transform: uppercase; letter-spacing: 1.5px; text-decoration: none; display: inline-block; transition: 0.3s; 
}
.bw-btn-outline-light:hover { background: #fff; color: #C48C6A; }

.full-width { width: 100%; }
.bw-btn-row { display: flex; justify-content: center; margin-top: 30px; width: 100%; gap: 15px; flex-wrap: wrap; }

/* =========================================
   6. CARDS & LAYOUTS
   ========================================= */
.bw-spotlight-section { margin-bottom: 80px; width: 100%; }
.bw-spotlight-card { display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: #FFF; border-radius: 24px; overflow: hidden; box-shadow: 0 20px 60px rgba(196,140,106,0.15); }
.bw-spotlight-img { position: relative; height: 100%; min-height: 400px; }
.bw-spotlight-img img { width: 100%; height: 100%; object-fit: cover; }
.bw-badge-overlay { position: absolute; top: 20px; left: 20px; background: #C48C6A; color: #fff; padding: 8px 16px; border-radius: 50px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 5px 15px rgba(0,0,0,0.2); font-family: "Poppins", sans-serif; }
.bw-spotlight-content { padding: 50px; display: flex; flex-direction: column; justify-content: center; }

.bw-glass-card { background: rgba(255,255,255,0.85); backdrop-filter: blur(10px); border-radius: 24px; border: 1px solid rgba(255,255,255,0.6); padding: 60px; box-shadow: 0 20px 50px rgba(196,140,106,0.1); margin-bottom: 80px; width: 100%; }
.bw-card-solid { background: #FFF; border-radius: 24px; padding: 60px; box-shadow: 0 20px 50px rgba(196,140,106,0.1); margin-bottom: 80px; width: 100%; }

/* Homepage Specific Cards */
.bw-plain-card { background: #fff; padding: 40px; border-radius: 16px; box-shadow: 0 5px 15px rgba(0,0,0,0.03); display: flex; flex-direction: column; border: 1px solid rgba(0,0,0,0.04); }
.bw-card-header-sm { font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; color: #8B7E7E; margin-bottom: 15px; font-weight: 700; display: block; }
.bw-plain-card h3 { font-size: 22px; margin-bottom: 15px; text-align: left; }
.bw-card-note { font-size: 13px; font-style: italic; color: #8B7E7E; margin-top: auto; line-height: 1.5; display: block; }
.bg-cream { background: #FFF8F4; border-color: rgba(196,140,106,0.1); }
.hover-lift { transition: transform 0.4s ease, box-shadow 0.4s ease; }
.hover-lift:hover { transform: translateY(-8px) !important; box-shadow: 0 20px 40px rgba(196,140,106,0.15) !important; }

/* =========================================
   7. LISTS, GRIDS & DETAILS
   ========================================= */
.bw-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 30px; width: 100%; }
/* FORCE 3 COLUMNS SIDE BY SIDE */
.bw-card-grid-3 { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); /* This forces 3 columns */
    gap: 30px; 
    width: 100%;
}

/* On Mobile, stack them */
@media (max-width: 900px) {
    .bw-card-grid-3 { 
        grid-template-columns: 1fr; 
    }
}
.bw-card-grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(450px, 1fr)); gap: 50px; }

.bw-info-box .label { display: block; font-size: 11px; text-transform: uppercase; color: #C48C6A; font-weight: 700; margin-bottom: 15px; font-family: "Poppins", sans-serif; text-align: left; }

.pills-container { display: flex; gap: 6px; flex-wrap: wrap; }
.bw-pill { 
    background: #F4E6DD; padding: 8px 14px; 
    border-radius: 50px; font-size: 12px; font-weight: 600; 
    color: #4C3F3F; font-family: "Poppins", sans-serif; white-space: nowrap; 
}
.bw-pill-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 25px; justify-content: center; }
.bw-pill-row span { font-size: 10px; background: #fff; padding: 6px 14px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.08); color: #6C5656; text-transform: uppercase; font-weight: 600; }

.bw-list { list-style: none; padding: 0; }
.bw-list li { position: relative; padding-left: 20px; margin-bottom: 10px; font-size: 14px; color: #4C3F3F; font-family: "Poppins", sans-serif; text-align: left; }
.bw-list li::before { content: "•"; color: #C48C6A; position: absolute; left: 0; font-size: 20px; line-height: 1; top: -3px; }

/* Details */
.bw-price { font-size: 24px; color: #C48C6A; font-family: "Playfair Display", serif; margin-bottom: 25px; text-align: left; }
.per-person { font-size: 14px; font-family: "Poppins", sans-serif; color: #8B7E7E; font-style: normal; }
.bw-class-details { margin-bottom: 25px; background: #FAFAFA; padding: 20px; border-radius: 12px; }
.detail-row { display: flex; align-items: center; margin-bottom: 10px; font-size: 14px; color: #4C3F3F; font-family: "Poppins", sans-serif; }
.detail-row .icon { margin-right: 12px; font-size: 16px; }
.bw-spotlight-content h3 { font-size: 16px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; font-family: "Poppins", sans-serif; font-weight: 700; text-align: left; }
.bw-mini-tag { font-size: 10px; text-transform: uppercase; letter-spacing: 2px; color: #8B7E7E; font-weight: 700; margin-bottom: 10px; display: block; font-family: "Poppins", sans-serif; text-align: left; }
.bw-spotlight-content h2 { text-align: left; }
.bw-add-on { font-size: 13px; background: #FFF8F4; padding: 10px 15px; border-radius: 8px; border: 1px solid rgba(196,140,106,0.2); color: #6C5656; margin-bottom: 30px; font-family: "Poppins", sans-serif; }
.bw-divider-small { height: 1px; background: #EEE; margin: 20px 0; }
.bw-check-list { list-style: none; padding: 0; margin-bottom: 20px; }
.bw-check-list li { position: relative; padding-left: 25px; margin-bottom: 8px; font-size: 14px; color: #6C5656; font-family: "Poppins", sans-serif; text-align: left; }
.bw-check-list li::before { content: "✓"; color: #C48C6A; position: absolute; left: 0; font-weight: 700; }

/* =========================================
   8. FAQ ACCORDION - TEXT WRAP FIX
   ========================================= */
.bw-accordion { margin-top: 30px; text-align: left; width: 100%; }
.bw-acc-item { border-bottom: 1px solid rgba(196,140,106,0.2); margin-bottom: 15px; }

/* THE FIX: Allow button to grow and wrap text */
div .bw-accordion button.bw-acc-trigger { 
    width: 100%; 
    background: transparent !important; 
    background-color: transparent !important;
    background-image: none !important;
    border: none !important; 
    padding: 15px 0; text-align: left; 
    font-family: "Playfair Display", serif; font-size: 18px; color: #4C3F3F; 
    cursor: pointer; 
    outline: none !important;
    box-shadow: none !important;

    /* FLEXBOX MAGIC */
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important; /* Align + to top line */
     
    /* WRAPPING RULES */
    white-space: normal !important; /* Forces text to wrap if long */
    height: auto !important;        /* Allows button to grow taller */
    line-height: 1.4 !important;    /* Good spacing for multi-line text */
}

/* Force Hover/Focus Transparency */
div .bw-accordion button.bw-acc-trigger:hover, 
div .bw-accordion button.bw-acc-trigger:focus, 
div .bw-accordion button.bw-acc-trigger:active {
    background: transparent !important;
    background-color: transparent !important;
}

/* Text Container */
.bw-acc-trigger .acc-text {
    flex: 1 !important;        /* Take up all available space */
    padding-right: 15px !important; /* Safety gap */
    text-align: left !important;
}

/* Icon Container */
.bw-acc-trigger .icon {
    flex-shrink: 0 !important; /* Do not squash me! */
    width: 20px !important;
    text-align: right !important;
    margin-top: 2px !important; /* Align nicely with text top */
}

/* Force Text Color Change */
.bw-acc-trigger:hover .acc-text,
.bw-acc-trigger:focus .acc-text,
.bw-acc-trigger:hover .icon,
.bw-acc-trigger:focus .icon { 
    color: #C48C6A !important; 
    transition: color 0.3s ease !important; 
}

.bw-acc-content { max-height: 0; overflow: hidden; transition: 0.4s ease; font-size: 14px; color: #6C5656; line-height: 1.6; font-family: "Poppins", sans-serif; text-align: left; }
.bw-acc-item.active .bw-acc-content { max-height: 200px; padding-bottom: 20px; }
.bw-acc-item.active .icon { transform: rotate(45deg); color: #C48C6A; }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.fade-up { opacity: 0; animation: fadeUp 0.8s ease-out forwards; }
.bw-waiting { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease-out, transform 0.8s ease-out; }
.bw-anim-left.bw-waiting { transform: translateX(-50px); }
.bw-anim-right.bw-waiting { transform: translateX(50px); }
.bw-anim-zoom.bw-waiting { transform: scale(0.95); }
.bw-active { opacity: 1 !important; transform: translate(0, 0) !important; transform: scale(1) !important; }
.delay-1 { animation-delay: 0.1s; transition-delay: 0.1s; } 
.delay-2 { animation-delay: 0.3s; transition-delay: 0.2s; } 
.delay-3 { animation-delay: 0.5s; } 
.delay-4 { animation-delay: 0.7s; }

/* =========================================
   9. FOOTER STYLES (MATCHING DIVIDERS)
   ========================================= */
.bw-footer-wrap {
    background-color: #4C3F3F; 
    color: #FFF8F4;
    padding-top: 30px; 
    position: relative;
    width: 100%;
    font-family: "Poppins", sans-serif;
    display: block;
    clear: both;
    overflow: hidden; 
    z-index: 999; 
}

.bw-footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- VIP SECTION (UPDATED FOR WHITE TEXT) --- */
body .bw-footer-wrap .bw-vip-box { 
    text-align: center !important; 
    max-width: 600px; 
    margin: 0 auto 15px auto !important; 
    display: block; 
}

body .bw-footer-wrap .bw-vip-box h3 { 
    font-family: "Playfair Display", serif; 
    font-size: 28px; 
    color: #FFF; 
    margin-bottom: 5px; 
    text-align: center !important; 
    width: 100%;
    display: block;
}

.bw-vip-box h3 i { color: #C48C6A; font-weight: 400; }

/* *** TEXT COLOR FIX: FORCE WHITE *** */
body .bw-footer-wrap .bw-vip-box p { 
    font-size: 14px; 
    color: #FFFFFF !important; /* Forced White */
    opacity: 1 !important;     /* Remove transparency */
    margin-bottom: 15px; 
    line-height: 1.4; 
    text-align: center !important; 
    width: 100%;
    display: block;
    margin-left: auto; 
    margin-right: auto;
}

/* MetForm Center - Compacted */
.bw-newsletter-form { text-align: center !important; width: 100%; }
.bw-newsletter-form .elementor-widget-container { margin: 0 auto; display: inline-block; width: 100%; max-width: 400px; }
.bw-newsletter-form .mf-input {
    background: rgba(255,255,255,0.05) !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    color: #FFF !important;
    border-radius: 50px !important;
    padding: 10px 20px !important; 
    text-align: center !important;
    height: 45px !important; 
}
.bw-newsletter-form .mf-input::placeholder { color: rgba(255,255,255,0.4) !important; text-align: center; }
.bw-newsletter-form button {
    background-color: #C48C6A !important;
    color: #FFF !important;
    border-radius: 50px !important;
    padding: 10px 25px !important; 
    border: none !important;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
    display: inline-block;
}

/* --- MAIN DIVIDER --- */
.bw-footer-divider { 
    height: 1px; 
    width: 100%; 
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent); 
    margin: 20px 0 25px 0; 
}

/* --- 3 COLUMN GRID --- */
.bw-footer-grid { 
    display: grid; 
    grid-template-columns: 1.5fr 1fr 1fr; 
    gap: 30px; 
    align-items: start; 
    padding-bottom: 30px; 
    text-align: center !important; 
}

/* --- LOGO COLUMN ADJUSTMENT (CENTERED VERTICALLY) --- */
.bw-col-brand {
    align-self: center; 
    margin-top: 0; 
}

/* Hide underline for Logo only */
.bw-col-brand .bw-divider { display: none !important; }

/* --- HEADER ALIGNMENT --- */
.bw-col-brand .bw-header-align,
.bw-col-links .bw-header-align,
.bw-col-contact .bw-header-align {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 0 !important; 
}

/* Logo Sizing */
.bw-footer-logo { 
    max-height: 160px; 
    width: auto !important; 
    max-width: 280px; 
    display: block; 
    margin: 0 auto !important;
}

/* Text Headers */
body .bw-footer-wrap h4.bw-header-align {
    font-family: "Playfair Display", serif;
    font-size: 22px; 
    color: #FFF; 
    margin: 0;
    line-height: 1.2;
    text-align: center !important;
    width: 100%;
    padding: 0;
    display: block !important;
}

/* --- THE UNDERLINE DIVIDERS (UPDATED TO MATCH ACCESSIBILITY PAGE) --- */
.bw-footer-grid .bw-divider {
    width: 80px !important;        
    height: 1px;                  
    background: #C48C6A;          
    margin: 25px auto !important; 
    opacity: 0.5;                 
    display: block;
}

/* --- CONTENT CENTERING --- */
.bw-footer-bio { 
    text-align: center !important; 
    font-size: 13px; 
    opacity: 0.7; 
    line-height: 1.5; 
    max-width: 300px; 
    margin: 0 auto 20px auto !important; 
}

/* Explore Links */
.bw-col-links ul { 
    text-align: center !important; 
    padding: 0; 
    margin: 0 auto; 
    list-style: none; 
    display: inline-block;
}

/* Bakery Details Contact List */
.bw-col-contact {
    display: flex;
    flex-direction: column;
    align-items: center; 
}
.bw-col-contact ul {
    text-align: left; 
    display: inline-block; 
    margin: 0 auto; 
    padding: 0;
    list-style: none;
}

/* Social Icons */
.bw-social-row { display: flex; gap: 15px; justify-content: center; }
.bw-social-row a { 
    width: 32px; height: 32px; 
    border-radius: 50%; 
    background: rgba(255,255,255,0.1); 
    display: flex; align-items: center; justify-content: center; 
    color: #fff; 
    text-decoration: none;
    transition: all 0.3s ease-in-out !important; 
}
.bw-social-row a:hover { 
    background-color: #C48C6A !important; 
    transform: translateY(-3px) !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.bw-social-row svg { width: 14px; height: 14px; fill: currentColor; }
.social-img { width: 100%; height: 100%; object-fit: contain; padding: 6px; filter: brightness(0) invert(1); }

/* Links Colors */
.bw-col-links li { margin-bottom: 8px; } 
.bw-col-links a, .contact-row a { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 13px; transition: 0.3s; }
.bw-col-links a:hover, .contact-row a:hover { color: #C48C6A; transform: translateX(5px); }

.contact-row { display: flex; align-items: flex-start; margin-bottom: 12px; color: rgba(255,255,255,0.7); font-size: 13px; }
.contact-row .icon { margin-right: 10px; font-size: 14px; margin-top: -2px; }

/* Copyright - Compacted */
.bw-copyright { background: rgba(0,0,0,0.2); padding: 15px 0; font-size: 10px; color: rgba(255,255,255,0.4); }
.bw-copy-inner { max-width: 1100px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.bw-legal-row, .bw-credit-row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 5px; }
.sep-bar { margin: 0 5px; opacity: 0.3; }
.bw-legal-link, .bw-credit a { color: rgba(255,255,255,0.6); text-decoration: none; transition: 0.3s; }
.bw-legal-link:hover, .bw-credit a:hover { color: #C48C6A; }

@media (max-width: 768px) {
    .bw-footer-grid { grid-template-columns: 1fr; gap: 40px; }
    .bw-col-brand { margin-top: 0; align-self: auto; }
    .bw-col-brand .bw-header-align,
    .bw-col-links .bw-header-align,
    .bw-col-contact .bw-header-align { height: auto; margin-bottom: 20px; }
    
    .bw-newsletter-form { flex-direction: column; align-items: center; }
    .bw-legal-row { gap: 10px; line-height: 1.8; }
    .bw-credit-row { flex-direction: column; gap: 5px; }
    .hidden-mobile { display: none; }
    
    /* MOBILE ADJUSTMENTS */
    h1 { font-size: 36px; }
    .bw-spotlight-card { grid-template-columns: 1fr; }
    .bw-spotlight-img { min-height: 250px; }
    .bw-spotlight-content { padding: 30px; }
    .bw-grid-2 { grid-template-columns: 1fr; gap: 30px; }
    .bw-glass-card, .bw-card-solid { padding: 30px 20px; }
    .full-width-mobile { width: 100%; text-align: center; }
    .bw-btn-row { justify-content: center; }
    .bw-split-layout { display: flex; flex-direction: column-reverse; }
    .bw-hero-glass-card { padding: 30px 20px; margin: 0 10px; }
    .bw-hero-section { height: auto; padding: 120px 0 60px; min-height: 600px; margin-bottom: 80px; }
    .bw-wedding-banner, .bw-card-grid-2, .bw-card-grid-3 { grid-template-columns: 1fr; gap: 50px; }
    .bw-wedding-text { padding: 40px 30px; }
    .bw-wedding-img img { min-height: 300px; }
    .bw-gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 10px; }
    .bw-gallery-main { grid-column: span 2; height: 250px; }
    .bw-gallery-shell { padding: 40px 20px; }
    .bw-woo-wrapper ul.products { flex-wrap: wrap !important; }
    .bw-woo-wrapper ul.products li.product { width: 100% !important; margin-bottom: 30px !important; }
}

/* =========================================
   10. LEGAL & POLICY PAGE STYLES (COMPLETE)
   ========================================= */

/* --- A. Force Left Alignment for Specific Legal Pages --- */
/* Target Pages: Privacy(488), Terms(494), Company Policy(499), Code of Conduct(504), Accessibility(510) */
body.page-id-488 h1, body.page-id-488 h2, body.page-id-488 h3, body.page-id-488 h4,
body.page-id-494 h1, body.page-id-494 h2, body.page-id-494 h3, body.page-id-494 h4,
body.page-id-499 h1, body.page-id-499 h2, body.page-id-499 h3, body.page-id-499 h4,
body.page-id-504 h1, body.page-id-504 h2, body.page-id-504 h3, body.page-id-504 h4,
body.page-id-510 h1, body.page-id-510 h2, body.page-id-510 h3, body.page-id-510 h4 {
    text-align: left !important;
}

body.page-id-488 .elementor-widget-heading .elementor-heading-title,
body.page-id-494 .elementor-widget-heading .elementor-heading-title,
body.page-id-499 .elementor-widget-heading .elementor-heading-title,
body.page-id-504 .elementor-widget-heading .elementor-heading-title,
body.page-id-510 .elementor-widget-heading .elementor-heading-title {
    text-align: left !important;
}

/* --- B. Legal Layout (Sidebar + Content) --- */
.bw-legal-layout {
    display: grid;
    grid-template-columns: 240px 1fr; /* Fixed sidebar, fluid content */
    gap: 60px;
    align-items: start;
    margin-top: 40px;
}

/* 1. STICKY SIDEBAR (Table of Contents) */
.bw-legal-sidebar {
    position: sticky;
    top: 120px; /* Stops nicely below your main header */
    padding-right: 20px;
    border-right: 1px solid rgba(196,140,106,0.2);
}
.bw-toc-title {
    font-family: "Playfair Display", serif;
    font-size: 16px; color: #4C3F3F;
    margin-bottom: 20px; display: block;
}
.bw-toc-list { list-style: none; padding: 0; margin: 0; }
.bw-toc-list li { margin-bottom: 12px; }
.bw-toc-list a {
    text-decoration: none;
    font-size: 13px; color: #8B7E7E;
    transition: 0.3s; display: block;
    line-height: 1.4;
}
.bw-toc-list a:hover { color: #C48C6A; transform: translateX(5px); }

/* 2. CONTENT AREA STYLES */
.bw-legal-content h2 {
    font-size: 22px; color: #4C3F3F;
    margin-top: 0; margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    scroll-margin-top: 140px; 
    text-align: left; 
}

/* --- AUTO NUMBERING LOGIC (01, 02... 10, 11) --- */
.bw-legal-content { counter-reset: legal-section; }

.bw-legal-content h2::before {
    counter-increment: legal-section;
    content: counter(legal-section, decimal-leading-zero) ". "; 
    color: #C48C6A; font-family: "Poppins", sans-serif;
    font-size: 16px; font-weight: 400; margin-right: 8px;
    letter-spacing: 1px;
}

/* Paragraphs & Lists */
.bw-legal-content p { font-size: 14px; line-height: 1.8; margin-bottom: 30px; color: #6C5656; text-align: left; }
.bw-legal-content ul { margin-bottom: 30px; text-align: left; }

/* Sub-Sections (H3) */
.bw-legal-content h3 {
    font-family: "Poppins", sans-serif;
    font-size: 16px; 
    font-weight: 700; 
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #C48C6A; 
    text-align: left; 
    margin-top: 30px; 
    margin-bottom: 10px; 
    border: none;
}

/* Contact Box Polish */
.bw-highlight-box {
    background: #FFF; 
    border: 1px solid #F1DBCC;
    box-shadow: 0 10px 30px rgba(196,140,106,0.08);
    border-radius: 12px;
    padding: 30px;
    margin-top: 40px;
    text-align: center; 
}
.bw-highlight-box h3 {
    margin-top: 0;
    font-size: 20px;
    color: #C48C6A;
    margin-bottom: 10px;
    text-align: center; 
}
.bw-small-note {
    font-size: 13px;
    font-style: italic;
    color: #8B7E7E;
    margin-top: 15px;
    display: block;
}

@media (max-width: 900px) {
    .bw-legal-layout { grid-template-columns: 1fr; gap: 40px; }
    .bw-legal-sidebar { display: none; }
    .bw-legal-content h2 { scroll-margin-top: 100px; }
}

/* GLOBAL WRAPPER RESET - Ensures sections span correctly */
.bw-homepage-wrapper { 
    width: 100%; 
    max-width: 100vw; 
    overflow-x: hidden; 
    background-color: #FFF8F4;
}

/* FONT FALLBACKS */
h1, h2, h3 { font-display: swap; }

/* SMOOTH SCROLLING for the "View Menu" anchor link */
html {
    scroll-behavior: smooth;
}

/* HOMEPAGE SPECIFIC ADDITIONS (Merged from modular approach) */
/* UPDATED HERO SECTION: Centered Text & Better Readability */
.bw-hero-section { 
    position: relative; height: 90vh; width: 100vw; 
    left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw;
    display: flex; align-items: center; justify-content: center; 
    overflow: hidden; margin-bottom: 80px; padding-top: 0;
}

.bw-hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }
.bw-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.bw-hero-gradient-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.35); }

.bw-hero-content { position: relative; z-index: 2; width: 100%; max-width: 1100px; padding: 0 20px; }

/* THE GLASS CARD - UPDATED FOR CENTERING */
.bw-hero-glass-card { 
    background: rgba(255, 255, 255, 0.05); /* Keeps original transparency */
    backdrop-filter: blur(2px); 
    border: 1px solid rgba(255, 255, 255, 0.2); 
    padding: 50px; border-radius: 20px; 
    max-width: 750px; /* Slightly wider layout */
    color: #fff; 
    box-shadow: 0 25px 50px rgba(0,0,0,0.15); 
    margin: 0 auto; /* Centers the card horizontally */
    text-align: center; /* Centers text inside */
    display: flex; flex-direction: column; align-items: center;
}

/* TEXT READABILITY IMPROVEMENTS */
.bw-hero-glass-card h1 { 
    font-size: 48px; color: #fff; margin-bottom: 20px; 
    text-align: center; 
    /* STRONGER SHADOW FOR READABILITY */
    text-shadow: 0 4px 20px rgba(0,0,0,0.9); 
}
.bw-hero-glass-card h1 i { 
    color: #fff; border-bottom: 3px solid #C48C6A; padding-bottom: 2px; 
}

.bw-hero-glass-card p { 
    color: #f0f0f0; font-size: 18px; margin-bottom: 30px; 
    font-weight: 500; 
    text-align: center; 
    line-height: 1.6;
    /* STRONGER SHADOW FOR READABILITY */
    text-shadow: 0 2px 10px rgba(0,0,0,0.95); 
}

.bw-eyebrow-hero { 
    font-size: 11px; letter-spacing: 2px; text-transform: uppercase; 
    color: #fff; opacity: 1; display: block; margin-bottom: 15px; 
    font-weight: 700; 
    text-shadow: 0 2px 5px rgba(0,0,0,0.8);
}

.bw-hero-rating {
    margin-top: 25px; font-size: 12px; color: #fff; 
    font-weight: 600; text-shadow: 0 2px 5px rgba(0,0,0,0.9);
}

/* CENTER THE BUTTONS */
.bw-hero-glass-card .bw-btn-row { 
    justify-content: center; 
    width: 100%;
}
/* =========================================
   ABOUT SECTION (UPDATED: Centered + Hover Link)
   ========================================= */
.bw-split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }

/* Force Centering for About Section Text */
.bw-about .bw-split-text {
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bw-about h2, .bw-about .bw-section-label { text-align: center !important; }

/* Image Styles */
.bw-split-img { position: relative; }
.bw-split-img img { border-radius: 20px; box-shadow: 0 20px 50px rgba(76,63,63,0.15); width: 100%; }
.bw-img-badge { position: absolute; bottom: 30px; left: 30px; background: rgba(255,255,255,0.9); padding: 10px 20px; border-radius: 20px; font-size: 11px; font-weight: 700; color: #4C3F3F; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }

/* Custom Link Style & Hover Effect */
.bw-link-arrow {
    display: inline-flex; align-items: center; gap: 8px;
    color: #C48C6A; font-weight: 700; text-transform: uppercase;
    font-size: 12px; text-decoration: none; letter-spacing: 1.5px;
    transition: all 0.3s ease; padding-bottom: 2px; border-bottom: 1px solid transparent;
}
.bw-link-arrow:hover {
    color: #4C3F3F; gap: 15px; border-bottom: 1px solid #C48C6A;
}
.bw-wedding-banner { background: #fff; border-radius: 24px; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 20px 60px rgba(196,140,106,0.1); }
.bw-wedding-text { padding: 80px; display: flex; flex-direction: column; justify-content: center; }
.bw-wedding-img img { width: 100%; height: 100%; object-fit: cover; min-height: 500px; }

/* =========================================
   WOOCOMMERCE MENU STYLING (The "Nuclear" Fix)
   ========================================= */

/* 1. The Container - Force 3 Equal Columns */
.bw-woo-wrapper ul.products {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important; /* Strictly 3 columns */
    gap: 30px !important;
    width: 100% !important;
    margin: 0 !important; 
    padding: 0 !important; 
    list-style: none !important;
    float: none !important;
}

/* 2. Hide Theme Layout Helpers (Pseudo-elements) */
/* This stops hidden "clearfix" elements from breaking the grid */
.bw-woo-wrapper ul.products::before,
.bw-woo-wrapper ul.products::after {
    display: none !important;
    content: none !important;
}

/* 3. The Product Card - Reset Everything */
.bw-woo-wrapper ul.products li.product {
    width: auto !important;   /* CRITICAL: Let Grid decide width, not the theme */
    min-width: 0 !important;  /* Prevents overflow */
    margin: 0 !important;     /* Remove theme margins */
    float: none !important;   /* Disable theme floats */
    clear: none !important;   /* Disable theme row clearing */
    
    /* Styling */
    background: #fff !important; 
    border: 1px solid rgba(196,140,106,0.2) !important;
    border-radius: 20px !important;
    padding: 25px !important;
    text-align: center !important;
    transition: 0.4s ease !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03) !important;
    display: flex !important; flex-direction: column !important;
    align-items: center !important;
}

/* 4. Kill specific Nth-Child clears from the theme */
.bw-woo-wrapper ul.products li.product:nth-child(n) {
    clear: none !important;
    margin-right: 0 !important;
}

/* Card Hover Effect */
.bw-woo-wrapper ul.products li.product:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(196,140,106,0.15) !important;
    border-color: #C48C6A !important;
}

/* Product Image */
.bw-woo-wrapper ul.products li.product img {
    height: 220px !important; width: 100% !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
}

/* Product Title */
.bw-woo-wrapper ul.products li.product h2, 
.bw-woo-wrapper ul.products li.product .woocommerce-loop-product__title {
    font-family: "Playfair Display", serif !important;
    font-size: 18px !important;
    color: #4C3F3F !important;
    margin-bottom: 10px !important;
    line-height: 1.3 !important;
    padding: 0 !important;
}

/* Price styling */
.bw-woo-wrapper ul.products li.product .price {
    color: #C48C6A !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    margin-bottom: 20px !important;
    display: block !important;
}

/* "Add to Cart" Button */
.bw-woo-wrapper ul.products li.product .button {
    background: transparent !important;
    color: #4C3F3F !important;
    border: 1px solid #4C3F3F !important;
    padding: 10px 24px !important;
    border-radius: 50px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin-top: auto !important;
    transition: 0.3s !important;
    display: inline-block !important;
    text-decoration: none !important;
    line-height: 1 !important;
}

.bw-woo-wrapper ul.products li.product .button:hover {
    background: #C48C6A !important;
    border-color: #C48C6A !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
}

/* Mobile: Stack them 1 per row */
@media (max-width: 900px) {
    .bw-woo-wrapper ul.products {
        grid-template-columns: 1fr !important;
    }
}
.bw-metform-container button, .bw-metform-container input[type="submit"], .bw-metform-container .metform-btn {
    background: linear-gradient(135deg, #C48C6A, #A86F4E) !important;
    background-color: #C48C6A !important; color: #fff !important;
    border: none !important; border-radius: 50px !important; padding: 14px 32px !important;
    font-family: "Poppins", sans-serif !important; font-weight: 700 !important;
    text-transform: uppercase !important; letter-spacing: 1.5px !important; font-size: 12px !important;
    box-shadow: 0 10px 20px rgba(196,140,106,0.25) !important; cursor: pointer !important;
}
.bw-metform-container button:hover { transform: translateY(-3px) !important; box-shadow: 0 15px 35px rgba(196,140,106,0.35) !important; }
/* =========================================
   GALLERY / PORTFOLIO GRID FIX
   ========================================= */
/* Force the container to be a grid, not a stack */
.bw-gallery-grid { 
    display: grid !important; 
    grid-template-columns: 2fr 1fr 1fr !important; /* Large Left, Small Middle, Small Right */
    grid-template-rows: 280px 280px !important;    /* Two distinct rows */
    gap: 20px !important; 
    margin: 50px 0 !important;
    width: 100% !important;
    height: auto !important;
}

/* The Main Large Image (Left Side) */
.bw-gallery-main { 
    grid-row: span 2 !important; /* Spans top and bottom row */
    grid-column: span 1 !important; 
    border-radius: 16px; 
    overflow: hidden; 
    position: relative;
    height: 100% !important;
}

/* The Smaller Images */
.bw-gallery-item { 
    border-radius: 16px; 
    overflow: hidden; 
    position: relative;
    height: 100% !important;
}

/* Force Images to Fit the Grid Cells */
.bw-gallery-grid img { 
    width: 100% !important; 
    height: 100% !important; 
    object-fit: cover !important; /* Prevents stretching/squishing */
    display: block !important;
    max-width: none !important; /* Overrides global max-width */
}

/* Mobile Fallback (Stack them only on small screens) */
@media (max-width: 900px) {
    .bw-gallery-grid { 
        display: grid !important;
        grid-template-columns: 1fr 1fr !important; /* 2 columns on tablet */
        grid-template-rows: auto !important;
        height: auto !important;
    }
    .bw-gallery-main { 
        grid-column: span 2 !important; /* Big image takes full width */
        height: 300px !important;
    }
    .bw-gallery-item {
        height: 200px !important;
    }
}
/* =========================================
   WEDDING SECTION (Centered + Matching Badge)
   ========================================= */

/* Center Text & Button */
.bw-wedding-text {
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center !important; /* Centers the button */
    text-align: center !important;  /* Centers the text */
}

.bw-wedding-text h2, 
.bw-wedding-text p, 
.bw-wedding-text .bw-section-label {
    text-align: center !important;
}

/* Ensure the image container is relative so the badge stays inside */
.bw-wedding-img {
    position: relative !important;
}

/* The New Badge Style (Matched EXACTLY to About Section) */
.bw-wedding-badge {
    position: absolute;
    bottom: 30px;
    left: 30px; 
    
    /* Matching About Section Styles */
    background: rgba(255,255,255,0.9);
    padding: 10px 20px;       /* Same padding */
    border-radius: 20px;      /* Same soft rectangle shape */
    font-size: 11px;
    font-weight: 700;
    color: #4C3F3F;           /* Same Dark Brown Text */
    
    text-transform: uppercase;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1); /* Same shadow */
    font-family: "Poppins", sans-serif;
    z-index: 2;
}
/* =========================================
   PORTFOLIO LIGHTBOX (Bulletproof Version)
   ========================================= */
.bw-lightbox-overlay {
    visibility: hidden; /* Hidden by default */
    opacity: 0;
    position: fixed;
    z-index: 99999999; /* Super high to sit on top of everything */
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(76, 63, 63, 0.95); /* Dark Brown tint */
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* The Class that makes it show up */
.bw-lightbox-overlay.active {
    visibility: visible;
    opacity: 1;
}

.bw-lightbox-content {
    max-width: 90%;
    max-height: 85vh;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.2);
    object-fit: contain;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.bw-lightbox-overlay.active .bw-lightbox-content {
    transform: scale(1);
}

.bw-lightbox-close {
    position: absolute;
    top: 30px; right: 30px;
    color: #FFF;
    font-size: 40px;
    font-weight: 300;
    cursor: pointer;
    line-height: 1;
    z-index: 1000;
}
.bw-lightbox-close:hover { color: #C48C6A; }

/* Pointer cursor for images */
.bw-gallery-grid img.bw-lightbox-trigger {
    cursor: zoom-in;
    transition: transform 0.4s ease;
}
.bw-gallery-grid img.bw-lightbox-trigger:hover {
    filter: brightness(1.1);
}
/* =========================================
   BLOG BUTTONS (Inverted Colors)
   ========================================= */
.bw-link-arrow {
    display: inline-flex; align-items: center; gap: 8px;
    color: #4C3F3F !important;  /* DEFAULT: Dark Brown */
    font-weight: 700; text-transform: uppercase;
    font-size: 12px; text-decoration: none; letter-spacing: 1.5px;
    transition: all 0.3s ease; padding-bottom: 2px; 
    border-bottom: 1px solid transparent;
}

.bw-link-arrow:hover {
    color: #C48C6A !important;  /* HOVER: Brand Orange */
    gap: 15px;                  /* Slide arrow */
    border-bottom: 1px solid #C48C6A !important;
}
/* =========================================
   POPUP SAFETY NET (Fixes the double glitch)
   ========================================= */
/* 1. Force ALL popups to be hidden by default */
#bw-vip-popup {
    display: none !important;
}

/* 2. Only show the popup when the JavaScript timer adds "display: flex" */
#bw-vip-popup[style*="display: flex"],
#bw-vip-popup[style*="display:flex"] {
    display: flex !important;
}
/* =========================================
   POPUP KILL SWITCH
   ========================================= */
/* This kills the old "ghost" popup so it never shows up */
#bw-vip-popup {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    z-index: -9999 !important;
}

/* This ensures the NEW popup works */
#bw-popup-2026 {
    /* Styles are handled inline in the HTML widget */
}
/* =========================================
   VALENTINE'S POPUP STYLES (Fixed)
   ========================================= */
#bw-popup-2026 {
    display: none; /* Hidden by script initially */
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(76, 63, 63, 0.6);
    backdrop-filter: blur(8px);
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

/* Force Flex when active */
#bw-popup-2026[style*="display: flex"] {
    display: flex !important;
}

.bw-popup-card {
    background: linear-gradient(135deg, #FFF8F4, #fff); /* Creamy White Background */
    width: 90%;
    max-width: 800px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    position: relative;
    box-shadow: 0 25px 60px rgba(0,0,0,0.3);
}

.bw-popup-close {
    position: absolute;
    top: 15px; right: 20px;
    background: none;
    border: none;
    font-size: 28px;
    color: #C48C6A;
    cursor: pointer;
    z-index: 10;
    line-height: 1;
}

/* Left Side (Image) */
.bw-popup-image {
    width: 45%;
    position: relative;
}

.bw-popup-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.bw-season-badge {
    position: absolute;
    top: 20px; left: 20px;
    background: rgba(255,255,255,0.95);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #C48C6A;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Right Side (Content) */
.bw-popup-content {
    width: 55%;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.bw-popup-eyebrow {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #C48C6A;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.bw-popup-content h3 {
    font-size: 36px;
    margin: 0 0 15px 0;
    line-height: 1.1;
    font-family: 'Playfair Display', serif;
    color: #4C3F3F;
}

.bw-popup-content p {
    font-size: 14px;
    color: #6C5656;
    line-height: 1.6;
    margin-bottom: 30px;
}

.bw-popup-btn {
    padding: 16px 30px;
    background: linear-gradient(135deg, #C48C6A, #A86F4E);
    color: #fff !important;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    box-shadow: 0 10px 20px rgba(196,140,106,0.25);
    transition: transform 0.3s;
}

.bw-popup-btn:hover {
    transform: translateY(-3px);
    background: #A86F4E;
    color: #fff !important;
}

.bw-popup-footer {
    font-size: 11px;
    margin-top: 20px;
    opacity: 0.7;
    font-style: italic;
}

/* Mobile Fix */
@media (max-width: 768px) {
    .bw-popup-card { flex-direction: column; max-height: 85vh; overflow-y: auto; }
    .bw-popup-image, .bw-popup-content { width: 100%; }
    .bw-popup-image { height: 200px; }
    .bw-popup-content { padding: 30px 20px; }
}
/* HOVER ANIMATION FOR BUTTON */
.bw-popup-btn-final:hover {
    background-color: #A86F4E !important; /* Turns Darker Brown */
    transform: translateY(-3px) scale(1.05) !important; /* Lifts Up & Grows slightly */
    box-shadow: 0 15px 35px rgba(168, 111, 78, 0.4) !important; /* Bigger Shadow */
}

/* MOBILE FIXES */
@media (max-width: 768px) {
    #bw-popup-final > div { flex-direction: column !important; width: 95% !important; max-height: 90vh; overflow-y: scroll; }
    .bw-hide-mobile { display: none !important; }
    #bw-popup-final > div > div { width: 100% !important; padding: 30px 20px !important; }
}
/* =========================================
   TEXT STYLES (Clean Luxury - No Lines/Boxes)
   ========================================= */

/* Targets: Section Labels, Eyebrows, Popup Label, Card Headers */
.bw-section-label, 
.bw-eyebrow, 
.bw-popup-eyebrow, 
.bw-card-header-sm {
    /* 1. Remove All Decorations */
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    padding: 0 !important;
    
    /* 2. Text Styling (The Luxury Look) */
    display: inline-block !important;
    color: #C48C6A !important;        /* Brand Orange for contrast */
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;   /* Wide spacing = Elegant */
    font-family: "Poppins", sans-serif !important;
    
    /* 3. Spacing */
    margin-bottom: 15px !important;
    text-align: center !important;
}

/* Specific fix to keep "For Weddings..." on one line */
.bw-card-header-sm {
    white-space: nowrap !important;
}
/* =========================================
   INFO SECTION CARDS (Centered)
   ========================================= */
.bw-plain-card {
    text-align: center !important;
    align-items: center !important; /* Centers the flex items (like the badge) */
}

/* Force the Heading to center (overriding previous left-align) */
.bw-plain-card h3 {
    text-align: center !important;
    width: 100%;
}

/* Force the small note/description to center */
.bw-card-note {
    text-align: center !important;
    width: 100%;
    display: block;
}
/* =========================================
   BLOG IMAGE WIDTH FIX
   ========================================= */
/* This ensures the blog images stretch full width, 
   ignoring the "Center Text" rule we added for the Info Cards */
.bw-plain-card > div:first-child {
    width: calc(100% + 80px) !important; /* Stretch fully across the card */
    max-width: none !important;
    align-self: center !important;
    margin-left: -40px !important;
    margin-right: -40px !important;
}
/* =========================================
   FOOTER CLEANUP (Remove Stray Dots)
   ========================================= */
.bw-vip-box ul, 
.bw-vip-box li, 
.bw-vip-box li::before {
    list-style: none !important;
    content: none !important; /* Removes the "•" character */
    border: none !important;
    padding: 0 !important;
}
/* =========================================
   FOOTER FIXES (Spacing)
   ========================================= */

/* FOOTER SPACING (Explore & Bakery Details) */
/* Adds breathing room under the headings since we removed the lines */
.bw-col-links .bw-header-align,
.bw-col-contact .bw-header-align {
    margin-bottom: 30px !important; /* Pushes the links down */
}
/* HOVER ANIMATION FOR BUTTON */
.bw-popup-btn-final:hover {
    background-color: #A86F4E !important; 
    transform: translateY(-3px) scale(1.05) !important; 
    box-shadow: 0 15px 35px rgba(168, 111, 78, 0.4) !important; 
}

/* MOBILE FIXES */
@media (max-width: 768px) {
    #bw-popup-final > div { flex-direction: column !important; width: 95% !important; max-height: 90vh; overflow-y: scroll; }
    .bw-hide-mobile { display: none !important; }
    #bw-popup-final > div > div { width: 100% !important; padding: 30px 20px !important; }
}
/* =========================================
   HEADER STYLES (Organized)
   ========================================= */

/* VARIABLES */
:root { 
    --bw-dark: #4C3F3F; 
    --bw-accent: #C48C6A; 
    --bw-cream: #FFF8F4; 
    --bw-white: #ffffff; 
}

/* 1. TOP BAR (Dark Strip) */
.bwg-topbar-wrap { 
    background-color: var(--bw-dark); 
    color: #fff; 
    font-family: "Poppins", sans-serif; 
    font-size: 11px; 
    letter-spacing: 0.05em; 
    padding: 10px 20px; 
}
.bwg-topbar { 
    max-width: 1200px; 
    margin: 0 auto; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}
/* Socials */
.bwg-social-mini { display: flex; gap: 12px; }
.bwg-social-mini a { text-decoration: none; display: flex; align-items: center; transition: opacity 0.3s; }
.bwg-social-mini a:hover { opacity: 0.7; }
.bwg-social-mini svg { width: 12px; height: 12px; fill: #fff; }

/* Announcement Pulse */
.bwg-announce { display: flex; align-items: center; gap: 10px; }
.bwg-badge-pulse { 
    background: var(--bw-accent); 
    color: #fff; 
    padding: 2px 8px; 
    border-radius: 4px; 
    font-weight: 700; 
    font-size: 9px; 
    text-transform: uppercase; 
    animation: pulse 2s infinite; 
}
@keyframes pulse { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

/* Contact Group */
.bwg-contact-group { display: flex; align-items: center; gap: 15px; }
.bwg-contact-item { color: #fff; text-decoration: none; display: flex; align-items: center; gap: 6px; transition: color 0.3s; }
.bwg-contact-item:hover { color: var(--bw-accent); }
.bwg-contact-item svg { width: 12px; height: 12px; fill: currentColor; }
.bwg-sep { opacity: 0.3; }


/* 2. MAIN HEADER (Glassy & Sticky) */
.bwg-header-wrap { 
    background: linear-gradient(180deg, #FFFFFF 0%, #F5E6DD 100%); 
    backdrop-filter: blur(8px); 
    padding: 10px 20px 20px 20px; 
    position: sticky; 
    top: 0; 
    z-index: 2000; 
    box-shadow: 0 4px 30px rgba(0,0,0,0.08); 
}
.bwg-header-inner { 
    max-width: 1200px; 
    margin: 0 auto; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    position: relative; 
}
.bwg-luxury-divider { 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    height: 1px; 
    background: linear-gradient(90deg, transparent 0%, rgba(196, 140, 106, 0.6) 50%, transparent 100%); 
}

/* Navigation Links */
.bwg-nav-group { display: flex; align-items: center; gap: 20px; flex: 1; }
.bwg-nav-group.left { justify-content: flex-end; padding-right: 15px; }
.bwg-nav-group.right { justify-content: flex-start; padding-left: 15px; }

.bwg-link { 
    font-family: "Poppins", sans-serif; 
    font-size: 11px; 
    text-transform: uppercase; 
    letter-spacing: 0.15em; 
    font-weight: 500; 
    color: var(--bw-dark); 
    text-decoration: none; 
    position: relative; 
    transition: color 0.3s; 
}
.bwg-link:hover, .bwg-link.active { color: var(--bw-accent); }
.bwg-link::after { 
    content: ''; 
    position: absolute; 
    bottom: -6px; 
    left: 50%; 
    transform: translateX(-50%); 
    width: 4px; 
    height: 4px; 
    background-color: var(--bw-accent); 
    border-radius: 50%; 
    opacity: 0; 
    transition: opacity 0.3s ease, transform 0.3s ease; 
}
.bwg-link:hover::after, .bwg-link.active::after { opacity: 1; }

/* Logo */
.bwg-logo-area { flex: 0 0 auto; text-align: center; padding: 5px 0; }
.bwg-logo-img { max-height: 155px; width: auto; display: block; transition: transform 0.3s; }
.bwg-logo-img:hover { transform: scale(1.02); }

/* Buttons & Cart */
.bwg-btn-inline { 
    background: var(--bw-accent); 
    color: #fff; 
    font-family: "Poppins", sans-serif; 
    font-size: 11px; 
    font-weight: 600; 
    text-transform: uppercase; 
    letter-spacing: 0.1em; 
    padding: 10px 20px; 
    border-radius: 50px; 
    text-decoration: none; 
    transition: all 0.3s; 
    border: 1px solid var(--bw-accent); 
}
.bwg-btn-inline:hover { background: transparent; color: var(--bw-accent); }

.bwg-cart-link { 
    position: relative; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    color: var(--bw-dark); 
    text-decoration: none; 
    margin-right: 5px; 
    transition: transform 0.2s ease; 
}
.bwg-cart-link:hover { transform: translateY(-2px); color: var(--bw-accent); }
.bwg-cart-icon-wrap svg { width: 24px; height: 24px; stroke: currentColor; }
.bwg-cart-count { 
    position: absolute; 
    top: -6px; 
    right: -7px; 
    background-color: var(--bw-accent); 
    color: #fff; 
    font-size: 10px; 
    font-weight: 700; 
    height: 16px; 
    min-width: 16px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    border-radius: 50%; 
    padding: 2px; 
    border: 1px solid #fff; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
}

/* Mobile Toggles */
.bwg-mobile-actions { display: none; align-items: center; gap: 15px; position: absolute; right: 0; }
.bwg-cart-link-mobile { color: var(--bw-dark); text-decoration: none; display: flex; }
.bwg-hamburger { cursor: pointer; color: var(--bw-dark); }

/* MOBILE RESPONSIVE RULES */
@media (max-width: 1024px) {
  .bwg-nav-group { display: none; }
  .bwg-mobile-actions { display: flex; }
  .bwg-logo-area { margin: 0 auto; }
  .bwg-logo-img { max-height: 80px; }
  .bwg-announce, .bwg-contact-group { display: none; }
  .bwg-topbar { justify-content: center; }
}

/* 3. MOBILE MENU DRAWER */
.bwg-overlay { position: fixed; inset: 0; background: rgba(76,63,63,0.6); opacity: 0; visibility: hidden; transition: 0.3s; z-index: 2000; backdrop-filter: blur(4px); }
.bwg-overlay.open { opacity: 1; visibility: visible; }

.bwg-mobile-menu { 
    position: fixed; 
    top: 0; 
    right: -320px; 
    width: 300px; 
    height: 100%; 
    background: var(--bw-cream); 
    z-index: 2001; 
    transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); 
    box-shadow: -5px 0 30px rgba(0,0,0,0.1); 
    display: flex; 
    flex-direction: column; 
}
.bwg-mobile-menu.open { right: 0; }

.bwg-mobile-head { padding: 20px; border-bottom: 1px solid rgba(0,0,0,0.05); display: flex; justify-content: space-between; align-items: center; }
.bwg-mobile-title { font-family: "Playfair Display", serif; font-size: 20px; color: var(--bw-dark); }
.bwg-close { font-size: 24px; cursor: pointer; color: var(--bw-accent); }

.bwg-mobile-list { padding: 20px; overflow-y: auto; display: flex; flex-direction: column; gap: 15px; }
.bwg-m-link { 
    font-family: "Poppins", sans-serif; 
    font-size: 14px; 
    text-transform: uppercase; 
    letter-spacing: 0.1em; 
    color: var(--bw-dark); 
    text-decoration: none; 
    padding: 10px 0; 
    border-bottom: 1px dashed rgba(0,0,0,0.05); 
}
.bwg-m-link.active { color: var(--bw-accent); font-weight: 600; }
.bwg-m-btn { 
    margin-top: 20px; 
    text-align: center; 
    background: var(--bw-accent); 
    color: #fff; 
    padding: 15px; 
    border-radius: 4px; 
    text-decoration: none; 
    text-transform: uppercase; 
    font-weight: 600; 
    font-size: 13px; 
    letter-spacing: 0.1em; 
}
/* =========================================
   NEWSLETTER BUTTON ANIMATION
   ========================================= */

/* 1. Base Transition (Makes it smooth, not jerky) */
.bw-newsletter-form .metform-btn,
.bw-newsletter-form button,
.bw-newsletter-form input[type="submit"] {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    transform: translateY(0);
}

/* 2. Hover State (The Animation) */
.bw-newsletter-form .metform-btn:hover,
.bw-newsletter-form button:hover,
.bw-newsletter-form input[type="submit"]:hover {
    background-color: #C48C6A !important;   /* Change to Brand Orange */
    border-color: #C48C6A !important;        /* Ensure border matches */
    color: #ffffff !important;               /* text stays white */
    
    transform: translateY(-3px) !important; /* Move UP 3 pixels */
    box-shadow: 0 10px 20px rgba(196, 140, 106, 0.3) !important; /* Soft Orange Glow */
}
/* =========================================
   HEADER: BLUSH GRADIENT + SOFT BLEND
   ========================================= */
.bwg-header-wrap {
    /* 1. The Color: Warm Blush Horizontal Gradient (Matches your image) */
    background: linear-gradient(90deg, #FFF5F0 0%, #F5E6DD 100%) !important;
    
    /* 2. The Blend: "Feather" the bottom edge so the hard line disappears */
    /* This creates a fade-out effect on the bottom 15% of the header */
    -webkit-mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
    
    /* 3. Smoothness */
    backdrop-filter: blur(5px); /* Optional: slight blur for texture */
    border: none !important;
    box-shadow: none !important; /* Remove shadow to ensure it looks blended */
}
/* =========================================
   ABOUT PAGE GLOBAL STYLES
   ========================================= */

/* UTILS */
/* PAGE WRAPPER (Optional if your theme handles full width) */
.bw-page-wrapper {
  width: 100vw; 
  background: linear-gradient(135deg, #FFF8F4, #F4E6DD, #F1DBCC); 
  font-family: "Poppins", sans-serif; 
  color: #4C3F3F; 
  position: relative; 
  overflow-x: hidden; 
  left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; 
  padding: 80px 20px;
  margin-top: -30px; margin-bottom: -30px;
}
.bw-luxury-overlay { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; opacity: 0.4; 
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.1'/%3E%3C/svg%3E"); 
  z-index: 0; 
}
.bw-content-inner { width: 100%; max-width: 1100px; margin: 0 auto; position: relative; z-index: 2; }

/* TYPOGRAPHY */
h1, h2, h3 { font-family: "Playfair Display", serif; color: #4C3F3F; margin: 0 0 15px 0; line-height: 1.2; }
h1 i, h2 i { color: #C48C6A; font-weight: 400; }
p { font-size: 15px; color: #6C5656; line-height: 1.7; margin-bottom: 20px; }

/* BADGES & BREADCRUMBS */
.bw-eyebrow { 
    display: inline-block; 
    font-size: 11px; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    color: #C48C6A; 
    font-weight: 700; 
    margin-bottom: 25px;
    border: 1px solid rgba(196,140,106,0.4); 
    padding: 8px 18px; 
    border-radius: 50px; 
    background: rgba(255,255,255,0.5);
}
.bw-breadcrumbs { font-size: 11px; text-transform: uppercase; color: #8B7E7E; margin-bottom: 40px; text-align: center; letter-spacing: 1px; }
.bw-breadcrumbs a { color: #8B7E7E; text-decoration: none; transition: 0.3s; }
.bw-breadcrumbs a:hover { color: #C48C6A; }
.sep { margin: 0 8px; color: #C48C6A; }

/* HERO SECTION */
.bw-about-hero { text-align: center; margin-bottom: 60px; }
.bw-about-hero h1 { font-size: 48px; margin-bottom: 20px; }
.bw-hero-sub { font-size: 18px; max-width: 700px; margin: 0 auto 30px; font-weight: 300; }
.bw-hero-ctas { display: flex; justify-content: center; gap: 15px; margin-bottom: 40px; }
.bw-hero-img-wrap { width: 100%; height: 400px; overflow: hidden; border-radius: 20px; box-shadow: 0 20px 50px rgba(76,63,63,0.15); transition: 0.3s; }
.bw-hero-img { width: 100%; height: 100%; object-fit: cover; }
.hover-lift:hover { transform: translateY(-5px); }

/* BUTTONS */
.bw-btn-primary { background: linear-gradient(135deg, #C48C6A, #A86F4E); color: #fff; padding: 12px 30px; border-radius: 50px; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-decoration: none; transition: 0.3s; display: inline-block; border: none; cursor: pointer; }
.bw-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(196,140,106,0.35); color: #fff; }
.bw-btn-outline { background: transparent; color: #4C3F3F; border: 1px solid #4C3F3F; padding: 12px 30px; border-radius: 50px; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-decoration: none; transition: 0.3s; display: inline-block; }
.bw-btn-outline:hover { background: #4C3F3F; color: #fff; }
.bw-btn-row { display: flex; justify-content: center; gap: 15px; margin-top: 30px; }
.bw-center-btn { text-align: center; margin-top: 30px; }

/* MARQUEE & PARTNERS */
.bw-marquee-section, .bw-partner-section { text-align: center; margin-bottom: 60px; overflow: hidden; width: 100vw; margin-left: calc(50% - 50vw); }
.bw-marquee-heading { font-size: 12px; text-transform: uppercase; letter-spacing: 2px; color: #8B7E7E; margin-bottom: 25px; font-weight: 700; text-align: center; }
.bw-marquee-track, .bw-partner-track { display: flex; overflow: hidden; width: 100%; position: relative; mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); }
.bw-marquee-content, .bw-partner-content { display: flex; gap: 40px; align-items: center; white-space: nowrap; animation: scroll 60s linear infinite; width: max-content; padding-left: 40px; }
.bw-marquee-section .bw-marquee-track { background: #4C3F3F; padding: 18px 0; }
.bw-marquee-content span { font-size: 14px; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; color: #fff; }
.bw-marquee-content .dot { color: #C48C6A; font-size: 12px; }
.bw-partner-track { padding: 15px 0; }
.bw-pill { background: #FFF; padding: 10px 25px; border-radius: 50px; border: 1px solid rgba(196,140,106,0.2); font-size: 13px; color: #4C3F3F; font-weight: 600; box-shadow: 0 5px 15px rgba(0,0,0,0.03); transition: 0.3s; white-space: nowrap; }
.bw-pill:hover { border-color: #C48C6A; transform: translateY(-3px); box-shadow: 0 8px 20px rgba(196,140,106,0.15); }
@keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* GLASS CARDS & LAYOUTS */
.bw-glass-card, .bw-card-solid { background: rgba(255,255,255,0.85); backdrop-filter: blur(10px); border-radius: 20px; border: 1px solid rgba(255,255,255,0.6); padding: 60px; box-shadow: 0 20px 50px rgba(196,140,106,0.1); margin-bottom: 80px; }
.bw-card-solid { background: #FFF; }
.bw-split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.bw-img-col { position: relative; }
.bw-img-col img { width: 100%; border-radius: 16px; box-shadow: 0 15px 40px rgba(0,0,0,0.1); }
.bw-img-badge { position: absolute; bottom: 20px; left: 20px; background: rgba(255,255,255,0.9); padding: 8px 16px; border-radius: 20px; font-size: 11px; text-transform: uppercase; font-weight: 700; color: #4C3F3F; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.bw-divider { height: 1px; width: 80px; background: #C48C6A; margin: 25px auto; opacity: 0.5; }

/* PERSONALITY GRID */
.bw-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.bw-info-box { background: #FFF; padding: 25px; border-radius: 12px; border: 1px solid rgba(0,0,0,0.05); box-shadow: 0 5px 15px rgba(0,0,0,0.02); }
.bw-info-box .label { display: block; font-size: 10px; text-transform: uppercase; color: #C48C6A; font-weight: 700; margin-bottom: 8px; }
.bw-info-box .value { font-size: 15px; color: #4C3F3F; line-height: 1.4; }
.bw-bio-extended { margin-bottom: 40px; }
.center-title { text-align: center; margin-bottom: 25px; }
.center-text-block { max-width: 700px; margin: 0 auto; text-align: center; }
.center-text-block p { margin-bottom: 20px; }

/* AWARDS */
.bw-section-narrow { max-width: 900px; margin: 0 auto 80px; }
.bw-sub-text { max-width: 600px; margin: 0 auto 30px; font-size: 16px; color: #6C5656; }
.bw-grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.bw-award-card { background: #FFF; padding: 30px; border-radius: 16px; border: 1px solid rgba(0,0,0,0.05); text-align: center; transition: 0.3s; }
.bw-award-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.bw-award-card.highlight { border-color: #C48C6A; }
.award-year { display: inline-block; background: #F4E6DD; padding: 4px 10px; border-radius: 20px; font-size: 10px; font-weight: 700; color: #4C3F3F; margin-bottom: 10px; }
.bw-award-card h3 { font-size: 18px; margin-bottom: 5px; }
.bw-award-card p { font-size: 13px; margin: 0; }

/* VISION & WHY */
.bw-vision-item h3 { font-size: 20px; margin-bottom: 10px; }
.bw-vision-item p { font-size: 14px; color: #6C5656; }
.bw-why-list { list-style: none; padding: 0; }
.bw-why-list li { position: relative; padding-left: 25px; margin-bottom: 15px; font-size: 15px; line-height: 1.6; }
.bw-why-list li::before { content: "★"; color: #C48C6A; position: absolute; left: 0; font-size: 14px; top: 2px; }

/* GALLERY & STEPS */
.bw-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 80px; }
.bw-img-box { width: 100%; border-radius: 16px; height: 300px; object-fit: cover; margin-bottom: 20px; }
.bw-gallery-card img { width: 100%; height: 200px; object-fit: cover; border-radius: 12px; margin-bottom: 10px; box-shadow: 0 10px 20px rgba(0,0,0,0.08); }
.caption { font-size: 12px; color: #8B7E7E; font-style: italic; }
.bw-step-list { list-style: none; padding: 0; margin-top: 20px; }
.bw-step-list li { position: relative; padding-left: 25px; margin-bottom: 10px; font-size: 14px; }
.bw-step-list li::before { content: "➝"; color: #C48C6A; position: absolute; left: 0; font-size: 14px; }

/* TESTIMONIAL */
.bw-testimonial-section { text-align: center; max-width: 800px; margin: 0 auto 80px; background: #FFF; padding: 40px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.03); border: 1px solid rgba(196,140,106,0.1); }
.quote-icon { font-size: 60px; color: #C48C6A; line-height: 1; display: block; margin-bottom: 10px; font-family: "Playfair Display", serif; }
.quote-text { font-size: 18px; font-style: italic; color: #4C3F3F; margin-bottom: 20px; }
.quote-source { font-size: 12px; text-transform: uppercase; font-weight: 700; color: #C48C6A; letter-spacing: 1px; }

/* ANIMATION */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.fade-up { opacity: 0; animation: fadeUp 0.8s ease-out forwards; }
.delay-1 { animation-delay: 0.1s; } .delay-2 { animation-delay: 0.3s; } .delay-3 { animation-delay: 0.5s; } .delay-4 { animation-delay: 0.7s; }

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .bw-page-wrapper { padding: 60px 15px; }
  .bw-glass-card { padding: 30px 20px; }
  .bw-split-grid, .bw-grid-2, .bw-grid-3, .bw-about-grid { grid-template-columns: 1fr; gap: 30px; }
  .bw-about-hero h1 { font-size: 36px; }
  .bw-hero-img-wrap { height: 250px; }
  .bw-pill { padding: 8px 15px; font-size: 11px; }
  .bw-marquee-content, .bw-partner-content { gap: 20px; padding-left: 20px; }
}
/* MAKE FOOTER BIO TEXT WHITE */
.bw-footer-bio {
    color: #ffffff !important;
    opacity: 1 !important; /* Ensures it isn't faded */
}
/* FIX HERO IMAGE: Focal Point 80% Down */
.bw-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
    /* 1. Focus Point: 80% down the image (Between Center and Bottom) */
    object-position: center 80% !important;
    
    /* 2. Zoom: Increased slightly to 1.1 to ensure no gaps appear at the top */
    transform: scale(1.1) !important;
    
    /* 3. Anchor the zoom so it doesn't jitter */
    transform-origin: center 250% !important;
}
/* CHANGE BUTTON HOVER TO BRAND COPPER */
.bw-btn-outline:hover {
    /* Change background from Dark Brown to Luxury Copper */
    background: #C48C6A !important; 
    border-color: #C48C6A !important;
    
    /* Ensure text stays white */
    color: #ffffff !important;
    
    /* Optional: Add a subtle glow for that "luxury" feel */
    box-shadow: 0 10px 20px rgba(196, 140, 106, 0.3) !important;
    transform: translateY(-3px); /* smooth lift effect */
}
/* BUTTON HOVER: Lift Only (No Color Fill) */
.bw-btn-outline:hover {
    /* 1. Stop the background color change */
    background: transparent !important; 
    color: #4C3F3F !important; /* Keep text dark */
    
    /* 2. Add the "Lift" Animation */
    transform: translateY(-3px) !important; 
    
    /* 3. Add a soft shadow to emphasize the lift */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
}
/* 1. THE WRAPPER: Centers the content edge-to-edge and pulls it up */
.bw-unified-wrapper {
    width: 100vw !important;
    position: relative;
    /* This calculation ensures it is perfectly centered on all screen sizes */
    left: 50%;
    transform: translateX(-50%);
    
    /* Pulls it up to hide the seam - adjust -55px as needed */
    margin-top: -55px !important; 
    padding: 0;
    background: transparent !important;
    z-index: 10;
    overflow: hidden;
}

/* 2. THE FOG: Creating the fade with transparency masks instead of colors */
.bw-marquee-track, 
.bw-partner-track {
    background: transparent !important;
    /* Anchored mask ensures the 'fog' doesn't create its own seam */
    -webkit-mask-image: linear-gradient(to right, 
        transparent 0%, 
        black 15%, 
        black 85%, 
        transparent 100%);
    mask-image: linear-gradient(to right, 
        transparent 0%, 
        black 15%, 
        black 85%, 
        transparent 100%);
}

/* 3. MARQUEE STRIP: Luxury Dark Background */
.bw-marquee-section .bw-marquee-track {
    background: #4C3F3F !important;
    padding: 22px 0;
    display: flex;
    align-items: center;
}

/* 4. PARTNER STRIP: Truly Transparent */
.bw-partner-section {
    margin-top: 15px; /* Space between the two strips */
}

.bw-partner-section .bw-partner-track {
    background: transparent !important;
    padding: 10px 0;
}

/* 5. CONTENT LOGIC: Prevents gaps in the loop */
.bw-marquee-content, 
.bw-partner-content {
    display: flex !important;
    width: max-content !important;
    align-items: center;
    white-space: nowrap;
}

/* Cleanup for labels */
.bw-marquee-heading {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    margin-bottom: 12px;
    color: #4C3F3F;
    opacity: 0.8;
}
/* =======================================================
   ABOUT PAGE BUTTON REPAIR (Smooth No-Glitch Versions)
   Target Page ID: 519
   ======================================================= */

/* --- 1. PRIMARY BUTTON (The "Gradient" One) --- */
/* Fix: We stop changing the 'background' on hover to prevent the snap.
   Instead, we use 'filter: brightness' and 'transform' for a smooth effect. */

body.page-id-519 .bw-btn-primary {
    /* Base State */
    background: linear-gradient(135deg, #C48C6A, #A86F4E) !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 10px 20px rgba(196,140,106,0.25) !important;
    
    /* The Fix: Ensure transition is here, not just on hover */
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), 
                box-shadow 0.3s ease, 
                filter 0.3s ease !important;
}

body.page-id-519 .bw-btn-primary:hover {
    /* Interaction */
    transform: translateY(-4px) !important; /* Higher Lift */
    box-shadow: 0 15px 35px rgba(196,140,106,0.45) !important; /* Stronger Glow */
    filter: brightness(1.1) !important; /* Lightens the gradient smoothly */
}

/* --- 2. OUTLINE BUTTON (The "See-Through" One) --- */
/* Style: Mimics the Header Button (Transparent -> Filled) */

body.page-id-519 .bw-btn-outline {
    /* Base State */
    background: transparent !important;
    color: #4C3F3F !important; /* Dark Brown Text */
    border: 1px solid #4C3F3F !important;
    box-shadow: none !important;
    
    /* Smooth Transition */
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

body.page-id-519 .bw-btn-outline:hover {
    /* Interaction */
    background-color: #4C3F3F !important; /* Fills with Dark Brown */
    border-color: #4C3F3F !important;
    color: #ffffff !important; /* Text turns White */
    
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 25px rgba(76, 63, 63, 0.2) !important; /* Darker Shadow */
}

/* --- 3. GALLERY IMAGES (Smooth Jump) --- */
/* Ensures images don't jitter when you move your mouse fast */

body.page-id-519 .bw-gallery-card img,
body.page-id-519 .bw-img-col img {
    /* Smooth Physics Curve */
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), 
                box-shadow 0.5s ease !important;
    will-change: transform; /* Tells browser to prep for animation */
}

body.page-id-519 .bw-gallery-card:hover img,
body.page-id-519 .bw-img-col:hover img {
    transform: translateY(-10px) scale(1.02) !important;
    box-shadow: 0 25px 50px rgba(196,140,106,0.15) !important;
}
/* =========================================
   FIX: CONTINUOUS BACKGROUND (About Page)
   ========================================= */

/* 1. Set the Main Background on the Body */
body.page-id-519 {
    background: radial-gradient(circle at center top, #FFF8F4 10%, #F1DBCC 90%) !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    min-height: 100vh;
}

/* 2. Make all Page Wrappers Invisible */
/* This stops the gradient from restarting in every section */
body.page-id-519 .bw-page-wrapper {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: none !important;
    
    /* Remove gaps between sections */
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* 3. Ensure the Texture Overlay is seamless */
body.page-id-519 .bw-luxury-overlay {
    display: none !important; /* Hides the repeated texture inside each block */
}

/* 4. Fix Elementor Container Gaps */
/* Removes white lines between widgets */
body.page-id-519 .elementor-widget-html {
    margin-bottom: 0 !important;
}
/* =========================================
   FOOTER SPACING FIX (About Page)
   ========================================= */

/* Adds generous space at the bottom of the last section */
body.page-id-519 .bw-cta-section {
    padding-bottom: 120px !important; /* Adjust this number if you want more/less space */
}
/* =========================================
   REMOVE SPECIFIC UNDERLINES (About Page)
   ========================================= */

/* 1. Remove the line under "Awards & Features" */
body.page-id-519 .bw-section-narrow h2 {
    border-bottom: none !important;
    text-decoration: none !important;
}

/* 2. Hide the divider line specifically in the Awards section */
body.page-id-519 .bw-section-narrow .bw-divider {
    display: none !important;
}

/* 3. Remove the line under the "Heart Behind/About Me" Image */
/* This targets the divider that sits between the image and the bio text */
body.page-id-519 .bw-glass-card .bw-divider {
    display: none !important;
}

/* 4. Ensure the image itself has no bottom border */
body.page-id-519 .bw-img-col img {
    border-bottom: none !important;
    border: none !important;
}
/* =========================================
   SPACING FIX: FAMILY SECTION (About Page)
   ========================================= */

/* Pushes the "Family Inspired, Faith Anchored" section down */
body.page-id-519 .bw-bio-extended {
    margin-top: 60px !important; /* Adjust this number to move it further down */
}
/* UNIFORM ZOOM FOR ALL IMAGES */
  /* This ensures all 3 images behave exactly the same */
  
  /* Default: Start Zoomed in (1.35) */
  .bw-gallery-card.bw-zoom-all img {
      transform: scale(1.35) !important; 
      transition: transform 0.6s ease !important;
  }
  
  /* Hover: Zoom in MORE (1.45) */
  .bw-gallery-card.bw-zoom-all:hover img {
      transform: scale(1.45) !important; 
  }
  /* 1. THE CARD (Container) */
  /* Handles the rounded corners and the "Lift" animation */
  .bw-gallery-card-clean {
      position: relative;
      border-radius: 16px;
      overflow: hidden; /* Cuts off the zoomed image edges */
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      cursor: pointer;
  }

  /* Hover State for Card (LIFT) */
  .bw-gallery-card-clean:hover {
      transform: translateY(-8px); /* Lifts up */
      box-shadow: 0 20px 40px rgba(196,140,106,0.25);
  }

  /* 2. THE IMAGE */
  /* Handles the "Zoom" to hide black bars */
  .bw-gallery-card-clean img {
      width: 100%;
      height: 280px; /* Fixed height for consistency */
      object-fit: cover; /* Ensures image fills the box */
      
      /* THE ZOOM FIX */
      transform: scale(1.3); /* Default: Zoomed in to 1.3 to hide bars */
      transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* Smooth motion */
      
      display: block;
      border: none !important;
  }

  /* Hover State for Image (ZOOM MORE) */
  .bw-gallery-card-clean:hover img {
      transform: scale(1.4); /* Zooms to 1.4 */
  }

  /* 3. THE BADGE */
  .bw-clean-badge {
      position: absolute;
      bottom: 15px;
      left: 15px;
      background: rgba(255,255,255,0.95);
      padding: 6px 14px;
      border-radius: 50px;
      font-size: 9px;
      text-transform: uppercase;
      font-weight: 700;
      color: #4C3F3F;
      letter-spacing: 1px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      z-index: 2; /* Sits on top of image */
      pointer-events: none; /* Let mouse pass through to image */
  }
  /* 1. MASTER LAYOUT */
body, html { overflow-x: hidden !important; }
.bw-page-wrapper { width: 100% !important; max-width: 100vw !important; overflow: hidden !important; }
.bw-content-inner { max-width: 1200px !important; margin: 0 auto !important; padding: 0 20px; }

/* 2. BASE BUTTON SETTINGS */
.bw-btn-outline {
    background: transparent !important;
    border: 1px solid #4C3F3F !important;
    color: #4C3F3F !important;
    transition: all 0.3s ease !important;
}

/* 3. SOLID PRIMARY BUTTON (Copper Gradient) */
.bw-btn-primary {
    background: linear-gradient(135deg, #C48C6A, #A86F4E) !important;
    color: #fff !important;
    border: none !important;
    transition: transform 0.3s ease !important;
}
.bw-btn-primary:hover {
    transform: translateY(-4px) !important;
    filter: brightness(1.15) !important;
}

/* --- ID-BASED OVERRIDES (The "Pearl" Fix) --- */
/* This forces the buttons to turn WHITE with COPPER text on hover */
/* This ensures they don't look like the dark buttons OR the solid copper buttons next to them */

#btn-hero-custom:hover, 
#btn-wedding-explore:hover,
#btn-gallery-view:hover, 
#btn-menu-browse:hover {
    background-color: #ffffff !important; /* White Background */
    border-color: #C48C6A !important;     /* Copper Border */
    color: #C48C6A !important;            /* Copper Text */
    box-shadow: 0 10px 25px rgba(196, 140, 106, 0.25) !important; /* Soft Copper Glow */
    transform: translateY(-4px) !important;
}

/* 4. MOBILE STACKING */
@media (max-width: 768px) {
    .bw-hero-ctas, .bw-btn-row { display: flex !important; flex-direction: column !important; gap: 15px !important; }
    .bw-btn-primary, .bw-btn-outline { width: 100% !important; display: block !important; text-align: center !important; }
}
  /* Gallery Zoom Fixes */
  #bw-fix-black-bars img { transform: scale(1.35) !important; transition: transform 0.6s ease !important; }
  #bw-fix-black-bars:hover img { transform: scale(1.45) !important; }

  /* Gallery Card Structure */
  .bw-gallery-card-clean { position: relative; border-radius: 16px; overflow: hidden; transition: transform 0.4s ease, box-shadow 0.4s ease; cursor: pointer; }
  .bw-gallery-card-clean:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(196,140,106,0.25); }
  .bw-gallery-card-clean img { width: 100%; height: 280px; object-fit: cover; border: none !important; display: block; transform: scale(1.3); transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .bw-gallery-card-clean:hover img { transform: scale(1.4); }
  .bw-clean-badge { position: absolute; bottom: 15px; left: 15px; background: rgba(255,255,255,0.95); padding: 6px 14px; border-radius: 50px; font-size: 9px; text-transform: uppercase; font-weight: 700; color: #4C3F3F; letter-spacing: 1px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); z-index: 2; pointer-events: none; }
/* ================================================= */
/* LEGAL PAGES: DEEP SCROLL UNLOCK (FINAL FIX)      */
/* ================================================= */

/* 1. UNLOCK ELEMENTOR PARENTS */
/* This forces Elementor's internal wrappers to allow scrolling */
body.page-id-488 .elementor-section, body.page-id-488 .elementor-column, body.page-id-488 .elementor-widget-wrap,
body.page-id-494 .elementor-section, body.page-id-494 .elementor-column, body.page-id-494 .elementor-widget-wrap,
body.page-id-499 .elementor-section, body.page-id-499 .elementor-column, body.page-id-499 .elementor-widget-wrap,
body.page-id-504 .elementor-section, body.page-id-504 .elementor-column, body.page-id-504 .elementor-widget-wrap,
body.page-id-510 .elementor-section, body.page-id-510 .elementor-column, body.page-id-510 .elementor-widget-wrap {
    overflow: visible !important;
}

/* 2. UNLOCK PAGE CONTAINERS */
body.page-id-488, body.page-id-494, body.page-id-499, body.page-id-504, body.page-id-510 {
    overflow-x: visible !important;
}

/* 3. CONFIGURE THE STICKY SIDEBAR */
.bw-legal-sidebar {
    display: block !important;
    position: -webkit-sticky !important; /* Safari */
    position: sticky !important;
    
    /* Adjust this value based on your header height */
    top: 150px !important; 
    
    /* Ensure it doesn't stretch to full height (which breaks scrolling) */
    height: auto !important; 
    max-height: 80vh !important;
    overflow-y: auto !important; /* Internal scroll if sidebar is too tall */
    
    z-index: 10 !important;
    align-self: flex-start !important; /* CRITICAL: Prevents stretching */
}

/* 4. CONFIGURE THE GRID PARENT */
.bw-legal-layout {
    display: grid !important;
    /* Ensure columns are defined clearly */
    grid-template-columns: 240px 1fr !important; 
    gap: 60px !important;
    
    /* CRITICAL: Allows sidebar to be shorter than content so it can slide */
    align-items: start !important; 
    overflow: visible !important;
}

/* Mobile Reset (Disable sticky on phone) */
@media (max-width: 900px) {
    .bw-legal-sidebar {
        position: relative !important;
        top: 0 !important;
        width: 100% !important;
        border-right: none !important;
        border-bottom: 1px solid rgba(196,140,106,0.2);
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .bw-legal-layout {
        display: block !important;
    }
}/* End custom CSS */