body {
  overflow-x: hidden;
}

@font-face {
    font-family: futura-medium;
    src: url('futura-medium-bt.ttf');
     
}
@font-face {
    font-family: futura-light;
    src: url('futura-light-bt.ttf');
}
.energy-image-panel {
    transform: translate(0px, 0px) !important;
}
 
   .scroll-slider { position: relative; height: 600vh; width:100%; }

  /* sticky wrapper: stays pinned to viewport while parent scrolls */
  .scroll-slides-wrapper {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
  }

  .scroll-slide {
    position:absolute; inset:0;
    background-size:cover;
    background-position:center;
    opacity:0;
    transform:scale(1.06);
    transition:opacity .7s ease, transform .7s ease;
  }
  .scroll-slide.active { opacity:1; transform:scale(1); z-index:2; }

  .scroll-indicator {
    position: absolute;
    bottom:30px;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    gap:8px;
    z-index:20;
    pointer-events:none;
  }
.my-3 {
    margin-top: 1rem !important;
    font-family: futura-light;
}
.energy-image-panel {
    background-size: cover !important;
}
.h5, h5 {
    font-size: 1.25rem;
    font-family: futura-medium;
}
.custom-navbar {
  background-color: #204449;
  /* dark green shade */
  padding: 10px 0;
}
.feature-content h3{
	    font-family: futura-light;
}
a.btn.btn-outline-custom.mt-3 {
    font-family: futura-light;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    font-family: futura-medium;
    font-weight: 400;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: futura-light;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: futura-light;
	font-size:17px;
}

 
    .h2, h2 {
        font-size: 2rem;
        font-family: futura-medium;
    }
 

/* Logo */
.navbar-brand {
  font-family: 'Georgia', serif;
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 1.2;
}
#floatMenu {
    position: fixed;
    top: 230px;
    right: 0%;
    width: 40px;
	padding: 4px;
    background: #214447;
    padding: 6px 0px 6px 0px;
    border-radius: 5px;
    z-index: 1000;
    text-align: center;
    width: 28px;
    margin: 2px;
}

@media screen and (max-width: 480px) {
#floatMenu {
   display:none;
}
}

button {
    background: #00ffff00;
    border: 2px solid #00000000;
    margin: 0px -6px;
}
li.nav-item {
    font-family: futura-light;
    font-weight: 100 !important;
}
#floatMenu a {
    color: #ffffff;
    /* color: #102035; */
    font-weight: 500;
    text-align: center;
    text-decoration: none;
	    font-family: futura-light;
    letter-spacing: 0px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    /* font-size: 18px; */
}
/* Navbar Links */
.navbar-nav .nav-link {
  color: #ffffff;
  font-weight: 500;
  margin: 0 12px;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #d4af37;
  /* gold hover */
}

