﻿/* site */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root {
    --bs-body-bg: #112532;
    --bs-link-color-rgb: 26, 158, 166;
}

html, body {
    min-height: 100vh;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#112532+0,112532+80,18374b+90,163447+100 */
    background: linear-gradient(to bottom, #112532 0%, #112532 80%, #18374b 90%, #163447 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    font-family: "Ubuntu", serif;
    font-weight: 300;
    font-style: normal;
}

h1 {
    font-size: 46px !important;
    font-weight: 500;
    letter-spacing: 1px;
    background: -webkit-linear-gradient(35deg, #149ba4, #20cbd5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

    h1.white, h1.text-white {
        color: #ffffff !important;
        font-size: 46px !important;
        background: transparent;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: unset;
    }

h2 {
    font-size: 24px;
    color: #149ba4;
}

div#app {
    position: relative;
    z-index: 2;
}

.colored-header {
    position: relative;
    background: #1c767d url('/img/header-bg.jpg');
    background-position: center center;
    background-size: cover;
    z-index: 1;
}

    .colored-header.pim-bg {
        background: #1c767d url('/img/pim-header-bg.jpg');
        background-position: center center;
        background-size: cover;
    }

    .colored-header::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        background-color: #1c767d;
        opacity: 0.85;
    }

.hero-header {
    height: auto;
    min-height: 95vh;
    padding-top: 100px;
    padding-bottom: 125px;
}

.negative-margin-top {
    position: relative;
    margin-top: -126px !important;
    z-index: 2;
}

/*
body::before {
    content: '';
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-image: url('https://images.unsplash.com/photo-1604328698692-f76ea9498e76?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-position: center center;
    background-size: cover;
    opacity: 0.1;
}
*/

.bg-white {
    background-color: #fff;
}
.bg-lightgray {
    background-color: #f7f8fa;
}

.text-shadow {
    text-shadow: rgba(0,0,0,0.5) 1px 1px 5px;
}

.services-box {
    background-color: rgb(214 221 227 / 24%) !important;
    height: 100%;
}

i.services-icon {
    font-size: 68px !important;
    background: -webkit-linear-gradient(35deg, #149ba4, #20cbd5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2.services {
    font-size: 24px;
    color: #4d4d4d;
}

.infotext {
    font-size: 15px;
    color: #a3a3a3;
}

.btn.btn-cta {
    --bs-btn-border-color: #1a9ea6;
    --bs-btn-color: #fff;
    --bs-btn-hover-bg: #1a9ea6;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-hover-color: #1a9ea6;
    background: linear-gradient(8deg, #248389, #13dae5);
}

    .btn.btn-cta:hover {
        background: linear-gradient(8deg, #fff, #fff);
    }

.btn.btn-cta-dark {
    --bs-btn-border-color: #1a9ea6;
    --bs-btn-color: #fff;
    --bs-btn-hover-bg: #112532;
    --bs-btn-hover-border-color: #112532;
    --bs-btn-hover-color: #fff;
    background: linear-gradient(8deg, #248389, #13dae5);
}

    .btn.btn-cta-dark:hover {
        background: linear-gradient(8deg, #112532, #112532);
    }

.mainmenu {
    position: fixed !important;
    width: 100% !important;
    top: 0 !important;
    z-index: 10;
}

    .mainmenu ul li.nav-item {
        display: flex;
        align-items: center;
        /*letter-spacing: 1px !important;*/
        /*text-transform: uppercase;*/
    }

    .mainmenu img.header-logo {
        position: absolute;
        top: 0;
        padding: 2px;
        padding-top: 5px;
        background: #112532;
        border-radius: 6px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        box-shadow: rgba(0,0,0,0.2) 0px 0px 8px;
    }

    .mainmenu.sticky-darkbg {
        background: rgba(17, 37, 50, 1.0); /* = #112532 */
        transition: background-color 0.5s ease-in-out;
    }

        .mainmenu.sticky-darkbg img.header-logo {
            box-shadow: none;
        }

    .mainmenu.sticky-transparentbg {
        background: rgba(22, 42, 53, 0.0);
        transition: background-color 0.5s ease-in-out;
    }

    .mainmenu.darkmenu {
        background: #112532 !important;
    }

img.header-infographic {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 385px;
    margin: 0 auto;
}

i.contact-icon {
    font-size: 36px !important;
    background: -webkit-linear-gradient(35deg, #149ba4, #20cbd5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h3.contact {
    font-size: 22px !important;
    background: -webkit-linear-gradient(35deg, #149ba4, #20cbd5) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 600 !important;
    margin-bottom: 6px;
}

p.contact-info {
    --bs-link-color: #19b0b9;
    color: #646464;
}

a.bookmark {
    color: #b3b3b3;
    text-decoration: none !important;
    font-style: normal !important;
}

input.form-control.light,
textarea.form-control.light {
    border: none;
    background: #fff;
    border-bottom: solid 2px #149ba4;
    box-shadow: inset rgb(0 0 0 / 12%) 0px 1px 4px;
}

.contact-bg {
    background: #f7f8fa url('/img/bg-gray-letter.png') right 80px top -50px no-repeat;
}

.form-check-input {
    cursor: pointer;
}
.form-check-input:checked {
    background-color: #19adb7 !important;
    border-color: #19adb7 !important;
}
label {
    cursor: pointer;
}

footer .text-copyright {
    font-size: 14px;
    color: #889fa1;
    letter-spacing: 1px;
}

/* blazor error */

p[role="alert"] {
    color: red;
    text-align: center;
    padding: 20px;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .reload {
        cursor: pointer;
        color: red;
    }

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        text-decoration: none;
        color: gray;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

/* Scroll progress */

.scroll-progress {
    position: fixed;
    right: 20px;
    z-index: 111;
    top: 50%;
    --white: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    mix-blend-mode: difference;
}

    .scroll-progress.visible {
        opacity: 1;
    }

    .scroll-progress .scroll-top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .scroll-progress .scroll-line {
        width: 2px;
        height: 60px;
        position: relative;
        background-color: rgba(255, 255, 255, 0.15);
        color: inherit;
        display: block;
    }

    .scroll-progress .scroll-point {
        display: inline-block;
        width: 2px;
        position: absolute;
        background-color: var(--white);
        top: 0px;
        left: 0px;
    }

    .scroll-progress .scroll-text {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        writing-mode: vertical-lr;
        margin-bottom: 15px;
        color: var(--white);
        font-size: 11px;
        text-transform: uppercase;
    }

.btn-outline-info {
    --bs-btn-color: #14b4b9;
    --bs-btn-border-color: #14b4b9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #14b4b9;
    --bs-btn-hover-border-color: #14b4b9;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #14b4b9;
    --bs-btn-active-border-color: #14b4b9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #14b4b9;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #14b4b9;
    --bs-gradient: none;
}

.bubblenav-go2top {
    display: none;
    position: sticky;
    display: flex;
    justify-content: center;
    align-items: center;
    left: calc(100% - 38px - 24px);
    bottom: 27px;
    width: 38px;
    height: 38px;
    z-index: 800;
}
    .bubblenav-go2top a {
        color: var(--bs-btn-color);
    }

    .bubblenav-go2top i {
        font-size: 24px;
        color: var(--bs-btn-color);
    }

section.contact-us .right-content {
    padding-top: 135px;
}

/* === Responsive media === */

@media (min-width: 992px) {
    .w-md-100 {
        width: 100% !important;
    }
}

@media (max-width: 992px) {
    .mainmenu .collapse {
        padding: 1.5rem 0 !important;
    }
    .mainmenu ul li.nav-item {
        align-items: center;
        justify-content: center;
        letter-spacing: 1px !important;
        text-transform: uppercase;
        margin: 0.5rem 0 !important;
    }

    img.header-infographic {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 200px;
        margin: 0 auto;
    }

    h1 {
        font-size: 36px !important;
    }
    h1.white, h1.text-white {
        font-size: 36px !important;
    }

    p.fs-4, div.fs-4 {
        font-size: 1.15rem !important;
    }
    p.fs-5, div.fs-5 {
        font-size: 1.15rem !important;
    }

    i.services-icon {
        font-size: 48px !important;
    }
    h2.services {
        font-size: 20px;
    }
    .infotext {
        font-size: 16px;
    }

    section.contact-us .right-content {
        padding-top: 20px;
    }
}