/* ============================================================
   SAGAR TRADING — redesign.css (Corrections and Alignment Pass)
   ============================================================ */

:root {
  --copper: #af4415;
  /* Matching exact rich copper tone from mockup */
  --copper-hover: #96421C;
  --copper-light: #FBEFEE;
  --copper-ex-light: #ff560b;
  --navy-deep: #061224;
  --navy-dark: #030D1C;
  --text-dark: #0F172A;
  --text-muted: #5C6B7F;
  --text-light: #E2E8F0;
  --bg-light: #F8FAFC;
  --border-color: #E2E8F0;
  --radius-button: 4px;
  /* Rectangular as in reference design */
  --radius-card: 8px;
  --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  --shadow-premium: 0 10px 30px rgba(0, 0, 0, 0.05);
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--text-dark);
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-nav .nav-link,
.btn {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* ── BUTTON REDESIGN (RECTANGULAR & BOLD & PRECISE) ────────── */
.btn-copper {
  background-color: var(--copper) !important;
  border-color: var(--copper) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 0.82rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  padding: 13px 26px !important;
  border-radius: var(--radius-button) !important;
  transition: var(--transition-smooth) !important;
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: none !important;
  gap: 8px;
  border: none !important;
}

.btn-copper:hover {
  background-color: var(--copper-hover) !important;
  border-color: var(--copper-hover) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(174, 86, 47, 0.25) !important;
}

/* Premium Arrow-Box styled button (Hero and About CTAs) */
.btn-copper-arrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between;
  background-color: var(--copper) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 0.8rem !important;
  letter-spacing: 0.08em !important;
  border-radius: var(--radius-button) !important;
  overflow: hidden !important;
  text-decoration: none !important;
  transition: var(--transition-smooth) !important;
  border: none !important;
  padding: 0 !important;
}

.btn-copper-arrow span:first-child {
  padding: 14px 24px !important;
  display: inline-block;
}

.btn-copper-arrow .arrow-box {
  background-color: rgba(0, 0, 0, 0.15) !important;
  padding: 14px 18px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-smooth) !important;
}

.btn-copper-arrow:hover {
  background-color: var(--copper-hover) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(174, 86, 47, 0.25) !important;
}

.btn-copper-arrow:hover .arrow-box {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.btn-copper-arrow svg {
  width: 16px;
  height: 16px;
  stroke: #ffffff;
  transition: transform 0.3s;
}

.btn-copper-arrow:hover svg {
  transform: translateX(3px);
}

/* dsdf */
.btn-green-whatsapp {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between;
  background-color: #25D366 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 0.8rem !important;
  letter-spacing: 0.08em !important;
  border-radius: var(--radius-button) !important;
  overflow: hidden !important;
  text-decoration: none !important;
  transition: var(--transition-smooth) !important;
  border: none !important;
  padding: 0 !important;
}

.btn-green-whatsapp span:first-child {
  padding: 14px 24px !important;
  display: inline-block;
}

.btn-green-whatsapp .arrow-box {
  background-color: rgba(0, 0, 0, 0.15) !important;
  padding: 14px 18px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-smooth) !important;
}

.btn-green-whatsapp:hover {
  background-color: #109c44 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(174, 86, 47, 0.25) !important;
}

.btn-green-whatsapp:hover .arrow-box {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.btn-green-whatsapp i {
  width: 16px;
  height: 16px;
  transition: transform 0.3s;
}

.btn-green-whatsapp:hover i {
  transform: translateX(3px);
}
/* dfsdf */

.btn-white-outline {
  background-color: transparent !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 0.82rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  padding: 12px 26px !important;
  border-radius: var(--radius-button) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.3) !important;
  transition: var(--transition-smooth) !important;
}

.btn-white-outline:hover {
  border-color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  transform: translateY(-2px) !important;
}

/* ── HEADER (NAVBAR REDESIGN) ─────────────────────────────── */
#mainNav {
  background-color: #ffffff !important;
  border-bottom: 1px solid var(--border-color);
  transition: var(--transition-smooth);
  padding: 5px 0;
}

#mainNav.scrolled {
  background-color: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(8px);
  padding: 8px 0;
}

#mainNav .nav-link {
  color: var(--text-dark) !important;
  font-weight: 600;
  font-size: 0.92rem;
  padding: 8px 16px !important;
  transition: var(--transition-smooth);
}

#mainNav .nav-link:hover,
#mainNav .nav-link.active {
  color: var(--copper) !important;
}

