@import url("https://fonts.googleapis.com/css2?family=Arizonia&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Spicy+Rice&display=swap");

/* Base theme */
:root {
    --black: #2e2e2e;
    --muted: #6c757d;
    --primary: #f3274c;
    --secondary: #f1a939;
    --yellow: #ea8e1d;
    --green: #409a23;
    --brown: #96402b;
    --white: #fff;
    --light-bg: #f4eade;
}

* {
    box-sizing: border-box;
}
body {
    font-family:
        "Poppins",
        system-ui,
        -apple-system,
        Segoe UI,
        Roboto,
        Ubuntu,
        Arial,
        sans-serif;
    color: var(--black);
    background: #fff;
}
.spicy-rice-regular {
    font-family: "Spicy Rice", serif;
    font-weight: 400;
    font-style: normal;
}
.arizonia-regular {
    font-family: "Arizonia", cursive;
    font-weight: 400;
    font-style: normal;
}

a {
    text-decoration: none;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Typography */
h1 {
    color: var(--black);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
    font-weight: 300;
}
h3 {
    font-size: 1rem;
}
.header-logo-text {
    font-size: 2rem;
    font-weight: 700;
    color: var(--brown);
}
.header-logo-text span {
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--secondary);
}
.header-logo-sub-text {
    font-size: 1.065rem;
    font-weight: 600;
    color: var(--primary);
}
.header-logo-sub-text span {
    font-weight: 600;
    font-size: 1.125rem;
    color: var(--secondary);
}

.bg-light {
    background: var(--light-bg) !important;
}

/* Helpers */
.small {
    font-size: 0.875rem;
}
.color-red {
    color: var(--primary);
}
.color-brown {
    color: var(--brown);
}
.color-black {
    color: var(--black);
}
.py-6 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}
.object-fit-cover {
    object-fit: cover;
}

/* Navbar */
.navbar .logo {
    height: 64px;
    width: auto;
    margin-right: 25px;
}
@media (max-width: 767.98px) {
    .navbar .logo {
        height: 52px;
        margin-right: 10px;
    }
}
.navbar .nav-item {
    margin-left: 1.5rem;
}
.navbar .nav-link {
    color: var(--link);
    font-weight: 500;
}

/* HERO */
/* Hero carousel visuals */
#hero .carousel,
#hero .carousel .carousel-item {
    min-height: 72vh;
}

.hero-slide {
    position: relative;
    min-height: 72vh;
    background-size: cover;
    background-position: center right;
    display: flex;
    align-items: center;
}
.hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.55) 45%,
        rgba(0, 0, 0, 0.2) 70%,
        rgba(0, 0, 0, 0) 100%
    );
}
.hero-copy {
    position: relative;
    z-index: 2;
    color: #fff;
}

#hero .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--white);
}

/* hero text sizes: desktop first, scaled down on small screens */
.hero-text-main {
    color: var(--yellow);
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
}
.hero-text-sub {
    color: var(--white);
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
}

.hero-planner-box {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 550px;
}

.hero-cta {
    border-radius: 12px;
    background: var(--green);
    color: var(--white);
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.25s ease;
}
.hero-cta:hover {
    background: var(--brown);
    color: #fff;
    text-decoration: none;
}

/* background images - paths relative to assets/css -> ../images resolves to assets/images */
.hero-slide-1-image {
    background-image: url("../images/hero-image-01.jpg");
    background-repeat: no-repeat;
}
.hero-slide-2-image {
    background-image: url("../images/hero-image-02.jpg");
    background-repeat: no-repeat;
}
.hero-slide-3-image {
    background-image: url("../images/hero-image-03.jpg");
    background-repeat: no-repeat;
}
.hero-slide-4-image {
    background-image: url("../images/hero-image-04.jpg");
    background-repeat: no-repeat;
}

/* carousel animation speed */
.carousel .carousel-item {
    transition: transform 1s ease-in-out;
}

