@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap&subset=latin");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.dbg-1 {
  border: 1px solid rgba(255, 0, 0, 0);
}

.dbg-2 {
  border: 1px solid green;
}

.dbg-3 {
  border: 1px solid blue;
}

.loaded {
  color: green;
}

* {
  box-sizing: border-box;
  font-size: 19px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  * {
    font-size: 16px;
  }
}

html {
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 1500px) {
  html {
    font-size: 58%;
  }
}
@media screen and (max-width: 1240px) {
  html {
    font-size: 55%;
  }
}
body {
  max-width: 100%;
  background: #FFF;
  background: #fff !important;
}

.section {
  width: 100%;
  height: fit-content;
  margin: 0 auto;
  position: relative;
  background: #fff;
  max-width: 1920px;
  padding: 64px 0px;
  padding-bottom: 32px;
  max-width: 1920px;
}
.section.ovrlf-hide {
  overflow: hidden;
}
.section.vh100 {
  min-height: 100svh;
}
.section.debug-bg {
  background: rgba(255, 0, 0, 0.314);
}
.section.section-bordered {
  border-radius: 4px;
  width: calc(100% - 24px);
  border: 1px solid rgba(0, 0, 0, 0.062745098);
}
.section.black {
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  .section.black {
    padding: 24px !important;
  }
}
.section.mh-680 {
  min-height: 680px;
  padding: 32px 0px;
}
.section.padd-56 {
  padding: 56px 0px;
}
.section.padd-btm-70 {
  padding-bottom: 70px;
}
.section .image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section .image-background img, .section .image-background svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section.rounded {
  border-radius: 8px;
  width: calc(100% - 16px);
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.1333333333);
  margin-top: 24px;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  z-index: 1;
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .container {
    padding: 4px 12px;
  }
}

.nav {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  z-index: 1;
  display: block;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.logo-nav {
  position: relative;
  padding: 0px 0;
  margin-right: auto;
}
.logo-nav img, .logo-nav svg {
  max-width: 500px;
  height: auto;
  object-fit: cover;
  min-width: 340px;
  top: -4px;
  position: relative;
}
@media (max-width: 768px) {
  .logo-nav img, .logo-nav svg {
    min-width: 200px;
    max-width: 200px;
  }
}

.menu-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.menu-nav div {
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .menu-nav div {
    display: none;
    position: absolute;
    top: calc(100% + 32px);
    right: 0;
    background: #fff;
    z-index: 55;
    border-radius: 20px;
    padding: 24px;
  }
  .menu-nav div.active {
    display: block;
  }
}
.menu-nav div ul {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  list-style-type: none;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
}
.menu-nav div ul li {
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .menu-nav div ul li {
    width: 100%;
    text-align: center;
  }
}
.menu-nav div ul li a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none; /* 150% */
  color: rgb(35, 61, 97);
  text-transform: uppercase;
}

.cl-white {
  color: #fff;
}

.cl-black {
  color: #000;
}

.cl-green {
  color: #609B51;
}

.bg-debug {
  background: #c2bebe;
}

.def-title {
  text-align: center;
  font-size: 32px;
  line-height: 44px;
}

.navbar {
  width: 100%;
  border-bottom: 1px solid rgba(128, 128, 128, 0.095);
  padding: 0px 24px;
  position: relative;
  z-index: 9999;
  background: #fff;
}

/* Šipka dolů pro nadřazené položky s dětmi */
.navbar .page_item_has_children > a::after {
  content: '<svg  xmlns="http://www.w3.org/2000/svg"  width="24"  height="24"  viewBox="0 0 24 24"  fill="none"  stroke="currentColor"  stroke-width="2"  stroke-linecap="round"  stroke-linejoin="round"  class="icon icon-tabler icons-tabler-outline icon-tabler-caret-down"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M6 10l6 6l6 -6h-12" /></svg>'; /* Unicode pro šipku dolů */
  font-size: 12px;
  margin-left: 8px; /* Odsazení šipky */
}

.navbar .page_item {
  position: relative;
  padding: 15px; /* Vnitřní odsazení */
  text-decoration: none; /* Odstranění podtržení */
}

