/* Reset */
* {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* ============================= */
/* Section Base */
/* ============================= */
.bannerrequest {
  margin-top: -9em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10em 2em;
  padding-top: 20em;
  background-image: url('/assets/wajabat/src/images/pagebg.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.bannerdesc {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.menu-section {
  background-image: url('/assets/wajabat/src/images/wholepagebg.png') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.arabic {
  font-size: 83px;
  padding: 20px 0px;
  font-weight: 700;
  color: white;
  line-height: 80px;
}

.arabic1 {
  font-size: 20px;
  font-weight: 700;
  color: white;
}

.menu-section,
.findus-section {
  padding: 2em 2em;
  text-align: center;
  background: #fff5f5;
}

.section-badge {
  display: inline-block;
  background: #d62828;
  color: #fff;
  font-weight: 600;
  font-size: 0.9em;
  padding: 10px 20px;
  border-radius: 20px;
  margin-bottom: 1em;
}

h2.section-title {
  margin-top:25px ;
  margin-bottom: 1em;
}

.section-title {
  font-size: 65px;
  font-weight: 700;
  color: #1e2939;
  line-height: 65px;
  margin-bottom: 23px;
}

.section-title .highlight {
  margin-top: 12px;
  color: #ef4444;
  font-size: 65px !important;
}

/* ============================= */
/* Menu Grid */
/* ============================= */
.menu-grid {
  margin-top: 3em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.menu-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

.menu-card:hover {
  transform: translateY(-5px);
}

.menu-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.menu-content {
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  border-radius: 38px;
}

.menu-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1E2939;
  margin: 0 0 0.5em 0;
  text-align: left;
}

.price {
  font-size: 20px;
  color: #ef4444;
  font-weight: 700;
  margin-bottom: 0.8em;
  text-align: left;
}

.request-btn {
  display: inline-block;
  background: linear-gradient(90deg, #0E9F6E, #28A745) !important;
  color: #fff;
  border-radius: 20px;
  font-size: 0.9em;
  font-weight: 600;
  padding: 10px 20px;
  text-decoration: none;
  transition: 0.3s ease;
}

.request-btn:hover {
  opacity: 0.9;
}

/* ============================= */
/* Map Section */
/* ============================= */
.findus-section {
  background: #fff;
  padding: 6em 2em;
  text-align: center;
}

.map-container {
  max-width: 1200px;
  margin: 2em auto 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* ============================= */
/* Responsive Media Queries */
/* ============================= */

/* Tablets (<=1024px) */
@media (max-width: 1024px) {
  .section-title {
    font-size: 50px;
    line-height: 58px;
  }
  .arabic {
    font-size: 48px;
    line-height: 60px;
  }
  .menu-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .bannerdesc {
    font-size: 20px;
    line-height: 32px;
  }
}

/* Mobile (<=768px) */
@media (max-width: 768px) {
  .bannerrequest {
    padding: 8em 1.5em !important;
    margin-top: -5em;
  }

  .section-title .highlight {
  margin-top: 28px !important;
  color: #ef4444;
  line-height: 55px;
  font-size: 41px !important;
}
  .section-title {
    font-size: 36px;
    line-height: 44px;
  }
  .arabic {
    font-size: 36px;
    line-height: 46px;
  }
  .bannerdesc {
    font-size: 18px;
    line-height: 28px;
  }
  .menu-grid {
    grid-template-columns: 1fr; /* 1 column on mobile */
  }
  .menu-content h3,
  .price {
    text-align: center;
  }
  .request-btn {
    display: block;
    margin: 0 auto;
  }
}

/* Small Mobiles (<=480px) */
@media (max-width: 480px) {
  .section-title {
    font-size: 28px;
    line-height: 36px;
  }
  .arabic {
    font-size: 28px;
    line-height: 38px;
  }
  .bannerdesc {
    font-size: 16px;
    line-height: 24px;
  }
  .menu-card img {
    height: 150px;
  }
}
