* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
@font-face {
  font-family: "NotoSans";
  src: url(fonts/NotoSans_Condensed-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "NotoSans";
  src: url(fonts/NotoSans_Condensed-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NotoSans";
  src: url(fonts/NotoSans_ExtraCondensed-Italic.ttf);
  font-weight: 400;
  font-style: italic;
}
body {
  font-family: "NotoSans", sans-serif;
  margin: 0;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#policy,
#terms,
#thanks,
#cookies {
  margin: 0 auto;
  max-width: 900px;
  padding: 40px 20px;
  text-align: left;
}
#policy a,
#terms a,
#cookies a {
  color: #414141;
}
#policy h1,
#terms h1,
#thanks h1,
#policy h2,
#terms h2,
#thanks h2,
#policy p,
#terms p,
#thanks p,
#cookies h1,
#cookies h2,
#cookies p {
  text-align: left;
}
#thanks {
  height: 100vh;
}
#thanks a {
  font-size: 16px;
  color: #f5f6f5;
  background-color: #26a69a;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
}
#welcome-flavor-hub {
  width: 100%;
  background-color: #f5f6f5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#welcome-flavor-hub .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: center;
}

#welcome-flavor-hub h1 {
  font-weight: 700;
  font-size: 48px;
  color: #2f2f2f;
  margin-bottom: 20px;
}

#welcome-flavor-hub .text-content {
  padding: 20px;
}

#welcome-flavor-hub .cta-button {
  background-color: #26a69a;
  color: white;

  font-weight: 600;
  font-size: 18px;
  padding: 15px 30px;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

#welcome-flavor-hub .cta-button:hover {
  background-color: #1b7a71;
}

#welcome-flavor-hub .menu-link {
  display: inline-block;
  margin-top: 15px;

  font-size: 16px;
  color: #2f2f2f;
  background-color: #26a69a;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
}

#welcome-flavor-hub .image-placeholder {
  max-width: 350px;
  width: 100%;
  height: 300px;
  background-color: #f5f6f5;
  color: #2f2f2f;
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 20px;
}

#welcome-flavor-hub .mint-stripe {
  height: 10px;
  background-color: #26a69a;
  width: 100%;
}

/* Taste Reasons Section */
#taste-reasons {
  width: 100%;
  background-color: #f5f6f5;
  padding: 60px 0;
}

#taste-reasons .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px; /* Adjusted padding */
  text-align: center;
}

#taste-reasons h2 {
  font-weight: 600;
  font-size: 36px;
  color: #2f2f2f;
  margin-bottom: 40px;
}

#taste-reasons .reasons {
  display: flex;
  justify-content: space-around;
  gap: 30px;
}

#taste-reasons .reason-block {
  border: 2px solid #26a69a;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
}

#taste-reasons .icon-placeholder {
  width: 100px;
  height: 100px;

  color: white;

  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  border-radius: 10px;
}

#taste-reasons h3 {
  font-size: 20px;
  font-weight: 500;
  color: #2f2f2f;
  margin-bottom: 10px;
}

#taste-reasons p {
  font-size: 16px;
  color: #666;
}

#taste-reasons .contact-link {
  display: inline-block;
  margin-top: 30px;

  font-size: 16px;
  color: #ffffff;
  background-color: #26a69a;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
  #welcome-flavor-hub .container {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 20px;
  }

  #welcome-flavor-hub h1 {
    font-size: 24px;
  }
}

@media (max-width: 300px) {
  #welcome-flavor-hub h1 {
    font-size: 24px;
  }
}

/* Responsive Design for Taste Reasons Section */
@media (max-width: 768px) {
  #taste-reasons .reasons {
    flex-direction: column;
    align-items: center;
  }

  #taste-reasons .reason-block {
    width: 80%; /* Adjust width for smaller screens */
    margin-bottom: 20px;
  }

  #taste-reasons h2 {
    font-size: 20px;
  }
}

@media (max-width: 300px) {
  #taste-reasons h2 {
    font-size: 20px;
  }
}

/* Daily Flavors Section */
#daily-flavors {
  width: 100%;
  background-color: #2f2f2f;
  padding: 80px 0;
}

#daily-flavors .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

#daily-flavors h2 {
  font-weight: 600;
  font-size: 36px;
  color: #f5f6f5;
  margin-bottom: 40px;
}

#daily-flavors .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

#daily-flavors .item-card {
  text-align: center;
}

#daily-flavors .item-card .mint-line {
  height: 3px;
  background-color: #26a69a;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

#daily-flavors .item-card .image-placeholder {
  width: 100%;
  height: 300px;
  background-color: #f5f6f5;
  color: #2f2f2f;
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 20px;
  margin: 0 auto 10px;
}
#daily-flavors .item-card .image-placeholder img {
  border-radius: 10px;
}
#daily-flavors .item-card h3 {
  font-size: 20px;
  font-weight: 500;
  color: #f5f6f5;
  margin-bottom: 10px;
}

#daily-flavors .item-card p {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 10px;
}

#daily-flavors .item-card .price {
  font-size: 18px;
  color: #26a69a;
  margin-bottom: 15px;
}

#daily-flavors .item-card .add-to-cart {
  background-color: #26a69a;
  color: white;

  font-size: 16px;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  display: inline-block;
}

#daily-flavors .item-card .add-to-cart:hover {
  background-color: #1b7a71;
}

#daily-flavors .menu-link {
  display: inline-block;
  margin-top: 30px;

  font-size: 16px;
  color: #f5f6f5;
  background-color: #26a69a;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
}

