/** Shopify CDN: Minification failed

Line 302:7 Unexpected "{"
Line 302:16 Expected ":"
Line 303:9 Expected identifier but found whitespace
Line 303:11 Unexpected "{"
Line 303:20 Expected ":"
Line 303:49 Expected ":"
Line 307:9 Unexpected "{"
Line 307:18 Expected ":"
Line 308:11 Expected identifier but found whitespace
Line 308:13 Unexpected "{"
... and 2 more hidden warnings

**/
/* Hero Slider Section Styles */
.hero-slider-section {
    position: relative;
    overflow: hidden;
    max-width: 1400px;
    border-radius: 14px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.hero-slider-container {
  width: 100%;
  position: relative;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: var(--slider-height, 600px);
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  /* Background color is now set inline from the block settings */
}

.hero-slide.active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

.hero-slide-content {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 2rem;
  z-index: 1;
}

.hero-text-container {
  flex: 1;
  max-width: 50%;
  padding-right: 2rem;
  position: relative;
  z-index: 2;
}

.hero-tagline {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
    color: var(--tagline-color);
    text-transform: capitalize;
    letter-spacing: 0.05em;
    font-family: Poppins, sans-serif;
    border: 1px solid #222;
    width: fit-content;
    border-radius: 50px;
    padding: 4px 16px;
}

.hero-heading {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--heading-color);
  line-height: 1.2;
  font-family: Poppins,sans-serif;
}

.hero-description {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 2rem;
  font-family: Poppins,sans-serif;
  max-width: 80%;
}

.hero-button-wrapper {
  margin-top: 1.5rem;
}

.hero-button {
  display: inline-block;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  font-size: 1rem;
  font-weight: 600;
  padding: 0.8rem 2rem;
  border-radius: 3rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.hero-image-container {
  flex: 1;
  max-width: 50%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.hero-circle-graphic {
  position: absolute;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  transform: rotate(-25deg);
  z-index: 2;
  right: 10%;
  top: 20%;
}

.hero-slider-dots {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 2;
}

.hero-slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--dot-color);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero-slider-dot.active {
  background-color: var(--dot-active-color);
  transform: scale(1.2);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Responsive styles */
@media screen and (max-width: 990px) {
  .hero-slider {
    height: var(--slider-height-mobile, 500px);
  }
  
  .hero-slide:before {
    width: 100%;
    background: rgba(247, 247, 247, 0.8);
  }

  .hero-text-container {
    width: 100%;
    text-align: center;
    padding: 2rem 1.5rem;
  }
  
  .hero-heading {
    font-size: 2.2rem;
  }
  
  .hero-description {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    max-width: 100%;
  }
  
  .hero-circle-graphic {
    width: 14rem;
    height: 14rem;
    font-size: 0.875rem;
    top: auto;
    right: 0;
    bottom: 15%;
    left: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading {
    font-size: 1.8rem;
  }

  .hero-slide {
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}


  .hero-slider-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-text-container {
    max-width: 100%;
    padding: 0;
  }

  .hero-slide-content {
    padding: 1.2rem;
  }
  
  .hero-tagline {
    font-size: 0.875rem;
  }
  
  .hero-circle-graphic {
    width: 10rem;
    height: 10rem;
    font-size: 0.75rem;
  }
  
  .hero-slider-dots {
    bottom: 1.5rem;
  }
  
  .hero-button {
    padding: 0.7rem 1.5rem;
    font-size: 0.9rem;
  }
}

/* Apply dynamic heights from section settings */
#Hero-{{ section.id }} .hero-slider {
  height: {{ section.settings.desktop_height }}px;
}

@media screen and (max-width: 990px) {
  #Hero-{{ section.id }} .hero-slider {
    height: {{ section.settings.mobile_height }}px;
  }
}