@media screen and (min-width: 2000px) {
	
	.cyanbackground { background-color: #1a7192!important; }
	
}




.grid-container { max-width: 100%; }

body { background-color: #fff; }

div.site-footer { display: none; }

div.site-branding { display: none; }

#bridgeheader { width: 100%; height: 205px; background-color: #2a343d; position: fixed; z-index: 2; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }

#bridgecontainerhead { width: 92%; margin: 0 auto; }

html {
  scroll-behavior: smooth;
}

.contactpiccy { background-image: url(/wp-content/uploads/2025/07/videoposter2.jpg;); background-size: cover; background-repeat: no-repeat;  }

#fourpixgap { width: 100%; height: 4px; }

.piccys { padding-top: 18px; }

#linkdiv a:link { color: #2a343d; padding-top: 18px; display: block; border-bottom: 1px solid #eee; padding-bottom: 18px; }

#linkdiv a:hover { color: #1dbcee; }

#linkdiv a:visited { color: #2a343d; }


.forminator-ui#forminator-module-757.forminator-design--flat .forminator-button-submit { width: 100%; text-transform: uppercase; font-weight: 900!important; font-size: 16px!important; }

#formarea { width: 1635px; margin: 48px auto 65px auto;  }

#forminator-module-757 > div.forminator-row.forminator-row-last { margin-bottom: 0px!important; }

#piccyarea7 :where(.wp-block-columns.is-layout-flex) { gap: 4px; }

#piccyarea7 :where(.wp-block-columns) { margin-bottom: 0px; }

#signoffarea { background-color: #2a343d; margin-top: 40px; padding-bottom: 20px; padding-top: 4px; }

#signoffarea p { color: #fff; }

#video { width: 100%; padding: 57px 25% 53px 25%; background-color: #e9eaeb; margin-top: 4px; background-image: url(/wp-content/uploads/2025/07/videob2g.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; }

.whitebd { border: 4px solid #fff; }

.sliderpad { padding-top: 180px; }

#bridgelogo { width: 123px; height: 205px; background-image: url(/wp-content/uploads/2025/06/logovector.svg); background-size: contain; background-position: center 22px; background-repeat: no-repeat; }

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after { display: none; }

#telno { float: right; color: #fff; font-size: 37px; font-weight: 100; margin-top: -157px; background-image: url(/wp-content/uploads/2025/06/telsymbol.png); background-position: left center; background-repeat: no-repeat; padding-left: 47px; }

#titleslider h1 { margin: 0px; padding: 0px; }

#telno a:link { color: #fff; } #telno a:hover { color: #15baed; } #telno a:visited { color: #fff; }

.site-header { background-color: transparent;}

.inside-header { padding: 0px; }

.blur1 {
  backdrop-filter: blur(5px); /* Applies blur to what's behind the box */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
}

.nav-float-right #site-navigation { position: fixed; right: 3.5%; top: 137px; }

.main-navigation, .main-navigation ul ul { background-color: transparent; }

#mega-menu-primary > li.astm-search-menu.is-menu.popup.menu-item > a > svg { float: right; margin-top: -30px; margin-right: 5px; }

#mega-menu-item-16 > a { margin-right: 46px!important; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu { margin-left: 6px; margin-top: 28px; }


a { text-decoration: none; }

.media-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 595px;
  background: #1e1e1e;
  margin-top: 205px;
}

.media-container .media-block {
  position: relative;
  width: 33.33%;
  height: 100%;
  overflow: hidden;
}


.media-container .media-block img,
.media-container .media-block video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease;
}

.media-container .media-block video {
  opacity: 0;
  pointer-events: none;
}

.media-container .media-block:hover video {
  opacity: 1;
  pointer-events: auto;
}

#strap h1 { text-align: center; font-size: 36px; color: #fff; font-weight: 500; text-transform: uppercase; margin-top: -85px; position: relative; z-index: 1; letter-spacing: 0.25em; }

h2 { color: #1dbcee; padding-top: 65px; letter-spacing: 0.1em; font-size: 36px; }

h4 { color: #1dbcee; padding-top: 39px; letter-spacing: 0.1em; font-size: 36px; margin-bottom: 15px; text-transform: uppercase; }

h5 { color: #1dbcee; padding-top: 39px; letter-spacing: 0.1em; font-size: 36px; margin-bottom: 36px; text-transform: uppercase; }

#piccyarea7 h1 { color: #1dbcee; padding-top: 45px; letter-spacing: 0.1em; font-size: 36px; }



.openingpara { padding: 0px 7% 0px 7%; color: #2a343d; font-size: 18px; line-height: 30px; }

#bottomspacer { width: 100%; height: 18px; }

#bottomspacer2 { width: 100%; height: 4px; }

#button1, #button2, #button3, #button4, #button5 { font-size: 24px; color: #fff; text-align: center; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.92; background-color: #2a343d; padding: 8px; margin-bottom: -52px; }

.dna-button {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1; /* Keeps it square — adjust as needed */
  background-image: url('/wp-content/uploads/2025/06/DNApicmono.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  text-decoration: none;
  transition: background-image 0.3s ease-in-out;
}

.dna-button:hover {
  background-image: url('/wp-content/uploads/2025/06/dnacol.jpg');
}

.dna-button .label {
  position: absolute;
  top: 0;
  width: 100%;
  background: #3e4c5b; /* Dark overlay */
  color: white;
  text-align: center;
  font-size: 23px;
  padding: 12px;
  font-family: sans-serif;
  letter-spacing: 0.1em;
  opacity: 0.9;
}

.image-buttons {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.image-button {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  transition: background-image 0.3s ease-in-out;
}

/* Dark label strip */
.image-button .label {
  position: absolute;
  top: 0;
  width: 100%;
  background: #3e4c5b;
  opacity: 0.9;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-family: sans-serif;
  font-size: 23px;
  letter-spacing: 0.1em;
}

/* Default background images */
.image-button.dna { background-image: url('/wp-content/uploads/2025/06/DNApicmono.jpg'); }
.image-button.solutions { background-image: url('/wp-content/uploads/2025/06/Solutionspicmono.jpg'); }
.image-button.foundry { background-image: url('/wp-content/uploads/2025/09/Foundrypicmono2.jpg'); }
.image-button.capa { background-image: url('/wp-content/uploads/2025/09/capabilitynewmono.jpg'); }
.image-button.sector { background-image: url('/wp-content/uploads/2025/06/Sectorpicmono.jpg'); }

/* Hover background images */
.image-button.dna:hover { background-image: url('/wp-content/uploads/2025/06/dnacol.jpg'); }
.image-button.solutions:hover { background-image: url('/wp-content/uploads/2025/06/solutionscol.jpg'); }
.image-button.foundry:hover { background-image: url('/wp-content/uploads/2025/09/foundriescol2.jpg'); }
.image-button.capa:hover { background-image: url('/wp-content/uploads/2025/09/capabilitynewcol.jpg'); }
.image-button.sector:hover { background-image: url('/wp-content/uploads/2025/06/sectorscol.jpg'); }

/* Invisible preloading block */
.preload-images {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.preload {
  background-size: cover;
  background-repeat: no-repeat;
  width: 0;
  height: 0;
  opacity: 0;
}

.footer a:link { color: #fff!important; }
.footer a:hover { color: #1dbcee!important; }
.footer a:visited { color: #fff!important; }

#logoarea { background-color: #e9eaeb; padding-bottom: 50px; padding-left: 3%; padding-right: 3%; }

#logo-carousel-free-229.sp-lc-container .sp-logo-carousel { padding-top: 0px; }

#buttonarea :where(.wp-block-columns.is-layout-flex) { gap: 4px!important; }

#buttonarea { padding-top: 15px; }

.piccy {
  width: 100%;
  height: auto;
  display: block;
}

.darkbackground { background-color: #2a343d; color: #fff; font-size: 16px; line-height: 28px; padding: 25px; }

.cyanbackground { background-color: #1dbcee; color: #fff; font-size: 16px; line-height: 28px; padding: 25px; }


#textarea1 a:link { color: #1dbcee!important; margin-top: 5px; display: block; }

#textarea1 a:hover { color: #ffffff!important; }

#textarea1 a:visited { color: #1dbcee!important; }

#buttonarea :where(.wp-block-columns) { margin-bottom: 0px!important; }

#buttonarea p { margin-bottom: 4px!important; }

#textarea2 a:link { color: #aeecff!important; margin-top: 5px; display: block; }

#textarea2 a:hover { color: #ffffff!important; }

#textarea2 a:visited { color: #aeecff!important; }

.paraminus h3 { color: #fff; text-transform: uppercase; font-size: 36px!important; padding: 156px 0px 40px 0px; margin: 0px; letter-spacing: 0.2em; font-weight: 300;  }

.paraminus .button, .wp-block-button .wp-block-button__link { letter-spacing: 0.1em; border: 1px solid transparent; opacity: 0.9; }

.paraminus a:hover { color: #fff; border: 1px solid #fff; opacity: 1; }

.homebutton1 { margin-bottom: 156px; }

/* === Footer base styles === */
.footer {
  position: relative;
  background-color: #2a343d;
  color: #ffffff;
  padding: 3rem 0;
  overflow: hidden;
  font-family: sans-serif;
}

/* === Background image on the right === */
.footer-bg {
  background: url('/wp-content/uploads/2025/06/ba.png') no-repeat right center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

/* === Grid container for main columns === */
.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 0 4%;
  position: relative;
  z-index: 1;
  gap: 2rem;
  align-items: end; /* Align all content to the bottom */
  min-height: 260px; /* Ensures consistent height for vertical alignment */
}

/* === Each column === */
.footer-column {
  font-size: 0.95rem;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* Bottom align content inside */
}

/* === Left logo === */
.footer-logo {
  max-width: 110px;
  margin-bottom: 2rem;
}

.footer-text {
  font-style: normal;
}

/* === Footer links === */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 30px 0 8px 0;
  line-height: normal;
}

.footer-links li {
  margin-bottom: 0.4rem;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
}

/* === Footer credit line === */
.footer-credit {
  font-size: 0.85rem;
  margin-top: 2.1rem;
  font-style: normal;
  margin-bottom: 0px;
}

/* === Social media section positioned outside the grid === */
.footer-social-container {
  position: absolute;
  bottom: 3rem;
  right: 4%;
  z-index: 2;
}

/* === Vertical stack of social icons === */
.footer-socials {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}

/* === Style for each icon box === */
.social-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
	
}

.social-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* === Responsive adjustments === */
@media (max-width: 768px) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
  }

  .footer-social-container {
    position: static;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
  }

  .footer-socials {
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
  }

  .footer {
    padding: 2rem 0;
  }
}




@media screen and (max-width: 1905px) {
	
  .darkbackground { font-size: 15.5px; }

  .cyanbackground{ font-size: 15.5px; }

}


@media screen and (max-width: 1865px) {
	
  .darkbackground { font-size: 15px; }

  .cyanbackground{ font-size: 15px; }

}


@media screen and (max-width: 1815px) {
	
  .darkbackground { font-size: 14.5px; }

  .cyanbackground{ font-size: 14.5px; }

}


@media screen and (max-width: 1775px) {
	
  .darkbackground { font-size: 14px; }

  .cyanbackground{ font-size: 14px; }

}


@media screen and (max-width: 1730px) {
	
  .darkbackground { font-size: 13.5px; }

  .cyanbackground{ font-size: 13.5px; }

	#formarea { width: 90%; }
	
}


@media screen and (max-width: 1685px) {
	
  .darkbackground { font-size: 13px; line-height: 20px; }

  .cyanbackground{ font-size: 13px; line-height: 20px; }

}



@media screen and (max-width: 1640px) {
	
  .darkbackground { font-size: 12.5px;  }

  .cyanbackground{ font-size: 12.5px;  }

}


@media screen and (max-width: 1597px) {
	
  .darkbackground { font-size: 12px; }

  .cyanbackground{ font-size: 12px;  }

}


@media screen and (max-width: 1550px) {
	
  .darkbackground { font-size: 11.5px; }

  .cyanbackground{ font-size: 11.5px;  }
	
	#video { padding: 57px 20% 55px 20%; }

}




@media screen and (max-width: 1335px) {
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link { font-size: 12px; padding: 0px 0px 0px 17px; }
	.image-button .label { font-size: 18px; }
	
	.dna-button .label  { font-size: 18px; }


}


@media screen and (max-width: 1100px) {
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link { font-size: 10px; }
	.nav-float-right #site-navigation { top: 139px; }
	#strap h1 { font-size: 26px; font-weight: 800; }
	#video { padding: 57px 10% 55px 10%; }


}


@media screen and (max-width: 1024px) {
	
	#telno { margin-top: -83px; }
	button.rmp_menu_trigger { margin-right: -10px; margin-top: 25px; }
	.nav-float-right #site-navigation { display: none; }
	#rmp-search-box-17 .rmp-search-box { border-radius: 0px; }
   .darkbackground { font-size: 10.9px; }
   .cyanbackground{ font-size: 10.9px;  }

	
}


@media screen and (max-width: 850px) {
	
	#strap h1 { font-size: 22px; margin-top: -70px; }
	.media-container { height: 350px; }
	#buttonarea { padding-left: 120px; padding-right: 120px;
	}
  .darkbackground { font-size: 14px; line-height: 25px; }
  .cyanbackground{ font-size: 14px; line-height: 25px; }
  .image-button .label { padding: 15px 10px 10px 10px; }
  .dna-button .label { padding: 15px 10px 10px 10px; }
  .footer-bg { background: none; }
  .footer-inner { text-align: center; }
  .footer-logo { margin: 0 auto 2em auto; }
  .contactpiccy { height: 400px; }

	
}



@media screen and (max-width: 500px) {
	
	#telno { font-size: 22px; background-image: none; margin-top: -66px; }
	button.rmp_menu_trigger { margin-right: -2px; margin-top: 25.1px; }
	.media-container { height: 180px; }
	#strap h1 { font-size: 15px; margin-top: -40px; letter-spacing: normal; }
	#buttonarea { padding-left: 4px; padding-right: 4px; }
	h2 { font-size: 28.8px; padding-top: 47px; display: block; padding-left: 20px; padding-right: 20px; }
	#piccyarea h1 { font-size: 28.8px; padding-top: 47px; display: block; padding-left: 20px; padding-right: 20px; }
	h4 { font-size: 28.8px; padding-top: 47px; line-height: normal; padding-left: 30px; padding-right: 30px; }
	h5 { font-size: 28.8px; padding-top: 47px; line-height: normal; padding-left: 30px; padding-right: 30px; }
	#bridgelogo { margin-left: 5px; }
	 .darkbackground { font-size: 16px; line-height: 29px; }
  .cyanbackground{ font-size: 16px; line-height: 29px; }
	#signoffarea { margin-top: 30px; }	
	#video { padding: 57px 14% 55px 14%; }
	#piccyarea7 h1 { display: block; padding-left: 20px; padding-right: 20px; }


	
}


















