<!-- START -->

    #feature-pills,
    #oligos-detailed-list{ 
        background-color: #E9F7FE;
    }

    .feature-pills-section .container {
        margin-top: -60px;      
    }
    .feature-pill {
        width: 369px;
        height: 273px;
        border-radius: 50px;
        padding: 28px;
        display: flex;
        flex-direction: column;     /* stack vertically */
        align-items: center;
        justify-content: space-between; /* space top–middle–bottom */
        text-align: center;
        box-shadow: 0 10px 24px rgba(0,0,0,0.08);
        color: #fff;
       
    }
    .feature-pill h5 {
        margin: 0;
        line-height: 1.3;
    }
    .icon-top {
        font-size: 2.5rem;
    }
    .icon-bottom {
        font-size: 1.5rem;
    }
    .feature-pill--green { background: #8BCC8C; }
    .feature-pill--blue  { background: #60AAD8; }

    @media (max-width: 992px) {
        .feature-pill { width: min(100%, 369px); height: auto; }
    }


    #content-wrapper section {
        display: flex;
        align-items: center;    
    }
    #content-wrapper h2 {
        font-size:50px;  
    }


    #oligo-overview,
    #cta-looking-more,
    #oligo-screening {
        padding: 80px 0 !important;
    }
    #areas-we-serve,
    #what-we-offer{
        padding: 100px 0 !important;
    }
    @media (max-width: 787px) {
       #areas-we-serve,
       #what-we-offer{
        padding: 20px 0 !important;
      }
    }


    #areas-we-serve h3,
    #what-we-offer h3{
        font-weight: 700;
        font-style: Bold;
        font-size: 50px;
        line-height: 100%;
        letter-spacing: -0.05em; 
        color:#0B347C;
    }
    #oligo-screening h4,
    #lead-candidates h4 {
        font-weight: 700;
        font-style: Bold;
        font-size: 40px;
        line-height: 100%;
        letter-spacing: -0.05em;
        color:#ABF9A7;
    }

    #oligos-detailed-list{ 
        padding-top:5px !important;
    }
    #oligos-detailed-list h4{
        font-weight: 700;
        font-style: Bold;
        font-size: 32px;
        line-height: 100%;
         letter-spacing: -0.05em;
        color:#294F8D;
    }

    .mb-6 { margin-bottom: 4rem !important; }

    .icon-img{
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .overview-icon{
        height:108px;
    }
    .icon-map{
        width:93px;
    }
    #data-case-pill {
        background-color: #C6EAFD;  
        /* border-radius: 999px;        */
        padding: 12px 24px;
        display: inline-flex;       
        align-items: center;
        gap: 12px;                  
        font-weight: 500;
        color: #7B7777;      
        width: 100%;     
        margin-top: 20px;      
    }

    #data-case-pill .pill-icon {
        width: 52px; 
        height: auto;
        display: block;
    }

    #what-we-offer ul,
    #oligo-screening ul,
    #oligos-detailed-list ul.child-bullet-light-list {
        list-style: none;
        padding-left: 0;
    }

    #what-we-offer li {
        position: relative;
        padding-left: 22px;
        /* margin-bottom: 0.75rem; */
    }

    #what-we-offer li::before {
        content: "";
        background: url('/wp-content/uploads/2025/09/bullet-dark-bar.png') no-repeat center;
        background-size: contain;
        width: 11px;  
        height: 6px;
        position: absolute;
        left: 0;
        top: 9px;   
    }


    #oligo-screening li {
        position: relative;
        padding-left: 24px;
        margin-bottom: 6px;
    }

    #oligo-screening li::before {
        content: "";
        background: url('/wp-content/uploads/2025/09/bullet-green-bar.png') no-repeat center;
        background-size: contain;
        width: 15px;  
        height: 8px;
        position: absolute;
        left: 0;
        top: 9px;   
    }

    #oligos-detailed-list ul.child-bullet-light-list li{
        position: relative;
        padding-left: 24px;
        margin-bottom: 6px;
    }

    #oligos-detailed-list ul.child-bullet-light-list li::before{
        content: "";
        background: url('/wp-content/uploads/2025/09/bullet-light-bar.png') no-repeat center;
        background-size: contain;
        width: 15px;  
        height: 8px;
        position: absolute;
        left: 0;
        top: 8px;   
    }

    .green-highlight {
        color:#ABF9A7;
        font-weight: bold; 
    }

    .down-arrow{
        width: 41px;
        margin-top: 35px;
    }
    .custom-ol li::marker {
        color: #449FDE;     
        font-weight: bold; 
    }

    .blue-bar {
        width: 49px;
        height: 11px;
        background-color: #294F8D;
    }
     .blue-light-bar {
        background-color: #4DA9E2;
    }


  /* ================== SCOPED STYLES: #lead-candidates ================== */
