 
    body {
      margin: 0;
      font-family: 'Poppins', sans-serif;
    }

    /* Navbar Background */
.main-navbar {
  background: #0d0d30;
  padding: 12px 0;
}

/* Logo */
.navbar-brand {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
}

/* Menu Links */
.navbar-nav .nav-link {
  color: #ffffff !important;
  margin: 0 12px;
  font-weight: 500;
  font-size: 16px;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover {
  color: #d1cfcf !important;
}

/* Enquire Now Button */
.enquire-btn {
  background: transparent;
  border: 1px solid #fff;
  padding: 6px 18px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}

.enquire-btn:hover {
  background: #fff;
  color: #0d0d30;
}

/* Mobile toggle button icon color */
.navbar-toggler {
  border-color: #fff;
}

.navbar-toggler-icon {
  filter: invert(1);
}


    /* HERO SECTION */
    .purva-hero {
      background: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c") no-repeat center center;
      background-size: cover;
      min-height: 100vh;
      position: relative;
      display: flex;
      align-items: center;
    }

    .purva-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.65);
    }

    .purva-hero .container {
      position: relative;
      z-index: 2;
    }

    /* GLASS BOX LEFT */
    .glass-box {
      background: rgba(255, 255, 255, 0.12);
      backdrop-filter: blur(12px);
      padding: 35px;
      border-radius: 18px;
      color: #fff;
      border: 1px solid rgba(255,255,255,0.15);
      max-width: 520px;
    }

    .glass-box .tag {
      color: orange;
      font-weight: 600;
      font-size: 16px;
    }

    .glass-box h2 {
      font-size: 38px;
      margin-top: 10px;
      font-weight: 700;
    }

    .location {
      color: #ffc107;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .features {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .features li {
      margin-bottom: 8px;
      font-size: 15px;
    }

    .badge-box {
      background: #fff;
      color: #000;
      padding: 10px 14px;
      border-radius: 8px;
      display: inline-block;
      margin-top: 15px;
      font-weight: 600;
    }

    .price-box {
      background: #fff;
      color: #000;
      padding: 12px 16px;
      margin-top: 15px;
      border-radius: 8px;
      font-weight: 700;
      font-size: 16px;
    }

    /* RIGHT FORM */
    .glass-form {
      background: rgba(255, 255, 255, 0.12);
      backdrop-filter: blur(12px);
      padding: 35px;
      border-radius: 18px;
      color: #fff;
      border: 1px solid rgba(255,255,255,0.15);
    }

    .glass-form h4 {
      text-align: center;
      font-weight: 700;
    }

    .glass-form input {
      background: transparent;
      border: none;
      border-bottom: 1px solid #fff;
      color: #fff;
      border-radius: 0;
    }

    .glass-form input::placeholder {
      color: #ccc;
    }

    .glass-form button {
      font-weight: 600;
    }

    /* NAVBAR */
    .custom-nav {
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 10;
      padding: 15px 0;
    }

    .custom-nav .nav-link {
      color: #fff !important;
      font-weight: 500;
      margin: 0 10px;
    }

    .enquire-btn {
      border: 1px solid #fff;
      padding: 6px 16px;
      border-radius: 20px;
      text-decoration: none;
      color: #fff;
    }

    /* MOBILE */
    @media (max-width: 768px) {
      .glass-box {
        text-align: center;
        margin-bottom: 30px;
      }
    }



    .section-2 {
  background: #f8f6f4;
  position: relative;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #2d2d2d;
}

.section-2 p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

/* Rounded elegant image */
.rounded-img {
  width: 100%;
  border-radius: 25px;
  object-fit: cover;
}

/* Brochure Button */
.brochure-btn {
  background-color: #0f1440;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.brochure-btn:hover {
  background-color: #1a2365;
  color: #fff;
}

/* Optional subtle building watermark */
.section-2::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 350px;
  height: 450px;
  background: url('https://i.imgur.com/kXZq9Eo.png') no-repeat;
  background-size: contain;
  opacity: 0.15;
  pointer-events: none;
}


.area-section {
  position: relative;
  background: #f8f8f8;
  padding-bottom: 120px;
}

/* Slanted dark blue background */
.area-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 160px;
  background: #0d0d30;
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}

/* CARD STYLE */
.price-card {
  background: #e8e3d7;
  padding: 25px;
  border-radius: 12px;
  text-align: left;
  position: relative;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
}

/* Apartments Tag */
.price-card .tag {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: #8C8C8C;
  color: #fff;
  padding: 5px 20px;
  border-radius: 10px;
  font-size: 16px;
  border: 3px solid #fff;
}

.price-card p {
  margin: 10px 0;
  font-size: 17px;
}

.value {
  font-weight: 700;
}

