/*
* Template Name: Sparkling Pro Website
* Based on UntreeStore by Untree.co
* Customized for Sparkling Pro branding - Modern Professional Design
* Brand Colors: Cream, white, black, minimal blue accents, primary blue (#0082fa)
*/

/* Sparkling Pro Brand Color Variables - White Primary with Minimal Grey */
:root {
  --sparkling-primary: #ffffff;
  --sparkling-white: #ffffff;
  --sparkling-black: #1a1a1a;
  --sparkling-charcoal: #2d2d2d;
  --sparkling-light-background: #fafafa;
  --sparkling-accent-blue: #4169E1; /* Minimal use for outlines only */
  --sparkling-light-blue: #0082fa;
  --sparkling-success-blue: #0066cc;
  --sparkling-dark-blue: #004499;
  --sparkling-text-dark: #1f2937;
  --sparkling-text-light: #6b7280;
  --sparkling-border-light: #f3f4f6;
  --sparkling-shadow: rgba(0, 0, 0, 0.08);
  --sparkling-shadow-hover: rgba(0, 0, 0, 0.12);
  --sparkling-gradient-primary: linear-gradient(135deg, #0082fa 0%, #0066cc 100%);
  --sparkling-gradient-dark: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
body {
  overflow-x: hidden;
  position: relative; }

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: var(--sparkling-text-dark);
  font-size: 16px;
  background-color: var(--sparkling-primary);
  letter-spacing: 0.3px;
  scroll-behavior: smooth;
  overflow-x: hidden; }

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: var(--sparkling-charcoal);
  text-decoration: none; }
  a:hover {
    color: var(--sparkling-black);
    text-decoration: none; }
  a.more {
    font-weight: 600;
    color: var(--sparkling-light-blue); }

.custom-navbar {
  background: var(--sparkling-white) !important;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 2px 10px var(--sparkling-shadow);
  border-bottom: 1px solid var(--sparkling-border-light); }
  .custom-navbar .navbar-brand {
    font-size: 28px;
    font-weight: 700;
    color: var(--sparkling-black) !important; }
    .custom-navbar .navbar-brand > span {
      color: var(--sparkling-light-green); }
  .custom-navbar .navbar-toggler {
    border-color: var(--sparkling-border-light);
    color: var(--sparkling-black);
    padding: 8px 12px; }
    .custom-navbar .navbar-toggler:active, .custom-navbar .navbar-toggler:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none;
      border-color: var(--sparkling-light-green); }
    .custom-navbar .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  @media (min-width: 992px) {
    .custom-navbar .custom-navbar-nav li {
      margin-left: 15px;
      margin-right: 15px; } }
  .custom-navbar .custom-navbar-nav li a {
    font-weight: 500;
    color: var(--sparkling-charcoal) !important;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative;
    padding: 8px 16px;
    border-radius: 6px; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-nav li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        background: var(--sparkling-light-green);
        height: 3px;
        opacity: 1;
        visibility: visible;
        width: 0;
        border-radius: 2px;
        -webkit-transition: .15s all ease-out;
        -o-transition: .15s all ease-out;
        transition: .15s all ease-out; } }
    .custom-navbar .custom-navbar-nav li a:hover {
      color: var(--sparkling-black) !important;
      background-color: var(--sparkling-light-gray); }
      .custom-navbar .custom-navbar-nav li a:hover:before {
        width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-nav li.active a {
    color: var(--sparkling-black) !important;
    background-color: var(--sparkling-light-gray); }
    .custom-navbar .custom-navbar-nav li.active a:before {
      width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-cta {
    margin-left: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-cta {
        margin-left: 40px !important; } }
    .custom-navbar .custom-navbar-cta li {
      margin-left: 0px;
      margin-right: 0px; }
      .custom-navbar .custom-navbar-cta li:first-child {
        margin-right: 20px; }

/* Modern Hero Section */
.hero-modern {
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 50%, #d1fae5 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-bg-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.floating-shape {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.15) 0%, rgba(16, 185, 129, 0.1) 100%);
  opacity: 0.8;
  animation: float 8s ease-in-out infinite;
}

.shape-1 {
  width: 200px;
  height: 200px;
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.shape-2 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 15%;
  animation-delay: 2s;
}

.shape-3 {
  width: 100px;
  height: 100px;
  top: 30%;
  right: 30%;
  animation-delay: 4s;
}

.shape-4 {
  width: 80px;
  height: 80px;
  bottom: 20%;
  left: 20%;
  animation-delay: 6s;
}

.hero-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(240, 253, 244, 0.2) 100%);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  color: var(--sparkling-text-dark);
}

.hero-badge .badge {
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgba(34, 197, 94, 0.3);
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: var(--sparkling-text-dark);
}

.text-gradient {
  background: var(--sparkling-gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-description {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--sparkling-text-light);
  margin-bottom: 2rem;
}

.hero-stats {
  margin-bottom: 2rem;
}

.stat-item {
  padding: 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(34, 197, 94, 0.2);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(34, 197, 94, 0.1);
}

.stat-item:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 25px rgba(34, 197, 94, 0.2);
}

.stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--sparkling-light-green);
  line-height: 1;
}

.stat-label {
  font-size: 0.875rem;
  color: var(--sparkling-text-light);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Hero Buttons */
.btn-hero-primary {
  background: var(--sparkling-gradient-primary);
  border: none;
  color: var(--sparkling-white);
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn-hero-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(34, 197, 94, 0.4);
  color: var(--sparkling-white);
}

.btn-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.btn-hero-primary:hover .btn-shine {
  left: 100%;
}

.btn-hero-outline {
  background: transparent;
  border: 2px solid var(--sparkling-light-green);
  color: var(--sparkling-light-green);
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-hero-outline:hover {
  background: var(--sparkling-light-green);
  border-color: var(--sparkling-light-green);
  color: var(--sparkling-white);
  transform: translateY(-3px);
}

/* Hero Visual Elements */
.hero-visual {
  position: relative;
  z-index: 3;
}

.hero-image-stack {
  position: relative;
  height: 500px;
}

.hero-image-main {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.hero-image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.hero-image-main:hover img {
  transform: scale(1.05);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 60%, rgba(0, 0, 0, 0.7));
  display: flex;
  align-items: flex-end;
  padding: 2rem;
}

.achievement-badge {
  background: rgba(255, 255, 255, 0.95);
  padding: 12px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--sparkling-text-dark);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.2);
}

