@charset "utf-8";
/* CSS Document */
/* horní modrý pruh */
.header_top_menu{
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.header_top_menu_address_inner ul{
    margin: 0;
    padding: 0;
}

.header_top_menu_address_inner ul li a{
    font-size: 13px !important;
    line-height: 1.2;
}

.header_top_menu_address_inner ul li{
    margin-right: 18px;
}

.header_top_menu_address_inner ul li i{
    margin-right: 5px;
}


/* ===== HLAVNÍ BÍLÉ MENU ===== */

.techno_nav_manu{
    padding: 0 !important;
    min-height: auto !important;
}

.techno_nav_manu .container{
    padding-top: 0;
    padding-bottom: 0;
}

.techno_nav_manu .row{
    min-height: 76px;
    align-items: center;
}

.techno_nav_manu .menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.techno_nav_manu .logo img{
    max-height: 46px;
    width: auto;
}

.techno_nav_manu .menu ul{
    margin: 0;
    padding: 0;
}

.techno_nav_manu .menu ul li{
    margin-left: 24px;
}

.techno_nav_manu .menu ul li a{
    font-size: 15px;
    line-height: 76px !important;
    padding: 0 !important;
}

/* dropdown */
.techno_nav_manu .menu ul li ul{
    min-width: 280px;
}

.techno_nav_manu .menu ul li ul li{
    margin-left: 0;
}

.techno_nav_manu .menu ul li ul li a{
    line-height: 1.4 !important;
    padding: 10px 18px !important;
    white-space: normal;
}


/*--------------- logo override ---------------- */

/* ===== hlavní bílé menu ===== */
.techno_nav_manu{
    padding: 0 !important;
}

.techno_nav_manu .container,
.techno_nav_manu .row{
    height: 72px;
    min-height: 72px;
}

.techno_nav_manu .menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 72px;
}

/* ===== LOGO + MENU ===== */

/* logo box */
.techno_nav_manu a.logo{
    display:flex !important;
    align-items:center !important;
    height:72px !important;
    padding:0 !important;
    margin:0 !important;
    line-height:1 !important;
}

/* společné nastavení obou log */
.techno_nav_manu a.logo img{
    width:auto !important;
    height:58px !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
    vertical-align:middle !important;
}

/* normální stav */
.techno_nav_manu a.logo .down{
    display:block !important;
}

.techno_nav_manu a.logo .main_sticky{
    display:none !important;
}

/* po scrollu */
.techno_nav_manu.sticky a.logo .down{
    display:none !important;
}

.techno_nav_manu.sticky a.logo .main_sticky{
    display:block !important;
}

/* menu vpravo */
.techno_nav_manu .menu > ul{
    margin:0;
    padding:0;
    display:flex;
    align-items:center;
    height:72px;
}

.techno_nav_manu .menu > ul > li{
    display:flex;
    align-items:center;
    height:72px;
    margin-left:28px;
}

.techno_nav_manu .menu > ul > li > a{
    display:flex;
    align-items:center;
    height:72px;
    line-height:1 !important;
    padding:0 !important;
}

/* barva sticky menu */
.techno_nav_manu.sticky{
    background:#0b2f8a !important;
}




/* ===== FOOTER ===== */

.footer-bottom-content-copy{
    text-align:center;
}

.footer-bottom-content-copy p{
    margin:0;
}

.footer-bottom-logo img{
    height:52px;
    width:auto;
    max-width:none;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,0.15);
}


/* ===== HERO / SLIDER ===== */

