/*body{
    display: none !important;
}*/

/* -------------------- HLAVNÍ CSS -------------------- */

body {
  color: #5b5b5b;
}

.display-none {
  display: none !important;
}

::selection {
  color: #ffffff;
  background: #0078d4;
}

.cursor-pointer {
  cursor: pointer;
}
.color-white {
  color: white !important;
}
.filter-blur {
  filter: brightness(70%);
  filter: blur(7px);
}
.podnapis {
  margin-top: 60px;
}
.selector-none {
  user-select: none !important;
}
.margin-0 {
  margin: 0 !important;
}

.opacity-1 {
  opacity: 1;
}

.ff-arial {
  font-family: arial;
}

.gap {
  width: 80%;
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
}

.text-color-grey-4A4F4F {
  color: #4a4f4f !important;
}
.text-color-grey-4A4F4F-hover:hover {
  color: #1b1d1d !important;
}

/* -------------------- LOGO -------------------- */

.logo-img {
  width: 270px;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .logo-img {
    width: 180px !important;
  }
}

.logo-footer-img {
  width: 130px;
  height: auto;
  margin-top: 30px;
  margin-bottom: 20px;
}

/* -------------------- SLOGAN -------------------- */

.slogan {
  font-size: 180%;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 860px) and (min-width: 630px) {
  .slogan {
    font-size: 140%;
  }
}
@media only screen and (max-width: 440px) and (min-width: 350px) {
  .slogan {
    font-size: 140%;
  }
}
@media only screen and (max-width: 350px) {
  .slogan {
    font-size: 120%;
  }
}

.wave-bg {
  background-image: url('/img/layout/ci-wave.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}

.wave-bg h2.section-title-2.text-center.slogan {
  font-family: 'Montserrat', sans-serif; /* nebo tvůj primární font */
  font-weight: 200 !important;           /* nebo 300, pokud chceš o něco silnější light */
  color: #ffffff !important;
  font-size: 40px !important;
}

/* -------------------- SLOGAN - KONEC -------------------- */


/* -------------------- NADPISY -------------------- */

/* základní styl nadpisu */
.aura-title {
  font-family: 'Montserrat', sans-serif;  /* nebo váš hlavní font */
  font-size: 40px;
  line-height: 1.22;
  font-weight: 400; 
  color: #333333; 
  text-align: center;
  text-transform: uppercase;
  margin-top: 0.9em;
  margin-bottom: 0.5em;
}

.aura-title-pink {
  color: #d5007d;         /* fialová barva */
}

/* na mobilech zmenšíme písmo jako v ukázce */
@media (max-width: 767px) {
  .aura-title {
    font-size: 36px;
  }
}

/* -------------------- NADPISY - KONEC -------------------- */


/* -------------------- TOP OBRÁZKY - ZAČÁTEK -------------------- */

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 490px;
  position: relative;
}

.content-top {
  border: 4px solid white;
  display: inline-block;
  padding: 20px;
  border-radius: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
  margin-top: 93px;
}

.img-top {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*filter: blur(1px);*/
}

.header-nav {
  position: fixed;
  left: 0;
  width: 100%;
}

/* Pro všechny tlačítka s třídou .white (např. náš „ZOBRAZIT NAŠE SLUŽBY“) */
/* při hoveru podklad růžový, text bílý a ohraničení taky růžové */
a.button.white:hover,
a.tp-button.white:hover {
  background-color: #d5007d !important;
  color: #ffffff    !important;
  border-color: #d5007d !important;
}

/* Pokud tvůj šablonový hover-dark dělá něco jiného, přepiš ho */
a.button.white.hover-dark:hover {
  background-color: #d5007d !important;
  color:            #ffffff !important;
  border-color:     #d5007d !important;
}


#main-menu .navbar .nav .icon-hamburger-arrow-down {
  display: none;
}

@media (max-width: 1024px) {
  #main-menu .navbar .nav .open-sub::before {
    color: #111;
    content: "" !important;
  }
  #main-menu .navbar .nav .open-sub {
    content: "" !important;
  }
  #main-menu .navbar .nav .open-sub:before {
    content: "" !important;
  }

  #main-menu .navbar .nav .icon-hamburger-arrow-down {
    display: block;
    position: absolute;
    left: 98px;
    top: 16px;
    font-size: 17px;
  }
}

.header-1 #main-menu .nav.navbar-nav {
  margin-right: 0px;
}
.container-m-30 {
  padding-right: 10px;
}

.main-heading {
  text-align: center;
  margin: 15px;
  font-size: 5.5em;
  color: white;
  line-height: 77px;
}

@media only screen and (max-width: 1000px) {
  .main-heading {
    font-size: 4em;
  }
}

@media only screen and (max-width: 740px) {
  .main-heading {
    font-size: 3em;
  }
}

@media only screen and (max-width: 660px) {
  .main-heading {
    font-size: 2.5em;
    margin: 0;
  }
  .content-top {
    padding: 10px;
  }
}




/* 2) Force your hero‐slider and all its containers to 100vh */
.ghost-slider,
.ghost-slider .slider-1,
.ghost-slider .flex-container,
.ghost-slider .flexslider,
.ghost-slider .flexslider .slides li {
  height: 100vh !important;
  overflow: hidden;
}

/* 3) Cover the container with the image */
.ghost-slider .image-container,
.ghost-slider .image-container img,
.ghost-slider picture img,
.ghost-slider .img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 4) (Optional) hide nav arrows/bullets */
.ghost-slider .flex-direction-nav,
.ghost-slider .flex-control-nav {
  display: none !important;
}




@media only screen and (max-width: 767px) {
  .slider-slides {
    height: 250px;
    min-height: 250px !important;
  }
  .mt-767 {
    margin-top: 70px !important;
  }
  .ghost-slider {
    height: 350px;
  }
}