/* Floating Cards */
.floating-card {
  position: absolute;
  background: var(--sparkling-white);
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.floating-card:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.card-content {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: var(--sparkling-text-dark);
  font-size: 14px;
}

.card-1 {
  top: 50px;
  right: -20px;
  animation: float 6s ease-in-out infinite;
}

.card-2 {
  bottom: 100px;
  left: -30px;
  animation: float 6s ease-in-out infinite;
  animation-delay: 2s;
}

.card-3 {
  top: 200px;
  right: 50px;
  animation: float 6s ease-in-out infinite;
  animation-delay: 4s;
}

/* Responsive Hero */
@media (max-width: 992px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-description {
    font-size: 1.1rem;
  }

  .hero-image-stack {
    height: 400px;
    margin-top: 3rem;
  }

  .hero-image-main {
    height: 300px;
  }

  .floating-card {
    display: none;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .stat-number {
    font-size: 1.5rem;
  }

  .btn-hero-primary,
  .btn-hero-outline {
    padding: 12px 24px;
    font-size: 14px;
  }
}

/* Modern Highlights Section */
.highlights-modern {
  background: var(--sparkling-primary);
  position: relative;
  overflow: hidden;
}

.section-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(34, 197, 94, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(34, 197, 94, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 40% 60%, rgba(34, 197, 94, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

.section-header {
  margin-bottom: 4rem;
}

.section-badge {
  display: inline-block;
  background: var(--sparkling-gradient-primary);
  color: var(--sparkling-white);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.section-title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--sparkling-text-dark);
  margin-bottom: 1.5rem;
}

.text-highlight {
  background: var(--sparkling-gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-description {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--sparkling-text-light);
  max-width: 600px;
  margin: 0 auto;
}

/* Modern Highlight Cards */
.highlight-card-modern {
  position: relative;
  height: 100%;
  cursor: pointer;
  transition: all 0.4s ease;
}

.card-glow {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: var(--sparkling-gradient-primary);
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.card-content {
  position: relative;
  background: var(--sparkling-white);
  border-radius: 18px;
  padding: 2.5rem 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  z-index: 2;
}

.highlight-card-modern:hover .card-glow {
  opacity: 1;
}

.highlight-card-modern:hover .card-content {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.highlight-icon-modern {
  position: relative;
  margin-bottom: 2rem;
}

.icon-bg {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: var(--sparkling-gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sparkling-white);
  font-size: 2rem;
  position: relative;
  z-index: 3;
  transition: all 0.4s ease;
}

.icon-bg.eco {
  background: linear-gradient(135deg, #0082fa 0%, #0066cc 100%);
}

.icon-bg.community {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.highlight-card-modern:hover .icon-bg {
  transform: scale(1.1) rotate(5deg);
}

.icon-particles {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  pointer-events: none;
}

.particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--sparkling-light-blue);
  border-radius: 50%;
  opacity: 0;
  animation: particleFloat 3s ease-in-out infinite;
}

.particle-1 {
  top: 20%;
  left: 20%;
  animation-delay: 0s;
}

.particle-2 {
  top: 30%;
  right: 20%;
  animation-delay: 1s;
}

.particle-3 {
  bottom: 20%;
  left: 30%;
  animation-delay: 2s;
}

@keyframes particleFloat {
  0%, 100% {
    opacity: 0;
    transform: translateY(0px);
  }
  50% {
    opacity: 1;
    transform: translateY(-20px);
  }
}

.highlight-card-modern:hover .particle {
  animation-play-state: running;
}

.highlight-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--sparkling-text-dark);
  margin-bottom: 1rem;
}

.highlight-content p {
  color: var(--sparkling-text-light);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.stat-badge {
  display: inline-block;
  background: rgba(34, 197, 94, 0.1);
  color: var(--sparkling-light-green);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid rgba(34, 197, 94, 0.2);
}

.stat-badge.eco {
  background: rgba(34, 197, 94, 0.1);
  color: var(--sparkling-success-green);
  border-color: rgba(34, 197, 94, 0.2);
}

.stat-badge.community {
  background: rgba(245, 158, 11, 0.1);
  color: #d97706;
  border-color: rgba(245, 158, 11, 0.2);
}

.card-hover-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: var(--sparkling-gradient-primary);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.highlight-card-modern:hover .card-hover-effect {
  opacity: 0.05;
}

/* CTA Button */
.btn-cta-primary {
  position: relative;
  background: var(--sparkling-gradient-primary);
  border: none;
  color: var(--sparkling-white);
  padding: 18px 40px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.btn-cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(34, 197, 94, 0.4);
  color: var(--sparkling-white);
}

.btn-icon {
  transition: transform 0.3s ease;
}

.btn-cta-primary:hover .btn-icon {
  transform: translateX(5px);
}

.btn-ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn-cta-primary:hover .btn-ripple {
  width: 300px;
  height: 300px;
}

/* Responsive Highlights */
@media (max-width: 992px) {
  .section-title {
    font-size: 2.5rem;
  }

  .section-description {
    font-size: 1.1rem;
  }

  .highlight-card-modern {
    margin-bottom: 2rem;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 2rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .card-content {
    padding: 2rem 1.5rem;
  }

  .icon-bg {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .highlight-content h3 {
    font-size: 1.25rem;
  }
}

/* Modern Why Choose Us Section */
.why-choose-modern {
  background: var(--sparkling-light-background);
  position: relative;
  overflow: hidden;
}

.why-choose-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.bg-shape {
  position: absolute;
  border-radius: 50%;
  background: var(--sparkling-gradient-primary);
  opacity: 0.05;
  animation: float 12s ease-in-out infinite;
}

.bg-shape.shape-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  right: 10%;
  animation-delay: 0s;
}

.bg-shape.shape-2 {
  width: 200px;
  height: 200px;
  bottom: 20%;
  left: 15%;
  animation-delay: 4s;
}

.bg-shape.shape-3 {
  width: 150px;
  height: 150px;
  top: 50%;
  left: 50%;
  animation-delay: 8s;
}

.section-header-alt {
  text-align: left;
}

.section-badge-alt {
  display: inline-block;
  background: rgba(34, 197, 94, 0.1);
  color: var(--sparkling-light-green);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  border: 1px solid rgba(34, 197, 94, 0.2);
}

.section-title-alt {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--sparkling-text-dark);
  margin-bottom: 1.5rem;
}

.section-description-alt {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--sparkling-text-light);
  margin-bottom: 0;
}

/* Feature Items Modern */
.features-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.feature-item-modern {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem;
  background: var(--sparkling-white);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  border: 1px solid transparent;
}

.feature-item-modern:hover {
  transform: translateX(10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border-color: rgba(34, 197, 94, 0.2);
}

.feature-icon-modern {
  flex-shrink: 0;
}

.icon-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sparkling-white);
  font-size: 1.5rem;
  position: relative;
  transition: all 0.4s ease;
}

.icon-wrapper.manufacturing {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
}

.icon-wrapper.eco {
  background: var(--sparkling-gradient-primary);
}

.icon-wrapper.comprehensive {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

.icon-wrapper.community {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.feature-item-modern:hover .icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.feature-content-modern h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--sparkling-text-dark);
  margin-bottom: 0.5rem;
}

.feature-content-modern p {
  color: var(--sparkling-text-light);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.feature-highlight {
  margin-top: 0.5rem;
}

.highlight-text {
  display: inline-block;
  background: rgba(59, 130, 246, 0.1);
  color: #1d4ed8;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.highlight-text.eco {
  background: rgba(34, 197, 94, 0.1);
  color: var(--sparkling-success-green);
}

.highlight-text.comprehensive {
  background: rgba(139, 92, 246, 0.1);
  color: #7c3aed;
}

.highlight-text.community {
  background: rgba(245, 158, 11, 0.1);
  color: #d97706;
}

/* Visual Showcase */
.visual-showcase {
  position: relative;
}

.showcase-container {
  position: relative;
  height: 500px;
}

.main-image-container {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.main-image-container:hover .main-image {
  transform: scale(1.05);
}

.image-overlay-modern {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 2rem;
  border-radius: 0 0 24px 24px;
}

.overlay-content-modern {
  color: var(--sparkling-white);
}

.rating-display {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.stars {
  display: flex;
  gap: 4px;
  color: #fbbf24;
  font-size: 1.25rem;
}

.rating-text h6 {
  margin: 0;
  font-weight: 600;
  color: var(--sparkling-white);
}

.rating-text span {
  font-size: 14px;
  opacity: 0.8;
}

/* Floating Elements */
.floating-element {
  position: absolute;
  background: var(--sparkling-white);
  border-radius: 16px;
  padding: 12px 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.floating-element:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.element-content {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--sparkling-text-dark);
  font-size: 14px;
  white-space: nowrap;
}

.element-content i {
  color: var(--sparkling-light-green);
}

.element-1 {
  top: 20px;
  right: -20px;
  animation-delay: 0s;
}

.element-2 {
  bottom: 80px;
  left: -30px;
  animation-delay: 2s;
}

.element-3 {
  top: 150px;
  right: 30px;
  animation-delay: 4s;
}

/* Responsive Why Choose */
@media (max-width: 992px) {
  .section-title-alt {
    font-size: 2.25rem;
  }

  .features-list {
    margin-top: 3rem;
  }

  .showcase-container {
    height: 400px;
    margin-top: 2rem;
  }

  .main-image-container {
    height: 300px;
  }

  .floating-element {
    display: none;
  }
}

@media (max-width: 576px) {
  .section-title-alt {
    font-size: 1.875rem;
  }

  .feature-item-modern {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .feature-item-modern:hover {
    transform: translateY(-5px);
  }

  .icon-wrapper {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
}

/* Modern Products Section */
.products-modern {
  background: var(--sparkling-primary);
  position: relative;
  overflow: hidden;
}

.products-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.bg-gradient-1 {
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 20s ease-in-out infinite;
}

.bg-gradient-2 {
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 25s ease-in-out infinite reverse;
}

/* Product Cards Modern */
.product-card-modern {
  background: var(--sparkling-white);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border: 1px solid transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-card-modern:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border-color: rgba(34, 197, 94, 0.2);
}

.product-image-container {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
  background: #f8f9fa;
}

.product-card-modern:hover .product-image {
  transform: scale(1.1);
}

.product-overlay-modern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
}

.product-card-modern:hover .product-overlay-modern {
  opacity: 1;
}

.btn-product-view {
  background: var(--sparkling-white);
  color: var(--sparkling-text-dark);
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  transform: translateY(20px);
}

.product-card-modern:hover .btn-product-view {
  transform: translateY(0);
}

.btn-product-view:hover {
  background: var(--sparkling-light-green);
  color: var(--sparkling-white);
  transform: scale(1.05);
}

.product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 8px 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--sparkling-text-dark);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.product-badge.automotive i {
  color: #3b82f6;
}

.product-badge.commercial i {
  color: var(--sparkling-light-green);
}

.product-badge.glass i {
  color: #8b5cf6;
}

.product-content-modern {
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.product-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.product-title-modern {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--sparkling-text-dark);
  margin: 0;
  flex-grow: 1;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 1rem;
}

.product-rating .stars {
  display: flex;
  gap: 2px;
  color: #fbbf24;
  font-size: 14px;
}

.rating-text {
  font-size: 14px;
  font-weight: 600;
  color: var(--sparkling-text-light);
}

.product-description-modern {
  color: var(--sparkling-text-light);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.product-features {
  display: flex;
  gap: 8px;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.feature-tag {
  background: rgba(34, 197, 94, 0.1);
  color: var(--sparkling-light-green);
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-action {
  margin-top: auto;
}

.btn-product-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sparkling-light-green);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  padding: 8px 0;
}

.btn-product-cta:hover {
  color: var(--sparkling-success-green);
  gap: 12px;
}

.btn-product-cta i {
  transition: transform 0.3s ease;
}

.btn-product-cta:hover i {
  transform: translateX(4px);
}

/* Responsive Products */
@media (max-width: 992px) {
  .product-image-container {
    height: 240px;
  }

  .product-content-modern {
    padding: 1.5rem;
  }

  .product-header {
    flex-direction: column;
    gap: 0.5rem;
  }

  .product-rating {
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .product-image-container {
    height: 200px;
  }

  .product-content-modern {
    padding: 1.25rem;
  }

  .product-title-modern {
    font-size: 1.125rem;
  }

  .product-features {
    gap: 6px;
  }

  .feature-tag {
    font-size: 11px;
    padding: 3px 10px;
  }
}

/* Modern Footer */
.footer-modern {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 50%, #bae6fd 100%);
  color: var(--sparkling-text-dark);
  position: relative;
  overflow: hidden;
}

.footer-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="footerPattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(34,197,94,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23footerPattern)"/></svg>');
  pointer-events: none;
}

/* Newsletter Redesigned */
.newsletter-redesigned {
  padding: 5rem 0;
  border-bottom: 1px solid rgba(34, 197, 94, 0.2);
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.newsletter-bg-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.bg-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.1) 0%, rgba(16, 185, 129, 0.05) 100%);
  animation: float 15s ease-in-out infinite;
}

.circle-1 {
  width: 200px;
  height: 200px;
  top: -50px;
  right: 10%;
  animation-delay: 0s;
}

.circle-2 {
  width: 150px;
  height: 150px;
  bottom: -30px;
  left: 15%;
  animation-delay: 5s;
}

.circle-3 {
  width: 100px;
  height: 100px;
  top: 50%;
  left: 5%;
  animation-delay: 10s;
}

.newsletter-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 3rem 2.5rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.newsletter-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
}

.newsletter-header {
  margin-bottom: 2rem;
}

.newsletter-icon-redesigned {
  display: inline-block;
  position: relative;
}

.icon-container {
  position: relative;
  display: inline-block;
}

.logo-redesigned {
  height: 60px;
  width: auto;
  border-radius: 12px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.icon-glow {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: var(--sparkling-gradient-primary);
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.newsletter-card:hover .icon-glow {
  opacity: 0.2;
}

.newsletter-title-redesigned {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--sparkling-text-dark);
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.newsletter-subtitle {
  font-size: 1.25rem;
  color: var(--sparkling-text-light);
  margin: 0;
  line-height: 1.5;
}

/* Newsletter Benefits */
.newsletter-benefits {
  margin-bottom: 2.5rem;
}

.benefit-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1rem;
  background: rgba(34, 197, 94, 0.05);
  border-radius: 16px;
  border: 1px solid rgba(34, 197, 94, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.benefit-item:hover {
  background: rgba(34, 197, 94, 0.1);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(34, 197, 94, 0.15);
}

.benefit-icon {
  width: 40px;
  height: 40px;
  background: var(--sparkling-gradient-primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sparkling-white);
  font-size: 1.125rem;
  flex-shrink: 0;
}

.benefit-text {
  font-weight: 600;
  color: var(--sparkling-text-dark);
  font-size: 0.95rem;
  text-align: center;
}

/* Newsletter Form Redesigned */
.newsletter-form-redesigned {
  position: relative;
}

.form-container {
  max-width: 600px;
  margin: 0 auto;
}

.input-group-redesigned {
  display: flex;
  gap: 1rem;
  background: var(--sparkling-white);
  padding: 8px;
  border-radius: 60px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(34, 197, 94, 0.1);
  transition: all 0.3s ease;
}

.input-group-redesigned:focus-within {
  border-color: var(--sparkling-light-green);
  box-shadow: 0 12px 40px rgba(34, 197, 94, 0.2);
}

.input-wrapper {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
}

.input-icon {
  position: absolute;
  left: 16px;
  color: var(--sparkling-text-light);
  font-size: 1rem;
  z-index: 2;
  transition: color 0.3s ease;
}

.form-input-redesigned {
  width: 100%;
  background: transparent;
  border: none;
  padding: 16px 16px 16px 48px;
  font-size: 16px;
  color: var(--sparkling-text-dark);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.form-input-redesigned::placeholder {
  color: var(--sparkling-text-light);
}

.form-input-redesigned:focus {
  outline: none;
  background: rgba(34, 197, 94, 0.02);
}

.form-input-redesigned:focus + .input-icon,
.input-wrapper:focus-within .input-icon {
  color: var(--sparkling-light-green);
}

.btn-subscribe-redesigned {
  background: var(--sparkling-gradient-primary);
  border: none;
  color: var(--sparkling-white);
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  white-space: nowrap;
  min-width: 160px;
  justify-content: center;
}

.btn-subscribe-redesigned:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(34, 197, 94, 0.4);
}

.btn-wave {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.btn-subscribe-redesigned:hover .btn-wave {
  left: 100%;
}

.btn-icon {
  transition: transform 0.3s ease;
}

.btn-subscribe-redesigned:hover .btn-icon {
  transform: translateX(3px);
}

/* Trust Indicators */
.trust-indicators {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 1.5rem;
}

.trust-item {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: var(--sparkling-text-light);
}

/* Footer Content */
.footer-content {
  padding: 4rem 0 2rem;
  position: relative;
  z-index: 2;
}

.footer-brand {
  margin-bottom: 2rem;
}

.brand-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--sparkling-text-dark);
}

.brand-dot {
  color: var(--sparkling-light-green);
}

.brand-description {
  color: var(--sparkling-text-light);
  line-height: 1.6;
  margin-bottom: 2rem;
}

.footer-stats {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.footer-stats .stat-item {
  text-align: center;
}

.footer-stats .stat-number {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--sparkling-light-green);
  line-height: 1;
}

.footer-stats .stat-label {
  font-size: 0.875rem;
  color: var(--sparkling-text-light);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.social-links-modern {
  margin-top: 2rem;
}

.social-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--sparkling-text-dark);
}

.social-icons {
  display: flex;
  gap: 1rem;
}

.social-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(34, 197, 94, 0.2);
}

.social-icon.facebook {
  background: rgba(59, 89, 152, 0.2);
  color: #3b5998;
}

.social-icon.tiktok {
  background: rgba(0, 0, 0, 0.2);
  color: #000000;
}

.social-icon:hover {
  transform: translateY(-3px);
  border-color: currentColor;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.column-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: var(--sparkling-light-green);
  position: relative;
}

.column-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--sparkling-light-green);
  border-radius: 1px;
}

.footer-links-modern {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-modern li {
  margin-bottom: 0.75rem;
}

.footer-links-modern a {
  color: var(--sparkling-text-light);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-links-modern a:hover {
  color: var(--sparkling-light-green);
  transform: translateX(5px);
}

.contact-info-modern {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.contact-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sparkling-light-green);
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-item a,
.contact-item span {
  color: var(--sparkling-text-light);
  text-decoration: none;
  transition: color 0.3s ease;
  line-height: 1.5;
}

.contact-item a:hover {
  color: var(--sparkling-light-green);
}

/* Responsive Newsletter */
@media (max-width: 992px) {
  .newsletter-redesigned {
    padding: 4rem 0;
  }

  .newsletter-card {
    padding: 2.5rem 2rem;
  }

  .newsletter-title-redesigned {
    font-size: 2rem;
  }

  .newsletter-subtitle {
    font-size: 1.125rem;
  }

  .input-group-redesigned {
    flex-direction: column;
    gap: 0.75rem;
    padding: 12px;
  }

  .btn-subscribe-redesigned {
    width: 100%;
    min-width: auto;
  }

  .trust-indicators {
    flex-direction: column;
    gap: 1rem;
  }
}

/* Responsive Footer */
@media (max-width: 992px) {
  .brand-title {
    font-size: 2rem;
  }

  .footer-stats {
    justify-content: center;
    gap: 1.5rem;
  }

  .social-icons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .newsletter-redesigned {
    padding: 3rem 0;
  }

  .newsletter-card {
    padding: 2rem 1.5rem;
    margin: 0 1rem;
  }

  .newsletter-title-redesigned {
    font-size: 1.75rem;
  }

  .benefit-item {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.75rem;
  }

  .benefit-text {
    font-size: 0.875rem;
  }

  .footer-content {
    padding: 3rem 0 1.5rem;
  }
}

@media (max-width: 576px) {
  .newsletter-title-redesigned {
    font-size: 1.5rem;
  }

  .newsletter-subtitle {
    font-size: 1rem;
  }

  .logo-redesigned {
    height: 50px;
  }

  .benefit-icon {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }

  .form-input-redesigned {
    padding: 14px 14px 14px 44px;
    font-size: 15px;
    border-radius: 12px;
  }

  .btn-subscribe-redesigned {
    padding: 14px 24px;
    font-size: 15px;
  }

  .brand-title {
    font-size: 1.75rem;
  }

  .footer-stats {
    gap: 1rem;
  }

  .footer-stats .stat-number {
    font-size: 1.25rem;
  }

  .social-icons {
    gap: 0.75rem;
  }

  .social-icon {
    width: 40px;
    height: 40px;
  }
}

/* Global Improvements */
.text-primary {
  color: var(--sparkling-light-blue) !important;
}

.bg-primary {
  background: var(--sparkling-gradient-primary) !important;
}

.btn-primary {
  background: var(--sparkling-gradient-primary);
  border-color: var(--sparkling-light-blue);
  color: var(--sparkling-white);
}

.btn-primary:hover {
  background: var(--sparkling-success-blue);
  border-color: var(--sparkling-success-blue);
  color: var(--sparkling-white);
  transform: translateY(-2px);
}

/* Wholesale Pricing Styles */
.wholesale-price {
  color: #0082fa;
  font-weight: 600;
}

.regular-price {
  font-size: 0.9em;
  margin-left: 8px;
}

.wholesale-info {
  margin-top: 5px;
  font-size: 0.85em;
}

.wholesale-info .text-success {
  color: #0082fa !important;
}

.wholesale-info .text-info {
  color: #17a2b8 !important;
}

.price-container .wholesale-info {
  margin-top: 3px;
}

.price-container .wholesale-info small {
  display: block;
  line-height: 1.2;
}

/* Cart Item Wholesale Styles */
.cart-item .wholesale-info {
  margin-top: 8px;
}

.cart-item .wholesale-price {
  color: #28a745;
  font-weight: 600;
}

.cart-item .regular-price {
  text-decoration: line-through;
  color: #6c757d;
  font-size: 0.9em;
  margin-left: 8px;
}

/* Product Card Wholesale Info */
.product-card .wholesale-info {
  margin-top: 8px;
  padding: 4px 8px;
  background: rgba(23, 162, 184, 0.1);
  border-radius: 4px;
  border-left: 3px solid #17a2b8;
}

.product-card .wholesale-info small {
  color: #17a2b8;
  font-weight: 500;
}

/* Dynamic Featured Products */
.loading-spinner {
  padding: 60px 20px;
}

.loading-spinner i {
  color: var(--sparkling-light-green);
}

/* Featured Product Cards */
.product-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.product-image-container {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
  background: #f8f9fa;
}

.product-card:hover .product-image {
  transform: scale(1.05);
}

.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card:hover .product-overlay {
  opacity: 1;
}

.product-info {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-name {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.product-description {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 12px;
  flex: 1;
}

.price-container {
  margin-bottom: 15px;
}

.current-price {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--sparkling-light-green);
}

.product-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.stock-status {
  font-size: 0.85rem;
  font-weight: 500;
}

.stock-status.text-success {
  color: #28a745 !important;
}

.stock-status.text-danger {
  color: #dc3545 !important;
}

/* Smooth Scroll Behavior */
html {
  scroll-behavior: smooth;
}

/* Loading Animation */
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--sparkling-white);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.page-loader.fade-out {
  opacity: 0;
  pointer-events: none;
}

.loader-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid rgba(0, 130, 250, 0.1);
  border-top: 3px solid var(--sparkling-light-blue);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
  .hero .intro-excerpt {
    position: relative;
    z-index: 4; }
    @media (min-width: 992px) {
      .hero .intro-excerpt {
        max-width: 500px; } }
  .hero h1 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.2; }
    @media (min-width: 1400px) {
      .hero h1 {
        font-size: 48px; } }
  .hero p {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.6; }
  .hero .hero-img-wrap {
    position: relative; }
    .hero .hero-img-wrap img {
      position: relative;
      top: 0px;
      right: 0px;
      z-index: 2;
      max-width: 780px;
      left: -20px; }
      @media (min-width: 768px) {
        .hero .hero-img-wrap img {
          right: 0px;
          left: -100px; } }
      @media (min-width: 992px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          position: absolute;
          right: -50px; } }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          right: -100px; } }
    .hero .hero-img-wrap:after {
      content: "";
      position: absolute;
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-light.svg");
      background-size: contain;
      background-repeat: no-repeat;
      right: -100px;
      top: -0px; }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap:after {
          top: -40px; } }

