
* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;

}
*, *::before, *::after { box-sizing: border-box; }
html { 
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #ffffff;
}

.blog header {
  height: 60vh;
}

main {
  margin: 0;
  padding: 0;
}

header {
  height: 100vh;
  width: 100%;
  background-image: url('kep/emergency_banner.avif');
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0;
  padding: 0;
 
  content-visibility: auto;
  contain-intrinsic-size: 100vh;
}


.navbar {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 80px;
  padding: 35px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  background: transparent;
  z-index: 100;
}
.navbar a { color: #fff; }
.logoergo { 
  font-size: 2em;
  font-weight: bold;
 }
.nav-links ul { 
  display: flex;
  list-style: none; 

 }
.nav-links ul li { 
  margin: 0 25px;
  text-align: center;
  vertical-align: middle;
  opacity: 1 !important;
  transform: none !important;
}

.nav-links ul li a {
  position: relative !important;
  transition: color 0.3s ease !important;
  display: inline-block !important;
}

.nav-links ul li a::after {
  content: '' !important;
  position: absolute !important;
  bottom: -5px !important;
  left: 0 !important;
  width: 0 !important;
  height: 2px !important;
  background-color: #177EC1 !important;
  transition: width 0.3s ease !important;
  display: block !important;
}

.nav-links ul li a:hover {
  color: #177EC1 !important;
}

.nav-links ul li a:hover::after {
  width: 100% !important;
}


.brugermenu {
  display: none;
  position: absolute;
  right: 50px;
  top: 50px;
  width: 35px;
}

#contact {
  padding: 6px 5px;              
  background: linear-gradient(135deg, #0E4DA5, #33ccffa4);
  border-radius: 35px;
  border: #ffffff56 solid 1px ;              
}

#contact a {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;                     
  font-weight: 0;
}

#contact a::after {
  display: none;
}

#contact a:hover {
  color: #fff;
}

#contact:hover {
  background: linear-gradient(135deg, #33ccff, #177dc1);
  transform: scale(1.05);
  transition: all 0.3s ease;
}



@media (max-width: 900px) {
  body {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  
  header {
    position: relative;
    z-index: 1;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  
  .logoergo { 
    position: absolute !important; 
    top: 40px !important; 
    left: 30px !important; 
    font-size: 1.5em !important;
    z-index: 10 !important;
    color: #fff !important;
  }
  .navbar { 
    padding: 0 !important; 
    margin: 0 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: transparent !important;
    z-index: 10 !important;
    height: auto !important;
    width: 100% !important;
  }
  .brugermenu { 
    display: block !important;
    position: absolute !important;
    right: 50px !important;
    top: 50px !important;
    width: 35px !important;
    height: auto !important;
    cursor: pointer !important;
    z-index: 999 !important;
  }
  .nav-links {
    position: fixed !important;
    top: 0 !important; 
    left: 0 !important; 
    background-color: rgba(159, 192, 237, 0.208) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    width: 100% !important; 
    height: 100vh !important;
    display: flex !important; 
    justify-content: center !important; 
    align-items: center !important;
    margin-left: -100% !important;
    transition: margin-left 0.5s ease !important;
    z-index: 998 !important;
  }
  .nav-links.mobile-menu { 
    margin-left: 0 !important; 
  }
  .nav-links ul { 
    flex-direction: column !important; 
    align-items: center !important; 
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .nav-links ul li { 
    margin: 25px 0 !important; 
    font-size: 1.1em !important; 
  }
  

  .nav-links ul li a {
    display: inline-block;
    padding: 5px 0;
  }
  
  .nav-links ul li a:hover {
    color: #177EC1;
  }
  
  .nav-links ul li a:hover::after {
    width: 100%;
  }
  

  .nav-links ul li#contact {
    margin-top: 20px;
  }
  
  .nav-links ul li#contact a::after {
    display: none;
  }
  
  .nav-links ul li#contact a:hover {
    color: #fff;
  }
  
  .nav-links ul li#contact:hover {
    background: linear-gradient(135deg, #33ccff, #177dc1);
    transform: scale(1.05);
    transition: all 0.3s ease;
  }

}




