:root {
  --primary-color: #211551;
  --header-color-1: #293845;
  --text-color-1: #374551;
  --accent-color: #50A684;
  --background-light: #f2f2f2;
}

body {
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  color: var(--text-color);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header {
  position: relative;
  background-image: url('https://20705740.fs1.hubspotusercontent-na1.net/hubfs/20705740/bg-hero-product-03.jpg');
  background-size: cover;
  background-position: center;
  /* Align the image at the bottom */
  padding: 3rem;
  color: white;
  width: 100%;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  min-height: 170px;
  /* Centering with Flexbox */
  display: flex;
  flex-direction: column;
  /* Stack items vertically */
  justify-content: center;
  /* Align items vertically in the center */
  align-items: left;
  /* Align items horizontally in the center */
}

.header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
}

.header h2,
.header h3 {
  position: relative;
  z-index: 2;
  font-family: 'Poppins', sans-serif;
  color: white;
}

.header .hero-content {
  position: relative;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.header .hero-content .cols {
  width: auto;
  padding: 0px 15px;
}

.header h2 {
  font-size: 1.55rem;
}

.header h3 {
  font-size: 0.95rem;
  margin-bottom: 0;
}

.containerwrapper {
  position: relative;
  padding: 60px 0px;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  ;
}

.product-intro {
  border: 2px solid var(--primary-color);
  border-radius: 0;
  padding: 1rem;
  background-color: white;
  transition: transform 0.2s, box-shadow 0.3s;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.product-intro h3 {
  font-size: 0.9rem;
}

.product-intro h4 {
  font-size: 0.9rem;
  color: #211551;
}

.product-showcase {
  margin-bottom: 0;
  /* Adjust as needed */
  padding-bottom: 0;
  /* Adjust as needed */
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
  background-color: white;
  padding: 1rem;
  border-radius: 0;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.product-grid {
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.product-grid h4 {
  color: #50A684;
  text-align: right;
  margin-bottom: 0
}

.product-card {
  text-align: center;
  border: 2px solid #d3d3d3;
  /* Light gray border */
  border-radius: 8px;
  /* Rounded edges */
  border-radius: 1;
  padding: 0.5rem;
  background-color: white;
  transition: transform 0.2s, box-shadow 0.3s;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  width: 610px;
  max-width: 100%;
  margin: 0 auto 30px;
}

.product-card:hover {
  transform: scale(1.03);
  /* Slightly enlarges the card */
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  /* Enhances shadow on hover */
}

.product-card h3 {
  font-size: 1.1rem;
  margin-top: 0rem;
  margin-bottom: 0.1rem;
  line-height: 1.2;
  color: #211551;
}

.product-card h6 {
  font-size: 0.7rem;
  margin-bottom: 0.1rem;
  color: #211551;
}

.product-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-card li {
  color: #211551;
  margin-bottom: 0rem;
  font-size: 0.6rem;
}

.product-label {
  font-size: 0.6rem;
  color: #50A684;
  margin-bottom: 0rem;
  display: block;
}

.product-label h3 {
  font-size: 0.6rem;
  color: #50A684;
  margin-bottom: 0rem;/ display: block;
}

.product-card .button {
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}

.product-image-container {
  text-align: center;
  width: 40%;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.product-image-container h5 {
  font-size: 1rem;
  color: #211551;
  margin-bottom: 1rem;
  text-align: left;
}

.product-image {
  max-width: 100%;
  height: auto;
  border-radius: 0;
  object-fit: contain;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.product-image-text-above,
.product-image-text-below {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  background-color: white;
  border-radius: 0;
  text-align: left;
  margin-bottom: 0.5rem;
  color: #211551;
  font-size: 1rem;
}

.product-image-text-above p {
  font-size: 0.8rem;
}

.product-image-text-below p {
  font-size: 0.8rem;
}

.product-image-text-below h5 {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.product-image-text-below h6 {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.product-image-text-below {
  margin-top: 1rem;
}

.cta-section {
  position: relative;
  padding: 1rem;
  width: 100%;
  background-image: url('https://20705740.fs1.hubspotusercontent-na1.net/hubfs/20705740/AssayQuant-Banner-Website.jpg');
  background-size: cover;
  background-position: center;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  text-align: center;
  margin-top: 1rem;
  border-radius: 0;
  margin-bottom: 0.5rem;
}

.cta-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
}

.cta-section h2 {
  position: relative;
  z-index: 2;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  color: white;
}

.button-2,
.hero-content .hs-button, #DPMSection1 .hs-button {
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 0.8rem 1.5rem;
  background-color: #50A684;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  border-color: #50A684;
  text-shadow: none;
  /*box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);*/
  /*transition: transform 0.2s, box-shadow 0.2s;*/
}

.hero-content .hs-button:hover, #DPMSection1 .hs-button:hover {
  text-decoration: underline;
}

.button:hover {
  transform: scale(1.05);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .product-showcase {
    flex-direction: column;
  }

  .product-grid,
  .product-image-container {
    width: 100%;
  }
}

.resources-content-container {
  margin-bottom: 0;
  /* Adjust as needed */
  padding-bottom: 0;
  /* Adjust as needed */
  width: 100%;
  max-width: 1400px;
  padding: 2rem;
  margin: 0 auto;
}

.reosurces-content {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  display: flex;
  background-color: white;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: max-height 0.5s ease-out, opacity 0.3s ease;
}

.product-number {
  display: block;
  /* Ensures it appears on a new line */
  font-size: 0.7em;
  /* Adjusts the font size */
  color: #666;
  /* Optional: Change color to a lighter shade for subtlety */
  margin-top: 0;
  /* Optional: Adds space above the product number */
  margin-bottom: 0.25rem;
}

/* Container for the buttons */
.buy-buttons-container {
  display: flex;
  flex-wrap: wrap;
  /* Allows wrapping to the next row if there's not enough space */
  gap: 5px;
  /* Adjusts the spacing between buttons */
  padding: 5px;
  /* Adds some padding around the container */
  margin-left: 0;
}

.buy-buttons-container-2 {
  padding: 5px;
  /* Adds some padding around the container */
  background-color: #f2f2f2;
  color: #211551;
  text-decoration: none;
  border-radius: 8px;
  /* Slightly larger radius for a modern look */
  border: 2px solid #C5C7C9;
  /* Makes the border more prominent */
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  /* Subtle shadow */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  flex: 1 1 calc(% - 1rem);
  /* Adjusts button size dynamically */
  width: 280px;
  /* Optional: Cap the max width */
  max-width: 100%;
  text-align: center;
  /* Center text inside the button */
}

.btn-download:hover {
  background-color: var(--primary-hover-color, #50A684);
}

.divider {
  width: 100%;
  height: 4px;
  background: #847F99;
  margin: rem 0;
}

.tabs-container {
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #f1f4f9;
}

.tabs-menu {
  display: flex;
  background: #847F99;
  border-bottom: 1px solid #ddd;
}

.tabs-menu button {
  flex: 1;
  padding: 10px 15px;
  background: none;
  border: none;
  border-right: 1px solid #ddd;
  cursor: pointer;
  font-size: 16px;
}

.tabs-menu button:last-child {
  border-right: none;
}

.tabs-menu button.active {
  background: #211551;
  color: white;
  font-weight: bold;
}

.tab-content {
  display: none;
  padding: 20px;
}

.tab-content.active {
  display: block;
}

#resources img {
  width: 80%;
  /* Ensures all images are responsive */
  height: auto;
  /* Maintains aspect ratio */
  border-radius: 4px;
  /* Adds a slight corner rounding */
  margin: 10px 0;
  /* Adds spacing around images */
  border: 1px solid #ddd;
  /* Optional: adds a subtle border for better definition */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Adds a soft shadow for a polished look */
}

#overview img {
  width: 80%;
  /* Ensures all images are responsive */
  height: auto;
  /* Maintains aspect ratio */
  border-radius: 4px;
  /* Adds a slight corner rounding */
  margin: 10px 0;
  /* Adds spacing around images */
  border: 1px solid #ddd;
  /* Optional: adds a subtle border for better definition */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Adds a soft shadow for a polished look */
}

#resources .btn-download {
  font-family: 'Poppins', sans-serif;
  align-content: center;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 12px;
  color: #fff;
  background-color: #50A684;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.2s;
}

#resources .btn-download:hover {
  background-color: var(--primary-hover-color, #50A684);
}

#protocols .btn-download {
  font-family: 'Poppins', sans-serif;
  align-content: center;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 12px;
  color: #fff;
  background-color: #50A684;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.2s;
}

#protocols .btn-download:hover {
  background-color: var(--primary-hover-color, #50A684);
}

table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #211551;
  /* Matches AQT's color palette */
  margin: 20px 0;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  /* Aligns with card-style design */
  background-color: #fff;
  /* Matches other container backgrounds */
  border-radius: 8px;
  /* Adds rounded corners */
  overflow: hidden;
  /* Ensures the table fits nicely into its box */
}

th,
td {
  border: 1px solid #ddd;
  padding: 16px;
  /* Larger padding for comfortable reading */
  text-align: left;
  /* Consistent with text readability */
}

th {
  background-color: #ffffff;
  /* White background for header row */
  color: #211551;
  /* Brand text color for contrast */
  text-transform: uppercase;
  /* Optional: Keeps header text uppercase */
  letter-spacing: 0.05em;
  /* Adds a polished look */
  font-weight: 600;
  /* Bolder text for headers */
  border-bottom: 2px solid #ddd;
  /* Adds a subtle bottom border */
  padding: 16px;
  /* Ensures consistent padding */
}

td {
  background-color: #f9f9f9;
  /* Light background for rows */
}

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

.flex-content-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}

