html {
  background-color: #101e22;
}
::selection {
  color: #000000;
  background: #42c7f0;
}
a {
  color: #192d34;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #42c7f0;
  text-decoration: none;
}
.povinne {
  color: #dc3545;
}
#mmenu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 400px;
  height: 100%;
  background-color: #192d34;
  color: #ffffff;
  overflow-y: auto;
  transition: right 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 2000;
  padding: 80px 40px;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.3);
}
#mmenu.open {
  right: 0;
}
#mmenu #mmenu-zavret {
  position: absolute;
  top: 25px;
  right: 25px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 2rem;
  cursor: pointer;
  transition: color 0.3s ease;
}
#mmenu #mmenu-zavret:hover {
  color: #42c7f0;
}
#mmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mmenu ul li {
  margin-bottom: 2rem;
}
#mmenu ul li a {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}
#mmenu ul li a:hover {
  color: #42c7f0;
}
#mmenu ul li.aktivne a {
  color: #42c7f0;
  padding-left: 1rem;
  border-left: 3px solid #42c7f0;
}
#mmenu .siete {
  margin-top: 4rem;
  display: flex;
  gap: 2rem;
}
#mmenu .siete a {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.5);
}
#mmenu .siete a:hover {
  color: #42c7f0;
}
:root {
  --bs-breadcrumb-divider: ">";
}
.btn {
  border-radius: 50px;
  font-weight: 700;
  padding: 0.8rem 2.2rem;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-transform: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border-width: 2px;
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.btn:active {
  transform: translateY(-1px);
}
.btn-primary {
  background-color: #42c7f0;
  border-color: #42c7f0;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #192d34 !important;
  border-color: #192d34 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 25px rgba(66, 199, 240, 0.3) !important;
}
.btn-outline-primary {
  border-color: #42c7f0;
  color: #192d34;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  background-color: #42c7f0 !important;
  border-color: #42c7f0 !important;
  color: #ffffff !important;
}
.btn-light {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #42c7f0;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background-color: #192d34 !important;
  border-color: #192d34 !important;
  color: #ffffff !important;
}
.btn-lg {
  padding: 1.1rem 3rem;
  font-size: 1.1rem;
}
#hlavicka {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(15px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  padding: 1.5rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#hlavicka.scrolled {
  padding: 0.7rem 0;
  background-color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#hlavicka.scrolled #logo img {
  height: 38px;
}
#hlavicka .header-vnutro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
#hlavicka #logo img {
  height: 55px;
  width: auto;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#hlavicka #logo img:hover {
  transform: scale(1.05);
}
#hlavicka .nav-zoznam {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2rem;
}
#hlavicka .nav-odkaz {
  font-weight: 600;
  color: #192d34;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  position: relative;
  padding: 0.5rem 0;
  transition: color 0.3s ease;
}
#hlavicka .nav-odkaz:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #42c7f0;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
#hlavicka .nav-odkaz:hover,
#hlavicka .nav-odkaz.active {
  color: #42c7f0;
}
#hlavicka .nav-odkaz:hover:after,
#hlavicka .nav-odkaz.active:after {
  width: 100%;
}
#hlavicka .header-vpravo {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
#hlavicka .header-tel {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background-color: #192d34;
  color: #ffffff;
  padding: 0.7rem 1.4rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 4px 15px rgba(25, 45, 52, 0.1);
  white-space: nowrap;
}
#hlavicka .header-tel i {
  color: #42c7f0;
  font-size: 1.1rem;
}
#hlavicka .header-tel:hover {
  background-color: #42c7f0;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(66, 199, 240, 0.25);
}
#hlavicka .header-tel:hover i {
  color: #ffffff;
}
#hlavicka .mobil-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2.2rem;
  color: #192d34;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: color 0.3s ease;
}
#hlavicka .mobil-menu-toggle:hover {
  color: #42c7f0;
}
#paticka {
  background-color: #192d34;
  color: #ffffff;
  padding: 60px 0 30px;
}
#paticka h4 {
  color: #42c7f0;
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
}
#paticka a {
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}
#paticka a:hover {
  color: #42c7f0;
}
#paticka .socials {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
#paticka .socials a {
  font-size: 20px;
}
#copy {
  background-color: #101e22;
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  text-align: center;
}
#copy a {
  color: rgba(255, 255, 255, 0.5);
  display: inline;
}
#copy a:hover {
  color: #42c7f0;
}
#cookie-bar {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.8rem;
  color: #ffffff;
  background-color: #192d34;
}
#cookie-bar a {
  color: #ffffff;
  text-decoration: underline;
}
#cookie-bar .row {
  align-items: center;
}
#cookie-bar .tlacidla {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  padding-top: 5px;
}
.nastavenia-cookies {
  min-height: 500px;
}
.nastavenia-cookies .typ-cookie {
  border: 1px #192d34 solid;
  padding: 0.625rem;
  margin-bottom: 1.25rem;
}
.ioSwiper .swiper-slide {
  height: 100vh;
  min-height: 500px;
  background-color: #000000;
  position: relative;
}
.ioSwiper .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.ioSwiper .slide-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 45, 52, 0.4);
  z-index: 2;
}
.ioSwiper .slide-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 15px;
}
.ioSwiper .slide-bubble {
  background: #ffffff;
  padding: 3rem 4rem;
  border-radius: 2rem;
  max-width: 650px;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.1);
  text-align: left;
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.ioSwiper .slide-bubble h1 {
  color: #000000;
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}
.ioSwiper .slide-bubble p {
  color: #4d4d4d;
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}
.ioSwiper .swiper-slide-active .slide-bubble {
  opacity: 1;
  transform: translateX(0);
}
.ioSwiper .slide-actions {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1rem;
}
.ioSwiper .swiper-button-next,
.ioSwiper .swiper-button-prev {
  color: #ffffff;
}
.ioSwiper .swiper-pagination-bullet-active {
  background: #42c7f0;
}
.podstranka {
  padding-top: 130px;
  padding-bottom: 40px;
  background-color: #ffffff;
}
.podstranka h1 {
  text-transform: uppercase;
  color: #42c7f0;
}
#mapa iframe {
  width: 100%;
  height: 500px;
}
.features-section {
  padding: 60px 0;
  background-color: #ffffff;
}
.features-section .feature-item {
  text-align: center;
  padding: 40px 25px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 12px;
  background-color: #ffffff;
  border: 1px solid rgba(25, 45, 52, 0.05);
  height: 100%;
}
.features-section .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: #192d34;
}
.features-section .feature-item:hover i {
  transform: scale(1.3);
  color: #192d34;
}
.features-section .feature-item i {
  font-size: 48px;
  color: #42c7f0;
  margin-bottom: 25px;
  display: inline-block;
  transition: all 0.3s ease;
}
.features-section .feature-item h5 {
  margin-bottom: 12px;
  color: #192d34;
  font-size: 1.25rem;
}
.features-section .feature-item p {
  color: #666666;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 0;
}
/* =========================================
   Sémantické štýly pre Úvod
   ========================================= */