/* -------------------- TOP OBRÁZKY - KONEC -------------------- */

/* -------------------- OBRÁZKY -------------------- */

.image-cutting {
  /*width: auto;
  max-width: none;
  min-width: 100%;
  height: 100%;*/

  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#pro-my-aura-obrazek {
  margin-top: 30px;
}

/* -------------------- OBRÁZKY -------------------- */

/* -------------------- SLIDER - ZAČÁTEK -------------------- */
.light-72-wide {
  line-height: 78px;
}
.h-100-display-block {
  height: 100%;
  display: block !important;
}
.r-0-opacity-0993679 {
  right: 0px;
  opacity: 0.993679;
}
.top-40 {
  top: 40%;
}
.top-80 {
  top: 80%;
}

.flex-direction-nav li .flex-next:before,
.flex-direction-nav li .flex-prev:before {
  content: "";
}

.flex-direction-nav li a {
  padding: 30px 3px 23px 3px;
}

.slider-video-background {
  width: 100% !important;
  height: auto !important;
}
@media screen and (max-width: 1460px) {
  .slider-video-background {
    width: auto !important;
    height: 100% !important;
  }
}

/* -------------------- SLIDER - KONEC -------------------- */
/* -------------------- SLIDER (SLIDE 2 - MUŽ) - ZAČÁTEK -------------------- */
.ml-4 {
  margin-left: 4px;
}

@media screen and (max-width: 670px) {
  .slider-man {
    margin-right: -40px !important;
  }
}

@media screen and (min-width: 671px) and (max-width: 769px) {
  .slider-man {
    margin-right: -100px !important;
  }
}

@media screen and (min-width: 770px) and (max-width: 1199px) {
  .slider-man {
    margin-right: -160px !important;
  }
}

@media screen and (min-width: 1200px) {
  .slider-man {
    margin-right: -100px !important;
  }
}
.slider-slide2-div {
  margin-left: 0px;
}
/* -------------------- SLIDER (SLIDE 2 - MUŽ) - KONEC -------------------- */
/* -------------------- SLIDER (SLIDE 3 - NADPIS) - ZAČÁTEK -------------------- */

@media screen and (min-width: 1580px) {
  .margin-left-title-slider-3 {
    margin-left: -100px !important;
  }
}

@media screen and (max-width: 1580px) {
  .margin-left-title-slider-3 {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 1300px) {
  .margin-left-title-slider-3 {
    margin-left: 35px !important;
  }
  .slider-slide2-div {
    margin-left: 35px;
  }
}
.undo-styles {
  margin-top: 150px;
  font-size: 14px;
  line-height: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.mt-90 {
  margin-top: 90px !important;
}
/* -------------------- SLIDER (SLIDE 3 - NADPIS) - KONEC -------------------- */

/* -------------------- HOME - ZAČÁTEK -------------------- */

/* -------------------- MODUL KDO JSME */
.p-left-50-cont {
  padding-left: 50px !important;
}
.p-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

/* -------------------- MODUL JAK FUNGUJI CHYTRA MESTA */
/* Pokud by nadpis H4 byl uvnitř bloku s třídou .your-block */
.jak-funguji-chytra-mesta h4 {
  margin: 10px;
}

/* -------------------- MODUL VIDEO */
.pl-10 {
  padding-left: 10px;
}

.slogan-video {
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 0.9em;
  padding: 0.6em 1.1em 0.4em 1.2em; /* top, right, bottom, left */
  display: inline-block;
}

/* Kontejner pro video na pozadí */
.sm-video-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* Video jako pozadí – vycentrované a vyplňující kontejner */
.sm-video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover; /* Pokud chcete, aby celé video bylo viditelné, použijte 'contain' */
  z-index: 1;
}

.sm-video-mini-bg {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 600;  /* udrží přesný poměr videa */
  overflow: hidden;
}

.sm-video-mini-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}


/* Kontejner pro texty a tlačítka, který se roztáhne přes celé video */
.sm-cont-middle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Scroll ikona – umístěná dole uprostřed */
.video-scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

/* -------------------- ROTUJÍCÍ MODUL FIREM */
#owl-clients .our-clients-cont {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.item-client {
  min-height: 100px;
  min-width: 100px;
}

.owl-item {
  margin-left: 10px;
}
.owl-width {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.grabbing:active {
  cursor: grabbing !important;
}

/* -------------------- MODUL NAŠE TECHNOLOGIE */
.p-b-0 {
  padding-bottom: 0;
}

.rozcestnik {
  border: 0;
  border: none;
  width: 100%;
  user-select: none;
}

.slide-2-styles {
  background: url(img/slider/bg-02.jpg) no-repeat;
  background-position: 50% 0;
}

.p-60-0 {
  padding: 60px 0 !important;
}
.pos-abs-left--5000 {
  position: absolute;
  left: -5000px;
}
.mt-18 {
  margin-top: 18px;
}
.mb-0-mt-10 {
  margin-bottom: 0;
  margin-top: 10px;
}

@media only screen and (max-width: 600px) {
  #CybotCookiebotDialog {
    max-height: 450px !important;
  }
  #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    padding: 0.4em !important;
  }
  #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink {
    padding: 0.7rem !important;
  }
  #CybotCookiebotDialogBodyContent {
    padding: 1.3rem 0.625rem !important;
  }
  #CybotCookiebotDialogBodyLevelButtonsSelectPane
    .CybotCookiebotDialogBodyLevelButtonWrapper {
    padding: 0.8rem 1rem !important;
  }
  #CybotCookiebotDialog .CookieCard {
    padding: 1.2rem 0 !important;
  }
  #CybotCookiebotDialogHeader {
    padding: 0.95rem !important;
  }
  #CybotCookiebotDialogFooter {
    padding: 0.85rem !important;
  }
}

