/* NAVBAR */
.custom-navbar {
    background-color: #81312E;
    padding: 12px 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    padding: 0;
    margin-left: 0 !important;
}

.navbar-logo-img {
    height: 48px;
    width: auto;
    display: block;
}
.brand-main {
    font-family: 'Great Vibes', cursive;
    font-size: 32px;
}

.brand-sub {
    font-family: 'Inria Serif', serif;
    font-size: 14px;
    letter-spacing: 2px;
}

.nav-link {
    color: white !important;
    margin-left: 20px;
    font-weight: 500;
}

.nav-link.active {
    color: #f4a261 !important;
}

.nav-link {
    color: white !important;
    transition: 0.3s;
}

.nav-link:hover {
    color: #f4a261 !important; /* same gold/orange as active */
}


/* HERO SECTION */
.hero {
    position: relative;
    height: 90vh;
    background: url("images/1HOME/bg1.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Dark overlay */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}
    
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.hero-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; /* slightly more spacing */
}

.hero-logo {
    width: 120px;
}

.hero-title {
    font-size: 90px;
    font-family: serif;
    font-style: italic;
    margin: 0;
}

/* RIZ'S (Script Logo) */
.hero-title,
.brand-main {
    font-family: 'Great Vibes', cursive;
}

.subtitle {
    letter-spacing: 2px;
    font-size: 14px;
}

.subtitle,
.navbar-brand small {
    font-family: 'Inria Serif', serif;
    letter-spacing: 2px;
}


.tagline {
    font-size: 36px;
    margin-top: 20px;
}

/* Buttons */
.btn-custom {
    background-color: #d17a45;
    color: white;
    padding: 12px 25px;
    border-radius: 30px;
    margin: 10px;
    border: none;
    transition: 0.3s;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.btn-custom:hover {
    background-color: #81312E;
    color: white;
}

h2 {
        font-family: 'Inria Serif', serif;
    letter-spacing: 2px;
}

body {
    font-family: 'Roboto', sans-serif;
}

/* Icon Navigation Section */
.icon-nav-section {
    background-color: #f5ece1; /* Cream/Off-white background */
    padding: 60px 0;
    text-align: center;
}

.icon-container {
    display: flex;
    justify-content: center;
    gap: 80px; /* Adjust spacing between icons */
    max-width: 1200px;
    margin: 0 auto;
}

.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.icon-item:hover {
    transform: translateY(-5px);
}

.icon-item img {
    width: 60px; /* Adjust based on your icon size */
    height: auto;
    margin-bottom: 15px;
}

.icon-item p {
    color: #c06c39; /* Copper/Orange color from image */
    font-family: 'Serif', 'Georgia', serif;
    font-size: 1.2rem;
    font-weight: 500;
}

/* Memorable Section Heading */
.memorable-section {
    background-color: #333; /* Dark background as seen in the image transition */
    padding: 80px 20px 40px 20px;
    text-align: center;
    color: white;
}

.heading-wrapper {
    display: inline-block;
}

.memorable-text {
    font-size: 2.2rem;
    font-family: 'Serif', 'Georgia', serif;
    font-weight: normal;
    margin-bottom: 10px;
}

.riz-script {
    font-family: 'Cursive', 'Brush Script MT', cursive;
    font-size: 3.5rem;
    color: white;
    margin-left: 10px;
}

.heading-line {
    border: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    margin: 0 auto;
}

/* ===== SECTION 2 ===== */
.section2 {
    position: relative;
    padding: 80px 20px;
    text-align: center;
background: linear-gradient(rgba(40,20,5,0.55), rgba(40,20,5,0.55)),
            url("images/1HOME/bg2.jpg") center/cover no-repeat;
    color: white;
}
.s2-title {
    font-family: 'Inria Serif', serif;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 18px;
}
.s2-title .script {
    font-family: 'Great Vibes', cursive;
    font-size: 2.8rem;
}
.s2-line {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.5);
    width: 80%;
    margin: 0 auto 36px;
}
.s2-photos {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 44px;
    flex-wrap: wrap;
}
.s2-photos img {
    width: 280px;
    height: 310px;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.45);
}
.s2-text {
    font-family: 'Inria Serif', serif;
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 2;
    max-width: 820px;
    margin: 0 auto;
}

/* ===== SECTION 3 ===== */
.section3 {
    background-color: #f5ece0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
    padding: 70px 20px;
    text-align: center;
}
.s3-title {
    font-family: 'Inria Serif', serif;
    font-size: 2.4rem;
    font-weight: 400;
    color: #7a2020;
    margin-bottom: 40px;
}
.s3-title .script {
    font-family: 'Great Vibes', cursive;
    font-size: 3.2rem;
}
.s3-grid {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}
.s3-card {
    width: 290px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}
