/*
Modrá: var(--e-global-color-primary);
Links: var(--e-global-color-accent);
Zlatá: var(--e-global-color-ed8f8ef);
Lines: var(--e-global-color-f3c3187);
Černá: var(--e-global-color-secondary);

.newslist-subholder.Offices a[href*="moscow"]
{
    display: none !important;
}
*/

/*
nav.trp-language-switcher {
    display: none !important;
}
*/

nav.trp-language-switcher {
    right: 20px;
}
nav.trp-language-switcher.is-open {
    background: #0000009e;
}
 
:root {
  --flexi-global: 44, 50, 105;     /*        */
  --flexi-blue: 38, 71, 150;       /* blue */
}

.page-content {
    opacity: 0;
}
 
.page-content.animated 
{
    opacity: 1;
    transition: opacity 1.5s ease;
}

 

 .wp-singular .page-header  h1.entry-title {
  opacity: 0;
    margin-right: -800px !important;
}

 .wp-singular .page-header.animated  h1.entry-title {
  opacity: 1;
    margin-right: 0px !important;
    transition: all 0.5s ease;
}

.page-content.NOelementor {
    min-height: calc(100vh - 553px);
}

.page-content.NOelementor .e-con {
    padding-top: 40px;
}

 
.page-content {
    padding-bottom: 65px;
}


 
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Noto Sans','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #1a1a1a;
            color: #cdcbce;
            overflow-x: hidden; 
        }

header.flexi-header {
    min-height: 80px;
    position: fixed;
    z-index: 99;
}


 

 

 

img.jfd-logo {
    width: 100px;
}








        /* Navigation Menu */
        .nav-menu {

position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #00000057;
    z-index: 28;
    padding: 20px 0;
    backdrop-filter: blur(10px);
    height: 57px;
    box-shadow: rgba(0, 0, 0, 0.55) 0px 5px 25px;
    border-bottom: 1px solid #ffffff38;
        }

.nav-container {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-bottom: 16px;
    margin: -12px;
    justify-content: flex-end;
    width: 100%;
    padding-right: 78px;
}

        .nav-home {
display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
    padding: 8px 12px;
    border-radius: 4px;
    margin-right: -27px;
        }

        .nav-home:hover {
          /*  background: rgba(165, 25, 59, 0.2); */
            /* transform: translateY(-2px); */
        }

        .nav-home svg {
            width: 24px;
            height: 24px;
            fill: white;
        }

        ul#menu-jfd {
            display: flex;
            gap: 35px;
            list-style: none;
            flex: 1;
        }

        ul#menu-jfd a {
color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 800;
        }

        ul#menu-jfd a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background: #a5193b;
            transition: width 0.3s ease;
        }

        ul#menu-jfd a:hover {
            color: white;
        }

        ul#menu-jfd a:hover::after {
            width: 100%;
        }

        /* Hero sekce s nakloněnými panely */
        .container01 {
            height: 100vh;
            overflow: hidden;
            display: block;
            position: relative;
        }

        .container {
            display: flex;
            height: 100%;
            position: relative;
            transform: skewX(-20deg);
            transform-origin: center;
        }

        .section {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: relative;
            transition: flex 1.5s cubic-bezier(0.4, 0, 0.2, 1);
            overflow: hidden;
        }

        .section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            box-shadow: inset -15px 0 40px rgba(0, 0, 0, 0.6), inset 15px 0 40px rgba(0, 0, 0, 0.6);
            z-index: 3;
            pointer-events: none;
        }

        .section:hover {
            flex: 1.35;
        }

        .section-bg {
            position: absolute;
            top: -10%;
            left: -25%;
            width: 152%;
            height: 120%;
            background-size: cover;
            background-position: center;
            transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease;
            z-index: 0;
            transform: skewX(20deg);
            transform-origin: center;
            opacity: 0.8;
            background-repeat: no-repeat;
        }

        .section:hover .section-bg {
            transform: skewX(20deg) scale(0.85);
            opacity: 1;
        }

        .section-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(26, 26, 26, 0.6);
            z-index: 1;
            transition: background 0.6s ease;
        }

        .section:hover .section-overlay {
            background: rgba(26, 26, 26, 0.4);
        }

        .section-content {
            position: relative;
            z-index: 2;
            text-align: center;
            padding: 40px;
            transform: skewX(20deg);
        }

        .logo {
    width: 250px;
    height: 155px;
    background: rgba(165, 25, 59, 0.9);
    border-radius: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 22px;
    font-weight: bold;
    color: white;
    /* border: 3px solid rgba(255, 255, 255, 0.2); */
    transition: all 0.4s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    margin-top: -20px;
        }


