:root {
  --background: #f5f3ef;
  --herocontent: #d4a373;
  --important: #2e4053;
  --text: #333;
  --h1colour: #2e4053;
  --buttoncolor: #bf5f45;
  --buttonhover: #d46a4e;
  --green: #5e8c61;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');

body {
  background-color: var(--background);
  color: var(--text);
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100%;
}

.image {
  display: block;
  border-radius: 15px;
  margin: 10px auto;
  /* width: 90%; */
  max-height: 300px;
  width: auto;
  max-width: 90%;
}

.image-index {
  border-radius: 15px;
  margin: 10px auto;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 890px;
  width: inherit;
}
.container {
  display: block;
  margin-left: 220px;
  margin-right: 20px;
}
#menu {
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0);
  margin: 20px;
  position: fixed;
  top: 0;
  left: -200px;
  height: 100%;
  width: 150px;
  font-weight: bold;
  -webkit-transition: left 1s ease 0.3s; /* Átmeneti effektus 1 másodperc alatt */
  transition: left 1s ease 0.3s; /* Átmeneti effektus 1 másodperc alatt */
}
.menu-anchors a {
  color: var(--background);
  text-decoration: none;
  transition: color 0.5s ease;
}

#main {
  opacity: 0;
  margin-top: 50px;
  margin: 50px 20px 0 10px;
  transition: opacity 1s ease 0.3s;
}
#main section {
  margin-bottom: 20px;
  scroll-margin-top: 10px; /* A kívánt magasság */
}
.red-circle {
  bottom: -2.5%; /* Adjust the circle to be at the end of the section */
  margin: 2.5vw auto;
  transform: translateX(-50%);
  background-color: var(--buttoncolor);
  border-radius: 50%;
  width: 2.5vw; /* 5% of the viewport width */
  height: 2.5vw; /* 5% of the viewport width */
  animation: pulse 10s infinite;
}
.hamburger {
  display: none;
  background-color: var(--background);
  width: 100%;
  font-size: 30px;
  cursor: pointer;
  position: fixed;
}