#lead-candidates {
  background-color: #274B86;
  color: #fff;
  position: relative;
}
#lead-candidates .container {
  padding-bottom:80px;
}
#lead-candidates p,
#lead-pills h5 {
    font-size: 1.25rem !important;
}

/* Hero icons */
#lead-candidates .hc-hero-icon {
  width: 140px; 
  height: auto;
}

#lead-candidates .hc-plus-icon {
  width: 104px;  
  height: auto;
}

#lead-candidates .hc-hero-text {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
}

#lead-candidates .candidates-icon {
   width: 692px;  
  height: auto;
}

/* Hero text */
#lead-candidates .hc-hero-text {
  font-size: 1.25rem;   /* larger text under icons */
  font-weight: 500;
  color: #fff;
  margin-top: 0.5rem;
}



/* Mini bar under 'Overview' */
#lead-candidates .hc-mini-bar {
  width: 49px;
  height: 11px;
  background-color: #4DA9E2;
  /* border-radius: 2px; */
}

/* Bubble callout */
#lead-candidates .hc-bubble {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(1px);
  border-radius: 999px;
  padding: 28px 28px 22px;
  max-width: 460px;
}
#lead-candidates .hc-bubble-map {
  width: 371px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

/* Features row */
#lead-candidates .hc-feature-icon {
  width: auto;
  display: block;
  margin: 0 auto;
}
#lead-candidates .hc-features p {
  color: #DDF4FF;
}
#lead-candidates .hc-features {
  padding-top: 10px;
}


/* Responsive */
@media (max-width: 991.98px) {
  #lead-candidates .hc-hero-icon {
    width: 96px;
  }

  #lead-candidates .hc-bubble {
    max-width: 520px;
  }
}


#lead-pills {
  background: #E9F7FE;    
  position: relative;
  z-index: 2;
}

#lead-pills .container {
  background: #60AAD8;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -80px;     
}

#lead-pills .lead-pills {
  display: grid !important;                 
  grid-template-columns: repeat(3, 1fr);   
  gap: 16px;                                
  align-items: stretch;                     
}

/* Responsive columns */
@media (max-width: 991.98px) {
  #lead-pills .lead-pills { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575.98px) {
  #lead-pills .lead-pills { grid-template-columns: 1fr; }
}


#lead-pills .lead-pill {
  display: grid;
  grid-template-rows: 56px 1fr 16px; 
  row-gap: 8px;                      
  align-items: center;                
  justify-items: center;              
  min-height: 300px;                  
  padding: 56px 16px;                
  background: #60AAD8;
  color: #fff;
  text-align: center;
  transition: background .25s ease;
}

/* Hover / active background */
#lead-pills .lead-pill:hover,
#lead-pills .lead-pill.active {
  background: #4399CE;
}

/* ICON: normalize size (remove inline heights in HTML) */
#lead-pills .lead-pill-icon {
  width: auto;
  display: block;
}

/* TITLE: no extra margins; keep centered in middle track */
#lead-pills .lead-pill-title {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.3;
  display: flex;              /* vertically center multi-line text */
  align-items: center;
  justify-content: center;
  text-wrap: balance;         /* nicer wrapping (modern browsers) */
}

/* CHEVRON: pure CSS with your on/off colors */
#lead-pills .lead-pill-chevron {
  width: 13px;
  height: 13px;
  border-left: 4px solid #9ACCEB;  /* off blue */
  border-bottom: 4px solid #9ACCEB;
  transform: rotate(-45deg);
  transition: border-color .25s ease;
}

/* On state (hover or active) */
#lead-pills .lead-pill:hover .lead-pill-chevron,
#lead-pills .lead-pill.active .lead-pill-chevron {
  border-color: #ABF9A7;      /* on green */
}

/* Optional: shorten card a bit on small screens */
@media (max-width: 767.98px) {
  #lead-pills .lead-pill { min-height: 260px; }
}

.mod-list {
  font-weight: normal;
  font-size: 24px;
}





.offer-section {
  background-color: #E6F7FF;
  padding: 2rem 2rem;
}

.offer-grid {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  gap: 1.5rem;
}

/* Each card */
.offer-card {
  width: 282px;
  background-color: #9EDAFF;
  display: flex;
  flex-direction: column;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  overflow: visible; /* allow arrow overlap */
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #0E2145;
}

