/* _content/DemoverzeTruhlarstvi/Components/Layout/Footer.razor.rz.scp.css */
/* MOBILE FIRST (0–479px) */

footer[b-4phox839eq] {
    text-align: center;
    background-color: #f4f0ed;
    padding: 2rem;
}

footer > .logo[b-4phox839eq] {
    padding: 0 0 0.25rem 0;
}

footer > .logo > h1[b-4phox839eq] {
    color: #2c2521;
    font-size: 1.75rem;
}

footer > .description[b-4phox839eq] {
    padding: 0.25rem 0 1rem 0;
}

footer > .description > p[b-4phox839eq] {
    color: #2c2521;
}

footer > hr[b-4phox839eq] {
    border: 0.0625rem #885c3c solid;
    margin: auto;
    width: 8rem;
}

footer > .copyright[b-4phox839eq] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1rem;
    color: #2c2521;
}

footer > .copyright > p:first-child[b-4phox839eq] {
    font-size: 0.8rem;
}

footer > .copyright > p:last-child[b-4phox839eq] {
    font-size: 0.6rem;
}

footer > .copyright > p > a[b-4phox839eq] {
    text-decoration: none;
    color: #885c3c;
}

/* TABLET (480px–1279px) */

@media (min-width: 480px) and (max-width: 1279px) {
    footer[b-4phox839eq] {
        padding: 3rem;
    }

    footer > .logo > h1[b-4phox839eq] {
        font-size: 2.5rem;
    }

    footer > .description > p[b-4phox839eq] {
        font-size: 1.2rem;
    }

    footer > .copyright > p:first-child[b-4phox839eq] {
        font-size: 1rem;
    }

    footer > .copyright > p:last-child[b-4phox839eq] {
        font-size: 0.8rem;
    }
}

/* DESKTOP (1280px+) */

@media (min-width: 1280px) {
    footer > .logo > h1[b-4phox839eq] {
        font-size: 2.5rem;
    }

    footer > .description > p[b-4phox839eq] {
        font-size: 1.2rem;
    }

    footer > .copyright > p:first-child[b-4phox839eq] {
        font-size: 1rem;
    }

    footer > .copyright > p:last-child[b-4phox839eq] {
        font-size: 0.8rem;
    }
}
/* _content/DemoverzeTruhlarstvi/Components/Layout/Header.razor.rz.scp.css */
/* MOBILE FIRST (0–479px) */

header[b-evyr5sjtk2] {
    position: fixed;
    top: 0;
    left: 0;
    height: 15vh;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.75rem;
    z-index: 100;
    background: rgba(255, 255, 255, 0);
    transition: none;
}

header.scrolled[b-evyr5sjtk2] {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.12);
}

header > .left > .logo > a[b-evyr5sjtk2] {
    text-decoration: none;
}

header > .left > .logo > a > h1[b-evyr5sjtk2] {
    color: #ffffff;
    font-size: 1.75rem;
    transition: color 0.3s ease;
}

header.scrolled > .left > .logo > a > h1[b-evyr5sjtk2] {
    color: #2c2521;
    transition: ease-in-out 0.25s;
}

header.scrolled > .left > .logo > a > h1:hover[b-evyr5sjtk2] {
    color: #885c3c;
}

header > .right[b-evyr5sjtk2] {
    display: none;
}

header > .right > ul[b-evyr5sjtk2] {
    display: flex;
    gap: 2rem;
}

header > .right > ul > li[b-evyr5sjtk2] {
    list-style: none;
}

header > .right > ul > li > a[b-evyr5sjtk2] {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 400;
    display: inline-block;
    transition: transform 0.25s ease;
}

header > .right > ul > li > a:hover[b-evyr5sjtk2] {
    transform: scale(1.1);
}

header.scrolled > .right > ul > li > a[b-evyr5sjtk2] {
    color: #2c2521;
    transition: ease-in-out 0.25s;
}

header.scrolled > .right > ul > li > a.active[b-evyr5sjtk2] {
    color: #885c3c;
    transform: scale(1.1);
}

header.scrolled > .right > ul > li > a:hover[b-evyr5sjtk2] {
    color: #2c2521;
}

header > .menu[b-evyr5sjtk2] {
    display: flex;
    color: #ffffff;
}

header.scrolled > .menu[b-evyr5sjtk2] {
    color: #2c2521;
}

header.open[b-evyr5sjtk2] {
    background: #ffffff;
    color: #885c3c;
    box-shadow: none;
}

header.open > .left > .logo > a > h1[b-evyr5sjtk2] {
    color: #2c2521;
}

header.open > .menu[b-evyr5sjtk2] {
    color: #2c2521;
}

header > .menu > .xmark > i[b-evyr5sjtk2] {
    display: none;
}

.menu.open > .bars > i[b-evyr5sjtk2] {
    display: none;
}

.menu.open > .xmark > i[b-evyr5sjtk2] {
    display: inline-block;
}

