body {
  font-family: "Poppins", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #f7f9fc;
  color: #0f172a;
}

a {
  text-decoration: none;
}

.navbar-brand span {
  color: #0ea5e9;
}

.btn-primary {
  background: linear-gradient(135deg, #0ea5e9, #22c55e);
  border: none;
}

.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(135deg, #0284c7, #16a34a);
}

.btn-outline-primary {
  border-color: #0ea5e9;
  color: #0ea5e9;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: #0ea5e9;
  color: #ffffff;
}

.text-brand {
  color: #0ea5e9;
}

.bg-soft {
  background: linear-gradient(145deg, #ffffff 0%, #e0f2fe 50%, #dcfce7 100%);
}

.badge-brand {
  background: rgba(14, 165, 233, 0.1);
  color: #0369a1;
  border-radius: 999px;
}

.badge-premium {
  background: rgba(234, 179, 8, 0.12);
  color: #854d0e;
  border-radius: 999px;
}

.badge-new {
  background: rgba(22, 163, 74, 0.12);
  color: #166534;
  border-radius: 999px;
}

.badge-bestseller {
  background: rgba(239, 68, 68, 0.12);
  color: #b91c1c;
  border-radius: 999px;
}

.shadow-soft {
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-heading {
  max-width: 720px;
}

.section-heading .eyebrow {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.hero {
  min-height: 90vh;
  display: flex;
  align-items: center;
}

.hero-gradient {
  background: radial-gradient(circle at top left, #e0f2fe 0, transparent 55%), radial-gradient(circle at bottom right, #dcfce7 0, transparent 55%);
}

.hero-bottle {
  max-width: 360px;
  filter: drop-shadow(0 20px 40px rgba(15, 23, 42, 0.2));
}

.trust-badges i {
  font-size: 1.4rem;
}

.product-card {
  border-radius: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  background: #ffffff;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.12);
  border-color: rgba(56, 189, 248, 0.8);
}

.product-image-wrapper {
  position: relative;
  background: linear-gradient(145deg, #eff6ff, #ecfeff);
  border-radius: 1rem 1rem 0 0;
}

.product-image-wrapper img {
  max-height: 220px;
  object-fit: contain;
}

.product-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.product-tags small {
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.35);
}

.stat-card {
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.counter-number {
  font-size: 2.5rem;
  font-weight: 700;
}

.before-after {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
}

.before-after-inner {
  position: relative;
}

.before-after-inner img {
  width: 100%;
  display: block;
}

.before-after-after {
  position: absolute;
  inset: 0;
  width: 50%;
  overflow: hidden;
}

.before-after-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: #0ea5e9;
  cursor: ew-resize;
}

.before-after-handle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 2px solid #0ea5e9;
  background: #ffffff;
}

.before-after-label {
  position: absolute;
  top: 1rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  background: rgba(15, 23, 42, 0.72);
  color: #ffffff;
}

.before-after-label.before {
  left: 1rem;
}

.before-after-label.after {
  right: 1rem;
}

.faq-item {
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
}

.testimonial-card {
  border-radius: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: #ffffff;
}

.testimonial-avatar {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0ea5e9, #22c55e);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
}

.mega-footer {
  background: #020617;
  color: #94a3b8;
}

.mega-footer a {
  color: #cbd5f5;
}

.mega-footer a:hover {
  color: #e0f2fe;
}

.whatsapp-fab {
  position: fixed;
  right: 1.5rem;
  bottom: 5rem;
  z-index: 1050;
  background: #22c55e;
  color: #ffffff;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 45px rgba(22, 163, 74, 0.55);
}

.whatsapp-fab:hover {
  background: #16a34a;
  color: #ffffff;
}

.sticky-enquiry {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 999px 0 0 999px;
  z-index: 1040;
}

.mobile-cta-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background: #ffffff;
  box-shadow: 0 -10px 30px rgba(15, 23, 42, 0.12);
}

@media (min-width: 768px) {
  .mobile-cta-bar {
    display: none;
  }
}

.scroll-animate {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.scroll-animate.in-view {
  opacity: 1;
  transform: translateY(0);
}

.nav-link.active {
  color: #0ea5e9 !important;
}

.filter-pill {
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  color: #475569;
  padding-inline: 1rem;
}

.filter-pill.active {
  background: #0ea5e9;
  color: #ffffff;
  border-color: #0ea5e9;
}

.form-control:focus,
.form-select:focus {
  border-color: #0ea5e9;
  box-shadow: 0 0 0 0.15rem rgba(14, 165, 233, 0.25);
}

.page-hero {
  background: radial-gradient(circle at left, #e0f2fe 0, transparent 55%), radial-gradient(circle at right, #dcfce7 0, transparent 55%);
}

.contact-card {
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.map-placeholder {
  min-height: 260px;
  border-radius: 1rem;
  border: 1px dashed rgba(148, 163, 184, 0.8);
  background: repeating-linear-gradient(135deg, rgba(148, 163, 184, 0.16) 0, rgba(148, 163, 184, 0.16) 2px, transparent 2px, transparent 6px);
}

.lead-modal .modal-content {
  border-radius: 1.5rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
}

.badge-pill-soft {
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
  color: #0f172a;
}

.icon-circle {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0ea5e9;
}

.icon-circle-green {
  background: rgba(34, 197, 94, 0.08);
  color: #22c55e;
}

.icon-circle-amber {
  background: rgba(245, 158, 11, 0.08);
  color: #f59e0b;
}

.nav-pills .nav-link {
  border-radius: 999px;
}

.nav-pills .nav-link.active {
  background-color: #0ea5e9;
}

.cursor-pointer {
  cursor: pointer;
}

.small-caps {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.z-1050 {
  z-index: 1050;
}

