.sl3-local-host {
  background: #001f3f;
}

.sl3-local-host .sl3-section-title {
  color: #fff;
  text-align: left;
  font-family: 'Museo', sans-serif !important;
  font-size: 56px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 120%;
  margin: 0;
}

.sl3-local-host .sl3-section-description {
  color: #cef5ff;
  padding-bottom: 32px;
  padding-top: 24px;
}

.sl3-local-host .inner-wrapper .image {
  max-width: 426.66px;
  border-radius: 10px;
}

.sl3-local-host .inner-wrapper .image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.sl3-local-host .inner-wrapper {
  gap: 80px;
  align-items: center;
  flex-wrap: nowrap !important;
}

.sl3-local-host .inner-wrapper .text {
  max-width: 768px;
  width: 100%;
}

.sl3-local-host .sl3-button-wrapper {
  align-items: center;
  gap: 16px;
}

.sl3-local-host .inner-wrapper a.sl3-button:nth-child(1) {
  border-radius: 16px;
  background: #ef4448;
  color: #fff;
  text-decoration: auto;
}

.sl3-local-host .inner-wrapper .sl3-button.get-direction {
  border-radius: 16px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: auto;
}


.sl3-local-host .video-container {
    position: relative;
    display: inline-block;
	max-width: 464px;
	width: 100%;
}
.sl3-local-host .video-container video,
.sl3-local-host .video-container img{
	border-radius: 8px;
}
.sl3-local-host .thumbnail {
    display: block;
    width: 100%;
    height: auto;
}

.sl3-local-host .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Overlay color with transparency */
    opacity: 0;
    transition: opacity 0.3s ease;
	border-radius: 8px;
}

.sl3-local-host video {
	width: 100%;
}

.sl3-local-host .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px; /* Adjust the size as needed */
    color: white; /* Color of the play button */
    transition: opacity 0.3s ease;
    cursor: pointer;
    z-index: 2; 

}

.sl3-local-host .video-container:hover .overlay {
    opacity: 1;
}

.sl3-local-host .play-button:hover {
    opacity: 1;
}
#modal-media-video button:focus {
    outline: unset !important;
}



@media (max-width: 1024px) {
  .sl3-local-host .inner-wrapper .text {
      align-items: center;
  }

  .sl3-local-host .sl3-section-description {
      text-align: center;
  }

  .sl3-local-host .sl3-section-title {
      font-size: 28px !important;
  }

  .sl3-local-host .inner-wrapper {
      align-items: center;
      gap: 40px;
	  flex-direction: column !important;
  }

  .sl3-local-host .inner-wrapper .sl3-button {
      padding: 12px;
  }
}