#CybotCookiebotDialogHeader {
  display: none !important;
}

.CookiebotWidget-main-logo {
  display: none !important;
}

/* -------------------- HOME - KONEC -------------------- */

/* -------------------- REFERENCE LOGA - ZACATEK -------------------- */
.our-clients-cont {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ref-loga-wrap {
  background-color: #f3f3f3;
}
.ref-logo {
  filter: grayscale(100%);
  margin-left: 30px;
  width: 100px;
  height: 100px;
}
.item-client {
  margin-left: -20px !important;
}
.w-100-mb-60 {
  width: 100% !important;
  margin-bottom: 60px !important;
}
.owl-clients-styles {
  opacity: 1;
  display: block;
  cursor: grab !important;
}

/* -------------------- REFERENCE LOGA - KONEC -------------------- */

/* -------------------- REFERENCE TESTIMONIAL - ZACATEK -------------------- */

.ts-author-cont {
  padding-bottom: 0px !important;
  height: 245px;
}

.ts-author-img {
  width: 200px;
}

/* -------------------- REFERENCE TESTIMONIAL - KONEC -------------------- */

/* -------------------- O NÁS - ZAČÁTEK -------------------- */

.p-left-0 {
  padding-left: 0px;
}
.p-top-80 {
  padding-top: 80px;
}
.p-top-60 {
  padding-top: 90px;
  padding-bottom: 25px;
}
.p-top-80-bottom-0 {
  padding-top: 80px;
  padding-bottom: 0px;
}
.p-top-95 {
  padding-top: 25px;
  margin: 0 !important;
}
.p-top-60-bottom-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#nase-historie-text {
  padding: 100px 40px 100px 40px;
}
.ml-20 {
  margin-left: 20px;
}

.trans-rotate-180 {
  transform: rotate(180deg);
}
.trans-rotate-45 {
  transform: rotate(-45deg);
}

.fes8-box-icon {
  font-size: 35px;
}

.kodex-arrow-icon {
  left: 5px;
  top: -3px;
}
.company-values-icon {
  font-size: 40px;
}

@media only screen and (max-width: 767px) {
  .kodex-arrow-icon {
    left: 0px;
  }
  .company-values-icon {
    font-size: 35px;
  }
}

.nvidia-icon-technology {
  margin-top: -5px;
}

/* -------------------- O NÁS - KONEC -------------------- */

/* -------------------- BLOG - ZAČÁTEK -------------------- */

.post-header {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 130%;
}

.post-perex {
  /* this code clamps based on specified lines */
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  margin-bottom: 10px;
}

.post-prev-more-cont {
  border-bottom: 1px solid #e0e0e0; /* Velmi světlá šedá čára */
  padding-bottom: 15px;
  margin-bottom: 0px;
}

.post-prev-subtitle h4 {
  font-size: 120%;
  margin-top: 5px;
}

.sdileci-ikony {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0px !important;
  color: #676767;
  font-size: 16px;
}

.social-menu {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.social-menu.dropdown-menu > li > a {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.v-v-an-fi {
  visibility: visible;
  animation-name: fadeIn;
}

/* hlavni obrazek pro clanek */
.blog-main-img {
  width: 100%; /* Obrázek přizpůsobí šířku layoutu */
  margin-bottom: 25px;
}

.blog-main-img img {
  object-fit: cover;
  object-position: 50% top; /* Zajistí zarovnání obrázku nahoru, ořízne pouze dole */
  width: 100%; /* Přizpůsobení šířce kontejneru */
  aspect-ratio: 1920 / 1005; /* Poměr stran založený na požadované velikosti */
  height: auto; /* Výška se bude přizpůsobovat automaticky */
}

/* sidebar - Nedávné příspěvky */
.widget-posts-img {
  width: 150px;
  height: auto; /* zachová proporce obrázku */
  max-height: 100px;
  object-fit: cover; /* ořízne nadbytečné části ze stran */
}

.widget-posts-descr {
  text-transform: uppercase;
  font-size: 80%;
  line-height: 150%;
}

.widget-posts-descr .date {
  margin-top: 5px;
}

/* sidebar - kategorie ve vzhledu stitku */
.categories-list {
  display: flex;
  flex-wrap: wrap; /* Zajistí, že se položky přizpůsobí šířce a přejdou na nový řádek, až když nebudou mít dostatek místa */
  padding: 0;
  margin: 0;
  list-style: none;
}

.categories-list li {
  margin: 0 7px 7px 0; /* Rozestup mezi položkami */
}

.categories-list a {
  display: inline-block;
  padding: 3px 10px;
  color: #606060;
  border: 1px solid #e5e5e5;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  white-space: nowrap; /* Zabrání zalamování textu uvnitř odkazu */
}

.categories-list a:hover {
  border-color: #999; /* Změna barvy okraje při hover efektu */
}

.sidebar-top-articles {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  margin-bottom: 10px;
}

/* Pravidla pro obrázky v magazínu */
.magazine-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.3s ease !important;
  filter: 0.3s ease !important;
}

/* Efekt při najetí myší */
.magazine-img:hover {
  transform: scale(
    1.1
  ) !important; /* Zvýší velikost obrázku v rámci pevného boxu */
  filter: brightness(80%) !important; /* Ztmavení obrázku */
}

.widget-search-form button {
  right: 10px;
  top: 11px;
}

.post-prev-more {
  height: 40px;
}

.post-prev-info {
  color: #555555 !important;
}

@media only screen and (min-width: 768px) {
  .widget-posts-img {
    width: 70px;
    height: 70px;
    max-height: 150px;
    object-fit: cover;
  }
}

.post-prev-text h2 {
  font-size: 18px;
  letter-spacing: normal;
  line-height: 25px;
  margin: 21px 0 19px;
  color: #4b4e53;
  font-family: inherit;
  font-weight: 500;
}
.post-prev-text h3 {
  font-size: 14px;
  letter-spacing: normal;
  line-height: 25px;
  margin: 18px 0 13px;
  color: #4b4e53;
  font-family: inherit;
  font-weight: 500;
}

.article-div {
  height: 460px !important;
  float: left;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .article-div {
    height: 380px !important;
  }
}

@media only screen and (max-width: 767px) and (min-width: 470px) {
  .article-div {
    height: 570px !important;
  }
}

/* -------------------- BLOG - KONEC -------------------- */

/* -------------------- KONTAKTY - ZAČÁTEK -------------------- */

#iframe-google-map-kontakty {
  /*width:600px;
    height:450px;*/
  border: 0;
}

