
  .Sle-App-hero-sec {
    position: relative;
    background: url(../img/remineralization-trays/ban-bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .Sle-App-section-title {
    color: #454545;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
  }

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

  .Sle-App-section-subtext {
    color: #58595B;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    max-width: 50vw;
    font-style: normal;
    margin: auto;
  }
  .Sle-App-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%;
  }

  .Sle-App-hero-sec .cta-box {
    border-radius: 10px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .Sle-App-hero-sec .cta-box-light {
    background: #F6FEFF;
  }

  .Sle-App-hero-sec .cta-box-dark {
    background: #141B5D;
    color: #fff;
  }

  .cta-box-light h5,
  .cta-box-dark h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
  }

  .cta-box-light p,
  .cta-box-dark p {
    font-size: 16px;
    font-weight: 700;
    line-height: 200%;
  }

  .cta-box-light ul,
  .cta-box-dark ul {
    padding-left: 20px;
    margin-bottom: 20px;
  }

  .cta-box-light ul li,
  .cta-box-dark ul li {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
  }

  .cta-box-light ul li {
    color: #58595B;
  }

  .cta-box-dark ul li {
    color: #fff;
  }

  .Sle-App .cta-box img {
    max-width: 100%;
    border-bottom-right-radius: 10px;
  }

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

  .btn-light-blue:hover {
    background: #141B5D;
    color: #FFF;
  }

  .pricing-section {
    padding: 40px 0;
  }

  .pricing-section .card-main {
    border: 1.128px solid #BFBFBF;
    background: #FFF;
    box-shadow: -4.51px 4.51px 33.828px 0 rgba(0, 0, 0, 0.04);
    border-radius: 12px;
    height: 100%;
  }

  .card-top {
    border-radius: 12px 12px 0 0;
    background: #141B5D;
    color: white;
    padding: 20px;
    text-align: center;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .card-bottom {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .card-bottom-head {
    color: #454545;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;

  }

  .card-bottom-para {
    color: #58595B;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;

  }

  .included-boxes li,
  .benefits-boxes li {
    list-style: none;
    padding: 10px 16px;
    border-radius: 8px;
    border: 0.273px solid #D8D8D8;
    background: #FFF;
    box-shadow: 2.183px 2.183px 2.183px 0 rgba(227, 223, 255, 0.18);
    font-size: 14px;
    font-weight: 500;
    color: #58595B;
    line-height: 150%;

    white-space: nowrap;
  }

  .included-boxes,
  .benefits-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 10px 0;
  }

  .insurance-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 20px 0;
  }

  .insurance-logos img {
    height: 32px;
    object-fit: contain;
  }

  .cost-main,
  .cost-sub {
    color: #EFEEFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 138.2%;

  }

  .cost-highlight {
    font-size: 32px;
    font-weight: 700;
    color: #EAEAEA;
    line-height: 138.2%;

  }

  .cost-highlight span {
    color: #EFEEFF;
    font-size: 20px;
  }

  @media (max-width: 767px) {
    .Sle-App-hero-sec .cta-box {
        border-radius: 10px;
        height: 100%;
        display: flex;
        justify-content: flex-end !important;
        align-items: flex-end !important;
        flex-direction: column;
      }
      .Sle-App-section-title {
        color: #454545;
        text-align: center;
        font-size: 34px;
        font-weight: 700;
        line-height: normal;
    }
    
    .Sle-App-section-subtext {
        color: #58595B;
        text-align: center;
        font-size: 20px;
        max-width: 100%;
        font-style: normal;
        margin: auto;
    }
    .included-boxes div,
    .benefits-boxes div {
      width: 100%;
      text-align: center;
    }

    .insurance-logos {
      flex-direction: column;
      align-items: center;
    }
  }

  .sleep-study-section {
    padding: 80px 0;
    text-align: center;
  }





  .sleep-study-section .feature-card {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 4.258px 63.872px 0 rgba(0, 0, 0, 0.08);
    padding: 25px 20px;
    height: 100%;
    text-align: center;
  }

  .sleep-study-section .feature-card h6 {
    color: #58595B;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 40px */
  }
  .sleep-study-section .feature-card p {
    color: #58595B;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 32px */
    margin-bottom: 0;
  }
  .sleep-study-section .video-thumbnail {
    position: relative;
  }

  .sleep-study-section .video-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
  }





  
 .easy-steps-section .step-card {
    border-radius: 16px;
    border: 1px solid #DCDCDC;
    background: #fff;
    padding: 24px;
    height: 100%;
  }

  .easy-steps-section .step-number {
width: 40px;
height: 40px;
    border-radius: 12px;
    background: #F7FEFF;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #141B5D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
  }

  .easy-steps-section .step-head{
    color: #58595B;
    font-size: 20px;
    font-style: normal;
    text-align: left;
    font-weight: 700;
    line-height: 150%; /* 30px */
  }
  .easy-steps-section .step-ul
  {
    margin-bottom: 0;
  }
  .easy-steps-section .step-ul li{
    color: #58595B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 32px */
    margin-bottom: 0.6rem;
    text-align: left;
  }
  .easy-steps-section .step-ul li:last-child{

    margin-bottom: 0rem;
 
  }
  .mid-image {
    background: url('assets/new-source/img/center-bg.png') no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    min-height: 350px;
  }

  .btn-sleep {
    background: #27d3fe;
    color: #fff;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 50px;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
  }

  .btn-sleep:hover {
    background: #1ac0e6;
  }


  .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: 150%; /* 30px */
    }
    .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;
      }
    }

    .why-pai-section
    {
        padding: 80px 0;
    }

    .why-pai-section-head
    {
        color: #58595B;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 30px */
    } 
     .why-pai-section-ul 
     {
list-style: none;
padding-left: 0rem;
    }

    .why-pai-section-ul li
    {
        color: #58595B;
        font-size: 16px;
        font-style: normal;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 200%; /* 32px */
    }
    .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-box-a
    {
        border-radius: 16px;
border: 1px solid #D8D8D8;
background: #FFF;
padding: 20px 5%;
display: flex;
justify-content: space-between;
align-items: center;
    }

    .why-pai-section-box-a h3
    {
        color: #141B5D;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 217.188%; /* 78.188px */
        letter-spacing: 2.88px;
        margin-bottom: 0.5rem;
    }

    .why-pai-section-box-a p
    {
        color: #58595B;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 30px */
        margin-bottom: 0;
    }


    .cta-button {
        background-color: #2ed6f3;
        color: #fff;
        font-weight: 600;
        padding: 10px 25px;
        border-radius: 30px;
        transition: all 0.3s ease;
      }
      .cta-button:hover {
        background-color: #1bc4e4;
      }
      .benefit-card {
        background-color: #fff;
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        text-align: center;
      }
      .benefit-icon {
        font-size: 30px;
        margin-bottom: 10px;
        color: #2ed6f3;
      }

      .Smart-Choice-section
      {
        padding: 80px 0;
      }

      .Smart-Choice-section-box
      {
        border-radius: 16px;
opacity: 0.94;
background: #F6FEFF;
padding: 30px 20px;
padding-bottom: 0;
      }
      .Smart-Choice-section-head
      {
        color: #58595B;
        text-align:left;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 30px */
      }
      .Smart-Choice-section-box-a
      {
        border-radius: 12px;
        background: #FFF;
        text-align: center;
        box-shadow: 0 4.258px 63.872px 0 rgba(0, 0, 0, 0.08);
padding: 20px;
      }
      .Smart-Choice-sect-text
      {
        color: #58595B;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 200%; /* 32px */
      }
      .Smart-Choice-section-box-a
      {
        border-radius: 12px;
border: 1.128px solid #BFBFBF;
background:  #FFF;
box-shadow: -4.51px 4.51px 33.828px 0 rgba(0, 0, 0, 0.04);
padding: 30px 20px;
padding-bottom: 0;
      }


      .highlight {
        color: #2a50d8;
        font-weight: 600;
      }
      .profile-card {
        border-radius:12px;
border: 1px solid#EAEBEC;
background:#FFF;
        padding: 20px;
        display: flex;
        gap: 20px;
        align-items: flex-start;

      }
      .profile-card h6
      {
        color: #58595B;
        text-align: left;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 200%; /* 32px */
      }
      .profile-card h3
      {
        color:#787A82;
        font-size: 14px;
        font-style: normal;
        text-align: left;
        font-weight: 400;
        line-height: 25px; /* 178.571% */
      }
   
      .profile-card p  strong
      {
        color: #58595B;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 200%; /* 32px */
      }
      .profile-card p  small
      {
        color: #141B5D;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 200%;
      }
    
      .btn-primary-custom {
        background-color: #2ed6f3;
        color: white;
        padding: 10px 25px;
        border-radius: 25px;
        border: none;
        font-weight: 600;
      }
      .btn-primary-custom:hover {
        background-color: #1bc4e4;
      }


      .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;
        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;
      }
      .video-thumbnail {
        position: relative;
        overflow: hidden;
        border-radius: 12px;
      }
  
      .video-thumbnail img {
        width: 100%;
        height: 250px;
        object-fit: contain;
        border-radius: 12px;
      }

  
      @media (max-width: 767.98px) {
        .testimonial-card {
          text-align: center;
        }
      }


      /* ===== FAQ SECTION STYLES ===== */
