/* Reset a základ */
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Libre+Barcode+EAN13+Text&display=swap');

h1 {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    text-align: center;
    color: black;
}
section.h1-section h1 {
    color: black;
}
h3.cierna {
    color: black;
}
.jemne {
font-size: 40px;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: black;
}
h2 {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;

}

.loga .about-item img {
    width: 150px;
    height: auto;
    margin-bottom: 15px;
}
.loga .about-item {
    filter: drop-shadow(2px 4px 6px black);
}
.loga h3 {
    text-align: center;
}
h3 {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    text-align: center;

}
section.info-section {
    color: black;
}
.biele {
color:white;

}
section.serviskotle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 40px 20px;
}
.serviskotle_zvar {
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    width: 400px;
    overflow: hidden;
    transition: transform 0.5s ease;
    color: #f0f0f0;
    text-decoration: none;
}


section.h1-section {
    text-align: center;
    color: black;
      background: white;
    padding-top: 12px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}


.skry {
    display: none;
}
.top-bar_mobil.skry {
    display: none;
}

body {
background: linear-gradient(135deg, #dc1f26 25%, #d8272f 25%, #dc1f26 50%, #d8272f 50%, #d8272f 75%, #dc1f26 75%, #dc1f26 100%);
}

.sub-page p {
    padding-left: 40px;
   padding-right: 40px;
}
.footer-copyright {
  text-align: center;
  padding: 10px 5px; /* menší vnútorný okraj */
  font-size: 12px;    /* menší text */
  color: #888;
  background-color: #0d0d0d;
  border-top: 1px solid #333;
}
/* HLAVIČKA */

header.top-bar {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto;
    background-color: #77b8e1;
	min-height: 1px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    /* padding: 40px 20px; */
}


.header-content {
    position: relative;
    top: 0;
    width: 100%;
    background-color: #77b8e1;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding: -5px 30px;
    /* z-index: 9999; */
    max-width: 1500px;
    text-align: center;
}

html {
  scroll-padding-top: 80px; /* nastav výšku hlavičky */
  scroll-behavior: smooth;
}
body {
  padding-top: 80px; /* prispôsob výške hlavičky */
}
.navigation {
     display: flex;
    gap: 43px;
    padding-left: 20px;
    text-align: center;
    margin: 0 auto;
}

.navigation a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s ease;
}

.navigation a:hover {
color: #9f4f4f;
    font-weight: bolder;
}

.language-switcher {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 10px;
  z-index: 1000;
}

.language-switcher button {
  background: transparent;
  border: 1px solid #24496e;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  font-family: inherit;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.language-switcher button:hover {
  background-color: #24496e;
  color: #fff;
}

.logo {
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
    padding: 6px;
   
}

.logo-icon {
  height: 80px;
  margin-right: 5px;
}

/* Sekcia O nás */
.about-section {
  padding: 40px 20px;
  background-color: white;
  color: #fafafa;
}

.about-section h2 {
  color: #e66000;
  margin-bottom: 20px;
}

.cards {
  display: flex;
  flex-wrap: wrap; 
  justify-content: center; 
  gap: 20px;
  padding: 40px 20px;
}
.card {
  display: block; 
  background-color: #000000;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  width: 260px;
  overflow: hidden;
  transition: transform 0.5s ease;
  text-align: center;
  color: #f0f0f0;
  text-decoration: none; 
}



.card:hover {
  transform: scale(1.03);
}

.card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  
  transition: filter 0.3s;
}

.card:hover img {
  filter: grayscale(0%);
}

.card-text {
  padding: 20px;
  font-weight: bold;
  font-size: 15px;
  background-color: rgba(0, 0, 0, 0.6);
}


.stats-globe-section {
    text-align: center;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding: 40px 20px;
  background-color: white;
  max-width: 1500px;
  margin: 20px auto;
  height: auto;
}

.stats-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  padding-left: 20px;
}

.stat {
  text-align: left;
}