/* Contact Button */
.custom-btn {
  background-color: #d4af37;
  color: #214245;
  font-weight: bold;
  border-radius: 8px;
  padding: 8px 18px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.custom-btn:hover {
  background-color: #b8962e;
  color: #ffffff;
}

 

.navbar {  
    padding: 0rem 2rem;
    position: absolute;
    z-index: 999999;
}

@media screen and (max-width: 480px) {
.navbar {
    background-color: #214447;
    padding: 0rem 2rem;
}
}

.navbar-brand img {
  height: 65px;
  /* adjust logo size */
}

.navbar-nav .nav-link {
  color: #fff;
  font-weight: 600;
  margin: 0 15px;
}

.navbar-nav .nav-link:hover {
  color: #d4af37;
  /* gold hover */
}
img.bannerimage {
    margin-top: -85px;
}
.phone-btn {
  background-color: #24a61b;
  /* gold color */
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  padding: 8px 20px;
   font-family: futura-light;
}

.phone-btn:hover {
  background-color: #b8902c;
  color: #fff;
}

body,
html {
  height: 100%;
  margin: 0;
}

.bg-wrapper {
  width: 100%;
}

.bg-wrapper img {
  top: 0;
  left: 0;
 
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.form-container {
  background: white;
  margin-top: 80px;
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
  max-width: 380px;
  width: 100%;
}

.form-title {
  font-size: 1.5rem;
 
  margin-bottom: 1.5rem;
     font-family: futura-medium;
}

.btn-custom {
  background-color: #214447;
  /* Dark teal */
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
}

.btn-custom:hover {
  background-color: #163032;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #214447;
  /* dark teal */
}

.section-text {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 1.5rem;
}

/* Custom Animated Button */
.btn-outline-custom {
  position: relative;
  border: 1.5px solid #214447;
  color: #214447;
  font-weight: 600;
  border-radius: 50px;
  padding: 7px 20px;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease-in-out;
}

.btn-outline-custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #214447;
  z-index: -1;
  transition: width 0.4s ease-in-out;
  border-radius: 50px;
}

.btn-outline-custom:hover {
  color: #fff;
}

.btn-outline-custom:hover::before {
  width: 100%;
}


.btn-outline-white {
  position: relative;
  border: 1.5px solid #ffffff;
  color: #ffffff;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 20px;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease-in-out;
}

.btn-outline-white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: hsl(0, 0%, 100%);
  border: 1.5px solid #ffffff;
  color: #000;
  z-index: -1;
  transition: width 0.4s ease-in-out;
  border-radius: 50px;
}

.btn-outline-white:hover {
  color: #000000;
      font-family: futura-light;
}

.btn-outline-white:hover::before {
  width: 100%;
      font-family: futura-light;
}

