
#youtube-video-container{
  height:500px;
}


#about-2 {
  padding: 96px;
}

#about-2 .container {
}

#about-2 .custom-gap {
  padding-right: 64px;
}

#about-2 .video-container {
  width: 100%; /* Responsive width */
  max-width: 636px; /* Limit the maximum width to 1063px */
  height: 512px;
  padding-bottom: 56.25%; /* Maintain 16:9 aspect ratio (9/16 = 0.5625) */
  position: relative;
  flex-shrink: 0; /* Prevent shrinking */
  overflow: hidden;
}

#about-2 .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#about-2 h3 {
  color: var(--Blue, #1e3c72);
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 65px */
  text-transform: uppercase;
}

#about-2 p {
  margin-top: 24px;
  color: var(--Blue, #1e3c72);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding-left: 112px;
  gap: 10px;
  width: 436px;
  height: auto;
}

/* Employee image styling */
#about-2 .img-fluid {
  width: 100%;
  height: auto;
}

/* Play button styling */
#about-2 .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 64px; /* Adjust the size of the play button */
  height: 64px;
  transition: 0.7s;
}

#about-2 .play-icon:hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 64px; /* Adjust the size of the play button */
  height: 64px;
  opacity: 0.8;
}

/* Modal */
#about-2 .modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Black with opacity */
}

/* Modal content */
#about-2 .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1063px;
  height: 600px;
  background-color: transparent;
}

/* Close button */
#about-2 .close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  #about-2 {
    padding: 80px 0px 80px !important;
  }


  #about-2 .custom-gap {
    padding-right: 0px;
  }

  #about-2 p {
    padding-left: 0px;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {

  #about-2 {
    padding: 96px 12px !important;
  }


  #about-2 h3 {
    font-size: 30px;
    margin-top: 64px;
    }


  #about-2 p{
    padding-left: 24px;
  }

  

  #about-2 .custom-gap {
    padding-right: 12px;
  }
}

@media only screen and (max-width: 576px) {
}
