@charset "utf-8";
/*
Theme Name: Theme Name
Author: Vibrant Brands
Author URI: https://vibrantbrands.com/
Description: A custom theme by Vibrant Brands
Version: 1.0
Text Domain: themeid
*/

/* Reset */
* {
    box-sizing: border-box;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
strong,
sub,
sup,
var,
b,
u,
i,
center,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

:root {
    --blue: #2a72db;
    --dark-blue: #1f3f7c;
    --light-blue: #d2e6ff;
    --lighter-blue: #e8f2ff;
    --orange: #c85110;
    --light-grey: #e2e2e2;
    --grey: #707070;
    --black: #000000;
    --white: #ffffff;
    --home-test-bg: #f0f5fc;
    --inner-width: 90%;
    --max-width: 1400px;
}

h1,
h2,
h3 {
    font-family: "Goldman";
}

strong {
    font-weight: 700;
}

html,
body {
    overflow-x: hidden;
}

body {
    line-height: 1;
    font-family: "Roboto";
    font-size: 16pt;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1 {
    font-size: 2.5em;
    font-weight: 700;
}

h2 {
    font-size: 2em;
}

p {
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
}

/* Skip to Main Content */
.main_content {
    height: 0;
    overflow: hidden;
    display: block;
    font-size: 0;
    text-transform: uppercase;
    line-height: 0;
    background: #447d9c;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.main_content:focus {
    font-size: 14px;
    line-height: 16px;
    height: 36px;
    padding: 10px 15px;
}

/* HEADER STYLES */

/* @media screen and (max-width:900px) {
    header {
        position: relative;
    }
} */

.wrapper {
    width: var(--inner-width);
    max-width: var(--max-width);
    margin: 0 auto;
}

header {
    background: var(--white);
    position: relative;
    z-index: 50;
}

.mobile-nav {
    display: none;
}

.overlay {
    display: none;
}

@media screen and (max-width: 1300px) {
    header {
        display: none;
    }

    .mobile-nav {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 2% 0;
    }

    .mobile-nav-wrapper {
        width: var(--inner-width);
        height: auto;
        display: flex;
        flex-direction: row;
    }

    .mobile-nav-section {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-nav-section:nth-of-type(1) {
        justify-content: flex-start;
    }

    .mobile-nav-section:nth-of-type(2) {
        justify-content: flex-end;
    }

    .mobile-nav img {
        width: 75%;
        height: auto;
    }

    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        background: var(--blue);
        color: var(--white);
        overflow-x: hidden;
        transition: 0.5s;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding-top: 10%;
    }

    .overlay-content {
        position: relative;
        top: 25%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        padding: 0 0 50px 0;
    }

    .overlay-content img {
        width: 75%;
        height: auto;
        margin-bottom: 5%;
        max-width: 200px;
    }

    .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 20px;
        padding: 10px 0;
        color: var(--white);
        display: block;
        transition: 0.3s;
    }

    .overlay a:hover,
    .overlay a:focus {
        color: #f1f1f1;
    }

    .overlay .closebtn {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 60px;
        width: 100px;
        padding: 5%;
        text-align: right;
        line-height: 29px;
    }

    .overlay a.slide-up-btn {
        padding: 15px;
        width: 100%;
        display: block;
        max-width: 100%;
        margin: 20px 0 0 0;
    }

    .menu-link-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #menu-mobile-menu>li.menu-item {
        margin: 15px 0;
    }

    .submenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
        padding-left: 0;
    }

    .submenu .menu-link {
        font-size: 16px;
        background-color: rgba(0, 0, 0, 0.1);
        width: 100%;
        padding: 19px 21px;
        border-bottom: 1px solid #1c5dbc;
        font-weight: 700;
    }

    .submenu li.menu-item:first-child {
        margin: 10px 0 0 0;
    }

    .submenu li.menu-item:first-child .menu-link {
        border-radius: 20px 20px 0 0;
    }

    .submenu li.menu-item:last-child .menu-link {
        border-radius: 0 0 20px 20px;
    }

    .menu-item.active .submenu {
        max-height: 500px;
        /* or use JS to calculate scrollHeight */
    }

    .submenu-toggle i {
        transition: transform 0.3s ease;
    }

    .menu-item.active .submenu-toggle i {
        transform: rotate(180deg);
    }

    .mobile-nav-overlay-wrapper {
        width: var(--inner-width);
    }

    .mobile-nav-overlay-wrapper img {
        width: 75%;
        height: auto;
        margin-bottom: 5%;
        max-width: 200px;
    }

    #menu-mobile-menu {
        width: 100%;
    }

    #menu-mobile-menu li {
        list-style-type: none;
    }

    #menu-mobile-menu li a {
        color: var(--white);
    }

    .menu-link {
        color: var(--white);
    }

    .menu-item {
        list-style-type: none;
        text-align: left;
    }

    .submenu-toggle {
        appearance: none;
        border: 1px solid #2766c3;
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background: #2766c3;
        color: white;
        font-size: 21px;
        transition: ease all 300ms;
        cursor: pointer;
    }

    .submenu-toggle:hover {
        border: #1a5bba solid 1px;
    }
}

/* CB Additions R2 */
@media screen and (max-width: 1300px) {
    .overlay {
        padding-top: 0;
    }

    .mobile-nav-overlay-wrapper {
        position: relative;
        padding-top: 150px;
    }

    .mobile-nav-overlay-wrapper img {
        position: absolute;
        top: 40px;
        height: 70px;
        width: auto;
        max-width: 100%;
    }

    .overlay-content {
        margin-top: 0;
    }

    #menu-mobile-menu>li.menu-item {
        margin: 0;
        padding: 15px 0;
        border-bottom: 1px solid #2566c4;
    }

    .overlay a {
        font-size: 24px;
    }

    .menu-link-wrapper {
        justify-content: flex-end;
        gap: 20px;
    }

    .submenu .menu-link {
        text-align: right;
    }

    .overlay .closebtn {
        position: absolute;
        top: 40px;
        right: 0;
        font-size: 60px;
        width: 100px;
        padding: 0;
        text-align: right;
        line-height: 29px;
        height: 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
    }
}

@media screen and (max-width: 650px) {
    .mobile-nav-overlay-wrapper {
        padding-top: 90px;
    }

    .mobile-nav-overlay-wrapper img {
        top: 20px;
        height: 50px;
    }

    .overlay .closebtn {
        top: 20px;
        height: 50px;
    }
}

/*section {*/
/*    min-height: 500px;*/
/*    background: var(--white);*/
/*}*/

#header_flex {
    display: flex;
    /* justify-content: space-between; */
    /* gap: 50px; */
}

#header_flex nav {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-left: 5%;
}

#header_flex nav ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 35px;
}

#header_flex nav ul li {
    color: var(--black);
    text-decoration: none;
    list-style-type: none;
    width: 100%;
    text-align: center !important;
}

#header_flex nav ul li a {
    text-decoration: none;
    color: var(--black);
    font-size: 20px;
    font-family: "Goldman";
}

/*#header_flex nav ul li:last-child {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    padding: 1rem 2rem;*/
/*    background: var(--orange);*/
/*    color: #fff !important;*/
/*    overflow: hidden;*/
/*    cursor: pointer;*/
/*    transition: color 0.3s ease;*/
/*    text-decoration: none;*/
/*    border-radius: 5px;*/
/*    transition: ease 300ms all;*/
/*}*/

/*#header_flex nav ul li:last-child:hover {*/
/*    background: #ab450d;*/
/*}*/

/*#header_flex nav ul li:last-child::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #fff;*/
/*    transform: translateY(100%);*/
/*    transition: transform 0.3s ease;*/
/*    z-index: 0;*/
/*}*/

/*#header_flex nav ul li:last-child a {*/
/*    color: var(--white);*/
/*}*/

#logo {
    position: relative;
    height: 80px;
    flex: 0 0 40%;
}