/* Skrytí podřízených položek dropdown */
.navbar .children {
  display: none; /* Skrytí dropdown menu */
  position: absolute;
  z-index: 1000; /* Udržení dropdown nad ostatními prvky */
  left: 0; /* Zarovnání nalevo */
}

/* Zobrazit podřízené položky při najetí myši na nadřazené */
.navbar .page_item_has_children:hover .children {
  display: block; /* Zobrazení dropdown menu */
}

/* Styly pro položky v dropdown */
.navbar .children .page_item {
  padding: 10px 15px; /* Odsazení pro položky v dropdown */
  background: #fff;
  box-shadow: 4px 2px 2px #000;
}

/* Šipka doprava pro podřízené položky */
.navbar .children .page_item::before {
  content: "▶"; /* Unicode pro šipku doprava */
  font-size: 10px;
  margin-right: 8px; /* Odsazení šipky */
}

/* Responzivita */
@media (max-width: 768px) {
  .navbar .page_item {
    padding: 10px; /* Menší padding na mobilu */
  }
  .navbar .children {
    position: relative; /* Změna pozice pro mobilní zobrazení */
    width: 100%; /* Šířka 100% pro dropdown */
  }
}
.btn-group {
  display: flex;
  gap: 16px;
}
.btn-group.center {
  margin: 0 auto;
  width: fit-content;
  max-width: 538px;
}

p {
  color: rgb(0, 0, 0);
}
p.op {
  color: #000000;
}