/* small helpers (existing) */
#globalToast{
    position:fixed;
    top:80px;
    right:20px;
    z-index:1200;
}
.navlink-badge { 
    top: 0.25rem; 
    right: -0.6rem; 
    font-size: .65rem; 
    padding:.35rem .42rem; 
}
.cart-item-img { 
    width:56px; 
    height:40px; 
    object-fit:cover; 
    border-radius:6px; 
}
.avatar-circle { 
    width:44px; 
    height:44px; 
    border-radius:50%; 
    display:flex; 
    align-items:center; 
    justify-content:center; 
}
.cart-dropdown { 
    min-width:340px; 
    max-width:420px; 
}
.cart-line { 
    border-bottom:1px solid rgba(0,0,0,0.06); 
    padding:8px 0; 
    display:flex; 
    gap:.75rem; 
    align-items:center; 
}
.cart-line:last-child { 
    border-bottom: none; 
}
.cart-line .name { 
    font-size: .95rem; 
    font-weight:600; 
    margin-bottom:4px; 
}
.cart-line .meta { 
    font-size: .82rem; 
    color: #666; 
}
.cart-summary { 
    font-weight:700; 
}
.cart-actions a { 
    min-width:120px; 
}
.cart-empty { 
    color: #666; 
    font-size: .92rem; 
}
.strike { 
    text-decoration: line-through; 
}
.upi-qr-code { 
    width:140px; 
    height:140px; 
    object-fit:contain; 
    border:1px solid #eee; 
    border-radius:.5rem; 
    box-shadow:0 4px 12px rgba(0,0,0,0.05); 
    margin-top:8px;}
.badge-top-right { 
    position: absolute; 
    right: 8px; 
    top: 8px; z-index: 5; 
}
.badge-top-left  { 
    position: absolute; 
    left: 8px; 
    top: 8px; 
    z-index: 5; 
}

/* DELIVERY RIBBON styles (CSP-safe) */
.delivery-ribbon { 
    background: var(--brown); 
    border-bottom:1px solid rgba(0,0,0,0.04); 
    font-size: .9rem; 
    padding: 8px 0; 
    overflow:hidden; 
    white-space:nowrap; 
}
.delivery-ribbon .r-content { 
    display:flex; 
    gap:1.25rem; 
    align-items:center; 
    overflow:auto; 
    padding-right:12px; 
}
.delivery-ribbon .r-item { 
    display:inline-flex; 
    align-items:center; 
    gap:.5rem; 
    padding: .15rem .5rem; 
    border-radius:.35rem; 
    background: rgba(255,255,255,0.6); 
    box-shadow: 0 1px 4px rgba(0,0,0,0.03); 
}
.delivery-ribbon .r-item strong { 
    margin-right:.25rem; 
}
.delivery-ribbon .r-title { 
    font-weight:700; 
    padding-left:12px; 
    padding-right:6px; 
    color:var(--secondary); 
}

/* sizing helpers */
.img-max-500 {
    max-width: 500px;
}
.img-max-450 {
    max-width: 450px;
}

/* How it works */
.how-it-works-img {
    max-height: 160px;
    object-fit: contain;
    margin-top: 1rem;
}

/* image shapes */
.oval-top-bottom-img {
    width: 80%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 60% / 35%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.oval-left-right-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 35% / 50%;
    border-top: 4px solid #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.option-img {
    position: relative;
}
.option-img::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 6px;
    width: 278px;
    height: 182px;
    z-index: 2;
    border: 1px solid #fff;
    border-radius: 35% / 50%;
}
@media (max-width: 992px) {
    .option-img::before {
        display: none;
    }
}

/* Offers */
#offers .row {
    align-items: stretch;
}
#offers .col-lg-4 {
    display: flex;
    flex-direction: column;
}
#offers .col-lg-4:nth-child(2) .food-card {
    flex: 1;
    height: 100%;
}
#offers .col-lg-4:nth-child(2) .food-card img {
    height: 100%;
    object-fit: cover;
    border-radius: 1rem 1rem 0 0;
}

/* quantity controls */
.quantity-input .minus-btn,
.quantity-input .plus-btn {
    width: 34px;
    height: 32px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.quantity-input .quantity-field {
    width: 64px;
    text-align: center;
    padding: 6px;
    border-radius: 6px;
}

/* Odyssey Options */
.option {
    background: #fff;
    border-radius: 1.25rem;
    padding: 0.5rem;
}

/* Spaces */
.spaces-pic-wrap {
    width: 340px;
    height: 340px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.08);
}
.spaces-pic-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* category filters */
.category-filter {
    cursor: pointer;
    padding: 10px 14px;
    font-size: 16px;
    border-radius: 20px;
    transition: all 0.3s ease;
    background-color: var(--yellow) !important;
    font-weight: 300;
    min-width: 90px;
    margin-bottom: 15px;
}
.category-filter.active {
    background-color: var(--primary) !important;
    color: #fff !important;
}
.category-filter:hover {
    background-color: var(--primary);
    color: #fff;
}