/* Header section */
.offer-card-head {
  background-color: #6CB9E8;
  color: #0E2145;
  height: 142px;
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertically center */
  align-items: flex-start; /* left-align text */
  text-align: left;
  padding: 0 1rem;
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* Title text */
.offer-card-head h2 {
  font-size: 26px !important;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  color: #0E2145;
  max-width: 93%;
}

/* Down arrow */
.offer-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px; /* overlaps header and body */
  /* width: 24px; */
  height: auto;
  display: block;
}

/* Body section */
.offer-card-body {
height: 245px;
  background-color: #9EDAFF;
  padding: 2rem 1rem 1rem; /* keeps arrow clearance */
  color: #0E2145;
  font-size: 18px;
  line-height: 1.4;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;

  /* Center content vertically */
  display: flex;
  justify-content: center;  
  align-items: center;  
  text-align: left;
  padding: 0 1rem;
}

.offer-card-body p {
  margin: 0;
}

.offer-card-body strong {
  font-weight: 700;
  color: #0E2145;
}


/* --------------------------- */
/* Responsive behavior         */
/* --------------------------- */

@media (max-width: 1399px) {
  .offer-grid {
    justify-content: center; 
  }

}

/* Tablet: stack into 2 columns */
@media (max-width: 900px) {
  .offer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

/* Mobile: single column */
@media (max-width: 560px) {
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .offer-card {
    min-height: unset;
  }

  .offer-card {
    width: 100%;
  }
}

/* ===== CASE STUDIES SECTION ===== */
.case-studies-section {
  color: #5B5B5B;
  font-family: "Helvetica Neue", Arial, sans-serif;
  padding: 4rem 1rem;
}

.case-studies-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

/* Top icon + title */
.case-studies-header {
  text-align: center;
  margin-bottom: 3rem;
  color: #0B347C; /* deep blue for headings */
}

.case-studies-icon {
  width: 126px;
  height: 108px;
  margin: 0 auto 1rem auto;
  display: block;
}

.case-studies-title {
  font-size: 32px;
  font-weight: 600;
  color: #0B347C;
  margin: 0;
  line-height: 1.2;
}

.case-studies-divider {

  margin: 1rem auto 0 auto;
}

/* Sub-headline block */
.case-studies-subhead {
  margin-bottom: 2rem;
}

.case-studies-h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0B347C; 
  margin: 0 0 1.5rem 0;
}

.case-studies-sub-h2 {
  font-size: 40px;
  font-weight: 400;
  color: #0B347C; 

}

/* Bulleted text with blue square bullets */
.cs-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  color: #5B5B5B;
  line-height: 1.5;
}

