body{
    background:#020817;
    color:#fff;
    font-family:'Lato',sans-serif;
    overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6{
    font-family:'Lato',sans-serif;
}

.custom-navbar{
    background: rgba(217, 165, 65, 0.92);
    backdrop-filter:blur(10px);
    padding:18px 0;
    border-bottom:1px solid rgba(255,194,92,0.15);
}

.logo{
    width:275px;
}

.logo-title{
    font-size:26px;
    letter-spacing:2px;
}

.logo-sub{
    font-size:11px;
    letter-spacing:4px;
}

.nav-link{
    color:#fff !important;
    margin:0 12px;
    text-transform:uppercase;
    font-size:13px;
}

.nav-link.active,
.nav-link:hover{
    color:#050505 !important;
}

.btn-gold{
    background:#d9a441;
    color:#000;
    border-radius:0;
    padding:13px 28px;
    font-weight:600;
    border:none;
}

.btn-white {
    background: rgba(251, 244, 231, 0.92);
    color: #000;
    border-radius: 0;
    padding: 13px 28px;
    font-weight: 600;
    border: none;
}

.btn-gold:hover{
    background:#b77e13;
}

.btn-white:hover{
    background:#f0dc56;
    color: #000;
}

.btn-outline-gold{
    border:1px solid #d9a441;
    color:#d9a441;
    padding:13px 28px;
    border-radius:0;
}

.section {
    margin-top: 30px;
}

.hero-section{
    background:radial-gradient(circle at top right,#0f274d,#020817 60%);
}

.hero-content h1{
    font-size:60px;
    line-height:0.95;
    font-weight:500;
}

.hero-content h1 span{
    color:#d9a441;
}

.hero-content p{
    margin:35px 0;
    line-height:1.9;
    color:#c8c8c8;
}

.hero-img{
    box-shadow:0 30px 80px rgba(0,0,0,0.5);
}

.hero-tag{
    color:#d9a441;
    letter-spacing:2px;
    font-size:14px;
}

.about-stats {
    display: flex;
    gap: 30px;
    margin: 25px 0;
    flex-wrap: wrap;
}

.about-stats div {
    border-left: 2px solid #c39954;
    padding-left: 15px;
}

.about-stats span {
    font-size: 19px;
    color: #fff;
    font-family: quickend;
    font-weight: 600;
}

.about-stats h4 {
    color: #c39954;
    margin-top: 5px;
}

.section-dark{
    background:#040b1c;
}

.section-title-small{
    color:#d9a441;
    letter-spacing:3px;
    font-size:16px;
    margin-bottom:15px;
}

.section-title{
    font-size:55px;
    margin-bottom:25px;
}

.section-text{
    color:#c5c5c5;
    line-height:1.9;
    font-size: 12px;
    text-align: justify;
}

.icon-box{
    border-left:1px solid rgba(255,255,255,0.1);
    padding:10px;
    height:100%;
}

.icon{
    color:#d9a441;
    font-size:40px;
    margin-bottom:15px;
}

.icon-box h6{
    font-size:15px;
    line-height:1.7;
}

.residence-card{
    position:relative;
    overflow:hidden;
    border-radius:10px;
    border:1px solid rgba(255,194,92,0.2);
}

.residence-card img{
    width:100%;
    height:540px;
    object-fit:cover;
}

.residence-content{
    position:absolute;
    inset:0;
    padding:40px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    background:linear-gradient(to top,rgba(0,0,0,0.85),rgba(0,0,0,0.1));
}

.residence-content h3{
    font-size:48px;
}

.residence-content span{
    letter-spacing:4px;
}

.features-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    color:#d9d9d9;
}

.amenity-card img{
    width:100%;
    height:180px;
    object-fit:cover;
    border-radius:10px;
}

.amenity-card h6{
    text-align:center;
    margin-top:12px;
}

.stats-box{
    border-left:1px solid rgba(255,255,255,0.15);
    padding:15px;
}

.stats-box h3{
    color:#d9a441;
    font-size:52px;
}

.contact-wrapper{
    background:#08111f;
    border:1px solid rgba(255,194,92,0.15);
}

.contact-form-area{
    background:#07111f;
}

.custom-input{
    background:#020817;
    border:1px solid rgba(255,255,255,0.1);
    color:#fff;
    border-radius:0;
    padding:14px;
}

.custom-input:focus{
    background:#020817;
    border-color:#d9a441;
    color:#fff;
    box-shadow:none;
}

.footer-section{
    background:#020817;
}

.footer-logo{
    letter-spacing:3px;
}


.footer-links a{
    color:#c8c8c8;
    margin:0 10px;
    text-decoration:none;
}

.social-icons span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    border:1px solid rgba(255,255,255,0.1);
    border-radius:50%;
    margin-left:10px;
}

.border-top-custom{
    border-top:1px solid rgba(255,194,92,0.15);
}

@media(max-width:991px){

.hero-content h1{
    font-size:55px;
}

.section-title{
    font-size:40px;
}

.residence-card img{
    height:420px;
}

}

@media(max-width:767px){

.hero-content h1{
    font-size:44px;
}

.section-title{
    font-size:34px;
}

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

.hero-btns{
    justify-content:center;
}

.residence-content{
    padding:25px;
}

.residence-content h3{
    font-size:34px;
}

.features-grid{
    grid-template-columns:1fr;
}

}

/* Scroll fixes for hyperlink*/
html {
    scroll-behavior: smooth;
}

.call-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(30 90 162);
    color: white;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    font-size: 26px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: 0.3s;
}


.nav-mobile {

  color: #fff;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.nav-mobile:hover {
  color: #000;
}

/* Mobile */
@media (max-width: 991px) {

  .nav-mobile {

    display: block;

    margin-top: 15px;
  }

}


/* GALLERY */

/* GALLERY */
.gallery-card {
    position: relative;
    overflow: hidden;    
}

.gallery-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.4s;
}

.gallery-card.large img {
    height: 300px;
}

.gallery-card:hover img {
    transform: scale(1.05);
}

.gallery-item {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.gallery-item:hover {
  transform: scale(1.05);
}

#lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 206;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* Image animation */
#lightbox-img {
  max-width: 90%;
  max-height: 90%;
  transform: scale(0.8);
  transition: transform 0.4s ease;
}

/* Active state */
#lightbox.active {
  opacity: 1;
  visibility: visible;
}

#lightbox.active #lightbox-img {
  transform: scale(1);
}

#lightbox {
  backdrop-filter: blur(5px);
}

.lightbox .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.lightbox .nav {
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

.lightbox .prev { left: 30px; }
.lightbox .next { right: 30px; }

body.no-scroll {
  overflow: hidden;
  padding-right: 15px; /* prevents scrollbar jump */
}


/* Common CSS */

.fnt12 {
    font-size: 12px;
}