* {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #333333;
}

h2 {font-family: Poppins,sans-serif;
    font-weight: 700 !important;
    font-size: 30px !important;
}



/* Optional: add scroll-padding for smooth anchor scroll */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px; /* same as header height */
}


/* === Header Base === */
header.header {
  width: 100%;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  font-family: "Poppins", sans-serif;
}

/* === Top Bar === */
.header-top {
  background: #002b5c;
  color: #fff;
  padding: 5px 0;
  font-size: 14px;
display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top .contact-item i {
  margin-right: 6px;
  color: #fff;
}

.header-top a {
  color: #fff;
  text-decoration: none;
}

.header-top .btn-enquiry {
  background: #e0b100;
  color: #000;
  padding: 5px 15px;
  border-radius: 4px;
  text-transform: uppercase;
font-size: 14px;
    font-weight: 700;
}

/* === Middle Section === */
.header-middle {
  background: #fff;
  padding: 10px 0;
}

.header-middle .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/* === Top Right Section === */
.top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}

/* === Contact Item === */
.top-right .contact-item {
  display: flex;
  align-items: center;
  gap: 0px;
  color: #fff;
  font-size: 14px;
}

.top-right .contact-item i {
  color: #e0b100; /* gold highlight for icon */
  font-size: 14px;
}

.top-right .contact-item a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.top-right .contact-item a:hover {
  color: #f2c200; /* hover color */
}

