/* Branding: Logo Color Combination Gradient */
.logo-gradient-text {
    background: linear-gradient(135deg, #004d2c 0%, #f48c06 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    display: inline-block;
}

/* About Page: Masterpiece LIGHT Architecture (Premium Branded Feel) */
.page-about-solid {
    background: #fdfaf5 !important;
    /* Soft, light saffron-cream tint (Not pure white) */
    background-image: radial-gradient(circle at 10% 20%, #effff6 0%, transparent 40%), radial-gradient(circle at 90% 80%, #fffcf2 0%, transparent 40%) !important;
    color: #002b18;
    /* Removed !important to allow easier overrides in sections like footer */
}

    .page-about-solid .vibrant-card,
    .page-about-solid .vibrant-vision-banner,
    .page-about-solid .glass-card-light {
        background: #ffffff !important;
        /* Clean white cards on light background */
        border: 1px solid rgba(0, 77, 44, 0.1) !important;
        /* Subtle Verdyan Border */
        box-shadow: 0 15px 45px rgba(0, 77, 44, 0.05) !important;
        color: #002b18 !important;
    }

        .page-about-solid .vibrant-card:hover {
            background: #f1f7f4 !important;
            /* Subtle Green Hover */
            transform: translateY(-8px);
            box-shadow: 0 25px 50px rgba(0, 77, 44, 0.08) !important;
        }

    .page-about-solid .vibrant-title-main,
    .page-about-solid .display-4,
    .page-about-solid .display-5,
    .page-about-solid .display-6,
    .page-about-solid h1,
    .page-about-solid h2,
    .page-about-solid h3,
    .page-about-solid h4,
    .page-about-solid h5 {
        color: #004d2c !important;
        /* Verdyan Green for strong headings */
    }

    .page-about-solid .lead,
    .page-about-solid p,
    .page-about-solid li {
        color: #444444 !important;
        /* Soft charcoal for comfortable reading */
    }

    .page-about-solid .text-muted {
        color: #666666 !important;
        /* Muted text becomes grey */
        opacity: 0.9;
    }

    .page-about-solid .vibrant-accent-text,
    .page-about-solid .text-success,
    .page-about-solid .text-warning {
        color: #004d2c !important;
        /* Branding Saffron for accents */
        font-weight: 800;
    }

    .page-about-solid .about-solid-bg {
        background: transparent !important;
        opacity: 0.5;
    }

    /* Custom Text Highlight (About Page) */
    .page-about-solid *::selection {
        background: #005724 !important;
        color: #ffffff !important;
    }

    .page-about-solid i {
        color: #fff !important;
    }
    /* Fixed Icons using requested color #005724 */
    .page-about-solid i,
    .page-about-solid .vibrant-icon-box i {
        color: #005724 !important;
    }

    /* Footer Visibility Fix: Ensure white font on dark background */
    .page-about-solid .verdyan-footer-spice-garden,
    .page-about-solid .verdyan-footer-spice-garden p,
    .page-about-solid .verdyan-footer-spice-garden a,
    .page-about-solid .verdyan-footer-spice-garden span,
    .page-about-solid .verdyan-footer-spice-garden .text-white {
        color: #ffffff !important;
    }

        .page-about-solid .verdyan-footer-spice-garden .f-heading-verdyan {
            color: #b8e6cc !important;
        }

        .page-about-solid .verdyan-footer-spice-garden .f-links-verdyan a:hover {
            color: #b8e6cc !important;
        }

/* Soft Background Utility for Icons/Badges */
.bg-soft-green {
    background-color: rgba(0, 77, 44, 0.08) !important;
    color: #004d2c !important;
}

.bg-soft-orange {
    background-color: rgba(244, 140, 6, 0.08) !important;
    color: #f48c06 !important;
}

.bg-soft-yellow {
    background-color: rgba(255, 193, 7, 0.08) !important;
    color: #ffc107 !important;
}

.bg-soft-blue {
    background-color: rgba(13, 110, 253, 0.08) !important;
    color: #0d6efd !important;
}

/* About Background Particles (Soft & Visually Appealing) */
.solid-dot-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(0, 77, 44, 0.05) 1.5px, transparent 1.5px);
    background-size: 30px 30px;
    z-index: 1;
}

.solid-dashed-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.sdl-item {
    position: absolute;
    background: linear-gradient(to right, rgba(0, 77, 44, 0.03), transparent);
    height: 1px;
    width: 100%;
    transition: 0.5s;
}

.sdl-1 {
    top: 20%;
    transform: rotate(-5deg);
}

.sdl-2 {
    top: 50%;
    transform: rotate(10deg);
}

.sdl-3 {
    top: 80%;
    transform: rotate(-15deg);
}

/* 
===================================================
    VERDYAN CAFE | MASTERPIECE DESIGN SYSTEM
=================================================== 
*/

:root {
    --verdyan-main: #004d2c;
    --verdyan-accent: #004d2c;
    --verdyan-yellow: #004d2c;
    --verdyan-light: #f1ede3;
    /* Light cream background */
    --verdyan-white: #ffffff;
    --verdyan-dark: #1a1a1a;
    --font-primary: 'Outfit', sans-serif;
    --font-secondary: 'Montserrat', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-primary);
    background: var(--verdyan-light);
    color: var(--verdyan-dark);
    overflow-x: hidden;
}

/* Glassmorphism: Light Variant (Solidified for Legibility) */
.glass-card-light {
    background: #ffffff !important;
    border: 1px solid rgba(0, 77, 44, 0.1) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05) !important;
    transition: 0.4s ease;
}

    .glass-card-light:hover {
        background: #ffffff !important;
        transform: translateY(-8px);
        box-shadow: 0 25px 45px rgba(0, 0, 0, 0.08) !important;
    }

/* --- Premium Light Header --- */
.verdyan-premium-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    background: rgba(248, 246, 240, 0.92);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(0, 77, 44, 0.06);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.04);
    transition: 0.4s ease;
}

    .verdyan-premium-header .container {
        padding: 6px 20px;
    }

.brand-logo {
    height: 65px;
    transition: 0.3s;
}

.navbar-nav .nav-link {
    font-weight: 700;
    color: #333 !important;
    font-size: 0.9rem;
    margin: 0 12px;
    padding: 10px 0 !important;
    transition: 0.3s;
    position: relative;
    font-family: var(--font-secondary);
}

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

        .navbar-nav .nav-link.active:after {
            content: '';
            position: absolute;
            bottom: 0px;
            left: 0;
            width: 100%;
            height: 3px;
            background: #005724;
            border-radius: 10px;
        }

    .navbar-nav .nav-link:hover {
        color: #005724 !important;
    }

.header-right-meta a.header-phone {
    text-decoration: none;
    color: #124922 !important;
    font-weight: 700;
    font-size: 0.85rem;
    transition: 0.3s;
}

    .header-right-meta a.header-phone i {
        color: #005724;
    }

    .header-right-meta a.header-phone:hover {
        color: #005724;
    }

.btn-premium-cta {
    background: #005724;
    color: #fff !important;
    border-radius: 50px;
    font-weight: 800;
    font-size: 0.75rem;
    text-transform: uppercase;
    padding: 10px 22px !important;
    transition: 0.4s;
    text-decoration: none;
    letter-spacing: 0.5px;
}

    .btn-premium-cta:hover {
        background: #003d1a;
        color: #fff !important;
        transform: scale(1.05);
    }

.social-mini a {
    margin: 0 8px;
    font-size: 1.1rem;
    color: #555;
    transition: 0.3s;
}

    .social-mini a:hover {
        color: #005724;
    }

.phone-mini a i {
    color: #005724;
}

.btn-apply {
    background: #005724;
    color: #fff !important;
    border-radius: 50px;
    font-weight: 900;
    font-size: 0.75rem;
    text-transform: uppercase;
    padding: 12px 25px !important;
    transition: 0.4s;
}

    .btn-apply:hover {
        background: #003d1a;
        transform: scale(1.05);
    }

/* --- Masterpiece Hero Section --- */
.verdyan-hero-masterpiece {
    position: relative;
    height: auto;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 80px;
    /* Primary Hero Background Image - Blurred & Themed */
    background: url('../design/veg-royal-burger.jpg') no-repeat center center / cover;
    background-attachment: scroll;
    z-index: 0;
}

    .verdyan-hero-masterpiece .container {
        position: relative;
        z-index: 10;
    }

    .verdyan-hero-masterpiece::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(230 230 230 / 86%);
        /* Light cream overlay to match the theme */
        backdrop-filter: blur(5px);
        z-index: 1;
    }

.hero-bg-text {
    position: absolute;
    top: 40%;
    left: 0%;
    width: 100%;
    text-align: center;
    font-size: 27rem;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.03);
    letter-spacing: -20px;
    z-index: 2;
    pointer-events: none;
    font-family: var(--font-primary);
    text-transform: uppercase;
}

.fresh-badge {
    display: inline-flex;
    align-items: center;
    background: #fff;
    padding: 10px 20px;
    border-radius: 100px;
    font-weight: 800;
    font-size: 0.8rem;
    color: #222;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

    .fresh-badge .dot {
        width: 8px;
        height: 8px;
        background: #00a651;
        border-radius: 50%;
        margin-right: 12px;
    }

/* --- Hero Brand Identity: Simple & Unique --- */
.hero-brand-block {
    margin-bottom: 0.5rem;
}

.hero-main-title {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 900;
    color: #1a1a1a;
    letter-spacing: -1px;
    line-height: 1.1;
    font-family: var(--font-primary);
    margin-bottom: 6px;
}

.hero-title-accent {
    color: #005724;
}

.tagline-sub {
    font-size: 16px;
    font-weight: 600;
    color: #b07a14;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 20px 0 0 20px;
    font-family: var(--font-secondary);
}

.hero-description {
    font-size: 1.35rem;
    color: #555;
    max-width: 580px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
}

.btn-order {
    background: var(--verdyan-main);
    color: #fff;
    padding: 22px 50px;
    border-radius: 12px;
    font-weight: 900;
    font-size: 1.2rem;
    box-shadow: 0 15px 40px rgba(0, 77, 44, 0.25);
    transition: 0.4s;
    border: none;
}

    .btn-order:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 50px rgba(0, 77, 44, 0.35);
        color: #fff;
    }

.btn-video {
    background: rgba(255, 255, 255, 0.5);
    color: #333;
    padding: 22px 40px;
    border-radius: 12px;
    font-weight: 800;
    border: 2px solid #ddd;
    transition: 0.4s;
    backdrop-filter: blur(5px);
}

    .btn-video:hover {
        background: #fff;
        border-color: #333;
    }

/* --- HD Scattered Clear Food Items (Agent 3) --- */
.hero-hd-scatter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
}

.hd-item {
    position: absolute;
    width: 65px;
    opacity: 1;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.12));
    transition: 0.5s;
}

.h-1 {
    top: 18%;
    left: 8%;
    animation: slow-float 8s infinite ease-in-out;
}

.h-2 {
    top: 75%;
    left: 5%;
    width: 85px;
    animation: slow-float 10s infinite ease-in-out 1s;
}

.h-3 {
    top: 12%;
    right: 28%;
    animation: slow-float 9s infinite ease-in-out 0.5s;
}

.h-4 {
    bottom: 25%;
    left: 35%;
    width: 80px;
    animation: slow-float 11s infinite ease-in-out 2s;
}

.h-5 {
    top: 45%;
    right: 5%;
    width: 75px;
    animation: slow-float 12s infinite ease-in-out 1.5s;
}

.h-6 {
    bottom: 12%;
    right: 15%;
    width: 85px;
    animation: slow-float 13s infinite ease-in-out 0.8s;
}

.h-7 {
    bottom: 8%;
    right: 45%;
    width: 80px;
    animation: slow-float 14s infinite ease-in-out 2.5s;
}

.h-8 {
    top: 25%;
    left: 22%;
    width: 70px;
    animation: slow-float 15s infinite ease-in-out 3s;
}

.h-9 {
    bottom: 35%;
    right: 35%;
    width: 60px;
    animation: slow-float 16s infinite ease-in-out 1.2s;
}

@keyframes slow-float {

    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-30px) rotate(10deg);
    }
}

.btn-order-sm {
    background: var(--verdyan-main);
    color: #fff;
    padding: 16px 35px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 1rem;
    box-shadow: 0 10px 30px rgba(0, 77, 44, 0.2);
    transition: 0.4s;
    border: none;
    text-decoration: none;
}

    .btn-order-sm:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 40px rgba(0, 77, 44, 0.3);
        color: #fff;
        background-color: #000;
    }