/* Responsive Design for Daily Flavors Section */
@media (max-width: 768px) {
  #daily-flavors .items {
    grid-template-columns: 1fr;
    align-items: center;
  }

  #daily-flavors h2 {
    font-size: 20px;
  }

  #daily-flavors {
    padding: 40px 0;
  }
}

@media (max-width: 300px) {
  #daily-flavors h2 {
    font-size: 20px;
  }

  #daily-flavors {
    padding: 20px 0;
  }
}

/* Deal Bites Section */
#deal-bites {
  width: 100%;
  background-color: #f5f6f5;
  padding: 70px 0;
}

#deal-bites .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 20px;
  text-align: center;
}

#deal-bites h2 {
  font-weight: 600;
  font-size: 36px;
  color: #2f2f2f;
  margin-bottom: 40px;
}

#deal-bites .deal-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  align-items: center;
  margin-bottom: 20px;
}

#deal-bites .image-placeholder {
  width: 100px;
  height: 100px;
  background-color: #f5f6f5;
  color: #2f2f2f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 20px;
  border-radius: 15px;
}

#deal-bites .text-content {
  text-align: left;
  padding: 20px;
}

#deal-bites .offer-text {
  font-weight: 500;
  font-size: 24px;
  color: #2f2f2f;
  margin-bottom: 10px;
}

#deal-bites .promo-code {
  font-size: 18px;
  color: #26a69a;
  margin-bottom: 20px;
}

#deal-bites .claim-offer {
  background-color: #26a69a;
  color: white;

  font-size: 16px;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  display: inline-block;
  margin-bottom: 20px;
}

#deal-bites .claim-offer:hover {
  background-color: #1b7a71;
}

#deal-bites .contact-link {
  display: inline-block;
  margin-top: 15px;

  font-size: 16px;
  color: #2f2f2f;
  background-color: #26a69a;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
}

/* Responsive Design for Deal Bites Section */
@media (max-width: 768px) {
  #deal-bites .deal-grid {
    grid-template-columns: 1fr;
  }

  #deal-bites .text-content {
    text-align: center;
  }

  #deal-bites h2 {
    font-size: 20px;
  }

  #deal-bites {
    padding: 20px 0;
  }
}

@media (max-width: 300px) {
  #deal-bites h2 {
    font-size: 20px;
  }
}

/* Food Pledge Section */
#food-pledge {
  width: 100%;
  background-color: white;
  padding: 60px 0;
}

#food-pledge .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  border: 2px solid #26a69a;
}

#food-pledge h2 {
  font-weight: 600;
  font-size: 36px;
  color: #2f2f2f;
  margin-bottom: 40px;
}

#food-pledge .promises {
  display: flex;
  justify-content: space-around;
  gap: 30px;
}

#food-pledge .promise-block {
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(255, 138, 101, 0.2);
  border-radius: 5px;
}

#food-pledge .chef-icon,
#food-pledge .hygiene-icon {
  width: 100px;
  height: 100px;

  color: white;

  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

#food-pledge p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

#food-pledge .promise-description {
  font-size: 14px;
  color: #666;
}

#food-pledge .about-link {
  display: inline-block;
  margin-top: 15px;

  font-size: 16px;
  color: #ffffff;
  background-color: #26a69a;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
}

/* Responsive Design for Food Pledge Section */
@media (max-width: 768px) {
  #food-pledge .promises {
    flex-direction: column;
    align-items: center;
  }

  #food-pledge .promise-block {
    width: 80%;
    margin-bottom: 20px;
  }

  #food-pledge h2 {
    font-size: 20px;
  }

  #food-pledge {
    padding: 40px 0;
  }
}

@media (max-width: 300px) {
  #food-pledge h2 {
    font-size: 20px;
  }

  #food-pledge {
    padding: 20px 0;
  }
}

/* Kitchen Masters Section */
#kitchen-masters {
  width: 100%;
  background-color: #2f2f2f;
  padding: 80px 0;
}

#kitchen-masters .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

#kitchen-masters h2 {
  font-weight: 600;
  font-size: 36px;
  color: #f5f6f5;
  margin-bottom: 40px;
}

#kitchen-masters .chef-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

#kitchen-masters .chef-card {
  text-align: center;
}

#kitchen-masters .chef-card .image-placeholder {
  width: 100%;
  height: 300px;
  background-color: #f5f6f5;
  color: #2f2f2f;
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 20px;
  margin: 0 auto 10px;
}
#kitchen-masters .chef-card .image-placeholder img {
  border-radius: 10px;
  object-position: top center;
}
#kitchen-masters .chef-card:nth-child(3) .image-placeholder img {
  object-position: center center;
}
#kitchen-masters .chef-card h3 {
  font-size: 20px;
  font-weight: 500;
  color: #f5f6f5;
  margin-bottom: 10px;
}

#kitchen-masters .chef-card .chef-quote {
  font-size: 14px;
  color: #ccc;
  font-style: italic;
  margin-bottom: 10px;
  padding: 0 10px;
}

#kitchen-masters .chef-card p {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 10px;
}

#kitchen-masters .chef-card .mint-line {
  height: 3px;
  background-color: #26a69a;
  width: 100%;
  margin-bottom: 10px;
}

#kitchen-masters .our-story-link {
  display: inline-block;
  margin-top: 30px;

  font-size: 16px;
  color: #f5f6f5;
  background-color: #26a69a;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
}

/* Responsive Design for Kitchen Masters Section */
@media (max-width: 768px) {
  #kitchen-masters .chef-grid {
    grid-template-columns: 1fr;
  }

  #kitchen-masters h2 {
    font-size: 20px;
  }

  #kitchen-masters {
    padding: 40px 0;
  }
}

