/**
* Template Name: Restaurantly - v3.7.0
* Template URL: https://bootstrapmade.com/restaurantly-restaurant-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  background: #fff6de;
  color: #fff;
}

/* Ensure modal text is visible on white modal background */
.modal-content,
.modal-header,
.modal-body,
.modal-footer {
  color: #1a1814;
}

/* Product detail modal */
.modal-backdrop.show {
  background: #10170f;
  opacity: 0.78;
  backdrop-filter: blur(5px);
}

body.modal-open {
  overflow-y: scroll !important;
  padding-right: 0 !important;
}

body.modal-open .fixed-top {
  padding-right: 0 !important;
}

.modal-dialog.modal-lg {
  max-width: 820px;
}

.modal-dialog.modal-lg .modal-content {
  min-height: 430px;
  overflow: hidden;
  background: #f7f5ef;
  border: 1px solid rgba(45, 61, 41, 0.18);
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.modal-dialog.modal-lg .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 58%;
  padding: 38px 40px 0;
  border: 0;
}

.modal-dialog.modal-lg .modal-title {
  padding-right: 54px;
  color: #263824;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.15;
}

.modal-dialog.modal-lg .product-modal-category {
  display: block;
  margin-bottom: 8px;
  color: #7a8b67;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.modal-dialog.modal-lg .btn-close {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(38, 56, 36, 0.18);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.72);
  background-size: 12px;
  opacity: 0.75;
  transition:
    border-color 160ms ease,
    opacity 160ms ease,
    transform 160ms ease;
}

.modal-dialog.modal-lg .btn-close:hover,
.modal-dialog.modal-lg .btn-close:focus {
  border-color: rgba(38, 56, 36, 0.45);
  box-shadow: none;
  opacity: 1;
  transform: rotate(90deg);
}

.modal-dialog.modal-lg .modal-body {
  padding: 0;
}

.modal-dialog.modal-lg .modal-body > .row {
  min-height: 430px;
  margin: 0;
}

.modal-dialog.modal-lg .modal-body .col-md-5 {
  width: 42%;
  padding: 0;
}

.modal-dialog.modal-lg .modal-body .col-md-5 img {
  width: 100%;
  height: 100%;
  max-height: none !important;
  border-radius: 0 !important;
  object-fit: cover;
}

.modal-dialog.modal-lg .modal-body .col-md-7 {
  width: 58%;
  padding: 112px 40px 38px;
}

.modal-dialog.modal-lg .modal-body p:first-child {
  margin: 0;
  color: #536050;
  font-size: 15px;
  line-height: 1.8;
}

.modal-dialog.modal-lg .modal-body p:first-child em {
  font-style: normal;
}

.modal-dialog.modal-lg .modal-body p:last-child {
  margin: 28px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(38, 56, 36, 0.14);
}

.modal-dialog.modal-lg .modal-body p:last-child::before {
  display: none;
  margin-bottom: 5px;
  color: #7b8478;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  content: none;
}

.modal-dialog.modal-lg .modal-body p:last-child strong {
  color: #263824;
  font-family: "Playfair Display", serif;
  font-size: 21px;
  font-weight: 600;
}

.modal-dialog.modal-lg .modal-footer {
  display: none;
}

@media (max-width: 767px) {
  .modal-dialog.modal-lg {
    margin: 16px;
  }

  .modal-dialog.modal-lg .modal-content {
    max-height: calc(100vh - 32px);
    min-height: 0;
    overflow-y: auto;
  }

  .modal-dialog.modal-lg .modal-header {
    position: relative;
    width: 100%;
    padding: 22px 24px;
  }

  .modal-dialog.modal-lg .modal-title {
    font-size: 26px;
  }

  .modal-dialog.modal-lg .modal-body > .row {
    min-height: 0;
  }

  .modal-dialog.modal-lg .modal-body .col-md-5,
  .modal-dialog.modal-lg .modal-body .col-md-7 {
    width: 100%;
  }

  .modal-dialog.modal-lg .modal-body .col-md-5 {
    height: 220px;
  }

  .modal-dialog.modal-lg .modal-body .col-md-7 {
    padding: 26px 24px 30px;
  }
}

a {
  color: #cda45e;
  text-decoration: none;
}

a:hover {
  color: #d9ba85;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #1a1814;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1a1814;
  border-top-color: #cda45e;
  border-bottom-color: #cda45e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  border: 2px solid #cda45e;
}
.back-to-top i {
  font-size: 28px;
  color: #cda45e;
  line-height: 0;
}
.back-to-top:hover {
  background: #cda45e;
  color: #1a1814;
}
.back-to-top:hover i {
  color: #444444;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}
#topbar.topbar-scrolled {
  top: -40px;
}
#topbar .contact-info i {
  font-style: normal;
  color: #9cb080;
}
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #9cb080;
}
#topbar .languages ul a {
  color: white;
}
#topbar .languages ul li + li {
  padding-left: 10px;
}
#topbar .languages ul li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
  content: "/";
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 0px;
}
#header.header-scrolled {
  top: 0;
  background: rgba(127, 146, 101);
  border-bottom: 1px solid #37332a;
}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Book a table button Menu
--------------------------------------------------------------*/
.book-a-table-btn {
  margin: 0 0 0 15px;
  border: 2px solid #cda45e;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}
.book-a-table-btn:hover {
  background: #cda45e;
  color: #fff;
}
@media (max-width: 992px) {
  .book-a-table-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  color: #000000;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-weight: bold;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #ffffff;
}
@media (min-width: 992px) {
  .navbar > ul > li > a {
    position: relative;
  }
  .navbar > ul > li > a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 30px;
    height: 2px;
    background: #ffffff;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .navbar > ul > li > a.underline-from-left::after {
    transform-origin: left center;
  }
  .navbar > ul > li > a.underline-from-right::after {
    transform-origin: right center;
  }
  .navbar > ul > li > a:hover::after,
  .navbar > ul > li > a:focus-visible::after,
  .navbar > ul > li > a.active::after {
    transform: scaleX(1);
  }
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #444444;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #cda45e;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

/* Animasi slide in dari kanan */
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOutToRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

#navbar.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

#navbar.navbar-mobile.navbar-mobile-show {
  background: rgba(0, 0, 0, 0.7);
}

#navbar.navbar-mobile.navbar-mobile-hide {
  background: rgba(0, 0, 0, 0.7);
}

#navbar.navbar-mobile.navbar-mobile-show ul {
  animation: slideInFromRight 0.16s ease-out forwards;
}

#navbar.navbar-mobile.navbar-mobile-hide ul {
  animation: slideOutToRight 0.14s ease-in forwards;
}

#navbar.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1000;
  color: #fff;
}

#navbar.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(280px, 86vw);
  padding: 60px 0 20px 0;
  background: linear-gradient(135deg, #151f28 0%, #1a1814 100%);
  overflow-y: auto;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -5px 0 25px rgba(93, 87, 87, 0.1);
  list-style: none;
  margin: 0;
  border-radius: 0;
}

