body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.hero {
  background-color: #fdf6ec;
}

.text-section h1 {
  color: #1d1d1d;
}

.image-section img {
  max-width: 400px;
}

.img-one {
  background-color: antiquewhite;
}

.product-card {
  padding: 1rem;
  border: none;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-image {
  width: 100%;
  height: 200px;
  object-fit: contain;
  margin-bottom: 10px;
}

.btn-one {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: gray;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-one img {
  display: flex;
  justify-content: center;
  width: 40px;
  height: 30px;
  background-color: rgb(232, 232, 137);
  border-radius: 12px;
}

.btn-one:hover {
  background-color: #e65c00;
  transform: translateY(-2px);
}
/* deal */

.deal-header {
  font-weight: bold;
  font-size: 24px;
}
.deal-subtext {
  color: #777;
  font-size: 14px;
  margin-bottom: 20px;
}
.deal-box img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.timer-box {
  background-color: #fff8e1;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
}
.timer-box h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.shop-btn {
  background-color: #facc15;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
#deals-first {
  border-radius: 12px;
  width: 500px;
  height: 300px;
  max-width: 500px;
  height: auto;
  display: block;
}

.deal-one-text {
  position: absolute;
  top: 13rem;
  right: 10rem;
  color: black;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 1.5rem;
  font-weight: bold;
}
.quote-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffe86f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.quote-circle img {
  width: 24px;
  height: 24px;
}

.testimonial-text {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}

@media (max-width: 576px) {
  .quote-circle {
    width: 50px;
    height: 50px;
  }

  .quote-circle img {
    width: 20px;
    height: 20px;
  }

  .testimonial-text {
    font-size: 18px;
  }
}

.feedback-card {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 12px;
  max-width: 500px;
  margin: 50px auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.feedback-text {
  font-size: 1rem;
  color: #333;
  margin-bottom: 20px;
}
.user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}
.user-name {
  font-weight: 600;
  margin-bottom: 0;
}
.user-role {
  color: #6c757d;
  font-size: 0.9rem;
}
.feedback-card:hover {
  transform: translateY(-5px);

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}
.category-section {
  padding: 50px 20px;
}
.main-card {
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
}
.main-card img {
  width: 100%;
  border-radius: 20px;
}
.category-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.category-badge {
  background-color: #fdf266;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 0.9rem;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.category-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.see-more-btn {
  background-color: #fdf266;
  border: none;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 600;
}
.all-category-btn {
  background-color: #fdf266;
  border: none;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  margin-top: 30px;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.category-card:hover .category-img {
  transform: scale(1.1);
}
.main-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}
.gift-card {
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gift-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.gift-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.footer {
  background-color: #f9f9f9;
  padding: 50px 20px 30px;
}
.footer h6 {
  font-weight: 600;
  margin-bottom: 20px;
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer ul li {
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: #666;
  cursor: pointer;
}
.footer ul li:hover {
  text-decoration: underline;
}
.social-icons button {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.payment-logos img {
  height: 30px;
  margin: 0 10px;
}
.secure-payment {
  margin-top: 30px;
  text-align: center;
  font-size: 0.95rem;
  color: #333;
}