@media (max-width: 300px) {
  #kitchen-masters h2 {
    font-size: 20px;
  }

  #kitchen-masters {
    padding: 20px 0;
  }
}

/* Flavor Start Section */
#flavor-start {
  width: 100%;
  background-color: #d9fff2;
  padding: 70px 0;
}

#flavor-start .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

#flavor-start h2 {
  font-weight: 600;
  font-size: 36px;
  color: #2f2f2f;
  margin-bottom: 40px;
}

#flavor-start .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

#flavor-start .text-content {
  text-align: left;
}

#flavor-start .cta-text {
  font-weight: 700;
  font-size: 24px;
  color: #26a69a;
  margin-bottom: 20px;
}

#flavor-start .description {
  font-size: 16px;
  color: #2f2f2f;
  margin-bottom: 20px;
}

#flavor-start .menu-button,
#flavor-start .download-button {
  color: white;

  font-size: 16px;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  margin: 10px;
}

#flavor-start .menu-button {
  background-color: #26a69a;
}

#flavor-start .download-button {
  background-color: #2f2f2f;
}

#flavor-start .contact-link {
  display: inline-block;
  margin-top: 20px;

  font-size: 16px;
  color: #ffffff;
  background-color: #26a69a;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
}

/* Responsive Design for Flavor Start Section */
@media (max-width: 768px) {
  #flavor-start .content {
    flex-direction: column;
    align-items: center;
  }

  #flavor-start .text-content {
    text-align: center;
  }

  #flavor-start h2 {
    font-size: 20px;
  }

  #flavor-start {
    padding: 20px 0;
  }
}

@media (max-width: 300px) {
  #flavor-start h2 {
    font-size: 20px;
  }
}

/* Footer Section */
#main-footer {
  width: 100%;
  background-color: #2f2f2f;

  display: flex;
  justify-content: center;
  align-items: center;
}

#main-footer .container {
  max-width: 1440px;
  width: 100%;
  padding: 15px 40px;
}

#main-footer .mint-line {
  height: 2px;
  background-color: #26a69a;
  width: 100%;
  margin-bottom: 20px;
}

#main-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

#main-footer .brand-info a {
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  color: #f5f6f5;
  margin-bottom: 5px;
}

#main-footer .brand-info p {
  font-weight: 400;
  font-size: 14px;
  color: #ccc;
}

#main-footer .navigation-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#main-footer .navigation-links a {
  font-weight: 500;
  font-size: 16px;
  color: #f5f6f5;
  background-color: #26a69a;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  display: inline-block;
}

#main-footer .navigation-links a:hover {
  background-color: #1b7a71;
}

#main-footer .contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#main-footer .contact-info p {
  font-weight: 400;
  font-size: 14px;
  color: #ccc;
}
#main-footer .contact-info a {
  color: #ccc;
  padding-left: 5px;
}
#main-footer .copyright {
  font-weight: 400;
  font-size: 12px;
  color: #ccc;
  text-align: center;
  margin-top: 20px;
}

/* Responsive Footer */
@media (max-width: 768px) {
  #main-footer {
    height: auto;
    padding: 20px 0;
  }

  #main-footer .container {
    padding: 0 20px;
  }

  #main-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #main-footer .brand-info h3 {
    font-size: 18px;
  }

  #main-footer .navigation-links a,
  #main-footer .contact-info p {
    font-size: 14px;
  }
}
#main-header {
  width: 100%;
  height: 80px;
  background-color: #f5f6f5;

  z-index: 100; /* Ensure it's above other content */
}

#main-header .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#main-header .logo {
  text-decoration: none;

  font-weight: 700;
  font-size: 24px;
  color: #2f2f2f;
}

#main-header .nav-menu {
  display: flex;
  gap: 20px;
}

#main-header .nav-menu a {
  font-weight: 500;
  font-size: 16px;
  color: #f5f6f5;
  background-color: #26a69a;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  display: inline-block;
}

#main-header .nav-menu a:hover {
  background-color: #1b7a71;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px; /* Adjusted height to better fit 3 lines */
  cursor: pointer;
}

.hamburger span {
  height: 4px;
  width: 100%;
  background-color: #26a69a;
  border-radius: 2px;
  transition: transform 0.3s ease;
}

/* Styles for active hamburger menu */
.hamburger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* Media query for mobile devices */
@media (max-width: 992px) {
  #main-header .nav-menu {
    display: none; /* Hide the nav menu */
    position: absolute;
    top: 60px;
    right: 0;
    height: 100vh;
    width: 250px;
    background-color: #f5f6f5;
    border-left: 4px solid #26a69a;
    padding-top: 80px; /* Account for header height */
    transform: translateX(100%);
    transition: transform 0.3s ease;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  #main-header .nav-menu.active {
    display: flex;
    transform: translateX(0);
  }

  #main-header .nav-menu a {
    color: #2f2f2f;
    background-color: transparent;
    padding: 10px 20px;
    display: block;
    border-bottom: 1px solid #ddd;
  }

  #main-header .nav-menu a:hover {
    background-color: #ddd;
  }

  .hamburger {
    display: flex; /* Show the hamburger icon */
  }
}

/* Smaller screens adjustments */
@media (max-width: 768px) {
  #main-header .container {
    padding: 10px;
  }

  #main-header .logo {
    font-size: 20px;
  }

  #main-header .nav-menu a {
    font-size: 14px;
    padding: 6px 12px;
  }
}