.stats-subtitle {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #24496e;
  margin-bottom: 30px;
}

.number {
  font-size: 48px;
  font-weight: bold;
  color: #000000;
}
.handshake-block {
  text-align: center;
  max-width: 50px; /* nastavíš podľa potreby */
  margin-top: 10px;
}

.handshake-block img {
  width: 40px; /* prispôsob podľa potreby */
  margin-bottom: 10px;
}
.handshake-icon {
  width: 60px;  /* alebo menší, podľa vkusu */
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.handshake-block p {
  font-weight: bold;
  font-size: 25px;
  margin: 0;
}

.label {
  font-size: 18px;
  color: #000000;
}

.globe-container {
  text-align: center;
  margin-top: 0px;
}

.globe-title {
  font-size: 25px;
  font-weight: bold;
  color: rgb(34, 34, 34);
  margin-bottom: 10px;
  margin-top: 0px; 
}

/* Veľkosť glóbusu (canvas) */
#globeViz canvas {
  width: 350px !important;
  height: 350px !important;
  border-radius: 20px;
}

/* O NAS */
.about-section {
  background-color: white;
  border-radius: 20px;
  padding: 50px 40px;
  margin: 40px auto;
  max-width: 1500px;
  text-align: justify;
}

.about-section h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #24496e;
}


.about-subtitle {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
  color: rgb(0, 0, 0);
}

.about-icons {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
}

.about-item {
  flex: 1 1 200px;
  max-width: 250px;
  text-align: center;
  filter: brightness(0);
}
.about-text {
  color: rgb(0, 0, 0);
  font-size: 18px;
  margin-bottom: 30px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.about-item img {
  width: 80px;
  height: auto;
  margin-bottom: 15px;
}

.about-item h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.about-item p {
  font-size: 15px;
  color: #333;
}
/* BIELY OBAL */

.partners-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 60px;
 max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: left; /* zarovnanie textu doľava */
}
/* Nadpisy a texty */
.partners-box h2 {
  font-size: 35px;
  margin-bottom: 10px;
  color: #24496e;
}

.partners-box p {
  color: #444;
  margin-bottom: 30px;
}

/* Logá partnerov */
.partner-logos {
  display: flex;
  justify-content: flex-start; /* doľava */
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  max-width: 1500px;
}

.partner-logos img {
  height: 80px;
  object-fit: contain;
}

/* Projekty */
.projects-title {
  font-size: 25px;
  margin-bottom: 10px;
  color: #111;
}
.logos-subheading {
  font-size: 25px;
  font-weight: bold;
  margin: 30px 0 10px 0;
  text-align: left;
  color: #000;
}
.projects-subtext {
  color: #666;
  margin-bottom: 30px;
}

/* Karusel */
.carousel-frame {
  max-width: 100%;         /* celková šírka, prispôsobená vzhľadu */
  margin: 0 auto;          /* centrovanie */
  padding-left: 0px;      /* pribl. zarovnávanie s "P" v Partnerstvá */
  padding-right:0px;     /* 2 cm odsadenie od pravého okraja */
  box-sizing: border-box;
}

.carousel {
  overflow: hidden;
}

.carousel-track {
  display: flex;
  animation: scrollLinear 60s linear infinite;
}

.carousel-track img {
  height: 60px;
  margin-right: 30px;
}

