.leadership-section {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.leadership-section .leadershipSwiper {
  width: 100%;
  overflow: visible;
}
.leadership-section .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
}
.leadership-section .swiper-slide {
  /* Hide separator line on the last slide */
}
.leadership-section .swiper-slide:last-child::after {
  display: none;
}
.leadership-section {
  /* Pulls the right-side separator line closer specifically for video slides */
}
.leadership-section .swiper-slide:has(.has-video) {
  width: 680px !important;
  max-width: 100% !important;
  margin: 0 auto;
}
.leadership-section .swiper-slide:has(.has-video)::after {
  right: 20px !important;
}
.leadership-section .leadership-card {
  display: flex;
  align-items: flex-end;
  /* Locks bottom baseline alignment with faculty image */
  gap: 40px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  /* Video Card Specific Styling - Reference Design Match */
}
.leadership-section .leadership-card.has-video {
  display: block !important;
  position: relative !important;
  width: 680px !important;
  max-width: 100% !important;
  height: 320px !important;
  margin: 0 auto !important;
  background-image: url("../images/program/faculty-bg-shape-video.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;
}
.leadership-section .leadership-card.has-video .leader-image-frame {
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  top: auto !important;
  width: 320px !important;
  height: 320px !important;
  background: none !important;
  margin: 0 !important;
  z-index: 2 !important;
}
.leadership-section .leadership-card.has-video .leader-image-frame .leader-photo {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: bottom center !important;
     object-position: bottom center !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}
.leadership-section .leadership-card.has-video .leader-content {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: none !important;
  z-index: 3 !important;
  display: block !important;
}
.leadership-section .leadership-card.has-video .leader-video-trigger {
  position: absolute !important;
  top: 14px !important;
  right: 45px !important;
  padding-left: 0 !important;
  margin: 0 !important;
  pointer-events: auto !important;
  z-index: 10 !important;
}
.leadership-section .leadership-card.has-video .leader-video-trigger .play-video-btn {
  position: absolute;
  right: 20px;
  bottom: -39px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #f3791d;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  box-shadow: 0 4px 10px rgba(243, 121, 29, 0.3);
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.leadership-section .leadership-card.has-video .leader-video-trigger .play-video-btn svg {
  margin-left: 2px;
}
.leadership-section .leadership-card.has-video .leader-video-trigger .play-video-btn:hover {
  background-color: #e2670d;
  transform: scale(1.1);
}
.leadership-section .leadership-card.has-video .leader-profile-details {
  position: absolute !important;
  bottom: 28px !important;
  right: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  max-width: 320px !important;
  width: auto !important;
  pointer-events: auto !important;
  z-index: 10 !important;
  display: block !important;
}
.leadership-section .leadership-card.has-video .leader-profile-details .leader-name {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 0 0 4px 0 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.2px !important;
}
.leadership-section .leadership-card.has-video .leader-profile-details .leader-designation {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.85) !important;
  margin: 0 !important;
  line-height: 1.35 !important;
}
.leadership-section .leader-image-frame {
  position: relative;
  width: 360px;
  height: 320px;
  flex-shrink: 0;
  /* This margin aligns all image frame tops to the same line as the text start */
  margin-top: 0;
  background: url("../images/program/faculty-bg-shape.png") no-repeat center center;
  background-size: contain;
  border-radius: 28px 28px 28px 0;
  z-index: 2;
}
.leadership-section .leader-image-frame .leader-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
  mask-image: url("../images/program/faculty-bg-shape.png");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/program/faculty-bg-shape.png");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.leadership-section {
  /* Right Side Content Elements */
}
.leadership-section .leader-content {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* Aligns content to bottom */
  padding: 0 0 10px 10px;
  min-width: 0;
  height: 100%;
}
.leadership-section {
  /* Reusable Pill PLAY Button Container */
}
.leadership-section .leader-video-trigger {
  padding-left: 28px;
  margin-bottom: 20px;
}
.leadership-section {
  /* ---------------------------------------------------------
      CSS BACKGROUND QUOTATION GRAPHICS
  --------------------------------------------------------- */
}
.leadership-section .leader-quote {
  margin-top: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #111111;
  margin-bottom: 0;
  padding: 0 20px 0 28px;
  max-width: 620px;
  font-style: italic;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  box-sizing: border-box;
  /* Expanded: desktop scrollbar, mobile full expansion */
}
.leadership-section .leader-quote.is-expanded {
  display: block !important;
  -webkit-line-clamp: unset !important;
  max-height: 220px !important;
  overflow-y: auto !important;
  padding-right: 12px;
}
.leadership-section .leader-quote.is-expanded::-webkit-scrollbar {
  width: 4px;
}
.leadership-section .leader-quote.is-expanded::-webkit-scrollbar-thumb {
  background: #333333;
  border-radius: 4px;
}
.leadership-section .leader-quote.is-expanded::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.leadership-section .faculty-read-more-btn {
  display: none;
  /* Managed by JS overflow check */
  padding: 12px 0 0 28px;
  text-align: left;
  background: transparent;
  border: none;
  color: #111111;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  outline: none;
}
.leadership-section .faculty-read-more-btn:hover {
  text-decoration: underline;
}
.leadership-section {
  /* Scoped Faculty Read More Button */
}
.leadership-section .faculty-read-more-btn {
  display: none;
  /* Controlled by JS overflow check */
  padding: 16px 0 0 28px;
  text-align: left;
  background: transparent;
  border: none;
  color: #111111;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  outline: none;
}
.leadership-section .faculty-read-more-btn:hover {
  text-decoration: underline;
}
.leadership-section .leader-profile-details {
  margin-top: 20px;
  padding-left: 28px;
}
.leadership-section .leader-profile-details .leader-name {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 4px 0;
}
.leadership-section .leader-profile-details .leader-designation {
  font-size: 14px;
  line-height: 1.4;
  color: #555555;
  margin: 0;
  max-width: 560px;
}
.leadership-section {
  /* Slider Navigation capsule styles */
}

