* {
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, sans-serif;
      margin: 0;
  background-color: #fff;
  color: #333;
}

  
.main-header {
    background-color: #f8f8f8;
    position: relative;
    overflow: hidden;
  }
  
  .btn-reservasi {
    background-color: #a73535;
    color: #fff;
    padding: 0.6rem 1.2rem;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
  }
  
  .hero {
    position: relative;
    padding: 4rem 2rem 6rem;
    text-align: center;
    max-width: 800px;
    margin: auto;
  }
  
  .hero h1 {
    font-size: 3rem;
    font-family: 'Playfair Display', serif;
    margin-bottom: 1rem;
  }
  
  .hero p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 2rem;
  }
  
  .hero-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
  }
  
  .btn-primary {
    background-color: #a73535;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
  }
  
  .btn-outline {
    border: 2px solid #a73535;
    color: #a73535;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
  }
  
  .hero-images img {
    position: absolute;
    width: 150px;
    display: block;
  }
  
  .img-top-left {
    top: 0;
    left: 0;
  }
  
  .img-top-right {
    top: 0;
    right: 0;
  }
  
  .img-bottom-left {
    bottom: 0;
    left: 0;
  }
  
  .img-bottom-right {
    bottom: 0;
    right: 0;
  }
  
  
  .menu {
    padding: 60px;
    text-align: center;
  }
  
  .menu h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  
  .menu-cards {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  
  .menu-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    max-width: 250px;
  }
  
  .menu-card img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  
  .menu-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
 
  .about {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding: 80px 60px;
    background-color: #fdfbf7;
  }
  
  .about-image {
    display: block;
    position: relative;
    flex: 1;
  }
  
  .about-image img {
    width: 100%;
    border-radius: 20px;
  }
  
  .contact-box {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background-color: #333;
    color: white;
    padding: 24px;
    border-radius: 16px;
    max-width: 260px;
    font-size: 14px;
    line-height: 1.6;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  }
  
  .contact-box h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  
  .about-text {
    flex: 1;
  }
  
  .about-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    margin-bottom: 20px;
  }
  
  .about-text p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #555;
  }
  
  .btn-outline {
    padding: 12px 24px;
    border: 2px solid #333;
    background: transparent;
    color: #333;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
  }
  body {
    font-family: 'playfairdisplay', sans-serif;
    margin: 0;
    padding: 0;
    background: #f9f9f9;
  }
  
  .section {
    padding: 40px 20px;
  }
  
  .title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
  }
  
  .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .card {
    flex: 1 1 150px;
    text-align: center;
  }
  
  .card img {
    width: 100%;
    max-width: 180px;
    border-radius: 10px;
  }
  
  .card p {
    margin-top: 8px;
    font-weight: bold;
  }
  
  .delivery-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 40px 20px;
  }
  
  .delivery-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    flex: 1;
  }
  
  .delivery-images img {
    width: 100%;
    border-radius: 10px;
  }
  
  .delivery-text {
    flex: 1;
    min-width: 250px;
  }
  
  .delivery-text h2 {
    font-size: 24px;
    color: #333;
  }
  
  .features {
    margin-top: 20px;
  }
  
  .feature {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .feature span {
    font-weight: bold;
    color: crimson;
    margin-right: 10px;
  }
    
  /* Section Testimonials */
.testimonials {
    padding: 4rem 2rem;
    text-align: center;
    background-color: #fafafa;
  }
  
  .testimonial-cards {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
  }
  
  .testimonial-card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    width: 300px;
    text-align: left;
  }
  
  .quote {
    color: #a94442;
    font-weight: 600;
    font-style: italic;
  }
  
  .profile {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    gap: 1rem;
  }
  
  .profile img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }
  
  /* Blog Section */
  .blog {
    padding: 4rem 2rem;
    background: #fff;
  }
  
  .blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .blog-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    margin-top: 2rem;
  }
  
  .blog-featured img,
  .blog-item img {
    width: 100%;
    border-radius: 12px;
  }
  
  .blog-featured h3 {
    font-size: 1.1rem;
    margin-top: 0.5rem;
  }
  
  .blog-info {
    margin-top: 0.5rem;
  }
  
  .blog-list {
    display: grid;
    gap: 1rem;
  }
  
  .blog-item {
    background: #f9f9f9;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  
  .btn-secondary {
    background-color: #a94442;
    color: white;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
  }
  .site-footer {
    
  background-color: #1e1e1e;
  color: #fff;
  font-family: sans-serif;
  text-align: center;
  padding: 0;
}

.footer-top {
  margin-bottom: 30px;
}

.footer-nav,
.footer-subnav {
  margin: 10px 0;
}

.footer-nav a,
.footer-subnav a {
  margin: 0 10px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-nav a:hover,
.footer-subnav a:hover {
  color: #a94442;
}

.footer-bottom {
  background-color: #a94442;
  padding: 30px 30px;
  color: #fff;
}

.footer-bottom p {
  margin: 0;
  font-weight: bold;
}

.footer-bottom span {
  color: white;
}

.footer-bottom small {
  display: block;
  margin-top: 5px;
  margin-left: 0px;
  font-size: 12px;
  color: #eee;
}

/* Responsive */
@media (max-width: 600px) {
  .footer-nav, .footer-subnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-nav a,
  .footer-subnav a {
    margin: 5px 8px;
    font-size: 13px;
  }

  .social-icons a {
    margin: 0 6px;
  }
}

  
 .social-icons {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.social-icons a {
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #a94442; /* Merah */
  border-radius: 50%;
  color: white;
  font-size: 18px;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
}

.social-icons a:hover {
  background-color: #fff;
  color: #a94442;
}



  /*  responsive */
  /* Default Styles (Desktop) */
/* Navbar */
  .navbar {
    background: #333;
    color: #fff;
    padding: 15px 0;
    padding-right: 50px;
    padding-left: 50px;
  }
  
  .navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .logo {
    font-size: 24px;
    font-weight: bold;
  }
  
  nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
  }
  
  nav ul li a {
    color: #fff;
    text-decoration: none;
  }
  
  nav ul li a.active {
    color: #d1d6b9;
  }
  
  .nav-links a {
    margin: 0 1rem;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
  }

  nav ul li a:hover {
    color: #a73535;
  }

.btn-reservasi {
    background-color: #a73535;
    color: #fff;
    padding: 0.6rem 1.2rem;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    position: absolute;
    top: 7%;
    right: 50px;
    transform: translateY(-50%);
}
/* --- Toggle Button --- */
.nav-toggle {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
}

/* Container navbar untuk flex justify-between */
.navbar .container {
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
  align-items: center;
  flex-wrap: wrap;
}

/* Toggle button ke kanan */
.nav-toggle {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  color: white;
  z-index: 110;
  margin-left: auto; /* pastikan ke kanan */
}

/* Nav posisi penuh di bawah */
@media (max-width: 768px) {
  nav {
    width: 100%;
    order: 3; /* pastikan muncul di bawah toggle/logo */
  }

  nav ul {
    display: none;
    flex-direction: column;
    background-color: #222; /* sesuai navbar hitam */
    padding: 1rem;
    border-radius: 0 0 10px 10px;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
  }

  nav ul.show {
    display: flex;
  }

  .reservasi-button {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    order: 4;
  }

  .nav-toggle {
    display: block;
  }
}

  
  



/* Mobile & Tablet - Section about */
@media (max-width: 768px) {
  .about-image{
    display: none;
  }
}

.about-image {
  position: relative; /* penting agar .contact-box bisa absolute terhadap div ini */
  max-width: 100%;
}

.contact-box {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #222; /* hitam */
  color: #fff;
  padding: 1rem;
  border-radius: 12px;
  width: calc(100% - 40px);
  max-width: 300px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.contact-box h3 {
  margin-top: 0;
}

.contact-box p {
  margin: 0.3rem 0;
}

/* Menu Section */

.menu {
  padding: 2rem;
  text-align: center;
}

.menu h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.menu-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  justify-items: center;
}

.menu-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  text-align: center;
}

.menu-card img {
  width: 100%;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
}

.menu-card h3 {
  margin: 0.5rem 0;
}

.menu-card p {
  color: #666;
  font-weight: bold;
}



.image-desktop {
  display: block;
}

/* Tablet dan Mobile - sembunyikan gambar */
@media (max-width: 768px) {
  .image-desktop {
    display: none;
  }
  
  .hero-images img{
    display: none;
  }
}