.navbar{background:#004d23; /* deep green transparent */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background 0.3s ease; z-index:999;} 

/* ===== NAV LINKS ===== */
.nav-link {
  font-weight: 500;
  padding: 10px 10px;
  color: #fff !important; font-size: 16px;
}

.nav-link:hover {
  color: #ffd27d !important;
}

/* ===== PHONE ===== */
.phone-animate a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  color: #fff;
  text-decoration: none; font-size:20px;
}

.phone-animate i {
  font-size: 20px;
  animation: ring 1.2s infinite;
}

.overview-section h2{  }
/* Phone ring animation */
@keyframes ring {
  0% { transform: rotate(0); }
  10% { transform: rotate(15deg); }
  20% { transform: rotate(-15deg); }
  30% { transform: rotate(15deg); }
  40% { transform: rotate(-15deg); }
  50% { transform: rotate(0); }
  100% { transform: rotate(0); }
}

/* ❌ Default: HIDE cross everywhere */
.menu-close {
  display: none;
}

/* ✅ ONLY MOBILE: show cross + slide menu */
@media (max-width: 991px) {

  .slide-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 260px;
    height: 100vh;
    background: #004d23;
    padding: 80px 20px;
    transition: right 0.35s ease-in-out;
    box-shadow: -5px 0 20px rgba(0,0,0,0.15);
    z-index: 1050;
  }

  .slide-menu.show {
    right: 0;
  }

  /* ✅ SHOW cross only on mobile */
  .menu-close {
    display: block;
    position: absolute;
    top: 18px;
    left: 18px;
    background: none;
    border: none;
    font-size: 26px;
    color: #fff;
    cursor: pointer; 
  }

  .menu-close:hover {
    color: #0d6efd;
    transform: rotate(90deg);
    transition: 0.3s;
  }
}





