.c-slider-container {
  width: 100%;
}
.slick-dots {
    display: none !important;
}
.c-slider {
  width: 100%;
}

.c-lottie-slide {
  display:flex;
  justify-content:center;
  align-items:baseline; 
}
@media (min-width: 992px) {
   .c-lottie-slide {
    display:block;
  }
}


.slick-slide.hidden {
  display: none !important;
}

{# THIS IS THE SLICK SLIDER CSS FOR FUNCTIONALITY #}
.c-slider .slick-dots li {
  width: 30px;
  height: 3px;
  border-radius: 0;
}

.c-slider .slick-dots li.is-selected { 
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.c-slider .slick-dots {
  position: static;
  margin-top: 25px;
}

.c-slider .slick-arrow:focus{ outline: none;}
.c-slider .slick-arrow:hover{ opacity:0.4;}

.c-slider button.slick-prev,
.c-slider button.slick-next {
  position: absolute;
  top: 100%;
  margin-top: -31px;
  border-radius: 0;
  background: transparent;
}


.c-slider button.slick-prev { 
  right: -30px !important; 
  left: unset;
  transform: rotate(45deg);
}
.c-slider button.slick-next { 
  right: -60px !important;
  left: unset !important;
  transform: rotate(-135deg);
}

.c-slider button.slick-prev svg,
.c-slider button.slick-next svg {
  /*display: none;*/
}
 
/* video play*/
.play-btn {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: white;
	text-decoration: none;
}
.fa-play:before {
    content: "\f04b";
}
.c1-video{
   height: 100% !important;
   width: 100% !important; 
  position: relative; 
  display: inline-block;
  border-radius: 20px;
}
.c1-video iframe {
  height: 100% !important;
  width: 100% !important;  
}
.c3-video{
   height: 100% !important;
   width: 100% !important; 
  position: relative; 
  display: inline-block;
}
.c3-video iframe {
  height: 100% !important;
  width: 100% !important;  
}
.video-thumb {
    display: block;
    width: 100%;
    border-radius: 10px;
}
.play-btn i {
    background: transparent;
    padding: 20px;
    border-radius: 50%;
    transition: 0.3s;
    border: 3px solid #fff;
}

.play-btn:hover i {
    background: rgba(0, 0, 0, 0.8);
}
.c1-video img{
  height: 100% !important;
}
.c3-video img{
  height: 100% !important;
}
.bio-link{
  text-align:center;
  margin-bottom:10px;
}
/* Team popup*/
.team-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: white;
  padding: 50px 35px 35px;;
  width: 100%;
  max-width: 600px;
  height: auto;
  max-height: 80vh; /* Prevents too tall popups */
  overflow-y: auto; /* Scroll if content exceeds max-height */
  border-radius: 15px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 1050;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* When the popup is active */
.team-popup.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Popup content */
.team-popup .popup-content {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #333;
}

/* Close button */
.team-popup .close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
	color: #2e3439;
	text-transform: uppercase;
	font-weight: 600;
  border: none;
  font-size: 16px;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.team-popup .close-popup:hover {
  background: #bdeaff;
}

/* Popup overlay */
.team-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1040;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show overlay when active */
.team-popup-overlay.active {
  display: block;
  opacity: 1;
}

/* Fancy heading */
.team-popup h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}

/* Popup text */
.team-popup p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

/* Button styling inside popup (if any) */
.team-popup .popup-btn {
  display: inline-block;
  background: #007bff;
  color: white;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  margin-top: 15px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.team-popup .popup-btn:hover {
  background: #0056b3;
}
/* Popup width adjustments for tablets */
@media (max-width: 1024px) {
  .team-popup {
    width: 90%;  /* More flexible width */
    max-width: 450px; /* Max width for tablets */
  }
}

/* Popup width adjustments for mobile */
@media (max-width: 768px) {
  .team-popup {
    width: 95%;  /* Almost full width for mobile */
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  .c-slider .slick-dots {
    display: block !important;
  }
}

/* Show slick-dots only on mobile devices (max-width: 767px) */
@media (max-width: 767px) {
  .c-slider .slick-dots {
    display: block !important;
  }
  #hs_cos_wrapper_widget_1740468838832 .c-image-container-1 {
        height: unset !important;
    }
}
@media only screen and (max-width: 575px) {
    #hs_cos_wrapper_widget_1740468838832 .c-image-container-1 {
        height: unset !important;
    }
}
