@media only screen and (max-width: 1024px) {

.stats-note { 
font-size: 1.5rem; 
}

  .hero .hero-text,
  .hero .hero-textbox {
    text-align: center;
    padding: 1.8rem;
    font-size: 1rem;
    line-height: 1.7;
  }
  
  .hero-image img {
    width: 80% !important;
    height: auto !important;
    border-radius: 1rem;
	
  }

  .hero-text {
    text-align: center !important;
    width: 90% !important;
  }
.debrecen-support {
    font-size: 2 !important;
}
 /* HERO SZEKCIÓ */

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

  section.hero .hero-text p {
    font-size: 1.6rem !important;
    line-height: 1.6 !important;
  }
  
   section.hero {
    position: relative !important;
    background: url('../images/hero.jpg') center center / cover no-repeat !important;
	background-size: 390% auto !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    left: 50% !important;
    right: 50% !important;
    transform: translateX(-50%) !important;
    height: auto !important;
    min-height: 600px !important;
    padding: 6rem 1rem 3rem 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow: hidden !important;
  }

  section.hero::before {
    content: "";
    position: absolute !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, 0.25) !important;
    z-index: 0 !important;
  }

  section.hero .hero-inner {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    gap: 1.5rem !important;
    width: 100% !important;
    padding: 2rem 1rem !important;
	height: auto;
  }

  section.hero .hero-image img {
    width: 100% !important;
    height: auto !important;
    border-radius: 1rem !important;
	/*max-width: 700px;*/
  }

  section.hero .hero-text {
    width: 90% !important;
    text-align: center !important;
    margin-top: 1rem !important;
  }

  
  html, body {
    width: 100vw !important;
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Konténer tágítása */
  section.services-overview.fade-in.visible .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 1rem !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }

  /* A kártyák tartója */
  section.services-overview.fade-in.visible .service-cards {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 1.5rem !important;
    box-sizing: border-box !important;
  }

  /* A kártyák maguk */
  section.services-overview.fade-in.visible .service-cards .card {
    width: 95% !important;
    max-width: 420px !important;
    min-width: unset !important;
    margin: 0 auto !important;
    padding: 1.5rem !important;
    box-sizing: border-box !important;
  }
.card .icon {
   
	background: #fcefee;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

 /* A tényleges ikon mérete */
  .card .icon i {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  /* Cím és szöveg nagyobb méretben */
  .card h3 {
    font-size: 1.5rem !important;
  }

  .card p {
    font-size: 1.2rem !important;
    line-height: 1.8 !important;
  }

  /* Szövegek */
  section.services-overview.fade-in.visible p {
    font-size: 1.8rem !important;
    line-height: 1.7 !important;
  }

  .services-overview h2, .services-overview h3 {
    text-align: center !important;
    margin: 2rem 0 1rem 0 !important;
	font-size: 2rem !important;
  }
  
    section.services-overview.fade-in.visible .container .service-cards .card {
    width: 95% !important;
    max-width: none !important;
    min-width: unset !important;
    margin: 0 auto !important;
    padding: 1.5rem !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
    section.services-overview.fade-in.visible .container .service-cards .card {
    width: 95% !important;
    max-width: none !important;
    min-width: unset !important;
    margin: 0 auto !important;
    padding: 1.5rem !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  .services-link {
    text-align: center;
    margin-top: 2rem;
	font-size: 2rem
}

.quote-background img {
    width: 100%;
    height: 35vh;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.floating-messenger {
    position: fixed;
    bottom: 100px;
    right: 30px;
    background-color: #0084ff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex
;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
    z-index: 1000;
}

 .floating-messenger img {
    width: 60px !important;   /* állítható – 60–80px között néz ki jól */
    height: 60px !important;
  }
 .stats-infographic {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    gap: 0.8rem !important;
    width: 100% !important;
    padding: 0 0.8rem !important;
    box-sizing: border-box !important;
  }

  .stats-infographic .stat-card,
  .stats-infographic .stat-item {
    flex: 1 1 0 !important;
    min-width: 0 !important; /* segít megelőzni a túlcsúszást */
    padding: 1.2rem 0.8rem !important;
    text-align: center !important;
    border-radius: 12px !important;
    box-sizing: border-box !important;
  }

  .stats-infographic .stat-card h3,
  .stats-infographic .stat-item h3 {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.5rem !important;
  }

  .stats-infographic .stat-card p,
  .stats-infographic .stat-item p {
    font-size: 1.6rem !important;
    line-height: 1.5 !important;
  }

  .stats-infographic i,
  .stats-infographic svg {
    font-size: 2.2rem !important; /* nagyobb ikon */
    margin-bottom: 0.5rem !important;
  }
  
    .stats-infographic i,
  .stats-infographic .fa-solid,
  .stats-infographic .fa-regular,
  .stats-infographic svg {
    font-size: 2.6rem !important;   /* nagyobb ikon */
    color: #c47c79 !important;      /* vagy a márkád színe */
    margin-bottom: 0.6rem !important;
    display: inline-block !important;
  }

  /* ha az ikonok saját konténerben vannak, középre húzzuk őket */
  .stats-infographic .icon,
  .stats-infographic .stat-icon {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 0.6rem !important;
  }
  
  .quote-text {

    font-size: 2rem;
}
.quote-author {
    font-size: 1rem;
	}
	
	
	.services-overview .services-link{
  display: flex;
  flex-direction: column;
  gap: 14px;                 /* függőleges távolság */
}

}