/* === Brand palette from logo === */
:root {
    --ink: #045B7C;
    /* primary deep teal */
    --accent: #5FA3C0;
    /* mid blue accent */
    --sky: #B0DBEC;
    /* light blue */
    --pale: #D7EBF3;
    /* pale blue */
    --paper: #F6FCFE;
    /* soft background */
    --ink-80: rgba(4, 91, 124, 0.8);
    --ink-50: rgba(4, 91, 124, 0.5);
    --white: #ffffff;
    --gray-ink: #363b3e;
    /* used for body text where needed */
}

/* reset + fonts unchanged from your file ... (keep your @font-face rules) */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* (keep your existing @font-face declarations here) */

html {
    scroll-behavior: smooth;
}

body {
    background: var(--paper);
}

/* hero */
.hero-image {
    background-image: url("/assets/img/img-hero@2x.jpg");
    min-height: 465px;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.topnav {
    width: 100%;
    position: absolute;
    border-bottom: 1px solid var(--ink-50);
}

.nav-logo {
    width: 152px;
    height: 44px;
}

.nav_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 100px;
}

.nav_menu_wrap {
    display: flex;
}

.nav-link {
    margin: 0 0 0 45px;
}

.nav-inner.nav_menu_wrap .nav-link a,
.nav-inner.footer-nav_menu_wrap .nav-link a {
    text-decoration: none;
    font-family: Intermedium;
    font-size: 16px;
    color: var(--white);
}

.nav-inner.nav_menu_wrap .nav-link a span::after,
.footer-nav_menu_wrap .nav-link a span::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: 0 0;
    position: relative;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .25s;
}

.nav-inner.nav_menu_wrap .nav-link a:hover span::after,
.footer-nav_menu_wrap .nav-link a:hover span::after {
    width: 100%;
    background: var(--white);
}

.nav-btn a,
.hero-text-wrap a,
.requestourservices a,
.get_start_btn {
    padding: 12px 41px;
    border-radius: 23px;
    background-color: var(--white);
    font-family: Interbold;
    font-size: 16px;
    text-align: center;
    color: var(--ink);
    border: 1px solid var(--white);
    text-decoration: none;
    transition: all .3s;
}

.hero-text-wrap a:hover,
.nav-btn a:hover,
.requestourservices a:hover {
    background-color: transparent;
    color: var(--white);
    border-color: var(--white);
}

.hero-text-wrap {
    text-align: center;
    position: absolute;
    top: 55%;
    left: 40%;
    transform: translate(-33%, -50%);
    color: var(--white);
}

.hero-text {
    font-family: GarnettMedium;
    font-size: 40px;
    line-height: 1.45;
    color: var(--white);
}

.hero-text-wrap p {
    font-family: Intermedium;
    font-size: 18px;
    color: var(--white);
    margin: 18px 0 20px 0;
}

/* headings and sections */
h1.whatwedo,
#who-we-are .whoweare_wrap h2,
.whoweserve_wrap .whoweserve_inner h2,
#request-our-services .requestourservices h2 {
    text-align: center;
    font-family: GarnettMedium;
    font-size: 40px;
    color: var(--ink);
}

.line-border {
    width: 175px;
    height: 1px;
    border-bottom: 2px solid var(--ink);
    margin: 25px auto 0;
}

/* what we do */
#what-we-do {
    width: 100%;
    padding-top: 90px;
}

.whatwedo_wrap {
    display: flex;
    width: 80%;
    justify-content: space-around;
    margin: 60px auto 0;
}

.whatwedo_wrap p {
    font-family: Interbold;
    font-size: 12px;
    color: var(--ink);
    margin-top: 13px;
    text-transform: uppercase;
}

.whatwedo_inner_first h2 {
    font-family: Interbold;
    font-size: 22px;
    color: var(--ink);
}

.whatwedo_list ul li {
    display: flex;
    list-style: none;
    font-family: Inter;
    font-size: 18px;
    line-height: 2;
    color: #29414b;
}

.whatwedo_list ul li .list_check {
    color: var(--accent);
    margin-right: 8px;
}

/* BG section */
.bg-img-full {
    background-image: url("/assets/img/img-aerial@2x.jpg");
    min-height: 465px;
    height: 569px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 90px;
}

.whoweare_wrap {
    background-color: var(--pale);
    text-align: center;
    padding: 130px 0;
}

#who-we-are .whoweare_wrap p {
    width: 60%;
    margin: 0 auto;
    color: #29414b;
    line-height: 30px;
}

/* Who we serve */
.whoweserve_wrap {
    display: flex;
    align-items: center;
    margin: 55px 0 110px 100px;
    padding-top: 55px;
}

