body {
     font-family: 'Montserrat', sans-serif;
     background-color: #15262C;
     color: #fff;
}

.primary-bg {
    background-color: #8b6b3f;
    display: inline-block;
    border-radius: 15px;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
}

/* NAVBAR */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #ffffff;
    background-image: url("../img/line-bg.webp");
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.navbar-nav .nav-link {
    font-weight: 600;
}

.navbar img {
    /* filter: brightness(0); */
}

.navbar-toggler:focus {
    box-shadow: none;
}



/* ALIGNMENT FIX */
.navbar .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-collapse {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    top: 95%;
    left: 5%;
}

/* CALL BUTTON */
.custom-call-btn {
    padding: 10px 24px;
    background: linear-gradient(45deg, #15262C, #1d363f);
    color: white;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}



/* MOBILE BOTTOM BAR (FINAL DESIGN) */
.mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid #ccc;
    display: none;
    z-index: 2000;
}

.mobile-bottom-bar .bottom-btn {
    width: 50%;
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #8b6b3f;
    border: none;
    outline: none;
    text-decoration: none;
}

.mobile-bottom-bar .bottom-btn:nth-child(1),
.mobile-bottom-bar .bottom-btn:nth-child(2) {
    border-right: 1px solid #ccc;
}

.mobile-bottom-bar .bottom-btn:active {
    background: #f3f3f3;
}