.s3-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
.s3-caption {
    background-color: #c1622a;
    color: white;
    padding: 16px 18px 12px;
    text-align: left;
}
.s3-caption h3 {
    font-family: 'Inria Serif', serif;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 8px;
    letter-spacing: 0.5px;
}
.s3-caption p {
    font-family: 'Roboto', sans-serif;
    font-size: 0.88rem;
    line-height: 1.6;
    margin: 0 0 10px;
}
.s3-stars {
    text-align: right;
    font-size: 1.1rem;
    color: #f4c15a;
    letter-spacing: 4px;
}
.s3-viewmenu {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #7a2020;
    text-decoration: none;
    border-bottom: 2px solid #7a2020;
    padding-bottom: 3px;
    transition: opacity 0.2s;
}
.s3-viewmenu:hover {
    opacity: 0.7;
}

/* ===== SECTION 4 ===== */
.section4 {
    background-color: #7a2020;
    padding: 60px 40px;
    text-align: center;
    color: white;
}
.s4-title {
    font-family: 'Inria Serif', serif;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 50px;
}
.s4-title .script {
    font-family: 'Great Vibes', cursive;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}
.s4-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}
.s4-item {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.s4-item img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.s4-item p {
    font-family: 'Roboto', sans-serif;
    font-size: 0.88rem;
    line-height: 1.75;
    color: white;
    margin: 0;
}

/* ===== SECTION 5: TESTIMONIALS ===== */
.section5 {
    background-color: #f5ece0;
    padding: 70px 60px 0;
}
.section5 .container {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.s5-left {
    flex: 1;
}
.s5-title {
    font-family: 'Inria Serif', serif;
    font-size: 2rem;
    font-weight: 400;
    color: #7a2020;
    margin-bottom: 20px;
}
.s5-title .script {
    font-family: 'Great Vibes', cursive;
    font-size: 2.8rem;
}
.s5-desc {
    font-family: 'Inria Serif', serif;
    font-size: 1rem;
    line-height: 2;
    color: #7a2020;
}
.s5-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}
.s5-testimonial-box {
    border: 1.5px solid #7a2020;
    border-radius: 6px;
    padding: 20px;
    background: white;
    width: 100%;
    min-height: 180px;
}
.s5-review {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.s5-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.s5-review-text {
    font-family: 'Roboto', sans-serif;
    font-size: 0.95rem;
    color: #222;
    margin: 0 0 6px;
}
.s5-reply {
    font-size: 0.8rem;
    color: #888;
    cursor: pointer;
}
.s5-dots {
    display: flex;
    gap: 8px;
}
.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
}
.dot.active {
    background-color: #7a2020;
}
.s5-divider {
    border: none;
    border-top: 1px solid #c9b49a;
    max-width: 100%;
    margin: 0;
    position: relative;
}
.s5-divider::after {
    content: '▼';
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-60%);
    color: #7a2020;
    font-size: 1rem;
    background: #f5ece0;
    padding: 0 6px;
}

/* ===== SECTION 6: FEATURES + CTA ===== */
.section6 {
    background-color: #f5ece0;
    padding: 60px 40px;
}
.s6-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto 50px;
}
.s6-card {
    background-color: #c1763a;
    border-radius: 8px;
    padding: 30px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}
.s6-card img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.s6-card p {
    font-family: 'Inria Serif', serif;
    font-size: 0.95rem;
    color: white;
    margin: 0;
    letter-spacing: 0.5px;
}
.s6-cta {
    text-align: center;
}
.s6-cta-title {
    font-family: 'Inria Serif', serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #7a2020;
    margin-bottom: 20px;
}
.s6-cta-title .script {
    font-family: 'Great Vibes', cursive;
    font-size: 2.4rem;
}
.s6-btn {
    background-color: #c1763a;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 2px;
    padding: 12px 36px;
    border-radius: 30px;
    border: none;
    transition: background 0.3s;
}
.s6-btn:hover {
    background-color: #a3602e;
    color: white;
}

