/*
Theme Name: Culture Cave CycleCraft Child v10.2 Mobile Hero Force
Template: cyclecraft
Version: 10.2
Description: Forces the original Culture Cave hero/banner to scale like the original immersive mobile slider while preserving CycleCraft layout.
*/

@import url('../cyclecraft/style.css');

/* Culture Cave v10.2 mobile hero force */
@media (max-width: 767px) {
  body.home .ccv10-hero-force,
  body.home .ccv10-hero-force .elementor-widget-container,
  body.home .ccv10-hero-force .elementor-image,
  body.home .ccv10-hero-force .swiper,
  body.home .ccv10-hero-force .swiper-container,
  body.home .ccv10-hero-force .swiper-wrapper,
  body.home .ccv10-hero-force .swiper-slide,
  body.home .ccv10-hero-force .elementor-slides-wrapper,
  body.home .ccv10-hero-force .elementor-repeater-item,
  body.home .ccv10-hero-force .slick-list,
  body.home .ccv10-hero-force .slick-track,
  body.home .ccv10-hero-force .slick-slide {
    min-height: 68vh !important;
    height: 68vh !important;
    max-height: none !important;
  }

  body.home .ccv10-hero-force {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    margin: 24px auto 18px auto !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 22px !important;
    box-shadow: 0 30px 70px rgba(78, 22, 130, .24), 0 0 36px rgba(126, 72, 255, .18) !important;
  }

  body.home .ccv10-hero-force img,
  body.home .ccv10-hero-force picture,
  body.home .ccv10-hero-force video {
    width: 100% !important;
    height: 68vh !important;
    min-height: 68vh !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    border-radius: 22px !important;
  }

  /* Elementor background-slide hero support */
  body.home .ccv10-hero-force .swiper-slide-bg,
  body.home .ccv10-hero-force .elementor-background-slideshow__slide__image,
  body.home .ccv10-hero-force [style*="background-image"] {
    min-height: 68vh !important;
    height: 68vh !important;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 22px !important;
  }

  /* Bring search closer under the now-taller banner */
  body.home .cc-enter-cave,
  body.home .culture-cave-enter,
  body.home #cc-enter-cave,
  body.home .ccv10-search-module,
  body.home .cc-realms-search,
  body.home [class*="enter-the-cave"] {
    margin-top: 18px !important;
  }
}

@media (max-width: 420px) {
  body.home .ccv10-hero-force,
  body.home .ccv10-hero-force .elementor-widget-container,
  body.home .ccv10-hero-force .elementor-image,
  body.home .ccv10-hero-force .swiper,
  body.home .ccv10-hero-force .swiper-container,
  body.home .ccv10-hero-force .swiper-wrapper,
  body.home .ccv10-hero-force .swiper-slide,
  body.home .ccv10-hero-force .elementor-slides-wrapper,
  body.home .ccv10-hero-force .slick-list,
  body.home .ccv10-hero-force .slick-track,
  body.home .ccv10-hero-force .slick-slide,
  body.home .ccv10-hero-force img,
  body.home .ccv10-hero-force picture,
  body.home .ccv10-hero-force video,
  body.home .ccv10-hero-force .swiper-slide-bg,
  body.home .ccv10-hero-force .elementor-background-slideshow__slide__image {
    min-height: 72vh !important;
    height: 72vh !important;
  }
}