.grid-row-2-3 {
  display: grid;
  grid-template-columns: 100px 1fr 1fr;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .grid-row-2-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-row-2-3 .grid-col {
  width: 100%;
}

.grid-row-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .grid-row-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-row-3 .grid-col {
  width: 100%;
}

.grid-row-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .grid-row-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-row-4 .grid-col {
  width: 100%;
}

.grid-row-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .grid-row-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-row-2 .grid-col {
  width: 100%;
}

.grid-row-1-3 {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .grid-row-1-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-row-nazory {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 16px;
}
@media only screen and (max-width: 968px) {
  .grid-row-nazory {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cl-blue {
  color: rgb(35, 61, 97);
}

.cl-gray {
  color: rgba(82, 82, 82, 0.5);
}

strong {
  font-weight: 600;
}

.cn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-section {
  width: 100%;
  min-height: 70vh;
  position: relative;
}
.hero-section .white-photo-box {
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero-section .white-photo-box img, .hero-section .white-photo-box svg {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.hero-section .white-photo-box .gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  background: rgb(255, 255, 255);
  background: linear-gradient(84deg, rgb(255, 255, 255) 0%, rgb(242, 242, 246) 22%, rgba(6, 91, 175, 0) 46%, rgba(5, 111, 188, 0) 81%, rgba(0, 212, 255, 0) 100%);
}
@media (max-width: 768px) {
  .hero-section .white-photo-box .gradient {
    background: linear-gradient(84deg, rgb(255, 255, 255) 0%, rgb(242, 242, 246) 22%, rgba(255, 255, 255, 0.5) 46%, rgba(255, 255, 255, 0.5) 81%, rgba(255, 255, 255, 0.1) 100%);
  }
}
.hero-section h1 {
  font-size: 56px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgb(35, 61, 97);
}
@media (max-width: 768px) {
  .hero-section h1 {
    text-align: center;
    font-size: 38px;
  }
}
.hero-section h1 strong {
  font-size: 56px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .hero-section h1 strong {
    font-size: 38px;
  }
}
.hero-section p {
  padding: 24px 0px;
  color: rgba(82, 82, 82, 0.5);
  padding-bottom: 32px;
  max-width: 350pt;
  color: rgba(82, 82, 82, 0.5);
  font-size: 20px;
  padding: 32px 0px;
  padding-top: 48px;
  padding-bottom: 32px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .hero-section p {
    text-align: center;
    margin: 0 auto;
  }
}
.hero-section .orange-btn {
  margin-top: 8px;
  display: block;
  font-weight: 700;
}
@media (max-width: 768px) {
  .hero-section .orange-btn {
    text-align: center;
    margin: 0 auto;
  }
}

.orange-btn {
  font-size: 12pt;
  color: #fff;
  background: rgb(239, 126, 34);
  padding: 16px 24px;
  width: fit-content;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid rgb(239, 126, 34);
}
@media (max-width: 768px) {
  .orange-btn {
    margin: 0 auto;
  }
}
.orange-btn:hover {
  color: rgb(239, 126, 34);
  background: transparent;
}

.blue-btn {
  font-size: 12pt;
  color: #fff;
  background: rgb(35, 61, 97);
  padding: 16px 24px;
  width: fit-content;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid rgb(35, 61, 97);
}
@media (max-width: 768px) {
  .blue-btn {
    margin: 0 auto;
  }
}
.blue-btn:hover {
  color: rgb(35, 61, 97);
  background: transparent;
}

.section-title {
  padding: 24px 0px;
  position: relative;
  color: rgb(35, 61, 97);
  font-size: 34px !important;
  padding-bottom: 24px !important;
  font-weight: 400;
}
.section-title strong {
  font-size: 34px !important;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 24pt;
    padding-bottom: 32px;
  }
}
.section-title::after {
  content: "";
  width: 150px;
  height: 2px;
  background: rgb(239, 126, 34);
  top: -4px;
  left: 0;
  position: absolute;
}
.section-title.centered {
  text-align: center;
  margin: 0 auto;
}
.section-title.centered::after {
  content: "";
  width: 150px;
  height: 2px;
  background: rgb(239, 126, 34);
  top: unset;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.section-title-btm {
  padding: 24px 0px;
  position: relative;
  color: rgb(35, 61, 97);
  font-size: 34pt;
  padding-bottom: 48px;
  font-weight: 400;
}
.section-title-btm::after {
  content: "";
  width: 100px;
  height: 2px;
  background: rgb(239, 126, 34);
  bottom: -12px;
  left: 0;
  position: absolute;
}

.footer-orange-section {
  width: 100%;
  height: 450px;
  position: relative;
  display: none;
}
@media (max-width: 768px) {
  .footer-orange-section {
    height: 500px;
    padding: 32px 0px;
  }
}
.footer-orange-section img, .footer-orange-section svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-orange-section .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(239, 126, 34, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-orange-section .gradient .content {
  max-width: 900px;
  margin: 0 auto;
}
.footer-orange-section .gradient .content h4 {
  color: #fff;
  font-size: 48px;
}
@media (max-width: 768px) {
  .footer-orange-section .gradient .content h4 {
    text-align: center;
  }
}
.footer-orange-section .gradient .content p {
  padding: 12px 0px;
  font-size: 19px;
  padding-bottom: 24px;
  color: #fff;
}
@media (max-width: 768px) {
  .footer-orange-section .gradient .content p {
    text-align: center;
  }
}
.footer-orange-section .gradient .content .button-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  padding-top: 24px;
}

.footer-image-section {
  width: 100%;
  height: 80vh;
  position: relative;
}
.footer-image-section img, .footer-image-section svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-image-section .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer {
  width: 100%;
  padding: 48px 0px;
}
.footer .footer-col h1, .footer .footer-col h2, .footer .footer-col h3, .footer .footer-col h4, .footer .footer-col h5 {
  font-size: 24px;
  font-weight: 700;
  color: rgb(35, 61, 97);
  padding-bottom: 12px;
}
.footer .footer-col p {
  font-size: 17px;
}
.footer .footer-col p a {
  color: rgb(35, 61, 97);
  font-size: 17px;
}
.footer .footer-col p strong {
  font-weight: 700;
}

.mt-32 {
  margin-top: 32px;
  display: block;
}

.social-links-container {
  background: #000428;
}

.social-links {
  display: flex;
  width: 100%;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1280px;
  padding-right: 24;
}
@media (max-width: 768px) {
  .social-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
    padding: 12px 8px;
    justify-content: center;
  }
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  padding: 8px 4px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .social-link {
    padding: 4px;
  }
}

.social-link i {
  margin-right: 8px;
  font-size: 14px;
}

.social-link strong {
  font-weight: 600;
  font-size: 16px;
}

.social-link:hover {
  color: orange;
}

.white-gradient-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(4deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 52%, rgb(255, 255, 255) 100%);
  pointer-events: none; /* Aby box nepřekážel při klikání na obsah pod ním */
}

.nazor-box {
  text-decoration: none;
}
.nazor-box .post-image {
  width: 200px;
  height: 200px;
  position: relative;
  text-decoration: none;
  margin: 0 auto;
}
.nazor-box .post-image img, .nazor-box .post-image svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.nazor-box .post-title-box {
  width: 220px;
  margin: 0 auto;
}
.nazor-box .post-title-box.left {
  width: 280px;
}
@media (max-width: 768px) {
  .nazor-box .post-title-box.left {
    text-align: center;
    margin: 0 auto;
    width: fit-content;
  }
}
.nazor-box .post-title {
  padding: 12px 0px;
  color: #0056b3;
  font-size: 20px;
  text-decoration: none;
  text-align: left;
  font-weight: 400;
  margin: 0;
  padding: 0;
  padding-top: 12px;
  padding-bottom: 4px;
}
.nazor-box .sm-title {
  font-size: 16px;
  text-align: left;
  padding-bottom: 12px;
}
.nazor-box .post-description {
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  width: auto;
  margin: 0 auto;
  padding-top: 16px;
  max-width: 210px;
  color: rgba(0, 0, 0, 0.65);
  text-align: justify;
}
.nazor-box .post-description.big {
  max-width: 90%;
}
.nazor-box .post-description p {
  font-size: 17px;
  text-decoration: none;
  text-align: center;
  width: auto;
  margin: 0 auto;
}

.nazory-title {
  max-width: 400px;
  position: relative;
  color: rgb(35, 61, 97);
  font-size: 34px;
  padding-bottom: 48px;
  font-weight: 400;
}
.nazory-title strong {
  font-size: 34px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .nazory-title {
    font-size: 24pt;
    padding-bottom: 32px;
    text-align: center;
  }
}
.nazory-title::after {
  content: "";
  width: 150px;
  height: 2px;
  background: rgb(239, 126, 34);
  bottom: 0px;
  left: 0;
  position: absolute;
}

@media (max-width: 768px) {
  .nazory-description {
    text-align: center;
    margin: 0 auto;
    width: fit-content;
  }
}
.nazory-description p {
  padding-top: 32px;
  font-size: 19px;
  line-height: 25px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .nazory-description p {
    text-align: center;
    margin: 0 auto;
    width: fit-content;
  }
}
.nazory-description p strong {
  font-size: 19px;
  line-height: 25px;
  font-weight: 600;
}

.section.gray {
  background: rgba(82, 82, 82, 0.1);
}

.social-title {
  display: flex;
  align-items: center;
  color: rgb(35, 61, 97);
  font-size: 32px;
  padding-bottom: 16px;
  gap: 12px;
}

.blue-section {
  background: linear-gradient(to right, #004e92, #000428);
  color: white;
  text-align: center;
}
.blue-section h2 {
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 300;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.blue-section h2::after {
  content: "";
  width: 50%;
  height: 2px;
  background: #fff;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.blue-section .reasons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-top: 32px;
}
.blue-section .reasons .reason {
  padding: 20px;
  text-align: center;
  margin: 0 auto;
}
.blue-section .reasons .reason .icon {
  height: 100px;
  width: 100px;
  margin: 0 auto 20px;
  border: 1px solid #fff;
  min-height: 100px;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.blue-section .reasons .reason .icon img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  width: 60px;
  height: 60px;
}
.blue-section .reasons .reason h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: fit-content;
  padding-top: 12px;
  padding-bottom: 24px;
}
.blue-section .reasons .reason p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: fit-content;
}
.blue-section .reasons .reason p strong {
  font-size: 14px;
  font-weight: 600;
}
.blue-section .cta-button {
  margin-top: 30px;
  padding: 10px 20px;
  background-color: #ff6600;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
.blue-section .cta-button:hover {
  background-color: #e65c00;
}

@media (max-width: 768px) {
  .blue-section .reasons {
    flex-direction: column;
    align-items: center;
  }
  .blue-section .reason {
    max-width: 80%;
  }
}
@media (max-width: 480px) {
  .blue-section {
    padding: 30px 10px;
  }
  .blue-section .reason h3 {
    font-size: 18px;
  }
  .blue-section .reason p {
    font-size: 13px;
  }
  .blue-section .cta-button {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.boxes-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .boxes-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.boxes-container .box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
}

.boxes-container .box__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: 0.3s;
}

.boxes-container .box__content {
  position: relative;
  z-index: 2;
  color: white;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  height: 100%;
  align-items: flex-end;
  transition: 0.3s;
}
.boxes-container .box__content h3 {
  font-size: 34px;
  font-weight: 300;
  text-align: left;
  position: relative;
  bottom: 0px;
  color: #fff;
}
.boxes-container .box__content h3 strong {
  font-size: 34px;
  font-weight: 700;
}
.boxes-container .box__content p {
  font-size: 34px;
  font-weight: 300;
  text-align: left;
  position: relative;
  bottom: 0px;
  color: #fff;
}
.boxes-container .box__content p strong {
  font-size: 34px;
  font-weight: 700;
}

.boxes-container .box:hover {
  cursor: pointer;
}
.boxes-container .box:hover .box__background-image {
  transform: scale(1.1);
}
.boxes-container .box:hover .box__content {
  background: rgba(230, 92, 0, 0.7882352941);
  filter: blur(10);
}

.content-text h2 {
  font-size: 24px;
  padding-bottom: 12px;
}
.content-text h2 b {
  font-size: 24px;
}
.content-text h3 {
  font-size: 20px;
  padding-bottom: 12px;
}
.content-text h3 b {
  font-size: 20px;
}
.content-text h4 {
  font-size: 16px;
  padding-bottom: 12px;
}
.content-text h4 b {
  font-size: 16px;
}
.content-text h5 {
  font-size: 13px;
  padding-bottom: 12px;
}
.content-text h5 b {
  font-size: 13px;
}
.content-text p {
  font-size: 19px;
  color: #000;
  font-weight: 400;
  text-align: justify;
}
.content-text p span {
  font-size: 19px;
}
.content-text p strong {
  font-size: 19px;
  color: #000;
  font-weight: 700;
}
.content-text ul {
  margin-left: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.content-text ol {
  margin-left: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.content-text li {
  font-size: 19px;
  color: #000;
  font-weight: 400;
}
.content-text li strong {
  font-size: 19px;
  color: #000;
  font-weight: 700;
}
.content-text blockquote {
  padding: 24px 16px;
  background: rgba(0, 0, 0, 0.1);
  width: fit-content;
}
.content-text table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  min-width: 600px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
.content-text table td {
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
  line-height: 1.6;
}
.content-text table tr:last-child td {
  border-bottom: none;
}
.content-text table tr:hover {
  background-color: #f8f9fa;
}
.content-text table td:first-child {
  font-weight: 600;
  color: #2c3e50;
  background-color: #f8f9fa;
}
.content-text table td:nth-child(2),
.content-text table td:nth-child(3) {
  color: #34495e;
  font-weight: 400;
}
.content-text table td:nth-child(4) {
  color: #7f8c8d;
  font-size: 0.9em;
}
.content-text table b {
  color: #2c3e50;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .content-text table td {
    padding: 12px;
    font-size: 0.9em;
  }
  .content-text table td:nth-child(4) {
    font-size: 0.85em;
  }
}

.team-card {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
  padding: 16px;
  border-radius: 12px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .team-card {
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
  }
}

.team-image {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 16px;
}

.team-details {
  flex: 1;
}
.team-details p {
  font-size: 20px;
  color: #2c3e50;
  margin: 0;
  padding-bottom: 4px;
}
@media (max-width: 768px) {
  .team-details p {
    text-align: center;
  }
}
.team-details p strong {
  font-weight: 600;
  font-size: 20px;
  color: #2c3e50;
  margin: 0;
}

.team-button {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  background-color: rgb(35, 61, 97);
  color: #ffffff !important;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 16px;
  text-decoration: none;
  width: 100%;
}
.team-button span {
  color: #ffffff;
}
.team-button p {
  color: #ffffff;
}

.team-button:hover {
  background-color: #34495e;
}

.team-button-icon {
  margin-right: 8px;
}

.qualification-details {
  display: none;
  padding: 16px;
  background-color: #EF7E22;
  color: #ffffff !important;
  border-radius: 4px;
  padding-top: 24px;
  margin-top: -8px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.qualification-details p {
  color: #fff;
  font-size: 14px;
}
.qualification-details strong {
  color: #fff;
  font-size: 14px;
}
.qualification-details li {
  color: #fff;
  font-size: 14px;
}
.qualification-details a {
  color: #fff;
  font-size: 14px;
}

.harmonogram {
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.harmonogram h3 {
  color: #233D61;
  border-bottom: 2px solid #233D61;
  padding-bottom: 12px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.harmonogram .event {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
  padding-left: 112px;
}

.harmonogram .event:last-child {
  border-bottom: none;
}

.harmonogram .date {
  flex: 1;
  color: #233D61;
  font-weight: 700;
}

.harmonogram .description {
  flex: 2;
  font-weight: bold;
  color: #233D61;
}

.harmonogram .time {
  flex: 1;
  color: #999;
  text-align: right;
  color: #233D61;
}

.grid-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  padding: 20px;
}

.article {
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #f9f9f9;
  text-align: center;
}

.article img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

.article h3 {
  font-size: 25px;
  margin-bottom: 10px;
  color: #004e92;
}

.article p {
  font-size: 17px;
  color: #666;
}

.post-box {
  text-decoration: none;
  transition: 0.3s;
  padding: 12px 16px;
  background: #fff;
}
.post-box .post-image {
  width: 100%;
  height: 200px;
  position: relative;
  text-decoration: none;
}
.post-box .post-image img, .post-box .post-image svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.post-box .post-title {
  padding: 12px 0px;
  color: #0056b3;
  font-size: 25px;
  text-decoration: none;
}
.post-box .post-description {
  font-size: 16px;
  text-decoration: none;
}
.post-box .post-description p {
  font-size: 16px;
  text-decoration: none;
}
.post-box:hover {
  -webkit-box-shadow: 0px 0px 15px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px -9px rgba(0, 0, 0, 0.75);
  transform: translateY(-5%);
}

.swiper-containerNazory {
  padding: 32px !important;
}

/* Styl základního menu */
.menu-item {
  position: relative;
}

.menu-item-has-children > a {
  position: relative;
  padding-right: 24px; /* Rezerva pro ikonu */
  font-size: 13px;
}

.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="orange" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-caret-down"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M6 10l6 6l6 -6h-12" /></svg>');
  background-size: cover;
  background-repeat: no-repeat;
}

.menu-menu-1-container {
  height: 100%;
}
.menu-menu-1-container .menu {
  height: 100%;
}
.menu-menu-1-container .menu > .menu-item {
  position: relative;
}
.menu-menu-1-container .menu > .menu-item::after {
  position: absolute;
  content: "";
  width: 0%;
  background: #0056b3;
  height: 2px;
  bottom: -1px;
  left: 0;
  transition: 0.3s;
}
.menu-menu-1-container .menu > .menu-item:hover::after {
  bottom: 0px;
  width: 100%;
  height: 2px;
}
.menu-menu-1-container .menu .menu-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-menu-1-container .menu .menu-item .sub-menu .menu-item {
  justify-content: flex-start;
}

.sub-menu {
  display: none !important; /* Skryj submenu */
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white; /* Nastav barvu pozadí dle potřeby */
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1;
}

.sub-menu .menu-item {
  width: 250px; /* Nastav šířku submenu položek */
}

.sub-menu .menu-item a {
  display: block;
  padding: 4px 24px;
  color: #0056b3;
  text-decoration: none;
  font-size: 13px;
  width: 100%;
  position: relative;
}
.sub-menu .menu-item a::before {
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%230056b3'%3E%3Cpath d='m31.71 15.29-10-10-1.42 1.42 8.3 8.29H0v2h28.59l-8.29 8.29 1.41 1.41 10-10a1 1 0 0 0 0-1.41z'/%3E%3C/svg%3E");
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 4px;
}
.sub-menu .menu-item a:hover {
  color: orange;
}

.sub-menu .menu-item a:hover {
  background-color: #f1f1f1;
}

/* Zobraz submenu při najetí myši */
.menu-item-has-children:hover .sub-menu {
  display: block !important;
}

#breadcrumbs {
  text-transform: uppercase;
  font-weight: 700;
}
#breadcrumbs a {
  color: rgb(126, 126, 126);
}

.pust-si-me {
  position: relative;
  width: 100%;
  height: 100px;
}

.pust-si-me img {
  position: absolute;
  top: -10px;
  left: 35%;
  transform: translateX(-50%);
  width: fit-content;
  max-height: 120px;
}
@media (max-width: 768px) {
  .pust-si-me img {
    left: 75%;
  }
}

.section {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.section.visible {
  opacity: 1;
}

.cta-button-box {
  width: 100%;
  padding: 32px 48px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.cta-button-box .cta-grid {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .cta-button-box .cta-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cta-button-box .cta-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
}
@media only screen and (max-width: 768px) {
  .cta-button-box .cta-btn-box {
    order: 2;
  }
}
.cta-button-box .cta-btn-box .orange-btn {
  margin: 0 auto;
  display: block;
}
.cta-button-box .cta-text-box {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .cta-button-box .cta-text-box {
    order: 1;
  }
}

.reasons {
  padding: 8px 32px;
}
.reasons .swiper-button-next {
  color: #fff !important;
  transform: translateX(16px);
}
.reasons .swiper-button-prev {
  color: #fff !important;
  transform: translateX(-16px);
}
.reasons .swiper-pagination {
  padding-top: 32px;
  /* margin-top: 32px; */
  display: block;
  position: relative;
}
.reasons .swiper-pagination-bullet-active {
  background: #fff;
}

.current_page_item {
  color: rgb(239, 126, 34);
  padding: 4px 12px !important;
}
.current_page_item a {
  color: rgb(239, 126, 34) !important;
}

.footer .grid-row-3 {
  box-shadow: unset !important;
}

/* Hamburger tlačítko */
.hamburger-btn {
  position: relative;
  top: 20px;
  left: 20px;
  z-index: 10000;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  display: none;
}
@media (max-width: 748px) {
  .hamburger-btn {
    display: flex;
  }
}

.hamburger-icon {
  display: block;
  width: 25px;
  height: 2px;
  background: #000428;
  position: relative;
  transition: all 0.3s ease;
}

.hamburger-icon::before,
.hamburger-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  left: 0;
  transition: all 0.3s ease;
}

.hamburger-icon::before {
  top: -8px;
}

.hamburger-icon::after {
  top: 8px;
}

/* Mobile Navbar Core Styles */
.mobile-navbar {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  max-width: 320px;
  height: 100vh;
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  position: absolute;
  z-index: 9999;
}

.mobile-navbar.active {
  left: 0;
  visibility: visible;
}

.mobile-menu-container {
  background: #ffffff;
  height: 100%;
  box-shadow: 16px 0 32px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  z-index: 99999;
  position: relative;
}

.mobile-menu-wrapper {
  padding: 24px 0;
  overflow-y: auto;
  height: 100%;
}

/* Main Menu Styling */
.mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.mobile-menu > li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-menu a {
  color: #2d3748;
  text-decoration: none;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease;
  font-size: 15px;
  font-weight: 500;
}

.mobile-menu a:hover {
  background: #f7fafc;
  color: #4299e1;
}

/* Submenu System */
.mobile-menu .sub-menu {
  display: none;
  background: rgba(247, 250, 252, 0.6);
  padding-left: 16px;
}

.mobile-menu .sub-menu.active {
  display: block;
  animation: slideDown 0.3s ease-out;
}

.mobile-menu .sub-menu li {
  border-bottom: none;
}

.mobile-menu .sub-menu a {
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.mobile-menu .sub-menu a::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #cbd5e0;
  border-radius: 50%;
}

.mobile-menu .sub-menu .sub-menu {
  background: rgba(237, 242, 247, 0.4);
}

/* Menu Indicators */
.menu-item-has-children > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 8px;
  transition: transform 0.3s ease;
  color: #a0aec0;
}

.menu-item-has-children > a.active::after {
  transform: rotate(180deg);
}

/* Overlay Styling */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
  backdrop-filter: blur(2px);
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Animations */
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1024px) {
  .mobile-navbar,
  .menu-overlay {
    display: none;
  }
}