.services-section {
    padding: 1rem 0.5rem;
    margin-top: 2rem;
}

.message-toggle svg {
    fill: #4c959e;
}

.main-menu-al ul li a:hover {
  animation: pulse 0.6s ease-in-out;
  color: #4c959e;
  text-shadow: 0 0 6px #4c959e;
}

.text-bubble {
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  padding: 30px 30px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

.hero-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.text-bubble h1 {
    color: #fbcd4a;
    font-family: 'Michroma', sans-serif;
    text-shadow: 4px 4px 30px rgba(0, 0, 0, 1);
    text-transform: uppercase;
    font-size: clamp(1.2rem, 2.5vw, 3rem);
    animation: yellow-blink 3s infinite;
    font-weight: 300;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hero-text .text-bubble p {
      font-size: clamp(0.8rem, 2vw, 2.2rem);
      font-family: 'Michroma', sans-serif;
    }

@keyframes yellow-blink {
  0% {
    color: #ffffff;
    text-shadow: 0 0 5px #fbcd4a;
  }
  50% {
    color: #fbcd4a;
    text-shadow: 0 0 15px #fbcd4a;
  }
  100% {
    color: #ffffff;
    text-shadow: 0 0 5px #fbcd4a;
  }
}

.btn {
    background: #4c959e;
    color: white;
    border-radius: 20px;
    box-shadow: none;
}

/*----Fluent-----*/

.contact-form-container {
  max-width: 800px;
  margin: 20px auto;
  padding: 10px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
  font-family: 'Michroma', sans-serif;
  text-align: left;
}

.contact-form-container .ff_submit_btn_wrapper {
  text-align: center !important;
}

.contact-form-container .ff-btn-submit {
  background: #004969 !important;
  color: #fff;
  padding: 12px 30px;
  font-size: 1.1em;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
  font-family: 'Michroma', sans-serif;
}

.contact-form-container .ff-btn-submit:hover {
  background: #FFD700;
  color: #000;
}

.highlight-blue {
  color: #004969;
  font-weight: bold;
  text-decoration: underline;
}

.highlight-blue:hover {
  color: #006d99;
}



.kapcsolat-text {
  max-width: 800px;
  margin: 20px auto;
  padding: 30px;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
  text-align: center;
  line-height: 1.5;
}

.kapcsolat-text h1 {
  font-size: clamp(1.2rem, 1.5vw, 2rem);
  margin-bottom: 5px;
  font-family: 'Michroma', sans-serif;
  color: #004969;
}

.kapcsolat-text .highlight-word {
  font-size: clamp(1rem, 2vw, 1.5rem);
  color: #004969;
  animation: blue-blink 3s infinite;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.kapcsolat-text .highlight-word2 {
  font-size: clamp(0.9rem, 1vw, 1.2rem);
  color: #004969;
  font-weight: bold;
  margin: 0;
  display: inline-block;
  line-height: 1.5;
}

@keyframes blue-blink {
  0% {
    color: #000000;
    text-shadow: 0 0 5px #004969;
  }
  50% {
    color: #004969;
    text-shadow: 0 0 15px #004969;
  }
  100% {
    color: #000000;
    text-shadow: 0 0 5px #004969;
  }
}

.kapcsolat-text p {
  color: #333;
  margin-bottom: 10px;
  font-family: 'Michroma', sans-serif;
}

.kapcsolat-text p:last-child {
  margin-bottom: 0;
}

.kapcsolat-text a {
  color: #004969;
  font-weight: bold;
  text-decoration: underline;
  transition: color 0.3s;
}

.kapcsolat-text a:hover {
  color: #FFD700;
}

.contact-column p {
    margin: 0;
    font-family: 'Michroma', sans-serif;
    font-size: clamp(0.9rem, 1vw, 1.2rem);
}

.highlight-email {
  color: #004969;
  font-style: italic;
  animation: blue-blink 3s infinite;
}

.kapcsolat-divider {
  border: none;
  height: 2px;
  background: #004969;
  max-width: 400px;
  border-radius: 2px;
  margin-top: 40px;
  margin-bottom: 20px;
}


.faq-text {
  font-size: clamp(0.8rem, 1.2vw, 2rem);
  font-family: 'Michroma', sans-serif;
}

.faq-toggle {
  width: 80%;
  background: #004969;
  color: white;
  border: none;
  padding: 15px;
  cursor: pointer;
  border-radius: 8px;
  margin: 0;
  transition: background 0.3s, color 0.3s;
}

.faq-toggle:hover {
  background: #006d99;
}

.faq-toggle.open {
  background: #fbcd4a;
  color: black;
}

.faq-icon {
  color: white;
  font-weight: bold;
  font-size: clamp(1rem, 3vw, 1.5rem);
  margin-right: 8px;
}

.faq-container {
  max-width: 800px;
  margin: 20px auto;
}

.faq-heading {
  text-align: center;
  font-size: 2em;
  margin-bottom: 30px;
  font-family: 'Michroma', sans-serif;
}

.faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  outline: none;
  font-weight: bold;
  cursor: pointer;
  padding: 15px;
  transition: color 0.3s;
  font-family: 'Michroma', sans-serif;
  font-size: clamp(0.9rem, 1.2vw, 1.8rem);
}

.faq-question.active {
  color: #117C90;
}

.faq-answer {
  display: none;
  padding: 0 10px 10px 10px;
  color: #444;
  line-height: 1.5;
}

.faq-answer p {
  font-size: clamp(0.8rem, 1vw, 1.5rem);
  line-height: 1.5;
  color: #444;
}



.faq-divider {
  border-top: 3px solid #004969;
  margin: 30px 0;
  width: 100%;
}



/*-----------------------------------------------------------*/

.custom-footer {
    background-image: url('images/fejlec-ajanlat.jpg');
    border-radius: 15px;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 1);
    color: #fff;
}

.footer-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px 15px;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 1);
  flex-wrap: wrap;
  justify-content: center;
}

.footer-columns {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.footer-column h3 {
    color: #fbcd4a;
    text-shadow: 0 0 5px #fbcd4a;
}

.footer-column p,
.footer-column a {
    color: #ffffff;
    font-weight: 700;
}

.center-logo img {
    height: clamp(80px, 30vw, 200px);
    width: clamp(80px, 30vw, 200px);
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
    display: block;
    margin: 0 auto;
}

.service-icon{
    width: 50px;
    height: auto;
    margin-bottom: 1rem;
}