.cimsor {
  margin: clamp(24px, 5vw, 40px) auto;
  max-width: 1200px;
  padding: 0 20px;
  color: #000;
}

.blog .cimsor h2::after {
  display: none;
}

.blog-hero {
  max-width: 1200px;
  margin: clamp(24px, 5vw, 36px) auto 0;
  padding: clamp(18px, 3vw, 28px) clamp(18px, 3vw, 28px);
  background: linear-gradient(135deg, rgba(14,77,165,0.06), rgba(51,204,255,0.08));
  border-radius: 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  border: 1px solid rgba(23,126,193,0.18);
}

.blog #blog-title {
  text-align: left;
  margin: 0 0 6px;
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 800;
  letter-spacing: 0.03em;
  background: linear-gradient(135deg, #0E4AA3, #33ccff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.blog-hero-subtitle {
  margin-top: 8px;
  font-size: clamp(0.95rem, 2.2vw, 1.05rem);
  line-height: 1.7;
  color: #243447;
  max-width: 900px;
}

.blog-subheading {
  margin-top: 14px;
  margin-bottom: 6px;
  font-size: 1.5rem !important;
  font-weight: 700;
  color: #177EC1;
}

.blog-item-fulltext a,
.blog-modal-content a {
  color: #177EC1;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.blog-item-fulltext a:hover,
.blog-modal-content a:hover {
  color: #0E4AA3;
  text-decoration: none;
}
.cimsor h2 {
  margin-top: clamp(16px, 4vh, 40px);
  margin-bottom: clamp(24px, 4vw, 40px);
  position: relative;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  text-align: center;
}
.cimsor h2::after {
  content: "";
  position: absolute;
  bottom: -6px; left: 50%;
  transform: translateX(-50%);
  width: 10%; height: 4px;
  background-color: #177EC1; border-radius: 2px;
}
.cent { 
  max-width: 900px; 
  margin: 0 auto; 
  padding: 0 20px;
  display: block;
}

#jogszabaly {
  margin: clamp(30px, 5vw, 50px) auto;
  padding: clamp(20px, 4vw, 40px) 20px;
}

.jogszabaly-info {
  margin: 0 auto !important;
  padding: clamp(20px, 4vw, 30px) !important;
  background-color: #f8f9fa !important;
  border-left: 4px solid #177EC1 !important;
  border-radius: 8px !important;
  font-size: clamp(0.95rem, 2vw, 1.1rem) !important;
  line-height: 1.7 !important;
  color: #333 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  max-width: 900px !important;
  display: block !important;
  font-weight: 400 !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.jogszabaly-info:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
}

.jogszabaly-info p {
  margin: 0 !important;
}

.jogszabaly-info a {
  color: #177EC1;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.jogszabaly-info a:hover {
  color: #0E4AA3;
  text-decoration: none;
}


#partner {
  margin-top: clamp(40px, 6vw, 60px);
  margin-bottom: clamp(40px, 6vw, 60px);
}

.partner-card {
  max-width: 1000px !important;
  margin: 0 auto !important;
}

.partner-card p {
  margin-bottom: clamp(16px, 3vw, 20px) !important;
}

.partner-card p:last-child {
  margin-bottom: 0 !important;
}

.partner-card a {
  color: #177EC1;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.partner-card a:hover {
  color: #0E4AA3;
  text-decoration: none;
}

#miert-valasszon {
  margin-top: clamp(40px, 6vw, 60px);
  margin-bottom: clamp(40px, 6vw, 60px);
  position: relative;
}

#miert-valasszon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(14, 77, 165, 0.02) 0%, rgba(51, 204, 255, 0.02) 100%);
  border-radius: 20px;
  z-index: -1;
}

#miert-valasszon-content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(30px, 5vw, 50px);
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 50px) 20px;
}