.form-call {
    background: linear-gradient(45deg, #8b6b3f, #8b6b3f);
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    transition: .3s;
    display: flex;
    width: 100%;
    padding: 8px 12px;
    text-align: center;
    align-items: center;
    justify-content: center;
}



/* ------------------index css --------------------- */


    .project-btn a {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 9px 28px;
      background-color: #8b6b3f;
      color: #fff;
      font-weight: 600;
      font-size: 1rem;
      border-radius: 6px;
      text-decoration: none;
      border: 2px solid #8b6b3f;
      transition: 0.3s;
    }
 

   

  

    /* Pulse effect */
    .play-btn::after {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: 50%;
      animation: pulse 2s infinite;
      background: rgba(255, 255, 255, 0.3);
    }

    @keyframes pulse {
      0% {
        transform: scale(1);
        opacity: 1;
      }

      100% {
        transform: scale(1.6);
        opacity: 0;
      }
    }

 

    #about {
      /* background: url("https://eliesaabresidencesnoida.com/assets/images/bg2ndfold.jpg");
 background-size: cover;
      background-position: start; */
      background-image: url("../img/shade-bg.webp");
    }

    .about-realestate-section {
      width: 100%;
      margin: auto;
      padding: 1rem 0rem;

    }

    .about-realestate-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
    }

    .about-content-box {
      padding-right: 20px;
    }

    

    .about-heading {
      font-size: 30px;
      line-height: 1.1;
      font-weight: 600;
      color: #ffffff;
      margin-bottom: 24px;
    }

    .about-heading span {
      color: #b68d40;
    }

    .about-description {
      font-size: 16px;
      line-height: 1.9;
      color: #dbdbdb;
      margin-bottom: 18px;
      max-width: 540px;
      text-align: justify;
    }





    .about-buttons {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    .about-btn-primary {
      background: #b68d40;
      color: #ffffff;
      padding: 12px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 600;
      transition: 0.3s ease;
    }

    .about-btn-primary:hover {
      background: #9f7b35;
    }

    .about-btn-secondary {
      border: 1px solid #dddddd;
      padding: 12px 30px;
      border-radius: 50px;
      text-decoration: none;
      color: #111111;
      background: #ffffff;
      font-weight: 600;
      transition: 0.3s ease;
    }

    .about-btn-secondary:hover {
      background: #fafafa;
    }

    .about-image-box {
      position: relative;
    }

    .about-image-box img {
      width: 100%;
      height: 580px;
      object-fit: cover;
      border-radius: 24px;
      display: block;
    }

    .about-price-card {
      position: absolute;
      bottom: 24px;
      left: 24px;
      background: rgba(255, 255, 255, 0.96);
      padding: 18px 24px;
      border-radius: 18px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
      backdrop-filter: blur(6px);
    }

    .about-price-card small {
      display: block;
      font-size: 13px;
      color: #777777;
      margin-bottom: 4px;
    }

    .about-price-card h4 {
      font-size: 26px;
      font-weight: 700;
      color: #b68d40;
    }

    /* TABLET */
   @media (max-width: 992px) {
  .about-realestate-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* Move image section to top */
  .highlight-images {
    order: -1;
  }

  .about-content-box {
    padding-right: 0;
  }

  .about-heading {
    font-size: 24px;
  }
}

/* MOBILE */
@media (max-width: 576px) {
 

  /* Keep image at top */
  .highlight-images {
    order: -1;
    margin-bottom: 10px;
  }

  .about-heading {
    font-size: 24px;
  }

  .about-description {
    font-size: 15px;
  }

  .about-buttons {
    flex-direction: column;
  }

  .about-btn-primary,
  .about-btn-secondary {
    width: 100%;
    text-align: center;
  }

  .highlight-image-main,
  .highlight-image-overlay {
    width: 100%;
    height: auto;
  }
}
 


  .offer-section{
    padding:80px 0;
    background:#0f2530;
}

.offer-box{
    position:relative;
    background:#102935;
    padding:60px 35px;
    color:#fff;
    overflow:hidden;
   height: 100%;
    height:100%;
    transition:0.4s;
}

.offer-box:hover{
    transform:translateY(-8px);
}

.offer-border{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    pointer-events:none;
}

.offer-border img{
    width:100%;
    height:100%;
    object-fit:inherit;
    /* opacity:0.35; */
}

.offer-content{
    position:relative;
    z-index:2;
}

.offer-tag{
    font-size:14px;
    letter-spacing:2px;
    color:#d9b06a;
    text-transform:uppercase;
    margin-bottom:12px;
}

.offer-title{
    font-size:24px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:18px;
}

.offer-price{
    font-size:23px;
    font-weight:700;
    color:#d9b06a;
    margin-bottom:12px;
}

.offer-size{
    font-size:17px;
    color:#c7d1d6;
    margin-bottom:20px;
}

.offer-text{
    font-size:15px;
    line-height:1.8;
    color:#b7c4ca;
    margin-bottom:28px;
}

.offer-btn{
    display:inline-block;
    padding:14px 28px;
    background:#0b1d26;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    border:1px solid rgba(217,176,106,0.35);
    transition:0.3s;
}

.offer-btn:hover{
    background:#d9b06a;
    color:#102935;
}

@media(max-width:768px){
    .offer-box{
        margin-bottom:25px;
        text-align: center;
    }
    .offer-title{
      font-size: 18px;
    }
    .offer-price{
      font-size: 28px;
    }
    .offer-btn{
      width: 100%;
    }
}

   
  .luxury-amenities-v2 {
  padding: 70px 0;
  background: linear-gradient(135deg, #0f1d24, #15262c);
}

.amenities-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

/* Left Side */
.amenities-left {
  width: 35%;
}

.amenity-icon{
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #6d522e;
}

.tag-line {
  color: #d4af37;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

.amenities-left h2 {
  color: #fff;
  font-size: 42px;
  margin: 15px 0;
  font-weight: 700;
}

.amenities-left p {
  color: #c7c7c7;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
}

.amenities-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #d4af37;
  color: #15262c;
  font-weight: 600;
  border-radius: 40px;
  text-decoration: none;
  transition: 0.3s;
}

.amenities-btn:hover {
  background: #fff;
}

/* Right Side */
.amenities-right {
  width: 65%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.amenity-rect {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(212,175,55,0.2);
  padding: 20px 25px;
  border-radius: 2rem 0rem 2rem 0rem;
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 75px;
  transition: 0.3s ease;
}

.amenity-rect:hover {
  transform: translateY(-5px);
  border-color: #d4af37;
  box-shadow: 0 8px 20px rgba(212,175,55,0.15);
}

.amenity-rect i {
  color: #ffffff;
  font-size: 22px;
 
}

.amenity-rect h4 {
  color: #fff;
  font-size: 18px;
  margin: 0;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 991px) {
  .amenities-wrapper {
    flex-direction: column;
  }

  .amenities-left,
  .amenities-right {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .amenities-right {
    grid-template-columns: 1fr;
  }

  .amenities-left h2 {
    font-size: 32px;
  }
}


    .highlight-section {
      width: 100%;
      padding: 80px 0;
      background: url("../img/shade-bg.webp");

    }


    .highlight-images {
      position: relative;
      width: 520px;
      min-height: 580px;
      margin: auto;
    }

    .highlight-image-main {
      width: 360px;
      height: 500px;
      object-fit: cover;
      border-radius: 4px;
      position: relative;
      z-index: 1;
    }

    .highlight-image-overlay {
      width: 380px;
      height: 400px;
      object-fit: cover;
      border-radius: 4px;
      position: absolute;
      left: 140px;
      bottom: 0;
      z-index: 2;
    }

    /* BORDER FRAMES */
    .highlight-frame-main,
    .highlight-frame-overlay {
      position: absolute;
      border: 1px solid rgba(255, 255, 255, 0.9);
      z-index: 3;
    }

    .highlight-frame-main {
      width: 320px;
      height: 450px;
      top: 20px;
      left: 20px;
    }

    .highlight-frame-overlay {
      width: 320px;
      height: 340px;
      left: 160px;
      bottom: 20px;
    }

    /* RIGHT CONTENT */
    .highlight-content {
      max-width: 500px;
    }

    .highlight-subtitle {
      font-size: 16px;
      color: #ffffff;
      text-transform: uppercase;
      margin-bottom: 25px;
    }

    .highlight-title {
      font-size: 30px;
      line-height: 1.15;
      font-weight: 600;
      color: #ffffff;
      margin-bottom: 35px;
    }

    .highlight-list {
      list-style: none;
      padding: 0;
      margin-bottom: 40px;
    }

    .highlight-list li {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 18px;
      font-size: 17px;
      font-weight: 400;
      color: #ffffff;
    }

    .highlight-icon {
      width: 18px;
      height: 18px;
      background: #b2874d;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 11px;
      font-weight: 600;
    }

    .highlight-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 28px;
      border: 1px solid #f0f0f0;
      text-decoration: none;
      color: #ffffff;
      font-weight: 500;
      font-size: 15px;
      border-radius: 23px;
      transition: 0.3s;
    }

    .highlight-btn:hover {
      background: #222;
      color: white;
    }

    /* RESPONSIVE */
    @media(max-width:992px) {
      .highlight-images {
        margin-bottom: 10px;
      }

      .highlight-title {
        font-size: 40px;
      }
    }

    @media(max-width:768px) {
      .highlight-section {
        padding: 60px 0;
      }

      .highlight-images {
        width: 100%;
        min-height: 100%;
        overflow: hidden;
      }

      .highlight-image-main {
        width: 100%;
        height: 300px;
      }

      .highlight-image-overlay {
       display: none;
      }
      .highlight-frame-main{
         height: 220px;
    width: 90%;
      }
       .highlight-frame-overlay{
       display: none;
      }

      .highlight-title {
        font-size: 32px;
      }
    }


   

#gallery{
    background: #0b1f29;
    position: relative;
    overflow: hidden;
}

#gallery h2{
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

#gallery p{
    font-size: 16px;
    color: rgba(255,255,255,0.8);
}


.gallery-slider{
    position: relative;
}

.gallery-card{
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
}

.gallery-card img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 16px;
    transition: transform 0.5s ease;
    display: block;
}

