.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, 5vw, 3.5rem);
    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, 3vw, 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;
}

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

.ajanlat-text {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.4;
    padding: 1rem 1rem;
}

.ajanlat-text h1 {
    margin-bottom: 2rem;
    font-size: clamp(1.2rem, 2vw, 2.1rem);
    font-family: 'Michroma', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
}

.ajanlat-text p {
    font-family: 'Michroma', sans-serif;
    font-size: clamp(0.9rem, 1vw, 1.8rem);
    max-width: 100%;
    margin: 0 auto 2rem;
    line-height: 1.6;
    color: #333;
}

.ajanlat-text h2 {
    font-family: 'Michroma', sans-serif;
    font-size: clamp(0.8rem, 1.2vw, 1.2rem);
    font-weight: 500;
}

.highlight-word {
    margin-bottom: 2rem;
    font-size: clamp(1rem, 1.5vw, 2rem);
    font-family: 'Michroma', sans-serif;
    font-weight: 300;
    animation: blue-blink 3s infinite;
    text-transform: uppercase;
    line-height: 0.8;
}

.highlight-word2 {
    animation: blue-blink 3s infinite;
    text-transform: uppercase;
    line-height: 0.8;
}


@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;
  }
}

.offer-cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  text-align: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0 30px;
}

.card {
  width: clamp(250px, 30vw, 500px);
  background: #fff;
  border: 2px solid #000;
  border-radius: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;  
  padding: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
  border: 2px solid #000;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
 
}

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

.card img {
  width: clamp(150px, 25vw, 300px);
  height: clamp(150px, 25vw, 300px);
  object-fit: cover;
  display: block;
  border-radius: 0;
  mask-image: radial-gradient(circle, black 60%, transparent 63%);
  -webkit-mask-image: radial-gradient(circle, black 60%, transparent 63%);
  box-shadow: 0 0 20px 10px rgba(255,255,255,0.3);
}

.card h3 {
  font-size: clamp(1.5rem, 2vw, 3rem);
  font-family: 'Michroma', sans-serif;
  font-weight: 300;
}

.card p {
  font-family: 'Michroma', sans-serif;
  font-size: clamp(0.9rem, 1vw, 1.8rem);
  max-width: 100%;
  margin: 0 auto 2rem;
  line-height: 1.6;
  color: #333;
}

.card.active {
  background: #004969;
  color: #fff;
  border-color: #000000;
}

.card.active img {
  border-color: #fff;
}

.card.active h3,
.card.active p {
  color: #fff;
}

