/*
 Theme Name:   Twenty Twenty-Four Child
 Theme URI:    https://wordpress.org/themes/twentytwentyfour/
 Description:  Child theme for Twenty Twenty-Four
 Author:       Your Name
 Template:     twentytwentyfour
 Version:      1.0.0
*/

@import url("../twentytwentyfour/style.css");
/* === Global Typography and Layout === */

* {
	outline: none;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #163F51;
  background-color: #ffffff !important;
  overflow-x: hidden;
}

blockquote {
    border-left: 2px solid #00AEEF;
    color: #333;
    font-size: 1.2em;
    font-style: italic;
    margin: 0 0 1.25em;
    padding: 0 1.25em 0 1.875em;
    position: relative
}

.dark blockquote {
    color: #fff
}


a {
  color: #163F51;
  text-decoration: none;
}

/* hello */
.entry-content p a {
  color: rgb(0, 174, 239) !important;
}

.entry-content .text-bubble p a {
  color: white !important;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.wp-block-group.alignwide,
.wp-block-group.alignfull {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

/* === Content Highlight Component === */
.content-highlight {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin-bottom: 112px;
}

.content-highlight.is-style-image-left .highlight-image {
  order: 1;
}

.content-highlight.is-style-image-right .highlight-image {
  order: 2;
}

.highlight-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  position: relative;
}

.highlight-image {
  flex: 0 0 auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.highlight-image img {
  max-width: 600px;
  height: 400px;
  border-radius: 16px;
}


.content-highlight:first-of-type .highlight-image img, .katrin-layout .highlight-image img {
  max-width: 735px;
  height: 510px;
}



.highlight-text-wrapper {
  flex: 1 1 0% !important;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 84px !important;
  z-index: 20;
}

.highlight-title {
color: #163F51;

font-family: "Roboto Condensed";
font-size: 60px;
font-style: normal;
font-weight: 600;
line-height: 60px; /* 100% */	
margin-left: 47px;
}



.text-bubble {
  background-color: #00AEEF;
  color: #ffffff;
  position: relative;
  z-index: 2;
  display: inline-flex;
  padding: 38px 62px;
  gap: 4px;
  flex-shrink: 0;
  border-radius: 16px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0%;
	flex-direction: column;
  background: linear-gradient(90deg, #00C2FF 0%, #0E658B 100%);

  width: 675px;
}

.text-bubble h3 {
color: #FFF;
font-family: "Roboto Condensed";
font-size: 54px;
font-style: normal;
font-weight: 700;
line-height: 54px; /* 100% */
}

main .content-highlight:nth-child(even) .highlight-layout {
	flex-direction: row-reverse;
}

main .content-highlight:nth-child(even) .highlight-layout .text-bubble {
	margin-left: -50px;
}

.content-highlight:first-of-type .text-bubble {
  width: 700px;
  font-weight: 500;
  font-size: 20px;
  font-family: Roboto Condensed;
  padding: 29px 40px;
  background: linear-gradient(90deg, #0E658B 0%, #00C2FF 100%);
}

.pipeline-layout .text-bubble {
 width: 536px !important;
}

.at001-layout .text-bubble {
 width: 600px !important;
font-family: "Roboto Condensed";
font-size: 32px !important;
font-style: normal;
font-weight: 500 !important;
line-height: normal;
}

.katrin-layout .text-bubble {
color: var(--White, #FFF);
font-family: "Roboto Condensed";
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 177.778% */	
  padding: 32px 48px !important;
}

.team-layout .text-bubble {
	width: 600px !important;
}

.katrin-layout .highlight-text-wrapper {
	margin-top: 32px !important;
}

.wpDataTablesFilter {
background: transparent !important;
box-shadow: unset !important;

}

.wpDataTablesWrapper table.wpDataTable > thead > tr > th {
	background: transparent !important;
	text-align: center !important;
	color: #163F51;
font-family: Roboto;
font-size: 31px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 103.226% */
}

.highlight-button {
  display: flex;
  flex-direction: row;
  gap: 1rem;
margin-left: 150px;
}

.wp-block-button__link {
  padding: 4px 32px 5px 32px;
  font-weight: 400;
  transition: background-color 0.2s ease;
  border-radius: 24px;
  background-color: #00C2FF;  
  color: #FFF;

  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  font-family: "Roboto Condensed";
}

.highlight-button .wp-block-button > a{
display: flex;
gap: 16px;
}

.highlight-button .wp-element-button, .highlight-button .wp-element-button:hover  {
background-color: unset;
 padding: 0;
 border-radius: unset;
 text-decoration: none;
}

.highlight-button .wp-element-button span {
border-radius: 24px;
background: #163F51;
padding: 6px 14px 7px 14px;
}

.highlight-button .wp-element-button span:first-child {
padding: 6px 35px 7px 35px;
}
.wp-block-button__link:hover {
  background-color: #00AEEF;
}

/* === Utility Classes === */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/* === Customizer Styles === */
/* Header outer container */
.site-header {
  background-color: #ffffff;
  padding: 20px 0;
}
.header-inner {
  max-width: 1440px;
  height: 112px;
  margin: 0 auto;
  padding: 0 108px ;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
/* Brand block (logo + name) */
.header-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-logo img {
  height: 40px;
  display: block;
}
.brand-name {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #163F51;
  margin: 0;
}
.main-navigation {
  flex-grow: 1;
  margin: 0 27px 0 92px;
}
/* Navigation */
.main-navigation .wp-block-navigation__container {
  display: flex;
  justify-content: space-between;
  align-items: top;
  gap: 8px;
  margin: 0;
  width: 100%;
  text-decoration: none;
}

.main-navigation .wp-block-navigation__container a {
	padding: 2px 16px;
}

.main-navigation .wp-block-navigation__container a:hover{
	text-decoration: none;
}

.main-navigation .wp-block-navigation__container a span {
color: #163F51;
font-family: "Roboto Condensed", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;	
  text-decoration: none;
  
  transition: background-color 0.2s ease;
}
.main-navigation .wp-block-navigation__container a:hover  span,  .main-navigation .wp-block-navigation__container a:hover {
  color: white;
  background-color: #00C2FF;
  border-radius: 16px;
}
li.partner-link {
	margin-left: -6px;
}

/* Partner link style */
li.partner-link > a {
  box-sizing: border-box;
  background-color: #00C2FF;
  color: #ffffff !important;
  padding: 2px 0;
  width: 160px;
  border-radius: 20px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: background-color 0.2s ease;
}
li.partner-link > a span {
  color: white !important;
}
li.partner-link > a:hover,  li.partner-link > a:hover > span {
  background-color: #163F51 !important;
}
/* Social icons */
.social-icons {
  display: flex;
  gap: 16px;
}
/* Footer styles */
footer {
  background-color: #163F51;
  margin-top: 0px !important;
}

.site-footer {
  background-color: #163F51;
  padding: 60px 0;
  font-size: 15px;
  color: #ffffff;
}
.footer-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 330px 200px 1fr 20px;
  column-gap: 64px;
  row-gap: 32px;
  align-items: start;
}
.footer-logo img {
  height: 40px;
  margin-bottom: 20px;
}

footer .is-layout-grid {
	grid-template-areas:
          "logo logo logo cred"
	  "location contact navigation cred"
	  "location copyright copyright legal";
}

.footer-logo-column {
	grid-area: logo;
}

.footer-accreditation-column {
	grid-area: cred;
}

.footer-location-column {
	grid-area: location;
}

.footer-contact-column {
	grid-area: contact;
}

.footer-navigation-column {
	grid-area: navigation;
}

.footer-legal-column {
	grid-area: legal;
}

.footer-copyright-column {
	grid-area: copyright;
}

footer h4 {
  font-size: 1.1rem;
  color: #00C2FF;
  margin-bottom: 12px;
}

footer .wp-block-group {
   gap: 13px;
}


footer p {
color: #FFF;
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 23px; /* 164.286% */
}

.footer-location-text {
color: #FFF;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 23px; /* 143.75% */
}

.footer-accredidation {
color: #FFF;
text-align: center;
font-family: Roboto;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 166.667% */
}

footer .wp-block-group-is-layout-grid {
  column-gap:40px;
}

footer ul.wp-block-list {
  list-style: none;
  padding: 0 ;
  margin: 0;
}

footer li {
  margin-bottom: 2px;
  padding: 0px;
}

footer a {
color: #FFF;

font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 171.429% */

  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.footer-accreditation img {
  max-width: 100px;
  margin-bottom: 12px;
}
.footer-social-logo img {
  height: 32px;
  margin-top: 20px;
}
.footer-legal-links {
  margin-top: 20px;
  font-size: 0.9rem;
  color: #B7DFF1;
}
.footer-bottom-text {
  margin-top: 40px;
  font-size: 14px;
  color: #ffffff;
}
.header-linkedin-logo img {
  width: 32px;
  height: 32px;
  display: block;
}
.header-linkedin-logo {
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-block-start: 0;
}

/* Front styles */
.front_hero { 
  border-radius: 10px;
}

.front_hero > div.wp-block-cover__inner-container {
  margin-top: -72px;
}

.front_hero div.wp-block-cover__inner-container  > h1 {
font-family: "Roboto Condensed";
font-size: 68px;
font-style: normal;
font-weight: 700;
line-height: 77px; /* 113.235% */
color: #163F51;
max-width: 1000px;
}

.is-layout-flex-column {
	flex-direction: column;
}

.front_hero .wp-block-buttons {
	margin-top: 280px;
}

.hero-button > a {
border-radius: 24px;
background: #FF7300;
color: #FFF;
text-align: center;
font-family: "Roboto Condensed";
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.page-text-block {
color: #17171D;
text-align: center;
font-family: "Roboto Condensed";
font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: normal;
max-width: 980px;
margin-top: 80px;
margin-bottom: 60px;
}

.subcontent-box {
	border-radius: 16px;
background: #F5F2F2;
	padding: 40px 104px;
	}

	.subcontent-full {
	background: #F5F2F2;
	max-width: unset;
	margin: 0 -104px !important;
	padding: 40px 0;
	}

	.subcontent-box h2, .subcontent-full h2 {
	color: #163F51;
	text-align: center;
	font-family: "Roboto Condensed";
	font-size: 52px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	}

	.team-row, .advisor-row {
		display: flex;
	  justify-content: space-between;
	  gap: unset;
	  gap: 20px;
	}

	.team-row > div {
		width: 360px;
		flex-basis: unset !important;
		flex-grow: unset !important;
	}

	.advisor-row > div {
	  width: 288px;
		flex-basis: unset !important;
		flex-grow: unset !important;
	}

	.team-row > div h2 {
		color: #17171D;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: left !important;
	flex: 1;
	}

	.advisor-row > div h2 {
	color: #17171D;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;	
	text-align: left !important;
	flex: 1;
	}



	.team-row .name-social, .advisor-row .name-social {
	width: 100%;
	gap: unset !important;
	display: flex;
	}

	.team-row .name-social + p, .advisor-row .name-social + p {
	color: #00C2FF !important;
	font-family: Roboto !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: normal !important;
	margin: 7px 0 22px 0;
	text-align: left !important;
	width: 100%;
	}

	div.team-row p.team-about {
	color: #163F51;
	text-align: justify;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 171.429% */	
	}

	div.advisor-row p.advisor-about {
	color: #163F51;
	text-align: justify;
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 166.667% */
	}

	div.team-row p.team-about.short {
	  height: 144px; /* Limit visible lines (~3 lines if line-height = 2em) */
	  position: relative;
	  overflow: hidden;
	  display: -webkit-box;
	  -webkit-line-clamp: 3; /* Number of lines to show */
	  -webkit-box-orient: vertical;
	}


	div.advisor-row p.advisor-about.short {
	  height: 160px; /* Limit visible lines (~3 lines if line-height = 2em) */
	  position: relative;
	  overflow: hidden;
	  display: -webkit-box;
	  -webkit-line-clamp: 3; /* Number of lines to show */
	  -webkit-box-orient: vertical;
	}

	/* Fade effect overlay */
	div.team-row p.team-about.short::after {
	  content: "";
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  height: 11em; /* Height of the fade effect */
	  background: linear-gradient(to bottom, transparent, white); /* Adjust 'white' to match background */
	}

	div.advisor-row p.advisor-about.short::after {
	  content: "";
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  height: 11em; /* Height of the fade effect */
	  background: linear-gradient(to bottom, transparent, #F5F2F2); /* Adjust 'white' to match background */
	}

	.event-item h3 {
	font-family: Roboto Condensed;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #163F51;
	margin: 10px 0 !important;
	margin-block-start: 0;
	}

	.event-item > p {
	color: #000;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 20px;
	}

	.event-item {
		border-bottom: 1px solid black;
	margin-bottom: 20px;
	}

	.event-item:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
}

.side-article {
min-height: 344px;
width: 288px;
border-radius: 8px;
}

.side-article-dark
{
background-color: #F5F5FA;
}

.side-article-light {
background-color: #FAF9F9;
}

.side-article-very-dark > h2 {
	background-color: #163F51 !important;
}

.side-article h2 {
border-radius: 8px 8px 0px 0px;
background: #00C2FF;
display: block;
height: 28px;
color: white;
font-family: "Roboto Condensed";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px;
padding-left: 19px;
}

.side-article > div {
padding: 10px 16px 10px 16px;
margin: 0 !important;
}

.front-insight-item > .wp-block-post figure img {
  border-radius: unset;
}

/*
 * CSS STYLING — Add to style.css of your theme
 */

/** Container **/
.featured-event-container {
  background-color: #163F51;
  padding: 24px;
  border-radius: 8px;
  color: #ffffff;
  text-align: left;
}

.event-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.event-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

.event-meta {
  text-align: right;
  font-size: 1rem;
  line-height: 1.4;
}

.event-image img {
  width: 100%;
  border-radius: 4px;
  margin-top: 12px;
}

.event-button-wrap {
  margin-top: 20px;
  text-align: center;
}

.event-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #163F51;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  border: 1px solid #ffffff;
  transition: background-color 0.3s ease;
}

.event-cta-button:hover {
  background-color: #0e2f3d;
}

.arrow {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}


/* === News/Insights Feed Styles === */
/* Container structure */
.news-feed {
  margin-block: 60px;
}

.top-news-columns {
  display: flex;
  gap: 24px;
}

.news-cover {
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
}

.sticky-post-title,
.latest-post-title {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 35px;
  font-weight: 700;
  margin: 0;
}

.latest-tag {
  color: #ffffff;
  background-color: #00AEEF;
  display: inline-block;
  padding: 4px 12px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
}

/* Grid of 4 news items */
.news-grid .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.news-item-column {
  flex: 1 1 calc(25% - 24px);
  box-sizing: border-box;
}

.news-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.news-title {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-top: 12px;
  color: #000;
}

.news-excerpt {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #000;
}

.byline {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #000;
  margin-top: 8px;
}

/* Load more button */
.load-more-wrap {
  justify-content: center;
  margin-top: 32px;
}

.load-more-button .wp-block-button__link {
  background-color: transparent;
  color: #163F51;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #163F51;
  border-radius: 25px;
  padding: 8px 24px;
  transition: background 0.2s ease;
}

.load-more-button .wp-block-button__link:hover {
  background-color: #163F51;
  color: #fff;
}

/* === Top Row Layout === */
.image-overlay {
  height: 336px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

/* Overlay title text on top row (sticky + latest) */
.overlay-title {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

/* Position the “Latest” tag top-right with styling */
.badge-top-right {
  position: absolute;
  top: -228px;
  right: -24px;
  background-color: #00AEEF;
  color: #ffffff;
  padding: 4px 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0 16px 0 0;
  line-height: normal;
  z-index: 2;
}

/* === Grid Items Below Top Row === */

.news-item .news-title {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 12px 0 6px;
}

.news-item .news-excerpt {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-item .excerpt-separator {
  height: 2px;
  background-color: #00C2FF;
  width: 100%;
  margin: 10px 0;
}

.news-item .byline {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

/* === Ad Banner Layout === */

.ad-banner-wrapper {
  margin-block: 48px;
  max-width: 1225px;
}

.banner-item {
  display: none;
}

.banner-item.is-visible {
  display: block;
}

.ad-banner-inner {
  box-sizing: border-box;
  position: relative;
  background-color: #70DDFF; /* fallback */
  border-radius: 16px;
  padding: 28px 50px;
  min-height: 240px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 0;
}

/* This is where the image will appear */
.ad-banner-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 0;
  border-radius: 16px;
}

/* Hide actual image div (used only to carry the bg) */
.ad-banner-image {
  display: none;
}

.ad-banner-text {
  position: relative;
  z-index: 1;
  max-width: 80%;
  color: #163F51;
}

.ad-banner-title {
  color: #163F51;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 12px;
}

.ad-banner-body {
  color: #163F51;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
  width: 440px;
}

.ad-banner-button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #163F51;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.ad-banner-button:hover {
  background-color: #0e2f3d;
}

.ad-banner .wp-block-cover__background {
  opacity: 1 !important;
  background-color: transparent !important;
}


/* Outer container */
.newsletter-signup {
  border-radius: 16px;
  background: #F5F5FA;
  padding: 24px 20px 24px 20px;
  display: flex;
  justify-content: center;
}

/* Inner container */
.newsletter-inner {
  max-width: 650px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}

/* Title */
.newsletter-title {
	margin-block-start: 0px;
  color: #000;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0px;
}

/* Description */
.newsletter-description {
  color: #626262;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

/* Input and button container */
.newsletter-form > p {
width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 8px;
  justify-content: center;
  flex-direction: row;
  position: unset;
  margin-block-start: 0px !important;
  margin-block-end: 0px !important;
}

.newsletter-form .wpcf7-spinner {
	flex-basis: 100%;
}

.newsletter-form > p > br {
display: none;
}

/* Email input */
.newsletter-form input[type="email"] {
  border-radius: 8px;
  background: #E5E8EC;
  border: none;
  padding: 12px 16px;
  flex: 1 1 300px;
  max-width: 400px;
  font-size: 16px;
}

/* Submit button */
.newsletter-form input[type="submit"] {
  border-radius: 8px;
  background: #163F51;
  color: white;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

/* Checkbox text */
.newsletter-checkbox {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #626262;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  text-align: left;
}

.science-slider h3, .science-slider h3 a {
color:#163F51;
font-family: Roboto;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 133.333% */
}

.pipeline-projects {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.pipeline-projects > div   {
  border-radius: 16px;
  background: #F5F2F2;
  padding: 27px 115px 26px 80px;i
  display: flex;
  gap: 56px;
}

.pipeline-projects  .pipeline-project-name {
  flex: 0 0 200px;
}

.pipeline-project-name h2 {
color: #163F51;
text-align: center;
font-family: Roboto;
font-size: 44px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.pipeline-project-body {
	border-left: 1px solid #4F4F4F;
	height: 170px;
	flex: 1 1 auto;
	padding-left: 40px;
	display: flex;
	place-items: center;
}

.front-button {
	position: relative;
	z-index: 100;
}
.pipeline-project-name .wp-block-button__link:hover {
background: #00AEEF !important;
}

.pipeline-project-name .wp-block-button__link, .front-button > a > span {
    border-radius: 24px;
    background: #FF7300 !important;
   color: #FFF;
text-align: center;
font-family: "Roboto Condensed";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}


.front-map {
border-radius: 18px;
background: #163F51;
padding: 68px 0 100px 0;
}

.front-map h2 {
color: #FFF;
text-align: center;
font-family: "Roboto Condensed";
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 114.286% */
max-width: 780px;
margin: 0 auto;
}

.front-map p {
color: #FFF;
text-align: center;
font-family: "Roboto Condensed";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 160% */
max-width: 780px;
margin: 20px auto 0 auto;
}


.contact-form-grid {
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 64px;
  max-width: 1225px;
  margin-top: 48px;
  margin: 0 auto;
}

.contact-form-grid .form-right {
padding-right: 88px
}

.contact-heading > p {
	display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: left;
  margin-bottom: 40px;
  padding-bottom: 28px;
 border-bottom: 5px solid #00C2FF; 
 margin-block-start: 0px;
 margin-block-end;
 padding-right: 64px;
}

.contact-description {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 32px;
}

.radio-group span.wpcf7-list-item {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 16px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #000;
}

.form-right label {
  display: block;
  margin-bottom: 16px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

.form-right input[type="text"],
.form-right input[type="email"],
.form-right select,
.form-right textarea {
  width: 100%;
  background: #F4F6F9;
  border: none;
  border-radius: 8px;
  padding: 12px 16px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin-top: 8px;
}

.form-right textarea {
  min-height: 120px;
}

.form-footer > p {
  display: flex;
  align-items: baseline;
  gap: 0px;
  margin-top: 24px;
}


.form-footer input[type="submit"] {
  background: #163F51;
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

.newsletter-optin {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #626262;
}

/* Two-column layout for your-reason radio group */
.radio-group > p {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 16px;
}

.radio-group label {
  width: calc(50% - 10px); /* Two per row with spacing */
  display: flex;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}

/* Two-column layout for the your-reason radio buttons */
.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  max-width: 500px;
}

.wpcf7-radio .wpcf7-list-item {
  width: calc(50% - 60px);
  display: flex;
  align-items: center;
  margin: 0;
}

.wpcf7-radio .wpcf7-list-item-label {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #000;
}

.helix {
    height: 248px;
    background-image: url(/wp-content/uploads/2025/05/helix.png);
    position: relative;
    left: -100vw;
    background-repeat: repeat-x;
    background-size: contain;
    right: calc(2 * 100vw);
    width: calc(3 * 100vw);
    max-width: unset;
    margin-top: 70px;
    margin-bottom: 100px;	
}

.team-member > img, .advisor > img {
mix-blend-mode: multiply;
}

.swiper {
	border-radius: 16px;
border: 1px solid #C3C3C3;
box-sizing: border-box;
}

.swiper-slide  h3 {
	margin-top: 20px !important;
}

.gutslider-content-inner > div, .gutslider-content-inner div {
	gap: unset;
	margin-bottom: unset;
}

.at001-subtitle {
z-index: 20;
align-items: flex-end;
}

.at001-subtitle > figure {
	margin: -340px 0 auto 0;
	position: relative;
}

.at001-subtitle > p {
	max-width: 1016px;
	color: #17171D;
text-align: center;
font-family: "Roboto Condensed";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 140% */
margin-top: -120px;
margin: -120px auto 50px auto;
}

.at001-list > div:nth-child(even) {
	border-radius: 16px;
background: #F4F7F9;
}

.at001-list > div {
height: 112px;
padding: 10px 10px;
}

.at001-list > div > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 10px;
}

.at004-subtitle {
margin-bottom: -220px;
}

.at004-subtitle figure {
	top: -220px;
	right: -120px;
	position: relative;
}

.at004-subtitle p {
	color: #17171D;
margin-top: -220px;
text-align: justify;
}

.pulse-insights {
	border-radius: 8px 8px 0px 0px;
	padding: 5px 24px !important ;
}

.news-thumb img {
	height: 200px;
	object-fit: cover;
	object-position: top;
}

.news-thumb + .news-title {
	min-height: 80px;
}

.front-animation svg {
	    transform: translate3d(0px, -240px, 0px) !important;
	    height: 960px  !important;
	    width: 1224px !important;
}

.pulse-menu li {
	border-bottom: 3px solid white;
}

.pulse-menu li.current-menu-item, .pulse-menu li:hover {
	border-bottom: 3px solid rgb(0, 194, 255) !important;
}

.wp-block-navigation__submenu-container {
	border: 0px !important;
}

footer .wp-block-group.is-layout-grid {
	
}

.front-news-image {
	height: 630px;
}

.front-news-image + div > p {
  height: 100px;
}

.pulse-heading {
color: rgb(0, 194, 255) !important;
text-align: center;
font-family: "Lora", serif;
  letter-spacing: -0.5px;
  text-transform: uppercase;
font-size: 50px;
font-style: normal;
font-weight: 900;
line-height: normal;
}

.pulse-heading a {
color: rgb(0, 194, 255) !important;
}

.wp-block-separator {
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	width: 100%;
}

.infographic-nav-grid {
    position: relative;
    height: 0; /* Collapse height, buttons are absolutely positioned */
    top: 212px;
}

.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.nav-arrow.prev {
    left: -1.5rem; /* or 0 if it should hug the edge */
}

.nav-arrow.next {
    right: -1.5rem;
}

.nav-arrow a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background: #dff1ff; /* light blue background */
    color: #0083cc;      /* blue arrow color */
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
    box-shadow: 0 0 0 2px white; /* match content background */
    transition: background 0.2s ease;
}

.nav-arrow a:hover {
    background: #c7e5ff;
}

.relative-position {
	position: relative;
}

@media (max-width: 960px) {

  .has-global-padding {
	 padding-right: 10px;
	 padding-left: 10px;
  }
  .header-inner {
    padding: 0 20px !important;
    flex-wrap: nowrap;
    gap: 20px;
    height: unset;
  }

  .header-inner > figure {
	  min-width: 32px;
  }

  .content-hightlight {
	 flex-direction: column;
	 position: static;
  }

  .highlight-layout {
	  max-width: 100%;
  }

  .highlight-button {
	  margin-left: unset;
	  align-self: center;
  }

  main .content-highlight:nth-child(even) .highlight-layout .text-bubble {
	  margin-left: unset;
  }

  .highlight-text-wrapper {
	  margin-bottom: 20px !important;
	  align-items: center;

  }

  .highlight-text-wrapper h3 {
	  margin-left: unset;
  }

  .pipeline-projects > div {
	  flex-direction: column;
	  padding: 10px;
	  gap: 20px;
  }

  .pipeline-projects .pipeline-project-name {
	  flex: unset;
  }

  .pipeline-project-body {
	  flex: unset;
	  height: unset;
	  border-left: unset;
	  padding-left: unset;
  }

  .swiper-slide {
	  height: unset !important;
	  width: unset;
  }

  .subcontent-full {
	  margin: unset !important;
  }

  .ad-banner-text > h2, .ad-banner-text > p {
	color: white;
  }

  .ad-banner-body {
	  width: unset;
  }

  .contact-form-grid {
	  display: unset;
  }

  .at001-list > div {
	  flex-direction: row;
	  height: unset;
	  gap: 0;
  }

  .at001-list > div > div {
	  flex-basis: unset !important;
  }

  .at001-subtitle > figure {
	  margin: -240px 0  auto 0;
  }

  .at001-subtitle > p {
	  margin-top: -100px !important;
  }

  .at004-subtitle > div {
	  flex-direction: column-reverse;
  }

  .at004-subtitle > div > figure {
	  right: -20px;
  }

  .at004-subtitle > div > p {
	  margin-top: -260px;
  }

  .newsletter-form input[type=email] {
	  box-sizing: border-box;
	  width: 100%;
	  margin-bottom: 10px;
  }

  .newletter-checkbox > p + p {
	  display: none;
  }

  .helix {
	  margin-top: 60px;
	  margin-bottom: 60px;
	  height: 144px;
  }

  .main-navigation {
	  margin: unset;
  }

  .wp-site-blocks {
	  max-width: 100vw;
	  overflow: clip;
  }
  .wp-block-group {
	  max-width: 100% !important;
  }

.front_hero div.wp-block-cover__inner-container > h1 {
  font-size: 48px;
  line-height: 50px;
}

  .front-map h2 {
	  font-size: 24px;
	  line-height: 32px;
  }

  .front-map {
	  padding: 10px 10px 20px 10px;
  }

  #front-animation {
	  margin-bottom: -270px !important;
	  
	  margin-top: 200px !important;
  }

  footer  .wp-block-group.is-layout-grid {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px;
    grid-template-areas: 
      "logo logo"
      "location location"
      "contact navigation"
      "cred cred"
      "legal legal"
      "copyright copyright";
    
  }


  .front-news-image {
     height: unset;
  }

  .front-news-image h2 {
	  padding-right: unset !important;
  }

  .front-news-image + div > p {
    height: unset;
  }

  .side-article {
	  width: 100%;
	  padding-top: 30px;
  }

  .front_hero > div.wp-block-cover__inner-container {
    margin-top: unset;
  }

  .front_hero {
	  min-height: unset !important;
  }

  .wpcf7 {
	 padding: 20px 10px;
  }

}