#navbar.navbar-mobile ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#navbar.navbar-mobile ul li a.active,
#navbar.navbar-mobile ul li a.active:focus {
  background-color: #9cb080;
  color: #fff;
  font-weight: 600;
}

#navbar.navbar-mobile a,
#navbar.navbar-mobile a:focus {
  display: block;
  padding: 15px 20px;
  font-size: 15px;
  color: #e8e0d4;
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
}

#navbar.navbar-mobile a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #9cb080;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}

#navbar.navbar-mobile a:hover,
#navbar.navbar-mobile .active,
#navbar.navbar-mobile li:hover > a {
  color: #9cb080;
  background-color: rgba(255, 152, 0, 0.1);
}

#navbar.navbar-mobile a:hover::before,
#navbar.navbar-mobile .active::before,
#navbar.navbar-mobile li:hover > a::before {
  transform: scaleY(1);
}

#navbar.navbar-mobile .getstarted,
#navbar.navbar-mobile .getstarted:focus {
  margin: 15px;
  background-color: #9cb080;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  font-weight: 600;
  display: block;
  padding: 10px 15px;
}

#navbar.navbar-mobile .getstarted:hover {
  background-color: #9cb080;
}

#navbar.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 0;
  padding: 10px 0 10px 20px;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

#navbar.navbar-mobile .dropdown ul li {
  min-width: auto;
  border: none;
}

#navbar.navbar-mobile .dropdown ul a {
  padding: 8px 15px;
  color: #b8a89a;
  font-size: 13px;
}

#navbar.navbar-mobile .dropdown ul a::before {
  width: 2px;
}

#navbar.navbar-mobile .dropdown ul a:hover,
#navbar.navbar-mobile .dropdown ul .active:hover,
#navbar.navbar-mobile .dropdown ul li:hover > a {
  color: #9cb080;
  background-color: transparent;
}

#navbar.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/Halaman_Home_page/hero.png") center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  clip-path: inset(0);
  padding: 0;
}

#hero::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url("../img/Halaman_Home_page/hero.png") center center / cover
    no-repeat;
}
html {
  scroll-behavior: smooth;
}
#hero1 {
  width: 100%;
  height: 80vh;
  min-height: 80vh;
  background: url("../img/penyuluhan4.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}
#hero1:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
/*css article*/
#hero1 h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
#hero1 h1 span {
  color: #9cb080;
}
#hero1 h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
#hero1 h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 22px;
  padding: 0 200px 0 100px;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}

/* Styling untuk section tujuan scroll */
/* ============================================
   CSS UNTUK SECTION KONTEN ARTIKEL
   ============================================ */

/* Section Content - Background utama #cda45e */
#content {
  min-height: 100vh;
  padding: 80px 0 60px 0;
  background: #fff6de; /* Warna background utama */
}

#content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1a1814; /* Ubah warna judul agar kontras dengan background #cda45e */
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}

#content .text-muted {
  font-size: 16px;
  color: #5a4a2a; /* Warna teks muted yang lebih cocok */
  margin-bottom: 0;
}

/* ===== CARD STYLING ===== */
#content .card {
  border: 1px solid #30312f !important;
  border-radius: 16px !important;
  padding: 30px 20px 25px !important;
  transition: all 0.3s ease;
  background: #1a1814; /* Warna card #1a1814 */
  height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

#content .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
  border-color: #9cb080 !important;
}

/* ===== CARD BODY ===== */
#content .card-body {
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
}

/* ===== CARD TEXT COLOR ===== */
#content .card h5,
#content .card h6,
#content .card p {
  color: #e8e0d4; /* Warna teks terang agar terbaca di background gelap */
}

#content .card .text-muted {
  color: #9a8a7a !important; /* Warna muted di dalam card */
}
/* ===== ICON / GAMBAR ===== */
#content .card .icon {
  width: 100%;
  height: 220px;
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border-radius: 16px;
  transition: all 0.3s ease;
  border: 2px solid #e8ece4;
  flex-shrink: 0; /* Mencegah icon mengecil */
}

#content .card .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#content .card:hover .icon {
  border-color: #9cb080;
  background: #f5f7f3;
  transform: scale(1.05);
}

/* ===== CARD TITLE ===== */
#content .card-title {
  font-size: 19px;
  font-weight: 600;
  color: #9cb080;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
  line-height: 1.4;
  flex-shrink: 0;
}

/* ===== CARD TEXT ===== */
#content .card-text {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 16px;
  flex-grow: 1; /* Membuat teks mengisi ruang */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3; /* Standard property for compatibility */
  -webkit-line-clamp: 3; /* Membatasi teks 3 baris */
  -webkit-box-orient: vertical;
}

/* ===== BUTTON ===== */
#content .btn-outline-success {
  border: 2px solid #9cb080 !important;
  color: #9cb080 !important;
  padding: 8px 28px !important;
  border-radius: 30px !important;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  background: transparent;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap; /* Mencegah teks button turun */
}

#content .btn-outline-success:hover {
  background: #9cb080 !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(156, 176, 128, 0.3);
}

.content-meta {
  color: #888;
  font-size: 14px;
  margin-bottom: 15px;
}

.content-meta i {
  color: #9cb080;
  margin-right: 4px;
}

/* ===== UTILITY ===== */
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.text-center {
  text-align: center !important;
}

.mt-auto {
  margin-top: auto !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  #content {
    padding: 60px 0 40px 0;
  }

  #content h2 {
    font-size: 26px;
  }

  #content .card {
    padding: 25px 15px 20px !important;
  }

  #content .card .icon {
    width: 110px;
    height: 110px;
    padding: 15px;
  }

  #content .card-title {
    font-size: 17px;
  }

  #content .card-text {
    font-size: 13px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  #content .btn-outline-success {
    padding: 6px 20px !important;
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  #content .card .icon {
    width: 90px;
    height: 90px;
    padding: 12px;
  }

  #content .card-title {
    font-size: 15px;
  }

  #content .card-text {
    font-size: 12px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

/* Responsif untuk mobile */
@media (max-width: 768px) {
  #content .col-md-4 {
    margin-bottom: 20px;
  }
}
#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#hero .container {
  padding-top: 110px;
  z-index: 2;
}
@media (max-width: 992px) {
  #hero .container {
    padding-top: 100px;
  }
}
#hero h1 {
  margin: 0 auto;
  color: #e8e2d5;
  font-family: "Playfair Display", serif;
}

#hero .hero-kicker {
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 auto 18px;
  padding-top: 18px;
  color: #d6cdbb;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(11px, 1.1vw, 14px);
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}

#hero .hero-kicker::before,
#hero .hero-title::after {
  content: "";
  position: absolute;
  left: 50%;
  width: clamp(42px, 5vw, 68px);
  height: 1px;
  background: #e6dcc8;
  transform: translateX(-50%);
}

#hero .hero-kicker::before {
  top: 0;
}

#hero .hero-title {
  display: block;
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 24px;
  color: #f3eee5;
  font-size: clamp(40px, 6vw, 82px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.93;
}