.dropdown[b-evyr5sjtk2] {
    position: fixed;
    z-index: 90;
    top: 15vh;
    left: 0;
    width: 100%;
    height: calc(100vh - 15vh);
    display: none;
    margin-top: 0;
    transform: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #ffffff;
    transition: background 0.3s ease;
}

.dropdown.open[b-evyr5sjtk2] {
    display: flex;
}

.dropdown > ul[b-evyr5sjtk2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: -15vh;
}

.dropdown > ul > li[b-evyr5sjtk2] {
    list-style: none;
}

.dropdown > ul > li > a[b-evyr5sjtk2] {
    text-decoration: none;
    color: #2c2521;
    font-size: 1.5rem;
}

/* TABLET (480px–1279px) */

@media (min-width: 480px) and (max-width: 1279px) {
    header[b-evyr5sjtk2] {
        padding: 0 3rem;
    }

    header > .left > .logo > a > h1[b-evyr5sjtk2] {
        font-size: 2.5rem;
    }

    header > .menu[b-evyr5sjtk2] {
        font-size: 1.5rem;
    }

    header.open > .menu i[b-evyr5sjtk2] {
        color: #2c2521;
    }

    .dropdown > ul > li > a[b-evyr5sjtk2] {
        font-size: 2rem;
    }
}

/* DESKTOP (1280px+) */

@media (min-width: 1280px) {
    header[b-evyr5sjtk2] {
        padding: 0 3rem;
        transition: background 0.3s ease, box-shadow 0.3s ease;
    }

    header > .left > .logo > a > h1[b-evyr5sjtk2] {
        font-size: 2.5rem;
    }

    header > .right[b-evyr5sjtk2] {
        display: block;
    }

    header > .menu[b-evyr5sjtk2] {
        display: none;
    }

    .dropdown[b-evyr5sjtk2] {
        display: none;
        position: static;
        height: auto;
        width: auto;
        margin-top: 0;
        transform: none;
        background: transparent;
    }
}
/* _content/DemoverzeTruhlarstvi/Components/Layout/MainLayout.razor.rz.scp.css */
/* _content/DemoverzeTruhlarstvi/Components/Ui/About.razor.rz.scp.css */
/* MOBILE FIRST (0–479px) */

section#about[b-kw7iw0c74t] {
    padding: 2rem 2rem;
    position: relative;
    z-index: 2;
    scroll-margin-top: 15vh;
}

section#about > .heading[b-kw7iw0c74t] {
    text-align: center;
    padding-bottom: 2rem;
}

section#about > .heading > h1[b-kw7iw0c74t] {
    font-size: 2rem;
    padding-bottom: 0.5rem;
    color: #2c2521;
}

section#about > .heading > hr[b-kw7iw0c74t] {
    margin: auto;
    width: 6rem;
    border: 0.0625rem solid #885c3c;
}

section#about > .content[b-kw7iw0c74t] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

section#about > .content > p[b-kw7iw0c74t] {
    color: #7e7167;
    font-size: 1rem;
    text-align: center;
    font-weight: 400;
}

section#about > .content > p:last-child[b-kw7iw0c74t] {
    color: #2c2521;
    font-weight: 600;
}

/* TABLET (480px–1279px) */

@media (min-width: 480px) and (max-width: 1279px) {
    section#about[b-kw7iw0c74t] {
        padding: 3rem 3rem;
    }

    section#about > .heading[b-kw7iw0c74t] {
        padding-bottom: 2rem;
    }

    section#about > .heading > h1[b-kw7iw0c74t] {
        font-size: 3rem;
    }

    section#about > .heading > hr[b-kw7iw0c74t] {
        border: 0.0625rem solid #885c3c;
    }

    section#about > .content > p[b-kw7iw0c74t] {
        font-size: 1.25rem;
    }
}

/* DESKTOP (1280px+) */

@media (min-width: 1280px) {
    section#about[b-kw7iw0c74t] {
        padding: 3rem 15rem;
    }

    section#about > .heading[b-kw7iw0c74t] {
        padding-bottom: 3rem;
    }

    section#about > .heading > h1[b-kw7iw0c74t] {
        font-size: 3rem;
    }

    section#about > .heading > hr[b-kw7iw0c74t] {
        border: 0.125rem solid #885c3c;
    }

    section#about > .content > p[b-kw7iw0c74t] {
        font-size: 1.2rem;
    }
}
/* _content/DemoverzeTruhlarstvi/Components/Ui/CallToAction.razor.rz.scp.css */
/* MOBILE FIRST (0–479px) */

section#call-to-action[b-4mfjllvu0u] {
    padding: 2rem 2rem;
    position: relative;
    z-index: 2;
    scroll-margin-top: 15vh;
}

section#call-to-action > .heading[b-4mfjllvu0u] {
    text-align: center;
    padding-bottom: 0;
}

