/* Inter Font Family */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://xevos.eu/beta/wp-content/themes/xevos-beta-newest/assets/fonts/Inter-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url(https://xevos.eu/beta/wp-content/themes/xevos-beta-newest/assets/fonts/Inter-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://xevos.eu/beta/wp-content/themes/xevos-beta-newest/assets/fonts/Inter-Black.ttf) format('truetype');
}

/* END Inter Font Family */

/* SpaceGrotesk Font Family */

@font-face {
    font-family: 'SpaceGrotesk';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://xevos.eu/beta/wp-content/themes/xevos-beta-newest/assets/fonts/SpaceGrotesk-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'SpaceGrotesk';
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url(https://xevos.eu/beta/wp-content/themes/xevos-beta-newest/assets/fonts/SpaceGrotesk-Bold.ttf) format('truetype');
}

/* END SpaceGrotesk Font Family */

/* Styles */


:root {
    --bg: #fff;
    --card: #11162a;
    --muted: #9fb0ff;
    --text: #606060;
    --sub: #bfc7ff;
    --link: #7aa2ff;
    --border: rgba(255, 255, 255, .08);
}

* {
    box-sizing: border-box
}

html {
    font-size: 16px
}

body {
    margin: 0;
    font-family: 'Inter', 'SpaceGrotesk';
    color: var(--text);
    background: var(--bg);
}

a {
    color: var(--link);
    text-decoration: none
}

a:hover {
    text-decoration: underline
}


h2,
h3 {
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
}

h2 {
    font: normal normal bold 48px / 50px 'SpaceGrotesk';
    color: #1D3E6D;
}

h3 {
    font: normal normal bold 24px / 34px 'Inter' !important;
}

h4 {
    font: normal normal bold 20px / 30px 'Inter' !important;
    margin-block: 20px 0;
}


.hero h3,
.hero-simple h3 {
    color: #26ABFF;
}

p {
    color: var(--text);
    line-height: 1.5rem;
}

.container {
    max-width: 90%;
    width: 1600px;
    margin: 0 auto;
    padding: 24px
}

header {
    box-shadow: 0px 10px 20px #17171726;
}

header .container {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-block: 24px;
}

.brand {
    display: flex;
    font-weight: 700;
    letter-spacing: .3px
}

.brand::after {
    content: "";
    display: block;
    height: 20px;
    width: 1px;
    background-color: black;
    margin-inline: 35px 15px;
}

.brand img {
    height: 20px;
    width: auto;
    display: block;
}

.asus-logo img {
    width: 100%;
    max-width: 110px;
}

.back-link {
    background-color: #EF2B35;
    color: #FFFFFF;
    padding: 10px 25px;
    margin: 0 0 0 20px;
    transition: background-color 0.3s ease-out;
    border-radius: 0px;
    font-size: 16px;
    margin-left: auto;
}

.back-link:hover {
    background-color: #A12026;
    color: #fff;
}

@media (max-width: 767px) {
    header .container {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .brand {
        flex: 0 0 auto;
        flex-basis: calc(50% - 16px);
    }

    .brand::after {
        content: unset;
    }

    .asus-logo {
        flex: 0 0 50%;
        display: flex;
        justify-content: flex-end;
    }

    .back-link {
        flex: 0 0 100%;
        flex-basis: 150px;
        margin: 15px 0 0 auto;
        text-align: right;
        width: auto;
    }
}

@media screen and (max-width: 614px) {
    header .container {
        flex-direction: column;
    }

    .asus-logo {
        justify-content: flex-start;
    }

    .back-link {
        flex-basis: auto;
        margin-inline: auto;
    }

}

.hero {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 50px;
    align-items: center;
    padding-block: 28px 74px;
}

.hero h1 {
    margin: .2rem 0 0 0;
    font-size: clamp(2rem, 2.6rem, 3rem);
    line-height: 1.1;
}


.hero img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
    border: 1px solid var(--border);
}

.note {
    font-size: .75rem;
    color: #cfd6ff99;
    margin-top: .75rem
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 28px;
}

.nase-sluzby-podkategorie {
    display: flex;
    gap: 24px;
    padding-inline: 100px;
    justify-content: space-between;
    background-color: #F2F2F2;
}

.nase-sluzby-podkategorie-item {
    position: relative;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    padding: 60px 25px 55px;
}


.icon,
.icon svg {
    max-width: 40px;
    max-height: 40px;
}

.nase-sluzby-podkategorie-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 135px;
    bottom: 0;
    left: calc(100% + 50px);
    width: 1px;
    height: 135px;
    background-color: #70707061;
}

