.journey-container {
  overflow: hidden;
  position: relative;
  padding: 70px 40px 0;

  &::before {
    width: 100%;
    height: 100%;
    background-color: #000000a3;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
  }

  &::after {
    width: 1px;
    height: 100%;
    background-color: #cccccc80;
    position: absolute;
    content: "";
    left: 40%;
    top: 0;
  }

  .journeyOverlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;

    img {
      height: 100%;
    }
  }

  .journeyMain {
    position: relative;
    z-index: 1;

    .journeySlider {
      width: 100%;
      height: 500px;
      overflow: hidden;
    }

    .sliderItem {
      .journeyInner {
        display: flex;

        .yearText {
          width: 40%;
          text-align: right;
          padding-right: 30px;

          h3 {
            color: #fff;
            font-family: 'Unbounded';
            font-size: 20px;
            font-weight: 300;
            transition: 0.5s;
            position: relative;

            &::after {
              width: 10px;
              height: 10px;
              border-radius: 50%;
              background-color: #ccc;
              content: "";
              position: absolute;
              right: -27px;
              top: 8px;
              transition: 0.5s;
            }
          }
        }

        .journeyContent {
          width: calc(100% - 40%);
          padding-left: 20px;
          opacity: 0;
          visibility: hidden;
          transition: 0.5s;
          padding-right: 40px;

          h4 {
            color: #fff;
            font-size: 32px;
            font-family: 'Unbounded';
            font-weight: 300;
          }

          p {
            color: #fff;
          }
        }
      }

      &.slick-current {
        min-height: auto;

        .journeyInner {
          .yearText {
            h3 {
              color: #fff;
              font-weight: 500;
              font-size: 30px;

              &::after {
                width: 20px;
                height: 20px;
                right: -32px;
                background-color: #FF8F43;
              }
            }
          }

          .journeyContent {
            opacity: 1;
            visibility: visible;

            h4 {
              color: rgba(113, 225, 120, 1);
            }
          }
        }
      }
    }
  }

  .slick-arrow {
    position: absolute;
    z-index: 1;
    font-size: 0px;
    width: 45px;
    height: 45px;
    right: -10px;
    border: none;
    background-color: transparent;

    &.slick-prev {
      top: calc(50% - 60px);
      transform: rotate(90deg);
      left: auto;
      background-color: transparent;

      &::after {
        width: 100%;
        height: 100%;
        background: url(../images/prev.png) no-repeat;
        background-size: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
      }
    }

    &.slick-next {
      bottom: calc(50% - 60px);
      transform: rotate(90deg);
      left: auto;
      background-color: transparent;

      &::after {
        width: 100%;
        height: 100%;
        background: url(../images/next.png) no-repeat;
        background-size: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
      }
    }
  }
}



.aboutPageSec_1 {
  .aboutSecWrap {
    margin-top: -40px;
    position: relative;
    z-index: 2;
  }
}

.mboItem {
  position: relative;
  text-align: center;
  padding-top: 70px;
  height: 100%;

  .mboHeading {
    display: inline-flex;
    align-items: center;
    background-color: rgba(255, 143, 67, 1);
    border-radius: 10px 10px 0 0;
    padding: 10px 20px;
    gap: 10px;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;

    .mboIcon {
      width: 48px;

      img {
        width: 100%;
      }
    }

    h3 {
      font-weight: 300;
      font-size: 30px;
      width: calc(100% - 48px);

    }
  }

  .mboTxtWrap {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 2px 15px 0px #cecece;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    height: 100%;
  }

  &:hover {
    .mboHeading {
      top: 5px;
      background-color: var(--green-color);

      h3 {
        color: #fff;
      }

      .mboIcon {
        width: 48px;

        img {
          filter: brightness(0) invert(1);
        }
      }
    }
  }
}

