/*
 Theme Name: Twenty Twenty-Five Child
 Template: twentytwentyfive
 Text Domain: t25-child-theme
*/

:root {
--white: #FFFFFF;
--neutral-lightest: #EEEEEE;
 --neutral-lighter: #CCCCCC;
--neutral-light: #AAAAAA;
    --neutral: #666666;
 --neutral-dark: #444444;
 --neutral-darker: #222222;
 --neutral-darkest: #000000;
 --cyan-gray: #F2F5FA;
  --dark-text:    #000000;
  --primary-grey: #77797A;
    --primary-blue: #006C95;
  --navy-blue: #003B5C;
  --navy-blue-rgb: 0, 59, 92;
  --bright-blue: #00C1D5;
  --light-blue: #64CCC9;
  --yellow: #F3D54E;
  --green: #B5BD00;
  --orange: #FF9900;
  --box-shadow-1: 0 2px 4px rgba(0,0,0,0.28),
                0 1px 2px rgba(0,0,0,0.22);
  --transition-1: box-shadow 0.25s ease,
    transform 0.2s ease;
}

.wp-block-cover, .wp-block-cover-image {
    min-height: 150px !important;   
}
.featured-image-caption {
    font-style: italic;
}

.two-line-ellipsis {
  overflow: hidden !important;
  width: 100% !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.three-line-ellipsis {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  /* progressive enhancement (supported in modern browsers) */
  line-clamp: 3 !important;
}
.overflow-hidden {
    overflow: hidden !important;
}


a.filter-link {
    border: var(--primary-blue) 1px solid !important;
    border-radius: 999px !important;
}
a.filter-link.active {
    background-color: var(--primary-blue) !important;
    color: var(--white);
}

.ymc-post-layout1 {
    padding: 0 !important;
    padding-bottom: 24px !important;
    border-radius: 12px;
}
figure.media {
    border-top-left-radius: 12px;    
    border-top-right-radius: 12px;    
}

article.ymc-post-layout1 {
    background-color: var(--cyan-gray);    
}
.ymc-post-layout1 header.title, span.date, div.excerpt, div.read-more {
    margin-left: 32px !important;
    margin-right: 32px !important;
}
.ymc-post-layout1 header.title a {
    color: var(--primary-blue) !important;
}
.ymc-post-layout1 header.title {
    margin-bottom: 0px !important;
}
.ymc-post-layout1 span.date i {
    display: none !important;
}
.ymc-post-layout1 span.date {
    border: none !important;
}
.ymc-post-layout1 div.read-more {
    text-align: left !important;
}
.ymc-post-layout1 div.read-more a.btn-read-more {
    background: none !important;
    font-weight: 450 !important;
    font-size: 16px !important;
    position: relative !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding-right: 25px !important;
    background-image: url("/wp-content/uploads/2025/12/Group-26.png") !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 16px !important;
    cursor: pointer !important;
    color: black !important;
    margin-top: 2px;
    padding-left: 0 !important;
}
.ymc-post-layout1 div.read-more a.btn-read-more::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    height: 1px !important;
    width: 0% !important;
    background-color: black !important;
    transition: width 0.3s ease !important;
}

.ymc-post-layout1 div.read-more a.btn-read-more:hover::after {
  width: 100% !important;
}
.ymc-post-layout1 figure.media img {
    
}
ul.ymc-pagination.pagination-numeric li.list-item a.page-numbers {
    padding: 13px 10px !important;
    font-size: 16px !important;
}
ul.ymc-pagination.pagination-numeric li.list-item span.page-numbers.current {
    background-color: var(--navy-blue) !important;
    color: var(--white) !important;
    height: 24px;
    padding-top: 4px;
}
ul.ymc-pagination.pagination-numeric li.prev-item a.prev, a.next {
    color: var(--primary-blue) !important;
}

.legal-hover:hover {
  overflow: hidden;
  box-shadow: var(--box-shadow-1);
  transition: var(--transition-1);
}

