/* cmsms stylesheet: fipeko modified: Monday, June 8, 2026 12:10:26 PM */
/* 
1) Písmo a body
2) Hlavička stránky
3) Obsah stránky
4) Patička stránky
5) Odkazy stránky
6) Nadpisy stránky
7) Horní menu
8) Pomocné prvky
9) Cookies blok
10) Formulář přihlášení
11) Přizpůsobení rozlišení
*/


/* --------   1) písmo a body   --------   */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap&subset=latin-ext');
@import url("../../default_new/fonts/font-awesome.min.css");

body {
font-family:'Open Sans','Calibri',Arial,sans-serif; margin-left: 0px;
width: 100%;float: left; font-size: 19px; margin-top: 0px;
}

/* --------   2) hlavička stránky   --------   */

header{
height: 90px;
width: 100%;
float: left;
z-index: 9999;
position: fixed;
}
.headow{
width: 100%;
height: 70px;
float: left;
}
.logo{
width: 300px;
height: 70px;
float: left;
margin-left: 20px;
}
.brand {
float: left;
height: 50px;
}
.brand img{
height: 100%; 
margin-top: 5px;
}
.logtex{
width: 150px; 
height: 43px; 
float: left; 
margin: 10px 0px 0px 20px;
}
.lttitle{
text-align: left; 
color: #000; 
font-size: 12px; 
font-weight: bold;
margin-top: 15px;
}
.menubox{
width: 100%;
height: 70px;
float: right;
}
.layout {
width: 100%;
height: 600px;
float: left;
}
.layout img{
width: 100%;
height: 100%
float: left;
}



/* --------   3) Obsah stránky   --------   */
.content{
width: 100%;
height: 100%;
float: left;
font-size: 15px;
}
.jumper{
width: 100%;
height: 100%;
margin-top: 90px;
}
.contentbox{
width: 100%;
min-height: 450px;
margin: auto;
}
.contentbox p{
line-height: 1.8;
}

.contbox{
width: 100%;
height: 100%;
float: left;
}
.contle{
width: 50%;
height: 100%;
float: left;
background: #f9f8fb;
}
.contri{
width: 50%;
height: 100%;
float: left;
background: #fff;
}
.title-text{
width: 90%;
height: 100%;
float: none;
margin: auto;
}
.title-text p{
line-height: 2;
text-align: justify
}

.karty{
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 50px;
    margin-top: -100px;
    position: relative;
    z-index: 999;
}

/* KARTA */
.karta{
    /*width: 11.7%; */
    height: 200px;

    background:
        linear-gradient(
            145deg,
            #3aa3eb,
            #1f8cda
        );
    border-radius: 22px;
    padding: 28px 20px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    transition:
        transform .25s ease,
        box-shadow .25s ease;

    box-shadow:
        0 8px 20px rgba(0,0,0,0.08),
        0 2px 6px rgba(0,0,0,0.04);
}

/* jemnější světelný efekt */
.karta::before{
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.12),
            rgba(255,255,255,0.02)
        );

    pointer-events: none;
}

.karta:hover{
    transform: translateY(-5px);

    box-shadow:
        0 14px 28px rgba(0,0,0,0.12),
        0 6px 14px rgba(0,0,0,0.06);
}

/* IKONA */
.karta-icon{
    width: 100px;
    height: 100px;

    margin: auto;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,0.10);

    border-radius: 20px;
}

.karta-icon img{
    width: 68px;
    height: 68px;
    margin-top: 0;

    object-fit: contain;
}

/* NADPIS */
.karta-nadpis{
    width: 95%;
    margin-bottom: 16px;
    text-align: center;
    margin: auto;

}

.karta-nadpis h3{
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    margin: 0;
}

/* TEXT */
.karta-text{
    width: 100%;
}

.karta-text p{
    font-size: 14px;
    line-height: 1.7;

    color: rgba(255,255,255,0.92);

    text-align: center;

    padding: 0 10px;
    margin: 0;
}




/* RESPONSIVE */
@media (min-width: 1300px) and (max-width: 2000px)  {
    .karty{
        padding: 0 20px;       
    }
}


