/* Helyi betűtípusok beillesztése */
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/font/CormorantGaramond/CormorantGaramond-Light.ttf")
    format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/font/CormorantGaramond/CormorantGaramond-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/font/CormorantGaramond/CormorantGaramond-Bold.ttf")
    format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Az oldal teljes magasságának biztosítása */
html,
body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  background: url("./../images/bg6.png") repeat;
  background-color: #f4f4f4;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 1.8;
  color: #702a28;
}

.logo {
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: 1;
}

.logo img {
  max-width: 250px;
  transition: opacity 0.2s ease, filter 0.3s ease;
  transform-origin: center;
  display: block;
}

.logo img:hover {
  opacity: 0.9;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2));
}

/* Navbar container */
.navbar {
  position: fixed;
  top: 20px;
  right: 40px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Navbar menu container */
.nav-menu {
  display: flex;
  gap: 40px;
  list-style: none;
  background-color: rgba(241, 237, 230, 0.7);
  padding: 15px 40px;
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, backdrop-filter 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Navbar items (li) */
.nav-menu li {
  font-size: 18.5px;
  font-weight: 500;
  color: #702a28;
  transition: color 0.3s ease;
}

/* Links (a) */
.nav-menu a {
  text-decoration: none;
  color: #702a28;
  font-weight: 600;
  padding: 8px 16px;
  position: relative;
  border-radius: 6px;
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}

/* Hover effect */
.nav-menu a:hover {
  color: #fff;
  background-color: #7a0404;
  transform: scale(1.05);
}

/* Active link styles */
.nav-menu a.active {
  background: linear-gradient(145deg, #a01a1f, #d35b5f);
  color: #fff;
  padding: 10px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(160, 26, 31, 0.2);
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.lang-switch {
  background-color: #702a28;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.lang-switch:hover {
  background-color: #a01a1f;
  opacity: 0.8;
}

.lang-switch:link {
  text-decoration: none;
}

/* A tartalom kitöltése, hogy a footer a helyén maradjon */
.main-content {
  flex: 1;
  text-align: center;
  padding-top: 125px;
  /* kis térköz a navbar alatt */
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Galéria elrendezés */
.gallery-container {
  text-align: center;
  padding: 20px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  justify-items: center;
}

/* Modal stílus */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
  transition: transform 0.3s ease;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  padding: 16px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  transition: 0.3s ease;
}

.prev {
  left: 0;
  transform: translateY(-50%);
}

.next {
  right: 0;
  transform: translateY(-50%);
}

.close {
  position: absolute;
  top: 0px;
  /* 35 pixelrel lejjebb */
  right: 35px;
  /* 35 pixelrel balra */
  color: white;
  font-size: 100px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: #ddd;
}

.about {
  text-align: justify;
}

/* Előnézeti képek stílusa */
.gallery-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  /* Fix magasságot adunk mindegyik képnek */
  overflow: hidden;
  /* Kép levágása, ha túl nagy */
  margin: 5px;
  border-radius: 10px;
  /* Kerekítjük a képek sarkait */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Finom árnyék */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* Képstílusok */
.gallery-image {
  width: 100%;
  /* Kép szélessége teljes mértékben */
  height: 100%;
  /* Kép magassága teljes mértékben */
  object-fit: cover;
  /* Kép kitöltése, torzulás nélkül */
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
  /* Finom átmenetek */
  border-radius: 10px;
  /* Kerekített sarkok */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  /* Finom árnyék */
}

/* Hover effektus a képeken */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  /* Kerekített sarkok a képek körül */
}

.gallery-item:hover .gallery-image {
  transform: scale(1.1);
  /* A kép nagyítása a hover során */
  filter: brightness(0.85);
  /* Kép sötétítése */
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  /* Erősebb árnyék */
}

/* Hover állapotban a képek nagyítva és árnyékolva lesznek */
.gallery-item:hover {
  transform: translateY(-6px);
  /* Kép felemelkedése */
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  /* Erősebb árnyék */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Az egyes képek mellett a címek (ha vannak) */
.gallery-item h3 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  /* Félátlátszó háttér */
  color: #fff;
  /* Fehér szín */
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 1.1rem;
  transition: transform 0.3s ease;
  transform: translateY(30px);
  /* Az alap pozíciója */
}

/* Hover állapotban a címek is feljebb mozognak */
.gallery-item:hover h3 {
  transform: translateY(0);
}

/* Képek szép keretezéséhez (opcionálisan) */
.gallery-item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #f0f0f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.02);
  /* Kép kicsit nagyobb lesz */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

/* Biztonságos görgetés biztosítása */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.rose-gallery,
.fruit-tree-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 40px 0;
}

.rose-card,
.fruit-tree-card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.rose-card:hover,
.fruit-tree-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.rose-card img,
.fruit-tree-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.rose-info {
  padding: 15px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  color: #702a28;
}

.credits a:link {
  color: white;
}

body > footer > div > a > i {
  color: #4c9aff;
}

h1 {
  font-weight: bold;
  margin-bottom: 10px;
  text-shadow: 2px 2px 6px rgba(122, 122, 122, 0.15);
  /* Szöveg árnyékolása */
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.15);
  /* Fehér kontúr a szövegre (Webkit alapú böngészők) */
  text-stroke: 1px rgba(122, 122, 122, 0.15);
  /* Fehér kontúr a szövegre */
}

p {
  font-size: large;
  font-weight: 400;
  margin: 10px 0;
  line-height: 1.6;
  text-shadow: 1px 1px 4px rgba(122, 122, 122, 0.15);
  /* Finom árnyék a szövegre */
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.15);
  /* Fehér kontúr a szövegre (Webkit alapú böngészők) */
  text-stroke: 1px rgba(122, 122, 122, 0.15);
  /* Fehér kontúr a szövegre */
}

