.hero-title {
  color: #fff;
  font-size: 3rem; /* Nagy betűméret */
  font-weight: 700;
  text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
    word-break: break-word; /* Sortörés engedélyezése */
    overflow-wrap: break-word; /* Hosszú szavak törése */
    padding: 0 20px; /* Oldalpaddding mobilnézetben */
}
@media (max-width: 767px) {
  .hero-title {
    font-size: 2rem !important; /* Kisebb méret mobilnézetben */
    line-height: 1.3; /* Jobb olvashatóság */
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 1.8rem !important; /* Extra kis méret nagyon kicsi képernyőkön */
  }
}

body {
  background: #fff;
  font-family: "Mukta Mahee", arial, sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.8;
  color: #6c757d;
}
::-moz-selection {
  color: #fff;
  background: #e61c5d;
}
::selection {
  color: #fff;
  background: #e61c5d;
}
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
h1, h2, h3, h4, h5 {
  color: #000;
  font-family: "Playfair+Display", times, serif;
}
.container-fluid {
  max-width: 1600px;
}
.btn {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
}
.btn.uppercase {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .2em;
}
.btn, .form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn:focus, .btn:active, .form-control:focus, .form-control:active {
  outline: none;
}
.form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 50px;
  border-width: 2px;
}

textarea.form-control {
  height: inherit;
}
.site-header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 60px 0;
  z-index: 2;
}
.menu-open .site-header {
  position: fixed;
}
.site-logo a {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-family: "Playfair+Display", times, serif;
}
.site-navbar {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  min-height: 300px;
  overflow-y: scroll;
}
.site-navbar nav {
  text-align: left;
}
.site-navbar nav .menu {
  font-family: "Playfair+Display", times, serif;
}
.site-navbar nav .menu li a {
  color: #000;
  font-size: 40px;
  padding: 5px 10px;
  position: relative;
}
.site-navbar nav .menu li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 0%;
  z-index: -1;
  background: #e61c5d;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.site-navbar nav .menu li a:hover:before {
  width: 100%;
}
.site-navbar nav .menu li.active a:before {
  width: 100%;
}
.site-navbar .extra-info a {
  color: #000;
}
.site-navbar .extra-info ul li a {
  color: #000;
}
.site-navbar .extra-info h3 {
  font-family: "Mukta Mahee", arial, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .2em;
  color: #adb5bd;
  margin-bottom: 30px;
}
.site-navbar .extra-info p {
  color: #212529;
}
.full-height {
  height: 100vh;
  min-height: 700px;
}
.site-hero {
  background-size: cover;
  height: 100vh;
  min-height: 700px;
  width: 100%;
}
.site-hero .scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}
.site-hero.overlay:before {
  background: rgba(0, 0, 0, 0.45);
  content: "";
  position: absolute;
  height: 100vh;
  min-height: 700px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.site-hero-inner {
  height: 100vh;
  min-height: 700px;
}

.site-hero-inner .heading {
  font-size: 80px;
  font-family: "Playfair+Display", times, serif;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .site-hero-inner .heading {
    font-size: 40px;
  }
}
.site-hero-inner .sub-heading {
  font-size: 30px;
  font-weight: 200;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .site-hero-inner .sub-heading {
    font-size: 18px;
  }
}
.page-inside .site-hero-inner, .page-inside {
  height: 70vh;
  min-height: 500px;
}
.page-inside.overlay:before {
  height: 70vh;
  min-height: 500px;
}

.menu-open .site-menu-toggle span {
  background: #000;
}

.site-menu-toggle {
  float: right;
  width: 40px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  z-index: 200;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.site-menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #e3215e;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.site-menu-toggle span:nth-child(1) {
  top: 0px;
}

.site-menu-toggle span:nth-child(2) {
  top: 10px;
}

.site-menu-toggle span:nth-child(3) {
  top: 20px;
}

.site-menu-toggle.open span:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.site-menu-toggle.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.site-menu-toggle.open span:nth-child(3) {
  top: 13px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.section {
  padding: 7em 0;
}

@media (max-width: 991.98px) {
  .section {
    padding: 3em 0;
  }
}

@media (max-width: 991.98px) {
  .lead {
    font-size: 16px;
  }
}

.visit-section .heading {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Mukta Mahee", arial, sans-serif;
  color: #b3b3b3;
  letter-spacing: .2em;
  margin-bottom: 30px;
}

.visit-section .visit a {
  color: #000;
}

.visit-section .visit a:hover {
  color: #e61c5d;
}

.visit-section .visit img {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}

.visit-section .visit h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.visit-section .reviews-star span {
  font-size: 18px;
  color: #e61c5d;
}

.visit-section .reviews-count {
  color: #adb5bd;
  font-style: italic;
}

.heading-serif, .testimonial-section .heading, .slider-section .heading, .blog-post-entry .heading {
  font-size: 80px;
  font-family: "Playfair+Display", times, serif;
}

@media (max-width: 991.98px) {
  .heading-serif, .testimonial-section .heading, .slider-section .heading, .blog-post-entry .heading {
    font-size: 40px;
  }
}

.bg-pattern {
  background: #e9ecef url("../img/round.png");
}

.slider-section {
  position: relative;
}

.blog-post-entry {
  position: relative;
  margin-top: -500px;
  padding-top: 500px;
}

@media (max-width: 991.98px) {
  .blog-post-entry {
    margin-top: -300px;
    padding-top: 300px;
  }
}

.half .image, .half .text {
  width: 50%;
}

@media (max-width: 991.98px) {
  .half .image, .half .text {
    width: 100%;
  }
}

.half .image {
  background-size: cover;
  background-position: center center;
}

@media (max-width: 991.98px) {
  .half .image {
    height: 300px;
  }
}

.half .text {
  padding: 100px 7%;
}

@media (max-width: 991.98px) {
  .half .text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.half .text h2 {
  font-size: 70px;
}

@media (max-width: 991.98px) {
  .half .text h2 {
    font-size: 40px;
  }
}

.testimonial blockquote {
  padding: 0;
}

.testimonial blockquote p {
  line-height: 1.5;
  font-family: "Playfair+Display", times, serif;
  font-size: 20px;
  color: #000;
  font-style: italic;
}

.testimonial .author-image img {
  width: 70px;
}

.post .media-custom {
  background: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}

.post .media-custom:hover, .post .media-custom:focus {
  -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
}

.post .media-custom a {
  color: #000;
}

.post .media-custom a:hover {
  color: #e61c5d;
}

.post .media-custom .media-body {
  padding: 10px 30px;
}

.post .media-custom h2 {
  font-size: 26px;
}

.media-custom .meta-post {
  color: #ced4da;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.owl-carousel .owl-item {
  opacity: .4;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
}

.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-prev:active,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-next:active {
  outline: none;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 40px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 30px !important;
}

.owl-carousel .owl-nav .owl-next {
  right: 30px !important;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  border-width: 2px !important;
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
}

.owl-carousel.home-slider {
  z-index: 1;
  position: relative;
}

.owl-carousel.home-slider .owl-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.home-slider .owl-nav button {
  color: #fff;
}

.owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh - 117px);
  min-height: 700px;
  position: relative;
}

.owl-carousel.home-slider .slider-item .slider-text {
  color: #fff;
  height: calc(100vh - 117px);
  min-height: 700px;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  font-weight: 800 !important;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 40px;
  }
}

