.elementor-kit-2419{--e-global-color-primary:#242C6B;--e-global-color-secondary:#E96424;--e-global-color-text:#393939;--e-global-color-accent:#2A78F5;--e-global-color-24123d1:#2A78F5;--e-global-color-3853bce:#FFFFFF;--e-global-color-41c87ae:#F5F6F8;--e-global-color-6d624a7:#D8E5F1;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;font-family:"Lato", Sans-serif;font-size:15px;font-weight:400;line-height:1.6em;}.elementor-kit-2419 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2419 a{color:var( --e-global-color-secondary );}.elementor-kit-2419 a:hover{color:var( --e-global-color-primary );}.elementor-kit-2419 h1{color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;font-size:35px;font-weight:700;line-height:1.2em;}.elementor-kit-2419 h2{color:var( --e-global-color-secondary );font-family:"Montserrat", Sans-serif;font-weight:600;line-height:1.3em;}.elementor-kit-2419 h3{color:var( --e-global-color-primary );font-family:"Lato", Sans-serif;line-height:1.6em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200%;}.e-con{--container-max-width:1200%;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.no-p p {margin-block-end: 5px;}


/* =========================================
   EDC HERO
========================================= */

.edc-hero {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    min-height: clamp(500px, 36vw, 620px);
    overflow: hidden;
}


/* LEFT */

.hero-left {
    width: 44%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 70px 0px 5%;
}


/* HEADING */

.hero-left h1 {
    font-size: clamp(34px, 3vw, 56px);
    line-height: 1.08;
}


/* RIGHT */

.hero-right {
    width: 56%;
    position: relative;
    overflow: hidden;
}

.hero-right .elementor-widget-image,
.hero-right .elementor-widget-container {
    width: 100%;
    height: 100%;
}

.hero-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
    display: block;
}

.hero-right {
    position: relative;
    overflow: hidden;
}

.hero-right::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        #242C6B 0%,
        rgba(36, 44, 107, 0.85) 20%,
        rgba(36, 44, 107, 0.35) 45%,
        rgba(36, 44, 107, 0) 70%
    );
    z-index: 2;
    pointer-events: none;
}

.hero-right img {
    position: relative;
    z-index: 1;
}

/* =========================================
   WIDESCREEN
========================================= */

@media (min-width: 1600px) {
    .edc-hero {
        min-height: 540px;
    }
}

/* =========================================
   LAPTOP
========================================= */

@media (max-width: 1366px) {

    .hero-left {
        width: 52%;
        padding: 60px 45px;
    }

    .hero-right {
        width: 48%;
    }

    .hero-right img {
        object-position: 62% center;
    }
}


/* =========================================
   SMALL LAPTOP
========================================= */

@media (max-width: 1200px) {

    .hero-left {
        width: 55%;
        padding: 50px 35px;
    }

    .hero-right {
        width: 45%;
    }

    .hero-right img {
        object-position: 67% center;
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .edc-hero {
        flex-direction: column;
    }

    .hero-left,
    .hero-right {
        width: 100%;
    }

    .hero-left {
        padding: 60px 40px;
    }

    .hero-right {
        min-height: 480px;
    }

    .hero-right img {
        object-position: center center;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .hero-left {
        padding: 45px 25px;
    }

    .hero-right {
        min-height: 200px;
    }

    .hero-left h1 {
        font-size: 36px;
    }
}

.edc-trust-item:not(:last-child) {
    border-right: 1px solid rgba(36, 44, 107, 0.15);
}

.company-logos img {
    filter: grayscale(100%);
    opacity: 0.65;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.company-logos img:hover {
    filter: grayscale(0%);
    opacity: 1;
}



/* =========================================
   WIDESCREEN HERO
   1600px+
========================================= */

@media (min-width: 1600px) {

    .edc-hero {
        min-height: 600px !important;
        height: 60px;
    }

    .hero-left {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .hero-right {
        height: 560px;
    }

    .hero-right img {
        height: 100%;
        object-fit: cover;
        object-position: 60% center;
    }

}


/* =========================================
   FOOTER SERVICES MENU - 2 COLUMNS
========================================= */

.footer-services-menu .elementor-nav-menu {
    display: block !important;
    column-count: 2;
    column-gap: 10px;
}

.footer-services-menu .elementor-nav-menu > li {
    display: block !important;
    width: 100% !important;
    break-inside: avoid;
    page-break-inside: avoid;
}

.footer-services-menu .elementor-nav-menu > li > a {
    width: 100%;
}


/* MOBILE - BACK TO ONE COLUMN */

@media (max-width: 767px) {

    .footer-services-menu .elementor-nav-menu {
        column-count: 1;
    }

}





/* =========================================
   SERVICES GRID
========================================= */

.services-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: auto;
    align-items: stretch;
    gap: 14px;
    width: 100%;
}


/* FORCE ELEMENTOR CHILDREN TO OBEY GRID */

.services-grid > .e-con {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
}


/* =========================================
   ALL CARDS
========================================= */

.service-card {
    height: 100% !important;
    min-height: 0 !important;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}


/* =========================================
   CARD WIDTHS
========================================= */

.service-card-small {
    grid-column: span 1;
}

.service-card-wide {
    grid-column: span 2;
}


/* =========================================
   WIDE CARDS
========================================= */

.service-card-wide {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: #F5F6F8;
    border: 1px solid #d9dee8;
}


/* =========================================
   SMALL CARDS
   NUMBER / HEADING / COPY / LINK
========================================= */

.service-card-small {
    padding: 18px;

    display: grid !important;
    grid-template-rows: auto auto 1fr auto;
    align-content: stretch;

    height: 100%;
}


/* =========================================
   WIDE CARD CONTENT
   NUMBER / HEADING / COPY / LINK
========================================= */

.service-card-content {
    width: 48%;
    min-width: 0;
    padding: 18px;

    display: grid !important;
    grid-template-rows: auto auto 1fr auto;
    align-content: stretch;

    height: 100%;
}


/* =========================================
   PREVENT ELEMENTOR FLEX OVERRIDES
========================================= */

.service-card-content > .elementor-element,
.service-card-small > .elementor-element,
.service-card-last-small > .elementor-element {
    flex: none;
}


/* =========================================
   KEEP LAST ELEMENT AT BOTTOM
========================================= */

.service-card-content > .elementor-element:last-child,
.service-card-small > .elementor-element:last-child,
.service-card-last-small > .elementor-element:last-child {
    align-self: end;
}


/* =========================================
   WIDE CARD IMAGE
   IMAGE DOES NOT CONTROL CARD HEIGHT
========================================= */

.service-card-image {
    position: relative;
    width: 52%;
    min-width: 0;
    align-self: stretch;
    overflow: hidden;
}


/* MAKE ELEMENTOR IMAGE FILL AVAILABLE SPACE */

.service-card-image .elementor-widget-image,
.service-card-image .elementor-widget-container {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
}


/* IMAGE */

.service-card-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block;
}


/* =========================================
   WHITE IMAGE GRADIENT
========================================= */

.service-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        #F5F6F8 0%,
        rgba(255,255,255,0.65) 18%,
        rgba(255,255,255,0) 55%
    );
    pointer-events: none;
    z-index: 2;
}


