.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;
  }
}

.Sle-App-section-title {
  color: #454545;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}
.Sle-App-section-subtext {
  margin-left: auto;
  margin-right: auto;
  color: #5d6375;
  font-size: 17px;
  line-height: 1.75;
}

.Sle-App-section-title span {
  color: #141b5d;
}

/* ==========================================
   PRICE / TRUST CARD
========================================== */

.sleep-test-price-card {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 30px;

  padding: 28px 32px;

  background: rgb(246, 254, 255);

  border: 1px solid #e3e8f5;
  border-radius: 18px;

  box-shadow: 0 12px 35px rgba(20, 27, 93, 0.08);
}

/* Price */

.sleep-test-price {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.sleep-test-current-price {
  color: #141b5d;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

.sleep-test-regular-price {
  color: #858da2;
  font-size: 14px;
  text-decoration: line-through;
}

/* Insurance */

.sleep-test-insurance {
  flex: 1;
}

.sleep-test-insurance p {
  color: #5f667a;
  font-size: 15px;
  line-height: 1.6;
}

.sleep-test-insurance strong {
  color: #141b5d;
}

/* CTA */

.sleep-test-cta .btn {
  white-space: nowrap;
  font-weight: 600;
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 991.98px) {
  .sleep-test-price-card {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .sleep-test-price,
  .sleep-test-insurance,
  .sleep-test-cta {
    width: 100%;
    justify-content: center;
  }

  .sleep-test-price {
    display: flex;
  }
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767.98px) {
  /* Price card */

  .sleep-test-price-card {
    padding: 25px 20px;
    gap: 20px;
  }

  .sleep-test-price {
    flex-direction: column;
    gap: 8px;
  }

  .sleep-test-current-price {
    font-size: 34px;
  }

  .sleep-test-cta {
    width: 100%;
  }

  .sleep-test-cta .btn {
    width: 100%;
  }
}

/* ==========================================
   SALIVA TESTING SECTION
========================================== */

.saliva-testing-section {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.saliva-testing-how-title {
  color: #141b5d;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

/* ==========================================
   4 STEP PROCESS
========================================== */

.saliva-testing-steps {
  position: relative;

  display: grid;
  grid-template-columns: repeat(4, 1fr);

  gap: 25px;

  max-width: 1150px;
  margin: 0 auto;
}

/* Connecting line */

/* Step */

.saliva-testing-step {
  position: relative;
  z-index: 1;

  border-radius: 16px;
  border: 1px solid #dcdcdc;
  background: #fefefe;
  padding: 20px;

  padding: 28px 22px;

  text-align: center;
}

/* Step number */

.saliva-step-number {
  width: 58px;
  height: 58px;

  margin: 0 auto 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #141b5d;

  color: #ffffff;

  font-size: 15px;
  font-weight: 700;

  box-shadow: 0 8px 20px rgba(28, 63, 198, 0.25);
}

/* Step content */

.saliva-step-content h4 {
  color: #58595b;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  margin-bottom: 0px;
}

.saliva-step-content p {
  color: #58595b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 0;
}

/* ==========================================
   TESTING INFORMATION CARD
========================================== */

.saliva-testing-info-card {
  padding: 35px;

  background: #f6feff;

  border: 1px solid #e2e7f4;

  border-radius: 20px;

  box-shadow: 0 10px 35px rgba(20, 27, 93, 0.06);
}

/* Heading */

.saliva-info-label {
  display: inline-block;

  margin-bottom: 10px;

  color: #454545;

  font-size: 14px;

  font-weight: 700;

  letter-spacing: 1.4px;
}

.saliva-info-heading h3 {
  color: #141b5d;

  font-size: 27px;

  font-weight: 700;

  line-height: 1.3;

  margin: 0;
}

.saliva-info-heading h3 span {
  color: #454545;
}

/* ==========================================
   TESTING LIST
========================================== */

.saliva-testing-list {
  padding: 0;

  list-style: none;
}

.saliva-testing-list li {
  display: flex;
  align-items: center;

  gap: 14px;

  padding: 13px 0;

  color: #4f586d;
  font-weight: 500;
  font-size: 16px;

  border-bottom: 1px solid #e2e7f1;
}

.saliva-testing-list li:last-child {
  border-bottom: 0;
}

.saliva-list-icon {
  flex: 0 0 34px;

  width: 34px;
  height: 34px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #e8edff;

  color: #141b5d;

  font-size: 18px;
}

/* ==========================================
   DISCLAIMER
========================================== */

.saliva-testing-disclaimer {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 10px;

  padding: 15px 20px;

  border-radius: 10px;

  background: #f7f8fb;

  color: #6d7485;

  text-align: center;
}

.saliva-testing-disclaimer i {
  color: #1c3fc6;

  font-size: 16px;

  flex-shrink: 0;
}

.saliva-testing-disclaimer p {
  font-size: 13px;
  line-height: 1.5;
}

/* ==========================================
   CTA
========================================== */

.saliva-testing-section .btn-light-blue {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  padding: 13px 25px;

  border-radius: 8px;

  font-weight: 600;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.saliva-testing-section .btn-light-blue:hover {
  transform: translateY(-2px);

  box-shadow: 0 8px 20px rgba(28, 63, 198, 0.2);
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 991.98px) {
  .saliva-testing-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .saliva-testing-steps::before {
    display: none;
  }

  .saliva-testing-info-card {
    padding: 30px;
  }

  .saliva-info-heading h3 {
    font-size: 24px;
  }
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767.98px) {
  .saliva-testing-section {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .saliva-testing-how-title {
    font-size: 24px;
  }

  /* Stack steps */

  .saliva-testing-steps {
    grid-template-columns: 1fr;

    gap: 18px;
  }

  .saliva-testing-step {
    display: flex;

    align-items: flex-start;

    gap: 18px;

    padding: 20px;

    text-align: left;
  }

  .saliva-step-number {
    flex: 0 0 52px;

    width: 52px;
    height: 52px;

    margin: 0;

    font-size: 14px;
  }

  .saliva-step-content h4 {
    font-size: 17px;

    margin-bottom: 7px;
  }

  .saliva-step-content p {
    font-size: 14px;
  }

  /* Information card */

  .saliva-testing-info-card {
    padding: 25px 20px;
  }

  .saliva-info-heading h3 {
    font-size: 23px;
  }

  .saliva-testing-list {
    margin-top: 10px;
  }

  .saliva-testing-list li {
    font-size: 14px;
  }

  .saliva-testing-disclaimer {
    align-items: flex-start;

    text-align: left;
  }

  .saliva-testing-section .btn-light-blue {
    width: 100%;
  }
}

/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 575.98px) {
  .saliva-testing-step {
    padding: 18px 16px;
  }

  .saliva-step-number {
    flex-basis: 46px;

    width: 46px;
    height: 46px;

    font-size: 12px;
  }

  .saliva-testing-info-card {
    padding: 22px 17px;
  }

  .saliva-info-heading h3 {
    font-size: 21px;
  }

  .saliva-testing-list li {
    align-items: flex-start;
  }

  .saliva-list-icon {
    flex-basis: 30px;

    width: 30px;
    height: 30px;
  }
}

/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {
  .saliva-testing-step {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .saliva-testing-section .btn-light-blue,
  .saliva-testing-step {
    transition: none;
  }
}

/* ==========================================
   MOUTHCAM MODERN SECTION
========================================== */

.mouthcam-modern-section {
  padding: 60px 0;
}

/* ==========================================
   LEFT VISUAL CARD
========================================== */

.mouthcam-visual-card {
  position: relative;
  min-height: 500px;

  display: flex;
  align-items: flex-end;

  padding: 40px;

  overflow: hidden;

  border-radius: 30px;

  background: #141b5d;

  box-shadow: 0 25px 60px rgba(20, 27, 93, 0.18);
}

/* Decorative circles */

.mouthcam-visual-card::before {
  content: "";

  position: absolute;

  width: 260px;
  height: 260px;

  top: -90px;
  right: -70px;

  border: 1px solid rgba(255, 255, 255, 0.2);

  border-radius: 50%;
}

.mouthcam-visual-card::after {
  content: "";

  position: absolute;

  width: 170px;
  height: 170px;

  top: -45px;
  right: -25px;

  border: 1px solid rgba(255, 255, 255, 0.15);

  border-radius: 50%;
}

/* Badge */

.mouthcam-badge {
  position: absolute;

  top: 30px;
  left: 30px;

  display: inline-flex;
  align-items: center;

  gap: 8px;

  padding: 8px 14px;

  border: 1px solid rgba(255, 255, 255, 0.2);

  border-radius: 50px;

  background: rgba(255, 255, 255, 0.1);

  color: #ffffff;

  font-size: 12px;

  font-weight: 600;

  backdrop-filter: blur(8px);
}

.mouthcam-badge i {
  font-size: 14px;
}

/* Visual content */

.mouthcam-visual-content {
  position: relative;
  z-index: 2;

  max-width: 470px;
}

.mouthcam-small-title {
  display: inline-block;

  margin-bottom: 12px;

  color: #bfcaff;

  font-size: 13px;

  font-weight: 700;

  letter-spacing: 2px;
}

.mouthcam-visual-content h2 {
  color: #ffffff;

  font-size: clamp(34px, 4vw, 48px);

  line-height: 1.12;

  font-weight: 700;

  margin-bottom: 20px;
}

.mouthcam-visual-content h2 span {
  color: #aebcff;
}

.mouthcam-visual-content > p {
  color: rgba(255, 255, 255, 0.78);

  font-size: 16px;

  line-height: 1.7;

  margin-bottom: 25px;
}

/* Feature list */

.mouthcam-feature-list {
  display: flex;
  flex-direction: column;

  gap: 12px;
}

.mouthcam-feature-list div {
  display: flex;
  align-items: center;

  gap: 10px;

  color: #ffffff;

  font-size: 14px;
}

.mouthcam-feature-list i {
  color: #aebcff;

  font-size: 17px;
}

/* ==========================================
   RIGHT PROCESS
========================================== */

.mouthcam-process-wrapper {
  padding-left: 20px;
}

/* Process item */

.mouthcam-process-item {
  position: relative;

  display: flex;

  gap: 22px;

  padding-bottom: 30px;
}

/* Connecting line */

.mouthcam-process-item::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 55px;
  width: 1px;
  height: calc(100% - 35px);
  background: #d7def3;
}

.mouthcam-process-item:nth-child(3)::after {
  display: none;
}

/* Number */

.mouthcam-process-number {
  position: relative;

  z-index: 2;

  flex: 0 0 50px;

  width: 50px;
  height: 50px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 14px;

  background: #ffffff;

  border: 1px solid #dce3f5;

  color: #141b5d;

  font-size: 16px;

  font-weight: 700;

  box-shadow: 0 7px 20px rgba(20, 27, 93, 0.07);
}

/* Content */

.mouthcam-process-content {
  padding-top: 2px;
}

.mouthcam-process-content h4 {
  color: rgb(88, 89, 91);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  margin-bottom: 8px;
}

.mouthcam-process-content p {
  max-width: 500px;

  color: #687086;

  font-size: 15px;

  line-height: 1.65;

  margin: 0;
}

/* ==========================================
   CTA
========================================== */

.mouthcam-modern-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 13px 25px;

  border-radius: 9px;

  background: #1c3fc6;

  border: 1px solid #1c3fc6;

  color: #ffffff;

  font-size: 15px;

  font-weight: 600;

  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.mouthcam-modern-btn:hover {
  background: #141b5d;

  border-color: #141b5d;

  color: #ffffff;

  transform: translateY(-3px);

  box-shadow: 0 10px 25px rgba(28, 63, 198, 0.25);
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 991.98px) {
  .mouthcam-visual-card {
    min-height: 450px;

    padding: 35px;
  }

  .mouthcam-process-wrapper {
    padding-left: 0;
  }

  .mouthcam-process-heading h3 {
    font-size: 28px;
  }
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767.98px) {
  .mouthcam-modern-section {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .mouthcam-visual-card {
    min-height: auto;

    padding: 30px 25px;

    border-radius: 22px;
  }

  .mouthcam-badge {
    position: relative;

    top: auto;
    left: auto;

    margin-bottom: 80px;
  }

  .mouthcam-visual-content h2 {
    font-size: 34px;
  }

  .mouthcam-visual-content > p {
    font-size: 15px;
  }

  .mouthcam-process-heading {
    margin-top: 15px;
    margin-bottom: 28px;
  }

  .mouthcam-process-heading h3 {
    font-size: 26px;
  }

  .mouthcam-process-item {
    gap: 16px;
    padding-bottom: 25px;
  }

  .mouthcam-process-number {
    flex-basis: 46px;

    width: 46px;
    height: 46px;

    border-radius: 12px;
  }

  .mouthcam-process-item:not(:last-of-type)::after {
    left: 22px;
    top: 50px;
  }

  .mouthcam-process-content h4 {
    font-size: 17px;
  }

  .mouthcam-process-content p {
    font-size: 14px;
  }

  .mouthcam-modern-btn {
    width: 100%;
  }
}

/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 575.98px) {
  .mouthcam-visual-card {
    padding: 25px 20px;
  }

  .mouthcam-visual-content h2 {
    font-size: 30px;
  }

  .mouthcam-process-heading h3 {
    font-size: 24px;
  }

  .mouthcam-feature-list div {
    font-size: 13px;
  }
}

/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {
  .mouthcam-modern-btn {
    transition: none;
  }
}

/* ==========================================
   AI DENTAL CARE SECTION
========================================== */

.ai-dental-section {
  padding: 60px 0;
}

/* ==========================================
   LEFT AI VISUAL
========================================== */

.ai-dental-visual {
  position: relative;

  min-height: 560px;

  display: flex;
  align-items: flex-end;

  padding: 45px;

  overflow: hidden;

  border-radius: 30px;

  background: radial-gradient(
      circle at 85% 15%,
      rgba(160, 174, 255, 0.35),
      transparent 30%
    ),
    radial-gradient(
      circle at 10% 80%,
      rgba(110, 130, 230, 0.25),
      transparent 35%
    ),
    linear-gradient(145deg, #10184f 0%, #1c3fc6 100%);

  box-shadow: 0 25px 60px rgba(20, 27, 93, 0.18);
}

/* Decorative AI circles */

.ai-dental-visual::before {
  content: "";

  position: absolute;

  width: 330px;
  height: 330px;

  top: -100px;
  right: -90px;

  border: 1px solid rgba(255, 255, 255, 0.18);

  border-radius: 50%;
}

.ai-dental-visual::after {
  content: "";

  position: absolute;

  width: 220px;
  height: 220px;

  top: -45px;
  right: -35px;

  border: 1px solid rgba(255, 255, 255, 0.12);

  border-radius: 50%;
}

/* AI Icon */

.ai-dental-icon {
  position: absolute;

  top: 45px;
  left: 45px;

  width: 72px;
  height: 72px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 20px;

  background: rgba(255, 255, 255, 0.12);

  border: 1px solid rgba(255, 255, 255, 0.2);

  color: #ffffff;

  font-size: 32px;

  backdrop-filter: blur(10px);

  z-index: 2;
}

.ai-dental-visual-content {
  position: relative;
  z-index: 3;

  max-width: 480px;
}

.ai-dental-label {
  display: inline-block;

  margin-bottom: 14px;

  color: #becaff;

  font-size: 12px;

  font-weight: 700;

  letter-spacing: 2px;
}

.ai-dental-visual-content h2 {
  color: #ffffff;

  font-size: clamp(34px, 4vw, 48px);

  line-height: 1.12;

  font-weight: 700;

  margin-bottom: 20px;
}

.ai-dental-visual-content h2 span {
  color: #b8c4ff;
}

.ai-dental-visual-content p {
  color: rgba(255, 255, 255, 0.78);

  font-size: 16px;

  line-height: 1.7;

  margin: 0;
}

/* ==========================================
   FLOATING INSIGHT CARD
========================================== */

.ai-insight-card {
  position: absolute;

  right: 25px;
  bottom: 25px;

  z-index: 4;

  display: flex;
  align-items: center;

  gap: 12px;

  max-width: 270px;

  padding: 14px 16px;

  border-radius: 14px;

  background: rgba(255, 255, 255, 0.95);

  box-shadow: 0 15px 35px rgba(10, 20, 70, 0.25);

  backdrop-filter: blur(10px);
}

.ai-insight-icon {
  flex: 0 0 40px;

  width: 40px;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 10px;

  background: #e9edff;

  color: #1c3fc6;

  font-size: 18px;
}

.ai-insight-card small {
  display: block;

  margin-bottom: 3px;

  color: #1c3fc6;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: 1px;
}

.ai-insight-card strong {
  display: block;

  color: #141b5d;

  font-size: 12px;

  line-height: 1.35;
}

/* ==========================================
   RIGHT CONTENT
========================================== */

.ai-dental-content {
  padding-left: 15px;
}

.ai-section-eyebrow {
  display: inline-block;

  margin-bottom: 10px;

  color: #1c3fc6;

  font-size: 12px;

  font-weight: 700;

  letter-spacing: 1.5px;
}

.ai-dental-title {
  color: #141b5d;

  font-size: clamp(34px, 4vw, 46px);

  line-height: 1.15;

  font-weight: 700;

  margin-bottom: 18px;
}

.ai-dental-title span {
  color: #1c3fc6;
}

.ai-dental-intro {
  max-width: 650px;

  color: #687086;

  font-size: 16px;

  line-height: 1.75;

  margin-bottom: 28px;
}

/* ==========================================
   SUPPORT FEATURES
========================================== */

.ai-support-heading {
  color: #58595b;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  margin-bottom: 15px;
}

.ai-support-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 14px;
}

.ai-support-item {
  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%;
}

/* Feature icon */

.ai-support-icon {
  flex: 0 0 40px;

  width: 40px;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 10px;

  background: #edf0ff;

  color: #141b5d;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 16px;
}

.ai-support-item h4 {
  color: #58595b;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;

  margin-bottom: 5px;
}

.ai-support-item p {
  color: #58595b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 0;
}

/* ==========================================
   DISCLAIMER
========================================== */

.ai-dental-disclaimer {
  display: flex;

  align-items: flex-start;

  gap: 12px;

  margin-top: 20px;

  padding: 15px 18px;

  border-radius: 12px;

  background: #f7f8fc;

  border: 1px solid #e8ebf3;
}

.ai-disclaimer-icon {
  flex: 0 0 24px;

  color: #1c3fc6;

  font-size: 16px;
}

.ai-dental-disclaimer strong {
  display: block;

  color: #141b5d;

  font-size: 13px;

  margin-bottom: 3px;
}

.ai-dental-disclaimer p {
  color: #737b8e;

  font-size: 12px;

  line-height: 1.55;
}

/* ==========================================
   CTA
========================================== */

.ai-dental-btn {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  padding: 13px 25px;

  border-radius: 9px;

  background: #1c3fc6;

  border: 1px solid #1c3fc6;

  color: #ffffff;

  font-size: 15px;

  font-weight: 600;

  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.ai-dental-btn:hover {
  background: #141b5d;

  border-color: #141b5d;

  color: #ffffff;

  transform: translateY(-3px);

  box-shadow: 0 10px 25px rgba(28, 63, 198, 0.25);
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 991.98px) {
  .ai-dental-visual {
    min-height: 480px;

    padding: 35px;
  }

  .ai-dental-icon {
    top: 35px;
    left: 35px;
  }

  .ai-dental-content {
    padding-left: 0;
  }

  .ai-dental-title {
    font-size: 36px;
  }
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767.98px) {
  .ai-dental-section {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .ai-dental-visual {
    min-height: 480px;

    padding: 30px 25px;

    border-radius: 22px;
  }

  .ai-dental-icon {
    top: 25px;
    left: 25px;

    width: 60px;
    height: 60px;

    font-size: 26px;
  }

  .ai-dental-visual-content {
    margin-top: 65px;
  }

  .ai-dental-visual-content h2 {
    font-size: 34px;
  }

  .ai-dental-visual-content p {
    font-size: 14px;
  }

  .ai-insight-card {
    right: 15px;
    bottom: 15px;

    max-width: 250px;
  }

  .ai-dental-content {
    padding-left: 0;
  }

  .ai-dental-title {
    font-size: 32px;
  }

  .ai-dental-intro {
    font-size: 14px;
  }

  .ai-support-grid {
    grid-template-columns: 1fr;
  }

  .ai-support-item {
    padding: 16px;
  }

  .ai-dental-btn {
    width: 100%;
  }
}

/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 575.98px) {
  .ai-dental-visual {
    min-height: 500px;

    padding: 25px 20px;
  }

  .ai-dental-visual-content h2 {
    font-size: 30px;
  }

  .ai-insight-card {
    max-width: calc(100% - 30px);
  }

  .ai-dental-title {
    font-size: 29px;
  }
}

/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {
  .ai-support-item,
  .ai-dental-btn {
    transition: none;
  }
}

/* ==========================================
   AI DENTAL IMAGE
========================================== */

.ai-dental-image-wrapper {
  position: relative;
  overflow: hidden;

  border-radius: 30px;

  background: #f1f4ff;

  box-shadow: 0 25px 60px rgba(20, 27, 93, 0.15);
}

.ai-dental-image {
  width: 100%;
  height: 560px;

  display: block;

  object-fit: cover;

  transition: transform 0.5s ease;
}

.ai-dental-image-wrapper:hover .ai-dental-image {
  transform: scale(1.03);
}

/* Image Badge */

.ai-image-badge {
  position: absolute;

  left: 25px;
  bottom: 25px;

  display: inline-flex;
  align-items: center;

  gap: 9px;

  padding: 11px 16px;

  border-radius: 50px;

  background: rgba(255, 255, 255, 0.95);

  color: #141b5d;

  font-size: 13px;
  font-weight: 700;

  box-shadow: 0 10px 30px rgba(20, 27, 93, 0.18);

  backdrop-filter: blur(10px);
}

.ai-image-badge i {
  color: #1c3fc6;
  font-size: 17px;
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 991.98px) {
  .ai-dental-image {
    height: 480px;
  }
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767.98px) {
  .ai-dental-image-wrapper {
    border-radius: 22px;
  }

  .ai-dental-image {
    height: 400px;
  }

  .ai-image-badge {
    left: 15px;
    bottom: 15px;

    font-size: 12px;

    padding: 9px 13px;
  }
}

/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 575.98px) {
  .ai-dental-image {
    height: 350px;
  }

  .ai-image-badge {
    max-width: calc(100% - 30px);
  }
}

/* ==========================================
   PREVENTIVE DENTAL CARE
========================================== */

.preventive-dental-section {
  padding: 60px 0;
}

/* ==========================================
   IMAGE
========================================== */

.preventive-image-wrapper {
  position: relative;

  overflow: hidden;

  border-radius: 28px;

  background: #edf1ff;

  box-shadow: 0 25px 55px rgba(20, 27, 93, 0.14);
}

.preventive-dental-image {
  width: 100%;
  height: 560px;

  display: block;

  object-fit: cover;

  transition: transform 0.5s ease;
}

.preventive-image-wrapper:hover .preventive-dental-image {
  transform: scale(1.04);
}

/* Image Badge */

.preventive-image-badge {
  position: absolute;

  left: 25px;
  bottom: 25px;

  display: inline-flex;
  align-items: center;

  gap: 9px;

  padding: 11px 16px;

  border-radius: 50px;

  background: rgba(255, 255, 255, 0.95);

  color: #141b5d;

  font-size: 13px;

  font-weight: 700;

  box-shadow: 0 10px 30px rgba(20, 27, 93, 0.18);

  backdrop-filter: blur(10px);
}

.preventive-image-badge i {
  color: #141b5d;
  font-size: 17px;
}

/* ==========================================
   CONTENT
========================================== */

.preventive-dental-content {
  padding-left: 15px;
}

.preventive-eyebrow {
  display: inline-block;

  margin-bottom: 10px;

  color: #141b5d;

  font-size: 12px;

  font-weight: 700;

  letter-spacing: 1.5px;
}

.preventive-title {
  max-width: 650px;

  color: #141b5d;

  font-size: clamp(34px, 4vw, 46px);

  line-height: 1.15;

  font-weight: 700;

  margin-bottom: 18px;
}

.preventive-title span {
  display: block;

  color: #141b5d;
}

.preventive-intro {
  max-width: 650px;

  color: #687086;

  font-size: 16px;

  line-height: 1.75;

  margin-bottom: 28px;
}

/* ==========================================
   OPTIONS TITLE
========================================== */

.preventive-options-title {
  color: rgb(88, 89, 91);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  margin-bottom: 15px;
}

/* ==========================================
   PREVENTIVE OPTIONS
========================================== */

.preventive-options {
  display: flex;

  flex-direction: column;

  gap: 12px;
}

/* Option */

.preventive-option {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin-bottom: 1.5rem;
}

/* Icon */

.preventive-option-icon {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #edf0ff;
  color: rgb(20, 27, 93);
  font-size: 24px;
}

/* Content */

.preventive-option-content {
  flex: 1;
}

.preventive-option img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.preventive-option-content h4 {
  color: #58595b;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 0px;
}

.preventive-option-content p {
  color: #58595b;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;

  margin: 0;
}

/* Arrow */

.preventive-option-arrow {
  flex: 0 0 30px;

  width: 30px;
  height: 30px;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #f0f3ff;

  color: #1c3fc6;

  font-size: 14px;

  transition: background 0.3s ease, transform 0.3s ease;
}

.preventive-option:hover .preventive-option-arrow {
  background: #1c3fc6;

  color: #ffffff;

  transform: translateX(3px);
}

/* ==========================================
   CTA
========================================== */

.preventive-dental-btn {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  padding: 13px 25px;

  border-radius: 9px;

  background: #1c3fc6;

  border: 1px solid #1c3fc6;

  color: #ffffff;

  font-size: 15px;

  font-weight: 600;

  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.preventive-dental-btn:hover {
  background: #141b5d;

  border-color: #141b5d;

  color: #ffffff;

  transform: translateY(-3px);

  box-shadow: 0 10px 25px rgba(28, 63, 198, 0.25);
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 991.98px) {
  .preventive-dental-image {
    height: 480px;
  }

  .preventive-dental-content {
    padding-left: 0;
  }

  .preventive-title {
    font-size: 36px;
  }
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767.98px) {
  .preventive-dental-section {
    padding-top: 45px !important;

    padding-bottom: 45px !important;
  }

  .preventive-image-wrapper {
    border-radius: 22px;
  }

  .preventive-dental-image {
    height: 400px;
  }

  .preventive-image-badge {
    left: 15px;
    bottom: 15px;

    padding: 9px 13px;

    font-size: 12px;
  }

  .preventive-dental-content {
    padding-left: 0;
  }

  .preventive-title {
    font-size: 32px;
  }

  .preventive-intro {
    font-size: 14px;
  }

  .preventive-option {
    align-items: flex-start;

    padding: 15px;
  }

  .preventive-option-icon {
    flex-basis: 40px;

    width: 40px;
    height: 40px;

    font-size: 17px;
  }

  .preventive-option-content h4 {
    font-size: 15px;
  }

  .preventive-option-content p {
    font-size: 12px;
  }

  .preventive-option-arrow {
    display: none;
  }

  .preventive-dental-btn {
    width: 100%;
  }
}

/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 575.98px) {
  .preventive-dental-image {
    height: 350px;
  }

  .preventive-title {
    font-size: 29px;
  }

  .preventive-option {
    gap: 12px;
  }
}

/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {
  .preventive-dental-image,
  .preventive-option,
  .preventive-option-arrow,
  .preventive-dental-btn {
    transition: none;
  }
}

/* Floating positions */

.detect-box {
  left: 0;
  top: 60px;
}

.home-box {
  right: 0;
  top: 70px;
}

.review-box {
  left: 20px;
  bottom: 60px;
}

.use-box {
  right: 20px;
  bottom: 50px;
}

/* =========================================
   HERO IMAGE
========================================= */

.saliva-section-img {
  display: none;
}

/* =========================================
   HERO TITLE
========================================= */

/* =========================================
   CTA
========================================= */

.den-ban-btn-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.den-section-btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 50px;
  padding: 12px 28px;

  color: #fff !important;
  background: #1c3fc6;

  border: 1px solid #1c3fc6;
  border-radius: 8px;

  font-size: 15px;
  font-weight: 600;

  text-decoration: none;

  transition: all 0.3s ease;
}

.den-section-btn-cta:hover {
  background: #141b5d;
  border-color: #141b5d;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(28, 63, 198, 0.2);
}

/* =========================================
   SIX SERVICE HUB
========================================= */

#at-home-services {
  position: relative;
  background: #f7f9ff;
  overflow: hidden;
}

#at-home-services::before {
  content: "";
  position: absolute;

  width: 450px;
  height: 450px;

  top: -200px;
  left: -200px;

  background: rgba(28, 63, 198, 0.04);
  border-radius: 50%;
}

#at-home-services .container {
  position: relative;
  z-index: 2;
}

/* =========================================
   SERVICE CARDS
========================================= */

#at-home-services .border {
  border: 1px solid #e6e9f2 !important;
}

#at-home-services .shadow-sm {
  box-shadow: 0 8px 30px rgba(20, 27, 93, 0.06) !important;
}

#at-home-services .rounded-4 {
  border-radius: 20px !important;
}