/* ===== FOOTER ===== */
.site-footer {
    background-color: #7a2020;
    padding: 50px 20px 30px;
    text-align: center;
    color: white;
}
.footer-script {
    font-family: 'Great Vibes', cursive;
    font-size: 3.5rem;
    color: white;
    display: block;
}
.footer-sub {
    font-family: 'Inria Serif', serif;
    font-size: 0.9rem;
    letter-spacing: 3px;
    color: white;
    margin: 4px 0 20px;
}
.footer-info p {
    font-family: 'Roboto', sans-serif;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.85);
    margin: 6px 0;
}
.footer-socials {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 16px;
}
.footer-socials a img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: opacity 0.2s;
}
.footer-socials a:hover img {
    opacity: 0.7;
}

        /* ===== ABOUT HERO ===== */
        .about-hero {
            position: relative;
            height: 55vh;
            min-height: 380px;
            background: url("images/2ABOUT/bg1.jpg") center/cover no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
        .about-hero .overlay {
            background: rgba(0,0,0,0.52);
        }
        .about-hero-content {
            position: relative;
            z-index: 2;
            color: white;
        }
        .about-hero-content h1 {
            font-family: 'Inria Serif', serif;
            font-size: 3.2rem;
            font-weight: 700;
            letter-spacing: 8px;
            text-transform: uppercase;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 18px;
        }
        .about-hero-content h1 img {
            width: 64px;
            height: 64px;
            object-fit: contain;
            border-radius: 50%;
        }
        .about-hero-content p {
            font-family: 'Inria Serif', serif;
            font-size: 1.05rem;
            letter-spacing: 1px;
            font-style: italic;
            color: rgba(255,255,255,0.88);
        }

        /* ===== ABOUT PHOTO STRIP ===== */
        .about-photo-strip {
            display: flex;
            gap: 0;
            height: 260px;
            overflow: hidden;
        }
        .about-photo-strip img {
            flex: 1;
            object-fit: cover;
            min-width: 0;
            transition: flex 0.4s ease;
        }
        .about-photo-strip img:hover {
            flex: 1.6;
        }

        /* ===== STORY SECTION ===== */
        .about-story {
            background-color: #fdf6ee;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");
            padding: 72px 40px 60px;
        }
        .story-heading {
            font-family: 'Inria Serif', serif;
            font-size: 2rem;
            font-weight: 400;
            color: #7a2020;
            margin-bottom: 36px;
        }
        .story-heading span {
            font-family: 'Great Vibes', cursive;
            font-size: 2.8rem;
            font-style: normal;
        }
        .story-body p {
            font-family: 'Inria Serif', serif;
            font-size: 1.05rem;
            font-weight: 300;
            line-height: 2;
            color: #4a2010;
            margin-bottom: 28px;
            padding-left: 20px;

        }
        .story-body p strong {
            font-weight: 700;
            color: #7a2020;
        }

        /* ===== MARQUEE BRAND BAR ===== */
        .brand-bar {
            background-color: #863834;
            padding: 14px 0;
            overflow: hidden;
            white-space: nowrap;
        }
        .brand-bar-track {
            display: inline-flex;
            animation: marquee-brand 18s linear infinite;
        }
.brand-bar-track span {
    font-family: 'Great Vibes', cursive;
    font-size: 1.5rem;
    color: white;
    margin-right: 10px;
    opacity: 0.9;
    line-height: 1;
}

.brand-bar-track em {
    font-family: 'Inria Serif', serif;
    font-size: 1rem;
    letter-spacing: 3px;
    color: rgba(255,255,255,0.7);
    font-style: normal;
    margin-right: 40px;
    vertical-align: middle;
    line-height: 1;
}

.brand-bar-track img {
    height: 36px;
    width: auto;
    object-fit: contain;
    margin-right: 60px;
    flex-shrink: 0;
    opacity: 1; /* Change from 0.9 to 1 */
    filter: none; /* Ensure no filters are inherited */
}
        @keyframes marquee-brand {
            0%   { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        /* ===== CLIENTS & LOCATIONS SECTION ===== */
        .about-split {
            position: relative;
            min-height: 420px;
            display: flex;
        }
        .split-bg {
            position: absolute;
            inset: 0;
            background: url("images/2ABOUT/bg2.jpg") center/cover no-repeat;
        }
        .split-bg-overlay {
            position: absolute;
            inset: 0;
            background: rgba(80, 15, 10, 0.72);
        }
        .split-content {
            position: relative;
            z-index: 2;
            display: flex;
            width: 100%;
        }
        .split-half {
            flex: 1;
            padding: 72px 60px;
            color: white;
        }
        .split-half + .split-half {
            border-left: 1px solid rgba(255,255,255,0.2);
        }
        .split-half h2 {
            font-family: 'Great Vibes', cursive;
            font-size: 3.2rem;
            font-weight: 400;
            color: white;
            margin-bottom: 24px;
            letter-spacing: 0;
        }
        .split-half p {
            font-family: 'Roboto', sans-serif;
            font-size: 0.92rem;
            line-height: 1.9;
            color: rgba(255,255,255,0.88);
            font-weight: 400;
        }

        /* ===== SCROLLING PHOTO STRIP ===== */
        .photo-scroll-section {
            background-color: #f5ece0;
            padding: 0;
            overflow: hidden;
        }
        .photo-scroll-track {
            display: flex;
            gap: 0;
            animation: scroll-photos 28s linear infinite;
            width: max-content;
        }
        .photo-scroll-track:hover {
            animation-play-state: paused;
        }
        .photo-scroll-track img {
            width: 240px;
            height: 180px;
            object-fit: cover;
            flex-shrink: 0;
            display: block;
            filter: brightness(0.9);
            transition: filter 0.3s;
        }
        .photo-scroll-track img:hover {
            filter: brightness(1.05);
        }
        @keyframes scroll-photos {
            0%   { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 768px) {
            .about-hero-content h1 { font-size: 2rem; letter-spacing: 4px; }
            .split-content { flex-direction: column; }
            .split-half { padding: 50px 30px; }
            .split-half + .split-half { border-left: none; border-top: 1px solid rgba(255,255,255,0.2); }
            .about-photo-strip { height: 160px; }
            .values-grid { gap: 24px; }
            .story-body p { padding-left: 14px; }
        }

        /* ===== EVENTS PAGE ===== */

/* Page Background */
body {
    background-color: #f5ece0;
}

/* Intro */
.events-intro {
    background-color: #f5ece0;
    padding: 64px 20px 40px;
    text-align: center;
}
.events-intro h2 {
    font-family: 'Inria Serif', serif;
    font-size: 2.2rem;
    font-weight: 400;
    color: #7a2020;
    margin-bottom: 18px;
    letter-spacing: 1px;
}
.events-intro h2 .script {
    font-family: 'Great Vibes', cursive;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0;
}
.events-intro p {
    font-family: 'Inria Serif', serif;
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1.9;
    color: #4a2010;
    max-width: 740px;
    margin: 0 auto;
}

/* Video Section */
.events-video-wrap {
    background-color: #f5ece0;
    padding: 0 60px 50px;
}
.events-video-wrap video {
    width: 100%;
    display: block;
    border-radius: 6px;
    box-shadow: 0 8px 32px rgba(80,20,10,0.18);
    max-height: 520px;
    object-fit: cover;
    background-color: #c1a08a;
}

/* Gallery */
.events-gallery {
    background-color: #f5ece0;
    padding: 10px 60px 70px;
}   
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.gallery-grid img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    border-radius: 3px;
    transition: transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    filter: brightness(0.95);
}
.gallery-grid img:hover {
    transform: scale(1.03);
    filter: brightness(1.05);
    box-shadow: 0 6px 22px rgba(80,20,10,0.22);
    z-index: 2;
    position: relative;
}

/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.lightbox.active {
    display: flex;
}
.lightbox img {
    max-width: 88vw;
    max-height: 88vh;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 12px 48px rgba(0,0,0,0.6);
}
.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 2.2rem;
    cursor: pointer;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    opacity: 0.8;
    transition: opacity 0.2s;
}
.lightbox-close:hover { opacity: 1; }
.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 2.5rem;
    cursor: pointer;
    background: rgba(0,0,0,0.3);
    border: none;
    padding: 10px 18px;
    border-radius: 4px;
    transition: background 0.2s;
}
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }
.lightbox-prev:hover,
.lightbox-next:hover { background: rgba(0,0,0,0.6); }

