
/* @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap'); */

body {
  overflow-x: initial !important;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@font-face {
    font-family: 'Nave';
    src: url('../fonts/nave-regular.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
     font-display: swap;
}


.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,a,span{
        /* font-family:"Cormorant Garamond", serif !important; */
        font-family: 'Nave', sans-serif;
}

p{
  font-size: 16px;
}
body,p,
ul,
li{
  /* font-family: "Inter", sans-serif !important; */
  font-family: "Montserrat", sans-serif !important;
}

.text-warn{
    color: #cd8032 !important;
}


/* Banner */
.hero{
    min-height:100vh;
    position: relative;
}

.hero-overlay{
    /* background:rgba(0,0,0,.45); */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.45) 45%, rgba(0, 0, 0, 0.88) 100%),
                linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.65) 100%);
    z-index:1;
}

.hero-banner-card{
    background: transparent;
    border: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    text-align: right;
}

.hero-luxury-tag{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #e59a4c;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    background: rgba(0, 0, 0, 0.55);
    padding: 6px 16px;
    border-radius: 0;
    border: 1px solid rgba(205, 128, 50, 0.6);
}

.hero-title{
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.hero-tagline{
    font-size: 14px;
    color: white;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    max-width: 500px;
}

/* Capsules for Location, Price & BHKs */
.hero-capsules-group{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.hero-capsule{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0;
    padding: 8px 16px 8px 10px;
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.3s ease;
    justify-content: end;
}

.hero-capsule:hover{
    background: rgba(0, 0, 0, 0.9);
    border-color: #cd8032;
    transform: translateY(-2px);
}

.hero-capsule-price{
    border-radius: 0;
    padding: 12px 22px 12px 14px;
    justify-content: end;
}


.capsule-icon{
    width: 32px;
    height: 32px;
    border-radius: 0;
    background: #cd8032;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

.hero-capsule-price .capsule-icon.price-icon{
    width: 44px;
    height: 44px;
    border-radius: 0;
    background: linear-gradient(135deg, #ffd18a 0%, #cd8032 100%);
    color: #1a0f05;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(247, 183, 100, 0.5);
}

.capsule-text{
    display: flex;
    flex-direction: column;
    text-align: left;
}

.capsule-label{
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Montserrat', sans-serif;
    line-height: 1.1;
    font-weight: 500;
}

.hero-capsule-price .capsule-label{
    color: #ffe6ba;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.capsule-val{
    font-size: 13.5px;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
}

.hero-capsule-price .capsule-val.price-val{
    font-size: clamp(1.4rem, 2.5vw, 2.1rem);
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.price-suffix{
    font-size: 14px;
    font-weight: 600;
    color: #ffd18a;
    margin-left: 5px;
}

/* Hero CTA Buttons */
.hero-cta-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.hero-cta-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 0;
    padding: 14px 34px;
    font-size: 13.5px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero-cta-btn.primary-cta{
    background: linear-gradient(135deg, #df9043 0%, #b86e24 100%);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0;
    box-shadow: 0 6px 20px rgba(205, 128, 50, 0.4);
}

.hero-cta-btn.primary-cta:hover{
    background: linear-gradient(135deg, #f0a356 0%, #c9792a 100%);
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(205, 128, 50, 0.55);
}

.hero-cta-btn.outline-cta{
    background: rgba(0, 0, 0, 0.65);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 0;
}

.hero-cta-btn.outline-cta:hover{
    background: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.padding-bottom{
    padding-bottom: 90px;
}

.swiper-pagination-bullet{
    width:12px;
    height:12px;
    background:#fff;
    opacity:.5;
}

.swiper-pagination-bullet-active{
    opacity:1;
}

@media(max-width:768px){

.hero{
    min-height:85vh;
}

.hero-content{
    padding-top:80px;
}

}

.info-card {
  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(20px);

  border: 1px solid rgba(255, 255, 255, 0.1);

  padding: 22px;

  /* border-radius: 25px; */

  height: 100%;
}

.info-title {
  font-size: 11px;

  letter-spacing: 3px;

  color: #cd8032;

  margin-bottom: 10px;
}

.info-value {
  font-size: 24px;
  color: #cd8032;
  font-weight: 600;
} 


/* OVERVIEW SECTION */
.project-overview-section {
  background: #f5f2eb;
  padding: 120px 0;
}

.overview-subtitle {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 12px;
  letter-spacing: 5px;
  color: #c89d46;
  margin-bottom: 30px;
}

.overview-subtitle span {
  width: 60px;
  height: 1px;
  background: #c89d46;
}

.overview-title {
  font-size: 72px;
  line-height: 1.05;
  font-weight: 400;

  color: #0d2d1c;

  margin-bottom: 40px;
}

.overview-title span {
  color: #d4a247;
}

.overview-desc {
  font-size: 18px;
  line-height: 1.9;
  color: #5f6e64;

  margin-bottom: 35px;
  max-width: 650px;
}

.overview-quote {
  font-size: 38px;
  font-style: italic;
  color: #526457;

  line-height: 1.5;

  max-width: 600px;
}

.overview-card {
  background: transparent;

  border: 1px solid rgba(0, 0, 0, 0.08);

  padding: 35px;

  /* border-radius: 30px; */

  height: 100%;

  transition: 0.4s;
}

.overview-card:hover {
  transform: translateY(-8px);

  background: white;

  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.overview-card .icon {
  font-size: 26px;
  margin-bottom: 25px;
}

.overview-card h5 {
  font-size: 28px;
  font-weight: 400;
  color: #243326;
  margin-bottom: 15px;
}

.overview-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #66756a;
}

/* Tablet */

@media (max-width: 991px) {
  .overview-title {
    font-size: 52px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .project-overview-section {
    padding: 80px 0;
  }

  .overview-title {
    font-size: 42px;
  }

  .overview-desc {
    font-size: 16px;
  }

  .overview-quote {
    font-size: 28px;
  }

  .overview-card {
    padding: 25px;
  }
}

.sticky {
  position: sticky;
  top: 100px;
  overflow: auto;
}

.info-title i {
  font-size: 26px;
}

/* New animation class */

.luxury-card {
  position: relative;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);

  cursor: pointer;
}

/* shine effect */

.luxury-card::before {
  content: "";

  position: absolute;

  top: -100%;
  left: -100%;

  width: 200%;
  height: 200%;

  background: linear-gradient(
    120deg,
    transparent 35%,
    rgba(255, 255, 255, 0.5) 50%,
    transparent 65%
  );

  transform: rotate(25deg);

  opacity: 0;

  transition: 1s;
}

/* gold glow border */

.luxury-card::after {
  content: "";

  position: absolute;

  inset: 0;

  /* border-radius: 30px; */

  border: 1px solid transparent;

  transition: 0.5s;
}

.luxury-card:hover {
  transform: translateY(-12px) scale(1.03);

  background: #fff !important;

  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.12),
    0 0 30px rgba(212, 162, 71, 0.15);

  border-color: #cd8032 !important;
}

.luxury-card:hover::before {
  opacity: 1;

  top: -40%;
  left: -40%;
}

/* icon animation */

.luxury-card .info-title {
  transition: 0.5s ease;
  display: inline-block;
}

.luxury-card:hover .info-title {
  transform: scale(1.25);

  color: #cd8032;
}

/* title animation */

.luxury-card .info-value {
  transition: 0.5s;
}

.luxury-card:hover .info-value {
  color: #cd8032 !important;
}

/* description animation */

.luxury-card .description {
  transition: 0.5s;
  font-size: 14px;
  color: #fff;
}

.luxury-card:hover .description {
  transform: translateY(-4px);

  color: #495057 !important;
}


/* Paralax */

.stick{
  position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.overlay-image1{
  background-image: url('../images/ktwin.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  background-attachment: fixed;
}

.overlay-image2{
  background-image: url('../images/image1.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  background-attachment: fixed;
}


/* Section */

.amenities-section{

padding:100px 0;
overflow:hidden;

}

.section-tag{

color:var(--accent);

font-size:12px;

letter-spacing:4px;

text-transform:uppercase;

}

.section-title{

font-size:clamp(2.8rem,5vw,4.8rem);

line-height:1.1;

color:var(--primary);

margin-top:20px;

}

.highlight{

color:var(--accent);

}

.section-description{

max-width:650px;

color:#66756e;

line-height:1.9;

margin-top:20px;

}


/* tabs */

.nav-pills{

gap:12px;

}

.nav-pills .nav-link{

border-radius:0px !important;

padding:12px 24px;

border:1px solid rgba(5,51,74,.15);

color:var(--primary);

background:transparent;

font-size:13px;

letter-spacing:2px;
font-weight:500;

}

.nav-pills .nav-link.active{

background: #cd8032;

color:#fff;

border:1px solid #cd8032;


}


/* image */

.amenity-image{

/* height:500px; */

/* border-radius:25px; */

overflow:hidden;

}

.amenity-image img{
    transform: scale(1);
  transition: all 0.5s ease;
}

.amenity-image:hover img{
    transform: scale(1.1);
  transition: all 0.5s ease;
}

.amenity-image img{

width:100%;


object-fit:cover;

}


/* content */

.content-title{

color:var(--primary);

font-size:2.2rem;

margin-bottom:14px;

}

.content-description{

color:#6a7770;

line-height:1.9;

}

.feature-list{

columns:2;

padding-left:0;

}

.feature-list li{

list-style:none;

margin-bottom:14px;

color:#6a7770;

}

.feature-list li::before{

content:"•";

color:var(--accent);

font-weight:bold;

margin-right:10px;

}


/* Mobile */

@media(max-width:991px){

.amenity-image{

/* height:350px; */

margin-bottom:30px;

}

.feature-list{

columns:1;

}

.section-title{

font-size:2.4rem;

}

}


/* Main */

.luxury-carousel{

    position:relative;

}

.luxury-carousel .item{

    overflow:hidden;

    /* border-radius:30px; */

}

.luxury-carousel img{

    height:100vh;

    width:100%;

    object-fit:cover;

    border-radius:0px;
}


/* Navigation */

.luxury-carousel .owl-nav{

    position:absolute;

    top:50%;

    left:0;

    width:100%;

    transform:translateY(-50%);

    display:flex !important;

    justify-content:space-between;

    padding:0 30px;

    pointer-events:none;
}

.luxury-carousel .owl-nav button{

    width:60px !important;

    height:60px !important;

    /* border-radius:50% !important; */

    background:#05334a !important;

    color:#fff !important;

    font-size:20px !important;

    transition:.4s;

    pointer-events:auto;

    border:2px solid rgba(255,255,255,.2) !important;
}

.luxury-carousel .owl-nav button:hover{

    background:#cd8032 !important;

    transform:scale(1.08);
}

/* remove dots */

.luxury-carousel .owl-dots{

    display:none;
}


/* Mobile */

@media(max-width:768px){

.luxury-carousel img{

    height:300px;
}

.luxury-carousel .owl-nav{

    padding:0 15px;
}

.luxury-carousel .owl-nav button{

    width:45px !important;
    height:45px !important;

    font-size:15px !important;
}

}

.feature-list{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:0px;

    padding:0;

    margin:0;

    list-style:none;

}
.feature-list li {
    position: relative;
    padding-left: 18px;
    color: #4f5e58;
    font-size: 14px;
    text-align: left;
}

/* custom bullet */

.feature-list li::before{

    content:"•";

    position:absolute;

    left:0;

    top:50%;

    transform:translateY(-50%);

    color:#cd8032;

    font-size:18px;

}


/* Mobile */

@media(max-width:767px){

.feature-list{

    grid-template-columns:1fr;

    gap:14px;
}

.feature-list li{

    font-size:15px;
}

}

.content-description{
max-width: 450px;
}
/* .items li {
 flex : 1;
} */

/* .items li button{
  width: 100%;
} */

/* Gallery*/
.gallery-section{

background:#f4f1e9;

}

.gallery-tag{

font-size:12px;

letter-spacing:4px;

color:#cd8032;

}

.gallery-title{

font-size:clamp(2.8rem,5vw,4.8rem);

color:#05334a;

}

.text-highlight{

color:#cd8032;
}


/* Grid */

.gallery-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

grid-auto-rows:250px;

gap:25px;

}

.gallery-item{

overflow:hidden;

/* border-radius:28px; */

box-shadow:
0 15px 40px rgba(0,0,0,.08);

display:block;

}

.gallery-item.large{

grid-column:span 2;

}

.gallery-item.tall{

grid-row:span 2;

}

.gallery-item img{

width:100%;

height:100%;

object-fit:cover;

transition:1s;

}

.gallery-item:hover img{

transform:scale(1.08);

}


/* Mobile */

@media(max-width:991px){

.gallery-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.gallery-grid{

grid-template-columns:1fr;

grid-auto-rows:250px;

}

.gallery-item.large,
.gallery-item.tall{

grid-column:auto;
grid-row:auto;

}

}



/* Contact */
.enquiry-section{

background:#f4f1e9;

padding:120px 0;

}


/* LEFT */

.content-side{

padding-left:45px;

}

.accent-line{

position:absolute;

left:0;
top:0;

width:3px;
height:180px;

background:#cd8032;

/* border-radius:30px; */

}

.small-title{

font-size:12px;

letter-spacing:5px;

color:#cd8032;

display:block;

margin-bottom:20px;

}

.main-heading{

font-size:clamp(3rem,6vw,5rem);

line-height:1.05;

color:#05334a;

margin-bottom:25px;

}

.main-heading span{

color:#cd8032;

}

.main-description{

font-size:1.1rem;

line-height:2;

color:#66756e;

}


.mini-card{

background:#fff;

padding:25px 30px;

/* border-radius:30px; */

box-shadow:
0 15px 35px rgba(0,0,0,.05);

}

.mini-card h5{

color:#05334a;

margin-bottom:8px;

}

.mini-card small{

letter-spacing:3px;

color:#999;

}


/* RIGHT */

.form-wrapper{

position:relative;

}

.bg-shape{

position:absolute;

width:250px;
height:250px;

background:#cd8032;

opacity:.12;

border-radius:50%;

top:-50px;
right:-50px;

}

.enquiry-form{

background:rgba(255,255,255,.7);

backdrop-filter:blur(20px);

padding:50px;

/* border-radius:40px; */

position:relative;

z-index:2;

box-shadow:
0 25px 60px rgba(0,0,0,.08);

}

.enquiry-form h4{

color:#05334a;

}


/* form */

.custom-input{

height:60px;

border:none;

background:#fff;

padding:0 25px;

border-radius:0px !important;

}

.custom-textarea{

height:auto;

padding-top:20px;

/* border-radius:25px; */

}

.custom-input:focus{

box-shadow:none;

border:1px solid #cd8032;

}


.btn-book{

height:60px;

background:#cd8032;

color:#fff;

border-radius:0px !important;

letter-spacing:2px;

}

.btn-book:hover{
background:#05334a;
color : #fff;
}


.btn-download{
height:60px;
background:#000;
color:#fff;
/* border-radius:50px; */
letter-spacing:2px;
display:flex;
align-items:center;
justify-content:center;


}

.btn-download:hover{
  background:#cd8032;
color : #fff;
}






/* mobile */

@media(max-width:991px){

.content-side{

padding-left:20px;

}

.accent-line{

height:120px;

}

.enquiry-form{

padding:30px;

}

.main-heading{

font-size:3rem;

}

}

/* Footer */

.simple-footer{

background:#05334a;


}

.footer-logo{

max-width:100px;
height:auto;

}

.rera-label{

display:block;

font-size:11px;

letter-spacing:4px;

margin-bottom:10px;

color:#cd8032;

}

.rera-box h6{

color:#fff;

font-size:16px;

font-weight:500;

}

.footer-line{

border-color:rgba(255,255,255,.12);

}

.copyright-text{

color:rgba(255,255,255,.7);

font-size:16px;

letter-spacing:1px;

}


/* mobile */

@media(max-width:767px){

.footer-logo{

max-width:90px;

}

.rera-box h6{

font-size:14px;

}

}
.footer-logo{
  background-color:#fff;
  padding:5px 10px;
  /* border-radius:10px; */
}

.footer-line {
  background-color: #fff;
  height: 1px;
  width: 100%;
}




.bi-play-fill::before {
    padding-top: 18px;
}


/* Location Advantage */


.location-section{
    padding:100px 0;
    background:linear-gradient(
    180deg,
    #fff7f2 0%,
    #ffffff 100%
    );
}

.hero-title{
    font-size:52px;
    font-weight:700;
    line-height:1.2;
}

.location-map{
    position: relative;
    overflow:hidden;
    /* border-radius:30px; */
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.location-map img{
    width:100%;
    transition:.5s;
}

.location-map:hover img{
    transform:scale(1.03);
}

.location-map-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 10;
    width: 55px;
    height: 55px;
    background: #ffffff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.3, 1);
}

.location-map-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(205, 128, 50, 0.4);
    background: #cd8032;
}

.location-map-btn i {
    font-size: 22px;
    color: #cd8032; /* Google Maps Pin Red */
    transition: color 0.4s ease;
}

.location-map-btn:hover i {
    color: #ffffff;
}

@media (max-width: 576px) {
    .location-map-btn {
        width: 45px;
        height: 45px;
        bottom: 15px;
        left: 15px;
    }
    .location-map-btn i {
        font-size: 18px;
    }
}

.advantage-card{
    border:none;
    /* border-radius:24px; */
    background:#fff;
    padding:25px;
    height:100%;
    transition:.4s;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.advantage-card:hover{
    transform:translateY(-8px);
}

.advantage-card h5{
    font-weight:700;
    margin-bottom:18px;
}

.location-item{
    display:flex;
    justify-content:space-between;
    border-bottom:1px dashed #e9e9e9;
    padding:10px 0;
    font-size:14px;
}

.location-item:last-child{
    border:none;
}

.time{
    color:#cd8032;
    font-weight:700;
}

@media(max-width:991px){

.hero-title{
font-size:36px;
}

}


/* plans */


.plan-pill{
background:#fff;
border:1px solid #e7e7e7;
padding:14px 28px;
/* border-radius:50px; */
font-weight:700;
transition:.4s;
}

.plan-pill.active,
.plan-pill:hover{
background:#cd8032;
color:#fff;
border-color:#cd8032;
}

.plan-card{
background:#fff;
/* border-radius:30px; */
box-shadow:0 15px 40px rgba(0,0,0,.06);
overflow:hidden;
}

.floor-card{
background:#fff;
padding:15px;
/* border-radius:25px; */
box-shadow:0 10px 35px rgba(0,0,0,.05);
transition:.4s;
height:100%;
}

.floor-card:hover{
transform:translateY(-10px);
}

.plan-img-wrap{
position:relative;
overflow:hidden;
/* border-radius:20px; */
}

.plan-img-wrap img{
transition:.7s;
filter: blur(3px);
}

.floor-card:hover img{
transform:scale(1.05);
}

.plan-overlay{
position:absolute;
top:0;
left:0;
height:100%;
width:100%;
background:rgba(0,0,0,.45);

display:flex;
align-items:center;
justify-content:center;

opacity:0;
transition:.5s;
}

.floor-card:hover .plan-overlay{
opacity:1;
}

.theme-btn{
background:#cd8032;
color:#fff;
padding:12px 25px;
border-radius:0px !important;
font-weight:600;
text-decoration:none;
}

.theme-btn:hover{
background:#fff;
color:#cd8032;
}


/* developer */


.logo-card{
width:100%;


/* border-radius:30px; */

background:#fff;

display:flex;
align-items:center;
justify-content:center;

box-shadow:
0 15px 45px rgba(0,0,0,.05);

transition:.5s;

}

.logo-card:hover{

transform:translateY(-10px);

box-shadow:
0 20px 45px rgba(223,100,40,.15);

}

.logo-card img{

max-width:180px;
width:auto;

}



@media(max-width:991px){


.logo-card{

height:140px;
padding:20px;

}

.logo-card img{

max-height:60px;

}


}


/* Why invest */

.why-invest-section{

padding:100px 0;

background:
linear-gradient(
135deg,
#fffaf7,
#ffffff
);

overflow:hidden;

}





.highlight{

color:#cd8032;

}

.timeline-wrapper{

position:relative;
margin-top:80px;

}

.timeline-wrapper:before{

content:"";

position:absolute;

top:0;
bottom:0;
left:50%;

width:2px;

background:
linear-gradient(
to bottom,
transparent,
#cd8032,
transparent
);

transform:translateX(-50%);

}

.timeline-item{

position:relative;

margin-bottom:30px;

}

.timeline-content{

background:#fff;

padding:30px;

/* border-radius:25px; */

box-shadow:
0 15px 40px rgba(0,0,0,.06);

transition:.5s;

}

.timeline-content:hover{

transform:translateY(-8px);

box-shadow:
0 20px 50px rgba(223,100,40,.15);

}

.timeline-number{

position:absolute;

top:50%;

left:50%;

transform:
translate(-50%,-50%);

height:70px;
width:70px;

/* border-radius:50%; */

background:#cd8032;

display:flex;
align-items:center;
justify-content:center;

font-size:22px;
font-weight:700;
color:#fff;

z-index:2;

box-shadow:
0 10px 30px rgba(223,100,40,.3);

}

.timeline-content h5{

font-weight:700;

margin-bottom:15px;

}

.timeline-content p{

margin-bottom:0;
color:#666;

}

.theme-btn{

display:inline-block;

padding:15px 35px;

border-radius:50px;

background:#cd8032;

color:#fff;

text-decoration:none;

font-weight:600;

margin-top:30px;

transition:.4s;

}

.theme-btn:hover{

background:#000;
color:#fff;

}

@media(max-width:991px){

.main-heading{

font-size:35px;

}

.timeline-wrapper:before{

left:35px;

}

.timeline-number {
    left: 35px;
    top: -30px;
}

.timeline-number {

    height: 40px;
    width: 40px;
    font-size: 18px;
   
}

}



/* Waterbody   */



.water-story{

padding:100px 0;

background:
linear-gradient(
180deg,
#ffffff,
#fff7f2
);

overflow:hidden;

}

.section-tag{

font-size:13px;
font-weight:700;
letter-spacing:4px;
color:#cd8032;
}





.story-image{

height:100vh;

/* border-radius:35px; */

overflow:hidden;

position:relative;

box-shadow:
0 20px 60px rgba(0,0,0,.08);

}

.story-image img{

height:100vh;
width:100%;
object-fit:cover;

}

.story-image::after{

content:"";

position:absolute;

inset:0;

background:
linear-gradient(
to top,
rgba(0,0,0,.55),
transparent
);

}

.image-caption{

position:absolute;

bottom:40px;
left:100px;

z-index:2;

color:#fff;

}

.image-caption h4{

font-size:30px;
font-weight:700;

}

.timeline-strip{

position:relative;

margin-top:80px;

}

.timeline-strip::before{

content:"";

position:absolute;

top:50px;

left:0;
right:0;

height:2px;

background:#cd8032;

opacity:.3;

}

.milestone{

position:relative;

background:#fff;

padding:30px;

/* border-radius:30px; */

box-shadow:
0 15px 35px rgba(0,0,0,.05);

height:100%;

transition:.4s;

}

.milestone:hover{

transform:translateY(-10px);

box-shadow:
0 20px 40px rgba(223,100,40,.15);

}

.circle{

height:50px;
width:50px;

border-radius:50%;

background:#cd8032;

color:#fff;

display:flex;

align-items:center;
justify-content:center;

font-size:20px;
font-weight:700;

margin:auto auto 20px;

position:relative;
z-index:2;

}

.milestone h5{

font-weight:700;

}

@media(max-width:991px){

.main-title{

font-size:35px;

}

.timeline-strip::before{

display:none;

}

.story-image{

height:auto;

}

}




.list-wrap li a{
  color : #cd8032;
  padding: 8px;
    background-color: #fff;
      border-radius: 10px;
}

.list-wrap li i{
  font-size: 12px;
}

/* Premium Overview Section Styles */
.overview-quote-box {
    position: relative;
    padding: 24px 30px;
    background: rgba(255, 255, 255, 0.55);
    border-left: 4px solid #cd8032;
    /* border-radius: 4px 20px 20px 4px; */
    margin-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.02);
    border-right: 1px solid rgba(0, 0, 0, 0.02);
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
    box-shadow: 0 10px 25px rgba(0,0,0,0.015);
}

.overview-quote-box i.quote-icon {
    font-size: 24px;
    color: rgba(223, 100, 40, 0.2);
    position: absolute;
    top: 15px;
    right: 20px;
}

.overview-info-card {
    background: #ffffff;
    border: 1px solid rgba(5, 51, 74, 0.05);
    /* border-radius: 24px; */
    padding: 28px 24px;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1);
    box-shadow: 0 10px 30px rgba(5, 51, 74, 0.02);
    position: relative;
    overflow: hidden;
}

.overview-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #cd8032;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.overview-info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(5, 51, 74, 0.08);
    border-color: rgba(223, 100, 40, 0.15);
}

.overview-info-card:hover::before {
    transform: scaleX(1);
}

.overview-icon-wrapper {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(223, 100, 40, 0.08);
    color: #cd8032;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    transition: all 0.4s ease;
}

.overview-info-card:hover .overview-icon-wrapper {
    background: #cd8032;
    color: #ffffff;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 16px rgba(223, 100, 40, 0.2);
}

.overview-icon-wrapper i {
    font-size: 22px;
}

.overview-card-title {
    font-family: 'Nave', sans-serif;
    color: #05334a;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.overview-card-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #5f6e64;
    margin-bottom: 0;
}

/* Overview Marquee Carousel Styles */
.overview-slider-wrapper {
    position: relative;
    width: 100%;
}

.overview-marquee-container {
    overflow-x: auto;
    width: 100%;
    padding: 20px 0 40px 0;
    position: relative;
    mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.overview-marquee-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}

.overview-marquee-track {
    display: flex;
    width: max-content;
}

.overview-marquee-group {
    display: flex;
    gap: 24px;
    padding-right: 24px;
}

.overview-marquee-card-wrapper {
    width: 320px;
    flex-shrink: 0;
}

/* Overview Slider Navigation Buttons */
.overview-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.95);
    color: #05334a;
    border: 1px solid rgba(5, 51, 74, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 15;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.3, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.overview-nav-btn:hover {
    background: #cd8032;
    color: #ffffff;
    border-color: #cd8032;
    box-shadow: 0 4px 20px rgba(223, 100, 40, 0.25);
    transform: translateY(-50%) scale(1.08);
}

.overview-nav-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.overview-nav-btn.prev-btn {
    left: -25px;
}

.overview-nav-btn.next-btn {
    right: -25px;
}


@media (max-width: 992px) {
    .overview-nav-btn.prev-btn {
        left: -10px;
    }
    .overview-nav-btn.next-btn {
        right: -10px;
    }
}

@media (max-width: 768px) {
    .overview-nav-btn {
        width: 42px;
        height: 42px;
    }
    .overview-nav-btn.prev-btn {
        left: -5px;
    }
    .overview-nav-btn.next-btn {
        right: -5px;
    }
}

/* Premium Grid-Based Why Invest Styles */
.why-invest-card {
    background: #ffffff;
    border: 1px solid rgba(5, 51, 74, 0.05);
    /* border-radius: 28px; */
    padding: 35px 30px;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 15px 40px rgba(5, 51, 74, 0.02);
    position: relative;
    overflow: hidden;
}

.why-invest-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #cd8032;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s ease;
}

.why-invest-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(5, 51, 74, 0.08);
    border-color: rgba(223, 100, 40, 0.15);
}

.why-invest-card:hover::before {
    transform: scaleY(1);
}

.why-invest-icon {
    width: 55px;
    height: 55px;
    border-radius: 14px;
    background: rgba(223, 100, 40, 0.08);
    color: #cd8032;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: all 0.4s ease;
}

.why-invest-card:hover .why-invest-icon {
    background: #cd8032;
    color: #ffffff;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 20px rgba(223, 100, 40, 0.2);
}

.why-invest-num {
    font-family: 'Nave', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: rgba(5, 51, 74, 0.15);
    transition: all 0.4s ease;
}

.why-invest-card:hover .why-invest-num {
    color: #cd8032;
}

.why-invest-title {
    font-family: 'Nave', sans-serif;
    color: #05334a;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 1.3;
}

.why-invest-text {
    font-size: 14px;
    line-height: 1.6;
    color: #5f6e64;
    margin-bottom: 0;
}

/* Swiper Custom Controls for Waterbody Carousel */
.waterbody-swiper {
    position: relative;
    height: 100%;
}

.waterbody-swiper .swiper-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    color: #05334a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 15;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.waterbody-swiper .swiper-nav-btn:hover {
    background: #cd8032;
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(223, 100, 40, 0.3);
}

.waterbody-swiper-prev {
    left: 25px;
}

.waterbody-swiper-next {
    right: 25px;
}

/* Customize Pagination dots to match theme colors */
.waterbody-swiper .waterbody-swiper-pagination {
    bottom: 25px !important;
    z-index: 15;
}

.waterbody-swiper .waterbody-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.waterbody-swiper .waterbody-swiper-pagination .swiper-pagination-bullet-active {
    background: #cd8032 !important;
    width: 24px;
    border-radius: 5px;
}

/* Gallery Masonry Layout Styles */
.gallery-masonry-container {
    width: 100%;
    margin-top: 30px;
}

.gallery-masonry-grid {
    column-count: 3;
    column-gap: 24px;
    width: 100%;
}

.gallery-masonry-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 24px;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
}

.gallery-item-wrapper {
    position: relative;
    overflow: hidden;
    /* border-radius: 20px; */
    width: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.gallery-item-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.gallery-item-wrapper:hover img {
    transform: scale(1.06);
}

.gallery-item-caption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #ffffff;
    padding: 12px 20px;
    /* border-radius: 12px; */
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 10;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
}

.gallery-item-wrapper:hover .gallery-item-caption {
    opacity: 1;
    transform: translateY(0);
}

/* Height variations to create Pinterest-style masonry layout */
.masonry-h-sm {
    height: 250px;
}

.masonry-h-md {
    height: 350px;
}

.masonry-h-lg {
    height: 460px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .gallery-masonry-grid {
        column-count: 2;
        column-gap: 16px;
    }
    .gallery-masonry-item {
        margin-bottom: 16px;
    }
    .masonry-h-sm {
        height: 200px;
    }
    .masonry-h-md {
        height: 280px;
    }
    .masonry-h-lg {
        height: 360px;
    }
    .gallery-item-caption {
        padding: 8px 15px;
        font-size: 13px;
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
}

@media (max-width: 576px) {
    .gallery-masonry-grid {
        column-count: 1;
        column-gap: 0;
    }
    .masonry-h-sm, .masonry-h-md, .masonry-h-lg {
        height: 260px; /* Uniform height on mobile for clean card layout */
    }
    .gallery-item-caption {
        font-size: 12px;
        padding: 6px 10px;
        bottom: 8px;
        left: 8px;
        right: 8px;
    }
}

/* Developer Section Carousel Styles */
.developer-carousel {
    position: relative;
    /* border-radius: 20px; */
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.developer-carousel img {
    height: 480px;
    width: 100%;
    object-fit: cover;
    display: block;
}

/* Custom styles for developer carousel navigation */
.developer-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex !important;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
}

.developer-carousel .owl-nav button {
    width: 48px !important;
    height: 48px !important;
    /* border-radius: 50% !important; */
    background: #05334a !important;
    color: #fff !important;
    font-size: 16px !important;
    transition: all 0.3s ease;
    pointer-events: auto;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.developer-carousel .owl-nav button:hover {
    background: #cd8032 !important;
    transform: scale(1.08);
}

.developer-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    gap: 8px;
}

.developer-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.5) !important;
    /* border-radius: 50%; */
    transition: all 0.3s ease;
}

.developer-carousel .owl-dots .owl-dot.active span {
    background: #cd8032 !important;
    width: 24px;
    /* border-radius: 5px; */
}

@media (max-width: 991px) {
    .developer-carousel img {
        height: 380px;
    }
}

@media (max-width: 576px) {
    .developer-carousel img {
        height: 280px;
    }
    .developer-carousel .owl-nav button {
        width: 38px !important;
        height: 38px !important;
        font-size: 14px !important;
    }
}

/* Show All Gallery Card Styles */
.show-all-gallery-card {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border-radius: 20px; */
    position: relative;
    overflow: hidden;
}

.show-all-gallery-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(223, 100, 40, 0.15);
    border-color: #cd8032 !important;
    background: linear-gradient(135deg, #063e5b 0%, #11577c 100%) !important;
}

.show-all-gallery-card:hover .icon-circle {
    transform: scale(1.1);
    background: rgba(223, 100, 40, 0.25) !important;
    border-color: #ffffff !important;
}

.show-all-gallery-card:hover .icon-circle i {
    color: #ffffff !important;
}

.show-all-gallery-card .icon-circle {
    transition: all 0.3s ease;
}

.show-all-gallery-card .theme-btn {
    transition: all 0.3s ease;
}

.show-all-gallery-card:hover .theme-btn {
    background: #ffffff !important;
    color: #cd8032 !important;
    border-color: #ffffff !important;
}

/* ==========================================================================
   DARK THEME OVERRIDES (Antigravity) - Premium Obsidian-Gold
   ========================================================================== */

:root {
  --primary: #a0a2ad;
  --accent: #cd8032;
  --text-primary: #f3f1ed;
  --text-secondary: #8f919d;
  --text-muted: #64748b;
}

body {
  background-color: #08080a !important;
  color: #a0a2ad !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6,
.hero-title, .main-heading, .content-title, 
.overview-card-title, .why-invest-title, .slide-title, .section-title, .headingsiz {
  color: #f3f1ed !important;
}

/* Paragraphs and descriptions */
p, .overview-desc, .overview-card-desc, .main-description,
.why-invest-text, .content-description, .feature-list li,
.description, .text-secondary, .copyright-text, .page-sub {
  /* color: #a0a2ad !important; */
    color: #fff !important;
}

/* Ensure secondary colors are properly muted for hierarchy */
.text-secondary, .overview-desc, .overview-card-desc, .main-description,
.why-invest-text, .content-description, .feature-list li {
  color: #fff !important;
}

/* Make sure the bronze color (#cd8032) is never overridden */
.text-warn, .text-highlight, .highlight, .time, .rera-label, 
[style*="color:#cd8032"], [style*="color: #cd8032"],
span[style*="color"] {
  color: #cd8032 !important;
}

/* Section Backgrounds */
.project-overview-section,
.gallery-section,
.enquiry-section {
  background: #0e0f12 !important;
}

/* Master Plan / Floor Plan section fixes to override Bootstrap bg-white class */
.plansection {
  background-color: #0e0f12 !important;
  background: #0e0f12 !important;
}

.location-section {
  background: linear-gradient(180deg, #15161c 0%, #08080a 100%) !important;
}

.why-invest-section {
  background: linear-gradient(135deg, #15161c, #08080a) !important;
}

.water-story {
  background: linear-gradient(180deg, #08080a, #15161c) !important;
}

/* Premium Quote Box */
.overview-quote-box {
  background: rgba(21, 22, 28, 0.4) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-left: 4px solid #cd8032 !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3) !important;
}

.overview-quote-box h5 {
  color: #f3f1ed !important;
}

/* Cards & Elevated Containers */
.overview-info-card,
.mini-card,
.advantage-card,
.floor-card,
.why-invest-card,
.plan-card {
  background: #15161c !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
}

.plan-card img{
  transform: scale(1);
  transition: all 0.5s ease;
}
.plan-card:hover img{
  transform: scale(1.1);
  transition: all 0.5s ease;
}


.overview-info-card:hover,
.advantage-card:hover,
.floor-card:hover,
.why-invest-card:hover,
.plan-card:hover {
  border-color: rgba(205, 128, 50, 0.3) !important;
  box-shadow: 0 20px 45px rgba(205, 128, 50, 0.12) !important;
  background: #1a1c24 !important;
}

.milestone {
  background: #15161c !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3) !important;
}

.milestone:hover {
  box-shadow: 0 20px 40px rgba(205, 128, 50, 0.12) !important;
}

.location-item {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08) !important;
}

/* Plan Pills (Residences Tabs) */
.plan-pill {
  background: #15161c !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  color: #a0a2ad !important;
}

.plan-pill.active,
.plan-pill:hover {
  background: #cd8032 !important;
  border-color: #cd8032 !important;
  color: #ffffff !important;
}

/* Modals & Forms */
.modal-content {
  background: #0e0f12 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.modal-content h3 {
  color: #f3f1ed !important;
}

.enquiry-form {
  background: rgba(21, 22, 28, 0.8) !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4) !important;
}

.enquiry-form h4 {
  color: #f3f1ed !important;
}

/* Form Inputs (Custom Inputs) */
.custom-input, 
.form-control.custom-input, 
.form-select.custom-input {
  background-color: #08080a !important;
  color: #f3f1ed !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.custom-input::placeholder {
  color: #64748b !important;
}

.custom-input:focus {
  border-color: #cd8032 !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(205, 128, 50, 0.15) !important;
}

/* Close buttons for Modals */
.btn-close {
  filter: invert(1) grayscale(1) brightness(2) !important;
}

/* Footer overrides */
.simple-footer {
  background: #08080a !important;
}

/* Carousel Buttons (Waterbody / Developer) */
.waterbody-swiper .swiper-nav-btn {
  background: rgba(21, 22, 28, 0.9) !important;
  color: #ffffff !important;
}

.waterbody-swiper .swiper-nav-btn:hover {
  background: #cd8032 !important;
  color: #ffffff !important;
}

/* Menu Drawer overlay panel background */
.menu-overlay-panel {
  background-color: rgba(8, 8, 10, 0.98) !important;
}

/* Scrolled site header */
.custom-site-header.scrolled {
  background-color: #08080a !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.developer-carousel .owl-nav button {
  background: #15161c !important;
}

.developer-carousel .owl-nav button:hover {
  background: #cd8032 !important;
}

/* General button hovers */
.btn-book:hover, 
.btn-download:hover {
  background: #cd8032 !important;
  color: #ffffff !important;
}

/* ==========================================================================
   PHONE OTP VERIFICATION SYSTEM
   ========================================================================== */
.phone-otp-group {
  display: flex;
  position: relative;
  width: 100%;
  gap: 8px;
  align-items: stretch;
}

.phone-otp-group .phone-input {
  flex: 1 1 auto;
  min-width: 0;
}

.btn-send-otp {
  flex: 0 0 auto;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background: #08080a;
  color: rgba(255, 255, 255, 0.4);
  cursor: not-allowed;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

/* In light modal context */
.modal-content .btn-send-otp {
  background: #e2e8f0;
  color: #94a3b8;
  border-color: #cbd5e1;
      border: 0;
    border-radius: 0px;
}

/* Enabled state */
.btn-send-otp.is-active,
.btn-send-otp:not(:disabled) {
  background: #000!important;
  color: #ffffff !important;
  border-color: #000 !important;
  cursor: pointer !important;
  box-shadow: 0 4px 12px rgba(25, 56, 72, 0.3);
}

.btn-send-otp.is-active:hover,
.btn-send-otp:not(:disabled):hover {
  background: #cd8032 !important;
  border-color: #cd8032 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

/* Verified state */
.btn-send-otp.btn-verified {
  background: #198754 !important;
  border-color: #198754 !important;
  color: #ffffff !important;
  cursor: default !important;
  box-shadow: 0 2px 8px rgba(25, 135, 84, 0.3);
}

/* OTP Container */
.otp-verify-container {
  display: none;
  margin-top: 12px;
  padding: 14px 16px;
  background: rgba(21, 22, 28, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  animation: otpSlideDown 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal-content .otp-verify-container {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

@keyframes otpSlideDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.otp-boxes-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.otp-inputs-wrap {
  display: flex;
  gap: 8px;
}

.otp-box {
  width: 44px;
  height: 42px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  background: #08080a;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease;
  caret-color: #cd8032;
}

.modal-content .otp-box {
  background: #ffffff;
  color: #1e293b;
  border: 1px solid #cbd5e1;
}

.otp-box:focus {
  border-color: #cd8032 !important;
  box-shadow: 0 0 0 3px rgba(205, 128, 50, 0.25) !important;
  outline: none;
  background: #111218;
}

.modal-content .otp-box:focus {
  background: #ffffff;
}

.otp-box.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.25) !important;
}

.btn-otp-verify {
  height: 44px;
  padding: 0 22px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #000;
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 10px rgba(25, 56, 72, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0px;
}

.btn-otp-verify:hover {
  background: #cd8032;
  color: #ffffff;
  transform: translateY(-1px);
}

.btn-otp-verify:active {
  transform: translateY(0);
}

.otp-timer-wrap {
  margin-top: 10px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.otp-timer-text {
  color: #e63946;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 0.2px;
}

.btn-resend-otp {
  background: none;
  border: none;
  color: #cd8032;
  font-weight: 700;
  font-size: 13px;
  text-decoration: underline;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
}

.btn-resend-otp:hover {
  color: #f19f4d;
}

.otp-feedback {
  font-size: 12.5px;
  margin-top: 6px;
  font-weight: 500;
}

.otp-verified-notice {
  font-size: 13px;
  font-weight: 600;
  margin-top: 6px;
  color: #198754;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Custom OTP Toast Alert */
.otp-toast-alert {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 999999;
  background: #0d161d;
  color: #f3f1ed;
  border-left: 4px solid #cd8032;
  padding: 16px 20px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 380px;
  font-family: inherit;
  animation: otpToastIn 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 4px solid #cd8032;
}

.otp-toast-alert .otp-badge {
  background: #cd8032;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 15px;
}

.otp-toast-alert .otp-close-btn {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  cursor: pointer;
  margin-left: auto;
  padding: 0 4px;
  line-height: 1;
}

.otp-toast-alert .otp-close-btn:hover {
  color: #ffffff;
}

@keyframes otpToastIn {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 575px) {
  .phone-otp-group {
    gap: 6px;
  }

  .btn-send-otp {
    padding: 0 12px;
    font-size: 11px;
    letter-spacing: 0.5px;
  }

  .otp-boxes-row {
    gap: 8px;
  }

  .otp-inputs-wrap {
    gap: 6px;
  }

  .otp-box {
    width: 38px;
    height: 40px;
    font-size: 17px;
  }

  .btn-otp-verify {
    height: 40px;
    padding: 0 14px;
    font-size: 11.5px;
  }

  .otp-toast-alert {
    top: 12px;
    right: 12px;
    left: 12px;
    max-width: none;
    padding: 12px 14px;
  }
}

.form-check-label{
  font-size : 12px;
}