/* ADDED: Video Popup Modal Styles */
.leader-video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  align-items: center;
  justify-content: center;
}
.leader-video-modal.is-active {
  display: flex;
}
.leader-video-modal .video-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
}
.leader-video-modal .video-modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  z-index: 2;
}
.leader-video-modal .video-modal-content .video-modal-close {
  position: absolute;
  top: -12px;
  right: 12px;
  background: none;
  border: none;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  z-index: 10;
}
.leader-video-modal .video-modal-content .iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}
.leader-video-modal .video-modal-content .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1920px) {
  .leadership-section .leader-quote {
    font-size: 22px;
  }
}
@media (max-width: 1280px) {
  .leadership-section .section-title {
    margin-bottom: 30px;
  }
  .leadership-card {
    max-width: 850px;
    gap: 36px;
  }
  .leadership-card.has-video {
    max-width: 620px;
    height: 300px;
  }
  .leadership-card.has-video .leader-image-frame {
    width: 290px;
    height: 300px;
  }
  .leadership-card.has-video .leader-video-trigger {
    top: 12px;
    right: 45px;
  }
  .leadership-card.has-video .leader-video-trigger .play-video-btn {
    width: 48px;
    height: 48px;
  }
  .leadership-card.has-video .leader-profile-details {
    bottom: 24px;
    right: 35px;
  }
  .leadership-card.has-video .leader-profile-details .leader-name {
    font-size: 20px;
  }
  .leadership-card.has-video .leader-profile-details .leader-designation {
    font-size: 13.5px;
  }
  .leader-image-frame {
    width: 280px;
    height: 255px;
    margin-top: 44px;
    /* Slightly adjusted to align with smaller text size alignment */
  }
  .leader-quote {
    font-size: 20px;
    max-width: 500px;
    padding: 44px 20px 0 24px;
    /* Adjusted padding-top to keep content starting perfectly */
  }
  .leader-profile-details {
    padding-left: 24px;
  }
  .quote-icon.quote-start {
    /* Re-calculates the relative coordinate placement based on 280px width frame + gap shifts */
    left: 272px;
    top: 24px;
    margin-left: 0;
    /* Reset margins so absolute left rules the placement reliably */
  }
}
@media (max-width: 992px) {
  .leadership-section .swiper-slide {
    width: 100% !important;
    height: auto;
    padding-right: 0 !important;
  }
  .leadership-section .swiper-slide::after {
    display: none !important;
  }
  .leadership-section .swiper-slide:has(.has-video) {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .leadership-section .swiper-slide:has(.has-video)::after {
    display: none !important;
  }
  .leadership-section .leadership-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    max-width: 600px;
    margin: 0 auto;
  }
  .leadership-section .leadership-card.has-video {
    flex-direction: row;
    align-items: flex-end;
    text-align: left;
    max-width: 540px;
    height: 260px;
    margin: 0 auto;
  }
  .leadership-section .leadership-card.has-video .leader-image-frame {
    width: 250px;
    height: 260px;
    margin-bottom: 0;
  }
  .leadership-section .leadership-card.has-video .leader-content {
    padding-top: 0;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
  }
  .leadership-section .leadership-card.has-video .leader-video-trigger {
    top: 10px;
    right: 30px;
    margin-bottom: 0;
    padding-left: 0;
  }
  .leadership-section .leadership-card.has-video .leader-video-trigger .play-video-btn {
    right: 18px;
    bottom: -36px;
    width: 38px;
    height: 38px;
  }
  .leadership-section .leadership-card.has-video .leader-profile-details {
    order: unset;
    bottom: 20px;
    right: 100px !important;
    left: 3%;
    top: 28px;
    margin-top: 0;
    padding-left: 0;
    width: auto;
    display: block;
    align-items: flex-start;
  }
  .leadership-section .leadership-card.has-video .leader-profile-details .leader-name {
    font-size: 18px;
    color: #ffffff;
  }
  .leadership-section .leadership-card.has-video .leader-profile-details .leader-designation {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
  }
  .leadership-section .leader-image-frame {
    width: 280px;
    height: 250px;
    margin-top: 0;
    margin-bottom: 15px;
    position: relative;
  }
  .leadership-section .leader-image-frame .leader-photo {
    -o-object-position: bottom center;
       object-position: bottom center;
  }
  .leadership-section .leader-content {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    padding: 0;
  }
  .leadership-section {
    /* ADDED: Mobile alignment adjustment for play button */
  }
  .leadership-section .leader-video-trigger {
    padding-left: 0;
    margin-bottom: 15px;
  }
  .leadership-section .quote-icon {
    width: 32px;
    height: 24px;
    display: block;
  }
  .leadership-section .quote-icon.quote-start {
    order: 1;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 0 auto 12px auto;
    z-index: 5;
  }
  .leadership-section .quote-icon.quote-end {
    order: 4;
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    z-index: 5;
  }
  .leadership-section .leader-quote {
    order: 1;
    margin-top: 0;
    font-size: 16px;
    line-height: 1.45;
    text-align: center;
    max-width: 100%;
    padding: 0 20px;
  }
  .leadership-section .leader-quote.is-expanded {
    max-height: none !important;
    overflow: visible !important;
  }
  .leadership-section .faculty-read-more-btn {
    order: 2;
    /* Forces "Read More" button BELOW the quote on mobile */
    padding: 10px 0 0 0;
    text-align: center;
    margin: 0 auto;
  }
  .leadership-section .leader-profile-details {
    order: 3;
    /* Rendered below the Read More button */
    margin-top: 15px;
    padding-left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .leadership-section .common-swiper-navigation {
    margin: 45px auto 0 auto;
  }
}
@media (max-width: 767px) {
  .leadership-section .leadership-card {
    max-width: 100%;
    padding: 0 16px;
  }
  .leadership-section .leadership-card.has-video {
    max-width: 440px;
    height: 215px;
    padding: 0;
  }
  .leadership-section .leadership-card.has-video .leader-image-frame {
    width: 195px;
    height: 215px;
  }
  .leadership-section .leadership-card.has-video .leader-video-trigger {
    top: 8px;
    right: 20px;
  }
  .leadership-section .leadership-card.has-video .leader-video-trigger .play-video-btn {
    width: 38px;
    height: 38px;
  }
  .leadership-section .leadership-card.has-video .leader-profile-details {
    bottom: 16px;
    right: 18px;
  }
  .leadership-section .leadership-card.has-video .leader-profile-details .leader-name {
    font-size: 16px;
  }
  .leadership-section .leadership-card.has-video .leader-profile-details .leader-designation {
    font-size: 12px;
  }
  .leadership-section .leader-quote {
    font-size: 14px;
    /* Perfectly sized to minimize layout height */
    line-height: 1.4;
    padding: 0 10px;
  }
}
@media (max-width: 575.98px) {
  .leadership-section .leadership-card.has-video {
    max-width: 100%;
    height: 175px;
  }
  .leadership-section .leadership-card.has-video .leader-image-frame {
    width: 155px;
    height: 175px;
  }
  .leadership-section .leadership-card.has-video .leader-video-trigger {
    top: 6px;
    right: 12px;
  }
  .leadership-section .leadership-card.has-video .leader-video-trigger .play-video-btn {
    width: 40px;
    height: 40px;
    margin-right: -30px;
  }
  .leadership-section .leadership-card.has-video .leader-profile-details {
    bottom: 10px;
    right: 12px;
  }
  .leadership-section .leadership-card.has-video .leader-profile-details .leader-name {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .leadership-section .leadership-card.has-video .leader-profile-details .leader-designation {
    font-size: 11px;
  }
  .leadership-section .quote-icon {
    width: 28px;
    height: 20px;
  }
  .leadership-section .quote-icon.quote-start {
    margin-bottom: 8px;
    left: -115px;
    top: -20px;
  }
  .leadership-section .leader-quote {
    font-size: 16px;
    line-height: 1.4;
    padding: 0 10px;
  }
  .leadership-section .leader-profile-details .leader-name {
    font-size: 16px;
  }
  .leadership-section .leader-profile-details .leader-designation {
    font-size: 14px;
    max-width: 95%;
  }
}/*# sourceMappingURL=faculty.css.map */