/* Responsive */
@media (max-width: 900px) {
    .events-video-wrap,
    .events-gallery { padding-left: 20px; padding-right: 20px; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 6px; }
}
@media (max-width: 480px) {
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .events-intro h2 { font-size: 1.6rem; }
    .events-intro h2 .script { font-size: 2.2rem; }
}

/* ===== SERVICES PAGE ===== */

/* --- Section 1: Hero --- */
.services-1 {
    position: relative;
    height: 55vh;
    min-height: 340px;
    background: url("images/4SERVICES/bg1.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.services-1-content {
    position: relative;
    z-index: 2;
    color: white;
}
.services-1-content h1 {
    font-family: 'Inria Serif', serif;
    font-size: 3.4rem;
    font-weight: 700;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.services-1-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 18px;
}
.services-1-divider .line {
    display: block;
    width: 120px;
    height: 1px;
    background: rgba(255,255,255,0.7);
}
.services-1-divider .diamond {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.8);
}
.services-1-tagline {
    font-family: 'Inria Serif', serif;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0;
}
.services-1-tagline .script {
    font-family: 'Great Vibes', cursive;
    font-size: 2.4rem;
    font-weight: 400;
}

/* --- Brand Bar (shared, reused from about page) --- */
.brand-bar {
    background-color: #81312E;
    padding: 14px 0;
    overflow: hidden;
    white-space: nowrap;
}
.brand-bar-track {
    display: inline-flex;
    animation: marquee-brand 18s linear infinite;
}
.brand-bar-track span {
    font-family: 'Great Vibes', cursive;
    font-size: 1.5rem;
    color: white;
    margin-right: 10px;
    opacity: 0.9;
}
.brand-bar-track em {
    font-family: 'Inria Serif', serif;
    font-size: 0.7rem;
    letter-spacing: 3px;
    color: rgba(255,255,255,0.7);
    font-style: normal;
    margin-right: 40px;
    vertical-align: middle;
}
@keyframes marquee-brand {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* --- Section 2: Celebration Offers --- */
.services-2 {
    background-color: #fdf6ee;
    padding: 72px 40px 60px;
}
.services-2-title {
    font-family: 'Inria Serif', serif;
    font-size: 2.2rem;
    font-weight: 400;
    color: #7a2020;
    margin-bottom: 56px;
    letter-spacing: 1px;
}
.services-2-title .script {
    font-family: 'Great Vibes', cursive;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0;
}
.services-2-grid {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    max-width: 960px;
    margin: 0 auto 52px;
}
.services-2-item {
    flex: 1;
    padding: 0 40px;
    text-align: center;
}
.services-2-item img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
    filter: sepia(1) saturate(2) hue-rotate(320deg) brightness(0.6);
}
.services-2-item h3 {
    font-family: 'Inria Serif', serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #7a2020;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
}
.services-2-item p {
    font-family: 'Roboto', sans-serif;
    font-size: 0.88rem;
    line-height: 1.85;
    color: #4a2010;
    margin: 0;
    text-align: justify;
}
.services-2-divider {
    width: 1px;
    background-color: #c9b49a;
    align-self: stretch;
    min-height: 200px;
    flex-shrink: 0;
}