@media (max-width: 300px) {
  #main-header .logo {
    font-size: 20px;
  }
}
/* Order Flow Section */
#order-flow {
  width: 100%;
  background-color: #d9fff2;
  padding: 60px 0;
}

#order-flow .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

#order-flow h2 {
  font-weight: 600;
  font-size: 36px;
  color: #2f2f2f;
  margin-bottom: 40px;
}

#order-flow .steps {
  display: flex;
  justify-content: space-around;
  gap: 40px;
  flex-direction: column;
  align-items: center;
}

#order-flow .step-block {
  border-top: 4px solid #26a69a;
  padding: 20px;
  text-align: center;
  border-radius: 0px;
  width: 80%;
  margin-bottom: 20px;
  border: 2px solid #26a69a;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  position: relative;
}

#order-flow .step-block::before {
  content: attr(data-step);
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  background-color: #26a69a;
  color: white;

  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#order-flow .icon-placeholder {
  width: 100px;
  height: 100px;
  background-color: #26a69a;
  color: white;

  font-size: 20px;
  display: none;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

#order-flow h3 {
  font-size: 18px;
  font-weight: 500;
  color: #2f2f2f;
  margin-bottom: 10px;
  margin-left: 40px;
}

#order-flow p {
  font-size: 16px;
  color: #666;
  margin-left: 40px;
}

#order-flow .get-started-link {
  display: inline-block;
  margin-top: 30px;

  font-size: 16px;
  color: #ffffff;
  background-color: #26a69a;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
}

/* Responsive Design for Order Flow Section */
@media (max-width: 768px) {
  #order-flow h2 {
    font-size: 20px;
  }
}

@media (max-width: 300px) {
  #order-flow h2 {
    font-size: 20px;
  }
}

#menu-glance {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f6f5;
}

#menu-glance .container {
  max-width: 1440px;

  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
#menu-glance .image-placeholder {
  max-width: 400px;
  width: 100%;
  height: 350px;
}
#menu-glance h1 {
  font-weight: 600;
  font-size: 36px;
  color: #2f2f2f;
  text-align: center;
}

.image-placeholder {
  width: 800px;
  height: 400px;
  background-color: #f5f6f5;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f2f2f;
}

.mint-line {
  width: 100%;
  height: 4px;
  background-color: #26a69a;
}

.contact-button {
  font-size: 16px;
  color: #ffffff;
  background-color: #26a69a;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
}

/* Food Categories Section */
#food-categories {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d9fff2;
}

#food-categories .container {
  max-width: 1440px;

  padding: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

#food-categories h2 {
  font-weight: 600;
  font-size: 36px;
  color: #2f2f2f;
  text-align: center;
}

.category-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.category-tab {
  font-weight: 500;
  font-size: 18px;
  color: white;
  background-color: #26a69a;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.category-tab:hover {
  background-color: #1b7a71;
}

.category-tab.active {
  opacity: 0.7;
}

.food-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 100%;
}

.food-card {
  border: 2px solid #26a69a;
  border-radius: 10px;
  padding: 15px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 280px;
  transition: height 0.3s ease;
  height: auto;
}
.food-card-hidden {
  display: none;
}
.food-card-active {
  display: flex;
}
.food-card.expanded {
  height: auto; /* Let content define height */
}

.food-card .image-placeholder {
  width: 250px;
  height: 200px;
  background-color: #f5f6f5;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f2f2f;
}
.food-card .image-placeholder img {
  border-radius: 10px;
}
.food-card h2 {
  font-weight: 500;
  font-size: 18px;
  color: #2f2f2f;
  text-align: center;
  margin: 0;
}

.food-card button {
  font-size: 14px;
  color: white;
  background-color: #26a69a;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.food-card .ingredients {
  width: 100%;
  font-size: 14px;
  color: #666;
  list-style: none;
  padding: 0;
  margin: 0;
}

.food-card .ingredients li {
  padding: 5px 0 5px 25px;
  font-size: 0.8rem;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  position: relative;
}
.food-card .ingredients li::before {
  content: "−";
  position: absolute;
  top: 4px;
  left: 8px;
  font-size: 1rem;
  font-weight: bold;
}

.food-card .ingredients li:last-child {
  border-bottom: none;
}

.food-card .nutrition {
  font-size: 14px;
  color: #666;
  margin: 0;
}

#food-categories .customize-button {
  font-size: 16px;
  color: #ffffff;
  background-color: #26a69a;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
}

/* Extra Bites Section */
#extra-bites {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2f2f2f;
}

#extra-bites .container {
  max-width: 1440px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

#extra-bites h2 {
  font-weight: 600;
  font-size: 36px;
  color: #f5f6f5;
  text-align: center;
}

.extra-bites-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  justify-content: center;
}

.extra-bites-card {
  border-top: 3px solid #26a69a;
  display: flex;
  width: 280px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.extra-bites-card .image-placeholder {
  width: 250px;
  height: 250px;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f2f2f;
}

.extra-bites-card h2 {
  font-weight: 500;
  font-size: 18px;
  color: #f5f6f5;
  text-align: center;
  margin: 0;
}

.extra-bites-card .price {
  font-size: 16px;
  color: #26a69a;
  margin: 0;
}

.extra-bites-card .description {
  font-size: 14px;
  color: #ccc;
  text-align: center;
  margin: 0;
}

#extra-bites .additions-text {
  font-size: 14px;
  color: #ccc;
  text-align: center;
  margin: 0;
}

#extra-bites .combos-button {
  font-size: 16px;
  color: #f5f6f5;
  background-color: #26a69a;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
}

/* Meal Your Way Section */
#meal-your-way {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f6f5;
}