.flex-button-wrapper-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.cols {
  padding: 0px 15px;
  width: 100%;
}

.resources-listing-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.resources-listing-1 .rss-entry {
  width: 33.3333%;
  padding: 0px 15px;
  margin-bottom: 30px;
}

.resources-listing-1 .rss-entry .boxed {
  position: relative;
  border: 2px solid #788896;
  padding: 25px 25px 95px;
  height: 100%;
}

.resources-listing-1 .rss-entry .img-wrapper {
  position: relative;
  height: 180px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.resources-listing-1 .rss-entry .img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.resources-listing-1 .rss-entry .content-wrapper h3 {
  text-align: center !important;
  font-size: 18px !important;
  margin-bottom: 10px !important;
}

.resources-listing-1 .rss-entry .content-wrapper p,
.resources-listing-1 .rss-entry .content-wrapper ul li {
  font-size: 15px !important;
  color: var(--text-color-1) !important;
}

.resources-listing-1 .rss-entry .content-wrapper p,
.resources-listing-1 .rss-entry .content-wrapper ul {
  margin-bottom: 15px !important;
}

.resources-listing-1 .rss-entry .content-wrapper> :last-child {
  margin-bottom: 0px !important;
}

.resources-listing-1 .rss-entry .btn-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 25px;
  text-align: center;
}

