.elementor-kit-15{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-72792e7:#4C474A;--e-global-typography-primary-font-family:"PT Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"PT Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"PT Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"PT Sans";--e-global-typography-accent-font-weight:500;}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */@media (min-width:768px) {
.jh-flipbox {
  position: relative;
  perspective: 1200px;
  }
}

.jh-flipbox__front,
.jh-flipbox__back {
  position: absolute;
  inset: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform .6s ease;
}

/* Přední strana */
.jh-flipbox__front {
  background: #fff;       /* tvoje barva */
  color: #000;
  transform: rotateY(0deg);
  z-index: 2;
}

/* Zadní strana */
.jh-flipbox__back {
  background: #0f172a;    /* tvoje barva */
  color: #fff;
  transform: rotateY(180deg);
  z-index: 1;
}

/* Flip na hover */
.jh-flipbox:hover .jh-flipbox__front,
.jh-flipbox.is-flipped .jh-flipbox__front {
  transform: rotateY(-180deg);
}

.jh-flipbox:hover .jh-flipbox__back,
.jh-flipbox.is-flipped .jh-flipbox__back {
  transform: rotateY(0deg);
}

/* V editoru Elementor zobraz pod sebou */
.elementor-editor-active .jh-flipbox__front,
.elementor-editor-active .jh-flipbox__back {
  position: static !important;
  transform: none !important;
  backface-visibility: visible;
}/* End custom CSS */