.why-choose-us {
  padding: clamp(30px, 5vw, 45px);
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(23, 126, 193, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.why-choose-us::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #177EC1 0%, #33ccff 100%);
  border-radius: 0 4px 4px 0;
}

.why-choose-us:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 0 5px 15px rgba(0, 0, 0, 0.08);
}

.why-choose-us p {
  font-size: clamp(1rem, 1.9vw, 1.1rem);
  line-height: 1.9;
  color: #2c3e50;
  margin-bottom: clamp(18px, 3vw, 26px);
  text-align: justify;
  position: relative;
  padding-left: 20px;
}

.why-choose-us p::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #177EC1;
  font-weight: bold;
  font-size: 1.2em;
}

.why-choose-us p:last-child {
  margin-bottom: 0;
}

.why-choose-us strong {
  color: #177EC1;
  font-weight: 700;
  background: linear-gradient(135deg, #177EC1 0%, #33ccff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.why-choose-us span {
  color: #177EC1;
  font-weight: 700;
  background: linear-gradient(135deg, #177EC1 0%, #33ccff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.why-choose-us a {
  color: #177EC1;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid rgba(23, 126, 193, 0.3);
  transition: all 0.3s ease;
  position: relative;
}

.why-choose-us a:hover {
  color: #0E4AA3;
  border-bottom-color: #177EC1;
  padding-bottom: 2px;
}

.miert-valasszon-images {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 4vw, 30px);
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}

.miert-valasszon-images img {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  flex: 1;
  min-height: 0;
  border: 3px solid rgba(255, 255, 255, 0.8);
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  padding: 8px;
}

.miert-valasszon-images img:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}

.miert-valasszon-images img.fade-in-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (max-width: 768px) {
  #miert-valasszon-content {
    grid-template-columns: 1fr;
    gap: clamp(20px, 4vw, 30px);
    padding: 0 16px;
  }
  
  .why-choose-us {
    padding: clamp(16px, 3vw, 24px);
    border-radius: 8px;
  }
  
  .why-choose-us p {
    text-align: left;
    font-size: 1rem;
  }
  
  .miert-valasszon-images {
    order: -1;
    margin-bottom: 20px;
    height: auto;
  }
  
  .miert-valasszon-images img {
    max-width: 100%;
    flex: none;
    height: auto;
  }
}


#elonyok {
  margin-top: clamp(40px, 6vw, 60px);
  margin-bottom: clamp(40px, 6vw, 60px);
}


.cards-container {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: clamp(20px, 4vw, 40px) !important;
  margin-top: clamp(20px, 4vw, 40px) !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 20px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.info-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%) !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 12px !important;
  padding: clamp(24px, 4vw, 32px) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  display: block !important;
  min-height: 200px !important;
  margin: 0 !important;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  border-color: #177EC1;
}

.info-card h3 {
  font-size: clamp(1.2rem, 2.2vw, 1.5rem) !important;
  color: #177EC1 !important;
  margin-bottom: clamp(12px, 2vw, 16px) !important;
  margin-top: 0 !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  display: block !important;
}

.info-card p {
  font-size: clamp(0.95rem, 1.8vw, 1.05rem) !important;
  line-height: 1.7 !important;
  color: #333 !important;
  margin: 0 !important;
  display: block !important;
  font-weight: 400 !important;
}

.info-card strong {
  font-weight: 600 !important;
  color: #177EC1 !important;
}

#scrollToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #0E4AA3, #1677BD);
  color: white;
  border: none;
  border-radius: 30%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}

#scrollToTop.show {
  opacity: 1;
  visibility: visible;
}

#scrollToTop:hover {
  background: linear-gradient(135deg, #33ccff, #177dc1);
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

#scrollToTop svg {
  width: 24px;
  height: 24px;
}