.btn-video-sm {
    background: rgba(255, 255, 255, 0.5);
    color: #333;
    padding: 16px 30px;
    border-radius: 12px;
    font-weight: 700;
    border: 2px solid #eee;
    transition: 0.4s;
    backdrop-filter: blur(5px);
    text-decoration: none;
}

    .btn-video-sm:hover {
        background: #fff;
        border-color: #333;
    }

/* --- Hero Visual Cluster (Agent 3) --- */
.hero-visual-cluster {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.cluster-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.cluster-item {
    position: absolute;
    z-index: 10;
    transition: 0.5s;
}

.item-main-burger {
    width: 550px;
    z-index: 25;
    left: 45%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 40px 80px rgba(0, 0, 0, 0.3));
}

.item-slice-pizza {
    width: 220px;
    z-index: 20;
    right: 0;
    top: 10%;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
}

.item-shaking-fries {
    width: 140px;
    z-index: 30;
    left: 0%;
    bottom: 5%;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.15));
}

.item-cool-shake {
    width: 180px;
    z-index: 15;
    right: 10%;
    bottom: 10%;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.1));
}

/* Scattered Items (Agent 3) */
.scattered-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}

.s-item {
    position: absolute;
    width: 45px;
    opacity: 1;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
    transition: 0.5s;
}

.s1 {
    top: 5%;
    left: 10%;
    width: 55px;
    animation: slow-float 10s infinite ease-in-out;
}

.s2 {
    bottom: 15%;
    right: 5%;
    width: 40px;
    animation: slow-float 12s infinite ease-in-out 1s;
}

.s3 {
    top: 40%;
    left: -10%;
    width: 50px;
    animation: slow-float 14s infinite ease-in-out 2s;
}

.s4 {
    bottom: -5%;
    left: 30%;
    width: 45px;
    animation: slow-float 16s infinite ease-in-out 3s;
}

.s5 {
    top: 20%;
    right: -5%;
    width: 48px;
    animation: slow-float 13s infinite ease-in-out 0.5s;
}

/* Animations */
.floating-slow {
    animation: float-slow 4s infinite ease-in-out;
}

@keyframes float-slow {

    0%, 100% {
        transform: translate(-50%, calc(-50% - 15px));
    }

    50% {
        transform: translate(-50%, calc(-50% + 15px));
    }
}

.floating-fast {
    animation: float-fast 3s infinite ease-in-out;
}

@keyframes float-fast {

    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

.jump-anim {
    animation: jump-fries 2.5s infinite ease-in-out;
}

@keyframes jump-fries {

    0%, 100% {
        transform: scale(1) translateY(0);
    }

    50% {
        transform: scale(1.05) translateY(-30px);
    }
}

.wiggle-anim {
    animation: wiggle-shake 3s infinite ease-in-out;
}

@keyframes wiggle-shake {

    0%, 100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    75% {
        transform: rotate(-5deg);
    }
}

/* --- Agent 4: Final Mobile-First Responsiveness & Optimization --- */
@media (max-width: 1400px) {
    .hero-main-title {
        font-size: clamp(2rem, 5vw, 3.2rem);
    }

    .hero-bg-text {
        font-size: 25rem;
    }
}

.social-mini,
.phone-mini {
    display: none !important;
}

@media (max-width: 1025px) {
    .item-main-burger {
        display: block !important;
        width: 220px;
        position: static !important;
        transform: none !important;
        margin: 0px auto;
        animation: float-slow-mobile 4s infinite ease-in-out !important;
        margin-top: 100px !important;
    }
}

@media (max-width: 1199px) {
    .scattered-items {
        position: absolute;
        top: -260px;
        left: -70px;
        width: 100%;
        height: 100%;
        z-index: 5;
        pointer-events: none;
    }

    .verdyan-premium-header {
        padding: 5px 0;
    }

        .verdyan-premium-header .container {
            padding: 5px 15px;
        }

    .brand-logo {
        height: 45px;
    }

    .navbar-collapse {
        background: #f8f6f0;
        border-radius: 15px;
        margin-top: 10px;
        padding: 20px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
        border: 1px solid rgba(0, 77, 44, 0.06);
    }

    .navbar-nav .nav-link {
        padding: 12px 10px !important;
        font-size: 1.1rem;
        border-bottom: 1px solid #f8f8f8;
        text-align: center;
    }

    .btn-apply {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        padding: 14px !important;
        font-size: 0.9rem;
    }

    .header-right-meta {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding-top: 15px;
        align-items: center;
    }

    .verdyan-hero-masterpiece {
        padding-top: 110px;
        padding-bottom: 60px;
        height: auto;
        min-height: 100vh;
        display: block;
        overflow: hidden;
    }

        /* Centering the content side for 768px / Tablet / Mobile (col-lg-5) */
        .verdyan-hero-masterpiece .col-lg-5 {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            width: 100%;
            margin: 0 auto;
        }

    .hero-main-title {
        font-size: clamp(1.8rem, 8vw, 2.5rem);
        text-align: center;
        margin: 0 auto;
        letter-spacing: -0.5px;
        width: 100%;
    }

    .hero-brand-block {
        text-align: center;
    }

    .hero-description {
        font-size: 1.05rem;
        text-align: center;
        margin: 15px auto 0;
        line-height: 1.4;
        padding: 0 10px;
        opacity: 0.9;
    }

    .hero-action-btns {
        justify-content: center;
        margin-top: 25px;
        width: 100%;
    }

    .hero-bg-text {
        display: none;
    }

    /* Complete background cleanup for mobile */
    /*   .hero-hd-scatter,
    .scattered-items {
        display: none !important;
    }*/

    .hero-visual-cluster {
        height: 280px;
        margin-top: 0;
        margin-bottom: 30px;
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: visible;
    }

    .cluster-wrap {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cluster-item {
        display: none;
    }

    /* Hide secondary on phone */
    .item-main-burger {
        display: block !important;
        width: 220px;
        position: static !important;
        transform: none !important;
        margin: 0 auto;
        animation: float-slow-mobile 4s infinite ease-in-out !important;
    }

    .item-slice-pizza {
        display: block !important;
        width: 190px;
        position: absolute !important;
        right: 90px;
        top: 55%;
        transform: rotate(15deg);
        opacity: 0.8;
    }
}

@keyframes float-slow-mobile {

    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

@media (max-width: 575px) {
    .verdyan-hero-masterpiece {
        padding-top: 110px;
    }

    .hero-main-title {
        font-size: 2.5rem;
        line-height: 1;
    }

    .hero-description {
        font-size: 0.9rem;
    }

    .btn-order-sm,
    .btn-video-sm {
        width: 100%;
        font-size: 0.85rem;
        padding: 12px;
    }

    .hero-action-btns {
        flex-direction: column;
        gap: 10px !important;
    }

    .item-main-burger {
        width: 180px;
    }

    .item-slice-pizza {
        width: 155px;
        right: 0%;
        top: 230px;
    }
}

/* --- Subpage & Masterpiece Layout Extensions --- */

/* Section Titles */
.section-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--verdyan-main);
    font-family: var(--font-primary);
    letter-spacing: -2px;
}

/* Obsidian Spice Dark Creative Style Overview */
.verdyan-overview.dark-creative-style {
    background: linear-gradient(135deg, #080808 0%, #001f11 100%);
    position: relative;
}

.glow-accent-saffron {
    position: absolute;
    top: 10%;
    left: 0;
    width: 50vw;
    height: 50vw;
    background: radial-gradient(circle, rgba(0, 77, 44, 0.12) 0%, rgba(0, 77, 44, 0) 70%);
    z-index: 1;
    pointer-events: none;
}

.obsidian-stack .main-img {
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.8);
}

.foco-badge-glow {
    position: absolute;
    bottom: 5%;
    right: -5%;
    background: linear-gradient(135deg, var(--verdyan-main), #155724);
    color: #fff;
    padding: 25px;
    border-radius: 30px;
    z-index: 10;
    box-shadow: 0 0 40px rgba(40, 167, 69, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.obsidian-glass-card {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.dark-creative-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
}

.text-saffron {
    color: #5dcc8c;
}

.accent-tag {
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #5dcc8c;
    font-weight: 700;
    font-size: 0.9rem;
}

.dark-feature-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.saffron-dot {
    width: 10px;
    height: 10px;
    background: #5dcc8c;
    border-radius: 50%;
    box-shadow: 0 0 10px #5dcc8c;
}

.ing-chili-dark {
    top: -10%;
    left: -5%;
    width: 100px;
    transform: rotate(-30deg);
    filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.6));
}

.ing-basil-dark {
    top: -10%;
    right: -5%;
    width: 110px;
    transform: rotate(35deg);
    filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.6));
}

@media (max-width: 991px) {
    .foco-badge-glow {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }

    .obsidian-glass-card {
        padding: 30px 20px;
    }

    .ing-chili-dark,
    .ing-basil-dark {
        display: none;
    }
}

.highlight-card {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #f0f0f0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

    .highlight-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
        border-color: var(--verdyan-main);
    }

.icon-circle {
    width: 80px;
    height: 80px;
    background: var(--verdyan-light);
    color: var(--verdyan-main);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    transition: 0.3s;
}

.highlight-card:hover .icon-circle {
    background: var(--verdyan-main);
    color: #fff;
}

/* Popular Items */
.popular-card {
    background: #fff;
    border-radius: 25px;
    padding: 30px 15px;
    border: 1px solid transparent;
    transition: 0.4s;
    cursor: pointer;
}

    .popular-card:hover {
        border-color: #eee;
        transform: scale(1.02);
    }

    .popular-card .img-wrap {
        height: 180px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .popular-card .img-wrap img {
            max-height: 100%;
            transition: 0.5s;
        }

    .popular-card:hover .img-wrap img {
        transform: scale(1.1) rotate(5deg);
    }

    .popular-card h4 {
        font-weight: 700;
        font-size: 1.25rem;
    }

/* Culinary Bento Gallery */
.bento-card {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    min-height: 250px;
}

    .bento-card.large-card {
        min-height: 450px;
    }

    .bento-card.tall-card {
        min-height: 520px;
    }

    .bento-card.mini-card {
        min-height: 180px;
    }

.bento-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
}

.bento-card:hover .bento-bg {
    transform: scale(1.1);
}

.bento-overlay {
    position: relative;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}

.bento-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.w-fit {
    width: fit-content;
}

@media (max-width: 768px) {

    .bento-card.large-card,
    .bento-card.tall-card,
    .bento-card.normal-card {
        min-height: 300px;
    }

    .bento-card.mini-card {
        min-height: 150px;
    }
}

@media (max-width: 575px) {
    .bento-grid .col-6 {
        padding: 8px;
    }
}

/* Menu Categories */
.category-block {
    background: var(--verdyan-light);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: 0.4s;
    border: 1px solid #f0eee8;
}

    .category-block:hover {
        background: #fff;
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.04);
    }

    .category-block h3 {
        font-weight: 700;
        margin-bottom: 10px;
    }

    .category-block .badge {
        background: var(--verdyan-main) !important;
        padding: 8px 15px;
        border-radius: 10px;
        font-weight: 500;
    }

.cat-img img {
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.1));
}

.category-block:hover .cat-img img {
    transform: scale(1.15) rotate(-5deg);
}

/* Advantage Section */
.advantage-card {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #eee;
    transition: 0.4s;
}

    .advantage-card:hover {
        background: #f0f9f4;
        border-color: #c8e6d5;
    }

.icon-bg {
    width: 65px;
    height: 65px;
    background: #e6f2ec;
    color: #004d2c;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

/* CTA Section */
.verdyan-cta {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../design/veg-stock-photo-13.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 50px;
    margin: 50px 20px;
    padding: 100px 0;
    color: #fff;
}

.cta-title {
    font-size: 4rem;
    font-weight: 800;
}

/* Footer Styling */
.verdyan-footer {
    background: #faf9f6;
}

.footer-title {
    font-weight: 700;
    font-size: 1.2rem;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #666;
    text-decoration: none;
    transition: 0.3s;
}

    .footer-links a:hover {
        color: var(--verdyan-main);
        padding-left: 5px;
    }

.social-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: 0.3s;
}

    .social-links a:hover {
        background: var(--verdyan-main);
        color: #fff;
        transform: translateY(-3px);
    }

