/* =========================
   ATAREN BOUTIQUE
========================= */

body {
  font-family: "Poppins", sans-serif;
  background: #fff8fb;
  color: #555;
  line-height: 1.8;
  overflow-x: hidden;
}

/* =========================
   NAVBAR
========================= */

.navbar {
  background-color: #f8c8c8;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.navbar-brand {
  font-size: 28px;
  font-weight: bold;
  color: #555 !important;
}

.navbar-brand span {
  color: white;
}

.nav-link {
  color: #555 !important;
  font-weight: 500;
  margin-left: 10px;
  transition: 0.3s;
}

.nav-link:hover {
  color: white !important;
}

/* =========================
   HERO
========================= */

.hero {
  min-height: 100vh;
  background: linear-gradient(to right, #fff8fe, #fdeef6);
  display: flex;
  align-items: center;
}

.hero h1 {
  color: #e79aa2;
  font-size: 65px;
  font-weight: bold;
}

.hero p {
  font-size: 18px;
}

.hero-img {
  width: 80%;
  max-width: 450px;
  border-radius: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* =========================
   BUTTON
========================= */

.btn-pink {
  background-color: #f8c8c8;
  color: #555;
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s;
}

.btn-pink:hover {
  background-color: #efb6b6;
  color: #333;
  transform: translateY(-3px);
}

/* =========================
   SECTION
========================= */

section {
  padding: 90px 0;
}

h2 {
  color: #d98ca7;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}

.judul {
  text-align: center;
  margin-bottom: 50px;
}

/* =========================
   OWNER
========================= */

.owner-title {
  display: inline-block;
  background: linear-gradient(135deg, #f8c8c8, #f0a4c4);
  padding: 15px 40px;
  border-radius: 50px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(240, 164, 196, 0.3);
}

.owner-title h2 {
  margin: 0;
  color: white;
  font-weight: bold;
  letter-spacing: 2px;
}

.owner-frame {
  width: 250px;
  height: 320px;
  margin: 0 auto;
  padding: 8px;
  background: linear-gradient(135deg, #f8c8c8, #f0a4c4);
  border-radius: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.owner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

/* =========================
   CARD
========================= */

.card {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.4s;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(217, 140, 167, 0.3);
}

.card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.card-body {
  text-align: center;
  padding: 20px;
}

.card-body h5 {
  color: #d98ca7;
  font-weight: 600;
}

/* =========================
   FORM PEMESANAN
========================= */

form {
  background: white;
  padding: 40px;
  border-radius: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.form-label {
  font-weight: 600;
}

.form-control,
.form-select {
  border-radius: 12px;
}

.form-select:invalid {
  color: #b5b5b5;
}

/* =========================
   KONTAK
========================= */

.kontak-box {
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

/* =========================
   FOOTER
========================= */

footer {
  background: #f8c8c8;
  padding: 25px;
  text-align: center;
  margin-top: 50px;
}

footer p {
  margin: 0;
  color: #555;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.8rem;
  }

  .hero p {
    font-size: 1rem;
  }

  h2 {
    font-size: 2rem;
  }

  .card img {
    height: 250px;
  }

  .owner-frame {
    width: 220px;
    height: 280px;
  }

  .hero-img {
    margin-top: 30px;
  }
}
.accordion-button {
  background-color: #fff5f8;
  color: #d98ca7;
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background-color: #f8c8c8;
  color: white;
}

.accordion-item {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 12px;
  border: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}
.row {
  display: flex;
  flex-wrap: wrap;
}

.card {
  width: 100%;
  height: 100%;
}

.card-img-top {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.card-body p {
  margin-bottom: 10px;
  color: #666;
}

.card-body strong {
  color: #d98ca7;
}

.card hr {
  width: 60%;
  margin: 15px auto;
}
