/*
Theme Name: Techdow USA
Version: 6.1
Description: Customizable responsive accessible Wordpress child theme created by CyberOptik
Author: CyberOptik
Author URI: https://www.cyberoptik.net/
Template: optik-theme-6
*/





/******************************************************************************
 * * *  IMPORTS & VARIABLES  * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/

@import url("../optik-theme-6/style.css");



/* Add font imports here */

/***  Inter ***/

/* Italic  */
@font-face {
	font-family: 'Inter';
	font-weight: 400;
	src: url('fonts/inter/inter_italic.ttf');
	font-display: swap;
}
/* Regular  */
@font-face {
	font-family: 'Inter';
	font-weight: 400;
	src: url('fonts/inter/inter_regular.ttf');
	font-display: swap;
}
/* Bold  */
@font-face {
	font-family: 'Inter';
	font-weight: 700;
	src: url('fonts/inter/inter_bold.ttf');
	font-display: swap;
}

 


/******************************************************************************
 * * *  STRUCTURAL ELEMENTS  * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  UNIVERSAL STYLES  ***/

html {
	font-size: 16px;
}

body {
	line-height: 1.6em;
	font-family: var(--wp--custom--font--1);
	color: var(--wp--custom--dark--1);
	background-color: var(--wp--custom--light--3);
}

.main-wrap {
    overflow-x: hidden; 
}


/***  BACK TO TOP BUTTON  ***/

.btt-button [class*="fa"] {
	border-radius: var(--wp--custom--radius--full);
	background-color: var(--wp--custom--primary--main);
	font-weight: 300;
	color: white;
}

.btt-button:hover [class*="fa"] {
	background-color: var(--wp--custom--primary--light);
	color: white;
}





/******************************************************************************
 * * *  CONTENT STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/



/***  TEXT & LINKS  ***/

a {
	color: var(--wp--custom--dark--1);
}

a:hover {
	color: var(--wp--custom--primary--light);
}


/* body content links */
.main-wrap a:not(.entry-link, .icon-cards a, .wp-block-button a, .wp-block-cover__inner-container a, .partner-titles a,.partner-back a, .wp-block-image a, .pagination-btn) {
	transition: all 0.2s ease-in-out;
    box-shadow: inset 0 -.1rem #24272a;
    display: inline-block;
    position: relative;
}
.main-wrap a:hover:not(.entry-link, .icon-cards a, .wp-block-cover__inner-container a, .partner-link, .partner-titles a, .wp-block-image a, .wp-block-button__link) {
	color: #fff;
	background-color: var(--wp--custom--secondary--main);
}



/***  HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: var(--wp--custom--dark--1);
}

h1,
.h1,
.heading-size-h1,
.is-style-size-h1 {
	font-size: 4em;
}

@media screen and (max-width: 1024px) {
	h1,
	.h1,
	.heading-size-h1,
	.is-style-size-h1 {font-size: 3em; }
}

@media screen and (max-width: 900px) {
	h1,
	.h1,
	.heading-size-h1,
	.is-style-size-h1 {font-size: 2.25em; }
}

h2,
.h2,
.heading-size-h2,
.is-style-size-h2 {
	font-size: 3.25em;
}

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

	h2,
	.h2,
	.heading-size-h2,
	.is-style-size-h2 {
		font-size: 1.875em;
	}
}

h3,
.h3,
.heading-size-h3,
.is-style-size-h3 {
	font-size: 1.75em;
}

h4,
.h4,
.heading-size-h4,
.is-style-size-h4 {
	font-size: 1.25em;
}

h5,
.h5,
.heading-size-h5,
.is-style-size-h5 {
	font-size: 1em;
}

h6,
.h6,
.heading-size-h6,
.is-style-size-h6,
.is-style-pre-heading {
	font-size: 0.8em;
}


/***  BORDERS & DIVIDERS  ***/

hr, .divider {
	display: block;
	width: 100%;
	height: 0px;
	border: 0;
	border-top: 1px solid #e2e2e2;
	margin: 2.5em auto;
	padding: 0;
}



/***  BUTTONS  ***/

.button, 
.wp-block-button__link, 
.button-outline, 
.is-style-outline .wp-block-button__link {
	padding: 1.1em 2em;
	border-color: transparent;
	border-radius: var(--wp--custom--radius--full);
	background: linear-gradient(83.31deg, #1C1919 2.62%, #757B82 107.19%);
	color: white;
	background-clip: padding-box; 
}

.button:hover, 
.wp-block-button__link:hover, 
.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	border-color: transparent;
	background-color: var(--wp--custom--primary--light);
	color: white;
	transform: translateY(-3px);
}

.button [class*="fa"], 
.wp-block-button__link [class*="fa"], 
.button:hover [class*="fa"], 
.wp-block-button__link:hover [class*="fa"] {
	color: var(--wp--custom--primary--main) !important;
	font-size: 21px;
	padding-right: 10px;
}

/* Outlined Button */

.button-outline, 
.is-style-outline .wp-block-button__link {
	background: none;
	 border-color: white;
	color: white;
}

.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	background: none;
    border-color:  var(--wp--custom--dark--2);
	transform: translateY(-3px);
}


/* Shiny Outlined button - Currently used for hero home */

.is-style-outline.shiny-outline-btn .wp-block-button__link {
  position: relative;
  border: none;
}
.is-style-outline.shiny-outline-btn .wp-block-button__link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 1px;
  background: linear-gradient(79.75deg, #FFFFFF 1.67%, #9B9B9B 56.51%, #FFFFFF 74.07%, #343434 113.31%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
}



/***  ICONS  ***/

.fa {
	font-weight: 300;
}

/* Icon Colors */

.fa, .fas, .far, .fal, .fab {
	color: var(--wp--custom--primary--main);
}

a .fa, a .fas, a .far, a .fal, a .fab {
	color: var(--wp--custom--primary--main);
}

a:hover .fa, a:hover .fas, a:hover .far, a:hover .fal, a:hover .fab {
	color: var(--wp--custom--secondary--main);
}

/* Icon Backgrounds */