@media (max-width: 768px) {
  .cards-container {
    grid-template-columns: 1fr !important;
    gap: clamp(16px, 3vw, 24px) !important;
    padding: 0 16px !important;
    display: grid !important;
  }
  
  .info-card {
    padding: clamp(20px, 3vw, 24px) !important;
    min-height: auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
    display: block !important;
  }
  
  #scrollToTop {
    bottom: 20px !important;
    left: 20px !important;
    width: 45px !important;
    height: 45px !important;
  }
  
  #elonyok .cent {
    padding: 0 16px !important;
    max-width: 100% !important;
  }
  
  #elonyok {
    padding: 0 16px !important;
  }
}

#kepek {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 2.5vw, 20px);
  align-items: start;
  margin-top: clamp(16px, 3vw, 24px);
}
#kepek img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}
#cegunpad{
  padding-bottom: 15px;

}


ol, ul {
  margin: clamp(16px, 4vw, 32px) auto;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  max-width: 900px;
  padding-left: 20px;
}

.animate-list {
  animation: fadeInList 0.5s ease-in-out !important;
}


.animate-list li { 
  padding: 6px 0 !important;

}

.animate-list.scroll-left li {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}


.animate-list.scroll-left li.animate-in {
  opacity: 1;
  transform: translateX(0);
}


#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1369a2;
  padding: 20px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  z-index: 9999;
  display: none;
}


#cookie-banner.show {
  display: block;
  transform: translateY(0);
  opacity: 1;
}


#cookie-banner.hide {
  transform: translateY(100%);
  opacity: 0;
}


@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInList {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

ol li::marker, ul li::marker { 
  color: #1885cc; 
}

@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


#jarmupark {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(20px, 4vw, 40px);
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#jarmupark ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#jarmupark img {
  width: 100%;
  max-width: 500px;
  max-height: 600px;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  align-self: start;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #jarmupark {
    grid-template-columns: 1fr;
  }
  
  #jarmupark img {
    max-width: 100%;
    max-height: 400px;
    margin-top: 20px;
  }
}




.map-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: clamp(30px, 5vw, 50px) auto;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
}

.map-section {
  margin-top: clamp(30px, 5vw, 50px);
  margin-bottom: clamp(30px, 5vw, 50px);
}
.map-container iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
}


#elerhetoseg {
  margin-top: clamp(40px, 6vw, 60px);
  margin-bottom: clamp(40px, 6vw, 60px);
  padding: clamp(30px, 5vw, 50px) 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 12px;
}

.contact-info {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.contact-item {
  font-size: clamp(1rem, 2vw, 1.2rem);
  margin: clamp(12px, 2vw, 20px) 0;
  color: #333;
  line-height: 1.8;
}

.contact-item a {
  color: #177EC1;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #0E4AA3;
  text-decoration: underline;
}

.contact-button-wrapper {
  margin-top: clamp(30px, 4vw, 40px);
}

.contact-button {
  display: inline-block;
  padding: clamp(15px, 3vw, 20px) clamp(35px, 6vw, 50px);
  background: linear-gradient(135deg, #0E4AA3, #1677BD);
  color: white;
  text-decoration: none;
  border-radius: 35px;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.contact-button:hover {
  background: linear-gradient(135deg, #33ccff, #177dc1);
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
  color: white;
  text-decoration: none;
}

@media (max-width: 768px) {
  #elerhetoseg {
    padding: clamp(20px, 4vw, 30px) 16px;
    border-radius: 0;
  }
  
  .contact-item {
    font-size: 1rem;
  }
  
  .contact-button {
    width: 100%;
    max-width: 300px;
  }
}


.adatkezelesi-content {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 50px);
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.adatkezelesi-content h1 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #177EC1;
  margin-bottom: clamp(20px, 4vw, 30px);
  text-align: center;
}

.adatkezelesi-content h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.6rem);
  color: #177EC1;
  margin-top: clamp(25px, 4vw, 35px);
  margin-bottom: clamp(12px, 2vw, 18px);
  border-bottom: 2px solid #177EC1;
  padding-bottom: 8px;
}

