body {
  background: linear-gradient(180deg, #b50a2a 0%, #d62e3f 100%);
  color: white;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0;
  position: relative;
}

.hero {
  position: relative;
  text-align: center;
  padding: 150px 0 0; /* remove extra bottom padding */
  min-height: 650px; /* brute-force height */
  overflow: hidden;
  z-index: 10;
}


.navbar {
  background: transparent;
}

.navbar-container {
  width: 100%;
  margin-top: 2rem;
  padding-left: 10rem;
  padding-right: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-link {
  font-weight: 600;
  letter-spacing: 0.5px;
}

.nav-link:hover {
  color: #ffdede !important;
}

.navbar-logo {
  position: relative;
  display: inline-block;
  min-width: 180px;
}

.by-perfect-home {
  position: absolute;
  right: 0;
  bottom: -20px;
  font-family: "Poppins", sans-serif;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 1px;
}

.sparkle-logo {
  font-family: "Pacifico", cursive;
  color: white;
  font-size: 2.5rem;
  line-height: 1;
}

.search-bar {
  width: 180px;
  border-bottom: 1px solid white;
  padding-bottom: 3px;
}

.search-bar .form-control {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important; /* fixes Chrome autofill/caret */
  background: transparent !important;
  border: none !important;
  padding-left: 0;
  box-shadow: none !important;
  outline: none !important;
  caret-color: #fff;
}

.search-bar .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.search-bar input {
  color: #ffffff !important;
  background: transparent;
  border: none;
  padding-left: 0;
}

.search-bar input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.search-bar input:focus {
  box-shadow: none;
  outline: none;
}

.search-bar i {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.hero {
  position: relative;
  text-align: center;
  padding: 150px 0 180px;
}
.hero h1 {
  font-family: "Pacifico", cursive;
  font-size: 3rem;
  margin-bottom: 10px;
}
.hero p {
  max-width: 850px;
  margin: 0 auto 30px;
  font-size: 1.05rem;
  line-height: 1.6;
}

.btn-shop {
  background: linear-gradient(180deg, #63d39a 0%, #2d6046 100%);
  color: #fff;
  border: none;
  padding: 15px 45px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 15px rgba(45, 96, 70, 0.3);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-shop::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.35) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  transition: all 0.9s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 2;
}

.btn-shop:hover::before {
  left: 120%;
}

.btn-shop:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(45, 96, 70, 0.5);
}



/* Wave divider setup */
.custom-shape-divider-bottom-1761626553 {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: -2;
}

.custom-shape-divider-bottom-1761626553 svg {
  position: relative;
  display: block;
  width: calc(104% + 1.3px);
  height: 152px;
}

.custom-shape-divider-bottom-1761626553 .shape-fill {
  fill: #ffffff;
}

/* White section below wave */
.next-section {
  height: 50rem;
  background: #ffffff;
  position: relative;
  z-index: 0;
}

dotlottie-wc {
  position: absolute;
  z-index: 20;
}

.aaron {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: rgba(0, 0, 0, 0.842);
  font-size: 0.9rem;
  padding: 10px 20px;
}


