/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/index.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * Main stylesheet entry point for Schmidt Real Estate theme
 * 
 * This file is compiled by wp-scripts. The compiled output goes to build/index.css
 */
/**
 * Homepage specific styles
 */
.homepage-hero {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: calc(85vh - 88px);
  max-height: calc(85vh - 88px);
}
.homepage-hero__track {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  will-change: transform;
}
.homepage-hero__image {
  flex-shrink: 0;
  width: 40vh;
  max-width: 40vh;
  height: auto;
  max-height: 100%;
  border-radius: var(--wp--preset--border-radius--10);
  overflow: hidden;
}
.homepage-hero__image img {
  width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage-hero .wp-block-group.homepage-hero-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  margin: 0;
}
.homepage-hero .wp-block-group.homepage-hero-content .inner-container {
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
}
/**
 * Custom theme styles
 * 
 * Add your custom SCSS here
 */
.carousel-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50vh;
  container: carousel/inline-size;
}
.carousel-slider {
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}
.carousel-slide {
  position: relative;
  flex: 0 0 100cqw;
}
.carousel-slide img,
.carousel-slide picture,
.carousel-slide figure {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.carousel-button,
.carousel-button-left,
.carousel-button-right {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  cursor: pointer;
}
.carousel-button.disabled,
.carousel-button-left.disabled,
.carousel-button-right.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.carousel-button-left {
  left: 0.75rem;
}
.carousel-button-right {
  right: 0.75rem;
}
.carousel-thumbnails {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 0.75rem;
}
.carousel-thumbnail {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.carousel-thumbnail.active {
  opacity: 1;
  box-shadow: 0 0 0 2px currentColor inset;
}
@container carousel (max-width: 768px) {
  .carousel-button,
  .carousel-button-left,
  .carousel-button-right {
    transform: translateY(-50%) scale(0.9);
  }
  .carousel-thumbnails {
    gap: 0.25rem;
  }
}

/*# sourceMappingURL=index.css.map*/