.fda-content{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    text-align: center;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 26px;
    font-weight: 600;
}


.fda-content img {
    width: auto;
}

.fda-content h1{
font-size:56px;
color:#1d5fa7;
font-weight:500;
margin-bottom:10px;
}

.fda-content h4 {
    font-size: 24px;
    color: #1862A2;
    font-weight: 600;
   line-height: 37px;
    margin: 0;
}

.glass-box {
    padding: 10px 35px;
    line-height: 120%;
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    background-image: linear-gradient(to bottom right, rgb(255 255 255 / 0%), rgb(255 255 255 / 0%));
    margin: 10px 0;
}

.fda-content p {
    font-size: 16px;
    color: #1862A2;
    font-weight: normal;
    line-height: 22.4px;
    font-weight:400;
    margin-bottom:0;
    
}

.ivd-fda-section {
    position: relative;
    padding: 240px 0;
    background: url(../images/2nd.webp) center / cover no-repeat;
    border-radius: 0px;
    margin: 0px 0px;
    overflow: hidden;
}

body.celldx-targeted-therapy-options .ivd-fda-section {
    padding: 150px 0;
}

.ivd-content-fda {
    position: relative;
    z-index: 2;
    max-width: 1040px;
    margin: auto;
    text-align: center;
}

.ivd-content-fda h4 {
    font-size: 42px;
    color: #5C5C5C;
    font-weight: 600;
    line-height: 67.6px;
}


.ivd-content-fda p {
    font-size: 24px;
    line-height: 33px;
    color: #5c5c5c;
    font-weight: 400;
}

.vx-faq-answer a {
    display: block;
    width: max-content;
}

.ivd-content-fda span {
    font-size: 24px;
    color: #1862A2;
    font-weight: 800;
}

.single-site-section-fda {
    padding:0;
    margin: 0 20px;
}


.single-site-card-fda {
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translate(0%, -50%);
    background: #fff;
    padding: 50px 50px 50px 50px;
    max-width: 950px;
    border-radius: 14px;
    overflow: hidden;
    width: 100%;
}

.single-site-card-fda::before {
    left: 0;
}

.single-site-card-fda::after {
   display: none;
}

.single-site-card-fda::before, .single-site-card-fda::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 65%;
    top: 17%;
    bottom: 15%;
    background: #3C76B8;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 1.2s ease;
    border-radius: 0px 12px 12px 0;
}

.single-site-card-fda.animate-border::before, .single-site-card-fda.animate-border::after {
    transform: scaleY(1);
}

.single-site-card-fda h2 {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #5C5C5C;
    margin-bottom: 20px;
}

.single-site-card-fda p {
    font-size: 28px;
    line-height: 33px;
    color: #5C5C5C;
    margin-bottom: 15px;
    font-weight: 500;
}

.single-site-card-fda h6 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #9D9D9D;
}

.single-site-card-fda ul {
    margin:0;
    padding: 0;
}

.single-site-card-fda ul li {
    margin:0;
    padding: 5px 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 25.38px;
    color: #9D9D9D;
}

.single-site-card-fda ul li img {
    width: auto;
    margin: 0 8px 0 0;
    vertical-align: baseline;
}


.single-site-card-fda ul li svg {
    width: auto;
    vertical-align: baseline;
    margin: 0 8px 0 0;
}

/* SECTION */
.features-section {
  padding: 80px 0px;
  text-align: center;
}

/* HEADER */
.section-header h2 {
    font-size: 42px;
    font-weight: 600;
    color: #5C5C5C;
    margin-bottom: 0;
    line-height: 55px;
}

.section-header p {
    font-size: 24px;
    color: #9D9D9D;
    max-width: 800px;
    margin: 0 auto 24px;
    font-weight: 400;
}

/* GRID */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* CARD */
.feature-card {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  padding: 25px 30px 25px 30px;
  text-align: left;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  min-height: 180px;
}

.feature-card:hover {
  transform: translateY(-5px);
}


/* TEXT */
.feature-card h3 {
    font-size: 20px;
    font-weight: bold;
    color: #5C5C5C;
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 16px;
    color: #9D9D9D;
    line-height: 22.4px;
}


.feature-card::before {
    left: 0;
}

.feature-card::after {
   display: none;
}

.feature-card::before, .feature-card::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 58%;
    top: 17%;
    bottom: 15%;
    background: #3C76B8;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 1.2s ease;
    border-radius: 0px 12px 12px 0;
}

.feature-card.animate-border::before, .feature-card.animate-border::after {
    transform: scaleY(1);
}

body.celldx-targeted-therapy-options .single-site-card h2 {
    font-size: 42px;
    font-weight: 500;
}