section#call-to-action > .heading > h1[b-4mfjllvu0u] {
    font-size: 2rem;
    padding-bottom: 0.5rem;
    color: #2c2521;
}

section#call-to-action > .heading > hr[b-4mfjllvu0u] {
    margin: auto;
    width: 6rem;
    border: 0.0625rem solid #885c3c;
}

section#call-to-action > .heading > p[b-4mfjllvu0u] {
    color: #7e7167;
    font-size: 1rem;
    font-weight: 400;
    padding-top: 2rem;
}

section#call-to-action > .button[b-4mfjllvu0u] {
    display: flex;
    justify-content: center;
    padding-top: 2rem;
}

section#call-to-action > .button > a.button[b-4mfjllvu0u] {
    display: inline-block;
    cursor: pointer;
    padding: 0.75rem 1.25rem;
    border: 0.125rem solid #885c3c;
    border-radius: 0.25rem;
    background: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    color: #885c3c;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease, background 0.4s ease, transform 0.25s ease-in-out;
}

section#call-to-action > .button > a.button span[b-4mfjllvu0u] {
    position: relative;
    z-index: 2;
    color: inherit;
}

section#call-to-action > .button > a.button[b-4mfjllvu0u]::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: -2.5rem;
    transform: skewX(45deg);
    background-color: #885c3c;
    z-index: 1;
    transition: width 0.5s ease;
}

section#call-to-action > .button > a.button:hover[b-4mfjllvu0u] {
    color: #ffffff;
    background: #885c3c;
    transform: scale(1.1);
}

section#call-to-action > .button > a.button:hover[b-4mfjllvu0u]::before {
    width: 160%;
}

section#call-to-action > .button > a.button i[b-4mfjllvu0u] {
    color: inherit;
}

/* TABLET (480px–1279px) */

@media (min-width: 480px) and (max-width: 1279px) {
    section#call-to-action[b-4mfjllvu0u] {
        padding: 3rem 3rem;
    }

    section#call-to-action > .heading > h1[b-4mfjllvu0u] {
        font-size: 3rem;
    }

    section#call-to-action > .heading > hr[b-4mfjllvu0u] {
        border: 0.0625rem solid #885c3c;
    }

    section#call-to-action > .heading > p[b-4mfjllvu0u] {
        font-size: 1.25rem;
    }

    section#call-to-action > .button > a.button[b-4mfjllvu0u] {
        padding: 1rem 2rem;
        font-size: 1.25rem;
    }
}

/* DESKTOP (1280px+) */

@media (min-width: 1280px) {
    section#call-to-action[b-4mfjllvu0u] {
        padding: 3rem 15rem;
    }

    section#call-to-action > .heading > h1[b-4mfjllvu0u] {
        font-size: 3rem;
    }

    section#call-to-action > .heading > hr[b-4mfjllvu0u] {
        border: 0.125rem solid #885c3c;
    }

    section#call-to-action > .heading > p[b-4mfjllvu0u] {
        font-size: 1.2rem;
    }

    section#call-to-action > .button > a.button[b-4mfjllvu0u] {
        padding: 1rem 2rem;
        font-size: 1.1rem;
    }
}
/* _content/DemoverzeTruhlarstvi/Components/Ui/Hero.razor.rz.scp.css */
section#hero[b-92t1mykith] {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    background: url("Assets/Img/hero.jpg") center/cover no-repeat;
    overflow: hidden;
}

#hero[b-92t1mykith]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

#hero .heading[b-92t1mykith],
#hero .description[b-92t1mykith],
#hero .button[b-92t1mykith],
#hero .scroll-indicator[b-92t1mykith] {
    position: relative;
    z-index: 2;
}

/* MOBILE FIRST (0–479px) */

section#hero > .heading[b-92t1mykith] {
    text-align: center;
    margin-top: 15vh;
}

section#hero > .heading > h1[b-92t1mykith] {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: #ffffff;
}

section#hero > .description[b-92t1mykith] {
    margin: 1.5rem 0;
    display: flex;
    justify-content: center;
}

section#hero > .description > p[b-92t1mykith] {
    font-size: 0.9rem;
    font-weight: 300;
    color: #ffffff;
    width: 85%;
}

section#hero > .button[b-92t1mykith] {
    display: flex;
    justify-content: center;
}

section#hero > .button > a.button[b-92t1mykith] {
    display: inline-block;
    cursor: pointer;
    padding: 0.75rem 1.25rem;
    border: none;
    border-radius: 0.25rem;
    background: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    color: #2c2521;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease, background 0.4s ease, transform 0.25s ease-in-out;
}

section#hero > .button > a.button span[b-92t1mykith] {
    position: relative;
    z-index: 2;
    color: inherit;
}

section#hero > .button > a.button[b-92t1mykith]::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: -2.5rem;
    transform: skewX(45deg);
    background-color: #885c3c;
    z-index: 1;
    transition: width 0.5s ease;
}