.owl-carousel.home-slider .slider-item .slider-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: white;
}

.owl-carousel.home-slider .slider-item.dark .child-name {
  color: #000;
}

.owl-carousel.home-slider .slider-item.dark h1 {
  color: #000;
}

.owl-carousel.home-slider .slider-item.dark p {
  color: #000;
}

.owl-carousel.home-slider .owl-dots {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  border: 2px solid transparent;
  outline: none !important;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background: #fff;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
  border: 2px solid white;
  background: none;
}

.owl-carousel.major-caousel {
  -webkit-box-shadow: 0 10px 70px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 70px -10px rgba(0, 0, 0, 0.2);
}

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.owl-carousel.major-caousel .slider-item {
  height: inherit;
  min-height: inherit;
}

.owl-carousel.major-caousel .slider-item img {
  margin-bottom: 0;
}

.owl-carousel.major-caousel .owl-nav {
  opacity: 1;
  visibility: visible;
}

.owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #495057;
}

.owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
  color: #6c757d;
  outline: none;
}

.owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
  color: #dee2e6;
}

.owl-carousel.major-caousel .owl-nav .owl-prev {
  left: -60px !important;
}

.owl-carousel.major-caousel .owl-nav .owl-next {
  right: -60px !important;
}

.owl-carousel.major-caousel .owl-dots {
  bottom: 50px !important;
}

