body {
    margin: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden; 
    background-color: white;
  }

h1, h2, h3, p {
    font-family: "Times New Roman", serif;
}

a {
    text-decoration: underline;
    color: #5e2b97;
}
  
a:visited {
    color: #9b59b6;
}
  
a:hover {
    color: #8e44ad;
    text-decoration: underline;
}    
  
header {
    background-color: #f3e8ff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    flex-wrap: wrap;
}

.custom-link {
    text-decoration: none;
    color: inherit;
}
  
.logo {
    display: flex;
    align-items: center;
}
  
.logo img {
    height: 40px;
    margin-right: 20px;
}
  
.logo span {
    font-weight: bold;
    font-size: 1.5rem;
    color: #5e2b97;
}
  
nav a {
    margin-left: 40px;
    text-decoration: none;
    color: #5e2b97;
    font-weight: bold;
}
  
nav a:hover {
    text-decoration: underline;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  text-decoration: none;
  color: #5e2b97;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
}

.arrow {
  font-size: 0.7rem;
  margin-left: 5px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f3e8ff;
  min-width: 220px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  border-radius: 12px;
  z-index: 1;
}

.dropdown-content a {
  color: #5e2b97;
  padding: 10px 0;
  text-decoration: none;
  display: block;
  text-align: left;
  text-decoration: underline;
}

.dropdown-content a:hover {
  background-color: #e6d6fb;
}

.dropdown:hover .dropdown-content {
  display: block;
}  

.banner-static {
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url('./lila\ fenyek\ kep.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 30px;
}  
  
.banner-text {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 15px 25px;
    border-radius: 12px;
    font-size: 1.8rem;
    max-width: 90%;
}  

.hero {
    max-width: 600px;
    margin: 60px auto 0 auto;
    padding: 30px;
    text-align: center;
    background-color: #f3e8ff;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    color: #2d0038;
    font-family: Arial, sans-serif;
}
  
.hero h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #4b006e; 
}
  
.hero p {
    font-size: 1.1rem;
    line-height: 1.6;
}

.image-layout {
    position: relative;
    height: 500px;
    margin: 50px 0 680px 0;
    display: flex;
    justify-content: center;
}
  
.image-group {
    position: relative;
    width: 500px;
    height: 100%; 
}
  
.img-top {
    position: absolute;
    top: 100px;
    left: -280px;
    width: 600px;
    border-radius: 10px;
    z-index: 1;
}
  
.img-bottom {
    position: absolute;
    top: 400px;
    left: 220px;
    width: 450px;
    border-radius: 10px;
    z-index: 2;
}
  
.corner-text {
    position: absolute;
    top: -10px;
    right: -100px;
    transform: rotate(5deg);
    font-size: 1.8rem;
    font-style: italic;
    font-weight: bold;
    color: #4b006e;
    text-align: right;
    line-height: 1.2;
    z-index: 3;
}
  
.text-box {
    position: absolute;
    top: 650px;
    left: -375px;
    max-width: 370px;
    padding: 30px;
    background-color: #f3e8ff;
    border-left: 8px solid #4b006e;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    color: #300038;
    font-family: Arial, sans-serif;
}

.text-box h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #5e2b97;
}
  
.text-box p {
    font-size: 1.1rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .image-layout {
      height: auto;
      margin: 40px 0;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .image-group {
      position: static;
      width: 90%;
      max-width: 600px;
      height: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }
  
    .img-top,
    .img-bottom {
      position: static;
      width: 100%;
    }
  
    .corner-text {
      position: static;
      transform: none;
      text-align: center;
      font-size: 1.4rem;
      margin-bottom: 10px;
    }
  
    .text-box {
      position: static;
      margin-top: 20px;
      left: auto;
      top: auto;
      width: 90%;
      max-width: 500px;
    }
}
  


  
.hero-process {
    max-width: 1100px;
    margin: 80px auto;
    padding: 40px 20px;
    background-color: #f3e8ff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    color: #2d0038;
    text-align: center;
}  
  
.hero-process h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #4b006e;
}
  
