 /* ── BB Light Theme: Cream bg | Maroon accents | Olive green | Gold highlights ── */

        .bb-pkg-page {
            background: #FAF7F2;
            font-family: 'Segoe UI', Arial, sans-serif;
            color: #2C1A0E;
        }

        /* ══ HERO ══ */
        .bb-hero {
            background: linear-gradient(135deg, #FDF9F2 0%, #F5EDD8 60%, #EDE4CC 100%);
            padding: 72px 20px 60px;
            text-align: center;
            position: relative;
            overflow: hidden;
            border-bottom: 3px solid #E8D9B0;
        }

        .bb-hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(200, 164, 0, 0.08) 0%, transparent 70%);
            pointer-events: none;
        }

        .bb-hero-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #3B0D0D;
            color: #E8C840;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            padding: 7px 22px;
            border-radius: 50px;
            margin-bottom: 28px;
        }

        .bb-hero h1 {
            font-size: clamp(28px, 5vw, 50px);
            font-weight: 900;
            color: #2C1A0E;
            margin: 0 0 14px;
            line-height: 1.1;
            letter-spacing: -1px;
        }

        .bb-hero h1 span {
            color: #8B1A1A;
        }

        .bb-hero p {
            color: #7A5C3A;
            font-size: 16px;
            max-width: 500px;
            margin: 0 auto 32px;
            line-height: 1.7;
        }

        .bb-hero-divider {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 6px;
        }

        .bb-hero-divider span {
            height: 4px;
            border-radius: 2px;
        }

        .bb-hero-divider span:nth-child(1) {
            width: 40px;
            background: #4A7C2F;
        }

        .bb-hero-divider span:nth-child(2) {
            width: 24px;
            background: #C8A400;
        }

        .bb-hero-divider span:nth-child(3) {
            width: 14px;
            background: #8B1A1A;
        }

        /* ══ CARDS SECTION ══ */
        .bb-pkg-body {
            background: #FAF7F2;
            padding: 56px 24px 80px;
        }

        .bb-cards-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
            max-width: 1260px;
            margin: 0 auto;
            align-items: start;
        }

        /* ══ CARD BASE ══ */
        .bb-card {
            background: #FFFFFF;
            border-radius: 20px;
            overflow: hidden;
            border: 1.5px solid #E8DFCC;
            display: flex;
            flex-direction: column;
            transition: transform 0.22s ease, box-shadow 0.22s ease;
            box-shadow: 0 2px 12px rgba(59, 13, 13, 0.07);
            height: 1650px;
            /* Set a fixed height for all cards */

        }

        .bb-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 16px 40px rgba(59, 13, 13, 0.13);
        }

        .bb-card.bb-featured {
            border-color: #C8A400;
            border-width: 2px;
            box-shadow: 0 4px 24px rgba(200, 164, 0, 0.18);
        }

        .bb-card.bb-featured:hover {
            box-shadow: 0 18px 48px rgba(200, 164, 0, 0.28);
        }

        /* ══ CARD HEADER ══ */
        .bb-ch {
            padding: 32px 26px 24px;
            text-align: center;
            position: relative;
        }

        .bb-silver .bb-ch {
            background: linear-gradient(160deg, #F8F4EC 0%, #EEE6D6 100%);
            border-bottom: 2px solid #DDD0B8;
        }

        .bb-gold .bb-ch {
            background: linear-gradient(160deg, #FDF8EC 0%, #F5EDCC 100%);
            border-bottom: 2px solid #C8A400;
        }

        .bb-royal .bb-ch {
            background: linear-gradient(160deg, #F4F9EE 0%, #E6F0D8 100%);
            border-bottom: 2px solid #4A7C2F;
        }

        .bb-popular-tag {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            background: #C8A400;
            color: #1A0800;
            font-size: 10px;
            font-weight: 800;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            padding: 5px 20px;
            border-radius: 0 0 12px 12px;
            white-space: nowrap;
        }

        .bb-icon-wrap {
            width: 68px;
            height: 68px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            margin: 0 auto 16px;
        }

        .bb-silver .bb-icon-wrap {
            background: rgba(59, 13, 13, 0.06);
            border: 2px solid rgba(59, 13, 13, 0.15);
        }

        .bb-gold .bb-icon-wrap {
            background: rgba(200, 164, 0, 0.1);
            border: 2px solid rgba(200, 164, 0, 0.4);
        }

        .bb-royal .bb-icon-wrap {
            background: rgba(74, 124, 47, 0.1);
            border: 2px solid rgba(74, 124, 47, 0.35);
        }

        .bb-plan-name {
            font-size: 22px;
            font-weight: 800;
            margin: 0 0 5px;
            letter-spacing: -0.3px;
        }

        .bb-silver .bb-plan-name {
            color: #3B0D0D;
        }

        .bb-gold .bb-plan-name {
            color: #5C1A00;
        }

        .bb-royal .bb-plan-name {
            color: #1A3D0A;
        }

        .bb-plan-tagline {
            font-size: 12px;
            font-style: italic;
            margin: 0 0 14px;
            line-height: 1.5;
        }

        .bb-silver .bb-plan-tagline {
            color: #9A7A58;
        }

        .bb-gold .bb-plan-tagline {
            color: #A07840;
        }

        .bb-royal .bb-plan-tagline {
            color: #5A7840;
        }

        .bb-price {
            font-size: 26px;
            font-weight: 900;
            letter-spacing: -0.5px;
            line-height: 1;
        }

        .bb-silver .bb-price {
            color: #3B0D0D;
        }

        .bb-gold .bb-price {
            color: #8B5000;
        }

        .bb-royal .bb-price {
            color: #2A5C10;
        }

        .bb-price small {
            font-size: 13px;
            font-weight: 400;
            margin-left: 3px;
        }

        .bb-silver .bb-price small {
            color: #A08868;
        }

        .bb-gold .bb-price small {
            color: #B89060;
        }

        .bb-royal .bb-price small {
            color: #6A9048;
        }

        .bb-guests {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 12px;
            font-weight: 600;
            padding: 5px 14px;
            border-radius: 50px;
            margin-top: 12px;
        }

        .bb-silver .bb-guests {
            background: rgba(59, 13, 13, 0.07);
            color: #5C2200;
            border: 1px solid rgba(59, 13, 13, 0.12);
        }

        .bb-gold .bb-guests {
            background: rgba(200, 164, 0, 0.12);
            color: #7A5A00;
            border: 1px solid rgba(200, 164, 0, 0.3);
        }

        .bb-royal .bb-guests {
            background: rgba(74, 124, 47, 0.1);
            color: #2A5C10;
            border: 1px solid rgba(74, 124, 47, 0.25);
        }

        /* ══ CARD BODY ══ */
        .bb-cb {
            padding: 22px 22px 22px;
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 18px;
        }

        .bb-section-head {
            font-size: 10px;
            font-weight: 800;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: #9A8070;
            display: flex;
            align-items: center;
            gap: 10px;
            margin: 0 0 10px;
        }

        .bb-section-head::after {
            content: '';
            flex: 1;
            height: 1.5px;
            background: #EDE8DF;
        }

        .bb-menu-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            border: 1.5px solid #EDE8DF;
            border-radius: 12px;
            overflow: hidden;
            background: #FDFAF5;
        }

        .bb-mi {
            display: flex;
            align-items: flex-start;
            gap: 8px;
            padding: 8px 11px;
            font-size: 12.5px;
            color: #4A3020;
            border-bottom: 1px solid #EDE8DF;
            line-height: 1.35;
        }

        .bb-mi:nth-child(odd) {
            border-right: 1px solid #EDE8DF;
        }

        .bb-mi.bb-span {
            grid-column: 1 / -1;
            border-right: none;
        }

        .bb-mi:last-child {
            border-bottom: none;
        }

        .bb-mi:nth-last-child(2):nth-child(odd) {
            border-bottom: none;
        }

        .bb-mdot {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            flex-shrink: 0;
            margin-top: 4px;
        }

        .bb-silver .bb-mdot {
            background: #8B1A1A;
        }

        .bb-gold .bb-mdot {
            background: #C8A400;
        }

        .bb-royal .bb-mdot {
            background: #4A7C2F;
        }

        .bb-table {
            background: #FDFAF5;
            border: 1.5px solid #EDE8DF;
            border-radius: 12px;
            overflow: hidden;
        }

        .bb-tr {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 14px;
            font-size: 13px;
            border-bottom: 1px solid #EDE8DF;
        }

        .bb-tr:last-child {
            border-bottom: none;
        }

        .bb-tr:nth-child(even) {
            background: #F8F4EC;
        }

        .bb-tl {
            color: #7A6050;
        }

        .bb-tv {
            font-weight: 700;
            color: #2C1A0E;
            text-align: right;
        }

        .bb-tv.y {
            color: #3A7020;
        }

        .bb-tv.n {
            color: #C0A898;
        }

        .bb-tv.o {
            color: #B08800;
        }

        .bb-cta {
            display: block;
            text-align: center;
            padding: 14px 20px;
            border-radius: 10px;
            font-size: 14px;
            font-weight: 800;
            letter-spacing: 0.04em;
            cursor: pointer;
            text-decoration: none;
            border: none;
            margin-top: auto;
            transition: opacity 0.15s, transform 0.15s;
        }

        .bb-cta:hover {
            opacity: 0.88;
            transform: scale(0.985);
        }

        .bb-silver .bb-cta {
            background: #3B0D0D;
            color: #ffffff;
        }

        .bb-gold .bb-cta {
            background: #C8A400;
            color: #1A0800;
            box-shadow: 0 4px 14px rgba(200, 164, 0, 0.35);
        }

        .bb-royal .bb-cta {
            background: #4A7C2F;
            color: #ffffff;
            box-shadow: 0 4px 14px rgba(74, 124, 47, 0.3);
        }

        .bb-footer-band {
            background: linear-gradient(135deg, #3B0D0D 0%, #5C1A00 100%);
            text-align: center;
            padding: 36px 20px;
            border-top: 3px solid #C8A400;
        }

        .bb-footer-band p {
            color: rgba(255, 255, 255, 0.6);
            font-size: 14px;
            margin: 0 0 8px;
        }

        .bb-footer-band strong {
            color: #E8C840;
            font-size: 16px;
            font-weight: 700;
        }

        @media (max-width: 960px) {
            .bb-cards-grid {
                grid-template-columns: 1fr;
                max-width: 540px;
            }
        }

        .bb-contact-box {
            margin-top: -10px;
            padding: 20px;
            background: #FDFAF5;
            border: 1.5px solid #EDE8DF;
            border-radius: 12px;
        }

        .bb-contact-box h5 {
            font-size: 18px;
            font-weight: 800;
            color: #2C1A0E;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .bb-contact-item {
            font-size: 14px;
            color: #4A3020;
            line-height: 1.8;
            padding: 8px 0;
            border-bottom: 1px solid #EDE8DF;
        }

        .bb-contact-item:last-child {
            border-bottom: none;
        }

        .bb-contact-item strong {
            color: #3B0D0D;
            font-weight: 700;
        }

        .bb-hero {
            position: relative;
            height: 500px;
            background: url('../images/wedding-catering.png') center center/cover no-repeat;
            overflow: hidden;
        }

        .bb-hero::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.45);
            /* Overlay */
        }

        @media (max-width: 575px) {
            .bb-hero {
                height: 150px;
            }
        }

        /* =========================================================
       WEDDING CONTACT MODAL
    ========================================================= */

        .wedding-contact-modal .modal-dialog {
            max-width: 760px;
        }

        .wedding-contact-modal .modal-content {
            border: 0;
            border-radius: 24px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 25px 80px rgba(59, 13, 13, 0.25);
        }

        /* Header */
        .wedding-modal-header {
            position: relative;
            padding: 28px 30px;
            background: linear-gradient(135deg, #3B0D0D 0%, #5C1A00 100%);
            color: #fff;
            border: 0;
        }

        .wedding-modal-header::after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 3px;
            background: linear-gradient(90deg,
                    #4A7C2F,
                    #C8A400,
                    #8B1A1A);
        }

        .wedding-modal-title-wrap {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .wedding-modal-icon {
            width: 52px;
            height: 52px;
            min-width: 52px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(232, 200, 64, 0.12);
            border: 1px solid rgba(232, 200, 64, 0.35);
            color: #E8C840;
            font-size: 22px;
        }

        .wedding-modal-title {
            margin: 0;
            font-size: 22px;
            font-weight: 800;
            color: #fff;
        }

        .wedding-modal-subtitle {
            margin: 4px 0 0;
            font-size: 13px;
            color: rgba(255, 255, 255, 0.68);
        }

        .wedding-modal-close {
            position: absolute;
            right: 20px;
            top: 18px;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, .2);
            background: rgba(255, 255, 255, .08);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 16px;
            transition: .2s;
        }

        .wedding-modal-close:hover {
            background: #fff;
            color: #3B0D0D;
        }

        /* Body */
        .wedding-modal-body {
            padding: 30px;
        }

        /* Package selected */
        .wedding-selected-package {
            display: flex;
            align-items: center;
            gap: 10px;
            background: #FDFAF5;
            border: 1px solid #E8DFCC;
            border-radius: 12px;
            padding: 12px 15px;
            margin-bottom: 22px;
        }

        .wedding-selected-package i {
            color: #C8A400;
        }

        .wedding-selected-package span {
            font-size: 13px;
            color: #7A6050;
        }

        .wedding-selected-package strong {
            color: #3B0D0D;
        }

        /* Inputs */
        /* =========================================================
       FORM INPUT
    ========================================================= */

        .wedding-form-group {
            position: relative;
            margin-bottom: 20px;
        }

        .wedding-input-wrap {
            position: relative;
        }

        .wedding-input-icon {
            position: absolute;
            left: 16px;
            top: 50%;
            transform: translateY(-50%);
            width: 18px;
            text-align: center;
            color: #9A8070;
            font-size: 14px;
            z-index: 3;
            pointer-events: none;
        }

        .wedding-input-wrap.textarea-wrap .wedding-input-icon {
            top: 17px;
            transform: none;
        }

        .wedding-form-control {
            width: 100%;
            min-height: 52px;
            border: 1.5px solid #E8DFCC;
            border-radius: 11px;
            background: #FDFAF5;
            padding: 13px 15px 13px 46px;
            font-size: 14px;
            color: #2C1A0E;
            outline: none;
            transition: all 0.2s ease;
        }

        .wedding-form-control::placeholder {
            color: #A89585;
        }

        .wedding-form-control:focus {
            border-color: #C8A400;
            background: #fff;
            box-shadow: 0 0 0 3px rgba(200, 164, 0, 0.09);
        }

        /* Valid */
        .wedding-form-control.is-valid {
            border-color: #4A7C2F;
        }

        /* Invalid */
        .wedding-form-control.is-invalid {
            border-color: #C62828;
            background: #FFF9F9;
        }

        textarea.wedding-form-control {
            min-height: 115px;
            resize: vertical;
            padding-top: 14px;
        }

        /* Error message */

        .wedding-field-error {
            display: none;
            color: #C62828;
            font-size: 11px;
            font-weight: 600;
            margin-top: 6px;
            padding-left: 4px;
        }

        .wedding-field-error.show {
            display: block;
        }

        .wedding-field-error i {
            margin-right: 4px;
        }

        .wedding-form-control {
            width: 100%;
            min-height: 50px;
            border: 1.5px solid #E8DFCC;
            border-radius: 11px;
            background: #FDFAF5;
            padding: 12px 15px 12px 43px;
            font-size: 14px;
            color: #2C1A0E;
            outline: none;
            transition: .2s;
        }

        .wedding-form-control:focus {
            border-color: #C8A400;
            background: #fff;
            box-shadow: 0 0 0 3px rgba(200, 164, 0, 0.09);
        }

        textarea.wedding-form-control {
            min-height: 115px;
            resize: vertical;
            padding-top: 14px;
        }

        /* Contact options */
        .wedding-contact-options {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
            margin-top: 5px;
            margin-bottom: 22px;
        }

        .wedding-direct-contact {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 13px 15px;
            border-radius: 12px;
            text-decoration: none;
            transition: .2s;
        }

        .wedding-call-box {
            background: #F7F1ED;
            border: 1px solid #E5D8CD;
            color: #3B0D0D;
        }

        .wedding-whatsapp-box {
            background: #EFF7EA;
            border: 1px solid #D4E5CA;
            color: #2A5C10;
        }

        .wedding-direct-contact:hover {
            transform: translateY(-2px);
        }

        .wedding-direct-icon {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .wedding-call-box .wedding-direct-icon {
            background: #3B0D0D;
            color: #fff;
        }

        .wedding-whatsapp-box .wedding-direct-icon {
            background: #4A7C2F;
            color: #fff;
        }

        .wedding-direct-contact small {
            display: block;
            font-size: 10px;
            text-transform: uppercase;
            letter-spacing: .08em;
            color: #9A8070;
            margin-bottom: 2px;
        }

        .wedding-direct-contact strong {
            display: block;
            font-size: 13px;
        }

        /* Submit */
        .wedding-submit-btn {
            width: 100%;
            border: 0;
            border-radius: 11px;
            padding: 14px 20px;
            background: linear-gradient(135deg, #8B1A1A, #5C1A00);
            color: #fff;
            font-size: 14px;
            font-weight: 800;
            letter-spacing: .04em;
            cursor: pointer;
            transition: .2s;
            box-shadow: 0 5px 16px rgba(59, 13, 13, .2);
        }

        .wedding-submit-btn:hover {
            transform: translateY(-1px);
            box-shadow: 0 8px 22px rgba(59, 13, 13, .25);
        }

        .wedding-submit-btn i {
            margin-right: 7px;
        }

        /* Footer note */
        .wedding-modal-note {
            text-align: center;
            color: #9A8070;
            font-size: 11px;
            margin: 13px 0 0;
        }

        @media (max-width: 575px) {

            .wedding-contact-modal .modal-dialog {
                margin: 10px;
            }

            .wedding-modal-header {
                padding: 23px 20px;
            }

            .wedding-modal-body {
                padding: 20px;
            }

            .wedding-modal-title {
                font-size: 18px;
            }

            .wedding-contact-options {
                grid-template-columns: 1fr;
            }
        }