@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
    --bg-dark: #070707;
    --bg-lighter: #121212;
    --bg-card: #1a1a1a;
    --gold: #c39a50;
    --gold-hover: #b08940;
    --red: #b92025;
    --red-hover: #9c1b1f;
    --text-white: #ffffff;
    --text-gray: #a8a8a8;
    --border-color: #333333;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-dark);
    color: var(--text-gray);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .serif-font {
    font-family: 'Playfair Display', serif;
    color: var(--text-white);
}

.text-gold { color: var(--gold) !important; }
.text-red { color: var(--red) !important; }
.bg-gold { background-color: var(--gold) !important; }
.bg-red { background-color: var(--red) !important; }

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

/* --- TOP BAR --- */
.top-bar {
    background-color: #000000;
    border-bottom: 1px solid #1a1a1a;
    padding: 8px 0;
    font-size: 13px;
    color: var(--text-gray);
}
.top-bar .text-gold { margin-right: 5px; }
.top-bar span { margin-right: 20px; }

/* --- MAIN NAVBAR --- */
.main-navbar {
    background-color: rgba(7, 7, 7, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}
.nav-link {
    color: var(--text-white);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 15px !important;
}
.nav-link:hover { color: var(--gold); }
.brand-logo { max-height: 50px; }
.brand-text-container { display: flex; flex-direction: column; justify-content: center; margin-left: 10px; }
.brand-title { font-size: 22px; font-weight: 700; line-height: 1; letter-spacing: 1px; color: var(--text-white); margin-bottom: 2px; }
.brand-subtitle { font-size: 10px; letter-spacing: 2px; color: var(--text-gray); text-transform: uppercase; }

.cart-btn-nav {
    border: 1px solid var(--gold);
    color: var(--gold);
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent;
}
.cart-btn-nav:hover {
    background: var(--gold);
    color: #000;
}
.cart-btn-nav .badge {
    background: var(--gold);
    color: #000;
    border-radius: 50%;
    width: 18px; height: 18px;
    display: flex; align-items: center; justify-content: center;
    font-size: 10px; font-weight: bold;
    position: absolute; top: -5px; left: -5px;
}
.cart-icon-wrapper { position: relative; }

/* --- HERO SECTION --- */
.hero {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(rgba(7, 7, 7, 0.8), rgba(7, 7, 7, 0.95)), url('https://images.unsplash.com/photo-1552611052-33e04de081de?auto=format&fit=crop&w=1920&q=80') center/cover;
    overflow: hidden;
}
.hero-content {
    max-width: 600px;
    position: relative;
    z-index: 2;
}
.hero-cursive {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: var(--gold);
    font-size: 32px;
    margin-bottom: 5px;
}
.hero-title-white {
    font-size: 72px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    line-height: 1;
    margin-bottom: 0;
}
.hero-title-gold {
    font-size: 72px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 25px;
}
.hero-desc {
    font-size: 18px;
    color: var(--text-gray);
    margin-bottom: 40px;
    max-width: 450px;
}

.btn-red {
    background-color: var(--red);
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-red:hover { background-color: var(--red-hover); color: #fff; }

.btn-outline-gold {
    border: 1px solid var(--gold);
    color: var(--gold);
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    background: transparent;
}
.btn-outline-gold:hover { background-color: var(--gold); color: #000; }

.btn-gold {
    background-color: var(--gold);
    color: #000;
    border: 1px solid var(--gold);
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-gold:hover { background-color: var(--gold-hover); border-color: var(--gold-hover); color: #000; }

.hero-features {
    display: flex;
    gap: 30px;
    margin-top: 50px;
}
.hero-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-gray);
    font-size: 13px;
    font-weight: 600;
}
.hero-feature-item i {
    color: var(--gold);
    font-size: 24px;
}

.hero-image-container {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 1;
}
.hero-image-container .carousel,
.hero-image-container .carousel-inner,
.hero-image-container .carousel-item {
    height: 100%;
}
.hero-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- WHATSAPP FLOATING --- */
.whatsapp-float {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #25D366;
    color: #fff;
    width: 60px;
    height: 70px;
    border-radius: 10px 0 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 100;
    font-size: 10px;
    font-weight: 600;
    box-shadow: -2px 0 10px rgba(0,0,0,0.3);
}
.whatsapp-float i { font-size: 24px; margin-bottom: 2px; }
.whatsapp-float:hover { color: #fff; background-color: #20b958; }

/* --- ABOUT SECTION --- */
.about-section {
    padding: 100px 0;
    position: relative;
    background: url('../images/pattern-bg.png') center/repeat;
}
.about-subtitle {
    color: var(--gold);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.about-title {
    font-size: 42px;
    margin-bottom: 30px;
    color: var(--text-white);
}
.about-desc {
    color: var(--text-gray);
    line-height: 1.8;
    margin-bottom: 30px;
}
.about-image-wrapper {
    z-index: 1;
}
.about-img-main {
    width: 85%;
    border-radius: 10px;
}
.about-img-sub {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 55%;
    border-radius: 10px;
    z-index: 2;
}
.experience-badge {
    position: absolute;
    top: 20px;
    right: 10%;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
    animation: float 4s ease-in-out infinite;
}
@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0); }
}

/* --- SECTION TITLES --- */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}
.section-subtitle {
    color: var(--red);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.section-title {
    font-size: 36px;
    margin-bottom: 15px;
}
.section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.section-divider::before, .section-divider::after {
    content: '';
    height: 1px;
    width: 40px;
    background-color: var(--border-color);
}
.section-divider i { color: var(--gold); font-size: 12px; }


/* --- CATEGORIES SECTION --- */
.categories-section {
    padding: 80px 0;
    background-color: var(--bg-dark);
}
.category-arch {
    display: block;
    text-decoration: none;
    text-align: center;
    border: 1px solid var(--border-color);
    border-radius: 100px 100px 10px 10px;
    padding: 20px 15px;
    transition: all 0.3s ease;
    background-color: var(--bg-card);
}
.category-arch:hover {
    border-color: var(--gold);
    transform: translateY(-10px);
}
.category-arch-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cat-img-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 30px;
    position: relative;
}
.cat-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--gold);
}
.cat-icon {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--gold);
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.cat-title {
    color: var(--text-white);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 15px;
}
.cat-desc {
    font-size: 12px;
    color: var(--text-gray);
    margin-bottom: 10px;
}

