:root{
  --bg-color: #f5f8f9;
  --font-col: #231f1d;
  /* --bg-color2: #e9e4d8; */
  --bg-color-2: #e6f6f9;
  /* --gradient-1: #26b1c1a8; 
  --gradient-2: #26b1c11a;  */

  --gradient-1: #d0fbff;
  --promo-gradient-1: linear-gradient(160deg, var(--gradient-1) 8%, var(--bg-color) 50%, var(--primary-pale) 100%);
  --promo-gradient-2: linear-gradient(160deg, var(--gradient-1) 20%, var(--bg-color) 50%);
  --promo-gradient-3: linear-gradient(180deg, var(--gradient-1) 0, var(--primary-bg) 40%);

  /* --promo-gradient: linear-gradient(165deg, var(--gradient-1) 0, var(--bg-color) 65%
, var(--gradient-2) 100%); */



    --primary: #15BECF;
    --primary-rgb: 21, 190, 207;
    --primary-dark: #0fa8ba;
    --primary-dark-rgb: 15, 168, 186;
    --primary-darker: #0a8a99;
    --primary-pale: #e0f7fa;
    --primary-bg: #f0fbfc;
    --white: #ffffff;
    --gray-50: #f8fafc;
    --gray-100: #f1f5f9;
    --gray-200: #e2e8f0;
    --gray-300: #cbd5e1;
    --gray-400: #94a3b8;
    --gray-500: #64748b;
    --gray-600: #475569;
    --gray-700: #334155;
    --gray-800: #1e293b;
    --gray-900: #0f172a;
    --dark: #0d2d40;

}



.bg-color {
  background-color: var(--bg-color);
}

.bg-primary{
  background-color: var(--primary);
}

.bg-color2{
  background-color: var(--bg-color2);
}

.gradient-1{
  background-color: var(--gradient-1);
}

.gradient-2{
  background-color: var(--gradient-2);
}

.bg-gradient{
  background: linear-gradient(165deg, #26b1c1a8, #6d8bff36);
}

/*utilities*/

.text-primary{
  color: var(--primary);
}

html {
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  font-family: "Red Hat Text", ui-sans-serif, system-ui, sans-serif;
  min-width: 320px;
}

img {
  display: block;
}

input[type="range"] {
  cursor: pointer;
}

.faq[aria-expanded="true"] {
  color: #231f1d;
}

.tag-icon{
  width: 24px;
  height: 24px;
  position: relative;
  background:url('data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 viewBox=%220 0 24 24%22><path d=%22M 17.5 5 C 17.898 5 18.279 5.158 18.561 5.439 C 18.842 5.721 19 6.102 19 6.5 C 19 6.898 18.842 7.279 18.561 7.561 C 18.279 7.842 17.898 8 17.5 8 C 17.102 8 16.721 7.842 16.439 7.561 C 16.158 7.279 16 6.898 16 6.5 C 16 6.102 16.158 5.721 16.439 5.439 C 16.721 5.158 17.102 5 17.5 5 Z%22 fill=%22transparent%22 stroke-width=%221.5%22 stroke=%22rgb(254,254,254)%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 stroke-dasharray=%22%22></path><path d=%22M 2.774 11.144 C 1.771 12.264 1.75 13.954 2.67 15.144 C 4.457 17.464 6.536 19.543 8.856 21.33 C 10.046 22.25 11.736 22.229 12.856 21.226 C 15.884 18.518 18.728 15.612 21.372 12.528 C 21.639 12.221 21.803 11.839 21.842 11.434 C 22.006 9.638 22.345 4.464 20.94 3.06 C 19.535 1.656 14.362 1.994 12.566 2.159 C 12.161 2.198 11.779 2.362 11.472 2.629 C 8.388 5.272 5.482 8.117 2.774 11.144 Z%22 fill=%22transparent%22 stroke-width=%221.5%22 stroke=%22rgb(254,254,254)%22 stroke-miterlimit=%2210%22 stroke-dasharray=%22%22></path><path d=%22M 13.789 12.367 C 13.811 11.966 13.923 11.232 13.313 10.674 C 13.08 10.472 12.809 10.318 12.516 10.223 C 11.259 9.78 9.716 11.262 10.808 12.619 C 11.395 13.349 11.848 13.573 11.804 14.401 C 11.774 14.983 11.202 15.592 10.448 15.824 C 9.793 16.026 9.07 15.759 8.613 15.248 C 8.054 14.624 8.111 14.036 8.106 13.78 M 13.314 10.675 L 14.001 9.986 M 8.661 15.326 L 8.008 15.979%22 fill=%22transparent%22 stroke-width=%221.5%22 stroke=%22rgb(254,254,254)%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 stroke-dasharray=%22%22></path></svg>');
  background-repeat: no-repeat;
}

.animate-scroll-track{
  animation: horizScroll 30s linear infinite;
    width: max-content;
}

@keyframes horizScroll{
  0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%);
}
}

.beer-slider, .beer-slider>img, .beer-reveal>img:first-child{
  height: 100% !important;
}

