:root {
    --navy: #0d2567;
    --navy2: #0d2567;
    --gold: #ff0000;
    --ink: #101828;
    --muted: #596272;
    --line: #e3e7ed;
    --white: #fff;
    --max: 1200px;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    line-height: 1.55;
    font-weight:400;
}

a {
    color: inherit;
    text-decoration: none
}
img {
    max-width: 100%;
}

.hero {
    height: 720px;
    min-height: 620px;
    background: linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.93) 31%,rgba(255,255,255,.2) 57%,transparent 78%),url('../hero-house.png') center/cover no-repeat;
    position: relative;
    padding: 150px max(30px,calc((100% - var(--max))/2)) 0;
    margin-top: -100px;
}

.hero-content {
    max-width: 635px
}

.hero-quote {
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% + 10px));
    right: max(30px,calc((100% - var(--max))/2));
    z-index: 2;
    width: min(390px,calc(100% - 60px));
    padding: 28px 30px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 22px 55px rgba(10,35,64,.22)
}

.hero-quote h2 {
    margin: 0 0 18px;
    color: var(--navy);
    font-size: 27px;
    line-height: 1.15;
    text-align: center
}

.hero-quote h2 span {
    color: #b87c00
}

.hero-quote .wpcf7-form>p,
.hero-quote .wpcf7-form br {
    display: none
}

.hero-quote .quote-field {
    position: relative;
    display: block;
    margin: 0 0 10px
}

.hero-quote .quote-field-icon {
    position: absolute;
    top: 50%;
    left: 14px;
    z-index: 1;
    width: 18px;
    color: #b87c00;
    font-size: 18px;
    text-align: center;
    transform: translateY(-50%);
    pointer-events: none
}

.hero-quote input:not([type=submit]),
.hero-quote select {
    width: 100%;
    height: 45px;
    padding: 0 14px 0 43px;
    border: 1px solid #dfe3e8;
    border-radius: 5px;
    background: #f8f9fb;
    color: #27364a;
    font: inherit;
    font-size: 18px;
    outline: 0
}

.hero-quote input:not([type=submit]):focus,
.hero-quote select:focus {
    border-color: #d2a72f;
    box-shadow: 0 0 0 2px rgba(210,167,47,.16)
}

.hero-quote .quote-submit {
    width: 100%;
    min-height: 47px;
    margin-top: 3px;
    border: 0;
    border-radius: 5px;
    background: var(--gold);
    color: var(--navy);
    font: inherit;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer
}

.hero-quote .wpcf7-spinner {
    position: absolute;
    right: 35px;
    bottom: 69px;
    margin: 0
}

.hero-quote .wpcf7-not-valid-tip {
    margin-top: 3px;
    font-size: 11px
}

.hero-quote .wpcf7-response-output {
    margin: 10px 0 0 !important;
    padding: 6px 8px !important;
    font-size: 12px
}

.hero-quote-privacy {
    margin: 10px 0 0;
    color: #687486;
    font-size: 11px;
    text-align: center
}

.eyebrow,.section-heading>p:first-child {
    text-transform: uppercase;
    color: #b87c00;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.8px;
    margin: 0 0 8px;
    display: none;
}

.hero h1 {
    font-size: 60px;
    line-height: 1.08;
    letter-spacing: -2.2px;
    color: var(--navy);
    margin: 0 0 18px;
    text-transform: uppercase;
}

.hero-content>p:not(.eyebrow) {
    font-size: 17px;
    max-width: 570px;
    margin: 0
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 28px
}

.btn, #home .hero-actions a {
    font-size: 16px;
    color: #fff;
    background-color: #0d2668 !important;
    text-transform: uppercase;
    font-family: 'BrownBold';
    font-weight: 700;
    padding: 15px 25px;
    display: inline-block;
    -webkit-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear;
    border: 1px solid #0d2668 !important;
    border-radius: 10px !important;
}

.btn.dark {
    background: var(--navy);
    color: #fff
}

.text-link {
    font-weight: 800;
    font-size: 18px
}