.btn {
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--sparkling-charcoal);
  border-color: var(--sparkling-charcoal);
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px var(--sparkling-shadow); }
  .btn:hover {
    color: #ffffff;
    background: var(--sparkling-black);
    border-color: var(--sparkling-black);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px var(--sparkling-shadow-hover); }
  .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: var(--sparkling-light-blue);
    border-color: var(--sparkling-light-blue);
    color: var(--sparkling-white); }
    .btn.btn-primary:hover {
      background: var(--sparkling-success-blue);
      border-color: var(--sparkling-success-blue);
      color: var(--sparkling-white); }
  .btn.btn-secondary {
    color: var(--sparkling-white);
    background: var(--sparkling-charcoal);
    border-color: var(--sparkling-charcoal); }
    .btn.btn-secondary:hover {
      background: var(--sparkling-black);
      border-color: var(--sparkling-black);
      color: var(--sparkling-white); }
  .btn.btn-white-outline {
    background: transparent;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.5);
    color: var(--sparkling-white); }
    .btn.btn-white-outline:hover {
      border-color: white;
      background: rgba(255, 255, 255, 0.1);
      color: #ffffff; }

.section-title {
  color: var(--sparkling-black);
  font-weight: 700;
  margin-bottom: 2rem; }

.product-section {
  padding: 7rem 0;
  background: var(--sparkling-light-gray); }
  .product-section .product-item {
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    padding-bottom: 50px;
    cursor: pointer; }
    .product-section .product-item .product-thumbnail {
      margin-bottom: 30px;
      position: relative;
      top: 0;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item h3 {
      font-weight: 600;
      font-size: 16px; }
    .product-section .product-item strong {
      font-weight: 800 !important;
      font-size: 18px !important; }
    .product-section .product-item h3, .product-section .product-item strong {
      color: #2f2f2f;
      text-decoration: none; }
    .product-section .product-item .icon-cross {
      position: absolute;
      width: 35px;
      height: 35px;
      display: inline-block;
      background: #2f2f2f;
      bottom: 15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-bottom: -17.5px;
      border-radius: 50%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .product-section .product-item .icon-cross img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .product-section .product-item:before {
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      content: "";
      background: #dce5e4;
      height: 0%;
      z-index: -1;
      border-radius: 10px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item:hover .product-thumbnail {
      top: -25px; }
    .product-section .product-item:hover .icon-cross {
      bottom: 0;
      opacity: 1;
      visibility: visible; }
    .product-section .product-item:hover:before {
      height: 70%; }

.why-choose-section {
  padding: 7rem 0; }
  .why-choose-section .img-wrap {
    position: relative; }
    .why-choose-section .img-wrap:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-yellow.svg");
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .why-choose-section .img-wrap img {
      border-radius: 20px; }

.feature {
  margin-bottom: 30px; }
  .feature .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 20px; }
    .feature .icon:before {
      content: "";
      width: 33px;
      height: 33px;
      position: absolute;
      background: rgba(59, 93, 80, 0.2);
      border-radius: 50%;
      right: -8px;
      bottom: 0; }
  .feature h3 {
    font-size: 14px;
    color: #2f2f2f; }
  .feature p {
    font-size: 14px;
    line-height: 22px;
    color: #6a6a6a; }

.we-help-section {
  padding: 7rem 0; }
  .we-help-section .imgs-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[27];
    grid-template-columns: repeat(27, 1fr);
    position: relative; }
    .we-help-section .imgs-grid:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-green.svg");
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .we-help-section .imgs-grid .grid {
      position: relative; }
      .we-help-section .imgs-grid .grid img {
        border-radius: 20px;
        max-width: 100%; }
      .we-help-section .imgs-grid .grid.grid-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 18;
        grid-column: 1 / span 18;
        -ms-grid-row: 1;
        -ms-grid-row-span: 27;
        grid-row: 1 / span 27; }
      .we-help-section .imgs-grid .grid.grid-2 {
        -ms-grid-column: 19;
        -ms-grid-column-span: 27;
        grid-column: 19 / span 27;
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        grid-row: 1 / span 5;
        padding-left: 20px; }
      .we-help-section .imgs-grid .grid.grid-3 {
        -ms-grid-column: 14;
        -ms-grid-column-span: 16;
        grid-column: 14 / span 16;
        -ms-grid-row: 6;
        -ms-grid-row-span: 27;
        grid-row: 6 / span 27;
        padding-top: 20px; }

.custom-list {
  width: 100%; }
  .custom-list li {
    display: inline-block;
    width: calc(50% - 20px);
    margin-bottom: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px; }
    .custom-list li:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 2px solid #3b5d50;
      position: absolute;
      left: 0;
      top: 8px; }

.popular-product {
  padding: 0 0 7rem 0; }
  .popular-product .product-item-sm h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f; }
  .popular-product .product-item-sm a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .popular-product .product-item-sm a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .popular-product .product-item-sm p {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 14px; }
  .popular-product .product-item-sm .thumbnail {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    position: relative; }
    .popular-product .product-item-sm .thumbnail:before {
      content: "";
      position: absolute;
      border-radius: 20px;
      background: #dce5e4;
      width: 98px;
      height: 98px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1; }

.testimonial-section {
  padding: 3rem 0 7rem 0; }

.testimonial-slider-wrap {
  position: relative; }
  .testimonial-slider-wrap .tns-inner {
    padding-top: 30px; }
  .testimonial-slider-wrap .item .testimonial-block blockquote {
    font-size: 16px; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap .item .testimonial-block blockquote {
        line-height: 32px;
        font-size: 18px; } }
  .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
    margin-bottom: 20px; }
    .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
      max-width: 80px;
      border-radius: 50%; }
  .testimonial-slider-wrap .item .testimonial-block .author-info h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 0; }
  .testimonial-slider-wrap #testimonial-nav {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%;
    display: none; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap #testimonial-nav {
        display: block; } }
    .testimonial-slider-wrap #testimonial-nav > span {
      cursor: pointer;
      position: absolute;
      width: 58px;
      height: 58px;
      line-height: 58px;
      border-radius: 50%;
      background: rgba(59, 93, 80, 0.1);
      color: #2f2f2f;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .testimonial-slider-wrap #testimonial-nav > span:hover {
        background: #3b5d50;
        color: #ffffff; }
    .testimonial-slider-wrap #testimonial-nav .prev {
      left: -10px; }
    .testimonial-slider-wrap #testimonial-nav .next {
      right: 0; }
  .testimonial-slider-wrap .tns-nav {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .testimonial-slider-wrap .tns-nav button {
      background: none;
      border: none;
      display: inline-block;
      position: relative;
      width: 0 !important;
      height: 7px !important;
      margin: 2px; }
      .testimonial-slider-wrap .tns-nav button:active, .testimonial-slider-wrap .tns-nav button:focus, .testimonial-slider-wrap .tns-nav button:hover {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none; }
      .testimonial-slider-wrap .tns-nav button:before {
        display: block;
        width: 7px;
        height: 7px;
        left: 0;
        top: 0;
        position: absolute;
        content: "";
        border-radius: 50%;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        background-color: #d6d6d6; }
      .testimonial-slider-wrap .tns-nav button:hover:before, .testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
        background-color: #3b5d50; }

.before-footer-section {
  padding: 7rem 0 12rem 0 !important; }

.blog-section {
  padding: 7rem 0 12rem 0; }
  .blog-section .post-entry a {
    text-decoration: none; }
  .blog-section .post-entry .post-thumbnail {
    display: block;
    margin-bottom: 20px; }
    .blog-section .post-entry .post-thumbnail img {
      border-radius: 20px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
  .blog-section .post-entry .post-content-entry {
    padding-left: 15px;
    padding-right: 15px; }
    .blog-section .post-entry .post-content-entry h3 {
      font-size: 16px;
      margin-bottom: 0;
      font-weight: 600;
      margin-bottom: 7px; }
    .blog-section .post-entry .post-content-entry .meta {
      font-size: 14px; }
      .blog-section .post-entry .post-content-entry .meta a {
        font-weight: 600; }
  .blog-section .post-entry:hover .post-thumbnail img, .blog-section .post-entry:focus .post-thumbnail img {
    opacity: .7; }

.footer-section {
  padding: 80px 0;
  background: #ffffff; }
  .footer-section .relative {
    position: relative; }
  .footer-section a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .footer-section a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .footer-section .subscription-form {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    margin-top: 100px; }
    @media (min-width: 992px) {
      .footer-section .subscription-form {
        margin-top: 0px;
        margin-bottom: 80px; } }
    .footer-section .subscription-form h3 {
      font-size: 20px;
      font-weight: 600;
      color: var(--sparkling-charcoal); }
    .footer-section .subscription-form .form-control {
      height: 50px;
      border-radius: 10px;
      font-family: "Inter", sans-serif; }
      .footer-section .subscription-form .form-control:active, .footer-section .subscription-form .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #3b5d50;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
      .footer-section .subscription-form .form-control::-webkit-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control::-moz-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-ms-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-moz-placeholder {
        font-size: 14px; }
    .footer-section .subscription-form .btn {
      border-radius: 10px !important; }
  .footer-section .sofa-img {
    position: absolute;
    top: -120px;
    z-index: 1;
    right: 20px; }
    .footer-section .sofa-img img {
      max-width: 120px;
      border-radius: 12px;
      box-shadow: 0 4px 12px var(--sparkling-shadow); }
  .footer-section .links-wrap {
    margin-top: 0px; }
    @media (min-width: 992px) {
      .footer-section .links-wrap {
        margin-top: 54px; } }
    .footer-section .links-wrap ul li {
      margin-bottom: 10px; }
  .footer-section .footer-logo-wrap .footer-logo {
    font-size: 28px;
    font-weight: 700;
    text-decoration: none;
    color: var(--sparkling-charcoal); }
  .footer-section .custom-social li {
    margin: 4px;
    display: inline-block; }
    .footer-section .custom-social li a {
      width: 44px;
      height: 44px;
      text-align: center;
      line-height: 44px;
      display: inline-block;
      background: var(--sparkling-light-gray);
      color: var(--sparkling-charcoal);
      border-radius: 8px;
      transition: all 0.3s ease; }
      .footer-section .custom-social li a:hover {
        background: var(--sparkling-light-green);
        color: var(--sparkling-white);
        transform: translateY(-2px); }
  .footer-section .border-top {
    border-color: #dce5e4; }
    .footer-section .border-top.copyright {
      font-size: 14px !important; }

.untree_co-section {
  padding: 7rem 0; }

.form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #3b5d50;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
  .form-control::-webkit-input-placeholder {
    font-size: 14px; }
  .form-control::-moz-placeholder {
    font-size: 14px; }
  .form-control:-ms-input-placeholder {
    font-size: 14px; }
  .form-control:-moz-placeholder {
    font-size: 14px; }

.service {
  line-height: 1.5; }
  .service .service-icon {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #3b5d50;
    margin-right: 20px;
    color: #ffffff; }

textarea {
  height: auto !important; }

.site-blocks-table {
  overflow: auto; }
  .site-blocks-table .product-thumbnail {
    width: 200px; }
  .site-blocks-table .btn {
    padding: 2px 10px; }
  .site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 0px !important;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px; }
  .site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8); }
  .site-blocks-table tbody tr:first-child td {
    border-top: 1px solid #3b5d50 !important; }
  .site-blocks-table .btn {
    background: none !important;
    color: #000000;
    border: none;
    height: auto !important; }

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important; }

.site-block-order-table td, .site-block-order-table th {
  color: #000000; }

.couponcode-wrap input {
  border-radius: 10px !important; }

.text-primary {
  color: var(--sparkling-light-green) !important; }

.thankyou-icon {
  position: relative;
  color: var(--sparkling-light-green); }
  .thankyou-icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(40, 167, 69, 0.2); }

/* Custom Sparkling Pro Styles */
.navbar-brand img {
  border-radius: 8px;
}

.product-item {
  transition: transform 0.3s ease;
}

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

.feature {
  padding: 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.feature:hover {
  background-color: rgba(135, 206, 235, 0.1);
}

.blog-entry {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.blog-entry:hover {
  transform: translateY(-5px);
}

/* News Cards */
.news-card {
  background: var(--sparkling-white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border: 1px solid transparent;
  position: relative;
}

.news-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border-color: rgba(34, 197, 94, 0.2);
}

.news-image-container {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.news-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.news-card:hover .news-image {
  transform: scale(1.05);
}

.news-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
  transition: all 0.4s ease;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 20px;
}

.news-card:hover .news-overlay {
  opacity: 1;
}

.news-category .badge {
  font-size: 12px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.news-content {
  padding: 30px 25px;
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
}

.news-date,
.news-author {
  font-size: 14px;
  color: var(--sparkling-text-light);
  display: flex;
  align-items: center;
}

.news-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}

.news-title a {
  color: var(--sparkling-text-dark);
  transition: all 0.3s ease;
}

.news-title a:hover {
  color: var(--sparkling-light-green);
}

.news-excerpt {
  color: var(--sparkling-text-light);
  line-height: 1.6;
  margin-bottom: 20px;
}

.news-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid var(--sparkling-border-light);
}

.reading-time {
  font-size: 13px;
  color: var(--sparkling-text-light);
  display: flex;
  align-items: center;
}

/* Modern Insight Cards */
.insight-card-modern {
  background: var(--sparkling-white);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border: 1px solid transparent;
  position: relative;
}

.insight-card-modern:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border-color: rgba(34, 197, 94, 0.2);
}

.insight-header {
  position: relative;
  padding: 30px 25px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.insight-icon-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.insight-icon-bg {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 0.1;
  transition: all 0.4s ease;
}

.insight-card-modern:hover .insight-icon-bg {
  transform: scale(1.2);
  opacity: 0.2;
}

.insight-icon {
  font-size: 2rem;
  z-index: 2;
  position: relative;
  transition: all 0.4s ease;
}

.insight-card-modern:hover .insight-icon {
  transform: scale(1.1);
}

.insight-category .badge {
  font-size: 11px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.insight-content {
  padding: 0 25px 30px;
}

.insight-title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  color: var(--sparkling-text-dark);
}

.insight-description {
  color: var(--sparkling-text-light);
  line-height: 1.6;
  margin-bottom: 20px;
}

.insight-footer {
  padding-top: 20px;
  border-top: 1px solid var(--sparkling-border-light);
}

.insight-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.insight-meta span {
  font-size: 13px;
  display: flex;
  align-items: center;
}

/* Legacy insight card for backward compatibility */
.insight-card {
  padding: 30px;
  border-radius: 15px;
  background: var(--sparkling-white);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.insight-card:hover {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}

/* Sustainability Section */
.sustainability-content {
  position: relative;
}

.sustainability-feature {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  border-radius: 16px;
  background: var(--sparkling-white);
  border: 1px solid var(--sparkling-border-light);
  transition: all 0.3s ease;
  height: 100%;
}

.sustainability-feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-color: rgba(34, 197, 94, 0.3);
}

.feature-icon-container {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.feature-icon-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.1;
  transition: all 0.3s ease;
}

.sustainability-feature:hover .feature-icon-bg {
  opacity: 0.2;
  transform: scale(1.1);
}

.feature-icon {
  font-size: 1.5rem;
  z-index: 2;
  position: relative;
  transition: all 0.3s ease;
}

.sustainability-feature:hover .feature-icon {
  transform: scale(1.1);
}

.feature-content {
  flex: 1;
}

.feature-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--sparkling-text-dark);
}

.feature-description {
  font-size: 0.9rem;
  color: var(--sparkling-text-light);
  line-height: 1.5;
  margin: 0;
}

.sustainability-image-container {
  position: relative;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.1) 0%, rgba(34, 197, 94, 0.3) 100%);
  opacity: 0;
  transition: all 0.4s ease;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 30px;
}

