/* Reset & Global */
body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* HERO SECTION */
.hero {
  width: 100%;
  background: url('https://png.pngtree.com/background/20230604/original/pngtree-restaurant-bar-counter-background-image-picture-image_2873153.jpg') center center / cover no-repeat;
  height: 100vh;
  position: relative;
}

.hero-section {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/Fitur.jpg') center center / cover no-repeat;
  padding: 60px 0;
  position: relative;
  color: white;
  text-align: center;
  height: 100vh;
}

.hero-section .container,
.hero-overlay,
.z-2 {
  position: relative;
  z-index: 2;
}

.hero-overlay,
.overlay-dark,
.overlay-dark-60,
.download-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-image {
  max-width: 150px;
  height: auto;
  max-height: 400px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}

.hero-image:hover {
  transform: scale(1.05);
}

/* BUTTONS */
.btn-download {
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-orange {
  background-color: #FA4A0C;
  color: #fff;
  border: none;
}

.btn-orange:hover {
  background-color: #e03f00;
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(250, 74, 12, 0.5);
}

.btn-outline-white {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-outline-white:hover {
  background-color: #fff;
  color: #333;
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
}

/* FEATURES */
.fitur-section {
  position: relative;
  padding: 80px 0;
  --fitur-text-color: #fff;
}


.fitur-heading {
  color: #333;
}

.feature-card {
  background-color: #f4623a;
  color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.feature-card:hover {
  background-color: #fff;
  color: #fff;
}

.feature-card:hover .fitur-text {
  color: #222;
}


.feature-card h5,
.feature-card p,
.feature-icon {
  transition: color 0.3s ease;
  color: inherit;
}

.feature-icon {
  font-size: 3rem;
  margin-bottom: 15px;
}

.feature-card:hover .feature-icon {
  color: #0d6efd;
}

/* MENU SECTION */
.menu-main {
  background-color: #fff;
  padding: 60px 0;
}

.block-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: hsl(0, 0%, 100%); /* warna oranye tema */
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase; /* biar terlihat lebih formal dan tegas */
}


.title-caption {
  color: hsl(0, 0%, 99%);
  font-size: 1.1rem;
  margin-bottom: 30px;
  text-align: center;
}

/* Container Navigation Tab */
.tab-tittle-menu {
  margin: 0 -5px; /* ini horizontal */
  /* tambahkan ini ↓ */
  margin-bottom: 0;
}

/* Setiap Tab */
.tab-title-menu {
  flex: 1; /* Biar semua tab sama lebar */
  padding: 20px 10px;
  background-color: #f8f9fa;
  text-align: center;
  cursor: pointer;
  border-bottom: 2px solid #e0e0e0; /* Hanya border bawah */
  transition: all 0.3s ease;
}

/* Tab Hover */
.tab-title-menu:hover {
  background-color: #fff0e8;
}

/* Aktif */
.tab-title-menu.active {
  background-color: #f4623a;
  color: white;
}

.tab-title-menu.active h2,
.tab-title-menu.active i {
  color: white;
}

/* Heading dan Icon */
.tab-title-menu h2 {
  font-size: 1rem;
  margin-bottom: 5px;
  color: #333;
}

.tab-title-menu i {
  font-size: 1.5rem;
  color: #f4623a;
}

.tab-content {
  background-color: #f8f9fa; /* bisa diganti warna apapun */
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

.menu-details {
  flex-grow: 1;
  padding-left: 15px;
}

.menu-img-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;

  /* Border warna melingkari */
  border: 2px solid #f4623a;  /* Warna orange matching tema */
  box-sizing: border-box;
  position: relative;
}

.menu-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.menu-img:hover {
  transform: scale(1.1);
}

.menu-title {
  font-family: 'Lobster', cursive;
  color: #f4623a;
  margin: 0 0 5px;
  font-size: 1.2rem;
}

.menu-desc {
  font-size: 0.9rem;
  color: #555;
  margin: 0;
}

/* Harga Diskon & Asli */
/* Untuk kontainer harga */
.price-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Harga asli (sebelum diskon) */
.original-price {
  font-size: 0.9rem;
  color: #888;
  text-decoration: line-through;
}

/* Harga setelah diskon */
.discounted-price {
  font-size: 1.2rem;
  font-weight: bold;
  color: #f4623a; /* biru tua */
}

.discount-badge {
  background-color: #f4623a;
  color: white;
  font-size: 0.75rem;
  padding: 2px 8px;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  min-width: 50px;
}

.original-price {
  font-size: 0.9rem;
  color: #888;
  text-decoration: line-through;
  margin: 0;
}

.discounted-price {
  font-size: 1.2rem;
  font-weight: bold;
  color: #f4623a;
  margin: 0;
}



/* TEAM SECTION */
#our_team {
  position: relative;
  background: url('https://png.pngtree.com/background/20210709/original/pngtree-food-western-food-steak-tomato-picture-image_941801.jpg') center center / cover no-repeat;
  color: #fff;
  padding: 100px 0;
  z-index: 1;
}

#our_team::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.sf-team {
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.sf-team:hover {
  background-color: #f4623a;
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.sf-team:hover .text-col h3,
.sf-team:hover .text-col p,
.sf-team:hover .thumb h4 {
  color: #fff;
}

.sf-team .thumb img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s;
}

.sf-team:hover .thumb img {
  transform: scale(1.05);
}

.text-col h3,
.thumb h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  color: #222;
}

