.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/24-hours-emergency-dentist/banner.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;
    text-align: center;
    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-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;
  }

  .Why-Choose-sec .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%;
  }
  
  .Why-Choose-sec .feature-card h5
  {
    color: #58595B;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 40px */
    margin-bottom: 0;
  }
  
  .Why-Choose-sec .feature-card p
  {
    color: #58595B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 217.188%; /* 34.75px */
    margin-bottom: 0;
  }




    /* 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;
    }

  

    .why-pai-section-box
    {
        border-radius: 24px;
        background: #FFF;
        box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.10);
        padding: 20px;
        height: 100%;
    }
  

  
    .why-pai-section-head
    {
      color: #58595B;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 200%; /* 40px */
    }
  
    .why-pai-section-box p
    {
      color: #58595B;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 200%; /* 32px */
    }


    .how-it-work .how-it-work-box
    {
      border-radius: 16px;
      border: 1px solid #DCDCDC;
      background: #FEFEFE;
      padding: 20px;
    }
    .how-it-work .how-it-work-box h2
    {
      color: #141B5D;
      text-align: center;
      font-size: 48px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin-bottom: 1.5rem;
    }
    .how-it-work .how-it-work-box h5
    { 
      color: #58595B;
      text-align: center;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 200%; /* 40px */
    }
    .how-it-work .how-it-work-box p
    {
      color: #58595B;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 200%; /* 32px */
    }

    .What-You-sec .what-you-box
    {
      border-radius: 16px;
      border: 1px solid #DCDCDC;
      height: 100%;
      padding: 20px;
    }

    .What-You-sec .what-you-box h5
    {
      color: #58595B;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%; /* 30px */
    }

    
    

    .What-You-sec .what-you-box ul li
    {
      color: #58595B;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 200%; /* 32px */
    }

    .testimonial-card {
      border-radius: 24px;
      background: #F8F8F8;
      border-radius: 12px;
      padding: 20px;
      height: 100%;
    }
  
    .tag-badge {
      border-radius: 40px;
      border: 1px solid #7C818F;
      background:#7C818F;
      color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
      border-radius: 50px;
      padding: 4px 10px;
    }
  
    .testimonial-name {
      color: #58595B;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 4px;
    }
  
    .testimonial-quote {
      color: #58595B;
      font-size: 16px;
      padding-top: 10px;
      border-top: 1px  #DCDCDC solid;
      font-style: normal;
      font-weight: 500;
      line-height: 200%; /* 32px */
    }
  
    .testimonial-quote ul li {
      color: #58595B;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 200%;
      list-style: none;
    }
    .testimonial-quote ul {
  padding-left: 0;
    }