.banner-space {
  position: relative;
  overflow: hidden;
  height: 100vh; 
  display: flex;
  align-items: center;
}
.banner-space .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30,30,30,0.6); 
  z-index: -1;
}
.banner-space .bg-video {
  position: absolute;
  top: 112px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; 
}
.page-template-page-php .static-text {
    color: #fff;
}
.carousel-section .owl-carousel .owl-dots.disabled {
    display: block !important;
    margin-top: 30px;
}
.carousel-section .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #35A1CF;
}
.carousel-section .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 4px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 35px;
}


/* .tilt-box {
      position: fixed;
      top: 635px;
      left: 50%;
      transform: translateX(-50%) rotate(11deg);
      width: 648px;
      height: 300px;
      will-change: transform, top, left, width, height;
      z-index: 10;
    }

    .tilt-box.shrink {	
      width: 366px;
      height: 300px;
    }

    .spacer {
      height: 700px;
    } */

    .carusel-two-sec .item:hover .slide-overlay {
      background: #35a1cfab;
    }

    .carusel-two-sec .item:hover .slide-overlay p {
      display: block;
    }

/*     .tilt-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 12px;
    } */
    .owl-carousel .item {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
    }

    .owl-carousel .item img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 12px;
      transition: transform 0.3s ease;
    }

    .slide-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 15px;
      align-items: flex-start;
      justify-content: flex-start;
      border-radius: 12px;
      background: transparent;
      color: #fff;
      transition: background 0.3s ease;
      z-index: 2;
    }

    .owl-carousel .item:hover .slide-overlay {
      opacity: 1;
    }

    .slide-overlay h5 {
      margin: 0;
      font-size: 20px;
      font-weight: bold;
      padding: 8px 12px;
      border-radius: 8px;
      z-index: 3;
    }

    .slide-overlay p {
      display: none;
      color: #fff;
      margin-top: 10px;
      font-size: 14px;
      padding: 6px 10px;
      border-radius: 6px;
    }

    @media (max-width: 768px) {
      .tilt-box {
        top: 180px;
      }
    }
/*map-css*/
   .map-form select {
    padding: 8px;
    margin: 4px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
}
.blinking-pin {
  animation: blink 1s infinite;
}

@keyframes blink {
  0%   { opacity: 1; }
  50%  { opacity: 0.3; }
  100% { opacity: 1; }
}

    .map-form path.active-location {
      fill: #35A1CF33 !important;
      fill-opacity: 0.7;
    }

  .material-chip {
    background: #35A1CF40;
    color: #191815;
    font-weight: 800;
    padding: 1px 12px;
    margin: 4px;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
}
.material-chip button {
    margin-left: 6px;
    background: none;
    border: none;
    color: #191815;
    cursor: pointer;
    font-size: 21px;
}

    .map {
      position: relative;
      border-radius: 12px;
      height: 600px;
      overflow: hidden;
    }

    .map svg {
      width: 100%;
      height: 100%;
    }

    .tooltip {
      position: absolute;
      background: #38bdf8;
      color: white;
      padding: 6px 12px;
      border-radius: 6px;
      font-size: 14px;
      font-weight: bold;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
      pointer-events: none;
		opacity:2;
    }
    @media (max-width: 768px) {
  .tilt-box {
    top: 180px;
  }
}