/* Card */

#at-home-services .col-md-6 > div {
  position: relative;

  background: #fff;

  transition: transform 0.35s ease, box-shadow 0.35s ease,
    border-color 0.35s ease;

  overflow: hidden;
}

#at-home-services .col-md-6 > div::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 4px;

  background: #1c3fc6;

  transform: scaleX(0);
  transform-origin: left;

  transition: transform 0.35s ease;
}

#at-home-services .col-md-6 > div:hover {
  transform: translateY(-8px);

  border-color: rgba(28, 63, 198, 0.2) !important;

  box-shadow: 0 20px 45px rgba(20, 27, 93, 0.12) !important;
}

#at-home-services .col-md-6 > div:hover::before {
  transform: scaleX(1);
}

/* =========================================
   SERVICE CARD ICON
========================================= */

#at-home-services .mb-3 img {
  width: 75px;
  height: 75px;

  object-fit: contain;

  padding: 12px;

  background: #f1f4ff;
  border-radius: 16px;

  transition: all 0.35s ease;
}

#at-home-services .col-md-6 > div:hover .mb-3 img {
  transform: scale(1.08) rotate(2deg);
  background: #e9edff;
}

/* =========================================
   SERVICE CARD HEADING
========================================= */

#at-home-services h3 {
  color: #141b5d;

  font-size: 22px;
  line-height: 1.35;

  font-weight: 700;

  margin-bottom: 15px;
}