@media (max-width: 991.98px) {
  .owl-carousel.major-caousel .owl-dots {
    bottom: 10px !important;
  }
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}

.footer-section {
  background: #1a1a1a;
  color: #fff;
}

.footer-section a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-section a:hover {
  color: #fff;
}

.footer-section p {
  color: rgba(255, 255, 255, 0.5);
}

.footer-section .bordertop {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}

.footer-section .contact-info span.d-block {
  font-style: italic;
  color: #fff;
}

.footer-section .social a {
  font-size: 18px;
  padding: 10px;
}

.footer-section .link li {
  margin-bottom: 10px;
}

.footer-newsletter .form-group {
  position: relative;
}

.footer-newsletter .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  color: #fff;
}

.footer-newsletter .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.2);
  font-style: italic;
}

.footer-newsletter .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.2);
  font-style: italic;
}

.footer-newsletter .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.2);
  font-style: italic;
}

.footer-newsletter .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.2);
  font-style: italic;
}

.footer-newsletter .form-control:active, .footer-newsletter .form-control:focus {
  border-bottom: 1px solid white;
}

.footer-newsletter button[type="submit"] {
  background: none;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.side-box, .sidebar-search {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.side-box .heading, .sidebar-search .heading {
  font-size: 18px;
  margin-bottom: 30px;
  font-family: "Mukta Mahee", arial, sans-serif;
}

.post-list li {
  margin-bottom: 20px;
}

.post-list li a > div {
  margin-top: -10px;
}

.post-list li a .meta {
  font-size: 13px;
  color: #adb5bd;
}

.post-list li a .image {
  width: 150px;
}

.post-list li a h3 {
  font-size: 16px;
}

.post-list li:last-child {
  margin-bottom: 0;
}

.sidebar-search .form-group {
  position: relative;
  margin-bottom: 0;
}

.sidebar-search .icon-search {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar-search .search-input {
  border-color: #dee2e6;
  padding-left: 40px;
  border-radius: 0px;
}

.sidebar-search .search-input:focus, .sidebar-search .search-input:active {
  border-color: #343a40;
}

.contact-section .contact-info p {
  color: white;
  font-family: "Playfair+Display", times, serif;
  font-size: 30px;
  margin-bottom: 30px;
}

.contact-section .contact-info p .d-block {
  font-size: 14px;
  letter-spacing: .2em;
  font-family: "Mukta Mahee", arial, sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.post-categories li {
  display: block;
}

.post-categories li a {
  display: block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9ecef;
}

.post-categories li a .count {
  position: absolute;
  top: 0;
  right: 0;
  color: #6c757d;
}

.custom-pagination .page-item .page-link {
  text-align: center;
  border: none;
  background: none;
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.custom-pagination .page-item.active .page-link {
  background: #dc3545;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
}
.hero-text-shadow {
  text-shadow: 
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.9);
  color: #fff;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  font-size: 0.9rem;
}

.cookie-banner p {
  margin: 0;
}

.cookie-banner a {
  color: #fff;
  text-decoration: underline;
}

.cookie-banner button {
  margin-left: 20px;
}
@media (min-width: 576px) {
  .hero-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .hero-buttons a {
    width: auto !important;
    display: inline-block;
  }
}
.site-menu-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
}
/* Always hide navbar initially */
.site-navbar {
  display: none;
}
/* Fix header alaphelyzetben */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: transparent;
  z-index: 1000;
}

/* Fix hamburger ikon pozíció */
.site-menu-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1100;
}

/* Nyitott menü fehér háttér */
.menu-open .site-navbar {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  z-index: 1050;
}

/* Zárt menü eltüntetése */
.site-navbar {
  display: none;
}
html, body {
  overflow-x: hidden;
}

.site-menu-toggle {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 9999;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  margin-right: -2px;
}

.site-menu-toggle {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 9999;
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.logo-shadow {
  color: #fff;
  text-shadow: 
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
}
.faq-section .card {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
}
.faq-section .card-header {
  background: none;
  border: none;
  padding: 0.75rem 1rem;
}
.faq-section .btn-link {
  text-align: left;
  width: 100%;
  font-weight: 600;
  font-size: 1.1rem;
  color: #333;
  position: relative;
}
.faq-section .toggle-icon {
  float: right;
  font-size: 1.2rem;
}
.faq-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #e3215e; /* betűszíned alapján */
  color: #fff; /* fehér + jel */
  font-size: 24px;
  font-weight: bold;
  border-radius: 4px;
  transition: 0.3s;
}
.btn-link:not(.collapsed) .faq-icon {
  transform: rotate(45deg); /* + jel "–"-re vált */
}
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #e3215e;
  color: #e3215e;
  padding: 12px 16px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  z-index: 999;
  transition: opacity 0.3s;
}

