:root {
  --forest: #133d2d;
  --forest-dark: #0f2c22;
  --forest-light: #e7f3ea;
  --gold: #d4b16b;
  --btn-bg: #1a4d3a;
  --btn-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
 font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
p{
  font-family: 'Poppins', sans-serif;
}

.navbar {
  background: #284321;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.custom-nav .navbar-brand {
  margin: 0;
  padding: 0;
}
/* Hero Banner Carousel */
/* .hero-banner .carousel {
  position: relative;
}
.hero-banner .carousel-item {
  height: 550px;
  min-height: 300px;
}
.hero-banner .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-banner .carousel-control-prev,
.hero-banner .carousel-control-next {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.2;
  transition: all 0.3s ease;
}

.hero-banner .carousel-control-prev {
  left: 20px;
}
.hero-banner .carousel-control-next {
  right: 20px;
} */



.custom-brand-group {
  flex-wrap: wrap;
}

.brand-item {
  gap: 0.85rem;
}

.nav-logo {
  height: 50px;
  object-fit: contain;
}

.brand-name {
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  font-weight: 700;
  text-transform: uppercase;
  color: #f6f6f0;
}

.brand-sub {
  font-size: 0.64rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(246,246,240,0.72);
}

.custom-nav-links .nav-link {
  color: rgba(255,255,255,0.9) !important;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.5rem 0.8rem;
}

.custom-nav-links .nav-link:hover,
.custom-nav-links .nav-link.active {
  color: #d4b16b !important;
}

@media (max-width: 991px) {
  .custom-nav-links {
    margin-top: 1rem;
  }
}

.form-mock {
  background: #ffffff;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.form-mock-label {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
}

.content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  padding: 30px 40px;
  margin: 0 auto; 
  background-color: rgba(0, 0, 0, 0.01);
  backdrop-filter: blur(1px);
  border-radius: 10px; 
}

.dark-strip {
  position: relative;
  background: url('../image/SECTION 3.jpg') center/cover no-repeat;
  background-size: cover;
  padding: 80px 0;
  overflow: hidden;
}
.dark-strip::before{
  content: "";
  position:absolute;
  inset:0;
  background: linear-gradient(rgba(10,18,12,0.7), rgba(10,18,12,0.6));
  mix-blend-mode: multiply;
  z-index:1;
}

.feature-item div {
  border-right: 2px solid var(--gold);
}

.dark-strip-copy {
  color: rgba(255, 255, 255, 0.75);
}

.configuration{
  background:#fff;
  color:#222;
  padding:48px 20px 80px;
}
.config-title{
  text-align:center;
  margin:0 0 18px;
  letter-spacing:1px;
}
.table-wrap{
  max-width:900px;
  margin:0 auto;
}
.config-table{
  width:100%;
  border-collapse:collapse;
  border:1px solid #dcdcdc;
}
.config-table th,
.config-table td{
  padding:18px 22px;
  text-align:left;
  border:1px solid #e6e6e6;
  text-align:center;
}
.config-table thead th{
  background:#fafafa;
  font-weight:600;
}
.btn-enquire{
  display:inline-block;
  background: #314829;
  color:var(--btn-color);
  padding:8px 20px;
  border-radius:6px;
  text-decoration:none;
  font-weight:600;
  font-size:0.75rem;
  letter-spacing:0.08em;
  text-transform:uppercase;
  transition:background-color 0.3s ease;
}
.btn-enquire:hover{
  background-color:var(--forest-dark);
}
.price-cell{ text-align:center; }




.thoughtfully-section {
  position: relative;
  background: url('../image/carousel/square\ image.jpg') center/cover no-repeat;
  background-size: cover;
  padding: 80px 0;
  overflow: hidden;
  align-items: center;
}

.thoughtfully-section h1{
  font-size: 2.5rem;
    width: 80%;
  margin: 0 auto;
}
.thoughtfully-section p{
  font-size: 1rem;
  width: 70%;
  margin: 0 auto;
}
.item p{
  font-size: 0.8rem;
}


.connectivity-section {
  background-color: #f8f9fa;
}

.connectivity-section .section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: var(--forest);
}

.connectivity-section p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
  background-color: #e9ecef;
  padding: 20px;
  border-radius: 8px;
}

.connectivity-pointers {
  background-color: #e9ecef;
  padding: 25px;
  border-radius: 8px;
  margin-top: 20px;
}

.connectivity-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #dee2e6;
  font-family: 'Poppins', sans-serif;
}

.connectivity-item:last-child {
  border-bottom: none;
}

.connectivity-item .location {
  font-size: 0.95rem;
  color: #333;
  font-weight: 500;
}

.connectivity-item .time {
  font-size: 0.9rem;
  color: var(--forest);
  font-weight: 600;
  background-color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .form-mock {
    min-height: 360px;
  }
}

@media (max-width: 768px) {
  .section-title,
  .overview-heading,
  .dark-strip-heading {
    font-size: 2rem;
  }
 
}

#floorplan .floorplan-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}

#floorplan .floorplan-img {
  width: 100%;
  display: block;
  filter: blur(5px);

}
/* Center Overlay Box */
#floorplan .floorplan-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  text-align: center;
}

.map-card img {
  width: 100%;
  display: block;
}
.footer-bg {
  background: linear-gradient(135deg, #0f2c22 0%, #133d2d 100%);
  color: #ffffff;
  padding: 60px 0 30px;
  position: relative;
  font-family: 'Poppins', sans-serif;
}


.footer-qr-code {
  width: 100px;
  height: 100px;
  background-color: #fff;
  padding: 8px;
  border-radius: 8px;
  margin: 0 auto 30px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-qr-code img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-title-main {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #d4b16b;
  position: relative;
  z-index: 1;
  letter-spacing: 0.05em;
}

.footer-rera {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 15px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.footer-disclaimer {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  width: 80%;
  margin: 0 auto 20px auto;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

.footer-address {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 10px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  color: black;
}

.footer-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.btn-download {
  background-color: #314829;
  color: #ffffff;
  border: 1px solid #314829;
}

.btn-download:hover {
  background-color: #ffffff;
  color: #314829;
}


.footer-copyright-text {
  font-size: 0.75rem;
  color: black;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.footer-link-small {
  color: black;
  text-decoration: none;
  transition: color 0.3s ease;
}


@media (max-width: 768px) {
  .hero-banner .carousel-item {
    height: auto;
    min-height: 0;
  }

  .hero-banner .carousel-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
  }

  .hero-banner .carousel-control-prev,
  .hero-banner .carousel-control-next {
    width: 25px;
    height: 25px;
  }

  .hero-banner .carousel-control-prev {
    left: 10px;
  }

  .hero-banner .carousel-control-next {
    right: 10px;
  }

  .hero-title {
    font-size: 2.5rem;
  }
  .hero-copy {
    max-width: 100%;
  }
}