#hero .hero-title::after {
  bottom: 0;
}
#hero h2 {
  max-width: 720px;
  margin: 30px auto 0;
  color: #ada8a0;
  font-family: "Playfair Display", serif;
  font-size: clamp(17px, 2vw, 25px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.55;
  text-transform: uppercase;
}
#hero .btns {
  margin-top: 30px;
}
#hero .btn-menu,
#hero .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #cda45e;
}
#hero .btn-menu:hover,
#hero .btn-book:hover {
  background: #cda45e;
  color: #fff;
}
#hero .btn-book {
  margin-left: 15px;
}
#hero .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}
#hero .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#hero .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
#hero .play-btn:hover::after {
  border-left: 15px solid #cda45e;
  transform: scale(20);
}
#hero .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
@media (max-width: 992px) {
  #hero .play-btn {
    margin-top: 30px;
  }
}
@media (max-height: 500px) {
  #hero {
    height: auto;
  }
  #hero .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    max-width: 18rem;
  }
  #hero .hero-kicker {
    margin-bottom: 14px;
  }
  #hero .hero-title {
    padding-bottom: 20px;
    font-size: clamp(35px, 12vw, 54px);
    line-height: 0.96;
  }
  #hero h2 {
    max-width: 31rem;
    margin-top: 24px;
    font-size: 15px;
    letter-spacing: 0.045em;
    line-height: 1.5;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/* ============================================
   PRODUCT APPLICATIONS
   ============================================ */

#applications {
  --application-gap: clamp(16px, 2vw, 24px);
  --applications-section-gap: clamp(28px, 4vh, 42px);
  --applications-header-height: 70px;
  padding: clamp(34px, 5vh, 52px) 0 clamp(28px, 4vh, 44px);
  background: #121212;
  box-sizing: border-box;
  scroll-margin-top: var(--applications-header-height);
}

#applications > .container {
  display: grid;
  grid-template-rows: auto auto;
  width: 100%;
  row-gap: var(--applications-section-gap);
}

#applications .home-section-heading {
  margin-bottom: 0;
}

#applications .home-section-heading h2 {
  margin: 7px 0 10px;
  font-size: clamp(30px, 3.2vw, 42px);
}

#applications .home-section-heading p {
  font-size: clamp(12px, 1.1vw, 15px);
  line-height: 1.6;
}

.applications-slider {
  position: relative;
  display: flex;
  width: 100%;
  align-items: stretch;
  overflow: hidden;
  padding: 6px 0 10px;
  box-sizing: border-box;
  outline: none;
}

.applications-slider::before,
.applications-slider::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 72px;
  content: "";
  pointer-events: none;
}

.applications-slider::before {
  left: 0;
  background: linear-gradient(to right, #121212 10%, transparent);
}

.applications-slider::after {
  right: 0;
  background: linear-gradient(to left, #121212 10%, transparent);
}

.applications-track {
  display: flex;
  align-items: stretch;
  width: max-content;
  gap: var(--application-gap);
  animation: scrollApplications 48s linear infinite;
}

.applications-slider:hover .applications-track,
.applications-slider:focus .applications-track,
.applications-slider:focus-within .applications-track,
.applications-slider.has-active-card .applications-track {
  animation-play-state: paused;
}

.application-card {
  position: relative;
  isolation: isolate;
  flex: 0 0 clamp(220px, 28vw, 340px);
  width: clamp(220px, 28vw, 340px);
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: #1b1b1b;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.application-card.is-active {
  box-shadow:
    inset 0 0 0 2px rgba(156, 176, 128, 0.8),
    0 20px 46px rgba(0, 0, 0, 0.32);
  transform: translateY(-6px);
}

.application-card:focus-visible {
  outline: 3px solid #9cb080;
  outline-offset: 4px;
}

.application-card > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.application-card.is-active > img {
  transform: scale(1.055);
}

.application-card-body {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 66px 18px 20px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(10, 10, 10, 0.76) 42%,
    rgba(10, 10, 10, 0.97) 100%
  );
  opacity: 0;
  pointer-events: none;
  transform: translateY(101%);
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease;
  will-change: transform;
}

.application-card.is-active .application-card-body {
  opacity: 1;
  transform: translateY(0);
}

.application-card h3 {
  margin: 0 0 9px;
  color: #fff6de;
  font:
    600 18px/1.3 "Playfair Display",
    serif;
  transform: translateY(12px);
  transition: transform 0.5s 0.06s cubic-bezier(0.22, 1, 0.36, 1);
}

.application-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font:
    400 12px/1.55 "Poppins",
    sans-serif;
  transform: translateY(16px);
  transition: transform 0.5s 0.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.application-card.is-active :is(h3, p) {
  transform: translateY(0);
}

@media (hover: hover) and (pointer: fine) {
  .application-card:hover {
    box-shadow:
      inset 0 0 0 2px rgba(156, 176, 128, 0.8),
      0 20px 46px rgba(0, 0, 0, 0.32);
    transform: translateY(-6px);
  }

  .application-card:hover > img {
    transform: scale(1.055);
  }

  .application-card:hover .application-card-body {
    opacity: 1;
    transform: translateY(0);
  }

  .application-card:hover :is(h3, p) {
    transform: translateY(0);
  }
}

@keyframes scrollApplications {
  to {
    transform: translateX(calc(-50% - (var(--application-gap) / 2)));
  }
}

@media (max-width: 768px) {
  #applications {
    --application-gap: 14px;
    --applications-section-gap: clamp(24px, 3.5vh, 34px);
    padding: clamp(30px, 5vh, 46px) 0 clamp(24px, 4vh, 38px);
  }

  #applications .home-section-heading {
    margin-bottom: 0;
  }

  #applications .home-section-heading h2 {
    margin: 5px 0 8px;
    font-size: clamp(27px, 7vw, 34px);
  }

  #applications .home-section-heading p {
    font-size: 12px;
    line-height: 1.5;
  }

  .applications-slider::before,
  .applications-slider::after {
    width: 18px;
  }

  .application-card {
    flex-basis: clamp(180px, 62vw, 300px);
    width: clamp(180px, 62vw, 300px);
    border-radius: 15px;
  }

  .application-card-body {
    padding: 56px 15px 16px;
  }

  .application-card h3 {
    font-size: 17px;
  }

  .application-card p {
    font-size: 11.5px;
  }
}

@media (max-height: 480px) and (orientation: landscape) {
  #applications {
    --applications-section-gap: 14px;
    padding: 14px 0;
  }

  #applications .home-section-heading {
    margin-bottom: 0;
  }

  #applications .home-section-heading > span {
    font-size: 10px;
  }

  #applications .home-section-heading h2 {
    margin: 3px 0 0;
    font-size: clamp(23px, 4vw, 30px);
  }

  #applications .home-section-heading p {
    display: none;
  }

  .applications-slider {
    padding: 3px 0;
  }

  .application-card-body {
    padding: 44px 13px 12px;
  }

  .application-card h3 {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .application-card p {
    font-size: 10.5px;
    line-height: 1.4;
  }
}

