/* Yum Yum Website Styles */

*, *::before, *::after {
  box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #FAF4EF;
    color: #3E3E3E;
  }
  
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1F3B8C;
    color: white;
    padding: 1rem 2rem;
  }
  
  .navbar .logo {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #F96E28;
  }
  
  .navbar nav ul {
    list-style: none;
    display: flex;
    gap: 5.0rem;
    margin: 0;
    padding: 0;
  }
  
  .navbar nav a {
    color: white;
    text-decoration: none;
    font-weight: 500;
  }
  
  .hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
  }
  
  .hero-text h1 {
    color: #2C6E49;
    font-size: 2rem;
  }
  
  .cta-button {
    background-color: #F96E28;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 1rem;
  }
  
  .highlights {
    padding: 2rem;
  }
  
  .highlights h2 {
    font-size: 1.5rem;
    color: #2C6E49;
  }
  
  .dish-gallery {
    display: flex;
    gap: 2rem;
    margin-top: 1rem;
  }
  
  .dish-item {
    text-align: center;
  }
  
  .dish-item img {
    width: 200px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  
/* Contact Page Specific Styles */

  .contact-section {
    padding: 2rem;
    max-width: 600px;
    margin: 0 auto;
  }
  
  .contact-form label {
    display: block;
    margin-top: 1rem;
    font-weight: 500;
  }
  
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 0.5rem;
    margin-top: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
  }
  
  .social-links {
    margin-top: 2rem;
  }
  
  .social-links ul {
    list-style: none;
    padding: 0;
  }
  
  .social-links li {
    margin-bottom: 0.5rem;
  }
  
  .social-links a {
    color: #1F3B8C;
    text-decoration: none;
    font-weight: 500;
  }
  
  footer {
    background-color: #2C6E49;
    color: white;
    text-align: center;
    padding: 1rem;
    margin-top: 3rem;
  }

/* Explore With Us Page Specific Styles */

.explore-categories {
  text-align: center;
  margin-top: 3rem;
}

.category-button {
  display: inline-block;
  margin: 1rem;
  padding: 1rem 2rem;
  background-color: #F96E28;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.category-button:hover {
  background-color: #d95814;
}


/* About Author Page Specific Styles */

  .about-section {
  padding: 2rem 1.5rem;
  box-sizing: border-box;
}

.about-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  gap: 2rem;
  padding: 2rem;
  box-sizing: border-box;
}

.about-text {
  flex: 1;
}

.author-image {
  width: 300px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: auto;
}

/* Home Page Specific Styles */

.main-wrapper {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.section-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 4rem;
}

.text-column {
  flex: 1;
}

.image-column {
  flex: 0 0 300px;
}

/* Images */
.section-image {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: auto;
}

/* cafes */
.cafe a {
  color: #1F3B8C;
  text-decoration: none;
  font-weight: 600;
}

.cafe a:hover {
  text-decoration: underline;
}

.cafes-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem;
}

#map {
  width: 100%;
  height: 500px;
  margin-bottom: 2rem;
}
    
.cafe-list {
  flex: 1;
}

.cafe-list h2 {
  color: #2C6E49;
  margin-bottom: 1rem;
}

.cafe {
  margin-bottom: 2rem;
}

/* map-container */

.map-box {
  max-width: 960px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.map-box iframe {
  width: 100%;
  height: 480px;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* After-you */
/* Main layout wrapper */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #fff9f4;
  margin: 0;
  padding: 0;
  color: #333;
}

/* Header Section */
header h1 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #b44c4c;
  margin-bottom: 0.25rem;
}

.location,
.category {
  font-size: 0.95rem;
  color: #777;
  margin: 0;
}

/* Section Styling */
section {
  margin-top: 2.5rem;
}

h2 {
  font-size: 1.75rem;
  color: #2C6E49;
  margin-bottom: 1rem;
  font-weight: 600;
}

.dish h3 {
  font-size: 1.25rem;
  color: #d84315;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.dish p,
.drinks p,
.summary p,
.overview p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.rating {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ff9800;
  margin-top: 1rem;
}

/* Review Styles */

body {
  font-family: 'Poppins', sans-serif;
  background-color: #FAF4EF;
  color: #3E3E3E;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  background-color: #fff;
}

header h1 {
  font-size: 2rem;
  color: #2C6E49;
  margin-bottom: 0.5rem;
  text-align: center;
}

.location,
.category {
  font-size: 0.95rem;
  color: #777;
  text-align: center;
}

section {
  margin-bottom: 2.5rem;
}

h2 {
  font-size: 1.5rem;
  color: #F96E28;
  margin-bottom: 1rem;
}

.dish h3 {
  font-size: 1.2rem;
  margin-top: 1rem;
  color: #1F3B8C;
}

.dish p,
.drinks p,
.summary p {
  margin: 0.5rem 0;
}

.rating {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2C6E49;
  margin-top: 1rem;
}

strong {
  font-weight: 600;
  color: #1F3B8C;
}

@media (max-width: 600px) {
  .container {
    padding: 1rem;
  }

  header h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.3rem;
  }
}

.image-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
}

.image-row img {
  width: 100%;
  max-width: 300px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* === Responsive Design Enhancements === */

@media (max-width: 768px) {
  .about-wrapper,
  .section-row,
  .image-row {
    flex-direction: column;
    align-items: center;
  }

  .image-column,
  .text-column,
  .author-image,
  .author-video {
    width: 100%;
    max-width: 100%;
  }

  .navbar nav ul {
    flex-direction: column;
    gap: 1rem;
  }

  .about-text,
  .dish,
  .summary,
  .drinks,
  .overview {
    padding: 0 1rem;
  }

  iframe {
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 0.95rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.3rem;
  }

  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo {
    margin-bottom: 1rem;
  }

  .container {
    padding: 1rem;
  }

  .category-button {
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
  }
}