@media (max-width: 767px) {
    .section-title {
        font-size: 2.5rem;
    }

    .category-block {
        flex-direction: column;
        text-align: center;
    }

        .category-block .cat-info,
        .category-block .cat-img {
            width: 100% !important;
        }

        .category-block .cat-img {
            margin-top: 20px;
        }

    .cta-title {
        font-size: 2.2rem;
    }
}

.subpage-body {
    background: var(--verdyan-white);
}

.subpage-hero {
    padding-top: 150px;
    background: var(--verdyan-light);
    border-bottom: 1px solid #eee;
}

.menu-item-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    transition: 0.4s;
    height: 100%;
}

    .menu-item-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
        border-color: var(--verdyan-main);
    }

.menu-img-wrap {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-food-img {
    max-height: 100%;
    transition: 0.5s;
}

.menu-item-card:hover .menu-food-img {
    transform: scale(1.1);
}

.vision-card {
    transition: 0.3s;
}

    .vision-card:hover {
        border-color: var(--verdyan-main) !important;
        transform: translateY(-5px);
    }

.about-badge-floating {
    position: absolute;
    bottom: 30px;
    right: -30px;
    background: var(--verdyan-yellow);
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    color: var(--verdyan-dark);
    text-align: center;
}

.icon-circle {
    width: 50px;
    height: 50px;
    background: var(--verdyan-main);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.gallery-card {
    transition: 0.4s;
    cursor: pointer;
}

    .gallery-card:hover {
        transform: scale(1.02);
    }

.gallery-img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.verdyan-footer {
    background: var(--verdyan-light);
    border-top: 1px solid #eee;
}

.footer-logo {
    height: 50px;
}

/* Responsive Adjustments for Subpages */
@media (max-width: 991px) {
    .subpage-hero {
        padding-top: 120px;
    }

    .about-badge-floating {
        position: static;
        margin-top: 20px;
    }
}

/* /* Franchise Advantage: Pro-Architectural "Midnight Spice" Framework */
:root {
    --fr-bg-dark: linear-gradient(135deg, #050505 0%, #002213 100%);
    --fr-accent: #004d2c;
    /* Customizable Logo Color */
    --fr-glass: rgba(255, 255, 255, 0.03);
    --fr-border: rgba(255, 255, 255, 0.05);
}

.verdyan-franchise-details {
    background: var(--fr-bg-dark);
    position: relative;
    overflow: hidden;
    padding: clamp(60px, 8vw, 120px) 20px;
}

    /* Layered Background System */
    .verdyan-franchise-details::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at 70% 20%, rgba(0, 77, 44, 0.08), transparent 50%), radial-gradient(circle at 10% 80%, rgba(0, 77, 44, 0.05), transparent 40%);
        pointer-events: none;
        z-index: 1;
    }

.text-spice-accent {
    color: #5dcc8c !important;
}

.text-saffron-gold {
    color: #b8e6cc !important;
}

.b-bottom-spice {
    border-bottom: 1px solid rgba(0, 77, 44, 0.12);
}

.glass-card-dark {
    position: relative;
    z-index: 2;
    background: var(--fr-glass);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    border: 1px solid var(--fr-border);
    border-radius: clamp(20px, 2vw, 30px);
    transition: 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

    .glass-card-dark:hover {
        background: rgba(255, 255, 255, 0.06);
        transform: translateY(-10px) scale(1.02);
        border-color: rgba(0, 77, 44, 0.3);
        box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
    }

.support-icon-wrap {
    width: clamp(60px, 6vw, 80px);
    height: clamp(60px, 6vw, 80px);
    background: rgba(0, 77, 44, 0.08);
    border-radius: clamp(15px, 1.5vw, 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: 0.4s;
}

.support-card:hover .support-icon-wrap {
    background: #5dcc8c;
    transform: translateY(-3px) rotate(8deg);
}

    .support-card:hover .support-icon-wrap i {
        color: #000 !important;
    }

.equip-item {
    padding: clamp(15px, 2vw, 20px) 10px;
    border-radius: 20px;
    cursor: pointer;
    height: 100%;
    transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

    .equip-item i {
        font-size: clamp(1.4rem, 2vw, 1.8rem);
        color: #5dcc8c;
        margin-bottom: 12px;
        transition: 0.3s;
    }

    .equip-item p {
        font-size: 0.72rem;
        color: #999;
        margin: 0;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .equip-item:hover {
        background: rgba(255, 255, 255, 0.05);
        border-color: rgba(0, 77, 44, 0.2);
    }

        .equip-item:hover i {
            transform: scale(1.15);
            color: #fff;
        }

.btn-spice-glow {
    background: #004d2c;
    color: #fff !important;
    border: none;
    padding: 18px 45px;
    border-radius: 100px;
    font-weight: 800;
    box-shadow: 0 12px 35px rgba(0, 77, 44, 0.3);
    transition: 0.4s;
}

    .btn-spice-glow:hover {
        background: #003d22;
        transform: translateY(-3px) scale(1.03);
        box-shadow: 0 18px 50px rgba(0, 77, 44, 0.5);
    }

.franchise-cta-block {
    position: relative;
    z-index: 3;
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.95)), url('../design/veg-stock-photo-14.jpg');
    background-size: cover;
    background-position: center;
    border-radius: clamp(30px, 4vw, 50px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 50px 120px rgba(0, 0, 0, 0.6);
}

/* /* /* /* Verdyan Masterpiece Spice Hub Footer (Final Heritage Architecture) */
.verdyan-footer-spice-garden {
    position: relative;
    padding: clamp(60px, 8vw, 120px) 0 40px;
    background-color: #004d2c;
    /* Verdyan Signature Green */
    overflow: hidden;
}

    /* Crafted Mesh & Dynamic Flow Pattern */
    .verdyan-footer-spice-garden::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(rgba(0, 77, 44, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 77, 44, 0.06) 1px, transparent 1px);
        background-size: 60px 60px;
        z-index: 1;
        animation: patternShift 80s linear infinite;
    }

@keyframes patternShift {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 120px 60px;
    }
}

/* Gourmet Ingredient Floating Hub (8 Items) */
.f-spice-item {
    position: absolute;
    z-index: 15;
    pointer-events: none;
    opacity: 0.4;
}

    .f-spice-item img {
        width: clamp(30px, 4vw, 50px);
        filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.35)) brightness(1.15);
        transition: 0.5s;
    }

/* Individual Ingredient Positions — spread to edges, away from text */
.ing-cheese {
    top: 8%;
    left: 3%;
    animation: ingredientFloat 12s ease-in-out infinite;
}

.ing-chili {
    top: 15%;
    right: 5%;
    animation: ingredientSpin 14s ease-in-out infinite 1s;
}

.ing-oregano {
    top: 45%;
    left: 2%;
    animation: ingredientFloat 10s ease-in-out infinite 2s;
}

.ing-paneer {
    bottom: 30%;
    right: 3%;
    animation: ingredientPulse 11s ease-in-out infinite 0.5s;
}

.ing-sauce {
    bottom: 12%;
    left: 8%;
    animation: ingredientSpin 13s ease-in-out infinite 3s;
}

.ing-tikki {
    top: 65%;
    right: 6%;
    animation: ingredientFloat 15s ease-in-out infinite 1.5s;
}

.ing-basil {
    top: 5%;
    right: 25%;
    animation: ingredientPulse 9s ease-in-out infinite 2.5s;
    opacity: 0.35;
}

.ing-corn {
    bottom: 8%;
    right: 30%;
    animation: ingredientFloat 16s ease-in-out infinite 4s;
    opacity: 0.35;
}

.ing-cheese img {
    width: clamp(35px, 4.5vw, 55px);
}

.ing-sauce img {
    width: clamp(28px, 3.5vw, 45px);
}

.ing-basil img {
    width: clamp(30px, 3vw, 42px);
}

.ing-oregano img {
    width: clamp(32px, 3.5vw, 45px);
}

/* 3 Distinct Subtle Animations */
@keyframes ingredientFloat {

    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

@keyframes ingredientSpin {

    0%, 100% {
        transform: rotate(0deg) scale(1);
    }

    25% {
        transform: rotate(12deg) scale(1.05);
    }

    75% {
        transform: rotate(-8deg) scale(0.95);
    }
}

@keyframes ingredientPulse {

    0%, 100% {
        transform: scale(1) translateY(0);
        opacity: 0.4;
    }

    50% {
        transform: scale(1.1) translateY(-15px);
        opacity: 0.55;
    }
}

/* Hide floating ingredients on mobile for clean layout */
@media (max-width: 768px) {
    .f-spice-item {
        display: none;
    }
}

.f-heading-verdyan {
    color: #b8e6cc;
    /* Light Verdyan Mint */
    letter-spacing: 1.5px;
    position: relative;
    padding-bottom: 15px;
    font-size: 1.25rem;
    font-weight: 800;
}

    .f-heading-verdyan::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 45px;
        height: 4px;
        background: #b8e6cc;
        border-radius: 5px;
    }

.f-links-verdyan li {
    margin-bottom: 12px;
}

.f-links-verdyan a {
    color: #ffffff;
    /* Pure White High-Contrast */
    text-decoration: none;
    transition: 0.3s;
    font-size: 0.98rem;
    font-weight: 600;
}

    .f-links-verdyan a:hover {
        color: #b8e6cc;
        transform: translateX(8px);
    }

/* Silk-White Connect Hub */
.f-icon-box-verdyan {
    width: 42px;
    height: 42px;
    background: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #004d2c;
    font-size: 1.1rem;
    transition: 0.4s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.f-contact-verdyan a:hover .f-icon-box-verdyan {
    background: #b8e6cc;
    color: #004d2c;
    transform: scale(1.1) rotate(5deg);
}

.social-circle-verdyan {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #004d2c;
    text-decoration: none;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

    .social-circle-verdyan:hover {
        background: #b8e6cc;
        color: #004d2c;
        transform: translateY(-8px) rotate(10deg);
        box-shadow: 0 12px 30px rgba(0, 77, 44, 0.3);
    }

.f-location-card-verdyan {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

    .f-location-card-verdyan p {
        color: rgba(255, 255, 255, 0.6);
    }

.text-verdyan-green {
    color: #b8e6cc !important;
}

.f-bottom-bar-verdyan {
    padding: 20px 0;
    border-top: 1px solid rgba(184, 230, 204, 0.15);
    background: rgba(0, 0, 0, 0.15);
    margin: 0 -12px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 20px 20px 0 0;
}

@media (max-width: 991px) {
    .verdyan-footer-spice-garden {
        text-align: center;
    }

    .f-heading-verdyan::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .f-social-verdyan {
        justify-content: center;
    }

    .f-links-verdyan a:hover {
        transform: none;
    }

    .f-contact-verdyan a {
        justify-content: center;
    }
}

/* Masterpiece Midnight Footer: Signature Series */
.verdyan-footer-premium {
    background: #090909;
    border-top: 1px solid rgba(0, 77, 44, 0.1);
    position: relative;
}

.f-heading {
    letter-spacing: 1.5px;
    font-size: 1.1rem;
    position: relative;
    padding-bottom: 10px;
}

    .f-heading::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 30px;
        height: 2.5px;
        background: #004d2c;
        border-radius: 5px;
    }

.f-links li {
    margin-bottom: 12px;
}

.f-links a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: 0.9rem;
    display: inline-block;
}

    .f-links a:hover {
        color: #004d2c;
        transform: translateX(8px);
    }

.f-icon-box {
    width: 38px;
    height: 38px;
    background: rgba(0, 77, 44, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #004d2c;
    font-size: 0.95rem;
    transition: 0.3s;
}

.f-contact-info a:hover .f-icon-box {
    background: #004d2c;
    color: #000;
    transform: scale(1.1) rotate(5deg);
}

.social-circle-glow {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

    .social-circle-glow:hover {
        background: #004d2c;
        border-color: #004d2c;
        color: #fff;
        box-shadow: 0 0 25px rgba(0, 77, 44, 0.45);
        transform: translateY(-8px);
    }

.f-location-card {
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.f-bottom-bar {
    letter-spacing: 0.8px;
    font-size: 0.85rem;
}

.cost-highlight-card {
    background: linear-gradient(135deg, #004d2cc2 0%, #004d2c 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(216, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    border-radius: clamp(20px, 2vw, 30px)
}

    .cost-highlight-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 55px rgba(216, 0, 0, 0.4);
    }

@media (max-width: 991px) {
    .verdyan-footer-premium {
        text-align: center;
    }

    .f-heading::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .f-social-connect {
        justify-content: center;
    }

    .f-links li a:hover {
        transform: none;
        color: #004d2c;
    }

    .f-contact-info a {
        justify-content: center;
    }

    .footer-brand {
        margin-bottom: 40px;
    }
}

/* --- Scroll to Top Button --- */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #004d2c;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 1.1rem;
    cursor: pointer;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0, 77, 44, 0.35);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

    .scroll-to-top.visible {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .scroll-to-top:hover {
        background: #003d22;
        transform: translateY(-5px);
        box-shadow: 0 12px 35px rgba(0, 77, 44, 0.5);
    }

@media (max-width: 575px) {
    .scroll-to-top {
        bottom: 20px;
        right: 20px;
        width: 44px;
        height: 44px;
        font-size: 1rem;
    }
}

/* --- Creative Locations Section --- */
.verdyan-locations-creative {
    background-color: var(--verdyan-light) !important;
}

.location-card-creative {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0, 77, 44, 0.05);
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}

    .location-card-creative::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 6px;
        height: 100%;
        background: #004d2c;
        transition: 0.4s;
    }

    .location-card-creative:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(0, 77, 44, 0.08);
        border-color: rgba(0, 77, 44, 0.1);
    }

.loc-icon-bubble {
    width: 50px;
    height: 50px;
    background: #e6f2ec;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #004d2c;
    box-shadow: 0 5px 15px rgba(0, 77, 44, 0.1);
    transition: 0.4s;
}

.location-card-creative:hover .loc-icon-bubble {
    background: #004d2c;
    color: #fff;
    transform: scale(1.1) rotate(5deg);
}

.loc-pin {
    color: #004d2c;
}

/* --- Dark Sections Atmospheric Animation (Unique Creative Effect) --- */
.verdyan-overview.dark-creative-style::before,
.verdyan-franchise-details::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-image: radial-gradient(1.5px 1.5px at 20px 30px, rgba(255, 255, 255, 0.15), transparent), radial-gradient(1.5px 1.5px at 40px 70px, rgba(255, 255, 255, 0.08), transparent), radial-gradient(2px 2px at 90px 40px, rgba(255, 255, 255, 0.2), transparent);
    background-size: 150px 150px;
    background-repeat: repeat;
    pointer-events: none;
    z-index: 0;
    opacity: 0.25;
    /* Increased to be visible but still subtle on black */
    animation: floatingAtmosphere 50s linear infinite;
}

