.timeline-section .timeline {
  position: relative;
}
.timeline-section .timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #ccc;
}
.timeline-section .timeline-box {
  border-radius: 16px;
  border: 1px solid #dcdcdc;
  padding: 1rem;
}
.timeline-section .timeline-item {
  position: relative;
  margin-bottom: 1rem;
}
.timeline-section .timeline-content {
  padding: 1.5rem;
}
.timeline-section .timeline-number {
  width: 48px;
  height: 48px;
  background-color: #141b5d;
  color: white;
  border-radius: 50%;
  display: flex;
  font-size: 32px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.timeline-section .timeline-icon {
  max-width: 100%;
  height: auto;
}
.timeline-section .timeline-title {
  color: #58595b;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
}
.timeline-section .timeline-title-a {
  color: #58595b;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}
.timeline-section .timeline-week {
  color: #141b5d;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.timeline-section .timeline-item:last-child {
  margin-bottom: 0rem;
}
.timeline-section .timeline-box ol li {
  color: #58595b;
  font-size: 16px;
  font-style: normal;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 200%; /* 32px */
}
.timeline-section .timeline-box ol li:last-child {
  margin-bottom: 0rem;
}
.timeline-section .timeline-box ol li strong {
  color: #58595b;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}
.timeline-section {
  padding: 80px 0;
}
@media (min-width: 768px) {
  .timeline-section .timeline-item-left .timeline-content {
    margin-right: auto;
    width: 45%;
  }
  .timeline-section .timeline-item-right .timeline-content {
    margin-left: auto;
    width: 45%;
  }
}
@media (max-width: 767.98px) {
  .timeline-section .timeline::before {
    left: 20px;
  }
  .timeline-section .timeline-number {
    left: 0px;
    transform: translateY(-50%);
  }
  .timeline-section .timeline-content {
    margin-left: 30px !important;
    margin-right: 10px;
  }
}


/* section */
.saliva-section {
  display: block;
  margin-bottom: 50px;
}
/* image wrapper */
.saliva-section .saliva-wrapper {
  position: relative;
  display: inline-block;
}

/* main image */
.saliva-section .main-img {
  max-width: 850px;
}

/* info boxes */
.saliva-section .info-box {
  position: absolute;
  border-radius: 12px;
  background: var(--White, #fff);
  box-shadow: 0 24px 50px 0 rgba(0, 0, 0, 0.1);
  padding: 5px 16px;
  text-decoration: none;
  color: var(--Text-Navigation, #727272);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 285.714% */
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* hover animation */
.saliva-section .info-box:hover {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  color: #141b5d;
}

/* icon */
.saliva-section .icon {
  font-size: 18px;
}

/* positions */

.saliva-section .detect-box {
  left: -20%;
  top: 25%;
}

.saliva-section .home-box {
  right: 0%;
  top: 20%;
}

.saliva-section .review-box {
  left: -20%;
  bottom: 20%;
}

.saliva-section .use-box {
  right: -15%;
  bottom: 5%;
}
.saliva-section-img {
  display: none;
}
/* responsive */

@media (max-width: 768px) {
  .saliva-section {
    display: none;
  }
  .saliva-section-img {
    display: block;
  }
}

.vid-con-hero-section {
  position: relative;
  background: url(../img/saliva-testing/ban-bg.webp) no-repeat center;
  background-size: cover;
  padding-bottom: 0px;
}

.den-section-btn-cta {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  display: inline;
  padding: 12px 16px;
  gap: 10px;
  transition: all 0.3s;
  border-radius: 72px;
  background: #141b5d;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.12) inset,
    0 1px 1.5px 0 rgba(255, 255, 255, 0.25) inset,
    0 2px 6px 0 rgba(74, 58, 255, 0.1);
  color: #fff;
  border: 1px solid #141b5d;
}

.den-section-btn-cta:hover {
  background: #141b5d;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.12) inset,
    0 1px 1.5px 0 rgba(255, 255, 255, 0.25) inset,
    0 2px 6px 0 rgba(74, 58, 255, 0.1);
  color: #fff;
  border: 1px solid #141b5d;
}

.dentist-type-card {
border-radius: 16px;
    border: 0.5px solid #d8d8d8;
    background: #fff;
    box-shadow: 4px 4px 4px 0 rgba(227, 223, 255, 0.18);
    padding: 20px;
    height: 100%;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
}

.dentist-type-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.dentist-type-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 20%;
  display: flex;
  color:#141b5d;
  align-items: center;
  justify-content: center;
  background: #eef3ff;
}

.dentist-type-icon i {
  font-size: 42px;
}

.dentist-type-card h3 {
    color: #58595b;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
}

.dentist-type-card p {
    color: #58595b;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    margin-bottom: 16px;
}

.dentist-type-link {
    color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  display: block;
  padding: 12px 16px;
  gap: 10px;
  text-align: center;
  transition: all 0.3s;
  border-radius: 72px;
  background: #141b5d;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.12) inset,
    0 1px 1.5px 0 rgba(255, 255, 255, 0.25) inset,
    0 2px 6px 0 rgba(74, 58, 255, 0.1);
  color: #fff;
  border: 1px solid #141b5d;
  text-decoration: none;
}

.dentist-type-link:hover {
   transform: translateY(-6px) scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
  .dentist-type-card {
    padding: 25px 20px;
  }
}

.den-section-btn-cta-a {
  color: #141b5d;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  display: inline;

  padding: 12px 16px;
  gap: 10px;
  text-decoration: none !important;
  transition: all 0.3s;
  border-radius: 72px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.12) inset,
    0 1px 1.5px 0 rgba(255, 255, 255, 0.25) inset,
    0 2px 6px 0 rgba(74, 58, 255, 0.1);
}
.den-section-btn-cta-a:hover {
  background-color: #fff;
  color: #141b5d !important;
  border: none;
  border: 1px solid #ddd;
}


.dentist-network-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 30px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e8eaf0;
  transition: all 0.3s ease;
}

.dentist-network-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.dentist-network-icon {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef3ff;
}

.dentist-network-icon i {
  font-size: 28px;
  color: #141b5d;
}

.dentist-network-content h3 {
 color: #58595b;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    margin-bottom: 0px;
}

.dentist-network-content p {
    color: #58595b;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    margin-bottom: 0px;
}

@media (max-width: 767px) {
  .dentist-network-card {
    padding: 25px 20px;
    gap: 15px;
  }

  .dentist-network-icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
  }

  .dentist-network-icon i {
    font-size: 23px;
  }

  .dentist-network-content h3 {
    font-size: 19px;
  }
}


.virtual-dentist-help-card {
  padding: 30px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e8eaf0;
  transition: all 0.3s ease;
}

.virtual-dentist-help-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.virtual-dentist-help-card h3 {
  font-size: 22px;
  font-weight: 700;
}

.virtual-dentist-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.virtual-dentist-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.6;
}

.virtual-dentist-list li:last-child {
  margin-bottom: 0;
}

.virtual-dentist-list li i {
  flex: 0 0 auto;
  margin-top: 3px;
  font-size: 17px;
}

@media (max-width: 767px) {
  .virtual-dentist-help-card {
    padding: 25px 20px;
  }

  .virtual-dentist-help-card h3 {
    font-size: 20px;
  }

  .virtual-dentist-list li {
    font-size: 14px;
  }
}


/* Timeline container */
.When-to-Use-sec .timeline {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 60px;
}
/* Vertical dashed line */
.When-to-Use-sec .timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 2px;
  height: 100%;
  border-left: 2px dashed #58595b;
}
/* Timeline item */
.When-to-Use-sec .timeline li {
  position: relative;
  margin-bottom: 40px;
  color: #58595b;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; /* 40px */
}
/* Outer circle */
.When-to-Use-sec .timeline li::before {
  content: "";
  position: absolute;
  left: -55px;
  width: 32px;
  height: 32px;
  border: 2px solid #141b5d; /* Dark Blue border */
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}
/* Inner dot */
.When-to-Use-sec .timeline li::after {
  content: "";
  position: absolute;
  left: -45px;
  top: 10px;
  width: 12px;
  height: 12px;
  background: #141b5d; /* Dark Blue fill */
  border-radius: 50%;
  z-index: 2;
}