/* =========================================
   SERVICE CARD TEXT
========================================= */

#at-home-services p {
  color: #626979;

  font-size: 15px;
  line-height: 1.7;
}

#at-home-services .fw-semibold {
  color: #141b5d;
}

/* =========================================
   SERVICE CARD LIST
========================================= */

#at-home-services ul {
  margin: 0 0 20px;
  padding-left: 20px;
}

#at-home-services ul li {
  position: relative;

  color: #626979;

  font-size: 14px;
  line-height: 1.65;

  margin-bottom: 8px;
}

#at-home-services ul li::marker {
  color: #1c3fc6;
}

/* =========================================
   CARD CTA
========================================= */

#at-home-services .den-section-btn-cta {
  margin-top: 10px;
  width: auto;
}

/* 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: -30%;
  top: 25%;
}

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

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

.saliva-section .use-box {
  right: -30%;
  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;
}

.service-hub-section {
  padding: 60px 0;
}

.service-hub-label {
  display: inline-block;
  padding: 7px 16px;
  border-radius: 50px;
  background: #e8edff;
  color: #1c3fc6;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.service-hub-title {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  color: #141b5d;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}

.service-hub-description {
  max-width: 700px;
  margin: 15px auto 0;
  color: #667085;
  font-size: 17px;
  line-height: 1.7;
}

/* CARD */