.hover-box-shadow:hover {
  overflow: hidden;
  box-shadow: var(--box-shadow-1);
  transition: var(--transition-1);
}


.navy-blue-btn {
    display: inline-block;
    background-color: var(--navy-blue);
    color: var(--white);
    padding: 0.65rem 1.6rem;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    transition: var(--transition-1);
}
.pill-btn-arrow-light {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;              /* space between text + arrow */
    padding-right: 39px;   /* ensures room for background arrow */
    background-image: url("/wp-content/uploads/2025/12/right-arrow-white.png");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px; /* adjust to match your design */
}

.light-blue-btn {
    display: inline-block;
    background-color: var(--bright-blue);
    color: var(--navy-blue);
    padding: 0.65rem 1.6rem;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    transition: var(--transition-1);
}

.white-btn {
    display: inline-flex;
    background-color: var(--white);
    color: var(--primary-blue) !important;
    gap: 10px;
    padding: 0.65rem 1.6rem;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    transition: var(--transition-1);
}


.pill-btn:hover,
.pill-btn:focus {
    cursor: pointer;
    box-shadow: var(--box-shadow-1);
    transform: translateY(-1px);
}
.header-search {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 39px;
    height: 39px;
    border-radius: 999px;
    border: 1px solid var(--neutral-lightest, #ffffff);
    cursor: text;
    padding: 0;
    background: transparent;
    overflow: visible; /* Changed from hidden */
    transition: width .35s ease, padding .35s ease, background-color .25s ease;
}

/* Search icon */
.header-search::before {
    content: "";
    width: 18px;
    height: 18px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23ffffff" stroke-width="1" viewBox="0 0 24 24"><circle cx="11" cy="11" r="7"/><line x1="16" y1="16" x2="22" y2="22"/></svg>');
}

/* Hidden input until expanded */
.header-search input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 0 0;
    width: 0;
    opacity: 0;
    color: #fff;
    font-size: .9rem;
    transition: width .35s ease, opacity .25s ease;
}

/* Expanded state */
.header-search:hover,
.header-search:focus-within {
    width: 180px;
    background-color: rgba(255,255,255,0.1);
    padding: 0 12px;
}

/* Reveal input */
.header-search:hover input,
.header-search:focus-within input {
    width: 100%;
    opacity: 1;
}

/* Keep expanded when input has value */
.header-search:has(input:not(:placeholder-shown)) {
    width: 180px;
    background-color: rgba(255,255,255,0.1);
    padding: 0 12px;
}

.header-search:has(input:not(:placeholder-shown)) input {
    width: 100%;
    opacity: 1;
}

/* Remove default focus outline */
.header-search input:focus {
    outline: none;
}

.header-search-dark {
    border: 1px solid var(--navy-blue, #003B5C);
}
.header-search-dark::before {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23556677" stroke-width="1" viewBox="0 0 24 24"><circle cx="11" cy="11" r="7"/><line x1="16" y1="16" x2="22" y2="22"/></svg>');
}
.header-search-dark input {
    color: var(--navy-blue);
}

/* Results dropdown container */
#header-search-results {
    display: none;
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    width: 400px;
    max-height: 70vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 1.25rem;
    z-index: 1000;
}

#header-search-results.active {
    display: block;
}

/* Each result */
.header-search-results .result-item {
    padding: 8px 14px;
    color: #fff;
    font-size: .9rem;
    cursor: pointer;
}

.header-search-results .result-item:hover {
    background: rgba(255,255,255,0.08);
}