.fa-bg {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

a .fa-bg {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

a:hover .fa-bg {
	background-color: var(--wp--custom--secondary--main);
	color: white;
}

/* Icon Borders */

.fa-br {
	border-color: var(--wp--custom--primary--main);
}

a .fa-br {
	border-color: var(--wp--custom--primary--main);
}

a:hover .fa-br {
	border-color: var(--wp--custom--secondary--main);
}



/***  LISTS  ***/

.arrow-list li:before, 
.check-list li:before, 
.check-circle-list li:before, 
.icon-list li:before, 
.contact-list li:before, 
.arrow-list li [class*="fa"], 
.check-list li [class*="fa"], 
.check-circle-list li [class*="fa"], 
.icon-list li [class*="fa"], 
.contact-list li [class*="fa"] {
	color: var(--wp--custom--primary--main);
}



/***  FORMS  ***/

/* Inputs */

input[type="text"], input[type="email"], input[type="number"], 
input[type="password"], input[type="search"], input[type="tel"], 
input[type="url"], input[type="date"], input[type="datetime-local"], 
input[type="month"], input[type="time"], input[type="week"], 
textarea, select, .filter-reset {
	border-radius: var(--wp--custom--radius--xs);
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, 
input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, 
input[type="url"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, 
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, 
textarea:focus, select:focus {
	border-color: var(--wp--custom--primary--main);
}

/* Buttons */

input[type="submit"], 
input[type="reset"], 
input[type="button"],
.filter-reset,
form button {
	paddding: 1.1em 2em;
	border-color: transparent;
	border-radius: var(--wp--custom--radius--full);
	background: var(--wp--custom--secondary--main);
	color: white;
	background-clip: padding-box; 
}

input[type="Submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover, 
.filter-reset:hover,
form button:hover {
	border-color: var(--wp--custom--primary--light);
	background: var(--wp--custom--secondary--light);
	color: white;
}

input[type="Submit"]:active, 
input[type="reset"]:active, 
input[type="button"]:active, 
form button:active {
	border-color:  var(--wp--custom--primary--dark);
	background-color:  var(--wp--custom--primary--dark);
	color: white;
}





/******************************************************************************
 * * *  HEADER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  SCROLL BAR  ***/

.scroll-bar {
	background-color: white;
}

.scroll-logo {
	max-height: 50px;
}



/***  TOP BAR  ***/

.top-bar {
	background-color: var(--wp--custom--light--2);
}



/***  HEADER  ***/
.header-container {
	margin-top: var(--wp--custom--spacer--xs);
	padding-left: var(--wp--custom--spacer--md);
	padding-right: var(--wp--custom--spacer--md);
}

.header-logo {
	max-height: 70px;
}
.header-masthead {
    width: 340px;
    padding: 36px 0;
}
.header-left:nth-last-child(3), 
.header-right:nth-child(3) {
	width: calc(50% - 170px);
}


/* Transparent Header */
.header-wrap{
	position: absolute;
	top: 0;
	z-index: 3;
}


/* Menu Button */

.header .menu-button [class*="fa"], 
.header .menu-button:hover [class*="fa"] {
	color: var(--wp--custom--dark--1);
}

.header .menu-button.active [class*="fa"] {
	background-color: var(--wp--custom--primary--main);
	color: white;
}



/***  NAVBAR  ***/

.navbar {
}



/***  NAV MENUS  ***/
.nav-menu > li { 
  border-radius: var(--wp--custom--radius--lg);
  background-color: white;
  margin: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
box-shadow: 
	-2px 12px 27px 0px rgba(43, 51, 64, 0.10),
	-8px 49px 50px 0px rgba(43, 51, 64, 0.09),
	-19px 110px 67px 0px rgba(43, 51, 64, 0.05),
	-34px 196px 79px 0px rgba(43, 51, 64, 0.01),
	-53px 305px 87px 0px rgba(43, 51, 64, 0);
}

.nav-menu > li:hover,
.nav-menu > li.current-menu-item,
.nav-menu > li.current-menu-ancestor {
	background-color: var(--wp--custom--secondary--main);
}

.nav-menu > li > a, 
.nav-menu > li > span {
  	padding: 16px 15px;
	line-height: 1;
  	color: var(--wp--custom--dark--1);
}

.nav-menu > li > button {
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 1;
	color: var(--wp--custom--dark--1);
}


.nav-menu > li > a > i, 
.nav-menu > li > span > i { transition: transform 150ms ease-in-out !important; }


.single-post .nav-menu > li.posts-link > a, 
.category .nav-menu > li.posts-link > a, 
.single-service .nav-menu > li.services-link > a, 
.single-career .nav-menu > li.careers-link > a, 
.single-resource .nav-menu > li.resources-link > a, 
.nav-menu > li.current-menu-ancestor > a, 
.nav-menu > li.current-menu-ancestor > span, 
.nav-menu > li.current-menu-ancestor > button, 
.nav-menu > li.current-menu-item > a, 
.nav-menu > li.current-menu-item > span, 
.nav-menu > li.current-menu-item > button, 
.nav-menu > li:hover > a, 
.nav-menu > li:hover > span, 
.nav-menu > li:hover > button {
	color: white;
}


/* Nav Button */

.nav-menu > li.nav-button {
	background-color: red!important;
}

.nav-menu > li.nav-button > a {
	margin-left: 10px;
	margin-right: 10px;
	background-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--xl);
	color: white;
}

.nav-menu d> li.nav-button > a:hover {
	background-color: var(--wp--custom--primary--light);
}

/* Dropdowns */
.nav-menu > li > ul {
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex;
    flex-direction: column;
    gap: 5px;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}
.nav-menu > li:last-child > ul,
.nav-menu > li:nth-last-child(2) > ul {
    left: auto;
    right: 0;
    transform: none;
}
.nav-menu li > ul {
	width: 180px;
}

/* Each submenu item is now its own pill */
.nav-menu li ul li {
	background-color: white;
	border-radius: var(--wp--custom--radius--lg);
	box-shadow: 
		-2px 12px 27px 0px rgba(43, 51, 64, 0.10),
		-8px 49px 50px 0px rgba(43, 51, 64, 0.09),
		-19px 110px 67px 0px rgba(43, 51, 64, 0.05),
		-34px 196px 79px 0px rgba(43, 51, 64, 0.01),
		-53px 305px 87px 0px rgba(43, 51, 64, 0);
	padding: 0;
}


.nav-menu li ul li:first-child:after {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        content: "";
        display: block;
        left: 50%;
        position: absolute;
        top: -10px;
        transform: translateX(-50%);
        border-bottom-color: white;
}
.nav-menu li ul li:last-child {
	padding-bottom: 0;
}

.nav-menu li ul > li > a, 
.nav-menu li ul > li > span, 
.nav-menu li ul > li > button {
	color: var(--wp--custom--secondary--main);
	text-transform: uppercase;
	font-family: var(--wp--custom--font--1);
	text-align: center;
	display: block;
	padding: 14px 20px;
}

.single-careers .nav-menu li ul li.careers-link > a, 
.nav-menu li ul li.current-menu-item > a, 
.nav-menu li ul li.current-menu-item > span, 
.nav-menu li ul li.current-menu-item > button, 
.nav-menu li ul li:hover > a, 
.nav-menu li ul li:hover > span, 
.nav-menu li ul li:hover > button {
	color: white;
	background-color: var(--wp--custom--secondary--main);
	border-radius: var(--wp--custom--radius--lg);
}


/* Nested Dropdowns */

.nav-menu li ul li ul {
	top: -8px;
}



/***  HIDDEN NAV  ***/
.hidden-nav-right .hidden-nav.active {
	 background: linear-gradient(210deg, var(--wp--custom--secondary--main), var(--wp--custom--secondary--light));
}

.hidden-menu li a {
	color: var(--wp--custom--light--1);
}

.hidden-menu li.current-menu-item > a {
	color: var(--wp--custom--secondary--light);
}




/******************************************************************************
 * * *  BODY STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  BANNER  ***/

.banner {
	background-color: var(--wp--custom--dark--1);
}

.banner-inner {
	padding-top: calc(var(--wp--custom--spacer--lg) * 3);
	padding-bottom: var(--wp--custom--spacer--xl);
}

.banner-viewheight .banner-inner {
	padding-top: calc(var(--wp--custom--spacer--lg) + 140px);
	padding-bottom: var(--wp--custom--spacer--lg);
}

.banner a {
	color: var(--wp--custom--light--1);
    box-shadow: inset 0 -.1rem white !important;
}

.banner a:hover {
	color: white;
}



/***  HEADLINE BAR  ***/

.headline-bar {
}



/***  ENTRY NAVBAR  ***/

.entry-menu > li > a {
	color: var(--wp--custom--dark--3);
}

.entry-menu > li.current-menu-item > a, 
.entry-menu > li:hover > a {
	color: var(--wp--custom--primary--main);
}



/***  MAIN  ***/

.main {
	padding-top:  var(--wp--custom--spacer--xxl);
	padding-bottom:  var(--wp--custom--spacer--xxl);
}



/***  ARCHIVE  ***/

/* Entry Cols */

.entry-cols .entry-link:not(.posts-home.entry-cols .entry-link, .case-study-home.entry-cols .entry-link, .events-home.entry-cols .entry-link) {
	border-radius: var(--wp--custom--radius--lg);
	overflow: hidden;
	color: var(--wp--custom--dark--1);
	background-color: var(--wp--custom--light--3);
		box-shadow: 
	-10px 8px 28px 0px rgba(0, 0, 0, 0.10),
	-20px 12px 68px 0px rgba(0, 0, 0, 0.05);


}

.entry-cols .entry-link:hover {
	transform: translateY(-3px);
}

.entry-cols .entry-icon-wrap:first-child {
	padding: 30px 30px 0;
}

.entry-cols .entry-icon svg {
	width: 60px;
	fill: var(--wp--custom--primary--main);
}

.entry-cols .entry-text-wrap {
	padding: 10px;
}

.includes-link-text .entry:not(.col-full) .entry-text-wrap {
	padding-bottom: 80px;
	padding-left: 20px;
	padding-right: 20px;
}

.entry-cols .entry:not(.col-full) .entry-link-text-wrap {
	left: 30px;
	bottom: 30px;
}

.entry-cols .entry-link .entry-link-text {
	color: var(--wp--custom--secondary--main);
}

.entry-cols .entry-link:hover .entry-link-text {
	color: var(--wp--custom--secondary--main);
}

/* Archive Pagination */

.archive-pagination a {
	border-radius: var(--wp--custom--radius--xl);
	border-color: var(--wp--custom--light--1);
	color: var(--wp--custom--primary--main);
}

.archive-pagination a:hover {
	border-color: var(--wp--custom--primary--light);
	color: var(--wp--custom--primary--light);
}

.archive-pagination a [class*="fa"], 
.archive-pagination a:hover [class*="fa"] {
	color: inherit !important;
	transition: all 0ms ease-in-out;
}



/*** BLOCK COLUMN STYLES ***/
.fancy-shadow.wp-block-column {
	box-shadow:
    0px 21.86px 48.87px 0px rgba(15, 23, 42, 0.10),
    0px 87.46px 87.46px 0px rgba(15, 23, 42, 0.09),
    0px 198.07px 118.33px 0px rgba(15, 23, 42, 0.05),
    0px 352.41px 140.19px 0px rgba(15, 23, 42, 0.01),
    0px 550.48px 154.34px 0px rgba(15, 23, 42, 0);
}


/*** BLOCK GROUP STYLES ***/
.fancy-shadow.wp-block-group {
	box-shadow: 
	-10px 8px 28px 0px rgba(0, 0, 0, 0.10),
	-90px 12px 68px 0px rgba(0, 0, 0, 0.05);
}



/***  SINGLE  ***/


/******************************************************************************
 * * *  FOOTER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  CTA BAR  ***/

.cta-bar {
	padding-top: var(--wp--custom--spacer--sm);
	padding-bottom: var(--wp--custom--spacer--sm);
	background-color: var(--wp--custom--light--3);
	color: white;
}

.cta-bar h1, 
.cta-bar h2, 
.cta-bar h3, 
.cta-bar h4, 
.cta-bar h5, 
.cta-bar h6 {
	color: white;
} 


.cta-bar .wp-block-image  {
	 text-align: right;
}

@media (max-width: 901px) {
.cta-bar .wp-block-image  {
	 text-align: center;
}	
}

/***  FOOTER  ***/


#footer {
    position: relative;
    overflow: hidden;
}

.footer h3 {
	font-weight: 400;
	color: var(--wp--custom--dark--2);

}


.footer-widget.widget_media_image img {
    position: absolute;
    top: 0;
    width: 260px !important;
    height: auto;
    max-height: 260px;
    z-index: 0;
    pointer-events: none;
}

.footer-widget.widget_media_image img[alt="dots footer left"] {
    left: 0;
}

.footer-widget.widget_media_image img[alt="dots footer right"] {
    right: 0;
}

.footer-widget .wp-block-columns {
    position: relative;
    z-index: 1;
}


.footer {
	padding-top: var(--wp--custom--spacer--lg);
	padding-bottom: var(--wp--custom--spacer--lg);
	background-color: var(--wp--custom--light--3);
	font-size: 0.9em;
}

.footer a {
	color: var(--wp--custom--dark--3);
}

.footer a:hover {
	color: var(--wp--custom--primary--main);
}



/* Quick Links */
.menu-quick-links-container ul#menu-quick-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-quick-links-container ul#menu-quick-links li.menu-item a {
    display: inline-block;
    background-color: white;
    color: var(--wp--custom--dark--1);
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    padding: 14px 20px;
    border-radius: 30px;
    white-space: nowrap;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    box-shadow:
        -2px 12px 27px 0px rgba(43, 51, 64, 0.10),
        -8px 49px 50px 0px rgba(43, 51, 64, 0.09),
        -19px 110px 67px 0px rgba(43, 51, 64, 0.05),
        -34px 196px 79px 0px rgba(43, 51, 64, 0.01),
        -53px 305px 87px 0px rgba(43, 51, 64, 0.00);
}

.menu-quick-links-container ul#menu-quick-links li.menu-item a:hover {
    transform: translateY(-3px);
}


/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
	background-color: var(--wp--custom--secondary--main);
	font-size: 0.9em;
	color: var(--wp--custom--light--2);
}