/* Add-ons row */
.services-2-addons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0 20px;
    border-top: 1px solid #c9b49a;
    border-bottom: 1px solid #c9b49a;
    padding: 18px 0;
    max-width: 960px;
    margin: 0 auto;
}

.services-2-addons span {
    font-family: 'Roboto', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #7a2020;
    text-transform: uppercase;
    white-space: nowrap;
}

/* --- Section 3: Menu Selections Hero --- */
.services-3 {
    position: relative;
    min-height: 380px;
    background: url("images/4SERVICES/bg2.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.services-3 .overlay {
    background: rgba(60,10,5,0.62);
}
.services-3-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 0 20px;
}
.services-3-sub {
    font-family: 'Inria Serif', serif;
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.88);
    margin-bottom: 14px;
}
.services-3-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 18px;
}
.services-3-divider .line {
    display: block;
    width: 100px;
    height: 1px;
    background: rgba(255,255,255,0.55);
}
.services-3-divider .diamond {
    font-size: 0.65rem;
    color: rgba(255,255,255,0.7);
}
.services-3-title {
    font-family: 'Inria Serif', serif;
    font-size: 2.4rem;
    font-weight: 400;
    color: white;
    margin: 0;
    letter-spacing: 1px;
}
.services-3-title .script {
    font-family: 'Great Vibes', cursive;
    font-size: 3.4rem;
    font-weight: 400;
    letter-spacing: 0;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .services-1-content h1 { font-size: 2.2rem; letter-spacing: 5px; }
    .services-2-grid { flex-direction: column; align-items: center; }
    .services-2-divider { width: 80%; height: 1px; min-height: unset; align-self: auto; }
    .services-2-item { padding: 30px 20px; }
    .services-2-addons { gap: 10px 20px; }
    .services-3-title { font-size: 1.8rem; }
    .services-3-title .script { font-size: 2.6rem; }
}

/* ===== SECTION 4: SIGNATURE FAVORITES CAROUSEL ===== */
.services-4 {
    background-color: #fdf6ee;
    padding: 72px 40px 64px;
    text-align: center;
}
.services-4-title {
    font-family: 'Inria Serif', serif;
    font-size: 2.4rem;
    font-weight: 400;
    color: #7a2020;
    margin-bottom: 56px;
    letter-spacing: 1px;
}
.services-4-title .script {
    font-family: 'Great Vibes', cursive;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0;
}

/* 3-card group per slide */
.sig-slide-group {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    padding: 90px 0 20px;
    min-height: 420px;
}

/* Individual card */
.carousel-card {
    background-color: #c1763a;
    border-radius: 24px;
    padding: 0 0 30px;
    position: relative;
    text-align: center;
    flex: 1;
    margin: 0 14px;
    margin-top: 0;
}
.carousel-img-wrap {
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    width: 155px;
    height: 155px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fdf6ee;
}
.carousel-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.carousel-body {
    padding: 96px 22px 0;
}
.carousel-stars {
    color: #f4c15a;
    font-size: 1.3rem;
    letter-spacing: 4px;
    margin-bottom: 10px;
}
.carousel-name {
    font-family: 'Inria Serif', serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}