.trust-strip {
    position: absolute;
    left: max(30px,calc((100% - var(--max))/2));
    bottom: 30px;
    background: #0d2567;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: 640px;
    color: #fff;
    border-radius: 11px;
    box-shadow: 0 18px 40px #0a234033;
    overflow: hidden
}

.trust-strip div {
    text-align: center;
    padding: 20px 12px;
    position: relative
}

.trust-strip div+div:before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    bottom: 22px;
    width: 1px;
    background: #ffffff2c
}

.trust-strip i {
    display: grid;
    place-items: center;
    margin: 0 auto 8px;
    background: var(--gold);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 25px;
    font-style: normal
}

.trust-strip span {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    display: inline-block;
}

.section {
    /* max-width: var(--max); */
    margin: auto;
    padding: 46px 30px
}

.section-heading h2,.areas h2 {
    color: #000 !IMPORTANT;
    font-size: 27px;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -.8px;
    text-transform: uppercase;
}

.section-heading h2:after,.areas h2:after {
    content: "";
    display: block;
    width: 54px;
    height: 4px;
    background: var(--gold);
    margin-top: 12px
}

.section-heading {
    margin: auto;
    margin-bottom: 25px;
    max-width: 1200px !important;
    width: 100% !important;
}

.section#services {
    display: grid;
    /* grid-template-columns: 260px minmax(0,1fr); */
    gap: 20px
}
.section#services h2{
    margin-bottom:20px;
    text-transform: uppercase;
}
.carousel {
    overflow: hidden;
    position: relative
}

.track {
    display: flex;
    transition: transform .55s cubic-bezier(.22,.61,.36,1)
}

.service-card,.choose-card {
    flex: 0 0:20%;
    text-align: center;
    padding: 12px 24px;
    min-height: 220px;
    border-left: 1px solid var(--line)
}

.service-card i,.choose-card i {
    height: 60px;
    display: grid;
    place-items: center;
    color: var(--navy);
    font-size: 42px;
    font-style: normal
}

.service-card h3,.choose-card h3 {
    font-size: 20px;
    color: #000 !important;
    margin: 10px 0 15px
}

.service-card p,.choose-card p {
    font-size: 18px;
    margin: 0;
    color: #303846
}

.carousel-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 17px
}

.carousel-nav button {
    width: 8px;
    height: 8px;
    border: 0;
    padding: 0;
    border-radius: 50%;
    background: #bbc0c8
}

.carousel-nav button.active {
    background: var(--navy);
    width: 20px;
    border-radius: 8px
}

.choose {
    border-top: 1px solid var(--line)
}

.choose-card {
    min-height: 170px
}

.choose-card:first-child i {
    color: var(--gold)
}

.areas {
    background: var(--navy);
    color: #fff;
    text-align: center;
    padding: 24px
}

.areas h2 {
    color: #fff;
    font-size: 26px
}

.areas h2:after {
    margin: 9px auto 15px
}

.areas div {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    font-size: 16px
}

.areas b {
    color: var(--gold)
}

.projects .project-carousel {
    margin-top: 5px
}

.project-carousel figure {
    flex: 0 0:25%;
    padding: 0 8px;
    margin: 0;
    position: relative
}

.project-carousel img {
    height: 205px;
    object-fit: cover;
    border-radius: 7px;
    max-width: 100%;
}