/*===leadership start===*/
.leaderShipSlider{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.leaderShipItem {
  margin: 0 15px;
  margin-bottom: 30px;

  &.teamMem_1{
    width: 100%;
    .leaderShipInner{
      display: flex;
      flex-wrap: wrap;
      .leftPart{
        width: 400px;
      }
      .rightPart{
        width: calc(100% - 400px);
        padding-left: 30px;
        .teamMsgBox{
          height: 470px;
          overflow-y: auto;
          padding-right: 10px;
        }
      }
    }
  }
  &.teamMem_2{
    width: 100%;
    .leaderShipInner{
      display: flex;
      flex-wrap: wrap;
      .leftPart{
        width: 400px;
      }
      .rightPart{
        width: calc(100% - 400px);
        padding-left: 30px;
        .teamMsgBox{
          height: 470px;
          overflow-y: auto;
          padding-right: 10px;
        }
      }
    }
  }
  &.teamMem_3{
    width: 400px;
  }
  &.teamMem_4{
    width: 400px;
  }

  .leaderShipInner {
    position: relative;

    .leaderShipImg {
      border-radius: 20px 20px 10px 10px;
      overflow: hidden;

      a{
        pointer-events: none;
      }
    }

    .leaderShipInfo {
      display: flex;
      /* position: absolute; */
      bottom: 0;
      left: 0;
      width: 100%;
      justify-content: space-between;
      align-items: flex-end;
      /* padding: 0 20px; */

      .leaderShipName {
        width: 100%;
        /* width: calc(100% - 90px); */
        padding: 10px 20px 0 0;
        background-color: #FFF5EE;
        border-radius: 20px 20px 0 0;
        position: relative;

        .leaderName {
          a {
            font-family: 'Unbounded';
            color: #000;
            transition: 0.5s;
            pointer-events: none;
          }
        }

        &::before {
          width: 16px;
          height: 37px;
          background: url(../images/about-us/cornerIcon.png) no-repeat;
          background-size: 100%;
          position: absolute;
          left: -16px;
          content: "";
          bottom: -21px;
        }

        &::after {
          width: 20px;
          height: 34px;
          background: url(../images/about-us/cornerIcon.png) no-repeat;
          background-size: 100%;
          position: absolute;
          right: -13px;
          content: "";
          bottom: -7px;
          transform: rotate(90deg);
        }
      }

      /* ` */
    }
  }

  &:hover {
    & .leaderShipInner {
      & .leaderShipInfo {
        & .leaderShipName {
          & .leaderName {
            a {
              color: var(--green-color);
            }
          }
        }
      }
    }

    & .leaderShipInner {
      & .leaderShipInfo {
        & .leaderArrow {
          a {
            background-color: var(--orange-color);

            img {
              filter: brightness(0) invert(1);
            }
          }
        }
      }
    }
  }
}

.fancyPopClass{
  background: none;
  background-color: transparent;

  .fancybox-bg{
    background: none !important;
  }
}
.popCont{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    position: fixed;
    display: none;
    z-index: 1000;
    width: 100% !important;
    backdrop-filter: blur(15px);
    background-color: #000000;
    .popContInner{
        top: 50%;
        left: 50%;
        width: 100%;
        padding: 30px;
        max-width: 600px;
        position: absolute;
        background-color: #fff;
        border: 2px solid #F86602;
        transform: translate(-50%, -50%);
        .popClose{
            top: -20px;
            width: 40px;
            height: 40px;
            right: -20px;
            padding: 5px;
            display: flex;
            cursor: pointer;
            font-size: 24px;
            color: #ffffff;
            transition: 0.6s;
            position: absolute;
            align-items: center;
            justify-content: center;
            background-color: #F86602;
            border: 2px solid #F86602;
            &:hover{
                color: #F86602;
                background-color: #fff;
            }
        }
        .popContBox{
            .popName{
                font-size: 20px;
                color: #00B565;
            }
            .popContInfo{
                max-height: 400px;
                overflow-y: auto;
            }
        }
    }
}

.leaderShipSec {
  .leaderShipWrap {
    /* padding-bottom: 145px; */
  }

  .slick-arrow {
    position: absolute;
    font-size: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #D9D9D9;
    border: none;
    top: 50%;
    transform: translateX(-50%);
    transition: 0.5s;

    &.slick-next {
      right: -60px;
      background: url(../images/right_arrow_icon_right.png) no-repeat center center #D9D9D9;
      background-size: 80%;
    }

    &.slick-prev {
      left: -20px;
      background: url(../images/left_arrow_icon_black.png) no-repeat center center #D9D9D9;
      background-size: 80%;
    }

    &:hover {
      &.slick-next {
        background: url(../images/right_arrow_icon.png) no-repeat center center #00B565;
        background-size: 80%;
      }

      &.slick-prev {
        background: url(../images/left_arrow_icon.png) no-repeat center center #00B565;
        background-size: 80%;
      }
    }
  }

  .slick-arrow {
    bottom: -90px;
    top: auto;

    &.slick-next {
      right: calc(50% - 60px);
      background: url(../images/right_arrow_icon.png) no-repeat center center #D9D9D9;
      background-size: 80%;
      transform: none;
    }

    &.slick-prev {
      left: calc(50% - 60px);
      background: url(../images/left_arrow_icon.png) no-repeat center center #D9D9D9;
      background-size: 80%;
      transform: none;
    }

    &:hover {
      &.slick-next {
        background: url(../images/right_arrow_icon.png) no-repeat center center #00B565;
        background-size: 80%;
      }

      &.slick-prev {
        background: url(../images/left_arrow_icon.png) no-repeat center center #00B565;
        background-size: 80%;
      }
    }
  }
}

.awardsSec {
  .valueBox {
    padding-bottom: 145px;
  }

  .awardsItem {
    margin: 0 15px;

    .awardsImg {
      border-radius: 15px;
      overflow: hidden;
    }

    h4 {
      margin-top: 10px;
      text-align: center;
      font-weight: 300;
      font-family: 'Public Sans';
    }
  }

  .awardsSlider {
    padding-top: 35px;
  }
}

@media (max-width: 1600px) {
  .mboItem {
    .mboHeading {
      h3 {
        font-size: 25px;
      }
    }
  }
}

@media(max-width: 1440px) {
  .leaderShipItem {
    & .leaderShipInner {
      & .leaderShipInfo {
        & .leaderShipName {
          & .leaderName {
            a {
              font-family: 'Unbounded';
              color: #000;
              transition: 0.5s;
              font-size: 15px;
            }
          }
        }
      }

      .leaderShipImg {
        border-radius: 20px 20px 10px 10px;
        overflow: hidden;

        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center center;
        }
      }
    }
  }

  .aboutPage {
    .aboutImgWrap {
      width: 100%;
      height: 400px;

      .img_1 {
        width: 100%;
        height: 100%;

        figure {
          width: 100%;
          height: 100%;
        }
      }
    }

    .aboutTxt {
      .textWrap {
        h4 {
          margin-bottom: 12px;
        }

        p {
          margin-bottom: 12px;
        }
      }
    }
  }

  .mboItem {
    .mboHeading {
      h3 {
        font-size: 22px;
      }
    }
  }

}