/* =========================================
   DESKTOP HEIGHT CONTROL
========================================= */

@media (min-width: 1101px) {

    .service-card {
        height: auto !important;
        min-height: 230px !important;
    }

}


/* =========================================
   LAST ROW
   WIDE | SMALL | WIDE
========================================= */

.services-last-row {
    grid-column: 1 / -1;

    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-auto-rows: auto;
    align-items: stretch;

    gap: 14px;
    width: 100%;
}


/* FORCE ELEMENTOR CHILDREN TO OBEY GRID */

.services-last-row > .e-con {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
}


/* =========================================
   LAST ROW WIDE CARD
========================================= */

.service-card-last-wide {
    grid-column: span 2;

    height: 100% !important;
    min-height: 0 !important;

    display: flex;
    flex-direction: row;
    align-items: stretch;

    background: #fff;
    border: 1px solid #d9dee8;
}


/* =========================================
   LAST ROW SMALL CARD
========================================= */

.service-card-last-small {
    grid-column: span 1;

    height: 100% !important;
    min-height: 0 !important;

    padding: 18px;

    display: grid !important;
    grid-template-rows: auto auto 1fr auto;
    align-content: stretch;
}


/* =========================================
   LAST ROW WIDE INNER CONTENT
========================================= */

.service-card-last-wide .service-card-content {
    width: 48%;
    min-width: 0;
}