#meal-your-way .container {
  max-width: 1440px;

  padding: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

#meal-your-way h2 {
  font-weight: 600;
  font-size: 36px;
  color: #2f2f2f;
  text-align: center;
}

.customization-options {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  justify-content: center;
}

.customization-card {
  border: 2px solid #26a69a;
  display: flex;
  width: 250px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 15px;
}

.customization-card .icon-placeholder {
  width: 100px;
  height: 100px;
  background: none;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;

  font-size: 20px;
}

.customization-card h2 {
  font-weight: 500;
  font-size: 18px;
  color: #2f2f2f;
  text-align: center;
  margin: 0;
}

.customization-card p {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin: 0;
}

#meal-your-way .personalize-text {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin: 0;
}

#meal-your-way .order-button {
  font-size: 16px;
  color: #ffffff;
  background-color: #26a69a;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
}

/* Tasty Combos Section */
#tasty-combos {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d9fff2;
}

#tasty-combos .container {
  max-width: 1200px;
  width: 100%;

  padding: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

#tasty-combos h2 {
  font-weight: 600;
  font-size: 36px;
  color: #2f2f2f;
  text-align: center;
}

#tasty-combos .combo-content {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 30px;
  width: 100%;
}

#tasty-combos .image-placeholder {
  max-width: 350px;
  width: 100%;
  height: 300px;
  background-color: #f5f6f5;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f2f2f;
}

#tasty-combos .text-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#tasty-combos .combo-description {
  font-weight: 500;
  font-size: 20px;
  color: #2f2f2f;
  margin: 0;
}

#tasty-combos .combo-price {
  font-size: 18px;
  color: #26a69a;
  margin: 0;
}

#tasty-combos .combo-savings {
  font-size: 16px;
  color: #666;
  margin: 0;
}

#tasty-combos .add-combo-button {
  font-size: 16px;
  color: white;
  background-color: #26a69a;
  padding: 12px 25px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

#tasty-combos .add-combo-button:hover {
  background-color: #1b7a71;
}

#tasty-combos .explore-menu-button {
  font-size: 16px;
  color: #2f2f2f;
  background-color: #26a69a;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
}

/* Order Today Section */
#order-today {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2f2f2f;
}

#order-today .container {
  max-width: 1440px;
  padding: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

#order-today h2 {
  font-weight: 700;
  font-size: 36px;
  color: #f5f6f5;
  text-align: center;
}

#order-today .order-content {
  display: flex;
  gap: 40px;
  width: 100%;
  justify-content: center;
  align-items: center;
}

#order-today .text-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

#order-today .order-cta {
  font-weight: 700;
  font-size: 24px;
  color: #26a69a;
  margin: 0;
}

#order-today .checkout-button {
  font-size: 16px;
  color: white;
  background-color: #26a69a;
  padding: 12px 25px;
  border: none;
  cursor: pointer;
}

#order-today .download-app-button {
  font-size: 16px;
  color: white;
  background-color: #2f2f2f;
  border: 1px solid white;
  padding: 22px 45px;
  cursor: pointer;
}

#order-today .contact-button {
  font-size: 16px;
  color: #f5f6f5;
  background-color: #26a69a;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
}

/* Media Queries */
@media (max-width: 768px) {
  #menu-glance .container {
    padding: 20px;
    gap: 20px;
  }

  #menu-glance h1 {
    font-size: 20px;
  }

  .image-placeholder {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 400px;
  }

  #food-categories .container {
    padding: 20px;
    gap: 20px;
  }

  #food-categories h2 {
    font-size: 20px;
  }

  #extra-bites .container {
    padding: 20px;
    gap: 20px;
  }

  #extra-bites h2 {
    font-size: 20px;
  }

  .extra-bites-grid {
    flex-direction: column;
    align-items: center;
  }

  #meal-your-way .container {
    padding: 20px;
    gap: 20px;
  }

  #meal-your-way h2 {
    font-size: 20px;
  }

  .customization-options {
    flex-direction: column;
    align-items: center;
  }

  #tasty-combos .container {
    padding: 20px;
  }

  #tasty-combos h2 {
    font-size: 20px;
  }

  #tasty-combos .combo-content {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  #tasty-combos .image-placeholder {
    width: 100%;
    height: auto;
    max-height: 300px;
  }

  #order-today .container {
    padding: 20px;
  }

  #order-today h2 {
    font-size: 20px;
  }

  #order-today .order-content {
    flex-direction: column;
    align-items: center;
  }

  #order-today .text-content {
    align-items: center;
  }
}

@media (max-width: 300px) {
  #menu-glance h1 {
    font-size: 20px;
  }

  #food-categories h2 {
    font-size: 20px;
  }

  #extra-bites h2 {
    font-size: 20px;
  }

  #meal-your-way h2 {
    font-size: 20px;
  }

  #tasty-combos h2 {
    font-size: 20px;
  }

  #order-today h2 {
    font-size: 20px;
  }
}

#origin-tale {
  background-color: #f5f6f5;
  padding: 60px 0;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}

#origin-tale h1 {
  font-size: 36px;
  font-weight: 600;
  color: #2f2f2f;
  text-align: center;
  margin-bottom: 40px;
}
#origin-tale .image-placeholder {
  flex-shrink: 0;
  width: 280px;
  height: 280px;
}
.content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

.text-content {
  border: 2px solid #26a69a;
  box-shadow: 0 4px 8px rgba(255, 138, 101, 0.5);
  padding: 20px;
}

.text-content p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.text-content a {
  display: inline-block;
  background-color: #26a69a;
  color: #ffffff;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
}