.nase-sluzby-podkategorie h4 {
    color: #1D3E6D;
}

.footer {
    margin: 40px 0 0 0;
    padding: 18px;
    text-align: center;
    color: #cfd6ff99;
    border-top: 1px solid var(--border)
}

.main {
    padding: 8px 0 0 0;
}

.section {
    border: 1px solid var(--border);
    background: var(--card);
    padding: 24px;
    border-radius: 16px;
}

.section h1 {
    margin: .2rem 0 1rem 0
}

.section p {
    color: #cfd6ffcc
}

.breadcrumbs {
    font-size: .85rem;
    color: #cfd6ffcc;
    margin-bottom: 12px
}


/* FOOTER */
footer {
    margin-top: 50px;
}

.copyright {
    color: #fff;
    background-color: #1D3E6D;
    padding-block: 28px;
}

.copyright .container {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-text {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 19px;
}

.copyright-text-block,
.subscribe-socials-block {
    display: flex;
    justify-content: center;
    flex-basis: 50%;
}

.subscribe-socials-block {
    display: flex;
    align-items: center;
}

.subscribe-socials-block-text {
    margin-right: 25px;
}

.subscribe-socials-block-text strong {
    display: block;
    margin-bottom: 4px;
}

.subscribe-socials-block .socials {
    display: flex;
    gap: 10px;
}

.subscribe-socials-block .socials svg {
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 1250px) {
    .copyright .container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 35px;
    }
}

@media screen and (max-width: 767px) {

    .copyright-text>strong,
    .copyright-text strong span {
        display: block;
    }

    .d-xs-none {
        display: none !important;
    }
}

@media screen and (max-width: 450px) {
    .subscribe-socials-block {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

/* END : FOOTER */


@media screen and (max-width: 1600px) {
    .nase-sluzby-podkategorie-item:not(:last-child)::after {
        left: calc(100% + 8px);
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .nase-sluzby-podkategorie {
        padding-top: 35px;
    }
}


@media screen and (max-width: 1200px) {
    .nase-sluzby-podkategorie-item:not(:last-child)::after {
        content: unset !important;
    }

    .nase-sluzby-podkategorie {
        flex-wrap: wrap;
        padding-bottom: 60px;
    }

    .nase-sluzby-podkategorie-item:not(:first-child) {
        padding-block: 25px;
        padding-bottom: 0;
    }

    .nase-sluzby-podkategorie-item:first-child {
        width: 100%;
        max-width: 100%;
        padding-bottom: 0;
    }

    .nase-sluzby-template-default .nase-sluzby-podkategorie-item {
        padding-top: 25px;
        padding-bottom: 0;
    }
}


@media screen and (max-width: 991px) {
    .nase-sluzby-podkategorie-item:not(:first-child) {
        width: calc(50% - 12px);
    }

    .nase-sluzby-template-default .nase-sluzby-podkategorie-item {
        width: calc(50% - 12px);
    }
}


@media screen and (max-width: 767px) {

    .single-nase-sluzby .page-header-row {
        flex-direction: column;
    }

    .nase-sluzby-podkategorie {
        padding-inline: 0 !important;
    }
}



@media screen and (max-width: 767px) {
    .single-nase-sluzby .page-header>.page-header-row>.wpb_column:first-child {
        padding-top: 15px;
    }
}

@media screen and (max-width: 420px) {
    .nase-sluzby-podkategorie-item {
        width: 100% !important;
        padding-inline: 15px;
    }

}

@media (max-width: 960px) {
    .hero {
        padding-inline: 0;
        padding-block: 20px;
        grid-template-columns: 1fr;
    }

    .grid {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 560px) {
    .grid {
        grid-template-columns: 1fr
    }
}