@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');

* {
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #111;
  background: #fff;
}
/* =========================
   NAVBAR*/
.badge {
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 12px;
}

.navbar a:hover {
  opacity: 0.9;
}
/* =========================
   NAVBAR (Premium Style)
========================= */

.custom-navbar {
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(10px);
  padding: 12px 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.brand-text {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  color: #111;
}

.brand-logo {
  border-radius: 6px;
}

.call-btn {
  background: #000;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.call-btn:hover {
  background: #222;
  transform: translateY(-2px);
  color: #fff;
}

/* =========================
   HERO
========================= */

.hero {
  height: 90vh;
  background: url('../images/hero-bg.jpg') center center / cover no-repeat;
  position: relative;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* Soft premium overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

/* Content styling */
.hero-title {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  animation: fadeUp 0.8s ease forwards;
}

.hero-subtitle {
  font-size: 1.1rem;
  color: #ddd;
  animation: fadeUp 1.1s ease forwards;
}

.hero-btn {
  border-radius: 30px;
  padding: 12px 32px;
  animation: fadeUp 1.4s ease forwards;
}

/* Smooth entrance */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .hero {
    height: auto;
    padding: 120px 20px;
  }

  .hero-title {
    font-size: 2.1rem;
  }
}


/* =========================
   SECTIONS
========================= */
section {
  padding: 80px 0;
}

#collection {
  scroll-margin-top: 100px;
}

/* =========================
   PRODUCT CARD
========================= */
.product-card {
  border: none;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  background: #fff;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.product-card img {
  border-radius: 14px 14px 0 0;
  height: 260px;
  object-fit: cover;
}
/* Rating */
.rating .fas.fa-star.text-light {
  color: #e0e0e0 !important;
}
@media (max-width: 768px) {
  .product-card img {
    height: 220px;
  }
}

/* =========================
   PRODUCT CONTENT
========================= */
.price {
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
}

.form-label {
  font-size: 13px;
  color: #555;
}

.form-select,
.form-control {
  font-size: 14px;
}

/* =========================
   BUTTONS
========================= */
.btn-dark {
  border-radius: 30px;
  padding: 10px 16px;
}

.btn-outline-secondary {
  border-radius: 30px;
  font-size: 14px;
}

/* =========================
   PRODUCT DETAILS TOGGLE
========================= */
.product-details {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 8px 10px;
}
/* Feature Cards */
.feature-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(0,0,0,0.05);
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.feature-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: var(--primary-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
}

/* Testimonials */
.testimonial-card {
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  height: 100%;
}

.testimonial-text {
  font-style: italic;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}
/* =========================
   STICKY CART
========================= */
.sticky-cart {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #000;
  color: #fff;
  padding: 12px 18px;
  border-radius: 30px;
  cursor: pointer;
  z-index: 999;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.sticky-cart .badge {
  font-size: 12px;
}

/* =========================
   GENERAL CARDS (ADMIN / CART)
========================= */
.card {
  border: none;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* =========================
   UTILITIES
========================= */
.text-muted {
  color: #777 !important;
}
/*FOOTER*/
footer a:hover {
  text-decoration: underline;
}

footer h5, footer h6 {
  letter-spacing: 0.5px;
}
footer img {
  opacity: 0.9;
}

/* WHATSAPP FLOAT BUTTON */
/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 52px;
  height: 52px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  text-decoration: none;
  z-index: 999;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}
.sticky-cart {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #000;
  color: #fff;
  padding: 12px 18px;
  border-radius: 30px;
  cursor: pointer;
  z-index: 999;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.sticky-cart.bounce {
  transform: scale(1.2);
}

/* Feedback Marquee Styles */
.feedback-section {
  overflow: hidden;
  background: #ffffff;
  padding-bottom: 3rem;
}
.feedback-marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.feedback-track {
  display: inline-flex;
  /* Adjust the 25s to make it scroll faster or slower */
  animation: scrollFeedback 25s linear infinite;
}
/* Pause the scroll when a user hovers over it */
.feedback-track:hover {
  animation-play-state: paused;
}
.feedback-card {
  width: 320px;
  white-space: normal; /* Resets text wrap inside the card */
  margin: 0 15px;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 12px;
  border: 1px solid #eaeaea;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.feedback-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

/* Infinite Loop Animation */
@keyframes scrollFeedback {
  0% { transform: translateX(0); }
  /* Translates exactly halfway so the duplicated set seamlessly restarts */
  100% { transform: translateX(-50%); } 
}