.carousel-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 0.82rem;
    line-height: 1.75;
    color: rgba(255,255,255,0.9);
    margin: 0;
}

/* Arrow buttons */
.sig-prev,
.sig-next {
    width: auto;
    opacity: 1;
}
.sig-prev { left: -40px; }
.sig-next { right: -40px; }
.sig-arrow {
    font-size: 2.2rem;
    color: #7a2020;
    font-family: 'Inria Serif', serif;
    line-height: 1;
}
.sig-prev:hover .sig-arrow,
.sig-next:hover .sig-arrow {
    color: #c1763a;
}

/* Dots */
.sig-dots {
    position: static;
    margin-top: 36px;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.sig-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #c9b49a;
    border: none;
    padding: 0;
    opacity: 1;
}
.sig-dots button.active {
    background-color: #7a2020;
}

/* Responsive */
@media (max-width: 768px) {
    .sig-slide-group { flex-direction: column; align-items: center; padding-top: 0; gap: 100px; }
    .carousel-card { width: 80%; margin: 0 auto; }
    .sig-prev { left: 0; }
    .sig-next { right: 0; }
}

/* ===== SECTION 5: MENU ===== */

/* Header */
.services-5-header {
    background-color: #7a2020;
    padding: 52px 40px 40px;
    text-align: center;
    color: white;
}
.services-5-header h2 {
    font-family: 'Inria Serif', serif;
    font-size: 2rem;
    font-weight: 400;
    color: white;
    letter-spacing: 1px;
    margin-bottom: 16px;
}
.services-5-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 0.95rem;
    line-height: 1.85;
    color: rgba(255,255,255,0.88);
    max-width: 640px;
    margin: 0 auto 12px;
}
.services-5-note {
    font-family: 'Inria Serif', serif;
    font-size: 0.82rem;
    font-style: italic;
    color: rgba(255,255,255,0.65);
    margin: 0;
}

/* Body */
.services-5-body {
    background-color: #fdf6ee;
    padding: 0 60px 72px;
}

/* Tabs */
.menu-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 32px;
    padding: 28px 0 20px;
    border-bottom: 1px solid #d9c9b8;
    margin-bottom: 40px;
}
.menu-tab {
    background: none;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #7a4a2a;
    cursor: pointer;
    padding: 6px 0;
    border-bottom: 2px solid transparent;
    transition: color 0.2s, border-color 0.2s;
    text-transform: uppercase;
}
.menu-tab:hover {
    color: #7a2020;
}
.menu-tab.active {
    color: #7a2020;
    border-bottom: 2px solid #7a2020;
}

/* Panels */
.menu-panel {
    display: none;
}
.menu-panel.active {
    display: block;
}

/* Grid — 3 columns, 2 rows = 6 cards */
.menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
}

/* 5-card grid: row 1 has 3, row 2 has 2 centered */
.menu-grid-5 {
    grid-template-columns: repeat(6, 1fr);
}
.menu-grid-5 .menu-card:nth-child(-n+3) {
    grid-column: span 2;
}
.menu-grid-5 .menu-card:nth-child(4) {
    grid-column: 2 / span 2;
}
.menu-grid-5 .menu-card:nth-child(5) {
    grid-column: 4 / span 2;
}

/* Individual card */
.menu-card {
    background: white;
    border: 1px solid #e0d0be;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
}
.menu-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}
.menu-card h4 {
    font-family: 'Inria Serif', serif;
    font-size: 1rem;
    font-weight: 700;
    color: #c1763a;
    margin: 14px 12px 8px;
}
.menu-card p {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    line-height: 1.7;
    color: #5a3a20;
    margin: 0 14px 16px;
}

/* Responsive */
@media (max-width: 900px) {
    .services-5-body { padding: 0 20px 60px; }
    .menu-grid { grid-template-columns: repeat(2, 1fr); }
    .menu-grid-5 { grid-template-columns: repeat(2, 1fr); }
    .menu-grid-5 .menu-card { grid-column: span 1 !important; }
}
@media (max-width: 480px) {
    .menu-grid,
    .menu-grid-5 { grid-template-columns: 1fr; }
    .menu-grid-5 .menu-card { grid-column: span 1 !important; }
    .menu-tabs { gap: 0 16px; }
}

/* ===== CONTACT PAGE ===== */

