body, p {
  color: #000;
}
.text-muted {
  color: #000;
}

.bd-header__section {
  background-color: #fff;
}
.bd-header__main .logo svg path.bird {
  fill: #00b9df;
}
.logo svg path {
  fill: #000;
}
.bd-header__main .main-menu ul li a {
  color: #000;
  letter-spacing: 2px;
}
.bd-header__main ul.right-nav a.btn {
  border: 1px solid #00b9df;
}

.bd-slider__item {
  height: 95vh;
  background-size: cover;
  background-repeat: no-repeat;
  /*background-position: bottom;*/
}

.slider-1 {
  background-image: url(../img/hero/slider-1-new.jpg);
}

.bd-slider__item .banner-content {
  padding-left: 4em;
}

.bd-slider__item h2 {
  font-weight: 700;
  font-size: 3rem;
  padding-left: 40px;
  margin-bottom: 30px;
}
.bd-slider__item h4 {
  margin-top: 20px;
  color: #fff;
  font-style: italic;
  font-weight: 500;
  font-size: 21px;
  padding-left: 1.7em;
}

.slider-2 {
  background-image: url(../img/hero/slider-2-new.jpg);
}

.slider-2.bd-slider__item .banner-content {
  position: relative;
  top: 4em;
}

.slider-2.bd-slider__item h2 {
  color: #00b9df;
}
.slider-2.bd-slider__item figure.SBLC-logo img {
  width: 330px;
}

.slider-2.bd-slider__item h4 {
  color: #fff;
}

.bd-slider__section .slider-button-prev,
.bd-slider__section .slider-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.bd-slider__section .slider-button-prev {
  left: 30px;
}

.bd-slider__section .slider-button-next {
  right: 30px;
}

.bd-slider__section .slider-button-prev i,
.bd-slider__section .slider-button-next i {
  color: #00b9df;
  font-size: 20px;
}

/* Hover effect */
.bd-slider__section .slider-button-prev:hover,
.bd-slider__section .slider-button-next:hover {
  /*background: rgba(0, 0, 0, 0.7);*/
}

.session-wrapper {
  padding-left: 3em;
}

.video-content h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.video-content h5 {
  color: #fff;
  font-size: 20px;
}
.event-meta {
  margin-top: 3em;
}
.event-meta div {
  font-size: 18px;
}
.event-meta div i {
  color: #00b9df;
}

.attend-card {
  height: 100%;
  padding: 22px 24px;
  border-left: 2px solid #e5e7eb;
  transition: all 0.35s ease;
  background: #fff;
}
.attend-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}
.attend-head i {
  font-size: 18px;
  color: #00b9df; /* same brand blue */
  flex-shrink: 0;
}

.attend-card h6 {
  font-size: 15px;
  font-weight: 500;
  color: #111827;
  margin-bottom: 0px;
}

.attend-card p {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
  max-width: 520px;
}

/* Premium hover effect */
.attend-card:hover {
  border-left-color: #00b9df;
  background: linear-gradient(
    90deg,
    rgba(37, 99, 235, 0.03),
    rgba(255, 255, 255, 0)
  );
  transform: translateY(-2px);
}

.learn-head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 6px;
}

.learn-head i {
  font-size: 18px;
  color: #00b9df;
  flex-shrink: 0;
}

.learn-card {
  height: 100%;
  padding: 22px 24px;
  border-left: 2px solid #e5e7eb;
  background: #fff;
  transition: all 0.35s ease;
}

.learn-card:hover {
  border-left-color: #00b9df;
  background: linear-gradient(
    90deg,
    rgba(37, 99, 235, 0.035),
    rgba(255, 255, 255, 0)
  );
  transform: translateY(-2px);
}

.learn-outcome {
  font-size: 15px;
  font-weight: 500;
  color: #374151;
}

#masterclass_CTA .bd-section__btn-wrapper {
  text-align: end;
}

/* Program Cards */
.program-card {
  background: #ffffff;
  padding: 28px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
}
.program-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 3px;
  width: 0;
  display: inline-block;
  background-color: var(--bd-theme-primary);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.program-card:hover::after {
  right: auto;
  width: 100%;
  left: 0;
}

.program-card:hover {
  /*transform: translateY(-8px);*/
  box-shadow: 0 30px 65px rgba(0, 0, 0, 0.12);
}

.program-day {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #00b9df;
  margin-bottom: 10px;
}

.program-card h5 {
  font-weight: 500;
  margin-bottom: 16px;
}

.program-card ul {
  padding-left: 18px;
  margin-bottom: 0;
}

.program-card ul li {
  margin-bottom: 10px;
  color: #555;
  line-height: 1.6;
}

video.position-absolute {
  object-fit: cover;
}
.video-content {
  padding: 0 6em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

a#Register_Now {
    position: fixed;
    right: -62px;
    z-index: 9999;
    transform: rotate(90deg);
    top: 23%;
    background-color: #fff;
    color: #000;
    padding: 8px 20px;
    border: 1px solid #15afd1;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 400;
}
.bd-cta__title {
  font-size: 26px;
}

div#bootcamp-2 .bd-feature__img.p-relative {
  width: 150%;
  margin-left: 3em;
}
div#bootcamp-2 .bd-feature__img.p-relative img {
  width: 100%;
}


.video-thumb {
    position: relative;
    cursor: pointer;
    /*aspect-ratio: 9 / 16;*/
    width: 100%;
    height: 100%;
}

.video-thumb img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    border-radius: 12px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 28px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 3;
}





/* Make testimonial card a flex column */
.bd-testimonial__item {
  min-height: 411px;
  display: flex;
  flex-direction: column;
}