/* Highlighted term */
.header-search-results mark {
    background: var(--scheme-yellow, #F3D54E);
    color: #000;
    border-radius: 3px;
    padding: 0 2px;
}

/* "View all results" */
.header-search-results .view-all {
    padding: 10px 14px;
    border-top: 1px solid rgba(255,255,255,0.15);
    font-size: .85rem;
    color: var(--scheme-bright-blue, #00C1D5);
}

.header-search-results .view-all:hover {
    background: rgba(255,255,255,0.06);
}

/* Loading spinner */
.header-search.loading::after {
    content: "";
    position: absolute;
    right: 11px;
    top: 9px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    animation: spin .7s linear infinite;
}

.mobile-header-search.loading::after {
    background-image: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    animation: spin .7s linear infinite;
}

.search-view-all {
    display: block;
    text-align: center;
    padding: 1rem;
    color: var(—navy-blue) !important;
    font-weight: 600;
    text-decoration: none;
    border-top: 1px solid rgba(14, 52, 84, 0.1);
    margin-top: 0.5rem;
}

.search-view-all:hover {
    color: var(—primary-blue) !important;
}

.header-search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");
    background-size: contain;
    cursor: pointer;
}

.mobile-search-field::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");
    background-size: contain;
    cursor: pointer;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}



	button.wp-block-navigation__responsive-container-open > svg {
		
	}
	
	.mobile-logo-header {
		width: 58px !important;
		height: 58px !important;
	}

/* Hamburger toggle button (injected via JS) */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    color: var(--navy-blue) !important;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

/* Custom mobile menu overlay */
.custom-mobile-menu {
    position: fixed;
    inset: 0;
    background: #0E3454;
    padding: 2rem 1.5rem;
    color: #fff;
    z-index: 99999;
    transform: translateX(100%);
    transition: transform .35s ease;
    overflow-y: auto;
}

.custom-mobile-menu.open {
    transform: translateX(0);
}

/* Header */
.custom-mobile-menu .menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.custom-mobile-menu .menu-header img {
    height: 48px;
}

.menu-close {
    background: none;
    border: none;
    font-size: 2.3rem;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    margin-left: auto;
}

.mobile-menu-logo {
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    width: 100%;
    max-width: 400px;
    margin-top: 10px;
}

/* Search - pill style with icon inside */
.menu-search {
    margin: 2rem 0;
}

.mobile-header-search {
    display: flex;
    align-items: center;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.85);
    border-radius: 50px;
    padding: 1rem 1.5rem;
    cursor: text;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
}

.mobile-search-field {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 1rem;
    min-width: 0;
}

.mobile-search-field::placeholder {
    color: rgba(255,255,255,0.6);
}

.mobile-header-search::after {
    content: '';
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-left: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='rgba(255,255,255,0.7)' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath stroke-linecap='round' d='M21 21l-4.35-4.35'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.custom-mobile-menu .search-form {
    display: flex;
}

.custom-mobile-menu .search-field {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.1);
    color: #fff;
    border-radius: 4px 0 0 4px;
}

.custom-mobile-menu .search-field::placeholder {
    color: rgba(255,255,255,0.6);
}

.custom-mobile-menu .search-submit {
    padding: 0.75rem 1.25rem;
    background: #5CC9DF;
    color: #0E3454;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-weight: 600;
}