.testimonial-slider article{
  margin: 0 15px;
}


/*new */

.main-footer {
    padding: 50px 0;
    font-size: 0.87rem;
}
.main-footer .footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
}

.legiscript-img {
    width: 180px;
}

.legiscript-img img{
    max-width: 100%;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.25));
    display: inline-block;
}

.footer-logo-img {
    height: 36px;
    filter: brightness(0) invert(1);
}

.logo-menu, .logo-menu a{
  font-size: 15px;
}

.statement-sec {
    border: 1px solid var(--gray-400);
}

.f-btm-txt, .statement-sec {
    color: var(--gray-400);
}

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

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

.animate-float-bottle {
  animation: floatBottle 4s ease-in-out infinite;
}

/* ── HERO ── */
.hero {
  padding: 48px 0 48px;
  max-width: 1280px; 
  margin: 0 auto;
  padding-left: 48px; 
  padding-right: 48px;
}

.hero-intro { 
  text-align: center; 
  max-width: 720px; 
  margin: 0 auto 48px; 
}

.hero h1 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800; 
  line-height: 1.1;
  color: var(--dark); 
  margin-bottom: 18px;
  letter-spacing: -1px; 
  white-space: nowrap;
}

.hero-subtitle {
  font-size: 1.1rem; 
  line-height: 1.7;
  color: var(--gray-500); 
  margin-bottom: 32px;
  letter-spacing: -0.4px;
}

.hero-actions { 
  display: flex; 
  gap: 14px; 
  justify-content: center; 
  flex-wrap: wrap; 
}

.btn-hero-primary {
  display: inline-flex; 
  align-items: center; 
  gap: 3px;
  background: var(--primary); 
  color: var(--white);
  padding: 16px 28px; 
  border-radius: 10px;
  font-size: 0.9rem; 
  font-weight: 600;
  text-decoration: none; 
  transition: all 0.2s;
  border: 1.5px solid var(--primary);
}

.btn-hero-primary:hover { 
  background: var(--primary-dark); 
  border-color: var(--primary-dark); 
}

.btn-hero-secondary {
  display: inline-flex; 
  align-items: center; 
  gap: 8px;
  background: var(--white); 
  color: var(--dark);
  padding: 16px 28px; 
  border-radius: 10px;
  font-size: 0.9rem; 
  font-weight: 600;
  text-decoration: none; 
  transition: all 0.2s;
  border: 1.5px solid var(--gray-200);
}

.btn-hero-secondary:hover { 
  border-color: var(--gray-300); 
  background: var(--gray-50); 
}

/* Hero product showcase - BIGGER cards with image on top */
.hero-products {
  display: grid; 
  grid-template-columns: 1fr 1fr;
  gap: 20px; 
  margin-bottom: 20px;
}

.hero-product-card {
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: 20px;
  display: flex; 
  flex-direction: column;
  transition: all 0.3s; 
  cursor: pointer;
  text-decoration: none; 
  color: inherit;
  overflow: hidden;
}

.hero-products a.hero-product-card {
  flex-direction: row-reverse;
}

.hero-product-card:hover {
  border-color: var(--primary);
  box-shadow: 0 12px 40px rgba(21,190,207,0.12);
  transform: translateY(-4px);
}

.hero-product-img {
  width: 43%;
  background: linear-gradient(135deg, #f0fbfc, #e0f7fa);
  display: flex; 
  align-items: center; 
  justify-content: center;
  overflow: hidden; 
  position: relative;
}

.hero-product-img img {
  width: 100%; 
  height: 100%; 
  object-fit: cover;
}

.hero-product-img .hero-image {
  height: 340px;
  max-width: 100%;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,0.1));
  padding: 20px;
  transition: transform 0.4s;
  display: block;
  margin: 0;
}

.hero-product-img .hero-img-badge {
  display: none;
}

.hero-product-card:hover .hero-image { 
  transform: scale(1.1) translateY(-4px); 
}

.hero-product-info .hero-img-badge, 
.hero-product-img .hero-img-badge {
  position: absolute; 
  top: 14px; 
  left: 14px;
  background: rgba(var(--primary-dark-rgb), 0.9); 
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff; 
  font-size: 0.72rem; 
  font-weight: 700;
  padding: 6px 13px; 
  border-radius: 100px;
  letter-spacing: 0.5px; 
  text-transform: uppercase;
}

.hero-product-info {
  padding: 24px 27px 28px;
  width: 57%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.hero-product-info h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem; 
  font-weight: 700; 
  color: var(--dark);
  margin-bottom: 8px;
}

.hero-product-info p {
  font-size: 0.88rem; 
  color: var(--gray-500); 
  line-height: 1.6;
  margin-bottom: 14px;
}

.hero-product-link {
  font-size: 0.85rem; 
  font-weight: 600; 
  color: var(--primary-darker);
  display: inline-flex; 
  align-items: center; 
  gap: 6px;
}

.hero-product-link svg { 
  transition: transform 0.2s; 
}

.hero-product-card:hover .hero-product-link svg { 
  transform: translateX(4px); 
}