.text-col p {
  font-size: 14px;
  color: #444;
  margin-top: 10px;
}

.team-social {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.team-social li a {
  background: #fff;
  color: #333;
  padding: 8px 10px;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s, color 0.3s;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.team-social li a:hover {
  background-color: #f0c040;
  color: #000;
}

/* FOOTER */
.footer {
  background-color: #f4623a;
  color: white;
  padding: 20px 0;
}

.footer a {
  color: #ddd;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
}

.footer-box {
  background-color: #222;
  color: #fff;
  padding: 70px 0 40px;
}

.footer-box h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-box-b h3 {
  margin-bottom: 10px; /* beri jarak bawah untuk heading */
  padding: 0;
}

.footer-box-b ul {
  list-style-type: disc; /* bullet dot default */
  padding-left: 20px;    /* beri space untuk bullet */
  margin: 0;             /* hilangkan margin atas/bawah */
}

.footer-box-b ul li {
  margin-bottom: 6px;    /* jarak antar item */
}

.footer-box-d {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* mulai dari atas */
  height: 100%; /* agar tinggi sesuai container */
}

.footer-box-d h3 {
  margin-bottom: 15px;
  font-weight: 600;
  color: hsl(0, 0%, 100%);
  line-height: 1.2; /* biar rapat */
}

.footer-box-d ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1; /* supaya list ambil ruang sisa */
}

.operasional-wrap {
  display: inline-block; /* supaya lebar sesuai konten */
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
}
  
.footer-box-d ul li {
  margin-bottom: 10px;
  /* hilangkan border-bottom di li */
  border-bottom: none;
  padding-bottom: 0;
  /* layout kolom tetap */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-box-d ul li p,
.footer-box-d ul li span {
  margin: 0;
}

.footer-box a:hover {
  color: #f8a600;
}

.footer-in-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-in-main > div {
  flex: 1;
  min-width: 200px;
}

.socials-box {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
}

.social-circle-border {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ccc; /* border default */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: hsl(0, 0%, 100%); /* warna ikon */
  background-color: transparent;
}

.social-circle-border:hover {
  background-color: #222; /* latar saat hover */
  color: #f8a600;               /* warna ikon saat hover */
  border-color: #f8a600;
}

ul li a {
  color: hsl(0, 0%, 100%); /* warna teks link default */
  text-decoration: none;
  transition: color 0.3s ease;
}

ul li a:hover {
  color: #f8a600; /* warna saat hover */
}

/* NAVBAR */
.navbar-nav .nav-link {
  color: #fff;
  padding: 10px 15px;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #f0c040;
  background-color: rgba(255,255,255,0.1);
  border-radius: 5px;
}

/* Auto-hide navbar */
.navbar-hidden {
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}


/* Misc */
.about-inset-img {
  bottom: -20px;
  right: -20px;
  width: 40%;
  border: 4px solid white;
}

[data-aos] {
  transition: all 0.6s ease-in-out !important;
}

.step-title.step {
  color: #f0c040;
}