/* Menus */


.bottom-bar .menu a,
.credits a {
	color: var(--wp--custom--light--2);
}

.bottom-bar .menu a:hover,
.credits a:hover {
	transition: all 0.2s ease-in-out;
    box-shadow: inset 0 -.1rem white;
    display: inline-block;
    position: relative;
}




/******************************************************************************
 * * *  7 CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/

/* Add custom theme styles here */



/***  ICON CARDS  ***/

.icon-cards {
	text-align: center;
}

.icon-cards .wp-block-column {
	background-color: var(--wp--custom--light--2);
	padding: var(--wp--custom--spacer--md) var(--wp--custom--spacer--sm);
	transition: all 350ms ease-in-out;
}

.icon-cards .wp-block-column:hover {
	background-color: var(--wp--custom--accent--1);
	color: white;
}

.icon-cards .wp-block-column .wp-block-heading, 
.icon-cards .wp-block-column .wp-block-heading a {
	color: var(--wp--custom--primary--main);
	border-bottom: none;
	transition: all 350ms ease-in-out;
}

.icon-cards .wp-block-column:hover .wp-block-heading, 
.icon-cards .wp-block-column:hover .wp-block-heading a, 
.icon-cards .wp-block-column:hover .wp-block-heading a:hover {
	color: white;
}

.icon-cards .wp-block-outermost-icon-block {
	justify-content: center;
}

