.message-toggle svg {
    fill: #86b54d;
}

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


.hero-text h1 {
    text-shadow: 0 0 20px #86b54d;
}

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

.services-section h1 {
    text-shadow: 2px 2px 10px #86b54d;
}

.highlight-word {
  animation: green-blink 3s infinite;
  font-family: 'Michroma', sans-serif;
  font-size: clamp(0.8rem, 0.9vw, 1.2rem);
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  line-height: 0.8;
}

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

.contact-image {
    width: 100vw;
    height: 15vw;
}

.kapcsolat-divider {
  border-top: 1px solid #86b54d;
}

.link-text {
    color:#86b54d;
    text-shadow: 0 0 3px #86b54d;
}

.titulus-text{
    color: #86b54d;
}

.custom-footer {
    background-image: url('images/fejlec-graf.jpg');
}

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

.footer-column p,
.footer-column a {
    color: #2c2c2c;
    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;
}


