    .navbar-expand-lg .navbar-nav{
      margin-right: 0px;
  }
    .nav-item{
        text-align: left;
        padding: 0px;
        font-size: 13px;
    }
    @media screen and (max-width:567px){
        .price_sec .custom-svg{
            display: none;
        }
        #pidii{
text-align: justify!important;
        }
        
        .price_sec{
            
              margin-top: 5rem!important;
    padding-top: 100px!important;

        }
        }
    
    
/* Sector 49, Gurgaon Section */
.sector94-section {
  background: #f9fafc;
  padding: 70px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.sector94-section .section-title {
  text-align: center;
  font-size: 2.2rem;
  color: #1d3557;
  margin-bottom: 10px;
}

.sector94-section .section-subtitle {
  text-align: center;
  font-size: 1rem;
  color: #555;
  margin-bottom: 50px;
}

.sector94-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
}

.sector94-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.sector94-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.sector94-card .card-icon {
  font-size: 2rem;
  margin-bottom: 15px;
}

.sector94-card h3 {
  font-size: 1.3rem;
  color: #0077b6;
  margin-bottom: 15px;
}

.sector94-card ul {
  list-style: none;
  padding-left: 0;
}

.sector94-card ul li {
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: #333;
}

.sector94-card ul li strong {
  color: #000;
}



   @media screen and (max-width:567px){
        .price_sec .custom-svg{
            display: none;
        }
        
        .price_sec{
            
              margin-top: 5rem!important;
    padding-top: 100px!important;

        }
        #mobh1{
            font-size: 45px!important;
        }
        
        .top-info{
                    margin-top: 20px !important;
        }
        #shdh {
        margin-top: 30px !important;
        }
        }
    
     #mobh1{
         color: black;
            font-size: 66px;
        } 
        .top-info{
            margin-top: 50px;
        }
       /* Blur only background image */
.banner-bg {
  filter: blur(2.5px);   /* aap 2px, 3px ya 4px use kar sakte ho */
  transform: scale(1.05); /* zoom thoda kare taki edges na dikhain */
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 1;
}
.banner {
  position: relative;
}
.tcontent {
  position: relative;
  z-index: 2; /* text hamesha upar rahe */
  color: white; /* text visible banane ke liye */
  text-align: center;
}
.banner::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.3); /* 0.3 = 30% transparency */
  z-index: 1;
}
 
    /* Banner Background */
.hero-banner {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
.hero-bg {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  
}
.banner_overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
}

/* Left Content Box */
.banner-left {
  background: #fff;
  padding: 20px;               /* smaller padding */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  max-width: 75%;              /* smaller width */
}
.banner-left h1 {
  font-size: 40px;             /* smaller font */
  font-weight: bold;
  color: #015381;
  margin-bottom: 8px;
}
.banner-left .subtitle {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.banner-left .highlights {
  margin: 8px 0;
  padding-left: 0px;
}
.banner-left .highlights li {
  font-size: 14px;
  margin-bottom: 6px;
  color: #444;
}
.banner-left .btn {
  margin-top: 8px;
  background: #000;
  color: #fff;
  border-radius: 5px;
  padding: 8px 18px;
 width: 100%;
  text-decoration: none;
}

/* Right Form Box */
.banner-form {
  background: #fff;
  padding: 30px 15px;               /* smaller padding */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  max-width: 70%;              /* smaller width */
  margin: auto;
}
.banner-form h4 {
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
  color: #015381;
  font-size: 28px;
  text-transform: uppercase;
}
.banner-form input {
  width: 100%;
  padding: 20px 12px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
}
.banner-form button {
  width: 100%;
  padding: 10px;
  background: #015381;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: bold;
}

/* Animations */
@keyframes slideInLeft {
  0% { transform: translateX(-50px); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}
@keyframes slideInRight {
  0% { transform: translateX(50px); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}
.animate-left {
  animation: slideInLeft 1s ease forwards;
}
.animate-right {
  animation: slideInRight 1s ease forwards;
}
   
   #fltright{
       float: right;
   }
    /* Default (desktop) → 2 column */
.banner_overlay .row {
  display: flex;
  flex-wrap: wrap;
}

/* Mobile view */
@media (max-width: 991px) {
  .hero-bg {
   height: 400px;
    
        margin-top: 72px;
    
  }
.banner-left h1{
    font-size:29px;
    padding-bottom: 15px;;
}
  .banner_overlay {
    position: static;   /* overlay hatado */
    background: none;
    padding: 20px 0;
    margin-top: -100px;
  }

  .banner-left, 
  .banner-form {
    max-width: 95%;
    margin: 15px auto;
    position: relative;
    z-index: 2;
  }
  .banner-left .highlights li{
      font-size: 12px;
  }
  .modal-fullscreen-sm-down .modal-content{
      height: 50%!important;
  }
}


/* Navbar Base */
#mainNav {
  z-index: 9999;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link {
  color: #333 !important;
  font-weight: 500;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #caa94e !important;
}

/* Logo Hover Effect */
.navbar-brand img {
  transition: transform 0.3s ease;
}
.navbar-brand img:hover {
  transform: scale(1.05);
}

/* Custom Toggler */
.custom-toggler {
  position: relative;
  width: 40px;
  height: 35px;
  background: transparent;
  cursor: pointer;
}

/* Hamburger */
.hamburger-icon span {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #caa94e; /* Suncity Gold */
  border-radius: 3px;
  margin: 5px 0;
  transition: all 0.3s ease;
}

/* Close Icon */
.close-icon {
  position: absolute;
  top: 1px;
  left: 8px;
  font-size: 30px;
  color: #caa94e;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Toggle Animation */
.navbar-toggler[aria-expanded="true"] .hamburger-icon {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .close-icon {
  opacity: 1;
}

/* ===== Slide-In Mobile Menu ===== */
@media (max-width: 992px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background-color: #fff;
    padding: 80px 20px;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.4s ease;
    z-index: 9998;
  }

  .navbar-collapse.show {
    right: 0;
  }

  .navbar-nav {
    flex-direction: column;
    text-align: left;
  }

  .navbar-nav .nav-link {
    font-size: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
  }

  /* Right Logo Visible on Mobile */
  .navbar-brand.d-none.d-lg-block {
    display: block !important;
  }

  /* Close icon stays top-right */
  .custom-toggler {
    z-index: 10000;
  }
}

/* Optional Scroll Shadow */
.scrolled {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}


#diplhome{
height: 420px;
}

@media screen and (max-width: 567px){
  #diplhome{
height: 100%!important
}

.footer-bottom{
padding-bottom: 80px!important;
}
}