@keyframes floatingAtmosphere {
    0% {
        transform: translateY(0) translateX(0) rotate(0deg);
    }

    100% {
        transform: translateY(-150px) translateX(-150px) rotate(1deg);
    }
}

/* Breathing Glow Effect on Dark Backgrounds */
.verdyan-franchise-details::after {
    animation: slowGlowBreath 8s ease-in-out infinite alternate !important;
}

.glow-accent-saffron {
    animation: slowGlowBreath 10s ease-in-out infinite alternate-reverse !important;
}

@keyframes slowGlowBreath {
    0% {
        opacity: 0.6;
        transform: scale(0.95);
    }

    100% {
        opacity: 1;
        transform: scale(1.08);
        filter: blur(50px);
    }
}

/* --- Ambient Dark Sections Ingredients Overlay --- */
.dark-ambient-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    /* Sits behind text which is z-3 */
    overflow: hidden;
}

.dark-spice {
    position: absolute;
    opacity: 0.25;
    /* Visible abstract silhouettes */
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.8)) grayscale(30%);
    will-change: transform;
}

    .dark-spice img {
        width: clamp(20px, 3vw, 40px);
        /* Smaller abstract icons */
    }

/* Creative Abstract Positioning & Smooth Animations */
.d-cheese {
    top: 15%;
    left: 8%;
    animation: darkDriftFloat 20s ease-in-out infinite;
}

.d-chili {
    top: 25%;
    right: 7%;
    animation: darkDriftSpin 25s ease-in-out infinite 2s;
}

.d-oregano {
    top: 60%;
    left: 4%;
    animation: darkDriftPulse 22s ease-in-out infinite 1s;
}

.d-paneer {
    bottom: 20%;
    right: 10%;
    animation: darkDriftFloat 28s ease-in-out infinite 3s;
}

.d-sauce {
    bottom: 10%;
    left: 15%;
    animation: darkDriftSpin 26s ease-in-out infinite 4s;
}

.d-corn {
    top: 10%;
    right: 15%;
    animation: darkDriftFloat 24s ease-in-out infinite;
}

.d-tikki {
    bottom: 30%;
    left: 8%;
    animation: darkDriftPulse 22s ease-in-out infinite 5s;
}

.d-basil {
    top: 50%;
    right: 5%;
    animation: darkDriftFloat 27s ease-in-out infinite 2.5s;
}

/* Keep it super-modern and extremely slow */
@keyframes darkDriftFloat {

    0%, 100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
    }

    33% {
        transform: translate(15px, -20px) rotate(6deg) scale(1.02);
    }

    66% {
        transform: translate(-10px, 15px) rotate(-4deg) scale(0.98);
    }
}

@keyframes darkDriftSpin {

    0%, 100% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(20deg) scale(1.05) translate(-15px, 10px);
    }
}

@keyframes darkDriftPulse {

    0%, 100% {
        transform: scale(1) translateY(0);
        opacity: 0.15;
    }

    50% {
        transform: scale(1.05) translateY(-15px);
        opacity: 0.3;
    }
}

@media (max-width: 768px) {
    .dark-ambient-layer {
        opacity: 0.6;
        /* Slight reduction on mobile to ensure clean text */
    }
}

/* --- Premium Glassmorphism Header --- */
.verdyan-premium-header {
    background: linear-gradient(135deg, rgb(255 255 255 / 85%) 0%, rgb(240 240 240 / 90%) 100%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 0px 0;
    z-index: 1030;
}

    .verdyan-premium-header.scrolled {
        padding: 8px 0;
        background: linear-gradient(135deg, rgb(255 255 255 / 85%) 0%, rgb(240 240 240 / 90%) 100%);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    }

    .verdyan-premium-header .nav-link {
        color: #085220 !important;
        font-weight: 600;
        font-size: 1rem;
        padding: 10px 15px !important;
        margin: 0 5px;
        border-radius: 30px;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

        .verdyan-premium-header .nav-link:hover,
        .verdyan-premium-header .nav-link.active {
            color: #085220 !important;
            background: rgba(255, 255, 255);
            box-shadow: 0 4px 15px rgba(255, 255, 255, 0.05);
        }

.header-phone {
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: 0.3s;
    letter-spacing: 0.5px;
}

    .header-phone:hover {
        color: #5dcc8c !important;
    }

.btn-premium-cta {
    background: #124922;
    color: #002213;
    font-weight: 700;
    border-radius: 50px;
    padding: 12px 28px;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.4s;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(93, 204, 140, 0.3);
}

    .btn-premium-cta::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #6b6b6b;
        z-index: -1;
        transition: 0.4s ease-in-out;
    }

    .btn-premium-cta:hover {
        color: #004d2c;
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(93, 204, 140, 0.5);
    }

        .btn-premium-cta:hover::before {
            width: 100%;
        }

.custom-toggler {
    padding: 10px 15px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    background: rgba(255, 255, 255, 0.05);
    transition: 0.3s;
}

    .custom-toggler:hover {
        background: rgba(255, 255, 255, 0.1);
    }

@media(max-width: 991px) {
    .verdyan-premium-header .navbar-collapse {
        background: rgba(10, 10, 10, 0.98);
        border-radius: 15px;
        padding: 20px;
        margin-top: 15px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    }

    .verdyan-premium-header .nav-link {
        margin-bottom: 5px;
    }

    .header-right-meta {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start !important;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
}

/* --- OUR JOURNEY PAGE: MASTERPIECE REDESIGN v3 (NO BLACK) --- */
.journey-hero-v3 {
    background: linear-gradient(135deg, #004d2c 0%, #006037 100%);
    padding: 130px 0 40px;
    position: relative;
    overflow: hidden;
}

.verdant-ambient-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
    height: 60vw;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 60%);
    pointer-events: none;
    z-index: 1;
}

/* Breadcrumb Glassmorphism */
.breadcrumb-glass {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 25px;
    border-radius: 100px;
}

    .breadcrumb-glass .breadcrumb {
        padding: 0;
        margin: 0;
    }

    .breadcrumb-glass .breadcrumb-item a {
        color: rgba(255, 255, 255, 0.8) !important;
        text-decoration: none;
        font-weight: 700;
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .breadcrumb-glass .breadcrumb-item.active {
        color: #ffd700;
        /* Saffron Gold */
        font-weight: 900;
    }

    .breadcrumb-glass .breadcrumb-item + .breadcrumb-item::before {
        content: " \f105 ";
        /* FontAwesome Chevron */
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: rgba(255, 255, 255, 0.4);
        font-size: 0.7rem;
    }

.cat-chip-light {
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.master-title-v3 {
    font-size: 4.5rem;
    font-weight: 950;
    color: #ffd700;
    line-height: 75px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.master-desc-v3 {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 750px;
    line-height: 1.6;
    font-weight: 500;
}

.btn-saffron-pill {
    background: #ffd700;
    color: #004d2c;
    padding: 20px 45px;
    border-radius: 100px;
    font-weight: 900;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 15px 35px rgba(255, 215, 0, 0.3);
    border: none;
    transition: 0.4s;
    text-decoration: none;
    display: inline-block;
}

    .btn-saffron-pill:hover {
        background: #fff;
        transform: translateY(-5px);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
        color: #004d2c;
    }

@media (max-width: 991px) {
    .master-title-v3 {
        font-size: 4rem;
        letter-spacing: -2px;
    }

    .master-desc-v3 {
        font-size: 1.1rem;
    }

    .journey-hero-v3 {
        padding: 160px 0 100px;
    }
}

.timeline-section {
    padding: 80px 0 120px;
    background: #fff;
    position: relative;
}

.timeline-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

    .timeline-container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 4px;
        height: 100%;
        background: rgba(0, 77, 44, 0.1);
        transform: translateX(-50%);
        border-radius: 10px;
    }

.timeline-item {
    position: relative;
    margin-bottom: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-content {
    width: 45%;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 77, 44, 0.05);
    border: 1px solid rgba(0, 77, 44, 0.08);
    position: relative;
    transition: 0.4s;
    z-index: 3;
}

    .timeline-content:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 50px rgba(0, 77, 44, 0.1);
        border-color: #004d2c;
    }

    .timeline-content::after {
        content: '';
        position: absolute;
        top: 50%;
        width: 25px;
        height: 25px;
        background: #fff;
        transform: translateY(-50%) rotate(45deg);
        transition: 0.4s;
    }

.timeline-item.left .timeline-content {
    margin-right: auto;
}

.timeline-item.right .timeline-content {
    margin-left: auto;
}

.timeline-item.left .timeline-content::after {
    right: -13px;
    border-top: 1px solid rgba(0, 77, 44, 0.08);
    border-right: 1px solid rgba(0, 77, 44, 0.08);
}

.timeline-item.left .timeline-content:hover::after {
    border-color: #004d2c;
}

.timeline-item.right .timeline-content::after {
    left: -13px;
    border-bottom: 1px solid rgba(0, 77, 44, 0.08);
    border-left: 1px solid rgba(0, 77, 44, 0.08);
}

.timeline-item.right .timeline-content:hover::after {
    border-color: #004d2c;
}

.timeline-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #004d2c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    box-shadow: 0 0 0 8px rgba(0, 77, 44, 0.1);
    z-index: 4;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.timeline-item:hover .timeline-dot {
    transform: translate(-50%, -50%) scale(1.15) rotate(10deg);
    background: #5dcc8c;
    color: #002213;
    box-shadow: 0 0 0 12px rgba(93, 204, 140, 0.25);
}

.timeline-year {
    position: absolute;
    top: -45px;
    font-size: 5rem;
    font-weight: 900;
    color: rgba(0, 77, 44, 0.04);
    pointer-events: none;
    line-height: 1;
    z-index: 1;
}

.timeline-item.left .timeline-year {
    right: 20px;
}

.timeline-item.right .timeline-year {
    left: 20px;
}

.text-verdyan {
    color: #004d2c !important;
}

@media (max-width: 768px) {
    .timeline-container::before {
        left: 30px;
    }

    .timeline-item {
        justify-content: flex-end;
    }

    .timeline-content {
        width: calc(100% - 80px);
        margin-left: auto !important;
        margin-right: 0 !important;
    }

    .timeline-dot {
        left: 30px;
    }

    .timeline-content::after {
        left: -13px !important;
        right: auto !important;
        border: none !important;
        border-bottom: 1px solid rgba(0, 77, 44, 0.08) !important;
        border-left: 1px solid rgba(0, 77, 44, 0.08) !important;
    }

    .timeline-item.left .timeline-content:hover::after {
        border-color: #004d2c !important;
    }

    .timeline-item.left .timeline-year,
    .timeline-item.right .timeline-year {
        left: auto;
        right: 20px;
        font-size: 3.5rem;
        top: -30px;
    }
}

/* --- Creative Map Node Animations --- */
.node-badge {
    display: inline-block;
    background: #e6f2ec;
    color: #004d2c;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0, 77, 44, 0.1);
}

.timeline-map-node .timeline-dot {
    position: absolute;
    z-index: 5;
}

/* Pulsing map ring effect */
.map-pulse::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(93, 204, 140, 0.4);
    border-radius: 50%;
    z-index: -1;
    animation: mapPulseRing 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

@keyframes mapPulseRing {
    0% {
        width: 100%;
        height: 100%;
        opacity: 1;
        border: 2px solid #5dcc8c;
    }

    100% {
        width: 250%;
        height: 250%;
        opacity: 0;
        border: 2px solid #004d2c;
    }
}

.creative-node {
    border-top: 4px solid #004d2c;
    overflow: hidden;
}

    /* Inner glow hover */
    .creative-node::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at center, rgba(93, 204, 140, 0.1) 0%, transparent 70%);
        opacity: 0;
        transition: 0.6s ease-in-out;
        pointer-events: none;
    }