.faq-main-bg .accordion-button {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 20px 0;
    letter-spacing: -0.48px;
  }
  
  .faq-main-bg .accordion-button::after {
    content: "";
    background-image: url('../img/sleep-apnea-mouth-guards/plus-icon.svg'); /* Plus icon */
    background-repeat: no-repeat;
    background-size: 48px 48px;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .faq-main-bg .accordion-button:not(.collapsed)::after {
    background-image: url('../img/sleep-apnea-mouth-guards/minus-icon.svg'); /* Minus icon */
  }
  
  .faq-main-bg .accordion-item {
    border: none;
    border-bottom: 3px solid #E3EAEE;
  }
  
  .faq-main-bg .accordion-body {
    color: #58595B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding: 10px 0 20px;
  }
  
  .faq-main-bg .accordion-body p {
    color: #58595B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
  }
  

  .help-box {
    border-radius: 16px;
background: #F6FEFF;
    padding: 30px;
  }

  .help-img {
    border-radius: 12px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .help-content h5 {
    color: #454545;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 138.2%; /* 55.28px */
  }

  .help-content h6 {
    color: #141F39;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 138.2%;
  }

  .help-content p {
    color: #58595B;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 40px */
  }

  .call-box {
    border-radius: 20px;
    border: 1px  #EFF0F6;
    background:  #FFF;
    /* Cards/Short Default */
box-shadow: 0 5px 14px 0 rgba(8, 15, 52, 0.04);
    padding: 15px 20px;
    color: #141F39;
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 138.2%; /* 33.168px */
  }

  .call-icon {
    color: #2a50d8;
    font-size: 20px;
  }

  .btn-custom-fit {
    background-color: #2a50d8;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 14px;
  }

  .btn-custom-fit:hover {
    background-color: #1e3ea8;
  }

  @media (max-width: 900px) {
    .help-img {
      margin-bottom: 20px;
    }
    .profile-card {
      flex-direction: column;
      
        }
    .call-box {
      flex-direction: column;
      gap: 10px;
      align-items: flex-start !important;
    }
    .Sle-App-hero-sec .cta-box {
      display: flex;
      justify-content: flex-end !important;
      align-items: flex-end !important;
      flex-direction: column;
  }
  }