.contacts-icon {
  font-size: 40px;
  top: 20px;
}

@media only screen and (max-width: 767px) {
  .contacts-icon {
    font-size: 35px;
  }
}
/* -------------------- KONTAKTY - KONEC -------------------- */


/* Obarveni tlacitka - Objednejte si DEMO */
.mt-30 a.button.medium.thin.hover-dark:hover {
  background-color: #d7007f !important;
  border-color:     #d7007f !important;
  color:            #ffffff !important;
}

/* Obarví text „NAŠICH SLUŽEB“ na růžovo */
.pinkaura {
  color: #d7007f !important;
  margin-top: 10px !important;
}



/* -------------------- PŘÍPADOVÉ STUDIE - ZAČÁTEK -------------------- */

.p-top-40 {
  padding-top: 40px !important;
}
/* -------------------- PŘÍPADOVÉ STUDIE - KONEC -------------------- */

/* -------------------- REFERENCE - ZACATEK -------------------- */

.p-tb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.color-blue {
  color: #087ac4 !important;
}
/* -------------------- REFERENCE - KONEC -------------------- */

/* -------------------- SLOVNÍK POJMŮ - ZAČÁTEK -------------------- */

.toggle-view-custom {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  justify-content: start;
}

.toggle-view-custom li {
  width: calc(100% / 3 - 10px);
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 0px;
  margin-right: 10px;
  border: 0px solid #ccc;
}

.toggle-view-custom h4 {
  width: 100%;
}

.toggle-view-custom h3 {
  margin-top: 0;
}

@media (max-width: 768px) {
  .toggle-view-custom li {
    width: calc(100% / 2 - 10px);
  }
}

@media (max-width: 480px) {
  .toggle-view-custom li {
    width: calc(100% - 20px);
  }
}

.ui-accordion-header:hover span {
  background-color: #0f9ddc;
}
.ui-accordion-header-active span {
  background-color: #49b8e9;
}

/* -------------------- SLOVNÍK POJMŮ - KONEC -------------------- */

/* -------------------- SLUŽBY - ZAČÁTEK -------------------- */

.section-title-2 {
  padding: 25px 25px 25px 25px;
}
.m-tb-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

div.mt-30 .button.medium.thin.hover-dark {
  color: #404040;
  border: 2px solid #bbbbbb;
}
/* -------------------- SLUŽBY - KONEC -------------------- */

/* -------------------- LEGAL - ZAČÁTEK -------------------- */
.legal-info-and-error404 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.img-404 {
  width: 60%;
  height: auto;
}

@media screen and (max-width: 600px) {
  .img-404 {
    width: 80%;
  }
}

/* -------------------- LEGAL - KONEC -------------------- */

/* -------------------- SLUŽBA - ZAČÁTEK -------------------- */

.sluzba-text {
  margin: 0;
  padding: 30px 40px 0px 40px;
  max-width: 2000px;
  max-height: 2000px;
  text-align: center;
}
.width-33 {
  width: 33%;
}

#nase-sluzby-text {
  padding: 10px 40px 40px 40px;
}

.lightgrey-bg {
  background-color: #f7f7f7;
}

.video-bg-detekce-zakazu-vjezdu {
  will-change: background-position;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    url(../img/sluzby/prlx-detekce-zakazu-vjezdu.webp);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    image-set(
      url(../img/sluzby/prlx-detekce-zakazu-vjezdu.webp) type("image/webp"),
      url(../img/sluzby/prlx-detekce-zakazu-vjezdu.jpg) type("image/jpeg")
    );
}

.video-bg-parkovani {
  will-change: background-position;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    url(../img/sluzby/prlx-parkovani.webp);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    image-set(
      url(../img/sluzby/prlx-parkovani.webp) type("image/webp"),
      url(../img/sluzby/prlx-parkovani.jpg) type("image/jpeg")
    );
}

.video-bg-detekce-dopravnich-nehod {
  will-change: background-position;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    url(../img/sluzby/prlx-detekce-dopravnich-nehod.webp);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    image-set(
      url(../img/sluzby/prlx-detekce-dopravnich-nehod.webp) type("image/webp"),
      url(../img/sluzby/prlx-detekce-dopravnich-nehod.jpg) type("image/jpeg")
    );
}

.video-bg-analyza-mestskeho-provozu {
  will-change: background-position;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    url(../img/sluzby/prlx-analyza-mestskeho-provozu.webp);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    image-set(
      url(../img/sluzby/prlx-analyza-mestskeho-provozu.webp) type("image/webp"),
      url(../img/sluzby/prlx-analyza-mestskeho-provozu.jpg) type("image/jpeg")
    );
}