.image-wrapper:hover .image-overlay {
  opacity: 1;
}

.overlay-content {
  text-align: center;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.image-wrapper:hover .overlay-content {
  transform: translateY(0);
}

.sustainability-badge {
  background: var(--sparkling-white);
  color: var(--sparkling-success-green);
  padding: 12px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
}

.team-member {
  padding: 20px;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.team-member:hover {
  background-color: rgba(135, 206, 235, 0.1);
}

.contact-info {
  padding: 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.contact-info:hover {
  background-color: rgba(144, 238, 144, 0.1);
}

/* Accordion customization for FAQ */
.accordion-button {
  background-color: var(--sparkling-white);
  color: var(--sparkling-black);
  border: 1px solid var(--sparkling-border-light);
  border-radius: 8px;
  font-weight: 500;
}

.accordion-button:not(.collapsed) {
  background-color: var(--sparkling-light-gray);
  color: var(--sparkling-black);
  border-color: var(--sparkling-light-green);
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
}

/* Custom alert styles */
.alert-info {
  background-color: rgba(40, 167, 69, 0.1);
  border-color: var(--sparkling-light-green);
  color: var(--sparkling-text-gray);
  border-radius: 8px;
}

/* Modern Card Styles */
.card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px var(--sparkling-shadow);
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px var(--sparkling-shadow-hover);
}

/* Modern Form Styles */
.form-control {
  border: 2px solid var(--sparkling-border-light);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: var(--sparkling-light-green);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* Professional Section Spacing */
.section-padding {
  padding: 80px 0;
}

/* Modern Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: var(--sparkling-black);
  line-height: 1.3;
}

/* Advanced Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

@keyframes slideInFromBottom {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Initial state for fade-in elements - start invisible */
.fade-in-up,
.fade-in-left,
.fade-in-right,
.scale-in,
.slide-in-bottom {
  opacity: 0;
}

/* Animation definitions */
.fade-in-up {
  animation: fadeInUp 0.8s ease-out forwards;
}

.fade-in-left {
  animation: fadeInLeft 0.8s ease-out forwards;
}

.fade-in-right {
  animation: fadeInRight 0.8s ease-out forwards;
}

.scale-in {
  animation: scaleIn 0.6s ease-out forwards;
}

.float-animation {
  animation: float 6s ease-in-out infinite;
}

.pulse-animation {
  animation: pulse 2s ease-in-out infinite;
}

.slide-in-bottom {
  animation: slideInFromBottom 0.8s ease-out forwards;
}

/* Staggered animations */
.stagger-1 { animation-delay: 0.1s; }
.stagger-2 { animation-delay: 0.2s; }
.stagger-3 { animation-delay: 0.3s; }
.stagger-4 { animation-delay: 0.4s; }
.stagger-5 { animation-delay: 0.5s; }

/* Product Section Improvements */
.product-section {
  background: var(--sparkling-white);
}

.product-item {
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid var(--sparkling-border-light);
}

.product-item:hover {
  border-color: var(--sparkling-light-green);
}

.product-thumbnail {
  border-radius: 8px;
  transition: all 0.3s ease;
}

/* Why Choose Section */
.why-choose-section {
  background: var(--sparkling-light-gray);
}

/* Feature Cards */
.feature {
  background: var(--sparkling-white);
  border-radius: 12px;
  padding: 30px 20px;
  transition: all 0.3s ease;
  border: 1px solid var(--sparkling-border-light);
  height: 100%;
}

.feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px var(--sparkling-shadow-hover);
  border-color: var(--sparkling-light-green);
}

/* Icon styling */
.feature .icon i {
  transition: all 0.3s ease;
}

.feature:hover .icon i {
  transform: scale(1.1);
}

/* Navbar improvements */
.navbar-brand img {
  transition: all 0.3s ease;
}

.navbar-brand:hover img {
  transform: scale(1.05);
}

/* Footer improvements */
.footer-section {
  background: var(--sparkling-light-gray);
  border-top: 1px solid var(--sparkling-border-light);
}

/* Button outline variant */
.btn-outline-primary {
  color: var(--sparkling-light-blue);
  border-color: var(--sparkling-light-blue);
  background: transparent;
}

.btn-outline-primary:hover {
  background: var(--sparkling-light-blue);
  border-color: var(--sparkling-light-blue);
  color: var(--sparkling-white);
}

/* Minimal blue usage - only for specific accents */
.accent-blue {
  color: var(--sparkling-accent-blue);
}

.border-accent-blue {
  border-color: var(--sparkling-accent-blue);
}

/* Focus states with minimal blue */
.form-control:focus,
.btn:focus {
  outline: 2px solid var(--sparkling-accent-blue);
  outline-offset: 2px;
}

/* Professional spacing and typography */
.container {
  max-width: 1200px;
}

/* Section backgrounds for better visual hierarchy */
.hero {
  position: relative;
  overflow: hidden;
}

.product-section:nth-of-type(odd) {
  background: var(--sparkling-white);
}

.product-section:nth-of-type(even) {
  background: var(--sparkling-light-gray);
}

/* Enhanced image styling */
.img-fluid {
  transition: all 0.3s ease;
}

.img-wrap:hover .img-fluid,
.image-wrapper:hover .img-fluid {
  transform: scale(1.05);
}

/* Modern scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--sparkling-light-gray);
}

::-webkit-scrollbar-thumb {
  background: var(--sparkling-light-blue);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--sparkling-success-blue);
}

/* Professional shadows */
.shadow-sm {
  box-shadow: 0 2px 4px var(--sparkling-shadow) !important;
}

.shadow {
  box-shadow: 0 4px 8px var(--sparkling-shadow) !important;
}

.shadow-lg {
  box-shadow: 0 8px 16px var(--sparkling-shadow-hover) !important;
}

/* Responsive improvements */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 32px;
  }

  .hero p {
    font-size: 16px;
  }

  .btn {
    padding: 12px 24px;
    font-size: 14px;
  }

  .feature {
    margin-bottom: 20px;
  }
}

