
.navbar-custom {
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(10px);
  padding: 15px 0;
}
.navbar-custom .navbar-brand {
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
}
.navbar-custom .nav-link {
  color: #fff;
  margin: 0 12px;
  font-weight: 500;
}
.navbar-custom .nav-link:hover {
  color: #d4af37;
}
.navbar-custom .btn-enquire {
  background: #b08b3e;
  color: #fff;
  padding: 10px 25px;
  border-radius: 50px;
  border: none;
}
.navbar-custom .btn-enquire:hover {
  background: #9c7a30;
}



.hero-section {
  position: relative;
  background: url('images/hero-img.jpeg') center center/cover no-repeat;
  min-height: 90vh;
  color: #fff;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 100px;
}
.badge-box {
  border: 1px solid rgba(255,255,255,0.5);
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 15px;
}
.form-box {
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 12px;
}
.form-box input {
  background: rgba(255,255,255,0.9);
  border-radius: 8px;
  margin-bottom: 15px;
}
.form-box button {
  background: #201eb4;
  border: none;
  color: #fff;
  padding: 12px;
  border-radius: 50px;
  width: 100%;
}
.btn-gold {
  background: #201eb4;
  color: #fff;
  border-radius: 50px;
  padding: 12px 30px;
}


.about-section {
  padding: 100px 0;
  background: #fff;
}
.about-label {
  color: #b08b3e;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 13px;
}
.about-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}
.about-location {
  font-size: 16px;
  color: #777;
  margin-bottom: 25px;
}
.about-text {
  color: #555;
  line-height: 1.8;
  font-size: 16px;
}
.about-images {
  position: relative;
}
.about-images img {
  width: 100%;
  border-radius: 18px;
}
.about-images .small-img {
  position: absolute;
  width: 55%;
  bottom: -50px;
  left: -50px;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

.price-section {
  background: #fbf9f4;
  padding: 80px 0;
  text-align: center;
}
.price-label {
  letter-spacing: 3px;
  color: #b08b3e;
  font-size: 13px;
  font-weight: 600;
}
.price-title {
  font-size: 40px;
  font-weight: 700;
  margin: 15px 0 50px;
}
.price-card {
  background: linear-gradient(180deg,#fff,#f5f1e8);
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  transition: .4s;
}
.price-card:hover {
  transform: translateY(-10px);
}
.bhk-tag {
  border: 1px solid #201eb4;
  padding: 6px 18px;
  border-radius: 30px;
  display: inline-block;
  color: #201eb4;
  margin-bottom: 20px;
}
.price-text {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.price-area {
  color: #777;
  margin-bottom: 25px;
}
.btn-price {
  background: #201eb4;
  color: #fff;
  padding: 12px 35px;
  border-radius: 50px;
  border: none;
}

.amenities-section {
  padding: 80px 0;
  background: #fff;
}
.amenities-title {
  text-align: center;
  margin-bottom: 50px;
}
.amenities-title span {
  color: #b08b3e;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
}
.amenities-title h2 {
  font-size: 38px;
  font-weight: 700;
  margin-top: 10px;
}
.amenity-card {
  background: #f9f7f2;
  border-radius: 18px;
  padding: 15px;
  text-align: center;
  transition: 0.4s;
  height: 100%;
}
.amenity-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.amenity-card img {
  width: 100%;
  border-radius: 14px;
  height: 200px;
  object-fit: cover;
}
.amenity-name {
  font-weight: 600;
  margin-top: 15px;
}


.floor-section {
  background: #fbf9f4;
  padding: 90px 0;
  text-align: center;
}
.floor-label {
  color: #b08b3e;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 600;
}
.floor-title {
  font-size: 38px;
  font-weight: 700;
  margin: 15px 0 50px;
}
.floor-card {
  background: #fff;
  border-radius: 22px;
  padding: 15px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  position: relative;
}
.floor-card img {
  width: 100%;
  border-radius: 16px;
  filter: blur(4px);
}
.floor-tag {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #b08b3e;
  color: #fff;
  padding: 6px 20px;
  border-radius: 50px;
  font-size: 14px;
}
.view-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 10px 35px;
  border-radius: 50px;
  border: 1px solid #b08b3e;
  color: #b08b3e;
  font-weight: 600;
}

.gallery-section {
  padding: 90px 0;
  background: #fff;
}
.gallery-title {
  text-align: center;
  margin-bottom: 50px;
}
.gallery-title span {
  color: #b08b3e;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 600;
}
.gallery-title h2 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 10px;
}
.gallery-grid img {
  width: 100%;
  border-radius: 18px;
  transition: 0.4s;
}
.gallery-grid img:hover {
  transform: scale(1.05);
}


.location-section {
  background: #fbf9f4;
  padding: 90px 0;
}
.location-label {
  color: #b08b3e;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 600;
}
.location-title {
  font-size: 40px;
  font-weight: 700;
  margin: 15px 0 40px;
}
.location-list li {
  list-style: none;
  margin-bottom: 18px;
  font-size: 16px;
  color: #444;
  display: flex;
}
.location-list li span {
  color: #b08b3e;
  margin-right: 12px;
  font-size: 18px;
}
.map-box iframe {
  width: 100%;
  height: 420px;
  border-radius: 20px;
  border: 0;
}

.contact-section {
  background: linear-gradient(rgba(255,255,255,0.95), rgba(255,255,255,0.95)),
              url('images/city-bg.jpg') center/cover no-repeat;
  padding: 90px 0;
}
.contact-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
}
.dev-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.dev-text {
  color: #555;
  line-height: 1.8;
}
.contact-form {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}
.contact-form input {
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 15px;
}
.submit-btn {
  background: #2a4ba8;
  color: #fff;
  border: none;
  width: 100%;
  padding: 14px;
  border-radius: 50px;
  font-size: 16px;
}