@media (prefers-reduced-motion: reduce) {
  .applications-slider {
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .applications-track {
    animation: none;
  }

  .application-card[aria-hidden="true"] {
    display: none;
  }

  .application-card,
  .application-card > img,
  .application-card-body,
  .application-card :is(h3, p) {
    transition: none;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #1a1814;
}

.section-title {
  padding-bottom: 40px;
}
.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}
.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  margin: 4px 10px;
}
.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #9cb080;
}

/* Shared heading hierarchy for homepage sections. */
.home-section-heading {
  max-width: 720px;
  margin: 0 0 40px;
}

.home-section-heading > span {
  display: block;
  color: #9cb080;
  font:
    600 13px/1.3 "Poppins",
    sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-section-heading h2,
.about .content .home-section-heading h2 {
  margin: 10px 0 14px;
  font:
    600 clamp(34px, 4.2vw, 42px)/1.2 "Playfair Display",
    serif;
}

.home-section-heading p {
  margin: 0;
  font:
    400 15px/1.7 "Poppins",
    sans-serif;
}

.home-section-heading--dark h2 {
  color: #fff;
}

.home-section-heading--dark p {
  color: rgba(255, 255, 255, 0.6);
}

.home-section-heading--light h2 {
  color: #0a0808;
}

.home-section-heading--light p {
  color: rgba(12, 7, 7, 0.6);
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #1d1b16;
  margin-top: 110px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 98px;
  }
}
.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #37332a;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
.about .content ul {
  list-style: disc;
  padding-left: 20px;
  color: #fff;
}

.about .content ul li {
  margin-bottom: 10px;
  line-height: 1.8;
}

.about .content ul li::marker {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: #fff6de;
  position: relative;
  padding: 80px 0;
}
.tulisan {
  margin: 0;
  color: rgba(12, 7, 7, 0.6);
  font:
    400 15px/1.7 "Poppins",
    sans-serif;
}

.about .content {
  padding-right: 40px;
}

.about-identity strong {
  display: block;
  margin-bottom: 4px;
  color: #1d1b16;
  font:
    600 16px/1.4 "Poppins",
    sans-serif;
  letter-spacing: 0.04em;
}

.about-identity p {
  margin: 0;
  color: #667551;
  font:
    italic 500 14px/1.6 "Poppins",
    sans-serif;
}

.about-lead {
  color: rgba(12, 7, 7, 0.72);
}

.about-more {
  margin-top: 22px;
  border-top: 1px solid rgba(29, 27, 22, 0.13);
  border-bottom: 1px solid rgba(29, 27, 22, 0.13);
}

.about-more summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 2px;
  color: #667551;
  cursor: pointer;
  list-style: none;
  font:
    600 14px/1.5 "Poppins",
    sans-serif;
}

.about-more summary::-webkit-details-marker {
  display: none;
}

.about-more summary::after {
  content: "+";
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.25s ease;
}

.about-more[open] summary::after {
  transform: rotate(45deg);
}

.about-more-content {
  padding: 2px 2px 6px;
}

.about-more-content p {
  margin: 0 0 16px;
  color: rgba(12, 7, 7, 0.62);
  font:
    400 14px/1.75 "Poppins",
    sans-serif;
}
.tulisan-1 {
  color: #9cb080;
  font-family: "Poppins", sans-serif;
}
.about:before {
  display: none;
}

.about .about-img {
  --about-corner-x: 13%;
  --about-corner-y: 7%;
  --about-corner-gap: clamp(12px, 1.5vw, 18px);
  position: relative;
  transition: 0.5s;
  width: min(100%, 550px);
  height: auto;
  aspect-ratio: 1 / 0.86;
  margin: 0 auto;
}
.about p {
  text-align: justify;
}
.about .about p {
  object-fit: cover;
  color: #9cb080;
}

.about .about-img .company-img {
  width: 40%;
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
  border: 4px solid rgba(255, 255, 255, 0.2);
}

.about .about-img .img-1 {
  position: absolute;
  top: var(--about-corner-y);
  left: var(--about-corner-x);
}

.about .about-img .img-2 {
  position: absolute;
  right: var(--about-corner-x);
  bottom: var(--about-corner-y);
}

.about .about-img img {
  border: 4px solid rgba(255, 255, 255, 0.2);
}
.about .about-img::before {
  position: absolute;
  left: calc(var(--about-corner-x) - var(--about-corner-gap));
  top: calc(var(--about-corner-y) - var(--about-corner-gap));
  width: clamp(38px, 11%, 60px);
  height: clamp(38px, 11%, 60px);
  z-index: 1;
  content: "";
  border-left: 5px solid #9cb080;
  border-top: 5px solid #9cb080;
  transition: 0.5s;
}
.about .about-img::after {
  position: absolute;
  right: calc(var(--about-corner-x) - var(--about-corner-gap));
  bottom: calc(var(--about-corner-y) - var(--about-corner-gap));
  width: clamp(38px, 11%, 60px);
  height: clamp(38px, 11%, 60px);
  z-index: 2;
  content: "";
  border-right: 5px solid #9cb080;
  border-bottom: 5px solid #9cb080;
  transition: 0.5s;
}
.about .about-img:hover {
  transform: scale(1.03);
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cda45e;
}
.about .content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .about {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .about .content {
    padding-right: 12px;
  }
}

@media (max-width: 575px) {
  .about {
    padding: 60px 0;
  }

  .about-identity {
    padding: 14px 16px;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #fdf6ed;
  border: 2px solid #9cb080; /* Border biru */
  border-radius: 10px;
}
.region-img {
  width: 220px;
  height: 220px;
  object-fit: contain;
  display: block;
  margin: 20px auto;
}

.img-wrapper {
  width: 250px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

.region-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: rgba(0, 0, 0, 0.8);
}
.why-us .box p {
  color: #000000;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.why-us .box:hover {
  background: #fdf6ed;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #000000;
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu #menu-flters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.menu #menu-flters li {
  padding: 10px 18px;
  border: 1px solid rgba(156, 176, 128, 0.3);
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.7);
  font:
    500 13px "Poppins",
    sans-serif;
  cursor: pointer;
  transition: 0.3s;
}

.menu #menu-flters li:hover,
.menu #menu-flters li.filter-active {
  color: #171914;
  background: #9cb080;
  border-color: #9cb080;
}

.products-heading {
  max-width: 680px;
  margin-bottom: 35px;
}

.products-heading span {
  color: #9cb080;
  font:
    600 13px "Poppins",
    sans-serif;
  letter-spacing: 2px;
}

.products-heading h2 {
  margin: 10px 0 12px;
  color: #fff;
  font:
    600 42px/1.2 "Playfair Display",
    serif;
}

.products-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font:
    400 15px/1.7 "Poppins",
    sans-serif;
}

.menu .menu-item {
  width: calc(33.333% - 24px);
  height: 400px;
  margin: 24px 12px 0;
  padding: 0 0 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #211f1a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  cursor: pointer;
  transition:
    transform 0.3s,
    border-color 0.3s,
    box-shadow 0.3s;
}

