body {
     font-family: 'Montserrat', sans-serif;
     background-image: url("../img/bg-img.png");
     background-color: #fff7eb;
     color: #000000;
}

.primary-bg {
    background-color: #631f1f;
    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, #631f1f, #4e1616);
    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: 33.33%;
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #631f1f;
    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, #631f1f, #4e1616);
    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 --------------------- */
 
    #about {
      /* background: url("https://eliesaabresidencesnoida.com/assets/images/bg2ndfold.jpg");
 background-size: cover;
      background-position: start; */
      /* background-image: url("../img/shade-bg.webp"); */
      /* background-color: #fdfdfd; */
      padding: 2rem 0rem;
    }

    .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: #000000;
      margin-bottom: 24px;
    }

    .about-heading span {
      color: #631f1f;
    }

    .about-description {
      font-size: 16px;
      line-height: 1.9;
      color: #000000;
      margin-bottom: 18px;
      max-width: 540px;
      text-align: justify;
    }



    .banner-formm .phone-group {
      display: flex;
      width: 100%;
      border: none;
      border-bottom: 2px solid #999;
      margin-bottom: 18px;
      align-items: center;
      border: 1px solid #000;
    }

    .banner-formm .phone-group select {
      border: none;
      background: transparent;
      outline: none;
      font-size: 15px;
      border-right: 1px solid #cecdcd;
      color: #333;
      appearance: none;
      -webkit-appearance: none;
      margin-bottom: 0px;
      -moz-appearance: none;
    }

    .banner-formm .phone-group input {
      flex: 1;
      border: none !important;
      background: transparent;
      outline: none;
      padding: 12px 0 12px 10px;
      margin-bottom: 0 !important;
      font-size: 15px;
    }

    .about-buttons {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    .about-btn-primary {
      background: #631f1f;
      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: #eeeeee;
      background: #a97d33;
      font-weight: 600;
      transition: 0.3s ease;
    }

    .about-btn-secondary:hover {
      background: #6b4e1c;
    }

    .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: #631f1f;
    }

    /* 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{
        width: 100%;
        height: auto;
      }
    }


    .project-btn a {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 9px 28px;
      background-color: #631f1f;
      color: #fff;
      font-weight: 600;
      font-size: 1rem;
      border-radius: 6px;
      text-decoration: none;
      border: 2px solid #631f1f;
      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;
      }
    }

 
    .highlight-section {
      width: 100%;
      padding: 0px 0 80px 0;
      background: url("../img/shade-bg.webp");

    }


    .highlight-images {
      position: relative;
      width: 520px;
      min-height: 485px;
      margin: auto;
    }

    .highlight-image-main {
      width: 100%;
      height: 480px;
      object-fit: cover;
      border-radius: 4px;
      position: relative;
      z-index: 1;
    }



    /* BORDER FRAMES */
    .highlight-frame-main,
    .highlight-frame-overlay {
      position: absolute;
      border: 1px solid #fff7eb;
      z-index: 3;
    }

    .highlight-frame-main {
      width: 80%;
      height: 80%;
      top: 20px;
      left: 40px;
    }

    .highlight-frame-overlay {
      width: 320px;
      height: 340px;
      left: 160px;
      bottom: 20px;
    }

    /* RIGHT CONTENT */
    .highlight-content {
      max-width: 500px;
    }

    .highlight-subtitle {
      font-size: 16px;
      color: #000000;
      text-transform: uppercase;
      margin-bottom: 25px;
    }

    .highlight-title {
      font-size: 30px;
      line-height: 1.15;
      font-weight: 600;
      color: #050505;
      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: #000000;
    }

    .highlight-icon {
      width: 18px;
      height: 18px;
      background: #631f1f;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgb(255, 255, 255);
      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;
      background-color: #631f1f;
      color: #ffffff;
      font-weight: 500;
      font-size: 15px;
      border-radius: 23px;
      transition: 0.3s;
    }

    .highlight-btn:hover {
      background: #420b0b;
      color: rgb(226, 226, 226);
    }

    /* RESPONSIVE */
    @media(max-width:992px) {
      .highlight-images {
        margin-bottom: 10px;
      }

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

    @media(max-width:768px) {
      .highlight-section {
        padding: 20px 0px 60px 0;
      }

      .highlight-images {
        width: 100%;
        min-height: 100%;
        overflow: hidden;
      }

      .highlight-image-main {
        width: 100%;
        height: 300px;
      }


      .highlight-frame-main {
        height: 230px;
        width: 80%;
      }

      .highlight-frame-overlay {
        display: none;
      }

      .highlight-title {
        font-size: 32px;
      }
    }


  
   


  



    #gallery {
      /* background: #0b1f29; */
      position: relative;
      overflow: hidden;
      height: 100%;
    }
 

    #gallery h2 {
      font-size: 42px;
      font-weight: 600;
      color: #000000;
      margin-bottom: 10px;
    }

    #gallery p {
      font-size: 16px;
      color: rgba(0, 0, 0, 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: rgb(95 29 29) !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;
      }
    }






  
    #location {
      padding: 4rem 1rem;
      position: relative;
    }

    

    #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: #631f1f;
      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;
      }
      #location{
        padding: 1rem 0rem;
      }
      #location::before, #gallery::before{
        display: none;
      }
    }















    @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: 40px 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;
}



.footer-about h3,
.footer-form h3 {
    color: #631f1f;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
}

.footer-about p {
    line-height: 1.6;
    margin-bottom: 12px;
    color: #000000;
    text-align: justify;
}

.footer-about .call-box {
    display: flex;
    align-items: center;
    margin-top: 25px;
    color: #000;
}

.footer-about .call-box i {
    background: #631f1f;
    color: #fff;
    padding: 14px;
    border-radius: 50%;
    margin-right: 12px;
    font-size: 18px;
}

.footer-form {
    padding: 20px;
    width: 400px;
    border-radius: 15px;
    background-color: #dcd2c3;
}

.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: #631f1f;
    color: #fff;
    padding: 13px;
    width: 100%;
    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: #000000;
}

.footer-bottom a {
    color: #000000;
    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;
    }
    .left-content::before{
      display: none;
    }
.form-box h2{
  font-size: 20px;
}
.left-content h1{
  font-size: 19px;
      margin-bottom: 7px;
}
.price-big{
      font-size: 26px;
}
.special {
    font-size: 16px;
    margin: 11px 0 10px;
    font-weight: 500;
}
.price-list {
    font-size: 14px;
    line-height: 1.8;
}
.form-box input, .form-box textarea {
    margin-bottom: 4px;
}
.form-box button {
  padding: 6px;
}
.highlight-images {
  width: 460px !important;
}

.highlight-frame-overlay {
    width: 272px;}

    .re-title {
        font-size: clamp(36px, 9.5vw, 40px);
    }

    .re-company {
        font-size: 16px;
    }

}


@media(max-width:900px) {
    .navbar-brand img {
        width: 100px;
    }
    .footer-form{
      width: 100% !important;
    }
    .main-footer{
          padding: 25px 0 25px;
    }
    .modern-floor-section{
          padding: 20px 0px 40px 0;
    }

   
   

}



@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{
      width: 100%;
    }

}



@media (max-width: 991px) {
    .mobile-bottom-bar {
        display: flex;
    }
        .amenities-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 40px 20px;
    }
  
    .floor-plan-section{
      padding: 30px 0px;
    }
}