@media (max-width: 1280px) {
  .aboutSecWrap {
    .headingWrap {
      padding-bottom: 0;
    }
  }
  .leaderShipItem {
      &.teamMem_1,
      &.teamMem_2 {
          & .leaderShipInner {
              .leftPart {
                  width: 300px;
              }
              .rightPart {
                  width: calc(100% - 300px);
                  .teamMsgBox {
                    height: 360px;
                  }
              }
          }
      }

      &.teamMem_3,
      &.teamMem_4{
        width: 300px;
      }
  }
}

@media(max-width: 1024px) {
  .mboItem {
    margin-bottom: 20px;

    .mboHeading {
      top: 10px;
      background-color: var(--green-color);
      color: #fff;

      & .mboIcon {
        img {
          filter: brightness(0) invert(1);
        }
      }
    }
  }
}

@media(max-width: 991px) {
  .aboutPageSec_1 {
    .aboutSecWrap {
      padding: 20px 20px;
      /* margin-top: 30px; */

      .aboutImgWrap {
        width: 500px;
        height: auto;
        padding-left: 0px;
        margin: 0px auto;
        margin-bottom: 20px;

        .overlayImg {
          width: 100.50%;
        }
      }

    }

    .aboutSecWrap {
      margin-bottom: 0px;
    }

    .headingWrap {
      margin-bottom: 10px !important;
    }
  }

  .journey-container {
    padding: 40px 40px 0;

    .headingWrap.mb_30 {
      margin-bottom: 0px !important;
    }

    & .slick-arrow {
      &.slick-next {
        bottom: 0;
        transform: rotate(0deg);
        left: auto;
        background-color: transparent;
        top: auto;
        right: calc(50% - 60px);
      }

      &.slick-prev {
        transform: rotate(0);
        left: auto;
        background-color: transparent;
        bottom: 0;
        top: auto;
        left: calc(50% - 60px);
      }
    }

    & .journeyMain {
      & .sliderItem {
        & .journeyInner {
          padding-top: 30px;

          .yearText {
            width: 135px;
            padding-right: 30px;

            & h3 {
              &::after {
                display: none;
              }

              &::before {
                width: 15px;
                height: 15px;
                border-radius: 50%;
                background-color: #fff;
                position: absolute;
                top: -25px;
                left: 0;
                content: "";
              }
            }
          }

          .journeyContent {
            width: calc(100% - 135px);
          }
        }
      }
    }

    .journeySlider {
      .slick-list {
        overflow-y: visible;
      }
    }

    &::after {
      width: 1px;
      height: calc(100% - 120px);
      left: 168px;
      bottom: 0;
      top: auto;
    }

  }

  .journey-container {
    &::after {
      width: 100%;
      height: 1px;
      left: 0;
      bottom: auto;
      top: 120px;
    }

    & .journeyMain {
      & .sliderItem {
        & .journeyInner {
          & .journeyContent {
            h4 {
              font-size: 28px;
            }
          }
        }
      }
    }

  }
}