.project-carousel figcaption {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 0;
    padding: 28px 15px 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(transparent,#061b38d9);
    border-radius: 0 0 7px 7px
}

.projects>.btn {
    display: flex;
    width: max-content;
    margin: 18px auto 0
}

.quote-band {
    max-width: 1250px;
    margin: 5px auto 0;
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 18px 105px 18px 36px;
    background: linear-gradient(90deg,#ffca3c,#ffb917);
    position: relative;
    min-height: 112px;
    clip-path: polygon(1% 0,98% 0,100% 50%,98% 100%,1% 100%,0 86%,1% 76%,0 64%,1% 51%,0 38%,1% 26%,0 14%)
}

.quote-icon {
    min-width: 56px;
    height: 56px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--navy);
    color: #fff;
    font-size: 25px
}

.quote-band h2 {
    font-size: 27px;
    color: var(--navy);
    margin: 0
}

.quote-band p {
    margin: 2px 0;
    font-size: 16px;
    font-weight: 400;
}

.quote-band .btn {
    margin-left: auto;
    min-width: 235px
}

.roller {
    position: absolute;
    right: 28px;
    top: -8px;
    width: 28px;
    height: 118px;
    background: #fdb21c;
    border-radius: 8px;
    transform: rotate(8deg);
    box-shadow: 5px 3px 8px #8c5a1640
}

.roller:after {
    content: "";
    position: absolute;
    left: 23px;
    top: -8px;
    width: 70px;
    height: 8px;
    border: 4px solid #888;
    border-left: 0;
    border-bottom: 0;
    border-radius: 0 10px 0 0
}

.testimonials blockquote {
    flex: 0 0:33.333%;
    margin: 0;
    padding: 25px 28px 20px;
    border: 1px solid var(--line);
    border-radius: 7px;
    box-shadow: 0 3px 10px #17294c12;
    min-height: 215px;
    margin: 0px 10px;
}

.testimonials blockquote+blockquote {
    border-left-width: 8px;
    border-left-color: #fff
}

.stars {
    color: var(--gold);
    font-size: 18px;
    letter-spacing: 2px
}

.testimonials blockquote p {
    font-size: 16px;
}
.t_foo strong{
    display: block;
}
.testimonials footer {
    display: flex;
    flex-direction: column;
    font-size: 12px
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.blog-grid article {
    display: grid;
    grid-template-columns: 42% 1fr;
    border: 1px solid var(--line);
    border-radius: 7px;
    overflow: hidden
}

.blog-grid img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.blog-grid article div {
    padding: 15px
}

.blog-grid h3 {
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 8px;
    color: #000 !Important;
}

.blog-grid p {
    font-size: 16px;
    margin: 0 0 9px
}
.cta-card__text h2 {
    text-transform: uppercase;
    color: #000 !IMPORTANT;
}
.blog-grid a {
    font-size: 18px;
    font-weight: 800;
    color: #000;
}

.accordion {
    max-width: 850px;
    margin: auto
}

.accordion article {
    border: 1px solid var(--line);
    border-radius: 4px;
    margin-top: -1px
}

.accordion button {
    width: 100%;
    background: #fff;
    border: 0;
    padding: 14px 18px;
    text-align: left;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color: var(--ink)
}

.accordion button span {
    font-size: 19px;
    transition: .2s
}

.accordion article>div {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .3s
}

.accordion article>div p {
    overflow: hidden;
    margin: 0;
    padding: 0 18px;
    color: var(--muted);
    font-size: 15px;
    transition: .3s
}

.accordion article.open>div {
    grid-template-rows: 1fr
}

.accordion article.open>div p {
    padding: 0 18px 16px
}

.accordion article.open button span {
    transform: rotate(45deg)
}


@media(max-width: 1050px) {
    .site-header {
        gap:15px
    }

    .main-nav {
        gap: 18px
    }

    .phone span {
        display: none
    }

    .phone {
        padding: 12px
    }

    .hero h1 {
        font-size: 50px
    }

    .hero-content {
        max-width: 50%
    }

    .hero-quote {
        right: 25px;
        width: 355px;
        padding-inline: 24px
    }

    .trust-strip {
        width: 55%
    }

    .section#services {
        display: block
    }

    .section#services .section-heading h2 br {
        display: none
    }

    .section#services .carousel {
        margin-top: 10px
    }

    .service-card,.choose-card {
        flex-basis: 33.333%
    }

    .project-carousel figure {
        flex-basis: 33.333%
    }

    .quote-band {
        margin-inline:25px}

    .blog-grid {
        grid-template-columns: 1fr
    }

    .blog-grid article {
        grid-template-columns: 220px 1fr
    }
}