.spacer {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-section {
  position: relative;
  height: 100vh;
  background: #fffefe;
  display: flex;
  justify-content: center;
  align-items: center;
}

.clipped-image {
  position: relative;
  width: 100vw;
  height: 100vh;
  clip-path: circle(15% at 50% 50%);
  overflow: hidden;
}

.clipped-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Scroll strip */
.scroll-container {
  overflow: hidden;
  white-space: nowrap;
  background: #e7f3e8;
  padding: 20px;
  /* remove gap */
  margin: 0;
  /* remove gap */
}



.scroll-content {
  display: inline-block;
  animation: scroll-left 20s linear infinite;
}

.item {
  display: inline-block;
  text-align: center;
  margin: 0 50px;
}

.item h2 {
  font-size: 40px;
  margin: 0;
}

.item p {
  font-size: 18px;
  margin: 5px 0 0;
  color: #555;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.why-heading {
 
 
  color: #294141;
  font-size: 2rem;
  margin-bottom: 0;
}

.why-desc {
 
  color: #222;
  margin-bottom: 0;
}

/* Optional: add extra spacing on small screens */
@media (max-width: 767.98px) {
  .why-heading {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .why-section {
    text-align: center;
  }
}

.split-container {
  display: flex;
  height: 100vh;
  /* Full viewport */
  overflow: hidden;
  /* no page scroll */
}

.image-side {
  flex: 1;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.image-side img.active {
  opacity: 1;
  position: relative;
}
 
.text-side {
  flex: 1;
  height: 100vh;
  overflow-y: hidden;
  /* JS will control scrolling */
  position: relative;
}

.section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  font-size: 1.3rem;
}

 

.contact-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #fff;
  text-align:center;
}

.contact-input {
  background: #f3f3f3;
  color: #978db2;
  font-size: 1.15rem;
  border: none;
  height: 40px;
}

.contact-btn {
  background: #ccb065;
  color: #222;
  font-weight: 700;
  border: none;
  padding: 5px 26px;
  border-radius: 8px;
  font-size: 1.2rem;
  transition: background 0.2s;
}

.contact-btn:hover,
.contact-btn:focus {
  background: #b99c4a;
  color: #fff;
}

/* Responsive styling */
@media (max-width: 991.98px) {
  .contact-title {
    font-size: 1.7rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  .contact-title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  .contact-input {
    font-size: 1rem;
    height: 48px;
  }

  .contact-btn {
    width: 100%;
    font-size: 1rem;
    padding: 12px 0;
  }

  .d-flex.flex-md-row {
    flex-direction: column !important;
    gap: 0.75rem !important;
    align-items: stretch !important;
  }

  .mb-2.mb-md-0 {
    margin-bottom: 0.75rem !important;
    margin-top: 0.75rem;
  }
}




.feature {
  position: relative;
  padding-left: 2rem;
}

.feature-number {
  position: absolute;
  top: -95px;
  left: -20px;
  font-size: 8rem;
  /* Very large text */
  font-weight: 700;
  color: rgba(0, 128, 0, 0.1);
  /* Light, faded color (greenish in your case) */
  z-index: 0;
  /* Behind the text */
  pointer-events: none;
  /* Prevent selection/clicks */
}

.feature-content {
  position: relative;
  z-index: 1;
  /* On top of the number */
}

.feature-content h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.feature-content p {
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}


.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #214447 !important;
}



@media (max-width: 480px) {
.energy-container {
  position: relative;
  height: 600vh;
}
}

@media (min-width: 480px) {
  .energy-container {
    position: relative;
    height: 600vh;
  }
}


@media (max-width: 768px) {
  .energy-container {
    height: auto;
  }

    .energy-image-panel {
      position: sticky;
      top: 0;
      height: 50vh !important;
      width: 100%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 1;
      transition: opacity 0.8s ease;
      background-color: #fff;
    }
}

@media (min-width: 768px) {
  .energy-container {
    height: auto;
  }

  .energy-image-panel {
    position: sticky;
    top: 0;
    height: 100vh !important;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1 !important;
    transition: opacity 0.8s ease;
    background-color: #fff;
  }
}

.energy-image-panel {
  position: sticky;
  overflow-x: auto;
  top: 0;
  height: 100vh;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 0.8s ease;
  background-color: #fff;
}

/* Default show the first image */
.energy-image-panel:first-child {
  opacity: 1 ;
}

/* ✅ Mobile override */

@media (max-width: 768px) {
  .energy-image-panel {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1 !important;
    /* black filler instead of white */
  }
}



/* Right content */
.energy-right {
  width: 50%;
}

.energy-section {
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  padding: 3rem;
  flex-direction: column;
  justify-content: center;
}

.energy-section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.energy-section p {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 400px;
}

/* MOBILE STACK MODE */
@media (max-width: 768px) {
  .energy-container {
    flex-direction: column;
  }

  .feature-number {
    font-size: 5rem;
    top: -50px;
    left: -10px;
  }

  .energy-left {
    display: none;
    /* hide sticky image column */
  }

  .energy-right {
    width: 100%;
  }

  .energy-section {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
    padding: 1.5rem 1rem;
    border-radius: 12px;
    margin: 1rem;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    /* start hidden for animation */
    transform: translateY(40px);
    /* slide-up effect */
  }

  .energy-mobile-img {
    width: 100%;
    height: 220px;
    border-radius: 10px;
    margin-bottom: 1rem;
    background-size: cover;
    background-position: center;
  }
}

.swiper-pagination-bullet{
  background: #fff !important;
}


.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: rgb(255 255 255);
  background-color: #ffffff !important;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

.plans-bg {
  background:  #E7F3E8 !important;
  
}

/* url('Assets/blueprint-bg.png') no-repeat center/cover, */

.tab-content img {
  max-width: 80%;
  border-radius: 8px;
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.15); */
}

.floorplan-slider-container .floorplan-card img {
  max-width: 100% !important;
  width: 100%;
  height: auto;
  display: block;
}

.floorplan-slider-container .floorplan-card {
  padding: 0;
}

/* Center carousel images vertically */
.carousel-item {
  text-align: center;
}

/* Custom arrow style */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.6);
  /* dark background */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-size: 50% 50%;
}