.When-to-Use-sec h4 {
  color: #141b5d;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}


/* ================================
   Patient Testimonials
================================ */

.testimonial-card {
  height: 100%;
  padding: 35px 30px;
  background: #ffffff;
  border: 1px solid #e7eaf0;
  border-radius: 18px;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Yellow Card */
.testimonial-card.bg-light-yellow {
  background: #eef3ff;
}
.testimonial-card.bg-light-yellow .tag-badge {
background: #141b5d;
  color: #fff;
}
.testimonial-card.bg-light-yellow .tag-badge {
background: #141b5d;
  color: #fff;
}


/* Metric Number */
.testimonial-name {
  display: block;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 5px;
}

/* Rating / Badge */
.tag-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

/* Testimonial Text */
.testimonial-quote {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

/* Section Description */
.testimonial-card + .testimonial-card {
  transition: all 0.3s ease;
}
.testimonial-card.bg-light-yellow  .testimonial-name {
  display: block;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 5px;
  color: #141b5d !important;
}
/* Tablet */
@media (max-width: 991px) {
  .testimonial-card {
    padding: 30px 25px;
  }

  .testimonial-name {
    font-size: 30px;
  }

  .testimonial-quote {
    font-size: 15px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .testimonial-card {
    padding: 25px 20px;
    border-radius: 15px;
  }

  .testimonial-name {
    font-size: 28px;
  }

  .tag-badge {
    font-size: 13px;
    padding: 7px 14px;
  }

  .testimonial-quote {
    font-size: 14px;
    line-height: 1.6;
  }
}