.button {
  background-color: var(--buttoncolor);
  border-radius: 5px;
  border-style: none;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 20px;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button:hover,
.button:focus {
  text-decoration: none;
}

.button:disabled {
  pointer-events: none;
  background-color: #ccc;
}

.button:hover {
  cursor: pointer;
  box-shadow: 10px 12px 15px rgba(0, 0, 0, 0.2); /* Nagyobb árnyék */
  transform: scale(1.05); /* Kicsit nagyobb méret */
  border-color: var(--buttonhover); /* Határszín változás */
  background-color: var(--buttonhover);
}

.button:active {
  box-shadow: none;
  transform: translateY(0);
}

.class-button {
  display: flex;
  justify-content: center;
  transition: opacity 1s ease-in-out;
}
.cta-scroll {
  font-size: 0.85rem;
  height: 50px;
  font-weight: 600;
}
.close-menu {
  display: none;
}
.sor {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cimsor {
  display: flex;
  flex-direction: column;
  background-color: var(--background);
  margin: 10px auto;
  min-width: 250px;
  font-weight: bold;
}

.oszlop {
  max-width: 70ch;
  margin: 10px auto;
}

.fenykep {
  width: 40%;
}

.portre {
  float: right;
  width: 40%;
  border-radius: 15px;
  margin: 0 0 0 10px;
}
.meditation-pictures {
  display: flex;
}
.meditation-picture {
  max-width: 45%;
  border-radius: 15px;
  margin: 0 0 0 10px;
}
.diagram {
  width: 50%;
  margin: 10px auto;
}
.technikak {
  all: initial;
}
.technikak:hover {
  all: initial;
}
.bottom {
  font-size: 0.75rem;
  font-weight: bold;
  margin: 20px 20px 0px 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px;
  background-color: white;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 15px 15px 0 0;
}
.bottom-img {
  margin: auto;
  max-height: 50%;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom p {
  margin: auto 0;
}
a {
  display: block;
  margin-bottom: 10px;
  color: #4a4a4a;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  color: var(--important);
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.035rem;
}

a:hover {
  text-decoration: underline;
}

h1 {
  margin: 10px;
  line-height: calc(1ex / 0.32);
  color: var(--h1colour);
  text-align: center;
  hyphens: none;
  font-size: 2rem;
}
h3 {
  color: var(--h1colour);
  font-size: 1.5rem;
  line-height: calc(1ex / 0.38);
  margin: calc(1ex / 0.72) 0 calc(1ex / 0.72) 0;
  text-align: center;
}
h4 {
  color: var(--important);
  font-size: 1.25rem;
  line-height: calc(1ex / 0.38);
  margin: calc(1ex / 0.38) 0 calc(1ex / 0.72) 0;
  font-weight: 400;
}

h5 {
  color: var(--important);

  font-size: 1.25rem;
}
h6,
h2 {
  color: var(--important);
  text-align: center;
  font-size: 1.25rem;
  margin: 0.2rem auto;
}

h1,
h3,
h4,
h5 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
p {
  font-size-adjust: 0.5;
  color: var(--text);
  line-height: calc(1ex / 0.32);
  hyphens: none;
}
i {
  font-size-adjust: 0.5;
  line-height: calc(1ex / 0.32);
  margin: calc(1ex / 0.32) 0;
  color: var(--green);
  opacity: 90%;
  hyphens: none;
}
b {
  margin: calc(1ex / 0.32) 0;
}
.icon {
  height: 30px;
  margin: 5px 10px;
}
.inline-icon,
.inline-icon-full-width {
  height: 100px;
  margin: 5px auto;
}
.inline-icon-full-width {
  width: 100%;
}

#logo,
#snake {
  padding-top: 10px;
  max-height: 70px;
  width: 100%;
  margin-bottom: 10px;
}
.eye-of-horus {
  max-height: 60px;
  width: auto;
  margin: 10px auto;
}
.kurzus-icon {
  padding-top: 10px;
  max-height: 70px;
  width: auto;
  margin-bottom: 10px;
}
#logo {
  padding-top: 0px;
}
#karearea {
  padding-top: 10px;
  max-height: 70px;
  width: auto;
  margin-bottom: 10px;
}

