@media (max-width: 768px) {    
    .hamburger-menu span {
        display: block;
        width: 20px;
        height: 2px;
        margin: 4px;
        background: #4c959e;
        border-radius: 1px;
    }
    
    .header-image-container-al {
    background-image: url(/wp-content/themes/PipacsWeb/images/fejlec-ajanlat.jpg);
    }
  
  .ajanlat-text p {
      margin: 0 auto 1rem;
  }
  
  .reference-gallery {
    flex-direction: column;
    align-items: center;
    margin: 20px auto;
    max-width: 90%;
    position: relative;
  }

  .reference-gallery img {
    width: 90%;
    max-width: 400px;
    height: auto;
    margin: 0; 
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%); 
    position: relative;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.5s ease;
    z-index: 1;
  }

  .reference-gallery img:nth-child(1) {
    top: 0;
    z-index: 1;
  }

  .reference-gallery img:nth-child(2) {
    margin-top: -50px; /* ráfedi az elsőt */
    z-index: 3;
  }

  .reference-gallery img:nth-child(3) {
    margin-top: -50px; /* ráfedi a másodikat */
    z-index: 2;
  }

  .reference-gallery img.active {
    filter: grayscale(0%);
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transform: scale(1.05) translateY(-10px);
    z-index: 10;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  }
  .reference-text p {
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .reference-text a {
      margin-top: none;
  }
  
  .reference-text h3 {
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .highlight-blue {
      color: #004969;
      font-weight: bold;
  }
    
    
}



    