.logo.picture a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo.picture  img {
max-width: 163px;
    width: auto;
    max-height: 83px;
}

/*

.logo.picture.logo1 img {
    height: 100px;
} 
        
.logo.picture.logo2 img {
    height: 80px;
}

.logo.picture.logo3 img {
    height: 50px;
}

*/

        .section:hover .logo {
            background: rgba(165, 25, 59, 1);
            box-shadow: 0 12px 32px rgba(165, 25, 59, 0.5);
        }

        .section-content h2 {
            color: white;
            font-size: 25px;
            margin-bottom: 15px;
            text-shadow: -5px 12px 17px rgba(0, 0, 0, 1);
            font-weight: 700;
            max-width: 400px;
        }

        .section-content p {
            color: rgba(255, 255, 255, 0.85);
            font-size: 16px;
            margin-bottom: 25px;
            max-width: 350px;
            line-height: 1.6;
            text-shadow: -5px 12px 17px rgba(0, 0, 0, 1);
        }

        .btn {
            display: inline-block;
            padding: 14px 35px;
            background: #a5193b;
            color: white;
               text-decoration: none !important;
            border-radius: 6px;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
            border: 2px solid #a5193b;
        }

        .btn:hover {
    background-color: #a5193b;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 0, 76, 0.274);
    color: white;
        }

        .section1 .section-bg {
            background-image: url(../img/01.jpg);
        }

        .section2 .section-bg {
            background-image: url(../img/02.jpg);
        }

        .section3 .section-bg {
            background-image: url(../img/03.jpg);
        }

        /* Container02 - O nás */

        .container02 {
            background: #222224;
            padding: 100px 20px;
            box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.5);
        }

        .container02 .content-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .container02 .text-content h6 {
            color: #a5193b;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .container02 .text-content h2 {
            color: white;
            font-size: 42px;
            margin-bottom: 25px;
            font-weight: 700;
            line-height: 1.2;
        }

        .container02 .text-content p {
            color: rgba(255, 255, 255, 0.8);
            font-size: 18px;
            line-height: 1.8;
            margin-bottom: 30px;
        }

        .container02 .images-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .container02 .images-grid img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
        }

        .container02 .image-content img {
            width: 100%;
            height: 390px;
            object-fit: cover;
            border-radius: 8px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
        }



        /* Container03 - Proč si vybrat nás */
        .container03 {
            background: #1a1a1a;
            padding: 57px 20px 81px;
            box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.3);
        }

        .container03 .content-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .container03 img {
            width: 100%;
            height: 500px;
            object-fit: cover;
            border-radius: 8px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
        }

        .container03 .text-content h6 {
            color: #a5193b;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .container03 .text-content h2 {
            color: white;
            font-size: 42px;
            margin-bottom: 40px;
            font-weight: 700;
            line-height: 1.2;
        }

        .video-thumbnail {
            position: relative;
            width: 100%;
            height: 326px;
            cursor: pointer;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
            margin-top: 1px;
            margin-bottom: -245px;
        }

        .video-thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            background: #262626;
        }

        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: transform 0.3s ease;
        }

        .video-thumbnail:hover .play-button {
            transform: translate(-50%, -50%) scale(1.1);
        }

        .video-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.85);
            z-index: 9999;
            justify-content: center;
            align-items: center;
        }

        .video-overlay video {
            width: 95%;
            max-width: 1400px;
            border-radius: 8px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
           
        }

div#videoOverlay button.close-button {
position: absolute;
    top: 20px;
    right: 20px;
    background: #a5193b;
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(165, 25, 59, 0.4);
    z-index: 10000;
    line-height: 1;
        padding: 0px 1px 3px 0px;
        }

