
header {
  box-shadow: 0 6px 22px rgba(0,0,0,0.06);
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #f8f7f3;
  color: #1f2937;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}


/* Typography helpers */
.section-heading {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
  color: rgba(248,247,243,0.92);
  font-size:28px;
  font-weight:600;
}

@media (min-width: 640px) {
  .section-heading {
    font-size: 1.9rem;
  }
}

.section-subtitle {
  font-size: 0.9rem;
  line-height: 1.6;
  color:#F8F7F3;
}

/* Navigation links */
.nav-link {
  color: #1F2937;
  font-weight: 500;
  position: relative;
  transition: color 0.2s ease;
}
.nav-link:hover{
  color: #123C2F;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 0;
  height: 2px;
  background: #c8a96b;
  border-radius: 999px;
  transition: width 0.2s ease;
}

.nav-link:hover {
  color: #123C2F;
}

.nav-link:hover::after {
  width: 1.4rem;
}

/* Feature cards */
.feature-card {
  background: #ffffff;
  border-radius: 1.4rem;
  padding: 1.5rem;
  border: 1px solid rgba(18,60,47,0.08);
  box-shadow: 0 18px 40px rgba(15,23,42,0.08);
  display:flex;
  flex-direction:column;
  gap:0.75rem;
  transition: all 0.25s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  border-color:#C8A96B;
  box-shadow: 0 25px 55px rgba(15,23,42,0.15);
}

.feature-icon {
  width:2.6rem;
  height:2.6rem;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;

  background:#123C2F;
  color:#C8A96B;

  font-size:16px;
}

.feature-title {
  font-size:0.95rem;
  font-weight:600;
  color:#123C2F;
}

.feature-text {
  font-size:0.86rem;
  line-height:1.6;
  color:#4B5563;
}

/* Location list */
.location-item{
  display:flex;
  align-items:center;
  gap:0.7rem;
  padding:0.45rem 0;
  font-size:15px;
  color:#1F2937;
}


.location-pill:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.location-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#C8A96B;
  box-shadow:0 0 0 4px rgba(200,169,107,0.15);
  flex-shrink:0;
}

/* Gallery */
.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.1rem;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.12);
}

.gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 220px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery-card:hover .gallery-image {
  transform: scale(1.06);
}

.gallery-label {
  position: absolute;
  left: 0.9rem;
  bottom: 0.9rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background: rgba(18, 60, 47, 0.9);
  color: #f8f7f3;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Floating WhatsApp button */
.whatsapp-fab {
  position: fixed;
  right: 1.1rem;
  bottom: 1.4rem;
  z-index: 50;
  text-decoration: none;
}

.whatsapp-fab:hover {
  filter: brightness(1.02);
}

@media (min-width: 640px) {
  .whatsapp-fab {
    right: 1.6rem;
    bottom: 1.6rem;
  }
}

/* Global smooth scrolling fallback (in addition to Tailwind's scroll-smooth) */
html {
  scroll-behavior: smooth;
}

/* Section headings */
.feature-card{
  background: #ffffff;
  border-radius: 1.4rem;
  padding: 1.5rem;
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.35);
  display:flex;
  flex-direction:column;
  gap:0.75rem;
  transition: all 0.25s ease;
}

.feature-card:hover{
  transform: translateY(-5px);
  border-color: rgba(200,169,107,0.7);
  box-shadow: 0 30px 60px rgba(0,0,0,0.5);
}

@media (min-width: 640px) {
  .feature-card {
    padding: 1.3rem 1.25rem 1.25rem 1.3rem;
  }
}

/* Location list */
.location-item{
  display:flex;
  align-items:center;
  gap:10px;
  padding:4px 0;
  font-size:15px;
  color:#F8F7F3;
}

.location-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#C8A96B;
  box-shadow:0 0 0 4px rgba(200,169,107,0.15);
  flex-shrink:0;
}

/* Gallery */
.gallery-item {
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  min-height: 150px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.85);
  isolation: isolate;
}

.gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.45), transparent 60%);
  opacity: 0.55;
  transition: opacity 220ms ease-out;
  z-index: 1;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.35);
  opacity: 0;
  transition: opacity 220ms ease-out;
  z-index: 1;
}

.gallery-item:hover::before {
  opacity: 0.2;
}

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

.gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 55px rgba(15, 23, 42, 0.95);
}

.gallery-item > .gallery-label {
  position: absolute;
  inset-inline: 0.75rem;
  bottom: 0.75rem;
  z-index: 2;
}

.gallery-label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 500;
  color: #e5e7eb;
  background: rgba(15, 23, 42, 0.92);
  border: 1px solid rgba(148, 163, 184, 0.65);
  backdrop-filter: blur(14px);
}