body.celldx-targeted-therapy-options .single-site-card {
    max-width: 900px;
}

body.celldx-targeted-therapy-options .single-site-card::before, body.celldx-targeted-therapy-options .single-site-card::after {
    height: 61%;
}

body.celldx-targeted-therapy-options .single-site-card::after {
    display: none;
}

body.celldx-targeted-therapy-options .clinical-card::before, body.celldx-targeted-therapy-options .clinical-card::after {
    top: 15%;
    height:68%;
    left:0;
}

body.celldx-targeted-therapy-options .clinical-card::after {
    display: none;
}

/* SECTION */
.analysis-section {
  padding: 80px 0px;
  text-align: center;
}

.tag {
    display: inline-block;
    background: #B8D8F4;
    color: #2A8BDF;
    font-size: 20px;
    padding: 6px 14px;
    font-weight: 500;
    border-radius: 25px;
    margin-bottom: 15px;
}

/* HEADING */
.analysis-section h2 {
    font-size: 46px;
    font-weight: 500;
    color: #5C5C5C;
    margin-bottom: 10px;
}

.subtitle {
    color: #9D9D9D;
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: 400;
    max-width: 1000px;
    margin: 0 auto 20px;
}

/* CARD */
.analysis-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  background: #fff;
}

/* COLUMNS */
.analysis-col {
  padding: 30px 25px;
  text-align: left;
}

/* HEADER STRIP */
.analysis-col h3 {
  margin: -30px -25px 20px;
  padding: 15px 25px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

/* LEFT HEADER */
.analysis-col.left h3 {
  background: #71B2EA;
}

/* RIGHT HEADER */
.analysis-col.right h3 {
  background: #2A8BDF;
}

/* LIST */
.analysis-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.analysis-col li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: #9D9D9D;
    font-size: 24px;
    font-weight: 500;
}

/* CHECK ICON */
.analysis-col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: url("https://stage.datarpgx.com/Newsite/images/icon-new.svg") no-repeat center;
background-size: contain;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* DIVIDER LINE */
.analysis-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #B8D8F4;
}


body.celldx-targeted-therapy-options .clinical-card h2 {
    font-size: 42px;
    color: #5C5C5C;
    font-weight: 600;
}


body.celldx-targeted-therapy-options .clinical-card {
    max-width: 900px;
    position: absolute;
    right: 8%;
    left: auto;
    bottom: -60px;
    top: auto;
    background: #fff;
    padding: 50px 70px;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: none;
}

body.celldx-targeted-therapy-options .clinical-card::after {
    right: display: none;
}


body.celldx-targeted-therapy-options .clinical-card p {
    font-weight: 500;
    color: #9d9d9d;
    font-size: 20px;
}

body.celldx-targeted-therapy-options .clinical-card span {
    font-style: italic;
    font-weight: 700;
}


.treatment-section-fda {
    padding: 80px 0 0;
    margin: 0 20px;
}

.treatment-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.treatment-image img {
    width: 100%;
    border-radius: 16px;
}

.treatment-card-fda {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    
    background: #fff;
    padding: 40px;
    max-width: 100%;
    width: 90%; /* important for responsiveness */
    border-radius: 14px;
}

.treatment-card-fda h2 {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #5C5C5C;
    margin-bottom: 20px;
}

.treatment-card-fda p {
    font-size: 24px;
    line-height: 33px;
    color: #9D9D9D;
    margin-bottom: 15px;
    font-weight: 500;
}

.treatment-card-fda ul {
    margin: 0;
    padding: 0;
}

.treatment-card-fda ul li {
    margin: 0;
    padding: 5px 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 25.38px;
    color: #9D9D9D;
}

.treatment-card-fda img {
    width: auto;
}

.treatment-card-fda ul li img {
    width: auto;
    margin: 0 8px 0 0;
    vertical-align: baseline;
}

/* SECTION */
.process-section {
  padding:0 20PX 80px 20px;
  background: linear-gradient(180deg, #F6F9FF 0%, #DEF5FF 100%);
  text-align: center;
}

/* HEADER */
.process-section h2 {
    font-size: 42px;
    font-weight: 600;
    color: #5C5C5C;
    margin-bottom: 10px;
}

.subtitle-new {
    color: #9D9D9D;
    font-size: 24px;
    max-width: 700px;
    margin: 0 auto 20px;
    line-height: 33px;
    font-weight: 400;
}

/* TAGS */
.process-tags {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 50px;
}

.process-tags img {
    width: auto;
}

.process-tags span {
     font-size: 16px;
    color: #9D9D9D;
    font-weight: 500;
}

/* TIMELINE LINE */
.process-line {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}

/* LINE */
.process-line::before {
  content: "";
  position: absolute;
  top: 35px;

  /* START after half of first item */
  left: calc(100% / 12);

  /* END before last item */
  width: calc(100% - (100% / 6));

  height: 2px;
  background: #2f6fa5;
  z-index: 0;
}

/* STEP */
.step {
  position: relative;
  width: 16.6%;
  text-align: center;
  z-index: 1;
}

/* ICON CIRCLE */
.icon {
  width: 80px;
  height: 80px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 16px;
}

/* TEXT */
.step h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1A3A5C;
  margin-bottom: 5px;
  font-weight: bold;
  margin-top: 10px;
}

