/* ============================ */
/* Theme Name: Hello Elementor Child
   Template: hello-elementor
   HERO SECTION + STYLING
   ============================ */

/* ============================ */
/* =========================================================
   GLOBAL RESET
========================================================= */
html, body {
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}

/* =========================================================
   ELEMENTOR + NAV FIX
========================================================= */
.e-con, .e-con-inner, .elementor-widget-html, .elementor-widget-container,
.nav-container, .nav-inner {
  overflow: visible !important;
}

.elementor, .elementor-section, .elementor-container, .elementor-widget,
.elementor-background-overlay, .elementor-section::before, .elementor-section::after,
.swiper, .swiper-wrapper, .swiper-slide {
  position: relative;
}

/* =========================================================
   HERO SECTION
========================================================= */
.page-hero, .hero-section {
  width: 100%;
  position: relative;
  overflow: visible;
}

.hero-arch, .hero-arch-inner {
  display: flex;
  width: 100%;
  height: 100vh;
  position: relative;
}

.page-hero,
.hero-section,
.hero-arch {
  padding-top: var(--nav-h);
  box-sizing: border-box;
}


.hero-left-panel {
  width: 35%;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  min-height: 700px;
  height: 100%;
}

.hero-left-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  transform: scale(1.05, 1.3);
  margin-top: 20em;
}

.hero-left-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.8);
  pointer-events: none;
}

.hero-right-panel {
  width: 65%;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.hero-swiper, .hero-slide {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
}

.hero-slide .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,0.4);

}

.hero-content-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9998;
  width: 55%;
}

.hero-slide .hero-content {
  position: absolute;

  color: #fff;
  max-width: 900px;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  display: none;
}

.hero-slide-active .hero-content {
  display: block;
}

/* =========================================================
   HERO TEXT – FLUID
========================================================= */
.hero-content .tag-line {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: clamp(0.85rem, 1.2vw, 1.5rem);
  margin-bottom: clamp(0.3rem, 0.6vw, 0.5rem);
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 clamp(0.8em, 1.5vw, 1.3em);
}

.hero-content .tag-line::before,
.hero-content .tag-line::after {
  content: "";
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  top: 50%;
  background: #35BF38;
}

.hero-content .tag-line::before {
  left: 0;
  transform: translate(-120%, -50%);
}

.hero-content .tag-line::after {
  right: 0;
  transform: translate(120%, -50%);
}

.slide-title {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 600;
  font-size: clamp(2rem, 5vw, 5rem);
  line-height: 1.1;
  color: #fff !important;
  text-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

.slide-title .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.6em);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.hero-content p {
  margin: clamp(0.6rem, 1.2vw, 1rem) 0 clamp(1rem, 2vw, 1.5rem);
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 1.6vw, 1.7rem);
  line-height: 1.6;
  color: #fff;
}

.btn-primary {
  display: inline-block;
  padding: clamp(0.6rem, 1vw, 0.8rem) clamp(1.4rem, 2vw, 2rem);
  background-color: #15E64E;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 1.4vw, 1.5rem);
  color: #6B461B !important;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #7DAD8E;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* ============================ */
/* SOCIAL + NAV */
.hero-social {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 3;
}

.hero-social a {
  display: block;
  margin: 10px 0;
  color: #fff;
  font-size: 1.2rem;
  transition: color 0.3s;
}

.hero-social a:hover {
  color: #B28F61;
}

.hero-nav {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.hero-nav .swiper-button-next,
.hero-nav .swiper-button-prev {
  position: static;
  width: 100px;
  height: 40px;
  border-radius: 10%;
  background: rgba(178, 143, 97, 0.35); /* halvány barna */
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.hero-nav .swiper-button-next::after,
.hero-nav .swiper-button-prev::after {
  font-size: 18px;
  color: #9ed7b1; /* halvány zöld nyíl */
  transition: color 0.3s ease;
}

/* Hover állapot */
.hero-nav .swiper-button-next:hover,
.hero-nav .swiper-button-prev:hover {
  background: rgba(158, 215, 177, 0.35); /* halvány zöld háttér */
}

.hero-nav .swiper-button-next:hover::after,
.hero-nav .swiper-button-prev:hover::after {
  color: #295006; /* zöldes nyíl */
}


/* ============================ */
/* PAGINATION */
.swiper-pagination-fraction { 
	position: absolute; 
	right: 20px; 
	bottom: -550px; 
	z-index: 5; 
	font-size: 1.8rem; 
	line-height: 1; 
	color: rgba(255, 255, 255, 0.75); 
	display: flex; 
	align-items: baseline; 
	gap: 0.4rem; 
}

.swiper-pagination-fraction .swiper-pagination-current {
  font-weight: 900;
  color: #fff;
  font-size: 4rem;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: white;
}

.swiper-pagination-fraction .swiper-pagination-current {
	font-weight: 900; 
	color: #fff; 
	font-size: 4rem; 
	-webkit-text-fill-color: transparent; 
	-webkit-text-stroke: 1px; 
	-webkit-text-stroke-color: white; 
} 

.swiper-pagination-fraction .swiper-pagination-total { 
	font-weight: 700; 
	color: rgba(255, 255, 255, 0.6); 
	display: inline-block; 
}

/* MOBILE INVISIBLE */

@media (max-width: 991px) {
	.hero-nav .swiper-button-next,
	.hero-nav .swiper-button-prev,
	.swiper-pagination-fraction,
	.hero-left-panel, .hero-social {
		display: none;
	}

	.hero-right-panel {
		width: 100%;
/*		position: relative;
		height: 100%;
		overflow: hidden; */
	}			
}


@media (max-width: 991px) {
  .hero-content .tag-line span {
  /*  padding: 0.4em 1.2em;.   */
	padding-left: 4vw;
  }

  .hero-content .tag-line span::before,
  .hero-content .tag-line span::after {
    width: 0.5em;
    height: 0.5em;
  }
}


/* Tablet + mobil */
@media (max-width: 991px) {
  .hero-content-panel {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0.6em 1rem;
    box-sizing: border-box;
  }
}



