

/* HERO SECTION */
.hero-banner {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: 'Helvetica Neue Thin Extended', sans-serif;
  /* Fallback image if video doesn't load */
  background: url('../images/hero/hero.jpg') center center/cover no-repeat;
  overflow: hidden;
  
}

/* VIDEO BACKGROUND */
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.hero-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

/* DARK OVERLAY ABOVE VIDEO */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 6rem;
  display: flex;
  align-items: center;
  align-content: flex-start;
  flex-direction: column;
  z-index: 1;
  background: rgba(0, 0, 0, 0.40); /* Adds contrast for text */
}

/* CONTENT STYLES */
.hero-content {
  position: relative;
  z-index: 2;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
   justify-content: flex-start;

}

/* HEADINGS */
.hero-content h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 1rem;
  font-family: 'Helvetica Neue Thin Extended', sans-serif;
}

.hero-content .word-new {
  font-weight: 700;
  font-size: 1.2em;
  letter-spacing: -0.05em;
  padding-right: 0.1em;
}

.hero-content .park-line-1,
.hero-content .park-line-2 {
  transform: scaleX(1.30);
  display: inline-block;
  transform-origin: left;
  letter-spacing: -1.9px;
  font-size: 1em;
  white-space: nowrap;
}

.hero-content .park-line-2 {
  display: inline-block;
  margin-top: -0.1em;
}

.hero-content .highlight {
  color: #fff;
  font-weight: 700;
}

.hero-content .details {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.hero-content .to-let {
  font-weight: 600;
  font-size: 1.6rem;
}

/* BUTTON */
.btn-brochure {
  display: flex;
  width: 168px;
  height: 47px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #FFF;
  background: #1D8876;
  text-decoration: none;
  color: #FFF;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.btn-brochure:hover {
  background: #166a5c;
  border-color: #fff;
  color: #fff;
}

/* ========================================
   Responsive
======================================== */
@media (max-width: 1024px) {
  .hero-banner {
    height: 80vh;
  }

  .hero-content h1 {
    font-size: 3.5rem;
  }
}

@media (max-width: 768px) {
      .btn-brochure {
    margin: 0 auto!important;
    }

  .hero-banner {
    justify-content: center;
    text-align: center;
  }

  .hero-content {
    padding: 0 1.5rem;
  }

  .hero-content h1 {
    font-size: 2.2rem;
  }
  
  /* Apply responsive scaling for mobile */
  .hero-content .park-line-1,
  .hero-content .park-line-2 {
      transform: scaleX(1.00); /* FURTHER REDUCED STRETCH: Now 5% wider */
  }

  .hero-content .details {
    font-size: 1.1rem;
  }
}

/* Reset and base */
body {
  margin: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: #196b5a;
}

/* Container for fixed max width and centered content */
.container,  .local-amenities-section .container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* ===== First section - White background ===== */

.leicester-info {
  background-color: #fff;
  padding: 40px 0;
}

.info-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.title-col {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1 1 250px;
  min-width: 250px;
}

.vertical-line {
  width: 2px;
  height: 60px;
  background-color: #196b5a;
}

.title-col h2 {
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 0.05em;
  margin: 0;
  color: #196b5a;
}

.bullets-col {
  display: flex;
  flex: 0 1 700px;
  /* gap: 60px; */
  min-width: 300px;
}

.bullets-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.bullets-col ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #196b5a;
}

.bullets-col ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: #196b5a;
  border-radius: 0;
}

/* ===== Second section - Green full width background ===== */

.local-amenities-section {
  background-color: #196b5a;
  color: white;
  padding: 40px 0 50px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
  text-align: center;
}


.local-amenities-section h3 {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 40px;
}


  .logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap; /* ⬅️ this keeps them on one line */
  gap: 60px;

}

.logos img {
  height: 30px;
  filter: brightness(0) invert(1);
  user-select: none;
}

/* Hilton special border styling */
/* .logos img.hilton {
  padding: 5px 10px;
  border: 1px solid white;
  height: 32px;
} */

/* Responsive */

@media (max-width: 768px) {

    .logos{
        flex-wrap: wrap;
    }
  .info-row {
    flex-direction: column;
    gap: 30px;
  }
  .title-col,
  .bullets-col {
    flex: none;
    min-width: 100%;
  }
  .bullets-col {
    gap: 30px;
  }
  .bullets-col ul li {
    font-size: 13px;
  }
  .logos {
    gap: 30px;
  }
}


/* Aerial Section Styles */
.aerial-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: url('../images/earial/aerial.jpg') center center/cover no-repeat; /* fallback image */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* VIDEO BACKGROUND */
.aerial-video {
    position: absolute;
    top: 0;
    left: 0;
   width: 100%;
  height: 100%;
  object-fit: cover;
    overflow: hidden;
    z-index: 0;
}

.aerial-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

/* Optional: overlay (if you ever need tint for text contrast) */
/*
.aerial-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
*/

/* Responsive adjustments */
@media (max-width: 768px) {
    .aerial-section {
        height: 100vh;
    }
  
}