/* Clean, modern spacing */
.section-padding-lg {
  padding: 100px 0;
}

.section-padding-md {
  padding: 80px 0;
}

.section-padding-sm {
  padding: 60px 0;
}

/* Enhanced Hero Sections */
.hero-modern {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, var(--sparkling-white) 0%, var(--sparkling-light-background) 100%);
  overflow: hidden;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.particle {
  position: absolute;
  background: rgba(34, 197, 94, 0.3);
  border-radius: 50%;
  animation: float-particles 20s linear infinite;
}

.particle:nth-child(1) {
  width: 4px;
  height: 4px;
  left: 10%;
  animation-delay: 0s;
  animation-duration: 15s;
}

.particle:nth-child(2) {
  width: 6px;
  height: 6px;
  left: 20%;
  animation-delay: 2s;
  animation-duration: 18s;
}

.particle:nth-child(3) {
  width: 3px;
  height: 3px;
  left: 30%;
  animation-delay: 4s;
  animation-duration: 22s;
}

.particle:nth-child(4) {
  width: 5px;
  height: 5px;
  left: 40%;
  animation-delay: 6s;
  animation-duration: 16s;
}

.particle:nth-child(5) {
  width: 4px;
  height: 4px;
  left: 50%;
  animation-delay: 8s;
  animation-duration: 20s;
}

.particle:nth-child(6) {
  width: 7px;
  height: 7px;
  left: 60%;
  animation-delay: 10s;
  animation-duration: 14s;
}

.particle:nth-child(7) {
  width: 3px;
  height: 3px;
  left: 70%;
  animation-delay: 12s;
  animation-duration: 19s;
}

.particle:nth-child(8) {
  width: 5px;
  height: 5px;
  left: 80%;
  animation-delay: 14s;
  animation-duration: 17s;
}

.particle:nth-child(9) {
  width: 4px;
  height: 4px;
  left: 90%;
  animation-delay: 16s;
  animation-duration: 21s;
}

.hero-geometric-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}

.geometric-shape {
  position: absolute;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.15) 0%, rgba(16, 185, 129, 0.1) 100%);
  animation: float-geometric 25s ease-in-out infinite;
}

.shape-1 {
  width: 200px;
  height: 200px;
  top: 10%;
  right: 10%;
  animation-delay: 0s;
  transform: rotate(45deg);
}

.shape-2 {
  width: 150px;
  height: 150px;
  bottom: 20%;
  left: 5%;
  animation-delay: 8s;
  transform: rotate(-30deg);
}

.shape-3 {
  width: 100px;
  height: 100px;
  top: 30%;
  left: 15%;
  animation-delay: 16s;
  transform: rotate(60deg);
}

.hero-content-modern {
  position: relative;
  z-index: 10;
  color: var(--sparkling-text-dark);
}

.hero-badge-modern {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.3);
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  animation: pulse-glow 3s ease-in-out infinite;
}

.hero-title-modern {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 24px;
  color: var(--sparkling-text-dark);
}

.hero-title-modern .text-gradient {
  background: var(--sparkling-gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle-modern {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--sparkling-text-light);
  margin-bottom: 32px;
  max-width: 500px;
}

.hero-buttons-modern {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-hero-modern-primary {
  background: var(--sparkling-gradient-primary);
  border: none;
  color: var(--sparkling-white);
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-hero-modern-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(34, 197, 94, 0.4);
  color: var(--sparkling-white);
}

.btn-hero-modern-outline {
  background: transparent;
  border: 2px solid var(--sparkling-light-green);
  color: var(--sparkling-light-green);
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-hero-modern-outline:hover {
  background: var(--sparkling-light-green);
  border-color: var(--sparkling-light-green);
  color: var(--sparkling-white);
  transform: translateY(-3px);
}

.hero-visual-modern {
  position: relative;
  z-index: 10;
}

.hero-image-stack-modern {
  position: relative;
  height: 500px;
}

.hero-main-image-modern {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
  animation: float-image 6s ease-in-out infinite;
}

.hero-main-image-modern img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.hero-main-image-modern:hover img {
  transform: scale(1.05);
}

.hero-image-overlay-modern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
  display: flex;
  align-items: flex-end;
  padding: 30px;
  opacity: 0;
  transition: all 0.4s ease;
}

.hero-main-image-modern:hover .hero-image-overlay-modern {
  opacity: 1;
}

.hero-image-badge {
  background: rgba(255, 255, 255, 0.95);
  padding: 12px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--sparkling-text-dark);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.2);
  animation: pulse-badge 3s ease-in-out infinite;
}

.hero-floating-elements {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.floating-element {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  animation: float-elements 8s ease-in-out infinite;
}

.floating-element-1 {
  top: 50px;
  right: -20px;
  animation-delay: 0s;
}

.floating-element-2 {
  bottom: 100px;
  left: -30px;
  animation-delay: 2s;
}

.floating-element-3 {
  top: 200px;
  right: 50px;
  animation-delay: 4s;
}

.element-content {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: var(--sparkling-text-dark);
  font-size: 14px;
}

.element-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.hero-stats-modern {
  display: flex;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.hero-stat-item {
  text-align: center;
  animation: count-up 2s ease-out;
}

.stat-number-modern {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--sparkling-light-green);
  line-height: 1;
  display: block;
}

.stat-label-modern {
  font-size: 0.9rem;
  color: var(--sparkling-text-light);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
}

/* Hero Animations */
@keyframes float-particles {
  0% {
    transform: translateY(100vh) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) rotate(360deg);
    opacity: 0;
  }
}

@keyframes float-geometric {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(34, 197, 94, 0);
  }
}