.menu .menu-item:hover,
.menu .menu-item:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(156, 176, 128, 0.55);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  outline: none;
}

.catalog-page .menu .menu-item {
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
}

.catalog-page .menu .menu-item[hidden] {
  display: none !important;
}

.catalog-page .menu .menu-item:hover,
.catalog-page .menu .menu-item:focus-visible {
  transform: none;
}

.menu .menu-img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  transition: 0.4s;
}

.menu .menu-item:hover .menu-img {
  transform: scale(1.04);
}

.menu .menu-content {
  margin: 0;
  padding: 18px 18px 0;
}

.menu .menu-content a {
  color: #fff;
  font:
    600 20px "Playfair Display",
    serif;
}

.menu .menu-content a::before {
  content: attr(data-product-category);
  display: block;
  margin-bottom: 7px;
  color: #9cb080;
  font:
    600 11px "Poppins",
    sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.menu .menu-content a:hover {
  color: #9cb080;
}

.menu .menu-ingredients {
  margin: 8px 18px 0;
  color: rgba(255, 255, 255, 0.58);
  font:
    400 13px/1.65 "Poppins",
    sans-serif;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.menu .card-read-more {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 6px;
  margin: auto 18px 0;
  color: #9cb080;
  font:
    600 12px/1.4 "Poppins",
    sans-serif;
  letter-spacing: 0.02em;
}

.menu .card-read-more span {
  display: inline-block;
  transition: transform 0.25s ease;
}

.menu .card-read-more:hover,
.menu .card-read-more:focus-visible {
  color: #b7c99d;
  outline: none;
}

.menu .card-read-more:hover span,
.menu .card-read-more:focus-visible span {
  transform: translateX(4px);
}

.products-actions {
  margin-top: 34px;
  text-align: center;
}

.products-view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  color: #171914;
  background: #9cb080;
  border: 1px solid #9cb080;
  border-radius: 999px;
  font:
    600 13px "Poppins",
    sans-serif;
  letter-spacing: 0.3px;
}

.products-view-all:hover {
  color: #171914;
  background: #b3c59a;
  border-color: #b3c59a;
}

#productDetailModal .modal-dialog {
  max-width: 940px;
}

#productDetailModal .modal-content {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  color: #fff;
  background: #1f1e19;
  border: 1px solid rgba(156, 176, 128, 0.3);
  border-radius: 20px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.56);
}

#productDetailModal .product-modal-grid {
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 500px;
}

#productDetailModal .product-modal-media {
  min-height: 500px;
  background: #11100d;
}

#productDetailModal #productDetailImage {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#productDetailModal .product-modal-info {
  display: flex;
  flex-direction: column;
  padding: 56px 52px 44px;
}

#productDetailModal .product-modal-category {
  display: block;
  margin-bottom: 10px;
  color: #9cb080;
  font:
    700 11px "Poppins",
    sans-serif;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

#productDetailModal .modal-title {
  margin: 0 48px 20px 0;
  color: #fff;
  font:
    600 36px/1.15 "Playfair Display",
    serif;
}

#productDetailModal #productDetailDescription {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font:
    400 15px/1.85 "Poppins",
    sans-serif;
}

#productDetailModal .product-modal-points {
  display: grid;
  gap: 14px;
  margin: 28px 0 30px;
}

#productDetailModal .product-modal-points div {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#productDetailModal .product-modal-points span {
  display: block;
  margin-bottom: 5px;
  color: #9cb080;
  font:
    700 10px "Poppins",
    sans-serif;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

#productDetailModal .product-modal-points strong {
  color: rgba(255, 255, 255, 0.86);
  font:
    500 14px/1.6 "Poppins",
    sans-serif;
}

#productDetailModal .product-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
}

#productDetailModal .product-modal-cta {
  padding: 12px 20px;
  border: 1px solid #9cb080;
  border-radius: 999px;
  font:
    600 13px "Poppins",
    sans-serif;
  text-align: center;
}

#productDetailModal .product-modal-cta-primary {
  color: #171914;
  background: #9cb080;
}

#productDetailModal .product-modal-cta-primary:hover {
  color: #171914;
  background: #b3c59a;
}

#productDetailModal .product-modal-cta-secondary {
  color: #dfe8d3;
  background: transparent;
}

#productDetailModal .product-modal-cta-secondary:hover {
  color: #171914;
  background: #dfe8d3;
  border-color: #dfe8d3;
}

#productDetailModal .product-modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
  width: 42px;
  height: 42px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.28);
  background-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  filter: invert(1);
  opacity: 0.88;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    opacity 160ms ease,
    transform 160ms ease;
}

#productDetailModal .product-modal-close:hover,
#productDetailModal .product-modal-close:focus {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: none;
  opacity: 1;
  transform: rotate(90deg);
}

@media (max-width: 991px) {
  .menu .menu-item {
    width: calc(50% - 24px);
  }
}

@media (max-width: 767px) {
  .menu .menu-item {
    width: calc(100% - 24px);
  }

  .products-heading h2 {
    font-size: 34px;
  }

  #productDetailModal .modal-dialog {
    margin: 16px;
  }

  #productDetailModal .modal-content,
  #productDetailModal .product-modal-grid {
    min-height: 0;
  }

  #productDetailModal .product-modal-grid {
    grid-template-columns: 1fr;
  }

  #productDetailModal .product-modal-media {
    min-height: 0;
    height: 240px;
  }

  #productDetailModal .product-modal-info {
    padding: 28px 24px 30px;
  }

  #productDetailModal .modal-title {
    margin-right: 48px;
    font-size: 28px;
  }

  #productDetailModal .product-modal-actions,
  #productDetailModal .product-modal-cta {
    width: 100%;
  }

  #productDetailModal .product-modal-actions {
    display: grid;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Value Chain
--------------------------------------------------------------*/
.value-chain {
  overflow: hidden;
  background: #fff6de;
}

.value-chain p {
  text-align: justify;
}

.value-heading {
  max-width: 720px;
  margin-bottom: 50px;
}

.value-heading > span {
  color: #9cb080;
  font:
    600 13px "Poppins",
    sans-serif;
  letter-spacing: 2px;
}

.value-heading h2 {
  margin: 10px 0 14px;
  color: #0a0808;
  font:
    600 44px/1.2 "Playfair Display",
    serif;
}

.value-heading p {
  margin: 0;
  color: rgba(12, 7, 7, 0.6);
  font:
    400 15px/1.7 "Poppins",
    sans-serif;
}

.value-visual {
  overflow: hidden;
  border-radius: 10px;
}

.value-main-image {
  display: block;
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.value-steps {
  padding-left: 45px;
}

.value-step {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  padding: 21px 0;
}

.value-step:first-child {
  padding-top: 0;
}

.value-step > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(156, 176, 128, 0.55);
  border-radius: 50%;
  background: #fff6de;
  color: #9cb080;
  font:
    600 15px "Poppins",
    sans-serif;
}