.icon-cards .wp-block-heading:not(:first-child) {
	margin-top: 0.25em;
	font-size: 1.45em;
}


/*** HOMEPAGE EDITS ***/



.green-check-sub li {
  display: inline-flex;      
  align-items: center;  
  gap: 5px;                   
  padding: 3px 8px 3px 8px;         
  border: 1px solid color-mix(in srgb, var(--wp--custom--light--2) 30%, transparent);
  background-color: color-mix(in srgb, var(--wp--custom--light--1) 20%, transparent);
  border-radius: var(--wp--custom--radius--xl);
  color: #fff;
  font-size: 12px;
  margin-left: 0;
}
.green-check-sub li::before {
    content: '';
    width: 16px; 
    height: 16px;
    background-image: url('/wp-content/uploads/green-check.svg');
   background-repeat: no-repeat;
}

.green-check-sub.product-sub li  {
  background-color:  color-mix(in srgb, var(--wp--custom--dark--3) 60%, transparent);
  border: 1px solid color-mix(in srgb, var(--wp--custom--dark--3) 90%, transparent);
}


@media (max-width: 901px) {
  .home-hero .wp-block-cover__image-background {
    object-position: center -30px !important;
  }
}

@media (max-width: 768px) {
  .home-hero .wp-block-cover__image-background {
    object-position: center -30px !important;
  }
.home-hero {
	padding-top: 70px;
}	
}
@media (max-width: 901px) {
.home-hero .wp-block-column {
	flex-basis: 100% !important;
} 
}


@media (max-width: 431px) {
  .home-hero .wp-block-cover__image-background {
    object-position: center -60px !important;
  }
.home-hero {
	padding-top: 70px;
}	
}


@media (max-width: 768px) {
.home-hero .wp-block-spacer {
	height: 30px !important;
}
}


@media (min-width: 901px) {
.home-hero h1 {
	line-height: 75px;
}
}

.home-hero .is-style-outline .wp-block-button__link:hover {
	border-color: white;
}


.group-second-col {
  padding: 24px;        
  border: 2px solid color-mix(in srgb, var(--wp--custom--light--2) 50%, transparent);
  background-color: color-mix(in srgb, var(--wp--custom--light--2) 50%, transparent);
  border-radius: var(--wp--custom--radius--lg);
}

@media (min-width: 1200px) {
.wp-block-cover.home-hero.alignfull {
    margin-left: calc(50% - 50vw + 24px);
    margin-right: calc(50% - 50vw + 24px);
    margin-top: -80px;
    border-radius: var(--wp--custom--radius--xl);
    width: auto;
    overflow: hidden;
}
}

@media (max-width: 1200px) {
	.wp-block-cover.home-hero.alignfull {
    margin-top: -50px;
	}
}


.wp-block-cover.home-hero img,
.wp-block-cover.home-hero .wp-block-cover__image-background {
    object-position: center top;
    /* background-position: left; */
}


/* Pills - Sub heading */
.pill-badge {
  display: inline-flex;
  border-radius: var(--wp--custom--radius--lg) !important;
  padding: 13px 20px;
  width: fit-content;
  background-color:  var(--wp--custom--light--2);
  box-shadow:
  -2px 1px 5px 0px #0000001A,
  -8px 6px 10px 0px #00000017,
  -17px 13px 13px 0px #0000000D,
  -31px 23px 15px 0px #00000003,
  -48px 36px 17px 0px #00000000;
}
.pill-badge p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--wp--custom--dark--1);
}


/* Video */
.hero-fade-zone::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
background: linear-gradient(
  to bottom,
  rgba(250, 251, 255, 0.95) 0%,
  rgba(250, 251, 255, 0.75) 60%,
  rgba(250, 251, 255, 0) 100%
);
  pointer-events: none;
  z-index: 1;
}
.hero-fade-zone::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(
    to top,
    rgba(250, 251, 255, 0.95) 0%,
    rgba(250, 251, 255, 0.75) 70%,
    rgba(250, 251, 255, 0) 100%
  );
  pointer-events: none;
  z-index: 1;
}


.pill-badge-group {
  position: relative;
  z-index: 2;
}

.rounded-video {
  overflow: hidden;
  aspect-ratio: 2.3 / 1;
}
.rounded-video video {
  display: block;
  height: 100%;
  border-radius: var(--wp--custom--radius--lg);
  object-fit: cover;
}

.video-stage {
  position: relative;
}
.video-stage .video-caption-card {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  margin: 0;
  z-index: 5;
  width: 25%;
  background: rgb(255 255 255 / 70%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: var(--wp--custom--radius--lg);
  border: 1px solid white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}


@media (max-width: 1024px) {
  
 .video-stage .video-caption-card {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin: 16px auto 0 !important;
  }
}


/* About the Company */
.about-col-box-shadow {
	box-shadow: -2px 12px 27px 0px #2B33401A,
			-8px 49px 50px 0px #2B334017,
		    -19px 110px 67px 0px #2B33400D,
			-34px 196px 79px 0px #2B334003,
			-53px 305px 87px 0px #2B334000;
}

.floating-icon .icon-container {
background: linear-gradient(83.31deg, #1C1919 2.62%, #757B82 107.19%);
}
/* Products */

.products-molecule-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(100px, 50%, 500px);
   transform: translate(40%, -72%) rotate(200deg);
  z-index: 1;
}


.products-molecule-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(100px, 67%, 670px);
   transform: translate(-49%, -65%) rotate(-60deg);
  z-index: 1;
}

.featured-column {
    margin-bottom: 70px !important;
    box-shadow:
	  0px 4px 40px 0px rgba(0, 0, 0, 0.05),
	  0px 2px 4px 0px rgba(0, 0, 0, 0.10);
}

@media (max-width: 901px) {
.featured-column {
	margin-bottom: 0 !important;
}
.review-product-btn {
	margin-top: 0 !important;
	}
.reviews-columns .wp-block-column {
	flex-basis: 100% !important
}	
}

/* blog posts */
.posts-home.entry-cols .entry-link {
	background-color: transparent;
}
.posts-home .col-half {
	width: 100%;
}
.posts-home .entry-link {
    display: flex;
    align-items: center;
    gap: 0;
}
.posts-home .entry-thumb-wrap {
    flex: 0 0 80px;
    height: 80px;
    overflow: hidden;
    margin-bottom: 0;
}
.posts-home .entry-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: var(--wp--custom--radius--md);
}
.posts-home .entry-title {
    font-size: 1rem;
    font-weight: 700;
}
.posts-home .entry-text-wrap {
    text-align: left;
	padding: 0 12px 0 12px;
	  flex: 1; 
}
.posts-home .post-cats {
    display: none;
}


.featured-posts-home.entry-cols .col-full .entry-link .entry-thumb-wrap {
	width: 100%;
}
.featured-posts-home .entry-link.post-link {
  position: relative;
  display: block;
  border-radius: 16px;
  min-height: 480px;
}
@media (max-width: 901px) {
.featured-posts-home .tablet-col-half {
		width: 100%;
	}
	.news-updates-cols .wp-block-column {
		flex-basis: 100% !important;
	}
}

.featured-posts-home .entry-thumb-wrap img {
  width: 100%;
}