.back-to-top:hover {
  opacity: 0.8;
}
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #e3215e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 999;
  transition: background-color 0.3s ease;
}
.back-to-top:hover {
  background-color: #c0194f;
}
.back-to-top svg {
  width: 28px;
  height: 28px;
}

@media only screen and (max-width: 767px) {
  .page-culinary .hero-title {
    font-size: 54px !important;
  }
}
/* FAQ responsive fix mobilra */
@media (max-width: 576px) {
  .accordion .card-body {
    padding: 1rem;
    font-size: 0.95rem;
  }

  .accordion .btn {
    font-size: 1rem;
    padding: 0.75rem 1rem;
    white-space: normal;
    word-break: break-word;
  }

  .accordion .faq-icon {
    font-size: 1.25rem;
  }

  .accordion .card {
    margin-bottom: 1rem;
  }
}
.accordion .btn {
  flex-wrap: wrap !important;
}
/* FAQ szekció */
.faq-section .card {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
}
.faq-section .card-header {
  background: none;
  border: none;
  padding: 0.75rem 1rem;
}
.faq-section .btn-link {
  text-align: left;
  width: 100%;
  font-weight: 600;
  font-size: 1.1rem;
  color: #333;
  position: relative;
  word-break: break-word;
}
.faq-section .toggle-icon {
  float: right;
  font-size: 1.2rem;
}
.faq-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #e3215e;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 4px;
  transition: 0.3s;
}
.btn-link:not(.collapsed) .faq-icon {
  transform: rotate(45deg);
}

/* Mobil reszponzivitás */
@media (max-width: 576px) {
 
  .accordion .card {
    margin-bottom: 1rem;
  }

  .accordion .card-body {
    padding: 1rem;
    font-size: 1rem;
  }

  .accordion .btn {
    font-size: 1rem;
    padding: 0.75rem 1rem;
    flex-direction: column;
    align-items: flex-start;
    white-space: normal;
    word-break: break-word;
  }

/* CSAK a problémás kérdések (15, 18, 21, 23, 27)*/
#faqAccordion [data-target="#faq15"] > strong,
#faqAccordion [data-target="#faq18"] > strong,
#faqAccordion [data-target="#faq21"] > strong, 
#faqAccordion [data-target="#faq23"] > strong,
#faqAccordion [data-target="#faq27"] > strong {
  display: block !important;
  text-align: left !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  width: 100% !important;
  float: none !important;
  clear: both !important;
}

/* Biztosítjuk, hogy a konténer ne befolyásolja */
#faq15 .card-header,
#faq18 .card-header,
#faq21 .card-header,
#faq23 .card-header,
#faq27 .card-header {
  padding-left: 0 !important;
  margin-left: 0 !important;
  text-align: left !important;
}

 .accordion .faq-icon {
    align-self: flex-end;
    font-size: 1.25rem;
    margin-top: 0.5rem;
    
  }
}

.accordion .btn {
  flex-wrap: wrap !important;
}

/* Back to top */
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #e3215e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 999;
  transition: background-color 0.3s ease;
}
.back-to-top:hover {
  background-color: #c0194f;
}


/* Korábbi szabályok maradnak változatlanul... */

.back-to-top svg {
  width: 28px;
  height: 28px;
} /* Hiányzó zárójel hozzáadva */

/* Egységesített FAQ stílusok */
#faqAccordion .card {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
  overflow: hidden;
}