/* Custom Dropdown Chevron Positioning */
#mainNav .nav-link.dropdown-toggle::after {
  display: none !important;
  /* Hide default boostrap arrow */
}

#mainNav .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

#mainNav .dropdown-chevron {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  transition: transform 0.3s;
}

#mainNav .dropdown-toggle:hover .dropdown-chevron {
  transform: rotate(180deg);
}

/* ── HERO SLIDER (POINTER-EVENTS FIX) ───────────────────────── */
.hero-section {
  position: relative;
  background-color: var(--navy-deep);
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-slide {
  position: relative;
  width: 100%;
}

.hero-media-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none !important;
  /* Pointer events pass through */
}

.hero-bg-img,
.hero-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
  pointer-events: none !important;
}

.hero-overlay,
.hero-vignette,
.hero-grain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none !important;
  /* Essential fix for Swiper buttons clickability */
}

.hero-overlay {
  background: linear-gradient(to right, rgb(255 226 213 / 47%) 20%, rgb(227 187 170 / 2%) 65%, rgb(251 224 210 / 3%) 100%);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 10;
  /* Bring contents above overlay and background */
  padding-top: 120px;
  padding-bottom: 80px;
  pointer-events: none;
  /* Let clicks pass to Swiper if not on interactive elements */
}

.hero-text-wrap {
  max-width: 680px;
  pointer-events: auto;
  /* Re-enable clicks for texts and buttons */
}

.hero-eyebrow {
  color: var(--copper-ex-light);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 18px;
  display: block;
}

/* HERO TITLE LINE WRAP PREVENTIONS */
.hero-title {
  color: #ffffff;
  font-size: clamp(2.2rem, 4.5vw, 4.2rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 24px;
}

.product-price {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  color: var(--copper);
}

.hero-title-line {
  display: block;
  white-space: nowrap;
  /* Prevent auto wrapping */
}

.hero-title-line.accent {
  color: var(--copper-ex-light);
}

.hero-sub {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 35px;
}

/* Hero sub-features list */
.hero-sub-features {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
}

.hero-sub-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
}

.hero-sub-feature-item svg {
  color: var(--copper-ex-light);
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}

.hero-sub-feature-item span {
  line-height: 18px;
  font-size: 0.9rem;
  font-weight: 600;
}

/* Swiper navigation buttons high index overlay */
.hero-controls {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  z-index: 25;
  /* Highest index to be clickable */
  pointer-events: none;
}

.hero-controls .container {
  pointer-events: auto;
}

.hero-counter {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-counter .current {
  color: #ffffff;
  font-weight: 700;
}

.hero-counter .divider {
  width: 30px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

.hero-nav-arrows {
  pointer-events: auto;
}

.hero-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  cursor: pointer !important;
  transition: var(--transition-smooth) !important;
  pointer-events: auto !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin-top: 0 !important;
}

.hero-arrow::after {
  display: none !important;
  /* Hide default Swiper font arrows */
}

.hero-arrow:hover {
  background-color: var(--copper) !important;
  border-color: var(--copper) !important;
}

.hero-arrow svg {
  width: 20px;
  height: 20px;
}

/* ── FEATURE CARDS ─────────────────────────────────────────── */
.feature-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.feature-card {
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-card);
  padding: 35px 20px;
  text-align: center;
  transition: var(--transition-smooth);
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-premium);
  border-color: rgba(174, 86, 47, 0.2);
}

.feature-icon-wrap {
  width: 64px;
  height: 64px;
  background-color: var(--copper-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--copper);
  margin: 0 auto 24px auto;
  transition: var(--transition-smooth);
}

.feature-card:hover .feature-icon-wrap {
  background-color: var(--copper);
  color: #ffffff;
}

.feature-icon-wrap svg {
  width: 28px;
  height: 28px;
}

.feature-card h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy-deep);
  margin-bottom: 12px;
}

.feature-card p {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 0;
}

/* ── PRODUCTS SECTION ──────────────────────────────────────── */
.products-section {
  padding: 80px 0;
  background-color: var(--bg-light);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 45px;
}

.product-card {
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-card);
  overflow: hidden;
  transition: var(--transition-smooth);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-premium);
  border-color: rgba(174, 86, 47, 0.2);
}

.product-img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  background-color: #f1f5f9;
  padding: 5px;
}

.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-smooth);
  border-radius: 5px;
}

.product-card:hover .product-img {
  transform: scale(1.06);
}

.product-info {
  padding: 22px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.product-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy-deep);
  margin-bottom: 10px;
}

