/* Reset some default styles for better consistency */
body, h1, h2, h3, p, ul, li {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Global Styles */
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #f8f9fa;
  color: #333;
  margin: 0;
}

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

.cookie-popup {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  width: 90%;
  max-width: 768px; /* maximális szélesség 768px */
  text-align: center;
  z-index: 1000;
  display: none;
}

.cookie-popup p {
  margin: 0;
  font-size: 14px;
}

.cookie-popup a {
  color: #ffcc00;
  text-decoration: none;
}

.cookie-popup button {
  background-color: #ffcc00;
  color: #333;
  border: none;
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}

.cookie-popup button:hover {
  background-color: #e6b800;
}

.cookie-popup button#cookie-settings {
  margin-left: 10px;
}

/* Modal stílusok */
.modal {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 60px;
  overflow: auto;
}

.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px;
  border-radius: 10px;
  width: 80%;
  max-width: 768px; /* maximális szélesség 768px */
  text-align: left;
  color: #333;
}

.modal-content h2 {
  margin-top: 0;
}

.modal-content ol {
  margin: 15px 0;
  padding-left: 20px;
}

.modal-content a {
  color: #ffcc00;
  text-decoration: none;
}

.modal-button {
  background-color: #ffcc00;
  color: #333;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}

.modal-button:hover {
  background-color: #e6b800;
}

.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 20px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


/* Header Styles */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  background-color: rgba(52, 58, 64, 0.8);
}

.logo {
  width: 100px;
  height: auto;
}

.navbar-toggler-icon {
  color: #fff;
  font-size: 20px;
}

.navbar ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.navbar li {
  margin-right: 20px;
}

.navbar a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  transition: color 0.3s ease;
}

.navbar a:hover {
  color: #ffc107;
}

.eng {
  width: 40px;
  height: auto;
  margin-right: 10px;
}

/* Content Styles */
.content {
  padding: 0;
}

.welcome-section {
  background-image: url('/images/elsokep1.jpg'); 
}

.cookie-popup p {
  margin-bottom: 15px;
  font-size: 1rem; /* Reszponzív betűméret */
}


/* First Section Styles */
.first-section {
  text-align: center;
  height: 960px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.welcome-message {
  font-weight: bold;
  color: white;
  font-size: 36px;
}

.social-container {
  padding: 20px;
  margin-bottom: 20px;
}

.social-icons {
  display: flex;
  gap: 25px; 
  justify-content: center;
}

.insta, .fb, .tiktok {
  color: #fff;
}




/* Second Section Styles */
.second-section {
  height: 960px;
  padding: 100px 0;
  background-color: #f0f0f0;
}

.section-heading, .second-section-text {
  text-align: center;
  margin-bottom: 30px;
}

.section-heading{
  font-weight: bold;
}

.second-section-text {
  font-size: 18px;
}

/* Carousel Styles */
.carousel {
  margin-top: 100px;
}

.palyakepek {
  position: relative;
  margin-top: 20px;
}

.palya1, .palya2, .palya3 {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.palyaleiras {
  margin-top: 20px;
  margin-left: 20px;
}

.palyacim {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.szovegleiras {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  width: 75%;
}

/* Navigation Buttons Styles */
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #343a40;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
}

/* Adjust the arrow icon size */
.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
  font-size: 20px;
}

/* Active Item Indicator */
.carousel-item.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Styling for carousel arrows */
/* Styling for carousel arrows */
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px; /* Adjust the font size as needed */
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  border: none;
  cursor: pointer;
  z-index: 2;
}

.arrow-left {
  left: 0;
}

.arrow-right {
  right: 0;
}



/* Third Section Styles */
.third-section {
  text-align: center;
  height: 960px;
  padding: 100px 0;
  background-color: #2ecc71; /* Updated to a modern green color */
}

.gear-images {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  height: 680px;
  position: relative;
}

/* Pulsing dot */
.dot {
  position: absolute;
  width: 20px;  /* Outer dot size */
  height: 20px; /* Outer dot size */
  background-color: green; /* Outer dot color */
  border-radius: 50%; /* Makes it a circle */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  animation: pulse 2s infinite;
}

.dot::after {
  content: '';
  width: 10px;  /* Inner dot size */
  height: 10px; /* Inner dot size */
  background-color: white; /* Inner dot color */
  border-radius: 50%; /* Makes it a circle */
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

/* Example position for the dot */
#dot1 {
  top: 55%;
  left: 52.5%;
}