.rising-sun {
  font-size: 2rem;
  color: var(--background);
  opacity: 0;
  transform: translateY(50px);
  animation: sunrise 2s ease-out forwards;
}
#hero {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  -webkit-transition: padding-left 1s ease-in 0.3s;
  transition: padding-left 1s ease-in 0.3s;
  -webkit-transition: max-width 1s ease-in 0.3s;
  transition: max-width 1s ease-in 0.3s;
}
.hero-two,
.hero-three,
.hero-landing {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  width: inherit;
  height: 50vh;
  padding: 20px;
  margin: 20px auto;
  border-radius: 15px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  max-width: 890px;
}
.hero-two {
  background-image: url('./Misc/Pictures/hero_two_blur.jpg');
  background-size: cover;
  background-position: bottom;
}
.hero-three {
  background-image: url('./Misc/Pictures/hero_three.jpg');
  background-size: cover;
  background-position: right;
}
.hero-landing-index {
  background-image: url('./Misc/Pictures/hero_blur.jpeg');
  background-size: cover;
  background-position: right;
}
.hero-landing-coaching {
  background-image: url('./Misc/Pictures/hero_coach_blur.jpg');
  background-size: cover;
  background-position: right;
}
.hero-landing-coaching-two {
  background-image: url('./Misc/Pictures/coaching_big.jpg');
  background-size: cover;
  background-position: left;
}
.hero-landing-kundalini {
  background-image: url('./Misc/Pictures/kundalini_blur.jpeg');
  background-size: cover;
  background-position: center;
}
.hero-landing-mja {
  background-image: url('./Misc/Pictures/mja_hero_blur.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; /* Ne ismételje */
}
.hero-landing-irodai-feltoltodes {
  background-image: url('./Misc/Pictures/irodai-feltoltodes-blur.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; /* Ne ismételje */
}
.hero-landing-szerdai {
  background-image: url('./Misc/Pictures/szerdai-blur.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; /* Ne ismételje */
}
.hero-landing-szokas {
  background-image: url('./Misc/Pictures/szokas_blur.jpg');
  background-position: center;
  background-repeat: no-repeat; /* Ne ismételje */
}

.hero-two-content {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 1;
  animation: sunrise 2s ease-out forwards;
}
.hero-three .hero-two-content {
  justify-content: start;
}
.hero-content {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 1;
  animation: sunrise 2s ease-out forwards;
}
.hero-logo {
  height: 100px;
  opacity: 0;
  animation: sunrise 2s ease-out forwards;
}
.hero-landing-buttons {
  opacity: 0;
  animation: sunrise 2s ease-out forwards;
}
.video-content {
  position: absolute;
  z-index: 1;
  width: 60%;
}
.third {
  opacity: 1;
  height: 300px;
  width: 100%;
  border-radius: 15px;
  margin: 20px auto;
  background-image: none;
}
.second {
  opacity: 1;
  height: 300px;
  width: 100%;
  border-radius: 15px;
  margin: 20px auto;
  background-image: none;
}
.background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  z-index: 0;
}

.hero-content p {
  margin: 3rem auto;
  font-size: 3rem;
  color: var(--background);
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.hero-content i {
  font-size: x-large;
  font-weight: bold;
  color: var(--background);
}
.hero-buttons {
  display: flex;
  flex-direction: row;
  margin-bottom: 100px;
}
.hero-buttons .class-button {
  margin: 0px 20px;
}
.button-hero-kundalini {
  background-color: var(--text);
  color: var(--buttonhover);
}
.keywords {
  display: flex;
  justify-content: center;
  margin: 10px auto;
}
.keywords p {
  text-transform: uppercase;
  color: var(--important);
  margin: 0px;
  text-decoration: underline;
}
.taglines {
  position: absolute;
  height: 2.5rem;
  width: 100%;
  max-width: inherit;
  overflow: hidden;
  z-index: 1;
  margin: 150px;
}
.taglines p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: var(--important);
  font-size: 2rem;
  margin: 0px;
  opacity: 0; /* Kezdetben rejtett */
  animation: opacity 1s ease-in-out;
  /* animation: tagline-animation 1s ease-in-out forwards; */
}
@keyframes tagline-animation {
  0% {
    opacity: 0; /* Kezdő állapot: rejtett */
  }
  10% {
    opacity: 1; /* Felvillanás */
  }
  50% {
    opacity: 1; /* A szöveg látható */
  }
  90% {
    opacity: 0; /* Eltűnik */
  }
  100% {
    opacity: 0; /* Eltűnik teljesen */
  }
}
.in-video-button {
  z-index: 1;
  position: absolute;
  margin-bottom: 20px;
}

.columns {
  display: flex;
  flex-direction: row;
  width: 100%;
  color: var(--background);
  border-radius: 15px;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
}

.column {
  width: 49%;
  padding: 5%;
}
.column > *:first-child {
  margin-top: 0px;
  padding-top: 0px;
}
.column p {
  text-align: justify;
}
.click {
  height: 50px;
  z-index: 100;
  position: absolute;
  top: 85%;
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: opacity 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  animation: pulse2 6s infinite;
  color: var(--background);
}
.breath {
  animation: pulse 10s infinite;
  bottom: auto;
  margin: 40px auto;
}
/* 
.tovabb-button {
  background-color: transparent;
  border: 3px solid var(--buttoncolor);
  border-radius: 15px;
  box-sizing: border-box;
  color: var(--text);
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 2rem auto;
  min-height: 60px;
  min-width: 0;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  will-change: transform;
}

.tovabb-button:disabled {
  pointer-events: none;
}

.tovabb-button:hover {
  cursor: pointer;
  box-shadow: 10px 12px 15px rgba(0, 0, 0, 0.2); 
  transform: scale(1.05); 
  border-color: var(--buttonhover); 
  background-color: var(--background);
}

.tovabb-button:active {
  box-shadow: none;
  transform: translateY(0);
} */

.kurzus-button {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  display: block;
  unicode-bidi: isolate;
  color: var(--text);
  text-align: center;
  background-color: white;
  border: 3px solid var(--buttoncolor);
  border-radius: 15px;
  cursor: pointer;
  display: inline-block;
  margin: 10px auto;
  padding: 20px;
  touch-action: manipulation;
  width: 100%;
}

.kurzus-button:disabled {
  pointer-events: none;
}

.kurzus-button:hover {
  color: var(--buttonhover);
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.kurzus-button:active {
  box-shadow: none;
  transform: translateY(0);
}
.kurzus-button p {
  text-align: left;
}
.social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

/* Instagram gomb */
.instagram {
  background-color: var(--buttoncolor);
  color: white;
  border: 2px solid var(--buttoncolor);
}

/* Facebook gomb */
.facebook {
  background-color: #ffffff;
  color: var(--buttoncolor);
  border: 2px solid var(--buttoncolor);
}
.facebook:hover {
  color: var(--background);
  box-shadow: 10px 12px 15px rgba(0, 0, 0, 0.2); /* Nagyobb árnyék */
  transform: scale(1.05); /* Kicsit nagyobb méret */
}

/* Hover effektek */
.social-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

/* Ikonok */
.social-btn i {
  margin-right: 8px;
  font-size: 20px;
}
figcaption {
  color: var(--text);
  font-size: x-small;
  margin: 10px auto;
  text-align: center;
}
/* 
.list-container {
  margin: 0 auto;
}
.list-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.list {
  list-style-type: none;
  padding: 0;
}
.list-item {
  font-size: 1.5rem;
  padding: 10px 0;
  color: var(--important);
  font-weight: 700;
}
.list-item:last-child {
  border-bottom: none;
}
ol ul li::marker {
  color: var(--important);
  content: '• ';
}
ol ol li::marker {
  color: var(--important);
}

.list-item li a {
  display: block;
  margin-bottom: 10px;
  color: var(--text);
  text-decoration: underline;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  text-transform: none;
  text-align: center;
}
ul {
  padding: 0px;
}
.list ul li {
  width: 90%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 3px solid var(--important);
  border-radius: 15px;
  margin: 2rem auto;
  padding: 10px;
  background-color: var(--background);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease; 
}
.list ul li:hover {
  cursor: pointer;
  box-shadow: 10px 12px 15px rgba(0, 0, 0, 0.2); 
  transform: scale(1.05); 
  border-color: var(--buttonhover); 
  background-color: var(--background);
} */

.blog-grid {
  max-width: 1000px;
  margin: 2rem auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.blog-card {
  position: relative;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid var(--important);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.blog-card a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  text-transform: none;
  color: var(--text);
}

.blog-card p {
  padding: 0 16px;
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  margin: 16px;
  color: var(--important);
  text-align: left;
}

/* CATEGORY BADGE */
.blog-category {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--buttoncolor);
  color: white;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* FILTER BUTTONS */
.blog-filters {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 2rem auto;
  flex-wrap: wrap;
}

.blog-filter-btn {
  border: 2px solid var(--buttoncolor);
  background: transparent;
  color: var(--buttoncolor);
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
}

.blog-filter-btn.active,
.blog-filter-btn:hover {
  background: var(--buttoncolor);
  color: white;
}
.list-container-technics > ol > ul > li,
.list-container-technics > ol > ol > li {
  margin: 0.5rem;
  display: list-item;
  background-color: unset;
  box-shadow: unset;
  border: none;
  transition: none;
}
.list-container-technics > ol > ul > li:hover,
.list-container-technics > ol > ol > li:hover {
  cursor: default;
  box-shadow: none;
  transform: none;
  border-color: unset;
  background-color: unset;
}

.list-technics {
  list-style-type: none;
  padding: 0;
}
.list-item-technics {
  padding: 0.5rem;
  font-weight: 700;
  color: var(--important);
  font-size: 1.5rem;
  /* font-family: 'Playfair Display', serif; */
  /* text-transform: uppercase; */
}
.list-technics ul li {
  transition:
    color 0.5s ease,
    font-weight 0.5s ease;
  color: var(--green);
}
.list-technics li.active {
  color: var(--buttonhover);
}
.blog-picture {
  max-height: 200px;
  width: auto;
  max-width: 80%;
  border-radius: 15px;
  margin: 20px auto;
}
.picture {
  display: flex;
  flex-direction: column;
  max-height: 350px;
  width: auto;
  border-radius: 15px;
  margin: 10px auto;
}
br {
  margin: 10px auto;
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
  }
}
@keyframes pulse2 {
  0% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  50% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
}
@keyframes insta-pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.hero-content svg {
  width: 60%;
}
.hero-text {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 2rem auto;
  opacity: 1;
  -webkit-transition: opacity 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: opacity 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
.hero-welcome {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 2rem auto;
  opacity: 0;
  text-align: center;

  -webkit-transition: opacity 1.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: opacity 1.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

svg .svg-elem-1 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
svg.active .svg-elem-1 {
  fill: #fff;
}
svg .svg-elem-2 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
svg.active .svg-elem-2 {
  fill: var(--buttoncolor);
}
svg .svg-elem-3 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
svg.active .svg-elem-3 {
  fill: var(--background);
}

svg.active + .hero-text {
  opacity: 1;
}

.inline-a {
  display: inline;
}

.table {
  overflow: auto;
}

/* Konténer stílusai */
.lepesek-container {
  width: 100%;
  margin: 2rem auto;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  background-color: white;
  max-width: 650px;
  border: 3px solid var(--buttoncolor);
}

/* A lépések közvetlen stílusai */
.lepesek {
  display: flex;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}

/* Egyedi lépések */
.lepes {
  flex: 0 0 100%;
  padding: 0px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lepes p {
  text-align: left;
  margin: 10px auto;
}
.lepes h3,
i {
  margin: 10px auto;
}
.lepes i {
  margin: 0px;
}
/* Gombok */
.navigation-buttons {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.nav-button {
  height: 40px;
  width: 40px;
  background-color: var(--buttoncolor);
  cursor: pointer;
  padding: 0px;
  border: none;
  border-radius: 50%;
  /* box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1); */
  user-select: none;
}

.nav-button:disabled {
  background-color: var(--herocontent);
  cursor: not-allowed;
}

/* Alapstílus a typewriter osztályhoz */
.typewriter {
  overflow: hidden; /* Rejtse el a még nem gépelt szöveget */
  display: inline-block; /* Hogy minden inline elem is működjön */
}

/* Villogó kurzor */
.typewriter::after {
  content: '|'; /* Villogó kurzor */
  display: inline-block;
  animation: blink 0.5s steps(1) infinite;
}

/* Villogó kurzor animáció */
@keyframes blink {
  50% {
    opacity: 0;
  }
}

.velemenyek {
  max-width: 890px;
  height: 200px; /* fixált magasság a stabil megjelenítéshez */
}

.velemenyek-kundalini {
  height: 350px;
}
.egy-velemeny {
  border: 3px solid var(--buttoncolor);
}
.velemeny {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(50px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
  padding: 1rem 2rem;
}

.velemeny.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  margin: 0px 50px;
}

.velemeny-foto {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--important);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}

.velemeny-nev {
  font-weight: 600;
  font-size: 1rem;
  margin: 0 0 0.3rem 0;
  color: var(--text);
}

.velemeny-szoveg {
  font-style: italic;
  color: var(--text);
  line-height: 1.5;
  clear: both;
}

.velemeny-szoveg b {
  font-weight: 700;
  color: var(--text);
}

.velemeny-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--buttoncolor);
  border: none;
  color: white;
  font-size: 1.8rem;
  padding: 0px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  user-select: none;
  transition: background-color 0.3s ease;
  z-index: 10;
}

.velemeny-btn:hover {
  background-color: var(--buttonhover);
}

.velemeny-btn-left {
  left: 10px;
}

.velemeny-btn-right {
  right: 10px;
}

.ticket {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: justify;
  margin: 2rem auto;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  background-color: white;
  color: var(--h1colour);
  opacity: 0; /* Kezdetben átlátszó */
  transform: translateY(50px); /* Alulról indul */
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out;
}
.ticket i,
.ticket p {
  margin: 0;
  padding: 0;
}

.white-ticket {
  border-radius: 15px;
  background-color: white;
  padding: 20px;
  margin: 20px auto;
  color: var(--h1colour);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  text-align: center;
  opacity: 0; /* Kezdetben átlátszó */
  transform: translateY(50px); /* Alulról indul */
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out;
  max-width: 890px;
  width: inherit;
}
/* Ha az elem elérhetővé válik (JS adja hozzá ezt az osztályt), akkor látható lesz */
.ticket.show,
.white-ticket.show {
  opacity: 1;
  transform: translateY(0);
}

.left-align {
  text-align: left;
}

@keyframes sunrise {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.stripe-buy-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.calendar-button {
  display: inline-flex;
  align-items: center;
  background-color: var(--buttoncolor); /* Piros háttér */
  color: var(--background);
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  margin: 20px auto;
}

.calendar-button:hover {
  background-color: var(--buttonhover); /* Sötétebb piros hover effect */
}

.calendar-button img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.tudastar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  padding: 10px;
  z-index: 1000;
}

.insta-ticket {
  width: 300px;
  border-radius: 15px;
  background-color: #fff;
  padding: 10px 20px;
  margin: 5px auto;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer; /* Egérmutató kézre vált */
  transition: all 0.2s ease-in-out; /* Szép átmenetek */
}
.insta-ticket:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); /* Erősebb árnyék hoverkor */
}

.insta-ticket:active {
  transform: scale(0.98); /* Kicsit benyomódik kattintáskor */
}
.first-insta-ticket {
  background-color: var(--buttoncolor);
  /* animation: insta-pulse 10s infinite; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.first-insta-ticket img {
  height: 110px;
  width: auto;
  border-radius: 15px;
}
.insta-ticket h3 {
  color: white;
  font-size: 14px;
  margin: 5px;
}
.insta-ticket p {
  color: white;
  font-size: 12px;
  margin: 5px;
}

/* Pop-up háttér */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

/* Maga a pop-up */
.popup-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 400px;
  width: 90%;
  position: relative;
  text-align: left;
}

/* Bezáró gomb */
.close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  cursor: pointer;
}

/* Időpont lista */
.session {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid var(--important);
  border-radius: 5px;
  background: var(--background);
}
.session > .button {
  margin: 4px;
  padding: 4px;
}
.popup-session-time {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.session {
  border: 2px solid var(--important);
  border-radius: 12px;
  background: #fff;
}
.session .popup-session-time {
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 8px 0;
}
.session .popup-session-time p {
  margin: 0 0 0 8px;
  font-weight: 600;
  color: var(--important);
}
.scrollable-playlists {
  max-height: 480px; /* kb. 3 iframe */
  overflow-y: auto;
  padding-right: 10px;
  margin: 10px 0;
  scrollbar-width: thin;
  scrollbar-color: #fff transparent;
}

.scrollable-playlists iframe {
  display: block;
  border-radius: 12px;
  margin: 10px auto;
}

.scrollable-playlists::-webkit-scrollbar {
  width: 6px;
}

.scrollable-playlists::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
}

.scrollable-playlists::-webkit-scrollbar-track {
  background: transparent;
}

.gyakori-kerdesek {
  text-align: left;
}

.valasz {
  border-bottom: 1px solid var(--h1colour);
  padding: 10px 0;
}

.gyakori-kerdes {
  display: block;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  padding: 10px 0;
  color: var(--h1colour);
  margin: 0px;
}

.gyakori-valasz {
  display: none; /* alapból rejtve */
  margin-top: 8px;
  font-size: 0.95em;
  color: var(--text);
  line-height: 1.5;
}

/* ha nyitott */
.valasz.active .gyakori-valasz {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.services {
  max-width: 890px;
  margin: 20px auto;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.services > a.service-card {
  /* felülírjuk a globális <a> stílusokat */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  text-transform: none;
  color: var(--text);
  margin: 0;
  background: #fff;
  border: 3px solid var(--buttoncolor);
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
  text-align: center;
}

.services > a.service-card:hover {
  transform: scale(1.03);
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
  border-color: var(--buttonhover);
}

.service-card h6 {
  margin: 10px 0;
}

.service-card p {
  margin: 10px 0 20px 0;
  text-align: center; /* kártya-központú */
}

.service-card .inline-icon {
  height: 80px; /* kicsit kisebb, mint a default 100px */
  margin-bottom: 10px;
}

/* A kártyán belüli CTA gomb igazítása – a te .button osztályoddal működik */
.service-card .button {
  margin: 0 auto;
  min-width: 160px;
}
.cta-button {
  text-transform: none;
}
.cta-button-disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.6;
  color: var(--buttoncolor);
  background-color: var(--background);
  border: 3px solid var(--buttoncolor);
  height: unset;
}
.sticky-cta {
  display: none;
}

.bankcard-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 2.5vw, 16px);
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  margin: 20px auto;
}