@media(max-width: 1024px){

    .karty{
        margin-top: 20px;
        padding: 0 20px;
    }

    .karta{
        width: calc(50% - 10px);
    }
}

@media(max-width: 640px){

    .karta{
        width: 100%;
        
    }
}



.kontakt{
width: 100%;
height: 100%;
float: left;
}
.kontakt-levy{
width: 48%;
height: 100%;
float: left;
}
.kontakt-pravy{
width: 48%;
height: 100%;
float: left;
margin-left: 40px;
}
.osoby{
width: 100%;
height: 100%;
float: left;
margin-bottom: 30px;
}
.osoba{
width: 250px;
height: 150px;
float: left;
margin-right: 30px;
background: #dedede;
}
.osoba p{
line-height: 1.2;
font-size: 14px;
padding: 0px 20px 0px 20px;
}

.mapa{
width: 100%;
height: 350px;
float: left;
}
object{
width: 100%; 
height: 100%; 
float: left;
}

/* --------   4) Patička stránky   --------   */
footer{
width: 100%;
height: 100px;
float: left;
}
.footdow{
height: 130px;
width: 100%; 
float: left;
color: #b4b4b4;
line-height: 1.5;
font-size: 14px;
}
.footup{
width: 100%;
height: 100px;
float: left;
background: #0d85da;
}
.footup p{
color: #fff;
text-align: center;
padding-top: 17px;
}
.footup-img{
width: 250px;
height: 45px;
margin: auto;
margin-top: 25px;
}
.footup-img img{
width: 100%;
}
.copyright{
width: 100%;
height: 30px;
background: #423946;
color: #dedede;
text-align: center;
font-size: 12px;
float: left;
}
.copyright p{
margin-top: 5px;
}


