
hr {
  border: 1px dashed #6D6E71;
  background: none;
  padding: 0;
  margin: 0;
}

/* ------------
  Pricing Card
--------------- */


.pricing-card {
  padding: 16px 24px 32px;
  background: #FFFFFF;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pricing-card img {
  width: 100%;
}

.pricing-card ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 24px;
}

.pricing-card li {
  padding-left: 15px;
  position: relative;
}

.pricing-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
  width: 5px;
  height: 8px;
  background: url('/images/homepage/list-arrow.svg') center/contain no-repeat;
}

.sliding-btn {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border: 2px solid var(--primary-blue);
  border-radius: 60px;
  padding-right: 30px;
  transition: all .2s ease-in-out;
  margin-top: auto;
}

.sliding-btn span {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  transition: all .15s ease-in-out;
  padding-left: 30px;
  white-space: nowrap;
  text-align: center;
  width: 100%;
}

.sliding-btn svg {
  position: absolute;
  right: -2px;
  z-index: 2;
}

.pricing-card:hover .sliding-btn {
  width: 172px;
}

.pricing-card:hover .sliding-btn span {
  color: var(--primary-blue);
}

.pricing-card:hover .sliding-btn:hover {
  background: var(--primary-blue);
  text-decoration: none;
  transition: none;
}

.pricing-card:hover .sliding-btn:hover span {
  color: #fff;
  transition: none;
}

.pricing-card:hover .sliding-btn:hover svg path {
  fill: #fff;
}


.blue-section-btn {
 
  background: var(--primary-blue);
      color: #fff;
  max-width: 100%;
  font-weight: 400;
  border: none;
  width: auto;
  min-width: 230px;
  border-radius: 30px;
  padding: 16px 32px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  white-space: nowrap;
  transition: all .3s ease-in-out;
}

.blue-section-btn:hover {
  color: #fff;
 background: var(--primary-blue);
  border:#fff 1px solid;
}

@media only screen and (min-width: 992px) {
  .blue-cta-line {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .blue-cta-line .h2 {
    margin-right: 32px;
  }
}

@media only screen and (min-width: 1200px) {

  .blue-cta-line {
    padding-right: 110px;
  }
}

/*--- CUSTOMERS ---*/
.customers {
  padding: 68px 12px;
  margin-top: 48px;
  background: var(--medium-gray);
}

  .customers .customer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

    .customers .customer .customer__text {
      position: relative;
      padding: 32px 0 24px;
    }

      .customers .customer .customer__text p {
        margin-bottom: 0;
      }

    .customers .customer .customer__img {
      position: relative;
      padding-top: 32px;
      text-align: center;
    }

      /*--- quote ---*/
      .customers .customer .customer__text::before,
      .customers .customer .customer__img::before {
        content: url('/images/plg-lp/quotemark3.svg');
        position: absolute;
        width: 50px;
        height: 32px;
        top: -17px;
        left: 0;
      }

      .customers .customer .customer__img::before {
        left: calc(100% - 50px);
        transform: rotate(180deg);
      }


      .customers .customer .customer__text::after,
      .customers .customer .customer__img::after {
        content: '';
        position: absolute;
        width: calc(100% - 55px);
        border-top: 2px dashed;
        top: 0;
      }

      .customers .customer .customer__text::after {
        right: 0;
      }

      .customers .customer .customer__img::after {
        left: 0;
      }


      .customers .customer .customer__img img {
        margin: 0 auto 4px;
      }

      .customers .customer .customer__img p {
        margin: 0;
      }

        .customers .customer .customer__img p.name {
          font-weight: 500;
        }

        
html {
      scroll-behavior: smooth;
      scroll-padding-top: 140px; /* adjust for your actual navbar height */
     }

     
     /* Pricing  */

     .pricing-tier {
      font-size: 1.5rem;
      font-weight: 700;
      color: var(--primary-blue);
      margin-bottom: 0.5rem;
    }
    
    .pricing-price {
      font-size: 2rem;
      font-weight: 700;
      color: var(--accent-green);
    }

    .pricing-btn {
      background:  var(--primary-blue);
      color: #fff;
      font-weight: 600;
      padding: 10px 20px;
      border-radius: 30px;
      border: none;
      display: block;
      text-align: center;
      width: 100%;
      transition: background 0.3s ease, color 0.3s ease;
      text-decoration: none;
    }
    
    .pricing-btn:hover {
      background: #0047d1;
      color: #fff;
      text-decoration: none;
    }

    #pricing {
      padding-top: 140px;
    }

.blue-section .disclaimer {    
      color: var(--dark-gray);
    }


    .btn-cta-lp {
      
    background: var(--primary-blue);
    color: #fff;
    white-space: nowrap;
  font-weight: 400;
  border: none;
  min-width: 230px;
  border-radius: 30px;
  padding: 8px 24px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid #fff;
  transition: all .3s ease-in-out;
    }
    
    .btn-cta-lp:hover {
    background: var(--primary-blue);
    color: #fff;     
    }


    .highlight-tier {
      border: 2px solid var(--primary-blue);
      z-index: 1;
    }
    
    .popular-badge {
      position: absolute;
      top: -12px;
      left: 50%;
      transform: translateX(-50%);
      background: #00B289;
      color: #fff;
      padding: 6px 16px;
      font-size: 0.875rem;
      font-weight: 600;
      border-radius: 20px;
    }


    #pricing ul {
      list-style: none;
      padding-left: 0;
    }
    
    #pricing ul li {
      position: relative;
      padding-left: 1.5em;
    }
    
    #pricing ul li::before {
      content: none !important;
    }
    
    #pricing ul li i {
      position: absolute;
      left: 0;
      top: 0.1em;
    }
    
  


@media only screen and (max-width: 1199px) {
.btn-success, .btn-gray {
  width: 136px;
}
.btn-success.registration-btn {
  width: 196px;
}
}

@media only screen and (max-width: 992px) {
.btn-gray {
  margin-left: auto;
  margin-right: 12px;
}
}

@media only screen and (max-width: 576px) {
.btn-success, .btn-gray {
  width: 100px;
  font-size: 15px;
  height: 38px;
}

.btn-gray {
  margin-left: 0;
  margin-right: 6px;
}
}

.final-cta {
  padding: 40px;
  background: var(--background-blue);
  color: #fff;
  text-align: center;
letter-spacing: 0.25px;

}


.btn-mc-outline-primary {
  color: var(--color-primary);
  padding: 0.75em 1.25em;
  border: var(--color-primary) 1px solid;
  border-radius: 4px;
  transition: background 0.3s ease, color 0.3s ease;

  &:hover {
    background-color: #0047d1;
  
}
}

.btn-mc-outline-primary .active {
  background-color: var(--color-primary);
  color: #FFFFFF
}

/* Hero section backgrounds */
.blue-section {
  background: var(--medium-gray);
}

.grey-section {
  background: var(--medium-gray);
}

/* Form support section styling */
#form-support ul {
  list-style: none;
  padding-left: 0;
}

#form-support ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}

#form-support ul li::before {
  content: none !important;
}

#form-support ul li i {
  position: absolute;
  left: 0;
  top: 0.1em;
}

.fa-check-circle {
  color: var(--accent-green);
}

.fa-times-circle {
  color: var(--primary-blue);
}

