@media screen and (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }
}
.neo {
  position: relative;
  color: #328fe6;
  line-height: 1.2;
  z-index: 99;
}
.neo::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: -1; /* Place it behind the text */
  clip-path: polygon(
    0 25%,
    100% 25%,
    90% 90%,
    0 90%
  ); /* Adjusted for padding */
  -webkit-clip-path: polygon(0 25%, 100% 25%, 90% 90%, 0 90%);
}
ul li::marker {
  color: #f98755 !important;
}
.image .playIcon,
section.sec_video img.play_icon {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video video {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  display: none;
  background-color: var(--textColor);
  margin: 0 !important;
  cursor: pointer;
  height: auto;
  object-fit: contain;
  overflow-clip-margin: content-box;
  overflow: clip;
}
.embla__button {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  border: 0;
  color: #054680;
  background: 0 0;
  height: 30px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 0;
  font-size: 30px;
  display: flex;
}
.embla__button--next {
  right: -20px;
}
.embla__button--prev {
  left: -20px;
}
img.img_google-rating {
  inset: 0 0% auto auto;
}

.navbar.is-hero-3.v {
  padding-top: 0;
}

.wrapper_navbar {
  padding-top: 10px;
}
html {
  scroll-behavior: smooth;
}
header#main-header.news_bar_exist {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .embla__button--next {
    right: -7.5px;
  }
  .embla__button--prev {
    left: -7.5px;
  }
}
.embla__dots {
  margin-top: 25px;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 5px;
}
.embla__dot {
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 50%;
  background: var(--footer);
  align-items: center;
  border: none;
  opacity: 0.7;
  background: var(--white);
  opacity: 1;
  width: 10px;
  height: 10px;
  border: 1px solid var(--footer);
}
.embla__dot.is-selected {
  background: var(--footer);
  width: 16px;
  height: 16px;
}
.iti__selected-flag {
  border-radius: 10px !important;
}
.hide-on-desktop {
  display: none; /* Hide by default */
}
@media (max-width: 767px) {
  .hide-on-desktop {
    display: block !important; /* Show on mobile */
  }
}

.text-under-btn {
  display: inline-block;
  margin-top: 10px;
}

.hero-btn-wrp {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-btn-wrp-mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.video-background-wrp {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.video-background-wrp-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.video-foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* Prevents clicks on the video */
}

/* This is the key CSS for responsive object-fit cover behavior */
.video-foreground iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 16:9 aspect ratio (9/16*100 = 56.25) */
  min-height: 100vh;
  min-width: 177.77vh; /* 16:9 aspect ratio (16/9*100 = 177.77) */
  transform: translate(-50%, -50%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
  z-index: 0;
}
.container {
  position: relative;
}
.overlay_cta-lp3 {
  z-index: 0;
}

.elh-custom-vimeo {
  background-color: #000;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.elh-custom-vimeo .elh-custom-vimeo__iframe-wrp {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.elh-custom-vimeo img.elh-custom-vimeo__vimeo-poster {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.elh-custom-vimeo__overely {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.02);
  background-image: var(--bgImage);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 10px;
  cursor: pointer;
  transition: 0.6s;
}
.elh-custom-vimeo.active .elh-custom-vimeo__overely {
  display: none;
}
.elh-custom-vimeo.active img {
  opacity: 0;
}
.elh-custom-vimeo.active .elh-custom-vimeo__iframe-wrp {
  opacity: 1;
}
.elh-custom-vimeo__overely img.elh-custom-vimeo__play-icon {
  max-width: 120px;
  max-height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.elh-custom-vimeo iframe,
.elh-custom-vimeo {
  border-radius: 20px;
}

.hotspurs {
  display: flex;
  gap: 20px;
  align-items: center;

  svg {
    max-width: 195px;

    path {
        fill: black;
    }

    rect {
        fill: black;
    }
    circle {
        fill: white;
    }
  }

  p {
    display: block;
    max-width: 165px;
    font-weight:800;
    line-height:1.2;
    color: #000;
  }
  
}