@import url('https://fonts.cdnfonts.com/css/agustine-signature');
:root {
  --brand-primary: #944e63;
  --brand-bg: #ffe7e7;
  --brand-btn: #b47b84;
  --brand-btn-hover: #944e63;
}
body {
  background: var(--brand-bg);
  color: var(--brand-primary);
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Arial, sans-serif;
}
.text-brand {
  color: var(--brand-primary) !important;
}
.text-brand-700 {
  color: #6e3343 !important;
}
.text-white-75 {
  color: rgba(255, 255, 255, 0.85) !important;
}
.bg-brand-ghost {
  background: rgba(255, 255, 255, 0.08);
}
.navbar-brandcolor {
  background: var(--brand-primary);
}
.footer-brand {
  background: var(--brand-primary);
}
.brand-logo {
  font-family: 'Agustine Signature', sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
}

.btn-brand {
  background: var(--brand-btn);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 0.6rem 1.1rem;
  box-shadow: 0 6px 16px rgba(148, 78, 99, 0.25);
}

.btn-brand:hover {
  background: var(--brand-btn-hover);
  color: #fff;
}
.btn-form {
  background: var(--brand-btn);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 0.6rem 1.1rem;
  box-shadow: 0 6px 16px rgba(148, 78, 99, 0.25);
}

.btn-form:hover {
  background: var(--brand-btn-hover);
  color: #fff;
}

.btn-outline-brand {
  color: var(--brand-bg);
  border: 2px solid var(--brand-bg);
  border-radius: 999px;
  padding: 0.55rem 1.05rem;
  background: transparent;
}

.btn-outline-brand:hover {
  background: var(--brand-btn);
  color: #fff;
}

.btn-outline-brand-light {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 999px;
  padding: 0.55rem 1.05rem;
}
.btn-outline-brand-light:hover {
  background: #fff;
  color: var(--brand-primary);
}

.hero-banner {
  position: relative;
  background: linear-gradient(
      120deg,
      rgba(125, 82, 127, 0.6),
      rgba(41, 13, 35, 0.2)
    ),
    url("../img/Hero-image.png") center/cover no-repeat;
  height: 62vh;
  min-height: 420px;
  overflow: hidden;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.25));
  z-index: -3;
}

.signature-section {
  background: transparent;
}
.skew-bg {
  position: absolute;
  inset: 0;
  background: #fff6f7;
  transform: skewY(-3deg);
  transform-origin: top left;
}
.plate-wrap {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #f4dfe3;
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 12px #e8c5cd, 0 10px 30px rgba(148, 78, 99, 0.15);
}
.plate-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
}

.benefit-card .benefit-ico {
  font-size: 1.6rem;
  margin-bottom: 0.35rem;
}

.wide-banner {
  position: relative;
  height: 50vh;
  overflow: hidden;
  background: linear-gradient(
      120deg,
      rgba(125, 82, 127, 0.6),
      rgba(41, 13, 35, 0.2)
    ),
    url("../img/Banner\ najma.png") center/cover no-repeat;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: -1;
}

.accordion-button:not(.collapsed) {
  color: var(--brand-primary);
  background-color: #ffdfe4;
}
.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(148, 78, 99, 0.25);
}
.form-control:focus,
.form-select:focus {
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 0.25rem rgba(148, 78, 99, 0.25);
}

#contact {
  box-shadow: 0 6px 16px rgba(148, 78, 99, 0.25);
}

#waFloat {
  z-index: 1050;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--brand-primary);
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#waFloat i {
  font-size: 1.6rem;
}

@font-face {
  font-family: "Cream Cake";
  src: url("../fonts/cream-cake.woff2") format("woff2");
  font-display: swap;
}
.subhero {
  background: linear-gradient(
      120deg,
      rgba(125, 82, 127, 0.6),
      rgba(41, 13, 35, 0.2)
    ),
    url("../img/Hero-image.png") center/cover no-repeat;
  color: #fff;
  position: relative;
  min-height: 45vh;
  display: grid;
  place-items: center;
}
.subhero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}
.subhero .inner {
  position: relative;
  z-index: 1;
}
.filter-bar .btn {
  text-transform: capitalize;
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}
.grid .item {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.grid .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  display: block;
}
.grid .item .tag {
  position: absolute;
  left: 8px;
  top: 8px;
  background: rgba(148, 78, 99, 0.9);
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 8px;
  border-radius: 999px;
}
.breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.breadcrumb .active {
  color: #ffe;
}
.btn-ghost {
  background: rgba(255, 255, 255, 0.85);
  color: #944e63;
  border-radius: 999px;
}
.btn-ghost:hover {
  background: #fff;
  color: #944e63;
}

img .hero-img {
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95);
  z-index: -4;
}

#subhero #subheroDesc {
  margin: 0;
  padding: 10px;
  max-width: 900px;
  text-align: center;
}
.inner {
  position: relative;
  z-index: 1;
}
#subhero {
  margin: 0;
  padding: 5px;
  max-width: 900px;
  text-align: center;
}

.btn-galeri {
  margin-bottom: 25px;
}