.shopify-buy__product__title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: normal !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
  color: #4a4a4a !important;
  margin-bottom: 15px !important;
}

.shopify-buy__btn {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #48A9C5;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0 !important;
  margin: 20px auto 0;
  color: #fff;
  letter-spacing: .3px;
  cursor: pointer;
  transition: background 200ms ease;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100px;
  max-width: 100%;
}

.tab-title-1 {
  margin-bottom: 5px !important;
}

.tab-subtitle-1 {
  padding-left: 30px !important;
}

#DPMSection1 .cols {
  width: 50%;
}

#DPMSection1 h1 {
  color: var(--header-color-1);
  font-weight: 400;
  line-height: 1.2;
  font-size: 50px;
  font-family: "Inter", sans-serif;
}

#DPMSection2 {
  padding: 50px 0px;
  border-top: 2px solid #788896;
}

#DPMSection2 p,
#DPMSection4 p {
  color: var(--text-color-1);
  font-weight: 500;
  font-size: 18px;
}

#DPMSection3 {
  border-top: 2px solid #788896;
  border-bottom: 2px solid #788896;
}

#DPMSection4 h3 {
  color: var(--header-color-1);
  font-size: 28px;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
}

#DPMSection5 {
  background-color: #F1F4F9;
}

#DPMSection5 .flex-content-1 {
  align-items: flex-start;
}