.service-card-last-wide .service-card-image {
    width: 52%;
    min-width: 0;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-card-small,
    .service-card-wide {
        grid-column: span 1;
    }


    .services-last-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-card-last-wide,
    .service-card-last-small {
        grid-column: span 1;
    }


    .service-card,
    .service-card-last-wide,
    .service-card-last-small {
        height: auto !important;
        min-height: 0 !important;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .services-grid,
    .services-last-row {
        grid-template-columns: 1fr;
    }


    .service-card-small,
    .service-card-wide,
    .service-card-last-wide,
    .service-card-last-small {
        grid-column: span 1;
        height: auto !important;
        min-height: 0 !important;
    }


    .service-card-wide,
    .service-card-last-wide {
        flex-direction: column;
    }


    .service-card-content,
    .service-card-image,
    .service-card-last-wide .service-card-content,
    .service-card-last-wide .service-card-image {
        width: 100%;
    }


    .service-card-image {
        min-height: 200px;
    }

}

/* Equal height columns */
.about-info-col {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Push button to bottom */
.about-info-button {
    margin-top: auto;
}


.edc-key-works {
    margin: 0;
    padding: 0;
    list-style: none;
}

.edc-key-works li {
    position: relative;
    margin: 0 0 12px;
    padding-left: 24px;
    color: #242C6B;
    font-size: 15px;
    line-height: 1.6;
}

.edc-key-works li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 0;
    color: #2F80ED;
    font-weight: 700;
}


.edc-project-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.edc-project-gallery-item {
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.edc-project-gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.edc-project-gallery-item:hover img {
    transform: scale(1.03);
}

@media (max-width: 767px) {

    .edc-project-gallery {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}


/* =========================================================
   EDC - RELATED SERVICES
   ========================================================= */

.edc-related-services {
    width: 100%;
}

/* HEADER */
.edc-related-services-header {
    margin-bottom: 28px;
}

.edc-related-services-eyebrow {
    margin-bottom: 8px;

    color: #E96424;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.edc-related-services-title {
    margin: 0;

    color: #242C6B !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

/* GRID */
.edc-related-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

/* CARD */
.edc-related-service-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;

    min-height: 92px;
    padding: 22px 24px;

    background: #FFFFFF;
    border: 1px solid #D8E5F1;

    color: #242C6B;
    text-decoration: none !important;

    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.edc-related-service-card:hover {
   
   
    transform: translateY(-3px);
}

/* TITLE */
.edc-related-service-title {
    color: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

/* ARROW */
.edc-related-service-arrow {
    flex: 0 0 auto;

    color: #2F80ED;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.edc-related-service-card:hover .edc-related-service-arrow {
    color: #FFFFFF;
    transform: translateX(4px);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .edc-related-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .edc-related-services-header {
        margin-bottom: 22px;
    }

    .edc-related-services-title {
        font-size: 25px;
    }

    .edc-related-services-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .edc-related-service-card {
        min-height: 78px;
        padding: 18px 20px;
    }

}






/* Equal height project cards */
.edc-project-cards .elementor-post {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.edc-project-cards .elementor-post__text {
    padding: 16px 16px 16px;
}

.edc-project-cards .elementor-post__title {
    min-height: 48px;
    margin-bottom: 6px;
}

.edc-project-cards .elementor-post__excerpt {
    min-height: 76px;
    margin-bottom: 8px;
}

.edc-project-cards .elementor-post__excerpt p {
    margin: 0;
}

.edc-project-cards .elementor-post__read-more {
    margin-top: auto;
}
.edc-project-cards .elementor-post__thumbnail {
    margin-bottom: 0 !important;
}





.edc-project-taxonomy {
    color: #E96424;
    transition: color 0.2s ease;
}

.edc-project-taxonomy:hover {
    color: #ffffff;
}


.edc-project-taxonomy-link {
    color: #E96424;
    text-decoration: none;
    transition: color 0.2s ease;
}

.edc-project-taxonomy-link:hover {
    color: #ffffff !important;
}


/* =========================================
   SERVICES GRID - MOBILE FIX
========================================= */

@media (max-width: 767px) {

    /* Allow every card to size naturally */
    .services-grid,
    .services-last-row {
        grid-template-columns: 1fr;
        grid-auto-rows: auto !important;
        align-items: start !important;
    }

    /* Stop Elementor/grid from stretching cards */
    .services-grid > .e-con,
    .services-last-row > .e-con {
        height: auto !important;
        min-height: 0 !important;
        align-self: start !important;
    }

    /* Small cards */
    .service-card,
    .service-card-small,
    .service-card-last-small {
        height: auto !important;
        min-height: 0 !important;
    }

    .service-card-small,
    .service-card-last-small {
        display: flex !important;
        flex-direction: column;
        padding: 18px;
    }

    /* Wide cards */
    .service-card-wide,
    .service-card-last-wide {
        height: auto !important;
        min-height: 0 !important;
        flex-direction: column;
    }

    /* Content should no longer use the desktop 1fr spacer */
    .service-card-content {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;

        display: flex !important;
        flex-direction: column;
    }

    /* Don't force the final Elementor widget to the bottom */
    .service-card-content > .elementor-element:last-child,
    .service-card-small > .elementor-element:last-child,
    .service-card-last-small > .elementor-element:last-child {
        align-self: auto !important;
        margin-top: 18px !important;
    }

    /* Images */
    .service-card-image,
    .service-card-last-wide .service-card-image {
        width: 100% !important;
        height: 220px !important;
        min-height: 220px !important;
    }
}

@media (max-width: 767px) {
    .service-card-image::after {
        display: none;
    }
}

/* =========================================
   SERVICES GRID - TABLET SINGLE STACK
   768px - 1100px
========================================= */

@media (min-width: 768px) and (max-width: 1100px) {

    .services-grid,
    .services-last-row {
        grid-template-columns: 1fr !important;
    }

    .service-card-small,
    .service-card-wide,
    .service-card-last-wide,
    .service-card-last-small {
        grid-column: 1 / -1 !important;
        width: 100% !important;
    }

    /* Keep wide cards horizontal on tablet */
    .service-card-wide,
    .service-card-last-wide {
        flex-direction: row;
    }

    .service-card-content,
    .service-card-last-wide .service-card-content {
        width: 48% !important;
    }

    .service-card-image,
    .service-card-last-wide .service-card-image {
        width: 52% !important;
        min-height: 300px;
    }
}


.edc-native-eyebrow {color:#FF6422 !important}/* End custom CSS */