.sekcia-obal {
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}
.nadpisova-cast {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.nadpisova-cast .podnadpis {
  color: #42c7f0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  display: block;
}
.nadpisova-cast h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #192d34;
}
.nadpisova-cast .uvodny-text {
  font-size: 1.25rem;
  color: #737373;
  line-height: 1.7;
}
.about-section {
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}
.about-section .about-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
}
.about-section .about-card-item {
  width: 100%;
  margin-bottom: 2rem;
}
.about-section .custom-card {
  height: 100%;
  border-radius: 1.5rem;
  padding: 2.5rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}
.about-section .custom-card .icon-box {
  font-size: 3.5rem;
  margin-bottom: 2rem;
  line-height: 1;
}
.about-section .custom-card h3 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.about-section .custom-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-section .custom-card ul li {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
}
.about-section .custom-card ul li i {
  margin-right: 1rem;
  font-size: 1.2rem;
  opacity: 0.8;
}
.about-section .expertise-card {
  background-color: #42c7f0;
  color: #ffffff;
}
.about-section .expertise-card .icon-box,
.about-section .expertise-card h3,
.about-section .expertise-card i {
  color: #ffffff;
}
.about-section .mission-card {
  background-color: #ffffff;
  background: radial-gradient(circle at top left, #ffffff, #f2f2f2);
  color: #000000;
}
.about-section .mission-card .icon-box,
.about-section .mission-card i {
  color: #42c7f0;
}
.about-section .image-card {
  padding: 0;
  overflow: hidden;
}
.about-section .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section .image-card .image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  background: linear-gradient(to top, rgba(25, 45, 52, 0.9), transparent);
  color: #ffffff;
}
.about-section .image-card .image-overlay h4 {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
  color: #ffffff;
}
.about-section .image-card .image-overlay small {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
}
.services-expand-section {
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  color: #000000;
}
.services-expand-section .services-blue-box {
  background-color: #42c7f0;
  border-radius: 4rem;
  padding: 5rem 5rem 0;
  position: relative;
  overflow: visible;
}
.services-expand-section .services-blue-box .nadpisova-cast h2 {
  color: #ffffff;
}
.services-expand-section .services-blue-box .nadpisova-cast p {
  color: rgba(255, 255, 255, 0.85);
}
.services-expand-section .services-blue-box .nadpisova-cast .podnadpis {
  color: #192d34;
}
.services-expand-section .expandable-cards-wrapper {
  display: flex;
  gap: 1.5rem;
  height: 600px;
  margin-top: 4rem;
  padding-bottom: 30px;
  position: relative;
  z-index: 5;
}
.services-expand-section .expand-card {
  position: relative;
  flex: 1;
  border-radius: 2.5rem;
  overflow: hidden;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.services-expand-section .expand-card .card-inner {
  height: 100%;
  width: 100%;
  position: relative;
}
.services-expand-section .expand-card .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}
.services-expand-section .expand-card .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(25, 45, 52, 0.9), rgba(66, 199, 240, 0.3));
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 2;
}
.services-expand-section .expand-card .card-content {
  position: relative;
  z-index: 3;
  height: 100%;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.services-expand-section .expand-card .narrow-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.services-expand-section .expand-card .narrow-view .vertical-title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #192d34;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 1px;
}
.services-expand-section .expand-card .narrow-view .card-icon {
  font-size: 2rem;
  color: #42c7f0;
}
.services-expand-section .expand-card .expanded-view {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  pointer-events: none;
}
.services-expand-section .expand-card .expanded-view .expand-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.services-expand-section .expand-card .expanded-view .expand-header i {
  font-size: 2.5rem;
  color: #42c7f0;
}
.services-expand-section .expand-card .expanded-view .expand-header h3 {
  font-size: 2rem;
  color: #ffffff;
  margin: 0;
}
.services-expand-section .expand-card .expanded-view p {
  font-size: 1.1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  max-width: 450px;
}
.services-expand-section .expand-card.active {
  flex: 5;
}
.services-expand-section .expand-card.active .card-bg,
.services-expand-section .expand-card.active .card-overlay {
  opacity: 1;
}
.services-expand-section .expand-card.active .narrow-view {
  opacity: 0;
}
.services-expand-section .expand-card.active .expanded-view {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 0.2s;
}
.services-expand-section .recessed-footer {
  display: flex;
  justify-content: center;
  margin-top: 0;
  position: relative;
  z-index: 10;
  transform: translateY(10px);
}
.services-expand-section .recessed-footer .footer-notch {
  background-color: #ffffff;
  padding: 1.2rem 2rem;
  border-radius: 2.5rem 2.5rem 0 0;
  position: relative;
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.02);
}
.services-expand-section .recessed-footer .footer-notch:before,
.services-expand-section .recessed-footer .footer-notch:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  pointer-events: none;
}
.services-expand-section .recessed-footer .footer-notch:before {
  left: -30px;
  bottom: 5px;
  border-radius: 0 0 30px 0;
  box-shadow: 15px 0 0 0 #ffffff;
}
.services-expand-section .recessed-footer .footer-notch:after {
  right: -30px;
  bottom: 5px;
  border-radius: 0 0 0 30px;
  box-shadow: -15px 0 0 0 #ffffff;
}
.services-expand-section .recessed-footer .btn {
  box-shadow: 0 15px 35px rgba(66, 199, 240, 0.3);
  white-space: nowrap;
}
.services-expand-section .recessed-footer .btn:hover {
  transform: translateY(-5px);
  background-color: #192d34 !important;
  border-color: #192d34 !important;
  color: #ffffff !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
}
.services-section {
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
}
.services-section [class*="col-"] {
  margin-bottom: 2rem;
}
.services-section .service-card {
  background: #ffffff;
  padding: 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
  border-bottom: 5px solid #42c7f0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 100%;
}
.services-section .service-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.12);
  border-color: #192d34;
}
.services-section .service-card:hover .icon-wrapper {
  background-color: #192d34;
  color: #42c7f0;
}
.services-section .service-card .card-header {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
.services-section .service-card .icon-wrapper {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  background-color: rgba(66, 199, 240, 0.1);
  color: #42c7f0;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  transition: all 0.3s ease;
}
.services-section .service-card h4 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #000000;
  line-height: 1.2;
}
.services-section .service-card p {
  color: #737373;
  line-height: 1.6;
  margin-bottom: 0;
}
.services-section .sekcia-footer {
  text-align: center;
  margin-top: 2rem;
}
.why-us-section {
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
  background-color: #192d34;
  color: #ffffff;
}
.why-us-section [class*="col-"] {
  margin-bottom: 2rem;
}
.why-us-section .pozadie-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.12;
  mix-blend-mode: overlay;
  filter: grayscale(100%);
}
.why-us-section .stat-polozka {
  text-align: center;
  padding: 2rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}
