/* --------------Leadership Section------------------- */

.content-photo-section .container {
  max-width: 1280px;
  margin: auto;
}

.content-photo-section {
  padding: 50px 0;
  background: #f1f5f9;
}

.content-photo-section .leadership-label {
  display: inline-block;
  padding: 0.375rem 1rem;
  background-color: #1392ec33;
  border: 1px solid #1392ec4d;
  color: #1392ec;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.content-photo-section .leadership-title {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .content-photo-section .leadership-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
  }

  .content-photo-section {
    padding: 80px 0;
  }
}

.content-photo-section .leadership-desc {
  font-size: 16px;
  color: #475569;
  margin-bottom: 30px;
  line-height: 1.7;
}

.leadership-features {
  margin-bottom: 50px;
}

.content-photo-section .leadership-feature {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.content-photo-section .leadership-feature:last-of-type {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .leadership-features {
    margin-bottom: 0px;
  }
}

.content-photo-section .feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(59, 130, 246, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 20px; */
  font-size: 24px;
  color: #1392ec;
  padding: 5px 15px;
}

.content-photo-section .feature-icon span {
  color: #1392ec;
  font-size: 24px;
}

.content-photo-section .feature-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.content-photo-section .feature-content p {
  color: #64748b;
  margin: 0;
}

.content-photo-section .leadership-image-wrapper {
  position: relative;
}

.content-photo-section .leadership-image-wrapper img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.content-photo-section .leadership-stat {
  position: absolute;
  bottom: -25px;
  left: -25px;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  max-width: 260px;
}

.content-photo-section .stat-number {
  font-size: 40px;
  font-weight: 900;
  color: #1392ec;
  margin-bottom: 5px;
}

.content-photo-section .stat-desc {
  font-size: 14px;
  font-weight: 600;
  color: #334155;
}

.content-photo-section .leadership-video {
  position: relative;
  padding-top: 56.25%;
  border-radius: 20px;
  overflow: hidden;
}

.content-photo-section .leadership-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.recovery-sec {
  padding: 50px 0rem;
  background: #1392ec17;
}

@media (min-width: 768px) {
  .recovery-sec {
    padding: 80px 0rem;
  }
}

.recovery-sec .section-head {
  text-align: center;
  margin-bottom: 2rem;
}

.recovery-sec .section-head h2 {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.recovery-sec .section-head .highlight {
  color: #1392ec;
}

.recovery-sec .section-head p {
  color: #64748b;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0px;
}

.recovery-sec .steps-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  position: relative;
}

@media (min-width: 768px) {
  .recovery-sec .section-head h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .recovery-sec .steps-wrap {
    grid-template-columns: repeat(5, 1fr);
  }
}

.recovery-sec .progress-line {
  display: none;
}

@media (min-width: 768px) {
  .recovery-sec .progress-line {
    display: block;
    position: absolute;
    top: 2.2rem;
    left: 0;
    width: 100%;
    height: 0.125rem;
    background-color: #f1f5f9;
    z-index: -1;
  }
}

.recovery-sec .step-item {
  text-align: center;
  padding: 0px 24px 24px;
}

@media (min-width: 768px) {
  .recovery-sec .step-item {
    padding: 0px;
  }
}

.recovery-sec .step-number {
  width: 64px;
  height: 64px;
  background-color: #1392ec;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: bold;
  margin: 0 auto 20px;
  border-radius: 9999px;
  border: 8px solid #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.recovery-sec .step-item h5 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 16px;
}

.recovery-sec .step-item p {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 0px;
  color: #6b7280;
}


/* SECTION SPACING */

body .bps-video-section {
  padding: 50px 0px 0px;
  /* background: #1392ec17; */
}

@media (min-width: 768px) {
  body .bps-video-section {
    padding: 80px 0px 0px;
  }
}


/* IMPORTANT LINKS */

.section-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}

.important-links .section-head {
  text-align: center;
  margin-bottom: 2rem;
}

.important-links .section-head h2 {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 900;
  margin-bottom: 0rem;
}

@media (min-width: 768px) {
  .important-links .section-head h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.important-links .section-head .highlight {
  color: #1392ec;
}

.important-links .section-head p {
  color: #64748b;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0px;
}

.section-title span {
  color: #2a7de1;
}

.link-card {
  background: #f7f8fb;
  padding: 4px 20px;
  border-radius: 12px;
  margin-bottom: 15px;
  text-decoration: none;
  color: #222;
  transition: 0.3s;
}

.link-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.link-card .icon {
  margin-right: 12px;
  font-size: 18px;
}

.link-card .title {
  font-weight: 500;
}

.link-card .arrow {
  color: #64748b;
  font-size: 18px;
}

.link-card .feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  /* background: #1392ec1a; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #1392ec;
}


/* DARK VIDEO SECTION */

.video-dark-section {
  background: linear-gradient(180deg, #0b1f3f, #0e2a55);
  padding: 50px 0px;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .video-dark-section {
    padding: 80px 0px;
    margin-top: 80px;
  }
}


/* CATEGORY */

.video-category {
  margin-bottom: 40px;
}


.video-category:last-of-type {
  margin-bottom: 0px;
}

.video-dark-section .video-divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #6b7280;
}


/* .category-header h4 {
  color: #fff;
  font-size: 20px;
  width: 100%;
} */

@media (min-width: 768px) {
  .category-header h4 {
    width: 49%;
  }
}


/* Title Styling */

.category-header h4 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  padding-left: 18px;
  position: relative;
  letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  .category-header h4 {
    font-size: 30px;
  }
}


/* Left Accent Line */

.category-header h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 80%;
  background: #7FD7FF;
  border-radius: 2px;
}

.category-header .arrow {
  color: #6ea8ff;
}


/* VIDEO CARD */

.video-card {
  display: block;
  text-decoration: none;
  margin-top: 20px;
}

.video-card .thumb {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.video-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  opacity: 0.85;
  transition: 0.3s;
}

.video-card:hover img {
  opacity: 1;
  transform: scale(1.05);
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #2a7de1;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-title {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}

.video-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  color: #000;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-close-btn:hover {
  background: #000;
  color: #fff;
}


/* Category Header Wrapper */

.category-header {
  margin-bottom: 20px;
  position: relative;
}


/* Divider Line */

.video-divider {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-left: 20px;
}
.video-category {
  background: rgba(255, 255, 255, 0.03) !important;
  border-radius: 12px !important;
  padding: 25px 20px !important;
  margin-bottom: 35px !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  transition: all 0.3s ease !important;
}