.hero-process p {
    font-size: 1.1rem;
    margin-bottom: 40px;
    line-height: 1.6;
}
  
.process-steps {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: nowrap;
}
  
.step-box {
    flex: 0 0 30%;
    background-color: white;
    padding: 8px;
    border-left: 6px solid #5e2b97;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
  
.step-number {
    font-size: 2.4rem;
    font-weight: bold;
    color: #4b006e;
}
  
.step-box h4 {
    font-size: 1.4rem;
    color: #5e2b97;
    margin-bottom: 10px;
}
  
.step-box p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
  
.step-link {
    display: block;
    font-weight: bold;
    color: #5e2b97;
    text-decoration: none;
    transition: color 0.3s ease;
}
  
.step-link:hover {
    color: #2d0038;
    text-decoration: underline;
}

@media (max-width: 900px) {
    .hero-process {
      transform: scale(0.95);
      transform-origin: top center;
    }
  
    .process-steps {
      gap: 16px;
    }
  
    .step-box {
      flex: 0 0 31%;
      padding: 6px;
    }
  
    .step-number {
      font-size: 2rem;
    }
  
    .step-box h4 {
      font-size: 1.2rem;
    }
  
    .step-box p {
      font-size: 0.95rem;
    }
  }
  
  @media (max-width: 700px) {
    .hero-process {
      transform: scale(0.9);
    }
  
    .step-box {
      flex: 0 0 32%;
    }
  }
  
  @media (max-width: 550px) {
    .hero-process {
      transform: scale(0.85);
    }
  
    .process-steps {
      flex-direction: column;
      align-items: center;
    }
  
    .step-box {
      flex: 1 1 auto;
      width: 90%;
      margin-bottom: 20px;
    }
  }
  


  
.booking-section {
    background-image: url("./pexels-diva-31626131.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: center;
}
  
.booking-title {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #2d0038;
    margin-bottom: 30px;
}
  
.booking-form-container {
    background-color: white;
    max-width: 450px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
  
.booking-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
  
.form-group {
    display: flex;
    flex-direction: column;
    flex: 1;
}
  
.form-group label {
    margin-bottom: 6px;
    font-weight: 500;
}
  
.form-group input,
.form-group textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 0.9rem;
}
  
.form-group textarea {
    resize: vertical;
    min-height: 80px;
}
  
.checkbox-group {
    margin: 20px 0;
    font-size: 0.9rem;
}
  
.checkbox-group label {
    display: block;
}
  
.submit-btn {
    background-color: #1a73e8;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 10px;
}
  
.submit-btn:hover {
    background-color: #155cc2;
}

.form-group input[type="text"] {
    max-width: 300px; /* Név mező maximális szélessége */
}
    
.form-group input[type="tel"] {
    max-width: 200px; /* Telefonszám mező maximális szélessége */
}
    
.form-group input[type="email"] {
    max-width: 175px; /* Email mező maximális szélessége */
}



.map-section {
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    background-color: #f5f5f5;
}
  
.logo-divider-section {
    background-color: white;
    padding: 40px 0 30px;
    text-align: center;
}

.logo-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    max-width: 1200px;
    margin: 0 auto;
}
  
.logo-divider .line {
    flex: 1;
    height: 1px;
    background-color: #ccc;
    max-width: 600px;
}
  
.logo-divider .logo-img {
    height: 100px;
}

.map-container {
    display: flex;
    max-width: 1100px;
    width: 100%;
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.map-section {
    background-color: #f3e8ff;
}  
  
.map-embed {
    flex: 2;
    min-height: 300px;
}
  
.map-info {
    flex: 1;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
  
.map-info h2 {
    font-size: 1.9rem;
    margin-bottom: 20px;
    color: #2d0038;
}
  
.info-line {
    font-size: 1rem;
    margin-bottom: 10px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .map-container {
      flex-direction: column;
    }
  
    .map-embed iframe {
      width: 100%;
      height: 250px;
    }
  
    .map-info {
      padding: 20px;
      text-align: center;
    }
  
    .map-info h2 {
      font-size: 1.6rem;
    }
  
    .info-line {
      font-size: 1rem;
    }
  }
  



.reviews-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 60px 20px;
    background-color: #ffffff;
}
  
.review-card {
    width: 180px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
  
.review-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 1;
}
  
.review-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
  
.review-content {
    position: absolute;
    bottom: 0;
    width: 90%;
    background-color: white;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    text-align: center;
    transform: translateY(40%);
    z-index: 2;
}
  
.review-content h4 {
    margin: 0 0 5px;
    font-size: 1rem;
    color: #2d0038;
}
  
.review-content p {
    margin: 0 0 8px;
    font-size: 0.9rem;
    color: #555;
}
  
.stars {
    color: #f5c518;
    font-size: 1rem;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    text-align: center;
  }
  
  .lightbox img {
    max-width: 80%;
    max-height: 80%;
    margin-top: 5vh;
    border-radius: 8px;
    box-shadow: 0 0 15px #fff;
  }
  
  .lightbox:target {
    display: block;
  }
  
  .lightbox .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
  }  

.footer {
    background-color: #f3e8ff;
    padding: 2rem 1rem;
    border-radius: 12px;
    font-family: sans-serif;
}
  
.footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
    margin-bottom: 1.5rem;
}
  
