.providers {
    padding: 100px 80px;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    background: #FFF;
}
.discover-trusted-text {
  color: var(--Dark-Grey, #454546);
  text-align: center;
  font-family: Montserrat;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 5rem;
}
.not-sure-text {
  color: var(--Dark-Grey, #454546);
  text-align: center;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin:      1.3rem 0 2.8rem 0;
}
.not-sure-text a {
  color: var(--Pale-Blue, #8FA8B4);
  text-decoration: none;
}
.provider-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  }
  .provider-card img {
    width: 300px;
    height: 300px;
    border-radius: 30px;
  }
  .filter-box {
    position: sticky;
    top: 10px;
  }
  .spinner-container {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.filters-heading {
  color: var(--Dark-Grey, #454546);
  font-family: Montserrat;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.clear-all-btn {
  text-decoration: none;
}
.clear-all-btn i {
  color: var(--Dark-Grey, #454546);
  font-family: "Source Sans Pro";
  font-size: 15.75px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
#resultsCount {
  color: var(--Dark-Grey, #454546);
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.filter-option {
  color: var(--Dark-Grey, #454546);
  font-family: Montserrat;
  font-size: 15.8px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 1rem;
}
.border-top-ct {
  border-top: 1px solid var(--Dark-Grey, #454546);
  padding-top: 6px;
  margin-bottom: 1.2rem;
}
.filter-separator {
  all: unset;
  display: block;
  height: 1px;
  background-color: var(--Dark-Grey, #454546);
  margin: 16px 0;
}
.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-width: 90%;
}
.badge {
  padding: 8px 12px 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  color: var(--Dark-Grey, #454546);
  background: var(--Light-Grey, #F4F4F4) !important;
}
.ct-badge {
  margin-top: 10px;
}
.ct-badge i {
  width: 10.546px;
  height: 10.546px;
  fill: var(--Dark-Grey, #454546);
  margin-left: 10px;
}

.sort-by-text {
  color: var(--Dark-Grey, #454546);
  font-family: "Source Sans Pro";
  font-size: 15.75px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
.fa-chevron-down {
  margin-left: 10px;
  font-size: 12px;
}

.border-top-ct select {
  padding: 12px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.border-top-ct select:focus {
  border-radius: 10px;
  border: 1px solid var(--Dark-Grey, #454546);
  background: var(--White, #FFF);
}

.provider-card {
  display: flex;
  padding: 30px;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  text-decoration: none;
  margin-bottom: 1.65rem;
}
.provider-card:hover {
  background-color: #fafafa;
}
.provider-card:hover .before-availability{
  background-color: #fafafa;
  visibility: hidden;
}
.provider-name {
  color: var(--Pale-Blue, #8FA8B4);
  font-family: Montserrat;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.provider-specialization {
  color: var(--Dark-Grey, #454546);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0.7rem 0 1.3rem 0;
}
.provider-desc {
  overflow: hidden;
  color: var(--Dark-Grey, #454546);
  text-overflow: ellipsis;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.provider-availability {
  margin-top: 1.6rem !important;
}
.provider-specialty, .provider-availability {
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: var(--Dark-Grey, #454546);
}
.provider-specialty strong,
.provider-availability strong {
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--Pale-Blue, #8FA8B4);
}
.before-availability {
  height: 1px;
  align-self: stretch;
  color: var(--Dark-Grey, #454546);
  width: 100%;
}
@media (max-width: 1600px) {
  .col-xl-8 {
    width: 100%;
    flex: 0 0 auto;
  }
  .provider-details-section {
    margin-top: 1rem;
  }
}

.hover-button {
  color: #8193a3; /* Light blue-gray like in your image */
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
}

.hover-button:hover {
  background-color: #8A9CA0;
  color: white;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
  padding: 7px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (max-width: 896px) {
  .nav-heading {
    font-size: 2rem;
  }
  .discover-trusted-text {
    font-size: 25px;
  }
}

.badge-text {
  color: var(--Dark-Grey, #454546);
  font-family: "Source Sans Pro";
  font-size: 15.75px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

.modal-content {
  background: var(--Pale-Blue, #8FA8B4) !important;
}

/* Form Styling */

.fill-form-text {
  color: var(--White, #FFF);
  font-family: Montserrat;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.fl-modal {
  color: var(--White, #FFF);
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.fc-modal,
.fs-modal {
  padding: 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  background: var(--White, #FFF);
  margin-bottom: 1.2rem;
  border: none;
}

.modal-footer.btn {
  color: white;
}
.submit-btn,
  .close-btn {
    background-color: white;
    color: var(--Pale-Blue, #8FA8B4);
    font-family: Montserrat;
    font-size: 15.8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .submit-btn:hover,
  .close-btn:hover {
      background-color: white;
      color: #454546;
  }

  .submit-btn {
    border: none;
    border-radius: 5px;
    align-items: center;
    align-self: stretch;
  }
  
  .form-label-privacy-policy {
    color: var(--White, #FFF);
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