#logo:before {
    content: "";
    height: 200%;
    width: 90%;
    position: absolute;
    z-index: 5;
    display: block;
    background-image: url("/wp-content/uploads/2025/02/EagleHawk_Logo_HorizontalLogo_Color.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

#cliparea {
    display: block;
    height: 100%;
    top: 100%;
    right: 0px;
    position: absolute;
    width: 230px;
    background: var(--white);
    clip-path: url(#clip);
    -webkit-clip-path: url(#clip);
}

#clip {
    height: 80px;
    width: 230px;
    position: absolute;
    top: 100%;
    right: 0;
}

#logo:after {
    content: "";
    display: block;
    height: 100%;
    top: 100%;
    right: 230px;
    position: absolute;
    width: 8000px;
    background: var(--white);
}

#clip {
    height: 80px;
    width: 230px;
    position: absolute;
    top: 100%;
    right: 0;
}

/* FOOTER STYLES */
footer {
    width: 100%;
    height: auto;
    padding: 5%;
    background: var(--dark-blue);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-container {
    flex: 1 0 100%;
    width: var(--inner-width);
    max-width: var(--max-width);
    height: auto;
    display: flex;
    background: var(--dark-blue);
    gap: 50px;
}

.footer-item {
    width: 100%;
    height: auto;
    min-height: 25vh;
    display: flex;
    flex-direction: column;
    gap: 1em;
    color: var(--white);
}

.footer-item a {
    color: white;
}

.footer-item p {
    font-size: 0.8em;
    line-height: 1.4;
}

#footer_logo {
    width: 100%;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url("img/WhiteLogo_Footer.png");
}

.footer-item:nth-of-type(2),
.footer-item:nth-of-type(3),
.footer-item:nth-of-type(1) {
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-item ul li {
    list-style-type: none;
    margin-bottom: 5px;
}

.footer-item ul li a {
    color: var(--white);
    text-decoration: none;
    font-size: 0.8em;
    line-height: 1.4;
    position: relative;
    padding: 3px 0;
    display: inline-block;
    transition: ease all 300ms;
}

.footer-item ul li a:hover {
    color: #a2c7ff;
}

.footer-item ul li a:after {
    content: "";
    transition: ease all 400ms;
    width: 0%;
    position: absolute;
    display: block;
    left: 0px;
    bottom: 4px;
    height: 1px;
    background: #b7d0ff;
}

.footer-item ul li a:hover:after {
    width: 25%;
}

#email-form {
    display: flex;
    flex-direction: row;
}

#email-form input {
    padding: 10px 30px;
    border: none;
    outline: none;
    box-shadow: none;
}

#email-form input:nth-of-type(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#email-form input:nth-of-type(2) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#email-form input::placeholder {
    font-size: 1.25em;
}

#orange-submit {
    background: var(--orange);
    border: 0;
    color: var(--white);
}

.social-icons {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    font-size: 31px;
}

.social-icons a {
    color: var(--white);
}

.spacer {
    width: 100%;
    height: 150vh;
    background: var(--orange);
}

.spacer img {
    width: 100%;
    height: auto;
}

/* HOME HEADER STYLES */

.home-header {
    width: 100%;
    height: auto;
    background-image: url("/wp-content/uploads/2025/07/EH_BlueBackgroundSwoops-scaled-1920.webp");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 5% 0; */
    /* min-height: 80vh; */
    padding-top: 2%;
    /* z-index: 999; */
}

.home-header-wrapper {
    width: var(--inner-width);
    max-width: var(--max-width);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1em;
}

.home-header-section {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-top: 5%;
    gap: 1em;
}

.home-header-section h1 {
    color: var(--white);
    font-weight: 700;
}

.home-header-section img {
    width: 95%;
    height: auto;
}

.home-header-section p {
    color: var(--white);
}

#header-text .char {
    display: inline-block;
    white-space: pre;
}

/* HOMEPAGE VIDEO SECTION STYLES */

.video-container {
    width: 100%;
    height: auto;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-wrapper {
    width: var(--inner-width);
    max-width: var(--max-width);
    padding: 2.5% 0;
}

.video-section {
    width: 100%;
    height: auto;
}

.video-section:nth-of-type(1) {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-template-areas: ". . . .";
    gap: 3em;
}

.video-upper-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1em;
}

.video-upper-item h3 {
    font-weight: 700;
    color: var(--dark-blue);
}

.video-upper-item i {
    padding: 5%;
    background: var(--blue);
    color: var(--white);
    font-size: 37px;
    border-radius: 10px;
    margin-bottom: 20px;
    min-width: 63px;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .video-section:nth-of-type(1) {
        grid-template-columns: 1fr;
        grid-template-areas: ".";
    }

    .video-upper-item {
        align-items: center;
        justify-content: flex-start;
        text-align: center;
    }
}

.video-section:nth-of-type(2) {
    min-height: 60vh;
    border-radius: 20px;
    margin-top: 5%;
    display: flex;
    flex-direction: row;
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "vli1 vli2 vli2"; */
}

