* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  background: #fffaf6;
  color: #111;
}

.top-bar {
  background: #fff;
  text-align: center;
  padding: 8px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

.top-bar span {
  color: #f47a1f;
  font-weight: 600;
}

/* Navbar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 15px 60px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.logo {
  font-size: 24px;
  font-weight: 600;
}

.logo span {
  color: #f47a1f;
}

.navbar ul {
  list-style: none;
  display: flex;
  gap: 25px;
}

.navbar a {
  text-decoration: none;
  color: #222;
  font-weight: 500;
}

.navbar a:hover {
  color: #f47a1f;
}

.explore-btn {
  background: #111;
  color: #fff;
  padding: 8px 18px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
}

.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 100px;
}

.hero-text {
  width: 50%;
}

.hero-text h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}

.hero-text p {
  color: #555;
  margin-bottom: 20px;
}

.btn {
  background: #111;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

.hero-img .img-placeholder {
  background: url('https://static.wixstatic.com/media/a07afd_c68b25562bf74e52941f61b31b8d3d77~mv2.png') center/cover no-repeat;
  width: 480px;
  height: 480px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;

  /* Start hidden and slightly smaller */
  opacity: 0;
  transform: scale(0.9);
  animation: heroIn 1.5s ease forwards;
}

/* Entry animation (on page load) */
@keyframes heroIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Exit animation (when page is leaving) */
.hero-img.out {
  animation: heroOut 0.8s ease forwards;
}

@keyframes heroOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}



/* Category Section */
.category {
  text-align: center;
  padding: 70px 0;
}

.category h2 {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 45px;
}

.category-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

/* Individual Category Item */
.category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* The image circle/oval */
.circle {
  width: 200px;
  height: 300px;
  border-radius: 50% / 35%;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.circle:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

/* Text under image */
.category-item p {
  margin-top: 14px;
  font-weight: 600;
  color: #111;
  font-size: 1rem;
}



/* Products Grid */
.product-grid, .arrival-grid, .testimonial-grid, .new-grid {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  padding: 20px 0;
}

.product1, .arrival-card, .new-card {
  width: 220px;
  height: 250px;
  background: #f0f0f0
  url('https://images.pexels.com/photos/2089698/pexels-photo-2089698.jpeg') center/cover no-repeat;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.product2, .arrival-card, .new-card {
  width: 220px;
  height: 250px;
  background: #f0f0f0
  url('https://images.pexels.com/photos/1743227/pexels-photo-1743227.jpeg') center/cover no-repeat;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.product3, .arrival-card, .new-card {
  width: 220px;
  height: 250px;
  background: #f0f0f0
  url('https://images.pexels.com/photos/1668860/pexels-photo-1668860.jpeg') center/cover no-repeat;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;}

  .product4, .arrival-card, .new-card {
  width: 220px;
  height: 250px;
  background: #f0f0f0
  url('https://images.pexels.com/photos/90319/pexels-photo-90319.jpeg') center/cover no-repeat;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;}

  .product5, .arrival-card, .new-card {
  width: 220px;
  height: 250px;
  background: #f0f0f0
  url('https://images.pexels.com/photos/3356416/pexels-photo-3356416.jpeg') center/cover no-repeat;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;}

  .product6, .arrival-card, .new-card {
  width: 220px;
  height: 250px;
  background: #f0f0f0
  url('https://images.pexels.com/photos/34579762/pexels-photo-34579762.jpeg') center/cover no-repeat;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;}

/* Features */
.features {
  display: flex;
  justify-content: center;
  gap: 40px;
  background: #fff;
  padding: 40px 0;
  font-weight: 500;
}

/* Testimonials */
.testimonials {
  text-align: center;
  padding: 60px 0;
  background: #fff;
}

.testimonial {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
  width: 220px;
}

/* Newsletter */
.newsletter {
  text-align: center;
  padding: 60px 20px;
}

.newsletter-form {
  margin-top: 15px;
}

.newsletter-form input {
  padding: 10px;
  width: 250px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.newsletter-form button {
  padding: 10px 20px;
  background: #f47a1f;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
}

/* Footer */
footer {
  background: #111;
  color: #ccc;
  text-align: center;
  padding: 20px;
  font-size: 14px;
}

/* Animations */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}
