.den-section-btn-cta {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    display: inline;
    height: 45px;
    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.10);
    color: #FFF;
    border: 1px solid #141B5D;
  }
  
  .vid-con-hero-section {
    position: relative;
    background: url(../img/remineralization-trays/ban-bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 0px;
    overflow: hidden;
  }
  
  
  .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.10);
    color: #FFF;
    border: 1px solid #141B5D;
  }
  
  .den-section-btn-cta-a {
    color: #141B5D;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    display: inline;
    height: 45px;
    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.10);
  }
  
  .den-section-btn-cta-a:hover {
    background-color: #fff;
    color: #141B5D !important;
    border: none;
    border: 1px solid #ddd;
  }
  
  .den-section-title {
    color: #454545;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
  }
  
  .den-section-title span {
    color: #141B5D;
  }
  
  .den-section-subtext {
    color: #58595B;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;

    max-width: 60vw;
    font-style: normal;
    margin: auto;
  }
  
  .den-section-subtext span {
    color: #141B5D;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    max-width: 50vw;
    font-style: normal;
    margin: auto;
    line-height: 200%;
  }
  
  .den-section-title-a {
    color: #454545;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
  }
  
  .den-section-title-a span {
    color: #141B5D;
  }
  
  .den-section-subtext-a {
    color: #58595B;
  
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;

    font-style: normal;
    margin: auto;
  }
  
  .den-section-subtext-a span {
    color: #141B5D;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    font-style: normal;
    margin: auto;
    line-height: 200%;
  }
  
  
  .den-section-btn-light-blue {
    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.10);
    color: #FFF;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 135%;
    display: inline-block;
    width: fit-content;
  }
  
  .den-section-btn-light-blue:hover {
    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.10);
    color: #FFF;
  }


  
  /* features list */
.dental-monitoring-sec .feature-item {
    display: flex;
    gap: 16px;
    padding: 18px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    align-items: center;
  }
  
  .dental-monitoring-sec .feature-item:last-child {
    border-bottom: 0
  }
  
  
  
  .dental-monitoring-sec .feature-title {
    color: #58595B;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    /* 40px */
  }
  
  .dental-monitoring-sec .feature-desc {
    color: #58595B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    /* 32px */
  }
  





  .ai-monitoring-section .ai-monitoring-bg {
    border-radius: 16px;
    background: rgba(247, 254, 255, 0.97);
    padding: 20px;
  }

  

  .ai-monitoring-section .feature-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%;
    display: flex;
    justify-content: space-between;
    align-items:center;
    transition: all 0.3s ease-in-out;
    margin-left: 50px;
  }
  .ai-monitoring-section .feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  }
  .ai-monitoring-section .feature-card h6 {
    color: #58595B;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 40px */
    margin-bottom: 0;
  }

  
  .ai-monitoring-section .feature-card img {
margin-left: -80px;
margin-right: 0.5rem;
  }

  .ai-monitoring-section .ai-monitoring-section-haed
  {
    color: #58595B;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    margin-bottom: 0;
  }
  .ai-monitoring-section .ai-monitoring-section-haed span
  {
    color: #141B5D;
  }
  .ai-monitoring-section .ai-monitoring-section-text 
  {
    color: #58595B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 32px */
  }

  .ai-monitoring-section .ai-monitoring-section-text strong
  {
    color: #141B5D;
  }
  .Multi-Device-sec-title
  {
    color: #141B5D;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 48px */
  }
  .Multi-Device-sec-text
  {
color: #58595B;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 200%; 
  }

  .Multi-Device-sec .feature-item {
    display: flex;
    gap: 16px;
    padding: 18px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    align-items: center;
    height: 100%;
}


/* Timeline container */
.advanced-tech-integration .timeline {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 60px;
}

/* Vertical dashed line */
.advanced-tech-integration .timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 2px;
  height: 100%;
  border-left: 2px dashed #58595B;
}

/* Timeline item */
.advanced-tech-integration .timeline li {
  position: relative;
  margin-bottom: 40px;
  color: #58595B;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* 40px */
}

/* Outer circle */
.advanced-tech-integration .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 */
.advanced-tech-integration .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;
}

.advanced-tech-integration-head
{
  color: #58595B;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 48px */
}

.advanced-tech-integration-text
{
  color: #58595B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
}
.advanced-tech-integration-text span
{
  color: #141B5D;
}


.remote-health-section h3 {
  color: #58595B;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 48px */
}
.remote-health-section p{
  color: #58595B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
}
.remote-health-section p span{
  color: #141B5D;

}
.remote-health-section .info-card {
  border-radius: 16px;
  border: 0.5px solid #D8D8D8;
  background: #FFF;
  box-shadow: 4px 4px 4px 0 rgba(227, 223, 255, 0.18);
  transition: transform 0.3s;
  padding: 20px;
  text-align: center;
}

.remote-health-section h6 {
  color: #58595B;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
}
.remote-health-section .info-card-img {
width: 100%;
}
.remote-health-section .info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.getting-started .step-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;
}
.getting-started .step-card h6
{
  color: #58595B;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 40px */
}
.getting-started .step-card p
{
  color: #58595B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 217.188%; /* 34.75px */
}