.featured-posts-home .entry-text-wrap {
  position: absolute;
  bottom: 0;
  width: 100% !important;
  box-sizing: border-box;
  padding: var(--wp--custom--radius--lg);
  background: rgba(238, 242, 247, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.featured-posts-home .entry-title {
  font-size: 26px;
}

.featured-posts-home .entry-excerpt-wrap {
  font-size: 15px;
  line-height: 1.5;
  color: var(--wp--custom--dark--1);
}



/* Case Study */



.case-study-home .cols-spaced > [class*="col"] {
	padding: 10px;
}

.case-study-home .entry-text-wrap.case-study-text-wrap {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.case-study-home .entry-link.case-study-link {
	display: flex;
	flex-direction: column;
	background-color: #FAFBFF;
	border-radius: var(--wp--custom--radius--lg);
	overflow: hidden;
	padding: 24px;
	box-shadow: 0 2px 8px rgba(20, 20, 30, 0.05);
	border: 1px solid var(--wp--custom--light--2);
}

.case-study-home.entry-cols .entry-text-wrap {
	padding: 20px 0 20px 0;
}
.case-study-home.includes-link-text .entry:not(.col-full) .entry-text-wrap {
	padding-bottom: 0;
}
.case-study-home .entry-thumb-wrap.case-study-thumb-wrap {
	margin: 0;
	aspect-ratio: 2 / 1.1;
	overflow: hidden;
}
.case-study-home .entry-thumb.case-study-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: var(--wp--custom--radius--md);
}

.case-study-home .entry-meta-row.case-study-meta-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 12px;
	margin-bottom: 14px;
	min-height: 26px; /* keeps row height consistent even when the badge is empty */
}

.case-study-home .entry-badge.case-study-badge {
	display: inline-flex;
	align-items: center;
	padding: 3px 10px;
	border: 1px solid var(--wp--custom--secondary--main);
	border-radius: var(--wp--custom--radius--lg);
	background-color: #005BAA1A;
}
.case-study-home .entry-badge-icon.case-study-badge-icon {
	width: 12px;
	height: 12px;
	flex-shrink: 0;
	object-fit: contain;
}
.case-study-home .entry-badge-text.case-study-badge-text {
	color: var(--wp--custom--secondary--main);
	font-size: 14px;
	letter-spacing: -2%;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
	flex-shrink: 1;
}
.case-study-home .entry-date.case-study-date {
	font-size: 14px;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 2%;
	margin-left: auto;
	color: var(--wp--custom--dark--3);
}
.case-study-home .entry-title.case-study-title {
	font-size: 20px;
	margin: 0 0 auto 0;
	flex-grow: 1;
}

.case-study-home .entry-bottom-row.case-study-bottom-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.case-study-home .entry-link-text.case-study-link-text {
	font-size: 16px;
	color:  var(--wp--custom--dark--3);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.case-study-home .entry-link.case-study-link:hover .entry-link-text {
	color: var(--wp--custom--dark--1);
}

.case-study-home .entry-download-icon.case-study-download-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 38px;
	border: 1px solid #d8dade;
	border-radius: 8px;
	color: #8a8f98;
	flex-shrink: 0;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.case-study-ajax-wrapper {
	position: relative;
	min-height: 500px; 
}

.case-study-ajax-wrapper .entry-pagination.case-study-pagination {
	display: flex;
	align-items: center;
	gap: 12px;
	position: absolute;
	bottom: -65px;
	left: 0;
}
 
.case-study-ajax-wrapper .pagination-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 54px;
	border: 1px solid var(--wp--custom--dark--1);
	border-radius: 10px;
	color: var(--wp--custom--dark--1);
	text-decoration: none;
	transition: border-color 0.2s ease, background-color 0.2s ease;
	/* font-size: 1px !important; */
}
.case-study-ajax-wrapper .pagination-btn svg {
	width: 18px;
	height: 18px;
}
.case-study-ajax-wrapper .pagination-btn:hover {
	background-color: var(--wp--custom--secondary--main);
	color: white;
}


/* Partner Reviews */
.partner-review-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.partner-review-cols .wp-block-column {
	box-shadow:
   0px 4px 40px 0px #00000008,
   0px 2px 4px 0px #0000001A;
}
@media (max-width: 901px) {
.partner-review-cols .wp-block-column {
	flex-basis: 100% !important;
}
}
	

/* partners button */
.partners-button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--wp--custom--dark--2);
  padding: 4px 28px 4px 8px;
}
.partners-button .wp-block-button__link .fa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 50%;
  background: linear-gradient(58.93deg, black 19.12%, var(--wp--custom--dark--2) 109.3%);
  font-size: 21px;
  padding: 0;
}


/* Events */
.events-home .cols-spaced > [class*="col"] {
	padding: 10px;
}
.events-home .entry-text-wrap.event-text-wrap {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.events-home .entry-link.event-link {
	display: flex;
	flex-direction: column;
	background-color: #FAFBFF;
	border-radius: var(--wp--custom--radius--lg);
	overflow: hidden;
	padding: 24px;
	box-shadow: 0 2px 8px rgba(20, 20, 30, 0.05);
	border: 1px solid var(--wp--custom--light--2);
}
.events-home.entry-cols .entry-text-wrap {
	padding: 20px 0 20px 0;
	color: var(--wp--custom--dark--1);
}
.events-home.includes-link-text .entry:not(.col-full) .entry-text-wrap {
	padding-bottom: 0;
}
.events-home .entry-thumb-wrap.event-thumb-wrap {
	margin: 0;
	aspect-ratio: 2 / 1.1;
	overflow: hidden;
}
.events-home .entry-thumb.event-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: var(--wp--custom--radius--md);
}
.events-home .entry-meta-row.event-meta-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 12px;
	margin-bottom: 14px;
	min-height: 26px; /* keeps row height consistent even when the badge is empty */
}

.events-home .entry-badge.event-badge {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 3px 10px;
	border: 1px solid var(--wp--custom--secondary--main);
	border-radius: var(--wp--custom--radius--lg);
	background-color: color-mix(in srgb, var(--wp--custom--secondary--main) 10%, transparent);
}

.events-home .entry-badge-icon.event-badge-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	flex-shrink: 0;
}
.events-home .entry-badge-icon.event-badge-icon svg {
	width: 100%;
	height: 100%;
}


.events-home .entry-badge-text.event-badge-text {
	color: var(--wp--custom--secondary--main);
	font-size: 14px;
	letter-spacing: -2%;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
	flex-shrink: 1;
}
.events-home .entry-date.event-date {
	font-size: 14px;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 2%;
	margin-left: auto;
	color: var(--wp--custom--dark--1);
}
.events-home .entry-title.event-title {
	font-size: 24px;
	margin: 0 0 13px 0;
	flex-grow: 1;
}
.events-home .entry-bottom-row.event-bottom-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding-top: 20px;
    margin-top: 12px;
    border-top: 1px solid var(--wp--custom--dark--2);
}

.events-home .entry-link-text.event-link-text {
	font-size: 16px;
	color:  var(--wp--custom--dark--3);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.events-home .entry-link.event-link:hover .entry-link-text {
	color: var(--wp--custom--dark--1);
}
.events-home .entry-arrow-icon.event-arrow-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 38px;
	border: 1px solid #d8dade;
	border-radius: 8px;
	color: #8a8f98;
	flex-shrink: 0;
	transition: border-color 0.2s ease, color 0.2s ease;
}
.event-ajax-wrapper {
	position: relative;
	min-height: 500px; 
}
.event-ajax-wrapper .entry-pagination.event-pagination {
	display: flex;
	align-items: center;
	gap: 12px;
	position: absolute;
	bottom: -80px;
	left: 0;
}