/* animácia ostáva rovnaká */
@keyframes scrollLinear {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* === Recenzie === */
.reviews-section {
  
 /* color: #24496e; */
  padding: 80px 20px;
  text-align: center;
}

.reviews-container {
  max-width: 1200px;
  margin: 0 auto;
}

.reviews-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.reviews-description {
  font-size: 18px;
  color: #000000;
  margin-bottom: 50px;
}

/* Recenzia karta */
.review-card {
  background-color: #fffdfd;
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 40px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}



.review-content h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.review-meta {
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
}

.review-stars {
  font-size: 20px;
  color: gold;
  margin-bottom: 10px;
}

.review-text {
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
}

/* Formulár */
.review-form {
  background-color: #fffefe;
  border-radius: 16px;
  padding: 30px;
  text-align: left;
  margin-top: 40px;
  width: 600px;
}


.review-form h3 {
  font-size: 25px; /* zmeň podľa potreby */
  color: #f58220;  /* oranžová farba – ladiaca s webom */
  margin-bottom: 10px;
}

.review-form label {
 font-size: 25px; /* zmeň podľa potreby */
  color: #f58220;  /* oranžová farba – ladiaca s webom */
  margin-bottom: 10px;
}

.review-form input,
.review-form select,
.review-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  background-color: #1f1f1f; /* čierne pozadie */
  color: white;
}

.review-form textarea {
  resize: vertical;
}

.review-form button {
  background-color: #24496e;
  color: black;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.review-form button:hover {
  background-color: #ffaa00;
}

/* KONTAKT sekcia */
.footer-contact-section {
  background-color: #1f1f1f;; /* bledosivý podklad */
  padding: 60px 20px;
  color: #faf5f5;
}

.footer-contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.footer-left,
.footer-right {
  flex: 1 1 45%;
  min-width: 280px;
}

.footer-left h3,
.footer-left h4,
.footer-right h3 {
  color: #e36b0a; /* oranžová */
  font-size: 24px;
  margin-bottom: 20px;
}

.footer-left p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.5;
}

.footer-left i {
  color: #e36b0a;
  margin-right: 10px;
}

/* Social icons */
.social-icons {
  margin-top: 15px;
  display: flex;
  gap: 15px;
}

.social-icons a {
  font-size: 35px;
  color: #1a1a1a;
  transition: color 0.3s ease;
  margin-bottom: 15px;
}

.social-icons a:hover {
  color: #e36b0a;
}

/* Mapa */
.footer-right iframe {
  width: 100%;
  max-width: 600px;
  height: 340px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  border: none;
}

/* Responzívne */
@media (max-width: 768px) {
  .footer-contact-container {
    flex-direction: column;
  }
}
/* ---- VŠEOBECNÉ NASTAVENIA PRE PODSTRÁNKY ---- */
/* === PODSTRÁNKY: CSS pre <body class="sub-page"> === */
/* === CSS pre <body class="sub-page"> === */