/* === Enquiry Button === */
.btn-enquiry {
  background: #e0b100;
  color: #000;
  font-weight: 600;
  border-radius: 6px;
  padding: 8px 18px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-enquiry:hover {
  background: #f2c200;
  transform: translateY(-2px);
}

.disclaimer {font-size:11px;  line-height: 15px;}

/* === Responsive (Mobile) === */
@media (max-width: 768px) {
  .top-right {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .top-right .contact-item {
    font-size: 13px;
  }
  .btn-enquiry {
    font-size: 13px;
    padding: 8px 12px;
  }
}


/* === Logo === */
.logo img {
  height: 70px;
  width: auto;
}

/* === Navigation === */
.main-nav {
  position: relative;
}

.nav-list {
  list-style: none;
  display: flex;
  gap: 35px;
  margin: 0;
  padding: 0;
    align-items: center;
}

.nav-list li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  padding: 8px 0;
  transition: color 0.3s;
}

.nav-list li a:hover,
.nav-list li.active a {
  color: #e0b100;
}

/* === Brochure Button === */
.btn-brochure {
  background: #002b5c !important;
  color: #fff !important;
  padding: 6px 15px !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
}

/* === Hidden Header (below menu) === */
.header-hidden {
  display: none;
  background: #f7f7f7;
  padding: 10px;
  text-align: center;
  border-top: 1px solid #eee;
}

.header-hidden .contact-item {
  margin-bottom: 8px;
}

.header-hidden a {
  color: #333;
  text-decoration: none;
}

.header-hidden .socials a {
  color: #333;
  margin: 0 6px;
  font-size: 16px;
}

/* === Mobile Menu Toggle === */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

/* Hamburger bars */
.hamburger,
.hamburger::before,
.hamburger::after {
  display: block;
  width: 25px;
  height: 3px;
  background: #333;
  position: relative;
  transition: all 0.3s ease;
}

.hamburger::before,
.hamburger::after {
  content: '';
  position: absolute;
  left: 0;
}

.hamburger::before { top: -8px; }
.hamburger::after { top: 8px; }


/* === Mobile Responsive === */
@media (max-width: 991px) {
 

  .logo img {
    height: 55px;
  }
}

/* === Animations === */
@keyframes slideDown {
  from {opacity: 0; transform: translateY(-10px);}
  to {opacity: 1; transform: translateY(0);}
}


.btn-brochure {
  background: #002b5c;
  color: #fff;
}
.btn-brochure:hover {
  background: #003b8e;
}

/* === Phone Button === */
.btn-phone {
  background: #00a859;
  color: #fff;
}
.btn-phone:hover {
  background: #00924e;
  transform: translateY(-2px);
}

/* === Enquiry Now Button === */
.btn-enquiry {
  background: #e0b100;
  color: #000;
}
.btn-enquiry:hover {
  background: #f2c200 !important;
  
}

.hero-slider {
  position: relative;
}

.hero-slider img {
  width: 100%;
  height: auto;
}

.hero-slider .slick-prev, .hero-slider  .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
 /* background: rgba(0,0,0,0.5);*/
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.hero-slider .slick-prev {
  left: 10px;
}

.hero-slider .slick-next {
  right: 10px;
}

.hero-slider .slick-prev:hover, .hero-slider .slick-next:hover {
  background: rgba(0,0,0,0.8);
}

.location-section .accordion-button {
    font-size: 1.25rem;     
font-weight: 600;   
    color: white;       
    background-color: transparent; 
}
.location-section .accordion-button::after {
    filter: invert(1); 
}

.location-section .accordion-button:not(.collapsed)::after {
    filter: invert(1);
}
.location-section .accordion-button::after {color:#fff;}

.location-section .accordion-item {
       border: none !important;
    border-bottom: 1px solid white !important;
    background-color: transparent;
    border-radius: 0 !important; }

.location-section .accordion-item:last-child {
    border-bottom: none;
}

.location-section .accordion-button:focus {
    box-shadow: none;   
    outline: none;      }

th {
    vertical-align: middle !important;
    padding: 1.6rem 2rem !important;
    border: 2px solid !important;
    border-color: #d7d7d7 !important;
    background-color: #002349 !important;
    color: #fff !important;
 font-weight: 600 !important;  
}
td {
    vertical-align: middle !important;
    padding: 1.6rem 2rem !important;
    border: 2px solid !important;
    border-color: #d7d7d7 !important;
    background-color: #ececec !important;
}

.floorplan-section .lightbox img  {
    cursor: pointer;
   
    width: 100%;
    object-fit: contain;
    background: #fff;
}

.lightbox-overlay {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.lightbox-overlay img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 0.25rem;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    background: transparent;
    border: none;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    z-index: 10000;
}


.gallery-slider .slick-slide {
  padding: 0 10px; /* horizontal spacing between slides */
}

.gallery-slider .slick-list {
  margin: 0 -10px; /* compensate padding */
}

.gallery-slider img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}


.gallery-slider .col-12 {
  margin-bottom: 0 !important;
}




/* Center arrows vertically */
.slick-prev, .slick-next {
  top: 50% !important;         /* Move arrows to 50% from top */
  transform: translateY(-50%); /* Adjust so center aligns */
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

.slick-prev:hover, .slick-next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Move arrows outside gallery if needed */
.slick-prev { left: -20px; }
.slick-next { right: -20px; }



.gallery-slider img {
      cursor: pointer;
      transition: transform 0.3s ease;
    }
    .gallery-slider img:hover {
      transform: scale(1.05);
    }
    /* Lightbox Overlay */
    .lightbox-overlay {
      position: fixed;
      top:0; left:0; width:100%; height:100%;
      background: rgba(0,0,0,0.85);
      display:flex;
      justify-content:center;
      align-items:center;
      opacity:0;
      visibility:hidden;
      transition: opacity 0.4s ease, visibility 0.4s ease;
      z-index:9999;
    }
    .lightbox-overlay.show {
      opacity:1;
      visibility:visible;
    }
    .lightbox-overlay img {
      max-width:90%;
      max-height:90%;
      transform: scale(0.8);
      transition: transform 0.4s ease;
      border-radius:8px;
      box-shadow:0 0 20px #000;
    }
    .lightbox-overlay.show img {
      transform: scale(1);
    }

/* Smooth hover animation */
.amenity-item {
  transition: all 0.4s ease;
  transform: translateY(0);
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;
}

@keyframes fadeUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Hover scale + shadow */
.amenity-item:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Slight zoom-in effect for the icon */
.amenity-item img {
  transition: transform 0.4s ease;
}
.amenity-item:hover img {
  transform: scale(1.1);
}


.footer-section {background: #01244A;}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 40px  !important;
    line-height: 1;
    opacity: 1  !important;
    color: #fff !important;
}

.slick-prev {
    left: -50px;
}

#preloader{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:999999;}
#status{width:360px;height:230px;position:absolute;left:47%;top:50%;background-image:url(../images/Preloader-Logo-Gif.gif); background-size: 360px 230px;background-repeat:no-repeat;background-position:center;margin:-100px 0 0 -100px;}


@media (max-width: 991px) {
.nav-toggle {
    display: block;
    z-index: 1001;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
  }

  .nav-list {
    position: fixed;
    top: 0;
    left: -100%;        /* start hidden offscreen */
    width: 100%;         /* full width */
    height: 100%;        /* full height if you want overlay effect */
    background: #fff;
    flex-direction: column;
    gap: 0;
    padding-top: 60px;   /* adjust for header */
    box-shadow: 2px 0 8px rgba(0,0,0,0.2);
    z-index: 1000;
    transition: left 0.4s ease;
    overflow-y: auto;    /* scroll if menu is long */
  }

  .nav-list li {
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
  }

  /* Overlay */
  .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
    z-index: 999;
  }

  .nav-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  /* Hamburger animation */
  .nav-toggle.active .hamburger {
    background: transparent;
  }
  .nav-toggle.active .hamburger::before {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .nav-toggle.active .hamburger::after {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  /* Menu open state */
  .nav-list.active {
    left: 0;  /* slide in full width */
  }
}

@media (max-width: 767px) {
    #status{width:200px;height:127px;position:absolute;left:47%;top:50%;background-image:url(../images/Preloader-Logo-Gif.gif); background-size: 200px 127px;background-repeat:no-repeat;background-position:center;margin:-100px 0 0 -100px;}

    .gallery-slider .slick-list {
  margin: 0 0px; /* compensate padding */
}
    .header-top {display:none;}
  .slick-prev {
    left: 25px !important; /* previously -25px issue fix */
  }
  .slick-next {
    right: 25px !important; /* previously -25px issue fix */
  }
}
