.elementor-816 .elementor-element.elementor-element-97aaebd{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-816 .elementor-element.elementor-element-484e4bd{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-816 .elementor-element.elementor-element-e05ad6e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-816 .elementor-element.elementor-element-80c9716{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-816 .elementor-element.elementor-element-b4d901a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-816 .elementor-element.elementor-element-0bfbbbf{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-816 .elementor-element.elementor-element-fb67737{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-816 .elementor-element.elementor-element-181da94{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-816 .elementor-element.elementor-element-d5d8273{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-816 .elementor-element.elementor-element-43a5e69{width:100%;max-width:100%;padding:0px 0px 0px 0px;}body.elementor-page-816{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-484e4bd *//* =========================================
   HERO SECTION (Exact Wedding Typography Match)
   ========================================= */

/* 1. MAIN CONTAINER (Position: 90px) */
.bw-content-inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-top: 90px !important; 
    padding-bottom: 60px !important;
    padding-left: 20px;
    padding-right: 20px;
}

/* 2. BREADCRUMBS (Exact Values from Weddings CSS) */
.bw-breadcrumbs {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px !important; /* Changed from 30px to 40px to match reference */
    
    font-family: "Poppins", sans-serif !important;
    font-size: 10px !important;      /* Match: 10px */
    text-transform: uppercase !important;
    color: #8B7E7E !important;       /* Match: #8B7E7E */
    letter-spacing: 2px !important;  /* Match: 2px */
    font-weight: 600 !important;     /* Match: 600 */
}

/* Link Colors */
.bw-breadcrumbs a {
    color: #8B7E7E !important; 
    text-decoration: none;
    transition: 0.3s;
}
.bw-breadcrumbs a:hover { color: #C48C6A !important; }

/* The Separator (Exact Match) */
.bw-breadcrumbs .sep { 
    margin: 0 8px !important;   /* Match: 0 8px */
    color: #C48C6A !important; 
    opacity: 0.5 !important;    /* Match: 0.5 Opacity */
    font-weight: 400 !important; 
    font-family: "Poppins", sans-serif !important; 
    vertical-align: baseline !important;
}

/* "Classes" Text */
.bw-breadcrumbs span.current,
.bw-breadcrumbs span:last-child {
    color: #8B7E7E !important; /* Match: #8B7E7E */
    font-weight: 600 !important; 
}

/* 3. HERO TYPOGRAPHY */
.bw-hero-section {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

/* Eyebrow */
.bw-eyebrow {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 11px; 
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #C48C6A;
    font-weight: 700;
    margin-bottom: 15px; 
}

/* Main Headline */
.bw-hero-section h1 {
    font-family: "Playfair Display", serif;
    font-size: 56px;
    color: #4C3F3F;
    line-height: 1.2; 
    margin: 0 0 30px 0; 
    font-weight: 400;
}
.bw-hero-section h1 i {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: italic;
    color: #C48C6A;
}

/* Subtitle */
.bw-hero-sub {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #6C5656;
    font-weight: 300;
    margin: 0 auto;
    max-width: 700px; 
}

/* 4. FORCE VISIBILITY */
.fade-up {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

/* MOBILE */
@media (max-width: 768px) {
    .bw-content-inner { padding-top: 60px !important; }
    .bw-hero-section h1 { font-size: 36px; }
    .bw-hero-sub { font-size: 16px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-80c9716 *//* =========================================
   CLASS SPOTLIGHT CARD (Luxury Layout)
   ========================================= */

/* 1. THE CARD CONTAINER */
.bw-spotlight-card {
    display: flex;
    background: #FFFFFF;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(196,140,106,0.1); /* Soft Copper Shadow */
    border: 1px solid rgba(196,140,106,0.15);
    overflow: hidden;
    margin-bottom: 60px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* 2. LEFT SIDE (Image) */
.bw-spotlight-img {
    flex: 1; /* Takes 50% width */
    position: relative;
    min-height: 400px;
}
.bw-spotlight-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* The "Only 3 Spots Left" Badge */
.bw-badge-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #C48C6A; /* Copper */
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 16px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* 3. RIGHT SIDE (Content) */
.bw-spotlight-content {
    flex: 1.2; /* Slightly wider than image for text breathing room */
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Typography */
.bw-mini-tag {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #C48C6A;
    margin-bottom: 10px;
}

.bw-spotlight-content h2 {
    font-family: "Playfair Display", serif;
    font-size: 38px;
    color: #4C3F3F;
    line-height: 1.1;
    margin: 0 0 10px 0;
}
.bw-spotlight-content h2 i {
    color: #C48C6A;
    font-weight: 400;
}

.bw-price {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    color: #4C3F3F;
    font-weight: 600;
    margin-bottom: 30px;
}
.per-person {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    color: #998A8A;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* 4. DETAILS GRID (Date, Time, etc) */
.bw-class-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
    background: #FFF8F4; /* Light Cream Background */
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(196,140,106,0.1);
}

.detail-row {
    display: flex;
    align-items: center;
    gap: 12px;
}
.detail-row .icon {
    font-size: 18px;
    filter: sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8); /* Turns emojis brownish */
}
.detail-text { display: flex; flex-direction: column; }
.detail-text .label {
    font-size: 9px; text-transform: uppercase; color: #998A8A; letter-spacing: 1px; font-family: "Poppins", sans-serif;
}
.detail-text strong {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #4C3F3F;
}

/* 5. LIST & DIVIDER */
.bw-divider-small {
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.05);
    margin-bottom: 25px;
}

.bw-spotlight-content h3 {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #C48C6A;
    margin-bottom: 15px;
}

.bw-check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}
.bw-check-list li {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #6C5656;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}
.bw-check-list li::before {
    content: "•";
    color: #C48C6A;
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* 6. ADD-ON BOX */
.bw-add-on {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #6C5656;
    margin-bottom: 30px;
    padding: 10px 15px;
    border: 1px dashed rgba(196,140,106,0.3);
    border-radius: 8px;
    background: #fff;
}
.bw-add-on .badge {
    font-weight: 700;
    color: #C48C6A;
    text-transform: uppercase;
    font-size: 10px;
    margin-right: 5px;
}

/* 7. BUTTON (Standard Luxury Gradient) */
.bw-btn-primary {
    background: linear-gradient(135deg, #C48C6A 0%, #A86F4E 100%);
    color: #ffffff;
    padding: 18px 30px;
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(196,140,106,0.25);
}
.full-width { width: 100%; display: block; }

.bw-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(196,140,106,0.4);
    color: #fff;
}

/* MOBILE RESPONSIVENESS */
@media (max-width: 900px) {
    .bw-spotlight-card { flex-direction: column; }
    .bw-spotlight-img { height: 250px; min-height: 250px; }
    .bw-spotlight-content { padding: 30px 20px; }
    .bw-class-details { grid-template-columns: 1fr; }
}

/* --- CENTER THE CLASS HEADER --- */
/* This creates an elegant "Invitation Style" alignment for the title area */

.bw-spotlight-content .bw-mini-tag,
.bw-spotlight-content h2,
.bw-spotlight-content .bw-price {
    text-align: center !important;
    width: 100% !important;
    display: block !important;
}

/* Add a little breathing room below the price before the left-aligned details start */
.bw-price {
    margin-bottom: 35px !important;
    border-bottom: 1px solid rgba(196,140,106,0.15); /* Optional: Adds a subtle separator */
    padding-bottom: 25px;
}
/* --- ALIGNMENT FIXES --- */

/* 1. Force the Top Header Group to Center */
.bw-card-header {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid rgba(196,140,106,0.15); /* Nice separator line */
    padding-bottom: 25px;
    margin-bottom: 30px;
}

/* 2. Force "What's Included" (H3) to the LEFT */
.bw-spotlight-content h3 {
    text-align: left !important;
    width: 100%;
    margin-top: 10px;
}

/* 3. Ensure the Price doesn't have double margins now */
.bw-price {
    margin-bottom: 0 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0bfbbbf *//* =========================================
   HOST A PARTY SECTION (Cream Card)
   ========================================= */

/* 1. THE SOLID CARD CONTAINER */
.bw-card-solid {
    background: #FFF8F4; /* Light Cream Background */
    border-radius: 24px;
    padding: 60px 40px;
    margin-bottom: 60px;
    
    /* Subtle Border & Shadow */
    border: 1px solid rgba(196,140,106,0.1);
    box-shadow: 0 15px 40px rgba(196,140,106,0.05);
    
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* 2. HEADER STYLING */
.bw-card-solid h2 {
    font-family: "Playfair Display", serif;
    font-size: 42px;
    color: #4C3F3F;
    margin-bottom: 15px;
    line-height: 1.1;
}
.bw-card-solid h2 i {
    color: #C48C6A;
    font-weight: 400;
}

.bw-divider-center {
    width: 50px;
    height: 2px;
    background: #C48C6A;
    margin: 0 auto 20px auto;
    opacity: 0.5;
}

.bw-card-solid .bw-hero-sub {
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto 40px auto;
    color: #6C5656;
}

/* 3. THE GRID (2 Columns) */
.bw-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    text-align: left;
    margin-bottom: 40px;
}

/* 4. INFO BOXES */
.bw-info-box {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.03);
    box-shadow: 0 5px 20px rgba(0,0,0,0.02);
}
.bw-info-box .label {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #C48C6A;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(196,140,106,0.1);
    padding-bottom: 10px;
}

/* 5. PILLS (Tags) */
.pills-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.bw-pill {
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    color: #6C5656;
    background: #FFF8F4;
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid rgba(196,140,106,0.2);
    font-weight: 500;
}

/* 6. LIST STYLING */
.bw-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bw-list li {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #6C5656;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    line-height: 1.5;
}
.bw-list li::before {
    content: "✓";
    color: #C48C6A;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 12px;
    top: 2px;
}

/* 7. BUTTON ROW */
.bw-btn-row {
    text-align: center;
    margin-top: 20px;
}

/* MOBILE RESPONSIVENESS */
@media (max-width: 768px) {
    .bw-grid-2 { grid-template-columns: 1fr; gap: 20px; }
    .bw-card-solid { padding: 40px 20px; }
    .bw-card-solid h2 { font-size: 32px; }
    .bw-btn-primary { width: 100%; display: block; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-181da94 *//* =========================================
   STUDENT REVIEWS (Social Proof)
   ========================================= */

.bw-reviews-section {
    margin-bottom: 80px;
    padding: 0 20px;
}

.bw-review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.bw-review-card {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid rgba(196,140,106,0.15); /* Copper Border */
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    transition: transform 0.3s ease;
}

.bw-review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(196,140,106,0.1);
}

.bw-stars {
    color: #C48C6A; /* Copper Stars */
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.bw-review-text {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #6C5656;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 20px;
}

.bw-reviewer {
    display: block;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: #4C3F3F;
    font-size: 16px;
}

/* MOBILE RESPONSIVENESS */
@media (max-width: 900px) {
    .bw-review-grid {
        grid-template-columns: 1fr; /* Stack on mobile */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43a5e69 *//* =========================================
   CLASS FAQ (Brute Force Width Fix)
   ========================================= */

/* 1. CONTAINER: Force Specific Width */
.bw-native-accordion {
    display: block !important;
    margin: 0 auto 60px auto !important;
    
    /* THE FIX: Force it to be wide always */
    width: 100% !important;
    max-width: 800px !important;
    min-width: 800px !important; /* Forces it open on desktop */
}

/* 2. SECTION HEADER */
.bw-section-header h2 {
    font-family: "Playfair Display", serif;
    font-size: 42px;
    color: #4C3F3F;
    margin-bottom: 40px;
    text-align: center;
}
.bw-section-header h2 i {
    color: #C48C6A;
    font-weight: 400;
}

/* 3. THE ITEM ROW */
.bw-details { 
    display: block !important;
    width: 100% !important;
    border-bottom: 1px solid rgba(196,140,106,0.2); 
    margin-bottom: 15px; 
    box-sizing: border-box !important;
}

/* 4. THE TRIGGER */
.bw-summary { 
    display: flex !important;
    justify-content: space-between !important; 
    align-items: center !important; 
    
    width: 100% !important; 
    box-sizing: border-box !important; 
    
    padding: 20px 10px; 
    font-family: "Playfair Display", serif; 
    font-size: 20px; 
    color: #4C3F3F; 
    font-weight: 400;
    cursor: pointer; 
    list-style: none; 
    outline: none !important;
    transition: all 0.3s ease;
    border-radius: 8px;
}
.bw-summary::-webkit-details-marker { display: none; } 

/* Hover State */
.bw-summary:hover, 
.bw-details[open] .bw-summary { 
    color: #C48C6A !important; 
    background: #FFF8F4 !important; 
    padding-left: 20px !important;
}

/* 5. THE CONTENT */
.bw-details .bw-acc-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.5s ease-out, padding 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    padding: 0 10px; 
    color: #6C5656;
    line-height: 1.8;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    width: 100% !important;
}
.bw-details[open] .bw-acc-content {
    grid-template-rows: 1fr;
    opacity: 1;
    padding-bottom: 25px; 
}
.bw-acc-content p { overflow: hidden; margin: 0; min-height: 0; }

/* 6. THE ICON */
.icon { 
    font-family: "Poppins", sans-serif; 
    font-size: 24px; 
    font-weight: 300; 
    color: #4C3F3F; 
    transition: transform 0.3s ease, color 0.3s ease;
}
.bw-details[open] .icon { 
    transform: rotate(45deg); 
    color: #C48C6A; 
}

/* MOBILE FIX */
/* On mobile, we can't force 800px, so we switch back to 100% */
@media (max-width: 850px) {
    .bw-native-accordion {
        min-width: 100% !important;
        width: 100% !important;
    }
}/* End custom CSS */