#faqAccordion .card-header {
  background: transparent;
  border: none;
  padding: 0;
}

#faqAccordion .btn-link {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap !important;
  width: 100%;
  text-align: left;
  white-space: normal !important;
  word-break: break-word !important;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  color: #e3215e;
}

#faqAccordion .btn-link .faq-icon {
  flex-shrink: 0;
  margin-left: 1rem;
  font-size: 1.25rem;
  line-height: 1;
}

@media (max-width: 576px) {
  #faqAccordion .card {
    margin-bottom: 0.5rem;
  }
  
  #faqAccordion .btn.btn-link {
    padding: 0.75rem;
    font-size: 1rem;
  }
  
  #faqAccordion .card-body {
    padding: 0.75rem;
    font-size: 0.95rem;
  }
  
  #faqAccordion .btn.btn-link .faq-icon {
    margin-left: 0.5rem;
    font-size: 1.1rem;
  }
  

  /* Eltávolítva a felesleges dupla zárójeleket */
}

/* Eltávolítva a felesleges ismétlődéseket és a dupla zárójeleket a fájl végén */

/* index.html Reg és FAQ gombok alkalmazkodása */
.btn-lg {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  white-space: nowrap;
}



@media (max-width: 767.98px) {
  .btn-responsive-row > [class*="col-"] {
    margin-bottom: 1rem;
  }
  
  .btn-lg {
    width: 100%;
    max-width: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .btn-lg {
    min-width: 200px;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-size: 1rem;
  }
}
/* Play ikon középen a képen */
.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
}

/* Javított ikonméret */
.play-button {
  width: 150px;
  height: 150px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.play-button:hover {
  transform: scale(1.1);
}

/* Modal (felugró videóablak) */
.video-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
}

/* Tartalom a modalban */
.video-popup-content {
  position: relative;
  width: 80%;
  max-width: 960px;
}

/* A videó a modalon belül */
.video-popup video {
  width: 100%;
  height: auto;
  border-radius: 4px;
  background: #000;
}

/* Bezáró gomb */
.video-close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}
/* ===== Video thumbnail + centered play overlay ===== */
.video-thumbnail {
  position: relative !important; /* biztosítsd, hogy ehhez igazodjon az overlay */
  display: block !important;     /* teljes szélességű kattintható terület */
  line-height: 0;                /* képkörüli apró rés megszüntetése */
}

.video-thumbnail img {
  display: block;
  width: 100%;
  height: auto;                  /* arányos marad */
  border-radius: 8px;
}

/* Teljes területet lefedő overlay, ami középre igazít */
.play-overlay {
  position: absolute;
  inset: 0;                      /* top/right/bottom/left: 0 */
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;          /* kattintás a linkre menjen */
}

/* Kör alakú hátterű play ikon (jobban látszik a közép) */
.play-icon {
  width: 84px;
  height: 84px;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 12px rgba(0,0,0,0.35);
}

/* Maga a „play háromszög” SVG */
.play-icon svg {
  width: 40px;
  height: 40px;
  fill: #e3215e;
  filter: drop-shadow(0 0 8px rgba(0,0,0,0.5));
}

/* ===== Modal ===== */
.vh-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.vh-overlay:target {
  display: flex;
}

.vh-box {
  background: #000;
  max-width: 90%;
  max-height: 80%;
  padding: 10px;
  border-radius: 8px;
  position: relative;
}

.vh-close {
  position: absolute;
  top: -30px;
  right: -30px;
  font-size: 40px;
  color: #fff;
  text-decoration: none;
}

.vh-frame video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}


/*Új: login btn*/
.site-header {
    padding: 15px 0;
}

