body {
    margin: 0;
    font-family: 'Cinzel', serif;
    background-color: #163857;
    color: white;
    text-transform: none; 
  }
  
p {
    text-transform: none !important;
}
  /* Navbar */
  .navbar {
    background-color: #163857;
    padding: 1rem 2rem;
  }
  .navbar-brand {
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 1px;
  }
  .footer-logo {
    width: 177px; /* same as your logo size */
    height: 41px; /* adjust to match your logo’s aspect ratio */
    background-color: #d9b36c;
    -webkit-mask: url('img/baystarlogo.svg') center/contain no-repeat;
    mask: url('img/baystarlogo.svg') center/contain no-repeat;
  }
  
  .navbar-nav .nav-link {
    color: white;
    margin-left: 1.2rem;
    font-weight: 500;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
  }
  .navbar-nav .nav-link:hover {
    color: #d9b36c;
  }

/* Desktop – keep normal collapse behavior */
@media (min-width: 992px) {
  .navbar-collapse {
    display: flex !important;
    justify-content: flex-end;
  }
}

/* Mobile – slide-in menu from the right */
@media (max-width: 991.98px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 260px;
    background-color: #163857;
    padding-top: 4.5rem;           /* space for navbar height */
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    box-shadow: -2px 0 12px rgba(0,0,0,0.35);
    display: block !important;     /* let transform handle visibility */
  }

  .navbar-collapse.show {
    transform: translateX(0);      /* slide in */
  }

  .navbar-nav {
    flex-direction: column;
  }

  .navbar-nav .nav-link {
 
  }

  body.offcanvas-open {
    overflow: hidden;              /* prevent background scroll */
  }
}

.nav-ayaz-btn {
  background-color: #a68039;
  padding: 0.25rem 1.0rem;
  margin-left: 2.5rem;
  border-radius: 3px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 1;
}