.event-ajax-wrapper .pagination-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 54px;
	border: 1px solid var(--wp--custom--dark--1);
	border-radius: 10px;
	color: var(--wp--custom--dark--1);
	text-decoration: none;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}
.event-ajax-wrapper .pagination-btn svg {
	width: 18px;
	height: 18px;
}
.event-ajax-wrapper .pagination-btn:hover {
	background-color: var(--wp--custom--secondary--main);
	color: white;
}


/* Event flter bar */


.event-filter-bar {
    width: 100%;
    max-width: 1024px !important;
}
.event-filter-search {
    position: relative;
    margin-bottom: 14px;
}

.event-filter-search-input {
    width: 100%;
    box-sizing: border-box;
    padding: 16px 52px 16px 22px !important;
    border: none !important;
    border-radius:var(--wp--custom--radius--md) !important;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.06), 0 1px 2px rgba(16, 24, 40, 0.04);
    font-size: 14px;
    letter-spacing: 0.02em;
    outline: none;
    transition: box-shadow 0.2s ease;
}

.event-filter-search-input::placeholder {
    color: var(--wp--custom--dark--3);
    text-transform: uppercase;
    font-size: 12px;
}
.event-filter-search-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--wp--custom--dark--3);
    display: flex;
    align-items: center;
}
.event-filter-pills {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 2px;
    justify-content: center;
}

.event-filter-pills::-webkit-scrollbar {
    display: none;
}

.event-filter-pill {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 27px;
    border: none;
    border-radius: 999px;
    background: var(--wp--custom--accent--3);
    color: var(--wp--custom--dark--1);
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease, transform 0.12s ease;
}

.event-filter-pill:hover {
    background: var(--wp--custom--secondary--main);
	color: white;
}

.event-filter-pill:active {
    transform: scale(0.97);
}

.event-filter-pill.is-active {
    background: var(--wp--custom--secondary--main);
    color: #ffffff;
}

.event-filter-pill.is-active:hover {
      background: var(--wp--custom--secondary--main);
}

.event-filter-pill-icon {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}


@media (max-width: 640px) {
    .event-filter-search-input {
        padding: 14px 46px 14px 18px;
        font-size: 13px;
    }

    .event-filter-pill {
        padding: 9px 16px;
        font-size: 12px;
    }
}



/* Progress track */
.entry-pagination-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 32px;
}
.entry-pagination-track {
    position: relative;
    width: 100%;
    height: 4px;
    border-radius: 999px;
    background: #e2e4e9;
    overflow: hidden;
}
.entry-pagination-progress {
    position: absolute;
    top: 0;
    height: 100%;
    border-radius: 999px;
    background: var(--wp--custom--dark--3);
    transition: left 0.3s ease, width 0.3s ease;
}


/* Events list */
.event-list-col {
	 background: linear-gradient(210deg, var(--wp--custom--secondary--main), var(--wp--custom--secondary--light));
	 border-radius: var(--wp--custom--radius--lg);
	 padding: var(--wp--custom--spacer--sm);
}
.entry-list.event-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.entry-list.event-list li {
    margin-left: 0;
}


.entry-list.event-list .entry-link {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
	  margin-top: 20px;
    text-decoration: none;
    color: #fff;
	transition: all 150ms ease-in-out;
}
.event-list .entry-link:hover { 
    color: var(--wp--custom--secondary--main);
	border-color: var(--wp--custom--secondary--dark);
	background-color: white;
	border-radius: var(--wp--custom--radius--md);
}
.entry-link:hover .entry-info .entry-date {
    color: var(--wp--custom--secondary--dark);
}


.entry-date-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--wp--custom--secondary--main);
    border-radius: 8px;
    width: 95px;
    height: 88px;
    flex-shrink: 0;
    line-height: 1;
}

.entry-date-badge .badge-month {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--wp--custom--dark--1);
}

.entry-date-badge .badge-day {
    font-size: 32px;
    font-weight: 700;
}

.entry-info {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.entry-info .entry-title {
    font-weight: 700;
    font-size: 18px;
}

.entry-info .entry-date {
    font-size: 12px;
    color: var(--wp--custom--light--2);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* Partner with us */

.home-partner-inner {
	 background: linear-gradient(210deg, var(--wp--custom--secondary--main), var(--wp--custom--secondary--light));
	 border-radius: var(--wp--custom--radius--lg);
	 padding: var(--wp--custom--spacer--xxl) var(--wp--custom--spacer--xl) ; 
	 box-shadow:
  0px 21.86px 48.87px 0px #005BAA1A,
  0px 67.46px 87.46px 0px #005BAA17,
  0px 100.07px 118.33px 0px #005BAA0D,
  0px 352.41px 140.19px 0px #005BAA03,
  0px 550.48px 154.34px 0px #005BAA00;
}

@media (max-width: 1200px) {
.home-partner-inner {
	 padding: var(--wp--custom--spacer--md);
	}
}




.white-check-sub li {
  display: inline-flex;      
  align-items: center;  
  gap: 5px;                   
  padding: 3px 8px 3px 8px;         
  border: 1px solid color-mix(in srgb, var(--wp--custom--light--2) 30%, transparent);
  background-color: color-mix(in srgb, var(--wp--custom--dark--1) 30%, transparent);
  border-radius: var(--wp--custom--radius--xl);
  color: #fff;
  font-size: 12px;
  margin-left: 0;
}
.white-check-sub li::before {
    content: '';
    width: 16px; 
    height: 16px;
    background-image: url('/wp-content/uploads/white-check.svg');
   background-repeat: no-repeat;
}




.home-partner-banner {
  position: relative !important;
  overflow: visible;
}

.home-partner-dots-graphic {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(100px, 55vw, 550px);
  transform: translate(120%, 20%) rotate(0deg);
  transform-origin: bottom right;
  z-index: 1;
}
@media (max-width:1200px) {
.home-partner-dots-graphic {
  width: clamp(100px, 45vw, 450px);
  transform: translate(90%, 0%) rotate(0deg);
  z-index: 1;
}
}


.home-partner-vial-top {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(100px, 22vw, 350px);
  transform: translate(0%, -50%) rotate(-5deg);
  transform-origin: top left;
  z-index: 3;
}

.home-partner-vial-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(100px, 40vw, 650px);
  transform: translate(25%, 25%) rotate(0deg);
  transform-origin: bottom right;
  z-index: 2;
}

@media (max-width:1200px) {
  .home-partner-vial-top {
    width: clamp(10px, 20vw, 150px);
	   transform: translate(-55%, -50%) rotate(0deg);
  }
  .home-partner-vial-bottom {
    width: clamp(50px, 50vw, 250px);
	   transform: translate(55%, 10%) rotate(0deg);
  }
}


.home-partner-molecule-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(100px, 450%, 450px);
  transform: translate(30%, -47%);
  transform-origin: top right;
  z-index: -1;
}

.home-partner-molecule-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(100px, 60%, 600px);
  transform: translate(-33%, 2%);
  transform-origin: bottom left;
  z-index: -1;
}

@media (max-width: 768px) {
  .home-partner-vial-top,
  .home-partner-vial-bottom {
    display: none;
  }
}