/* Section 1: Hero */
.contact-1 {
    position: relative;
    height: 55vh;
    min-height: 360px;
    background: url("images/3EVENTS/5.4.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.contact-1 .overlay {
    background: rgba(0,0,0,0.48);
}
.contact-1-content {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    padding: 0 20px;
}
.contact-1-content h1 {
    font-family: 'Inria Serif', serif;
    font-size: 2.8rem;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 16px;
}
.contact-1-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;
}
.contact-1-divider .line {
    display: block;
    width: 140px;
    height: 1px;
    background: rgba(255,255,255,0.6);
}
.contact-1-divider .diamond {
    font-size: 0.65rem;
    color: rgba(255,255,255,0.7);
}
.contact-1-content p {
    font-family: 'Inria Serif', serif;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.85;
    color: rgba(255,255,255,0.92);
    margin: 0;
}

/* Section 2: Contact Form */
.contact-2 {
    background-color: #f5ece0;
    padding: 70px 20px 80px;
    display: flex;
    justify-content: center;
}
.contact-2-card {
    background-color: #fdf6ee;
    border-radius: 6px;
    padding: 56px 60px 60px;
    width: 100%;
    max-width: 780px;
    box-shadow: 0 4px 24px rgba(80,20,10,0.08);
}
.contact-2-title {
    font-family: 'Inria Serif', serif;
    font-size: 1.9rem;
    font-weight: 400;
    color: #7a2020;
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}
.contact-2-desc {
    font-family: 'Inria Serif', serif;
    font-size: 1rem;
    font-weight: 400;
    color: #c1763a;
    line-height: 1.85;
    text-align: center;
    margin-bottom: 36px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

/* Form fields */
.contact-field {
    margin-bottom: 16px;
}
.contact-field input,
.contact-field textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #c9a07a;
    border-radius: 4px;
    padding: 14px 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.92rem;
    color: #4a2010;
    outline: none;
    transition: border-color 0.2s;
    resize: none;
}
.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: #b08060;
}
.contact-field input:focus,
.contact-field textarea:focus {
    border-color: #7a2020;
}
.contact-row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}
.contact-row input {
    flex: 1;
    background: transparent;
    border: 1px solid #c9a07a;
    border-radius: 4px;
    padding: 14px 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.92rem;
    color: #4a2010;
    outline: none;
    transition: border-color 0.2s;
}
.contact-row input::placeholder {
    color: #b08060;
}
.contact-row input:focus {
    border-color: #7a2020;
}
.contact-submit {
    width: 100%;
    background-color: #b06050;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 2px;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 4px;
}
.contact-submit:hover {
    background-color: #7a2020;
}

/* Responsive */
@media (max-width: 600px) {
    .contact-2-card { padding: 36px 24px 40px; }
    .contact-row { flex-direction: column; gap: 16px; }
    .contact-1-content h1 { font-size: 2rem; }
}

/* ===== CONTACT SECTION 3: INFO CARDS + MAP ===== */
.contact-3 {
    background-color: #f5ece0;
    padding: 60px 60px 0;
}

.contact-3-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 36px;
}