.video-bg-energetika-budov {
  will-change: background-position;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    url(../img/sluzby/prlx-energetika-budov.webp);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    image-set(
      url(../img/sluzby/prlx-energetika-budov.webp) type("image/webp"),
      url(../img/sluzby/prlx-energetika-budov.jpg) type("image/jpeg")
    );
}

.video-bg-bezpecnost-budov {
  will-change: background-position;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    url(../img/sluzby/prlx-bezpecnost-budov.webp);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    image-set(
      url(../img/sluzby/prlx-bezpecnost-budov.webp) type("image/webp"),
      url(../img/sluzby/prlx-bezpecnost-budov.jpg) type("image/jpeg")
    );
}

.video-bg-detekce-padu {
  will-change: background-position;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    url(../img/sluzby/prlx-detekce-padu.webp);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    image-set(
      url(../img/sluzby/prlx-detekce-padu.webp) type("image/webp"),
      url(../img/sluzby/prlx-detekce-padu.jpg) type("image/jpeg")
    );
}

.video-bg-bezpecnost-plavcu {
  will-change: background-position;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    url(../img/sluzby/prlx-bezpecnost-plavcu.webp);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    image-set(
      url(../img/sluzby/prlx-bezpecnost-plavcu.webp) type("image/webp"),
      url(../img/sluzby/prlx-bezpecnost-plavcu.jpg) type("image/jpeg")
    );
}

.video-bg-bezpecnost-ve-verejnem-prostoru {
  will-change: background-position;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    url(../img/sluzby/prlx-bezpecnost-ve-verejnem-prostoru.webp);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    image-set(
      url(../img/sluzby/prlx-bezpecnost-ve-verejnem-prostoru.webp)
        type("image/webp"),
      url(../img/sluzby/prlx-bezpecnost-ve-verejnem-prostoru.jpg)
        type("image/jpeg")
    );
}

.video-bg-zivotni-prostredi {
  will-change: background-position;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    url(../img/sluzby/prlx-zivotni-prostredi.webp);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    image-set(
      url(../img/sluzby/prlx-zivotni-prostredi.webp) type("image/webp"),
      url(../img/sluzby/prlx-zivotni-prostredi.jpg) type("image/jpeg")
    );
}

.video-bg-pocty-osob {
  will-change: background-position;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    url(../img/sluzby/prlx-pocty-osob.webp);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    image-set(
      url(../img/sluzby/prlx-pocty-osob.webp) type("image/webp"),
      url(../img/sluzby/prlx-pocty-osob.jpg) type("image/jpeg")
    );
}

.video-bg-pocty-trasy {
  will-change: background-position;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    url(../img/sluzby/prlx-pocty-trasy.webp);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    image-set(
      url(../img/sluzby/prlx-pocty-trasy.webp) type("image/webp"),
      url(../img/sluzby/prlx-pocty-trasy.jpg) type("image/jpeg")
    );
}

.video-bg-rychlostni-radar {
  will-change: background-position;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    url(../img/sluzby/prlx-rychlostni-radar.webp);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    image-set(
      url(../img/sluzby/prlx-rychlostni-radar.webp) type("image/webp"),
      url(../img/sluzby/prlx-rychlostni-radar.jpg) type("image/jpeg")
    );
}

@media only screen and (max-width: 767px) {
  .video-bg-parkovani,
  .video-bg-detekce-dopravnich-nehod,
  .video-bg-analyza-mestskeho-provozu,
  .video-bg-energetika-budov,
  .video-bg-bezpecnost-budov,
  .video-bg-detekce-padu,
  .video-bg-bezpecnost-plavcu,
  .video-bg-bezpecnost-ve-verejnem-prostoru,
  .video-bg-zivotni-prostredi,
  .video-bg-pocitani-lidi,
  .video-bg-rychlostni-radar {
    background-attachment: scroll; /* Aplikovat scroll na mobilní zařízení */
  }
}

/* ----------- prezentační moduly ------------- */
@media only screen and (max-width: 991px) {
  .width-100-991 {
    width: 100%;
  }
  .pricing-table-4 {
    width: 100%;
  }
}

/* ----------- Light box - story-telling ------------- */
.pr-10 {
  padding-right: 10px;
}
.pr-0 {
  padding-left: 0px;
  padding-right: 20px !important;
}

.mfp-iframe-holder .mfp-content {
  width: 90%;
  max-width: 90%;
  /*  padding-top: 56.25%;
    position: relative;
*/
}
.mfp-iframe-holder {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /*padding-top: 70px;
padding-bottom: 70px;*/
}

.mfp-iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 90vw !important; /* 90 % šířky obrazovky */
  height: min(
    50.625vw,
    85vh
  ) !important; /* Šířka / Výška = 16 / 9, max 85 % výšky */
  max-width: min(
    160vh,
    85vw
  ); /* Maximální šířka podle výšky (16 / 9 * 90), max 85 % šířky */
  max-height: 100%; /* Maximální výška podle šířky (9 / 16 * 90) */
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  right: 0;
}

.odkaz-story-telling-ikona {
  display: inline-block;
  padding: 20px 15px 30px 20px;
  font-size: 100px;
  line-height: 63px;
  color: white;
  vertical-align: middle;
}
/* -------------------- Light box - story-telling - KONEC -------------------- */

/* -------------------- FAQ TEXTY - ZAČÁTEK -------------------- */
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-auto::-webkit-scrollbar {
  width: 8px; /* Set the width of the scrollbar */
}

.overflow-y-auto::-webkit-scrollbar-thumb {
  background-color: #888; /* Color of the thumb */
  border-radius: 4px; /* Rounded corners of the thumb */
}

.overflow-y-auto::-webkit-scrollbar-track {
  background-color: #f5f5f5; /* Color of the track */
}

