html { overflow-y: scroll; }
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue", Arial, sans-serif;
}

input[type=text], input[type=submit] {
    color: #000;
    background: #fff;
    padding: 0.8rem 1rem;
    border-radius: 4px;
    border: solid 1px #607d8b;
}

header, .hero, .topbar, .newsletter {
    background: #0461aa;
}

header {
    padding: 30px 0;
    width: 100%;
    border: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-link, .logo {
    display: block;
}

.logo {
    height: 48px;
}

.main-nav {
    display: flex;
    align-items: center;
}

.topbar {
    margin: 0;
    padding: 8px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-bottom: solid 1px #ffffff22;
}

.newsletter {
    color: #fff;
    text-align: center;
    padding: 64px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

.container {
    width: 90%;
    max-width: 1120px;
    margin: auto;
}

.nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    align-items: center;
}

.nav a {
    color: #fff;
    text-decoration: none;
    padding: 8px;
    transition: color 0.3s ease;
    font-size: 1.1rem;
}

.nav a:hover {
    color: #a7d9f1;
}

.nav .client-btn, .nav .contact-btn {
    font-weight: 500;
    border-radius: 8px;
    padding: 12px 24px;
    margin: 0;
    line-height: 1;
    transition: all 0.3s ease;
}

.nav .client-btn {
    color: #fff;
    border: solid 1px #fff;
}

.nav .client-btn:hover a { color: #0461aa; }
.nav .client-btn:hover {
    background-color: #fff;
    border: solid 1px #0461aa;
}

.nav .contact-btn {
    color: #89ff00;
    border: solid 1px #89ff00;
}

.nav .contact-btn:hover a { color: #fff; }
.nav .contact-btn:hover {
    background-color: #89ff00;
}

.menu-item {
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #fff;
    position: relative;
    text-shadow: -1px 1px 5px #00000066;
    transition: color .2s;
    font-weight: 600;
    margin-right: -4px;
}

.menu-item:hover {
    color: #a7d9f1;
}

.panel {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 24px;
    text-align: center;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.panel .container {
    background: #fff;
    border-radius: 4px;
    padding: 42px 42px 64px;
    border: solid 1px #efefef;
    border-bottom: solid 2px #ccc;
}

.panel-column {
    display: inline-block;
    width: 30%;
    margin: 0 2%;
    text-align: left;
}

.panel-column h3 {
    font-size: 16px;
    padding-top: 16px;
}

.panel-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.panel-column li {
    margin: 4px 0;
}

.panel-column li:hover a {
    color: #0461aa;
}

.header-border {
    border-top: solid 2px #33333322;
}

.hero {
    min-height: 500px;
    color: #fff;
    position: relative;
    z-index: 2;
    padding-top: 8px;
}

.hero:after {
    position: absolute;
    content: '';
    background-image: url(/themes/default/img/hero_bg.png);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-position: center;
    background-repeat-y: no-repeat;
}

.hero .hero-img {
    float: right;
    margin-left: 16px;
    margin-right: -16px;
}

.hero .hero-sub,
.hero .hero-title,
.hero .hero-text {
    color: #fff;
    text-shadow: -1px 1px 1px #00000077;
}

.hero .hero-sub {
    font-size: 15px;
    padding-top: 24px;
    letter-spacing: 1px;
}

.hero .hero-title {
    font-size: 1.8rem;
    margin: 8px 0;
    letter-spacing: 1px;
}

.hero .hero-text {
    font-size: 1.4rem;
    margin: 16px 0 42px;
}

.hero .hero-btn {
    color: #194f79;
    background-color: #ffffff;
    font-weight: 600;
    padding: 8px 16px;
    margin-right: 12px;
    border-radius: 4px;
    border: solid 1px #468bc222;
    text-decoration: none;
    transition: color 0.5s ease-in-out, border 0.5s ease-in-out;
}

.hero .hero-btn:hover {
    border: solid 1px #0370a5;
    color: #0370a5;
}

.landing-page {
    position: relative;
    padding: 64px 0;
    background: linear-gradient(0deg, rgba(213,236,255,1) 0%, rgb(255 255 255 / 0%) 100%);
    box-shadow: inset 0px -4px 4px -2px rgba(0, 0, 0, 0.2);
    justify-content: center;
    align-items: center;
    margin-top: -64px;
    z-index: 3;
}

.landing-page .container {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 16px;
}

.landing-page .box {
    background: #ffffff;
    padding: 1.5rem 2rem;
    border-radius: 10px;
    border: solid 1px #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    min-width: 240px;
    flex: 1;
}

.landing-page .box:hover {
    border: solid 1px #bbb;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.landing-page h3 {
    color: #111;
    font-size: 1.1rem;
    margin-bottom: 16px;
}

.landing-page big {
    position: absolute;
    display: block;
    padding: 0 1rem;
}

.landing-page p {
    color: #444;
}

.call-container {
    clear: both;
    z-index: 3;
    margin-top: -150px;
    position: absolute;
    width: 100%;
}

.call-to-action {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    font-size: 2rem;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgb(0 0 0 / 10%);
    transition: background-color 0.3s, transform 0.2s;
    margin: auto;
}

.call-to-action:hover {
    background-color: #0056b3;
    transform: scale(1.1);
}

.page {
    font-size: 18px;
    padding: 32px 0;
    border-top: solid 1px #fff;
}

.footer {
    color: #518fc0;
    padding-top: 64px;
}

.footer .container {
    padding-bottom: 32px;
    border-bottom: solid 1px #ffffff1a;
}

.footer-links {
    padding-left: 0;
    margin-top: 16px;
    list-style: none;
}

.footer-links li,
.footer-links a {
    padding: 6px 0;
    color: #168deb;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.15s ease-in-out, border 0.15s ease-in-out;
}

.footer-links a:hover {
    color: #518fc0;
}

.copyright {
    text-align: left;
    font-size: 14px;
    padding: 32px 0;
}

.copyright a {
    float: right;
    color: #168deb;
    margin-right: 11px;
    text-decoration: none;
}

.copyright a:hover {
    color: #45b6f3;
}

.copyright .social-links {
    float: right;
}

.copyright .social-links a {
    margin-right: 4px;
}

.copyright .social-links img {
    margin-top: -5px;
}

.clr { clear: both; }

.col-a { float: left; width: 22.22%; }
.col-b { float: left; width: 33.33%; }
.col-c { float: left; width: 60%; }
.col-h { float: left; width: 50%; }

.lost-page {
    color: #fff;
    text-align: center;
    background-color: #0461aa;
    background-image: url(/themes/default/img/hero_bg.png);
    background-position: center;
    background-repeat: no-repeat;
}

.lost-page .container {
    padding: 128px 0 178px;
}

.lost-page a {
    color: #fff;
    padding: 8px;
    border-radius: 8px;
    text-decoration: none;
    border: solid 1px #FFF;
    transition: color 0.15s ease-in-out, border 0.15s ease-in-out;
}

.lost-page a:hover {
    color: #EFEFEF;
    border: solid 1px #EFEFEF;
}

#mnav, #mnav-toggle { display: none; }