:root {
    --blue: #004391;
    --navy: #002f6e;
    --deep: #002755;
    --yellow: #ffc400;
    --ink: #172945;
    --muted: #6c7a90;
    --line: #e4eaf2;
    --soft: #f6f9fd;
    --shadow: 0 8px 28px rgba(9, 44, 91, .1)
}
* {
    box-sizing: border-box
}
html {
    scroll-behavior: smooth
}
body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: Arial, "Helvetica Neue", sans-serif;
    font-size: 15px;
    line-height: 1.55
}
a {
    text-decoration: none;
    color: inherit
}
img {
    display: block;
    max-width: 100%
}
button, input, select {
    font: inherit
}
.site-shell {
    width: min(1180px, calc(100% - 32px));
    margin-inline: auto
}
.topbar {
    background: linear-gradient(90deg, #00347a, #0051ac);
    color: #fff;
    font-size: 12px
}
.topbar-inner {
    height: 38px;
    display: flex;
    align-items: center;
    gap: 24px
}
.topbar i {
    margin-right: 5px
}
.topbar nav {
    margin-left: auto;
    display: flex;
    gap: 25px
}
.topbar a:hover {
    color: var(--yellow)
}
.sitebrand {
    font-size: 11px;
    margin: 0;
}
.brand-row {
    height: 82px;
    display: flex;
    align-items: center;
    gap: 55px
}
.brand {
    width: 210px;
    flex: none
}
.brand img {
    height: 54px;
    width: auto
}
.search {
    height: 42px;
    flex: 1;
    max-width: 520px;
    display: flex;
    border: 1px solid #b5c7de;
    border-radius: 24px;
    overflow: hidden
}
.search input {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0 20px;
    color: var(--ink)
}
.search button {
    width: 58px;
    border: 0;
    background: var(--blue);
    color: #fff
}
.header-actions {
    margin-left: auto;
    display: flex;
    gap: 28px
}
.header-actions a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--deep);
    font-size: 13px;
    font-weight: 700
}
.header-actions i {
    font-size: 26px;
    color: var(--blue)
}
.header-actions small {
    display: block;
    color: #7c8898;
    font-size: 10px;
    font-weight: 400
}
.head-contact {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--deep);
    font-size: 12px;
    font-weight: 700;
}
.cart-quickshow >p {
    margin: 0;
}
.main-nav {
    padding: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .07);
    position: relative;
    z-index: 10
}
.nav-inner {
    display: flex;
    align-items: stretch;
    min-height: 48px
}
.category-btn {
    background: var(--blue);
    color: #fff;
    width: 254px;
    padding: 15px 18px;
    font-weight: 700;
    font-size: 13px;
    border-radius: 5px 5px 0 0
}
.category-btn i {
    margin-right: 16px
}
.navbar-collapse {
    justify-content: center
}
.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 7px
}
.navbar-nav li a {
    display: block;
    padding: 15px 22px 13px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: var(--deep);
    position: relative
}
.navbar-nav li a:hover, .navbar-nav li a.active {
    color: var(--blue)
}
.navbar-nav li a.active:after {
    content: "";
    position: absolute;
    left: 25%;
    right: 25%;
    bottom: 0;
    height: 2px;
    background: #78a3d6
}
.navbar-toggler {
    border: 0;
    color: var(--blue)
}
.hero {
    background: #eef3f8
}
.hero-grid {
    display: grid;
    grid-template-columns: 254px 1fr;
    min-height: 408px
}
.category-list {
    background: #fff;
    padding: 10px 16px;
    box-shadow: var(--shadow);
    z-index: 2
}
.category-list a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 11px 5px;
    font-size: 13px;
    font-weight: 600
}
.category-list a:hover {
    color: var(--blue);
    transform: translateX(2px)
}
.category-list i {
    color: var(--blue);
    font-size: 18px;
    width: 22px;
    text-align: center
}
.hero-content {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .86) 39%, rgba(255, 255, 255, .08) 70%), url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1500&q=88') center/cover
}
.hero-content:after {
    content: "";
    position: absolute;
    right: 14%;
    bottom: 0;
    width: 1px;
    height: 72%;
    background: rgba(255, 255, 255, .45)
}
.hero-copy {
    position: relative;
    z-index: 1;
    width: 55%;
    padding: 74px 0 45px 50px
}
.hero-copy > p {
    margin: 0 0 4px;
    font-size: 20px;
    color: #202020
}
.hero-copy h1 {
    font-size: 35px;
    line-height: 1.08;
    color: var(--blue);
    font-weight: 800;
    margin: 0 0 22px
}
.hero-copy h1 span {
    font-size: 28px;
    color: #18345d
}
.hero-copy ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    color: #47617f;
    font-size: 13px
}
.hero-copy li {
    margin: 7px 0
}
.hero-copy li i {
    color: var(--blue);
    margin-right: 8px
}
.hero-buttons {
    display: flex;
    gap: 14px
}
.btn-primary-site, .btn-outline-site {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1px
}
.btn-primary-site {
    background: var(--blue);
    color: #fff;
    box-shadow: 0 5px 12px rgba(0, 67, 145, .18)
}
.btn-primary-site:hover {
    background: #075ab5;
    color: #fff
}
.btn-outline-site {
    background: #fff;
    color: var(--blue);
    border: 1px solid var(--blue)
}
.btn-outline-site:hover {
    background: #eef6ff
}
.trustbar {
    border-bottom: 1px solid #edf1f6;
    background: #fff
}
.trust-grid {
    min-height: 90px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center
}
.trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px
}
.trust-item > i {
    font-size: 33px;
    color: var(--blue)
}
.trust-item strong {
    display: block;
    font-size: 12px
}
.trust-item small {
    display: block;
    color: #7a8697;
    font-size: 10px
}
.section {
    padding: 42px 0
}
.section-soft {
    background: linear-gradient(#fff, #f8fbff)
}
.section-heading {
    text-align: center;
    margin-bottom: 25px
}
.section-heading h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0;
    color: var(--blue);
    font-size: 24px;
    font-weight: 800
}
.section-heading h2:before, .section-heading h2:after {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--yellow)
}
.section-heading p {
    margin: 2px 0 0;
    color: #7a8799;
    font-size: 13px
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px
}
.product-card, .project-card, .news-card {
    border: 1px solid #e1e6ec;
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 14px rgba(10, 41, 82, .08);
    transition: .22s
}
.product-card:hover, .project-card:hover, .news-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow)
}
.card-image {
    height: 155px;
    overflow: hidden
}
.card-image img, .project-card > img, .news-card > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s
}
.product-card:hover img, .project-card:hover img, .news-card:hover img {
    transform: scale(1.035)
}
.card-body-site {
    padding: 13px 15px 15px
}
.card-body-site h3 {
    font-size: 14px;
    color: #14345f;
    font-weight: 800;
    margin: 0 0 8px
}
.card-body-site h3 i {
    font-size: 18px;
    color: var(--blue);
    margin-right: 3px
}
.card-body-site p {
    font-size: 11px;
    color: #657388;
    min-height: 36px;
    margin: 0 0 7px
}
.card-body-site a, .project-card a, .news-card a {
    font-size: 11px;
    color: var(--blue);
    font-weight: 800
}
.consult-banner {
    grid-column: span 2;
    background: linear-gradient(90deg, rgba(0, 55, 128, .98), rgba(0, 82, 177, .82)), url('https://images.unsplash.com/photo-1621905251189-08b45d6a269e?auto=format&fit=crop&w=900&q=80') center/cover;
    border-radius: 8px;
    color: #fff;
    padding: 24px 30px;
    min-height: 263px
}
.consult-banner h3 {
    font-size: 23px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 12px
}
.consult-banner p, .consult-banner li {
    font-size: 12px
}
.consult-banner ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 15px
}
.consult-banner i {
    margin-right: 6px
}
.consult-banner a {
    display: inline-block;
    background: var(--yellow);
    color: #17375e;
    padding: 10px 30px;
    font-size: 11px;
    font-weight: 800;
    border-radius: 3px
}
.consult-icon {
    float: left;
    font-size: 35px;
    margin-right: 14px
}
.consult-icon i {
    margin: 0
}
.project-grid, .news-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px
}
.project-card > img {
    height: 150px
}
.project-card > div, .news-card > div {
    padding: 12px 14px
}
.project-card h3, .news-card h3 {
    font-size: 13px;
    font-weight: 800;
    color: #123963;
    margin: 0 0 2px
}
.project-card p {
    font-size: 11px;
    color: #748197;
    margin: 0 0 3px
}
.center {
    text-align: center;
    margin-top: 25px
}
.center .btn-primary-site {
    padding: 10px 34px
}
.testimonials {
    background: #fff
}
.review-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px
}
.review-card {
    margin: 0;
    border: 1px solid #e4e9ef;
    border-radius: 7px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(10, 41, 82, .07);
    font-size: 11px
}
.review-card .stars {
    color: #ffb100;
    font-size: 18px;
    letter-spacing: 2px
}
.review-card > p {
    min-height: 70px;
    color: #4d5d72
}
.review-card footer {
    display: flex;
    gap: 10px;
    align-items: center
}
.avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f1b66b, #143968);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 800
}
.review-card strong, .review-card small {
    display: block
}
.review-card small {
    font-size: 9px;
    color: #768398
}
.news-card > img {
    height: 180px
}
.news-card time {
    font-size: 10px;
    color: #8b96a5
}
.news-card h3 {
    min-height: 48px;
    margin-top: 5px
}
.action-section {
    padding-top: 24px
}
.action-grid {
    display: grid;
    grid-template-columns: 1.05fr .52fr 1.48fr;
    gap: 22px;
    align-items: stretch
}
.faq-wrap h2, .quote-box h2 {
    font-size: 20px;
    color: var(--blue);
    font-weight: 800;
    text-align: center;
    margin: 0 0 12px
}
.accordion-item {
    border: 0;
    margin-bottom: 5px;
    background: #eaf3ff;
    border-radius: 4px;
    overflow: hidden
}
.accordion-button {
    padding: 9px 13px;
    background: #eaf3ff !important;
    color: #174c89 !important;
    box-shadow: none !important;
    font-size: 12px;
    font-weight: 700
}
.accordion-button:after {
    width: 13px;
    height: 13px;
    background-size: 13px
}
.accordion-body {
    padding: 8px 13px;
    font-size: 11px;
    color: #64738a
}
.service-mini {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 14px
}
.service-mini > div {
    border: 1px solid #e3e9f1;
    box-shadow: 0 4px 14px rgba(0, 40, 90, .07);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 6px
}
.service-mini i {
    font-size: 37px;
    color: var(--blue);
    margin-bottom: 8px
}
.service-mini strong {
    font-size: 11px;
    color: var(--deep)
}
.service-mini small {
    font-size: 10px
}
.quote-box {
    background: linear-gradient(135deg, #064c9f, #003b84);
    color: #fff;
    border-radius: 9px;
    padding: 20px 26px;
    box-shadow: 0 7px 25px rgba(0, 51, 118, .22)
}
.quote-box h2 {
    color: #fff;
    margin-bottom: 0
}
.quote-box > p {
    text-align: center;
    font-size: 12px;
    margin: 2px 0 12px
}
.quote-box form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px
}
.quote-box label {
    font-size: 10px;
    font-weight: 700
}
.quote-box input, .quote-box select {
    display: block;
    width: 100%;
    height: 34px;
    border: 0;
    border-radius: 4px;
    padding: 0 10px;
    margin-top: 3px;
    font-size: 11px;
    background: #fff;
    color: #475972
}
.quote-box .full {
    grid-column: 1/-1
}
.quote-box button {
    grid-column: 1/-1;
    border: 0;
    background: var(--yellow);
    color: #123963;
    font-weight: 800;
    border-radius: 4px;
    height: 38px;
    font-size: 11px
}
footer {
    background: linear-gradient(135deg, #002c65, #004188);
    color: #fff;
    padding: 42px 0 0
}
footer#contact {
    display: grid;
    grid-template-columns: auto;
    gap: 28px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.45fr 1fr 1fr .75fr 1.25fr;
    gap: 28px
}
.footer-grid h2,.footer-grid h3 {
    font-size: 13px;
    font-weight: 800;
    margin: 0 0 12px
}
.footer-brand img {
    height: 45px;
    filter: brightness(0) invert(1);
    margin-bottom: 13px
}
.footer-brand p, .footer-brand address, .footer-links a, .newsletter p {
    font-size: 11px;
    color: #d6e0ec;
    font-style: normal
}
.footer-brand address {
    line-height: 1.9
}
.footer-brand address i {
    width: 18px
}
.social {
    display: flex;
    gap: 8px
}
.social a {
    width: 27px;
    height: 27px;
    background: rgba(255, 255, 255, .13);
    border-radius: 50%;
    display: grid;
    place-items: center
}
.footer-links ul,.overscroll {
    padding: 0;
    margin: 0;
    /*list-style: none;*/
	padding-left: 16px;
    overflow: auto;
    max-height: 340px;
    margin-bottom: 0px;
}
.footer-links li {
    line-height: 1.65
}
.footer-links a:hover {
    color: var(--yellow)
}
.newsletter form {
    display: flex
}
.newsletter input {
    min-width: 0;
    height: 38px;
    border: 0;
    padding: 0 10px;
    font-size: 10px;
    border-radius: 4px 0 0 4px
}
.newsletter button {
    border: 0;
    background: #0869d5;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    padding: 0 10px;
    border-radius: 0 4px 4px 0
}
.copyright {
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin-top: 32px;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    color: #bdd0e5;
    font-size: 10px
}
.copyright nav {
    display: flex;
    gap: 24px
}
.floating-phone {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 50px;
    height: 50px;
    background: #10a94c;
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 23px;
    z-index: 30;
    box-shadow: 0 0 0 8px rgba(16, 169, 76, .13)
}
@media(max-width:991.98px) {
    .topbar nav {
        display: none
    }
    .brand-row {
        height: auto;
        padding: 15px;
        gap: 20px;
        flex-wrap: wrap
    }
    .brand {
        width: 175px
    }
    .brand img {
        height: 47px
    }
    .header-actions {
        display: none
    }
    .search {
        order: 3;
        flex-basis: 100%;
        max-width: none
    }
    .nav-inner {
        min-height: 50px;
        align-items: center
    }
    .navbar-toggler {
        display: block;
        margin-left: auto;
        order: 2
    }
    .category-btn {
        width: auto;
        border-radius: 4px
    }
    .navbar-collapse {
        flex-basis: 100%;
        order: 3
    }
    .navbar-nav {
        padding: 8px 0
    }
    .navbar-nav li a {
        padding: 11px 13px
    }
    .hero-grid {
        grid-template-columns: 1fr
    }
    .category-list {
        display: none
    }
    .hero-copy {
        width: 68%;
        padding-left: 35px
    }
    .trust-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
        padding: 20px 0
    }
    .trust-item:nth-child(n+4) {
        display: none
    }
    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .project-grid, .news-grid, .review-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .action-grid {
        grid-template-columns: 1fr 1fr
    }
    .service-mini {
        display: none
    }
    .quote-box {
        grid-column: 2
    }
    .footer-grid {
        grid-template-columns: repeat(3, 1fr)
    }
    .footer-brand {
        grid-column: span 2
    }
    .newsletter {
        grid-column: span 2
    }
}
@media(max-width:575.98px) {
    body {
        font-size: 14px
    }
    .site-shell {
        width: min(100% - 24px, 1180px)
    }
    .topbar-inner {
        height: 34px;
        justify-content: space-between;
        gap: 5px;
        font-size: 10px
    }
    .brand-row {
        gap: 10px
    }
    .brand {
        width: 150px
    }
    .brand img {
        height: 42px
    }
    .category-btn {
        font-size: 11px;
        padding: 12px
    }
    .hero-grid {
        width: 100%
    }
    .hero {
        padding: 0
    }
    .hero-content {
        min-height: 455px;
        background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .81) 67%, rgba(255, 255, 255, .05)), url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=800&q=84') center/cover
    }
    .hero-copy {
        width: 100%;
        padding: 55px 24px 25px
    }
    .hero-copy > p {
        font-size: 16px
    }
    .hero-copy h1 {
        font-size: 28px
    }
    .hero-copy h1 span {
        font-size: 22px
    }
    .hero-buttons {
        flex-wrap: wrap
    }
    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px
    }
    .trust-item:nth-child(n) {
        display: flex;
        justify-content: flex-start;
        padding-left: 10%
    }
    .section {
        padding: 34px 0
    }
    .section-heading h2 {
        font-size: 19px
    }
    .section-heading h2:before, .section-heading h2:after {
        width: 16px
    }
    .product-grid, .project-grid, .news-grid, .review-grid {
        grid-template-columns: 1fr
    }
    .consult-banner {
        grid-column: auto
    }
    .action-grid {
        grid-template-columns: 1fr
    }
    .quote-box {
        grid-column: auto
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr
    }
    .footer-brand, .newsletter {
        grid-column: 1/-1
    }
    .copyright {
        flex-direction: column;
        gap: 8px
    }
    .copyright nav {
        gap: 12px;
        flex-wrap: wrap
    }
    .floating-phone {
        right: 15px;
        bottom: 15px
    }
    .card-image {
        height: 190px
    }
    .news-card > img, .project-card > img {
        height: 210px
    }
}
@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }
    *, *:before, *:after {
        transition: none !important
    }
}