.bankcard-icons .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: clamp(20px, 4.5vw, 28px); /* responsív magasság */
  aspect-ratio: auto;
}

.bankcard-icons .icon svg,
.bankcard-icons .icon img {
  height: 100%;
  width: auto;
  display: block;
}

.eszkoz {
  border: 3px solid var(--buttoncolor);
  border-radius: 15px;
  margin: 10px auto;
  padding: 20px;
}
.eszkoz:hover {
  cursor: pointer;
}
.eszkoz img {
  height: 100px;
}

.no-break {
  white-space: nowrap;
}
@media (max-width: 768px) {
  #main {
    opacity: 0;
    margin: 0;
    margin-top: 35px;
    -webkit-transition: margin-top 0.3s;
    transition: margin-top 0.3s;
    -webkit-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
  }
  .oszlop {
    margin: 0px;
  }
  .hero-content p {
    font-size: unset;
  }
  .hero-content i {
    font-size: unset;
  }
  .hero-buttons {
    justify-content: center;
    margin-bottom: 20px;
  }
  .hero-logo {
    height: unset;
    width: 60%;
    margin-bottom: 30px;
  }

  .rising-sun {
    font-size: 1.5rem;
  }
  .container {
    margin-left: 20px;
  }
  .keywords p {
    font-size: large;
  }
  .navigation-buttons h5 {
    padding: 0 10px;
    text-align: center;
  }
  .hamburger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0px;
    width: 100vw;
    height: 40px;
    transition: top 0.3s;
    z-index: 1000;
    color: var(--h1colour);
  }
  .hamburger-first {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding-right: 35px;
  }

  .hamburger-second {
    font-family: 'Lexend', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }
  .hamburger-second p {
    text-decoration: overline;
    text-decoration-color: var(--h1colour);
    color: var(--buttoncolor);
  }

  .hamburger-third {
    height: 40px;
    margin-right: 7px;
    margin-left: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    padding-left: 30px;
  }

  #hero {
    position: relative;
    align-items: flex-start;
    height: 80vh;
  }
  #menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    box-shadow: none;
    padding-top: 40px;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
    margin: 0;
    z-index: 100;
    background-color: var(--background);
    justify-content: center;
    align-items: center;
  }
  .menu-anchors a {
    color: var(--buttoncolor);
    display: block;
    margin: 0;
    padding: 10px;
    background-color: var(--background);
    border-bottom: 1px solid #ddd;
    text-align: left;
    margin-left: 10px;
  }
  .menu-anchors a:hover {
    background-color: var(--background);
    text-decoration: none;
  }
  #menu.open {
    display: flex;
  }
  .menu-logo {
    display: none;
  }
  .close-menu {
    display: none;
    text-align: center;
    margin: 0px;
    padding: 0px 30px;
  }
  .sor {
    flex-direction: column;
  }
  .bottom {
    margin-left: 10px;
  }

  .columns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .column {
    width: 90%;
  }

  #rolam {
    flex-direction: column;
  }
  .diagram {
    width: 90%;
  }
  .column {
    padding: 10px;
  }
  #rolam .oszlop {
    display: flex;
    flex-direction: column;
  }
  .szoveg {
    width: 100%;
  }
  .fenykep {
    width: 100%;
  }
  .bottom-img {
    width: 50%;
  }
  #snake,
  .kurzus-icon {
    margin: 10px auto;
    padding: 0px;
  }
  .click {
    position: inherit;
    top: 65%;
  }

  .class-button {
    flex-direction: column;
  }
  .red-circle {
    width: 8vw;
    height: 8vw;
  }

  .portre {
    width: 100%;
  }
  .lepes {
    padding: 10px 20px;
  }
  .button {
    margin: 20px auto;
  }

  h1 {
    font-size: 2rem;
    margin: 10px auto;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1rem;
  }

  .technics {
    align-items: start;
  }
  .technics i,
  p {
    margin: 10px auto;
  }
  .list-container-technics > ol > ul > li {
    padding: 5px;
  }
  .velemenyek {
    width: 80vw;
    height: 400px;
  }

  .velemenyek-kundalini {
    height: 750px;
  }
  .velemeny-btn {
    font-size: 1rem;
  }
  .velemeny.active {
    padding: 5px;
    margin-top: 10px;
  }
  .picture {
    max-width: 90%;
    height: auto;
  }
  .scrollable-playlists {
    max-height: 350px;
  }
  .white-ticket {
    width: unset;
  }
  .hero-three,
  .hero-landing {
    width: unset;
    background-position: left;
  }
  .hero-two {
    height: unset;
    width: unset;
    background-position: bottom;
  }
  .lepesek-container {
    touch-action: pan-y;
  }
  .hero-landing-coaching {
    background-position: bottom;
  }
  .hero-landing-coaching-two {
    background-position: bottom;
  }
  .hero-landing-mja {
    background-position: left;
  }
  .hero-landing-hard-reset {
    background-position: center;
  }
  .hero-landing-szerdai {
    background-position: right;
  }
  .popup-session-time {
    width: 90%;
  }
  .services {
    grid-template-columns: 1fr;
  }
  .sticky-cta {
    align-items: center;
    justify-content: center;
    position: sticky;
    bottom: 0;
    padding: env(safe-area-inset-bottom) 14px env(safe-area-inset-bottom) 14px;
    background: linear-gradient(
      180deg,
      rgba(245, 243, 239, 0),
      rgba(245, 243, 239, 0.95) 30%,
      rgba(245, 243, 239, 1)
    );
    backdrop-filter: blur(6px);
    box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  .sticky-cta .cta-button {
    margin: 10px auto;
  }

  .tudastar-nav {
    flex-direction: column;
  }
  .tudastar-nav > .button {
    margin: 5px auto;
  }
  .blog-grid {
    grid-template-columns: 1fr;
    padding: 0 10px;
  }

  .blog-card img {
    height: 180px;
  }
}