.card.inactive {
  filter: grayscale(100%);
  opacity: 0.6;
}

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

  .fluentform {
      max-width: 1000px;
      margin: 40px auto;
      margin-top: 30px;
      padding: 20px;
      border: 2px solid #000;
      border-radius: 12px;
      background: #fff;
      box-shadow: 0 4px 15px rgba(0, 73, 105, 0.4);
    }
    
    .fluentform label {
      font-family: 'Michroma', sans-serif;
      font-size: clamp(0.85rem, 1.2vw, 1.1rem);
      color: #333;
      display: block;
      margin-bottom: 6px;
      text-align: left;
      padding: 0;
    }
    
    .ff-section_break_desk {
      margin: 10px auto;
      font-family: 'Michroma', sans-serif;
      line-height: 1;
      text-align: center;
      
      background: #fff;
      padding: 15px 20px;
      
      border-radius: 12px;
      box-shadow: 0 4px 15px #004969;
     
    }
    
    .ff-section_break_desk h1, h2 {
        font-size: clamp(0.8rem, 1.3vw, 1.5rem);
        font-family: 'Michroma', sans-serif;
    }
    
    .ff-section_break_desk h3 {
        font-size: clamp(0.8rem, 1.5vw, 1.5rem);
        font-family: 'Michroma', sans-serif;
    }
    
    .ff-section_break_desk em {
        font-size: clamp(0.8rem, 0.8vw, 1.5rem);
        font-family: 'Michroma', sans-serif;
    }
    
    .ff-section_break_desk p {
        font-size: clamp(0.8rem, 0.9vw, 1rem);
        font-family: 'Michroma', sans-serif;
        line-height: 1.5;
    }
    
    .fluentform input,
    .fluentform select,
    .fluentform textarea {
      width: 100%;
      padding: 12px 15px;
      border: 2px solid #000;
      border-radius: 8px;
      font-size: 1rem;
      font-family: 'Michroma', sans-serif;
      margin-bottom: 20px;
      transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }
    
    .fluentform input:focus,
    .fluentform select:focus,
    .fluentform textarea:focus {
      border-color: #8608de;
      box-shadow: 0 0 8px rgba(134, 8, 222, 0.4);
      outline: none;
    }
    
    .fluentform input[type="checkbox"],
    .fluentform input[type="radio"] {
        width: 20px;
        height: 20px;
      accent-color: #8608de;
      cursor: pointer;
      line-height: 1;
      vertical-align: middle;
      margin: 5px 8px;
      box-sizing: border-box;
    }
    
    .fluentform .ff-el-input--content label {
      font-family: 'Michroma', sans-serif;
      font-size: clamp(0.9rem, 1vw, 1.2rem);
      display: flex;
      flex: 1 1 100% !important;
      white-space: normal !important;
      align-items: center;
      gap: 8px;
      cursor: pointer;
      flex: 1 1 auto;
    }
      
    .ff-el-form-check-label span {
        display: inline; 
        white-space: normal !important; /* ne vágja le a végét */
        overflow: visible !important;
        text-overflow: unset !important;
    }

    .ff-default .ff-el-input--label label {
        font-weight: 600;
        color: #004969;
    }
    
    .fluentform input[type="checkbox"]:checked {
      accent-color: #8608de;
    }
    
    .ff-el-section-title {
      font-family: 'Michroma', sans-serif;
      font-size: clamp(1rem, 1.8vw, 1.4rem);
      font-weight: 500;
      text-align: center;
      color: #004969;
      margin: 1.5rem 0;
      position: relative;
    }
    
    .ff-el-section-title::after {
      content: "";
      display: block;
      width: 60px;
      height: 3px;
      background: #004969;
      margin: 10px auto 0;
      border-radius: 3px;
    }
    
    .fluentform .ff-btn {
      display: inline-block;
      padding: 14px 30px;
      background: #004969 !important;
      color: #fff !important;
      border: none !important;
      border-radius: 8px;
      font-family: 'Michroma', sans-serif;
      font-size: 1rem;
      cursor: pointer;
      transition: background 0.3s ease;
    }
    
    .fluentform .ff-btn:hover {
      background: #006f8f;
      box-shadow: 0 4px 10px rgba(134, 8, 222, 0.3);
    }
    
    .fluentform .ff-el-is-error input,
    .fluentform .ff-el-is-error select,
    .fluentform .ff-el-is-error textarea {
      border-color: red;
      background: #ffe6e6;
    }
    
    .fluentform .error {
      color: red;
      font-size: 0.8rem;
    }
    
    .ff-t-container.ff-column-container .ff-t-cell {
        transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .ff-t-container.ff-column-container .ff-t-cell.muted {
        opacity: 0.4;
        transform: scale(0.97);
    }
    
    .ff-t-container.ff-column-container .ff-t-cell.highlight {
        opacity: 1;
        transform: scale(1.03);
        box-shadow: 0 0 15px rgba(0, 73, 105, 0.5);
    }

    label[aria-label*="grafika és design kialakításában"],
    label[aria-label*="be, mire szeretnél minket felkérni"],
    label[aria-label*="van már elképzelésed"],
    label[aria-label*="Egyéb kérés, információ,"],
    label[aria-label*="Milyen oldalt szeretnél"] {
        font-weight: 700;
        font-size: 1.1rem;
        color: #004969;
        background: #e6f7ff;
        padding: 10px 15px;
        border-radius: 8px;
        display: inline-block;
    }
        
    label[aria-label*="Keresőoptimalizálás (SEO) beállítást is kérsz"],
    label[aria-label*="plusz szolgáltatásokat szeretnél"]{
        font-weight: 700;
        font-family: 'Michroma', sans-serif;
        font-size: clamp(0.9rem, 1vw, 1.8rem);
        color: #004969;
        background: #e6f7ff;
        padding: 10px 15px;
        border-radius: 8px;
        display: inline-block;
        margin-top: 20px;
    }
    
    .fluentform .ff-el-group.ff_list_2col .ff-el-form-check,
    .ff-default .ff-el-form-check label.ff-el-form-check-label {
        width: 100%;
    }

    form.fluent_form_4 .ff-btn-submit:not(.ff_btn_no_style) {
        background-color: #004969 !important;
        color: #fff !important;
        border: none !important;
        border-radius: 8px;
        padding: 14px 30px;
        font-size: 1rem;
        font-family: 'Michroma', sans-serif;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    
    form.fluent_form_4 .ff-btn-submit:not(.ff_btn_no_style):hover {
        background-color: #006f8f !important;
    }


    .ff-message-success {
        border: 1px solid #ced4da;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
        margin-top: 10px;
        padding: 15px;
        position: relative;
        text-align: center;
        font-family: 'Michroma', sans-serif;
        font-size: clamp(0.9rem, 1vw, 1.8rem);
    }



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


.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;
    /*border-bottom: 2px solid #6fe5eb;*/
    /*padding-bottom: 2px;*/
}

.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;
}

.hero-left-image img {
  width: clamp(150px, 25vw, 450px);
  object-fit: cover;
  display: block;
  border-radius: 0;
  mask-image: radial-gradient(circle, black 60%, transparent 63%);
  -webkit-mask-image: radial-gradient(circle, black 60%, transparent 63%);
  box-shadow: 0 0 20px 10px rgba(255,255,255,0.3);
}
  
.service-icon{
    width: 50px;
    height: auto;
    margin-bottom: 1rem;
}