.gallery-card:hover img{
    transform: scale(1.06);
}


.gallery-overlay{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.85),
        rgba(0,0,0,0.25),
        transparent
    );
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    z-index: 2;
}

.gallery-overlay span{
    display: block;
    font-size: 17px;
    letter-spacing: 0.3px;
}


.gallery-slider .owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
}

.gallery-slider .owl-nav button{
    width: 52px;
    height: 52px;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.55) !important;
    color: #fff !important;
    font-size: 28px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: auto;
    border: none !important;
    position: absolute;
}

.gallery-slider .owl-nav button:hover{
    background: #c9a46c !important;
    transform: scale(1.08);
}

.gallery-slider .owl-nav .owl-prev{
    left: -25px;
}

.gallery-slider .owl-nav .owl-next{
    right: -25px;
}

.gallery-slider .owl-nav button span{
    line-height: 1;
    margin-top: -3px;
}


.gallery-slider .owl-dots{
    margin-top: 25px;
    text-align: center;
}

.gallery-slider .owl-dot span{
    width: 10px;
    height: 10px;
    margin: 5px;
    display: block;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    transition: 0.3s;
}

.gallery-slider .owl-dot.active span{
    background: #c9a46c;
    width: 25px;
    border-radius: 20px;
}

@media(max-width: 991px){
    .gallery-card img{
        height: 300px;
    }

    .gallery-slider .owl-nav .owl-prev{
        left: 5px;
    }

    .gallery-slider .owl-nav .owl-next{
        right: 5px;
    }
}

@media(max-width: 768px){
    #gallery h2{
        font-size: 32px;
    }

    .gallery-card img{
        height: 250px;
    }

    .gallery-overlay{
        padding: 16px;
        font-size: 16px;
    }

    .gallery-slider .owl-nav button{
        width: 42px;
        height: 42px;
        font-size: 22px !important;
    }
}