.cs-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.cs-bullet-icon {
 display: inline-block;
  width: 15px;
  height: 8px;
  background-image: url('https://synoligo.com/wp-content/uploads/2025/09/bullet-light-bar.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
  margin-top: 7px;
}

.case-studies-label {
  font-size: 28px;
  font-weight: 700;
  color: #294F8D;
  margin: 2rem 0 0.75rem 0;
}

/* ===== CHART GRID ===== */

/* RT-qPCR: two cards side by side on desktop */
.cs-chart-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

/* Luciferase: single card */
.cs-chart-grid-1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

/* Individual chart card */
.cs-chart-card {

  background-color: transparent;
  overflow: hidden;
}

/* Light blue header strip on each mini-card */
.cs-chart-card-head {
  background-color: #6CB9E8; 
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  padding: 0.75rem 1rem;
  line-height: 1.2;
}

.cs-chart-card-body {
  min-height: 220px; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-chart-card-body img {
  max-width: 100%;
  height: auto;
}

.cs-assay-label {
  font-size: 16px;
  font-weight: 600;
  color: #5B5B5B;
  margin: 0 0 0.5rem 0;
}

.cs-bottom-lists {
  /* margin-top: 3rem; */
  max-width: 1000px;
  color: #5B5B5B;
  font-size: 15px;
  line-height: 1.5;
}

.cs-bottom-block {
  margin-bottom: 2rem;
}

.cs-bottom-heading {
  font-size: 28px;
  color: #294F8D;
  font-weight: 700;
  margin: 0 0 1rem 0;
}

.cs-bottom-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cs-bottom-bullets li {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

.cs-bottom-bullets .cs-bullet-icon {
    background: url('/wp-content/uploads/2025/09/bullet-light-bar.png') no-repeat center;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  #case-studies{
        margin-left: 10px;
    margin-right: 10px;
  }
  .cs-chart-grid-2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .case-studies-section {
    padding: 3rem 1rem;
  }


  .cs-bullets,
  .cs-bottom-bullets {
    font-size: 14px;
    line-height: 1.4;
  }
}


.dx-sub{
  font-weight: 700;
  font-style: italic;
  font-size: 27px;
  letter-spacing: -5%;
  color:#5B5B5B
}

.features-benefits-section {
  background-color: #ffffff;
  padding: 60px 0;
}

.features-benefits-row {
  margin-top: 40px;
}

.feature-benefit-item {
  text-align: center;
}

.feature-benefit-icon {
  width: 122px;
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  background-color: #ffffff;
}

.feature-benefit-icon img {
  height: auto;
}

.feature-benefit-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #0B347C;
  margin: 0;
}

@media (max-width: 575.98px) {
  .feature-benefit-title {
    font-size: 18px;
  }
}


/* =======================
ORDER NOW SECTION
======================= */

.order-now-section {
padding: 70px 0;
background: #ffffff;
}

.order-heading {
font-size: 40px;
font-weight: 700;
color: #294F8D;
margin-bottom: 10px;
}

.order-subtitle {
font-size: 26px;
font-weight: 600;
color: #333;
}

.order-description {
font-size: 17px;
color: #555;
margin-top: 15px;
max-width: 420px;
}

.order-laptop-img {
max-width: 100%;
height: auto;
}

/* ---- 50% OFF PROMO BOX ---- */

.order-discount-box {
display: flex;
align-items: center;
background: linear-gradient(90deg, #0056A4 0%, #0A3278 100%);
color: #fff;
border-radius: 8px;
padding: 20px 25px;
margin-top: 25px;
max-width: 360px;
}

.discount-left {
margin-right: 20px;
text-align: center;
}

.discount-small {
font-size: 16px;
}

.discount-large {
font-size: 38px;
font-weight: 700;
line-height: 1;
}

.discount-right {
font-size: 18px;
line-height: 1.2;
font-weight: 500;
}

/* ---- CTA BUTTON ---- */

.order-btn {
display: inline-block;
background: #3BB54A;
color: #ffffff !important;
padding: 12px 34px;
font-size: 18px;
border-radius: 40px;
font-weight: 600;
transition: all 0.2s ease;
text-decoration: none;
}

.order-btn:hover {
background: #2b9d3a;
}

/* Mobile Tweaks */
@media (max-width: 768px) {
.order-heading { font-size: 32px; }
.order-subtitle { font-size: 22px; }
.discount-large { font-size: 32px; }
.order-discount-box { max-width: 100%; }
}


/* ===== Applications of Oligos ===== */

.applications-oligos-section {
background-color: #294F8D;
color: #FFFFFF;
padding: 80px 0 70px;
}

.apps-heading {
font-size: 40px;
font-weight: 700;
margin-bottom: 16px;
}

.apps-intro {
max-width: 680px;
margin: 0 auto 24px;
font-size: 17px;
line-height: 1.5;
color: #E6F2FF;
}

.apps-columns {
margin-top: 40px;
}

/* Card base */

.app-oligo-card {
text-align: left;
max-width: 330px;
margin: 0 auto;
transition: opacity 0.2s ease, transform 0.2s ease;
}

.app-oligo-icon {
width: 153px;
height: 131px;

display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 24px;
background-color: transparent;
}

.app-oligo-icon img {
max-width: 70%;
height: auto;
}

.app-oligo-title {
font-size: 40px;
font-weight: 700;
color: #ABF9A7;
margin-bottom: 10px;
min-width: 372px;
}

.app-oligo-desc {
font-size: 15px;
color: #E6F2FF;
margin-bottom: 14px;
}

/* Bullet list */

.app-oligo-list {
list-style: none;
padding-left: 0;
margin: 0;
}

.app-oligo-list li {
position: relative;
padding-left: 20px;
margin-bottom: 6px;
font-size: 15px;
color: #EAF4FF;
}

.app-oligo-list li::before {
content: "";
background: url('/wp-content/uploads/2025/09/bullet-light-bar.png') no-repeat center;
background-size: contain;
width: 11px;
height: 6px;
position: absolute;
left: 0;
top: 9px;
}

/* Muted (greyed-out) state – apply .app-oligo-card--muted to any column */

.app-oligo-card--muted {
opacity: 0.32;
}

/* Optional hover: slightly lift active (non-muted) cards on desktop */

/* @media (min-width: 768px) {
.app-oligo-card:not(.app-oligo-card--muted):hover {
  transform: translateY(-4px);
}
} */

/* Mobile tweaks */

@media (max-width: 767.98px) {
.apps-heading {
  font-size: 32px;
}

.applications-oligos-section {
  padding: 60px 0 50px;
}

.app-oligo-card {
  text-align: center;
}

.app-oligo-desc,
.app-oligo-list {
  text-align: left;
}
}