/* all */
:root {
  --Green-color: rgba(40, 155, 153, 0.8);
  --white-color: #f8f9fa;
  --black-color: #000000;
  --boldbrown-color: rgba(40, 155, 153, 0.8);
  --red-color: #ff0000;
  --blue-color: #020267;
}

html {
  scroll-behavior: smooth;
  background-color: rgba(233, 214, 180, 0.8);
}

body {
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.custom-link {
  color: var(--white-color);
  text-decoration: none;
}

/* navbar */
.navbar {
  background-color: var(--boldbrown-color);
  justify-content: center;
  align-items: center;
  text-align: center;
}

.navbar-brand {
  color: var(--black-color);
  font-size: x-large;
  font-weight: bold;
}

.navbar-brand:hover {
  color: var(--black-color);
}

.kafe-txt {
  color: var(--white-color);
}

.nav-items {
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: medium;
}

.nav-items a:hover {
  color: var(--black-color);
}

/* hero */
.hero {
  background-image: url("../src/cafe.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 30%;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 8%,
    rgba(255, 255, 255, 0) 50%
  );
}

.hero-content {
  text-align: center;
}

.hero-content h1 {
  color: var(--white-color);
  font-size: 4em;
  font-weight: bold;
  padding: 1.4rem, 7%;
}

.hero-content p {
  color: var(--white-color);
  font-size: 1.6rem;
  font-weight: bolder;
}

.p-txt {
  color: var(--white-color);
}

.ngopi-txt {
  color: var(--white-color);
}

.hero .hero-content .cta {
  margin-top: 2rem;
  background-color: rgba(40, 155, 153, 0.8);
  color: var(--white-color);
  font-size: large;
  padding: 10px;
  border-radius: 10px;
  box-shadow: rgba(233, 214, 180, 0.8);
  text-decoration: none;
  transition: all 0.2s ease; 
}

.hero .hero-content .cta:hover {
  background-color: rgba(233, 214, 180, 0.8);
}

.hero .hero-content .cta:active {
  background-color:rgba(233, 214, 180, 0.8);
  transform: scale(0.97);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
/* about */
.about {
  padding-top: 5rem;
  color: #f8f9fa;
}

.about h2 {
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  justify-content: center;
  padding-bottom: 2rem;
  color: var(--white-color);
}

.about .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 1rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.about-img {
  flex-basis: 50%;
}

.about-img img {
  width: 100%;
  border-radius: 15px;
}

.about-text {
  flex-basis: 50%;
  padding: 1rem;
  text-align: center;
}

.about-text {
  color: var(--white-color); /* atau ganti dengan warna lain sesuai background */
}

/* product */
.product {
  padding-top: 8rem;
  color: var(--white-color);
}

.product h3 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  color: white;
  margin-bottom: 1rem;
}

.card-item {
  background-color: var(--boldbrown-color);
  max-width: 250px;
  border-radius: 15px;
  padding-bottom: 5px;
}

.img-fluid {
  max-height: 200px;
}

/* footer */

footer {
  width: 100%;
  background-color: rgba(40, 155, 153, 0.8);
  padding: 20px 0;
  text-align: center;
  color: white;
}

footer {
  background-color: var(--boldbrown-color);
  padding: 1rem 0;
  margin-top: 5rem;
  color: var(--white-color);
  text-align: center;
}

footer .social {
  padding: 1rem, 0;
}

footer .social a {
  margin: 0 0.5rem;
}

footer .social a:hover {
  color: var(--black-color);
}

footer .shortcut {
  padding: 1rem, 0;
}

footer .shortcut a {
  margin: 0 0.5rem;
}

footer .shortcut a:hover {
  color: var(--black-color);
}

footer {
  width: 100%;
  background-color:rgba(40, 155, 153, 0.8);
  padding: 20px 0;
  text-align: center;
  color: white;
}

footer .custom-link {
  color: white;
  text-decoration: none;
  margin: 0 10px;
}

footer .custom-link:hover {
  text-decoration: underline;
}

.nama-txt:hover {
  color: var(--black-color);
}

.section-title {
  font-size: 2.5rem;
  font-weight: bold;
}

.section-title {
  font-size: 2.5rem;
  font-weight: bold;
}

  .section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color:rgba(40, 155, 153, 0.8);
  }

.testimonial-box {
  background: rgba(40, 155, 153, 0.8);
  border-radius: 15px;
  transition: 0.3s ease;
  color: white;
}

.testimonial-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.testimonial-text {
  font-size: 0.95rem;
  color: white;
}

.user-name {
  color:#ff6600;
  font-weight: bold;
}

.user-role {
  color: white; /* Atur warna "Happy Customer" */
}

.stars {
  font-size: 1.2rem;
  color: rgba(40, 155, 153, 0.8);
}

.testimonial-text {
  color: white !important;
}

.customer-name {
  color: #ff6600!important;
  font-weight: bold;
}

.customer-role {
  color: white !important;
}

/* Override Bootstrap's text-muted */
.text-muted {
  color: white !important;
}

.staff-card {
  background: rgba(40, 155, 153, 0.8);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  width: 260px;
  text-align: center;
  padding: 20px;
  transition: 0.3s ease;
}

.staff-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.staff-photo {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 16px;
}

.staff-role {
  font-weight: bold;
  color: #ff6600;
  margin-bottom: 8px;
}

#staff {
  padding: 50px 20px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  /* tambahin ini kalau mau ubah warna seluruh teks */
  color: var(--white-color);
}

.section-title .highlight {
  color: var(--white-color);
}



