button.slick-next.slick-arrow {
display:none !important;
    
}

button.slick-prev.slick-arrow {
display:none !important;
    
}

.row.cdf.cend {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
section.service-section.bg-lis {
    background-color: #f1f1f1;
}





/* Thumbnail container */
.o-video {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.o-video img {
  width: 100%;
  display: block;
}

/* Play icon overlay */
.play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}

.play-overlay img {
  width: 50px;
  height: 50px;
}

.o-video:hover .play-overlay {
  opacity: 1;
}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4); /* Black with opacity */
  display: flex;
  justify-content: center;
  align-items: center;
  
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  max-width: 700px; /* Could be more or less, depending on screen size */
  position: relative; /* Needed for the close button positioning */
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
}

/* The Close Button */
.close {
  color: #aaa;
  position: absolute;
  right: 4px;
  top: 10px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color:#fff !important;}
.modal-content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; /* Maintain 16:9 aspect ratio */
  display: block;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Thumbnail container */
.o-video {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.o-video img {
  width: 100%;
  display: block;
}

/* Play icon overlay */
.play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}

.play-overlay img {
  width: 50px;
  height: 50px;
}

.o-video:hover .play-overlay {
  opacity: 1;
}

