.elementor-widget-elementor_video_carousel > .elementor-widget-container {
  --blue: #1d2a3a;
  --green: #2bf2b6;
  background-color: var(--blue);
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 100px 20px;
  width: 100%;
}

.elementor-video-carousel {
  column-gap: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 1200px;
}

.elementor-video-carousel-title {
  color: #28f3b6;
  font-family: 'Inter';
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 30px;
  text-align: center;
}

.elementor-video-carousel-main {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  max-width: 100%;
  width: 1200px;
}

@media (min-width: 768px) {
  .elementor-widget-elementor_video_carousel > .elementor-widget-container {
    padding: 100px 50px;
  }
}

@media (min-width: 1025px) {
  .elementor-widget-elementor_video_carousel > .elementor-widget-container {
    padding: 100px 100px;
  }

  .elementor-video-carousel-main {
    flex-direction: row;
  }

  .elementor-video-carousel-title {
    text-align: left;
  }
}

/* Featured Video */

.elementor-video-carousel-featured {
  column-gap: 150px;
  position: relative;
  width: 100%;
}

.video-wrapper {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* for 16:9 aspect ratio */
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.elementor-video-carousel-featured .video-info {
  column-gap: 30px;
  display: flex;
  flex-direction: column;
  margin: 25px 0 0 0;
}

.elementor-video-carousel-featured .post-title {
  font-size: 36px;
  font-weight: 300;
}

.elementor-video-carousel-featured .post-content {
  margin: 25px 0 0;
  width: 100%;
}

.elementor-video-carousel-featured .post-content p {
  color: #fff;
  font-family: 'Inter';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.elementor-video-carousel-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 30px;
  z-index: 10;
}

.elementor-video-carousel-thumbnail {
  padding: 0 4px;
}

.elementor-video-carousel-thumbnails {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
  width: 215px;
}

.elementor-video-carousel-thumbnails .slick-list {
  padding: 0 !important;
}

.elementor-video-carousel-thumbnails .slick-track {
  padding: 4px 0;
}

.elementor-video-carousel
  .elementor-video-carousel-thumbnail:not(.slick-current) {
  cursor: pointer;
}

.elementor-video-carousel-thumbnail.slick-center img {
  outline: 4px solid var(--green);
  transition: all 0.3s;
}

.elementor-video-carousel-thumbnail img {
  border-radius: 20px !important;
}

@media (min-width: 600px) {
  .elementor-video-carousel-thumbnails {
    width: 430px;
  }
}

@media (min-width: 1025px) {
  .elementor-video-carousel-featured .slick-list {
    overflow: visible;
  }

  .elementor-video-carousel-featured {
    width: calc(100% - 280px);
  }

  .elementor-video-carousel-featured .video-info {
    flex-direction: row;
    column-gap: 50px;
    margin: 25px -220px 0 0;
  }

  .elementor-video-carousel-featured .post-content {
    width: 50%;
  }

  .elementor-video-carousel-featured .post-content p {
    font-size: 20px;
  }

  .elementor-video-carousel-featured .post-title {
    font-size: 48px;
    width: 50%;
  }

  .elementor-video-carousel-thumbnails {
    margin: 0;
    width: auto;
  }

  .elementor-video-carousel-right {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 0;
    width: 230px;
  }

  .elementor-video-carousel-thumbnails .slick-track {
    padding: 0 4px;
  }

  .elementor-video-carousel-thumbnail {
    margin-bottom: 15px;
    padding: 0;
    width: 230px !important;
  }
}

@media (min-width: 1367px) {
  .elementor-video-carousel-featured .video-info {
    flex-direction: row;
    margin: 35px -250px 0 0;
  }
}

/* Pagination */

.elementor-video-carousel-button {
  align-items: center;
  border-radius: 30px;
  border: 3px solid rgba(255, 255, 255, 0.22) !important;
  background-color: rgba(255, 255, 255, 0.09) !important;
  display: flex;
  justify-content: center;
  height: 55px;
  padding: 9px 5px !important;
  transition: all 0.3s;
}

.elementor-video-carousel-button:hover,
.elementor-video-carousel-button:focus,
.elementor-video-carousel-button:active {
  border: 3px solid #2bf2b6 !important;
  background: rgba(43, 242, 182, 0.11) !important;
}

.elementor-video-carousel-button:active {
  transform: scale(0.9);
}

.elementor-video-carousel-next-button,
.elementor-video-carousel-previous-button {
  margin-bottom: 15px;
}

.elementor-video-carousel-previous-button svg {
  transform: rotate(-90deg);
}

.elementor-video-carousel-next-button svg {
  transform: rotate(-90deg);
}

.elementor-video-carousel-button:hover path,
.elementor-video-carousel-button:focus path,
.elementor-video-carousel-button:active path {
  stroke: #2bf2b6;
}

@media (max-width: 1024px) {
  .elementor-video-carousel-button {
    position: relative;
    top: 5px;
  }

  .elementor-video-carousel-previous-button,
  .elementor-video-carousel-next-button {
    height: 108px;
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .elementor-video-carousel-button {
    border-radius: 110px;
    padding: 19px 50px 19px 50px !important;
  }

  .elementor-video-carousel-previous-button svg,
  .elementor-video-carousel-next-button svg {
    transform: rotate(0deg);
  }
}