/* For Firefox */
.overflow-y-auto {
  scrollbar-width: thin;
  scrollbar-color: #888 #f5f5f5;
}

/* For Edge and Internet Explorer */
.overflow-y-auto {
  -ms-overflow-style: none; /* Hide the default scrollbar in IE and Edge */
}

.overflow-y-auto::-ms-scrollbar-thumb {
  background-color: #888; /* Color of the thumb in IE and Edge */
  border-radius: 4px; /* Rounded corners of the thumb in IE and Edge */
}

.overflow-y-auto::-ms-scrollbar-track {
  background-color: #f5f5f5; /* Color of the track in IE and Edge */
}

.faq-heading {
  font-size: 1.4em !important;
  line-height: 135% !important;
  margin-bottom: 0.6em !important;
  text-transform: uppercase;
}
.faq-text {
  font-size: 1.2em !important;
  color: white !important;
  line-height: 140% !important;
}
.p-20px {
  padding: 1.7em !important;
}

@media screen and (max-width: 1605px) {
  .faq-heading {
    font-size: 1.3em !important;
  }
  .faq-text {
    font-size: 1.2em !important;
  }
}

.faq-accordion-section-title {
  font-size: 19px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 54px;
  margin: 0;
  background-color: white;
  color: black;
  border: #5a5a5a solid 1px;
}

.faq-accordion-section-title span {
  position: relative;
  background-color: #0f9ddc;
  display: block;
  float: left;
  height: 54px;
  width: 53px;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq-accordion-section-title span:before {
  display: block;
  content: "";
  position: absolute;
  left: 19px;
  font-size: 18px;
  font-style: normal;
  color: #fff;
}

/* -------------------- FAQ TEXTY - KONEC -------------------- */

/* -------------------- FAQ - ZAČÁTEK -------------------- */

.accordion > dt {
  background-color: #ffffff;
  color: black;
  font-size: 1.2em !important;
  font-weight: 300;
  letter-spacing: 0px !important;
}

.accordion > dt > a.active {
  background-color: #eeeeee;
  color: #0c0c0c;
  font-weight: 400;
  letter-spacing: 0px !important;
}

.accordion > dt > a {
  color: #636363;
}

.accordion > dd {
  background-color: #ffffff;
  color: black;
  font-size: 1.2em !important;
  font-weight: 200;
  letter-spacing: 0px !important;
}

.accordion > dt > a:after,
.accordion > dt > a.active:hover:after,
.accordion > dt > a.active:after,
.accordion > dt > a::after {
  content: "" !important;
}

.icon-faq-arrow-down {
  position: absolute;
  left: 95%;
  top: 30%;
  font-size: larger;
  color: #636363;
}

.accordion > dt > a.active .icon-faq-arrow-down {
  color: #111;
  transform: rotate(180deg);
  transition-duration: 400ms;
}

@media screen and (max-width: 520px) {
  .faq-display-none-520 {
    display: none;
  }
}

/* -------------------- FAQ - KONEC -------------------- */



/* -------------------- FOOTER - ZAČÁTEK -------------------- */

/* Pozadí a padding jen pro footer */
footer.page-section {
  background-color: #0f006f;
  background-image: url('/img/layout/ci-footer.jpg') !important;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

/* Základní text a odkazy */
footer {
  color: #ffffff;
  font-weight: normal;
}

.footer-headline {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 15px !important;
}
  
footer .footer-link {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}
footer .footer-link:hover {
  color: #d5007d;
}

footer .links-list li {
  margin-bottom: 0.2em;    /* původně 0.3em, upravte podle potřeby */
  line-height: 1.1;        /* zredukuje „vzdálenost“ řádek uvnitř položky */
}

/* Footer info (logo + text) */
.footer-info__text {
  margin-bottom: 0.5em;
}
.footer-logo {
  display: block;
  margin-bottom: 1em;
}
.logo-footer-img {
  max-width: 100%;
  height: auto;
}

/* Naše značky */
.footer-brands__heading {
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 0.5em;
}
.footer-brands__item {
  margin-bottom: 0.3em;
}
.footer-brands__link {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-brands__link:hover {
  color: #d5007d;
}

/* Služby a Právní info */
.footer-services__list,
.footer-legal__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-services__list li,
.footer-legal__list li {
  margin-bottom: 0.3em;
}

/* vytvoří mezeru nad bílou čárou */
footer.page-section .footer-2-copy-cont {
  margin-top: 20px;    /* upravte podle potřeby */
  /* případně margin-top: 20px !important; */
}


/* Sociální ikony */
.footer-social__link {
  font-size: 1.25rem;
  color: #ffffff;
  margin-left: 0.5em;
  transition: color 0.2s ease;
}
.footer-social__link:hover {
  color: #d5007d;
}

/* Copyright */
.footer-copy {
  display: flex;
  align-items: center;
}
.footer-copy__year-of-production {
  margin-right: 0.5em;
}
.footer-copy__text {
  margin-left: 0.1em;
}
.footer-copy__link {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 1.3rem !important;
  transition: color 0.2s ease;
}

.footer-copy__link:hover {
  color: #d5007d !important;
}

/* Back to Top */
.back-to-top {
  color: #ffffff;
  transition: color 0.2s ease;
}
.back-to-top:hover {
  color: #d5007d;
}

/* Pomocné třídy */
.display-none-767 {
  display: none;
}
.margin-bot-0-767 {
  margin-bottom: 0;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* 1) Odstraníme „vrchní“ odsazení v první buňce patičky */
footer.page-section .footer-info {
  /* pokud má widget nebo .footer-info padding/margin nahoře */
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* 2) Zmenšíme logo na polovinu původní velikosti */
/* Předpokládám, že jsi předtím dal max-width:200px, teď dáme 100px */
footer.page-section .footer-logo {
  max-width: 100px !important;
  width: 100%;
}

/* 3) Ujistíme se, že SVG/PNG vyplní tento box */
footer.page-section .logo-footer-img {
  width: 100% !important;
  height: auto !important;
  margin-top: 0 !important;    /* pro jistotu smažeme jakoukoli mezeru nad ním */
  margin-bottom: 1rem !important; /* a zachováme trochu mezery pod ním */
}

/* -------------------- FOOTER - KONEC -------------------- */



/* -------------------- HEADER - ZAČÁTEK -------------------- */

/* stránky pro spuštění na později */
#pripadove-studie-menu {
  display: none;
}
/*#blog-menu {
  display: none;
}*/
#video-menu {
  display: none;
}
#pro-media-menu {
  display: none;
}
.hp-video-display-none {
  display: none;
}
.footer-socials-display-none {
  display: none;
}
#price-link {
  display: none;
}
#price-link1 {
  display: none;
}
#price-link2 {
  display: none;
}
#price-link3 {
  display: none;
}