.slider_area.slider9{
    position: relative;
    height: 640px !important;
    min-height: 640px !important;
    padding: 0 !important;
    overflow: hidden;
    background-image: url("assets/images/hero.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slider_area.slider9::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(10,30,80,0.38);
    z-index: 1;
}

.slider_area.slider9 .container,
.slider_area.slider9 .row,
.slider_area.slider9 .col-lg-12,
.slider_area.slider9 .single_slider,
.slider_area.slider9 .slider_content,
.slider_area.slider9 .slider_text{
    height: 420px !important;
    min-height: 420px !important;
}

.slider_area.slider9 .row{
    align-items: center;
}

.slider_area.slider9 .container{
    position: relative;
    z-index: 2;
}

.slider_area.slider9 .intro__bg,
.slider_area.slider9 #intro__canvas{
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

/* hlavní blok textu */
.slider_text{
    position: relative;
    z-index: 5;
}

/* NADPIS HERO */
.slider_text_inner{
    margin-bottom: 10px;
}

.hero-title{
    position: relative;
    z-index: 5;
    display: block;
    margin: 0;
    font-size: 56px;
    line-height: 1.08;
    font-weight: 800;
    color: #ffffff;
    text-align: right;
    letter-spacing: -0.5px;
    direction: ltr;
    unicode-bidi: isolate;

    /* ostrý text + jemný tmavý obrys */
    text-shadow:
        -1px 0 0 rgba(0,0,0,0.95),
         1px 0 0 rgba(0,0,0,0.95),
         0 -1px 0 rgba(0,0,0,0.95),
         0  1px 0 rgba(0,0,0,0.95),
         0  2px 10px rgba(0,0,0,0.35);
}

.hero-title::before{
    content: attr(data-text);
    position: absolute;
    inset: 0;
    color: #ffffff;
    z-index: -1;
    pointer-events: none;

    /* glow vrstva */
    text-shadow:
        0 0 10px rgba(255,255,255,0.92),
        0 0 24px rgba(200,225,255,0.88),
        0 0 52px rgba(120,180,255,0.72),
        0 0 95px rgba(120,180,255,0.55);
}

/* popis pod nadpisem */
.slider_text_desc p{
    max-width: 720px;
    margin-left: auto;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.45;
    text-align: right;
    direction: ltr;
    unicode-bidi: isolate;

    text-shadow:
        -1px 0 0 rgba(0,0,0,0.85),
         1px 0 0 rgba(0,0,0,0.85),
         0 -1px 0 rgba(0,0,0,0.85),
         0  1px 0 rgba(0,0,0,0.85),
         0  2px 10px rgba(0,0,0,0.45);
}

/* tlačítko pod textem vpravo */
.slider_button{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
}

.slider_button .button{
    margin-left: auto;
}

.slider_button .button a{
    padding: 14px 28px;
    font-size: 18px;
    font-weight: 600;
}

/* ať šipka není obráceně */
.slider_button .button a i{
    direction: ltr !important;
    unicode-bidi: isolate !important;
    display: inline-block;
    margin-left: 8px;
}

/* spodní slogan */
.hero-slogan{
    position: relative;
    z-index: 5;
    margin-top: 26px;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
    direction: ltr;
    unicode-bidi: isolate;

    text-shadow:
        -1px 0 0 #000,
         1px 0 0 #000,
         0 -1px 0 #000,
         0  1px 0 #000;
}

.hero-slogan::before{
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    z-index: -1;
    pointer-events: none;

    text-shadow:
        0 0 12px rgba(255,255,255,0.95),
        0 0 28px rgba(180,220,255,0.95),
        0 0 60px rgba(120,180,255,0.85),
        0 0 110px rgba(120,180,255,0.75);
}

/* ===== RESPONSIVE ===== */

@media (max-width: 991px){
    .hero-title{
        font-size: 42px;
        text-align: center;
    }

    .slider_text_desc p{
        max-width: 100%;
        margin-left: 0;
        text-align: center;
        font-size: 18px;
    }

    .slider_button{
        justify-content: center;
        margin-top: 14px;
    }

    .slider_button .button{
        margin-left: 0;
    }

    .hero-slogan{
        font-size: 34px;
        margin-top: 22px;
    }
}

@media (max-width: 575px){
    .hero-title{
        font-size: 32px;
        line-height: 1.12;
    }

    .slider_text_desc p{
        font-size: 16px;
    }

    .slider_button .button a{
        padding: 12px 22px;
        font-size: 16px;
    }

    .hero-slogan{
        font-size: 24px;
    }
}

/* ===== SVĚTLÁ SEKCE FLIPBOXŮ ===== */

.flipbox_area.services-hub-light{
    background: linear-gradient(180deg, #f8faff 0%, #eef3fb 100%);
    position: relative;
}

/* nadpis sekce */
.flipbox_area.services-hub-light .section_sub_title h6{
    color: #2d6bff;
}

.flipbox_area.services-hub-light .section_main_title h1{
    color: #1c274c;
}

.flipbox_area.services-hub-light .section_desc p{
    max-width: 760px;
    margin: 0 auto;
    color: #5f6f95;
    font-size: 18px;
    line-height: 1.7;
}

.flipbox_area.services-hub-light .em_bar_bg{
    background: rgba(45,107,255,0.18);
}

.flipbox_area.services-hub-light .em_bar_bg:before{
    background: #2d6bff;
}

/* obal boxu */
.flipbox_area.services-hub-light .techno_flipbox{
    position: relative;
    min-height: 300px;
}

/* přední i zadní strana musí mít stejný tvar a výšku */
.flipbox_area.services-hub-light .techno_flipbox_font,
.flipbox_area.services-hub-light .techno_flipbox_back{
    min-height: 300px;
    border-radius: 18px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* přední strana */
.flipbox_area.services-hub-light .techno_flipbox_font{
    background: #ffffff;
    border: 1px solid rgba(45,107,255,0.22);
    box-shadow: 0 14px 34px rgba(21, 41, 90, 0.08);
}

.flipbox_area.services-hub-light .techno_flipbox_icon .icon{
    color: #2d6bff;
}

.flipbox_area.services-hub-light .techno_flipbox_font .flipbox_title h3{
    color: #1c274c;
}

.flipbox_area.services-hub-light .techno_flipbox_font .flipbox_desc p{
    color: #5f6f95;
}

/* zadní strana - čistá modrá */
.flipbox_area.services-hub-light .techno_flipbox_back{
    position: relative;
    background: linear-gradient(180deg, #2f6fff 0%, #1e56d8 100%) !important;
}

/* vypnout overlaye a obrázkové vrstvy */
.flipbox_area.services-hub-light .techno_flipbox_back:before{
    display: none !important;
    content: none !important;
}

/* vnitřní odsazení na obou stranách */
.flipbox_area.services-hub-light .techno_flipbox_font .techno_flipbox_inner,
.flipbox_area.services-hub-light .techno_flipbox_back .techno_flipbox_inner{
    padding: 34px 26px;
}

/* texty vzadu */
.flipbox_area.services-hub-light .techno_flipbox_back .flipbox_title h3,
.flipbox_area.services-hub-light .techno_flipbox_back .flipbox_desc p,
.flipbox_area.services-hub-light .techno_flipbox_back .flipbox_button a{
    color: #ffffff !important;
}

/* tlačítko vzadu */
.flipbox_area.services-hub-light .techno_flipbox_back .flipbox_button a{
    display: inline-block;
    padding: 10px 22px;
    border-radius: 8px;
    background: #ffffff;
    color: #2d6bff !important;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

.flipbox_area.services-hub-light .techno_flipbox_back .flipbox_button a:hover{
    background: #eef4ff;
    color: #1e56d8 !important;
}

/* ===== OPRAVA FLIPBOXU - obě strany musí ležet přesně na sobě ===== */

.flipbox_area.services-hub-light .techno_flipbox{
    position: relative;
    min-height: 300px;
    perspective: 1000px;
}

.flipbox_area.services-hub-light .techno_flipbox_font,
.flipbox_area.services-hub-light .techno_flipbox_back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 300px;
    border-radius: 18px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* přední strana */
.flipbox_area.services-hub-light .techno_flipbox_font{
    background: #ffffff;
    border: 1px solid rgba(45,107,255,0.22);
    box-shadow: 0 14px 34px rgba(21, 41, 90, 0.08);
    z-index: 2;
}

/* zadní strana */
.flipbox_area.services-hub-light .techno_flipbox_back{
    background: linear-gradient(180deg, #2f6fff 0%, #1e56d8 100%) !important;
    z-index: 1;
}

/* vnitřní obsah obou stran */
.flipbox_area.services-hub-light .techno_flipbox_font .techno_flipbox_inner,
.flipbox_area.services-hub-light .techno_flipbox_back .techno_flipbox_inner{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-58%);
    padding: 0 26px;
    height: auto;
    display: block;
    text-align: center;
}

.flipbox_area.services-hub-light .techno_flipbox_back .flipbox_title{
    margin-bottom: 10px;
}

.flipbox_area.services-hub-light .techno_flipbox_back .flipbox_desc p{
    margin-bottom: 0;
}

.flipbox_area.services-hub-light .col-lg-4 .techno_flipbox,
.flipbox_area.services-hub-light .col-md-6 .techno_flipbox{
    height: 300px;
}



.flipbox_area.services-hub-light .techno_flipbox{
    margin-bottom: 40px;
}


.flipbox_area.services-hub-light .techno_flipbox_font{
    box-shadow:
        0 14px 32px rgba(21,41,90,0.08);
}



/* ===== IKONY VE FLIPBOXECH ===== */

/* modrá kapka */
.flipbox_area.services-hub-light .techno_flipbox_icon .icon{
    width: 84px;
    height: 84px;
    margin: 0 auto 18px;
    border-radius: 50% 45% 50% 45%;
    background: #2166f3;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* samotná ikonka */
.flipbox_area.services-hub-light .techno_flipbox_icon .icon i{
    font-size: 38px;
    color: #ffffff !important;
    display: inline-block;
    line-height: 1;
}

/* na zadní straně ikonu vůbec nezobrazovat */
.flipbox_area.services-hub-light .techno_flipbox_back .techno_flipbox_icon{
    display: none;
}


.flipbox_area.services-hub-light .section_main_title{
    margin-bottom: 12px;
}

.flipbox_area.services-hub-light .em_bar_bg{
    margin: 12px auto 0;
}



/* ------- work -----------*/
.single_it_work_content_text p{
    font-size:16px;
    line-height:1.7;
}


.single_it_work_content_list{
    margin-bottom:20px;
}


.flipbox_area.services-hub-light .techno_flipbox_font .flipbox_title,
.flipbox_area.services-hub-light .techno_flipbox_back .flipbox_title{
    margin-bottom: 10px;
}

.flipbox_area.services-hub-light .techno_flipbox_font .flipbox_desc p,
.flipbox_area.services-hub-light .techno_flipbox_back .flipbox_desc p{
    margin-bottom: 0;
}

.flipbox_area.services-hub-light .techno_flipbox_font .techno_flipbox_icon{
    margin-bottom: 10px;
}


.footer-qr img{
    width:200px;
    height:auto;
    background:#fff;
    padding:4px;
    border-radius:6px;
}

.footer-middle .menu li a{
    letter-spacing:0;
    word-spacing:0;
    line-height:1.6;
    font-size:15px;
}

/* oprava textu ve footer menu */
.footer-middle .widget-nav-menu ul li a{
    text-transform:none;
    letter-spacing:0;
    word-spacing:0;
    line-height:1.8;
    font-size:15px;
    display:inline-block;
}

.footer-middle .widget-nav-menu ul li{
    margin-bottom:6px;
}