@media (max-width: 768px) {
    .jak-wrapper {
      flex-direction: column;
      align-items: flex-start;
      padding: 0;
      margin: 0;
    }
  
    .jak-left {
      width: auto;
      margin: 0;
      padding: 0;
    }
  
    .jak-vertical-text {
      writing-mode: horizontal-tb;
      font-size: 15vw;
      text-align: left;
      -webkit-text-stroke: 0.6vw #fad1d4; /* růžový obrys */
      padding: 0;
      margin: 0;
      margin-bottom: -6vh;
    }
  
    .jak-images {
      flex-direction: column;
      gap: 1vh;
      width: 100%;
    }
  
    .jak-images img {
      width: 100%;
      height: auto;
      display: block;
    }
  }


  @media (max-width: 768px) {
    .review-slide {
      flex: 0 0 95vw;
      height: 50vh;
    }
  
    .review-text {
      max-width: 80%;
      font-size: 1rem;
    }
  
    .quote {
      font-size: 1rem;
    }
  }

  /* JAK SEKCE */
@media (max-width: 768px) {
  .jak-wrapper {
    flex-direction: column;
    gap: 6vw;
  }

  .jak-left {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: -2vh;
  }

  .jak-vertical-text {
    writing-mode: horizontal-tb;
    text-align: left;
    font-size: 14vw;
    margin-left: 0;
    margin-bottom: -5vw;
    padding: 0;
  }

  .jak-images {
    flex-direction: column;
    gap: 4vw;
  }

  .jak-image-card {
    width: 100%;
  }

  .jak-image-card img {
    height: auto;
  }
}



  /*SLUŽBY BTNs */
  /* 📱 Responzivní úprava pro mobilní zařízení */
@media (max-width: 768px) {
    .cta2-container {
      grid-template-columns: repeat(2, 1fr);
      gap: 3vw;
    }
  
    .cta-button2 {
      font-size: 3.5vw;
      padding: 10px 16px;
    }
  }


  /*PORTFOLIO SECTION*/

  @media (max-width: 1024px) {
    .portfolio-section {
      flex-direction: column;
    }
  
    .portfolio-grid-free,
    .portfolio-content {
      width: 100%;
      min-width: unset;
      aspect-ratio: unset;
    }
  
    .portfolio-content {
      margin-left: 0;
      margin-top: 5vw;
    }
  
    .portfolio-heading {
      font-size: 6vw;
    }
  
    .portfolio-text,
    .cta-button4 {
      font-size: 4vw;
    }
  }
  

  /* KONTAKT*/

  @media (max-width: 768px) {
    .contact-icons-grid,
    .contact-icons-row {
      flex-direction: column;
      align-items: center;
    }
  
    .contact-block {
      flex-direction: row;
      text-align: left;
      justify-content: flex-start;
    }
  }
  
  
  