.adatkezelesi-content p {
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  line-height: 1.8;
  color: #333;
  margin-bottom: clamp(12px, 2vw, 18px);
}

.adatkezelesi-content ul {
  margin: clamp(12px, 2vw, 18px) 0;
  padding-left: clamp(20px, 4vw, 30px);
}

.adatkezelesi-content li {
  margin-bottom: clamp(8px, 1.5vw, 12px);
  line-height: 1.7;
  color: #333;
}

.adatkezelesi-content strong {
  color: #177EC1;
  font-weight: 600;
}


.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #0c418c 0%, #12669e 100%);
  color: #fff;
  padding: clamp(15px, 3vw, 20px);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  display: none;
  animation: slideUp 0.5s ease;
}

.cookie-banner.show {
  display: block;
}

.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.cookie-content p {
  flex: 1;
  margin: 0;
  font-size: clamp(0.9rem, 1.8vw, 1rem);
  line-height: 1.6;
  color: #fff;
}

.cookie-button {
  background: #fff;
  color: #177EC1;
  border: none;
  padding: clamp(10px, 2vw, 15px) clamp(25px, 5vw, 35px);
  border-radius: 25px;
  font-size: clamp(0.9rem, 1.8vw, 1rem);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.cookie-button:hover {
  background: #f0f0f0;
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .cookie-content {
    flex-direction: column;
    text-align: center;
  }
  
  .cookie-button {
    width: 100%;
    max-width: 200px;
  }
}


#bott {
  background-color: #2C2C2C;
  text-align: center;
  padding: clamp(24px, 5vw, 40px) 20px;
  position: relative;
}
#ikonok {
  display: flex; gap: 16px;
  justify-content: center; align-items: center;
  flex-wrap: wrap;
}
#ikonok img {
  width: clamp(28px, 6vw, 40px);
  height: auto;
  display: block;
}
#bott p {
  margin-top: 12px;
  color: #fff;
  font-size: clamp(0.85rem, 2.2vw, 0.95rem);
}

@media (max-width: 1024px) {
  #kepek { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  html, body {
    margin: 0 !important;
    padding: 0 !important;
  }
  
  header { 
    height: 60vh;
    position: relative;
    z-index: 1;
    margin-top: 0 !important;
    padding-top: 0 !important;
    top: 0 !important;
  }
  .navbar { 
    padding: 0 !important;
    margin: 0 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: transparent !important;
    z-index: 100 !important;
  }
  .cimsor { padding: 0 16px; }
  .cent { padding: 0 16px; }
  ol { padding-left: 20px; }
  #kepek { grid-template-columns: 1fr; }
  #kepek img { width: 100%; }
}


#cimke {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  max-width: 500px;
}

#szlogen {
  font-size: 2.0rem;
  margin-bottom: 15px;
}

#cegnev {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}




@media (max-width: 768px) {
  #cimke {
    top: 40%;
    left: 50%;                  
    transform: translate(-50%, -50%); 
    text-align: center;         
    max-width: 90%;             
  }



  #szlogen {
    font-size: 1.0rem;   
  }

  #cegnev {
    font-size: 1.2rem;  
  }

}


.blog-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 30px);
  margin-top: clamp(20px, 4vw, 40px);
}

.blog-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(23, 126, 193, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
}

.blog-card-image-wrapper {
  width: 100%;
  padding-top: 62%;
  position: relative;
  overflow: hidden;
}

.blog-card-image-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card-content {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.blog-card-category {
  display: inline-block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #177EC1;
  font-weight: 600;
}

.blog-card-title {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
}

.blog-card-excerpt {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #555;
  margin: 0;
}

.blog-card-meta {
  margin-top: auto;
  font-size: 0.8rem;
  color: #777;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.blog-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.blog-cta p {
  max-width: 700px;
}

.blog-cta-button {
  margin-top: 8px;
}

@media (max-width: 1024px) {
  .blog-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .blog-preview-grid {
    grid-template-columns: 1fr;
  }
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 32px);
  margin-top: clamp(24px, 4vw, 40px);
}