/* --- POPULAR DISHES --- */
.popular-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background-color: #050505;
    background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c6a45c' fill-opacity='0.03'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.popular-section::before {
    content: '\f6d5'; /* dragon */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: -10%;
    transform: translateY(-50%);
    font-size: 600px;
    color: var(--gold);
    opacity: 0.03;
    z-index: 0;
}
.popular-section::after {
    content: '\f805'; /* bowl-rice */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    bottom: -15%;
    right: -10%;
    font-size: 500px;
    color: var(--gold);
    opacity: 0.03;
    z-index: 0;
    transform: rotate(-15deg);
}
.popular-section .container {
    position: relative;
    z-index: 1;
}
.product-card {
    background-color: var(--bg-card);
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.product-img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.product-body {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.product-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-white);
    margin-bottom: 8px;
}
.product-desc {
    font-size: 12px;
    color: var(--text-gray);
    margin-bottom: 15px;
    flex-grow: 1;
    line-height: 1.5;
}
.product-price {
    font-size: 14px;
    color: var(--gold);
    font-weight: 600;
}
.btn-add-red {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    background-color: var(--red);
    color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.btn-add-red:hover { background-color: var(--red-hover); transform: scale(1.1); }

/* Navigation arrows for carousel */
.carousel-nav-btn {
    width: 40px;
    height: 40px;
    border: 1px solid var(--border-color);
    background: transparent;
    color: var(--text-gray);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.carousel-nav-btn:hover { border-color: var(--gold); color: var(--gold); }

/* --- FEATURES STRIP --- */
.features-strip {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 40px 0;
    background-color: #000;
}
.feature-box {
    display: flex;
    align-items: center;
    gap: 15px;
}
.feature-icon {
    font-size: 32px;
    color: var(--gold);
}
.feature-text h6 {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-white);
    margin-bottom: 3px;
    text-transform: uppercase;
}
.feature-text p {
    font-size: 12px;
    color: var(--text-gray);
    margin-bottom: 0;
}

/* --- ABOUT SECTION --- */
.about-section {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(to right, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.4) 100%), url('../images/about-bg.jpg') center/cover;
}
.about-content {
    max-width: 500px;
}
.about-subtitle { color: var(--red); font-size: 12px; font-weight: 600; text-transform: uppercase; margin-bottom: 10px; }
.about-title { font-size: 36px; line-height: 1.2; margin-bottom: 20px; }
.about-desc { font-size: 14px; color: #ddd; line-height: 1.6; margin-bottom: 30px; }


/* --- PRE-FOOTER --- */
.pre-footer {
    border-top: 1px solid var(--gold);
    border-bottom: 1px solid var(--border-color);
    padding: 40px 0;
    background-color: var(--bg-dark);
}
.pre-footer-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.pre-footer-icon { font-size: 24px; color: var(--gold); margin-top: 3px; }
.pre-footer-text h6 { font-size: 13px; font-weight: 600; color: var(--text-white); text-transform: uppercase; margin-bottom: 5px; }
.pre-footer-text p { font-size: 13px; color: var(--text-gray); margin-bottom: 0; line-height: 1.5; }

/* --- FOOTER --- */
.footer {
    padding: 60px 0 20px;
    background-color: var(--bg-dark);
}
.footer-logo { max-height: 50px; margin-bottom: 20px; }
.footer-text { font-size: 12px; line-height: 1.6; margin-bottom: 20px; }
.social-links { display: flex; gap: 10px; }
.social-links a {
    width: 35px; height: 35px;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--text-gray);
}
.social-links a:hover { border-color: var(--gold); color: var(--gold); }