/* Subtle scale on inner background for zoom effect */
.gallery-item {
  transform-origin: center;
  transition: transform 240ms ease-out, box-shadow 240ms ease-out;
}

/* Utility: hide default focus outlines on mouse users but keep for keyboard (handled by Tailwind classes) */
button:focus:not(:focus-visible),
[type="button"]:focus:not(:focus-visible),
[type="submit"]:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

/* Highlights section background */
.highlights-bg{
  background: linear-gradient(
  180deg,
  #0C2A21 0%,
  #123C2F 35%,
  #1B5E4A 70%,
  #1F6F58 100%
  );
}

/* Right side highlights meta */
.highlights-meta{
  color: rgba(248,247,243,0.9);
  font-size:14px;
}
  
  .highlights-meta span{
  color:#C8A96B;
  font-weight:500;
}

/* Why Choose Section */
.why-choose-section {
  background: #f8f7f3;
}

.why-choose-box {
  background: #f8f7f3;
  border-radius: 2rem;
}

.why-choose-title {
  color: #123c2f;
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.why-divider {
  margin-top: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
}

.why-divider-line {
  width: min(100%, 420px);
  height: 1px;
  background: rgba(200, 169, 107, 0.7);
  display: block;
}

.why-divider-diamond {
  width: 14px;
  height: 14px;
  background: #c8a96b;
  transform: rotate(45deg);
  display: inline-block;
  flex-shrink: 0;
  border-radius: 2px;
}

.why-choose-description {
  margin: 2rem auto 0;
  max-width: 980px;
  color: #1f2937;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
}

.why-points-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.5rem;
}

.why-point {
  display: flex;
  align-items: flex-start;
  gap: 0.95rem;
  color: #102a23;
  font-size: 1.05rem;
  line-height: 1.45;
  font-weight: 600;
}

.why-check {
  color: #123c2f;
  font-size: 1.85rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: -2px;
}

.why-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  padding: 1rem 2rem;
  border: 2px solid rgba(200, 169, 107, 0.55);
  background: radial-gradient(circle at top left, #0f4a3b, #0c2a21 58%);
  color: #f8f7f3;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 0;
  box-shadow: 0 14px 30px rgba(12, 42, 33, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.why-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(12, 42, 33, 0.24);
  filter: brightness(1.03);
}

@media (min-width: 768px) {
  .why-choose-title {
    font-size: 2.8rem;
  }

  .why-choose-description {
    font-size: 1.45rem;
  }

  .why-points-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }

  .why-point {
    font-size: 1.15rem;
  }
}

@media (min-width: 1280px) {
  .why-choose-title {
    font-size: 3.3rem;
  }
}

@media (max-width: 767px) {
  .why-choose-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .why-choose-title {
    font-size: 1.7rem;
  }

  .why-choose-description {
    font-size: 1rem;
    margin-top: 1.4rem;
  }

  .why-divider {
    gap: 0.6rem;
    margin-top: 1rem;
  }

  .why-divider-line {
    width: 100%;
  }

  .why-divider-diamond {
    width: 10px;
    height: 10px;
  }

  .why-point {
    font-size: 1rem;
  }

  .why-check {
    font-size: 1.45rem;
  }

  .why-cta-btn {
    min-width: 220px;
    width: 100%;
    max-width: 320px;
    padding: 0.95rem 1.4rem;
    font-size: 1rem;
  }
}
/* PROJECT HIGHLIGHTS SECTION */

.project-highlights-section{
  background:#ffffff;
  }
  
  .highlights-title{
  font-size:40px;
  font-weight:700;
  color:#0f3b2e;
  letter-spacing:2px;
  }
  
  .highlight-divider{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:20px 0;
  gap:10px;
  }
  
  .highlight-divider span{
  width:120px;
  height:2px;
  background:#c7a96b;
  display:block;
  }
  
  .highlight-divider .diamond{
  width:10px;
  height:10px;
  background:#c7a96b;
  transform:rotate(45deg);
  }
  
  .highlights-description{
  max-width:750px;
  margin:auto;
  font-size:18px;
  color:#444;
  line-height:1.7;
  }
  
  .highlights-grid{
  margin-top:60px;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:40px;
  text-align:center;
  }
  
  .highlight-item h3{
  font-size:20px;
  color:#0f3b2e;
  margin-top:15px;
  margin-bottom:10px;
  }
  
  .highlight-item p{
  font-size:15px;
  color:#555;
  line-height:1.6;
  }
  
  .highlight-icon{
  font-size:32px;
  margin-bottom:10px;
  }
  
  .highlights-footer{
  margin-top:70px;
  text-align:center;
  font-size:16px;
  color:#0f3b2e;
  }
  
  .highlights-footer span{
  margin:0 10px;
  color:#c7a96b;
  }