.blog-item {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(23, 126, 193, 0.15);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transform: translateY(0);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.blog-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
  border-color: #177EC1;
}

.blog-item-image-wrapper {
  width: 100%;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

.blog-item-image-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item-content {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blog-item-meta-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.85rem;
  color: #555;
  align-items: center;
  flex-wrap: wrap;
}

.blog-item-category {
  font-weight: 600;
  color: #177EC1;
}

.blog-item-date {
  font-size: 0.8rem;
  color: #777;
}

.blog-item-title {
  font-size: 1.75rem !important;
  line-height: 1.3;
  margin: 0;
  font-weight: 700 !important;
  text-align: left !important;
}

.blog-modal #blog-modal-title {
  font-size: 1.2rem;
  line-height: 1.4;
}

.blog-item-intro {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #444;
  margin: 0;
}

.blog-read-more {
  align-self: flex-start;
  margin-top: 8px;
  padding: 13px 18px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #0E4AA3, #1677BD);
  color: #fff;
  font-size: 1rem !important;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.blog-read-more:hover {
  background: linear-gradient(135deg, #33ccff, #177dc1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}

.blog-item-fulltext {
  display: none;
}

.blog-item-fulltext p:first-child {
  font-weight: 700;
}

.blog-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.blog-search {
  flex: 1 1 240px;
}

.blog-search input[type="search"] {
  width: 100%;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid #d0d7de;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .blog-search {
    flex: 1 1 auto;
  }
}


.blog-category-filter {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-category-filter label {
  font-size: 0.9rem;
}

.blog-category-filter select {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid #d0d7de;
  font-size: 0.9rem;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-filters {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-category-filter {
    justify-content: flex-start;
  }
}

.blog-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1100;
}

.blog-modal.open {
  display: flex;
}

.blog-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.blog-modal-dialog {
  position: relative;
  max-width: 900px;
  width: 90%;
  max-height: 90vh;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.blog-modal-body {
  padding: 28px 24px 24px;
  overflow-y: auto;
}

.blog-modal-close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: none;
  background: #177EC1;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  font-weight: 700;
}

.blog-modal-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
  font-size: 0.9rem;
}

.blog-modal-image-wrapper {
  margin: 12px 0 18px;
}

.blog-modal-image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.blog-modal-content p {
  margin-bottom: 10px;
  line-height: 1.7;
}

.blog-modal-content p:first-child {
  font-weight: 700;
}

@media (max-width: 768px) {
  .blog-modal-dialog {
    width: 95%;
    max-height: 95vh;
    border-radius: 12px;
  }
}



body.ajanlat header {
  height: 70vh;  
}



#rend {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  max-width: 700px;
  margin: 0 auto;
}

#rend form {
  display: flex;
  flex-direction: column;
}

#rend label {
  display: block;
  margin-top: 12px;
  margin-bottom: 4px;
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
}

#rend input,
#rend textarea {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
}

#rend textarea {
  height: 120px;
  resize: none;
}

#rend h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}




#infobox {
  background-color: rgba(240,240,240,0.8);
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
  text-align: center;
}

#infobox p {
  margin: 8px 0;
  font-size: 1rem;
}

#ikonok img {
  width: 40px;
  height: 40px;
  margin: 10px;
}

#rend h1, #rend h2 {
  margin-bottom: 200px;   
  text-align: center;    
}
#ajanlat h2 {
  margin-bottom: 25px;   
}

@media (max-width: 768px) {
  #rend {
    padding: 15px;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
  }



  #infobox {
    width: 100%;
    margin: 20px 0;
  }

  #ikonok img {
    width: 30px;
    height: 30px;
    margin: 5px;
  }
}


#gyik {
  margin-top: clamp(40px, 6vw, 60px);
  margin-bottom: clamp(40px, 6vw, 60px);
}