@media(max-width: 760px) {
    html,body {
        overflow-x:hidden
    }

    .site-header {
        height: 72px;
        padding: 0 20px;
        background: #fffffff2;
        position: fixed;
        box-shadow: 0 2px 10px #0001
    }

    .brand {
        min-width: 0
    }

    .brand svg {
        width: 38px;
        height: 38px
    }

    .brand strong {
        font-size: 20px
    }

    .brand small {
        font-size: 9px
    }

    .menu-toggle {
        display: block;
        margin-left: auto
    }

    .main-nav {
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        background: #fff;
        display: none;
        flex-direction: column;
        gap: 0;
        align-items: stretch;
        padding: 8px 20px 20px;
        box-shadow: 0 12px 20px #0002
    }

    .main-nav.open {
        display: flex
    }

    .main-nav a {
        padding: 12px;
        border-bottom: 1px solid var(--line)
    }

    .main-nav>li {
        width: 100%
    }

    .main-nav .sub-menu,
    .main-nav .sub-menu .sub-menu {
        position: static;
        min-width: 0;
        margin: 0;
        padding: 0 0 0 16px;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: transparent
    }

    .main-nav .sub-menu:before {
        display: none
    }

    .main-nav .sub-menu a {
        padding: 10px 12px;
        white-space: normal;
        font-weight: 600
    }

    .main-nav .menu-item-has-children>a:before {
        display: none
    }

    .phone {
        display: none
    }

    .hero {
        height: auto;
        min-height: 0;
        padding: 105px 22px 24px;
        background: linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 42%,rgba(255,255,255,.12) 70%),url('assets/hero-house.png') 65% center/cover no-repeat
    }

    .hero-content {
        max-width: none
    }

    .hero h1 {
        font-size: clamp(34px,10vw,40px);
        letter-spacing: -1.4px
    }

    .hero-content>p:not(.eyebrow) {
        font-size: 18px
    }

    .hero-actions {
        gap: 14px
    }

    .hero-actions .btn {
        padding-inline:20px}

    .hero-quote {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        width: auto;
        margin-top: 26px;
        padding: 24px 20px 18px
    }

    .hero-quote h2 {
        font-size: 24px
    }

    .trust-strip {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: auto;
        margin-top: 20px;
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .trust-strip div {
        padding: 12px 6px;
        min-width: 0
    }

    .trust-strip span {
        display: block;
        font-size: 12px;
        overflow-wrap: anywhere
    }

    .trust-strip i {
        width: 38px;
        height: 38px;
        font-size: 20px
    }

    .trust-strip div:nth-child(3):before {
        display: none
    }

    .section {
        padding: 38px 20px
    }

    .section-heading h2 {
        font-size: 24px
    }

    .service-card,.choose-card {
        flex-basis: 100%;
        border-left: 0
    }

    .project-carousel figure,.testimonials blockquote {
        flex-basis: 100%
    }

    .areas div {
        gap: 9px 14px;
        font-size: 18px
    }

    .quote-band {
        clip-path: none;
        margin: 0;
        padding: 28px 22px;
        display: grid;
        grid-template-columns: auto 1fr;
        border-radius: 0
    }

    .quote-band h2 {
        font-size: 23px
    }

    .quote-band .btn {
        grid-column: 1/-1;
        margin: 5px 0 0;
        width: 100%
    }

    .roller {
        display: none
    }

    .blog-grid article {
        grid-template-columns: 115px 1fr
    }

    .footer {
        flex-direction: column;
        text-align: center;
        gap: 10px
    }

    .footer p:last-child {
        margin-left: 0
    }

    .carousel-nav {
        margin-top: 12px
    }
}

@media(min-width: 761px) {
    .carousel-nav:empty {
        display:none
    }
}
.offering__content h3 {
    text-transform: uppercase;
    color: #000 !important;
}
.hero-actions a i {
    display: none;
}
.offerings-list {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

a.btn.service-area__cta {
    text-align: center;
    margin: auto;
    display: inline-flex;
}

.projects-grid {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.service-area__layout , .service-area__heading , .choose-layout{
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
section#areas {
    display: flex;
    flex-direction: column;
}

section#areas a.btn.service-area__cta {
    margin-top: 3rem;
}