@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');

/* GLOBAL RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-radius: 0 !important;
}

:root {
  --main-color: #ffff;
  --sec-color: #8b1538;
  --dark-bg: #0a0a0a;
  --dark-surface: #141414;
  --dark-card: #1a1a1a;
  --dark-border: #2a2a2a;
  --dark-text: #ffff;
  --dark-text-muted: #ffff;
}

/* BACKGROUND */
body {
  background: #c6b38b;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #e0e0e0;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

/* ============customer login ==================== */
.auth-sidebar-header,
.auth-content-header {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--main-color);
}

.auth-links li,
.auth-links li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #e0e0e0;
}

.auth-links li a:hover {
  color: var(--main-color);
}

.auth-form label {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #e0e0e0;
}

.auth-input {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  color: #e0e0e0;
}

.auth-input:focus {
  background: #333;
  border-color: var(--main-color);
  color: #fff;
}

.auth-btn {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: var(--main-color);
  border: none;
  color: #fff;
}

.auth-btn:hover {
  background: #9a1e3a;
  color: #fff;
}

.forgot-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #a0a0a0;
}

.forgot-link:hover {
  color: var(--main-color);
}

.russo-one-regular {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* order-btn */
.order-btn-light {
  background: #2a2a2a;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 8px;
  padding: 8px 10px;
  font-weight: 600;
  font-size: 12px;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  width: 120px;
  justify-content: center;
}

.order-btn-light:hover {
  background: #333;
  transform: translateY(-3px);
  color: var(--main-color);
}

.order-btn {
  background: linear-gradient(135deg, #8A1C2B, #6E1522);
  color: white;
  border: 1px solid #6E1522;
  border-radius: 8px;
  padding: 8px 10px;
  font-weight: 600;
  font-size: 12px;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 15px rgba(138, 28, 43, 0.4);
  cursor: pointer;
  width: 120px;
  justify-content: center;
}

.order-btn:hover {
  background: linear-gradient(135deg, #6E1522, #4C0F17);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(138, 28, 43, 0.6);
  color: #fff;
}

.order-btn i {
  font-size: 18px;
}

.content-box .bel-smoke {
  background-color: #6E1522;
  font-weight: 700;
  letter-spacing: 4px;
  color: white;
}

/* ============================================ */
/* LEFT SIDE BRAND - HIDDEN */
/* ============================================ */
.left-brand {
  display: none !important;
}

/* ============================================ */
/* DESKTOP HEADER - FULL WIDTH, NO GAP */
/* ============================================ */
.desktop-header {
  background: #0a0a0a;
  padding: 15px 15px;
  margin: 0;
  width: 100%;
}

.desktop-header-container {
  max-width: 100%;
  margin: 0;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.header-logo {
  flex-shrink: 0;
}

.header-logo-img {
  height: 70px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block;
  transition: transform 0.2s ease;
}

.header-logo-img:hover {
  transform: scale(1.02);
}

.header-nav {
  flex: 1;
}

.nav-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu li {
  display: inline-block;
}

.menu-btn {
  background: transparent;
  color: #e0e0e0;
  border: none;
  padding: 8px 0;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  display: inline-block;
}

.menu-btn:hover {
  color: var(--main-color);
}

.menu-btn.active {
  color: var(--main-color);
}

.icon-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.icon-btn i {
  font-size: 1.2rem;
}

.cart-count {
  position: absolute;
  top: -10px;
  right: -12px;
  background: #8b1538;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 5px;
  border-radius: 50%;
  min-width: 18px;
  text-align: center;
}

/* ============================================ */
/* MOBILE HEADER */
/* ============================================ */
.mobile-header {
  background: #0a0a0a;
  padding: 12px 15px;
  width: 100%;
}

.mobile-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.mobile-logo-img {
  height: 55px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
}

.mobile-menu-toggle {
  background: transparent;
  border: none;
  padding: 8px;
  font-size: 20px;
  color: #e0e0e0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.mobile-menu-toggle:hover {
  color: var(--main-color);
}

.mobile-nav-menu {
  display: none;
  background: #0a0a0a;
  padding: 20px;
  margin-top: 15px;
}

.mobile-nav-menu.open {
  display: block;
}

.mobile-nav-menu .menu-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 8px;
  border: none;
}

.mobile-nav-menu .menu-btn:last-child {
  margin-bottom: 0;
}

/* Hide mobile on desktop */
@media (min-width: 992px) {
  .mobile-header {
    display: none !important;
  }
}

/* Hide desktop on mobile */
@media (max-width: 991px) {
  .desktop-header {
    display: none !important;
  }
}

/* ============================================ */
/* HERO SECTION - FULL WIDTH, NO GAP */
/* ============================================ */
.hero-full-section {
  width: 100%;
  min-height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  display: block;
}

/* ============================================ */
/* HERO WRAPPER (existing) */
/* ============================================ */
.hero-wrapper {
  display: flex;
  gap: 25px;
  margin-top: 20px;
  flex-wrap: wrap;
  background-color: #1a1a1a;
}

.hero-section {
  width: 75% !important;
}

.burcontact-box {
  width: 47%;
  height: 500px;
}

.burger-box {
  width: 57%;
  height: 760px;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #2a2a2a;
}

.contact-box {
  width: 50%;
  background: #1a1a1a;
  padding: 25px;
  color: #e0e0e0;
  border: 1px solid #2a2a2a;
}

.content-box {
  width: 40%;
  background: #1a1a1a;
  padding: 25px;
  color: #e0e0e0;
  border: 1px solid #2a2a2a;
}

.bel-head {
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: 900 !important;
  text-shadow: 2px 2px 0 #5a081f;
  background: var(--main-color) !important;
  padding: 5px;
  color: #fff !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.heading {
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #e0e0e0;
}

.heading1 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: bolder;
  color: var(--main-color);
}

.text {
  color: #a0a0a0;
  font-weight: bold;
  font-size: 17px;
}

.go-btn {
  background: transparent;
  border: 2px solid var(--main-color);
  padding: 10px 24px;
  font-weight: bold;
  color: var(--main-color);
  cursor: pointer;
}

.go-btn:hover {
  background: var(--main-color);
  color: white;
}

/* ============================================ */
/* THREE ROW BOXES */
/* ============================================ */
.three-rows {
  background-color: #1a1a1a;
  height: 600px;
  margin-top: 10%;
}

.img1 {
  height: 70%;
  width: 100%;
  object-fit: cover;
  border: 1px solid #2a2a2a;
}

.three-rows .box-title {
  color: var(--main-color);
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

/* ============================================ */
/* VERTICAL PATTERN */
/* ============================================ */
.vertical-lines-bg {
  background-color: #1a1a1a;
  background-image: repeating-linear-gradient(80deg,
      var(--main-color) 0px,
      var(--main-color) 1px,
      transparent 3px,
      transparent 18px);
}

.latest-news-bg {
  background-color: #1a1a1a;
  border: 4px solid var(--main-color);
  padding: 40px;
  background-image: repeating-linear-gradient(135deg,
      rgba(122, 14, 42, 0.1) 0px,
      rgba(122, 14, 42, 0.1) 1px,
      transparent 2px,
      transparent 8px);
}

/* ============================================ */
/* FOOTER */
/* ============================================ */
.footer-bar {
  background: #0a0a0a;
  padding: 20px 0;
  border-top: 1px solid #2a2a2a;
}

.footer-container {
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 20px;
  background-color: #1a1a1a;
}

.footer-left {
  color: var(--main-color);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: 'Staatliches', sans-serif;
}

.footer-menu {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.footer-menu li a {
  color: #e0e0e0;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
}

.footer-menu li a:hover {
  color: var(--main-color);
}

.connn {
  background-color: #1a1a1a;
  height: 150px;
}

/* ============================================ */
/* MENU BUTTON WITH BURGER ICON */
/* ============================================ */
.go-btnn {
  background: transparent;
  border: 3px solid var(--main-color);
  padding: 15px 35px;
  font-weight: bold;
  color: var(--main-color);
  cursor: pointer;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.2s;
}

.go-btnn svg {
  width: 26px;
  height: 26px;
  stroke: var(--main-color);
}

.go-btnn:hover {
  background: var(--main-color);
  color: white;
}

.go-btnn:hover svg {
  stroke: white;
}

/* ============================================ */
/* REVIEW CARD */
/* ============================================ */
.review-card {
  border: 5px solid #2a2a2a;
  border-radius: 5px !important;
  color: #e0e0e0;
  background-color: #1a1a1a;
  padding: 20px;
  height: 100%;
  cursor: pointer;
}

.review-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--main-color);
}

.review-card h6 {
  font-family: Arial Rounded MT Bold;
  font-weight: 600;
  font-size: 14px;
  color: #a0a0a0;
}

.review-card p {
  font-size: 14px;
  line-height: 1.5;
  color: #b0b0b0;
}

.food-card {
  border: 4px solid var(--main-color);
  background: #1a1a1a;
}

.food-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.food-title {
  font-size: 28px;
  font-weight: 800;
  color: var(--main-color);
  margin: 0 0 10px 0;
  font-family: 'Montserrat', sans-serif;
}

.food-desc {
  font-size: 16px;
  color: #b0b0b0;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
}

.footer-brand {
  font-size: 3rem;
  font-family: "Staatliches", sans-serif;
  color: var(--main-color);
}

.mobile-nav h4 {
  font-size: 2.5rem;
  font-family: "Staatliches", sans-serif;
  color: var(--main-color);
}

.veggie-box {
  background: #1a1a1a;
  width: 92%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 37px;
  border: 1px solid #2a2a2a;
}

.veggie-text {
  color: var(--main-color);
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.card {
  background-color: var(--main-color);
}

.card a {
  text-decoration: none;
  color: #fff;
}

/* ============================================ */
/* WHATSAPP FLOAT */
/* ============================================ */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  color: #fff;
}

/* ============================================ */
/* MODAL BACKGROUND */
/* ============================================ */
.modal-content {
  background: #c6b38b;
  border: 1px solid var(--main-color);
}

/* ============================================ */
/* RESPONSIVE CSS */
/* ============================================ */
@media (max-width: 1200px) {
  .header-logo-img {
    height: 55px;
  }
  .menu-btn {
    font-size: 0.9rem;
  }
  .nav-menu {
    gap: 1rem;
  }
}

@media (max-width: 1024px) {
  .hero-wrapper {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .hero-wrapper {
    flex-direction: column;
    margin-top: 20px;
  }
  .burcontact-box {
    width: 100% !important;
    height: 320px;
  }
  .burger-box {
    width: 100% !important;
    height: 320px;
  }
  .contact-box {
    width: 100% !important;
  }
  .content-box {
    width: 100% !important;
    text-align: center;
  }
  .heading {
    font-size: 24px;
  }
  .text {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .desktop-header-container {
    flex-direction: column;
    text-align: center;
  }
  .nav-menu {
    justify-content: center;
  }
  .hero-full-section {
    min-height: 400px;
  }
}

@media (max-width: 576px) {
  .burcontact-box {
    height: 250px;
  }
  .burger-box {
    height: 250px;
  }
  .contact-box {
    padding: 15px;
  }
  .content-box {
    padding: 15px;
  }
  .heading {
    font-size: 20px;
  }
  .text {
    font-size: 14px;
  }
  p {
    font-size: 13px;
  }
  .go-btn,
  .go-btnn {
    width: 100%;
    justify-content: center;
  }
  .three-rows {
    height: auto;
    padding-bottom: 20px;
  }
  .img1 {
    height: 250px;
  }
  .three-rows .box-title {
    font-size: 22px;
  }
  .hero-section {
    width: 100% !important;
    padding: 0 10px;
  }
  .hero-wrapper {
    padding: 0;
    gap: 10px;
  }
  .burcontact-box {
    width: 100% !important;
    height: auto;
  }
  .burger-box {
    width: 100% !important;
    height: auto;
  }
  .hero-img {
    height: auto;
  }
  .contact-box {
    width: 100% !important;
    padding: 15px !important;
  }
  .content-box {
    width: 100% !important;
    padding: 15px !important;
  }
  .heading,
  .heading1 {
    font-size: 20px !important;
    text-align: center;
  }
  .text p {
    font-size: 14px !important;
    line-height: 20px;
    text-align: center;
  }
  .three-rows {
    height: auto !important;
    margin-bottom: 20px;
  }
  .three-rows .img1 {
    height: 220px !important;
  }
  .three-rows .box-title {
    font-size: 20px !important;
    padding: 10px 0;
  }
  .connn {
    height: auto !important;
    padding: 20px !important;
  }
  .go-btnn {
    width: 100%;
    justify-content: center;
    padding: 12px;
  }
  .latest-news-bg {
    padding: 20px !important;
    text-align: center;
  }
  .latest-news-bg h2 {
    font-size: 24px;
    text-align: center;
    color: #e0e0e0;
  }
  .latest-news-bg .text-end {
    text-align: center !important;
    margin-top: 15px;
  }
  .footer-container {
    flex-direction: column;
    text-align: center;
  }
  .footer-menu {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .hero-full-section {
    min-height: 300px;
  }
}

@media (max-width: 768px) {
  .review-card {
    margin: 10px 0;
  }
  .review-card h3 {
    font-size: 18px;
  }
  .veggie-text {
    font-size: 22px;
  }
}

/* Additional Dark Mode Elements */
input, select, textarea, .form-control {
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  color: #e0e0e0;
}

input:focus, select:focus, textarea:focus {
  background: #333;
  border-color: var(--main-color);
  color: #fff;
  outline: none;
}

.modal-header, .modal-footer {
  border-color: #2a2a2a;
}

.table {
  color: #e0e0e0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #1a1a1a;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #222;
}

.table-hover > tbody > tr:hover {
  background-color: #2a2a2a;
}

.table-bordered, .table-bordered td, .table-bordered th {
  border-color: #2a2a2a;
}

.pagination .page-link {
  background: #2a2a2a;
  border-color: #3a3a3a;
  color: #e0e0e0;
}

.pagination .page-link:hover {
  background: var(--main-color);
  color: white;
}

.pagination .page-item.active .page-link {
  background: var(--main-color);
  border-color: var(--main-color);
}

.alert-info {
  background: #1a3a4a;
  border-color: #2a5a6a;
  color: #e0e0e0;
}

.alert-success {
  background: #1a4a2a;
  border-color: #2a6a3a;
  color: #e0e0e0;
}

.alert-warning {
  background: #4a3a1a;
  border-color: #6a5a2a;
  color: #e0e0e0;
}

.alert-danger {
  background: #4a1a2a;
  border-color: #6a2a3a;
  color: #e0e0e0;
}

.toast {
  background: #2a2a2a;
  color: #e0e0e0;
  border: 1px solid #3a3a3a;
}

.btn-outline-secondary {
  border-color: #5a5a5a;
  color: #e0e0e0;
}

.btn-outline-secondary:hover {
  background: #5a5a5a;
  color: white;
}

.footer-bottom{
  padding-top: 36px;
}