div#videoOverlay button.close-button:hover {
            background: white;
            color: #a5193b;
            transform: rotate(90deg);
                padding: 0 0 4px 1px;
        }

        /* Container04 - Testimonial */
        .container04 {
            min-height: 608px;
            background-color: white;
            background-image: url(../img/axonometrie.jpg);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }

        .jfdleft {
position: fixed;
    cursor: pointer;
    background: white;
    color: #404042;
    font-weight: 800;
    padding: 15px 65px 7px 50px;
    z-index: 99;
    font-size: 39px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 0 0 66px 0;
    top: 0;
        }

        .jfdleft:hover {
            color:white;
            }

        /* Container05 - Call to Action */
        .container05 {
            background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2c 100%);
            padding: 120px 20px;
            text-align: center;
            box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.5);
        }

        .container05 .content-wrapper {
            max-width: 800px;
            margin: 0 auto;
        }

        .container05 h2 {
            color: white;
            font-size: 48px;
            margin-bottom: 25px;
            font-weight: 700;
        }

        .container05 p {
            color: rgba(255, 255, 255, 0.8);
            font-size: 20px;
            line-height: 1.8;
            margin-bottom: 40px;
        }

        .cta-button {
            display: inline-block;
            padding: 18px 50px;
            background: #a5193b;
            color: white;
            text-decoration: none;
            border-radius: 6px;
            font-weight: 600;
            font-size: 18px;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(165, 25, 59, 0.4);
            border: 2px solid #a5193b;
        }

        .cta-button:hover {
            background: transparent;
            border-color: white;
              color: white;
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(165, 25, 59, 0.5);
        }

        /* Footer */
        .site-footer {
            background: #0f0f0f;
            color: white;
            padding: 60px 20px 30px;
            box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.5);
        }

        .footer-grid {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 60px;
            margin-bottom: 40px;
        }

        .footer-section h4 {
            color: white;
            font-size: 18px;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .footer-section a {
            color: rgba(255, 255, 255, 0.6);
            text-decoration: none;
            display: block;
            margin-bottom: 12px;
            transition: color 0.3s ease;
        }

        .footer-section a:hover {
            color: #a5193b;
        }

        .footer-section p {
            color: rgba(255, 255, 255, 0.6);
            line-height: 1.8;
            margin-bottom: 8px;
        }

        .footer-bottom {
            max-width: 1200px;
            margin: 0 auto;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            text-align: center;
            color: rgba(255, 255, 255, 0.4);
        }


        
.container02overlay {
position: absolute;
    background-image: url(../img/jf.jpg);
    background-size: 100%;
    background-position: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .05;
        z-index: 0;
}
.prelative{
    position: relative;

}

  .content-wrapper {
          position: relative;
  z-index: 6;
}

.wp-singular h1.entry-title {
background: #a5193b;
    font-weight: 800;
    padding: 16px 93px 24px 58px;
    font-size: 2rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 0 0 0 66px;
    z-index: 29;
    position: relative;
    display: flex;
    width: max-content;
    top: 49px;
    margin-left: auto !important;
    margin-right: 0 !important;
}


.elementor-element.jfd.mezindapis.elementor-widget.elementor-widget-heading {
    position: absolute;
    right: 0;
background: #a5193b;
    top: 0;
        padding: 16px 93px 24px 58px;
          border-radius: 0 0 0 66px;
}

.elementor-element.superstrong.elementor-widget.elementor-widget-text-editor strong,
.elementor-element.superstrong.elementor-widget.elementor-widget-text-editor b,
.jfd-content-text b,
.jfd-content-text strong {
font-weight: 900;
}


main#content .page-header {
    margin: 0 auto 25px;
    text-align: center;
}

.page-header{
    background-image: url(/wp-content/themes/hello-elementor-child/assets/img/header-drevo.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
        height: 110px;
}

 
.page-header {
position: relative;
    } 

.page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(
        to top,
        rgba(26, 26, 26, 1) 0%,
        rgba(26, 26, 26, 0) 80%
    );
opacity: .95;
    pointer-events: none;
    z-index: 1;
} 

body:not([class*="elementor-page"]) .page-header > .e-con,
body:not([class*="elementor-page"]) .page-content > .e-con{
    max-width: var(--container-max-width);
    margin: 0 auto;
    display: block;
}


.flexifooter ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.flexifooter ul.menu li {
    margin-bottom: 8px;
}

.flexifooter ul.menu a {
   
    line-height: 1.8;
    text-decoration: none;
}

.flexifooter  a,
.flexifooter  p a  {
    color: #969a9f;
        text-decoration: underline !important;
}

.flexifooter a:hover,
.flexifooter  p a:hover
{
      text-decoration: none !important;
}