.step p {
    font-size: 14px;
    color: #6B7E8F;
    line-height: 1.4;
    max-width: 170px;
    margin: 0 auto;
}

.vx-faq-section {
  padding: 80px 20px;
  text-align: center;
}

.vx-faq-title {
  font-size: 42px;
  font-weight: 600;
  color: #5C5C5C;
  margin-bottom: 40px;
}

.vx-faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.vx-faq-item {
  background: #ffffff;
  border: 1px solid #dbe3ec;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 20px;
}

.vx-faq-item.active {
      background: #E2F2FF;
    border-color: #B8D8F4;
    padding: 20px 20px 30px 20px;
}

.vx-faq-question {
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    color: #474747;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.vx-faq-icon {
  font-size: 18px;
  color: #6b7280;
  transition: transform 0.3s ease;
}

.vx-faq-answer {
  padding:0;
  font-size: 16px;
  color: #6B6B6B;
  line-height: 1.5;
  display: none;
  text-align: left;
  font-weight: 400;
}

.vx-faq-item.active .vx-faq-answer {
  display: block;
}

/* rotate icon */
.vx-faq-item.active .vx-faq-icon {
  transform: rotate(180deg);
}

.treatment-card-fda::before {
    left: 0;
}

.treatment-card-fda::after {
   display: none;
}

.treatment-card-fda::before, .feature-card::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 68%;
    top: 17%;
    bottom: 15%;
    background: #3C76B8;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 1.2s ease;
    border-radius: 0px 12px 12px 0;
}

.treatment-card-fda.animate-border::before, .feature-card.animate-border::after {
    transform: scaleY(1);
}

body.non-fda .analysis-card {
    grid-template-columns: 1fr 1fr 1fr;
}

body.non-fda .analysis-col.center h3 {
    background: #2a8bdf;
}

body.non-fda .analysis-col.right h3 {
    background: #1862A2;
}

body.non-fda .analysis-col.left {
    position: relative;
}

body.non-fda .analysis-col.left::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0%;
    width: 1px;
    background: #B8D8F4;
}


body.non-fda .analysis-col.center {
    position: relative;
}

body.non-fda .analysis-col.center::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0%;
    width: 1px;
    background: #B8D8F4;
}


body.non-fda .analysis-card::before {
    display: none;
}

body.non-fda .single-site-card {
    max-width: 900px;
}

body.non-fda .clinical-card {
    max-width: 850px;
}

body.non-fda .clinical-card h2 {
    font-size: 42px;
    font-weight: 500;
}

body.non-fda .analysis-col h3 {
    font-size: 22px;
}

body.non-fda .subtitle
 {
    color: #9D9D9D;
    font-size: 24px;
    font-weight: 400;
    max-width: 1000px;
    margin: 0 auto 40px;
}

body.non-fda .single-site-card::before, body.celldx-targeted-therapy-options .single-site-card::after {
    height: 61%;
}


body.non-fda .single-site-card::after {
    display:none;
}

body.non-fda .clinical-card::before, body.celldx-targeted-therapy-options .clinical-card::after {
    top: 15%;
    height: 68%;
}


body.non-fda .clinical-card::after {
    display: none;
}

.hero-wrap {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0;
}

/* Image container */
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.hero-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
}

.hero-overlay h2 {
    color: #fff;
    font-size: 42px;
    line-height: 58.8px;
    font-weight: 600;
    text-align:left;
}


body.homepage header {
    position: static;
}


.info-section {
  padding: 150px 0;
  background: url('../images/Image.webp') no-repeat center/cover;
  position: relative;
  text-align: center;
}


.info-section .container {
  position: relative;
  z-index: 2;
}

.info-section h2 {
    font-size: 32px;
    line-height: 40px;
    color: #5c5c5c;
    font-weight: 700;
    margin-bottom: 20px;
}

.info-section p {
    font-size: 20px;
    line-height: 28px;
    color: #9d9d9d;
    max-width: 950px;
    margin: 0 auto;
    font-weight: 400;
}

.science-section {
    padding: 0;
    margin: 0 20px;
}

.science-card {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 40px;
    max-width: 100%;
    width: 90%;
    border-radius: 14px;
}