section#hero > .button > a.button:hover[b-92t1mykith] {
    color: #ffffff;
    background: #885c3c;
    transform: scale(1.1);
}

section#hero > .button > a.button:hover[b-92t1mykith]::before {
    width: 160%;
}

section#hero > .button > a.button i[b-92t1mykith] {
    color: inherit;
}

section#hero > .scroll-indicator[b-92t1mykith] {}

/* TABLET (480px–1279px) */

@media (min-width: 480px) and (max-width: 1279px) {
    section#hero > .heading > h1[b-92t1mykith] {
        font-size: 4rem;
        line-height: 4rem;
    }

    section#hero > .description[b-92t1mykith] {
        margin: 2rem 0;
    }

    section#hero > .description > p[b-92t1mykith] {
        font-size: 1.5rem;
        width: 85%;
    }

    section#hero > .button > a.button[b-92t1mykith] {
        padding: 1rem 2rem;
        font-size: 1.25rem;
    }
}

/* DESKTOP (1280px+) */

@media (min-width: 1280px) {
    section#hero > .heading > h1[b-92t1mykith] {
        font-size: 6rem;
        line-height: 5.5rem;
    }

    section#hero > .description[b-92t1mykith] {
        margin: 3rem 0;
    }

    section#hero > .description > p[b-92t1mykith] {
        font-size: 1.5rem;
        width: 75%;
    }

    section#hero > .button > a.button[b-92t1mykith] {
        padding: 1rem 2rem;
        font-size: 1.1rem;
    }
}
/* _content/DemoverzeTruhlarstvi/Components/Ui/Kontakt.razor.rz.scp.css */
section#kontakt[b-ehb4sl1sqt] {
    padding: 2rem 2rem;
    position: relative;
    z-index: 2;
    scroll-margin-top: 15vh;
    background: #f9f7f6;
}

section#kontakt > .heading[b-ehb4sl1sqt] {
    text-align: center;
    padding-bottom: 1rem;
}

section#kontakt > .heading > h1[b-ehb4sl1sqt] {
    font-size: 2rem;
    padding-bottom: 0.5rem;
    color: #2c2521;
}

section#kontakt > .heading > hr[b-ehb4sl1sqt] {
    margin: auto;
    width: 5rem;
    border: 0.0625rem solid #885c3c;
}

section#kontakt > .heading > p[b-ehb4sl1sqt] {
    color: #7e7167;
    font-size: 1rem;
    font-weight: 400;
    padding-top: 1rem;
}

section#kontakt > .content[b-ehb4sl1sqt] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    padding-top: 1rem;
}

section#kontakt > .content > .column[b-ehb4sl1sqt] {
    border: 0.0625rem solid #e0d6cf;
    padding: 1.5rem;
    width: 100%;
    background: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 0 0.75rem 1.875rem rgba(0, 0, 0, 0.04);
}

section#kontakt > .content > .column:first-child[b-ehb4sl1sqt] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

section#kontakt > .content > .column > .heading > h2[b-ehb4sl1sqt] {
    color: #2c2521;
    padding-bottom: 1rem;
    font-size: 1.2rem;
}

section#kontakt > .content > .column > .group[b-ehb4sl1sqt] {
    display: flex;
    align-items: center;
    background: #f8f6f3;
    padding: 1rem;
    border-radius: 0.75rem;
}

section#kontakt > .content > .column > .group + .group[b-ehb4sl1sqt] {
    margin-top: 0.75rem;
}

section#kontakt > .content > .column > .group > .icon[b-ehb4sl1sqt] {
    padding: 1.1rem;
    background: #ece5df;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    flex-shrink: 0;
}

section#kontakt > .content > .column > .group > .icon i[b-ehb4sl1sqt] {
    color: #885c3c;
    font-size: 1.1rem;
}

section#kontakt > .content > .column > .group > .text[b-ehb4sl1sqt] {
    padding-left: 1rem;
}

section#kontakt > .content > .column > .group > .text > p[b-ehb4sl1sqt] {
    font-weight: 500;
    font-size: 0.9rem;
    color: #2c2521;
}

section#kontakt > .content > .column > .group > .text > a[b-ehb4sl1sqt] {
    text-decoration: none;
    font-weight: 400;
    color: #7e7167;
    font-size: 0.9rem;
}

section#kontakt > .content > .column > form[b-ehb4sl1sqt] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

section#kontakt > .content > .column > form > .heading > h2[b-ehb4sl1sqt] {
    color: #2c2521;
    padding-bottom: 1rem;
    font-size: 1.2rem;
}

section#kontakt > .content > .column > form > .group[b-ehb4sl1sqt] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

section#kontakt > .content > .column > form > .group > label[b-ehb4sl1sqt] {
    color: #2c2521;
    font-size: 0.9rem;
    font-weight: 500;
}