/* JFD Text a Obrázek Widget Styles */

.jfd-container02 {
    position: relative;
    /*padding: 80px 20px;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
   /* min-height: 500px;*/
}

.jfd-prelative {
    position: relative;
}

.jfd-container02overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   /*  background: rgb(34 34 36 / 96%);*/
       pointer-events: none;
    z-index: 1;
}

.jfd-content-wrapper {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: var(--content-width, 1140px);
    margin: 0 auto;
}

.jfd-text-content {
    color: #fff;
}

.jfd-text-content h6 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #a5193b;
}

.jfd-text-content h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 700;
    color: #fff;
}

.jfd-content-text p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
}

.jfd-content-text p:last-child {
    margin-bottom: 30px;
}

.jfd-btn {
    display: inline-block;
    padding: 15px 40px;
    background-color: #a5193b;
    color: white;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-transform: none;
}

.jfd-btn:hover {
    background-color: #a5193b;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 0, 76, 0.274);
    color: white;
}

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

.jfd-image-content img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    max-width: 100%;
    display: block;
}

/* Reversed Layout */
.jfd-content-wrapper.jfd-reverse {
    grid-template-columns: 1fr 1fr;
}

.jfd-content-wrapper.jfd-reverse .jfd-text-content {
    order: 2;
}