.gear {
  max-width: 100%;
  height: auto;
}

.speech-bubble {
  display: none; /* Set to none by default */
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 10px;
  border-radius: 5px;
  max-width: 200px;
  transform: translate(-50%, -50%);
}

/* Dot and bubble positions based on image dimensions */
#dot1 { top: 53%; left: 52%}
#dot2 { top: 74%; left: 50.5%}
#dot3 { top: 66%; left: 48%}
#dot4 { top: 83%; left: 52%}
#dot5 { top: 85%; left: 43.5%}

#bubble1 { top: 52%; left: 58.5%; }
#bubble2 { top: 75%; left: 57%; }
#bubble3 { top: 67%; left: 42.5%; }
#bubble4 { top: 84%; left: 59%; }
#bubble5 { top: 87%; left: 38%; }

.gear-name {
  font-weight: bold;
}

/* Fourth Section Styles */
.fourth-section {
  height: 960px;
  padding: 100px 0;
  text-align: center;
}

.row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.pricing-column {
  flex: 1;
  max-width: 390px;
  margin: 0 15px 30px;
}

.card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, cursor 0.3s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card:hover {
  transform: scale(1.05);
  cursor: default;
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #343a40;
  color: #fff;
  padding: 40px 30px;
  height: 70px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 24px;
}

