/* -----------------------------------------------------
   Base Styles — Aryas Pure Veg
   Author: Nandhu SB
   ----------------------------------------------------- */

/* Google Fonts are already imported in your HTML */
:root {
  --primary: #2e7d32; /* Deep green */
  --secondary: #ffcc00; /* Accent yellow */
  --bg: #fff;
  --text: #333;
  --muted: #777;
  --radius: 12px;
}

/* Reset & Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}
ul {
  list-style: none;
  padding-left: 0;  /* removes left indentation */
}

.hero-media img {
  max-width: 100%;
  height:auto;
  border-radius: var(--radius);
}
img {
  max-width: 100%;
  height:auto;
  border-radius: var(--radius);
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: color 0.2s ease;
}



.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.section {
  padding: 4rem 0;
}
.contact,.menu,.reviews,.about{
  scroll-margin-top: 80px;
}
.mapClass{
  scroll-margin-top:120px;
}

h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif;
  color: var(--primary);
  margin-bottom: 0;
}

h1 {
  font-size: 2.5rem;
  font-weight: 700;
}

h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.3rem;
  margin-bottom: 0.6rem;
}

p {
  margin-bottom: 1rem;
}

/* -----------------------------------------------------
   Header & Navigation
   ----------------------------------------------------- */

.site-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 999;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}

.brand img {
  border-radius: 50%;
}

.main-nav ul {
  list-style: none;
}
.no-bullets {
  list-style: none;
  padding-left: 0;
}

.nav-list {
  display: flex;
  gap: 1.5rem;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.1rem;
  cursor: pointer;
}

.header-cta .btn {
  font-weight: 600;
}

/* Mobile Navigation */
@media (max-width: 768px) {
  .main-nav{
    display: none;
  }
  /* .nav-toggle {
    display: block;
    color: var(--primary);
  } */

  /* .nav-list {
    display: none;
    flex-direction: column;
    position: absolute;
    right: 20px;
    top: 70px;
    background: #fff;
    padding: 1rem 1.5rem;
    border-radius: var(--radius);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 999;
  } */

  /* .nav-list.open {
    display: flex;
  } */
}

/* -----------------------------------------------------
   Buttons
   ----------------------------------------------------- */

.btn {
  display: inline-block;
  padding: 0.7rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--primary);
  color: var(--primary);
  font-weight: 500;
  text-align: center;
  transition: all 0.2s ease;
}

.btn-primary {
  background: var(--primary);
  color: #fff;
}

.btn-primary:hover {
  background: #1b5e20;
  /* border-color: #1b5e20; */
}

.btn:hover {
  transform: translateY(-2px);
}

@media (max-width: 600px) {
  .btn {
    /* width: 80%; */
    /* padding: 2%; */
    margin-left: 3%;
  }
  
}

/* -----------------------------------------------------
   Hero Section
   ----------------------------------------------------- */

.hero {
  background: #f7fdf8;
  padding: 4rem 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 2rem;
}

.hero-text .lead {
  font-size: 1.2rem;
  color: var(--muted);
}

.quick-info {
  list-style: none;
  margin-top: 1rem;
}

.quick-info li {
  margin-bottom: 0.5rem;
}

@media (max-width: 820px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-media img {
    margin-top: 1.5rem;
  }
}

/* -----------------------------------------------------
   About Section
   ----------------------------------------------------- */

.split {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}

.split aside {
  background: #f9f9f9;
  padding: 1.5rem;
  border-radius: var(--radius);
}

.hours td {
  padding: 0.4rem 0.6rem;
}

@media (max-width: 768px) {
  .split {
    flex-direction: column;
  }
}

/* -----------------------------------------------------
   Menu Section
   ----------------------------------------------------- */

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

.card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  transition: transform 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
}

.card-body {
  padding: 1rem;
}

.price {
  color: var(--primary);
  font-weight: 700;
}

.more {
  margin-top: 1.5rem;
  text-align: center;
}

@media (max-width: 1024px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .cards {
    grid-template-columns: 1fr;
  }
}

/* -----------------------------------------------------
   Gallery
   ----------------------------------------------------- */

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

/* -----------------------------------------------------
   Reviews
   ----------------------------------------------------- */

blockquote {
  background: #f9f9f9;
  border-left: 4px solid var(--primary);
  padding: 1rem 1.2rem;
  margin-bottom: 1rem;
  border-radius: var(--radius);
}

blockquote p {
  font-style: italic;
  margin-bottom: 0.5rem;
}

blockquote footer {
  font-size: 0.9rem;
  color: var(--muted);
}

/* -----------------------------------------------------
   Contact / Reservation
   ----------------------------------------------------- */

.contact-form label {
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.6rem;
  border-radius: var(--radius);
  border: 1px solid #ccc;
  font-size: 1rem;
  margin-top: 0.4rem;
}

.note {
  font-size: 0.85rem;
  color: var(--muted);
}

.map-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-top: 1rem;
}

.map-wrap iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.social {
  list-style: none;
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.social a {
  color: var(--primary);
  font-weight: 600;
}

/* -----------------------------------------------------
   Footer
   ----------------------------------------------------- */

.site-footer {
  background: #f2f2f2;
  padding: 2rem 0;
  margin-top: 3rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-links {
  list-style: none;
  display: flex;
  gap: 1.2rem;
}

.footer-links a {
  color: var(--text);
  font-weight: 600;
}

.footer-links a:hover {
  color: var(--primary);
}

.muted {
  color: var(--muted);
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
}

/* -----------------------------------------------------
   Responsive Typography
   ----------------------------------------------------- */

@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.6rem; }
  h3 { font-size: 1.2rem;margin: 0; }
}

@media (max-width: 480px) {
  h1 { font-size: 1.7rem; }
}
/*--------------------------------------------------------
Menu Section
----------------------------------------*/
.menu-section {
  background: #ffffff;         /* deep green card */
  border-radius: 12px;
  padding: 20px 18px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  border-left: 6px solid #1c1c1c; /* red accent bar */
}

/* ----------- Heading ----------- */
.menu-heading {
  margin: 0 0 15px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222; /* red title */
  letter-spacing: 1px;
}

/* ----------- Item List Reset ----------- */
.menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ----------- Menu Item Row ----------- */
.menu-items li {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 10px 0;
  font-size: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* Remove last border */
.menu-items li:last-child {
  border-bottom: none;
}

/* Price Styling */
.menu-items span {
  font-weight: 600;
  color: #343434; /* mild golden price */
  font-size: 18px;
}
.menu-search {
  width: 100%;
  margin-bottom: 20px;
}

.menu-search input {
  width: 100%;
  padding: 12px 15px;
  font-size: 18px;
  border-radius: 8px;
  border: none;
  outline: none;
  background: #ffffff;
  color: #333;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


/* ----------- RESPONSIVE DESIGN ----------- */
@media (max-width: 600px) {
  .menu-heading {
    font-size: 20px;
  }
  .menu-items li {
    font-size: 16px;
  }
  .menu-items span {
    font-size: 16px;
  }
}