#gyik h2 {
  margin-bottom: clamp(25px, 4vw, 40px);
}

.faq-container {
  max-width: 800px;
  margin: clamp(25px, 4vw, 40px) auto 0;
}

.faq-item {
  margin-bottom: 16px;
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;
  overflow: hidden;
  background-color: #fff !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
  transition: box-shadow 0.3s ease;
  display: block;
}

.faq-item:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.faq-question {
  width: 100%;
  padding: 20px;
  background-color: #f8f9fa;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 600;
  color: #333;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.faq-question:hover {
  background-color: #e9ecef;
  color: #177EC1;
}

.faq-question[aria-expanded="true"] {
  background-color: #177EC1;
  color: #fff;
}

.faq-icon {
  font-size: 1.5rem;
  font-weight: bold;
  transition: transform 0.3s ease;
  color: #177EC1;
  flex-shrink: 0;
  margin-left: 16px;
}

.faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
  color: #fff;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 20px;
}

.faq-question[aria-expanded="true"] + .faq-answer {
  max-height: 1000px;
  padding: 20px;
  min-height: 70px;
  overflow: visible;
}

.faq-answer p {
  margin: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.6;
  color: #555;
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  display: block;
}



@media (max-width: 768px) {
  .faq-question {
    padding: 16px;
    font-size: 1rem;
  }
  
  .faq-answer {
    padding: 0 16px;
  }
  
  .faq-question[aria-expanded="true"] + .faq-answer {
    padding: 16px;
  }
  
  .faq-container {
    margin-top: 20px;
  }
  
  #gyik h2 {
    margin-bottom: 25px;
  }
}




.animate-list.scroll-left li {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-list.scroll-left li.animate-in {
  opacity: 1;
  transform: translateX(0);
}


#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1570ac;
  padding: 20px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  z-index: 9999;
  display: none;
}

#cookie-banner.show {
  display: block;
  transform: translateY(0);
  opacity: 1;
}


#cookie-banner.hide {
  transform: translateY(100%);
  opacity: 0;
}



.footer-left-extra {
  position: absolute;
  left: 20px;        
  top: 20px;        
  text-align: left;
  max-width: 200px;  
}


@media (max-width: 768px) {
  .footer-left-extra {
    position: static;
    margin-bottom: 20px;
    text-align: center;
  }
}


#height {
  height: 40px; 
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px; 
}
@media (max-width: 768px) {
  #height {
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 20px !important;
    line-height: normal !important;
  }
}


.clients-grid {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4rem;
    flex-wrap: nowrap;
    overflow: visible;
    animation: scrollClients 50s linear infinite;
    width: max-content;
    padding: 2rem 0;
    will-change: transform;
}
@keyframes scrollClients {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 3rem;
}

@media (max-width: 768px) {
    .container {
        padding: 0 1.5rem;
    }
}

.client-item {
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1),
                opacity 0.4s ease;
}

.client-item:hover {
    transform: scale(1.1);
    opacity: 1;
}



.clients-section .container {
    overflow: hidden;
    width: 100%;
}

.client-item {
    flex: 0 0 auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    transition: var(--transition);
    height: 80px;
    min-width: 150px;
    visibility: visible !important;
    opacity: 1 !important;
}

.client-item:hover {
    transform: scale(1.15);
}

.client-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.5);
    transition: var(--transition);
    display: block !important;
    visibility: visible !important;
    opacity: 0.5 !important;
}

.client-item:hover img {
    filter: grayscale(0%) opacity(1);
    opacity: 1 !important;
}

/* --- CIKKOLDAL HEADER JAVÍTÁS --- */

.article-header {
  height: auto !important;
  background: none !important;
  padding-top: 120px; /* navbar miatt */
  text-align: center;
}

.article-header img {
  width: 100%;
  max-width: 900px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.article-header h1 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #222;
}

.article-meta {
  color: #666;
  font-size: 1rem;
  margin-bottom: 30px;
}
