.mody-index-item-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mody-faq-ul {
  max-width: 950px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mody-about-new-section {
  width: 100% !important;
  padding: 0 !important;
  height: 700px;
  position: relative;
  background-color: aqua;
}

.image-new-secton {
  width: 100% !important;
  height: auto !important;
}

/* Mody specifikus stílusok */
.mody-flex-content {
  display: flex;
  align-items: center; /* Középre igazítja a képet a szöveg magasságához képest */
  gap: 2rem; /* Távolság a kép és a szöveg között */
}

.mody-left-side {
  flex: 0 0 auto; /* A kép nem nyúlik vagy zsugorodik */
}

.mody-right-side {
  flex: 1; /* A szöveg rész foglalja el a maradék helyet */
}

.mody-left-side img {
  width: 100%;
  height: auto;
  display: block;
}

/* Reverse layout a második szekcióhoz */
.mody-flex-content.mody-reverse {
  flex-direction: row-reverse;
}

/* Reszponzív mobil nézet */
@media (max-width: 768px) {
  .mody-flex-content,
  .mody-flex-content.mody-reverse {
    flex-direction: column;
    align-items: stretch;
  }
}

/* Form spacing fixes */
form .form-group {
  margin-bottom: 1rem;
  width: 100%;
}

/* Form spacing fixes */
form {
  gap: 0 !important;
}

form .form-group label:not(.form-check label) {
  display: block;
  text-align: left;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

form .form-group label .required {
  color: #d32f2f;
}

form input:not(.form-check-input),
form textarea,
form select {
  margin-bottom: 1rem;
}

form .conditional-fields {
  width: 100%;
}

form .conditional-fields input,
form .conditional-fields textarea,
form .conditional-fields select {
  margin-bottom: 1rem;
}

form .form-check {
  margin-bottom: 0.5rem;
}

form button.primary-link {
  margin-top: 0.5rem;
}

.logo-container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 2rem 4vw 0px 4vw;
}

.vision-container {
  padding: 4rem 4vw !important;
}

.image-container {
  padding-top: 4rem;
  width: 100%;
}

.vision-flex {
  display: flex;
  gap: 24px;
}

.vision-flex h2 {
  font-size: 2rem;
}

.mission-box,
.vision-box {
  flex: 1;
  background-color: #f5f1ec;
  border-radius: 10px;
  box-shadow: 2px 4px 20px 4px #c8c9c932;
  padding: 32px;
}

/* Mobilon egymás alatt */
@media (max-width: 768px) {
  .vision-flex {
    flex-direction: column;
  }
  .vision-flex h2 {
    font-size: 1.7rem;
  }

  .image-new-secton {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }

  .image-container {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.fancy {
  margin-bottom: 0rem !important;
}

.even-more {
  margin-bottom: 1rem;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #252525;
  margin: 2rem 0;
}

.dont-miss-out-badge {
  background: linear-gradient(135deg, #d4a574 0%, #c58d3c 50%, #b8782e 100%);
  box-shadow: 0 4px 12px rgba(197, 141, 60, 0.4);
}

.privacy-policy {
  padding-top: 5rem;
  padding-bottom: 10rem;
  padding-left: 4vw;
  padding-right: 4vw;
}

.privacy-policy h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.height-mody::before {
  height: calc(100% + 20px);
}

.exclusive-deals h3 {
  font-size: 1.3rem;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: white;
  padding: 2rem;
  border-radius: 16px;
  text-align: center;
  max-width: 420px;
  width: 90%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  position: relative;
}

.modal-content h2 {
  color: #c58d3c;
  margin-bottom: 1rem;
}

.modal-content p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 1.5rem;
}

.contact-button {
  display: inline-block;
  background-color: #289da4;
  color: white;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  color: white;
  border: 1px solid #289da4;
}

.contact-button:hover {
  background-color: #ffffff;
  color: #289da4;
}

.close-btn {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 1.5rem;
  cursor: pointer;
  color: #888;
}

.close-btn:hover {
  color: #000;
}
