/* -------14-01-2026----live---- */

.practitioners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.practitioner-single {
  padding: 20px 0px;
}
.practitioner-single .container {
  max-width: 1280px;
  margin: auto;
}

.bp-doctor-card {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
  margin-bottom: 60px;
}
.practitioner-card {
  text-align: center;
}

.practitioner-card img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* ///---------for-single-page----------// */

/* Breadcrumb */

.practitioner-breadcrumb {
  font-size: 14px;
  color: #888;
}

.practitioner-breadcrumb a {
  color: #0d3b66;
  text-decoration: none;
}

.practitioner-breadcrumb .current {
  font-weight: 600;
}

/* Sidebar */

@media (min-width: 768px) {
  .practitioner-sidebar {
    position: sticky;
    top: 7rem;
    transition:
      box-shadow 0.3s ease,
      transform 0.3s ease;
  }
}

.profile-card {
  background: #fff;
  padding: 0.5rem;
  border-radius: 10px;
  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.06),
    0 12px 30px rgba(0, 0, 0, 0.08);
}

.profile-image img {
  border-radius: 8px;
  width: 100%;
}

/* Availability */

.availability-card {
  background: #fff;
  padding: 20px;
  /* border-radius: 10px;
  border: 1px solid #eee; */
}

.availability-card h3 {
  font-family: serif;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.availability-card ul {
  list-style: none;
  padding: 0;
}

.availability-card li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.25rem;
}

.availability-card a {
  background-color: #f97224;
  border: none;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  font-weight: 700;
}

.availability-card a:hover {
  background-color: #ea580c;
}

/* Content */

.practitioner-name {
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  line-height: 2.5rem;
}

@media (max-width: 767px) {
  .practitioner-name {
    font-size: 22px;
  }
}

.practitioner-role {
  color: #1392ec;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
}

.practitioner-quote {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

.practitioner-content h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.practitioner-content .expertise-title {
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.practitioner-content .biography p {
  color: #475569;
  font-size: 0.875rem;
  line-height: 1.6;
}

/* Expertise */

.expertise-card {
  background: #f9fafb;
  border-left: 4px solid #1392ec;
  padding: 20px;
  height: 100%;
  border-radius: 0.25rem;
}

.expertise-card h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.5;
}

.expertise-card p {
  font-size: 1.1rem;
  line-height: 1.25rem;
}

.expertise-icon svg {
  margin-right: 0.5rem;
  color: #f97224;
}

/* Education */

.education-list {
  padding-left: 0px;
  list-style: none;
  margin: 0px;
}

.education-list li {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  font-size: 1.1rem;
  line-height: 1.25rem;
}

.education-list li i {
  color: #f97224;
  margin-right: 0.5rem;
}

/* Divider */

.divider {
  position: relative;
}

.divider::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d1d5db;
  position: absolute;
  top: 50%;
}

.divider span {
  background: #fff;
  /* padding: 0 15px; */
  font-style: italic;
  color: #aaa;
  position: relative;
  z-index: 99;
  font-size: 1.2rem;
}

/* Other Therapists */

.therapist-card {
  display: block;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}

.therapist-card img {
  border-radius: 8px;
  margin-bottom: 15px;
  transform: translateY(0) scale(1);
  transition: transform 0.6s ease;
}

.therapist-card:hover img {
  transform: translateY(-6px) scale(1.02);
}

.therapist-card h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #0f3d6e;
  margin: 0px;
}

.therapist-card p {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.25rem;
}

.other-therapists {
  position: relative;
  margin-top: 3rem;
  padding-top: 3rem;
}

.other-therapists::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d1d5db;
  position: absolute;
  top: 0;
}

.view-staff a {
  background-color: transparent;
  border: 0.5px solid #0f3d6e;
  color: #00305b;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 2rem;
  border-radius: 9999px;
  text-transform: uppercase;
  font-weight: 600;
}

.view-staff a:hover {
  background-color: #00305b;
  border: 0.5px solid #fff;
  color: #fff;
}

.bp-contact-box {
  background: #f8fafc;
  padding: 20px;
  border-radius: 16px;
}
.bp-contact-item {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}
.bp-contact-item .material-symbols-outlined {
  color: #1392ec;
}
.bp-contact-item a {
  text-decoration: none;
  color: #1392ec;
  font-size: 16px;
  font-weight: 500;
}
.bp-video-section {
  margin-top: 40px;
}
.bp-video-heading {
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.bp-video-heading .material-symbols-outlined {
  color: #1392ec;
}
.bp-video-card {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
}
.bp-video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.bp-video-card .philosophy-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(15, 23, 42, 0.4); */
  background: linear-gradient(rgba(15, 23, 42, 0.1), rgba(15, 23, 42, 0.8));
}
.bp-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bp-video-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
