* {
  box-sizing: border-box;
}
html, body {
  overflow-x: hidden;
}
body{
    font-family: 'Poppins', sans-serif;
    background:#0f0f0f;
    color:#fff;
    overflow-x:hidden;
}

h1,h2,h3,h4{
    font-family:'Playfair Display', serif;
}

.gold{color:#c5a47e;}

.section-padding{padding:100px 0;}

.btn-gold{
    background:#c5a47e;
    color:#000;
    padding:12px 28px;
    border-radius:0;
    font-weight:500;
    transition:0.3s;
}

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

/* Navbar */

.navbar{
    transition:0.4s;
    padding:20px 0;

    background: #00000096;
}

.navbar.scrolled{
    background:#000;
    padding:12px 0;
}

.nav-link{
    color:#fff !important;
    margin-left:20px;
    position:relative;
}


.nav-link:after{
    content:"";
    width:0%;
    height:2px;
    background:#c5a47e;
    position:absolute;
    left:0;
    bottom:-5px;
    transition:0.3s;
}

.nav-link:hover:after{
    width:100%;
}

img.cm-logo {
    height: auto;
    width: 120px !important;
}


.btn-gold{
transition:0.4s ease;
}

.btn-gold:hover{
transform:translateY(-3px);
box-shadow:0 10px 25px rgba(197,164,126,0.5);
}


.hero {
  position: relative;
}

.swiper-slide {
   min-height: 100vh;
  height: auto;
  padding: 120px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}


@media (max-width: 768px) {
  .hero-right {
    display: none;
  }

  .hero-left {
    width: 100%;
  }
  img.img-fluid.rounded {
    padding-top: 20px;
}
.section-padding {
    padding: 40px 0 !important;
}

div#navMenu {
    margin-top: 20px;
    background: #373015;
    padding: 30px;
}

}
.hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.65);
  top: 0;
  left: 0;
  z-index: 1;
}