/* Menu items - styling for wp_nav_menu output */
.menu-items {
    margin-top: 1.5rem;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.menu-items ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-items li {
    border-bottom: 1px solid color-mix(in srgb, var(--bright-blue), transparent 70%);
    text-align: center;
}

.menu-items a {
    display: block;
    padding: 1.2rem;
    color: #fff;
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 400;
}

.menu-items a:hover {
    color: #5CC9DF;
}

/* Submenu styling */
.menu-items .sub-menu {
    padding-left: 1.5rem;
}

.menu-items .sub-menu a {
    font-size: 1.1rem;
    font-weight: 400;
}

/* CTA button */
.mobile-menu-footer {
    margin-top: 0.5rem;
    padding-top: 1.5rem;
    text-align: center;
}

.menu-cta {
    display: inline-block;
    background: #5CC9DF;
    color: #0E3454;
    padding: 0.9rem 2rem;
    border-radius: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
}

.menu-cta:hover {
    background: #fff;
}


/* START MOBILE Search results overlay */
/* Search results - pushes content down */
.mobile-header-search-results {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
    margin-top: 0;
    transition: max-height 0.3s ease, margin-top 0.3s ease;
    margin-left: auto;
    margin-right: auto;
}

.mobile-header-search-results.active {
    max-height: 60vh;
    max-width: 320px;
    overflow-y: auto;
    margin-top: 1rem;
    padding: 8px;
}

/* Make menu-search the positioning parent */
.menu-search {
    position: static;
}

.custom-mobile-menu {
    position: fixed;
    /* ...existing styles... */
}

/* Results header */
.search-results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.search-results-count {
    font-size: 1.25rem;
    color: #0E3454;
}

.search-results-count strong {
    color: #0E3454;
    font-weight: 700;
}

.search-results-actions {
    display: flex;
    gap: 0.5rem;
}

.search-results-actions button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(14, 52, 84, 0.2);
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Result cards */
.search-result-item {
    background: #F0F6FA;
    border-radius: 12px;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0;
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow 0.25s ease, transform 0.2s ease;
}

.search-result-item:hover {
    box-shadow: 0 2px 4px rgba(0,0,0,0.28),
                0 1px 2px rgba(0,0,0,0.22);
    transform: translateY(-2px);
}


.search-result-image {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
}

.search-result-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.search-result-placeholder {
    width: 100%;
    height: 100%;
    background: #d1d5db;
}

.search-result-content {
    flex: 1;
    min-width: 0;
    padding: 1rem;
}

.search-result-tag {
    flex-shrink: 0;
    padding: 0.5rem 1rem;
    margin-right: 1rem;
    border: 1px solid rgba(14, 52, 84, 0.25);
    border-radius: 50px;
    font-size: 0.85rem;
    color: #0E3454;
    background: #fff;
    white-space: nowrap;
}

.search-result-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0E3454;
    margin: 0 0 0.5rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-result-excerpt {
    font-size: 0.9rem;
    color: #4a5568;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*END MOBILE MENU search results overlay */


/*START FRONT PAGE*/
.front-page-header {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;      /* Background extends taller than container */
  z-index: -1;       /* Behind the actual block */
  background-position: center;
  background-repeat: no-repeat;
}

.front-page-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--navy-blue);
    opacity: 0.8; /* adjust darkness */
    pointer-events: none;
}

.full-width {
    width: 100%;
}

.down-arrow {
    width: 35px;
    height: 35px;
    margin-right: 0;
    padding-right: 0;
    position: relative;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    background-image: url("/wp-content/uploads/2025/12/down-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.down-arrow.is-open {
  transform: rotate(180deg);
}

.arrow-link {
    font-weight: 450;
    position: relative;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-right: 25px;
    background-image: url("/wp-content/uploads/2025/12/Group-26.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px;
    cursor: pointer;
}

/* Backwards arrow version */
.arrow-link-back {
    padding-right: 0;
    padding-left: 25px;
    background-image: url("/wp-content/uploads/2025/12/Group-26-back.png") !important;
    background-position: left center;
}

.arrow-link-lg {
    font-size: 1.2em;
    font-weight: bold;
    width: 70%;
}

.arrow-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  background-color: var(--navy-blue);
  transition: width 0.3s ease;
}

.arrow-link:hover::after {
  width: 100%;
}

.arrow-link-light {
    font-weight: 450;
    position: relative;
    padding-bottom: 0px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;              /* space between text + arrow */
    padding-right: 25px;   /* ensures room for background arrow */
    background-image: url("/wp-content/uploads/2025/12/Group-27-2.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px; /* adjust to match your design */
}

.arrow-link-light-lg {
    font-size: 1.2em;
    font-weight: bold;
    width: 70%;
}

.arrow-link-light::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  background-color: var(--white);
  transition: width 0.3s ease;
}

.arrow-link-light:hover::after {
  width: 100%;
}

.arrow-link-pad-fix::after {
  margin-left: 20px !important;
  max-width: calc(100% - 20px) !important;
}




.align-top-row {
    align-items: start;
}

.full-height-image {
    height: 350px;
}

.full-height-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: 22% 30%;
}

.half-height-image {
    height: 170px;
}

.half-height-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: 22% 30%;
}

.image-round img {
    border-radius: 12px;
}