/* --------   5) Odkazy stránky   --------   */
a{color: #000; font-size: 16px;}
nav a{font-family:'Open Sans','Calibri',Arial,sans-serif; font-weight: normal; color: #5a2297;}
.footdow a:hover{color: #ededed; font-size: 12px;}
.footdow a:visited{color: #ededed; font-size: 12px;}
.footdow a{color: #ededed; font-size: 12px;}



/* --------   6) Nadpisy stránky   --------   */
h1{
font-size: 30px;
color: #0d85da;
text-align: center;
font-weight: bold;
}
.title-text h1{
font-size: 30px;
color: #0d85da;
text-align: center;
font-weight: bold;
}
h2{
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
    letter-spacing: -1px;
    line-height: 1.5;
    text-align: center;
}
.karta-nadpis h2{
font-size: 14px;
color: #fff;
text-align: center;
line-height: 1.5;
padding-left: 5px;
padding-right: 5px;
text-transform: uppercase;
}
.kontakt h2{
font-size: 20px;
color: #0d85da;
text-align: center;
font-weight: bold;
}
h3{
font-size: 16px;
line-height: 1.4;
color: #0d85da;
font-weight: normal;
padding-left: 20px;
}
h4{
font-size: 18px;
text-align: center;
color: #dedede;
}



/* --------   7) Horní menu   --------   */

/* =========================================================
   MODERN GLASS MENU
========================================================= */

.nav-bar {
    height: 70px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(255,255,255,0.28);
    backdrop-filter: blur(18px) saturate(180%);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    border-bottom: 1px solid rgba(255,255,255,0.18);
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    overflow: visible;
}

.nav-bar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.22), rgba(255,255,255,.03));
    pointer-events: none;
}

.nav-container {
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

nav {
    float: right;
    width: 580px;
    height: 70px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li img {
    width: 15px;
    height: 15px;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 18px;
    line-height: 70px;
    color: #2b2b2b;
    text-decoration: none;
    margin-top: 0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 14px;
    transition: all .25s ease;
    position: relative;
}

nav ul li a:hover,
nav ul li a:visited:hover {
    background: rgba(255,255,255,.22);
    color: #0d85da;
    border-bottom: 0;
    transform: translateY(-1px);
}

nav ul li a::before {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 14px;
    height: 2px;
    background: linear-gradient(90deg, #0d85da, #60a5fa);
    border-radius: 50px;
    transform: scaleX(0);
    transition: transform .25s ease;
}

nav ul li a:hover::before {
    transform: scaleX(1);
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 6px;
    content: ' ▾';
    font-size: 11px;
}

nav ul li p {
    display: block;
    padding: 0 8px;
    line-height: 70px;
    background: transparent;
    color: #0d85da;
    text-decoration: none;
}

/* =========================================================
   DESKTOP DROPDOWN
========================================================= */

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 999;
    min-width: 250px;
    padding: 10px;
    border-radius: 22px;
    background: rgba(255,255,255,.30);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    overflow: hidden;
}

.nav-list li:hover > .nav-dropdown {
    display: block;
}

nav ul li ul li {
    float: none;
    min-width: 100%;
    background: transparent;
    color: #fff;
    font-size: 13px;
}

nav ul li ul li a {
    padding: 14px 16px;
    line-height: 1.4;
    background: transparent;
    color: #2b2b2b;
    border-radius: 14px;
    transition: all .2s ease;
}

nav ul li ul li a:hover,
nav ul li ul li a:visited:hover {
    background: rgba(13,133,218,.10);
    color: #0d85da;
    border-bottom: 0;
    transform: translateX(4px);
}

nav ul li ul li a:visited {
    background: transparent;
    color: #2b2b2b;
}

nav ul li ul li a::before {
    display: none;
}

.droppom {
    margin-left: -100px;
}

/* =========================================================
   MOBILE BUTTON
========================================================= */

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(13,133,218,.92);
    backdrop-filter: blur(12px);
    height: 70px;
    width: 70px;
}

/* =========================================================
   MOBILE VERSION
========================================================= */

@media only screen and (max-width: 1150px) {

    .nav-bar {
        height: 70px;
        background: rgba(255,255,255,0.96);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        box-shadow: 0 8px 28px rgba(0,0,0,0.10);
    }

    .nav-mobile {
        display: block;
        background: linear-gradient(135deg, #0d85da, #60a5fa);
        border-radius: 0 0 0 20px;
        z-index: 10001;
    }

    .headup {
        display: none;
    }

    nav {
        float: none;
        width: 100%;
        height: 70px;
        padding: 0;
    }

    nav ul.nav-list {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        width: 100%;
        max-height: calc(100vh - 70px);
        overflow-y: auto;
        padding: 14px;
        background: rgba(255,255,255,0.97);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        box-shadow: 0 18px 45px rgba(0,0,0,0.14);
        border-radius: 0 0 24px 24px;
        box-sizing: border-box;
        z-index: 10000;
    }

    nav ul li {
        float: none;
        width: 100%;
        margin: 0 0 7px 0;
    }

    nav ul li a,
    nav ul li a:visited {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        padding: 12px 18px;
        line-height: 1.3;
        font-size: 17px;
        font-weight: 700;
        text-align: center;
        color: #1f2937;
        background: rgba(13,133,218,0.07);
        border-radius: 16px;
        box-sizing: border-box;
    }

    nav ul li a:hover,
    nav ul li a:visited:hover {
        background: rgba(13,133,218,0.14);
        color: #0d85da;
        transform: none;
    }

    nav ul li a::before {
        display: none;
    }

    nav ul li a:not(:only-child):after,
    nav ul li a:visited:not(:only-child):after {
        content: " ▾";
        padding-left: 8px;
        font-size: 13px;
        transition: transform .25s ease;
    }

    nav ul li.open > a:after {
        transform: rotate(180deg);
    }


.nav-dropdown {

    display: block;

    position: static;

    min-width: 100%;

    padding: 6px 0 0 0;

    background: transparent;

    border: 0;

    box-shadow: none;

    backdrop-filter: none;
}

/* submenu je na mobilu pořád otevřené */
.nav-list li:hover .nav-dropdown {
    display: block;
}


    nav ul li ul li {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 0 5px 0;
    }

    nav ul li ul li a,
    nav ul li ul li a:visited {
        min-height: 42px;
        padding: 11px 14px;
        line-height: 1.35;
        font-size: 15px;
        font-weight: 600;
        color: #374151;
        background: rgba(13,133,218,0.04);
        border-radius: 14px;
    }

    nav ul li ul li a:hover,
    nav ul li ul li a:visited:hover {
        background: rgba(13,133,218,0.12);
        color: #0d85da;
        transform: none;
    }
}

/* =========================================================
   DESKTOP FIX
========================================================= */

@media screen and (min-width: 1151px) {
    .nav-list {
        display: block !important;
    }
}

/* =========================================================
   HAMBURGER
========================================================= */

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 2px;
    height: 4px;
    width: 35px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}






/* --------   9) Cookies blok   --------   */
/* Tlačítko Souhlasím */
#cc-nb-accept,
.cc-nb-okagree {
background-color: #0d85da !important;
color: #ffffff !important;
border-radius: 6px;
}
.cc-nb-reject,
#cc-nb-reject,
button.cc-nb-button.cc-nb-reject {
background-color: #000000 !important;
color: #ffffff !important;
border: 1px solid #1d3557 !important;
}
/* pro jistotu i focus / hover */
.cc-nb-reject:hover,
.cc-nb-reject:focus {
background-color: #16324f !important;
color: #ffffff !important;
}
.cc-nb-main-container,
.cc-nb-text {
    font-size: 12px !important; /* zkus 13–16px */
    line-height: 1.5;
}

/* --------   10b) slider --------   */
.slider {
  position: relative;
  width: 100%;
  height: 600px;
  aspect-ratio: 16 / 9;
  margin: auto;
  overflow: hidden;
}

.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
}

/* --------   11) přizpůsobení rozlišení --------   */
@media (min-width: 100px) and (max-width: 1151px)  {
header {
position: relative; 
height: 70px;
}
.logo{
width: 200px; 
height: 40px;
float: left;
margin-top: 18px;
}
.brand{
height: 30px;
width: 50px;
}
.brand img{
height: 30px;
margin-top: 0px;
}
.logtex{ 
height: 30px;
width: 120px;
float: left;
margin-top: -5px;
}
.lttitle{
height:100%;
font-size: 11px; 
line-height: 1;
}
.menubox, .headow {
height: 70px;
}
nav ul li {
background: #fff;
}

nav ul li a, nav ul li a:visited {
line-height: 0px; 
font-size: 16px;
margin-top: 0px; 
line-height: 20px;
}
nav ul li a:hover,
nav ul li a:visited:hover {
color: #0d85da;
}
nav ul li ul li a { 
line-height: 0px; 
font-size: 16px;
}
.jumper{
margin-top: 30px;
}
.content2{
margin-top: 15px;
width: 100%;
height: 100%;
}
.contle, .contri{
width: 100%;
}
.kontakt-levy{
width: 100%;
height: 100%;
float: left;
}
.kontakt-pravy{
width: 100%;
height: 100%;
float: left;
margin-left: 0px;
}
.osoby{
width: 100%;
height: 100%;
float: left;
margin-bottom: 30px;
}
.osoba{
width: 90%;
height: 170px;
float: none;
margin-right: 0px;
margin: auto;
margin-top: 30px;
}
.osoba-funkce{
width: 100%;
height: 100%;
float: left;
margin-top: 20px;
}
.osoba p{
text-align: center;
}
footer{
height: 100%;
font-size: 12px;
}
.footle, .footup, .footdow {
width: 100%;
height: 100%;
}
.footup p{
color: #fff;
text-align: center;
padding: 10px 20px 0px 20px;
font-size: 12px;
}
.footup-img {
width: 200px;
height: 40px;
margin: auto;
margin-top: 5px;
}
h1{
font-size: 25px;
line-height: 1.5;
}
h2{
font-size: 20px;
line-height: 1;
}
h3{
font-size: 20px;
padding-left: 0px;
text-align: center;
line-height: 0.5;
}
}


/* =========================
   HERO
========================= */

.hero {
    padding: 10px 0 50px;
    text-align: center;
}

.hero h1 {
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
    letter-spacing: -1px;
    line-height: 1.5;
}

.hero .intro {
    max-width: 800px;
    margin: 0 auto 18px;
    font-size: 1.15rem;
    color: #475569;
}

/* =========================
   CARD / ZKRATKY
========================= */

.abbreviations {
    padding-bottom: 70px;
}

.card {
    background: #ffffff;
    padding: 40px;
    border-radius: 24px;
    box-shadow:
        0 10px 40px rgba(15, 23, 42, 0.06);
}

.card h2 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    color: #0f172a;
}

.card ul {
    list-style: none;
}

.card li {
    padding: 16px 0;
    border-bottom: 1px solid #e2e8f0;
    color: #475569;
}

.card li:last-child {
    border-bottom: none;
}

.card strong {
    color: #0284c7;
}

/* =========================
   TABULKY / OBRÁZKY
========================= */

.water-tables {
    padding-bottom: 100px;
}

.table-image {
    margin-bottom: 40px;
    background: #ffffff;
    padding: 18px;
    border-radius: 24px;
    box-shadow:
        0 10px 30px rgba(15, 23, 42, 0.05);
    transition: transform 0.25s ease,
                box-shadow 0.25s ease;
}

.table-image:hover {
    transform: translateY(-4px);
    box-shadow:
        0 18px 45px rgba(15, 23, 42, 0.08);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {

    .hero {
        padding-top: 10px;
    }

    .card {
        padding: 28px;
    }

    .hero .intro {
        font-size: 1rem;
    }

}
/* =========================
   RESET
========================= */

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

/* =========================
   BASE
========================= */

body {
    font-family: "Inter", sans-serif;
    background: #f4f8fb;
    color: #1e293b;
    line-height: 1.7;
}

.container {
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
}

a {
    color: #0284c7;
    text-decoration: none;
    transition: 0.2s ease;
}

a:hover {
    color: #0369a1;
}

/* =========================
   HERO
========================= */

.services-hero {
    padding: 10px 0 70px;
    text-align: center;
}

.services-hero h1 {
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 800;
    margin-bottom: 10px;
    color: #0f172a;
    letter-spacing: -2px;
    line-height: 1.5;
}

.services-hero p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 1.15rem;
    color: #64748b;
}

/* =========================
   GRID
========================= */

.services-grid {
    padding-bottom: 100px;
}

.service-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* =========================
   CARDS
========================= */

.service-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 36px;
    margin-bottom: 30px;

    box-shadow:
        0 10px 35px rgba(15, 23, 42, 0.06);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.service-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 18px 45px rgba(15, 23, 42, 0.09);
}