.image-placeholder {
  width: 600px;
  height: 350px;
  background-color: #f5f6f5;
  color: #2f2f2f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}

/* Food Vision Styles */
#food-vision {
  background-color: #d9fff2;
  padding: 50px 0;
}

#food-vision .container {
  padding: 0 50px;
}

#food-vision h2 {
  font-size: 36px;
  font-weight: 600;
  color: #2f2f2f;
  text-align: center;
  margin-bottom: 30px;
}

#food-vision .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

#food-vision .icon-placeholder {
  width: 100px;
  height: 100px;
  background-color: #26a69a;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 16px;
}
#food-vision .icon-placeholder img {
  border-radius: 10px;
}
#food-vision .text-content {
  border-radius: 20px;
  border: 3px solid #26a69a;
  padding: 20px;
  text-align: center; /* Center text within the circular frame */
}

#food-vision .text-content p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

#food-vision .text-content a {
  display: inline-block;
  background-color: #26a69a;
  color: #ffffff;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
}

/* Delivery Crew Styles */
#delivery-crew {
  background-color: #2f2f2f;
  padding: 70px 0;
}

#delivery-crew .container {
  padding: 0 70px;
}

#delivery-crew h2 {
  font-size: 36px;
  font-weight: 600;
  color: #f5f6f5;
  text-align: center;
  margin-bottom: 40px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.team-member {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 4px solid #26a69a;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 15px;
}

.team-member .image-placeholder {
  width: 100%;
  height: 300px;
  background-color: #f5f6f5;
  color: #2f2f2f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.team-member .image-placeholder img {
  object-position: top center;
  border-radius: 10px;
}
.team-member h3 {
  font-size: 18px;
  font-weight: 500;
  color: #f5f6f5;
  margin-bottom: 10px;
}

.team-member p {
  font-size: 14px;
  color: #ccc;
}

#delivery-crew .team-message {
  font-size: 16px;
  color: #ccc;
  text-align: center;
  margin-top: 30px;
}

#delivery-crew .join-us-button {
  display: block;
  width: fit-content;
  margin: 20px auto 0;
  background-color: #26a69a;
  color: #f5f6f5;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
}

/* Green Promise Styles */
#green-promise {
  background-color: #f5f6f5;
  padding: 60px 0;
}

#green-promise .container {
  padding: 0 60px;
}

#green-promise h2 {
  font-size: 36px;
  font-weight: 600;
  color: #2f2f2f;
  text-align: center;
  margin-bottom: 40px;
}

#green-promise .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr; /* Two columns: image 50%, text 50% */
  gap: 30px;
  align-items: center;
}

#green-promise .image-placeholder {
  width: 280px; /* Occupy its column width */
  height: 280px;
  background-color: #f5f6f5;
  color: #2f2f2f;
  display: flex;
  justify-content: center;
  align-items: center;
}

#green-promise .text-content {
  border: 2px solid #26a69a; /* Mint outline */
  padding: 20px;
}

#green-promise .text-content p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

#green-promise .text-content ul {
  list-style: none; /* Remove default list bullets */
  padding: 0;
  margin-bottom: 20px;
}

#green-promise .text-content li {
  position: relative; /* Position list items relative to the pseudo-element */
  padding-left: 30px; /* Indent the text to make space for the icon */
  margin-bottom: 10px;
  color: #666; /* Text color */
}

#green-promise .text-content li::before {
  content: "•"; /* Unicode for a simple checkmark */
  font-weight: 900; /* Make sure the icon is solid */
  position: absolute;
  left: 5px;
  top: -5px; /* Position the icon to the left */
  color: #26a69a; /* Mint color for the checkmark */
}

#green-promise .text-content a {
  display: inline-block;
  background-color: #26a69a;
  color: #ffffff;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
}

/* India Heart Styles */
#india-heart {
  background-color: #d9fff2;
  padding: 70px 0;
}

#india-heart .container {
  padding: 0 70px;
}

#india-heart h2 {
  font-size: 36px;
  font-weight: 600;
  color: #2f2f2f;
  text-align: center;
  margin-bottom: 40px;
}

#india-heart .content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

#india-heart .image-placeholder {
  width: 250px;

  height: 250px;
  background-color: #f5f6f5;
  color: #2f2f2f;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

#india-heart .text-content {
  border-bottom: 3px solid #26a69a;
  padding: 20px;
}

#india-heart .text-content p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

#india-heart .text-content a {
  display: inline-block;
  background-color: #26a69a;
  color: #ffffff;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
}

/* Honor Roll Styles */
#honor-roll {
  background-color: #2f2f2f;
  padding: 60px 0;
}

#honor-roll .container {
  padding: 0 60px;
}

#honor-roll h2 {
  font-size: 36px;
  font-weight: 600;
  color: #f5f6f5;
  text-align: center;
  margin-bottom: 40px;
}

#honor-roll .awards-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center; /* Center awards horizontally */
  flex-wrap: wrap; /* Allow items to wrap */
}

.award-card {
  border: 2px solid #26a69a;
  padding: 15px;
  text-align: center;
  width: calc(33.333% - 40px / 3); /* Adjust width to fit three awards */
  box-sizing: border-box;
}

.award-card .image-placeholder {
  width: 100%;
  height: 150px;
  background: none;
  color: #2f2f2f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.award-card h3 {
  font-size: 18px;
  font-weight: 500;
  color: #f5f6f5;
  margin-bottom: 10px;
}

.award-card p {
  font-size: 14px;
  color: #ccc;
}