.science-card h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #5C5C5C;
    margin-bottom: 20px;
    line-height: 58.8px;
}

.science-card p {
    font-size: 20px;
    line-height: 28px;
    color: #9d9d9d;
    margin-bottom: 15px;
    font-weight: 400;
}

.science-card::before, .science-card::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 65%;
    top: 17%;
    bottom: 15%;
    background: #3C76B8;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 1.2s ease;
    border-radius: 0px 12px 12px 0;
}

.science-card.animate-border::before, .science-card.animate-border::after {
    transform: scaleY(1);
}

.science-card::before {
    left: 0;
}

.science-card::after {
   display:none
}

.cancer-care-new {
    background: linear-gradient(180deg, #F6F9FF 0%, #F6F9FF 100%);
    padding-bottom: 5em;

}

.cancer-care-new h2 {
    font-size: 42px;
    color: #5C5C5C;
    font-weight: 600;
    line-height: 58.8px;
    max-width: 600px;
    margin: 0 auto;
}

.cancer-care-new p {
    margin-bottom: 0;
    line-height: 33px;
    font-weight: 400;
    font-size: 24px;
    color: #9D9D9D;
}

.box-care-new {
    max-width: 305px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    z-index: 99;
}

.box-care-new h4 {
    font-size: 32px;
    color: #1862A2;
    line-height: 44.8px;
    font-weight: 600;
}
 
.box-care-new p {
    color: #9D9D9D;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}

.box-care-new a {
    color: #9D9D9D;
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin-top: 0.8em;
    padding: 3px 0 0 10px;
    transition: 0.5s;
    font-style: normal;
}

.box-care-new a:before, .box-care-new a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #b1b1b1;
    position: absolute;
    bottom: 0;
    left: 0;
}

.space-bottom {
    margin-bottom: 100px;
}

.box-care-new.diagnosis h4 {
    color: #239FDB;
}

.box-care-new.therapy h4 {
    color: #1D958F;
}

.box-care-new.monitoring h4 {
    color: #7CC083;
}


.box-care-new::before, .science-card::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 70%;
    top: 5px;
    bottom: 0;
    background: #DADADA;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 1.2s ease;
    border-radius: 0px 12px 12px 0;
}

.box-care-new::before {
    right: -30px;
}

.box-care-new.diagnosis::before {
    left: -30px;
}

.box-care-new.monitoring::before {
    left: -30px;
}

.box-care-new.animate-border::before, .box-care-new.animate-border::after {
    transform: scaleY(1);
}

.listen-section .single-site-card {
    left: 5%;
    max-width: 800px;
}


.listen-section .single-site-card::before, .listen-section .single-site-card::after {
    height: 60%;
}

.listen-section .single-site-card::after {
    display:none;
}

.clinical-card {
    max-width: 800px;
    right: 5%;
}

.world-section .clinical-card h6 {
    color: #78899A;
    font-size: 24px;
    font-weight: 700;
}


.world-section .clinical-card::before, .world-section .clinical-card::after{
    height: 75%;
}

.world-section .clinical-card::after {
    display:none;
}

.cancer-screning-new li a {
    line-height: 50px;
        color: #BABABA;
}

.cancer-screning p {
     color: #BABABA;
}

.cancer-screning-new li span {
    line-height: 50px;
}


.cancer-screning .screning-services li:nth-child(3) a:hover{
    color: #00aeef;
}


.cancer-screning .screning-services li:nth-child(4) a:hover{
    color: #3baba1;
}


.cancer-screning .screning-services li:nth-child(5) a:hover{
    color: #79be79;
}


.cancer-screning .screning-services li:nth-child(6) a:hover{
    color: #b2cc6f;
}

.blood-test.bloodtest-new img {
    max-width:230px;
}

section.single-site-section.listen-section {
    padding: 0 0 150px 0;
    background: none;
}

body.homepage {
    background: linear-gradient(180deg, #F6F9FF 0%, #F6F9FF 100%);
}

section.clinical-utility-section.world-section {
    padding: 0 0 150px 0;
}

.cancer-screning.cancer-screning-new li a sup {
    left: -0.3em;
}


.vx-onco-section {
    padding: 50px 20px;
    background: url(../images/oncology.webp) no-repeat;
    background-size: cover;
    margin: 0 20px;
    border-radius: 10px;
}

.vx-onco-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.vx-onco-title {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height:40px;
  margin-bottom: 10px;
}

.vx-onco-subtitle {
  font-size: 24px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 33px;
}

.vx-onco-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.vx-onco-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  text-align: left;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  backdrop-filter: blur(6px);
  position: relative;
}