.hero-container {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-container {
  justify-content: flex-start !important;
}

.hero-left {
  width: 100% !important;
  max-width: 600px; /* optional – better readability */
}

.hero-left {
  width: 55%;
  color: #fff;
}

.hero-content {
  background: rgba(0,0,0,0.75);
  padding: 40px;
  border-radius: 10px;
}

/* Placeholder color fix */
.enquiry-form input::placeholder,
.popup-box input::placeholder {
  color: #bbb !important;
  opacity: 1;
}

/* Focus state */
.enquiry-form input:focus,
.popup-box input:focus {
  outline: none;
  border-color: #c9a227;
  box-shadow: 0 0 5px rgba(201,162,39,0.4);
}

.btn-gold:hover {
    color: #c9a227;
    border: 2px solid #c9a227;
}
.hero-content {
  width: 100%;
  box-sizing: border-box;
}
.hero-content h1{
    padding-bottom: 10px !important;
}

.hero-right .enquiry-form {
    width: 60%;
    float: right;
}

.enquiry-form {
    
  background: #111;
  padding: 30px;
  border-radius: 10px;
}

.enquiry-form input {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px;
  border: none;
}

.btn-gold {
  background: #c9a227;
  color: #fff;
  border: none;
  border-radius: 10px;
}

/* WhatsApp */

.whatsapp-float{
    position:fixed;
    bottom:25px;
    right:25px;
    background:#25d366;
    width:60px;
        margin-bottom: 77px;
    height:60px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    color:#fff;
    z-index:999;
    animation:pulse 1.5s infinite;
}

@keyframes pulse{
    0%{box-shadow:0 0 0 0 rgba(37,211,102,0.7);}
    70%{box-shadow:0 0 0 15px rgba(37,211,102,0);}
    100%{box-shadow:0 0 0 0 rgba(37,211,102,0);}
}

/* Popup */

.popup-overlay{
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
    top:0;
    left:0;
    display:none;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.popup-box{
    background:#111;
    padding:40px;
    max-width:400px;
    width:100%;
}

input{
    background:#222 !important;
    border:none !important;
    color:#fff !important;
}

.mobile-bar{
position:fixed;
bottom:0;
left:0;
width:100%;
display:flex;
background:#000;
z-index:9999;
}

.mobile-bar a{
flex:1;
text-align:center;
padding:15px;
color:#fff;
text-decoration:none;
border-right:1px solid #333;
}

.mobile-bar a:last-child{
border-right:none;
background:#c5a47e;
color:#000;
font-weight:600;
}
.swiper {
  height: 100%;
}

/* OVERVIEW PREMIUM */

.overview-section{
background:#111;
}

.subtitle{
letter-spacing:2px;
font-size:14px;
text-transform:uppercase;
color:#c5a47e;
}

.overview-section h2{
font-size:42px;
line-height:1.3;
}

.counter{
font-size:36px;
font-weight:600;
}

.counter-box p{
margin-bottom:0;
color:#ccc;
}

.overview-img{
overflow:hidden;
border-radius:10px;
}

.overview-img img{
transition:0.6s;
}

.overview-img:hover img{
transform:scale(1.08);
}


/* HIGHLIGHTS PREMIUM */

.highlights-section{
background:#0e0e0e;
}

.highlight-card{
background:rgba(255,255,255,0.03);
padding:30px;
border-radius:12px;
transition:0.4s ease;
border:1px solid rgba(255,255,255,0.05);
height:100%;
}

.highlight-card:hover{
transform:translateY(-8px);
border-color:#c5a47e;
box-shadow:0 20px 40px rgba(0,0,0,0.4);
}

.highlight-card h5{
margin-bottom:10px;
color:#fff;
}

.highlight-card p{
color:#bbb;
margin-bottom:0;
}

.icon{
font-size:28px;
margin-bottom:15px;
color:#c5a47e;
}

/* PRICE SECTION PREMIUM */

.price-section{
background:#111;
}

.price-card{
background:rgba(255,255,255,0.03);
padding:40px 30px;
border-radius:15px;
border:1px solid rgba(255,255,255,0.08);
text-align:center;
position:relative;
transition:0.4s ease;
height:100%;
}

.price-card:hover{
transform:translateY(-10px);
border-color:#c5a47e;
box-shadow:0 20px 50px rgba(0,0,0,0.5);
}

.price-type{
font-size:22px;
font-weight:600;
margin-bottom:5px;
}

.price-size{
color:#aaa;
margin-bottom:20px;
}

.price-amount{
font-size:40px;
font-weight:700;
margin-bottom:20px;
}

.price-amount span{
font-size:18px;
font-weight:400;
color:#c5a47e;
}

.price-features{
list-style:none;
padding:0;
margin-bottom:30px;
}

.price-features li{
margin-bottom:10px;
color:#ccc;
}

.featured{
background:linear-gradient(145deg,#1a1a1a,#0f0f0f);
border:1px solid #c5a47e;
transform:scale(1.05);
}

.badge-tag{
position:absolute;
top:-12px;
left:50%;
transform:translateX(-50%);
background:#c5a47e;
color:#000;
padding:5px 15px;
font-size:12px;
font-weight:600;
border-radius:20px;
}

/* FLOOR PLAN PREMIUM */

.floor-section{
background:#0f0f0f;
}

.featured-plan,
.plan-thumb{
position:relative;
overflow:hidden;
border-radius:12px;
cursor:pointer;
}

.featured-plan img,
.plan-thumb img{
transition:0.6s ease;
}

.featured-plan:hover img,
.plan-thumb:hover img{
transform:scale(1.08);
}

.plan-overlay{
position:absolute;
bottom:0;
left:0;
width:100%;
padding:15px;
background:linear-gradient(to top, rgba(0,0,0,0.8), transparent);
color:#fff;
font-size:14px;
letter-spacing:1px;
}

/* FULLSCREEN MODAL */

.floor-modal{
display:none;
position:fixed;
inset:0;
background:rgba(0,0,0,0.95);
z-index:99999;
justify-content:center;
align-items:center;
}

.modal-img{
max-width:90%;
max-height:90%;
border-radius:8px;
}

.close-btn{
position:absolute;
top:30px;
right:40px;
font-size:40px;
color:#fff;
cursor:pointer;
}

/* LUXURY AUTO SCROLL GALLERY */

.luxury-gallery{
background:#0f0f0f;
overflow:hidden;
}

.marquee{
overflow:hidden;
white-space:nowrap;
position:relative;
margin-bottom:30px;
}

.marquee-content{
display:inline-flex;
animation:scrollLeft 35s linear infinite;
gap:20px;
}

.marquee.reverse .marquee-content{
animation:scrollRight 35s linear infinite;
}

.marquee img{
width:350px;
height:230px;
object-fit:cover;
border-radius:12px;
transition:0.6s ease;
cursor:pointer;
}

.marquee img:hover{
transform:scale(1.08);
}

/* Hover Pause */
.marquee:hover .marquee-content{
animation-play-state:paused;
}

@keyframes scrollLeft{
0% { transform:translateX(0); }
100% { transform:translateX(-50%); }
}

@keyframes scrollRight{
0% { transform:translateX(-50%); }
100% { transform:translateX(0); }
}

/* Responsive */
@media(max-width:768px){
.marquee img{
width:250px;
height:160px;
}

.hero-content {
    width: 100% !important;
}

.swiper-slide {
    min-height: 80vh;
}

body{
padding-bottom:30px;
}
.whatsapp-float {
    margin-bottom: 45px !important;
}
.enquiry-float{
    margin-bottom: 125px !important;
}
}

/* CONTACT SECTION PREMIUM */

.contact-section{
background:#0f0f0f;
position:relative;
}

.contact-card{
background:rgba(255,255,255,0.03);
padding: 20px;
border-radius:15px;
border:1px solid rgba(255,255,255,0.08);
backdrop-filter:blur(10px);
}

.form-group{
position:relative;
margin-bottom:25px;
}

.form-group input{
width:100%;
padding:12px 15px;
border-radius: 30px;
background:transparent;
border:none;
border-bottom:1px solid #555;
color:#fff;
outline:none;
}

.form-group label{
position:absolute;
left:15px;
top:12px;
color:#aaa;
transition:0.3s;
pointer-events:none;
}

.form-group input:focus + label,
.form-group input:valid + label{
top:-12px;
font-size:12px;
color:#c5a47e;
}

.contact-card:hover{
border-color:#c5a47e;
box-shadow:0 20px 50px rgba(0,0,0,0.4);
}


/* AMENITIES PREMIUM */

.amenities-section{
background:#111;
}

.amenity-card{
background:rgba(255,255,255,0.03);
padding:30px 20px;
border-radius:12px;
text-align:center;
border:1px solid rgba(255,255,255,0.06);
transition:0.4s ease;
height:100%;
}

.amenity-card:hover{
transform:translateY(-8px);
border-color:#c5a47e;
box-shadow:0 15px 40px rgba(0,0,0,0.4);
}

.amenity-icon{
font-size:32px;
margin-bottom:15px;
color:#c5a47e;
}

.amenity-card h6{
margin-bottom:8px;
font-weight:600;
}

.amenity-card p{
font-size:14px;
color:#aaa;
margin-bottom:0;
}

/* LOCATION PREMIUM */

.location-section{
background:#0f0f0f;
}

.map-wrapper{
border-radius:15px;
overflow:hidden;
border:1px solid rgba(255,255,255,0.08);
box-shadow:0 20px 50px rgba(0,0,0,0.5);
}

.location-grid{
display:flex;
flex-direction:column;
gap:20px;
}

.location-card{
display:flex;
align-items:center;
gap:15px;
padding:18px 20px;
background:rgba(255,255,255,0.03);
border-radius:10px;
border:1px solid rgba(255,255,255,0.06);
transition:0.4s ease;
}

.location-card:hover{
transform:translateX(10px);
border-color:#c5a47e;
box-shadow:0 10px 30px rgba(0,0,0,0.4);
}

.loc-icon{
font-size:26px;
color:#c5a47e;
}

.location-card h6{
margin:0;
font-weight:600;
}

.location-card span{
font-size:14px;
color:#aaa;
}

.text-muted {
    --bs-text-opacity: 1;
    color: rgb(255 255 255 / 75%) !important;
}

/* FLOATING BUTTONS STACK */

.floating-buttons{
position:fixed;
right:25px;
bottom:25px;
display:flex;
flex-direction:column;
gap:15px;
z-index:9999;
}

/* WhatsApp */

.whatsapp-float{
background:#25d366;
width:60px;
height:60px;
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
font-size:26px;
color:#fff;
box-shadow:0 15px 40px rgba(37,211,102,0.6);
transition:0.4s ease;
animation:pulse 1.5s infinite;
}

/* Enquiry */

.enquiry-float{
background:#c5a47e;
width:60px;
height:60px;
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
font-size:24px;
color:#000;
box-shadow:0 15px 40px rgba(197,164,126,0.6);
transition:0.4s ease;
}

/* Hover Effect */

.whatsapp-float:hover,
.enquiry-float:hover{
transform:scale(1.1);
}

/* Pulse Animation */

@keyframes pulse{
0%{box-shadow:0 0 0 0 rgba(37,211,102,0.7);}
70%{box-shadow:0 0 0 15px rgba(37,211,102,0);}
100%{box-shadow:0 0 0 0 rgba(37,211,102,0);}
}