/* Content Hero - Hero sections and banners */

.hero-full-width {
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.hero-full-width .container {
  position: relative;
  z-index: 2;
}

.hero-full-width::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 600px;
}

.hero-content-right {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  text-align: left;
  color: white;
  z-index: 2;
  max-width: 500px;
  padding: 0 20px;
}

.hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
}

.hero-badge i {
  margin-right: 8px;
  color: var(--primary-color);
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: white;
}

.hero-title span {
  color: var(--secondary-color);
  display: block;
}

.hero-scientific {
  font-size: 1.2rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 25px;
  font-style: italic;
}

.hero-subtitle {
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1.6;
  opacity: 0.95;
  color: white;
}

.hero-cta {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.btn-hero-primary {
  background: white;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

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

.btn-hero-secondary {
  background: white;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

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

.hero-footnote {
  font-size: 12px;
  opacity: 0.8;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.hero-dots {
  position: absolute;
  bottom: 30px;
  left: 20%;
  display: flex;
  gap: 10px;
  z-index: 3;
}

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

.dot.active {
  background: white;
  transform: scale(1.2);
}

.dot:hover {
  background: white;
  transform: scale(1.1);
}

/* Hero Benefits Cards */
.benefit-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.benefit-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 12px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  font-weight: 500;
}

.benefit-card i {
  color: var(--primary-color);
  font-size: 18px;
}

/* Hero Slider - Swiper Implementation */
.hero-slider {
  width: 100%;
  height: 50vh;
  min-height: 40vh;
  max-height: 60vh;
  display: flex;
  position: relative;
  z-index: 0;
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 50vh;
  min-height: 40vh;
  max-height: 60vh;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 50vh;
  min-height: 40vh;
  max-height: 60vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: right bottom;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 28px;
  height: 28px;
  line-height: 24px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 28px;
  opacity: 0;
  transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/* Prevent text overlap with navigation buttons - permanent positioning */
.hero-slider .slide-title,
.hero-slider .slide-text,
.hero-slider .slide-btns {
  margin-left: 53px; /* Move text content 53px to the right (38px + 15px additional) */
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  display: table;
  margin: 0 auto;
  left: 50%;
  top: 90%;
  transform: translateX(-50%);
}

/* Hero Style */
.hero-style {
  height: 50vh;
  min-height: 40vh;
  max-height: 60vh;
  transition: all .4s ease;
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h1,
.hero-style .slide-title h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: #ff6b35; /* Orange color for hero images - overrides dark green variable */
  margin: 0 0 40px;
  text-transform: capitalize;
  transition: all .4s ease;
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition: all .4s ease;
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}

/* Button Styles */
.theme-btn, .theme-btn-s2 {
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #2b3b95;
  padding: 9px 32px;
  border: 0;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  transition: all .4s ease;
}

.theme-btn-s2 {
  background-color: rgba(255, 255, 255, 0.9);
  color: #131e4a;
}

.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
  background-color: #2b3b95;
  color: #fff;
}

.theme-btn-s3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}

i.fa-chevron-circle-right {
  height: 22px;
  width: 22px;
}

/* Color Classes */
.blackfont {
  color: black !important;
}

.whitefont {
  color: #ffffff !important;
}

.clearfix {
  clear: both;
}

/* Responsive */
@media (max-width: 991px) {
  .hero-slider,
  .hero-style {
    height: 45vh;
    min-height: 40vh;
  }

  .hero-style .slide-title h2 {
    font-size: 40px;
  }

  .hero-style .slide-text p {
    font-size: 24px;
  }

  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    font-size: 16px;
    padding: 12px 65px;
  }
}

@media (max-width: 767px) {
  .hero-slider,
  .hero-style {
    height: 40vh;
    min-height: 36vh;
  }

  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }

  .hero-style .slide-title h2 {
    font-size: 28px;
    margin: 0 0 20px;
  }

  .hero-style .slide-text p {
    font-size: 16px;
    margin: 0 0 20px;
  }

  .theme-btn, .theme-btn-s2 {
    padding: 10px 16px;
    font-size: 14px;
  }
}

/* =====================================================
   MISSING HERO CLASSES - Added from audit
   ===================================================== */

/* Hero Value Highlight - Used extensively for pricing displays */
.hero-value-highlight {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.price-badge {
  background: rgba(255, 255, 255, 0.9);
  color: var(--primary-color);
  padding: 8px 16px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Hero Price - Used in cordyceps hero section */
.hero-price {
  margin-top: 20px;
  text-align: center;
}

.price-box {
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 25px;
  border-radius: 15px;
  display: inline-block;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.price-box .price {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}

.price-box .price-tagline {
  color: var(--text-muted);
  font-size: 14px;
  font-style: italic;
}

/* =====================================================
   HERO SLIDER SECTION
   ===================================================== */

.hero-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.hero-slide.active {
  opacity: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
}

/* Mobile fixes for shop page heroes */
@media (max-width: 767.98px) {
  .hero-slider.hero-style {
    min-height: clamp(380px, 60vh, 560px);
  }
  .hero-slider.hero-style .slide-bg-image {
    background-position: center right;
  }
  .hero-slider.hero-style .slide-content {
    padding: clamp(16px, 6vw, 32px);
  }
  .hero-slider.hero-style .slide-content h1 {
    font-size: clamp(28px, 6vw, 40px);
  }
  .hero-slider.hero-style .slide-content p {
    font-size: clamp(16px, 3.8vw, 18px);
  }
}