.vx-onco-card::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 46%;
    top: 24%;
    bottom: 0;
    background: #3C76B8;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 1.2s ease;
    border-radius: 0px 12px 12px 0;
}

.vx-onco-card.animate-border::before{
    transform: scaleY(1);
}

.vx-onco-card::before {
    left: 0;
}

.vx-onco-card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 33.6px;
    color: #5C5C5C;
}

.vx-onco-card-text {
  font-size: 16px;
  color: #9D9D9D;
  line-height: 25.2px;
}

.vx-onco-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.vx-clinical-sec {
  padding: 80px 20px;
  border-radius: 14px;
  background: url(../images/Clinical-fda.webp) no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 20px;
  border-radius: 10px;
}

.vx-clinical-wrap {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* Heading */
.vx-clinical-heading {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 55px;
}

.vx-clinical-sub {
  color: rgba(255,255,255,0.85);
  font-size: 24px;
  margin-bottom: 24px;
  font-weght: 400;
  line-height: 33px;
}

/* Rows */
.vx-clinical-row {
  display: flex;
  gap: 20px;
  justify-content: center;
}

/* spacing between rows */
.vx-top-row {
  margin-bottom: 20px;
}

/* Cards */
.vx-clinical-box {
  background: #f1f1f1;
  border-radius: 12px;
  padding: 20px;
  width: 400px;
  text-align: left;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  position: relative;
}


.vx-clinical-box.animate-border::before {
    transform: scaleY(1);
}

.vx-clinical-box::before {
    left: 0;
}

.vx-clinical-box::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 66%;
    top: 15%;
    bottom: 0;
    background: #3C76B8;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 1.2s ease;
    border-radius: 0px 12px 12px 0;
}

/* Typography */
.vx-clinical-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #5C5C5C;
}

.vx-clinical-box p {
  font-size: 16px;
  color: #9D9D9D;
  line-height: 1.5;
  font-weight: 500;
}

/* 🔥 KEY PART (centering bottom row like screenshot) */
.vx-bottom-row {
  justify-content: center;
}

.vx-bio-sec {
  padding: 80px 20px;
}

.vx-bio-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* Heading */
.vx-bio-title {
  font-size: 42px;
  font-weight: 600;
  color: #5C5C5C;
  margin-bottom: 0px;
  line-height: 44.7px;
}

.vx-bio-sub {
    color: #9D9D9D;
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: 400;
    line-height: 33px;
}

/* Grid */
.vx-bio-grid {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Card */
.vx-bio-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px 25px 25px 30px;
  width: 480px;
  text-align: left;
  position: relative;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  position: relative;
}

/* Left blue line */
.vx-bio-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 4px;
  background: #2f6fb2;
  border-radius: 4px;
}

/* Title */
.vx-bio-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #5C5C5C;
}

/* List */
.vx-bio-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vx-bio-card li {
  font-size: 16px;
  color: #9D9D9D;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}

/* Custom dash bullets */
.vx-bio-card li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #2f6fb2;
  font-weight: bold;
}

.vx-ref-sec {
  padding: 40px 20px;
  background: #ffffff;
}

.vx-ref-box {
  background: #C7E7FF;
  padding: 25px 30px;
  text-align: left;
  border-radius: 12px;
}

/* Title */
.vx-ref-title {
    font-size: 20px;
    font-weight: 500;
    color: #474747;
    margin-bottom: 15px;
}


/* List */
.vx-ref-list {
  margin: 0;
  padding-left: 0px;
}

.vx-ref-list li {
  font-size: 14px;
  color: #6B7E8F;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 10px;
}

/* subtle numbering style */
.vx-ref-list li::marker {
  color: #2d3e50;
  font-weight: 500;
}

.contact-column {
    display: flex;
    flex-direction: column;
    gap:30px;
}

/* italic styling */
.vx-ref-list em {
  font-style: italic;
}

.vx-foot-sec {
  background: #eef2f6;
  padding: 50px 20px 30px;
  color: #5a5a5a;
  font-family: Arial, sans-serif;
}

.vx-foot-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* TOP GRID */
.vx-foot-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.vx-foot-col {
  flex: 1;
  min-width: 250px;
}

.vx-foot-col h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #3a3a3a;
}

/* ITEMS */
.vx-foot-item {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.vx-icon {
  font-size: 16px;
}

.vx-foot-item p {
  font-size: 13px;
  margin: 0;
  line-height: 1.5;
}

/* BRAND */
.vx-foot-brand h3 {
  font-size: 22px;
  font-weight: 600;
  color: #3a3a3a;
  line-height: 1.2;
  margin-bottom: 10px;
}

.vx-foot-note {
  font-size: 12px;
  margin-bottom: 15px;
  color: #7a7a7a;
}

/* SOCIAL */
.vx-foot-social span {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  background: #d0d7de;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
}

/* DIVIDER */
.vx-foot-line {
  margin: 30px 0;
  border: none;
  border-top: 1px solid #dcdcdc;
}

/* LINKS */
.vx-foot-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 13px;
  margin-bottom: 15px;
}