.service-card h2 {
    font-size: 2rem;
    margin-bottom: 28px;
    color: #0f172a;
}

.service-card h3,
.service-card h4 {
    margin-bottom: 14px;
    margin-top: 26px;
    color: #0284c7;
    line-height: 1.8;
}

/* =========================
   LISTY
========================= */

.service-card ul {
    list-style: none;
}

.service-card li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 14px;
    color: #475569;
}

.service-card li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #38bdf8;

    position: absolute;
    left: 0;
    top: 11px;
}

/* =========================
   BRANDS
========================= */

.brands {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 25px 0;
}

.brands span {
    background: #e0f2fe;
    color: #0369a1;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 600;
}

/* =========================
   PARTNEŘI
========================= */

.partners {
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
}

.partners a {
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
}

/* =========================
   HLAVNÍ PARTNER
========================= */

.main-partner {
    margin-top: 70px;
    text-align: center;
    padding: 50px 30px;
    background: linear-gradient(
        135deg,
        #0ea5e9,
        #0284c7
    );

    border-radius: 30px;
    color: white;
}

.main-partner h3 {
    font-size: 1.8rem;
    margin-bottom: 16px;
}

.main-partner a {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 960px) {
.layout, .slider {
height: 400px;
}
    .service-columns {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 768px) {
.layout, .slider {
height: 300px;
}
    .services-hero {
        padding-top: 60px;
    }

    .service-card {
        padding: 28px;
        border-radius: 22px;
    }

    .service-card h2 {
        font-size: 1.7rem;
    }

}



/* --------   10b) slider --------   */
.hero-slider {
    position: relative;
    width: 100%;
    height: 75vh;
    min-height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 8%;
    box-sizing: border-box;
    background: #000;
}

/* Tmavý overlay */
.hero-slider::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,0.70) 0%,
            rgba(0,0,0,0.45) 40%,
            rgba(0,0,0,0.25) 100%
        );
    z-index: 2;
}