.nav-ayaz-btn .ayaz-main {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.nav-ayaz-btn .ayaz-sub {
  font-size: 0.35rem;
  letter-spacing: 0.18em;
  margin-top: 2px;
}

.nav-ayaz-btn:hover {
  background-color: #000000;
}


  /* Hero Section */
  .carousel-item {
    height: 100vh;
    min-height: 500px;
    background-position: center;
    background-size: cover;
    position: relative;
    transition: opacity 1s ease-in-out; /* fade duration */
  }

  .carousel-caption {
    bottom: 30%;
    background: rgba(29, 29, 29, 0.40);   /* dark, 55% opaque */
    display: inline-block;                /* makes width fit content */
    border-radius: 6px;                  /* optional, matches theme */
  }

  .carousel-caption h1 {
    font-family: 'Cinzel', serif;
    font-size: 6rem;
    font-weight: 700;
    color: #d9b36c;
    line-height: 0.9;
  }

  .carousel-caption h2 {
    font-family: 'Cinzel', serif;
    font-size: 2.3rem;
    font-weight: 600;
    color: white;
  }

  .carousel-caption p {
    font-size: 1rem;
    margin-top: 1rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
  }

  .carousel-indicators [data-bs-target] {
    background-color: #fff;
    opacity: 0.5;
  }
  .carousel-indicators .active {
    opacity: 1;
  }

  /* Responsive Hero Section */
@media (max-width: 992px) {
  .carousel-item {
    height: 70vh; /* reduce height for tablets */
  }

  .carousel-caption {
    bottom: 20%;
  }

  .carousel-caption h1 {
    font-size: 3rem;
  }

  .carousel-caption h2 {
    font-size: 1.5rem;
  }

  .carousel-caption p {
    font-size: 0.9rem;
    padding: 0 1rem;
  }
}

@media (max-width: 576px) {
  .carousel-item {
    height: 60vh; /* reduce further for mobile */
    background-position: center top;
  }

  .carousel-caption {
    bottom: 15%;
  }

  .carousel-caption h1 {
    font-size: 2.2rem;
  }

  .carousel-caption h2 {
    font-size: 1.2rem;
  }

  .carousel-caption p {
    font-size: 0.85rem;
    padding: 0 1rem;
  }
}

/* =====================
   LATEST LAUNCHES SECTION
===================== */
.latest-launches-section {
  background-color: #fff;
  color: #0e1a25;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center; /* centers vertically */
  min-height: 100vh; /* ensures enough height to center text */
}

/* Text Column */
.section-text {
  padding-right: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/*.section-text .small-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85rem;
  color: #888;
} */

/* Small title (make not uppercase and more elegant) */
.section-text .small-title {
  text-transform: none;  /* remove capitalization */
  letter-spacing: 0.5px;
  font-size: 0.8rem; /* smaller size */
  color: #777;
  margin-bottom: 0.5rem;
}

/* Heading (adjust slightly smaller to balance) */
.section-text .section-heading {
  font-family: 'Cinzel', serif;
  font-size: 2.2rem; /* slightly smaller */
  font-weight: 700;
  margin-bottom: 1rem;
}

/* Description (smaller and lighter) */
.section-text .section-description {
  font-size: 0.85rem; /* smaller */
  line-height: 1.6;
  color: #666;
  margin-bottom: 1.8rem;
  text-transform: none; /* <-- fixes all-caps issue */
  font-family: 'Open Sans', sans-serif; /* optional: improves readability */
  letter-spacing: 0.2px; /* subtle polish */
}

.btn-view {
  background-color: #0e1a25;
  color: #fff;
  padding: 0.75rem 1.8rem;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  display: inline-flex;          /* allows centering content */
  align-items: center;           /* vertical centering */
  justify-content: center;       /* horizontal centering */
  text-align: center;            /* ensures multiline text is centered */
  border-radius: 4px;            /* optional: gives a smoother button look */
}


.btn-view:hover {
  background-color: #d9b36c;
  color: #0e1a25;
}

/* Right Side (Images) */
.launch-item.large {
  height: 80vh;
  min-height: 480px;
  max-height: 100%;
}

/* Make sure the row aligns middle */
.latest-launches-section .row.align-items-center {
  align-items: center;
}

/* =====================
   LATEST LAUNCHES IMAGES
===================== */
.launch-item {
  background-size: cover;
  background-position: center;
  border-radius: 0;
  width: 100%;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: block;
}

/* Large image — fills most of the right side *
.launch-item.large {
  height: 81vh; /* responsive proportional height *
  min-height: 500px;
  max-height: 100%;
}*/

.launch-item.large {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 260px;
    height: 560px; /* or auto, or whatever height you want */
    border-radius: 6px; /* optional for rounded corners */
}


/* Two small stacked images — evenly share height */
.col-md-4.d-flex.flex-column.justify-content-between {
  gap: 1rem; /* uniform gap between small images */
}

.launch-item.small {
  flex: 1; /* each fills equal height inside column */
  min-height: 230px;
}

/* Hover animation */
.launch-item:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Desktop / default */
.launch-slider {
  width: 100%;
  height: 560px;              /* main height used on large screens */
}

.launch-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  transform: scale(0.85);
  transform-origin: center bottom;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}

.launch-slide.active {
  opacity: 1;
}

/* Mobile: square, full-width */
@media (max-width: 576px) {
  .latest-launches-section .container-fluid {
    padding-left: 0;
    padding-right: 0;         /* touch both screen edges */
  }

  .launch-slider {
    width: 100%;
    height: 100vw;            /* square: height = viewport width */
    border-radius: 0;
  }

  .launch-slide {
    border-radius: 0;
    transform: scale(1);      /* no inset on mobile */
    transform-origin: center center;
  }
}


/* =====================
   Responsive Adjustments
===================== */
@media (max-width: 992px) {
  .section-text {
    padding-right: 0;
  }
  .launch-item.large {
    height: 65vh;
    min-height: 300px;
  }
  .launch-item.small {
    min-height: 200px;
  }
}

@media (max-width: 576px) {
  .latest-launches-section {
    padding: 3rem 1rem;
    height: auto; /* avoid overflow on small screens */
  }
  .launch-item.large,
  .launch-item.small {
    height: 250px;
    min-height: 200px;
  }
  .caption {
    font-size: 0.75rem;
  }
}

/* =====================
   FOOTER STYLING
===================== */
.site-footer {
  position: relative;
  color: #fff;
  font-family: 'Cinzel', serif;
  font-size: 0.9rem;
  letter-spacing: 0.3px;
  overflow: hidden;
  border-top: none;
}

/* Background image + dark overlay */
.footer-bg {
  background: url('img/slide1.jpg') center center / cover no-repeat;
  position: relative;
  padding: 4rem 0;
}

.footer-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.80); /* dark overlay */
  z-index: 0;
}

/* Ensure content appears above overlay */
.footer-bg > .container {
  position: relative;
  z-index: 1;
}

/*.footer-address {
  line-height: 1.7;
  color: #555;
}*/

/* Headings, text, and links */
.footer-heading {
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 1rem;
}

.footer-address,
.footer-link,
.footer-links a {
  color: #ddd;
  text-decoration: none; /* <-- removes underlines */
}

.footer-link:hover,
.footer-links a:hover {
  color: #d9b36c;
  text-decoration: underline; /* <-- underlines on hover*/
}

/* Subscribe form */
.footer-subscribe .form-control {
  border-radius: 0;
  border: 1px solid #555;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.footer-subscribe .form-control::placeholder {
  color: #ccc;
}
.footer-subscribe .btn {
  border-radius: 0;
  background-color: #d9b36c;
  color: #0e1a25;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
}
.footer-subscribe .btn:hover {
  background-color: #fff;
  color: #0e1a25;
}

/* Social icons */
.footer-social a {
  color: #fff;
  margin-right: 12px;
  font-size: 1.3rem;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  color: #d9b36c;
}

/* Links list */
.footer-links {
  list-style: none;
  padding-left: 0;
}
.footer-links li {
  margin-bottom: 0.6rem;
}