.image-shadow:hover {
    box-shadow: var(--box-shadow-1);
    border-radius: 12px;
    transition: var(--transition-1);
}

.front-page-image-absolute {
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin-right: 10px !important;
    z-index: 50;
    background: var(--navy-blue);
    border-radius: 12px;
    color: var(--white);
    padding: 20px;
}
.play-btn img {
    padding: 33px;
}

.yt-hidden {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    border-radius: 12px;
    overflow: hidden;
    z-index: 51;
    width: 100%;
}

.light-blue-chevron-button {
  width: 24px;
  height: 24px;
  background: var(--light-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.light-blue-chevron-button::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: white;
  mask-image: url("data:image/svg+xml,%3Csvg width='22' height='38' viewBox='0 0 22 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L19 19L2 36' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='22' height='38' viewBox='0 0 22 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L19 19L2 36' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.center-row-vertically {
  display: flex;
  align-items: center;
}

.location-pill-background-overlay {
  position: relative;
}

/* Gradient overlay */
.location-pill-background-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    var(--primary-blue) 0%,
    var(--primary-blue) 43.5%,
    rgba(0, 0, 0, 0) 80.65%
  );
  z-index: 0;
  pointer-events: none;
  border-radius: 12px;
}


/* Put the block content above the overlay */
.location-pill-background-overlay > *,
.location-pill-background-overlay .wp-block-group__inner-container {
  position: relative;
  z-index: 1;
}

.global-locations {
    height: 0;
    overflow: hidden;
}

/* outer card */
.clickable-group {
  position: relative;
}

/* IMPORTANT: ensure the inner flex group is NOT the containing block */
.clickable-group > .wp-block-group {
  position: static !important;
  transform: none !important; /* transforms also create a containing block */
  filter: none !important;
}

/* make your existing <a> cover the whole outer card */
.clickable-group a.no-dims {
  position: absolute;
  inset: 0;
  z-index: 5;      /* above overlay/background */
  display: block;
}

.location-max-width {
    max-width: 320px;
}