/* HERO SECTION */
.hero-section {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

/* Slider Image */
.hero-section .carousel,
.hero-section .carousel-inner,
.hero-section .carousel-item,
.hero-section img {
  height: 100%;
  object-fit: cover;
}

/* LEFT INFO BOX */
.hero-info-box {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  background: #004d23;
  padding: 25px;
  width: 420px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
  z-index: 10;
}

.hero-info-box h2 {
  font-size: 27px; font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  margin-bottom: 5px; color: #e6d8a3;
}

.hero-info-box .location,
.hero-info-box .by {
  font-size: 16px;
  color: #ffff;
  margin-bottom: 5px;
}

.badge-launch {
  display: inline-block;
  background: #e8f5ee;
  color: #1b7f4c;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  margin-bottom: 10px;
}

/* Offer Box */
.offer-box {
  border: 2px dashed #1b7f4c;
  padding: 10px;
  
  margin: 12px 0;
  font-size: 20px; font-weight:500;
  color: #ffff; 
}

/* Price List */
.price-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.price-list li {
  font-size: 16px;
  padding: 4px 0;
}

/* Price */
.price {
  text-align: center;
  margin: 12px 0;
  font-size: 16px;
}

.price span {
  font-size: 22px;
  font-weight: 700;
  color: #1b7f4c;
}
/* Flashy Zoom Animation */
@keyframes zoomPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.pulse-zoom {
  animation: zoomPulse 1.8s ease-in-out infinite;
}

/* Offer Box Styling */
.offer-box {

  color: #fff;

  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  margin: 12px 0 6px;

}

/* Payment Plan Styling */
.payment-plan {
  background: linear-gradient(135deg, #ffd700, #ffb703);
  color: #000;
  padding: 8px 15px;
  border-radius: 6px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  box-shadow: 0 6px 18px rgba(255,183,3,0.45);
  letter-spacing: 0.5px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .hero-info-box {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 20px auto;
    width: 90%;
  }

  .hero-section {
    height: auto;
  }

  .hero-section img {
    height: 300px;
  }
}

.fancy-price {
  list-style: none;
  padding: 0;
  margin: 18px 0;
}

.fancy-price li {
  background: #ffc928;
  color: #000;
  padding: 10px 14px;
  border-radius: 6px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
}

/* BHK label */
.fancy-price .bhk {
  text-transform: uppercase;
}

/* Amount text */
.fancy-price .amount-text {
  font-weight: 600;
}

/* Mobile */
@media (max-width: 576px) {
  .fancy-price li {
    font-size: 13px;
    padding: 9px 12px;
  }
}




.price-ribbon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0b4d2b, #0f6b3e);
  border-radius: 8px;
  padding: 12px 18px;
  margin: 18px 0;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* LEFT TEXT */
.price-left span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #f5e7b2;
}

/* DIVIDER */
.price-divider {
  width: 1px;
  height: 34px;
  background: rgba(255,255,255,0.4);
  margin: 0 15px;
}

/* PRICE */
.price-right {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
}

.price-right small {
  font-size: 14px;
  font-weight: 600;
  margin-left: 4px;
  color: #f5e7b2;
}

/* Mobile */
@media (max-width: 576px) {
  .price-right {
    font-size: 24px;
  }
}




.overview-section {
  padding: 80px 0;
  background: #fff;
}

.section-tag {
  display: inline-block;
  background: #e8f5ee;
  color: #1b7f4c;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Image */
.overview-image {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0,0,0,0.25);
}

.overview-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

/* Text */
.overview-section h2 {
  font-size: 37px;
  font-weight: 600;
  margin-bottom: 16px; font-family: 'Cormorant Garamond', serif;
}

.overview-section p {
  font-size: 16px;
  line-height: 1.7;
  color: #222;
  margin-bottom: 16px;
}

/* Stats */
.overview-stats {
  display: flex;
  gap: 20px;
  margin-top: 25px;
}

.stat-box {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 22px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  transition: 0.3s ease;
}

.stat-box h3 {
  font-size: 34px;
  font-weight: 600;
  color: #1b7f4c;
  margin-bottom: 5px;
}

.stat-box p {
  font-size: 16px;
  margin: 0;
  color: #444;
}

.stat-box:hover {
  transform: translateY(-6px);
}

/* Mobile */
@media (max-width: 768px) {
  .overview-section {
    padding: 60px 0;
  }

  .overview-image img {
    height: 280px;
    margin-bottom: 25px;
  }

  .overview-stats {
    flex-direction: column;
  }

  .overview-section h2 {
    font-size: 26px;
  }
}






.price-table-section {
  padding: 90px 0;
  background: linear-gradient(180deg, #f9faf9, #f3f3f3);
}

.section-title {
  font-size: 37px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #111;   font-family: 'Cormorant Garamond', serif;
}

/* =====================
   DESKTOP TABLE
===================== */

.price-table-desktop {
  display: block;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

.price-table thead {
  background: linear-gradient(135deg, #c58b3a, #b0792e);
  color: #fff;
}

.price-table th,
.price-table td {
  padding: 16px;
  text-align: center;
  font-size: 16px;
}

.price-table tbody tr {
  transition: 0.3s ease;
}

.price-table tbody tr:hover {
  background: #fff7ed;
}

.price-table td span {
  color: #c58b3a;
  font-weight: 600;
}

.price-table .highlight {
  background: #fff3e0;
}

/* =====================
   MOBILE CARDS
===================== */

.price-cards-mobile {
  display: none;
}

.price-card {
  background: #fff;
  padding: 22px;
  border-radius: 16px;
  box-shadow: 0 16px 35px rgba(0,0,0,0.15);
  margin-bottom: 20px;
}

.price-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.price-card h4 span {
  background: #c58b3a;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 12px;
  margin-left: 6px;
}

.price-card p {
  font-size: 16px;
  margin-bottom: 6px;
}

/* Notes */
.price-notes {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  color: #222;
}

/* =====================
   RESPONSIVE
===================== */

@media (max-width: 992px) {
  .price-table-desktop {
    display: none;
  }

  .price-cards-mobile {
    display: block;
  }

  .section-title {
    font-size: 26px;
  }
}










.features-amenities {
  padding: 90px 0;
  background: #ffffff;
}

/* Heading */
.section-tag {
  display: inline-block;
  color: #c58b3a;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-title {
  font-size: 37px;
  font-weight: 600;
  color: #111;
}

/* Image */
.amenities-image {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0,0,0,0.25);
}

.amenities-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

/* Icon Grid */
.amenities-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* Icon Box */
.amenity-box {
  border: 1.5px solid #ddd;
  padding: 28px 16px;
  text-align: center;
  transition: all 0.3s ease;
  background: #fff;
}

.amenity-box img {
  width: 42px;
  margin-bottom: 12px;
}

.amenity-box p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.amenity-box:hover {
  border-color: #c58b3a;
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 992px) {
  .amenities-icons {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 26px;
  }

  .amenities-icons {
    grid-template-columns: 1fr;
  }

  .amenities-image img {
    height: 260px;
  }
}






/* ===============================
   GALLERY SECTION
================================ */

.gallery-section {
  padding: 90px 0;
  background: #f9faf9;
}

/* Heading */
.gallery-section .section-tag {
  display: inline-block;
  color: #c58b3a;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.gallery-section .section-title {
  font-size: 34px;
  font-weight: 600;
  color: #111;
  margin-bottom: 30px;
}

/* ===============================
   GALLERY GRID (3x3)
================================ */

.gallery-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 🔥 3x3 layout */
  gap: 16px;
  padding: 0 30px;
}

/* Gallery Item */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* Image */
.gallery-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Hover Zoom */
.gallery-item:hover img {
  transform: scale(1.12);
}

/* Optional overlay on hover */
.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.15);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-item:hover::after {
  opacity: 1;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr); /* tablet */
  }

  .gallery-item img {
    height: 240px;
  }
}