#honor-roll .contact-us-button {
  display: block;
  width: fit-content;
  margin: 20px auto 0;
  background-color: #26a69a;
  color: #f5f6f5;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
}

/* Happy Diners Styles */
#happy-diners {
  background-color: #f5f6f5;
  padding: 80px 0;
}

#happy-diners .container {
  padding: 0 20px;
}

#happy-diners h2 {
  font-size: 36px;
  font-weight: 600;
  color: #2f2f2f;
  text-align: center;
  margin-bottom: 40px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.testimonial-card {
  border-top: 3px solid #26a69a;
  padding: 15px;
}

.testimonial-card .image-placeholder {
  width: 100px;
  height: 100px;
  background-color: #f5f6f5;
  color: #2f2f2f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.testimonial-card .image-placeholder img {
  border-radius: 10px;
}
.testimonial-card h3 {
  font-size: 18px;
  font-weight: 500;
  color: #2f2f2f;
  margin-bottom: 10px;
}

.testimonial-card p {
  font-size: 14px;
  color: #666;
}

#happy-diners .order-now-button {
  display: block;
  width: fit-content;
  margin: 20px auto 0;
  background-color: #26a69a;
  color: #ffffff;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
}

/* Team Invite Styles */
#team-invite {
  background-color: #d9fff2;
  padding: 70px 0;
}

#team-invite .container {
  padding: 0 70px;
}

#team-invite h2 {
  font-size: 36px;
  font-weight: 600;
  color: #2f2f2f;
  text-align: center;
  margin-bottom: 40px;
}

#team-invite .content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

#team-invite .image-placeholder {
  width: 400px;
  height: 300px;
  background-color: #f5f6f5;
  color: #2f2f2f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

#team-invite .text-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#team-invite .text-content p {
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
}

#team-invite .text-content a {
  display: inline-block;
  text-decoration: none;
  color: #f5f6f5;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 4px;
}

#team-invite .text-content .careers-button {
  background-color: #26a69a;
  padding: 12px 25px;
}

#team-invite .text-content .partner-button {
  background-color: #2f2f2f;
  padding: 12px 25px;
}

#team-invite .text-content a:last-child {
  background-color: #26a69a;
  color: #2f2f2f;
  padding: 8px 16px;
}

/* Quick Answers Styles */
#quick-answers {
  background-color: #2f2f2f;
  padding: 60px 0;
}

#quick-answers .container {
  padding: 0 60px;
}

#quick-answers h2 {
  font-size: 36px;
  font-weight: 600;
  color: #f5f6f5;
  text-align: center;
  margin-bottom: 40px;
}

#quick-answers .qa-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.qa-card {
  border-bottom: 3px solid #26a69a;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.qa-card .icon-placeholder {
  width: 80px;
  height: 80px;
  background-color: #26a69a;
  color: #f5f6f5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  border-radius: 5px;
}

.qa-card h3 {
  font-size: 18px;
  font-weight: 500;
  color: #f5f6f5;
  margin-bottom: 0;
}

.qa-card p {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 0;
}

#quick-answers .contact-us-button {
  display: block;
  width: fit-content;
  margin: 20px auto 0;
  background-color: #26a69a;
  color: #f5f6f5;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
}

@media (max-width: 768px) {
  #origin-tale {
    padding: 20px 0;
  }

  .container {
    padding: 0 20px;
  }

  #origin-tale h1 {
    font-size: 20px;
  }

  .content-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .image-placeholder {
    width: 100%;
    max-width: 350px;
  }

  #food-vision {
    padding: 20px 0;
  }

  #food-vision .container {
    padding: 0 20px;
  }

  #food-vision h2 {
    font-size: 20px;
  }

  #food-vision .text-content {
    border-radius: 0; /* Remove circular border */
  }

  #food-vision .content-wrapper {
    flex-direction: column;
  }

  #delivery-crew {
    padding: 20px 0;
  }

  #delivery-crew .container {
    padding: 0 20px;
  }

  #delivery-crew h2 {
    font-size: 20px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-member {
    padding: 10px;
  }

  .team-member .image-placeholder {
    height: 200px;
  }

  #green-promise {
    padding: 20px 0;
  }

  #green-promise .container {
    padding: 0 20px;
  }

  #green-promise h2 {
    font-size: 20px;
  }

  #green-promise .content-wrapper {
    grid-template-columns: 1fr; /* Stack vertically */
    justify-items: center;
    gap: 20px;
  }

  #green-promise .image-placeholder {
    width: 100%;
    max-width: 300px;
  }

  #india-heart {
    padding: 20px 0;
  }

  #india-heart .container {
    padding: 0 20px;
  }

  #india-heart h2 {
    font-size: 20px;
  }

  #india-heart .content-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  #india-heart .image-placeholder {
    width: 100%;
    max-width: 250px;
  }

  #honor-roll {
    padding: 20px 0;
  }

  #honor-roll .container {
    padding: 0 20px;
  }

  #honor-roll h2 {
    font-size: 20px;
  }

  #honor-roll .awards-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .award-card {
    width: 100%;
  }

  .award-card .image-placeholder {
    width: 100%;
    margin: 0 auto;
    max-width: 150px;
    height: 150px;
  }

  #happy-diners {
    padding: 20px 0;
  }

  #happy-diners .container {
    padding: 0 20px;
  }

  #happy-diners h2 {
    font-size: 20px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    padding: 10px;
  }

  #team-invite {
    padding: 20px 0;
  }

  #team-invite .container {
    padding: 0 20px;
  }

  #team-invite h2 {
    font-size: 20px;
  }

  #team-invite .content-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  #team-invite .image-placeholder {
    width: 100%;
    max-width: 300px;
    height: auto;
  }

  #quick-answers {
    padding: 20px 0;
  }

  #quick-answers .container {
    padding: 0 20px;
  }

  #quick-answers h2 {
    font-size: 20px;
  }

  .qa-card h3 {
    font-size: 16px;
  }

  .qa-card p {
    font-size: 12px;
  }

  .qa-card .icon-placeholder {
    width: 60px;
    height: 60px;
  }
}