.vx-foot-links a {
  text-decoration: none;
  color: #5a5a5a;
}

.vx-foot-links a:hover {
  color: #000;
}

/* COPYRIGHT */
.vx-foot-copy {
  text-align: center;
  font-size: 12px;
  color: #7a7a7a;
}

.contact-col h4 {
    margin: 0 0 20px 0;
    font-size: 24px;
    color: #5C5C5C;
    font-weight: 700;
}

   .vx-faq-answer ul li {
    padding: 6px 20px;
    position: relative;
}

.vx-faq-answer ul li:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #5C5C5C;
    border-radius: 50%;
}

.footer-brand.mobile-top {
    display: none;
}

.fda-content h3 {
    font-size: 20px;
    color: #1862A2;
    font-weight: 500;
    line-height: 37px;
    margin: 0;
}

body.homepage .single-site-card h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #5C5C5C;
    line-height: 44.8px;
}

body.homepage .single-site-card p {
     font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #9D9D9D;
}

body.homepage .clinical-card h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #5C5C5C;
    line-height: 44.8px;
}


body.homepage .clinical-card p {
     font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    color: #9D9D9D;
}

body.homepage .world-section .clinical-card h6{
    margin: 8px 0;
}

body.homepage .dcg-footer {
    padding: 50px 0;
}

.bottom-links img {
    width: 200px;
}

.hero-mobile{
    display:none;
}


section.home-hero.fade-section {
    padding: 0;
}

section.clinical-utility-section.fade-section {
    padding: 0 0 150px 0;
    background:none;
}

body.celldx-targeted-therapy-options {
    background: #F6F9FF;
}

body.celldx-targeted-therapy-options .clinical-utility-section {
    background: none;
}


.clinical-utility-section {
    padding: 0;
    margin: 0 20px;
}

.clinical-card {
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translate(0%, -50%);
    background: #fff;
    padding: 50px 50px 50px 50px;
    max-width: 950px;
    border-radius: 14px;
    overflow: hidden;
    width: 100%;
}

.clinical-card.animate-border::before, .single-site-card-fda.animate-border::after {
    transform: scaleY(1);
}

.clinical-card::before, .clinical-card::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 65%;
    top: 17%;
    bottom: 15%;
    background: #3C76B8;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 1.2s ease;
    border-radius: 0px 12px 12px 0;
}


.clinical-card-fda::before {
    left: 0;
}

.clinical-card-fda h2 {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #5C5C5C;
    margin-bottom: 20px;
}


.clinical-card-fda p {
    font-size: 20px;
    line-height: 33px;
    color: #9d9d9d;
    margin-bottom: 15px;
    font-weight: 500;
}


.single-site-card.animate-border::before, .single-site-card.animate-border::after {
    transform: scaleY(1);
}

.single-site-card::before, .single-site-card::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 65%;
    top: 17%;
    bottom: 15%;
    background: #3C76B8;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 1.2s ease;
    border-radius: 0px 12px 12px 0;
}


.single-site-card::before {
    left: 0;
}



















.dcg-footer {
  background: #F6F9FF;
  padding: 50px 20px 30px;
  font-family: Arial, sans-serif;
  color: #5a5a5a;
}


/* TOP LAYOUT */
.footer-top {
  display: none;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

/* LEFT SIDE (CONTACT) */
.footer-contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
  flex: 2;
}

/* RIGHT SIDE (BRAND) */
.footer-brand {
  flex: 1;
  text-align: left;
}

/* LOGO */
.footer-brand img {
  max-width: 220px;
  margin-bottom: 15px;
}

/* ACCREDIT TEXT */
.accredit-text {
  font-size: 13px;
  line-height: 1.6;
  color: #6a6a6a;
  margin-bottom: 15px;
}

.accredit-text a {
  color: #2f6fb2;
  text-decoration: none;
}

/* SOCIAL */
.social-icons a {
  display: inline-block;
  margin-right: 8px;
}

.social-icons img {
  width: 28px;
  height: 28px;
}

/* CONTACT BLOCK */
.contact-col {
\
}

/* TITLE */
.contact-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.contact-title img {
  width: 20px;
}

.contact-title h6 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color: #5c5c5c;
}



/* TEXT */
.contact-col p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 5px 28px;
    font-weight: 500;
    color: #838383;
}