.value-step:not(:last-child)::after {
  position: absolute;
  top: 42px;
  bottom: -21px;
  left: 20px;
  width: 1px;
  background: rgba(156, 176, 128, 0.4);
  content: "";
}

.value-step h3 {
  margin: 0 0 6px;
  color: #9cb080;
  font:
    600 21px "Playfair Display",
    serif;
}

.value-step p {
  margin: 0;
  color: rgba(25, 10, 10, 0.55);
  font:
    400 14px/1.65 "Poppins",
    sans-serif;
}

.value-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 65px;
  border-top: 1px solid rgba(156, 176, 128, 0.25);
  border-bottom: 1px solid rgba(156, 176, 128, 0.25);
}

.value-stats div {
  padding: 28px 20px;
  text-align: center;
  border-right: 1px solid rgba(156, 176, 128, 0.2);
}

.value-stats div:last-child {
  border-right: 0;
}

.value-stats strong,
.value-stats span {
  display: block;
}

.value-stats strong {
  color: #141313;
  font:
    600 30px "Playfair Display",
    serif;
}

.value-stats span {
  margin-top: 6px;
  color: #9cb080;
  font:
    500 12px "Poppins",
    sans-serif;
  letter-spacing: 0.5px;
}

@media (max-width: 991px) {
  .value-visual {
    margin-bottom: 55px;
  }

  .value-steps {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .value-heading h2 {
    font-size: 34px;
  }

  .value-main-image {
    height: 360px;
  }

  .value-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .value-stats div:nth-child(2) {
    border-right: 0;
  }

  .value-stats div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(156, 176, 128, 0.2);
  }
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events {
  background: url(../img/Halaman_articel/background.jfif) center center
    no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.events::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  z-index: 1;
}
.events .section-title h2 {
  color: #fff;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.product-catalog-status {
  width: 100%;
  margin: 40px 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.events .section-title p {
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.15;
  overflow-wrap: anywhere;
}
.events .container {
  position: relative;
  z-index: 2;
}
.events .events-carousel {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
}
.events .events-slider {
  width: 100%;
  overflow: hidden;
  min-height: 300px;
}
.events .swiper-wrapper {
  align-items: stretch;
}
.events .swiper-slide {
  height: auto;
  min-height: 300px;
}
.events .event-item {
  color: #fff;
  display: flex;
  align-items: stretch;
  height: 100%;
  min-height: 300px;
  margin: 0;
}
.events .event-item h3 {
  margin: 0 0 18px;
  font-weight: 600;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.25;
  color: #9cb080;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
  display: -webkit-box;
  min-height: 2.5em;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.events .event-item .price {
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
.events .event-item .price span {
  border-bottom: 2px solid #9cb080;
}
.events .event-item ul {
  list-style: none;
  padding: 0;
}
.events .event-item ul li {
  padding-bottom: 10px;
}
.events .event-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #9cb080;
}
.events .event-item p:last-child {
  margin-bottom: 0;
}

.events .event-item p {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1.6;
}

.events .swiper-pagination {
  position: static;
  width: auto;
  min-height: 12px;
  margin: 0;
}
.events .article-slider-controls {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  clear: both;
  padding-top: 26px;
}
.events .article-slider-controls .products-actions {
  margin-top: 24px;
}
.events .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #9cb080;
}

.events .event-item img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.events .event-media {
  display: flex;
  min-width: 0;
  padding: 0;
  min-height: 300px;
}

.artikel-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 300px;
  padding: 10px 20px 10px 28px;
}

.artikel-excerpt {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.6;
  overflow-wrap: anywhere;
  display: -webkit-box;
  min-height: 4.8em;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.artikel-bottom {
  margin-top: auto;
}

.artikel-link {
  display: inline-block;
  text-decoration: none;
  color: #9cb080;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}

.artikel-link span {
  transition: transform 0.3s ease;
  display: inline-block;
}

.artikel-link:hover {
  color: #b7c99d;
}

.artikel-link:hover span {
  transform: translateX(6px);
}

.artikel-info {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: #bfbfbf;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.artikel-info span {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.artikel-info i {
  color: #9cb080;
  margin-right: 6px;
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  .events .events-slider,
  .events .swiper-slide,
  .events .event-item,
  .events .event-media,
  .events .event-item img,
  .artikel-content {
    min-height: 280px;
  }

  .artikel-content {
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .events {
    padding: 50px 0;
  }

  .events .section-title {
    padding-bottom: 28px;
  }

  .events .events-slider,
  .events .swiper-slide,
  .events .event-item {
    min-height: 0;
  }

  .events .event-media,
  .events .event-item img {
    height: 220px;
    min-height: 220px;
  }

  .artikel-content {
    min-height: 0;
    padding: 24px 12px 8px;
  }

  .artikel-excerpt {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .events .swiper-pagination {
    margin-top: 0;
  }

  .events .article-slider-controls {
    padding-top: 20px;
  }

  .events .article-slider-controls .products-actions {
    margin-top: 20px;
  }
}

@media (max-width: 420px) {
  .events .event-media,
  .events .event-item img {
    height: 190px;
  }

  .artikel-content {
    padding-right: 4px;
    padding-left: 4px;
  }

  .artikel-info {
    flex-direction: column;
    gap: 6px;
  }
}

/* Revisi 10 Juli 2026 bagian halaman artikel khusus */
.article-item {
  height: 400px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #211f1a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.article-item:hover {
  transform: translateY(-5px);
  border-color: rgba(156, 176, 128, 0.55);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.article-item .menu-img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  transition: 0.4s;
}

.article-item:hover .menu-img {
  transform: scale(1.04);
}

.article-item .menu-content {
  padding: 18px 18px 0;
}

.article-item .menu-content a {
  color: #fff;
  font:
    600 20px "Playfair Display",
    serif;
  text-decoration: none;
}

.article-item .menu-content a:hover {
  color: #9cb080;
}

.article-item .menu-ingredients {
  margin: 8px 18px 18px;
  color: rgba(255, 255, 255, 0.6);
  font:
    400 13px/1.65 "Poppins",
    sans-serif;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Meta artikel (revisi 10 juli 2026) */
.article-meta-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;

  color: rgba(255, 255, 255, 0.6);
  font:
    500 12px "Poppins",
    sans-serif;
}

.article-meta-card span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.article-meta-card i {
  color: #9cb080;
}
/*--------------------------------------------------------------
# Book A Table
--------------------------------------------------------------*/
.book-a-table .php-email-form {
  width: 100%;
}
.book-a-table .php-email-form .form-group {
  padding-bottom: 8px;
}
.book-a-table .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.book-a-table .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.book-a-table .php-email-form .error-message br + br {
  margin-top: 25px;
}
.book-a-table .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.book-a-table .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}
.book-a-table .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #cda45e;
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.book-a-table .php-email-form input,
.book-a-table .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #0c0b09;
  border-color: #625b4b;
  color: white;
}
.book-a-table .php-email-form input::-moz-placeholder,
.book-a-table .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}
.book-a-table .php-email-form input::placeholder,
.book-a-table .php-email-form textarea::placeholder {
  color: #a49b89;
}
.book-a-table .php-email-form input:focus,
.book-a-table .php-email-form textarea:focus {
  border-color: #cda45e;
}
.book-a-table .php-email-form input {
  height: 44px;
}
.book-a-table .php-email-form textarea {
  padding: 10px 12px;
}
.book-a-table .php-email-form button[type="submit"] {
  background: #cda45e;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.book-a-table .php-email-form button[type="submit"]:hover {
  background: #d3af71;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid rgba(255, 255, 255, 0.2);
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: white;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 0 45px;
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #9cb080;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #26231d;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  min-height: 188px;
}
.testimonials .swiper-pagination {
  margin-top: 30px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #9cb080;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-shell {
  padding: 0 clamp(24px, 3.2vw, 48px);
}

.gallery-slider {
  padding-bottom: 42px;
}

.gallery-slider .swiper-slide {
  height: auto;
}

.gallery .gallery-item {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 20px;
  background: #e8dfc9;
}

.gallery .gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery .gallery-item:hover img,
.gallery .gallery-item:focus-visible img {
  transform: scale(1.04);
}

.gallery-button {
  position: absolute;
  top: calc((100% - 42px) / 2);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(26, 24, 20, 0.38);
  color: #fff;
  transform: translateY(-50%);
  transition: background 0.3s ease;
  backdrop-filter: blur(5px);
}

.gallery-button:hover,
.gallery-button:focus-visible {
  background: #7f9265;
  outline: none;
}

.gallery-button i {
  font-size: 22px;
  line-height: 1;
}

.gallery-button-prev {
  left: 8px;
}

.gallery-button-next {
  right: 8px;
}

.gallery-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  text-align: center;
}

.gallery-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 5px !important;
  background: #9b9b96;
  opacity: 0.55;
}