@keyframes float-image {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes float-elements {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes pulse-badge {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes count-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hero Responsive Styles */
@media (max-width: 1200px) {
  .hero-modern {
    min-height: 90vh;
  }

  .hero-title-modern {
    font-size: 3rem;
  }

  .hero-image-stack-modern {
    height: 450px;
  }

  .hero-main-image-modern {
    height: 350px;
  }

  .floating-element {
    display: none;
  }
}

@media (max-width: 992px) {
  .hero-modern {
    min-height: 80vh;
    padding: 80px 0;
  }

  .hero-title-modern {
    font-size: 2.5rem;
  }

  .hero-subtitle-modern {
    font-size: 1.1rem;
  }

  .hero-image-stack-modern {
    height: 400px;
    margin-top: 40px;
  }

  .hero-main-image-modern {
    height: 300px;
  }

  .hero-stats-modern {
    gap: 20px;
    margin-top: 30px;
  }

  .stat-number-modern {
    font-size: 2rem;
  }

  .geometric-shape {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero-modern {
    min-height: 70vh;
    padding: 60px 0;
  }

  .hero-title-modern {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .hero-subtitle-modern {
    font-size: 1rem;
    margin-bottom: 24px;
  }

  .hero-buttons-modern {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .btn-hero-modern-primary,
  .btn-hero-modern-outline {
    padding: 14px 28px;
    font-size: 15px;
    width: 100%;
    justify-content: center;
  }

  .hero-image-stack-modern {
    height: 300px;
    margin-top: 30px;
  }

  .hero-main-image-modern {
    height: 250px;
  }

  .hero-stats-modern {
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    margin-top: 25px;
    text-align: center;
  }

  .hero-stat-item {
    text-align: center;
    flex: 1;
  }

  .stat-number-modern {
    font-size: 1.75rem;
  }

  .stat-label-modern {
    font-size: 0.8rem;
  }

  .particle {
    display: none;
  }
}

@media (max-width: 576px) {
  .hero-modern {
    min-height: 60vh;
    padding: 40px 0;
  }

  .hero-title-modern {
    font-size: 1.75rem;
  }

  .hero-subtitle-modern {
    font-size: 0.95rem;
  }

  .hero-badge-modern {
    font-size: 13px;
    padding: 6px 14px;
  }

  .btn-hero-modern-primary,
  .btn-hero-modern-outline {
    padding: 12px 24px;
    font-size: 14px;
  }

  .hero-image-stack-modern {
    height: 250px;
  }

  .hero-main-image-modern {
    height: 200px;
    border-radius: 16px;
  }

  .stat-number-modern {
    font-size: 1.5rem;
  }
}

.hero-image-container:hover .hero-overlay {
  background: linear-gradient(transparent 50%, rgba(0,0,0,0.8)) !important;
}

/* Highlight Cards */
.highlight-card {
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.highlight-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px var(--sparkling-shadow-hover) !important;
  border-color: var(--sparkling-light-green);
}

.highlight-icon .icon-circle {
  transition: all 0.3s ease;
}

.highlight-card:hover .icon-circle {
  transform: scale(1.1);
}

/* Feature Items */
.feature-item {
  padding: 20px 0;
  transition: all 0.3s ease;
}

.feature-item:hover {
  transform: translateX(10px);
}

.feature-item .icon-circle {
  transition: all 0.3s ease;
}

.feature-item:hover .icon-circle {
  transform: scale(1.1);
}

/* Product Cards */
.product-card {
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px var(--sparkling-shadow-hover) !important;
  border-color: var(--sparkling-light-green);
}

.product-overlay {
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease;
}

.product-card:hover .product-overlay {
  opacity: 1 !important;
}

.product-category {
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Footer Enhancements */
.footer-section {
  background: var(--sparkling-black) !important;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--sparkling-charcoal);
  color: var(--sparkling-white);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-link:hover {
  background: var(--sparkling-light-green);
  color: var(--sparkling-white);
  transform: translateY(-2px);
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: var(--sparkling-light-green);
  padding-left: 5px;
}

/* Newsletter Form */
.newsletter-form .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--sparkling-white);
}

.newsletter-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.newsletter-form .form-control:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--sparkling-light-blue);
  color: var(--sparkling-white);
  box-shadow: 0 0 0 0.2rem rgba(0, 130, 250, 0.25);
}

/* Image Overlays */
.image-overlay {
  transition: all 0.3s ease;
}

.image-wrapper:hover .image-overlay {
  background: linear-gradient(transparent, rgba(0,0,0,0.9)) !important;
}

/* Modern Button Variants */
.btn-success {
  background: var(--sparkling-light-blue);
  border-color: var(--sparkling-light-blue);
}

.btn-success:hover {
  background: var(--sparkling-success-blue);
  border-color: var(--sparkling-success-blue);
}

/* Responsive Improvements */
@media (max-width: 992px) {
  .section-padding-lg {
    padding: 60px 0;
  }

  .section-padding-md {
    padding: 50px 0;
  }

  .hero .display-4 {
    font-size: 2.5rem;
  }

  .display-5 {
    font-size: 2rem;
  }

  /* News and Insights Responsive */
  .news-image-container {
    height: 200px;
  }

  .news-content {
    padding: 25px 20px;
  }

  .news-footer {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  .insight-header {
    padding: 25px 20px 15px;
  }

  .insight-content {
    padding: 0 20px 25px;
  }

  .insight-meta {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  /* Sustainability Section Responsive */
  .sustainability-feature {
    padding: 15px;
  }

  .feature-icon-container {
    width: 45px;
    height: 45px;
  }

  .feature-icon {
    font-size: 1.3rem;
  }
}

@media (max-width: 576px) {
  .hero .display-4 {
    font-size: 2rem;
  }

  .display-5 {
    font-size: 1.75rem;
  }

  .btn-lg {
    padding: 12px 24px;
    font-size: 16px;
  }

  /* Mobile News and Insights */
  .news-image-container {
    height: 180px;
  }

  .news-content {
    padding: 20px 15px;
  }

  .news-meta {
    flex-direction: column;
    gap: 10px;
  }

  .news-title {
    font-size: 1.1rem;
  }

  .insight-header {
    padding: 20px 15px 10px;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    text-align: center;
  }

  .insight-content {
    padding: 0 15px 20px;
    text-align: center;
  }

  .insight-title {
    font-size: 1.1rem;
  }

  .insight-icon {
    font-size: 1.5rem;
  }

  .insight-icon-bg {
    width: 50px;
    height: 50px;
  }

  /* Mobile Sustainability Section */
  .sustainability-feature {
    flex-direction: column;
    text-align: center;
    padding: 20px 15px;
  }

  .feature-icon-container {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  .feature-icon {
    font-size: 1.2rem;
  }

  .feature-title {
    font-size: 1rem;
  }

  .feature-description {
    font-size: 0.85rem;
  }

  .sustainability-image-container {
    margin-top: 30px;
  }
}

/* E-commerce Styles */

/* Product Cards */
.product-card {
  background: var(--sparkling-white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border: 1px solid transparent;
  position: relative;
}

.product-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border-color: rgba(34, 197, 94, 0.2);
}

.product-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5;
}

.product-badge.sale {
  background: var(--sparkling-gradient-primary);
  color: var(--sparkling-white);
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-image-container {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.4s ease;
  background: #f8f9fa;
}

.product-card:hover .product-image {
  transform: scale(1.05);
}

.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
  opacity: 0;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card:hover .product-overlay {
  opacity: 1;
}

.product-info {
  padding: 25px 20px;
}

.product-category {
  font-size: 12px;
  color: var(--sparkling-light-green);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 8px;
}

.product-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--sparkling-text-dark);
  margin-bottom: 10px;
  line-height: 1.3;
}

.product-description {
  font-size: 0.9rem;
  color: var(--sparkling-text-light);
  line-height: 1.5;
  margin-bottom: 15px;
}

.product-features {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 15px;
}

.feature-tag {
  background: rgba(34, 197, 94, 0.1);
  color: var(--sparkling-success-green);
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

.rating-text {
  font-size: 0.85rem;
  color: var(--sparkling-text-light);
}

.stock-status {
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.stock-status.in-stock {
  color: var(--sparkling-success-green);
}

.stock-status.out-of-stock {
  color: #dc3545;
}

.price-container {
  margin-bottom: 20px;
}

.current-price {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--sparkling-light-blue);
}

.original-price {
  font-size: 1rem;
  color: var(--sparkling-text-light);
  text-decoration: line-through;
  margin-left: 10px;
}

.add-to-cart-btn {
  width: 100%;
  padding: 12px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.add-to-cart-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 130, 250, 0.3);
}

/* Category Cards */
.category-card {
  background: var(--sparkling-white);
  border-radius: 20px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  cursor: pointer;
  border: 1px solid transparent;
}

.category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border-color: rgba(34, 197, 94, 0.2);
}

.category-icon {
  font-size: 3rem;
  margin-bottom: 20px;
}

.category-card h4 {
  font-weight: 700;
  color: var(--sparkling-text-dark);
  margin-bottom: 15px;
}

.category-card p {
  color: var(--sparkling-text-light);
  margin-bottom: 20px;
}

.category-count {
  background: var(--sparkling-gradient-primary);
  color: var(--sparkling-white);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Filter Buttons */
.filter-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.filter-buttons .btn {
  border-radius: 25px;
  padding: 10px 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.filter-buttons .btn.active {
  background: var(--sparkling-gradient-primary);
  border-color: var(--sparkling-light-green);
  color: var(--sparkling-white);
}

/* Cart Badge */
.cart-badge {
  font-size: 10px;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Cart Icon Styling */
.custom-navbar-cta .nav-link {
  color: var(--sparkling-charcoal) !important;
  font-size: 1.1rem;
  padding: 8px 12px !important;
  transition: all 0.3s ease;
}

.custom-navbar-cta .nav-link:hover {
  color: var(--sparkling-light-green) !important;
  transform: translateY(-2px);
}

.custom-navbar-cta .nav-link i {
  font-size: 1.2rem;
  color: var(--sparkling-charcoal);
}

/* Ensure cart icon is visible */
.custom-navbar-cta .fa-shopping-cart {
  color: var(--sparkling-charcoal) !important;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.custom-navbar-cta .nav-link:hover .fa-shopping-cart {
  color: var(--sparkling-light-green) !important;
  transform: scale(1.1);
}

/* Phone and email icons */
.custom-navbar-cta .fa-phone,
.custom-navbar-cta .fa-envelope {
  color: var(--sparkling-charcoal) !important;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.custom-navbar-cta .nav-link:hover .fa-phone,
.custom-navbar-cta .nav-link:hover .fa-envelope {
  color: var(--sparkling-light-green) !important;
}

/* Cart badge positioning */
.cart-badge,
.cart-badge.bg-success {
  background: var(--sparkling-black) !important;
  color: white !important;
  font-size: 10px;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--sparkling-white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Cart Page Styles */
.cart-item {
  background: var(--sparkling-white);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.cart-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.cart-item-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cart-item .item-image {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

.cart-item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f8f9fa;
}

.cart-item .item-details {
  flex: 1;
}

.cart-item .item-name {
  font-weight: 700;
  color: var(--sparkling-text-dark);
  margin-bottom: 5px;
}

.cart-item .item-price {
  color: var(--sparkling-text-light);
  margin-bottom: 10px;
}

.quantity-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quantity-display {
  min-width: 40px;
  text-align: center;
  font-weight: 600;
  padding: 5px 10px;
  background: var(--sparkling-light-background);
  border-radius: 8px;
}

.cart-item .item-total {
  text-align: right;
}

/* Compact quantity buttons */
.qty-btn.btn, .btn.btn-xs {
  --bs-btn-padding-y: 0.15rem;
  --bs-btn-padding-x: 0.35rem;
  --bs-btn-font-size: 0.75rem;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-size: var(--bs-btn-font-size);
  line-height: 1;
}

/* Compact icon-only remove button */
.btn-icon {
  padding: 0.2rem 0.4rem;
  line-height: 1;
}
.btn-icon i { font-size: 0.85rem; }

/* Make the quantity display slightly tighter */
.quantity-display { min-width: 34px; padding: 3px 6px; }


.cart-item .total-price {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--sparkling-light-green);
  margin-bottom: 10px;
}

.cart-summary-card .card {
  border: none;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.summary-row.total {
  font-size: 1.25rem;
  padding: 15px 0;
}

/* Checkout Styles */
.checkout-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.step-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--sparkling-light-background);
  color: var(--sparkling-text-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.progress-step.completed .step-icon {
  background: var(--sparkling-success-blue);
  color: var(--sparkling-white);
}

.progress-step.active .step-icon {
  background: var(--sparkling-light-blue);
  color: var(--sparkling-white);
  animation: pulse 2s infinite;
}

.step-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--sparkling-text-light);
}

.progress-step.completed .step-label,
.progress-step.active .step-label {
  color: var(--sparkling-text-dark);
}

.progress-line {
  width: 80px;
  height: 2px;
  background: var(--sparkling-border-light);
  margin: 0 20px;
  position: relative;
  top: -25px;
}

.progress-line.completed {
  background: var(--sparkling-success-green);
}

.checkout-section {
  background: var(--sparkling-white);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.checkout-section .section-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--sparkling-text-dark);
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--sparkling-border-light);
}

.payment-methods {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.payment-option {
  position: relative;
}

.payment-option input[type="radio"] {
  display: none;
}

.payment-label {
  display: block;
  padding: 20px;
  border: 2px solid var(--sparkling-border-light);
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.payment-option input[type="radio"]:checked + .payment-label {
  border-color: var(--sparkling-light-green);
  background: rgba(34, 197, 94, 0.05);
}

.payment-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.payment-content i {
  font-size: 1.5rem;
}

.card-icons {
  margin-left: auto;
  display: flex;
  gap: 10px;
}

.card-icons i {
  font-size: 1.8rem;
}

.payment-details {
  display: none;
  margin-top: 20px;
  padding: 20px;
  background: var(--sparkling-light-background);
  border-radius: 12px;
}

.checkout-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid var(--sparkling-border-light);
}

.checkout-item:last-child {
  border-bottom: none;
}

.checkout-item .item-image {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
}

.checkout-item .item-info {
  flex: 1;
}

.checkout-item .item-name {
  font-weight: 600;
  color: var(--sparkling-text-dark);
  margin-bottom: 5px;
}

.checkout-item .item-details {
  font-size: 0.9rem;
  color: var(--sparkling-text-light);
}

.order-totals {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--sparkling-border-light);
}

.total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.total-row.final-total {
  font-size: 1.25rem;
  padding: 15px 0;
  border-top: 2px solid var(--sparkling-border-light);
  margin-top: 10px;
}

/* Thank You Page Styles */
.thank-you-container {
  max-width: 600px;
  margin: 0 auto;
}

.success-animation {
  margin-bottom: 30px;
}

.success-checkmark {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  stroke-width: 3;
  stroke: var(--sparkling-success-green);
  stroke-miterlimit: 10;
  margin: 0 auto;
  box-shadow: inset 0px 0px 0px var(--sparkling-success-green);
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  position: relative;
}

.success-checkmark .check-icon {
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 3px solid var(--sparkling-success-blue);
}

.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
  content: '';
  height: 100px;
  position: absolute;
  background: var(--sparkling-white);
  transform: rotate(-45deg);
}

.success-checkmark .icon-line {
  height: 3px;
  background-color: var(--sparkling-success-blue);
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}

.success-checkmark .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}

.success-checkmark .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}

.success-checkmark .icon-circle {
  top: -3px;
  left: -3px;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 3px solid rgba(0, 130, 250, 0.5);
}

.success-checkmark .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: var(--sparkling-white);
}

.thank-you-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--sparkling-text-dark);
  margin-bottom: 15px;
}