.footer-heading {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-white);
    text-transform: uppercase;
    margin-bottom: 25px;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 12px; }
.footer-links a { font-size: 13px; color: var(--text-gray); }
.footer-links a:hover { color: var(--gold); }

.payment-methods { display: flex; gap: 10px; flex-wrap: wrap; }
.payment-methods img { height: 25px; border-radius: 3px; }

.footer-bottom {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid var(--border-color);
    font-size: 11px;
    display: flex;
    justify-content: space-between;
}

/* --- MOBILE BOTTOM NAV --- */
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--bg-dark);
    border-top: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.5);
}
.mobile-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--text-gray);
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}
.mobile-nav-item i {
    font-size: 20px;
    margin-bottom: 3px;
}
.mobile-nav-item:hover, .mobile-nav-item.active {
    color: var(--gold);
}
.mobile-nav-badge {
    position: absolute;
    top: -5px;
    right: 5px;
    background-color: var(--red);
    color: #fff;
    font-size: 9px;
    border-radius: 50%;
    padding: 2px 5px;
    font-weight: bold;
}

/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 1199.98px) {
    .hero-title-white, .hero-title-gold {
        font-size: 56px;
    }
    .hero-cursive {
        font-size: 28px;
    }
    .hero-image-container {
        width: 45%;
        right: -5%;
        opacity: 0.8;
    }
    .hero-content {
        max-width: 550px;
    }
}

@media (max-width: 991.98px) {
    .hero-title-white, .hero-title-gold {
        font-size: 42px;
        margin-bottom: 15px;
    }
    .hero-cursive {
        font-size: 24px;
    }
    .hero-desc {
        font-size: 15px;
    }
    .hero {
        padding: 60px 0;
    }
    .hero-features {
        flex-direction: column;
        gap: 15px;
        margin-top: 30px;
    }
    .section-title {
        font-size: 28px;
    }
    .about-title {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .footer {
        text-align: center;
    }
    .social-links, .payment-methods {
        justify-content: center;
    }
    .pre-footer-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

/* --- PAGE HEADER (INNER PAGES) --- */
.page-header {
    padding: 180px 0 80px 0;
    background: linear-gradient(rgba(7,7,7,0.7), rgba(7,7,7,0.9)), url('../images/page-header-bg.png') center/cover no-repeat;
    text-align: center;
    border-bottom: 1px solid var(--border-color);
}
.page-header-title {
    font-size: 48px;
    color: var(--text-white);
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
}
.page-header-subtitle {
    color: var(--gold);
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