/* Position arrows more neatly */
.carousel-control-prev,
.carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  /* larger clickable area */
}

.nav-tabs {
  border-bottom: none !important;
  margin-bottom: 1.5rem;
}

.nav-tabs .nav-link {
  color: #214447;
  /* dark teal */
  font-weight: 600;
  margin-right: 1rem;
  border: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s, color 0.3s;
}

.nav-tabs .nav-link.active {
  font-weight: bold;
  border-bottom: 3px solid #198754;
  /* Bootstrap green */
}


.unlock-price table {
  border-collapse: collapse;
  width: 100%;
} 

.floating-btn {
    position: fixed;
    top: 58%;
    right: -15.5%;
    z-index: 99;
    transform: rotate(270deg);
}
.button-primary-float {
    font-size: 16px;
    background: #2A51A3;
    background-size: 200% 100%;
    background-position: right bottom;
    color: #fff;
    padding: 5px 24px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    border-radius: 0;
}
@media (min-width: 100px) and (max-width: 768px) {
    .float-bottom {
        position: fixed;
        bottom: 0px;
        z-index: 99;
        width: 100%;
  padding: 0px 0px;
        background-color: #204449;
        text-align: center;
    }
}
.float-btm-text2 {
    font-weight: 500;
    padding: 10px 25px;
    text-align: center;
    background: none;
    border: none;
    color: white;
}
.float-btm-text2 {
    font-weight: 500;
    padding: 10px 25px;
    text-align: center;
    background: none;
    border: none;
    color: white;
}
a {
 
    color: white;
    text-decoration: none;
}

.unlock-price td,
.unlock-price th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 12px 8px;
   color: white;
}

.unlock-price tr:nth-child() {
  background-color: #FAFAFA;
}

.unlock {
  color: #ffffff !important;
  background: #C9AA58;
  color: #204449 !important;
  font-weight: 600;
  padding: 10px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

.unlock-price tr:nth-child(1) {
  background: #204449;
  color: #ffffff !important;
}

.unlock-price tr:nth-child(2) {
  background: #204449;
  color: #ffffff !important;
}

.gallery-section {
  padding: 40px 20px;
  background-color: #E7F3E8;
}

.gallery-section h2 {
 
  margin-bottom: 30px;
}

.swiper {
  width: 100%;
  /* max-width: 900px; */
}

.swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 12px;
 
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
  /* arrow color */
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
  background: white;
  padding: 15px 18px;
  font-size: 15px !important;
  border-radius: 50%;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
  background: white;
  padding: 15px 18px;
  font-size: 15px !important;
  border-radius: 50%;
}


.book-site-visit {
  background: url('Assets/book-cons-bg.png') no-repeat center/cover;
  color: #fff;
  /* min-height: 100vh; */
  padding: 190px 0;
}


.amenities-section {
  padding: 30px 20px;
}

.amenities-section h2 {
 
  margin-bottom: 40px;
}

.amenity-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.amenity-card i {
  font-size: 40px;
  color: #198754;
  /* Bootstrap green */
  margin-bottom: 10px;
}

.amenity-card p {
  font-size: 16px;
  margin: 0;
   color: #294141;
}
.amenity-card img {
    display: flex
;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    height: 109px;
}
.swiper-pagination-bullet {
  background: #198754;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    background-color: #00000059 !important;
    border-radius: 50% !important;
    
    background-size: 50% 50% !important;
    color: white !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    background-color: #00000059 !important;
    border-radius: 50% !important;
    background-size: 50% 50% !important;
    color: white !important;
}
/* Floorplan image preview modal */
#floorplanModalImg {
  height: 100vh;
  max-height: 100vh;
  width: auto;
  object-fit: contain;
}

.floorplan-card img {
  cursor: zoom-in;
}

footer {
  background-color: #dce1f5;
  color: #000;
  padding: 40px 0;

  a {
    color: #000;
    text-decoration: none;
  }
}