.boxtext {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.price-text {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffc107;
}

.card-body {
  padding: 20px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  flex-grow: 1;
}

.card-body p {
  color: #333;
  margin-bottom: 15px;
}

/* Fifth Section Styles */
.fifth-section {
  background-color: #3498db; /* Updated to match the first section */
  height: auto;
  padding: 100px 0;
}

.calendar-content {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.calendar {
  width: 80%;
  padding: 0 50px;
  height: 780px;
  border: none;
  border-radius: 10px;
  margin-top: 20px;
  background-color: white;
}


.foglalasleiras {
  text-align: center;
  margin: 0 auto;
  color: #fff; /* Set text color to white */
}

/* Sixth Section Styles */
.sixth-section {
  height: 880px;
  padding: 100px 0;
}

.section-heading {
  color: #333;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.section-heading-even {
  color:#f0f0f0;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}


.section-text{
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.sixth-section-text{
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.terkep {
  width: 100%;
  height: 400px;
  padding: 0 80px;
  border: none;
  border-radius: 10px;
  margin-top: 20px;
}

/* Általános section Styles */

.altalanos-section {
    padding: 100px 0;
  }


.section-subheading {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}


.altalanos-section-text {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  max-width: 1280px;
  margin: 20px auto;
}

.altalanos-section-text:last-child {
  margin-bottom: 0; /* Remove bottom margin from last paragraph */
}

.altalanos-section p {
  margin-bottom: 15px; /* Consistent spacing between paragraphs */
}

.altalanos-section h2 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.altalanos-section h2:not(:first-of-type) {
  padding-top: 30px; /* Additional padding for visual separation */
  border-top: 1px solid #ddd; /* Top border for separation */
}


/* Footer Styles */
#footer {
  background-color: #343a40;
  color: #fff;
  padding: 15px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .navbar-toggler {
    display: none; /* Hide the toggler button for screens wider than 768px */
  }

}

  @media (max-width: 768px) {
    .navbar ul {
      display: none; /* Hide the toggler button for screens wider than 768px */
    }

    #header {
    flex-direction: column;
    height: auto;
    padding: 10px 0;
    position:absolute;
    background-color: rgba(52, 58, 64, 0.8);
    }
  
    .logo {
      width: 80px;
      margin-bottom: 10px;
    }
    

    .navbar {
      flex-direction: column;
      align-items: center;
    }
  
    .navbar ul {
      flex-direction: column;
      align-items: center;
    }
  
    .navbar li {
      margin-bottom: 10px;
      margin-left: 15px;
    }

   
    .eng {
      width: 30px;
    }

    .contact-details {
      text-align: center;
    }
  
    .contact-details a {
      display: block;
      margin-bottom: 10px;
    }

    .contact-details a:last-child {
      margin-bottom: 0px;
    }

    .altalanos-section {
      padding: 20px 20px;
      margin-top: 20px;
    }


    /* First Section Styles */
    .first-section {
      height: 420px;
      padding: 0 20px; 
    }
  
    .welcome-message {
      padding-top: 240px;
      font-size: 24px;
    }
  
    /* Second Section Styles */
    .second-section {
      padding: 50px 20px;
    }

  
    .section-heading {
      font-size: 28px;
    }

    .section-heading-even {
      font-size: 28px;
    }

    .second-section-text {
      font-size: 18px;
    }

    .carousel {
      margin-top: 10px;
    }
  
    /* Carousel Styles */
    .carousel-inner {
      height: auto;
    }

        /* Navigation Buttons Styles */
    .carousel-control-prev,
    .carousel-control-next {
      align-items:baseline;
      top: 240px;
      margin-top: 100px;
    }

    .palyacim {
      text-align: center;
      font-size: 20px;
      margin-top: 20px;
    }

    .palyakepek {
      margin-top: 10px;
    }
  
    .palya1,
    .palya2,
    .palya3 {
      width: 100%;
    }
  
    .palyaleiras {
      margin-left: 0;
      margin-top: 5px;
      padding: 0 20px;
    }
  
    .szovegleiras {
      font-size: 14px;
      width: 100%;
      margin-top: 25px;
    }
  
    /* Third Section Styles */
    .third-section {
      padding: 50px 20px;
      height: auto;
    }
  
    .gear-images {
      flex-direction: column;
      align-items: center;
      height: auto;
    }
  
  
    .gear {
      width: 80%;
    }
  
    .speech-bubble {
      max-width: 150px;
    }
  
    /* Fourth Section Styles */
    .fourth-section {
      padding: 20px 30px;
      height: auto;
    }
  
    .row {
      flex-direction: column;
      align-items: center;
  }

    .pricing-column {
        max-width: 100%; 
        margin: 15px 0; 
    }

    .card-header {
        padding: 20px; 
        font-size: 20px; 
    }

    .card-body {
        padding: 15px; 
    }

    .boxtext {
        font-size: 18px; 
    }

    .price-text {
        font-size: 20px;
    }
  
    /* Fifth Section Styles */
    .fifth-section {
      padding: 50px 20px;
      height: auto;
    }
  
    .foglalasleiras {
      padding: 0 10px;
    }

    .section-text{
      font-size: 16px;
      text-align: center;
      padding: 5px 0;
    }
  
    /* Sixth Section Styles */
    .sixth-section {
      padding: 50px 20px;
      height: auto;
    }

    .sixth-section-text {
      font-size: 16px;
    }
  
    .terkep {
      width: 100%;
      height: 250px;
      padding: 0 10px;
    }
  
    /* Footer Styles */
    #footer {
      padding: 10px 10px;
      text-align: center;
      font-size: 14px;
      height: 60px;
    }

#dot1 { top: 52%; left: 56%}
#dot2 { top: 74%; left: 51%}
#dot3 { top: 66%; left: 42%}
#dot4 { top: 82%; left: 56%}
#dot5 { top: 84%; left: 27%}

#bubble1 { top: 30%; left: 50%;}
#bubble2 { top: 30%; left: 50% }
#bubble3 { top: 30%; left: 50% }
#bubble4 { top: 30%; left: 50% }
#bubble5 { top: 30%; left: 50% }

.speech-bubble {
  display: none; /* Set to none by default */
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 10px;
  border-radius: 5px;
  max-width: 200px;
  transform: translate(-50%, -50%);
  font-size: 12px;
}


.calendar {
  width: 100%;
  padding: 0;
  height: 1200px;
  border: none;
  border-radius: 10px;
  margin-top: 20px;
  background-color: white;
}

.cookie-popup {
  width: 95%;  /* A popup szélessége kisebb eszközökön */
}

.modal-content {
  width: 90%;  /* A modal ablak szélessége kisebb eszközökön */
}
}

@media (min-width: 768px) and (max-width: 1500px) {
  #dot1 { top: 53%; left: 53%}
  #dot2 { top: 74%; left: 50.5%}
  #dot3 { top: 66%; left: 47%}
  #dot4 { top: 83%; left: 52%}
  #dot5 { top: 85%; left: 40.5%}

  #bubble1 { top: 30%; left: 50%;}
  #bubble2 { top: 30%; left: 50% }
  #bubble3 { top: 30%; left: 50% }
  #bubble4 { top: 30%; left: 50% }
  #bubble5 { top: 30%; left: 50% }

}


