.hero-section {
  background: linear-gradient(135deg, #fffaf2 0%, #fef8ef 100%);
}

.hero-section h1 span {
  color: #d97706;
  /* saffron tone from your logo */
}

.hero-section img {
  border-radius: 1.5rem;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.hero-section img:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.hero-section .btn-warning {
  background-color: #d97706;
  border: none;
}

.hero-section .btn-warning:hover {
  background-color: #b45309;
}

.hero-section .btn-outline-dark:hover {
  background-color: #333;
  color: #fff;
}

/* Section theme */
.featured-spices {
  /* background: #fff4e6; */
  background-color: #f8cfcf;
  /* warm beige to match spice theme */
}

/* Card polish */
.spice-card {
  border: 1px solid #f1e0c6;
  transition: transform .25s ease, box-shadow .25s ease;
}

.spice-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .1);
}

/* Perfect image rendering for 512x512 assets */
.product-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  /* keeps a square box */
  background: #fff8ef;
  /* soft backdrop behind PNGs */
  border-radius: 1rem 1rem 0 0;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.product-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  /* prevent stretch */
  height: auto;
  /* keep 1:1 proportion */
  object-fit: contain;
  /* show whole image */
  padding: 10px;
}

/* Price + buttons */
.price {
  font-weight: 700;
  color: #1f2937;
  font-size: 1.05rem;
}

.qty-input {
  width: 72px !important;
}

.btn-warning {
  background-color: #d97706;
  /* saffron */
  border: none;
}

.btn-warning:hover {
  background-color: #b45309;
}

/* About section theme */
.about-spicefactory {
  /* background: #fff8ef; */
  background-color: #bfd6e3;
  /* warm, subtle */
}

/* Media collage */
.about-media {
  position: relative;
}

.about-media .about-main {
  width: 100%;
  border-radius: 1.25rem;
}

.about-media .about-float {
  position: absolute;
  right: -12px;
  bottom: -12px;
  width: 48%;
  border: 6px solid #fff8ef;
  transform: rotate(-2deg);
  border-radius: 1rem;
}

/* pending1 */
/* Icons + stats */
.icon-dot {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff4e0;
  font-size: 18px;
}

.stat-box {
  background: #fff;
  border: 1px solid #f1e0c6;
}

.trust-strip {
  background: #fff;
  border: 1px solid #f1e0c6;
}

.trust-item {
  color: #1f2937;
  font-weight: 600;
}

.trust-dot {
  color: #d97706;
  font-weight: 700;
}

/* Buttons */
.about-spicefactory .btn-warning {
  background-color: #d97706;
  border: none;
}

.about-spicefactory .btn-warning:hover {
  background-color: #b45309;
}

/* pending2 */
.process-section {
  /* background: #fffaf2; */
  background-color: #ffe3bf;
  /* warm, subtle to match theme */
}

.process-card {
  background: #ffffff;
  border: 1px solid #f1e0c6;
  transition: transform .25s ease, box-shadow .25s ease;
}

.process-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .08);
}

.step-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #fff4e0;
  font-size: 22px;
}

.process-media iframe {
  border: 0;
}

.rfq-box {
  border: 1px solid #f1e0c6;
}

.process-section .btn-warning {
  background-color: #d97706;
  border: none;
}

.process-section .btn-warning:hover {
  background-color: #b45309;
}


.bestsellers-section {
  background: #fff4e6;
}

.product {
  border: 1px solid #f1e0c6;
}

.product-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background: #fff8ef;
  border-radius: 1rem 1rem 0 0;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.product-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 12px;
}

.price {
  font-weight: 700;
  color: #1f2937;
}

.qty-input {
  width: 72px;
}

.bestsellers-section .btn-warning {
  background-color: #d97706;
  border: none;
}

.bestsellers-section .btn-warning:hover {
  background-color: #b45309;
}


/* testimonial */
.testimonials-section {
  /* background: #fffaf2; */
  background-color: #94dfde;
}

.t-card {
  border: 1px solid #f1e0c6;
}

.t-avatar {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #fff4e0;
}

.t-stars {
  color: #d97706;
  letter-spacing: 2px;
}

.logo-strip {
  border: 1px solid #f1e0c6;
}

.brand-logo {
  max-width: 120px;
  width: 100%;
  height: 40px;
  object-fit: contain;
  opacity: .75;
  transition: opacity .2s ease, transform .2s ease;
}

.brand-logo:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.testimonials-section .btn-warning {
  background-color: #d97706;
  border: none;
}

.testimonials-section .btn-warning:hover {
  background-color: #b45309;
}

/* footer  */
.site-footer {
  /* background: #fff8ef; */
  background-color: #f2e1d6;
  color: #1f2937;
  border-top: 1px solid #f1e0c6;
}

.site-footer h6 {
  color: #b45309;
}

.site-footer .btn-warning {
  background: #d97706;
  border: none;
}

.site-footer .btn-warning:hover {
  background: #b45309;
}

.site-footer .btn-outline-dark {
  border-color: #d1c3a7;
  color: #1f2937;
}

.site-footer .btn-outline-dark:hover {
  background: #1f2937;
  color: #fff;
}

.site-footer hr {
  border-color: #f1e0c6;
  opacity: 1;
}

/* ---------------- PRODUCT DETAILS PAGE ---------------- */
.product-details {
  padding: 50px 20px;
  background: #fff;
  display: flex;
  justify-content: center;
}

.product-container {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  width: 100%;
  align-items: flex-start;
}

.product-image img {
  width: 500px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.product-info {
  flex: 1;
}

.product-title {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #222;
}

.product-price {
  font-size: 1.5rem;
  color: #d35400;
  margin-bottom: 15px;
}

.product-price span {
  color: #555;
  font-size: 1rem;
}

.product-description {
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.product-meta {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.product-meta li {
  margin-bottom: 5px;
  color: #444;
}

.product-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-actions input {
  width: 60px;
  padding: 6px;
  font-size: 1rem;
}

.btn-add,
.btn-wishlist {
  padding: 10px 18px;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.btn-add {
  background-color: #e67e22;
  color: #fff;
}

.btn-add:hover {
  background-color: #d35400;
}

.btn-wishlist {
  background-color: #f2f2f2;
}

.btn-wishlist:hover {
  background-color: #ddd;
}

/* Responsive */
@media (max-width: 768px) {
  .product-container {
    flex-direction: column;
    align-items: center;
  }

  .product-image img {
    width: 100%;
    max-width: 400px;
  }

  .product-info {
    text-align: center;
  }
}