/* Obrázky */
.slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

    opacity: 0;
    transform: scale(1.05);

    transition:
        opacity 1s ease-in-out,
        transform 6s ease;

    z-index: 1;
}

.slide.active {
    opacity: 1;
    transform: scale(1);
}

/* Obsah */
.hero-content {
    position: relative;
    z-index: 3;
    max-width: 650px;
    color: #fff;
    padding-top: -40px;
}

.hero-subtitle {
    display: inline-block;
    margin-bottom: 15px;
    padding: 8px 16px;
    border-radius: 50px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(6px);

    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero-content h1 {
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: left;
    color: #fff;
}

.hero-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 35px;
    color: rgba(255,255,255,0.88);
}

/* Tlačítko */
.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 27px;
    border-radius: 15px;
    background: #ff7a00;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(255,122,0,0.3);
}

.hero-btn:hover {
    transform: translateY(-3px);
    background: #ff8f26;
    box-shadow: 0 15px 35px rgba(255,122,0,0.45);
}

/* Mobil */
@media (max-width: 768px) {

    .hero-slider {
        height: 65vh;
        min-height: 420px;
        padding: 0 25px;
    }

    .hero-content h1 {
        font-size: 22px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .hero-btn {
        width: 100%;
        max-width: 260px;
    }
}
.karta-link {
    width: 11.7%;
    height: 200px;
    display: block;
    text-decoration: none;
    color: inherit;
}

.karta-link:hover {
    text-decoration: none;
    color: inherit;
}

.karta {
    width: 100%;
    height: 100%;
}
@media(max-width: 1024px){

    .karty{
        margin-top: 20px;
        padding: 0 20px;
    }

    .karta-link{
        width: calc(50% - 10px);
    }
}

@media(max-width: 640px){

    .karta-link{
        width: 100%;
    }
}




/* ==================================================
   POPTÁVKOVÝ FORMULÁŘ – FIPEKO STYLE
================================================== */

.dotaz {
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
    margin-bottom: 30px;
}

#input_css {
    background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
    border-radius: 28px;
    padding: 45px;
    box-shadow: 0 18px 45px rgba(15, 45, 75, 0.10);
    border: 1px solid rgba(0, 123, 255, 0.10);
}

