/*
Theme Name:     Kadence Child Theme (Coastal Treasures)
Template:       kadence
Description:    Used for Coastal Treasures eCommerce store
Author:         Jim Merrikin
Version:        1.0
License:        GPL v3 or later
*/

/* Base hero section */
.dynamic-hero {
  background-size: cover;
  background-position: center;
  min-height: 700px;
  height: 700px; /* Add explicit height instead of 100% */
  padding: 0;
  width: 100%;
}


/* Frame that centers inner content horizontally */
.dynamic-hero__frame {
  display: flex;
  flex-direction: column;
  justify-content: flex-end !important; /* Changed from flex-start */
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 700px;
  position: relative;
  z-index: 9;
	padding: 3rem;
}

/* Inner stack */
.dynamic-hero .hero-inner {
  width: auto;
  max-width: 50%;
}

.hero-inner.kadence-hero-text-stack h1 {
    text-wrap: balance;
}
.hero-inner.kadence-hero-text-stack p {
    text-wrap: balance;
    max-width: 600px;
}
h6.hero-eyebrow {
    margin-bottom: 30px;
}

/* CTA icon spacing (instead of inline margin) */
.dynamic-hero .elementor-button i{
  margin-right: 0.5rem;
}

/* (Optional but handy) ensure slides size nicely */
.hero-swiper .swiper-slide{
  height: auto;
	display: flex;
	min-height: 700px;
	height: auto !important;
}

#homepage-hero .elementor-shortcode:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 5;
}