/* 1. Variables & Reset */
:root {
  --black:   #000;
  --white:   #fff;
  --red:     #ff3e3e;
  --grey:    #777;
  --lightbg: #f9f9f9;
}
/* make html fill the viewport so the bg covers it all */
html {
  height: 100%;
}
/* 2. Body background: image fixed, light color fallback */
body {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.05rem;
    font-weight: 300;
  color: var(--black);

  /* fallback color + fixed bg image */
  background:
    var(--lightbg) url('images/body-bg.jpg') no-repeat center center fixed;
  background-size: cover;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Rawwatan', sans-serif;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing:4px;
  color:#FEDCB0!important;
}

* { margin:0; padding:0; box-sizing:border-box; }

/* 2. Utility */
.container { width:90%; max-width:1200px; margin:0 auto; }

/* 3. HEADER */
.site-header { background:var(--black); }
.nav-container {
  display:flex; align-items:center; justify-content:space-between;
  padding:1rem 0;
}
.logo img { height:50px; }
.main-nav ul {
  list-style:none; display:flex; gap:1.5rem;
}
.main-nav a {
  color:var(--white); text-decoration:none; font-weight:500;
}
.main-nav a.active { color:var(--red); }
.header-cta {
  display:flex; align-items:center; gap:1rem;
}
.header-cta .phone {
  color:var(--white); text-decoration:none; font-weight:600;
}
.cart {
  position:relative; color:var(--white); text-decoration:none;
}
.cart i { font-size:1.2rem; }
.cart span {
  position:absolute; top:-6px; right:-8px;
  background:var(--red); color:var(--white);
  border-radius:50%; font-size:.75rem; padding:2px 5px;
}

/* 4. HERO */
.hero {
  background: url('') center/cover no-repeat;
  height:65vh; position:relative;
  background-color: #032A32;
  opacity: 0.7;
}
.hero-overlay {
  background:rgba(0,0,0,0.6); width:100%; height:100%;
  display:flex; align-items:center; justify-content:center;
}
.hero-content h1 {
  color:#FEDCB0!important;
  font-size:5rem; text-transform:uppercase;
  letter-spacing:10px;
  font-family: 'Rawwatan', sans-serif;
}
.hero-content{
  text-align: center;
}
.line{
  height: 1px;
  color: #FEDCB0;
  background: #FEDCB0;
  font-size: 0;
  border: 0;
}

/* 5. MENU SECTIONS */
.menu-section { padding:4rem 0; }
.menu-section.alt-bg { background:var(--lightbg); }
.menu-section h2 {
  text-align:center; color:var(--red);
  font-size:3rem; margin-bottom:2rem; margin-top:2rem;
}
.menu-section h3 {
  text-align:left; color:var(--red);
  margin-bottom:1rem; margin-top:1rem;
  font-size:2rem;
}
.menu-section h4 {
  text-align:left; color:var(--red);
  font-size:1.5rem; margin-bottom:1rem; margin-top:1rem;
}
.menu-grid {
  display:grid; grid-template-columns:1fr 1fr; gap:2rem;
}
.menu-list { list-style:none; }
.menu-list li {
  display:flex; justify-content:space-between; align-items:center;
  margin-bottom:1rem;
  color: #FFF;
}
.menu-list li .dish {
  display:flex; align-items:center; gap:.5rem;
}
.menu-list li small {
  background:#FEDCB0; border:1px solid var(--grey);
  border-radius:4px; padding:2px 2px; font-size:0.8rem;
  color:var(--black);
  font-weight: 400;
}
.menu-list li .price {
  font-weight:600;
}

.section-image img {
  width:100%; height:auto; border-radius:8px;
}

/* 6. CTA BANNER */
.cta-banner {
  background: url('images/cta-bg.jpg') center/cover no-repeat;
  padding:6rem 0;
}
.cta-content {
  text-align:center; max-width:700px; margin:0 auto;
}
.cta-content h2 {
  font-size:2rem; margin-bottom:1rem;
}
.cta-content h2 span { color:var(--red); }
.cta-content p {
  color:var(--grey); margin-bottom:2rem; line-height:1.5;
}
.btn {
  display:inline-block; background:var(--red); color:var(--white);
  text-decoration:none; padding:.75rem 1.5rem; font-weight:600;
  border-radius:4px;
}

/* 7. FOOTER */
.site-footer { background:#192827; color:#fff; }
.footer-top {
  border-top:2px solid var(--red);
  padding:1rem 0 1rem;
}
.footer-grid {
  display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:2rem;
}
.footer-col h3 {
  color:var(--black); margin-bottom:1rem; font-size:1.2rem;
}
.footer-col p, .footer-col a { color:#fff); font-size:.9rem; text-decoration:none; line-height:1.6; }
.footer-logo { height:40px; margin-bottom:1rem; }
.footer-col .phone { color:#cfdbd1; font-weight:600; }
.insta-grid {
  display:grid; grid-template-columns:repeat(2,1fr); gap:8px;
}
.insta-grid img { width:100%; height:auto; border-radius:4px; }

.footer-bottom {
  border-top:1px solid #eee; padding:1rem 0;
}
.bottom-inner {
  display:flex; justify-content:space-between; align-items:center;
  font-size:.8rem;
}
.social-icons a {
  color:var(--grey); margin-left:1rem; font-size:1rem;
}
/* added */
.img-wrapper {
  display: flex;
  justify-content: center; /* horizontal */
  align-items: center;     /* vertical */
  /* give it a height if you need vertical centering */
  height: 65vh;
}
.footer-col{
  margin-bottom: 5px;
}
.hero-order {
  width: 100%;
  background: url('images/cta-bg.jpg') center/cover no-repeat;
  align-items: center;
  justify-content: center;
}
.hero-overlay {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2rem 0rem;
  color: #fff;
  height: auto;
}
.hero-overlay h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.hero-overlay p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.btn-whatsapp {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background-color: #25d366;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.2s ease;
}
.deliver{
  width: 70%;
}
.btn-whatsapp:hover {
  background-color: #1da851;
}
.btn-whatsapp span {
  font-size: 1rem;
}
.btn-whatsapp small {
  font-size: 0.85rem;
  opacity: 0.9;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .hero-overlay {
    padding: 1.5rem;
    max-width: 100%;
  }
  .hero-overlay h1 { font-size: 2rem; }
  .hero-overlay p { font-size: 1rem; }
}

/* 8. RESPONSIVE */
@media (max-width:768px) {
  .nav-container {
    flex-direction:column; align-items:flex-start; gap:1rem;
  }
  .main-nav ul {
    flex-wrap:wrap; gap:1rem;
  }
  .menu-grid {
    grid-template-columns:1fr;
  }
  .section-image { order:-1; } /* image above lists on small */
  .hero-content h1 {
    font-size:4rem;
  }
  .bottom-inner {
    flex-direction:column; gap:1rem; text-align:center;
  }
}

@media (max-width: 576px) {
  .container-no {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0rem;   /* match your gutter */
    padding-right: 0rem;  /* match your gutter */
  }
  .nopdt{
    padding-top: 0px!important;
  }
}
