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

html { scroll-behavior: smooth; }
html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Arial', sans-serif;
}

/* --- Section 1: Hero --- */
.hero { position: relative; width: 100%; height: 100vh; background-color: #fdc936; background-image: url('../assets/bg.jpg'); background-size: cover; background-position: center; overflow: hidden; }
.hero-video-desktop { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.hero-video-mobile { display: none; }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.65); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); z-index: 2; pointer-events: none; }
.hero::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 20%; background: linear-gradient(to bottom, transparent, #fdc936); z-index: 3; pointer-events: none; }
.hero-left-content { position: absolute; left: 8%; top: 50%; transform: translateY(-50%); color: white; text-align: right; z-index: 6; max-width: 200px; }
.hero-left-content h3 { font-size: 24px; font-weight: 800; margin-bottom: 10px; letter-spacing: 1px; text-shadow: 0 2px 4px rgba(0,0,0,0.5); }
.hero-left-content p { font-size: 16px; margin-bottom: 15px; opacity: 0.8; }
.hero-left-content span { font-size: 14px; font-weight: 600; letter-spacing: 2px; opacity: 0.7; }
.hero-right-content { position: absolute; right: 8%; top: 50%; transform: translateY(-50%); text-align: center; z-index: 6; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.hero-delivery-wrapper { display: flex; flex-direction: column; align-items: center; gap: 5px; }
#bikerider-lottie, #seat-lottie { width: 70px; height: 70px; margin-bottom: -5px; }
.delivery-partner-btn, .hero-cta { background-color: #fdc936; color: black; padding: 12px 24px; font-weight: 800; text-transform: uppercase; font-size: 14px; text-decoration: none; border-radius: 50px; box-shadow: 0px 4px 10px rgba(0,0,0,0.3); transition: background-color 0.3s ease; white-space: nowrap; cursor: pointer; display: block; width: 100%; }
.delivery-partner-btn:hover, .hero-cta:hover { background-color: white; }
.hero-logo { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 5; width: 80%; max-width: 300px; text-align: center; }
.hero-logo img { width: 100%; height: auto; display: block; }

/* --- Section 2: About Us --- */
.about-section { position: relative; padding: 80px 0; background-image: url('../assets/bg.jpg'); background-size: cover; background-position: center; }
.about-section::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 15%; background: linear-gradient(to bottom, #fdc936, transparent); z-index: 1; pointer-events: none; }
.about-section::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 15%; background: linear-gradient(to bottom, transparent, #ffffff); z-index: 1; pointer-events: none; }
.about-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; padding: 0 20px; position: relative; z-index: 2; }
.about-image { border-radius: 12px; transition: transform 0.3s ease, box-shadow 0.3s ease; will-change: transform; cursor: pointer; }
.about-image:hover { transform: translateY(-10px); box-shadow: 0px 20px 30px rgba(0,0,0,0.2); }
.about-image img { width: 100%; height: auto; display: block; border-radius: 12px; }
.about-text h2 { font-size: 34px; margin-bottom: 20px; font-weight: 800; }
.about-text p { font-size: 18px; line-height: 1.6; color: #333; margin-bottom: 30px; }
.about-text h3 { font-size: 20px; font-weight: 700; margin-top: 20px; }

/* --- Section 3: A Matter of Taste --- */
.taste-section { position: relative; background-color: #ffffff; padding: 100px 0; }
.taste-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.6fr; gap: 50px; align-items: center; padding: 0 20px; }
.taste-left h2 { font-size: 36px; font-weight: 800; margin-bottom: 20px; transition: text-shadow 0.3s ease; }
.taste-left:hover h2 { text-shadow: 2px 2px 0px rgba(0,0,0,0.1); }
.taste-left p { font-size: 18px; line-height: 1.7; color: #444; }
.taste-right { background-color: #fdc936; border-radius: 25px; padding: 40px; transition: transform 0.3s ease, box-shadow 0.3s ease; will-change: transform; }
.taste-right:hover { transform: translateY(-10px); box-shadow: 0px 20px 30px rgba(0,0,0,0.2); }
.taste-item { display: flex; gap: 15px; margin-bottom: 30px; padding: 10px; border-radius: 10px; transition: transform 0.3s ease, background-color 0.3s ease; }
.taste-item:last-child { margin-bottom: 0; }
.taste-item:hover { transform: translateX(10px); background-color: rgba(255, 255, 255, 0.3); }
.number { background-color: #fff; font-weight: bold; border-radius: 50%; width: 30px; height: 30px; min-width: 30px; display: flex; align-items: center; justify-content: center; }
.item-content h3 { font-size: 18px; font-weight: 800; margin-bottom: 8px; }
.item-content p { font-size: 16px; line-height: 1.6; }

/* --- Section 4: From Our Community --- */
.community-section { padding: 100px 20px; background-image: linear-gradient(to bottom, #ffffff 0%, transparent 20%, transparent 80%, #fdc936 100%), url('../assets/about-bg.jpg'); background-size: cover; background-position: center; }
.community-heading { text-align: center; font-size: 40px; font-weight: 800; margin-bottom: 60px; letter-spacing: 1px; }
.community-heading span { color: #fdc936; }
.community-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.community-svg { width: 100%; max-width: 180px; margin: 0 auto 20px; }
.community-svg svg { display: block; overflow: visible; width: 100%; height: auto; }
.shape-spin { transform-origin: 200px 200px; animation: spin 10s linear infinite; }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.community-card h3 { font-size: 18px; font-weight: 800; margin-bottom: 5px; text-transform: uppercase; }
.community-card .date { font-size: 14px; font-weight: 600; color: #666; margin-bottom: 15px; }
.community-card .quote { font-size: 15px; line-height: 1.6; color: #333; }

/* --- Section 5: Reviews Section --- */
.reviews-section { background-color: #fdc936; background-image: url('../assets/bg.png'); background-size: cover; background-position: center; padding: 60px 20px; }
.reviews-container { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 40px; }
.reviews-left { flex: 0 0 35%; min-width: 300px; }
.reviews-left h2 { font-size: 38px; font-weight: 800; color: #111; line-height: 1.2; margin-bottom: 20px; }
.reviews-count { font-size: 18px; color: #333; margin-bottom: 5px; }
.reviews-rating { font-size: 18px; color: #333; margin-bottom: 20px; }
.rating-number { font-weight: 800; font-size: 24px; color: #111; }
.reviews-avatars { display: flex; }
.reviews-avatars img { width: 50px; height: 50px; border-radius: 50%; border: 3px solid #fff; object-fit: cover; margin-right: -15px; box-shadow: 0px 4px 10px rgba(0,0,0,0.2); position: relative; }

/* Right Side & Carousel */
.reviews-right { flex: 1; position: relative; overflow: hidden; }
.carousel-wrapper { width: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; margin: 0 70px; width: calc(100% - 140px); }
.carousel-wrapper::-webkit-scrollbar { display: none; }
.carousel-track { display: flex; gap: 20px; padding: 10px 0; will-change: transform; }
.review-card { flex: 0 0 calc(50% - 10px); background: #ffffff; border-radius: 15px; padding: 20px; box-shadow: 0 8px 20px rgba(0,0,0,0.1); flex-shrink: 0; scroll-snap-align: center; }
.review-header { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; }
.review-header img { width: 45px; height: 45px; border-radius: 50%; object-fit: cover; }
.review-header h4 { font-size: 16px; font-weight: 800; color: #111; }
.review-header p { font-size: 14px; color: #666; }
.review-card > p { font-size: 15px; line-height: 1.6; color: #333; margin-bottom: 20px; }
.review-footer { display: flex; justify-content: space-between; align-items: center; }
.stars { color: #fdc936; font-size: 18px; letter-spacing: 2px; }

/* Dots */
.carousel-dots { display: flex; justify-content: center; gap: 8px; margin-top: 20px; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(0,0,0,0.2); cursor: pointer; }
.dot.active { background: #111; width: 12px; border-radius: 6px; }

/* --- Section 6: On The Menu --- */
.menu-section { padding: 80px 20px; background-image: linear-gradient(to bottom, #fdc936 0%, transparent 20%, transparent 80%, #ffffff 100%), url('../assets/bg.jpg'); background-size: cover; background-position: center; }
.menu-container { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; gap: 40px; }
.menu-left { flex: 1; text-align: center; }
.menu-left h2 { font-size: 48px; font-weight: 800; margin-bottom: 30px; color: #111; }
.menu-btn { background-color: black; color: white; border: none; padding: 15px 30px; font-weight: bold; text-transform: uppercase; cursor: pointer; text-decoration: none; display: inline-block; }
.menu-btn:hover { background-color: #333; }
.menu-grid { flex: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; text-align: center; padding: 20px; }
.menu-item { display: flex; flex-direction: column; align-items: center; cursor: pointer; padding: 10px; background-color: transparent; }
.menu-item img { max-width: 100%; height: auto; max-height: 150px; margin-bottom: 10px; object-fit: contain; transition: transform 0.3s ease, filter 0.3s ease; will-change: transform; }
.menu-item:hover img { transform: translateY(-10px); filter: drop-shadow(0 15px 20px rgba(0,0,0,0.3)); }
.menu-item h3 { font-size: 16px; font-weight: 800; margin-bottom: 5px; }
.menu-item p { font-size: 14px; line-height: 1.5; color: #333; }
.menu-right { flex: 1; display: flex; justify-content: center; }
.menu-right img { max-width: 100%; max-height: 700px; object-fit: contain; }

/* --- Section 7: Our Delicacy's --- */
.delicacy-section { background-color: #ffffff; padding: 80px 20px; text-align: center; }
.delicacy-heading { font-size: 40px; font-weight: 800; margin-bottom: 50px; }
.delicacy-heading span { color: #fdc936; }
.delicacy-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.delicacy-card { background-color: transparent; border-radius: 8px; overflow: hidden; box-shadow: 0px 4px 10px rgba(0,0,0,0.1); display: flex; flex-direction: column; cursor: pointer; transition: transform 0.3s ease, box-shadow 0.3s ease; will-change: transform; }
.delicacy-card:hover { transform: translateY(-10px); box-shadow: 0px 20px 30px rgba(0,0,0,0.2); }
.delicacy-card img { width: 100%; height: 200px; object-fit: cover; }
.delicacy-title { background-color: #fdc936; padding: 15px; font-weight: 800; font-size: 16px; text-transform: uppercase; color: #111; }
.delicacy-desc { background-color: #000000; color: #ffffff; padding: 20px; flex-grow: 1; font-size: 14px; line-height: 1.5; text-align: left; display: flex; align-items: center; }

/* --- Section 8: Milkshake Edition --- */
.milkshake-section { padding: 80px 20px; text-align: center; background-image: linear-gradient(to bottom, #ffffff 0%, transparent 20%, transparent 80%, #fdc936 100%), url('../assets/about-bg.jpg'); background-size: cover; background-position: center; }
.milkshake-heading { font-size: 40px; font-weight: 800; margin-bottom: 50px; }
.milkshake-heading span { color: #fdc936; }
.milkshake-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.milkshake-card { display: flex; flex-direction: column; cursor: pointer; position: relative; background-color: transparent; }
.milkshake-card img { width: 100%; height: auto; object-fit: contain; position: relative; z-index: 1; margin-bottom: -10px; transition: transform 0.3s ease, filter 0.3s ease; will-change: transform; }
.milkshake-card:hover img { transform: translateY(-10px); filter: drop-shadow(0 15px 20px rgba(0,0,0,0.3)); }
.shake-title { background-color: #fdc936; padding: 12px; font-weight: 800; font-size: 14px; text-transform: uppercase; color: #111; position: relative; z-index: 2; }
.shake-desc { background-color: #ffffff; padding: 15px; font-size: 14px; line-height: 1.5; color: #333; text-align: left; box-shadow: 0px 4px 10px rgba(0,0,0,0.05); flex-grow: 1; }

/* --- Section 9: Swing By Soon! --- */
.contact-section { padding: 80px 20px; background-image: linear-gradient(to bottom, #fdc936 0%, transparent 20%, transparent 80%, #ffffff 100%), url('../assets/bg.jpg'); background-size: cover; background-position: center; }
.contact-heading { text-align: center; font-size: 40px; font-weight: 800; margin-bottom: 50px; letter-spacing: 1px; }
.contact-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.contact-info { display: flex; flex-direction: column; gap: 30px; }
.contact-item { display: flex; align-items: flex-start; gap: 15px; }
.icon-circle { background-color: #fdc936; border-radius: 50%; width: 45px; height: 45px; min-width: 45px; display: flex; justify-content: center; align-items: center; }
.icon-circle svg { width: 24px; height: 24px; color: #000; }
.contact-text h3 { font-size: 16px; font-weight: 800; margin-bottom: 5px; letter-spacing: 0.5px; }
.contact-text p { font-size: 16px; line-height: 1.6; color: #333; }
.contact-map { width: 100%; height: 350px; border-radius: 8px; overflow: hidden; box-shadow: 0px 4px 10px rgba(0,0,0,0.1); }

/* Motion Blur Overlay */
.page-transition-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.85); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); opacity: 0; visibility: hidden; transition: opacity 0.4s ease, visibility 0.4s ease; z-index: 9999; pointer-events: none; }
.page-transition-overlay.active { opacity: 1; visibility: visible; pointer-events: all; }

/* =========================================
   PREMIUM LUXURY MOBILE (<= 1000px)
   ========================================= */
@media (max-width: 1000px) {
    .hero { display: flex; flex-direction: column; justify-content: space-between; align-items: center; padding: 40px 20px; height: 100vh; }
    .hero-left-content { position: static; transform: none; text-align: center; max-width: 100%; margin-top: 20px; order: 1; text-shadow: 0 4px 10px rgba(0,0,0,0.8); }
    .hero-left-content h3 { font-size: 20px; margin-bottom: 8px; letter-spacing: 3px; }
    .hero-left-content p { font-size: 14px; margin-bottom: 8px; opacity: 0.8; }
    .hero-left-content span { font-size: 12px; letter-spacing: 2px; opacity: 0.6; }
    .hero-logo { position: static; transform: none; margin: 30px auto; width: 100%; max-width: 300px; order: 2; }
    .hero-right-content { position: static; transform: none; flex-direction: row; justify-content: center; align-items: center; gap: 15px; margin-bottom: 40px; order: 3; }
    .delivery-partner-btn, .hero-cta { padding: 10px 15px; font-size: 12px; }
    #bikerider-lottie, #seat-lottie { width: 50px; height: 50px; }
    .menu-container { flex-direction: column; }
    .menu-left { margin-bottom: 40px; }
    .menu-grid { grid-template-columns: repeat(2, 1fr); }
    .menu-right { margin-top: 40px; }
    .menu-right img { max-height: 500px; }
    .delicacy-grid { grid-template-columns: repeat(2, 1fr); }
    .community-grid { grid-template-columns: repeat(2, 1fr); }
    .milkshake-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-container { grid-template-columns: 1fr; }
    .contact-map { height: 300px; }
}

/* Mobile Styles (Up to 600px) */
@media (max-width: 600px) {
    .hero-video-desktop { display: none; }
    .hero-video-mobile { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
    
    /* MOBILE HERO FIX: Center the content and bring buttons up */
    .hero { 
        display: flex; 
        flex-direction: column; 
        justify-content: center; /* Centers elements tightly instead of spacing them far apart */
        gap: 10px; /* Adds just enough space between logo and buttons */
        padding: 30px 15px; 
    }

    .about-container { grid-template-columns: 1fr; gap: 30px; text-align: center; }
    .about-text h2 { font-size: 30px; }
    .taste-container { grid-template-columns: 1fr; gap: 30px; }
    .taste-left { text-align: center; }
    .taste-left h2 { font-size: 30px; }
    .taste-right { padding: 25px; }
    .community-section { padding: 60px 20px; }
    .community-heading { font-size: 28px; margin-bottom: 40px; }
    .community-grid { grid-template-columns: 1fr; gap: 40px; }
    .menu-section { padding: 60px 20px; }
    .menu-left h2 { font-size: 36px; }
    .menu-grid { grid-template-columns: 1fr; gap: 40px; }
    .menu-right img { max-height: 350px; }
    .menu-item img { max-height: 200px; }
    .menu-item { margin-bottom: 20px; }
    .menu-combo { grid-column: span 1; }
    .delicacy-section { padding: 60px 20px; }
    .delicacy-heading { font-size: 28px; margin-bottom: 40px; }
    .delicacy-grid { grid-template-columns: 1fr; }
    .delicacy-card img { height: 250px; }
    .milkshake-section { padding: 60px 20px; }
    .milkshake-heading { font-size: 28px; margin-bottom: 40px; }
    .milkshake-grid { grid-template-columns: 1fr; }
    .milkshake-card img { max-height: 300px; }
    .shake-desc { padding: 20px; }
    .contact-section { padding: 60px 20px; }
    .contact-heading { font-size: 28px; margin-bottom: 40px; }
    .contact-container { grid-template-columns: 1fr; gap: 30px; }
    .contact-map { height: 250px; }
    .contact-item { flex-direction: column; align-items: center; text-align: center; }
    .contact-text h3 { margin-top: 10px; }
}