.jfd-content-wrapper.jfd-reverse .jfd-image-content {
    order: 1;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
    .jfd-container02 {
        padding: 60px 20px;
    }
    
    .jfd-content-wrapper {
        gap: 40px;
    }
    
    .jfd-text-content h2 {
        font-size: 36px;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .jfd-container02 {
        padding: 40px 20px !important;
        min-height: auto;
    }
    
    .jfd-content-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .jfd-content-wrapper.jfd-reverse {
        grid-template-columns: 1fr;
    }
    
    .jfd-content-wrapper.jfd-reverse .jfd-text-content {
        order: 1;
    }
    
    .jfd-content-wrapper.jfd-reverse .jfd-image-content {
        order: 2;
    }
    
    .jfd-text-content h6 {
        font-size: 12px;
    }
    
    .jfd-text-content h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .jfd-content-text p {
        font-size: 15px;
        line-height: 1.6;
    }
    
    .jfd-btn {
        padding: 12px 30px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .jfd-text-content h2 {
        font-size: 24px;
    }
    
    .jfd-content-text p {
        font-size: 14px;
    }
}

/* Elementor Editor Fixes */
.elementor-editor-active .jfd-container02 {
    min-height: 400px;
}


/******************************************************************/



/* JFD Text a Video Widget Styles */

.jfd-container03 {
    position: relative;
    padding: 80px 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 340px;
}

.jfd-container03overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.jfd-container03 .jfd-content-wrapper {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.jfd-video-thumbnail {
position: relative;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 346px;
    background: #262626;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jfd-video-thumbnail:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.jfd-video-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.jfd-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
    pointer-events: none;
}

.jfd-video-thumbnail:hover .jfd-play-button {
    transform: translate(-50%, -50%) scale(1.1);
}

.jfd-play-button svg {
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
}

/* Reversed Layout */
.jfd-container03 .jfd-content-wrapper.jfd-reverse {
    grid-template-columns: 1fr 1fr;
}

.jfd-container03 .jfd-content-wrapper.jfd-reverse .jfd-text-content {
    order: 2;
}

.jfd-container03 .jfd-content-wrapper.jfd-reverse .jfd-video-thumbnail {
    order: 1;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
    .jfd-container03 {
        padding: 60px 20px;
    }
    
    .jfd-container03 .jfd-content-wrapper {
        gap: 40px;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .jfd-container03 {
        padding: 40px 20px;
        min-height: auto;
    }
    
    .jfd-container03 .jfd-content-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .jfd-container03 .jfd-content-wrapper.jfd-reverse {
        grid-template-columns: 1fr;
    }
    
    .jfd-container03 .jfd-content-wrapper.jfd-reverse .jfd-text-content {
        order: 1;
    }
    
    .jfd-container03 .jfd-content-wrapper.jfd-reverse .jfd-video-thumbnail {
        order: 2;
    }

    /* Reset margin-bottom on mobile */
    .jfd-video-thumbnail {
        margin-bottom: 0 !important;
    }
    
    .jfd-play-button svg {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 480px) {
    .jfd-play-button svg {
        width: 50px;
        height: 50px;
    }
}

 
/***************************/

/* JFD Centered Box Widget Styles */

.jfd-cntrbox {
    position: relative;
    padding: 80px 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}

.jfd-prelative {
    position: relative;
}

.jfd-cntrbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    z-index: 1;
}

.jfd-cntrbox-wrapper {
    position: relative;
    z-index: 2;
    max-width: var(--content-width, 1140px);
    margin: 0 auto;
}

.jfd-cntrbox-content {
    text-align: center;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}

.jfd-cntrbox-content h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 700;
    color: #fff;
}

.jfd-cntrbox-text p {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
}

.jfd-cntrbox-text p:last-child {
    margin-bottom: 30px;
}

.jfd-btn {
    display: inline-block;
    padding: 15px 40px;
    background-color: #a5193b;
    color: white;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-transform: none;
}

.jfd-btn:hover {
    background-color: #a5193b;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 0, 76, 0.274);
    color: white;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
    .jfd-cntrbox {
        padding: 60px 20px;
    }
    
    .jfd-cntrbox-content h2 {
        font-size: 36px;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .jfd-cntrbox {
        padding: 40px 20px;
        min-height: auto;
    }
    
    .jfd-cntrbox-content h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .jfd-cntrbox-text p {
        font-size: 15px;
        line-height: 1.6;
    }
    
    .jfd-btn {
        padding: 12px 30px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .jfd-cntrbox-content h2 {
        font-size: 24px;
    }
    
    .jfd-cntrbox-text p {
        font-size: 14px;
    }
}


 

.page-content h2.elementor-heading-title.elementor-size-default:first-of-type,
.page-content h2
    {
 
    font-weight: 900;
    font-size: 2rem;

} 

 .page-content .elementor-widget-text-editor h2,
.page-content .elementor-widget-text-editor h3
{
    margin-bottom: 0;
}
.page-content h3.elementor-heading-title,
.page-content h3
{
 
    font-weight: 900;
    font-size: 1.2rem;

} 
 

.page-content > .elementor > .elementor-element.e-con-full:last-child::after {
content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 94px;
    background: linear-gradient(to top, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 0) 80%);
    opacity: 1;
    pointer-events: none;
    z-index: 1;
}

/*

.elementor-kit-6 .page-content .elementor h2.elementor-heading-title {
    background: #a5193b;
    font-weight: 800;
    padding: 20px 50px;
    z-index: 99;
    font-size: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    width: max-content;
    margin: -5px auto 0;
} 
    
*/
 

/****************************************************/



/* JFD Form Block Widget Styles */

.jfd-formblock {
    position: relative;
    padding: 80px 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
}

.jfd-prelative {
    position: relative;
}

.jfd-formblock-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(34 34 36 / 96%);
    z-index: 1;
}

.jfd-formblock-wrapper {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    max-width: var(--content-width, 1140px);
    margin: 0 auto;
}

/* Full width form when info is hidden */
.jfd-formblock-wrapper.jfd-info-hidden {
    grid-template-columns: 1fr;
    max-width: 800px;
}

.jfd-formblock-wrapper.jfd-info-hidden .jfd-form-area {
    max-width: 100%;
}

/* Reversed Layout */
.jfd-formblock-wrapper.jfd-reverse .jfd-form-info {
    order: 2;
}

.jfd-formblock-wrapper.jfd-reverse .jfd-form-area {
    order: 1;
}

/* Info Section */
.jfd-form-info {
    color: #fff;
}

.jfd-form-info h3 {
font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 30px;
    font-weight: 900;
    color: #fff;
    text-align: center;
}

.jfd-contact-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 25px;
}

.jfd-contact-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
}

.jfd-contact-box p {
    margin: 0;
    color: #000;
    font-size: 15px;
    line-height: 1.8;
}

.jfd-contact-box strong {
    font-weight: 900;
}

.jfd-contact-box a {
    color: #a5193b;
    text-decoration: none;
}

.jfd-contact-box a:hover {
  text-decoration: underline;
}

/* Additional Content */
.jfd-additional-content {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.jfd-additional-content strong {
    font-weight: 900;
    font-size: 1.5rem;
    /* color: #a5193b; */
}

.jfd-additional-content p {
    margin: 0 0 15px 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.6;
}

.jfd-additional-content p:last-child {
    margin-bottom: 0;
}

/* Form Area */
.jfd-form-area {
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

/* ============================================
   CONTACT FORM 7 - MODERN STYLING
   ============================================ */

/* Form Container */
.jfd-form-area .wpcf7 {
    margin: 0;
}

/* Form Fields */
.jfd-form-area .wpcf7-form p {
    margin-bottom: 20px;
}

.jfd-form-area .wpcf7-form label {
    display: block;
    margin-bottom: 0;
    color: #fff;
    font-size: 0; /* Hide label text */
    font-weight: 500;
}

.jfd-form-area .wpcf7-form label br {
    display: none; /* Hide line breaks in labels */
}

/* Input Fields & Textarea */
.jfd-form-area .wpcf7-form input[type="text"],
.jfd-form-area .wpcf7-form input[type="email"],
.jfd-form-area .wpcf7-form input[type="tel"],
.jfd-form-area .wpcf7-form input[type="url"],
.jfd-form-area .wpcf7-form input[type="number"],
.jfd-form-area .wpcf7-form textarea,
.jfd-form-area .wpcf7-form select {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s ease;
}

.jfd-form-area .wpcf7-form input::placeholder,
.jfd-form-area .wpcf7-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.jfd-form-area .wpcf7-form input:focus,
.jfd-form-area .wpcf7-form textarea:focus,
.jfd-form-area .wpcf7-form select:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.15);
    border-color: #a5193b;
    box-shadow: 0 0 0 3px rgba(165, 25, 59, 0.1);
}

/* Textarea */
.jfd-form-area .wpcf7-form textarea {
    min-height: 120px;
    resize: vertical;
}

/* Checkbox Styling */
.jfd-form-area .wpcf7-form .wpcf7-list-item {
    margin: 0;
}

.jfd-form-area .wpcf7-form .wpcf7-list-item label {
    font-size: 14px; /* Show label for checkboxes */
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.jfd-form-area .wpcf7-form input[type="checkbox"] {
    width: 30px;
    height: 30px;
    margin: 0;
    cursor: pointer;
    flex-shrink: 0;
}

.jfd-form-area .wpcf7-form .wpcf7-list-item-label {
color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    cursor: pointer;
    line-height: 1.4;
    font-weight: 900;
    margin: -36px 0 0 44px;
    display: block;
}

.wpcf7-response-output {
    /* position: absolute; */
    margin: -43px 0 0 1px !important;
    display: block;
    position: absolute;
    width: calc(100% - 83px);
 
    font-weight: 900;
}

/* Submit Button */
.jfd-form-area .wpcf7-form input[type="submit"] {
    width: 100%;
    padding: 15px 40px;
    background-color: #a5193b;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: none;
}

.jfd-form-area .wpcf7-form input[type="submit"]:hover {
    background-color: #8a1532;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(165, 25, 59, 0.4);
}

.jfd-form-area .wpcf7-form input[type="submit"]:active {
    transform: translateY(0);
}

/* Loading Spinner */
.jfd-form-area .wpcf7-spinner {
    margin: 0 0 0 10px;
}

/* Validation Messages */
.jfd-form-area .wpcf7-not-valid-tip {
    color: #ff6b6b;
    font-size: 13px;
    display: block;
    margin-top: 5px;
}

.jfd-form-area .wpcf7-form .wpcf7-not-valid {
    border-color: #ff6b6b !important;
}

/* Response Messages */
.jfd-form-area .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
}

.jfd-form-area .wpcf7-mail-sent-ok {
    background: rgba(46, 213, 115, 0.2);
    border: 1px solid #2ed573;
    color: #2ed573;
}

.jfd-form-area .wpcf7-mail-sent-ng,
.jfd-form-area .wpcf7-validation-errors {
    background: rgba(255, 107, 107, 0.2);
    border: 1px solid #ff6b6b;
    color: #ff6b6b;
}

.jfd-form-area .wpcf7-spam-blocked {
    background: rgba(255, 184, 77, 0.2);
    border: 1px solid #ffb84d;
    color: #ffb84d;
}

/* Remove default CF7 margins */
.jfd-form-area .wpcf7-form p:last-child {
    margin-bottom: 0;
}

/* Acceptance Checkbox (GDPR) */
.jfd-form-area .wpcf7-form .wpcf7-acceptance {
    margin: 15px 0;
}

.jfd-form-area .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
    display: block;
}