/* Bottom strip */
.footer-bottom {
  background-color: #f3f3f3;
  color: #666;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}

@import url('responsive.css');

/* Responsive adjustments */
@media (max-width: 767px) {
  /* Center footer logo */
  .footer-logo,
  .navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; /* centers horizontally */
    text-align: center;
  }
  /* Center all footer content */
  .site-footer,
  .footer-bg .container,
  .footer-heading,
  .footer-address,
  .footer-links,
  .footer-subscribe,
  .footer-social {
    text-align: center;
  }
  .footer-heading {
    margin-top: 2rem;
  }
  .footer-social a {
    margin-right: 10px;
  }
  .footer-bg {
    padding: 3rem 1rem;
  }
}

.amenity-tile {
    background-color: #ffffff;
    border-radius: 0;
    border: 1px solid #e0ded8;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.amenity-tile:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.amenity-icon i {
    color: #d9b36c;
}
/* Collage look like poster */

.collage-card {
    border: 1px solid #30274a;
    background-color: #05081a;
}

.collage-img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.collage-card:hover .collage-img {
    transform: scale(1.03);
}

.collage-hero {
    height: 320px;
}

@media (max-width: 768px) {
    .collage-hero {
        height: 240px;
    }
}

.collage-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(5,8,26,0.9), rgba(5,8,26,0.1));
    pointer-events: none;
}

.collage-label {
    position: absolute;
    left: 16px;
    right: 16px;
    color: #ffffff;
    font-family: "Cinzel", serif;
}

.hero-label {
    bottom: 30px;
    text-align: left;
}

.bottom-label {
    bottom: 14px;
    text-align: center;
}

.collage-title {
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.hero-label .collage-title {
    font-size: 1.1rem;
    letter-spacing: 2px;
}

.collage-sub {
    font-size: 0.7rem;
    letter-spacing: 2px;
    margin-top: 4px;
    color: #f5d06c;
    text-transform: uppercase;
}

#amenities-grid {
    display: none;
}
#amenities-collage {
    display: block;
}

.image-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(20,20,20,0.75);
    backdrop-filter: blur(8px);
    z-index: 1;
}
.image-modal-content {
    position: relative;
    z-index: 2;
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 32px rgba(0,0,0,0.18);
    border-radius: 12px;
    background: rgba(255,255,255,0.06);
}
.modal-img {
    max-width: 100%;
    max-height: 90vh;
    border-radius: 6px;
        /* Animation */
    transform: scale(0.55);
    opacity: 0;
    transition: 
      transform 3.5s cubic-bezier(0.23, 1, 0.32, 1),
      opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.image-modal.show .modal-img {
    transform: scale(1);
    opacity: 1;
}
.image-modal-close {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 2rem;
    border: none;
    background: rgba(20,20,20,0.7);
    color: white;
    padding: 4px 14px;
    border-radius: 24px;
    cursor: pointer;
    z-index: 2;
}
.image-modal-close:hover {
    background: rgba(50,50,50,0.9);
}

/* Override for all paragraphs – normal case */
p {
    text-transform: none !important;
}

body.investor-page p {
    text-transform: none !important;
}
.interest-float-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 24px rgba(0,0,0,0.05);
  z-index: 1050;
  transition: transform 0.4s cubic-bezier(.67,.01,.25,1);
  border-radius: 0 0 14px 14px;
  display: none; /* start hidden */
}
.interest-float-bar.show {
  display: block;
}

/* center contents inside the bar *
.interest-bar-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 24px 16px 18px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;        /* center everything horizontally *
  text-align: center;
} */

/* center contents inside the bar */
.interest-bar-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 24px 16px 18px 16px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

/*.interest-row {
  display: flex;
  flex-direction: row;
  justify-content: center;    /* center row in the bar *
  align-items: flex-end;
  gap: 24px;
  width: 100%;
}
.interest-row > div {
  flex: 1 0 0;
  text-align: center;
}*/

/* DESKTOP layout */
.interest-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;  /* spread evenly across bar */
  align-items: flex-end;
  gap: 24px;
  width: 100%;
}

.interest-row > div {
  flex: 1 0 0;                     /* equal columns */
  text-align: center;
}

.interest-label {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  color: #62605c;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.interest-value {
  font-family: 'Cinzel', serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #d9b36c;
  margin-bottom: 0;
  margin-top: 0;
} 

/* button centered in its own row */
.interest-row-btn {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  width: 100%;
}

.interest-btn {
  background: #d7b16a;
  color: #fff;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: 0.75rem;
  border: none;
  outline: none;
  border-radius: 7px;
  padding: 10px 28px;
  box-shadow: 0 2px 14px rgba(223,163,58,0.12);
  cursor: pointer;
  transition: background 0.18s;
}
.interest-btn:hover {
  background: #d9b36c;
}

@media (max-width: 768px) {
  .interest-bar-inner {
    padding: 18px 8px;
    align-items: center;      /* center flex children horizontally */
    text-align: center;       /* center text */
  }

  .interest-row {
    flex-direction: column;   /* stack items */
    gap: 10px;
    align-items: center;      /* center each item in the column */
    width: 100%;
  }

  .interest-row > div {
    flex: 0 0 auto;           /* don't stretch full width */
    width: auto;              /* shrink to content */
    text-align: center;
  }

  .interest-row-btn {
    justify-content: center;  /* button centered */
    width: 100%;
  }
}