section#kontakt > .content > .column > form > .group > label span[b-ehb4sl1sqt] {
    color: #885c3c;
}

section#kontakt > .content > .column > form > .group > input[b-ehb4sl1sqt],
section#kontakt > .content > .column > form > .group > textarea[b-ehb4sl1sqt] {
    background: #f9f7f6;
    border-radius: 0.6rem;
    border: 0.0625rem solid #e0d6cf;
    padding: 0.75rem 0.9rem;
    font-size: 0.95rem;
    color: #2c2521;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
    font-family: inherit;
}

section#kontakt > .content > .column > form > .group > input[b-ehb4sl1sqt]::placeholder,
section#kontakt > .content > .column > form > .group > textarea[b-ehb4sl1sqt]::placeholder {
    color: #b0a39a;
}

section#kontakt > .content > .column > form > .group > input:focus[b-ehb4sl1sqt],
section#kontakt > .content > .column > form > .group > textarea:focus[b-ehb4sl1sqt] {
    background: #fffdfb;
    border-color: #885c3c;
    box-shadow: 0 0 0 0.125rem rgba(136, 92, 60, 0.15);
}

section#kontakt > .content > .column > form > .group > input[b-ehb4sl1sqt] {
    line-height: 1.2;
}

section#kontakt > .content > .column > form > .group > textarea[b-ehb4sl1sqt] {
    resize: vertical;
    min-height: 6rem;
}

section#kontakt > .content > .column > form > button[b-ehb4sl1sqt] {
    margin-top: 1rem;
    background: #885c3c;
    color: #ffffff;
    cursor: pointer;
    padding: 1rem 2rem;
    border: none;
    border-radius: 0.25rem;
    font-size: 1rem;
    font-weight: 500;
    align-self: stretch;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    box-shadow: 0 0.625rem 1.375rem rgba(136, 92, 60, 0.25);
    transition: background-color 0.18s ease, transform 0.12s ease, box-shadow 0.18s ease;
}

section#kontakt > .content > .column > form > button:hover[b-ehb4sl1sqt] {
    background: #6f4930;
    transform: translateY(-0.0625rem);
    box-shadow: 0 0.875rem 1.75rem rgba(136, 92, 60, 0.3);
}

section#kontakt > .content > .column > form > button:active[b-ehb4sl1sqt] {
    transform: translateY(0);
    box-shadow: 0 0.5rem 1.125rem rgba(136, 92, 60, 0.22);
}

@media (min-width: 480px) and (max-width: 1279px) {
    section#kontakt[b-ehb4sl1sqt] {
        padding: 3rem 3rem;
    }

    section#kontakt > .heading > h1[b-ehb4sl1sqt] {
        font-size: 3rem;
    }

    section#kontakt > .heading > hr[b-ehb4sl1sqt] {
        width: 5rem;
        border: 0.0625rem solid #885c3c;
    }

    section#kontakt > .heading > p[b-ehb4sl1sqt] {
        font-size: 1.25rem;
    }
}

@media (min-width: 1280px) {
    section#kontakt[b-ehb4sl1sqt] {
        padding: 3rem 5rem;
    }

    section#kontakt > .heading[b-ehb4sl1sqt] {
        padding-bottom: 2rem;
    }

    section#kontakt > .heading > h1[b-ehb4sl1sqt] {
        font-size: 3rem;
    }

    section#kontakt > .heading > hr[b-ehb4sl1sqt] {
        width: 6rem;
        border: 0.125rem solid #885c3c;
    }

    section#kontakt > .heading > p[b-ehb4sl1sqt] {
        font-size: 1.2rem;
        padding-top: 2rem;
    }

    section#kontakt > .content[b-ehb4sl1sqt] {
        flex-direction: row;
        gap: 2rem;
        padding-top: 0;
    }

    section#kontakt > .content > .column[b-ehb4sl1sqt] {
        width: 30vw;
        padding: 2rem;
    }

    section#kontakt > .content > .column > form > button[b-ehb4sl1sqt] {
        align-self: flex-start;
        width: auto;
        justify-content: center;
    }
}
/* _content/DemoverzeTruhlarstvi/Components/Ui/Recenze.razor.rz.scp.css */
section#recenze[b-6aafa0fg1a] {
    padding: 2rem 2rem;
    background-color: #f4f0ed;
    position: relative;
    z-index: 2;
    scroll-margin-top: 15vh;
}

section#recenze > .heading[b-6aafa0fg1a] {
    text-align: center;
    padding-bottom: 2rem;
}

section#recenze > .heading > h1[b-6aafa0fg1a] {
    font-size: 2rem;
    padding-bottom: 0.5rem;
    color: #2c2521;
}

section#recenze > .heading > hr[b-6aafa0fg1a] {
    margin: auto;
    width: 6rem;
    border: 0.0625rem solid #885c3c;
}

section#recenze > .content[b-6aafa0fg1a] {}

section#recenze > .content > .boxes[b-6aafa0fg1a] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

