.elementor-519 .elementor-element.elementor-element-293b77f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-519 .elementor-element.elementor-element-a4d7b0e{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-519 .elementor-element.elementor-element-c009e9b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-519 .elementor-element.elementor-element-862d3b5{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-519 .elementor-element.elementor-element-6a62eb6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-519 .elementor-element.elementor-element-19b359d{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-519 .elementor-element.elementor-element-a995484{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-519 .elementor-element.elementor-element-75dec6f{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-519 .elementor-element.elementor-element-a3c905f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-519 .elementor-element.elementor-element-6388905{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-519 .elementor-element.elementor-element-78eeefc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-519 .elementor-element.elementor-element-8e06492{width:100%;max-width:100%;padding:0px 0px 0px 0px;}body.elementor-page-519{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-a4d7b0e *//* =========================================
   ABOUT PAGE HERO SECTION CSS (Updated Gradient)
   ========================================= */

/* 1. BACKGROUND FIX (Brand Signature Colors) */
body {
    /* UPDATED: Uses your exact "Latte" colors, but Top-to-Bottom */
    background: linear-gradient(to bottom, #FFF5F0 0%, #F5E6DD 100%) !important;
    
    background-attachment: scroll !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/* Page Wrapper (Keeps structure) */
.bw-page-wrapper {
    padding-top: 120px;
    padding-bottom: 60px;
    min-height: 100vh;
}

/* 2. Hero Container */
.bw-about-hero {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative; 
    overflow: visible; 
}

/* 3. BREADCRUMBS */
.bw-breadcrumbs {
    display: flex; 
    justify-content: center; 
    align-items: center;
    width: 100%;
    margin-bottom: 30px !important;
    
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #8B7E7E;
}
.bw-breadcrumbs a {
    text-decoration: none;
    color: #8B7E7E;
    transition: color 0.3s ease;
}
.bw-breadcrumbs a:hover { color: #C48C6A; }
.bw-breadcrumbs .sep { margin: 0 12px; color: #E5D5CD; }

/* 4. HERO TEXT */
.bw-eyebrow, 
.bw-about-hero h1, 
.bw-hero-sub, 
.bw-hero-ctas {
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 10;
}

.bw-about-hero h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.bw-hero-ctas {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px !important;
}

/* 5. HERO IMAGE (Stable 130% Width) */
.bw-hero-img-wrap {
    width: 130% !important; 
    max-width: 1400px !important;
    
    /* Perfect Center Logic */
    margin-left: -15% !important; 
    margin-right: -15% !important;
    margin-top: 0 !important;
    
    height: 500px !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    position: relative;
    z-index: 5;
}

.bw-hero-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 40% !important;
    display: block !important;
}

/* Hover Effect */
.bw-hero-img-wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 80px rgba(196,140,106,0.15) !important;
    transition: all 0.5s ease;
}

/* 6. Mobile Responsiveness */
@media (max-width: 900px) {
    .bw-hero-img-wrap {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: 300px !important;
        border-radius: 16px !important;
    }
    
    .bw-hero-ctas {
        flex-direction: column;
        max-width: 300px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-862d3b5 *//* =========================================
   HIGH-DENSITY RIBBON MARQUEE
   ========================================= */

/* 1. Section Container */
.bw-full-width-marquee {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 60px 0;
    background: #FFFCFA; 
}

/* 2. The "Ribbon" Lanes (Structured Borders) */
.bw-marquee-lane {
    width: 100%;
    border-top: 1px solid rgba(196,140,106,0.2);    /* Top Border */
    border-bottom: 1px solid rgba(196,140,106,0.2); /* Bottom Border */
    padding: 15px 0; /* Tight vertical padding */
    margin-bottom: 40px; /* Space between the two lanes */
    background: #fff; /* Crisp white lane */
    
    /* Fade the edges slightly */
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}

/* 3. Small Headings (Above the lanes) */
.bw-lane-label {
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #C48C6A;
    text-align: center;
    margin-bottom: 10px; /* Sits right on top of the lane */
    display: block;
}

/* 4. The Track */
.bw-seamless-track {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.bw-seamless-content {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    /* This GAP is the key control for "Spaced Out" */
    gap: 0; 
    min-width: 100%; 
}

/* 5. THE CONTENT STYLE (Tight & Uniform) */

/* ROW 1: MEDIA (Bold Serif) */
.media-item {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 600; /* Bolder */
    font-style: italic;
    color: #4C3F3F;
    
    /* TIGHT SPACING: Only 30px between items */
    padding: 0 30px; 
    white-space: nowrap;
    position: relative;
}

/* ROW 2: PARTNERS (Bold Sans) */
.partner-item {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700; /* Thick & High End */
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6C5656;
    
    /* TIGHT SPACING */
    padding: 0 25px; 
    white-space: nowrap;
    position: relative;
}

/* 6. SEPARATORS (Integrated) */
.sep-icon {
    display: inline-block;
    color: #C48C6A;
    font-size: 10px;
    vertical-align: middle;
    margin-left: 25px; /* Pushes separator away from text */
    opacity: 0.6;
}

/* 7. ANIMATIONS (Continuous) */
@keyframes seamlessLeft { from { transform: translateX(0); } to { transform: translateX(-100%); } }
@keyframes seamlessRight { from { transform: translateX(-100%); } to { transform: translateX(0); } }

.scroll-left { animation: seamlessLeft 50s linear infinite; }
.scroll-right { animation: seamlessRight 50s linear infinite; }

/* 8. Mobile Adjustments */
@media (max-width: 768px) {
    .media-item { font-size: 18px; padding: 0 20px; }
    .partner-item { font-size: 11px; padding: 0 15px; }
    .sep-icon { margin-left: 15px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-19b359d *//* =========================================
   STORY SECTION (Full Height Images Fix)
   ========================================= */

.bw-story-section {
    padding: 80px 0;
}

/* 1. GRID LAYOUT */
.bw-story-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr; /* Text side slightly wider */
    gap: 80px;
    align-items: stretch; /* KEY: Forces both columns to be equal height */
}

/* 2. IMAGE COLUMN (Flexbox Logic) */
.bw-story-img-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Pushes images to top & bottom edges */
    height: 100%; /* Fills the grid cell */
}

.bw-portrait-frame {
    height: 48%; /* Each image takes up 48% of the height (leaving 4% gap) */
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.bw-story-img {
    width: 100%;
    height: 100% !important; /* Fills the frame */
    object-fit: cover; /* Ensures photo looks good at any height */
    border-radius: 20px !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    display: block;
}

/* 3. TEXT COLUMN (Left Aligned) */
.bw-story-text-col {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers text block vertically if images are taller */
}

/* Typography */
.bw-story-text-col h2 {
    font-family: "Playfair Display", serif;
    font-size: 48px;
    color: #4C3F3F;
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 1.1;
    text-align: left;
}
.bw-story-text-col h2 i { color: #C48C6A; }

.bw-section-label {
    text-align: left !important;
    display: block;
}

.bw-mini-heading {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    color: #4C3F3F;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}

.bw-lead-text {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    color: #4C3F3F;
    line-height: 1.6;
    margin-bottom: 25px;
    font-style: italic;
    border-left: 3px solid #C48C6A;
    padding-left: 20px; 
}

.bw-bio-text p {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #6C5656;
    line-height: 1.8;
    margin-bottom: 20px;
}

.bw-divider-line {
    height: 1px;
    background: rgba(196,140,106,0.2);
    margin: 40px 0;
    width: 100%;
}

/* 4. "GET TO KNOW ME" (Left Aligned) */
.bw-facts-container {
    background: #FFF8F4;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid rgba(196,140,106,0.1);
    margin-bottom: 40px;
    text-align: left;
}

.bw-facts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bw-facts-list li {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #6C5656;
    margin-bottom: 12px;
    line-height: 1.6;
    padding-bottom: 12px;
    border-bottom: 1px dashed rgba(0,0,0,0.05);
    display: flex;
}

.bw-facts-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.bw-facts-list strong {
    color: #C48C6A;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    margin-right: 10px;
    min-width: 140px;
}

/* 5. AWARDS SECTION */
.bw-awards-container {
    margin-top: 40px;
    text-align: left;
}

.bw-awards-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.bw-award-item {
    background: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    border: 1px solid rgba(196,140,106,0.1);
    text-align: left;
    min-width: 200px;
    flex: 1;
}

.award-year {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #C48C6A;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.award-name {
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: 600;
    color: #4C3F3F;
    line-height: 1.2;
    margin-bottom: 5px;
}

.award-desc {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    color: #8B7E7E;
    line-height: 1.4;
}

/* 6. Mobile Responsiveness */
@media (max-width: 900px) {
    .bw-story-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .bw-story-img-col {
        height: auto; /* Allow auto height on mobile */
        gap: 20px; /* Manual gap on mobile */
    }
    
    .bw-portrait-frame {
        height: 300px; /* Fixed height on mobile */
    }
    
    .bw-awards-row {
        flex-direction: column;
    }
    
    .bw-facts-list li {
        flex-direction: column;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-75dec6f *//* =========================================
   PHILOSOPHY & WHY CHOOSE US CSS
   ========================================= */

/* 1. PHILOSOPHY GRID (The Two Cards) */
.bw-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 Columns side by side */
    gap: 40px;
    margin-bottom: 80px;
}

/* Glass Card Style */
.bw-glass-card {
    background: #fff; /* Clean White */
    border: 1px solid rgba(196,140,106,0.1); /* Subtle Copper Border */
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03); /* Very soft shadow */
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bw-glass-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(196,140,106,0.15);
    border-color: rgba(196,140,106,0.3);
}

.bw-glass-card h2 {
    font-family: "Playfair Display", serif;
    font-size: 28px;
    margin-bottom: 25px;
    line-height: 1.2;
    color: #4C3F3F;
}
.bw-glass-card h2 i { color: #C48C6A; }

/* Image Styling */
.bw-img-wrapper {
    width: 100%;
    height: 350px; /* Fixed height for consistency */
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.bw-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Slight Zoom on Hover */
.bw-glass-card:hover .bw-card-img {
    transform: scale(1.05);
}

.bw-glass-card p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #6C5656;
    line-height: 1.7;
    margin: 0;
}

/* 2. WHY CHOOSE US (Solid Section) */
.bw-card-solid {
    background: #FFF8F4; /* Light Cream Background */
    border-radius: 24px;
    padding: 60px 40px;
    text-align: center;
    border: 1px solid rgba(196,140,106,0.1);
}

.bw-section-header {
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.bw-section-header h2 {
    font-size: 36px;
    color: #4C3F3F;
    margin-bottom: 15px;
}
.bw-section-header h2 i { color: #C48C6A; }

.bw-sub-text {
    font-size: 16px;
    color: #6C5656;
}

/* 3. THE "WHY" LIST (Custom Bullets) */
.bw-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    text-align: left;
    max-width: 900px;
    margin: 0 auto 50px auto;
}

.bw-why-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bw-why-list li {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #4C3F3F;
    margin-bottom: 18px;
    padding-left: 30px; /* Space for the icon */
    position: relative;
    line-height: 1.5;
}

/* The Copper Checkmark/Star Icon */
.bw-why-list li::before {
    content: "✦"; /* Star Symbol */
    color: #C48C6A; /* Copper */
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}

/* 4. BUTTON ROW */
.bw-btn-row {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* 5. ANIMATION SETUP (Fixed: Always Visible) */
.bw-anim-scroll {
    opacity: 1 !important; /* Force visibility */
    transform: none !important; /* Remove movement */
    transition: none !important;
}

.bw-anim-active {
    opacity: 1 !important;
    transform: none !important;
}

/* Remove delays since we aren't animating */
.delay-1, .delay-2, .delay-3 {
    transition-delay: 0s !important;
}

/* 6. MOBILE RESPONSIVENESS */
@media (max-width: 900px) {
    .bw-about-grid {
        grid-template-columns: 1fr; /* Stack Cards */
    }
    
    .bw-why-grid {
        grid-template-columns: 1fr; /* Stack Lists */
        gap: 0;
    }
    
    .bw-btn-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .bw-card-solid {
        padding: 40px 20px;
    }
    
    .bw-img-wrapper {
        height: 250px; /* Smaller images on phone */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6388905 *//* =========================================
   VISION & PROCESS CSS (Image Fit Fix)
   ========================================= */

/* --- 1. VISION SECTION (2x2 Grid) --- */
.bw-vision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    text-align: left;
    margin-top: 40px;
    padding: 0 20px;
}

.bw-vision-item {
    position: relative;
    padding-left: 20px;
}

.vision-icon {
    display: block;
    font-size: 24px;
    color: #C48C6A; /* Copper */
    margin-bottom: 10px;
    line-height: 1;
}

.bw-vision-item h3 {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    color: #4C3F3F;
    margin-bottom: 10px;
    text-align: left;
}

.bw-vision-item p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #6C5656;
    line-height: 1.7;
    margin: 0;
}

/* --- 2. BEHIND THE SCENES (Centered Fix) --- */
.bw-process-section {
    padding-bottom: 60px;
}

.bw-split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    /* KEY: Centers the image vertically against the text */
    align-items: center; 
}

/* Image Styling */
.bw-img-col {
    display: block; /* Standard block */
}

.bw-img-wrapper-tall {
    width: 100%;
    height: auto; /* Natural height */
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.bw-process-img {
    width: 100%;
    height: auto; /* Natural height */
    display: block;
    transition: transform 0.5s ease;
}

.bw-img-wrapper-tall:hover .bw-process-img {
    transform: scale(1.03);
}

/* Text Styling */
.bw-text-col {
    text-align: left;
}

.bw-text-col h2 {
    font-family: "Playfair Display", serif;
    font-size: 48px;
    color: #4C3F3F;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.1;
    text-align: left;
}
.bw-text-col h2 i { color: #C48C6A; }

.bw-intro-p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #6C5656;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* --- 3. TIMELINE LIST STYLE --- */
.bw-step-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    border-left: 1px solid rgba(196,140,106,0.3); /* Copper Timeline Line */
    padding-left: 30px;
}

.bw-step-list li {
    position: relative;
    margin-bottom: 30px;
}

.bw-step-list li:last-child {
    margin-bottom: 0;
}

/* The Dots on the Timeline */
.bw-step-list li::before {
    content: "";
    position: absolute;
    left: -35px; /* Aligns dot on the line */
    top: 6px;
    width: 9px;
    height: 9px;
    background: #fff;
    border: 2px solid #C48C6A; /* Copper Ring */
    border-radius: 50%;
}

.step-label {
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    color: #4C3F3F;
    font-weight: 700;
    margin-bottom: 5px;
}

.step-desc {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #6C5656;
}

/* --- 4. ANIMATION CLASSES --- */
/* (Ensure you have the JS running for these to work) */
.bw-anim-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.bw-anim-active {
    opacity: 1;
    transform: translateY(0);
}
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.3s; }

/* --- 5. MOBILE RESPONSIVENESS --- */
@media (max-width: 900px) {
    .bw-vision-grid {
        grid-template-columns: 1fr; /* Stack vision items */
        gap: 40px;
    }
    
    .bw-split-grid {
        grid-template-columns: 1fr; /* Stack image and process */
        gap: 50px;
    }
    
    /* On mobile, we don't need a tall wrapper anymore */
    .bw-img-wrapper-tall {
        height: auto;
    }
    
    .bw-text-col h2, .bw-text-col .bw-section-label {
        text-align: center !important;
    }
    
    .bw-step-list {
        margin-left: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8e06492 *//* =========================================
   GALLERY, TESTIMONIAL & CTA CSS (Final)
   ========================================= */

/* --- 1. GALLERY GRID --- */
.bw-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 Columns */
    gap: 30px;
    margin-top: 40px;
}

.bw-gallery-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 400px; /* Force consistent height */
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.4s ease;
}

.bw-gallery-card:hover {
    transform: translateY(-5px);
}

.bw-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
    transition: transform 0.5s ease;
}

/* ZOOM FIX: Targets ONLY the first image to hide black bars */
.bw-gallery-card:nth-child(1) img {
    transform: scale(1.15) !important; /* Permanent Zoom */
    object-position: center center !important;
}

/* ZOOM HOVER: Zooms in slightly more when hovering */
.bw-gallery-card:hover img {
    transform: scale(1.05); 
}
.bw-gallery-card:nth-child(1):hover img {
    transform: scale(1.2) !important; /* Extra zoom for the first one */
}

/* Floating Badge */
.bw-hover-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.9); 
    backdrop-filter: blur(5px);
    padding: 8px 16px;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4C3F3F;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* BUTTON CENTERING FIX */
.bw-center-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
}

/* --- 2. TESTIMONIAL (Editorial) --- */
.bw-testimonial-section {
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
}

.bw-quote-container {
    max-width: 800px;
    text-align: center;
    position: relative;
    padding: 0 20px;
}

.quote-mark {
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 80px;
    line-height: 0.5;
    color: #C48C6A; /* Copper */
    opacity: 0.3;
    margin-bottom: 20px;
}

.quote-text {
    font-family: "Playfair Display", serif;
    font-size: 22px; 
    font-style: italic;
    color: #4C3F3F;
    line-height: 1.6;
    margin-bottom: 30px;
}

.quote-divider {
    width: 50px;
    height: 2px;
    background: #C48C6A;
    margin: 0 auto 20px auto;
    opacity: 0.5;
}

.quote-source {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #8B7E7E;
}

/* --- 3. FINAL CTA (Soft Cream Box) --- */
.bw-cta-section {
    background: #FFF8F4; 
    border-radius: 24px;
    padding: 80px 20px;
    margin-bottom: 60px; 
    border: 1px solid rgba(196,140,106,0.1);
}

.bw-cta-content h2 {
    font-family: "Playfair Display", serif;
    font-size: 42px;
    color: #4C3F3F;
    margin-bottom: 15px;
}
.bw-cta-content h2 i { color: #C48C6A; }

.bw-cta-content p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #6C5656;
    margin-bottom: 40px;
}

/* --- 4. ANIMATION CLASSES --- */
.bw-anim-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.bw-anim-active {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.3s; }
.delay-3 { transition-delay: 0.5s; }

/* --- 5. MOBILE RESPONSIVENESS --- */
@media (max-width: 900px) {
    .bw-gallery-grid {
        grid-template-columns: 1fr; /* Stack images on mobile */
        gap: 20px;
    }
    
    .bw-gallery-card {
        height: 300px; 
    }
    
    .quote-text {
        font-size: 18px;
    }
    
    .bw-cta-content h2 {
        font-size: 32px;
    }
    
    .bw-btn-row {
        flex-direction: column;
    }
}/* End custom CSS */