.product-desc {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 5px;
  flex-grow: 1;
}

.product-link {
  color: var(--copper) !important;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition-smooth);
  margin-top: auto;
}

.product-link:hover {
  color: var(--copper-hover) !important;
}

.product-link svg {
  width: 14px;
  height: 14px;
  transition: transform 0.3s;
}

.product-link:hover svg {
  transform: translateX(4px);
}

/* ── ABOUT SECTION REDESIGN (FULL-BLEED SPLIT VIEW) ────────── */
.about-section-fullscreen {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.about-bg-text-full {
  position: absolute;
  right: 2%;
  bottom: -2%;
  font-size: 18rem;
  font-weight: 900;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: rgba(6, 18, 36, 0.02);
  line-height: 0.8;
  pointer-events: none;
  z-index: 1;
}

.about-grid-fullscreen {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.about-left-pane {
  position: relative;
  width: 80%;
  height: 100%;
  max-height: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  border-radius: 0 15px 15px 0;
}

.about-warehouse-img-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 15px 15px 0;
  display: block;
}

/* Overlapping vertical statistics badge */
.about-stats-card-full {
  position: absolute;
  right: -130px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--copper);
  border-radius: var(--radius-card);
  padding: 35px 30px;
  width: 220px;
  box-shadow: 0 15px 40px rgba(6, 18, 36, 0.3);
  z-index: 5;
}

.stat-item {
  color: #ffffff;
  text-align: center;
}

.stat-item h3 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 4px;
}

.stat-item p {
  font-size: 0.8rem;
  color: #d3d0d0;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  line-height: 1.3;
}

.stat-divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 20px 0;
}

.about-right-pane {
  display: flex;
  align-items: center;
  padding: 80px 10%;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}

.about-content-wrap {
  max-width: 540px;
  position: relative;
  z-index: 3;
}

.about-checklist {
  list-style: none;
  padding: 0;
  margin: 30px 0 35px 0;
}

.about-checklist li {
  font-size: 0.95rem;
  color: var(--text-dark);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.about-checklist li svg {
  color: var(--copper);
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* ── TRUST (WHY CHOOSE US) ─────────────────────────────────── */
.trust-section {
  background-color: var(--navy-deep);
  color: #ffffff;
  padding: 90px 0;
}

.trust-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  height: 100%;
  align-items: center;
}

.trust-stat-card {
  text-align: center;
  padding: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.trust-stat-card:first-child {
  border-left: none;
}

.trust-stat-icon {
  color: var(--copper);
  margin-bottom: 20px;
}

.trust-stat-icon svg {
  width: 36px;
  height: 36px;
}

.trust-stat-card h3 {
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--copper);
  margin-bottom: 6px;
}

.trust-stat-card p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0;
}

/* ── INQUIRY SECTION ────────────────────────────────────────── */
.inquiry-section {
  padding: 90px 0;
  background-color: #ffffff;
}

.inquiry-form-inline {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  width: 100%;
}

.form-group-inline {
  flex: 1;
}

.form-group-inline.req-field {
  flex: 2;
}

.inquiry-form-inline label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--navy-deep);
  margin-bottom: 10px;
  display: block;
}

.inquiry-form-inline .form-control {
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-button);
  padding: 13px 16px;
  font-size: 0.95rem;
  color: var(--text-dark);
  transition: var(--transition-smooth);
}

.inquiry-form-inline .form-control:focus {
  border-color: var(--copper);
  box-shadow: 0 0 0 4px rgba(174, 86, 47, 0.1);
  outline: none;
}

.inquiry-form-inline textarea.form-control {
  resize: none;
  height: 52px;
}

.inquiry-form-inline .btn-copper {
  margin-bottom: 0px;
  white-space: nowrap;
  height: 52px;
}

/* ── FOOTER ────────────────────────────────────────────────── */
.site-footer {
  background-color: var(--navy-dark);
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  border-top: none;
  padding-top: 85px;
}

.footer-heading {
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 28px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-desc {
  font-size: 0.85rem;
  line-height: 1.65;
  margin-bottom: 25px;
}

.footer-social-link {
  width: 38px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  transition: var(--transition-smooth);
}

.footer-social-link:hover {
  background-color: var(--copper);
  transform: translateY(-3px);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 14px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.65) !important;
  text-decoration: none;
  transition: var(--transition-smooth);
  font-size: 0.88rem;
  font-weight: 500;
}

.footer-links a:hover {
  color: var(--copper) !important;
  padding-left: 4px;
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 0.88rem;
}