.gallery-pagination .swiper-pagination-bullet-active {
  background: #66794f;
  opacity: 1;
}

@media (max-width: 575px) {
  .gallery-shell {
    padding: 0 14px;
  }

  .gallery .gallery-item {
    border-radius: 14px;
  }

  .gallery-button {
    width: 34px;
    height: 34px;
  }
}

/* Fullscreen gallery: translucent, centered and visually separate from thumbnails. */
.glightbox-container .goverlay,
.glightbox-mobile .goverlay {
  background: rgba(9, 20, 16, 0.68);
  -webkit-backdrop-filter: blur(10px) saturate(115%);
  backdrop-filter: blur(10px) saturate(115%);
}

.glightbox-clean .gslide-description,
.glightbox-mobile .glightbox-container .gslide-description {
  background: rgba(18, 35, 29, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.glightbox-clean .gdesc-inner {
  padding: 16px 24px;
  text-align: center;
}

.glightbox-clean .gslide-title,
.glightbox-mobile .glightbox-container .gslide-title {
  margin: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(14px, 1.4vw, 17px);
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

.glightbox-clean .gslide-media {
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

.glightbox-clean .description-bottom {
  overflow: hidden;
  border-radius: 0 0 12px 12px;
}

@media (max-width: 767px) {
  .glightbox-mobile .glightbox-container .gslide-description {
    padding: 18px 16px 54px;
    background: linear-gradient(
      to bottom,
      rgba(9, 20, 16, 0),
      rgba(9, 20, 16, 0.72)
    );
  }
}

/*--------------------------------------------------------------
# Chefs
--------------------------------------------------------------*/
.chefs .member {
  text-align: center;
  margin-bottom: 20px;
  background: transparent;
  position: relative;
  overflow: hidden;
}
.chefs .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}
.chefs .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
}
.chefs .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #060606;
}
.chefs .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #696868;
}
.chefs .member {
  cursor: pointer;
}

.chefs .member:focus {
  outline: none;
}

.chefs .member .member-info-content {
  max-width: 78%;
  margin: 0 auto;
  padding-left: 14px;
  border-left: 2px solid rgba(215, 230, 192, 0.75);
  text-align: left;
  opacity: 0;
  transform: translateY(14px);
  transition:
    bottom 0.35s ease,
    opacity 0.25s ease,
    transform 0.25s ease;
}

.chefs .member .member-info-content .region-kicker {
  margin-bottom: 8px;
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d7e6c0;
}

.chefs .member .member-info-content h4,
.chefs .member .member-info-content p,
.chefs .member .region-points {
  color: #fff;
}

.chefs .member .member-info-content p,
.chefs .member .region-points {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.55;
}

.chefs .member .region-points {
  padding-left: 16px;
}
.chefs .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}
.chefs .member .social a {
  transition: color 0.3s;
  color: #000000;
  margin: 0 10px;
  display: inline-block;
}
.chefs .member .social a:hover {
  color: #cda45e;
}
.chefs .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.chefs .member:hover .member-info,
.chefs .member:focus .member-info,
.chefs .member:focus-within .member-info {
  background: linear-gradient(
    180deg,
    rgba(16, 62, 32, 0.02) 0%,
    rgba(16, 62, 32, 0.72) 62%,
    rgba(13, 42, 24, 0.9) 100%
  );
  opacity: 1;
  transition: 0.4s;
}

.chefs .member:hover .member-info-content,
.chefs .member:focus .member-info-content,
.chefs .member:focus-within .member-info-content {
  bottom: 22px;
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .chefs .section-title h2 {
    line-height: 1.5;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
/* Membungkus peta sebagai card agar ukurannya selaras dengan konten halaman. */
.contact .contact-map-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #ded6c1;
  border-radius: 20px;
  background: #f8efd8;
  box-shadow: 0 18px 45px rgba(35, 42, 29, 0.1);
}
.contact .contact-map-frame {
  display: block;
  width: 100%;
  height: 320px;
  border: 0;
}
/* Informasi lokasi tetap terbaca tanpa mengambil ruang tambahan di desktop. */
.contact .contact-map-summary {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: min(360px, calc(100% - 40px));
  padding: 18px;
  border: 1px solid rgba(222, 214, 193, 0.9);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 12px 30px rgba(26, 24, 20, 0.14);
  backdrop-filter: blur(8px);
}
.contact .contact-map-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #51613e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.contact .contact-map-summary p {
  margin: 8px 0 14px;
  color: #34382f;
  font-size: 14px;
  line-height: 1.55;
}
.contact .contact-map-summary a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border-radius: 50px;
  background: #9cb080;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.contact .contact-map-summary a:hover {
  background: #7f9265;
  color: #fff;
}
.contact .info {
  width: 100%;
}
.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #9cb080;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
  color: #1a1814;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #62665e;
}
.contact .info a {
  color: #62665e;
}
.contact .info a:hover {
  color: #7f9265;
}
.contact .info .open-hours,
.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}
.contact .php-email-form {
  width: 100%;
  padding: 30px;
  border: 1px solid #ded6c1;
  border-radius: 16px;
  background: #f8efd8;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #9cb080;
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 8px;
  box-shadow: none;
  font-size: 14px;
  background: #fffdf8;
  border: 1px solid #d4d9ca;
  color: #1a1814;
}
.contact .php-email-form input::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
  color: #85877f;
}
.contact .php-email-form input::placeholder,
.contact .php-email-form textarea::placeholder {
  color: #85877f;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #9cb080;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(156, 176, 128, 0.18);
}
.contact .php-email-form input {
  height: 48px;
}
.contact .php-email-form textarea {
  min-height: 170px;
  padding: 12px 14px;
}
.contact .php-email-form button[type="submit"] {
  background: #9cb080;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type="submit"]:hover {
  background: #7f9265;
}
@media (max-width: 576px) {
  /* Di layar kecil, ringkasan dipindahkan ke bawah agar tidak menutupi peta. */
  .contact .contact-map-frame {
    height: 260px;
  }
  .contact .contact-map-summary {
    position: static;
    width: 100%;
    border: 0;
    border-top: 1px solid #ded6c1;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
  }
  .contact .php-email-form {
    padding: 20px;
  }
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: black;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .footer-top {
  background: #0c0b09;
  border-top: 1px solid #37332a;
  border-bottom: 1px solid #28251f;
  padding: 60px 0 30px 0;
}

/* Container dengan padding kiri-kanan sama */
#footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

/* Row dengan flexbox dan jarak antar kolom */
#footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

/* Kolom 1: Info Perusahaan (KIRI) - tetap 30% */
#footer .col-left {
  flex: 0 0 30%;
  max-width: 30%;
}