.video-lower-item:nth-of-type(1) {
    grid-area: vli1;
    background-image: url("/wp-content/uploads/2025/02/EH_BlueBackgroundSwoops-scaled.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 33%;
    display: flex;
    align-self: center;
    justify-content: center;
    height: auto;
    min-height: 60vh;
    color: var(--white);
}

.lower-item-wrapper {
    width: 75%;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    height: auto;
    gap: 1em;
    padding: 5% 0;
}

.orange-btn {
    padding: 2.5% 5%;
    background: var(--orange);
    color: var(--white);
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-decoration: none;
}

.orange-btn-2 {
    padding: 1% 3%;
    background: var(--orange);
    color: var(--white);
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
}

.slide-up-btn {
    position: relative;
    display: inline-block;
    padding: 1rem 2rem;
    background: var(--orange);
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    transition: color 0.3s ease;
    text-decoration: none;
    border-radius: 5px;
    max-width: 300px;
    text-align: center;
    transition: 0.4s ease-in-out;
}

.slide-up-btn:hover {
    background: var(--white);
    color: var(--orange);
}

/* .slide-up-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 0;
}

.slide-up-btn:hover::before {
    transform: translateY(0%);
}

.slide-up-btn:hover {
    color: var(--orange) !important;
}

.slide-up-btn {
    z-index: 1;
}

.slide-up-btn::before {
    z-index: -1;
} */

/*alternate-slide up button*/

.slide-up-btn-2 {
    position: relative;
    display: inline-block;
    padding: 1rem 2rem;
    background: var(--orange) !important;
    color: var(--white) !important;
    overflow: hidden;
    cursor: pointer;
    transition: color 0.3s ease;
    text-decoration: none;
    border-radius: 5px;
    max-width: 400px;
    text-align: center;
    transition: 0.4s ease-in-out;
}

.slide-up-btn-2 a {
    color: var(--white) !important;
}

.slide-up-btn-2 a:hover .slide-up-btn {
    background: var(--blue);
    color: var(--white);
}

/* .slide-up-btn-2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--blue);
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 0;
}

.slide-up-btn-2:hover::before {
    transform: translateY(0%);
}

.slide-up-btn-2:hover {
    color: var(--white) !important;
}

.slide-up-btn-2 {
    z-index: 1;
}

.slide-up-btn-2::before {
    z-index: -1;
} */

/*.wp-block-button__link {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    padding: 1rem 2rem;*/
/*    background: var(--orange);*/
/*    color: #fff;*/
/*    overflow: hidden;*/
/*    cursor: pointer;*/
/*    transition: color 0.3s ease;*/
/*    text-decoration: none;*/
/*    border-radius: 5px;*/
/*    max-width: 300px;*/
/*    text-align: center;*/
/*    z-index:100;*/
/*}*/

/*.wp-block-button__link::before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: var(--blue);*/
/*    transform: translateY(100%);*/
/*    transition: transform 0.3s ease;*/
/*    z-index: 10;*/
/*    color:var(--white)!important;*/
/*}*/

/*.wp-block-button__link:hover::before{*/
/*    transform: translateY(0%);*/
/*    z-index:100;*/
/*}*/

/*.wp-block-button a {*/
/*    color: var(--white) !important;*/
/*}*/

/*.wp-block-button__link:hover {*/
/*    background-color: var(--orange);*/
/*}*/

@media screen and (max-width: 900px) {
    .orange-btn-2 {
        padding: 3% 5%;
        max-width: none;
    }
}

.video-lower-item:nth-of-type(2) {
    grid-area: vli2;
    background-image: url("/wp-content/uploads/2025/07/Thumbnail-Placeholder.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 66%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-lower-item:nth-of-type(2) .play-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.video-lower-item:nth-of-type(2) .play-container i {
    font-size: 3em;
    color: var(--white);
    transition: 0.5s ease-in-out;
}

.video-lower-item:nth-of-type(2) .play-container:hover i {
    transform: scale(1.75) rotate(-10deg);
}

@media screen and (max-width: 900px) {
    .video-section:nth-of-type(2) {
        flex-direction: column;
    }

    .video-lower-item:nth-of-type(1) {
        width: 100%;
        min-height: 50vh;
    }

    .video-lower-item:nth-of-type(2) {
        width: 100%;
        height: 50vh;
    }

    .video-lower-item:nth-of-type(1) {
        border-bottom-left-radius: 0;
        border-top-right-radius: 15px;
    }

    .video-lower-item:nth-of-type(2) {
        border-top-right-radius: 0;
        border-bottom-left-radius: 15px;
    }
}

/* HOMEPAGE ANIMATION SECTION */
/* HOMEPAGE ANIMATION SECTION */
/* HOMEPAGE ANIMATION SECTION */
/* HOMEPAGE ANIMATION SECTION */
/* HOMEPAGE ANIMATION SECTION */
/* HOMEPAGE ANIMATION SECTION */

#accordion_graphic {
    background: #d2e6ff;
    padding: 50px 0 0 0;
    border-bottom: 1px solid #3d6398;
    overflow: hidden;
}

.accordion_wrapper {
    max-width: var(--max-width);
    margin: 0 auto;
    width: 100%;
    padding: 0 50px;
}

.overlay_custom {
    position: relative;
    z-index: 100;
}

.accordion_text_header {
    text-align: center;
    padding: 0 0 50px 0;
}

.accordion_text_header span {
    color: var(--black);
}

.accordion_text_header h2 {
    color: var(--blue);
    margin: 15px 0;
}

.accordion_text_header p {
    padding: 0 20%;
}

.acc_ac_thumbnail_image {
    height: 100px;
    margin: 20px 0 0 0;
    border-radius: 7px;
    background-size: cover;
    background-position: center;
}

.accordion_graphic_canvas {
    min-height: 600px;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

.accordion_graphic_canvas .accordion_wrapper {
    position: relative;
    z-index: 1;
}

.accordion_graphic_canvas_bgimg {
    width: 1550px;
    right: -11vw;

    height: 100vh;
    z-index: 1;
    bottom: 0;
    position: absolute;

    opacity: 0;
    transition: opacity 0.5s ease-in-out;

    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom -11px right -3px;
}

/* Trigger fade-in */
.accordion_graphic_canvas_bgimg.ready {
    opacity: 1;
}

/* Custom Accordion */
.accordion_options {
    width: 400px;
    max-width: 100%;
    position: relative;
    z-index: 5;
    padding: 0 0 150px 0;
}

.acc_ac_body {
    height: 0;
    overflow: hidden;
    transition: ease all 350ms;
}

.acc_ac_body_inner {
    padding: 25px;
    background: var(--blue);
    color: #fff;
    border-radius: 0 0 4px 4px;
}

.acc_ac_body_inner :first-child {
    margin-top: 0px !important;
}

.acc_ac_body_inner :last-child {
    margin-bottom: 0px !important;
}

.acc_accordion_header {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: none;
}

.acc_custom_accordion_item {
    margin: 0 0 3px 0;
}

.acc_custom_accordion_item:first-child .acc_accordion_header {
    border-top: none;
}

.acc_accordion_header button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px 80px 20px 25px;
    border: none;
    appearance: none;
    background: var(--dark-blue);
    position: relative;
    transition: ease all 300ms;
    color: #fff;
    font-size: 20px;
    font-family: "Goldman";
    border-radius: 4px;
}

.acc_accordion_header button:hover {
    cursor: pointer;
    background: #142c5a;
}

.acc_accordion_header button:after {
    content: "\f107";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    top: 50%;
    right: 30px;
    font-weight: 900;
    text-align: center;
    width: 20px;
    font-size: 23px;
    display: block;
    transform: translate(0, -50%);
}

.acc_accordion_header button.active {
    border-radius: 4px 4px 0 0;
}

.acc_accordion_header button.active:after {
    content: "\f106";
}

@media (max-width: 1500px) {
    .accordion_graphic_canvas_bgimg {
        width: 1300px;
        right: -3vw;
    }
}

@media (max-width: 1300px) {
    .accordion_graphic_canvas_bgimg {
        width: 120vw;
        right: -10vw;
        height: 60vw;
    }

    .accordion_options {
        width: 35%;
        padding: 0px 0 50px 0;
    }

    .acc_ac_body_inner p {
        font-size: 17px;
    }

    .acc_accordion_header button {
        font-size: 18px;
        line-height: 1em;
    }
}

@media (max-width: 1000px) {
    .accordion_graphic_canvas {
        min-height: 0;
    }

    .accordion_graphic_canvas .accordion_wrapper {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .accordion_options {
        flex: 0 1 600px;
    }

    .accordion_graphic_canvas_bgimg {
        background-size: 120%;
        position: relative;
        right: 0;
        height: 43vw;
    }

    .accordion_graphic_canvas {
        padding: 0;
    }

    .accordion_text_header h2 {
        font-size: 1.4em;
    }
}

@media (max-width: 800px) {
    .accordion_text_header p {
        padding: 0;
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .acc_accordion_header button {
        font-size: 19px;
        padding: 15px 80px 15px 15px;
    }

    .acc_ac_body_inner {
        padding: 15px 15px 30px 15px;
    }

    .accordion_text_header h2 {
        font-size: 1.4em;
    }

    .accordion_wrapper {
        padding: 0 5%;
    }

    .accordion_graphic_canvas_bgimg {
        height: 46vw;
        background-size: 130%;
    }
}

@media (max-width: 500px) {
    .acc_accordion_header button {
        font-size: 16px;
        padding: 15px 80px 15px 15px;
    }
}

/* HOMEPAGE ANIMATION SECTION */
/* HOMEPAGE ANIMATION SECTION */
/* HOMEPAGE ANIMATION SECTION */
/* HOMEPAGE ANIMATION SECTION */
/* HOMEPAGE ANIMATION SECTION */
/* HOMEPAGE ANIMATION SECTION */
/* HOMEPAGE ANIMATION SECTION */
/* HOMEPAGE ANIMATION SECTION */
/* HOMEPAGE ANIMATION SECTION */
/* HOMEPAGE ANIMATION SECTION */
.accordion-background-wrapper {
    position: relative;
    overflow: hidden;
    font-family: sans-serif;
    color: white;
    width: 100%;
    height: auto;
    padding: 5% 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.accordion-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transition: background-image 0.5s ease-in-out;
}

@media screen and (max-width: 900px) {
    .accordion-background {
        background: var(--light-blue) !important;
    }
}

.accordion-container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-wrapper {
    width: var(--inner-width);
    max-width: var(--max-width);
    display: flex;
    flex-direction: column;
}

.home-accordion-section {
    width: 100%;
    height: auto;
    display: flex;
}

.home-accordion-section:nth-of-type(1) {
    gap: 0.5em;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    text-align: center;
}

.home-accordion-section:nth-of-type(1) p {
    color: var(--black);
}

.home-accordion-section:nth-of-type(2) {
    align-items: center;
    justify-content: flex-start;
}

#compressed {
    padding: 0 20%;
}

.home-accordion-section:nth-of-type(1) h2 {
    color: var(--blue);
}

.accordion-list {
    position: relative;
    z-index: 1;
    width: 25%;
    margin: 0 auto;
    background: transparent;
    backdrop-filter: blur(4px);
    margin: 5% 0;
}

@media screen and (max-width: 900px) {
    .accordion-list {
        width: 100%;
    }
}

.accordion-item {
    margin-bottom: 0.25rem;
}

.accordion-item.active .home-accordion-content {
    padding: 1rem;
}

.home-accordion-toggle {
    width: 100%;
    padding: 1rem;
    background: var(--dark-blue);
    border-radius: 5px;
    color: #fff;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-accordion-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.home-accordion-toggle i {
    transition: transform 0.3s ease;
}

.accordion-item.active .home-accordion-toggle i {
    transform: rotate(-180deg);
}

.home-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 1rem;
    background: var(--blue);
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.home-accordion-content img {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

/* HOMEPAGE INSIGHTS SECTION */

.insights {
    width: 100%;
    height: auto;
    background-image: url("/wp-content/uploads/2025/03/BGTestimonial.png");
    display: flex;
    align-items: center;
    justify-content: center;
    position: inherit;
}

/* .insights:before {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 10%;
    transform: translate(-50%, -50%);
    background-image: url('/wp-content/uploads/2025/03/pattern-ph.png');
    background-size: cover;
    background-position: center;
} */

.insights-wrapper {
    width: var(--inner-width);
    max-width: var(--max-width);
    height: auto;
    padding: 5% 0;
}

.insight-item {
    width: 100%;
    height: auto;
    min-height: 20vh;
    color: var(--white);
}

.insight-item:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 1em;
}

.insight-item:nth-of-type(2) {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3em;
    position: relative;
    margin-top: 2em;
}

.inner-insight {
    width: 100%;
    height: auto;
    min-height: 200px;
    background-image: url("/wp-content/uploads/2025/05/internal-test-bg.png");
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-align: center;
    padding: 35px 65px;
}

.insight-item-intelligence {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.inner-insight-intelligence {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 50%;
}

@media screen and (max-width: 900px) {
    .inner-insight-intelligence {
        width: 90%;
    }
}

.inner-insight i {
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 2em;
    color: var(--white);
    background: var(--orange);
    padding: 10px;
    border-radius: 5px;
}

.quote-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75em;
}

@media screen and (max-width: 600px) {
    .quote-container {
        padding: 1em 0;
    }
}

.bold {
    font-weight: 700;
}

/* HOMEPAGE SOLUTIONS SECTION */

.solutions {
    width: 100%;
    height: auto;
    padding: 5% 0;
    background-image: url("/wp-content/uploads/2025/04/Shape-1.png");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.solutions-wrapper {
    width: var(--inner-width);
    max-width: var(--max-width);
    /* min-height: 55dvh; */
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.solutions-item:nth-of-type(1) {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1em;
}

.solutions-item:nth-of-type(1) h2 {
    color: var(--blue);
    font-weight: 700;
}

.solutions-item:nth-of-type(1) p {
    max-width: 600px;
}

.lower-solutions-wrapper {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 900px) {
    .lower-solutions-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 1em;
    }
}

.swiper {
    width: 100%;
    height: auto;
}

/* .swiper-slide {
    width: 100%;
    height: auto;
    min-height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-image: url('/wp-content/uploads/2025/04/CaseStudyImage1-trimmed.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: drop-shadow(0 0 0.65em rgba(0, 0, 0, 0.4));
    margin: 2.5% 0;
} */

.slider-lower {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: var(--white);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.slider-lower i {
    padding: 15px;
    background: var(--orange);
    color: var(--white);
    position: absolute;
    top: -20px;
    right: 20px;
    border-radius: 3px;
}

.pagination-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5% 0;
}

.swiper-pagination {
    position: relative;
    border: 1px solid var(--black);
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    border-radius: 50px;
    box-shadow: 5px 5px 5px var(--black);
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 900px) {
    .solutions {
        justify-content: center;
    }

    .pagination-wrapper {
        margin-top: 1em;
    }
}

@media screen and (min-width: 1520px) {
    .solutions {
        justify-content: center;
    }
}

/* END HOMEPAGE SOLUTIONS SECTION */

.cta {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5% 0 5% 0;
}

.cta-wrapper {
    width: var(--inner-width);
    max-width: var(--max-width);
    background-image: url("/wp-content/uploads/2025/04/BGBox.png");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5% 0;
    border-radius: 20px;
    color: var(--white);
}

.cta-info {
    width: 60%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.75em;
}

@media screen and (max-width: 900px) {
    .cta-wrapper {
        padding: 5% 0;
    }

    .cta-info {
        width: 85%;
    }
}

/* INTERNAL PAGE TEMPLATE BEGINS */

.internal-header-image {
    width: 100%;
    height: 320px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.internal-header-tab {
    padding: 20px 0;
    width: 50%;
    background: var(--blue);
    color: var(--white);
    border-top-left-radius: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
}

.internal-header-tab h1 {
    font-size: 1.75em;
}

@media screen and (max-width: 1200px) {
    .internal-header-tab h1 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 900px) {
    .internal-header-tab h1 {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 600px) {
    .internal-header-tab {
        padding: 20px 5% 20px 70px;
    }

    .internal-header-tab h1 {
        font-size: 1.1em;
    }
}

.internal-main {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.internal-main-wrapper {
    width: var(--inner-width);
    max-width: var(--max-width);
    height: auto;
    display: flex;
    flex-direction: row;
    padding: 5% 0;
    gap: 4em;
}

.internal-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.breadcrumb-container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 0;
}

.breadcrumbs a {
    text-decoration: none;
    color: var(--blue);
    font-weight: 700;
}

.internal-section:nth-of-type(1) {
    width: 70%;
}

.internal-section:nth-of-type(1) i {
    color: var(--orange);
}

.internal-section:nth-of-type(1) h2 {
    color: var(--blue);
    margin: 25px 0;
}

.internal-section:nth-of-type(1) h3 {
    color: var(--blue);
    margin: 25px 0;
}

.internal-section:nth-of-type(1) p {
    margin-bottom: 0.5em;
    line-height: 1.2em;
}

.internal-section:nth-of-type(1) a {
    color: var(--blue);
    text-decoration: none;
}

.internal-section:nth-of-type(1) ul {
    margin-left: 5%;
}

.internal-section:nth-of-type(1) ul li {
    margin-bottom: 10px;
}

.internal-section:nth-of-type(2) {
    width: 30%;
    justify-content: flex-start;
    gap: 1em;
}

.sidebar-testimonials {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.sidebar-testimonials h2 {
    font-weight: 700;
    width: 100%;
    font-size: 1.8em;
}

.sidebar-testimonials p:nth-of-type(2) {
    margin-top: 10px;
}

.sidebar-testimonials h2 {
    color: var(--dark-blue);
    line-height: 1em;
}

.sidebar-testimonials ul {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.sidebar-testimonials ul li {
    list-style-type: none;
    background-image: url("/wp-content/uploads/2025/05/internal-test-bg.png");
    background-size: cover;
    background-position: center;
    padding: 2em;
    text-align: center;
    color: var(--white);
    position: relative;
}

.sidebar-testimonials ul li i {
    position: absolute;
    top: -15px;
    left: -15px;
    font-size: 2em;
    color: var(--white);
    background: var(--orange);
    padding: 10px;
    border-radius: 5px;
}

#sidebar {
    width: 100%;
    height: auto;
}

.internal-section:nth-of-type(2) .sidebar-nav li a {
    width: 100%;
    padding: 10px 20px;
    background: var(--blue);
    color: var(--white);
    text-decoration: none;
    display: flex;
}

/* NEW INTERNAL SIDEBAR STYLES */

.sidebar-menu li {
    list-style-type: none;
}

.sidebar-menu li a {
    text-decoration: none;
    padding: 10px 20px;
    background: var(--blue);
    color: var(--white);
    text-decoration: none;
    display: flex;
    transition: 0.5s ease-in-out;
}

.sidebar-menu li a:active {
    background: var(--dark-blue);
    transform: scaleX(1.1);
    transform-origin: right center;
    transition: transform 0.3s ease;
}

.sidebar-menu .current-menu-item a {
    background: var(--dark-blue) !important;
    transform: scaleX(1.1);
    transform-origin: right center;
    transition: transform 0.3s ease;
}

/* NEW INTERNAL SIDEBAR STYLES END */

.internal-section:nth-of-type(2) .sidebar nav a {
    margin-bottom: 10px;
}

.internal-section:nth-of-type(2) #sidebar a {
    margin-bottom: 5px;
}

.internal-section:nth-of-type(2) .current {
    background: var(--dark-blue);
    transform: scaleX(1.1);
    transform-origin: right center;
    transition: transform 0.3s ease;
}

.wufoo-form-section {
    width: 100%;
    height: auto;
    padding: 2.5%;
    display: flex;
    flex-direction: column;
    gap: 1em;
    border-radius: 5px;
}

.wufoo-form-section h2 {
    color: var(--dark-blue);
    font-weight: 700;
}

/* .wufoo-embed {
    padding: 2.5%;
    background: var(--light-blue);
    border-radius: 5px;
} */

.demo-description {
    line-height: 1.2em;
}

@media screen and (max-width: 900px) {
    .internal-main-wrapper {
        flex-direction: column;
    }

    .internal-section:nth-of-type(1) {
        width: 100%;
    }

    .internal-section:nth-of-type(2) {
        width: 100%;
    }

    .internal-header-tab {
        padding: 20px 5% 20px 100px;
        width: auto;
        max-width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .internal-header-tab {}
}

/* INTERNAL PAGE TEMPLATE ENDS */

/* WHY US PAGE BEGINS */

.why-us-container {
    width: 100%;
    height: auto;
    background-image: url("/wp-content/uploads/2025/02/EH_BlueBackgroundSwoops-scaled.jpg");
    background-size: 100% 65%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 751px) and (max-width: 810px) {
    .why-us-container {
        background-size: 100% 77%;
    }
}

@media screen and (max-width: 750px) {
    .why-us-container {
        background-size: 100% 92%;
    }
}

.why-us-wrapper {
    width: var(--inner-width);
    max-width: var(--max-width);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4em;
    padding-top: 10%;
    /* padding: 10% 0 2.5% 0; */
}

.why-us-wrapper hr {
    width: 50%;
    border: none;
    border-top: 1px solid var(--white);
}

.why-us-item {
    width: 100%;
    height: auto;
    /* min-height: 40dvh; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1em;
    text-align: center;
    color: var(--white);
}

.why-us-item a {
    color: var(--white);
    text-decoration: none;
    font-weight: 700;
    font-style: italic;
}

.why-us-item img {
    width: 70%;
    height: auto;
}

.why-us-item h1 {
    font-weight: 700;
}

.you-can {
    width: 100%;
    height: auto;
    padding: 5% 0;
}

.you-can {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.you-can-wrapper {
    width: var(--inner-width);
    max-width: var(--max-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    gap: 1.5em;
    text-align: center;
}

.you-can-wrapper hr {
    width: 25%;
    border: none;
    border-top: 1px solid var(--blue);
}

.features-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    justify-content: center;
    margin: 0 auto;
    width: var(--inner-width);
    max-width: var(--max-width);
}

@media screen and (max-width: 1050px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }
}

@media screen and (max-width: 650px) {
    .features-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 1rem;
    }
}

.feature-item {
    text-align: center;
    padding: 1rem;
    border-radius: 8px;
    background: var(--light-blue);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1em;
    text-align: left;
    width: 100%;
    height: auto;
}

.feature-item h3 {
    font-weight: 700;
}

.feature-item p {
    color: var(--black);
}

.feature-item i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: var(--white);
    padding: 10px;
    background: var(--blue);
    border-radius: 5px;
}

/* OVERFLOW CTA STYLES BEGIN */

.overflow-cta-container {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/wp-content/uploads/2025/06/EH_BlueBackgroundSwoops.png");
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding: 0 0 50px 0;
}

.overflow-cta-container:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    height: 80px;
    z-index: 1;
}

@media screen and (max-width: 700px) {
    .overflow-cta-container {
        background-size: 100% 100%;
    }
}

.overflow-cta-wrapper {
    width: 90%;
    height: auto;
    display: grid;
    position: relative;
    z-index: 2;
    grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
    gap: 1em;
}

.overflow-cta-section {
    width: 100%;
    height: auto;
    padding: 2.5% 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white);
}

.overflow-cta-section:nth-of-type(1) {
    padding: 130px 0 0 0;
    align-items: flex-start;
    gap: 1em;
}

.overflow-cta-section:nth-of-type(1) h2 {
    font-size: 2.5em;
}

@media screen and (max-width: 1100px) {
    .overflow-cta-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .overflow-cta-section:nth-of-type(1) {
        text-align: center;
        order: 2;
        padding: 0 0 0 0;
        align-items: center;
    }

    .overflow-cta-section:nth-of-type(1) .button-container {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .overflow-cta-section:nth-of-type(1) .button-container .slide-up-btn {
        flex: 1 1 auto;
    }

    .overflow-cta-section:nth-of-type(2) {
        order: 1;
    }

    .overflow-cta-section img {
        max-width: 400px;
    }

    .overflow-cta-section:nth-of-type(1) h2 {
        font-size: 2em;
    }
}

@media screen and (max-width: 800px) {
    .overflow-cta-section:nth-of-type(1) h2 {
        font-size: 1.5em;
    }
}

.button-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 2em;
}

.overflow-cta-section img {
    width: 100%;
    height: auto;
}

/* OVERFLOW CTA STYLES END */

/* FACILITIES CTA STYLE BEGIN */

.facilities-cta-container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/wp-content/uploads/2025/06/EH_BlueBackgroundSwoops.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2.5% 0;
}

.facilities-cta-wrapper {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-template-areas: ". .";
    gap: 1em;
}

@media screen and (max-width: 900px) {
    .facilities-cta-wrapper {
        grid-template-columns: 1fr;
        grid-template-areas: ".";
    }
}

.facilities-cta-item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

.facilities-cta-item:nth-of-type(1) {
    justify-content: center;
}

.facilities-cta-item:nth-of-type(2) {
    justify-content: flex-end;
}

.facilities-cta-item img {
    width: 100%;
    height: auto;
}

.facilities-cta-item-wrapper {
    width: var(--inner-width);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    color: var(--white);
    gap: 1em;
    padding: 1em;
    text-align: left;
}

.facilities-cta-item-wrapper ul {
    margin: 0;
    padding-inline-start: 0;
    margin-left: 5%;
}

.facilities-cta-item-wrapper ul li {
    margin-bottom: 10px;
}

.slide-up-btn-group {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.slide-up-btn-group .slide-up-btn {
    max-width: none;
}

.slide-up-btn-group .slide-up-btn:nth-of-type(1) {
    margin-right: 5%;
}

/* FACILITIES CTA STYLES END */

/* TAKE CONTROL CTA STYLES BEGIN */

.take-control-container {
    width: 100%;
    height: auto;
    background-image: url("/wp-content/uploads/2025/02/EH_BlueBackgroundSwoops-scaled.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5% 0;
}

.take-control-wrapper {
    width: var(--inner-width);
    max-width: var(--max-width);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1em;
}

.take-control-section {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-align: center;
    gap: 1em;
}

.take-control-section h2 {
    font-size: 35pt;
}

.take-control-section hr {
    width: 30%;
    border: none;
    border-top: 1px solid white;
}

.take-control-grid {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1em;
}

.take-control-grid-item {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.75s ease-in-out;
}

.take-control-grid-item:hover {
    transform: scale(1.05);
}

.take-control-grid-item a {
    width: 100%;
    height: 100%;
}

.take-control-grid-item img {
    width: 100%;
    height: auto;
    position: relative;
}

.take-control-grid-item h3 {
    width: 100%;
    flex-direction: row;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: 24pt;
}

.take-control-button-section .slide-up-btn {
    max-width: 200px;
}

/* TAKE CONTROL CTA STYLES END */

/* TAKE CONTROL ALTERNATIVE CTA STYLES BEGIN */

.take-control-alt {
    width: 100%;
    height: auto;
    padding: 2.5% 0;
    background-image: url("/wp-content/uploads/2025/02/EH_BlueBackgroundSwoops-scaled.jpg");
}

.take-control-alt-wrapper {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1em;
}

.take-control-alt-item {
    display: flex;
    align-items: center;
}

.take-control-alt-item:nth-of-type(1) {
    justify-content: center;
}

.take-control-alt-item:nth-of-type(2) {
    justify-content: flex-end;
}

.take-control-alt-item img {
    width: 100%;
    height: auto;
}

.take-control-alt-item-wrapper {
    width: var(--inner-width);
    display: flex;
    flex-direction: column;
    gap: 1em;
    color: var(--white);
}

/* TAKE CONTROL ALTERNATIVE CTA STYLES END */

.editable-image-container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/wp-content/uploads/2025/04/overflow-cta-bg.webp");
    background-size: cover;
    background-position: center;
    min-height: 50vh;
}

.editable-image-wrapper {
    width: var(--inner-width);
    max-width: var(--max-width);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1em;
}

/* INTELLIGENCE PAGE CTA STYLES BEGIN */

.intelligence-cta {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/wp-content/uploads/2025/06/EH_BlueBackgroundSwoops.png");
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}

.intelligence-cta-wrapper {
    width: var(--inner-width);
    max-width: var(--max-width);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1em;
}

.intelligence-cta-wrapper img {
    width: 100%;
    height: auto;
}

.intelligence-cta-item {
    width: 100%;
    height: auto;
    display: flex;
}

.intelligence-cta-item:nth-of-type(1) {
    justify-content: center;
    align-items: flex-start;
    gap: 1em;
    flex-direction: column;
    color: var(--white);
}

.intelligence-cta-item:nth-of-type(2) {
    justify-content: center;
}

.intelligence-cta-item img {
    width: 100%;
    height: auto;
}

/* INTELLIGENCE PAGE CTA STYLES END */

/* IN ACTION CTA STYLES */

.in-action-cta {
    width: 100%;
    height: auto;
    min-height: 60vh;
    background: orange;
}

/* END IN ACTION CTA STYLES */

/* INDUSTRIES PAGE STYLES BEGIN */

.industries-header {
    width: 100%;
    height: auto;
    background-image: url("/wp-content/uploads/2025/02/EH_BlueBackgroundSwoops-scaled.jpg");
    background-size: cover;
    background-position: center;
    padding: 10% 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.industries-header img {
    width: 10%;
    height: auto;
    position: absolute;
}

.industries-header img:nth-of-type(even) {
    width: 225px;
}

.industries-header img:nth-of-type(1) {
    top: 20%;
    left: 0;
}

.industries-header img:nth-of-type(2) {
    top: 75%;
    left: 5%;
}

.industries-header img:nth-of-type(3) {
    top: 20%;
    right: -2%;
    width: 180px;
    height: auto;
}

.industries-header img:nth-of-type(4) {
    top: 75%;
    right: 5%;
}

@media screen and (max-width: 900px) {
    .industries-header img {
        display: none;
    }
}

.industries-header-content {
    width: 65%;
    max-width: var(--max-width);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1em;
    color: var(--white);
}

.industries-description div {
    line-height: 1.4;
}

.industries-header-content .industries-description a {
    color: var(--white);
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
}

.industries-header-content hr {
    width: 40%;
    border: none;
    border-top: 1px solid var(--white);
}

.main-industries-content {
    width: 100%;
    height: auto;
    background: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10%;
}

.off-center-wrapper-top {
    width: 75%;
    max-width: var(--max-width);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.off-center-wrapper-top hr {
    max-width: 300px;
}

/* Container for all items */
.off-center-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    /* Adjust spacing between items */
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

/* Responsive: 1 column on smaller screens */
@media (max-width: 1000px) {
    .off-center-wrapper {
        grid-template-columns: 1fr;
    }
}

/* Item container */
.off-center-item-section {
    position: relative;
    overflow: hidden;
}

.off-center-item-section .initial {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 5%;
    margin-left: 5%;
    color: var(--white);
    transition: opacity 0.5s ease-in-out;
}

.off-center-item-section h2 {
    color: var(--blue);
}

.off-center-item-section hr {
    border: none;
    border-top: 1px solid var(--blue);
}

.image-wrapper:hover .initial {
    opacity: 0;
}

.off-center-item-section:nth-of-type(even) {
    transform: translateY(-20%);
}

@media (max-width: 1000px) {
    .off-center-item-section:nth-of-type(even) {
        transform: translateY(0);
    }
}

/* Image wrapper as block to contain overlay */
.image-wrapper {
    display: block;
    position: relative;
}

/* Ensure image fills container */
.image-wrapper img {
    width: 100%;
    display: block;
    height: auto;
}

/* Overlay styles */
/* Show overlay on hover */
/* .image-wrapper:hover .image-overlay {
    opacity: 1;
} */

.industries-logos {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5% 0;
}

.industries-logos-wrapper {
    width: var(--inner-width);
    max-width: var(--max-width);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.image-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    display: block;
}

.image-wrapper .image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(31, 63, 124, 0.6);
    color: #fff;
    padding: 0 1rem;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-bottom: 5%;
}

.image-wrapper:hover .image-overlay {
    transform: translateY(0);
}

.image-wrapper .image-overlay h2 {
    font-size: 1.75em;
    color: var(--white);
}

.image-wrapper .image-overlay i {
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2em;
}

@media (max-width: 768px) {
    .off-center-wrapper-top {
        width: 85%;
    }

    .off-center-wrapper {
        gap: 10px;
    }

    .image-wrapper .image-overlay {
        transform: translateY(0);
        background: rgba(31, 63, 124, 0.84);
        /* Always visible on mobile */
    }

    .image-wrapper .image-overlay h2 {
        font-size: 1.2em;
        margin: 0 0 8px 0;
    }

    .image-wrapper .image-overlay p {
        font-size: 15px;
    }

    .off-center-item-section .initial {
        display: none;
    }
}

/* INDUSTRIES PAGE STYLES END */

/* SOLUTIONS PAGE STYLES BEGIN */

.solutions-header {
    width: 100%;
    height: auto;
    padding: 10% 0;
    background-image: url("/wp-content/uploads/2025/02/EH_BlueBackgroundSwoops-scaled.jpg");
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.solutions-header-wrapper {
    width: 65%;
    max-width: var(--max-width);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 1em;
    color: var(--white);
}

.solutions-header-wrapper a {
    color: var(--white);
    font-weight: 700;
    text-decoration: none;
}

.solutions-header-wrapper hr {
    width: 30%;
    border: none;
    border-top: 1px solid var(--white);
}

.solutions-main-content {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solutions-main-wrapper {
    width: var(--inner-width);
    max-width: var(--max-width);
}

.solutions-main-section {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solutions-main-section:nth-of-type(1) {
    padding: 2.5% 0;
}

.solutions-main-section:nth-of-type(1) h2 {
    color: var(--blue);
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2em;
    margin: 2rem 0;
}

.solutions-grid h3 {
    color: var(--blue);
}

.solution-item {
    /* background: #f8f8f8; */
    border-radius: 8px;
    /* box-shadow: 10px 5px 2px rgba(0, 0, 0, 0.05); */
    /* display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column; */
}

.solution-link-wrapper {
    text-decoration: none;
}

.solution-item h3 {
    font-size: 1.25rem;
    margin: 0.5rem 0;
}

.solution-item p {
    font-size: 1rem;
    color: #555;
    padding-right: 5%;
    line-height: 1.2em;
}

.solution-item p strong {
    font-weight: 700;
}

.solutions-image-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    /* border-radius: 16px; */
    overflow: hidden;
    background-size: 100% 50%;
}

.solutions-image-wrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: var(--light-blue);
    z-index: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* .solutions-image-wrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: var(--light-blue);
    z-index: 0;
} */

.solutions-image-wrapper img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    /* padding: 2rem; */
}

.solutions-info-wrapper {
    width: 100%;
    max-width: var(--max-width);
    align-self: center;
    padding: 2.5% 2.5% 5% 2.5%;
    box-shadow: 2px 2px 5px var(--light-blue);
    min-height: 250px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.solutions-info-wrapper h3 {
    font-size: 24pt;
}

/* SOLUTIONS PAGE STYLES END */

/* INTELLIGENCE PAGE STYLES BEGIN */

.intelligence-header {
    width: 100%;
    height: auto;
    min-height: 600px;
    background-image: url("/wp-content/uploads/2025/02/EH_BlueBackgroundSwoops-scaled.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}

.intelligence-header-wrapper {
    width: 65%;
    max-width: var(--max-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1em;
    color: var(--white);
}

@media screen and (max-width: 900px) {
    .intelligence-header-wrapper {
        padding: 10% 0;
    }
}

.intelligence-header-wrapper hr {
    width: 50%;
    border: none;
    border-top: 1px solid var(--white);
}

.intelligence-header-wrapper p {
    line-height: 1.2em;
}

.intelligence-image-holder {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intelligence-image-wrapper {
    width: var(--inner-width);
    max-width: var(--max-width);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-10%);
}

@media screen and (max-width: 900px) {
    .intelligence-image-wrapper {
        transform: translateY(0);
        padding: 40px 0;
    }
}

.intelligence-image-wrapper a {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intelligence-image-wrapper img {
    width: 80%;
    height: auto;
    position: relative;
}

.intelligence-image-wrapper i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
    color: var(--white);
}

.connected-section {
    padding: 4rem 1rem;
    background: var(--white);
}

.connected-heading {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.5em;
    padding: 2.5% 0;
}

.connected-heading h2 {
    color: var(--blue);
}

.connected-container {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .connected-container {
        flex-direction: column;
    }
}

.connected-item {
    flex: 1;
    position: relative;
    padding: 2rem 1rem;
}

.connected-item h3 {
    margin: 10px 0;
}

.icon-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    height: 60px;
}

.icon {
    padding: 20px 25px;
    background: var(--blue);
    color: var(--white);
    border-radius: 8px;
    z-index: 2;
}

.icon p {
    font-size: 1.5em;
    font-family: "Goldman";
}

/* Line only spans to the right */
.horizontal-line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: var(--blue);
    z-index: 1;
    transform: translateX(12px);
}

@media screen and (max-width: 900px) {
    .horizontal-line {
        display: none;
    }
}

.connected-item:last-child .horizontal-line {
    display: none;
}

.intelligence-slider {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 40px 80px 40px;
    background: var(--light-blue);
}

.slider-section {
    width: 100%;
    height: auto;
    display: block;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-section-wrapper {
    width: var(--inner-width);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5% 0;
}

.slider-section-wrapper h2 {
    font-size: 2.5em;
    padding: 0 15%;
    text-align: center;
    color: var(--dark-blue);
}

.swiper-container {
    width: 100%;
}

.swiper-wrapper {
    width: 100%;
    height: auto;
}

.swiper-slide {
    text-align: center;
}

.custom-button-next,
.custom-button-prev {
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

.custom-button-next {
    right: 10%;
    transform: translateY(10%);
}

.custom-button-prev {
    left: 10%;
    transform: translateY(-10%);
}

.custom-button-next i,
.custom-button-prev i {
    padding: 10px;
    color: var(--white);
    background: var(--orange);
    border-radius: 5px;
}

.swiper-slide img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.intel-testimonial {
    width: 100%;
    height: auto;
    padding: 5% 0;
    background-image: url("/wp-content/uploads/2025/03/BGTestimonial.png");
    background-size: cover;
    background-position: center;
}

/* INTELLIGENCE PAGE STYLES END */

/* CUSTOM IMAGE GRID BLOCK STYLES BEGIN */

.image-grid-block {
    display: grid;
    gap: 20px;
}

/* Grid Layout */
.image-grid-block.grid-layout {
    grid-template-columns: 1fr;
}

.grid-layout .grid-item.full-width {
    grid-column: span 2;
}

.grid-layout .grid-item.half-width {
    grid-column: span 1;
}

@media (min-width: 768px) {
    .image-grid-block.grid-layout {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-layout .grid-item.full-width {
        grid-column: 1 / -1;
    }
}

/* Masonry Layout */
.image-grid-block.masonry {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: masonry;
}

.masonry .grid-item img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

/* CUSTOM IMAGE GRID BLOCK STYLES END */

/* CUSTOM ACCORDION BLOCK BEGIN */

.custom-accordion {
    width: 100%;
    height: auto;
}

.accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: var(--light-blue);
    padding: 20px;
    text-align: left;
    border: none;
    cursor: pointer;
    font-weight: bold;
    color: var(--dark-blue);
}

.accordion-button p {
    font-size: 1.5em;
    margin-bottom: 0;
}

.accordion-icon {
    transition: transform 0.3s ease;
    margin-left: 10px;
}

.accordion-content {
    display: none;
    background: var(--lighter-blue);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 1em;
}

.accordion-content ul {
    margin-left: 5%;
}

.accordion-content ul li {
    margin-bottom: 10px;
}

.accordion-button.active .accordion-icon {
    transform: rotate(180deg);
}

/* Rotate the caret when active */
.accordion-button.active .accordion-icon {
    transform: rotate(180deg);
}

/* .custom-accordion .accordion-button p {
    font-size: 1.5em;
    margin-bottom: 0;
} */

.accordion-content {
    max-height: 300px;
    overflow: hidden;
    transition: max-height 1.4s ease;
}

.image-accordion-block {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.image-accordion-image {
    width: 100%;
    height: auto;
}

.image-accordion-toggle:hover {
    cursor: pointer;
}

.image-accordion-toggle {
    width: 100%;
    height: auto;
    margin: 0;
    background: var(--blue);
}

.image-accordion-content {
    width: 100%;
    height: auto;
    padding: 1em;
    background: var(--dark-blue);
}

/* CUSTOM ACCORDION BLOCK END */

/* CUSTOM IMAGE LAYOUT BLOCK BEGIN */
.image-layout-block {
    width: 100%;
    margin: 0 auto;
    display: grid;
    gap: 1em;
    margin: 20px 0;
}

/* General grid row styling */
.image-layout-block .row {
    display: grid;
    gap: 20px;
}

/* 2-column layout */
.image-layout-block .columns-2 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

/* 3-column layout */
.image-layout-block .columns-3 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

/* Full-width row for hybrid layout */
.image-layout-block .row.full-width {
    grid-template-columns: 1fr;
}

/* Image styling */
.image-layout-block img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

/* CUSTOM IMAGE LAYOUT BLOCK END */

.blank-cta {
    display: none;
}

.slide-description {
    opacity: 0;
    transition: opacity 0.3s ease;
    margin-top: 10px;
}

.slide-description h3 {
    margin-bottom: 10px;
}

.swiper-slide-active .slide-description {
    opacity: 1;
}

.tile-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 800px) {
    .tile-container {
        flex-direction: column;
    }
}

.tile-section {
    height: auto;
}

.tile-section:nth-of-type(1) {
    width: 30%;
    height: auto;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tile-section:nth-of-type(1) img {
    width: 100%;
    height: auto;
    max-height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.tile-section:nth-of-type(2) {
    width: 70%;
    height: auto;
    background: var(--dark-blue);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: var(--white);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 2% 0;
}

.tile-section-wrapper {
    width: var(--inner-width);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
}

@media screen and (max-width: 800px) {
    .tile-section:nth-of-type(1) {
        width: 100%;
        min-height: 15vh;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 0;
    }

    .tile-section:nth-of-type(2) {
        width: 100%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
}

.redesigned-theme-2018 .wufoo li {
    padding: 0 !important;
}

.wufoo-container {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.wufoo-container iframe,
.wufoo-form iframe {
    width: 100% !important;
    max-width: 100% !important;
    height: 100vh;
    display: block;
}

/* TEAM BIO BLOCK STYLES */

.team-bio-block {
    border: 1px solid var(--light-blue);
    padding: 1rem;
    margin-bottom: 2rem;
    font-family: sans-serif;
    border-radius: 5px;
}

.team-bio-inner {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    flex-wrap: wrap;
}

.team-bio-image img {
    max-width: 150px;
    border-radius: 8px;
    object-fit: cover;
    filter: grayscale(1);
}

.team-bio-content {
    flex: 1;
    min-width: 200px;
}

.team-bio-name {
    margin: 0 0 0.25rem;
    font-size: 1.25rem;
    font-weight: bold;
}

.team-bio-title {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    color: #555;
}

.team-bio-toggle {
    background: none;
    border: none;
    color: #0073aa;
    cursor: pointer;
    font-weight: bold;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.3em;
}

.team-bio-toggle .arrow {
    transition: transform 0.3s ease;
}

.team-bio-toggle.open .arrow {
    transform: rotate(180deg);
}

.team-bio-details {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease;
    /* background: var(--blue); */
    color: var(--black);
}

/* .team-bio-details p {
    padding: 1em;
} */

.team-bio-details.open {
    max-height: 1000px;
    /* enough to show full bio */
    margin-top: 1rem;
}

@media (max-width: 1200px) {
    #logo {
        flex: 0 0 35%;
    }
}

@media (max-width: 1100px) {
    #header_flex nav ul {
        gap: 25px;
    }

    #logo {
        flex: 0 0 30%;
    }

    #header_flex nav ul li a {
        font-size: 18px;
    }
}

@media (max-width: 1300px) {
    .video-lower-item:nth-of-type(1) {
        width: initial;
        flex: 1 1 60%;
    }

    .video-lower-item:nth-of-type(1),
    .video-section:nth-of-type(2) {
        min-height: 0;
    }

    .cta-info h2,
    .video-container .lower-item-wrapper h2,
    .insight-item:nth-of-type(1) h2 {
        font-size: 1.5em;
    }

    .video-container .lower-item-wrapper p {
        font-size: 0.8em;
        line-height: 1.3em;
    }

    .intelligence-header-wrapper h1,
    .slider-section-wrapper h2 {
        font-size: 2em;
    }
}

@media screen and (max-width: 1200px) {
    .footer-container {
        flex-wrap: wrap;
    }

    .footer-item {
        min-height: 0;
    }

    #footer_logo {
        height: 70px;
    }

    .footer-item:nth-of-type(1) {
        border-bottom: 1px solid #2869ca;
        padding: 0 0 50px 0;
    }

    .footer-item:nth-of-type(2),
    .footer-item:nth-of-type(3),
    .footer-item:nth-of-type(4) {
        flex: 1 0 26%;
    }

    #email-form input:nth-of-type(1),
    #email-form input:nth-of-type(2) {
        width: 100%;
        border-radius: 4px;
        text-align: center;
    }

    #email-form {
        flex-direction: column;
        gap: 7px;
        max-width: 350px;
    }
}

@media screen and (max-width: 1000px) {
    .insights-wrapper {
        padding: 50px 0;
    }

    footer {
        padding: 50px 5%;
    }

    .footer-item:nth-of-type(1) {
        order: 1;
    }

    .footer-item:nth-of-type(2) {
        order: 3;
    }

    .footer-item:nth-of-type(3) {
        order: 2;
    }

    .footer-item:nth-of-type(4) {
        order: 4;
    }

    .footer-item:nth-of-type(2),
    .footer-item:nth-of-type(3),
    .footer-item:nth-of-type(4) {
        flex: 1 0 100%;
    }

    .footer-item:nth-of-type(3) ul {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }

    .footer-item:nth-of-type(3) ul li a {
        display: inline-block;
        padding: 7px 24px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 80px;
        border: 1px solid #1b386f;
    }

    .footer-item:nth-of-type(3) ul li a:hover {
        border: 1px solid #b7d0ff;
    }

    .footer-item ul li a::after {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .video-lower-item:nth-of-type(1) {
        min-height: 0;
    }

    .lower-item-wrapper {
        padding: 7vw;
        width: 100%;
    }

    .cta-info h2,
    .insight-item:nth-of-type(1) h2,
    .video-container .lower-item-wrapper h2 {
        font-size: 1.4em;
    }

    .video-lower-item:nth-of-type(2) {
        height: 60vw;
        max-height: 350px;
    }

    .video-upper-item i {
        padding: 15px;
        margin: 35px 0 0 0;
    }

    .video-container .video-upper-item p {
        font-size: 0.8em;
        line-height: 1.3em;
    }

    .video-section:nth-of-type(1) {
        margin: 0 0 55px 0;
    }

    .cta-wrapper {
        padding: 25px;
    }

    .cta-info {
        width: 100%;
    }

    .intelligence-header-wrapper h1,
    .slider-section-wrapper h2 {
        font-size: 1.8em;
    }

    .intelligence-header-wrapper {
        padding: 40px;
        width: 100%;
    }

    .internal-section:nth-of-type(2) .current {
        transform: scaleX(1.02);
    }
}

@media screen and (max-width: 800px) {

    .quote-container p,
    .insight-item>p,
    .cta-info p {
        font-size: 18px;
    }
}

@media screen and (max-width: 700px) {
    #footer_logo {
        background-position: center;
    }

    .footer-item:nth-of-type(3) ul {
        justify-content: center;
    }

    .social-icons {
        margin: 50px 0;
        justify-content: center;
    }

    .footer-item:nth-of-type(4),
    .footer-item:nth-of-type(2),
    .footer-item:nth-of-type(3),
    .footer-item:nth-of-type(1) {
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .internal-header-image {
        height: 49vw;
        max-height: 320px;
    }

    .breadcrumbs {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 1.8em;
    }

    h2 {
        font-size: 1.5em;
    }

    p {
        font-family: "Roboto", sans-serif;
        line-height: 1.2;
        font-size: 0.8em;
    }

    .video-container .video-wrapper {
        margin-bottom: 30px;
    }

    .cta-info h2,
    .insight-item:nth-of-type(1) h2,
    .video-container .lower-item-wrapper h2 {
        font-size: 1.2em;
    }

    .home-header-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .home-header-section {
        padding-top: 0;
    }

    .home-header-section .slide-up-btn {
        max-width: 100%;
        margin: 0 0 15px 0;
        width: 100%;
    }

    .home-header-section img {
        width: 100%;
    }

    .home-header-section h1 {
        font-size: 1.8em;
    }

    .home-header-section p {
        font-size: 0.8em;
        line-height: 1.3em;
    }

    .industries-header,
    .solutions-header {
        padding: 40px;
    }

    .industries-header-content,
    .solutions-header-wrapper {
        width: 100%;
    }
}

/* Base submenu styles */
.main-menu ul.sub-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    z-index: 99;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 1em;
    /* width: max-content; */
    pointer-events: none;
    width: 400px !important;
    height: auto;
    display: flex;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    flex-direction: column !important;
    text-align: left;
}

.main-menu ul.sub-menu li:last-child {
    background: transparent !important;
    padding: 0 !important;
}

.main-menu li {
    box-sizing: border-box;
}

/* Show submenu on hover */
.main-menu li:hover>ul.sub-menu {
    max-height: 500px;
    /* ensure this is more than enough height */
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
    border-radius: 10px;
}

.main-menu li:hover>ul.sub-menu li {
    margin: 0;
    text-align: left;
}

.main-menu li:hover>ul.sub-menu li:active {
    background: var(--light-blue) !important;
}

.main-menu li.current-menu-ancestor>a,
.main-menu li.current_page_ancestor>a {
    color: #000;
}

.main-menu>li {
    background: white;
    padding: 12px 20px;
    text-align: center !important;
    /*font-weight: bold;*/
}

.main-menu ul.sub-menu li {
    text-align: left !important;
}

/* Highlight current top-level and submenu <li> items */
.main-menu li.current-menu-item,
.main-menu li.current_page_item,
.main-menu li.current-menu-ancestor,
.main-menu li.current_page_ancestor {
    background-color: var(--light-blue);
    padding: 20px;
    width: 100%;
    height: auto;
    /* light blue */
    text-align: left !important;
}

/* Position parent <li> elements relative to contain absolutely positioned submenus */
.main-menu li {
    position: relative;
}

.redesigned-theme-2018 form.wufoo {
    padding-bottom: 0 !important;
}

/* Android Banner */
.android_banner {
    width: 100%;
    background: #fefefe;
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
    z-index: 9999;
    font-family: sans-serif;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.android_banner_inner {
    display: flex;
    align-items: center;
    gap: 10px;
}

.android_banner a {
    text-decoration: none;
}

.android_badge {
    background-image: url("img/elevateFM-app_icon.png");
    height: 60px;
    width: 60px;
    border: 1px solid #eee;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    flex: 0 0 60px;
}

.android_cta {
    text-align: left;
    color: #1f3f7c;
}

.android_cta span {
    display: block;
}

.android_cta span:nth-child(1) {
    font-size: 17px;
    font-weight: 700;
}

.android_cta span:nth-child(2) {
    font-size: 13px;
    color: #2a72db;
    margin: 2px 0 0 0;
}

.android_close {
    padding: 20px;
    cursor: pointer;
}