/* BUTTON */
.price-btn {
  width: 100%;
  background: #0f1440;
  color: #fff;
  border-radius: 8px;
  padding: 10px 0;
  font-weight: 600;
  margin-top: 10px;
}

.price-btn:hover {
  background: #1a237a;
  color: #fff;
}


.amenities-section {
  background: #ffffff;
}

.section-subtitle {
  font-size: 20px;
  color: #4d4d4d;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #2d2d2d;
}

/* Amenity Box */
.amenity-box {
  background: #0d0d30;
  padding: 30px 15px;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

.amenity-box:hover {
  transform: translateY(-7px);
  background: #111144;
}

/* Icon Style */
.amenity-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  filter: brightness(0) invert(1); /* makes icons white */
}

.amenity-box p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.fp-subtitle {
  font-size: 20px;
  color: #555;
}

.fp-title {
  font-size: 36px;
  font-weight: 700;
  color: #2d2d2d;
}

/* BHK Buttons */
.bhk-btn {
  padding: 10px 25px;
  border-radius: 30px;
  border: 2px solid #0d0d30;
  background: transparent;
  color: #0d0d30;
  font-weight: 600;
  margin: 0 10px;
  transition: 0.3s;
}

.bhk-btn.active,
.bhk-btn:hover {
  background: #0d0d30;
  color: #fff;
}

/* Hide inactive sliders */
.bhk-slider {
  display: none;
}

.bhk-slider.active {
  display: block;
}

.floor-img {
  width: 50%;
  border-radius: 20px;
}

/* Swiper Arrows */
.swiper-button-prev,
.swiper-button-next {
  color: #0d0d30;
}

/* Swiper Pagination */
.swiper-pagination-bullet-active {
  background: #0d0d30;
}

.blur-img {
  filter: blur(5px);
  opacity: 0.8;
}


.gallery-section {
  background: #fff;
}

.gallery-sub {
  font-size: 20px;
  color: #444;
}

.gallery-title {
  font-size: 36px;
  font-weight: 700;
  color: #222;
}

/* Image styling */
.gallery-img {
  width: 100%;
  height: auto;
  border-radius: 25px;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}

/* Hover effect */
.gallery-img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}


.location-sub {
  font-size: 20px;
  color: #444;
}

.location-title {
  font-size: 34px;
  font-weight: 700;
  color: #222;
}

/* Location List */
.location-list {
  list-style: none;
  padding: 0;
}

.location-list li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.location-list i {
  color: #0d0d30;
  font-size: 20px;
}

.location-list hr {
  margin: 8px 0 15px;
  border-top: 1px solid #ccc;
}

/* Map Box */
.map-box {
  padding: 12px;
  border: 1px solid #c8c8c8;
  border-radius: 20px;
  overflow: hidden;
}

.developer-section {
  background: #ffffff;
  padding-bottom: 80px;
}

.dev-title {
  font-size: 32px;
  font-weight: 700;
  color: #222;
}

.dev-text {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

/* RIGHT SIDE FORM BOX */
.developer-form-box {
  background: #0d0d30;
  padding: 35px;
  border-radius: 18px;
  color: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* Form Heading */
.form-heading {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 25px;
}

/* Inputs */
.form-input {
  background: #ffffff;
  border: none;
  height: 45px;
  border-radius: 6px;
  padding-left: 12px;
}

.form-input::placeholder {
  color: #777;
}

/* Submit Button */
.submit-btn {
  background: #f1e6d1;
  color: #000;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 8px;
  display: block;
  margin: auto;
}

.submit-btn:hover {
  background: #e3d4b9;
  color: #000;
}

.footer-strip {
  background: #0d0d30;      /* dark navy */
  padding: 12px 0;
  text-align: center;
}

.footer-strip p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}
/* Outer modal box */
.custom-modal {
  background: #ffffff;
  padding: 15px;
  border-radius: 20px;
  border: none;
  position: relative;
}

/* Inner dark container */
.custom-modal .modal-body {
  background: #0d0d30;
  padding: 40px;
  border-radius: 18px;
  color: #fff;
}

/* Title */
.modal-title-text {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

/* Inputs */
.modal-input {
  height: 48px;
  border-radius: 6px;
  border: none;
  padding-left: 12px;
}

.modal-input::placeholder {
  color: #777;
}

/* Submit Button */
.modal-submit-btn {
  background: #e8dfcc;
  color: #000;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 8px;
}

.modal-submit-btn:hover {
  background: #d9cfb6;
  color: #000;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 18px;
  right: 20px;
  color: #fff !important;
  filter: invert(1); /* makes the X white */
}


.modal-but{
    margin-top: 40px;
}


.btn-primary{
    background-color: #0d0d30;
    border-color: #0d0d30;
}