*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --bs-dropdown-link-active-bg: transparent !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background: #fff;
  color: #1a1a2e;
  overflow-x: hidden;
}

/* Headings with Open Sans */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

/* Special emphasis text */
strong, .highlight {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}


/* ──────────────────── NAVBAR ──────────────────── */
/* nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.nav-top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 40px; height: 64px;
}
.nav-logo {
  font-family: 'Nunito', sans-serif; font-size: 28px; font-weight: 900;
  text-decoration: none; letter-spacing: -0.5px;
  background: linear-gradient(135deg, #FF6B35, #E91E8C, #9B27AF);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.nav-search {
  flex: 1; max-width: 480px; margin: 0 32px;
  display: flex; align-items: center;
  background: #f5f5f5; border-radius: 50px;
  padding: 10px 20px; gap: 10px;
  border: 2px solid transparent; transition: border-color 0.2s;
}
.nav-search:focus-within { border-color: #FF6B35; background: #fff; }
.nav-search input {
  border: none; background: none; outline: none;
  font-family: 'Poppins', sans-serif; font-size: 14px; color: #333;
  flex: 1;
}
.nav-search svg { color: #999; flex-shrink: 0; }
.nav-right { display: flex; align-items: center; gap: 20px; }
.nav-link { text-decoration: none; font-size: 13px; font-weight: 500; color: #555; transition: color 0.2s; }
.nav-link:hover { color: #FF6B35; }
.nav-btn-cart {
  background: linear-gradient(135deg, #FF6B35, #E91E8C);
  color: #fff; border: none; padding: 10px 22px;
  border-radius: 50px; font-family: 'Poppins', sans-serif;
  font-size: 13px; font-weight: 600; cursor: pointer;
  display: flex; align-items: center; gap: 6px;
  transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 4px 14px rgba(255,107,53,0.35);
}
.nav-btn-cart:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(255,107,53,0.45); }

.nav-cats {
  display: flex; align-items: center; gap: 0;
  border-top: 1px solid #f0f0f0;
  padding: 0 40px; overflow-x: auto;
  scrollbar-width: none;
}
.nav-cats::-webkit-scrollbar { display: none; }
.nav-cat {
  text-decoration: none; white-space: nowrap;
  font-size: 13px; font-weight: 600; color: #444;
  padding: 12px 20px; border-bottom: 3px solid transparent;
  transition: all 0.2s; display: flex; align-items: center; gap: 6px;
}
.nav-cat:hover, .nav-cat.active { color: #FF6B35; border-bottom-color: #FF6B35; }
.nav-cat-icon { font-size: 16px; } */

/* 1. TOP HEADER */
.top-header {
  background: #1a1a2e;
  color: #fff;
  font-size: 14px;
}

.top-header a {
  color: #fff;
}

/* 2. MAIN HEADER */
.main-header {
  background: #fff;
}

.logo {
  font-size: 22px;
  font-weight: bold;
}

.logo a {
  text-decoration: none;
  color: black;
}

.search-box input {
  border-radius: 0;
}