/* DIVIDER */
.footer-divider {
  height: 1px;
  background: #dcdcdc;
  margin: 30px 0;
  display: none;
}

/* BOTTOM */
.footer-bottom {
  text-align: center;
}

/* LINKS */
.bottom-links {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.bottom-links a {
  font-size: 16px;
  color: #4B5768;
  text-decoration: none;
}

.bottom-links a:hover {
  color: #000;
}

.copyright {
    padding: 20px 0 0 0;
}

/* COPYRIGHT */
.copyright p {
    font-size: 14px;
    margin: 3px 0;
    color: #424242;
}


.enquiry-section{
padding:0px 0;
background:#F6F9FF;
}

/* BLUE BAR */

.enquiry-bar{
display:flex;
align-items:center;
justify-content:space-between;
background:linear-gradient(90deg,#3c8ed3,#2a79c6);
padding:25px 35px;
border-radius:12px;
gap:30px;
}

/* LEFT TEXT */

.enquiry-text{
color:#fff;
font-weight:600;
font-size:16px;
line-height:1.4;
min-width:170px;
}

/* FORM */

.enquiry-form{
display:flex;
gap:15px;
flex:1;
justify-content:flex-end;
}

/* INPUTS */

.enquiry-form input{
border:none;
outline:none;
padding:12px 18px;
border-radius:8px;
background:#1f5f9c;
color:#fff;
font-size:14px;
width:180px;
}

.enquiry-form input::placeholder{
color:#d6e6ff;
}

/* BUTTON */

.enquiry-form button{
border:none;
background:#e6e6e6;
color:#2a79c6;
padding:12px 25px;
border-radius:8px;
font-weight:600;
cursor:pointer;
}

.single-site-section{
padding:120px 0 80px;
background:#f4f6f8;
position:relative;
}

.single-site-wrapper{
position:relative;
}

/* IMAGE */

.single-site-image img{
width:100%;
border-radius:16px;
display:block;
}

/* CARD */

.single-site-card{
position:absolute;
left:8%;
bottom:-60px;

background:#fff;
padding:50px;
max-width:520px;

border-radius:14px;
box-shadow:0 20px 50px rgba(0,0,0,0.1);
}

/* TITLE */

.single-site-card h2{
font-size:32px;
font-weight:700;
margin-bottom:20px;
color:#333;
}

/* TEXT */

.single-site-card p{
font-size:16px;
line-height:1.7;
color:#6c7a89;
margin-bottom:30px;
}

/* BUTTON */

.faq-btn{
display:inline-block;
background:#eef4fa;
padding:12px 22px;
border-radius:30px;
font-size:14px;
color:#1b5fa7;
text-decoration:none;
}



.clinical-utility-section{
padding:120px 0 80px;
background:#f4f6f8;
}

.clinical-wrapper{
position:relative;
}

.clinical-image img{
width:100%;
border-radius:16px;
display:block;
}

/* CARD */

.clinical-card{
position:absolute;
right:8%;
bottom:-60px;

background:#fff;
padding:50px 70px;
max-width:520px;

border-radius:14px;
box-shadow:0 20px 50px rgba(0,0,0,0.1);
overflow:hidden;
}

.single-site-image .hero-mobile {
    display: none;
}

.clinical-utility-section .hero-mobile {
    display: none;
}



body.homepage .clinical-card {
    position: absolute;
    right: 50px;
    bottom: -60px;
    left: auto;
    top: auto;
    background: #fff;
    padding: 50px 70px;
    max-width: 900px;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: none;
}

body.homepage .world-section .clinical-card::before, .world-section .clinical-card::after {
    left: 0;
    height: 65%;
}

.cancer-screning .screning-services li:nth-child(1):hover p{
    color: var(--blue-new);
}

.cancer-screning .screning-services li:nth-child(2):hover p{
    color: var(--blue-bg);
}


.cancer-screning .screning-services li:nth-child(3):hover p{
    color: #00aeef;
}


.cancer-screning .screning-services li:nth-child(4):hover p{
    color: #3baba1;
}


.cancer-screning .screning-services li:nth-child(5):hover p{
    color: #79be79;
}


.cancer-screning .screning-services li:nth-child(6):hover p{
    color: #b2cc6f;
}


ul.screning-services li {
    padding-bottom: 10px;
}

body.homepage .enquiry-section {
    padding: 0px 0;
    margin: 50px 0 0;


/* RESPONSIVE */
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column-reverse;
  }

  .footer-contact {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    text-align: center;
  }

  .bottom-links {
    gap: 15px;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    
    
    .hero-overlay h2 {
        line-height: 45.8px;
    }
    
    .listen-section .single-site-card {
        left: auto;
        width: 90%;
    }
    
    
    .science-section {
        padding: 0 0 0px 0;
    }
    
    .science-card {
        left: auto;
        transform: none;
    }
    
    .box-care-new.animate-border::before, .box-care-new.animate-border::after {
        display: none;
    }
    
    body.homepage .clinical-card {
        right: auto;
        left: auto;
        bottom: auto;
        margin: -80px 0 0 0;
        width: 90%;
        padding: 20px;
    }
    
    section.clinical-utility-section.fade-section {
        padding: 0 0 600px 0;
    }
    
    .box-care-new {
        text-align: left !important;
    }
    
    
    section.single-site-section.listen-section {
        padding: 0 0 250px 0;
    }
    
    .enquiry-form input {
        width: 90px;
    }
    
    .single-site-card-fda h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    
    .single-site-card-fda h6 {
        font-size: 18px;
    }
    
    .ivd-content-fda p {
    font-size: 18px;
    line-height: 30px;
    }
    
    .fda-content h4 {
    font-size: 18px;
    }
    
     .fda-content h3 {
    font-size: 18px;
    line-height: normal;
    }
    
    .single-site-card-fda p {
        font-size: 18px;
        margin:0;
    }
    
    .single-site-card-fda ul li {
        font-size: 16px;
    }
    
    .single-site-card-fda ul li img {
        vertical-align : middle;
    }
    
    .single-site-card-fda {
        padding: 20px;
        max-width: max-content;
    }
    
    body.celldx-targeted-therapy-options .single-site-card-fda::before, body.celldx-targeted-therapy-options .single-site-card-fda::after {
        top: 10%;
        height: 80%;
    }
    
    body.non-fda .single-site-card-fda::before, body.celldx-targeted-therapy-options .single-site-card-fda::after {
        top: 10%;
        height: 80%;
    }
    
    .section-header h2 {
        font-size: 32px;
        line-height: normal;
    }
    
    .section-header p {
        font-size: 20px;
        line-height: normal;
        margin: 0 auto 30px;
    }
    
    .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    }
    
    .feature-card h3 {
        font-size: 18px;
    }
    
    body.celldx-targeted-therapy-options .single-site-card h2 {
        font-size: 32px;
    }
    body.celldx-targeted-therapy-options .single-site-card::before, body.celldx-targeted-therapy-options .single-site-card::after {
        height: 73%;
    }
    
     body.non-fda .single-site-card h2 {
        font-size: 32px;
    }
    body.non-fda .single-site-card::before, body.celldx-targeted-therapy-options .single-site-card::after {
        height: 73%;
    }
    
    .analysis-section h2 {
        font-size: 32px;
    }
    
    .subtitle {
        font-size: 18px;
        max-width: 600px;
        margin: 0px auto 20px;
    }
    
    .analysis-col li {
        font-size: 16px;
    }
    
    body.celldx-targeted-therapy-options .clinical-card h2 {
        font-size: 32px;
    }
    
    body.celldx-targeted-therapy-options .clinical-card{
    max-width: 670px;
    margin: 0 auto;
    right: 4%;
    }
    
    body.celldx-targeted-therapy-options .single-site-card {
        max-width: 600px;
    }
    
        body.non-fda .clinical-card{
    max-width: 670px;
    margin: 0 auto;
    right: 4%;
    }
    
    body.non-fda .single-site-card {
        max-width: 600px;
    }
    
    .treatment-card-fda h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    
    .treatment-card-fda p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    
    .treatment-card-fda ul li {
        font-size: 16px;
    }
    
    .treatment-card-fda {
        padding:10px 20px;
        width: 95%;
    }
    
    .ivd-fda-section {
        padding: 100px 0;
    }
    
    .process-section h2 {
        font-size: 32px;
    }
    
    .subtitle-new {
        font-size: 18px;
        line-height: normal;
    }
    
    .process-section {
        padding: 80px 0;
    }
    
    .vx-faq-title {
        font-size: 32px;
    }
    
    .footer-contact {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    }
    
    .treatment-card-fda ul li img {
    vertical-align: text-top;
}

body.non-fda .analysis-col h3 {
    font-size: 18px;
}

.glass-box {
   padding: 10px 20px;
}

.vx-onco-title {
    font-size: 32px;
    line-height: normal;
    margin-bottom:0;
}
    
.vx-onco-subtitle {
    font-size: 20px;
    line-height: normal;
}

br {
    display: none;
}

.vx-clinical-heading {
    font-size: 32px;
    line-height:normal;
}

.vx-clinical-sub {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 30px;
}

.vx-bio-title {
    font-size: 32px;
    line-height:normal;
}

.vx-bio-sub {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 30px;
}

.vx-bio-grid {
    flex-wrap: nowrap;
    flex-direction: row;
}



}
