/* Philosophy Section */

.bp-doctors-section .container {
    max-width: 1280px;
    margin: auto;
}
.philosophy-section {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.philosophy-section .philosophy-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.philosophy-section .philosophy-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.philosophy-section .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.7), rgba(15, 23, 42, 0.7));
}

.philosophy-section .philosophy-content {
  position: relative;
  z-index: 2;
}

.philosophy-section .philosophy-title {
  /* font-size: 56px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 25px; */
  color: #ffffff;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .philosophy-section .philosophy-title {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.philosophy-section .philosophy-title .highlight {
  color: #1392ec;
}

.philosophy-desc {
  /* font-size: 20px;
  color: #ffffffd9;
  max-width: 650px;
  margin: 0 auto 40px; */

  color: #e2e8f0;
  font-size: 1.5rem;
  line-height: 2rem;
  max-width: 42rem;
  margin: 0 auto 2rem;
}

.philosophy-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* .philosophy-btn {
  background: #1392ec;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 9px;
  text-decoration: none;
  color: #fff;
  transition: transform 0.4s ease;
} */
.philosophy-btn {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  background: #1392ec;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .philosophy-btn {
    width: auto;
  }
}

.philosophy-btn:hover {
  transform: scale(1.06);
}
/* .philosophy-btn-outline {
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  text-decoration: none;
  border-radius: 9px;
} */

.philosophy-btn.philosophy-btn-outline {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  backdrop-filter: blur(6px);
  transform: scale(1);
}

.philosophy-btn-outline:hover {
  background: rgba(255, 255, 255, 0.2);
}
/* --------------Doctor Section------------------- */
.bp-doctors-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.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;
}

@media (max-width: 992px) {
  .bp-doctors-section .container {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .bp-doctor-card {
    padding: 32px;
  }
}

.bp-doctor-img {
  border-radius: 16px;
  overflow: hidden;
  border: 4px solid #f1f5f9;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

.bp-doctor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.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-video-heading .material-symbols-outlined {
  color: #1392ec;
}

.bp-refer-btn {
  display: block;
  margin-top: 10px;
  background: #1d4ed8;
  color: #fff;
  text-align: center;
  padding: 12px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.bp-refer-btn:hover {
  background: #0f172a;
  color: #fff;
}

.bp-doctor-name {
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  line-height: 2.5rem;
}

.bp-doctor-title {
  color: #1392ec;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
}

.bp-doctor-desc p {
  color: #475569;
  font-size: 0.875rem;
  line-height:1.6;
}

.bp-video-section {
  margin-top: 40px;
}

.bp-video-heading {
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.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:hover img {
  transform: scale(1.05);
}

.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;
}

.bp-doctor-desc .text-primary {
  color: #1392ec !important;
  font-weight: 600;
  text-decoration: none;
}