#DPMSection5 .cols {
  width: 50%;
}

#DPMSection5 .col1 h3 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

#DPMSection5 .col1 p {
  color: #211551;
  font-weight: 500;
  font-size: 16px;
}

#DPMSection5 .col2 .legal-consent-container .hs-form-booleancheckbox-display input {
  margin-top: 4px;
}

@media screen and (max-width: 991px) {
  .text-center-991 {
    text-align: center !important;
  }

  .header .hero-content .cols,
  #DPMSection1 .cols,
  #DPMSection5 .cols {
    width: 100% !important;
  }

  .header .hero-content .col1,
  #DPMSection1 .col1,
  #DPMSection5 .col1 {
    margin-bottom: 30px !important;
  }

  .resources-listing-1 .rss-entry {
    width: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .resources-listing-1 .rss-entry {
    width: 100% !important;
  }
}


NEW




/* === PRODUCT TABS + CARDS UPGRADE === */

/* Tabs container */
.tabs-container {
  background: #fafbfc;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  padding: 0;
}

/* Tabs menu */
.tabs-menu {
  display: flex;
  justify-content: space-between;
  background: #f8f8fb;
  border-bottom: 1px solid #ddd;
}

.tabs-menu button {
  flex: 1;
  padding: 12px 20px;
  background: transparent;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #211551;
  cursor: pointer;
  transition: all 0.2s ease;
}

.tabs-menu button:hover {
  background: rgba(80,166,132,0.1);
}

.tabs-menu button.active {
  background: #211551;
  color: #fff;
  border-bottom: 3px solid #50A684;
}

/* Tab content area */
.tab-content {
  padding: 2rem;
  background: #fff;
  border-top: none;
}

/* Section intro text */
.tab-title-1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #211551;
  margin-bottom: 0.5rem;
}

.tab-subtitle-1 {
  font-size: 0.95rem;
  color: #4a4a4a;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* Product cards */
.product-card {
  text-align: left;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  padding: 1.5rem;
  margin: 0 auto 1.5rem;
  max-width: 680px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  transition: all 0.25s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}

.product-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #211551;
  margin-bottom: 0.4rem;
}

.product-card p {
  font-size: 0.9rem;
  color: #444;
  margin-bottom: 0.8rem;
}

.buy-buttons-container {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}

/* Active variant button */
.buy-buttons-container button.active,
.buy-buttons-container button:focus {
  background-color: #50A684;
  color: white;
  border-color: #50A684;
}

/* Request Quote button */
.product-card .button,
.product-card .hs-button {
  display: inline-block;
  background-color: #211551;
  color: #fff !important;
  font-weight: 600;
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
  font-family: 'Poppins', sans-serif;
  transition: background-color 0.2s ease, transform 0.2s ease;
  text-decoration: none;
  margin-top: 0.75rem;
}

.product-card .button:hover {
  background-color: #50A684;
  transform: scale(1.04);
}

/* Price styling */
.product-card .variant-price {
  font-weight: 600;
  color: #211551;
  font-size: 1rem;
}



/* Split-column layout for tabs */
.tab-section {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 3rem;
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  margin: 1rem 0;
}

/* Left text column */
.tab-description {
  flex: 1 1 35%;
  min-width: 300px;
}

/* Right product column */
.tab-products {
  flex: 1 1 65%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Reduce outer gray space */
.tabs-container {
  background: #f9fafb;
  border: none;
  box-shadow: none;
  padding: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .tab-section {
    flex-direction: column;
    gap: 2rem;
  }
  .tab-products {
    width: 100%;
  }
}

/* Align variant buttons and price on same row */
.variant-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.variant-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.variant-label {
  font-weight: 600;
  color: #211551;
  margin-right: 0.5rem;
}

.price-display-inline {
  font-weight: 500;
  color: #211551;
  min-width: 120px;
  text-align: right;
}

/* Keep buttons compact */
.variant-btn {
  padding: 4px 10px;
  border-radius: 5px;
  border: 1.5px solid #50A684;
  background: #fff;
  color: #211551;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.variant-btn.active,
.variant-btn:hover {
  background: #50A684;
  color: #fff;
}