/* Základné nastavenia */
/* Celý layout ako flex column */
.sub-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Header fixnutý hore (ak máš position: fixed) */
.sub-page header {
/*  background-color: #1a1a1a;  */
  padding: 12px 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

/* Aby obsah nezačínal pod hlavičkou */
.sub-page main {
  padding-top: 40px; /* výška hlavičky */
  flex: 1;
}

/* Footer vždy na spodku */
.sub-page footer {
 /* background-color: #1a1a1a; */
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 0.85em;
}
.sub-page {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
 
  color: white;
}

/* Hlavička */
.sub-page header {
  background-color: #1a1a1a;
  padding: 12px 20px;
}

.sub-page .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sub-page nav ul {
  display: flex;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sub-page nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.95em;
  padding: 6px 10px;
  transition: 0.3s;
}

.sub-page nav ul li a:hover {
  background-color: #24496e;
  border-radius: 4px;
}

/* Odstránený čierny pás */
.sub-page .page-title-section {
  display: none;
}

/* Sekcia s kartami */
.sub-page .cards-section {

  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Jedna karta */
.sub-page .card {
  background-color: #1a1a1a;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  width: 260px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
  color: #f0f0f0;
}

.sub-page .card:hover {
  transform: translateY(-5px);
}

/* Špeciálna karta – svetlá */
.sub-page .card.light {
  background-color: #ffffff;
  color: #333;
}

.sub-page .card img {
  width: 100%;
 /* height: 160px; */
  object-fit: cover;
  border-bottom: 1px solid rgba(255,255,255,0.1);
    background: white;
}

.sub-page .card h3 {
  margin: 15px 0 8px;
  font-size: 1.1em;
  color: white;
    text-align: center;
}

.sub-page .card.light h3 {
  color: #24496e;
}

.sub-page .card p {
  padding: 0 15px 20px;
  font-size: 0.95em;
  color: inherit;
}
.container h3 {
    text-align: center;
}
i.fas.fa-map-marker-alt.skry2 {
    visibility: hidden;
}

/* Spodná info sekcia */
.sub-page .info-section {
  padding: 40px 20px;
  background-color: white;
  text-align: center;
}

.sub-page .info-section h2 {
  color: #24496e;
  margin-bottom: 10px;
  font-size: 1.3em;
}

.sub-page .info-section p {
  color: #333;
  font-size: 1em;
}

/* Responsívne */
@media (max-width: 768px) {
  .sub-page nav ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .sub-page .cards-section {
    flex-direction: column;
    align-items: center;
  }

  .sub-page nav ul li a {
    padding: 8px;
  }
}

/* KONTAKT */
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #1a1a1a;
  color: white;
}



.kontakt-container {
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}


.formular {
  margin-top: 60px;
  text-align: center;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  max-width: 500px;
  margin: auto;
}

input, textarea {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  background-color: #333;
  color: white;
}

button {
  padding: 12px 25px;
  background-color: #24496e;
  border: none;
  color: white;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
}

button:hover {
  background-color: #e65c00;
}

footer {
  text-align: center;
  padding: 20px;
  background-color: #111;
  color: white;
  margin-top: 50px;
}
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #2e2e2e;
  color: #fff;
}

header nav ul {
  display: flex;
  justify-content: center;
  background-color: #111;
  padding: 15px 0;
  margin: 0;
  list-style: none;
}

nav ul li {
  margin: 0 15px;
}

nav ul li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

nav ul li a.active {
  color: #24496e;
}

.kontakt-page {
  padding: 40px 20px;
}

.tim h2
{text-align: center;
  /* color: #24496e; */
  margin-bottom: 30px;
  margin-top: 15px;
}

.formular h2 {
  text-align: center;
 /* color: #24496e; */
  margin-bottom: 30px;
}

.karty {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}

.karta {
  background-color: #1e1e1e;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  width: 400px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.karta img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 10px auto 0 auto; /* posun dolu a centrovanie */
}

.karta h3 {
  margin: 10px 0 5px;
  color: #fff;
    text-align: center;
}

.karta p {
  margin: 0;
  color: #ccc;
}

.karta a {
  color: white;
  text-decoration: none;
}

.formular form {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}



button {
  background-color: #24496e;
  border: none;
  padding: 12px;
  color: white;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

button:hover {
  background-color: #e95b00;
}

footer {
  text-align: center;
  padding: 20px;
  background-color: #111;
  color: #aaa;
  margin-top: 40px;
}

/* GALERIA */
body.sub-page {
  background-color: #1c1c1c;
  color: #f0f0f0;
  font-family: 'Poppins', sans-serif;
}

.gallery-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.gallery-section h1 {

  font-size: 2.5em;
  margin-bottom: 20px;
  margin-top: 15px ;
}

.gallery-description p {
  color: #ccc;
  font-size: 2em;
  margin-bottom: 30px;
}


.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-grid img {
  width: 250px;
  height: 350px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  filter: sepia(1) hue-rotate(-30deg) brightness(1);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.gallery-grid img:hover {
  transform: scale(1.05);
  filter: none;
}
h3 {
    text-align: left;
}
@media (max-width: 768px) {
  header {
    flex-direction: column;
    align-items: flex-start;
  }

  nav ul {
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }

  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }

  .project-box {
    width: 100%;
  }

  .gallery-section h1 {
    font-size: 2rem;
  }

  .gallery-description {
    font-size: 1.1rem;
  }

  footer {
    font-size: 0.8rem;
    text-align: center;
  }




}
   