section#recenze > .content > .boxes > .box[b-6aafa0fg1a] {
    border: 0.0625rem solid #7e7167;
    border-radius: 0.5rem;
    padding: 1.5rem 1rem;
    background-color: #ffffff;
    flex: 1;
}

section#recenze > .content > .boxes > .box > .rating[b-6aafa0fg1a] {}

section#recenze > .content > .boxes > .box > .rating i[b-6aafa0fg1a] {
    color: #885c3c;
}

section#recenze > .content > .boxes > .box > .review[b-6aafa0fg1a] {
    padding: 1rem 0;
    font-style: italic;
    color: #7e7167;
    font-weight: 400;
    font-size: 0.9rem;
}

section#recenze > .content > .boxes > .box > .author[b-6aafa0fg1a] {}

section#recenze > .content > .boxes > .box > .author > p[b-6aafa0fg1a] {
    font-weight: 600;
}

@media (min-width: 480px) and (max-width: 1279px) {
    section#recenze[b-6aafa0fg1a] {
        padding: 3rem 3rem;
    }

    section#recenze > .heading[b-6aafa0fg1a] {
        padding-bottom: 2rem;
    }

    section#recenze > .heading > h1[b-6aafa0fg1a] {
        font-size: 3rem;
    }

    section#recenze > .heading > hr[b-6aafa0fg1a] {
        width: 6rem;
        border: 0.0625rem solid #885c3c;
    }

    section#recenze > .content > .boxes[b-6aafa0fg1a] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    section#recenze > .content > .boxes > .box[b-6aafa0fg1a] {
        padding: 2rem 1.5rem;
    }

    section#recenze > .content > .boxes > .box > .review[b-6aafa0fg1a] {
        font-size: 1.125rem;
    }
}

@media (min-width: 1280px) {
    section#recenze[b-6aafa0fg1a] {
        padding: 3rem 5rem;
    }

    section#recenze > .heading[b-6aafa0fg1a] {
        padding-bottom: 3rem;
    }

    section#recenze > .heading > h1[b-6aafa0fg1a] {
        font-size: 3rem;
    }

    section#recenze > .heading > hr[b-6aafa0fg1a] {
        width: 6rem;
        border: 0.125rem solid #885c3c;
    }

    section#recenze > .content > .boxes[b-6aafa0fg1a] {
        display: flex;
        flex-direction: row;
        gap: 2rem;
    }

    section#recenze > .content > .boxes > .box[b-6aafa0fg1a] {
        padding: 2rem;
    }

    section#recenze > .content > .boxes > .box > .review[b-6aafa0fg1a] {
        font-size: 1rem;
    }
}
/* _content/DemoverzeTruhlarstvi/Components/Ui/Reference.razor.rz.scp.css */
section#reference[b-tjtitsgx9g] {
    padding: 2rem 2rem;
    position: relative;
    z-index: 2;
    scroll-margin-top: 15vh;
}

section#reference > .heading[b-tjtitsgx9g] {
    text-align: center;
    padding-bottom: 1rem;
}

section#reference > .heading > h1[b-tjtitsgx9g] {
    font-size: 2rem;
    padding-bottom: 0.5rem;
    color: #2c2521;
}

section#reference > .heading > hr[b-tjtitsgx9g] {
    margin: auto;
    width: 6rem;
    border: 0.0625rem solid #885c3c;
}

section#reference > .heading > p[b-tjtitsgx9g] {
    color: #7e7167;
    font-size: 1rem;
    font-weight: 400;
    padding-top: 1rem;
}

section#reference .slider-wrapper[b-tjtitsgx9g] {
    position: relative;
    width: 100%;
    padding-top: 1rem;
}

section#reference .slider-wrapper > .content[b-tjtitsgx9g] {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1.25rem;
    margin: 0 1.5rem;
    -webkit-overflow-scrolling: touch;
}

section#reference .slider-wrapper > .content .card[b-tjtitsgx9g] {
    flex: 0 0 100%;
    scroll-snap-align: center;
}

section#reference .slider-wrapper > .content .card img[b-tjtitsgx9g] {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0.5rem;
}

section#reference .slider-wrapper > .content[b-tjtitsgx9g]::-webkit-scrollbar {
    display: none;
}

section#reference .slider-arrows[b-tjtitsgx9g] {
    display: flex;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 0;
    justify-content: space-between;
    pointer-events: none;
}

section#reference .slider-arrows .arrow[b-tjtitsgx9g] {
    pointer-events: auto;
    background: #885c3c;
    color: #ffffff;
    border: none;
    padding: 1rem;
    border-radius: 999px;
    font-size: 1.1rem;
    cursor: pointer;
    box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
}

section#reference .slider-arrows .arrow:hover[b-tjtitsgx9g] {
    background: #6f4630;
}

section#reference > .button[b-tjtitsgx9g] {
    display: flex;
    justify-content: center;
    padding-top: 2rem;
}