/* Back to top button stílusa */
#back-to-top {
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  position: fixed;
  z-index: 99999;
  bottom: 125px;
  right: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
  font-size: 30px;
  padding: 5px;
  color: #fff;
  width: 45px;
  height: 45px;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s 0.5s;
  /* Hozzáadtuk a visibility transition-t */
  opacity: 0;
  /* Kezdetben áttetsző */
  transform: translateY(10px);
  /* Kezdeti helyzet */
  visibility: hidden;
  /* Kezdetben rejtett */
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 100;
  /* Flexbox a szöveg középre igazításához */
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  /* Eltávolítja a sorok közötti felesleges helyet */
}

#back-to-top:hover {
  background-color: rgba(122, 4, 4, 0.4);
  /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); */
}

/* Add a smooth transition for the button */
#back-to-top:focus {
  outline: none;
}

/* Animation for showing the button when scroll is more than 100px */
.show {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

/* Hamburger gomb stílus */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  z-index: 1000;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background-color: #702a28;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Animált hamburger ikon */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  max-width: 500px;
  padding: 8px;
  margin: 8px 0;
  border: 1px solid #bbb;
  border-radius: 4px;
  font-size: 0.9rem;
  /* <-- EZ az új sor */
}

.quote-form textarea {
  resize: none;
  /* Nem lehet méretezni */
}

.quote-form button {
  background-color: #7a0404;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.quote-form button:hover {
  background-color: #b5384e;
}

.contact-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin: 40px 0;
}

.contact-info,
.map-container {
  flex: 1 1 48%;
}

.contact-info h2,
.map-container h2 {
  margin-bottom: 20px;
  color: #7a0404;
}