.contact-info-card {
    background-color: #fdf6ee;
    border-radius: 8px;
    padding: 36px 20px 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    box-shadow: 0 2px 12px rgba(80,20,10,0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(80,20,10,0.13);
}

.contact-info-icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-icon svg,
.contact-info-icon img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.contact-info-card h3 {
    font-family: 'Inria Serif', serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #7a2020;
    margin: 0;
    letter-spacing: 0.5px;
}

.contact-info-card p {
    font-family: 'Roboto', sans-serif;
    font-size: 0.88rem;
    line-height: 1.75;
    color: #c1763a;
    margin: 0;
}

.contact-3-map {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(80,20,10,0.12);
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .contact-3 { padding: 40px 20px 0; }
    .contact-3-cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .contact-3-cards { grid-template-columns: 1fr; }
}

/* ===== CONTACT FAQ ACCORDION ===== */
.contact-faq {
    background-color: #f5ece0;
}

.faq-header {
    background-color: #7a2020;
    padding: 28px 20px;
    text-align: center;
}

.faq-header h2 {
    font-family: 'Inria Serif', serif;
    font-size: 2rem;
    font-weight: 400;
    color: white;
    margin: 0;
    letter-spacing: 0.5px;
}

.faq-body {
    padding: 48px 20px 60px;
}

.faq-list {
    max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background-color: #fdf6ee;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(80,20,10,0.08);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    cursor: pointer;
    font-family: 'Inria Serif', serif;
    font-size: 1rem;
    font-weight: 400;
    color: #7a2020;
    text-align: center;
    transition: background 0.2s;
}

.faq-question:hover {
    background-color: rgba(122, 32, 32, 0.05);
}

.faq-arrow {
    font-size: 0.75rem;
    color: #7a2020;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-question[aria-expanded="true"] .faq-arrow {
    transform: rotate(180deg);
}   
.faq-answer {
    padding: 16px 28px 20px;
}

.faq-answer p {
    font-family: 'Roboto', sans-serif;erif;
    font-size: 0.9rem;
    line-height: 1.85;
    color: #4a2010;
    margin: 0;
    text-align: center;
    border-top: 1px solid #e0cdb8;
    padding-top: 16px;
}

@media (max-width: 600px) {
    .faq-header h2 { font-size: 1.5rem; }
    .faq-question { font-size: 0.92rem; padding: 16px 18px; }
    .faq-body { padding: 32px 16px 48px; }
}

/* ===== INDEX.HTML MOBILE RESPONSIVE FIXES ===== */

@media (max-width: 768px) {

    /* --- HERO --- */
    .hero {
        height: auto;
        min-height: 100svh;
        padding: 100px 20px 60px;
        align-items: center;
    }
    .hero-title-wrapper {
        flex-direction: column;
        gap: 12px;
    }
    .hero-title {
        font-size: 56px;
    }
    .hero-logo {
        width: 80px;
    }
    .tagline {
        font-size: 24px;
    }
    .buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }
    .btn-custom {
        width: 80%;
        text-align: center;
    }

    /* --- ICON NAV --- */
    .icon-container {
        gap: 32px;
        flex-wrap: wrap;
        padding: 0 20px;
    }
    .icon-item {
        width: calc(50% - 32px);
    }
    .icon-item p {
        font-size: 1rem;
    }

    /* --- SECTION 2 --- */
    .s2-title {
        font-size: 1.5rem;
    }
    .s2-title .script {
        font-size: 2.2rem;
    }
    .s2-photos img {
        width: 100%;
        max-width: 320px;
        height: 240px;
    }
    .s2-text {
        font-size: 1rem;
    }

    /* --- SECTION 3 --- */
    .s3-title {
        font-size: 1.8rem;
    }
    .s3-title .script {
        font-size: 2.4rem;
    }
    .s3-card {
        width: 100%;
        max-width: 340px;
    }

    /* --- SECTION 4 --- */
    .section4 {
        padding: 50px 20px;
    }
    .s4-title {
        font-size: 1.6rem;
        letter-spacing: 3px;
    }
    .s4-title .script {
        font-size: 2.4rem;
    }
    .s4-grid {
        flex-wrap: wrap;
        gap: 36px;
    }
    .s4-item {
        flex: 1 1 calc(50% - 18px);
        min-width: 120px;
    }

    /* --- SECTION 5 --- */
    .section5 {
        padding: 50px 20px 0;
    }
    .section5 .container {
        flex-direction: column;
        gap: 36px;
    }
    .s5-title {
        font-size: 1.6rem;
    }
    .s5-title .script {
        font-size: 2.4rem;
    }
    .s5-right {
        width: 100%;
    }

    /* --- SECTION 6 --- */
    .section6 {
        padding: 50px 20px;
    }
    .s6-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    .s6-cta-title {
        font-size: 1.4rem;
    }
    .s6-cta-title .script {
        font-size: 2rem;
    }

    /* --- FOOTER --- */
    .footer-info p {
        font-size: 0.78rem;
    }
}

@media (max-width: 480px) {

    /* Hero */
    .hero-title {
        font-size: 44px;
    }
    .tagline {
        font-size: 20px;
    }
    .btn-custom {
        width: 90%;
    }

    /* Icon nav — single column */
    .icon-container {
        gap: 24px;
    }
    .icon-item {
        width: calc(50% - 24px);
    }

    /* Section 4 — single column */
    .s4-item {
        flex: 1 1 100%;
    }

    /* Section 6 — single column */
    .s6-grid {
        grid-template-columns: 1fr;
    }
}

.icon-item img {
    width: 60px;
    height: auto;
    margin-bottom: 15px;
filter: invert(19%) sepia(96%) saturate(7496%) hue-rotate(356deg) brightness(95%) contrast(110%);
}

.contact-info-icon img {
    width: 60px;
    height: auto;
    margin-bottom: 15px;
    filter: invert(30%) sepia(61%) saturate(800%) hue-rotate(330deg) brightness(80%);
}

#carouselExampleAutoplaying {
    border: 2px solid #7a2020;
    border-radius: 6px;
    overflow: hidden;
    padding: 40px;
    background-color: white;
    height: 320px;
}

#carouselExampleAutoplaying .carousel-item img {
    width: 100%;
    height: 240px;
    object-fit: contain;
}

#carouselExampleAutoplaying .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #c9b49a;
    border: none;
    opacity: 1;
}

#carouselExampleAutoplaying .carousel-indicators button.active {
    background-color: #7a2020;
}