section#reference > .button > a.button[b-tjtitsgx9g] {
    display: inline-block;
    cursor: pointer;
    padding: 0.75rem 1.25rem;
    border: 0.125rem solid #885c3c;
    border-radius: 0.25rem;
    background: #885c3c;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease, background 0.4s ease, transform 0.25s ease-in-out;
}

section#reference > .button > a.button span[b-tjtitsgx9g] {
    position: relative;
    z-index: 2;
}

section#reference > .button > a.button[b-tjtitsgx9g]::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: -2.5rem;
    transform: skewX(45deg);
    background-color: #ffffff;
    z-index: 1;
    transition: width 0.5s ease;
}

section#reference > .button > a.button:hover[b-tjtitsgx9g] {
    color: #885c3c;
    background: #ffffff;
    transform: scale(1.1);
}

section#reference > .button > a.button:hover[b-tjtitsgx9g]::before {
    width: 160%;
}

section#reference > .button > a.button i[b-tjtitsgx9g] {
    color: inherit;
}

@media (min-width: 480px) and (max-width: 1279px) {
    section#reference[b-tjtitsgx9g] {
        padding: 3rem 3rem;
    }

    section#reference > .heading[b-tjtitsgx9g] {
        padding-bottom: 1rem;
    }

    section#reference > .heading > h1[b-tjtitsgx9g] {
        font-size: 3rem;
    }

    section#reference > .heading > hr[b-tjtitsgx9g] {
        width: 6rem;
        border: 0.0625rem solid #885c3c;
    }

    section#reference > .heading > p[b-tjtitsgx9g] {
        font-size: 1.25rem;
        padding-top: 1rem;
    }

    section#reference .slider-wrapper > .content[b-tjtitsgx9g] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        margin: 0;
        overflow-x: visible;
        scroll-snap-type: none;
    }

    section#reference .slider-wrapper > .content .card[b-tjtitsgx9g] {
        flex: 0 0 100%;
    }

    section#reference .slider-wrapper > .content .card img[b-tjtitsgx9g] {
        width: 100%;
        height: auto;
    }

    section#reference .slider-arrows[b-tjtitsgx9g] {
        display: none;
    }

    section#reference > .button[b-tjtitsgx9g] {
        padding-top: 2rem;
    }

    section#reference > .button > a.button[b-tjtitsgx9g] {
        padding: 1rem 2rem;
        font-size: 1.25rem;
    }
}

@media (min-width: 1280px) {
    section#reference[b-tjtitsgx9g] {
        padding: 3rem 3rem;
    }

    section#reference > .heading[b-tjtitsgx9g] {
        padding-bottom: 2rem;
    }

    section#reference > .heading > h1[b-tjtitsgx9g] {
        font-size: 3rem;
    }

    section#reference > .heading > hr[b-tjtitsgx9g] {
        width: 6rem;
        border: 0.125rem solid #885c3c;
    }

    section#reference > .heading > p[b-tjtitsgx9g] {
        font-size: 1.2rem;
        padding-top: 2rem;
    }

    section#reference .slider-wrapper > .content[b-tjtitsgx9g] {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 2rem;
        margin: 0;
        overflow-x: visible;
        scroll-snap-type: none;
    }

    section#reference .slider-wrapper > .content .card[b-tjtitsgx9g] {
        flex: 0 0 calc(33.333% - 3rem);
    }

    section#reference .slider-wrapper > .content .card img[b-tjtitsgx9g] {
        width: 100%;
        height: 100%;
    }

    section#reference .slider-arrows[b-tjtitsgx9g] {
        display: none;
    }

    section#reference > .button[b-tjtitsgx9g] {
        padding-top: 3rem;
    }

    section#reference > .button > a.button[b-tjtitsgx9g] {
        padding: 1rem 2rem;
        font-size: 1.1rem;
    }
}
/* _content/DemoverzeTruhlarstvi/Components/Ui/Sluzby.razor.rz.scp.css */
section#sluzby[b-jw8ov5h5d2] {
    padding: 2rem 2rem;
    background-color: #f4f0ed;
    position: relative;
    z-index: 2;
    scroll-margin-top: 15vh;
}

section#sluzby > .heading[b-jw8ov5h5d2] {
    text-align: center;
    padding-bottom: 2rem;
}

section#sluzby > .heading > h1[b-jw8ov5h5d2] {
    font-size: 2rem;
    padding-bottom: 0.5rem;
    color: #2c2521;
}

section#sluzby > .heading > hr[b-jw8ov5h5d2] {
    margin: auto;
    width: 6rem;
    border: 0.0625rem solid #885c3c;
}

section#sluzby > .content[b-jw8ov5h5d2] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

section#sluzby > .content > .card[b-jw8ov5h5d2] {
    border: 0.0625rem solid #7e7167;
    border-radius: 0.5rem;
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #ffffff;
    flex: 1;
}