.search-box button {
  background: linear-gradient(135deg, #FF6B35, #E91E8C);
  border: none;
}

/* 3. MENU */
.menu-bar {
  background: #1a1a2e;
}

.menu-bar .nav-link {
  color: #fff;
  white-space: nowrap;
}

.navbar-nav {
  flex-wrap: wrap;
}

.nav-item.dropdown {
  position: static;
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
}

/* 4. HERO SECTION */
.enquiry-box {
  background:linear-gradient(160deg, #FF6B35, #E91E8C); 
  padding:20px; 
  border-radius:8px; 
  box-shadow:0 3px 10px rgba(0,0,0,0.1);
} 

@media(max-width:991px) {
  .search-box {
    width: 100% !important;
    margin-top: 10px;
  }
}

/* ──────────────────── HERO SLIDER ──────────────────── */
.hero-slider {
  margin-top: 103px;
  /* nav height */
  position: relative;
  overflow: hidden;
  height: 88vh;
  min-height: 540px;
  max-height: 720px;
}

.slides-track {
  display: flex;
  height: 100%;
  transition: transform 0.65s cubic-bezier(0.77, 0, 0.18, 1);
}

.slide {
  min-width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* Slide backgrounds */
.slide-1 {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 40%, #0f3460 100%);
}

.slide-2 {
  background: linear-gradient(135deg, #1b0036 0%, #4a0080 50%, #E91E8C 100%);
}

.slide-3 {
  background: linear-gradient(135deg, #0d2137 0%, #1a4a5e 50%, #00BCD4 100%);
}

.slide-4 {
  background: linear-gradient(135deg, #1a0a00 0%, #7B1FA2 50%, #FF6B35 100%);
}

/* Slide decorative shapes */
.slide-shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.12;
}

.s1 {
  width: 600px;
  height: 600px;
  background: #FF6B35;
  top: -200px;
  right: -100px;
}

.s2 {
  width: 300px;
  height: 300px;
  background: #E91E8C;
  bottom: -100px;
  left: 10%;
}

.s3 {
  width: 150px;
  height: 150px;
  background: #FFD700;
  top: 20%;
  right: 35%;
}

.slide-content {
  position: relative;
  z-index: 2;
  padding: 0 80px;
  width: 55%;
  color: white;
}

.slide-tag {
  display: inline-block;
  background: rgba(255, 107, 53, 0.2);
  border: 1px solid rgba(255, 107, 53, 0.5);
  color: #FF9A70;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.slide-title {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 16px;
}

.slide-title .accent {
  background: linear-gradient(90deg, #FF6B35, #E91E8C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide-title .accent2 {
  background: linear-gradient(90deg, #FFD700, #FF6B35);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide-title .accent3 {
  background: linear-gradient(90deg, #00E5FF, #E91E8C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide-title .accent4 {
  background: linear-gradient(90deg, #AB47BC, #FF6B35);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide-desc {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 440px;
}

.slide-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.slide-btn-primary {
  background: linear-gradient(135deg, #FF6B35, #E91E8C);
  color: #fff;
  border: none;
  padding: 15px 34px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 24px rgba(255, 107, 53, 0.45);
  transition: transform 0.2s, box-shadow 0.2s;
  letter-spacing: 0.03em;
}

.slide-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(255, 107, 53, 0.55);
}

.slide-btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  padding: 15px 34px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.slide-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.6);
}

.slide-offer {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}

.offer-pill {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  gap: 6px;
}

.offer-pill span {
  font-size: 18px;
}

/* Slide visual / right side */
.slide-visual {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.big-folder-wrap {
  position: relative;
  animation: floatY 3s ease-in-out infinite;
}

@keyframes floatY {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-18px);
  }
}

.big-folder {
  width: 320px;
  height: 260px;
  position: relative;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.45));
}

.bf-shadow {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  height: 20px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  filter: blur(12px);
}

.bf-body {
  width: 100%;
  height: 85%;
  position: absolute;
  bottom: 0;
  border-radius: 6px 16px 8px 8px;
}

.bf-tab {
  width: 38%;
  height: 17%;
  position: absolute;
  top: 8%;
  border-radius: 12px 12px 0 0;
  left: 0;
}

.bf-shine {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, transparent 60%);
  border-radius: inherit;
}

.bf-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 2px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.bf-lines {
  position: absolute;
  bottom: 28px;
  left: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bf-line {
  height: 3px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
}

/* Folder themes */
.folder-orange .bf-body {
  background: linear-gradient(145deg, #FF8C42, #E65100);
}

.folder-orange .bf-tab {
  background: #FF6B20;
}

.folder-purple .bf-body {
  background: linear-gradient(145deg, #CE93D8, #7B1FA2);
}

.folder-purple .bf-tab {
  background: #AB47BC;
}

.folder-teal .bf-body {
  background: linear-gradient(145deg, #4DD0E1, #00838F);
}

.folder-teal .bf-tab {
  background: #26C6DA;
}

.folder-pink .bf-body {
  background: linear-gradient(145deg, #F48FB1, #C2185B);
}

.folder-pink .bf-tab {
  background: #EC407A;
}

/* Floating badges */
.float-badge {
  position: absolute;
  background: white;
  border-radius: 14px;
  padding: 10px 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  font-weight: 700;
  color: #1a1a2e;
  display: flex;
  align-items: center;
  gap: 8px;
  animation: floatBadge 3s ease-in-out infinite;
}

.float-badge:nth-child(2) {
  animation-delay: 0.5s;
}

.float-badge:nth-child(3) {
  animation-delay: 1s;
}

@keyframes floatBadge {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.fb1 {
  top: 12%;
  right: 8%;
}

.fb2 {
  bottom: 22%;
  right: 4%;
}

.fb3 {
  bottom: 38%;
  left: 4%;
}

.badge-icon {
  font-size: 20px;
}

.badge-text {
  font-size: 11px;
}

.badge-val {
  font-size: 16px;
  font-weight: 900;
  color: #FF6B35;
}

/* Slider Controls */
.slider-prev,
.slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  color: white;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.slider-prev {
  left: 20px;
}

.slider-next {
  right: 20px;
}

.slider-prev:hover,
.slider-next:hover {
  background: rgba(255, 107, 53, 0.6);
  border-color: #FF6B35;
  transform: translateY(-50%) scale(1.1);
}

/* Dots */
.slider-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s;
  border: none;
}

.dot.active {
  width: 28px;
  border-radius: 5px;
  background: #FF6B35;
}

/* Progress bar */
.slider-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #FF6B35;
  animation: slideProgress 4.5s linear infinite;
  z-index: 10;
}

@keyframes slideProgress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

/* ──────────────────── MARQUEE ──────────────────── */
.marquee-bar {
  background: linear-gradient(90deg, #FF6B35, #E91E8C, #9B27AF, #E91E8C, #FF6B35);
  background-size: 200%;
  animation: gradShift 4s ease infinite;
  padding: 12px 0;
  overflow: hidden;
}

@keyframes gradShift {

  0%,
  100% {
    background-position: 0%;
  }

  50% {
    background-position: 100%;
  }
}

.marquee-inner {
  display: flex;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}

.marquee-item {
  font-size: 13px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.marquee-sep {
  font-size: 18px;
  opacity: 0.6;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* ──────────────────── TRUST STRIP ──────────────────── */
.trust-section {
  background: #fff7f4;
  border-bottom: 2px solid #FFE0D0;
}

.trust-item {
  min-width: 200px;
}

.trust-title {
  font-weight: 600;
}

.trust-desc {
  font-size: 13px;
  color: #666;
}

.trust-strip {
  background: #fff7f4;
  padding: 24px 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 28px;
  border-right: 1px solid #FFD0BB;
}

.trust-item:first-child {
  padding-left: 0;
}

.trust-item:last-child {
  border-right: none;
}

.trust-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #FF6B35, #E91E8C);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.trust-title {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
}

.trust-desc {
  font-size: 12px;
  color: #888;
  margin-top: 2px;
  font-weight: 400;
}

/* ──────────────────── SECTION COMMONS ──────────────────── */
.section {
  padding: 72px 40px;
}

.sec-header {
  text-align: center;
  margin-bottom: 48px;
}

.sec-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  background: linear-gradient(135deg, #FF6B35, #E91E8C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}

.sec-title {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  color: #1a1a2e;
  line-height: 1.1;
}

.sec-title .hl {
  background: linear-gradient(135deg, #FF6B35, #E91E8C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec-sub {
  font-size: 15px;
  color: #888;
  font-weight: 400;
  margin-top: 8px;
}

.view-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #FF6B35, #E91E8C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 12px;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

/* ──────────────────── CATEGORY CARDS ──────────────────── */
.cats-section {
  background: #fafafa;
}

.cats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.cat-card {
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  aspect-ratio: 3/4;
  display: flex;
  align-items: flex-end;
  transition: transform 0.3s, box-shadow 0.3s;
}

.cat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.15);
}

.cat-card:first-child {
  /* aspect-ratio: 3/5;  */
  grid-row: span 2;
}

.cat-bg {
  position: absolute;
  inset: 0;
}

.cat-bg-1 {
  background: linear-gradient(160deg, #FF6B35, #E91E8C);
}

.cat-bg-2 {
  background: linear-gradient(160deg, #7B1FA2, #4A148C);
}

.cat-bg-3 {
  background: linear-gradient(160deg, #0288D1, #01579B);
}

.cat-bg-4 {
  background: linear-gradient(160deg, #2E7D32, #1B5E20);
}

.cat-bg-5 {
  background: linear-gradient(160deg, #F57F17, #E65100);
}

.cat-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: radial-gradient(circle, white 1px, transparent 1px);
  background-size: 16px 16px;
}

.cat-emoji {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  font-size: 60px;
}

.cat-card:first-child .cat-emoji {
  font-size: 90px;
  transform: translate(-50%, -55%);
}

.cat-info {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
}

.cat-name {
  font-size: 14px;
  font-weight: 800;
  color: white;
}

.cat-count {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  margin-top: 2px;
}

/* ──────────────────── PRODUCT CARDS ──────────────────── */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.product-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  /* cursor: pointer; */
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.1);
}

.pc-img {
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 32px;
}

.pc-img-bg1 {
  background: linear-gradient(135deg, #FFF3E0, #FFE0B2);
}

.pc-img-bg2 {
  background: linear-gradient(135deg, #F3E5F5, #E1BEE7);
}

.pc-img-bg3 {
  background: linear-gradient(135deg, #E8F5E9, #C8E6C9);
}

.pc-img-bg4 {
  background: linear-gradient(135deg, #E3F2FD, #BBDEFB);
}

.pc-img-bg5 {
  background: linear-gradient(135deg, #FCE4EC, #F8BBD9);
}

.pc-img-bg6 {
  background: linear-gradient(135deg, #FFF8E1, #FFECB3);
}

.pc-img-bg7 {
  background: linear-gradient(135deg, #E8EAF6, #C5CAE9);
}

.pc-img-bg8 {
  background: linear-gradient(135deg, #FAFAFA, #EEEEEE);
}

.pc-badge-new {
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, #FF6B35, #E91E8C);
  color: white;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 50px;
  letter-spacing: 0.1em;
}

.pc-badge-sale {
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, #4CAF50, #2E7D32);
  color: white;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 50px;
}

.pc-badge-hot {
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, #FF5722, #BF360C);
  color: white;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 50px;
}

.pc-wish {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
}

.product-card:hover .pc-wish {
  opacity: 1;
}

.pc-wish:hover {
  transform: scale(1.15);
}

/* Mini folder in cards */
.mini-f {
  width: 110px;
  height: 85px;
  position: relative;
  transition: transform 0.3s;
  filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.2));
}

.product-card:hover .mini-f {
  transform: scale(1.08) rotate(-3deg);
}

.mf-body {
  position: absolute;
  width: 100%;
  height: 82%;
  bottom: 0;
  border-radius: 4px 10px 6px 6px;
}

.mf-tab {
  position: absolute;
  width: 42%;
  height: 18%;
  top: 8%;
  left: 0;
  border-radius: 8px 8px 0 0;
}

.mf-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), transparent 60%);
  border-radius: inherit;
}

.mf-line-group {
  position: absolute;
  bottom: 14px;
  left: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mf-line {
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}

.mf-or .mf-body {
  background: linear-gradient(145deg, #FF8C42, #D4470A);
}

.mf-or .mf-tab {
  background: #FF6820;
}

.mf-pu .mf-body {
  background: linear-gradient(145deg, #CE93D8, #6A1B9A);
}

.mf-pu .mf-tab {
  background: #9C27B0;
}

.mf-gr .mf-body {
  background: linear-gradient(145deg, #81C784, #2E7D32);
}

.mf-gr .mf-tab {
  background: #43A047;
}

.mf-bl .mf-body {
  background: linear-gradient(145deg, #64B5F6, #0D47A1);
}

.mf-bl .mf-tab {
  background: #1565C0;
}

.mf-pk .mf-body {
  background: linear-gradient(145deg, #F48FB1, #880E4F);
}

.mf-pk .mf-tab {
  background: #C2185B;
}

.mf-gd .mf-body {
  background: linear-gradient(145deg, #FFD54F, #E65100);
}

.mf-gd .mf-tab {
  background: #FFB300;
}

.mf-in .mf-body {
  background: linear-gradient(145deg, #7986CB, #1A237E);
}

.mf-in .mf-tab {
  background: #3949AB;
}

.mf-gy .mf-body {
  background: linear-gradient(145deg, #90A4AE, #37474F);
}

.mf-gy .mf-tab {
  background: #546E7A;
}

.pc-info {
  padding: 16px 18px 18px;
}

.pc-cat {
  font-size: 11px;
  font-weight: 600;
  color: #FF6B35;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.pc-name {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 4px 0 8px;
  line-height: 1.3;
}

.pc-stars {
  color: #FF6B35;
  font-size: 12px;
  letter-spacing: 1px;
}

.pc-rating-n {
  font-size: 12px;
  color: #888;
  margin-left: 4px;
}

.pc-price-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.pc-price {
  font-family: 'Nunito', sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #1a1a2e;
}

.pc-old {
  font-size: 13px;
  color: #bbb;
  text-decoration: line-through;
}

.pc-disc {
  font-size: 12px;
  font-weight: 700;
  color: #4CAF50;
}

.pc-swatches {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}

.swatch {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.15s, border-color 0.15s;
}

.swatch:hover,
.swatch.active {
  transform: scale(1.25);
  border-color: #FF6B35;
}

/* .pc-add {
  width: 100%; margin-top: 14px;
  background: linear-gradient(135deg, #FF6B35, #E91E8C);
  color: white; border: none; padding: 12px;
  border-radius: 12px; font-family: 'Poppins', sans-serif;
  font-size: 13px; font-weight: 700; cursor: pointer;
  transition: all 0.25s; opacity: 0; transform: translateY(6px);
  box-shadow: 0 4px 14px rgba(255,107,53,0.35);
}
.product-card:hover .pc-add { opacity: 1; transform: translateY(0); }
.pc-add:hover { box-shadow: 0 8px 24px rgba(255,107,53,0.5); transform: translateY(-1px); } */

.product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pc-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.pc-add {
  margin-top: auto;
  /* pushes button to bottom */
  width: 100%;
  background: linear-gradient(135deg, #FF6B35, #E91E8C);
  color: white;
  border: none;
  padding: 12px;
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(255, 107, 53, 0.35);
}

/* ──────────────────── PROMO BANNER ──────────────────── */
.promo-section {
  padding: 40px;
}

.promo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.promo-card {
  border-radius: 24px;
  padding: 40px 44px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.promo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.15);
}

.promo-1 {
  background: linear-gradient(135deg, #FF6B35 0%, #E91E8C 100%);
}

.promo-2 {
  background: linear-gradient(135deg, #1a1a2e 0%, #7B1FA2 100%);
}

.promo-bg-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.12;
}

.pbc1 {
  width: 280px;
  height: 280px;
  background: white;
  right: -60px;
  top: -80px;
}

.pbc2 {
  width: 160px;
  height: 160px;
  background: white;
  right: 80px;
  bottom: -60px;
}

.promo-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
}

.promo-title {
  font-family: 'Nunito', sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: white;
  line-height: 1.1;
  margin-bottom: 12px;
}

.promo-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  margin-bottom: 24px;
}

.promo-btn {
  display: inline-block;
  background: white;
  border: none;
  padding: 12px 28px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s;
  width: fit-content;
}

.promo-1 .promo-btn {
  color: #E91E8C;
}

.promo-2 .promo-btn {
  color: #7B1FA2;
}

.promo-btn:hover {
  transform: scale(1.05);
}

.promo-emoji {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 90px;
  opacity: 0.3;
}

/* ──────────────────── TESTIMONIALS ──────────────────── */
.testimonials-section {
  background: #fafafa;
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.testi-card {
  background: white;
  border-radius: 20px;
  padding: 28px;
  border: 1px solid #f0f0f0;
  transition: transform 0.3s, box-shadow 0.3s;
}

.testi-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.testi-stars {
  color: #FF6B35;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.testi-text {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testi-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #FF6B35, #E91E8C);
}

.testi-name {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
}

.testi-meta {
  font-size: 12px;
  color: #aaa;
}

/* ──────────────────── NEWSLETTER ──────────────────── */
.newsletter {
  background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 50%, #16213e 100%);
  padding: 80px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.nl-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.nl-s1 {
  position: absolute;
  width: 400px;
  height: 400px;
  background: rgba(255, 107, 53, 0.08);
  border-radius: 50%;
  top: -200px;
  left: -100px;
}

.nl-s2 {
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(233, 30, 140, 0.08);
  border-radius: 50%;
  bottom: -150px;
  right: -50px;
}

.nl-title {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  color: white;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}

.nl-title .hl {
  background: linear-gradient(90deg, #FF6B35, #E91E8C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nl-desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.nl-form {
  display: flex;
  max-width: 560px;
  margin: 0 auto;
  gap: 12px;
  position: relative;
  z-index: 2;
}

.nl-input {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  color: white;
  padding: 16px 24px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
}

.nl-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.nl-input:focus {
  border-color: #FF6B35;
}

.nl-submit {
  background: linear-gradient(135deg, #FF6B35, #E91E8C);
  color: white;
  border: none;
  padding: 16px 32px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}

.nl-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(255, 107, 53, 0.5);
}

.wholesale-submit {
  background: linear-gradient(135deg, #FF6B35, #E91E8C);
  color: white;
  border: none;
  padding: 4px 8px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}

.wholesale-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(255, 107, 53, 0.5);
}

/* ──────────────────── FOOTER ──────────────────── */
footer {
  background: #1a1a2e;
  padding: 60px 40px 28px;
}

.foot-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.foot-logo {
  font-family: 'Nunito', sans-serif;
  font-size: 32px;
  font-weight: 900;
  background: linear-gradient(135deg, #FF6B35, #E91E8C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 14px;
}

.foot-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.8;
  max-width: 260px;
}

.foot-social {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.soc-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}

.soc-btn:hover {
  background: linear-gradient(135deg, #FF6B35, #E91E8C);
  border-color: transparent;
  color: white;
}

.foot-col-title {
  font-size: 13px;
  font-weight: 800;
  color: white;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.foot-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0px !important;
}

.foot-links a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
  transition: color 0.2s;
}

.foot-links a:hover {
  color: #FF6B35;
}

.foot-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
}

.foot-copy {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.25);
}

.foot-payments {
  display: flex;
  gap: 8px;
  align-items: center;
}

.pay-chip {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
}

/* ──────────────────── REVEAL ANIMATION ──────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ──────────────────── RESPONSIVE ──────────────────── */
@media (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cats-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .cat-card:first-child {
    grid-row: span 1;
    aspect-ratio: 3/4;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .trust-item {
    border-right: none;
    padding: 0;
  }

  .promo-grid {
    grid-template-columns: 1fr;
  }

  .testi-grid {
    grid-template-columns: 1fr;
  }

  .foot-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .slide-content {
    padding: 0 40px;
    width: 70%;
  }

  .slide-visual {
    width: 38%;
  }

  .big-folder {
    width: 220px;
    height: 180px;
  }

  .nl-form {
    flex-direction: column;
  }

  .nav-top {
    padding: 0 20px;
  }

  .nav-search {
    max-width: 280px;
    margin: 0 16px;
  }

  .nav-cats {
    padding: 0 20px;
  }

  .section {
    padding: 60px 20px;
  }

  .promo-section {
    padding: 20px;
  }
}

.cat-card .cat-emoji .material-icons {
  font-size: clamp(40px, 8vw, 150px);
  line-height: 1;
  display: inline-block;
}

.nav-btn-cart .material-icons {
  font-size: 12px;
}

.pc-info .pc-add .material-icons {
  font-size: 12px;
}

.slide-tag .material-icons {
  font-size: 14px;
}

.pc-badge-hot .material-icons {
  font-size: 12px;
}

.pc-badge-sale .material-icons {
  font-size: 12px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: white !important;
}

/* Add to Cart with gradient background */
.add-cart-btn {
  background: linear-gradient(135deg, #FF6B35, #E91E8C);
  color: #fff;
  border: none;
  font-weight: 600;
}
.add-cart-btn:hover {
  opacity: 0.9;
}

/* Enquiry button styled to complement */
.enquiry-btn {
  background-color: #fff;
  color: #FF6B35;
  border: 2px solid #FF6B35;
  font-weight: 600;
}
.enquiry-btn:hover {
  background-color: #FF6B35;
  color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent !important;
  color: black !important;
}

.send-enquiry-btn {
    background: linear-gradient(135deg, #FF6B35, #E91E8C);
    color: #fff;
    border: none;
    font-weight: 600;
}

.get-quote-btn {
    background: linear-gradient(135deg, #FF6B35, #E91E8C);
    color: #fff;
    border: none;
    font-weight: 600;
}

/* Hover effect for the whole link */
a[data-bs-toggle="modal"]:hover {
  color: #FF6B35 !important; /* changes text + icon color */
  text-decoration: none;
  cursor: pointer;
}

/* Hover effect for the user icon specifically */
a[data-bs-toggle="modal"] i.fa-user:hover {
  color: #E91E8C !important; /* pink tone on hover */
  transform: scale(1.1);     /* slight zoom effect */
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Hover effect for the shopping cart icon */
.fa-shopping-cart:hover {
  color: #FF6B35 !important; /* orange tone on hover */
  transform: rotate(-10deg); /* playful tilt */
  transition: all 0.3s ease;
  cursor: pointer;
}

.login-header {
  background-color: #1a1a2e !important;
  color: white !important;
}