/* about.css */
    * {
      box-sizing: border-box;
    }
    body {
      font-family: Arial, sans-serif;
      margin: 0;
      background: white;
      color: black;
    }
 /* Navbar */
 .reservasi-button{
  display: none;
}

/* 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;
  }
}


    .reservasi-button2 {
    background-color: #c0392b;
    border: none;
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    cursor: pointer;
  }

  
  main {
    padding: 60px;
    display: flex;
    gap: 50px;
    align-items: center;
  }
  
  .about-image {
    flex: 1;
    position: relative;
  }
  
  .about-image img {
    width: 100%;
    border-radius: 12px;
  }
  
  .contact-box {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #333;
    color: white;
    padding: 20px;
    border-radius: 8px;
    width: 250px;
    font-size: 14px;
  }
  
  .contact-box p {
    margin: 10px 0;
  }
  
  .about-section {
  background-color: #fefefe;
  padding: 0;
  margin: 0;
}

.about-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 500px;
  display: block;
}

.about-content {
  padding: 40px 20px;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.about-content h2 {
  font-size: 32px;
  color: #e85d04;
  margin-bottom: 20px;
  text-align: center;
}

.about-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
  color: #444;
}

.contact-info {
  margin-top: 30px;
  text-align: center;
}

.contact-info h3 {
  font-size: 20px;
  color: #222;
}

.contact-info p {
  font-size: 15px;
  margin: 6px 0;
}

.reservasi-button2 {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 20px;
  background-color: #e85d04;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.reservasi-button2:hover {
  background-color: #cf4e03;
}

/* Responsive improvement */
@media (max-width: 480px) {
  .about-content {
    padding: 30px 15px;
  }

  .about-content h2 {
    font-size: 26px;
  }

  .about-content p {
    font-size: 15px;
  }
}

  .about-text {
    flex: 1;
    padding: 20px;
  }
  
  .about-text h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  
  .about-text p {
    line-height: 1.6;
    margin-bottom: 12px;
  }
  
  section.callout {
    background-image: url('cafe-background.jpg'); /* ganti dengan path sesuai gambar kamu */
    background-size: cover;
    background-position: center;
    padding: 120px 60px;
    text-align: center;
    color: white;
  }
  
  
  /* === Testimonials === */
  .testimonials {
    padding: 60px 20px;
    text-align: center;
    background: #fff;
  }
  
  .testimonials h2 {
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: 600;
  }
  
  .testimonial-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .testimonial-card {
    background: #fafafa;
    border-radius: 10px;
    padding: 25px;
    width: 300px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    text-align: left;
  }
  
  .testimonial-card h3 {
    color: #a1242f;
    font-size: 16px;
    margin-bottom: 15px;
  }
  
  .testimonial-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
  }
  
  .testimonial-profile {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
  }
  
  .testimonial-profile img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }
  
 .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;
}