.thank-you-subtitle {
  font-size: 1.1rem;
  color: var(--sparkling-text-light);
  margin-bottom: 40px;
}

.order-confirmation-card {
  margin-bottom: 40px;
}

.order-info h6 {
  font-weight: 600;
  color: var(--sparkling-text-light);
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.order-number {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--sparkling-light-green);
}

.order-total {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--sparkling-success-green);
}

.whats-next-section {
  margin: 50px 0;
}

.next-step {
  text-align: center;
  padding: 20px;
}

.next-step .step-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 1.5rem;
}

.next-step h6 {
  font-weight: 700;
  color: var(--sparkling-text-dark);
  margin-bottom: 10px;
}

.action-buttons {
  margin: 40px 0;
}

.support-section {
  background: var(--sparkling-light-background);
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  margin-top: 40px;
}

.contact-options {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

.contact-option {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--sparkling-text-dark);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.contact-option:hover {
  color: var(--sparkling-light-green);
  transform: translateY(-2px);
}

.product-card-simple {
  background: var(--sparkling-white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.product-card-simple:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.product-card-simple .product-image {
  height: 200px;
  overflow: hidden;
}

.product-card-simple .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
  background: #f8f9fa;
}

.product-card-simple:hover .product-image img {
  transform: scale(1.05);
}

.product-card-simple .product-info {
  padding: 20px;
  text-align: center;
}

.product-card-simple .product-info h6 {
  font-weight: 700;
  color: var(--sparkling-text-dark);
  margin-bottom: 10px;
}

.product-card-simple .price {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--sparkling-light-green);
  margin-bottom: 15px;
}

/* Notifications */
.cart-notification,
.email-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  background: var(--sparkling-white);
  border-left: 4px solid var(--sparkling-success-green);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 15px 20px;
  z-index: 9999;
  transform: translateX(400px);
  transition: all 0.3s ease;
  max-width: 350px;
}

.cart-notification.remove {
  border-left-color: #dc3545;
}

.cart-notification.show,
.email-notification.show {
  transform: translateX(0);
}

.notification-content {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: var(--sparkling-text-dark);
}

/* Animations */
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 60px var(--sparkling-success-blue);
  }
}

@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}

/* Home Page Product Cards */
.product-card-shop {
  background: var(--sparkling-white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border: 1px solid transparent;
  position: relative;
}

.product-card-shop:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border-color: rgba(34, 197, 94, 0.2);
}

.product-card-shop .product-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5;
}

.product-card-shop .product-badge.sale {
  background: var(--sparkling-gradient-primary);
  color: var(--sparkling-white);
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-card-shop .product-image-container {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.product-card-shop .product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.4s ease;
  background: #f8f9fa;
}

.product-card-shop:hover .product-image {
  transform: scale(1.05);
}

.product-card-shop .product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
  opacity: 0;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card-shop:hover .product-overlay {
  opacity: 1;
}

.product-card-shop .product-info {
  padding: 20px;
}

.product-card-shop .product-category {
  font-size: 11px;
  color: var(--sparkling-light-green);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 8px;
}

.product-card-shop .product-name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--sparkling-text-dark);
  margin-bottom: 8px;
  line-height: 1.3;
}

.product-card-shop .product-description {
  font-size: 0.85rem;
  color: var(--sparkling-text-light);
  line-height: 1.4;
  margin-bottom: 12px;
}

.product-card-shop .product-features {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 12px;
}

.product-card-shop .feature-tag {
  background: rgba(34, 197, 94, 0.1);
  color: var(--sparkling-success-green);
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 500;
}

.product-card-shop .product-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}

.product-card-shop .rating-text {
  font-size: 0.8rem;
  color: var(--sparkling-text-light);
}

.product-card-shop .stock-status {
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.product-card-shop .stock-status.in-stock {
  color: var(--sparkling-success-green);
}

.product-card-shop .price-container {
  margin-bottom: 15px;
}

.product-card-shop .current-price {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--sparkling-light-green);
}

.product-card-shop .original-price {
  font-size: 0.9rem;
  color: var(--sparkling-text-light);
  text-decoration: line-through;
  margin-left: 8px;
}

.product-card-shop .add-to-cart-btn {
  width: 100%;
  padding: 10px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.product-card-shop .add-to-cart-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(34, 197, 94, 0.3);
}

/* CTA Buttons */
.cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.cart-badge-inline {
  background: var(--sparkling-black);
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 5px;
  min-width: 16px;
  text-align: center;
}

/* Responsive adjustments for home page products */
@media (max-width: 992px) {
  .product-card-shop .product-image-container {
    height: 200px;
  }

  .product-card-shop .product-info {
    padding: 15px;
  }

  .product-card-shop .product-name {
    font-size: 0.95rem;
  }

  .product-card-shop .current-price {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .product-card-shop .product-image-container {
    height: 180px;
  }

  .product-card-shop .product-features {
    gap: 3px;
  }

  .product-card-shop .feature-tag {
    font-size: 9px;
    padding: 2px 6px;
  }
}


/* Accessibility and Mobile Utilities */
/* Visually hidden utility for accessible labels */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Skip link for keyboard users */
.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-200%);
  background: #111;
  color: #fff;
  padding: 10px 14px;
  border-radius: 0 0 6px 0;
  z-index: 10000;
}
.skip-link:focus {
  transform: translateY(0);
  outline: 3px solid var(--sparkling-accent-blue);
}

/* Improved focus styles */
:where(a, button, .btn, .nav-link, input, select, textarea):focus-visible {
  outline: 3px solid var(--sparkling-accent-blue);
  outline-offset: 2px;
}

/* Prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .floating-shape,
  .bg-shape,
  .floating-card,
  .floating-element,
  .pulse-animation,
  .float-animation,
  .fade-in-up,
  .fade-in-left,
  .fade-in-right,
  .scale-in,
  .slide-in-bottom {
    transform: none !important;
  }
}

/* Mobile tweaks */
@media (max-width: 576px) {
  .custom-navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .custom-navbar .navbar-brand {
    font-size: 22px;
  }
  .custom-navbar .custom-navbar-nav li a {
    padding: 10px 12px;
  }
  .hero-modern {
    min-height: auto;
    padding: 3rem 0;
  }
  .container,
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
  .btn {
    padding: 12px 20px;
  }
}


/* Mobile spacing refinements for index hero and sections */
@media (max-width: 576px) {
  /* Hero: tighten height and inner paddings */
  .hero-modern { padding: 2rem 0; }
  .hero-modern .min-vh-100 { min-height: auto !important; }
  .hero-modern .py-5 { padding-top: 1.25rem !important; padding-bottom: 1.25rem !important; }

  /* Sections: reduce top/bottom spacing */
  .section-padding-lg { padding: 2rem 0; }
  .section-padding-md { padding: 1.75rem 0; }
  .section-padding { padding: 1.5rem 0; }

  /* Utilities: tone down large margins for small screens */
  .mb-5 { margin-bottom: 1.5rem !important; }
  .mt-5 { margin-top: 1.5rem !important; }
}


/* Fine-tune spacing above specific sections on mobile */
@media (max-width: 576px) {
  /* Reduce extra space above "Our Promise" (highlights) */
  .highlights-modern.section-padding-lg { padding-top: 1rem; }

  /* Reduce extra space above "Featured Products" */
  .products-modern.section-padding-lg { padding-top: 1rem; }
}

/* Contact Page Specific Styles */
.contact-form-wrapper {
  background: var(--sparkling-white);
  border-radius: 16px;
  padding: 3rem;
  box-shadow: 0 8px 40px var(--sparkling-shadow);
  border: 1px solid var(--sparkling-border-light);
  position: relative;
  overflow: hidden;
}

.contact-form-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--sparkling-gradient-primary);
}

.contact-form-modern {
  position: relative;
  z-index: 2;
}

.business-hours-card {
  background: var(--sparkling-white);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 20px var(--sparkling-shadow);
  border: 1px solid var(--sparkling-border-light);
  margin-bottom: 2rem;
}

.hours-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--sparkling-border-light);
}

.hours-item:last-child {
  border-bottom: none;
}

.hours-item .day {
  font-weight: 600;
  color: var(--sparkling-text-dark);
}

.hours-item .time {
  color: var(--sparkling-light-blue);
  font-weight: 500;
}

.hours-note {
  background: var(--sparkling-light-background);
  padding: 1.5rem;
  border-radius: 8px;
  border-left: 4px solid var(--sparkling-light-blue);
}

.hours-note h6 {
  color: var(--sparkling-text-dark);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.hours-note p {
  color: var(--sparkling-text-light);
  margin-bottom: 0;
  font-size: 0.9rem;
}

.service-area {
  background: var(--sparkling-white);
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px var(--sparkling-shadow);
  border: 1px solid var(--sparkling-border-light);
  transition: all 0.3s ease;
}

.service-area:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px var(--sparkling-shadow-hover);
}

.service-area h5 {
  color: var(--sparkling-text-dark);
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.service-area p {
  color: var(--sparkling-text-light);
  margin-bottom: 0;
  font-size: 0.9rem;
}

.contact-message {
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
}

.contact-message.alert-success {
  background-color: rgba(0, 130, 250, 0.1);
  border: 1px solid var(--sparkling-light-blue);
  color: var(--sparkling-success-blue);
}

.contact-message.alert-danger {
  background-color: rgba(220, 38, 38, 0.1);
  border: 1px solid #dc2626;
  color: #dc2626;
}

/* Enhanced Contact Form Styling */
#contactForm .form-group {
  margin-bottom: 1.5rem;
}

#contactForm .form-control {
  border: 2px solid var(--sparkling-border-light);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
}

#contactForm .form-control:focus {
  border-color: var(--sparkling-light-blue);
  box-shadow: 0 0 0 0.2rem rgba(0, 130, 250, 0.25);
  outline: none;
}

#contactForm label {
  font-weight: 600;
  color: var(--sparkling-text-dark);
  margin-bottom: 0.5rem;
}

#contactForm select.form-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
}