.whoweserve_inner.first {
    margin-right: 75px;
    width: 40%;
}

.whoweserve_inner.second {
    width: 60%;
}

.whoweserve_wrap .whoweserve_inner img {
    width: 100%;
}

.whoweserve_wrap .whoweserve_inner h2 {
    color: var(--ink);
}

.whoweserve_wrap .whoweserve_inner p {
    color: #29414b;
    line-height: 30px;
    text-align: left;
}

.whoweserve_wrap .whoweserve_inner.first .line-border {
    margin-left: 0;
}

/* CTA section */
#request-our-services {
    background-image: url("/assets/img/img-cta@2x.jpg");
    min-height: 465px;
    height: 376px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 100px 90px;
    position: relative;
}

#request-our-services .requestourservices {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
}

#request-our-services .requestourservices h2 {
    color: var(--white);
}

#request-our-services .requestourservices .line-border {
    border-bottom: 2px solid var(--white);
}

.ls_cta {
    display: inline-block;
}

.ls_contact_us {
    margin-top: 50px;
}

.ls_contact_us_col {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ls_contact_us a {
    background: transparent;
    padding: 0;
    border-radius: 0;
    font-family: GarnettMedium;
    font-size: 16px;
    color: var(--white);
    border: unset;
    margin-left: 10px;
}

/* footer */
.footer-nav-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 100px;
}

.footer-nav-wrap .footer-logo {
    width: 237px;
    height: 68px;
}

.nav-inner.footer-nav_menu_wrap {
    display: flex;
}

.nav-inner.footer-nav_menu_wrap .nav-link a {
    color: var(--ink);
}

.footer-nav_menu_wrap .nav-link a:hover span::after {
    background: var(--ink);
}

.sub-footer {
    text-align: center;
    font-family: Intermedium;
    font-size: 14px;
    margin: 60px auto 40px;
    color: var(--ink-50);
}

/* Mobile — keep your existing responsive rules, only color-sensitive bits are updated */
@media only screen and (max-width:1199px) {

    .nav-inner.nav_menu_wrap .nav-link,
    .nav-inner.footer-nav_menu_wrap .nav-link a {
        margin: 0 0 0 20px;
    }

    .nav_wrap {
        margin: 40px 35px 40px 24px;
    }
}

@media only screen and (max-width:992px) {
    .mobile-menu {
        display: block;
    }

    .nav_menu_wrap,
    .nav-inner.nav-btn {
        display: none;
    }

    .mobile-menu {
        cursor: pointer;
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 37px;
        height: 1px;
        background-color: var(--white);
        margin: 6px 0;
        border: 1px solid var(--ink);
    }

    .bg-img-full {
        margin-top: 67px;
    }

    .change #myNav {
        height: 100%;
    }

    .overlay {
        height: 0;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: var(--ink);
        overflow-y: hidden;
        transition: 0.5s;
    }

    .overlay-content {
        position: relative;
        top: 25%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .overlay a {
        padding: 15px;
        text-decoration: none;
        font-size: 36px;
        color: var(--white);
        display: block;
        transition: 0.3s;
        font-family: Garnett;
    }

    .overlay .closebtn {
        position: absolute;
        top: 15px;
        right: 45px;
        color: var(--white);
    }

    .hero-text {
        font-size: 28px;
        line-height: 1.54;
    }

    .hero-text-wrap {
        left: 35%;
        transform: translate(-26%, -50%);
    }

    .footer-nav-wrap,
    .whatwedo_wrap {
        flex-direction: column;
    }

    .footer-nav-wrap {
        margin: 25px 0;
    }

    .whoweserve_wrap {
        flex-direction: column-reverse;
        margin: 0 0 64px 0;
        padding-top: 0;
    }

    .whoweserve_inner.first,
    .whoweserve_inner.second {
        width: 100%;
    }

    .whoweserve_inner.first {
        margin-right: 0;
        width: 80%;
        margin-top: 60px;
    }

    #who-we-are .whoweare_wrap p {
        width: 80%;
        line-height: 29px;
    }

    div#request-our-services {
        margin: 0 0 90px 0;
    }

    #request-our-services .requestourservices {
        top: 46%;
        left: 20%;
        transform: translate(-12%, -50%);
    }

    .whoweare_wrap {
        padding: 60px 0;
    }

    .sub-footer {
        margin: 40px auto;
    }
}

@media only screen and (max-width:768px) {
    div#request-our-services {
        min-height: 550px;
    }

    .requestourservices p {
        line-height: 1.3 !important;
    }

    .ls_contact_us {
        margin-top: 45px;
    }
}

@media only screen and (max-width:492px) {
    .nav-logo {
        width: 135px;
        height: 39px;
    }
}