.elementor-11710 .elementor-element.elementor-element-eeb0bef > .elementor-widget-container{margin:0px 0px 50px 0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-eeb0bef */.video-gallery-container {
  padding: 20px;
}

.search-box {
  margin: 20px 0px 50px 0px;
  text-align: center;
}

#search-input {
  width: 100%;
  max-width: 600px;
  padding: 15px;
  font-size: 18px;
  border-radius: 5px;
  border: 2px solid #555;
  background: #333;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);

}



#search-input::placeholder {

  color: #888;

}



/* Video Gallery Styles */

.video-gallery-container {

  padding: 20px 10px;

  max-width: 1400px;

  margin: 0 auto;
}

.video-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px;
}

.video {
  background-color: #222;
  padding: 0px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}

.video iframe {
  width: 100%;
  height: 185px;
  border-radius: 10px 10px 0px 0px;
}

.thumbnail-iframe {
  pointer-events: none; /* Disable interactions with the iframe */
  width: 100%;

  height: 100%;

  border: none;

  border-radius: 10px;
}

.video h4 {
  margin: 10px 10px;;
  font-size: 14px;
  color: #fff;
}

@media (min-width: 1200px) {

  .video-gallery {

    grid-template-columns: repeat(3, 1fr);

  }

}



@media (min-width: 992px) and (max-width: 1199px) {

  .video-gallery {

    grid-template-columns: repeat(3, 1fr);

  }

}



@media (max-width: 991px) {

  .video-gallery {

    grid-template-columns: repeat(2, 1fr);

  }

}



@media (max-width: 600px) {

  .video-gallery {

    grid-template-columns: 1fr;

  }

}



/* Popup Styles */

.popup {

  display: none; /* Hidden by default */

  position: fixed; /* Stay in place */

  z-index: 9999; /* Sit on top */

  left: 0;

  top: 0;

  width: 100%; /* Full width */

  height: 100%; /* Full height */

  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */

  overflow: auto; /* Enable scroll if needed */

  animation: fadeIn 0.5s;
}
@keyframes fadeIn {

  from { opacity: 0; }

  to { opacity: 1; }

}

#popup-iframe{margin: 0 auto;
display: block;
width: 800px;
height: 413px;
}


.popup-content {

  background-color: #222;

  margin: 0 auto;
  display: block;

  padding: 20px;

  border-radius: 10px;

  max-width: 800px;

  position: fixed;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);"

  animation: slideIn 0.5s;

}



@keyframes slideIn {

  from { transform: scale(0.8); }

  to { transform: scale(1); }

}



.popup-title {

  color: #fff;

  margin-top: 15px;

  font-size: 16px;

  text-align: center;

}



.close {

  color: #aaa;

  float: right;

  font-size: 30px;

  font-weight: bold;

  cursor: pointer;

}



.close:hover,

.close:focus {

  color: #fff;

  text-decoration: none;

}



@media (max-width: 600px) {

  .popup-content {

    width: 90%;

    max-width: 500px;

  }
  .video iframe{
    width: 100%;
    height: 205px;
    }

}
.article-list__page {
  border-top: 1px solid #ddd;
  clear: both;
  counter-increment: page;
  padding-bottom: 3em;
  position: relative;
}
.article-list__page:before {
  background-color: #ddd;
  display: inline-block;
  content: counter(page);
  color: #888;
  padding: 0.25em 0.5em;
  position: absolute;
  left: calc(50% - 0.75em);
  top: -0.75em;
  vertical-align: middle;
  z-index: 1;
}

.article-list__item {
  background-color: #eee;
  float: left;
  height: 15em;
  max-width: 50%;
  opacity: 0.75;
  transform: scale(0.8);
  transition: opacity 0.2s, transform 0.2s;
  width: 15em;
}
.article-list__item:hover {
  opacity: 1;
  transform: scale(1);
}

.article-list__item__image {
  display: block;
  height: auto;
  margin: 0;
  opacity: 1;
  transition: opacity 0.2s;
  width: 100%;
}

.article-list__item__image--loading {
  opacity: 0;
}

.article-list__pagination {
  background-color: #222;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
  display: block;
  bottom: 0;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0.5em;
  position: fixed;
  right: 0;
  text-align: center;
  transform: translateY(0);
  transition: transform 0.2s;
  z-index: 2;
}

.article-list__pagination--inactive {
  transform: translateY(100%);
}

.article-list__pagination__item {
  display: inline-block;
  margin: 0 1em;
}
.article-list__pagination__item a {
  color: #888;
  text-decoration: none;
}
.article-list__pagination__item a:hover, .article-list__pagination__item a:focus {
  color: #aeaeae;
}
.article-list__pagination__item a:active {
  color: #d5d5d5;
}


.lds-ellipsis,
.lds-ellipsis div {
  box-sizing: border-box;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 10px auto;
}
.lds-ellipsis div {
  position: absolute;
  top: 33.33333px;
  width: 13.33333px;
  height: 13.33333px;
  border-radius: 50%;
  background: currentColor;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.filtered-out {
    display: none;
}/* End custom CSS */