.timeline-map-node:hover .creative-node::before {
    opacity: 1;
}

/* Bouncing Icon */
.timeline-map-node:hover .timeline-dot i {
    animation: bouncePin 0.6s ease infinite alternate;
}

@keyframes bouncePin {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-5px);
    }
}

/* --- ULTRA-PREMIUM SCROLLING DARK MAP EFFECTS --- */
.timeline-section.dark-timeline {
    background: linear-gradient(180deg, #050505 0%, #001f11 100%);
    color: #fff;
    overflow: hidden;
}

    .timeline-section.dark-timeline::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: radial-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
        background-size: 30px 30px;
        z-index: 0;
    }

    .timeline-section.dark-timeline .timeline-container::before {
        background: rgba(255, 255, 255, 0.05);
        /* Dimmed inactive track */
    }

/* Glowing Scroll Progress Laser */
.timeline-progress-bar {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 0%;
    /* Driven by JS */
    background: linear-gradient(180deg, transparent 0%, #5dcc8c 80%, #fff 100%);
    border-radius: 10px;
    z-index: 2;
    box-shadow: 0 0 20px rgba(93, 204, 140, 0.9);
    transition: height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Glassmorphism Dark Cards */
.timeline-section.dark-timeline .timeline-content {
    background: rgba(10, 10, 10, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    color: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
    transform: perspective(1000px) rotateY(0deg) scale(0.95);
    transform-origin: center;
    transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0.4;
    filter: grayscale(80%);
}

.timeline-section.dark-timeline .creative-node {
    border-top: 4px solid rgba(255, 255, 255, 0.1);
}

.timeline-section.dark-timeline .timeline-content::after {
    background: #0d0d0d;
}

.timeline-section.dark-timeline .timeline-item.left .timeline-content::after {
    border-top-color: rgba(255, 255, 255, 0.05);
    border-right-color: rgba(255, 255, 255, 0.05);
}

.timeline-section.dark-timeline .timeline-item.right .timeline-content::after {
    border-bottom-color: rgba(255, 255, 255, 0.05);
    border-left-color: rgba(255, 255, 255, 0.05);
}

.timeline-section.dark-timeline .text-verdyan {
    color: #5dcc8c !important;
    text-shadow: 0 0 15px rgba(93, 204, 140, 0.3);
}

.timeline-section.dark-timeline .text-muted {
    color: rgba(255, 255, 255, 0.7) !important;
}

.timeline-section.dark-timeline .timeline-year {
    color: rgba(255, 255, 255, 0.02);
    font-size: 7rem;
    z-index: 0;
}

.timeline-section.dark-timeline .node-badge {
    background: rgba(93, 204, 140, 0.15);
    color: #5dcc8c;
    border: 1px solid rgba(93, 204, 140, 0.3);
}

.timeline-section.dark-timeline .timeline-dot {
    background: #080808;
    border: 2px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.3);
    box-shadow: none;
    transition: 0.5s;
}

/* === ACTIVE NODE (Triggered by Scroll Laser) === */
.timeline-map-node.node-active .timeline-content {
    transform: perspective(1000px) rotateY(0deg) scale(1);
    opacity: 1;
    filter: grayscale(0%);
    border-color: rgba(93, 204, 140, 0.4);
    box-shadow: 0 20px 50px rgba(0, 255, 136, 0.1), inset 0 0 20px rgba(93, 204, 140, 0.05);
}

.timeline-map-node.node-active .creative-node {
    border-top: 4px solid #5dcc8c;
}

.timeline-map-node.node-active .timeline-content::after {
    border-color: rgba(93, 204, 140, 0.4) !important;
}

/* Laser Lit Pin Glow */
.timeline-map-node.node-active .timeline-dot {
    background: #5dcc8c;
    color: #002213;
    border-color: #5dcc8c;
    box-shadow: 0 0 25px rgba(93, 204, 140, 1), inset 0 0 10px #fff;
    transform: translate(-50%, -50%) scale(1.15) rotate(15deg);
    animation: neonPulsePin 1.5s ease-in-out infinite alternate;
}

@keyframes neonPulsePin {
    0% {
        box-shadow: 0 0 20px rgba(93, 204, 140, 0.8), 0 0 0 10px rgba(93, 204, 140, 0.15);
    }

    100% {
        box-shadow: 0 0 35px rgba(93, 204, 140, 1), 0 0 0 25px rgba(93, 204, 140, 0.25);
        transform: translate(-50%, -60%) scale(1.25) rotate(-5deg);
    }
}

/* Ultra-Creative 3D Hover on Active Nodes */
.timeline-map-node.left.node-active:hover .timeline-content {
    transform: perspective(1000px) rotateY(4deg) scale(1.03);
}

.timeline-map-node.right.node-active:hover .timeline-content {
    transform: perspective(1000px) rotateY(-4deg) scale(1.03);
}

@media(max-width: 768px) {
    .timeline-progress-bar {
        left: 30px;
    }

    .timeline-map-node.right.node-active:hover .timeline-content {
        transform: perspective(1000px) rotateY(0deg) scale(1.02);
    }
}

/* --- SITEMAP PAGE DESIGN --- */
.sitemap-hero {
    background: linear-gradient(135deg, rgba(8, 8, 8, 0.95), rgba(0, 50, 28, 0.98)), url('../design/veg-royal-burger.jpg') center/cover;
    padding: 180px 0 100px;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}

.sitemap-section.dark-sitemap {
    padding: 80px 0 120px;
    background: linear-gradient(180deg, #050505 0%, #001f11 100%);
    position: relative;
    overflow: hidden;
}

    .sitemap-section.dark-sitemap::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
        background-size: 40px 40px;
        z-index: 0;
    }

.sitemap-card {
    background: rgba(15, 15, 15, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-top: 4px solid #5dcc8c;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: perspective(1000px) rotateX(0deg) translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}

    .sitemap-card::after {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle at center, rgba(93, 204, 140, 0.05) 0%, transparent 60%);
        opacity: 0;
        transition: 0.6s;
        pointer-events: none;
    }

    .sitemap-card:hover {
        transform: perspective(1000px) rotateX(4deg) translateY(-15px);
        border-color: rgba(93, 204, 140, 0.5);
        box-shadow: 0 20px 50px rgba(0, 255, 136, 0.15);
    }

        .sitemap-card:hover::after {
            opacity: 1;
        }

.sitemap-icon {
    width: 70px;
    height: 70px;
    background: rgba(93, 204, 140, 0.1);
    color: #5dcc8c;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    margin-bottom: 25px;
    transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(93, 204, 140, 0.2);
}

.sitemap-card:hover .sitemap-icon {
    background: #5dcc8c;
    color: #002213;
    transform: rotateY(180deg) scale(1.1);
    box-shadow: 0 0 20px rgba(93, 204, 140, 0.8);
}

.sitemap-links li {
    margin-bottom: 15px;
    transform: translateX(0);
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.sitemap-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

    .sitemap-links a i {
        opacity: 0;
        transform: translateX(-10px);
        transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

.sitemap-links li:hover {
    transform: translateX(10px);
}

    .sitemap-links li:hover a {
        color: #fff;
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    }

        .sitemap-links li:hover a i {
            opacity: 1;
            transform: translateX(0);
        }

.active-link {
    color: #5dcc8c !important;
    font-weight: 700 !important;
}

    .active-link i {
        opacity: 1 !important;
        transform: translateX(0) !important;
    }

/* --- FAST FOOD SITEMAP TREE V2 --- */
.sitemap-ff-section {
    background: #111;
    padding: 80px 0;
    overflow-x: hidden;
    position: relative;
}

    .sitemap-ff-section::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, rgba(217, 4, 41, 0.1), transparent 50%), radial-gradient(circle at bottom left, rgba(255, 186, 8, 0.1), transparent 50%);
        pointer-events: none;
    }

/* --- DETAILED SITEMAP GRID --- */
.sitemap-detailed-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    padding: 0;
    margin-top: 20px;
}

.sitemap-card-det {
    background: rgba(26, 26, 26, 0.9);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    transition: 0.4s;
    backdrop-filter: blur(10px);
}

    .sitemap-card-det:hover {
        transform: translateY(-5px);
        border-color: rgba(255, 186, 8, 0.3);
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.6);
    }

    .sitemap-card-det::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #d90429, #ffba08, #004d2c);
        /* Brand colors */
        opacity: 0.8;
    }

/* Header inside detailed card */
.sm-card-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.sm-card-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-right: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Icon colors */
.bg-c-red {
    background: #d90429;
    color: #fff;
}

.bg-c-yellow {
    background: #ffba08;
    color: #111;
}

.bg-c-green {
    background: #004d2c;
    color: #fff;
}

.bg-c-orange {
    background: #f48c06;
    color: #fff;
}

.bg-c-purple {
    background: #7209b7;
    color: #fff;
}

.bg-c-blue {
    background: #00b4d8;
    color: #fff;
}

.bg-c-pink {
    background: #ff006e;
    color: #fff;
}

.bg-c-teal {
    background: #43aa8b;
    color: #fff;
}

.bg-c-gray {
    background: #333;
    color: #ccc;
}

.sm-card-title {
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff;
    margin: 0;
    font-family: var(--font-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    flex-grow: 1;
}

    .sm-card-title a {
        color: #fff;
        text-decoration: none;
        transition: 0.3s;
    }

        .sm-card-title a:hover {
            color: #ffba08;
        }

/* The vertical tree list inside detailed card */
.sm-list-tree {
    list-style: none;
    padding-left: 0;
    margin: 0;
    position: relative;
}

    .sm-list-tree::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 20px;
        left: 8px;
        border-left: 2px dashed rgba(255, 255, 255, 0.15);
    }

    .sm-list-tree > li {
        position: relative;
        padding: 10px 0 10px 35px;
        color: #bbb;
        font-size: 1rem;
        font-weight: 500;
        display: block;
    }

        .sm-list-tree > li::before {
            content: '';
            position: absolute;
            top: 23px;
            left: 8px;
            width: 18px;
            border-top: 2px dashed rgba(255, 255, 255, 0.15);
        }

        .sm-list-tree > li:hover::before,
        .sm-list-tree:hover::before {
            border-color: rgba(255, 186, 8, 0.5);
            /* Highlight on hover */
        }

    .sm-list-tree li a {
        color: #ddd;
        text-decoration: none;
        transition: 0.3s;
        display: inline-block;
    }

        .sm-list-tree li a:hover {
            color: #ffba08;
            transform: translateX(4px);
        }

    .sm-list-tree li strong {
        color: #fff;
        font-weight: 700;
    }

