.foot-logo{
    
    height: auto;
    width:auto;
}
 body, html {
      margin: 0;
      padding: 0;
      height: 100%;
      font-family: 'Montserrat', sans-serif;
      overflow-x: hidden;
    }
.video-section {
  position: relative;
  height: 600px;
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

    .hero-content h1 {
      font-size: 3rem;
      font-weight: 700;
    }

    .hero-content p {
      font-size: 1.2rem;
    }

    section {
      padding: 80px 20px;
    }

    nav {
      z-index: 3;
    }

    .trail-img {
  height: 200px;
  object-fit: cover;
}
.hover-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .hover-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }

  .card-icon {
      font-size: 5rem;}

      .ti-widget {
  display: none;  /* ❌ Remove if you have this */
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}


  /* Default (desktop & laptop) */
 .navbar-logo {
  max-width: 140px;
  height: auto; /* keeps proportions */
  max-height: 100px;
}
 
  





@media (max-width: 768px) {
  .hero-booking {
    background-attachment: scroll;
    background-position: center top;
  }

  .hero-booking .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  
}