
        :root {
            --pr: #1F441A;
            --sc: #EBE4D4;
            --dark-green: #1F441A;
            --gold: #F6D763;
            --glass: rgba(255, 255, 255, 0.05);
            --glass-border: rgba(255, 255, 255, 0.1);

        }
        .text-pr{
            color: var(--pr);
        }
        .bg-pr{
            background: linear-gradient(135deg, rgba(17, 37, 14, 0.9), rgba(46,107,39,0.6)) !important;
        }
        .bg-warning{
            background-color: var(--gold) !important;
        }
        body {
            background-color: var(--dark-green);
            color: #ffffff;
            font-family: 'Plus Jakarta Sans', sans-serif;
            overflow-x: hidden;
        }

        h1, h2, .serif-font {
            font-family: 'Playfair Display', serif;
        }

        /* --- Navigation --- */


        .btn-gold {
            background-color: var(--gold);
            color: #000;
            font-weight: 700;
            border-radius: 50px;
            padding: 10px 25px;
            border: none;
            transition: transform 0.3s ease;
        }

        .btn-gold:hover {
            transform: scale(1.05);
            background-color: #fbd65a;
        }

        .btn-outline-white {
            border: 1px solid #ffffff;
            color: #ffffff;
            border-radius: 50px;
            padding: 10px 25px;
        }

        /* --- Hero Section --- */
        .hero-section { 

            background: linear-gradient(to right, rgba(0, 0, 0, 0.738) 100%, transparent),
                        url('/images/bg.gif') center/cover;
            min-height: 100vh;
            display: flex;
            align-items: center;
        }

        .hero-title {
            font-size: clamp(4rem, 8vw, 5.5rem);
            line-height: 1.1;
            margin-bottom: 30px;
        }

        .hero-title span {
            color: var(--gold);
            font-style: italic;
        }

        /* --- Glass Cards --- */
        .glass-card {
            background: var(--glass);
            backdrop-filter: blur(10px);
            border: 1px solid var(--glass-border);
            border-radius: 20px;
            padding: 20px;
            transition: 0.3s;
        }

        .floating-badge {
            position: absolute;
            top: -20px;
            right: 20px;
            background: var(--glass);
            backdrop-filter: blur(10px);
            border: 1px solid var(--glass-border);
            padding: 15px;
            border-radius: 15px;
            text-align: center;
        }
 

        /* --- Sections --- */
        .section-padding {
            padding: 100px 0;
        }





        .bento-section {
        background-color: var(--sc); /* Elegant off-white from image */
        padding: 100px 0;
        color: #0a1a0a;
    }

    .section-tag {
        font-size: 0.75rem;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #4a5d4a;  
    }

    .btn-dark-green {
        background-color: #1d351d;
        color: #fce181;
        border-radius: 50px;
        padding: 12px 30px;
        transition: 0.3s;
    }

    .btn-dark-green:hover {
        background-color: #0a1a0a;
        color: #ffffff;
    }

    /* Bento Grid Styles */
    .bento-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 280px);
        gap: 20px;
    }

    .bento-item {
        position: relative;
        border-radius: 24px;
        overflow: hidden;
        text-decoration: none;
    }

    /* Grid Positioning */
    .item-large { grid-column: span 1; grid-row: span 2; } /* Signature Salads */
    .item-wide { grid-column: span 2; grid-row: span 1; }  /* Undiluted Juices */
    .item-small-1 { grid-column: span 1; grid-row: span 1; } /* Wellness Blends */
    .item-small-2 { grid-column: span 1; grid-row: span 1; } /* Smoothie Bowls */
    .item-small-3 { grid-column: span 1; grid-row: span 1; } /* Paninis */

    .bento-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .bento-item:hover .bento-img {
        transform: scale(1.08);
    }

    .bento-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 60%);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 25px;
    }

    .item-label {
        background-color: #fce181;
        color: #000;
        font-size: 0.65rem;
        font-weight: 800;
        padding: 4px 12px;
        border-radius: 50px;
        width: fit-content;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .item-title {
        color: #fff;
        font-family: 'Playfair Display', serif;
        font-size: 1.5rem;
        margin: 0;
    }

    @media (max-width: 992px) {
        .bento-grid {
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: auto;
        }
        .item-large, .item-wide { grid-column: span 2; height: 400px; }
        .item-small-1, .item-small-2, .item-small-3 { grid-column: span 1; height: 250px; }
    }

    .fs-7{
        font-size: 0.8rem !important;
    }

    .rotate-img {
  animation: spin 20s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}


        /* Ticker Container */
        .ticker-section {
            width: 100%;
            overflow: hidden;
            background-color: var(--gold); /* Rust/Terracotta */
            padding: 18px 0; 
            display: flex;
            align-items: center;
            border-top: 1px solid rgba(0,0,0,0.05);
            border-bottom: 1px solid rgba(0,0,0,0.05);
        }

        /* The moving track */
        .ticker-track {
            display: flex;
            white-space: nowrap;
            animation: scroll 40s linear infinite;
        }

        /* Individual Items */
        .ticker-item {
            display: flex;
            align-items: center;
            color: #000000; /* Warm Cream */
            font-size: 0.9rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            padding: 0 30px;
        }

        /* The Divider Symbol */
        .divider {
            margin-left: 60px;
            color: rgba(0, 0, 0, 0.4);
            font-weight: 300;
        }

        /* Animation */
        @keyframes scroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        /* Pause on Hover */
        .ticker-section:hover .ticker-track {
            animation-play-state: paused;
            cursor: pointer;
        }

                .img{
            height: 500px;
        }
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .ticker-item {
                font-size: 0.9rem;
                padding: 0 20px;
            }
        .img{
            height: 300px;
        }
            
        }


        .bg-d{
            
        background-color: #121212; /* Dark Charcoal */
        }

 .pillars-wrapper {
        background-color: #f5f2e8; /* Elegant off-white background */
        padding: 120px 0;
    }

    .pillar-card-dark {
        background-color: #1a1a1a; /* Dark Charcoal Card */
        border-radius: 28px;
        overflow: hidden; /* Important for the image */
        height: 100%;
        transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        border: 1px solid rgba(255, 255, 255, 0.05);
        box-shadow: 0 15px 35px rgba(0,0,0,0.15);
        display: flex;
        flex-direction: column;
    }

    .pillar-card-dark:hover {
        transform: translateY(-15px);
        box-shadow: 0 30px 60px rgba(0,0,0,0.3);
    }

    /* Image Header Style */
    .pillar-img-box {
        height: 200px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .pillar-img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.8s ease;
    }

    .pillar-card-dark:hover .pillar-img-box img {
        transform: scale(1.1);
    }

    /* Gradient overlay to blend image into the dark card */
    .pillar-img-box::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50%;
        background: linear-gradient(to top, #1a1a1a, transparent);
    }

    .pillar-content {
        padding: 30px;
        position: relative;
    }

    .pillar-num-gold {
        font-family: 'Playfair Display', serif;
        font-size: 2.2rem;
        color: #fce181;
        font-weight: 700;
        margin-bottom: 10px;
        display: block;
        opacity: 0.9;
    }

    .pillar-title-light {
        font-family: 'Playfair Display', serif;
        color: #ffffff;
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .pillar-text-light {
        color: rgba(255, 255, 255, 0.7);
        font-size: 0.9rem;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .quote-banner {
        position: relative;
        padding: 140px 0;
        background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), 
                    url('https://images.unsplash.com/photo-1653233797467-1a528819fd4f?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') center/cover fixed;
        text-align: center;
        color: #ffffff;
    }

    .quote-text {
        font-family: 'Playfair Display', serif;
        font-size: clamp(1.8rem, 4vw, 3rem);
        max-width: 900px;
        margin: 0 auto 30px;
        font-style: italic;
        line-height: 1.3;
    }

    .quote-author {
        letter-spacing: 3px;
        text-transform: uppercase;
        font-size: 0.9rem;
        color: var(--gold);
        font-weight: 700;
    }

    /* --- Order Tiles --- */
    .order-section {
        background-color: #f5f2e8;
        padding: 80px 0;
    }

    .order-card {
        background: white;
        border-radius: 20px;
        padding: 40px 20px;
        text-align: center;
        transition: 0.4s;
        border: 1px solid rgba(0,0,0,0.05);
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .order-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    }

    .platform-logo {
        height: 40px;
        margin-bottom: 25px;  
        transition: 0.3s;
    }
 
    .btn-delivery {
        border-radius: 50px;
        padding: 10px 25px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 1px;
        transition: 0.3s;
        text-decoration: none;
    }

    /* Platform Specific Colors */
    .zomato-btn { border: 2px solid #E23744; color: #E23744; }
    .zomato-btn:hover { background: #E23744; color: white; }

    .swiggy-btn { border: 2px solid #FC8019; color: #FC8019; }
    .swiggy-btn:hover { background: #FC8019; color: white; }

    .trip-btn { border: 2px solid #00AF87; color: #00AF87; }
    .trip-btn:hover { background: #00AF87; color: white; }


    .social-video-section {
        background-color: #f5f2e8;
        padding: 100px 0;
    }

    .video-card {
        background: #1a1a1a;
        border-radius: 30px;
        overflow: hidden;
        height: 100%;
        transition: all 0.4s ease;
        border: 1px solid rgba(0,0,0,0.05);
        display: flex;
        flex-direction: column;
    }

    .video-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 50px rgba(0,0,0,0.2);
    }

    .video-thumbnail {
        position: relative;
        height: 400px;
        overflow: hidden;
    }

    .video-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

    .video-card:hover .video-thumbnail img {
        transform: scale(1.1);
    }

    /* Play Button Overlay */
    .play-trigger {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70px;
        height: 70px;
        background: rgba(252, 225, 129, 0.9); /* Your Gold Color */
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        font-size: 1.5rem;
        transition: 0.3s;
        z-index: 2;
    }

    .video-card:hover .play-trigger {
        background: #ffffff;
        transform: translate(-50%, -50%) scale(1.1);
    }

    .platform-tag {
        position: absolute;
        top: 20px;
        left: 20px;
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(5px);
        color: #fff;
        padding: 5px 15px;
        border-radius: 50px;
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        z-index: 2;
    }

    .video-info {
        padding: 30px;
        background: #1a1a1a;
        color: white;
    }

    .video-title {
        font-family: 'Playfair Display', serif;
        font-size: 1.4rem;
        margin-bottom: 10px;
        color: #fce181;
    }

    .video-desc {
        font-size: 0.9rem;
        color: rgba(255, 255, 255, 0.7);
        line-height: 1.6;
        margin-bottom: 0;
    }

    .social-cta-box {
        margin-top: 60px;
        border: 2px dashed #4a5d4a;
        border-radius: 20px;
        padding: 30px;
        transition: 0.3s;
    }
 
    .floating-badge {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%   { transform: translateY(0px); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}