.footer-logo {
    width: 40px;
    height: auto;
}
  
.footer-nav {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}
  
.footer-nav a {
    text-decoration: none;
    color: #2f4a75;
    font-weight: 500;
    text-decoration: underline;
}
  
.footer-socials {
    display: flex;
    gap: 1rem;
}
  
.footer-socials a {
    background-color: #faf5ff;
    padding: 8px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
}
  
.footer-socials img {
    width: 30px;
    height: 30px;
}
  
.footer-bottom {
    border-top: 1px solid #d9e1ef;
    padding-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: #333;
}
  
.footer-bottom p {
    margin: 0.25rem 0;
}
  
.footer-links {
    display: flex;
    gap: 0.5rem;
}
  
.footer-links a {
    color: #2f4a75;
    text-decoration: none;
    font-weight: 500;
    text-decoration: underline;
}

body.dark-mode {
    background-color: #121212;
    color: #f1f1f1;
}

.theme-toggle {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: inherit;
}
  
.theme-toggle:hover {
    transform: scale(1.1);
}

.theme-toggle-buttons {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    padding: 10px;
}
  
.theme-toggle,
.contrast-toggle {
    background-color: #eee;
    border: none;
    padding: 8px 12px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
}
  
.theme-toggle:hover,
.contrast-toggle:hover {
    background-color: #ccc;
}
  
body.high-contrast {
    background-color: #000 !important;
    color: #fff !important;
}
  
body.high-contrast a {
    color: rgb(0, 0, 0) !important;
}

body.high-contrast button {
    background-color: #fff !important;
    color: #000 !important;
}

body.high-contrast #high h2,
body.high-contrast #high h3,
body.high-contrast #high p {
    color: white;
}

body.high-contrast #low h2 {
    color: rgb(255, 255, 255);
}

body.high-contrast #low label {
    color: rgb(0, 0, 0);
}

body.high-contrast #higghh h2,
body.high-contrast #higghh div,
body.high-contrast #higghh p {
    color: rgb(0, 0, 0);
}

.skip-link {
    position: absolute;
    top: -40px;               /* elrejti */
    left: 0;
    background-color: #000;
    color: #fff;
    padding: 8px 16px;
    z-index: 1000;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: top 0.3s ease;
}
  
.skip-link:focus {
    top: 0;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}
  