/* Newsletter */
#gform_wrapper_3 #gform_3 {
    max-width: 500px;
    margin: 0 auto;
    border-radius: var(--wp--custom--radius--md);
    padding: 6px 12px 6px 44px;
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid var(--wp--custom--light--2);
    box-shadow: 0px 2px 4px 0px #0000001A;
}


#gform_wrapper_3 #gform_3::before {
    content: "@";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--wp--custom--dark--3);
    z-index: 2;
}

#gform_wrapper_3 .gform_body {
    flex: 1 1 auto;
}

#gform_wrapper_3 input#input_3_1 {
    border: none !important;
    outline: none !important;
	background: transparent;
}


#gform_wrapper_3 .gform_footer {
    padding: 0;
    gap: 14px;
}


#gform_wrapper_3 .gform-footer::before {
   content: "";
   width: 2px;
   background: color-mix(in srgb, var(--wp--custom--dark--2) 40%, transparent);
}


#gform_wrapper_3 #gform_submit_button_3.gform_button {
    -webkit-appearance: none ;
    background-color: transparent;
	 background-repeat: no-repeat ;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a3a8b0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m22 2-7 20-4-9-9-4Z'/%3E%3Cpath d='M22 2 11 13'/%3E%3C/svg%3E") !important;
    border: none;
    box-shadow: none ;
    font-size: 0;
    min-width: 24px ;
    min-height: 24px ;
    cursor: pointer ;
    margin: 0 10px 0 0 ;
}

#gform_wrapper_3 #gform_submit_button_3.gform_button:hover {
    filter: brightness(0.5);
}


/*** HEPALINK USA EDITS ***/

/*Partners */
.partner-cols .cols-spaced > [class*="col"] {
	padding: 10px;
}

.partner-cols .partner-logo-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 140px;
	padding: 5px;
	background-color: white;
	border: 1px solid #005BAA33;
	border-radius: 14px;
	box-sizing: border-box;
	transition: all 300ms ease-in-out;
    box-shadow:
  -1.47px 8.82px 19.85px 0px rgba(43, 51, 64, 0.10),
  -5.88px 36.03px 36.76px 0px rgba(43, 51, 64, 0.09),
  -13.97px 80.88px 49.26px 0px rgba(43, 51, 64, 0.05),
  -25px 144.12px 58.09px 0px rgba(43, 51, 64, 0.01),
  -38.97px 224.26px 63.97px 0px rgba(43, 51, 64, 0);
}

.partner-cols .partner-logo-wrap:hover {
transform: translateY(-3px);
 background-color: white !important;
 box-shadow:
  -1.47px 8.82px 19.85px 0px rgba(43, 51, 64, 0.10),
  -5.88px 36.03px 36.76px 0px rgba(43, 51, 64, 0.09),
  -13.97px 80.88px 49.26px 0px rgba(43, 51, 64, 0.05),
  -25px 144.12px 58.09px 0px rgba(43, 51, 64, 0.01),
  -38.97px 224.26px 63.97px 0px rgba(43, 51, 64, 0);
}

.partner-cols .partner-logo {
	max-height: 130px;
	width: auto;
	object-fit: contain;
}

@media (max-width: 600px) {
	.partner-cols .partner-logo-wrap {
		height: 110px;
		padding: 20px;
	}
	.partner-cols .partner-logo {
		max-height: 50px;
	}
}


/* Location */
@media (max-width: 900px) {
.world-map  {
	margin: 0 !important;
}
}





/* MEDICAL INQUIRY */

.inquiry-form-icon .icon-container  {
	background: linear-gradient(83.31deg, #1C1919 2.62%, #757B82 107.19%);
	  box-shadow:
  -2px 1px 5px 0px #0000001A,
  -8px 6px 10px 0px #00000017,
  -17px 13px 13px 0px #0000000D,
  -31px 23px 15px 0px #00000003,
  -48px 36px 17px 0px #00000000;
}

/* GRAVITY FORM STYLING */
.gfield input[type="text"],
.gfield input[type="email"],
.gfield input[type="tel"],
.gfield input[type="date"],
.gfield input[type="number"],
.gfield select,
.gfield textarea {
  border: none !important;
  border-bottom: 1px solid var(--wp--custom--secondary--light) !important;
  box-shadow: none;
  font-style: italic;
}

.gfield textarea {
  min-height: 90px;
  height: 90px;
}
.gfield input:focus,
.gfield textarea:focus {
  outline: none !important;
}
.gfield input::placeholder,
.gfield textarea::placeholder {
  color: var(--wp--custom--dark--2);
  font-style: italic;
}
.gfield:not(#gform_wrapper_3 .gfield)  {
  margin-bottom: -20px !important;
	
}

.gform_footer {
  justify-content: flex-end;
}

.gfield--type-html h3 {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--wp--custom--accent--3);
  margin-bottom: 16px;
  color: var(--wp--custom--secondary--main);
  font-size: 26px;
}
.gform_button.button:not(#gform_wrapper_3 #gform_submit_button_3.gform_button.button) {
  margin-top: 25px !important;
  min-height: 45px !important;
  font-size: 16px !important;
  color: var(--wp--custom--dark--1) !important;
  font-weight: 700 !important;
  background: #ffffff !important;
  border: 2px solid var(--wp--custom--dark--2) !important;
  border-radius: 999px !important;
  padding: 12px 15px 12px 50px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='16' fill='%230f172a'/%3E%3Cpath d='M11 21L21 11M21 11H13.5M21 11V18.5' stroke='%2322c55e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: 8px center !important;
  background-size: 36px 36px !important;
}
.gform_button.button:hover {
  border-color: var(--wp--custom--dark--2);
}

.overlap-panel-wrap {
    z-index: 1;  
}

 .info-panel {
	 z-index: 1;
 }

@media (min-width: 901px) {
.form-panel {
  box-shadow: 4px 4px 20px 0px #0000001A;
	margin-left: -18px !important;
	padding-left: 45px !important;
}
}

.hepalink-molecule-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: clamp(100px, 650%, 650px);
  transform: translate(-35%, 25%) rotate(0deg);
  transform-origin: bottom right;
  z-index: -1;
}

.hepalink-molecule-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: clamp(100px, 750%, 750px);
  transform: translate(67%, -29%) rotate(0deg);
  transform-origin: bottom right;
  z-index: -1;
}

@media (max-width: 640px) {
  .hepalink-molecule-1,
  .hepalink-molecule-2 {
    display: none;
  }
}


/* PRODUCT LISTING */
.product-category-tabs {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 12px;
  border-bottom: 3px solid var(--wp--custom--secondary--main);
}

.product-category-tab {
  border: none;
  background-color: var(--wp--custom--accent--3);
  color: var(--wp--custom--dark--1);
  font-size: 1.125rem;
  font-weight: 600;
  padding: 18px 40px;
  border-radius: 16px 16px 0 0;
  transition: all 0.2s ease;
  line-height: 1.2;
}