.about-button-arrow {
  width: 20px;
  height: 20px;
  background: var(--navy-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.about-button-arrow::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: white;
  mask-image: url("data:image/svg+xml,%3Csvg width='22' height='38' viewBox='0 0 22 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L19 19L2 36' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='22' height='38' viewBox='0 0 22 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L19 19L2 36' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.linkedin-button {
  display: inline-block;
  width: 50px;  /* Adjust to your image width */
  height: 50px;  /* Adjust to your image height */
  background-image: url('/wp-content/uploads/2025/12/linkedinbutton-small.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;  /* Hides text if you add any */
  overflow: hidden;
}

/* Optional: Add hover effect */
.linkedin-button:hover {
  opacity: 0.8;
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.footer-menu-vert-sep {
    width: 1px !important;
    height: 0.9em !important;
    background-color: var(--white);
    display: inline-block;
}

.formone {
    height: 0px;
    overflow: hidden;
    transition: height 0.3s ease;
    background-color: var(--white);
    border-radius: 12px;
}

.contactform {
    height: 0px;
    overflow: hidden;
    transition: height 0.3s ease;
    background-color: var(--white);
    border-radius: 12px;
}


.shimmer {
  position: relative;
  display: inline-block;
  opacity: 1;
  animation: metallic-shine 1.5s ease-out forwards;
  animation-delay: 1s;
}
/* Enhanced metallic shimmer sweep with highlights */
@keyframes metallic-shine {
  0% {
    mask-image: linear-gradient(
      135deg,
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,1) 40%,
      rgba(0,0,0,1) 48%,
      rgba(0,0,0,1) 50%,
      rgba(0,0,0,1) 52%,
      rgba(0,0,0,1) 60%,
      rgba(0,0,0,1) 100%
    );
    mask-size: 200% 200%;
    mask-position: -50% -50%;
    -webkit-mask-image: linear-gradient(
      135deg,
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,1) 40%,
      rgba(0,0,0,1) 48%,
      rgba(0,0,0,1) 50%,
      rgba(0,0,0,1) 52%,
      rgba(0,0,0,1) 60%,
      rgba(0,0,0,1) 100%
    );
    -webkit-mask-size: 200% 200%;
    -webkit-mask-position: -50% -50%;
    filter: brightness(1) contrast(1) saturate(1);
  }
  
  25% {
    mask-position: 0% 0%;
    -webkit-mask-position: 0% 0%;
    filter: brightness(1.1) contrast(1.05) saturate(1.05);
  }
  
  50% {
    mask-position: 50% 50%;
    -webkit-mask-position: 50% 50%;
    filter: brightness(1.4) contrast(1.15) saturate(1.4);
  }
  
  75% {
    mask-position: 100% 100%;
    -webkit-mask-position: 100% 100%;
    filter: brightness(1.1) contrast(1.05) saturate(1.05);
  }
  
  100% {
    mask-position: 150% 150%;
    -webkit-mask-position: 150% 150%;
    mask-image: none;
    -webkit-mask-image: none;
    filter: brightness(1) contrast(1) saturate(1);
  }
}

.sub-menu-about, .sub-menu-energy, .sub-menu-services, .sub-menu-locations { 
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 999;
    max-height: 0;
    min-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.sub-menu-link {
    color: var(--navy-blue) !important;
    text-decoration: none !important;
    font-weight: 400;
    font-size: 1.05em;
    margin-right: 20px;
    border-bottom: 2px solid var(--primary-blue);
    padding-bottom: 8px;
    width: 100%;

    transition: 
        text-shadow 0.2s ease,
        transform 0.2s ease;
}

.sub-menu-link-underline-half {
    width: 48.45%;
}

.sub-menu-link:hover {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    transform: translateY(-1px);
}


    .bg-video-home {
        min-height: 600px;
    }

@media (width < 768px) {
    .bg-video-home {
        min-height: 350px;
    }

    .min-height-mobile-news {
        min-height: 170px !important;
    }
    .no-border-mobile {
        border: none;
    }
    .bottom-border-mobile {
        padding-bottom: 1em;
        border-bottom: 2px solid var(--bright-blue);
        width: auto;
    }
    .standard-shadow {
        box-shadow: 0 2px 4px rgba(0,0,0,0.28);
    }
    .home-icon {
        width: 100px;
    }
    .pad-top-30 {
        padding-top: 30px !important;
    }
    .primary-blue-info-block-stack {
        padding-top: 30px;
        text-align: center;
        margin-left: auto !important;
        margin-right: auto !important;
        align-items: center;
    }
    .primary-blue-image-stack {
        width: 360px;
    }
    .footer-menu-vert-sep {
        display: none;
    }
    .reverse-stack-mobile {
        flex-direction: column-reverse;
    }
    .center-mobile {
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .zero-min-height {
        min-height: 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 960px) {
    .extra-pad-1 {
        padding-top: 100px !important;
    }
}

.standard-shadow-desktop {
    box-shadow: 0 2px 4px rgba(0,0,0,0.28);
}

.static-page-image-header-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 450px;  
    pointer-events: none;
}
.static-page-image-header {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -10;
}
.static-page-image-header img {
    width: 100%;
    height: 100%; /* FORCES the image to conform to the 450px height */
    object-fit: cover; /* Ensures the image covers the space without distortion */
    z-index: -10;
}
.static-page-image-header::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.95; /* adjust darkness */
    width: 100%;
    height: 100%;

    background-image: linear-gradient(
        to right,
        rgba(var(--navy-blue-rgb), 1) 0%,
        rgba(var(--navy-blue-rgb), 0.9) 40%,
        rgba(var(--navy-blue-rgb), 0.6) 100% 
    );
}
.static-page-title-header {
    top: 290px;
}
.chevron {
  width: 12px;
  height: 12px;
  border-right: 3px solid var(--navy-blue);
  border-bottom: 3px solid var(--navy-blue);
  transform: rotate(45deg);
}
[class^="acc"][class$="text"] {
  height: 0px;
  overflow: hidden;
  transition: height 0.3s ease;
}