.disclaimer-bar {
  width: 100%;
  padding: 25px 15px;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.95),
    rgba(0,0,0,0.85),
    rgba(0,0,0,0.95)
  );
  color: #fff;
  text-align: center;
  position: relative;
}

.disclaimer-bar p {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.9);
}

.disclaimer-bar a {
  display: block;
  margin-top: 8px;
  color: #d4af37;
  text-decoration: none;
  font-weight: 600;
}

.disclaimer-bar a:hover {
  text-decoration: underline;
}



.mobile-enquiry-btn {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: #255eb3;
  color: #fff;
  padding: 14px 35px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  z-index: 9999;
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
  display: none;
}

/* Show only on mobile */
@media (max-width: 768px) {
  .mobile-enquiry-btn {
    display: block;
  }
}


/* Modal Container */
.modal-content {
  border-radius: 20px;
  overflow: hidden;
  border: none;
  box-shadow: 0 30px 80px rgba(0,0,0,0.4);
}

/* Close Button */
.modal-content .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
}

/* Left Image */
.modal-body img {
  border-radius: 15px;
  height: 100%;
  object-fit: cover;
}

/* Modal Right Side */
.modal-head {
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
}

.modal-para {
  color: #777;
  margin-bottom: 25px;
}

/* Form Styling */
.contact-form .form-control {
  border-radius: 12px;
  border: 1px solid #ddd;
  padding: 12px 15px;
  font-size: 15px;
}

.contact-form .form-control:focus {
  border-color: #b08b3e;
  box-shadow: 0 0 0 0.15rem rgba(176,139,62,0.25);
}

/* Floating labels */
.form-floating label {
  color: #777;
}

/* Submit Button */
.footer-submit-btn input {
  width: 100%;
  background: #b08b3e;
  color: #fff;
  padding: 14px;
  border-radius: 50px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}

.footer-submit-btn input:hover {
  background: #a07c30;
}

/* Mobile Responsive */
@media(max-width: 768px) {
  .modal-dialog {
    margin: 10px;
  }
  .modal-body .row {
    flex-direction: column;
  }
  .modal-body img {
    margin-bottom: 20px;
  }
}
