/* 6-Nov-2025 Total Leadership Training Package section CSS using on Leadership forum page start */
/*--====================*** TLC What's New Section Start ***====================--*/
.tlc_whats_new_sec {
  padding: clamp(180px, 12vw, 215px) 0 clamp(80px, 5vw, 90px);
  background-color: #F5F5F5;
}

/* Whats New Head Data */

.tlc_whats_new_sec .tlc-whats-new-header,
.ai-scenario-sec .ai-scenario-header {
  margin-bottom: clamp(20px, 2.25vw, 40px);
}

.tlc-whats-new-header .whats_new_head_data {
  margin-top: 30px;
}

.tlc-whats-new-header .whats_new_head_data h5 {
  color: var(--font-primary);
  font-size: var(--primary-size);
  letter-spacing: 0.45px;
  line-height: 1.3;
  font-weight: 700;
}

.tlc-whats-new-header .whats_new_head_data p {
  color: var(--font-primary);
  font-size: var(--primary-size);
  letter-spacing: 0.45px;
  line-height: 1.4;
  font-weight: 400;
  margin: 5px 0 0;
}

.tlc_whats_new_sec .tlc-whats-new-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  --gap: clamp(20px, 2.25vw, 40px);
}

/* Whats New Main Data */
.tlc-whats-new-row .tlc-whats-new-data {
  flex: 1;
  width: 100%;
  padding-right: var(--gap);
}


.tlc-content-wrapper .tlc-content-inner h3 {
  font-size: clamp(22px, 1.5vw, 24px);
  font-weight: 700;
  letter-spacing: 0.48px;
  line-height: 1.2;
  color: var(--primary-color);
  margin-bottom: 8px;
}


.tlc-content-wrapper .tlc-content-inner h5 {
  color: var(--font-primary);
  font-size: clamp(18px, 1.5vw, 20px);
  letter-spacing: 0.45px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: clamp(15px, 2.25vw, 26px);
}

.tlc-content-wrapper .tlc-content-inner :is(p, li, strong),
.tlc-content-wrapper .tlc-content-inner~.button-below-text {
  color: var(--font-primary);
  font-size: var(--primary-size);
  letter-spacing: 0.45px;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}

.tlc-content-wrapper .tlc-content-inner p+h5 {
  margin-top: clamp(20px, 2.75vw, 32px);
}

.tlc-content-wrapper .tlc-content-inner ul+h5 {
  margin-top: clamp(28px, 3.25vw, 48px);
}

.tlc-content-wrapper .tlc-content-inner ul li {
  position: relative;
  --size: 8px;
  padding-left: calc(17px + var(--size));
  line-height: 1.4;
  font-weight: 500;
}

.tlc-content-wrapper .tlc-content-inner ul li::before {
  content: '';
  width: var(--size);
  min-width: var(--size);
  height: var(--size);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 8px;
  background-color: var(--primary-color);
}

.tlc-content-wrapper .tlc-content-inner p+p,
.tlc-content-wrapper .tlc-content-inner ul li+li {
  margin-top: clamp(12px, 1.75vw, 18px);
}

.tlc-content-wrapper .custom-btn,
.ai-scenario-data .custom-btn {
  margin: clamp(40px, 7vw, 70px) 0 25px;
  border-style: none;
}

/* Whats New Img */
.tlc-whats-new-row .tlc-whats-new-img {
  width: 43.597%;
  padding-left: var(--gap);
  line-height: 0;
}

.tlc-whats-new-row .tlc-whats-new-img img {
  width: 100%;
  object-fit: cover;
  border-radius: clamp(15px, 2.5vw, 30px);
}

/* Responsive */
@media (max-width:991px) {
  .tlc_whats_new_sec {
    padding: clamp(130px, 28vw, 180px) 0 clamp(50px, 10vw, 80px);
  }

  .tlc_whats_new_sec .tlc-whats-new-row {
    --gap: 0;
    grid-row-gap: 30px;
  }

  .tlc-whats-new-row .tlc-whats-new-data {
    flex: none;
    order: 2;
  }

  .tlc-whats-new-row .tlc-whats-new-img {
    width: 100%;
    order: 1;
  }

  .tlc-content-wrapper .tlc-content-inner ul li {
    padding-left: calc(12px + var(--size));
  }
}

@media (max-width:575px){
  .tlc-content-wrapper .tlc-content-inner h3{
    font-size: 20px;
  }
}

/*--====================*** TLC What's New Section End ***====================--*/

.leadership-forum .tlc-whats-new-header img {
    border-bottom: 5px solid #F49323;
    padding-bottom: 8px;
}

.leadership-forum .tlc-whats-new-img {
    text-align: center;
}

.leadership-forum .tlc-whats-new-img img {
    width: auto;
    object-fit: cover;
    border-radius: clamp(15px, 2.5vw, 30px);
}

.leadership-forum .image-desc p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #3C3C3C;
    max-width: 500px;
    margin: auto;
    font-style: italic;
    padding-top: 30px;
}

.video-section-leadership {
    max-width: 961px;
    margin: auto;
}

.video-section-leadership .video-border video {
    width: 100%;
    object-fit: cover;
}

.video-section-leadership .video-border::after {
    background-color: #025965 !important;
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 24px);
    height: calc(80% + 12px);
    z-index: -1;
}

.video-section-leadership button.play-video img {
    box-shadow: none;
    background: rgb(0 0 0 / 20%);
}

.video-section-leadership .leadership-points-video {
    position: relative;
}

.video-section-leadership button.vidControls.play-video {
    padding: 0px;
    border-radius: 100%;
    border: none;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: inherit;
    cursor: pointer;

}

.video-section-leadership button.custom-btn {
    margin-top: 60px;
    border: none;
}

@media (max-width:1199px){
.video-section-leadership .video-border::after {
    bottom: -8px;
    width: calc(100% + 16px);
    height: calc(80% + 8px);
  }
}

@media (max-width:767px){
  .video-section-leadership .video-border::after {
    bottom: -6px;
    width: calc(100% + 12px);
    height: calc(80% + 6px);
  }
}