@media (max-width: 576px) {
  .gallery-grid {
    grid-template-columns: 1fr; /* mobile */
    padding: 0 16px;
  }

  .gallery-item img {
    height: 220px;
  }

  .gallery-section .section-title {
    font-size: 26px;
  }
}

/* ===============================
   LIGHTBOX (FULLSCREEN ZOOM)
================================ */

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  animation: zoomIn 0.4s ease;
}

/* Zoom animation */
@keyframes zoomIn {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Close Button */
.lightbox-close {
  position: absolute;
  top: 25px;
  right: 35px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  line-height: 1;
}





.location-section {
  padding: 90px 0;
  background: #ffffff;
}

/* Heading */
.section-tag {
  display: inline-block;
  color: #c58b3a;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.section-title {
  font-size: 34px;
  font-weight: 600;
  color: #111;
}

/* Location List */
.location-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.location-list li {
  background: #fafafa;
  border-radius: 10px;
  padding: 16px 18px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}

.location-list li span {
  color: #666;
  font-weight: 500;
}

.location-list .icon {
  background: #c58b3a;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.location-list li:hover {
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  transform: translateX(6px);
}

/* Map */
.map-box {
  width: 100%;
  height: 420px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0,0,0,0.25);
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 26px;
  }

  .map-box {
    height: 300px;
  }
}


.site-visit-section {
  background: #f4efe9;
  padding: 80px 0;
}

.visit-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 16px;
}

.visit-head h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
}

.visit-line {
  width: 60px;
  height: 1px;
  background: #999;
}

.visit-subtext {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
  font-size: 16px;
  color: #222;
}

/* FORM */
.site-visit-form {
  background: #fff;
  padding: 35px;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  align-items: end;
}

.form-group label {
  font-size: 16px;
  color: #444;
}

.form-group input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
  font-size: 16px;
  outline: none;
}

.form-group input:focus {
  border-color: #111;
}

.btn-group button {
  background: #ba1261;
  color: #fff;
  padding: 12px 35px;
  border: none;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
}

.btn-group button:hover {
  background: #000;
}

/* Checkbox */
.form-check {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  font-size: 16px;
  color: #222;
}

/* Responsive */
@media (max-width: 992px) {
  .form-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .form-row {
    grid-template-columns: 1fr;
  }

  .btn-group button {
    width: 100%;
  }
}
/* Contact Info */
.contact-info {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.contact-info a {
  font-size: 16px;
  color: #1e1e1e;
  text-decoration: none;
  background: #fff;
  padding: 10px 18px;
  border-radius: 30px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.contact-info a:hover {
  background: #1e1e1e;
  color: #fff;
}





.site-footer {
  background: #000;
  color: #bbb;
  padding: 70px 0 40px;
  text-align: center;
  font-size: 16px;
}

/* Logo */
.footer-logo img {
  max-width: 140px;
  margin-bottom: 20px;
}

/* RERA */
.site-footer .rera {
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
}

/* Disclaimer */
.footer-disclaimer {
  max-width: 900px;
  margin: 0 auto 25px;
  line-height: 1.7;
  font-size: 16px;
  color: #ffff;
}

/* Links */
.footer-links {
  margin-bottom: 16px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;

}

.footer-links a:hover {
  color: #c58b3a;
}

/* Copyright */
.site-footer .copyright {
  font-size: 16px;
  color: #777;
}

/* Mobile */
@media (max-width: 576px) {
  .footer-disclaimer {
    padding: 0 16px;
  }
}






.floor-plan-section {
  padding: 90px 0;
  background: #f9faf9;
}

/* Headings */
.section-tag {
  color: #c58b3a;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-title {
  font-size: 34px;
  font-weight: 600;
}

.section-subtitle {
  font-size: 16px;
  color: #666;
}

/* Grid */
.floor-plan-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  margin-top: 45px;
}

/* Card */
.floor-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 16px 35px rgba(0,0,0,0.12);
  transition: 0.35s ease;
}