.jfd-form-area .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-size: 14px !important; /* Make sure label is visible */
    color: rgba(255, 255, 255, 0.9) !important;
}

.jfd-form-area .wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
    margin-top: 2px;
    flex-shrink: 0;
}

/* Make sure the label text after checkbox is visible */
.jfd-form-area .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label,
.jfd-form-area span.wpcf7-list-item-label {
color: rgba(255, 255, 255, 0.9) !important;
    font-size: 16px !important;
    cursor: pointer;
    font-weight: 900;
    padding-top: 6px; 
}

/* Hide the br tags inside labels */
.jfd-form-area .wpcf7-form .wpcf7-acceptance label br {
    display: none;
}

/* Quiz & Captcha Fields */
.jfd-form-area .wpcf7-form .wpcf7-quiz-label,
.jfd-form-area .wpcf7-form .wpcf7-captcha-label {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 8px;
}

/* File Upload */
.jfd-form-area .wpcf7-form input[type="file"] {
    padding: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
}

/* Tablet Responsive */
@media (max-width: 1024px) {
    .jfd-formblock {
        padding: 60px 20px;
    }
    
    .jfd-formblock-wrapper {
        gap: 40px;
    }
    
    .jfd-form-info h3 {
        font-size: 22px;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .jfd-formblock {
        padding: 27px 20px;
        min-height: auto;
    }
    
    .jfd-formblock-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .jfd-contact-details {
        grid-template-columns: 1fr;
    }
    
    .jfd-contact-box {
        padding: 20px;
    }
    
    .jfd-form-info h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    
    .jfd-form-area {
        padding: 30px 20px;
    }
    
    .jfd-form-area .wpcf7-form input[type="submit"] {
        padding: 12px 30px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .jfd-form-info h3 {
        font-size: 18px;
    }
    
    .jfd-contact-box {
        padding: 18px;
    }
    
    .jfd-contact-box p {
        font-size: 14px;
    }
    
    .jfd-form-area {
        padding: 25px 15px;
    }
}

 /***********************************************************************/
 /* JFD Parallax BOX Widget Styles */

         .jfd-parallaxbox-wrapper {
            position: relative;
            width: 100%;
          aspect-ratio: 1 / 1.414; 
            overflow: hidden;
            margin-left: calc(-50vw + 50%);
            margin-right: calc(-50vw + 50%);
        }
        
        .jfd-parallaxbox-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }
        
        .jfd-parallaxbox-image {
            position: absolute;
            top: -10%;
            left: 0;
            width: 100%;
            height: 120%;
            object-fit: cover;
        }
        
        .jfd-parallaxbox-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            pointer-events: none;
        }
        
        .jfd-parallaxbox-content {
            position: relative;
            z-index: 3;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 40px 20px;
            margin: 0 auto;
        }
        
        .jfd-parallaxbox-content h2 {
            font-weight: 900;
            margin-bottom: 20px;
        } 
        
        .jfd-parallaxbox-text {
            font-weight: 500;
            margin-bottom: 20px;
        }




        /***************************************/

 