#sluzby-submenu {
  background-color: #4b4e53;
  margin-top: 80px;
  margin-left: 80px;
  width: auto;
  height: auto;
  padding: 10px 24px 10px 10px;
  float: left;
  position: absolute;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  color: #ffffff !important;
  display: none;
}
.menu-item:hover + #sluzby-submenu {
  display: block;
  animation: fadeIn 0.4s;
}
#sluzby-submenu:hover {
  display: block;
}
.navbar-nav {
  float: right;
}
@media only screen and (max-width: 1024px) {
  #main-menu {
    float: left !important;
  }
  .hamb-mob-icon {
    font-size: 40px;
  }
}

#main-menu .navbar .nav .active a .icon-hamburger-arrow-down {
  transform: rotate(180deg);
  transition-duration: 400ms;
}

/* -------------------- HEADER - KONEC -------------------- */

/* -------------------- ZMĚNY PRO MOBIL - ZAČÁTEK -------------------- */

#nase-vyhody-obrazek {
  margin-top: 30px !important;
}

@media only screen and (max-width: 1199px) {
  .p-top-95 {
    padding-top: 210px;
  }
  #nase-vyhody-obrazek {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  .content-top {
    margin-top: 0px;
  }
  .image-container {
    padding-top: 93px;
  }
}

@media only screen and (min-width: 992px) {
  .margin-left-46-992 {
    margin-left: 46%;
  }
}

@media only screen and (max-width: 992px) {
  .margin-left-0-992 {
    margin-left: 0;
  }

  .height-660-992 {
    height: 660px;
  }
}

@media only screen and (max-width: 991px) {
  .page-section .grey-light-bg .clearfix {
    height: auto;
  }
  .p-left-50-cont {
    padding-left: 0px !important;
  }
  .p-80-cont {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #nase-historie-obrazek {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #about-us-link {
    margin: 55px 0px;
  }
  .logo-footer {
    margin-top: 25px;
  }
  .display-none-991 {
    display: none !important;
  }
  #nase-historie-text {
    margin: 0 0;
    padding: 60px 40px 20px 40px;
  }
  .p-top-60-bottom-0 {
    padding-top: 30px;
  }
  .contact-form-cont {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .podnapis {
    margin-top: 90px !important;
  }
  #contact-link {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .nl-cont {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .p-tb-50 {
    padding-top: 30px !important;
  }
  #portfolio-link {
    margin-top: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .display-none-767 {
    display: none !important;
  }
  .margin-bot-0-767 {
    margin-bottom: 0;
  }
  .p-80-cont {
    padding-bottom: 40px;
  }
  /* #nase-historie-text{
      padding-top: 40px;
    }*/
  .p-top-60 {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .p-top-80 {
    padding-top: 40px;
  }
  .image-container {
    height: 350px;
  }
  .p-left-15-767 {
    padding-left: 15px !important;
  }
  .owl-width {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .eticky-kodex-picture {
    width: 100%;
  }
  .p-top-80-bottom-0 {
    padding-top: 00px;
  }
}

/* menu - barevne oznaceni aktualne zobrazovane sekce */
.header-1 #main-menu .navbar .nav > li.current > a {
    border-bottom: 0px solid #f4bfdf;
    color: #d5007d;
}

/* rozcestnik - vyrobky */
/* =======================================================
   1) GLOBÁLNÍ PROMĚNNÉ – cesty k obrázkům
   ======================================================= */
:root {
  /* robotické vysavače */
  --btn-roboticke-vysavace-bg:    url('/img/hp/navbut-bg-roboticke-vysavace.jpg');
  --btn-roboticke-vysavace-fg:    url('/img/hp/navbut-object-roboticke-vysavace.png');

  /* ruční uklízecí stroje */
  --btn-rucni-uklizeci-stroje-bg: url('/img/hp/navbut-bg-rucni-uklizeci-stroje.jpg');
  --btn-rucni-uklizeci-stroje-fg: url('/img/hp/navbut-object-rucni-uklizeci-stroje.png');

  /* bionické mopy */
  --btn-bionicke-mopy-bg:         url('/img/hp/navbut-bg-bionicke-mopy.jpg');
  --btn-bionicke-mopy-fg:         url('/img/hp/navbut-object-bionicke-mopy.png');

  /* profesionální vysavače */
  --btn-profesionalni-vysavace-bg: url('/img/hp/navbut-bg-profesionalni-vysavace.jpg');
  --btn-profesionalni-vysavace-fg: url('/img/hp/navbut-object-profesionalni-vysavace.png');

  /* parní čištění */
  --btn-parni-cisteni-bg:         url('/img/hp/navbut-bg-parni-cisteni.jpg');
  --btn-parni-cisteni-fg:         url('/img/hp/navbut-object-parni-cisteni.png');

  /* kompostovatelné pytle */
  --btn-kompostovatelne-pytle-bg: url('/img/hp/navbut-bg-kompostovatelne-pytle.jpg');
  --btn-kompostovatelne-pytle-fg: url('/img/hp/navbut-object-kompostovatelne-pytle.png');
}