.footer-contact-list svg {
  color: var(--copper);
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}

.footer-bottom-strip {
  background-color: var(--copper);
  padding: 16px 0;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
}

/* ── RESPONSIVENESS ────────────────────────────────────────── */
@media (max-width: 1200px) {
  .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .inquiry-form-inline {
    flex-wrap: wrap;
  }

  .form-group-inline {
    flex: 1 1 calc(50% - 10px);
  }

  .form-group-inline.req-field {
    flex: 1 1 100%;
  }

  .inquiry-form-inline .btn-copper {
    width: 100%;
    justify-content: center;
  }

  .trust-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 991px) {
  .hero-section {
    min-height: 690px !important;
    height: 690px;
  }
  .about-grid-fullscreen {
    grid-template-columns: 1fr;
  }

  .about-left-pane {
    width: 100%;
    border-radius: 0;
    min-height: 430px;
  }

  .about-warehouse-img-full {
    border-radius: 0;
  }

  .about-stats-card-full {
    right: 30px;
  }

  .about-right-pane {
    padding: 60px 40px;
  }

  .trust-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-stat-card {
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .hero-title-line {
    white-space: normal;
    /* Mobile wrap fallback */
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-stat-card {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .trust-stat-card:last-child {
    border-bottom: none;
  }

  .trust-stat-card h3 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {

  .pro-details-title{
    font-size: 30px !important;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }

  .products-grid {
    grid-template-columns: 1fr;
  }

  .hero-title {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .about-left-pane {
    min-height: 350px;
  }

  .about-right-pane {
    padding: 40px 20px;
  }

  .about-stats-card-full {
    padding: 25px 20px;
    width: 180px;
    right: 20px;
  }

  .about-stats-card-full h3 {
    font-size: 2rem;
  }

  .trust-stats {
    grid-template-columns: 1fr;
  }
  .hero-eyebrow {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .hero-sub {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .hero-sub-features {
    gap: 10px;
    margin-top: 15px;
    padding-top: 15px;
  }

  .hero-sub-feature-item {
    gap: 5px;
  }

  .hero-sub-feature-item span {
    font-size: 12px;
  }

  .hero-sub-feature-item svg {
    width: 30px;
    height: 30px;
  }
}

/* Swiper slide pointer events override to prevent overlapping layers */
.hero-swiper .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-duplicate-active) * {
  pointer-events: none !important;
}

/* ── PRODUCTS CAROUSEL SWIPER ───────────────────────────────── */
.products-swiper-container {
  position: relative;
  margin-top: 45px;
  width: 100%;
}

.products-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 15px 0; /* Clear space for hover animations & shadows */
}

.products-swiper .swiper-slide {
  height: auto; /* Ensure slides scale evenly */
}

/* Custom Prev/Next Navigation Buttons */
.products-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  color: var(--navy-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: var(--transition-smooth);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.products-nav-btn:hover {
  background-color: var(--copper);
  border-color: var(--copper);
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(174, 86, 47, 0.2);
}

.products-prev {
  left: -22px;
}

.products-next {
  right: -22px;
}

.products-nav-btn svg {
  width: 18px;
  height: 18px;
}

/* Hide navigation buttons on mobile/tablet */
@media (max-width: 991px) {
  .products-nav-btn {
    display: none !important;
  }
}

/* Dropdown Hover Style for Desktop */
@media (min-width: 992px) {
  .dropdown-hover:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  .dropdown-hover .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    pointer-events: auto;
  }
}

/* Dropdown Menu Redesign Styles */
#mainNav .dropdown-menu {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 8px;
  min-width: 200px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

#mainNav .dropdown-item {
  font-size: 0.88rem;
  font-weight: 500;
  color: #8f8f8f;
  padding: 6px 15px !important;
  transition: var(--transition-smooth);
  border-radius: 6px !important;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-transform: capitalize;
  margin-bottom: 5px;
}


#categoryFilter {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 10px !important;
  font-size: 16px !important;
  border-radius: 5px !important;
}
#searchFilter {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 10px !important;
  font-size: 16px !important;
  border-radius: 5px !important;
}

#mainNav .dropdown-item:hover {
  background-color: #f3ede9 !important;
  color: var(--copper-ex-light) !important;
}

.dropdown-item.active,
.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #af4415 !important;
}

.pagination .page-item .page-link {
  color: var(--copper);
}
.active>.page-link, .page-link.active {
  color: #ffffff !important;
  background-color: var(--copper) !important;
  border-color: var(--copper) !important;
}