.contact-info p {
  margin-bottom: 20px;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-info i {
  color: #7a0404;
  font-size: 1.3rem;
  width: 25px;
  text-align: center;
}

.contact-info a {
  color: #222;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
  color: #7a0404;
}

.map-container iframe {
  width: 100%;
  height: 300px;
  border: none;
  box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.privacy-checkbox {
  margin-top: 15px;
}

.privacy-checkbox label {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.rose-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
  margin-bottom: 16px;
  padding-left: 10px;
}

.rose-checkboxes label {
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
}

.required {
  color: red;
  font-weight: bold;
}

/* .quote-form input:invalid,
.quote-form select:invalid,
.quote-form textarea:invalid {
    border-color: red;
} */
.rosetypes {
  padding: 10px;
  border: 1px dashed #7a0404;
  background-color: rgba(122, 4, 4, 0.15);
  width: 100%;
  font-weight: bold;
}

.rosetypes:hover {
  padding: 10px;
  border: 1px dashed #7a0404;
  background-color: rgba(122, 4, 4, 0.22);
  width: 100%;
  font-weight: bold;
}

/* Ha be van pipálva, változzon meg a háttér */
.rose-option input[type="checkbox"]:checked + .rosetypes {
  background-color: #7a0404;
  color: white;
  font-weight: bold;
  border: 1px solid #7a0404;
}

.quote-form select {
  width: 100%;
  max-width: 500px;
  padding: 8px;
  margin: 8px 0;
  border: 1px solid #bbb;
  border-radius: 4px;
  font-size: 0.85rem;
}

/* Checkbox-ok stílusa */
.checkbox-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  /* A checkbox-ok egy szélességűek legyenek */
}

.checkbox-container div {
  display: flex;
  align-items: center;
  /* Igazítja a checkbox-ot és a label-t egy sorba */
}

.checkbox-container input[type="checkbox"] {
  margin-right: 10px;
  /* Különbség a checkbox és a label között */
}

.checkbox-container label {
  font-size: 0.85rem;
  cursor: pointer;
  user-select: none;
}

.input-error {
  border: 2px solid red;
  background-color: #ffe6e6;
}

.input-with-suffix {
  display: flex;
  align-items: center;
  width: 100%;
  /* Az input mező kitölti a konténert */
  max-width: 500px;
  /* Maximális szélesség */
  position: relative;
}

.input-with-suffix input {
  flex: 1;
  padding-right: 40px;
}

.input-suffix {
  position: absolute;
  right: 10px;
  color: #555;
  font-weight: bold;
  pointer-events: none;
}

.centered-input-container {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  /* Középre helyezés */
}

.recaptcha-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}

hr.section-divider {
  margin: 35px auto;
  max-width: 400px;
}

h1,
h2 {
  color: #7a0404;
}

.centered-input-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-with-suffix {
  display: flex;
  align-items: center;
}

.quantity-button {
  font-size: 1.5rem;
  padding: 10px 18px;
  background-color: #7a0404;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.quantity-button:hover {
  background-color: #a70a0a;
}

.input-with-suffix {
  display: flex;
  align-items: center;
  gap: 5px;
}

.centered-input-container {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.rose-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rose-option {
  position: relative;
  cursor: pointer;
  padding-right: 30px;
  /* Helyet biztosít a checkboxnak */
}

.rose-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.rose-option .rosetypes {
  display: inline-block;
  padding: 5px;
  background-color: #f4f4f4;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.rose-option:hover .rosetypes {
  background-color: #e0e0e0;
}

.image-preview {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 10px;
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.rose-option:hover .image-preview {
  display: block;
}

.image-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  p {
    text-align: justify;
  }

  /* Kivétel: footer-ben lévő szöveg nem lesz igazítva */
  footer p {
    text-align: center;
    /* Vagy más, amit szeretnél, például 'center' vagy 'right' */
  }

  .quantity-button {
    display: inline-block;
    /* Csak mobilon lesz látható */
  }

  body {
    margin: 0;
    padding: 0;
  }

  .main-content {
    padding-top: inherit;
  }

  .logo {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
  }

  .logo img {
    width: auto;
    max-width: 75%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 6vh;
  }

  /* Hamburger gomb */
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    position: fixed;
    top: 22px;
    right: 25px;
    z-index: 1000;
    width: 40px;
    height: 35px;
  }

  .hamburger span {
    width: 100%;
    height: 4px;
    background-color: #702a28;
    border-radius: 3px;
    transition: all 0.3s ease;
  }

  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  /* Menü */
  .nav-menu {
    display: none;
    flex-direction: column;
    background-color: rgba(241, 237, 230, 0.95);
    border-radius: 15px;
    padding: 20px 25px;
    width: 80%;
    max-width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    text-align: center;
    margin-top: 10px;
    position: fixed;
    top: 330px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    gap: 0;
  }

  .nav-menu.open {
    display: flex;
  }

  .nav-menu li {
    margin: 12px 0;
    width: 100%;
  }

  .nav-menu a {
    font-size: 22px;
    padding: 10px 16px;
    color: #702a28;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    display: block;
  }

  .nav-menu a:hover {
    background-color: #702a28;
    color: white;
  }

  /* Aktív link kiemelése teljes szélességben */
  .nav-menu a.active {
    background: linear-gradient(90deg, #a01a1f 0%, #d64161 100%);
    color: #fff;
    font-weight: bold;
    padding: 12px 18px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(160, 26, 31, 0.2);
  }

  /* Nyelv választó gomb */
  .lang-switch {
    font-size: 18px;
    padding: 8px 14px;
    background-color: #702a28;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    position: fixed;
    top: 22px;
    left: 25px;
    z-index: 1000;
    transition: background-color 0.3s ease;
  }

  .lang-switch:hover {
    background-color: #a01a1f;
    opacity: 0.9;
  }

  /* Kontakt rész */
  .contact-section {
    flex-direction: column;
  }

  .map-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
  }

  .contact-info p {
    font-size: 19px;
  }

  .rose-option {
    display: block;
    margin-bottom: 20px;
  }

  .image-preview {
    display: block !important;
    position: static;
    max-width: 100%;
    margin-top: 8px;
    box-shadow: none;
    border: none;
    padding: 0;
  }

  .image-preview img {
    width: 100%;
    height: auto;
    display: block;
  }

  .rose-option:hover .image-preview {
    display: block;
  }
}