/* Nested lists explicitly for Menu items */
.sm-list-sub {
    list-style: none;
    padding-left: 0;
    margin-top: 8px;
    margin-bottom: 5px;
    width: 100%;
    position: relative;
}

    .sm-list-sub::before {
        content: '';
        position: absolute;
        top: -10px;
        bottom: 15px;
        left: 8px;
        border-left: 1px dashed rgba(255, 255, 255, 0.1);
    }

    .sm-list-sub li {
        padding: 6px 0 6px 30px;
        font-size: 0.9rem;
        color: #999;
        position: relative;
    }

        .sm-list-sub li::before {
            content: '';
            position: absolute;
            top: 16px;
            left: 8px;
            width: 15px;
            border-top: 1px dashed rgba(255, 255, 255, 0.1);
        }

        .sm-list-sub li a {
            color: #999;
        }

            .sm-list-sub li a:hover {
                color: #fff;
            }

/* --- THE GOURMET BENTO SITEMAP V3 --- */
.bento-sitemap-section {
    background: #080808;
    padding: 100px 0;
}

/* .bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 220px;
    gap: 25px;
    padding: 0;
} */

.bento-item {
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 35px;
    padding: 35px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    text-decoration: none !important;
}

    .bento-item:hover {
        transform: translateY(-10px) scale(1.02);
        border-color: rgba(255, 186, 8, 0.2);
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8);
        z-index: 5;
    }

/* Bento Sizing */
.bi-large {
    grid-column: span 2;
    grid-row: span 2;
}

.bi-tall {
    grid-row: span 2;
}

.bi-wide {
    grid-column: span 2;
}

/* Bento Theming */
.bt-red {
    background: linear-gradient(135deg, #2b0b0b 0%, #111 60%);
}

.bt-yellow {
    background: linear-gradient(135deg, #2b230b 0%, #111 60%);
}

.bt-green {
    background: linear-gradient(135deg, #0b2b14 0%, #111 60%);
}

.bt-orange {
    background: linear-gradient(135deg, #2b1d0b 0%, #111 60%);
}

.bt-blue {
    background: linear-gradient(135deg, #0b232b 0%, #111 60%);
}

.bt-purple {
    background: linear-gradient(135deg, #1d0b2b 0%, #111 60%);
}

.bento-icon {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 8rem;
    opacity: 0.1;
    color: #fff;
    transition: 0.5s;
    filter: blur(2px);
}

.bento-item:hover .bento-icon {
    opacity: 0.3;
    transform: translate(-10px, 10px) rotate(-15deg);
    filter: blur(0px);
}

.bento-badge {
    position: absolute;
    top: 35px;
    left: 35px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffba08;
    padding: 6px 15px;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    backdrop-filter: blur(10px);
}

.bento-content {
    position: relative;
    z-index: 2;
}

    .bento-content h3 {
        color: #fff;
        font-size: 2rem;
        font-weight: 900;
        margin-bottom: 20px;
        font-family: var(--font-primary);
        letter-spacing: -1px;
    }

.bt-tall .bento-content h3 {
    font-size: 1.6rem;
}

.bento-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 15px;
}

    .bento-list li {
        color: #999;
        font-size: 0.95rem;
        position: relative;
        padding-left: 15px;
    }

        .bento-list li::before {
            content: '•';
            position: absolute;
            left: 0;
            color: #ffba08;
        }

        .bento-list li strong {
            color: #fff;
        }

.bento-item:hover .bento-list li {
    color: #ccc;
}

/* Responsive Grid */
@media (max-width: 1200px) {
    .bento-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 240px;
    }
}

@media (max-width: 767px) {
    .bento-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .bi-large,
    .bi-tall,
    .bi-wide {
        grid-column: span 1;
        grid-row: span 1;
    }

    .bento-item {
        min-height: 250px;
    }
}

/* --- THE NEO-NEON INTERACTIVE NAVIGATOR V4 --- */
.neon-sitemap-hub {
    background: #050505;
    /* Deepest black */
    padding: 120px 0;
    overflow: hidden;
}

.neon-nav-stack {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.neon-nav-card {
    background: rgba(20, 20, 20, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 25px;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
    transition: all 0.4s ease;
    backdrop-filter: blur(15px);
    overflow: hidden;
}

    .neon-nav-card:hover {
        border-color: var(--accent-glow);
        background: rgba(20, 24, 20, 0.9);
        transform: translateX(10px);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8), 0 0 40px rgba(var(--accent-rgb), 0.1);
    }

/* Accent Glow Variances */
.nc-red {
    --accent-glow: #d90429;
    --accent-rgb: 217, 4, 41;
}

.nc-yellow {
    --accent-glow: #ffba08;
    --accent-rgb: 255, 186, 8;
}

.nc-green {
    --accent-glow: #00a651;
    --accent-rgb: 0, 166, 81;
}

.nc-orange {
    --accent-glow: #f48c06;
    --accent-rgb: 244, 140, 6;
}

.nc-blue {
    --accent-glow: #00b4d8;
    --accent-rgb: 0, 180, 216;
}

.nc-purple {
    --accent-glow: #7209b7;
    --accent-rgb: 114, 9, 183;
}

.neon-card-left {
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Icon & Title Group */
.ncl-head {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ncl-icon {
    width: 65px;
    height: 65px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    background: rgba(255, 255, 255, 0.03);
    color: var(--accent-glow);
    box-shadow: inset 0 0 15px rgba(var(--accent-rgb), 0.2);
    transition: 0.4s;
}

.neon-nav-card:hover .ncl-icon {
    background: var(--accent-glow);
    color: #fff;
    box-shadow: 0 0 30px rgba(var(--accent-rgb), 0.6);
    transform: rotate(10deg);
}

.ncl-title {
    margin: 0;
}

    .ncl-title h3 {
        color: #fff;
        font-weight: 800;
        font-size: 1.8rem;
        margin: 0;
        font-family: var(--font-primary);
        letter-spacing: -0.5px;
    }

    .ncl-title span {
        color: #555;
        font-size: 0.8rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

/* Detail Right Side */
.neon-card-right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
}

.ncr-detail-group {
    flex: 1 0 240px;
}

    .ncr-detail-group h4 {
        color: #888;
        font-size: 0.85rem;
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 20px;
        border-left: 3px solid var(--accent-glow);
        padding-left: 15px;
        letter-spacing: 1px;
    }

.ncr-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .ncr-list li {
        color: #aaa;
        font-size: 1rem;
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 12px;
        transition: 0.3s;
    }

        .ncr-list li i {
            font-size: 0.6rem;
            color: var(--accent-glow);
            opacity: 0.5;
        }

        .ncr-list li:hover {
            color: #fff;
            transform: translateX(8px);
        }

        .ncr-list li a {
            color: inherit;
            text-decoration: none;
        }

/* Background Number Decor */
.neon-bg-num {
    position: absolute;
    right: -20px;
    bottom: -40px;
    font-size: 14rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.02);
    font-family: var(--font-primary);
    pointer-events: none;
    z-index: 1;
    transition: 0.5s;
}

.neon-nav-card:hover .neon-bg-num {
    color: rgba(var(--accent-rgb), 0.05);
    transform: scale(1.1) translateY(-10px);
}

/* Mobile Responsiveness for Navigator */
@media (max-width: 991px) {
    .neon-nav-card {
        flex-direction: column;
        padding: 30px;
    }

    .neon-card-left {
        flex: 0 0 auto;
        margin-bottom: 20px;
    }

    .ncl-title h3 {
        font-size: 1.5rem;
    }

    .neon-bg-num {
        font-size: 8rem;
    }
}

@media (max-width: 575px) {
    .ncr-detail-group {
        flex: 1 1 100%;
    }
}

/* --- ABOUT US: VIBRANT & FRESH LIGHT THEME V5 --- */
.vibrant-about-wrapper {
    background-color: #fcfcf9;
    /* Creamy fresh background */
    color: #2D3436;
    font-family: 'Outfit', sans-serif;
    overflow-x: hidden;
}

.vibrant-navbar-spacer {
    height: 120px;
}

.vibrant-title-main {
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: -2px;
    background: linear-gradient(90deg, var(--verdyan-main), #f48c06);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.vibrant-accent-text {
    color: #004d2c;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.9rem;
}

.vibrant-card {
    background: #fff;
    border-radius: 40px;
    padding: 45px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
}

    .vibrant-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 35px 80px rgba(0, 0, 0, 0.08);
        border-color: #f48c06;
    }

.vibrant-icon-box {
    width: 75px;
    height: 75px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 25px;
    transition: 0.4s;
}

/* Icon Colors */
.bg-soft-green {
    background: #e8f5e9;
    color: #00a651;
}

.bg-soft-orange {
    background: #fff3e0;
    color: #f48c06;
}

.bg-soft-yellow {
    background: #fffde7;
    color: #fbc02d;
}

.bg-soft-blue {
    background: #e3f2fd;
    color: #2196f3;
}

.vibrant-card:hover .vibrant-icon-box {
    transform: rotate(10deg) scale(1.1);
}

/* Vision Banner Special */
.vibrant-vision-banner {
    background: linear-gradient(135deg, #fff 0%, #fff9e6 100%);
    border-radius: 50px;
    padding: 60px;
    position: relative;
    border: 2px dashed #fcd34d;
    overflow: hidden;
}

    .vibrant-vision-banner::before {
        content: '';
        position: absolute;
        top: -50px;
        right: -50px;
        width: 200px;
        height: 200px;
        background: radial-gradient(circle, rgba(251, 192, 45, 0.1) 0%, transparent 70%);
        z-index: 1;
    }

.vision-highlight-tag {
    background: #f48c06;
    color: #fff;
    padding: 10px 25px;
    border-radius: 100px;
    font-weight: 900;
    font-size: 1.5rem;
    display: inline-block;
    box-shadow: 0 10px 25px rgba(244, 140, 6, 0.3);
}

/* Stats Badges */
.vibrant-badge-floating {
    background: #fff;
    border-radius: 25px;
    padding: 20px 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    gap: 15px;
    border-bottom: 5px solid #00a651;
    z-index: 10;
}

.vibrant-badge-num {
    font-size: 2.5rem;
    font-weight: 900;
    color: #00a651;
    line-height: 1;
}

.vibrant-badge-text {
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #666;
    line-height: 1.2;
}

/* Section Separator */
.vibrant-shape-divider {
    position: relative;
    width: 100%;
    line-height: 0;
    transform: rotate(180deg);
}

    .vibrant-shape-divider svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 120px;
    }

    .vibrant-shape-divider .shape-fill {
        fill: #fcfcf9;
    }

/* Feature Grid List */
.vibrant-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .vibrant-feature-list li {
        padding: 12px 0;
        display: flex;
        align-items: center;
        gap: 15px;
        font-weight: 600;
        font-size: 1.1rem;
        color: #444;
    }

        .vibrant-feature-list li i {
            color: #00a651;
            font-size: 1.2rem;
        }

@media (max-width: 767px) {
    .vibrant-title-main {
        font-size: 2.8rem;
    }

    .vibrant-card {
        padding: 30px;
    }

    .vibrant-vision-banner {
        padding: 40px 25px;
    }
}

/* --- THE GOURMET MENU REDESIGN V8 --- */
.menu-category-header {
    margin-bottom: 3rem;
    position: relative;
    padding-left: 20px;
    border-left: 5px solid #f48c06;
}

    .menu-category-header h2 {
        font-weight: 900;
        font-size: 2.5rem;
        color: var(--verdyan-main);
        text-transform: uppercase;
    }

.gourmet-menu-card {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
}

    .gourmet-menu-card:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    }

.gourmet-img-container {
    height: 240px;
    overflow: hidden;
    position: relative;
    background: #f8f9fa;
}

    .gourmet-img-container img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 20px;
        transition: 0.8s ease;
    }

.gourmet-menu-card:hover .gourmet-img-container img {
    transform: scale(1.1) rotate(5deg);
}

.gourmet-content {
    padding: 25px;
    text-align: center;
}

.gourmet-badge {
    padding: 6px 15px;
    background: rgba(0, 166, 81, 0.1);
    color: #00a651;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 12px;
}

.gourmet-item-name {
    font-weight: 800;
    font-size: 1.4rem;
    margin-bottom: 0px;
    color: #1a1a1a;
}

.gourmet-overlay-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    opacity: 0;
    transition: 0.4s;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    color: #fff;
}

.gourmet-menu-card:hover .gourmet-overlay-info {
    opacity: 1;
}

/* Specific item adjustments */
.item-tag-new {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #f48c06;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.7rem;
    z-index: 5;
}

.vibrant-menu-section {
    background-color: #fafafa;
    position: relative;
}

    .vibrant-menu-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background: linear-gradient(to bottom, #fff, transparent);
    }

/* 
===================================================
    GOURMET MENU REDESIGN - BENTO SYSTEM
=================================================== 
*/

/* 
===================================================
    CULINARY NARRATIVE MENU - CINEMATIC SYSTEM
=================================================== 
*/

.masterpiece-menu-hero {
    position: relative;
    height: 95vh;
    padding-top: 120px;
    background: #fdfaf5;
    overflow: hidden;
}

/* Breadcrumb Styling */
.breadcrumb-nav .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-item a {
    color: #888;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.3s;
}

.breadcrumb-item.active {
    color: var(--verdyan-main);
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: #ccc;
    padding: 0 15px;
}

.hero-sup {
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #f48c06;
    letter-spacing: 4px;
}

.hero-main-title {
    font-size: 6rem;
    font-weight: 900;
    color: var(--verdyan-main);
    line-height: .8;
}

.hero-desc {
    font-size: 1.15rem;
    color: #555;
    max-width: 500px;
}

/* Stats Row */
.hero-stats-row {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 30px;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-num {
    font-size: 2rem;
    font-weight: 900;
    color: var(--verdyan-main);
}

.stat-label {
    font-size: 0.75rem;
    font-weight: 800;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Featured Frame */
.hero-featured-frame {
    position: relative;
    width: 100%;
    height: 500px;
    transform: rotate(3deg);
    border: 15px solid #fff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    z-index: 5;
}

.hero-featured-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dish-tag {
    position: absolute;
    bottom: -25px;
    right: 20px;
    background: var(--verdyan-main);
    color: #fff;
    padding: 10px 25px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Abstract Blobs */
.hero-decorative-blobs div {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 1;
}

.blob-1 {
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: rgba(0, 77, 44, 0.08);
}

.blob-2 {
    bottom: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: rgba(244, 140, 6, 0.08);
}

@media (max-width: 991px) {
    .masterpiece-menu-hero {
        height: auto;
        padding-bottom: 80px;
    }

    .hero-main-title {
        font-size: 3.5rem;
    }

    .hero-featured-frame {
        height: 350px;
        margin-top: 50px;
        transform: rotate(0);
    }

    .hero-stats-row {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* Floating Portal */
.floating-category-portal {
    position: fixed;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.portal-inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 20px 10px;
    border-radius: 100px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 77, 44, 0.1);
}

.portal-link {
    width: 45px;
    height: 45px;
    background: transparent;
    color: var(--verdyan-main);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.2rem;
    position: relative;
    transition: 0.3s;
}

    .portal-link:hover {
        background: var(--verdyan-main);
        color: #fff;
    }

    .portal-link::after {
        content: attr(data-title);
        position: absolute;
        right: 60px;
        background: var(--verdyan-main);
        color: #fff;
        padding: 5px 15px;
        border-radius: 5px;
        font-size: 0.8rem;
        font-weight: 700;
        opacity: 0;
        pointer-events: none;
        transition: 0.3s;
        white-space: nowrap;
    }

    .portal-link:hover::after {
        opacity: 1;
        right: 55px;
    }

/* Chapters */
.narrative-chapter {
    padding: 100px 0;
}

.chapter-label {
    max-width: 600px;
    margin: 0 auto;
}

.chapter-num {
    font-size: 4rem;
    font-weight: 900;
    color: rgba(0, 77, 44, 0.05);
    display: block;
    line-height: 1;
    margin-bottom: -20px;
}

.chapter-title {
    font-size: 3rem;
    font-weight: 900;
    color: var(--verdyan-main);
    text-transform: uppercase;
}

.bg-soft-dark {
    background-color: #f7f5f0;
}

/* Masterpiece Item Cards */
.masterpiece-item-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.m-card-image {
    height: 350px;
    position: relative;
    overflow: hidden;
}

    .m-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.8s;
    }

.m-card-reveal {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 77, 44, 0.9);
    backdrop-filter: blur(10px);
    padding: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    transition: 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}

.masterpiece-item-card:hover .m-card-reveal {
    top: 0;
}

.masterpiece-item-card:hover img {
    transform: scale(1.1);
}

.m-card-footer {
    padding: 25px;
    text-align: center;
}

    .m-card-footer h3 {
        font-size: 1.4rem;
        font-weight: 800;
        margin-bottom: 8px;
        color: var(--verdyan-main);
    }

.m-tag {
    font-size: 0.75rem;
    font-weight: 700;
    color: #f48c06;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Luxury Pizza Cards */
.luxury-pizza-card {
    display: flex;
    align-items: center;
    gap: 30px;
}

.l-pizza-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

    .l-pizza-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.5s;
    }

.luxury-pizza-card:hover img {
    transform: rotate(15deg) scale(1.1);
}

.l-pizza-info h3 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--verdyan-main);
}

/* Signature Wide Card */
.signature-wide-card {
    height: 500px;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.2);
}

    .signature-wide-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.wide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 60px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.signature-badge {
    background: #f48c06;
    padding: 6px 15px;
    border-radius: 5px;
    font-weight: 800;
    font-size: 0.8rem;
    margin-bottom: 15px;
    display: inline-block;
}

/* Momo Showcase */
.momo-showcase {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.momo-card {
    text-align: center;
}

    .momo-card img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 30px;
        margin-bottom: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        transition: 0.4s;
    }

    .momo-card:hover img {
        transform: translateY(-10px);
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    }

    .momo-card h4 {
        font-weight: 800;
        color: var(--verdyan-main);
    }

/* Chinese Glow Card */
.chinese-glow-card {
    position: relative;
    border-radius: 20px;
    height: 350px;
    overflow: hidden;
    background: #000;
}

    .chinese-glow-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.8;
        transition: 0.5s;
    }

.glow-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 2;
}