.product-category-tab:hover:not(.is-active) {
  background-color: var(--wp--custom--secondary--main);
  color: white;
}
.product-category-tab.is-active,
.product-category-tab[aria-pressed="true"] {
  background-color: var(--wp--custom--secondary--main);
  color: white;
  box-shadow: 0 4px 12px rgba(0, 91, 181, 0.25);
}
.product-attribute-filters {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  padding: 36px 0;
  border-bottom: 2px solid var(--wp--custom--light--2);
  flex-wrap: wrap;
}
.product-attribute-reset {
  appearance: none;
  border: none;
  background-color: var(--wp--custom--accent--3);
  padding: 8px 16px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 33px;
  transition: all 0.2s ease;
}

.product-attribute-reset:hover {
  background-color: var(--wp--custom--secondary--main);
  color: white;
}
.product-attribute-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-attribute-label {
  font-weight: 700;
}

.product-attribute-pills {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.product-attribute-pill {
  border: none;
  background-color: var(--wp--custom--accent--3);
  padding: 8px 16px;
  border-radius: 50px;
  transition: all 0.2s ease;
  line-height: 1;
}

.product-attribute-pill:hover {
  background-color: var(--wp--custom--secondary--main);
  color: white;
}

.product-attribute-pill.is-active,
.product-attribute-pill[aria-pressed="true"] {
background-color: var(--wp--custom--secondary--main);
  color: white;
}




/* PRODUCT CATALOG */
.products-ajax-results .cols {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px;
}

@media (max-width: 1024px) {
  .products-ajax-results .cols {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .products-ajax-results .cols {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 576px) {
  .products-ajax-results .cols {
    grid-template-columns: 1fr !important;
  }
}
.products-ajax-results .col-fourth {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

article.entry.product {
  background-color: var(--product-card-bg);
  border-radius: 20px;
  border: 2px solid #8080801c;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
  padding: 16px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

/* Clickable behavior and pointer cursor disabled */
.entry-link.product-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  pointer-events: none; 
  cursor: default;
  box-shadow: none !important;
}

.entry-thumb-wrap.product-thumb-wrap {
  background-color: transparent;
  border-radius: var(--wp--custom--radius--lg); 
  overflow: hidden;
  width: 100%;
  display: block;
  line-height: 0;
  box-sizing: border-box;
}

.entry-thumb.product-thumb {
  aspect-ratio: auto;
}

.entry-sku.product-sku {
  width: fit-content;
  background: var(--wp--custom--accent--3);
  color: var(--wp--custom--dark--1);
  font-size: 13px;
  font-weight: 500;
  border: 1px solid var(--wp--custom--dark--2);
  padding: 3px 9px;
  border-radius: 50px;
  margin: 12px 0 12px 0;
}

.entry-title.product-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--wp--custom--secondary--main);
  margin: 0 !important;
}

.entry-attributes.product-attributes {
  font-weight: 700;
  margin: 0 0 15px 0;
  display: flex;
  gap: 6px;
}

.entry-excerpt-wrap.product-excerpt-wrap {
  display: none !important;
}

.entry-text-wrap p.wp-block-paragraph {
  margin: 0;
  line-height: 1.35;
}



/* PARTNERS BUTTON */
.connect-btn .wp-block-button__link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--wp--custom--dark--2);
	padding: 17px
}
.connect-btn .wp-block-button__link .fa {
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	min-width: 45px;
	border-radius: 50%;
	background: linear-gradient(58.93deg, black 19.12%, var(--wp--custom--dark--2) 109.3%);
	font-size: 21px;
	padding: 0;
}
.unavailable {
  opacity: 0.5;  
}


/* Catalog */
.catalog .wp-block-image img {
    width: 100%;    
    height: 350px;   
    object-fit: contain;   
}

.catalog-molecule-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(100px, 50%, 500px);
   transform: translate(25%, -60%) rotate(210deg);
  z-index: 1;
}
.catalog-molecule-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(100px, 67%, 670px);
   transform: translate(-30%, -45%) rotate(-60deg);
  z-index: 1;
}

/* CAREERS PAGE */

.career-accordion-item {
	border: 1px solid #fff;
	padding-bottom: 40px; 
}

.career-accordion-header {
	background:  var(--wp--custom--secondary--main);
	color: #fff;
	padding: 25px 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	cursor: pointer;
}
.career-accordion-header::-webkit-details-marker {
	display: none;
}
.career-accordion-header::marker {
	content: '';
}
.career-accordion-icon {
	position: relative;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
.career-accordion-icon::before,
.career-accordion-icon::after {
	content: '';
	position: absolute;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.career-accordion-icon::before {
	width: 100%;
	height: 2px;
}
.career-accordion-icon::after {
	width: 2px;
	height: 100%;
	transition: transform 0.2s ease;
}

.career-accordion-wrap details summary::after {
	content: none !important;
}

.career-accordion-item[open] .career-accordion-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
	opacity: 0;
}
.career-accordion-panel {
	padding: 35px;
	background: var(--wp--custom--accent--3);
	border-radius: 0 0 24px 24px;
	box-shadow: 
	-10px 8px 28px 0px rgba(0, 0, 0, 0.10),
	-90px 12px 68px 0px rgba(0, 0, 0, 0.05);
}

/* POPUP MAKER */
.pum-container {
	background-color: white !important;
		padding: 3rem 2rem !important;
}
.pum-overlay{
    background-color: color-mix(in srgb, var(--wp--custom--dark--1) 80%, transparent);
}
.pum-content .gform_title {
	  color: var(--wp--custom--secondary--main);
  font-size: 26px;
	margin-bottom: 30px;
	text-align: center;
}
.pum-close.popmake-close:hover{
 background-color: var(--wp--custom--secondary--light) !important;
}
.pum-close.popmake-close{
    padding: 15px 25px 15px 25px !important;
    font-size: 28px !important;
    background-color: var(--wp--custom--secondary--main) !important;
    color: #fff !important;
}


/* LOCATION */
.optik-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 auto;
}

.optik-content {
    flex: 1 1 420px;
    max-width: 600px;
    padding-right: 5px;
    box-sizing: border-box;
}
.optik-viewing-label {
	font-size: 13px;
	color: var(--wp--custom--dark--2);
}

/* Active Viewing Bar */
.optik-now-viewing-container {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
}

.optik-active-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(83.31deg, #1C1919 2.62%, #757B82 107.19%);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    box-shadow: 0 8px 20px rgba(36, 44, 61, 0.25);
    transition: all 0.3s ease;
}

.optik-active-pill svg {
    width: 16px;
    height: 16px;
    stroke: var(--wp--custom--primary--main);
}
.optik-buttons-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.optik-btn {
    background: var(--wp--custom--light--3);
    border: 1px solid #edf2f7;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
    transition: all 0.25s ease;
    user-select: none;
}

.optik-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.optik-btn.active {
    border-color: var(--wp--custom--dark--2);
    background: var(--wp--custom--accent--1);

    color: var(--wp--custom--dark--1);
    font-weight: 700;
}

.optik-map-container {
    flex: 1 1 500px;
    position: relative;
    max-width: 819px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.optik-marker {
    position: absolute;
    width: 36px;
    height: 36px;
    background: var(--wp--custom--primary--main);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 0 0 12px rgb(64 192 87 / 0%), 0 0 35px 12px rgb(64 192 87 / 41%);
    transform: translate(-50%, -50%);
    transition: left 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), top 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 10;
}

.optik-marker svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

@media (max-width: 900px) {
    .optik-wrapper {
        flex-direction: column;
    }
    .optik-content {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: -100px;
    }
    .optik-title {
        font-size: 32px;
    }
}