/* Tablet nézet (768px-1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer .mobile-break {
    display: block;
    margin-top: 10px;
    /* Igény szerint beállíthatod a távolságot */
  }

  body {
    margin: 0;
    padding: 0;
    font-size: 22px;
    /* alapból 20px volt, most picit nagyobb */
  }

  .nav-menu li {
    font-size: 24px;
    /* navbar menüpontok */
  }

  .nav-menu a {
    padding: 16px 22px;
    /* nagyobb tappolható terület */
  }

  .quote-form input,
  .quote-form textarea {
    font-size: 20px;
  }

  .contact-info p {
    font-size: 20px;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  p {
    font-size: 20px;
  }

  .main-content {
    padding-top: 80px;
  }

  .logo {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
  }

  .logo img {
    width: auto;
    max-width: 60%;
    height: auto;
    margin: 0 auto;
  }

  .navbar {
    top: 10px;
    right: 20px;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 1000;
    transform: scale(1.4);
    /* nagyobb hamburger */
  }

  .hamburger span {
    width: 36px;
    height: 5px;
    background-color: #702a28;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    background-color: rgba(241, 237, 230, 0.95);
    border-radius: 15px;
    padding: 25px;
    width: 80%;
    max-width: 450px;
    text-align: center;
    margin-top: 20px;
    position: fixed;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  }

  .nav-menu.open {
    display: flex;
  }

  .nav-menu li {
    margin: 14px 0;
    width: 100%;
  }

  .nav-menu a {
    font-size: 24px;
    /* nagyobb betű a menüben */
    padding: 10px 16px;
    color: #702a28;
    transition: background-color 0.3s;
  }

  .nav-menu a:hover {
    background-color: #702a28;
    color: white;
    border-radius: 8px;
  }

  /* Ezt add hozzá az eddigi tablet CSS mellé! */
  .nav-menu a.active {
    background: linear-gradient(145deg, #a01a1f, #d35b5f);
    color: #fff !important;
    padding: 14px 20px;
    border-radius: 12px;
    font-weight: bold;
    width: 90%;
    display: block;
    box-shadow: 0 4px 10px rgba(160, 26, 31, 0.25);
    transform: scale(1.03);
    transition: all 0.3s ease-in-out;
  }

  .lang-switch {
    font-size: 20px;
    padding: 10px 16px;
    background-color: #702a28;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    position: fixed;
    top: 25px;
    left: 25px;
    z-index: 1000;
    transform: scale(1.2);
    /* nagyobb nyelvváltó */
  }

  .contact-section {
    flex-direction: column;
  }

  .contact-info,
  .map-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}

/* Mobil - 768px alatt */
@media only screen and (max-width: 768px) {
  .logo img {
    max-width: 50%;
    /* A mobilra jellemző nagyobb méret */
    margin-top: 7.5vh;
  }

  .nav-menu {
    width: 80%;
    /* A menü szélessége kisebb mobilon */
  }
}

/* Notebook - 1024px alatt */
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .logo img {
    width: 70%;
    height: auto;
  }
}

/* 1600x900 vagy 1680x1050 esetén legyen 30% a logo mérete */
@media screen and (min-width: 1590px) and (max-width: 1690px) {
  .logo img {
    width: 75%;
    height: auto;
  }
}

@media screen and (max-width: 1536px) {
  /* Itt a 1536px-nél kisebb vagy egyenlő szélességű nézetekre írhatsz szabályokat */
  .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