.site-header .container-fluid {
    padding: 0 15px;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.site-logo {
    flex: 0 0 auto;
}

.header-right {
  display: flex;
  align-items: flex-end;  
  justify-content: flex-end;
  flex: 1;
}

.login-wrapper {
    margin-right: 15px;
    position: relative;
    top: 10px;
}

.login-btn {
  padding: 0.5px 20px;
  background-color: #e3215e;
  border: 1px solid #e3215e;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: bold;
  white-space: normal;
  transition: all 0.3s ease;
  margin-right: 60px;
}

.login-btn:hover {
   background-color: #fff;
   color: #e3215e;
   text-decoration: none;
   border-color: #fff;
}
 
 @media (max-width: 768px) {
  .login-wrapper {
    top: 10px !important;
  }
 }

@media (max-width: 576px) {
 .header-right {
  flex-direction: column;
  align-items: flex-end;    
 }
 .login-wrapper{
  top: -5px !important;
}
 .login-btn {
  align-self: flex-start; 
  
 }
}

@media (max-width: 400px) {
 .header-right {
   flex-direction: column;
   align-items: flex-end;
 }

.login-wrapper{
  top: -8px !important;     
}
 .login-btn {
   padding: 2px 5px;
   font-size: 0.8rem;
   margin-right: 60px; 
   
 }
}
/* Service Slider – balanced spacing */
.service-slider .slider-viewport {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.service-slider .slider-track {
  display: flex;
  align-items: center;
  justify-content: flex-start;   
  will-change: transform;
  transition: transform .6s ease;
  gap: 20px; /* <<< EZ a távolság a képek között – állítsd 8–20px között ízlés szerint */
}

.service-slider .slide {
  flex: 0 0 auto;   
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-slider .slide img {
  display: block;
  height: 100px;    
  width: auto;      
  max-width: 100%;
  object-fit: contain;
  transition: transform .2s ease;
}

.service-slider .slide img:hover {
  transform: scale(1.05);
}
/* 8 oszlopos helper – Bootstrap kompatibilis gutterrel */
.col-1-8{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px; /* Bootstrap gutter */
  padding-left: 15px;  /* Bootstrap gutter */
  flex: 0 0 calc(100% / 8);
  max-width: calc(100% / 8);
}

/* Egy sorban maradjon mind a 8 elem (ne törjön sorba) */
.partners-row{
  flex-wrap: nowrap;
}

/* Partners: fix cella + rugalmas logó (mint korábban) */
.partners-row .partner-cell{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;      /* cella magasság – igény szerint állítható */
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}

.partners-row .partner-logo{
  max-height: 100px;  /* logók max. magassága */
  max-width: 100%;    /* ne lógjon túl az oszlopon */
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
/* ---- Desktop: marad 8 oszlop (a meglévő .col-1-8 szabályaid érvényesek) ---- */

/* ---- Mobile / small screens: 1 logó soronként ---- */
@media (max-width: 767.98px) {
  .partners-row {
    flex-wrap: wrap !important;   /* NE legyen nowrap mobilon */
  }
  .partners-row .col-1-8 {
    flex: 0 0 100% !important;     /* teljes szélesség */
    max-width: 100% !important;
    padding-right: 15px;           /* marad a bootstrap gutter */
    padding-left: 15px;
  }
  .partners-row .partner-cell {
    height: 120px;                 /* kényelmes magasság egy logónak */
    padding: 8px;
  }
  .partners-row .partner-logo {
    max-height: 100px;             /* logó max. magassága (igény szerint állítható) */
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
  }
}
/* Maradhat minden más (vh-overlay, vh-box, vh-frame) */

/* Helyezkedjen a dobozon belül, biztos alap a pozicionáláshoz */
.vh-box { position: relative; }

/* FEHÉR kör, fekete X (pszeudo-elemekkel), nagy z-index */
.vh-close {
  position: absolute;
  top: 10px;                /* belül a jobb felső sarokban */
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;         /* fehér kör */
  z-index: 10000;           /* videó fölött legyen */
  cursor: pointer;
  display: inline-block;
  text-decoration: none;    /* nincs aláhúzás */
  /* TÁVOLÍTSD EL a régi: font-size, color beállításokat */
}

/* Két fekete vonal – ez rajzolja az X-et */
.vh-close::before,
.vh-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;              /* X szára */
  height: 2px;              /* vastagság */
  background: #000;         /* fekete */
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
}

.vh-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Hover állapot: piros kör + fehér X, ahogy kérted */
.vh-close:hover {
  background: #e3215e;
}

.vh-close:hover::before,
.vh-close:hover::after {
  background: #fff;
}
.post-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1rem auto;
}
.cover-image-wrapper {
    max-width: 400px;
}

.cover-image-fixed {
    width: 400px;
    height: 400px;
    max-width: 100%;
    object-fit: contain;
    display: block;
}


