/* ======= GLOBAL FONT SETTING ======= */
body {
  font-family: 'Quicksand', sans-serif;
}

h1, h2, h3 {
  font-family: 'Playfair Display', serif;
}

/* ======= ROOT COLOR VARIABLES ======= */
:root {
  --primary-color: #a0522d;
  --secondary-color: #f9f3e9;
}

/* ======= NAVBAR STYLE ======= */
.custom-navbar {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(30, 123, 50, 0.4);
  border-radius: 50px;
  padding: 10px 0;
  margin: 10px 20px;
  transition: background-color 0.3s ease;
}

.navbar-brand {
  font-family: 'Pacifico', cursive;
  color: #1e7b32 !important;
  font-weight: bold;
  letter-spacing: 1px;
}

.custom-nav-items .nav-link {
  font-size: 1.1rem;
  margin: 0 15px;
}

.navbar-nav .nav-link {
  color: #000;
  font-weight: 600;
}

.navbar-nav .nav-link:hover {
  color: #0a6d12;
}

/* ======= HERO SECTION ======= */
.hero {
  position: relative;
  background-image: url('');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #433800;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0 50px 0;
}

.hero-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
}

@media (min-width: 768px) {
  .hero-content {
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
  }
}

.hero h1 {
  font-size: 3rem;
  font-weight: bold;
}

.hero p {
  font-size: 1.3rem;
}

.hero-segiempat {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 450px;
  height: 1000px;
  background-color: #ffcb6b;
  z-index: 5;
}

/* ======= MENU SECTION ======= */
.nav-tabs .nav-link {
  margin: 0 5px;
  border-radius: 20px;
  transition: 0.3s;
}

.nav-tabs .nav-link.active {
  background-color: rgb(255, 202, 29);
  color: #b30000;
}

.nav-tabs .nav-link:hover {
  background-color: rgb(255, 202, 29) ;
}

/* ======= CARD SECTION ======= */
.card {
  transition: transform 0.3s;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-img-top {
  height: 200px;
  object-fit: contain;
  padding: 1rem;
}

/* ======= BUTTONS ======= */
.btn:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.btn-warning:hover {
  background-color: rgb(232, 177, 14);
  transition: background-color 0.3s ease;
}

.btn-success:hover {
  background-color: rgb(1, 70, 16);
  transition: background-color 0.3s ease;
}
/* ===== menu ====*/
/* Style untuk card bubur */
.bubur-card {
  width: 18rem;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  margin-top: 2rem; /* 💡 Ini bikin card turun dari atas */
  margin-bottom: 2rem;
}


.bubur-card:hover {
  /* Gak naik ke atas, cuma bayangannya makin kelihatan */
  box-shadow: 0 6px 12px rgb(52, 128, 2);
}

.bubur-card .card-body {
  text-align: center;
  padding-top: 1.2rem;
}

.bubur-card .card-title {
  font-weight: 600;
  margin-top: 1rem;
}

.bubur-card .btn {
  padding: 0.60rem 5rem;
  border-radius: 2rem;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: #cf9800 !important;
  padding: 1rem;
  border-radius: 50%;
}


/* Modal Background */
.modal-content {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Modal Header */
.modal-header {
  background-color: #28a745;
  color: #fff;
  border-radius: 12px 12px 0 0;
}

/* Modal Title */
.modal-title {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: 'Playfair Display', serif;
}

/* Form Label */
.form-label {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
}

/* Input Fields */
.form-control {
  font-size: 1rem;
  border-radius: 8px;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}

/* Input Focus */
.form-control:focus {
  border-color: #28a745;
  box-shadow: 0 0 5px rgba(40, 167, 69, 0.5);
}

/* Submit Button */
.btn-success {
  background-color: #28a745;
  border: none;
  transition: background-color 0.3s ease;
}

.btn-success:hover {
  background-color: #218838;
}

/* Modal Footer */
.modal-footer {
  justify-content: center;
  border-top: 1px solid #f0f0f0;
}

/* Modal Body */
.modal-body {
  padding: 15px;
}

/* Textarea */
textarea.form-control {
  resize: none;
  height: 100px;
}


/* ======= SECTION: TENTANG KAMI ======= */
#tentang-kami {
  background-color: #f8f9fa;
}

#tentang-kami h2,
#tentang-kami h4 {
  font-family: 'Playfair Display', serif;
}

#tentang-kami p {
  font-family: 'Merriweather', serif;
}

#tentang-kami .bi-check-circle-fill {
  color: #28a745;
}

#tentang-kami .bi-bowl-food {
  color: #ff9900;
}

#tentang-kami .bi-heart {
  color: #e74c3c;
}

#tentang-kami .bi-cash {
  color: #3498db;
}

#tentang-kami .img-fluid {
  transition: transform 0.3s ease-in-out;
}

#tentang-kami .img-fluid:hover {
  transform: scale(1.05);
}
.zoom-hover {
  transition: transform 0.3s ease;
}

.zoom-hover:hover {
  transform: scale(1.05);
}
.feature-card {
  transition: all 0.3s ease;
  cursor: pointer;
}
.feature-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2) !important;
  transform: translateY(-5px);
}


/* ======= SECTION: KONTAK / PESAN ======= */
#pesan h2.text-primary {
  color: #016e2b !important;
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-size: 2.5rem;
}

#pesan h4 {
  color: #ffffff !important;
  font-family: 'Merriweather', serif;
  font-weight: 600;
}

#pesan label {
  font-weight: 600;
  color: #6d4a2f; 
}

#pesan input::placeholder,
#pesan textarea::placeholder {
  color: #ffffff6e;
  font-style: italic;
}

#pesan input,
#pesan select,
#pesan textarea {
  border-radius: 0.3rem;
  box-shadow: 0 2px 5px rgba(255, 255, 255, 0.05);
}

#pesan button {
  background-color: var(--primary-color);
  border: none;
  padding: 12px 30px;
  font-size: 1.1rem;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

#pesan button:hover {
  background-color: #8b4513;
}

#pesan iframe {
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  #pesan h2 {
    font-size: 2rem;
  }
  #pesan h4 {
    font-size: 1.3rem;
  }
}

/* ======= SECTION BACKGROUND COLORS ======= */
#tentang {
  background-color: rgb(237, 236, 175);
}

#kontak {
  background-color: #D7B26D;
}

/* ======= TEXT COLORS ======= */
.nav-link {
  font-weight: 600;
  color: #444;
}

.nav-link:hover {
  color: #1e7b32;
}

.text-dark {
  color: #333 !important;
}
/* ==== kontak */

  .img-hover-zoom {
    transition: transform 0.4s ease;
  }

  .img-hover-zoom:hover {
    transform: scale(1.08);
  }
/* ======= FOOTER ======= */
footer {
  background-color: #1e7b32;
}

.footer-divider {
  height: 2px;
  background-color: #1e7b32;
  box-shadow: 0 4px 10px rgb(0, 0, 0);
}
footer a:hover {
    color: #58ff66 !important;
    text-decoration: underline;
    transition: 0.3s;
  }

  footer .fs-5:hover {
    color: #58ff66 !important;
    transform: scale(1.2);
    transition: 0.3s;
  }