#contact {
    width: 100%;
}

.formbox {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.fpol {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 20px;
    align-items: center;
}

.ftitle {
    font-size: 15px;
    font-weight: 700;
    color: #1f3447;
}

.finput input[type="text"],
.finput input[type="email"],
.finput input[type="tel"],
.finput textarea {
    width: 100%;
    min-height: 52px;
    padding: 14px 18px;
    border-radius: 16px;
    border: 1px solid #dbe6ef;
    background: #ffffff;
    font-size: 16px;
    color: #1f3447;
    outline: none;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.finput textarea {
    min-height: 150px;
    resize: vertical;
    line-height: 1.6;
}

.finput input:focus,
.finput textarea:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.12);
}

/* Checkbox */
.finput input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #007bff;
    vertical-align: middle;
    margin-right: 8px;
}

.fpol:has(input[type="checkbox"]) {
    align-items: flex-start;
}

.fpol:has(input[type="checkbox"]) .finput {
    font-size: 14px;
    color: #52667a;
    line-height: 1.6;
}

/* Tlačítko */
#contact-submit {
    align-self: flex-start;
    margin-top: 10px;
    padding: 16px 34px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #007bff 0%, #005bbb 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(0, 123, 255, 0.28);
    transition: all 0.25s ease;
}

#contact-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(0, 123, 255, 0.36);
    background: linear-gradient(135deg, #006fe6 0%, #004fa3 100%);
}

#contact-submit:active {
    transform: translateY(0);
}

/* Mobilní zobrazení */
@media (max-width: 768px) {
    .dotaz {
        margin: 30px auto;
        padding: 0 15px;
    }

    #input_css {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .fpol {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ftitle {
        font-size: 14px;
    }

    #contact-submit {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}