/* Contact Service Icons */
.service-icon.color-1 {
  background: var(--sparkling-gradient-primary);
  color: var(--sparkling-white);
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-right: 1rem;
  flex-shrink: 0;
}

.service.horizontal {
  background: var(--sparkling-white);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 20px var(--sparkling-shadow);
  border: 1px solid var(--sparkling-border-light);
  transition: all 0.3s ease;
  height: 100%;
}

.service.horizontal:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 30px var(--sparkling-shadow-hover);
}

.service-contents h6 {
  color: var(--sparkling-text-dark);
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.service-contents p {
  color: var(--sparkling-text-light);
  margin-bottom: 0;
  line-height: 1.5;
}

.service-contents a {
  color: var(--sparkling-light-blue);
  text-decoration: none;
  font-weight: 500;
}

.service-contents a:hover {
  color: var(--sparkling-success-blue);
  text-decoration: underline;
}

/* Delivery Info Styling */
.delivery-info {
  background: var(--sparkling-light-background);
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid var(--sparkling-border-light);
}

.delivery-info p {
  margin-bottom: 0;
  font-size: 1rem;
  color: var(--sparkling-text-light);
}

.delivery-info i {
  color: var(--sparkling-light-blue);
}

/* Button responsive utilities */
.w-md-auto {
  width: auto !important;
}

@media (max-width: 767.98px) {
  .w-100 {
    width: 100% !important;
  }
}

/* Enhanced Mobile Responsive Contact Page */
@media (max-width: 768px) {
  .contact-form-wrapper {
    padding: 1.5rem 1rem;
    margin: 0.5rem;
    border-radius: 12px;
  }

  .business-hours-card {
    padding: 1.5rem;
    text-align: center;
  }

  .service.horizontal {
    margin-bottom: 1rem;
  }

  .service-icon.color-1 {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  .hours-item {
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    text-align: center;
  }

  .hero-content-modern {
    text-align: center;
    margin-bottom: 2rem;
    padding: 1rem;
  }

  .hero-title-modern {
    font-size: 2rem !important;
  }

  .hero-subtitle-modern {
    font-size: 1rem !important;
  }

  .hero-buttons-modern {
    flex-direction: column;
    gap: 1rem;
  }

  .btn-hero-modern-primary,
  .btn-hero-modern-outline {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .hero-stats-modern {
    justify-content: center;
    gap: 2rem;
  }

  .delivery-info {
    padding: 1rem;
    margin: 0.5rem;
  }

  .feature {
    margin-bottom: 2rem;
  }

  .feature .icon {
    margin-bottom: 1rem;
  }

  .section-title {
    font-size: 1.75rem !important;
  }

  .testimonial-wrap {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 576px) {
  .contact-form-wrapper {
    padding: 1rem 0.75rem;
    margin: 0.25rem;
  }

  .hero-content-modern {
    padding: 0.5rem;
  }

  .hero-title-modern {
    font-size: 1.75rem !important;
  }

  .hero-subtitle-modern {
    font-size: 0.9rem !important;
  }

  .business-hours-card {
    padding: 1rem;
  }

  .hours-note {
    padding: 1rem;
  }

  .btn-hero-modern-primary,
  .btn-hero-modern-outline {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
  }

  .hero-stats-modern {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .hero-stat-item {
    text-align: center;
  }

  .floating-element {
    display: none !important;
  }

  .form-group {
    margin-bottom: 1.25rem;
  }

  .btn-primary.btn-lg {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}


/* Products page mobile refinements */
@media (max-width: 576px) {
  /* Tighten vertical paddings by section */
  #automotive.product-section,
  #floor-care.product-section,
  #household.product-section,
  #custom.product-section { padding: 2rem 0; }

  #commercial.why-choose-section,
  #hygiene.why-choose-section,
  #paper.why-choose-section { padding: 2rem 0; }

  /* Reduce heading and paragraph spacing in left intro column */
  .product-section .col-lg-3 { margin-bottom: 1.25rem !important; }
  .product-section .section-title { margin-bottom: 1rem; }
  .product-section p { margin-bottom: 1rem; }

  /* Product cards in products page: reduce image height and padding */
  .product-section .product-image-container { height: 160px; }
  .product-section .product-info { padding: 16px; }

  /* Loading states: less vertical space on mobile */
  .product-section .loading-spinner { padding: 30px 20px; }
  .why-choose-section .loading-spinner { padding: 30px 20px; }

  /* Paper products features row spacing */
  #paper .row.my-5 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; }
  #paper .img-wrap img { max-height: 300px; object-fit: cover; border-radius: 12px; }

  /* Section header spacing for commercial/hygiene blocks */
  #commercial .mb-5, #hygiene .mb-5 { margin-bottom: 1.25rem !important; }
}

/* Center align content on mobile screens */
@media (max-width: 576px) {
  /* Hero content alignment */
  .hero-content-modern,
  .hero-visual-modern {
    text-align: center;
  }

  /* Section titles and content */
  .section-title,
  .product-section .col-lg-3,
  .why-choose-section .col-lg-12 {
    text-align: center;
  }

  /* Product cards and content */
  .product-info,
  .product-content-modern {
    text-align: center;
  }

  /* Feature items and content blocks */
  .feature,
  .feature-item,
  .insight-card,
  .news-card .news-content {
    text-align: center;
  }

  /* Footer columns */
  .footer-column,
  .footer-brand {
    text-align: center;
  }

  /* Newsletter content */
  .newsletter-header,
  .newsletter-benefits,
  .trust-indicators {
    text-align: center;
  }

  /* Button containers */
  .hero-buttons-modern,
  .product-actions,
  .cta-buttons {
    justify-content: center;
    text-align: center;
  }

  /* Contact info and social links */
  .contact-info-modern,
  .social-links-modern {
    text-align: center;
  }

  /* Paper products features */
  #paper .feature {
    text-align: center;
  }

  /* Custom solutions section */
  #custom .col-lg-8 {
    text-align: center;
  }
}

/* Services page mobile spacing refinements */
@media (max-width: 576px) {
  /* Reduce excessive padding on services sections */
  #factory.why-choose-section,
  #consultation.why-choose-section,
  .why-choose-section:last-of-type { padding: 2rem 0; }

  #machinery.product-section,
  #supply.product-section { padding: 2rem 0; }

  /* Tighten feature grid spacing */
  #factory .row.my-5,
  #consultation .row.my-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  /* Reduce feature item bottom margins */
  #factory .feature,
  #consultation .feature,
  #supply .feature { margin-bottom: 1rem; }

  /* Alert box spacing */
  .alert-info {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
  }

  /* Contact CTA section spacing */
  .why-choose-section .contact-info { margin-bottom: 1rem; }
  .why-choose-section .col-md-4 { margin-bottom: 1rem !important; }

  /* Supply chain section header */
  #supply .col-lg-12.mb-5 { margin-bottom: 1.25rem !important; }

  /* Machinery section intro column */
  #machinery .col-lg-3 { margin-bottom: 1.25rem !important; }

  /* Image containers */
  .why-choose-section .img-wrap img,
  .product-section .img-wrap img {
    max-height: 280px;
    object-fit: cover;
    border-radius: 12px;
  }
}
/* About us page mobile spacing refinements */
@media (max-width: 576px) {
  /* Reduce excessive padding on about us sections */
  #story.why-choose-section { padding: 2rem 0; }

  .product-section:has(.feature.text-center.p-4),
  .why-choose-section:has(.core-values) { padding: 2rem 0; }

  /* Our Story section feature spacing */
  #story .row.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  /* Mission & Vision section spacing */
  .product-section .col-lg-6.mb-5 { margin-bottom: 1.25rem !important; }
  .product-section .feature.text-center.p-4 { padding: 1.5rem !important; }

  /* Core Values section */
  .why-choose-section .col-lg-12.mb-5 { margin-bottom: 1.25rem !important; }
  .why-choose-section .col-lg-4.mb-4 { margin-bottom: 1rem !important; }

  /* Manufacturing Excellence section */
  .why-choose-section .row.my-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  /* Feature items spacing */
  .why-choose-section .feature,
  .product-section .feature { margin-bottom: 1rem; }

  /* Image containers */
  .why-choose-section .img-wrap img,
  .product-section .img-wrap img {
    max-height: 280px;
    object-fit: cover;
    border-radius: 12px;
  }

  /* Core values grid items */
  .why-choose-section .col-lg-4 .feature {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}

/* Authentication icons styling */
#authLink, #logoutLink {
  transition: color 0.3s ease, transform 0.2s ease;
}

#authLink:hover, #logoutLink:hover {
  color: var(--sparkling-accent-blue) !important;
  transform: scale(1.1);
}

#logoutLink {
  color: #dc3545; /* Bootstrap danger color for logout */
}

#logoutLink:hover {
  color: #c82333 !important; /* Darker red on hover */
}

/* Ensure proper spacing between auth icons */
.custom-navbar-cta li:has(#authLink),
.custom-navbar-cta li:has(#logoutLink) {
  margin-left: 0.5rem;
}

  /* Mission/Vision cards */
  .product-section .feature.text-center h2 { margin-bottom: 1rem; }
  .product-section .feature.text-center .icon { margin-bottom: 1rem !important; }
}

/* Shipping Calculator Styles */
.shipping-info {
  margin-top: 0.25rem;
  padding-left: 0.5rem;
}

.shipping-info small {
  font-size: 0.75rem;
  line-height: 1.2;
}

.shipping-info .text-success {
  color: var(--sparkling-success-green) !important;
}

.shipping-info .text-danger {
  color: #dc3545 !important;
}

.shipping-info .text-warning {
  color: #ffc107 !important;
}

.shipping-info .fa-spinner {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Checkout shipping row styling */
.order-totals .total-row {
  margin-bottom: 0.5rem;
}

.order-totals .shipping-info {
  margin-bottom: 0.75rem;
}

/* Center the navbar menu */
.custom-navbar .navbar-collapse {
  justify-content: center;
}

.custom-navbar .custom-navbar-nav {
  margin: 0 auto;
}

.custom-navbar .custom-navbar-cta {
  position: absolute;
  right: 15px;
}

@media (max-width: 991px) {
  .custom-navbar .custom-navbar-cta {
    position: static;
    margin-top: 1rem;
    justify-content: center;
  }
}

/* Quick View Modal Styles */
#quickViewModal .modal-header {
  background: var(--sparkling-gradient-primary);
  color: white;
  border-bottom: none;
}

#quickViewModal .modal-header .btn-close {
  filter: brightness(0) invert(1);
}

#quickViewModal .modal-body {
  padding: 2rem;
}

#quickViewModal .product-details {
  padding-left: 1rem;
}

#quickViewModal .product-details h6 {
  color: var(--sparkling-charcoal);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8rem;
}

#quickViewModal .product-details p {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

#quickViewModal .stock-status {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

#quickViewModal .modal-footer {
  border-top: 1px solid var(--sparkling-border-light);
  padding: 1.5rem 2rem;
}

#quickViewModal .modal-footer .btn {
  border-radius: 8px;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

#quickViewModal .modal-footer .btn-primary {
  background: var(--sparkling-gradient-primary);
  border: none;
  box-shadow: 0 2px 8px rgba(0, 130, 250, 0.3);
}

#quickViewModal .modal-footer .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 130, 250, 0.4);
}

#quickViewModal .modal-footer .btn-outline-primary {
  border-color: var(--sparkling-light-blue);
  color: var(--sparkling-light-blue);
}

#quickViewModal .modal-footer .btn-outline-primary:hover {
  background: var(--sparkling-light-blue);
  border-color: var(--sparkling-light-blue);
  transform: translateY(-1px);
}

/* Responsive modal adjustments */
@media (max-width: 768px) {
  #quickViewModal .modal-body {
    padding: 1rem;
  }
  
  #quickViewModal .product-details {
    padding-left: 0;
    margin-top: 1rem;
  }
  
  #quickViewModal .modal-footer {
    padding: 1rem;
  }
  
  #quickViewModal .modal-footer .btn {
    margin-bottom: 0.5rem;
    width: 100%;
  }
}