.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-5535e8e-font-family:"DMSans";--e-global-typography-5535e8e-font-size:3rem;--e-global-typography-5535e8e-font-weight:700;--e-global-typography-c83476d-font-family:"DMSans";--e-global-typography-c83476d-font-size:2.5rem;--e-global-typography-c83476d-font-weight:bold;--e-global-typography-ff8f921-font-family:"DMSans";--e-global-typography-ff8f921-font-size:2.3rem;--e-global-typography-ff8f921-font-weight:bold;--e-global-typography-887fca2-font-family:"DMSans";--e-global-typography-887fca2-font-size:1rem;--e-global-typography-887fca2-font-weight:400;--e-global-typography-2142591-font-family:"DMSans";--e-global-typography-2142591-font-size:1rem;--e-global-typography-2142591-font-weight:700;--e-global-typography-6e52843-font-family:"DMSans";--e-global-typography-6e52843-font-size:1rem;--e-global-typography-6e52843-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}.entry-title, .wp-block-post-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-c83476d-font-size:1.9rem;--e-global-typography-ff8f921-font-size:1.9rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =====================================================
   ALPHA INDIC — Premium Wellness Styling
   ===================================================== */

/* ---- ANNOUNCEMENT BAR ---- */
body .ai-announce {
  display: block !important;
  background: #1a1a1a;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* ---- GLOBAL FONTS & BASE ---- */
body {
  font-family: 'Montserrat', sans-serif;
  background: #faf8f5;
  color: #0d1a0d;
}

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  color: #1a2e1a;
}

/* ---- HERO SECTION ---- */
body .ai-hero {
  position: relative;
  overflow: hidden;
  height: 620px;
}

body .ai-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Fix slide opacity bug: active slide should be visible */
body .ai-hero .swiper-slide {
  opacity: 0;
  transition: opacity 0.8s ease;
}
body .ai-hero .swiper-slide-active {
  opacity: 1 !important;
}

/* Dark overlay for text readability */
body .ai-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(10, 20, 10, 0.65) 0%,
    rgba(10, 20, 10, 0.35) 60%,
    rgba(10, 20, 10, 0.1) 100%
  );
  z-index: 1;
  pointer-events: none;
}

body .ai-hero-content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 520px;
}

body .ai-hero-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9a96e !important;
  display: block;
  margin-bottom: 16px;
}

body .ai-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 62px;
  line-height: 1.08;
  color: #ffffff !important;
  font-weight: 400;
  margin-bottom: 18px;
}

body .ai-hero-title em {
  font-style: italic;
  color: #c9a96e !important;
}

body .ai-hero-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255,255,255,0.88) !important;
  margin-bottom: 32px;
  max-width: 400px;
}

body .ai-hero-btn {
  display: inline-block;
  background: transparent;
  border: 1.5px solid #c9a96e;
  color: #c9a96e !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 14px 36px;
  text-decoration: none;
  transition: all 0.3s ease;
}

body .ai-hero-btn:hover {
  background: #c9a96e;
  color: #fff !important;
}

/* Slide dots */
body .ai-hero-dots {
  position: absolute;
  bottom: 28px;
  left: 8%;
  z-index: 3;
  display: flex;
  gap: 8px;
}

body .ai-hero-dots span {
  width: 22px;
  height: 2px;
  background: rgba(255,255,255,0.4);
  display: block;
  cursor: pointer;
  transition: background 0.3s;
}

body .ai-hero-dots span.active {
  background: #c9a96e;
}

/* ---- CATEGORY PILLS ---- */
body .ai-cat-wrap {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 20px;
  background: #faf8f5;
}

body .ai-cat-pill {
  display: inline-block;
  border: 1px solid #1a2e1a;
  border-radius: 50px;
  padding: 10px 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1a2e1a;
  text-decoration: none;
  transition: all 0.3s ease;
}

body .ai-cat-pill:hover,
body .ai-cat-pill.active {
  background: #1a2e1a;
  color: #faf8f5;
}

/* ---- PHILOSOPHY / ABOUT SECTION ---- */
body .ai-philosophy {
  background: #1a2e1a;
  color: #faf8f5;
  padding: 80px 40px;
  text-align: center;
}

body .ai-philosophy-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9a96e;
  display: block;
  margin-bottom: 20px;
}

body .ai-philosophy-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  color: #faf8f5;
  font-weight: 400;
  margin-bottom: 20px;
}

body .ai-philosophy-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.9;
  color: rgba(250,248,245,0.8);
  max-width: 640px;
  margin: 0 auto 32px;
}

body .ai-philosophy-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c9a96e;
  text-decoration: none;
  border-bottom: 1px solid #c9a96e;
  padding-bottom: 3px;
}

/* ---- PRODUCT CARDS ---- */
body .ai-product-card {
  background: #fff;
  overflow: hidden;
  transition: transform 0.3s ease;
}

body .ai-product-card:hover {
  transform: translateY(-4px);
}

body .ai-product-card img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}

body .ai-product-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: #1a2e1a;
  margin: 12px 16px 4px;
}

body .ai-product-price {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #666;
  margin: 0 16px 16px;
}

body .ai-product-tag {
  display: inline-block;
  background: #c9a96e;
  color: #fff;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 3px 10px;
  margin: 8px 16px 0;
}

/* ---- SECTION TITLES ---- */
body .ai-section-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9a96e;
  display: block;
  text-align: center;
  margin-bottom: 14px;
}

body .ai-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  color: #1a2e1a;
  text-align: center;
  font-weight: 400;
  margin-bottom: 40px;
}

/* ---- COLLECTIONS / SHOP BY GOAL ---- */
body .ai-col-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

body .ai-col-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

body .ai-col-item:hover img {
  transform: scale(1.05);
}

body .ai-col-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: #fff;
  z-index: 2;
}

/* ---- STATS / TRUST BAR ---- */
body .ai-stats {
  background: #faf8f5;
  padding: 50px 40px;
  display: flex;
  justify-content: space-around;
  text-align: center;
  border-top: 1px solid rgba(26,46,26,0.1);
  border-bottom: 1px solid rgba(26,46,26,0.1);
}

body .ai-stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  color: #1a2e1a;
  display: block;
}

body .ai-stat-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #666;
  display: block;
  margin-top: 6px;
}

/* ---- TESTIMONIALS ---- */
body .ai-testimonials {
  background: #1a2e1a;
  padding: 80px 40px;
  text-align: center;
}

body .ai-testimonial-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-style: italic;
  color: #faf8f5;
  max-width: 600px;
  margin: 0 auto 20px;
  line-height: 1.6;
}

body .ai-testimonial-author {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c9a96e;
}

/* ---- FOOTER ---- */
body .ai-footer {
  background: #0d1a0d;
  color: rgba(250,248,245,0.7);
  padding: 60px 40px 30px;
}

body .ai-footer-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  color: #c9a96e;
  margin-bottom: 12px;
}

body .ai-footer a {
  color: rgba(250,248,245,0.6);
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 2.2;
  display: block;
}

body .ai-footer a:hover {
  color: #c9a96e;
}

body .ai-footer-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #faf8f5;
  margin-bottom: 16px;
}
/* Fix horizontal overflow */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}

body .ai-pop-wrap,
body .ai-trending-wrap {
  overflow: hidden;
  max-width: 100%;
}/* End custom CSS */