@media(max-width: 768px) {
  .journey-container {
    & .journeyMain {
      & .sliderItem {
        & .journeyInner {
          display: block;

          .yearText {
            width: 100%;
            padding-right: 0px;
            text-align: left;
          }

          .journeyContent {
            width: 100%;
            padding: 0px;
          }
        }
      }
    }
  }

  .p_40 {
    padding: 20px;
  }
  .leaderShipItem {
      &.teamMem_1,
      &.teamMem_2 {
          & .leaderShipInner {
            flex-direction: column;
            .leftPart {
                width: 300px;
                margin: 0 auto 15px;
            }
            .rightPart {
                width: 100%;
                padding-left: 0;
                .teamMsgBox {
                  height: auto;
                  overflow-y: visible;
                }
            }
          }
      }

      &.teamMem_3,
      &.teamMem_4{
        width: 300px;
      }
  }
}

@media (max-width: 575px) {
  .aboutPageSec_1 {
    .aboutSecWrap {
      .aboutImgWrap {
        width: 100%;
        height: auto;
      }
    }
  }
}

@media(max-width: 480px) {
  .journey-container {
    & .journeyMain {
      & .sliderItem {
        & .journeyInner {
          & .journeyContent {
            h4 {
              font-size: 20px;
            }
          }
        }
      }
    }
  }

  .leaderShipItem {
    & .leaderShipInner {
      & .leaderShipInfo {
        & .leaderShipName {
          & .leaderName {
            a {
              font-size: 13px;
            }
          }
        }
      }
    }
  }

  .leaderShipItem {
    & .leaderShipInner {
      .leaderShipInfo {
        position: initial;
        padding: 0 0;

        .leaderShipName {
          width: calc(100% - 70px);
          padding: 10px 0px 0;
        }
      }
    }
  }

  .leaderShipSec {
    padding-bottom: 30px;

    .leaderShipWrap {
      padding-bottom: 150px;

      &.p_40 {
        padding: 20px 0;
      }
    }

    &.awardsSec {
      padding-bottom: 30px;
    }
  }
}

.about-video-section {
  padding: 80px 0;
  background-color: #f9f9f9;
  text-align: center;
  
  .vdoPopBox{
   	width: 100%;
    position: relative;
    
    img{
      width: 100%;
      display: block;
      height: 720px;
      object-fit: cover;
  	}
    
    .vdoPopBtn{
      	position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #0000004d;
      	span {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-color: #fff;
            display: flex;
          	cursor: pointer;
            align-items: center;
            justify-content: center;
          
          	i, svg {
                font-size: 26px;
                color: #077745;
            }
        }
    }
}

.video-thumbnail {
  position: relative;
  max-width: 900px;
  margin: 0 auto 40px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.video-thumb-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.video-thumbnail:hover .video-thumb-img {
  transform: scale(1.03);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

.video-thumbnail:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
}

/* Modal Styles */
.video-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
}

.video-modal-content {
  position: relative;
  max-width: 960px;
  width: 90%;
  background: #000;
  border-radius: 10px;
}

.close-modal {
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s ease;
}

.close-modal:hover {
  color: #ff4444;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