#reach-out {
  background-color: #f5f6f5;
  padding: 60px;
  display: flex;
  justify-content: center;
}

#reach-out .container {
  max-width: 1440px;
  width: 100%;
}

#reach-out h1 {
  font-size: 36px;
  font-weight: 600;
  color: #2f2f2f;
  text-align: center;
}

#reach-out .content {
  display: flex;
  gap: 40px;
  align-items: center;
}

#reach-out .text {
  flex: 1;
}

#reach-out .text p {
  border: 2px solid #26a69a;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(255, 138, 101, 0.3);
  color: #666;
}

#reach-out .text a {
  display: inline-block;
  background-color: #26a69a;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 5px;
}

#reach-out .image-placeholder {
  width: 100px;
  height: 100px;
  background-color: #f5f6f5;
  color: #2f2f2f;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Message Us Section */
#message-us {
  background-color: #d9fff2;
  padding: 80px;
  display: flex;
  justify-content: center;
}

#message-us .container {
  max-width: 1440px;
  width: 100%;
}

#message-us h2 {
  font-size: 36px;
  font-weight: 600;
  color: #2f2f2f;
  text-align: center;
}

#message-us .content {
  display: flex;
  justify-content: center;
  align-items: start;
}

#message-us form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

#message-us form input,
#message-us form textarea {
  background-color: #f5f6f5;
  border: 2px solid #26a69a;

  font-size: 16px;
  padding: 10px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
}

#message-us form textarea {
  resize: vertical;
  height: auto;
}

#message-us form label {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}
#message-us form label a {
  color: #666;
}
#message-us form input[type="checkbox"] {
  margin: 0;
  width: auto;
  max-width: none;
}

#message-us form button {
  background-color: #26a69a;
  color: white;

  font-size: 16px;
  padding: 12px 25px;
  border: none;
  cursor: pointer;
}

#message-us form button:hover {
  background-color: #1b7a71;
}

#message-us .image-placeholder {
  display: none;
}

#message-us .link {
  margin-top: 20px;
}

#message-us .link a {
  display: inline-block;
  background-color: #26a69a;
  color: #2f2f2f;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 5px;
}

/* Service Cities Section */
#service-cities {
  background-color: #2f2f2f;
  padding: 60px;
  display: flex;
  justify-content: center;
}

#service-cities .container {
  max-width: 1000px;
  width: 100%;
}

#service-cities h2 {
  font-size: 36px;
  font-weight: 600;
  color: #f5f6f5;
  text-align: center;
}

#service-cities .content {
  display: flex;
  gap: 40px;
  align-items: center;
}

#service-cities .image-placeholder {
  width: 400px;
  height: 350px;
  background-color: #f5f6f5;
  color: #2f2f2f;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#service-cities ul {
  font-size: 16px;
  color: #ccc;
  list-style-type: disc;
  list-style-color: #26a69a;
  padding-left: 20px;
}

#service-cities ul li {
  margin-bottom: 10px;
}

#service-cities .link {
  margin-top: 20px;
}

#service-cities .link a {
  display: inline-block;
  background-color: #26a69a;
  color: #f5f6f5;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 5px;
}

/* Connect Now Section */
#connect-now {
  background-color: #f5f6f5;
  padding: 70px;
  display: flex;
  justify-content: center;
}

#connect-now .container {
  max-width: 1440px;
  width: 100%;
  padding: 0;
}

#connect-now h2 {
  font-size: 36px;
  font-weight: 600;
  color: #2f2f2f;
  text-align: center;
}

#connect-now .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

#connect-now .item {
  border: 2px solid #26a69a;
  padding: 20px;
  text-align: center;
}

#connect-now .icon {
  width: 100px;
  height: 100px;

  color: white;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
  font-size: 20px;
}

#connect-now p {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}

#connect-now a {
  display: inline-block;

  color: #2f2f2f;
  text-decoration: none;

  border-radius: 5px;
}

#connect-now .image-placeholder {
  width: 200px;
  height: 200px;
  background-color: #f5f6f5;
  color: #2f2f2f;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

/* Media Queries */
@media (max-width: 768px) {
  #reach-out {
    padding: 20px;
  }

  #reach-out h1 {
    font-size: 20px;
  }

  #reach-out .content {
    flex-direction: column;
  }

  #message-us {
    padding: 20px;
  }

  #message-us h2 {
    font-size: 20px;
  }

  #message-us .content {
    grid-template-columns: 1fr;
  }

  #message-us form input,
  #message-us form textarea {
    max-width: 100%;
  }

  #message-us .image-placeholder {
    display: none;
  }

  #service-cities {
    padding: 20px;
  }

  #service-cities h2 {
    font-size: 20px;
  }

  #service-cities .content {
    flex-direction: column;
  }

  #service-cities .image-placeholder {
    width: 100%;
    max-width: 300px;
    height: 200px;
  }

  #connect-now {
    padding: 20px;
  }

  #connect-now h2 {
    font-size: 20px;
  }

  #connect-now .content {
    grid-template-columns: 1fr;
  }

  #connect-now .image-placeholder {
    width: 100%;
    max-width: 200px;
    height: 200px;
  }
}