.chinese-glow-card:hover img {
    opacity: 1;
    transform: scale(1.1);
}

.chinese-glow-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 50px rgba(244, 140, 6, 0.3);
    pointer-events: none;
}

/* Minimal Pasta Card */
.minimal-pasta-card {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    height: 400px;
}

    .minimal-pasta-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.pasta-overlay-name {
    position: absolute;
    top: 30px;
    left: -20px;
    background: var(--verdyan-main);
    color: #fff;
    padding: 10px 40px;
    font-weight: 900;
    transform: rotate(-15deg);
    z-index: 5;
    font-size: 1.2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.pasta-details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    padding: 25px;
    transform: translateY(100%);
    transition: 0.4s;
}

.minimal-pasta-card:hover .pasta-details {
    transform: translateY(0);
}

/* Drinks Grid */
.drinks-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.drink-item {
    position: relative;
    border-radius: 40px;
    height: 450px;
    overflow: hidden;
}

    .drink-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.6s;
    }

.drink-overlay {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
    z-index: 2;
}

    .drink-overlay h3 {
        font-size: 2.2rem;
        font-weight: 900;
        margin-bottom: 10px;
    }

.drink-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.drink-item:hover img {
    transform: scale(1.1);
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .narrative-title {
        font-size: 3rem;
    }

    .momo-showcase,
    .drinks-grid {
        grid-template-columns: 1fr;
    }

    .luxury-pizza-card {
        flex-direction: column;
        text-align: center;
    }

    .signature-wide-card {
        height: 350px;
    }

    .wide-overlay {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .narrative-title {
        font-size: 2.2rem;
    }

    .chapter-title {
        font-size: 2rem;
    }

    .m-card-image {
        height: 250px;
    }
}

/* 
===================================================
    NEW FRANCHISE PAGE MASTERPIECE SYSTEM
=================================================== 
*/

/* Stats Counters Section - THE MASTERPIECE REDESIGN v2 */
.franchise-stats-hub {
    background: #050505;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.row-bg-narrative {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20rem;
    font-weight: 950;
    color: rgba(255, 255, 255, 0.02);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
    white-space: nowrap;
    z-index: 1;
    pointer-events: none;
    letter-spacing: -10px;
}

.stat-masterpiece-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 50px;
    padding: 3px;
    /* For a gradient border effect if needed */
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    position: relative;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
}

    .stat-masterpiece-card .card-inner {
        background: rgba(10, 10, 10, 0.8);
        backdrop-filter: blur(30px);
        border-radius: 47px;
        padding: 60px 40px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .stat-masterpiece-card:hover {
        transform: translateY(-20px) rotate3d(1, 1, 0, 5deg);
        border-color: var(--verdyan-main);
    }

.stat-icon {
    width: 80px;
    height: 80px;
    background: rgba(0, 77, 44, 0.15);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    color: var(--verdyan-main);
    font-size: 2.2rem;
    box-shadow: 0 15px 30px rgba(0, 77, 44, 0.2);
    transition: 0.4s;
}

.stat-masterpiece-card:hover .stat-icon {
    background: var(--verdyan-main);
    color: #fff;
    transform: scale(1.1) rotate(10deg);
}

.stat-value {
    font-size: 4.5rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
    font-family: var(--font-primary);
    letter-spacing: -3px;
}

    .stat-value .symbol {
        font-size: 1.8rem;
        color: var(--verdyan-main);
        font-weight: 800;
        margin-left: 5px;
    }

.stat-desc {
    font-size: 1.1rem;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .row-bg-narrative {
        font-size: 8rem;
    }

    .stat-value {
        font-size: 3.5rem;
    }
}

/* What You Get - Setup Cards */
.setup-grid-section {
    background: #f8f8f8;
}

.setup-card-premium {
    background: #fff;
    border-radius: 40px;
    padding: 50px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.04);
    height: 100%;
    transition: 0.4s;
    border: 1px solid transparent;
}

    .setup-card-premium:hover {
        border-color: var(--verdyan-main);
        box-shadow: 0 40px 80px rgba(0, 77, 44, 0.08);
    }

.setup-icon-box {
    width: 80px;
    height: 80px;
    background: rgba(0, 77, 44, 0.05);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

    .setup-icon-box i {
        font-size: 2rem;
        color: var(--verdyan-main);
    }

.setup-value-badge {
    background: var(--verdyan-main);
    color: #fff;
    padding: 6px 15px;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 800;
    margin-bottom: 15px;
    display: inline-block;
}

/* Franchise Main Conversion Section */
.franchise-conversion-hero {
    background: linear-gradient(rgba(0, 77, 44, 0.95), rgba(10, 10, 10, 0.98)), url('../design/veg-stock-photo-15.jpg');
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0;
    color: #fff;
}

.investment-mega-title {
    font-size: 6rem;
    font-weight: 950;
    letter-spacing: -3px;
    margin-bottom: 0;
}

.setup-check-list li {
    font-size: 1.25rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.setup-check-list i {
    color: var(--verdyan-main);
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    margin-right: 15px;
}

@media (max-width: 991px) {
    .investment-mega-title {
        font-size: 3.5rem;
    }

    .stat-num {
        font-size: 3rem;
    }
}

/* --- Masterpiece Breadcrumb Style --- */
.masterpiece-breadcrumb .breadcrumb {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    display: inline-flex;
    padding: 12px 35px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.masterpiece-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1.5px;
}

    .masterpiece-breadcrumb .breadcrumb-item a:hover {
        color: #5dcc8c !important;
    }

.masterpiece-breadcrumb .breadcrumb-item.active {
    color: #5dcc8c;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1.5px;
}

.masterpiece-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: " / ";
    color: rgba(255, 255, 255, 0.3);
    padding: 0 10px;
}

/* --- SECTION TITLES: MASTERPIECE STANDARD --- */
.section-title {
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--verdyan-main);
    letter-spacing: -2px;
    font-family: var(--font-primary);
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
}

