.elementor-186 .elementor-element.elementor-element-d37f0c9{--display:flex;--margin-top:0rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-186 .elementor-element.elementor-element-b2465db{text-align:center;}.elementor-186 .elementor-element.elementor-element-b2465db .elementor-heading-title{font-family:"Alumni Sans", Sans-serif;font-size:3.5rem;font-weight:600;color:#FFFFFF;}.elementor-186 .elementor-element.elementor-element-1e0159c{margin:0rem 0rem calc(var(--kit-widget-spacing, 0px) + 0rem) 0rem;}@media(max-width:767px){.elementor-186 .elementor-element.elementor-element-d37f0c9{--margin-top:3rem;--margin-bottom:3rem;--margin-left:0rem;--margin-right:0rem;--padding-top:0rem;--padding-bottom:0rem;--padding-left:0rem;--padding-right:0rem;}}/* Start custom CSS for html, class: .elementor-element-1e0159c */.video-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background-color: #000;
  color: white;
}

.main-video {
  margin-bottom: 30px;
}

.video-title {
  font-family: Arial, sans-serif;
  font-size: 24px;
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
  text-transform: uppercase;
}

.video-gallery {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 40px;
}

.thumbnails-container {
  display: flex;
  gap: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  scroll-behavior: smooth;
}

.thumbnail-item {
  min-width: 300px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.thumbnail-item:hover {
  transform: scale(1.05);
}

.thumbnail-image {
  width: 100%;
  height: 169px; /* 16:9 aspect ratio */
  object-fit: cover;
  border-radius: 8px;
}

.thumbnail-title {
  text-align: center;
  font-family: Arial, sans-serif;
  margin-top: 10px;
  font-size: 14px;
  color: white;
}

.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3);
  border: none;
  color: white;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.nav-button:hover {
  background: rgba(255, 255, 255, 0.5);
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

@media (max-width: 768px) {
  .video-gallery {
    padding: 0 30px;
  }
  
  .thumbnail-item {
    min-width: 250px;
  }
  
  .video-title {
    font-size: 20px;
  }
}/* End custom CSS */