@media(max-width: 480px){
    .gallery-card img{
        height: 220px;
    }

    #gallery h2{
        font-size: 28px;
    }
}



    .floor-plan-section {
     background: url("../img/shade-bg.webp");
}

.floor-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.floor-img {
  position: relative;
  height: 320px;
  overflow: hidden;
}

.floor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(3px);
  transform: scale(1.05);
}

.overlay-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(255,255,255,0.7);
}

.overlay-content h5 {
  font-weight: 700;
  color: #000;
}

.floor-footer {
  background: #8b6b3f;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 768px) {
  .floor-img {
    height: 260px;
  }
}

@media (max-width: 576px) {
  .floor-img {
    height: 220px;
  }
}



  
    #location {
      padding: 4rem 1rem;
    }

    #location .container {
      /* background-color: #f8f4ef; */
      /* background-image: url('../img/white-map.png'); */
      /* border: 2px solid #4e380d; */
    }

    .location-advantage .border-bottom {
      border-bottom: 1px solid #cecece2e !important;
    }

    .location-icon {
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #4e380d;
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .map-image img {
      border: 3px solid #4e380d !important;
      border-radius: 10px;
      margin-left: -65px;
    }

    .location-advantage p {
      line-height: 24px;
      color: #ffffff;
    }
 
    .map-highlight{
      background-color: #1e333b;
      padding: 12px;
      border-radius: 2rem 0rem 2rem 0rem;
    }

   
    @media (max-width: 768px) {
      #gallery h2 {
        font-size: 1.8rem;
      }
    }






















 
    @media(max-width: 768px) { 
      .amenity-card{
        padding: 0;
      }
    
      .footer-about .call-box{
        margin-bottom: 1rem;
      }
    }















    @media (max-width: 576px) {
      .card-badge {
        font-size: 12px;
      }
    }







.main-footer {
    /* background-color: #fff;
    background-image: url("../img/map_bg.png"); */
    background: url("../img/shade-bg.webp");
    color: #ffffff;
    padding: 60px 0 25px;
    font-family: 'Poppins', sans-serif;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.main-footer .footer-top {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}

.footer-about h3,
.footer-form h3 {
    color: #8b6b3f;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
}

.footer-about p {
    line-height: 1.6;
    margin-bottom: 12px;
    color: #ffffff;
}

.footer-about .call-box {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.footer-about .call-box i {
    background: #8b6b3f;
    color: #fff;
    padding: 14px;
    border-radius: 50%;
    margin-right: 12px;
    font-size: 18px;
}

.footer-form {
    padding: 20px;
    min-width: 400px;
    border-radius: 15px;
    background-color: #F4F0E9;
}

.footer-form form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-form input {
    padding: 12px;
    border: none;
    outline: none;
    border-radius: 4px;
    font-size: 14px;
}

.footer-form button {
    background: #8b6b3f;
    color: #fff;
    padding: 13px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
}

.footer-form button:hover {
    background: #1a4242;
}

.footer-bottom {
    border-top: 1px solid #333;
    margin-top: 45px;
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
    color: #fcfcfc;
}

.footer-bottom a {
    color: #ffffff;
    text-decoration: none;
}



@media screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 600px) and (max-height: 600px) {
    .navbar-brand img {
        width: 110px;
    }

    .re-title {
        font-size: clamp(36px, 9.5vw, 40px);
    }

    .re-company {
        font-size: 16px;
    }

}


@media(max-width:900px) {
    .navbar-brand img {
        width: 100px;
    }

   
   

}



@media(max-width:768px) {
    .enquiry-box {
        display: none !important;
    }
    .content-list {
        padding: 1rem;
    }

    #location-section::before {
        display: none;
    }

    .overview-content h2 {
        font-size: 1.7rem;
    }

   

    #highlight {
        padding: 0;
        background-color: #fff;
    }

    #highlight::before {
        position: relative;
        width: 100%;
        height: 260px;
        clip-path: none;
        background-position: center;
        display: block;
    }
    .content-list {
        padding: 2rem 1.5rem;
        margin-top: 0;
        border-radius: 0;
    }

    .list-item {
        font-size: 1.05rem;
        line-height: 1.45;
    }

    .list-item .num {
        padding: 5px 12px;
        font-size: 1rem;
    }
    .footer-form{
       min-width: 100%;
    }

}



@media (max-width: 991px) {
    .mobile-bottom-bar {
        display: flex;
    }
        .amenities-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 40px 20px;
    }
}