/* Scroll only testimonial text */
.bd-testimonial__review {
  max-height: 160px;
  overflow-y: auto;
  padding-right: 8px;
  flex-grow: 1;           /* IMPORTANT */
}

/* Push reviewer to bottom */
.bd-testimonial__reviewer {
  margin-top: auto;
  padding-top: 15px;
}

/* Scrollbar styling */
.bd-testimonial__review::-webkit-scrollbar {
  width: 4px;
}

.bd-testimonial__review::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.bd-testimonial__review::-webkit-scrollbar-track {
  background: transparent;
}

/* Paragraph spacing */
.bd-testimonial__review p {
  margin-bottom: 12px;
}


.bd-section__title-lg {
    letter-spacing: 2px;
}


#bootcamp_CTA .col-lg-3.one {
    width: 18%;
}


@media (max-width: 1600px) {
  figure.sameer-pic img {
    width: 60%;
  }

  div#bootcamp-2 .bd-feature__img.p-relative {
    width: 115%;
  }

  .slider-2 {
    background-position: bottom;
  }

  .slider-2.bd-slider__item .banner-content {
    top: 20px;
    left: 25px;
  }

  .bd-slider__item h2 {
    font-size: 2.5rem;
  }
}

@media(max-width: 1450px) {
  div#bootcamp-2 .bd-feature__img.p-relative {
    width: 105%;
  }
}

@media(max-width: 1366px) {
  div#bootcamp-2 .bd-feature__img.p-relative {
    width: 91%;
  }

  .testimonial-slider-button-prev{
    left: -20px;
  }
  .testimonial-slider-button-next {
    right: -20px;
  }
}

@media (max-width: 767px) {
  div#bootcamp-2 .bd-feature__img.p-relative {
    margin-left: 0;
    margin-top: 30px;
    width: 100% !important;
  }

  #bootcamp_CTA .col-lg-3.one {
    width: 100%;
  }

  #masterclass_CTA .col-lg-3.first, #masterclass_CTA .col-lg-3.third {
    width: 100% !important;
  }

  div#bootcamp-2 {
    padding-bottom: 4em;
  }

  .audience-item::before {
    top: 25px;
  }

  .container.pt-60.about-Masterclass-container {
    padding-top: 4em;
  }

  a#Register_Now {
    display: none;
  }

  .bd-slider__item {
    height: 66vh;
  }

  .slider-1 {
    background-image: url(../img/hero/slider-1-m.jpg);
  }
  .slider-2 {
    background-image: url(../img/hero/slider-2-m.jpg);
  }

  .bd-slider__item .banner-content {
    padding-left: 0;
    position: relative;
    bottom: 40px;
  }


  figure.SBLC-logo img {
    width: 160px;
  }

  .bd-slider__item h2 {
    font-size: 22px;
    padding-left: 0;
    margin-bottom: 18px;
  }
  .bd-slider__item h4 {
    font-size: 13px;
    padding-left: 0;
  }

  .slider-1.bd-slider__item h2 {
    padding-left: 12px;
  }
  .slider-1.bd-slider__item h4 {
    width: 43%;
    padding-left: 16px;
    margin-top: 0;
  }

  .slider-2.bd-slider__item figure.SBLC-logo img {
    width: 150px;
  }
  .slider-2.bd-slider__item .banner-content {
    top: -120px;
    left: 0;
    text-align: center;
  }
  .bd-slider__section .slider-button-prev,
  .bd-slider__section .slider-button-next {
    display: none;
  }

  .container-fluid.p-0.masterclass-video-container {
    background-color: rgb(0 0 0 / 91%);
    color: #fff;
    padding-bottom: 0 !important;
  }

div#masterclass .position-relative.overflow-hidden {
    height: 620px !IMPORTANT;
}

video.position-absolute {
    object-fit: cover;
    height: 350px !IMPORTANT;
    position: relative !IMPORTANT;
}
.video-content {
    padding: 0;
    margin-top: -9em;
    height: fit-content !IMPORTANT;
}
  .video-content img {
    width: 200px;
  }
  .session-wrapper {
    padding-left: 0px;
  }
  .video-content h4 {
    font-size: 20px;
    color: #fff;
  }
  .video-content h5 {
    font-size: 14px;
    color: #fff;
  }

  .event-meta {
    margin-top: 2em;
    gap: 10px !important;
  }

  .event-meta div {
    font-size: 14px;
    width: 100%;
    color: #fff;
  }

  #masterclass_CTA a.bd-btn span,
  #bootcamp_CTA a.bd-btn span,
  .bd-cta__section a.bd-btn span {
    display: none;
  }

  #masterclass_CTA .col-lg-3 {
    width: unset;
  }
}

@media (max-width: 414px) {
  .bd-slider__item {
    height: 84vh;
  }
}

@media (max-width: 375px) {
  .bd-slider__item {
    height: 72vh;
  }
  .bd-slider__item h4 {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .slider-2.bd-slider__item .banner-content {
    top: -113px;
  }
  .slider-2.bd-slider__item figure.SBLC-logo img {
    width: 130px;
  }
  .bd-slider__item h4 {
    font-size: 16px;
  }

  .slider-2.bd-slider__item h4 {
    font-size: 13px;
  }
}

@media (max-width: 320px) {
  .bd-slider__item {
    height: 91vh;
  }
  .slider-2.bd-slider__item .banner-content {
    top: auto;
    bottom: 100px;
  }
  .bd-slider__item h4 {
    font-size: 11px;
  }
  figure.SBLC-logo img {
    width: 150px;
  }
}