.floor-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.18);
}

/* Image */
.floor-img img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  background: #f5f5f5;
  padding: 10px;
}

/* Content */
.floor-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 16px;
}

.floor-card .size {
  font-size: 16px;
  color: #222;
  margin-bottom: 16px;
}

/* Button */
.view-btn {
  display: inline-block;
  margin-bottom: 20px;
  padding: 9px 22px;
  border: 1.5px solid #c58b3a;
  color: #c58b3a;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.view-btn:hover {
  background: #c58b3a;
  color: #fff;
}

/* Highlight */
.floor-card.highlight {
  border: 2px solid #c58b3a;
}

/* Responsive */
@media (max-width: 1200px) {
  .floor-plan-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .floor-plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-title {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .floor-plan-grid {
    grid-template-columns: 1fr;
  }
}
.floor-plan-section {
  padding: 90px 0;
  background: #f9faf9;
}

.section-tag {
  color: #c58b3a;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-title {
  font-size: 34px;
  font-weight: 600;
}

.section-subtitle {
  color: #666;
  font-size: 16px;
}

/* Grid */
.floor-plan-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  margin-top: 45px;
}

/* Card */
.floor-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 16px 35px rgba(0,0,0,0.12);
  transition: 0.35s ease;
}

.floor-card:hover {
  transform: translateY(-8px);
}

/* Image */
.floor-img img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  background: #f5f5f5;
  padding: 10px;
}

.floor-card h4 {
  margin-top: 16px;
  font-weight: 700;
}

.size {
  color: #222;
  margin-bottom: 16px;
}

/* Button */
.view-btn {
  display: inline-block;
  margin-bottom: 20px;
  padding: 9px 22px;
  border: 1.5px solid #c58b3a;
  color: #c58b3a;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.view-btn:hover {
  background: #c58b3a;
  color: #fff;
}

/* Highlight */
.floor-card.highlight {
  border: 2px solid #c58b3a;
}

/* LIGHTBOX */
.floor-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.floor-lightbox img {
  max-width: 90%;
  max-height: 90%;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  animation: zoomIn 0.4s ease;
}