section#sluzby > .content > .card > .icon[b-jw8ov5h5d2] {
    padding: 1.5rem;
    background-color: #f4f0ed;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5rem;
}

section#sluzby > .content > .card > .icon > i[b-jw8ov5h5d2] {
    color: #885c3c;
    font-size: 1.25rem;
}

section#sluzby > .content > .card > .heading[b-jw8ov5h5d2] {
    padding: 0.5rem 0;
}

section#sluzby > .content > .card > .heading > h2[b-jw8ov5h5d2] {
    color: #2c2521;
    font-size: 1.25rem;
}

section#sluzby > .content > .card > .description > p[b-jw8ov5h5d2] {
    color: #7e7167;
    font-size: 0.9rem;
}

section#sluzby > .button[b-jw8ov5h5d2] {
    display: flex;
    justify-content: center;
    padding-top: 2rem;
}

section#sluzby > .button > a.button[b-jw8ov5h5d2] {
    display: inline-block;
    cursor: pointer;
    padding: 0.75rem 1.25rem;
    border: 0.125rem solid #885c3c;
    border-radius: 0.25rem;
    background: #885c3c;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease, background 0.4s ease, transform 0.25s ease-in-out;
}

section#sluzby > .button > a.button span[b-jw8ov5h5d2] {
    position: relative;
    z-index: 2;
    color: inherit;
}

section#sluzby > .button > a.button[b-jw8ov5h5d2]::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: -2.5rem;
    transform: skewX(45deg);
    background-color: #ffffff;
    z-index: 1;
    transition: width 0.5s ease;
}

section#sluzby > .button > a.button:hover[b-jw8ov5h5d2] {
    color: #885c3c;
    background: #ffffff;
    transform: scale(1.1);
}

section#sluzby > .button > a.button:hover[b-jw8ov5h5d2]::before {
    width: 160%;
}

section#sluzby > .button > a.button i[b-jw8ov5h5d2] {
    color: inherit;
}

@media (min-width: 480px) and (max-width: 1279px) {
    section#sluzby[b-jw8ov5h5d2] {
        padding: 3rem 3rem;
    }

    section#sluzby > .heading > h1[b-jw8ov5h5d2] {
        font-size: 3rem;
    }

    section#sluzby > .heading > hr[b-jw8ov5h5d2] {
        border: 0.0625rem solid #885c3c;
    }

    section#sluzby > .content[b-jw8ov5h5d2] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    section#sluzby > .content > .card[b-jw8ov5h5d2] {
        padding: 1.5rem 1rem;
    }

    section#sluzby > .content > .card > .icon[b-jw8ov5h5d2] {
        padding: 1.5rem;
        width: 1.5rem;
        height: 1.5rem;
    }

    section#sluzby > .content > .card > .heading[b-jw8ov5h5d2] {
        padding: 0.5rem 0;
    }

    section#sluzby > .content > .card > .heading > h2[b-jw8ov5h5d2] {
        font-size: 1.25rem;
    }

    section#sluzby > .content > .card > .description > p[b-jw8ov5h5d2] {
        font-size: 0.9rem;
    }

    section#sluzby > .button[b-jw8ov5h5d2] {
        padding-top: 2rem;
    }

    section#sluzby > .button > a.button[b-jw8ov5h5d2] {
        padding: 1rem 2rem;
        font-size: 1.25rem;
    }
}

@media (min-width: 1280px) {
    section#sluzby[b-jw8ov5h5d2] {
        padding: 3rem 5rem;
    }

    section#sluzby > .heading[b-jw8ov5h5d2] {
        padding-bottom: 3rem;
    }

    section#sluzby > .heading > h1[b-jw8ov5h5d2] {
        font-size: 3rem;
    }

    section#sluzby > .heading > hr[b-jw8ov5h5d2] {
        border: 0.125rem solid #885c3c;
    }

    section#sluzby > .content[b-jw8ov5h5d2] {
        display: flex;
        flex-direction: row;
        gap: 2rem;
    }

    section#sluzby > .content > .card[b-jw8ov5h5d2] {
        padding: 3rem 2rem;
    }

    section#sluzby > .content > .card > .icon[b-jw8ov5h5d2] {
        width: 2rem;
        height: 2rem;
    }

    section#sluzby > .content > .card > .heading[b-jw8ov5h5d2] {
        padding: 1rem 0;
    }

    section#sluzby > .content > .card > .heading > h2[b-jw8ov5h5d2] {
        font-size: 1.5rem;
    }

    section#sluzby > .content > .card > .description > p[b-jw8ov5h5d2] {
        font-size: 1rem;
    }

    section#sluzby > .button[b-jw8ov5h5d2] {
        padding-top: 3rem;
    }

    section#sluzby > .button > a.button[b-jw8ov5h5d2] {
        padding: 1rem 2rem;
        font-size: 1.1rem;
    }
}