#footer .footer-top .footer-info {
  margin-bottom: 0;
}

/* Alas terang menjaga logo horizontal tetap terbaca pada footer gelap. */
#footer .footer-top .footer-logo {
  display: inline-flex;
  width: 230px;
  max-width: 100%;
  margin-bottom: 22px;
  padding: 10px 12px;
  border: 1px solid rgba(222, 214, 193, 0.75);
  border-radius: 12px;
  background: #f8efd8;
}
#footer .footer-top .footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
  color: #fff;
}

#footer .footer-top .footer-info .footer-contact-line {
  display: flex;
  gap: 4px;
  align-items: baseline;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 1.8;
}

#footer .footer-top .footer-info .footer-contact-line strong {
  flex: 0 0 auto;
}

#footer .footer-top .footer-info .footer-contact-line a {
  min-width: 0;
  color: #fff;
  overflow-wrap: normal;
  word-break: normal;
}

#footer .footer-top .footer-info .footer-contact-line a:hover {
  color: #9cb080;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #28251f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #9cb080;
  color: #fff;
  text-decoration: none;
}

/* ========== KOLOM 2: Navigasi (TENGAH-KANAN) ========== */
#footer .col-center {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 20px;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 0;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #9cb080;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul li::before {
  content: "›";
  color: #9cb080;
  font-size: 18px;
  margin-right: 10px;
  font-weight: bold;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #9cb080;
  padding-left: 5px;
}

/* ========== KOLOM 3: Informasi & Kemitraan (KANAN) ========== */
#footer .col-right {
  flex: 0 0 30%;
  max-width: 30%;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 0;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #28251f;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  border: 1px solid #454035;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
  background: #28251f;
  color: white;
}

#footer .footer-top .footer-newsletter form input[type="email"]::placeholder {
  color: #888;
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #9cb080;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #8aa36e;
}

#footer .footer-top .footer-newsletter p {
  font-size: 13px;
  color: #ccc;
  line-height: 1.6;
}

/* Tombol Hubungi PT BAS */
#footer .btn-hubungi {
  display: inline-block;
  padding: 10px 30px;
  background: #9cb080;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
  margin-top: 10px;
}

#footer .btn-hubungi:hover {
  background: #8aa36e;
  transform: translateX(5px);
}

#footer .btn-hubungi::after {
  content: " →";
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

/* Warna hijau khusus footer */
#footer .footer-newsletter a,
#footer .credits a {
  color: #9cb080;
}

#footer .footer-newsletter a:hover,
#footer .credits a:hover {
  color: #7f9265;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 992px) {
  #footer .col-left {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #footer .col-center {
    flex: 0 0 45%;
    max-width: 45%;
    padding-left: 0;
  }

  #footer .col-right {
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media (max-width: 768px) {
  #footer .container {
    padding: 0 20px;
  }

  #footer .col-left,
  #footer .col-center,
  #footer .col-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }

  #footer .btn-hubungi {
    display: block;
    text-align: center;
  }
}
/* Tombol scroll ke atas */
.back-to-top {
  border-color: #9cb080;
}

.back-to-top i {
  color: #9cb080;
}

.back-to-top:hover {
  background: #9cb080;
  border-color: #9cb080;
}

.back-to-top:hover i {
  color: #ffffff;
}

/* Language switcher */
.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 24px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.language-switcher__button {
  min-width: 34px;
  padding: 6px 9px;
  color: rgba(255, 255, 255, 0.68);
  border: 0;
  border-radius: 999px;
  background: transparent;
  font:
    700 11px/1 "Poppins",
    sans-serif;
  letter-spacing: 0.06em;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.language-switcher__button.is-active {
  color: #111;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

.language-switcher__button:focus-visible {
  color: #111;
  background: #fff;
  outline: 1px solid rgba(255, 255, 255, 0.82);
  outline-offset: 4px;
}

.language-loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  visibility: hidden;
  place-content: center;
  gap: 14px;
  color: #fff;
  background: rgba(10, 13, 11, 0.18);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.22s ease,
    visibility 0s linear 0.22s;
}

body.language-is-loading #header,
body.language-is-loading #hero,
body.language-is-loading main,
body.language-is-loading #footer,
body.language-is-loading .back-to-top {
  filter: blur(4px);
  transform: translateZ(0);
  transition: filter 0.22s ease;
}

.language-loader.is-visible {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.language-loader__spinner {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: #9cb080;
  border-radius: 50%;
  animation: language-spin 0.7s linear infinite;
}

.language-loader__text {
  font:
    500 12px/1 "Poppins",
    sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@keyframes language-spin {
  to {
    transform: rotate(360deg);
  }
}

.translation-notice {
  margin: 0 0 20px;
  padding: 10px 14px;
  color: #f4dfad;
  border-left: 3px solid #cda45e;
  background: rgba(205, 164, 94, 0.12);
  font:
    500 13px/1.55 "Poppins",
    sans-serif;
}

@media (max-width: 991px) {
  #navbar.navbar-mobile .language-switcher {
    display: inline-flex;
    width: max-content;
    margin: 18px 0 8px 25px;
    border-color: rgba(255, 255, 255, 0.3);
    border-bottom: 0;
  }

  #navbar.navbar-mobile .language-switcher__button {
    display: inline-block;
    min-width: 38px;
    padding: 8px 10px;
    color: rgba(255, 255, 255, 0.75);
  }

  #navbar.navbar-mobile .language-switcher__button.is-active {
    color: #111;
    background: #fff;
  }

  #navbar.navbar-mobile .language-switcher__button::before {
    content: none;
  }
}