/* =======================================================
   2) ZÁKLADNÍ STYL A PARALLAX EFEKT
   ======================================================= */
.hp-nav-button {
  --size: 220px;
  --bg: url("");
  --fg: url("");

  position: relative;
  display: block;
  width: var(--size);
  aspect-ratio: 1;
  border-radius: 20px;
  overflow: hidden;

  transform: perspective(500px) rotateY(calc(var(--_i, 1) * 18deg)) rotateX(1deg);
  transition: transform 0.8s;
  cursor: pointer;
}

.hp-nav-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg) center / cover no-repeat;
}

.hp-nav-button::after {
  content: "";
  position: absolute;
  inset: 15%;
  background: var(--fg) center / contain no-repeat;
  transition: transform 0.5s;
  transform: scale(1.3); /* trvalé přiblížení */
  filter: drop-shadow(0 4px 6px rgba(0,0,0,.80));
}

.hp-nav-button:hover {
  --_i: -1;
  transform: perspective(500px) rotateY(calc(var(--_i, 1) * 18deg)) rotateX(1deg) scale(1.02);
}

.hp-nav-button:hover::after {
  transform: scale(1.6);
  filter: drop-shadow(0 4px 6px rgba(0,0,0,.80));
}

@media (hover: none) {
  .hp-nav-button { transform: none !important; }
}

/* =======================================================
   3) MAPOVÁNÍ data-product → proměnné
   ======================================================= */
.hp-nav-button[data-product="roboticke-vysavace"] {
  --bg: var(--btn-roboticke-vysavace-bg);
  --fg: var(--btn-roboticke-vysavace-fg);
}
.hp-nav-button[data-product="rucni-uklizeci-stroje"] {
  --bg: var(--btn-rucni-uklizeci-stroje-bg);
  --fg: var(--btn-rucni-uklizeci-stroje-fg);
}
.hp-nav-button[data-product="bionicke-mopy"] {
  --bg: var(--btn-bionicke-mopy-bg);
  --fg: var(--btn-bionicke-mopy-fg);
}
.hp-nav-button[data-product="profesionalni-vysavace"] {
  --bg: var(--btn-profesionalni-vysavace-bg);
  --fg: var(--btn-profesionalni-vysavace-fg);
}
.hp-nav-button[data-product="parni-cisteni"] {
  --bg: var(--btn-parni-cisteni-bg);
  --fg: var(--btn-parni-cisteni-fg);
}
.hp-nav-button[data-product="kompostovatelne-pytle"] {
  --bg: var(--btn-kompostovatelne-pytle-bg);
  --fg: var(--btn-kompostovatelne-pytle-fg);
}

/* =======================================================
   4) ROZLOŽENÍ KONTEJNERU
   ======================================================= */
.product-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  padding: 40px 0;
}

/* === Odsazeni nadpisu sloupcu ve footeru === */
@media only screen and (max-width: 767px) {
  /* Všechny čtyři sekce ve footeru */
  .footer-info,
  .footer-brands,
  .footer-services,
  .footer-legal {
    margin-bottom: 30px !important;
  }
  /* No a poslední sekce (footer-legal) už žádnou dodatečnou mezeru nepotřebuje */
  .footer-legal {
    margin-bottom: 0 !important;
  }
}


/* === Styly pro modul Zaluzie "Venetian Blinds" === */
.placeholder{
  display:inline-block;
  width:1180px;
  height:450px;
  box-sizing:border-box;
  margin-top:40px;
  margin-bottom:40px;
  position:relative;
}

.column, .blind, .blindImg{
  position:absolute;
  top:0;
  height:100%;
  box-sizing:border-box;
}

.blind{
  overflow:hidden;
}

.blindImg{
  width:100%;
  background-size:cover;
}


/* -------------------- NEWSLETTER - ZAČÁTEK -------------------- */

#notification_container {
  margin-top: 10px;
  padding: 25px 20px;
  background-color: #f2f2f2;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  display: block;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  clear: both;
}

/* -------------------- NEWSLETTER - KONEC -------------------- */

/* --- BUTTONY - univerzální hover-pink třída --- */
.hover-pink {
  /* zajistí plynulý přechod barev */
  transition: background-color 0.3s ease,
              border-color     0.3s ease,
              color            0.3s ease;
  /* připravíme průhledný rámeček, aby se na hover dal obarvit */
  border: 2px solid transparent;
}

/* při hoveru obarvíme pozadí i border růžově, text na bílou */
.hover-pink:hover {
  background-color: #d7007f !important;
  border-color:     #d7007f; !important;
  color:            #ffffff !important;
}

/* --- BUTTONY - KONEC -------------------- */

iconify-icon.color-pink {
  color: #d7007f !important; /* tvoje růžová barva */
}

.fes4-cont{
  padding-top:130px;
	padding-bottom:80px;
}
.fes4-box{
  margin-bottom:0px;
}
.fes4-title-cont {
  position: relative;
  padding-left: 0px;
  padding-bottom: 15px;
}
.fes4-box-icon{
  position: absolute;
  top: 7px;
  left: 0;
  color: #4b4e53;
  font-size: 45px;
}
.fes4-title-cont h3, .title-18 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #4b4e53;
  font-weight: 300;
  font-size: 18px;
  margin: 0;
}