.why-us-section .stat-polozka:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.06);
}
.why-us-section .stat-polozka .cislo {
  display: block;
  font-size: 3.5rem;
  font-weight: 700;
  color: #42c7f0;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.why-us-section .stat-polozka .stitok {
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 2px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
}
.why-us-section .dodatocny-popis {
  text-align: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.why-us-section .dodatocny-popis h3 {
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.why-us-section .dodatocny-popis p {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
}
.cta-section {
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}
.cta-section .cta-obal-box {
  background-color: #42c7f0;
  border-radius: 3rem;
  padding: 3rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2rem 5rem rgba(66, 199, 240, 0.3);
}
.cta-section .cta-obal-box .cta-ikona-pozadie {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 15rem;
  color: rgba(255, 255, 255, 0.15);
  transform: rotate(-15deg);
}
.cta-section .cta-obal-box .cta-vnutro {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
.cta-section .cta-obal-box .cta-text {
  max-width: 700px;
}
.cta-section .cta-obal-box .cta-text h2 {
  color: #ffffff;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.cta-section .cta-obal-box .cta-text p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.3rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .about-section .about-cards-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    overflow: visible;
    margin-top: 4rem;
  }
  .about-section .about-card-item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    width: 33.3333%;
    margin-bottom: 0;
    padding: 0 10px;
  }
  .about-section .card-left {
    transform: rotate(-4deg) translateY(30px) scale(0.92);
    margin-right: -4%;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .about-section .card-left:hover {
    transform: rotate(0) translateY(0) scale(1.05);
    z-index: 10;
    margin-right: 0;
  }
  .about-section .card-center {
    z-index: 5;
    transform: scale(1.1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .about-section .card-center:hover {
    transform: scale(1.15);
    z-index: 10;
  }
  .about-section .card-right {
    transform: rotate(4deg) translateY(30px) scale(0.92);
    margin-left: -4%;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .about-section .card-right:hover {
    transform: rotate(0) translateY(0) scale(1.05);
    z-index: 10;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .hero-section {
    height: auto;
    min-height: 500px;
  }
  .hero-section .hero-content h1 {
    font-size: 2.5rem;
  }
  #hlavicka #navigacia {
    display: none;
  }
  #hlavicka .mobil-menu-toggle {
    display: block;
  }
  .cta-section .cta-vnutro {
    flex-direction: column;
    text-align: center;
  }
  .about-section .about-card-item {
    width: 50%;
    margin-bottom: 2rem;
  }
  .about-section {
    /*.card-right {
            transform: rotate(4deg) translateY(30px) scale(0.92);
            margin-left: -4%;
            z-index: 1;
            transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

            &:hover {
                transform: rotate(0) translateY(0) scale(1.05);
                z-index: 10;
                margin-left: 0;
            }
        }*/
  }
  .about-section .card-left {
    transform: rotate(-4deg) translateY(30px) scale(0.92);
    margin-right: -4%;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .about-section .card-left:hover {
    transform: rotate(0) translateY(0) scale(1.05);
    z-index: 10;
    margin-right: 0;
  }
  .about-section .card-center {
    z-index: 5;
    transform: scale(1.1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .about-section .card-center:hover {
    transform: scale(1.15);
    z-index: 10;
  }
  .about-section .card-right {
    display: none;
  }
  .services-expand-section .services-blue-box {
    padding: 4rem 2rem 0;
    border-radius: 2.5rem;
  }
  .services-expand-section .expandable-cards-wrapper {
    flex-direction: column;
    height: auto;
    min-height: 600px;
    gap: 1rem;
    display: flex;
  }
  .services-expand-section .expand-card {
    flex: 0 0 70px;
    height: 70px;
    min-height: 70px;
    width: 100%;
  }
  .services-expand-section .expand-card .card-content {
    padding: 0;
  }
  .services-expand-section .expand-card .narrow-view {
    opacity: 1;
    flex-direction: row;
    padding: 0 1.5rem;
    justify-content: center;
    gap: 1.5rem;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
  }
  .services-expand-section .expand-card .narrow-view .vertical-title {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 1.1rem;
    color: #192d34;
    margin: 0;
    line-height: 1;
  }
  .services-expand-section .expand-card .narrow-view .card-icon {
    font-size: 1.25rem;
    color: #42c7f0;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .services-expand-section .expand-card .expanded-view {
    display: none;
    opacity: 0;
  }
  .services-expand-section .expand-card.active {
    flex: 1 0 400px;
    height: 400px;
  }
  .services-expand-section .expand-card.active .narrow-view {
    opacity: 0;
  }
  .services-expand-section .expand-card.active .expanded-view {
    display: block;
    opacity: 1;
    transform: translateY(0);
    padding: 2.5rem;
  }
  .services-expand-section .expand-card.active .expanded-view .expand-header h3 {
    font-size: 1.6rem;
  }
  .services-expand-section .expand-card.active .expanded-view p {
    font-size: 1.05rem;
  }
}
@media (max-width: 767px) {
  #hlavicka #logo img {
    height: 32px;
  }
  .sekcia-obal {
    padding: 2.5rem 0;
  }
  .nadpisova-cast {
    margin-bottom: 2rem;
  }
  .nadpisova-cast h2 {
    font-size: 1.5rem;
  }
  .nadpisova-cast .uvodny-text {
    font-size: 0.95rem;
  }
  .ioSwiper .slide-bubble {
    padding: 1.5rem;
    border-radius: 1.25rem;
    margin: 0 10px;
  }
  .ioSwiper .slide-bubble h1 {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
  }
  .ioSwiper .slide-bubble p {
    font-size: 0.85rem;
    margin-bottom: 1.2rem;
    line-height: 1.5;
  }
  .ioSwiper .slide-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.6rem;
  }
  .ioSwiper .swiper-button-next,
  .ioSwiper .swiper-button-prev {
    display: none;
  }
  .about-section .custom-card {
    padding: 1.25rem;
    border-radius: 1rem;
  }
  .about-section .custom-card .icon-box {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .about-section .custom-card h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .about-section .custom-card ul li {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }
  .about-section .custom-card ul li i {
    font-size: 1rem;
    margin-right: 0.6rem;
  }
  .services-section [class*="col-"] {
    margin-bottom: 0.5rem;
  }
  .services-section .service-card {
    padding: 1.25rem;
    border-radius: 1rem;
  }
  .services-section .service-card .card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .services-section .service-card .icon-wrapper {
    width: 42px;
    height: 42px;
    font-size: 1.3rem;
    margin-bottom: 0;
    border-radius: 0.75rem;
  }
  .services-section .service-card h4 {
    font-size: 1.05rem;
    margin-bottom: 0;
  }
  .services-section .service-card p {
    font-size: 0.85rem;
    line-height: 1.4;
  }
  .card-right {
    display: none;
  }
  .cta-section {
    padding: 0;
  }
  .cta-section .cta-obal-box {
    padding: 2.2rem 1.5rem;
    border-radius: 1.5rem;
  }
  .cta-section .cta-obal-box .cta-text h2 {
    font-size: 1.4rem;
  }
  .cta-section .cta-obal-box .cta-text p {
    font-size: 1rem;
    line-height: 1.4;
  }
  #cookie-bar .tlacidla {
    padding-top: 10px;
  }
  #cookie-bar .tlacidla .btn {
    padding: 0.2rem 1rem;
    font-size: 0.8rem;
  }
}
@media (max-width: 575px) {
  #hlavicka .header-tel {
    padding: 0.6rem 1.1rem;
  }
  #hlavicka .header-tel span {
    display: none;
  }
  #hlavicka .header-tel i {
    font-size: 1.2rem;
    margin: 0;
  }
  #paticka {
    text-align: center;
  }
  #paticka .socials {
    justify-content: center;
  }
}
/*# sourceMappingURL=style.css.map */