.service-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%;
}

/* ICON */

.service-card-icon {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 18px;
  background: #edf1ff;
  color: #1c3fc6;
  font-size: 28px;
  transition: all 0.35s ease;
}

.ai-support-item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

/* TITLE */

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

/* TEXT */

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

/* LIST TITLE */

.service-list-title {
  margin-bottom: 15px;
  color: #141b5d;
  font-size: 16px;
  font-weight: 700;
}

/* LIST */

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

.service-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 13px;
  color: #475467;
  font-size: 14px;
  line-height: 1.55;
}

.service-list li i {
  flex: 0 0 auto;
  margin-top: 3px;
  color: #1c3fc6;
  font-size: 15px;
}

/* REQUIREMENT */

.service-requirement {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 12px;
  margin-bottom: 24px;
  padding: 16px;
  border-radius: 14px;
  background: #f6f8ff;
}

.requirement-icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #ffffff;
  color: #1c3fc6;
}

.service-requirement strong {
  display: block;
  margin-bottom: 3px;
  color: #141b5d;
  font-size: 14px;
}

.service-requirement p {
  color: #667085;
  font-size: 13px;
  line-height: 1.5;
}

/* CTA */

.service-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: auto;
  padding: 13px 20px;
  border-radius: 12px;
  background: #1c3fc6;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-card-btn:hover {
  background: #141b5d;
  color: #ffffff;
}

.service-card-btn i {
  transition: transform 0.3s ease;
}

.service-card-btn:hover i {
  transform: translateX(4px);
}

/* PLACEHOLDER CARDS */

.service-card-placeholder {
  min-height: 300px;
}

/* RESPONSIVE */

@media (max-width: 991.98px) {
  .service-hub-title {
    font-size: 36px;
  }

  .service-card {
    padding: 28px;
  }
}

@media (max-width: 767.98px) {
  .service-hub-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .service-hub-title {
    font-size: 30px;
  }

  .service-hub-description {
    font-size: 15px;
  }

  .service-card {
    padding: 25px;
    border-radius: 20px;
  }

  .service-card-title {
    font-size: 22px;
  }
}

.service-card img
{
width: 60px;
height: 60px;
object-fit: contain;
}