
  .container {
    max-width: 1400px;
  }

  .image-text img {
    max-height: 320px;
  }

  .text-col {
    flex: 1.5;
  }

/* Desktopon egymás mellett */

  .contact-info {
    flex-direction: row;
    justify-content: center;
  }


	.gyik-hero {
    min-height: 70vh;
    padding-bottom: 3rem;
  }
  .gyik-hero h1 {
    font-size: 1.8rem;
  }
  .gyik-hero p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .image-text { flex-direction: column; }
  .image-text-section.alt .image-text { flex-direction: column; }




  .mini-testimonials-grid { grid-template-columns: 1fr; }


/* Reszponzív */

  .stats-grid-home {
    grid-template-columns: 1fr;
  }

/* --- Reszponzív --- */

  .package-cards { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }


  .services-hero { min-height: 36vh; padding-top: 150px; /* igazítsd a navbar mobil magasságához */}
  .services-hero-inner h1 { font-size: 1.8rem; }
  .services-hero-inner p { font-size: 1rem; }
   .package-cards { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }

/* --- Reszponzív --- */



  .about-flex { flex-direction: column; text-align: center; }
  .about-image { order: -1; text-align: center; margin-bottom: 1.5rem; }
  .about-image img { max-width: 80%; }
  .two-column-sections { flex-direction: column; gap: 2rem; padding: 3rem 1rem; }
  .two-column-sections ul { 
  font-size: 1.5rem;        /* egységes alapméret a listákra */
  line-height: 1.6;
}

.two-column-sections ul li a {
  font-size: inherit;     /* NE legyen kisebb/nagyobb a link */
}
  .testimonials-grid { grid-template-columns: 1fr; }
  .illustration-divider svg { max-width: 30%; }
   .service-cards {
    grid-template-columns: repeat(2, 1fr);
  }


  .hero-image img {
    max-width: 70%;
  }


	
  .image-text img {
    max-height: 200px;
    width: 100%;
  }
  
   .hero-inner p { font-size: 1rem; }
     /* Navbar + Hero */
   .hero {
    min-height: 60vh; /* kisebb legyen, hogy ne nyúljon túl */
    flex-direction: column; /* egymás alá helyezi a képet és a szöveget */
    justify-content: center;
    align-items: center;
    padding: 3rem 1rem;
  }
  
  .hero-inner {
    flex-direction: column;
    gap: 1.5rem;
  }
   .hero-image img {
    max-width: 70%;
    max-height: 180px; /* magasság korlátozása */
    height: auto;
    object-fit: cover; /* megtartja az arányokat */
    margin-bottom: 1rem;
  }
  
.hero-text {
    text-align: center;
    max-width: 90%;
  }
  
.hero-intro {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #f9f9f9;
}
.hero-sub {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #e9e9e9;
  opacity: 0.95;
}
  .hero-text h1 {
    font-size: 1.4rem; /* kisebb cím */
  }

  .hero-text p {
    font-size: 1rem;
  }
  .site-nav { flex-wrap: wrap; }
  .site-nav a { margin: 0.5rem; }
  .intro .container { max-width: 100%; }
 
 .quote-background img {
    height: auto;
    min-height: 50vh;
  }

  .quote-text {
    font-size: 1.6rem;
  }

  .quote-box {
    padding: 1.5rem;
  }
  /* Szolgáltatás kártyák */

  .card {
    padding: 1.2rem;
  }
  .card h3 {
    font-size: 1.2rem;
  }
  .card p {
    font-size: 1rem;
  }

  /* Helyi jelleg kiemelése */
  .local-focus {
    font-size: 1rem;
    padding: 1rem;
  }


  /* About oldal */
  .about-flex {
    flex-direction: column;
    text-align: center;
  }
  .about-image img {
    order: -1;
    margin-bottom: 1rem;
    text-align: center;
	margin-left: 1rem;
	margin-right: 1rem;
  }

  .about-text {
    font-size: 1rem;
    line-height: 1.6;
  }

  /* Vélemények */
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .testimonial {
    font-size: 1rem;
    padding: 1.2rem;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .quote-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

  .container p strong {
    margin-bottom: 1rem;
    font-size: 1.6rem;
   }


  .service-cards {
    grid-template-columns: 1fr;  }

.service-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
  gap: 1rem;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
  max-width: 100%;       /* biztos ami biztos */
  overflow-x: hidden;    /* horizontális csúszás tiltása */
}
.package-cards {
    grid-template-columns: 1fr;
  }
  
  .package-card {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.service-card {
  width: 100% !important;      /* kártya sose legyen szélesebb a gridnél */
  max-width: 100% !important;
  box-sizing: border-box;
}
.quote-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.quote-background {
  position: relative;
  width: 100%;
}

.quote-background img {
  width: 100%;
  height: auto;
  display: block;
}

.quote-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7); /* áttetsző fehér */
  
  display: flex;
  flex-direction: column;
  justify-content: center;  /* VERTIKÁLIS KÖZÉPRE */
  align-items: center;      /* HORIZONTÁLIS KÖZÉPRE */
  
  padding: 2rem;
  box-sizing: border-box;
  text-align: center;
}




  .hero {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 3rem 1rem 2rem !important;
    background-position: center top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: auto !important;
    text-align: center !important;
    gap: 1.5rem !important;
  }

  .hero-inner {
    display: flex !important;
    flex-direction: column !important; /* ez rakja egymás alá */
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    text-align: center !important;
    gap: 1.2rem;
  }

  .hero-image {
    order: 1 !important;
    margin-bottom: 0.5rem !important;
  }

  .hero-image img {
    width: 70% !important;
    max-width: 220px !important;
    height: auto !important;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  }

  .hero-text {
    order: 2 !important;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 1rem 1.2rem;
    border-radius: 10px;
    max-width: 90%;
  }

  .hero-text h1 {
    font-size: 1.1rem !important;
    line-height: 1.4 !important;
  }

  .hero-text p {
    font-size: 0.9rem !important;
  }

  .btn {
    margin-top: 0.8rem;
    padding: 0.6rem 1.2rem !important;
    font-size: 0.85rem !important;
  }

/* --- Mobil hero javítás (végleges) --- */

  .hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 3rem 1rem 2rem;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: auto;
    text-align: center;
    gap: 1.5rem;
  }

  .hero-inner {
    display: flex;
    flex-direction: column; /* egymás alá */
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    gap: 1.2rem;
  }

  .hero-image {
    order: 1;
    margin-bottom: 0.5rem;
  }

  .hero-image img {
    width: 75%;
    max-width: 250px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  }

  .hero-text {
    order: 2;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 1rem 1.2rem;
    border-radius: 10px;
    max-width: 90%;
  }

  .hero-text h1 {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .hero-text p {
    font-size: 0.9rem;
  }

  .btn {
    margin-top: 0.8rem;
    padding: 0.6rem 1.2rem;
    font-size: 0.85rem;
  }

.video-grid { grid-template-columns: 1fr; }
.video-caption{
  padding:.75rem 1rem;
  text-align:center;
  font-size: 1.5rem;
  line-height:1.4;
  color:#4b4b4b; /* igazítsd a palettádhoz */
}
.two-column-sections h2 {
    font-size: 2.2rem;
}

.about-flex {

    gap: 0rem;	
}	
.section-gray .two-column-sections section ul li a { font-size: inherit; }
/* Egységes tipó a két oszlop listáiban */