/* --- GOURMET MENU HIGHLIGHTS: BENTO GALLERY --- */
.verdyan-menu-highlights {
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.bento-card {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    height: 100%;
    transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #000;
    min-height: 240px;
    /* Base min-height */
}

    .bento-card .bento-bg {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
        opacity: 0.8;
    }

    .bento-card .bento-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.1) 60%, transparent 100%);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 40px;
        z-index: 3;
        transition: all 0.5s ease;
    }

    .bento-card:hover {
        transform: translateY(-15px) scale(1.02);
        box-shadow: 0 40px 80px rgba(0, 77, 44, 0.25);
    }

        .bento-card:hover .bento-bg {
            transform: scale(1.15) rotate(2deg);
            opacity: 1;
        }

        .bento-card:hover .bento-overlay {
            background: linear-gradient(0deg, rgba(0, 77, 44, 0.9) 0%, transparent 80%);
        }

/* Bento Adaptive Height Units */
.large-card {
    min-height: 550px;
}

.normal-card {
    min-height: 320px;
}

.tall-card {
    min-height: 600px;
}

.mini-card {
    min-height: 240px;
}

@media (max-width: 991px) {
    .section-title {
        font-size: 2.5rem;
    }

    .large-card,
    .tall-card {
        min-height: 400px;
    }

    .normal-card,
    .mini-card {
        min-height: 280px;
    }
}

@media (max-width: 575px) {
    .bento-card .bento-overlay {
        padding: 30px;
    }

    .large-card,
    .tall-card,
    .normal-card,
    .mini-card {
        min-height: 300px;
    }
}

/* --- GLOBAL UTILITIES & BRANDING HELPERS --- */
.w-fit {
    width: fit-content;
}

.text-spice-accent {
    color: #b8e6cc !important;
}

.border-spice {
    border-color: rgba(244, 140, 6, 0.3) !important;
}

.cat-chip-light {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.glass-card-dark {
    background: rgba(15, 15, 15, 0.7);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 25px;
    transition: 0.4s;
}

    .glass-card-dark:hover {
        background: rgba(25, 25, 25, 0.9);
        border-color: var(--verdyan-main);
        transform: translateY(-8px);
    }

.b-bottom-spice {
    border-bottom: 2px dashed rgba(255, 255, 255, 0.05);
}

/* Franchise Support Arsenal Classes */
.support-card {
    transition: 0.4s;
}

.support-icon-wrap {
    width: 60px;
    height: 60px;
    background: rgba(244, 140, 6, 0.1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.support-card:hover .support-icon-wrap {
    background: #b8e6cc;
    color: #fff;
    transform: rotate(10deg);
}

.support-card:hover i {
    color: #fff !important;
}

.equip-item {
    padding: 20px;
    border-radius: 15px;
}

    .equip-item i {
        font-size: 1.8rem;
        color: #b8e6cc;
        margin-bottom: 10px;
    }

    .equip-item p {
        font-size: 0.75rem;
        font-weight: 700;
        margin-bottom: 0;
        color: #fff;
    }

.franchise-stat-card {
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.cost-highlight-card {
    background: linear-gradient(135deg, var(--verdyan-main) 0%, #006b3c 100%);
    border-radius: 30px;
    transform: scale(1.05);
    z-index: 5;
    position: relative;
    border: none;
}

.btn-spice-glow {
    background: #005430;
    color: #fff;
    font-weight: 900;
    box-shadow: 0 10px 30px rgba(244, 140, 6, 0.4);
    transition: 0.4s;
}


/* --- MASTERPIECE LOCATIONS: BRANCH DIRECTORY --- */
.locations-master-grid {
    background: #fff;
    padding: 100px 0;
    position: relative;
}

.location-elite-card {
    background: #fff;
    border: 1px solid rgba(0, 77, 44, 0.08);
    border-radius: 40px;
    padding: 45px 35px;
    height: 100%;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.03);
}

    .location-elite-card:hover {
        transform: translateY(-15px);
        box-shadow: 0 40px 80px rgba(0, 77, 44, 0.1);
        border-color: var(--verdyan-main);
    }

.loc-icon-bubble-v2 {
    width: 65px;
    height: 65px;
    background: rgba(0, 77, 44, 0.05);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--verdyan-main);
    margin-bottom: 30px;
    transition: 0.4s;
}

.location-elite-card:hover .loc-icon-bubble-v2 {
    background: var(--verdyan-main);
    color: #fff;
    transform: scale(1.1) rotate(15deg);
}

.loc-title-premium {
    font-size: 1.5rem;
    font-weight: 800;
    color: #111;
    margin-bottom: 20px;
    font-family: var(--font-primary);
}

.loc-address-text {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
    margin-bottom: 35px;
}

.btn-map-elite {
    width: 100%;
    background: #050505;
    color: #fff;
    padding: 15px;
    border-radius: 100px;
    font-weight: 800;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: 0.4s;
}

    .btn-map-elite:hover {
        background: var(--verdyan-main);
        color: #fff;
        transform: scale(1.05);
    }

/* --- INDEX PAGE: LOCATION HIGHLIGHTS --- */
.location-card-creative {
    background: #fff;
    border: 1px solid rgba(0, 77, 44, 0.05);
    border-radius: 30px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

    .location-card-creative:hover {
        transform: translateY(-8px);
        border-color: var(--verdyan-main);
        box-shadow: 0 20px 50px rgba(0, 77, 44, 0.1);
    }

.loc-icon-bubble {
    width: 55px;
    height: 55px;
    background: rgba(0, 77, 44, 0.08);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--verdyan-main);
    transition: 0.3s;
}

.location-card-creative:hover .loc-icon-bubble {
    background: var(--verdyan-main);
    color: #fff;
}

.loc-pin {
    color: var(--verdyan-main);
}

/* --- THE VERDANT RADAR NETWORK: UNIQUE LOCATION SYSTEM --- */
.locations-radar-hero {
    position: relative;
    min-height: 50vh;
    overflow: hidden;
}

.radar-ping-anim {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(239, 131, 0, 0.1) 0%, transparent 70%);
    z-index: 1;
    animation: radar-pulse 4s infinite linear;
}

@keyframes radar-pulse {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

.radar-visual-wrap {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.radar-circle {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.rc1 {
    width: 100px;
    height: 100px;
    animation: orbit 10s infinite linear;
}

.rc2 {
    width: 200px;
    height: 200px;
    animation: orbit 15s infinite linear reverse;
}

.rc3 {
    width: 300px;
    height: 300px;
    animation: orbit 20s infinite linear;
}

@keyframes orbit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.radar-center-icon {
    font-size: 4rem;
    color: var(--saffron-gold);
    text-shadow: 0 0 30px rgba(239, 131, 0, 0.6);
    z-index: 5;
}

/* City Filters */
.btn-city-pill {
    padding: 12px 30px;
    border-radius: 100px;
    font-weight: 800;
    color: #666;
    border: none;
    transition: 0.3s;
    background: transparent;
}

    .btn-city-pill.active,
    .btn-city-pill:hover {
        background: var(--verdyan-main);
        color: #fff;
        box-shadow: 0 10px 20px rgba(0, 77, 44, 0.2);
    }

/* Smart Hub Cards V4 */
.loc-card-v4 {
    background: #fff;
    border: 1.5px solid rgba(0, 0, 0, 0.03);
    border-radius: 35px;
    padding: 40px;
    position: relative;
    height: 100%;
    overflow: hidden;
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.03);
}

    .loc-card-v4:hover {
        transform: translateY(-12px);
        border-color: var(--verdyan-main);
        box-shadow: 0 30px 60px rgba(0, 77, 44, 0.1);
    }

.lv4-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.city-tag {
    font-weight: 900;
    font-size: 0.7rem;
    letter-spacing: 2px;
    color: var(--verdyan-main);
    text-transform: uppercase;
}

.lv4-status {
    font-size: 0.75rem;
    font-weight: 700;
    color: #00a651;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background: #00a651;
    border-radius: 50%;
    animation: dot-pulse 1.5s infinite;
}

@keyframes dot-pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

.lv4-title {
    font-weight: 800;
    font-size: 1.6rem;
    color: #111;
    margin-bottom: 15px;
}

.lv4-address {
    font-size: 0.95rem;
    color: #777;
    line-height: 1.6;
}

.lv4-map-link {
    font-weight: 800;
    font-size: 0.85rem;
    color: #111;
    text-decoration: none;
    border-bottom: 2px solid var(--saffron-gold);
    transition: 0.3s;
}

    .lv4-map-link:hover {
        color: var(--verdyan-main);
        border-color: var(--verdyan-main);
    }

.lv4-icon {
    width: 50px;
    height: 50px;
    background: #f8f9fa;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #ccc;
    transition: 0.4s;
}

.loc-card-v4:hover .lv4-icon {
    background: var(--verdyan-main);
    color: #fff;
    transform: rotate(15deg);
}

.lv4-bg-gradient {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(0, 77, 44, 0.03) 0%, transparent 70%);
    z-index: 0;
}

/* CTA Network Box */
.cta-network-box {
    background: linear-gradient(135deg, #004d2c 0%, #002e1a 100%);
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}

    .cta-network-box::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -20%;
        width: 60%;
        height: 200%;
        background: rgba(255, 255, 255, 0.02);
        transform: rotate(15deg);
    }

.btn-saffron-gold {
    background: var(--saffron-gold);
    color: #000;
    transition: 0.4s;
}

    .btn-saffron-gold:hover {
        background: #fff;
        transform: scale(1.05);
    }

@media (max-width: 991px) {
    .radar-visual-wrap {
        width: 220px;
        height: 220px;
    }

    .radar-ping-anim {
        width: 400px;
        height: 400px;
    }

    .loc-card-v4 {
        padding: 30px;
    }
}


.hero-brand-block {
    text-align: center;
    position: relative;
    max-width: 600px;
    width: 100%;
}

/* Food Icon Illustration */
.brand-icon {
    margin-bottom: -10px;
    font-size: 3.5rem;
    letter-spacing: 8px;
    animation: float 3s ease-in-out infinite;
}

/* Café Text */
.cafe-text {
    font-family: 'Great Vibes', cursive;
    font-size: 2.8rem;
    color: #125929;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 3px;
    margin-bottom: -10px;
    animation: fadeInDown 0.8s ease-out;
}

/* Main Title - Verdyan */
.hero-main-title {
    font-family: 'Playfair Display', serif;
    font-size: 5.5rem;
    font-weight: 900;
    color: #125929;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0;
    position: relative;
    animation: fadeIn 0.8s ease-out 0.2s both;
}

/* Leaf Icon in Title */
.hero-title-accent {
    display: inline-block;
    position: relative;
    margin-left: 8px;
}

.leaf-accent {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%) rotate(-25deg);
    font-size: 2.8rem;
    animation: sway 2.5s ease-in-out infinite;
}

/* Tagline - by Spice Sphere */
.tagline-sub {
    font-family: 'Great Vibes', cursive;
    font-size: 1.4rem;
    color: #1a1a1a;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 0px;
    font-style: italic;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

/* Decorative Underline */
.logo-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #228B22 20%, #228B22 80%, transparent 100%);
    margin: 12px 0;
    animation: expandWidth 0.8s ease-out 0.3s both;
}

/* Animations */
@keyframes float {

    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }
}

@keyframes sway {

    0%, 100% {
        transform: translateY(-50%) rotate(-25deg);
    }

    50% {
        transform: translateY(-50%) rotate(-15deg);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes expandWidth {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .brand-icon {
        font-size: 2.8rem;
        letter-spacing: 6px;
        margin-bottom: 15px;
    }

    .cafe-text {
        font-size: 2.2rem;
        letter-spacing: 2px;
        margin-bottom: 3px;
    }

    .hero-main-title {
        font-size: 4.2rem;
        letter-spacing: 1px;
    }

    .leaf-accent {
        right: -40px;
        font-size: 2.2rem;
    }

    .tagline-sub {
        font-size: 1.2rem;
        letter-spacing: 0.5px;
        margin-top: 12px;
    }
}

@media (max-width: 480px) {
    .brand-icon {
        font-size: 2.2rem;
        letter-spacing: 4px;
        margin-bottom: 12px;
    }

    .cafe-text {
        font-size: 1.8rem;
        letter-spacing: 1.5px;
        margin-bottom: 2px;
    }

    .hero-main-title {
        font-size: 2.8rem;
        letter-spacing: 0.5px;
    }

    .leaf-accent {
        right: -30px;
        font-size: 1.8rem;
    }

    .tagline-sub {
        font-size: 1rem;
        letter-spacing: 0px;
        margin-top: 10px;
    }

    .logo-divider {
        margin: 10px 0;
    }
}