.elementor-element.jflogobox::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-100vw + 33px);
    width: 100vw;
    height: 100%;
    background-color: #404042;
}

.elementor-element.jflogobox img,
.elementor-element.jflogobox2 img
 {
    max-width: 163px;
    width: auto;
    max-height: 83px;
}



[class*="jfd-hotspot"]:hover .jfd-hotspot-dot {
    background: radial-gradient(circle, #ff1850 0%, #ff003e00 100%) !important;
    box-shadow: 0 0 20px var(--hotspot-color) !important;
    transform: translate(-50%, -50%) scale(2.25) !important;
    opacity: 1 !important;
}


a.elementor-button.elementor-button-link.elementor-size-sm{
padding: 15px 40px;
    background-color: #a5193b;
    color: white;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 1rem;
border-radius: 5px;
}

a.elementor-button.elementor-button-link.elementor-size-sm:hover {
    background-color: #a5193b;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 0, 76, 0.274);
    color: white;
}




.elementor-element.elementor-absolute.rgodown.elementor-widget.elementor-widget-button
 {
    /*
    right: 0;
    bottom: 0;
    left: auto;
    */
}

.elementor-element.elementor-absolute.rgodown.elementor-widget.elementor-widget-button a.elementor-button.elementor-button-link.elementor-size-sm,
.elementor-element.elementor-absolute.lgodown.elementor-widget.elementor-widget-button a.elementor-button.elementor-button-link.elementor-size-sm
 {
background: #a5193b;
    border-radius: 40px 0 0 0;
    padding: 17px 29px 15px 43px;
    position: relative;
}

.elementor-element.elementor-absolute.lgodown.elementor-widget.elementor-widget-button a.elementor-button.elementor-button-link.elementor-size-sm
 {
border-radius: 0 40px 0 0;
    padding: 17px 45px 15px 20px;
 
}

.elementor-element.elementor-absolute.rgodown.elementor-widget.elementor-widget-button a.elementor-button.elementor-button-link.elementor-size-sm:hover,
.elementor-element.elementor-absolute.lgodown.elementor-widget.elementor-widget-button a.elementor-button.elementor-button-link.elementor-size-sm:hover
 {
background: #6d6e71;
transform: none;
}

 

.elementor-element.elementor-absolute.rgodown.elementor-widget.elementor-widget-button a.elementor-button.elementor-button-link.elementor-size-sm .elementor-button-text::before,
.elementor-element.elementor-absolute.lgodown.elementor-widget.elementor-widget-button a.elementor-button.elementor-button-link.elementor-size-sm .elementor-button-text::before 
{
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5L7 9L11 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    animation: arrowPulse 1.5s ease-in-out infinite;
    transform: translateY(-50%);
}
 
.elementor-element.elementor-absolute.lgodown.elementor-widget.elementor-widget-button a.elementor-button.elementor-button-link.elementor-size-sm .elementor-button-text::before 
{
left: calc(100% - 35px);
} 


@keyframes arrowPulse {
    0%, 100% {
        transform: translateY(-50%);
        opacity: 1;
    }
    50% {
        transform: translateY(calc(-50% + 4px));
        opacity: 0.6;
    }
}



.menufixed .goup {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.goup {
    position: fixed;
    width: 57px;
    height: 40px;
    background-color: var(--e-global-color-accent);
    right: 0;
    bottom: 0;
    cursor: pointer;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* border: 1px solid rgba(232, 227, 217, 0.3); */
    background-image: url(/wp-content/themes/hello-elementor-child/assets/img/scroll-up.png);
    background-repeat: no-repeat;
    background-position: 52% 56%;
    background-size: 50%;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 20;
    border-radius: 25px 0 0 0;
}

.debug-time {
    bottom: -4px !important;
    right: 56px !important;
    font-family: 'Noto Sans'!important;
 
    font-size: 13px !important;
}

a:active, a:hover {
    text-decoration: none;
}


p.gdprsouhlas {
    margin-top: -29px;
}

hr {
    border: 0;
    border-top: 1px solid #90989b;
    margin-bottom: 28px;
    margin-top: 34px;
}


 

.flexifooter
 {
  background:      
  /* radial-gradient(ellipse 600px 400px at 0% 50%, rgba(26, 17, 19, 0.9) 0%, transparent 60%),*/
radial-gradient(ellipse 600px 400px at 71% 90%, rgba(26, 17, 19, 0.9) 0%, transparent 89%),
    #0f0f0f;
  min-height: 400px;
}

 

.flexifooterbottomin {
    border-top: 1px solid #ffffff0f;
}


















/************* UL LI **************/
.elementor-widget-text-editor ul,
.jfd-content-text ul,
.page-content.NOelementor ul
{
    list-style: none;
    padding-left: 0;
    padding-top: 10px;
    max-width: 900px;
    display: block;
}

.elementor-widget-text-editor ul li,
.jfd-content-text ul li,
.page-content.NOelementor ul li
{
    position: relative;
    padding-left: 16px;
    margin-bottom: 12px;
}


.elementor-widget-text-editor ul li::before,
.jfd-content-text ul li::before,
.page-content.NOelementor ul li::before
{
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;

    /* SVG znak > - dvě šikmé čáry */
    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a5193b' stroke-width='2.5' stroke-linecap='round'>\
<polyline points='9,6 15,12 9,18'/>\
</svg>");
}

/*
footer .e-con.e-flex>.e-con-inner {
    max-width: 100% !important;
    overflow: hidden !important;
}
*/