.hero-price {
  font-size: 0.82rem; 
  color: var(--gray-400); 
  margin-bottom: 10px;
}

.hero-price strong {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem; 
  font-weight: 800; 
  color: var(--dark);
}

/* ── ANIMATIONS ── */
.fade-up {
  opacity: 0; 
  transform: translateY(24px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-up.visible { 
  opacity: 1; 
  transform: translateY(0); 
}


/* ── TRUST BAR (auto-sliding marquee) ── */
.trust-bar {
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
  padding: 18px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* Edge fade gradients */
.trust-bar::before,
.trust-bar::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 2;
  pointer-events: none;
}

.trust-bar::before {
  left: 0;
  background: linear-gradient(to right, var(--white), transparent);
}

.trust-bar::after {
  right: 0;
  background: linear-gradient(to left, var(--white), transparent);
}

.trust-slide-track {
  display: flex;
  align-items: center;
  gap: 48px;
  width: max-content;
  animation: trustScroll 30s linear infinite;
}

@keyframes trustScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause on hover — same as live site */
.trust-bar:hover .trust-slide-track {
  animation-play-state: paused;
}

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .trust-slide-track {
    animation: none;
  }
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  flex-shrink: 0;
}

.trust-item-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.trust-item-icon svg {
  width: 20px;
  height: 20px;
}

.trust-item-icon.teal {
  background: #e0f7fa;
  color: var(--primary);
}

.trust-item-icon.blue {
  background: #dbeafe;
  color: #3b82f6;
}

.trust-item-icon.green {
  background: #dcfce7;
  color: #22c55e;
}

.trust-item-icon.purple {
  background: #ede9fe;
  color: #8b5cf6;
}

.trust-item-icon.orange {
  background: #fff7ed;
  color: #f97316;
}

.trust-item-icon.rose {
  background: #ffe4e6;
  color: #f43f5e;
}

.trust-item-text strong {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--dark);
  display: block;
  line-height: 1.5;
}

.trust-item-text span {
  font-size: 0.72rem;
  color: var(--gray-400);
  line-height: 1.5;
}
/*  States and pharmacy modal */

.modal-sec {
    display: none; 
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.8);
    backdrop-filter: blur(2px);
}

.modal-content-sec {
    background: #fff;
    margin: 0 auto;
    max-height: 95vh;
    width: 90%;
    max-width: 640px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Poppins', sans-serif;
}

.modal-content-sec .modal-body{
  max-height: calc(80vh - 66px);
  overflow: auto;
  font-weight: 400;
  min-height: 250px;
}
.modal-sec h4{font-size: 1.5rem;}
.modal-content-sec .modal-body a{
  text-decoration: none;
  color: var(--primary);
  transition: all 300ms ease-in-out 0s;
}
.modal-content-sec .modal-body a:hover{
  color: var(--primary-darker);
}
.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: var(--primary);
    border: 2px solid #000;
    transform: translate(50%, -50%);
}

.states-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.modal-content-sec .modal-header{
  border-bottom: 1px solid #d3d3d3;
  font-weight: 600;
  color: var(--primary);
}
@keyframes float {
  0%,100% {
    transform: translateY(0);
  }

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

@media(max-width: 1024px) {
  .hero { 
    padding: 48px 24px 48px; 
  }
  .hero-product-info {
    padding: 24px 15px 28px;
  }
  .trust-bar {
    padding: 16px 0;
  }

  .trust-slide-track {
    gap: 32px;
  }
}
@media(max-width: 992px){
  .testimonial-slider article{
    margin: 0;
  }
}
@media(max-width: 768px){
    .main-footer .footer-inner {
        padding: 0 24px;
    }
    .hero-subtitle {
    font-size: 1rem;
  }
  .hero {
    padding: 30px 24px;
  }
  .hero h1 { 
    font-size: 2rem; 
    white-space: normal;
  }
  .hero-products { 
    grid-template-columns: 1fr; 
    margin-bottom: 0;
  }
  .hero-products a.hero-product-card {
    flex-direction: column;
  }
  .hero-product-img .hero-image {
    height: 350px;
  }
  .hero-product-img, 
  .hero-product-info {
    width: 100%;
  }
  .hero-product-img .hero-img-badge {
    display: block;
  }
  .hero-product-info .hero-img-badge {
    display: none;
  }
  .trust-bar::before,
  .trust-bar::after {
    width: 40px;
  }

  .trust-slide-track {
    gap: 24px;
  }

  .trust-item {
    gap: 10px;
  }

  .trust-item-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }

  .trust-item-icon svg {
    width: 18px;
    height: 18px;
  }

  .trust-item-text strong {
    font-size: 0.75rem;
  }

  .trust-item-text span {
    font-size: 0.68rem;
  }
}
@media (max-width: 640px) {
  .hero-actions {
    gap: 9px;
  }
  .btn-hero-primary, 
  .btn-hero-secondary {
    padding: 9px 16px;
  }
}

@media (max-width: 480px) {
  .trust-slide-track {
    gap: 20px;
  }
}