@keyframes zoomIn {
  from { transform: scale(0.7); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.floor-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 1200px) {
  .floor-plan-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .floor-plan-grid { grid-template-columns: repeat(2, 1fr); }
  .section-title { font-size: 26px; }
}

@media (max-width: 480px) {
  .floor-plan-grid { grid-template-columns: 1fr; }
}






/* ===== SITE PLAN BACKGROUND ===== */
.site-plan-section {
  padding: 100px 0;
  background:
    linear-gradient(180deg, #f7f4ef 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

/* Decorative circles */
.site-plan-section::before,
.site-plan-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(197, 139, 58, 0.08);
  z-index: 0;
}

.site-plan-section::before {
  width: 280px;
  height: 280px;
  top: -80px;
  left: -80px;
}

.site-plan-section::after {
  width: 350px;
  height: 350px;
  bottom: -120px;
  right: -120px;
}

/* Ensure content stays above background */
.site-plan-section .container {
  position: relative;
  z-index: 2;
}

/* ===== SITE PLAN CARD HIGHLIGHT ===== */
.site-plan-card {
  max-width: 1000px;
  margin: auto;
  background: #fff;
  border-radius: 22px;
  padding: 28px;
  text-align: center;
  box-shadow:
    0 30px 60px rgba(0,0,0,0.18),
    0 0 0 2px rgba(197, 139, 58, 0.15);
  transition: 0.4s ease;
}

/* Hover glow */
.site-plan-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 40px 80px rgba(0,0,0,0.22),
    0 0 0 3px rgba(197, 139, 58, 0.35);
}

/* Image polish */
.site-plan-card img {
  width: 100%;
  border-radius: 14px;
  cursor: zoom-in;
  transition: 0.4s ease;
}

.site-plan-card:hover img {
  transform: scale(1.01);
}

/* Button enhancement */
.site-plan-btn {
  margin-top: 28px;
  padding: 13px 36px;
  background: linear-gradient(135deg, #c58b3a, #a6732f);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 40px;
  text-decoration: none;
  letter-spacing: 0.5px;
  box-shadow: 0 12px 25px rgba(197,139,58,0.45);
  transition: 0.3s ease;
}

.site-plan-btn:hover {
  background: linear-gradient(135deg, #a6732f, #c58b3a);
  box-shadow: 0 16px 35px rgba(197,139,58,0.6);
}

/* ===== MOBILE POLISH ===== */
@media (max-width: 768px) {
  .site-plan-section {
    padding: 70px 0;
  }

  .site-plan-card {
    padding: 18px;
  }

  .site-plan-btn {
    width: 100%;
  }
}





/* FIXED CIRCLE ICONS */
.fixed-circle-icons {
  position: fixed;
  left: 15px;
  bottom: 120px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 9999;
}

/* Common circle style */
.circle-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0,0,0,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.circle-icon i {
  font-size: 22px;
}

/* Call icon */
.circle-icon.call {
  background: linear-gradient(135deg, #1968af, #1968af);
}

/* WhatsApp icon */
.circle-icon.whatsapp {
  background: linear-gradient(135deg, #25D366, #1ebe5d);
}

/* Hover */
.circle-icon:hover {
  transform: scale(1.08);
  box-shadow: 0 18px 40px rgba(0,0,0,0.4);
}

/* Mobile */
@media (max-width: 576px) {
  .fixed-circle-icons {
    left: 10px;
    bottom: 90px; display: none;
  }
.fixed-contact-btn{display:none;}
  .circle-icon {
    width: 50px;
    height: 50px;
  }

  .circle-icon i {
    font-size: 20px;
  }
}





/* FIXED BUTTON */
.fixed-contact-btn {
  position: fixed;
  right: 25px;
  bottom: 25px;
  background: #d39c4b;
  color: #fff;
  padding: 12px 22px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  z-index: 999999;
  box-shadow: 0 12px 30px rgba(0,0,0,0.3);
}

/* OVERLAY */
.contact-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999998;
}

/* DRAWER */
.contact-drawer {
  position: fixed;
  top: 0;
  right: -420px;
  width: 380px;
  max-width: 100%;
  height: 100vh;
  background: #fff;
  padding: 25px;
  z-index: 999999;
  transition: 0.4s ease;
  box-shadow: -10px 0 30px rgba(0,0,0,0.2);
}

/* ACTIVE STATE */
.contact-drawer.active {
  right: 0;
}

.contact-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* HEADER */
.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.drawer-header h4 {
  margin: 0;
}

.drawer-header span {
  font-size: 28px;
  cursor: pointer;
}

/* TEXT */
.drawer-subtext {
  font-size: 14px;
  color: #666;
  margin: 15px 0 20px;
}

/* FORM */
.drawer-form input {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.phone-row {
  display: flex;
  gap: 10px;
}

.phone-row span {
  background: #f0f0f0;
  padding: 12px;
  border-radius: 8px;
}

/* BUTTON */
.drawer-form button {
  width: 100%;
  padding: 13px;
  border: none;
  border-radius: 30px;
  background: #d39c4b;
  color: #fff;
  font-weight: 600;
}

/* MOBILE */
@media (max-width: 576px) {
  .contact-drawer {
    width: 100%;
  }
}
.drawer-contact-info {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px dashed #ddd;
}

.drawer-contact-info a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  text-decoration: none;
  font-size: 14px;
  color: #333;
}

.drawer-contact-info i {
  font-size: 16px;
  color: #d39c4b; /* Godrej gold tone */
}

.drawer-contact-info a:hover span {
  text-decoration: underline;
}






/* OVERLAY */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: none;
  z-index: 999998;
}

/* POPUP BOX */
.popup-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  width: 100%;
  max-width: 420px;
  padding: 30px;
  border-radius: 18px;
  opacity: 0;
  display: none;
  z-index: 999999;
  transition: 0.3s ease;
}

/* ACTIVE */
.popup-form.active {
  display: block;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* CLOSE */
.popup-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 26px;
  cursor: pointer;
}

/* FORM */
.popup-form input {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.popup-form button {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 30px;
  background: #b1125a;
  color: #fff;
  font-weight: 600;
}

/* CONTACT INFO */
.popup-contact {
  margin-top: 18px;
  border-top: 1px dashed #ddd;
  padding-top: 15px;
}

.popup-contact a {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  margin-bottom: 8px;
  text-decoration: none;
  color: #333;
}

.popup-contact i {
  color: #b1125a;
}



/* 🔥 MOBILE RESPONSIVE */
@media (max-width: 576px) {

  .popup-form {
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 18px 18px 0 0;
    padding: 24px 20px;
    animation: slideUpMobile 0.4s ease;
  }

  .popup-form.active {
    transform: none;
  }

  @keyframes slideUpMobile {
    from {
      transform: translateY(100%);
    }
    to {
      transform: translateY(0);
    }
  }
}
/* MESSAGE TEXTAREA */
form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;

  font-size: 14px;
  font-family: inherit;
  color: #333;

  resize: none;              /* user resize off */
  min-height: 100%;

  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* FOCUS EFFECT */
form textarea:focus {
  outline: none;
  border-color: #b1125a;     /* Godrej accent */
  box-shadow: 0 0 0 2px rgba(177, 18, 90, 0.15);
}

/* PLACEHOLDER */
form textarea::placeholder {
  color: #999;
  font-size: 13px;
}

/* MOBILE FRIENDLY */
@media (max-width: 576px) {
  form textarea {
    min-height: 100% !important;
  }
}


.caret-mark{
  color:#d4a24c;   /* gold tone */
  font-weight:700;
  margin-left:2px;
}












.page-hero {
  background: linear-gradient(135deg, #0f2a44, #163f63);
  padding: 60px 20px;
  color: #fff;
}

.page-hero h1 {
  font-size: 36px;
  margin: 10px 0;
}

.page-hero p {
  max-width: 700px;
  opacity: 0.9;
}

.breadcrumb {
  font-size: 14px;
  margin-bottom: 10px;
}

.breadcrumb a {
  color: #ffd27d;
  text-decoration: none;
}

.breadcrumb span {
  margin: 0 6px;
  color: #ccc;
}







.legal-section {
  padding: 70px 20px;
  background: #f6f8fb;
  font-family: 'Poppins', sans-serif;
}

.legal-section .container {
  max-width: 1100px;
}

.legal-breadcrumb {
  font-size: 14px;
  margin-bottom: 15px;
}

.legal-breadcrumb a {
  color: #0f2a44;
  text-decoration: none;
}

.legal-breadcrumb span {
  margin: 0 6px;
  color: #777;
}

.legal-section h1 {
  font-size: 36px;
  margin-bottom: 30px;
  color: #0f2a44;
}

.legal-card {
  background: #ffffff;
  padding: 30px;
  margin-bottom: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.legal-card h2,
.legal-card h3 {
  color: #163f63;
  margin-bottom: 12px;
}

.legal-card p {
  color: #444;
  line-height: 1.7;
  font-size: 15px;
}

.legal-card.highlight {
  background: linear-gradient(135deg, #fff4dd, #ffe8b0);
  border-left: 6px solid #f5b000;
}






/* POPUP OVERLAY */
.floor-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9998;
}

/* POPUP BOX */
.floor-popup-box {
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 420px;
  border-radius: 12px;
  position: relative;
  z-index: 9999;
  animation: popIn 0.3s ease;
}

/* CLOSE BUTTON ✅ */
.floor-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10000;
  cursor: pointer;
  pointer-events: auto;

  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #2e7d32;
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
}


/* CONTENT */
.floor-popup-box h3 {
  margin-bottom: 5px;
}

.floor-popup-box p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.floor-popup-box input,
.floor-popup-box textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
}

.floor-popup-box button {
  background: #2e7d32;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px;
  cursor: pointer;
}

/* ANIMATION */
@keyframes popIn {
  from { transform: scale(0.9); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}




/* ===== Mobile Bottom Action Bar ===== */
.mobile-action-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 9999;
  box-shadow: 0 -4px 15px rgba(0,0,0,0.15);
}

.mobile-action-bar a {
  flex: 1;
  text-align: center;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* Call Button */
.call-btn {
  background: #1f6f43;
}

/* WhatsApp Button */
.whatsapp-btn {
  background: #25D366;
}

/* Icons */
.mobile-action-bar i {
  font-size: 20px;
}

/* Desktop pe hide */
@media (min-width: 992px) {
  .mobile-action-bar {
    display: none;
  }
}