/* food card */
.food-card {
    border: 0;
}
.food-card .card-img-top {
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.food-card.card {
    border-radius: 1rem;
}

.badge.bg-warning-subtle {
    background: #fff3cd;
    color: #b58105;
}

/* Testimonials */
.testimonial-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}
.testi-dot {
    height: 12px;
}
.dot {
    width: 12px !important;
    height: 12px !important;
    border: none !important;
    border-radius: 50% !important;
    background: var(--yellow) !important;
}
.dot.active {
    background: var(--primary) !important;
}

/* newsletter */
.newsletter-input {
    border-radius: 8px;
    padding: 10px;
    border: 1px solid var(--primary);
}
.newsletter-input:focus {
    box-shadow: none;
    border: 1px solid var(--yellow);
}
.page-cta-btn {
    border-radius: 8px;
    background: var(--primary);
    color: #fff;
    border: 1px solid var(--primary);
    padding: 10px 16px;
}
.page-cta-btn:hover {
    background: var(--yellow);
    border: 1px solid var(--yellow);
    color: #fff;
    padding: 10px 16px;
}
.newsletter-btn {
    border-radius: 8px;
    background: var(--primary);
    color: #fff;
    border: 1px solid var(--primary);
}
.newsletter-btn:hover {
    background: var(--yellow);
    border: 1px solid var(--yellow);
    color: #fff;
}

/* misc */
.thumb-in-orders {
    width: 120px;
}

/* Footer */
footer {
    background: var(--black);
    padding: 3rem 0;
    color: var(--yellow);
    font-size: 0.875rem;
}
footer .footer-logo {
    height: 60px;
    width: auto;
    margin-bottom: 1rem;
}
footer .footer-caption {
    color: var(--yellow) !important;
    font-size: 1.25rem;
    font-weight: 200;
    margin-bottom: 1rem;
}
footer .footer-address {
    color: var(--white);
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 1rem;
}
footer .footer-heading {
    font-size: 22px;
    color: var(--yellow);
    font-weight: 100;
}
footer .social-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}
footer .social-icon:hover {
    background: var(--yellow);
    color: #fff;
    text-decoration: none;
}
footer .footer-link {
    color: var(--white);
    text-decoration: none;
}
footer .footer-link:hover {
    color: var(--yellow);
}
footer .footer-link-pnc {
    color: var(--white);
    text-decoration: none;
    margin-left: 1rem;
}
footer .footer-link-pnc:hover {
    color: var(--yellow);
}

/* Smooth scroll offset for fixed nav */
:target::before {
    content: "";
    display: block;
    height: 88px;
    margin-top: -88px;
    visibility: hidden;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
    .spaces-pic-wrap {
        width: 280px;
        height: 280px;
    }
    .hero-wrap {
        min-height: 64vh;
    }
}

/* Make the hero text scale down on smaller screens */
@media (max-width: 767.98px) {
    #hero .carousel,
    #hero .carousel .carousel-item {
        min-height: 52vh;
    }
    .hero-text-main {
        font-size: 28px !important;
        line-height: 1.15;
    }
    .hero-text-sub {
        font-size: 16px !important;
    }
    .hero-planner-box {
        max-width: 100%;
        padding: 12px;
    }
    .hero-copy {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    h1 {
        font-size: 28px;
        line-height: 1.2;
    }
    .img-max-500,
    .img-max-450 {
        max-width: 100%;
    }
    .option-img::before {
        display: none;
    }
}

/* Small tablets */
@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-text-main {
        font-size: 40px;
    }
    .hero-text-sub {
        font-size: 20px;
    }
}

/* Ensure carousel inner doesn't overflow on small screens */
.carousel-inner {
    overflow: hidden;
}

/* --- IMPORTANT: hide testimonials reliably --- */
/* Keeps testimonials in DOM (for SEO/markup) but hidden visually and to assistive tech */
#testimonials {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

/* If you ever want to show again via CSS, remove the block above or override with #testimonials { display:block !important; } */
