  .philosophy-section {
  background: linear-gradient(135deg, #0b1f1a, #06120f);
}

/* Image Box */
.image-box {
  padding: 14px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.18);
}

/* Tag */
.tag {
  border: 1px solid #c6a87c;
  color: #c6a87c;
  padding: 6px 18px;
  font-size: 13px;
  letter-spacing: 2px;
  border-radius: 20px;
}

/* Title */
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  line-height: 1.25;
}

.section-title span {
  color: #c6a87c;
  font-style: italic;
}

/* Text */
.section-text {
  color: #d5ddd9;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 18px;
}

/* Button */
.read-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #c6a87c;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2px;
}

.read-btn .arrow {
  width: 44px;
  height: 44px;
  border: 1px solid #c6a87c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 34px;
  }
}





   /* Background */
.location-section {
  background: linear-gradient(135deg, #06142c, #020617);
}

/* Tag */
.location-tag {
  color: #c8a46c;
  border-color: #c8a46c;
  font-size: 12px;
  letter-spacing: 2px;
}

/* Title */
.location-title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 300;
}

.location-title span {
  color: #c8a46c;
  font-style: italic;
}

/* Description */
.location-desc {
  max-width: 750px;
  color: #b9c0d0;
  font-size: 16px;
  line-height: 1.8;
}

/* Advantage Box */
.adv-box {
  display: flex;
  gap: 15px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.adv-icon {
  font-size: 24px;
}

.adv-box h6 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 600;
}

.adv-box p {
  margin: 0;
  font-size: 14px;
  color: #cfd5e6;
}

/* Button */
.btn-location {
  background: #c8a46c;
  color: #000;
  font-weight: 500;
  border: none;
}

.btn-location:hover {
  background: #b08d58;
  color: #000;
}

/* Responsive */
@media (max-width: 768px) {
  .location-title {
    font-size: 28px;
  }
}





/* footer */

/* LEGAL SECTION */
.legal-section {
  background: radial-gradient(circle at top, #0b132b, #020617);
}

/* Heading */
.legal-heading {
  font-size: 12px;
  letter-spacing: 3px;
  color: #c8a46c;
  position: relative;
}

.legal-heading::before,
.legal-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 120px;
  height: 1px;
  background: rgba(255,255,255,0.2);
}

.legal-heading::before {
  right: 100%;
  margin-right: 15px;
}

.legal-heading::after {
  left: 100%;
  margin-left: 15px;
}

/* Box */
.legal-box {
  max-width: 1000px;
  padding: 35px 40px;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 18px;
  color: #bfc6dc;
  font-size: 15px;
  line-height: 1.9;
  background: rgba(255,255,255,0.02);
}

/* Footer Links */
.legal-links a {
  color: #bfc6dc;
  text-decoration: none;
  margin: 0 6px;
}

.legal-links a:hover {
  color: #c8a46c;
}

/* Responsive */
@media (max-width: 768px) {
  .legal-box {
    padding: 25px 20px;
    font-size: 14px;
  }

  .legal-heading::before,
  .legal-heading::after {
    width: 60px;
  }
}


    .rera-text{
  color: #d1d5db;   /* dark white / soft white */
}
.rera-text strong{
  color: #f3f4f6;   /* thoda brighter white for RERA no */
}