/* ============================================================
   PAGE-SPECIFIC CONTENT STYLES
   Shared styles (navbar, dropdown, footer, preloader, etc.)
   are in common.css — do NOT duplicate them here.
   ============================================================ */

/* ===== ABOUT PAGE ===== */
body.page-about .who-we-are { background: var(--cream); padding: 90px 0; }
body.page-about .section-rule { margin: 12px auto 30px; }
body.page-about .who-text { max-width: 880px; margin: 0 auto; }
body.page-about .who-text p { color: var(--muted); font-size: .98rem; line-height: 1.85; margin-bottom: 18px; }
body.page-about .team-photo-fixed {
  position: relative; min-height: 520px;
  background-image: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.15)),
    url("https://images.unsplash.com/photo-1542744173-8e7e53415bb0?auto=format&fit=crop&w=1600&q=80");
  background-position: center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed;
}
body.page-about .stats-section {
  position: relative; padding: 70px 0;
  background: linear-gradient(120deg, rgba(15,60,60,.92), rgba(20,90,95,.85)),
    repeating-linear-gradient(115deg, rgba(255,255,255,.05) 0 2px, transparent 2px 38px);
  color: #fff;
}
body.page-about .stat-num { font-family: "Poppins", sans-serif; font-weight: 800; font-size: 2.6rem; line-height: 1; }
body.page-about .stat-divider { width: 30px; height: 2px; background: rgba(255,255,255,.5); margin: 12px auto; }
body.page-about .stat-label { font-size: .85rem; font-weight: 600; letter-spacing: .02em; color: #dce7e3; }
body.page-about .team-section { background: var(--cream); padding: 100px 0 110px; }
body.page-about .team-card { padding: 10px; }
body.page-about .team-avatar {
  width: 130px; height: 130px; border-radius: 50%; overflow: hidden; margin: 0 auto 18px;
  border: 4px solid #fff; box-shadow: 0 12px 28px rgba(0,0,0,.12);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
body.page-about .team-card:hover .team-avatar { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,.18); }
body.page-about .team-avatar img { width: 100%; height: 100%; object-fit: cover; }
body.page-about .placeholder-avatar { display: flex; align-items: center; justify-content: center; background: #dfe5e1; color: #aab3ad; font-size: 2.6rem; }
body.page-about .team-card h5 { font-weight: 700; font-size: 1.15rem; margin-bottom: 4px; }
body.page-about .team-card .role { font-size: .72rem; letter-spacing: .14em; color: var(--muted); font-weight: 700; }
body.page-about .mini-rule { width: 30px; height: 2px; background: var(--green); margin: 14px auto; }
body.page-about .team-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 50%; background: var(--ink); color: #fff;
  font-size: .78rem; margin: 0 4px; transition: background .3s, transform .3s var(--ease);
}
body.page-about .team-social a:hover { background: var(--green); transform: translateY(-3px); }
@media (prefers-reduced-motion: reduce) { body.page-about .team-photo-fixed { background-attachment: scroll; } }
@media (max-width: 991px) { body.page-about .team-photo-fixed { background-attachment: scroll; min-height: 340px; } }
@media (max-width: 767px) { body.page-about .who-text p { font-size: .92rem; } body.page-about .stat-num { font-size: 2rem; } body.page-about .team-avatar { width: 104px; height: 104px; } }

/* ===== CHAIRMAN'S MESSAGE PAGE ===== */
body.page-chairmans { background: var(--lav, #e2e6ef); }
body.page-chairmans .profile-section { padding: 90px 0; }
body.page-chairmans .profile-section:nth-of-type(even) { background: #dde2ec; }
body.page-chairmans .profile-name {
  font-size: clamp(2rem, 4.2vw, 2.8rem); color: #c4cad9;
  -webkit-text-stroke: 1px #aab0c4; line-height: 1.08; font-weight: 700;
}
body.page-chairmans .profile-title { font-size: .78rem; letter-spacing: .06em; color: var(--muted, #5c6470); font-weight: 700; margin-top: 14px; }
body.page-chairmans .profile-title span { display: block; color: #8890a0; font-weight: 600; letter-spacing: .04em; margin-top: 2px; }
body.page-chairmans .profile-divider { width: 36px; height: 3px; background: var(--green); margin: 18px 0; border-radius: 2px; }
body.page-chairmans .profile-bio p { color: var(--muted, #5c6470); font-size: .92rem; line-height: 1.85; margin-bottom: 14px; }
body.page-chairmans .profile-photo-wrap { overflow: hidden; border-radius: 6px; box-shadow: 0 30px 60px rgba(20,30,50,.18); position: relative; height: 560px; width:70% !important; margin: 0 auto; }
body.page-chairmans .profile-photo-wrap img { width: 100%; height: 550px; object-fit: cover; transition: transform .8s var(--ease); }
body.page-chairmans .profile-photo-wrap:hover img { transform: scale(1.06); }
body.page-chairmans .full-bio { max-width: 1100px; margin: 50px auto 0; }
body.page-chairmans .full-bio p { color: var(--muted, #5c6470); font-size: .92rem; line-height: 1.9; margin-bottom: 16px; }
body.page-chairmans .mini-divider { width: 50px; height: 2px; background: #b6bccb; margin: 40px auto; }
@media (max-width: 991px) { body.page-chairmans .profile-section { padding: 60px 0; } body.page-chairmans .profile-photo-wrap { margin-top: 28px; } }
@media (max-width: 767px) 
{ 
  body.page-chairmans .profile-name 
  { font-size: 1.8rem; }
   body.page-chairmans .profile-bio p, body.page-chairmans .full-bio p { font-size: .88rem; }
    body.page-chairmans .profile-photo-wrap{width:100% !important;height:400px;}
    body.page-chairmans .profile-photo-wrap img{width:100% !important;height:400px;}
  }
@media (max-width: 500px) 
{ 
  
    body.page-chairmans .profile-photo-wrap img{width:100% !important;height:100%;}
}

/* ===== COMPLETED PAGE ===== */
body.page-completed .prop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; max-width: 70%; margin: 0 auto; }
body.page-completed .prop-item { position: relative; overflow: hidden; opacity: 0; transform: scale(.94); transition: opacity .75s var(--ease), transform .75s var(--ease); }
body.page-completed .prop-item.in-view { opacity: 1; transform: scale(1); }
body.page-completed .prop-item img { width: 100%; height: 500px; object-fit: cover; display: block; transition: transform .7s var(--ease), filter .5s; filter: saturate(1.05); }
body.page-completed .prop-item:hover img { transform: scale(1.07); filter: brightness(1.08) saturate(1.15); }
body.page-completed .prop-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.7) 0%, transparent 55%); display: flex; align-items: flex-end; padding: 22px 18px; opacity: 0; transition: opacity .4s var(--ease); }
body.page-completed .prop-item:hover .prop-overlay { opacity: 1; }
body.page-completed .prop-overlay span { color: #fff; font-weight: 700; font-size: .95rem; font-family: "Poppins", sans-serif; line-height: 1; }
body.page-completed .prop-badge { position: absolute; top: 14px; left: 14px; background: var(--green); color: #fff; font-size: .68rem; font-weight: 700; letter-spacing: .08em; padding: 5px 10px; border-radius: 3px; }
@media (max-width: 991px) { body.page-completed .prop-grid { grid-template-columns: repeat(2, 1fr); gap: 6px; max-width: 90%; } body.page-completed .prop-item img { height: 350px; } }
@media (max-width: 575px) { body.page-completed .prop-grid { grid-template-columns: 1fr; gap: 6px; max-width: 100%; } body.page-completed .prop-item img { height: 400px; } }

/* ===== CONTACT PAGE ===== */
body.page-contact .contact-section { background: var(--cream); padding: 100px 0; }
body.page-contact .addr-heading { font-size: clamp(2rem, 4vw, 2.6rem); }
body.page-contact .section-rule { width: 50px; height: 4px; background: var(--green); border-radius: 2px; margin: 14px 0 0; }
body.page-contact .addr-sub { color: var(--muted); font-size: .95rem; margin: 18px 0 30px; }
body.page-contact .info-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 26px; }
body.page-contact .info-icon {
  flex: 0 0 auto; width: 48px; height: 48px; border-radius: 50%; border: 2px solid var(--green);
  display: flex; align-items: center; justify-content: center; color: var(--green); font-size: 1.1rem;
  transition: background .3s, color .3s, transform .3s var(--ease);
}
body.page-contact .info-item:hover .info-icon { background: var(--green); color: #fff; transform: translateY(-3px); }
body.page-contact .info-item h5 { font-weight: 700; margin-bottom: 4px; font-size: 1rem; }
body.page-contact .info-item p { color: var(--muted); font-size: .9rem; margin: 0; line-height: 1.6; }
body.page-contact .map-section { line-height: 0; }
body.page-contact .map-section iframe { width: 100%; height: 560px; border: 0; display: block; }
@media (max-width: 991px) { body.page-contact .contact-section { padding: 60px 0; } body.page-contact .form-card { margin-top: 40px; } }
@media (max-width: 767px) { body.page-contact .addr-heading { font-size: 1.9rem; } body.page-contact .map-section iframe { height: 380px; } }

/* ===== HOME PAGE — HERO ===== */
body.page-index .hero {
  position: relative; min-height: 100vh;
  background: linear-gradient(180deg, rgba(20,5,30,.6), rgba(10,15,25,.75)),
    url("https://images.unsplash.com/photo-1481253127861-534498168948?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
  background-attachment: fixed;
  display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden;
}
body.page-index .hero-particles { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
body.page-index .hero-particles span { position: absolute; border-radius: 50%; background: #fff; opacity: .5; animation: floatParticle linear infinite; }
body.page-index .hero-content { position: relative; z-index: 2; max-width: 800px; padding: 0 20px; }
body.page-index .hero-content h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); margin-bottom: .6rem; }
body.page-index .hero-content p { font-size: 1.05rem; font-weight: 500; margin-bottom: 1.8rem; opacity: .95; }
body.page-index .scroll-down-indicator {
  position: absolute; left: 50%; bottom: 34px; transform: translateX(-50%);
  width: 26px; height: 42px; border: 2px solid rgba(255,255,255,.7); border-radius: 14px; z-index: 2;
}
body.page-index .scroll-down-indicator span {
  position: absolute; top: 8px; left: 50%; transform: translateX(-50%);
  width: 5px; height: 5px; border-radius: 50%; background: #fff; animation: scrollDot 1.6s infinite;
}
@media (max-width: 991px) { body.page-index .hero { background-attachment: scroll; } }

/* ===== HOME PAGE — ABOUT ===== */
body.page-index .about-section { background: var(--cream); padding: 100px 0; }
body.page-index .about-img-wrap { position: relative; min-height: 420px; border-radius: 8px; overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,.15); }
body.page-index .about-img-wrap img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .8s var(--ease); }
body.page-index .about-img-wrap:hover img { transform: scale(1.08); }
body.page-index .read-more-link {
  position: relative; display: inline-block;
  color: var(--green); font-weight: 700; font-size: .8rem; letter-spacing: .1em;
  border-bottom: 2px solid var(--green); padding-bottom: 3px;
  transition: letter-spacing .3s, padding-right .3s;
}
body.page-index .read-more-link:hover { letter-spacing: .16em; color: var(--green-dark); border-color: var(--green-dark); }
@media (max-width: 767px) { body.page-index .about-img-wrap { min-height: 280px; margin-top: 10px; } }

/* ===== HOME PAGE — FEATURED PROPERTIES ===== */
body.page-index .featured-section { padding: 100px 0 0; }
body.page-index .featured-section h2 { text-align: center; margin-bottom: 50px; }
body.page-index .prop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; max-width: 70%; margin: 0 auto; }
body.page-index .prop-grid a { position: relative; overflow: hidden; display: block; }
body.page-index .prop-grid img {
  width: 100%; height: 500px; object-fit: cover; display: block;
  filter: saturate(1.05); transition: transform .6s var(--ease), filter .6s var(--ease);
}
body.page-index .prop-overlay {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 18px 16px 14px; background: linear-gradient(0deg, rgba(0,0,0,.75), transparent);
  color: #fff; font-weight: 700; font-size: .95rem;
  transform: translateY(100%); transition: transform .4s var(--ease);
}
body.page-index .prop-grid a:hover img { transform: scale(1.08); filter: brightness(1.05); }
body.page-index .prop-grid a:hover .prop-overlay { transform: translateY(0); }
@media (max-width: 767px) { body.page-index .prop-grid { grid-template-columns: repeat(2, 1fr); gap: 6px; max-width: 90%; } body.page-index .prop-grid img { height: 350px; } }
@media (max-width: 480px) { body.page-index .prop-grid { grid-template-columns: 1fr; gap: 6px; max-width: 100%; } body.page-index .prop-grid img { height: 400px; } }

/* ===== HOME PAGE — CTA FORM ===== */
body.page-index .cta-section {
  position: relative;
  background: linear-gradient(180deg, rgba(10,10,10,.6), rgba(10,10,10,.8)),
    url("https://images.unsplash.com/photo-1518684079-3c830dcef090?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
  background-attachment: fixed; padding: 110px 0;
}
body.page-index .cta-card { background: #fff; border-radius: 10px; padding: 48px 40px; max-width: 560px; margin: 0 auto; box-shadow: 0 25px 60px rgba(0,0,0,.35); }
body.page-index .cta-card h2 { font-size: 2rem; text-align: center; }
body.page-index .cta-card .form-control, body.page-index .cta-card .form-select {
  border-radius: 4px; border: 1px solid #dfe3e0; padding: .65rem .9rem; font-size: .9rem;
  transition: border-color .25s, box-shadow .25s;
}
body.page-index .cta-card .form-control:focus, body.page-index .cta-card .form-select:focus { border-color: var(--green); box-shadow: 0 0 0 .2rem rgba(31,122,77,.15); }
@media (max-width: 991px) { body.page-index .cta-section { background-attachment: scroll; } }
@media (max-width: 767px) { body.page-index .cta-card { padding: 36px 24px; } }

/* ===== HOME PAGE — TESTIMONIALS ===== */
body.page-index .testimonial-section { background: var(--cream); padding: 100px 0; }
body.page-index .testimonial-section h2 { text-align: center; }
body.page-index .testi-card {
  background: #fff; padding: 32px 26px; text-align: center; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
body.page-index .testi-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,.08); }
body.page-index .testi-card .quote-mark { color: var(--green); font-size: 2.2rem; font-family: Georgia, serif; line-height: 1; font-weight: 700; }
body.page-index .testi-card p { font-weight: 700; font-size: .95rem; margin: 10px 0; }
body.page-index .testi-card span { font-size: .8rem; color: var(--muted); font-weight: 600; }
body.page-index .testi-photo { height: 240px; overflow: hidden; }
body.page-index .testi-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
body.page-index .testi-photo:hover img { transform: scale(1.07); }

/* ===== LAND OWNERS PAGE ===== */
body.page-landowners .contact-section { background: var(--cream); padding: 100px 0; }
body.page-landowners .addr-heading { font-size: clamp(2rem, 4vw, 2.6rem); }
body.page-landowners .section-rule { width: 50px; height: 4px; background: var(--green); border-radius: 2px; margin: 14px 0 0; }
body.page-landowners .addr-sub { color: var(--muted); font-size: .95rem; margin: 18px 0 30px; }
body.page-landowners .info-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 26px; }
body.page-landowners .info-icon {
  flex: 0 0 auto; width: 48px; height: 48px; border-radius: 50%; border: 2px solid var(--green);
  display: flex; align-items: center; justify-content: center; color: var(--green); font-size: 1.1rem;
  transition: background .3s, color .3s, transform .3s var(--ease);
}
body.page-landowners .info-item:hover .info-icon { background: var(--green); color: #fff; transform: translateY(-3px); }
body.page-landowners .info-item h5 { font-weight: 700; margin-bottom: 4px; font-size: 1rem; }
body.page-landowners .info-item p { color: var(--muted); font-size: .9rem; margin: 0; line-height: 1.6; }
body.page-landowners .form-card .form-control, body.page-landowners .form-card .form-select {
  border-radius: 4px; border: 1px solid #dfe3e0; padding: .75rem 1rem; font-size: .9rem; background: #fff;
  transition: border-color .25s, box-shadow .25s;
}
body.page-landowners .form-card .form-control:focus, body.page-landowners .form-card .form-select:focus { border-color: var(--green); box-shadow: 0 0 0 .2rem rgba(31,122,77,.15); }
body.page-landowners .btn-green {
  background: var(--green); color: #fff; font-weight: 700; border: none;
  padding: .75rem 2.2rem; border-radius: 4px; letter-spacing: .05em; font-size: .85rem;
  position: relative; transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s;
}
body.page-landowners .btn-green:hover { background: var(--green-dark); transform: translateY(-3px); box-shadow: 0 12px 26px rgba(21,83,47,.35); }
body.page-landowners .map-section { line-height: 0; }
body.page-landowners .map-section iframe { width: 100%; height: 560px; border: 0; display: block; }
@media (max-width: 991px) { body.page-landowners .contact-section { padding: 60px 0; } body.page-landowners .form-card { margin-top: 40px; } }
@media (max-width: 767px) { body.page-landowners .addr-heading { font-size: 1.9rem; } body.page-landowners .map-section iframe { height: 380px; } }

/* ===== ONGOING / UPCOMING / COMPLETED PROPERTY GRID ===== */
body.page-ongoing .prop-grid, body.page-upcoming .prop-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; max-width: 70%; margin: 0 auto;
}
body.page-ongoing .prop-item, body.page-upcoming .prop-item {
  position: relative; overflow: hidden; opacity: 0; transform: scale(.94);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
}
body.page-ongoing .prop-item.in-view, body.page-upcoming .prop-item.in-view { opacity: 1; transform: scale(1); }
body.page-ongoing .prop-item img, body.page-upcoming .prop-item img {
  width: 100%; height: 500px; object-fit: cover; display: block;
  transition: transform .7s var(--ease), filter .5s; filter: saturate(1.05);
}
body.page-ongoing .prop-item:hover img, body.page-upcoming .prop-item:hover img { transform: scale(1.07); filter: brightness(1.08) saturate(1.15); }
body.page-ongoing .prop-overlay, body.page-upcoming .prop-overlay {
  position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.7) 0%, transparent 55%);
  display: flex; align-items: flex-end; padding: 22px 18px; opacity: 0; transition: opacity .4s var(--ease);
}
body.page-ongoing .prop-item:hover .prop-overlay, body.page-upcoming .prop-item:hover .prop-overlay { opacity: 1; }
body.page-ongoing .prop-overlay span, body.page-upcoming .prop-overlay span {
  color: #fff; font-weight: 700; font-size: .95rem; font-family: "Poppins", sans-serif; line-height: 1;
}
body.page-ongoing .prop-badge, body.page-upcoming .prop-badge {
  position: absolute; top: 14px; left: 14px; background: var(--green); color: #fff;
  font-size: .68rem; font-weight: 700; letter-spacing: .08em; padding: 5px 10px; border-radius: 3px;
}
@media (max-width: 991px) { body.page-ongoing .prop-grid, body.page-upcoming .prop-grid { grid-template-columns: repeat(2, 1fr); gap: 6px; max-width: 90%; } body.page-ongoing .prop-item img, body.page-upcoming .prop-item img { height: 350px; } }
@media (max-width: 575px) { body.page-ongoing .prop-grid, body.page-upcoming .prop-grid { grid-template-columns: 1fr; gap: 6px; max-width: 100%; } body.page-ongoing .prop-item img, body.page-upcoming .prop-item img { height: 400px; } }

/* ===== PROPERTY DETAIL PAGE ===== */
body.page-property-detail .property-detail-section { background: var(--cream); padding: 24px 0 80px; }
body.page-property-detail .breadcrumb { background: transparent; padding: 0; margin: 0 0 16px; }
body.page-property-detail .breadcrumb-item a { color: var(--green); font-weight: 600; font-size: .85rem; text-decoration: none; transition: color .25s; }
body.page-property-detail .breadcrumb-item a:hover { color: var(--green-dark); }
body.page-property-detail .breadcrumb-item.active { color: var(--muted); font-weight: 600; font-size: .85rem; }

/* Image Grid */
body.page-property-detail .detail-image-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
  margin-bottom: 40px;
}
body.page-property-detail .detail-grid-item {
  position: relative; overflow: hidden; line-height: 0; cursor: pointer;
  border-radius: 8px;
}
body.page-property-detail .detail-grid-item img {
  width: 100%; aspect-ratio: 3/4; object-fit: cover;
  transition: transform .5s var(--ease), filter .4s;
}
body.page-property-detail .detail-grid-item:hover img {
  transform: scale(1.04); filter: brightness(1.06);
}

/* Title & Details */
body.page-property-detail .detail-content-section { margin-bottom: 20px; }
body.page-property-detail .detail-badge {
  display: inline-block; padding: 6px 16px; border-radius: 6px; font-size: .7rem;
  font-weight: 700; letter-spacing: .1em; color: #fff; margin-bottom: 14px;
  text-transform: uppercase;
}
body.page-property-detail .detail-badge-ongoing { background: linear-gradient(135deg, #198754, #20c997); }
body.page-property-detail .detail-badge-upcoming { background: linear-gradient(135deg, #0d6efd, #6610f2); }
body.page-property-detail .detail-badge-completed { background: linear-gradient(135deg, #6c757d, #495057); }
body.page-property-detail .detail-title {
  font-size: 2rem; font-weight: 800; color: var(--ink); margin-bottom: 10px; line-height: 1.25;
}
body.page-property-detail .detail-subtitle {
  font-size: 1.05rem; color: var(--green); font-weight: 600; margin-bottom: 0; line-height: 1.5;
}
body.page-property-detail .detail-divider {
  width: 50px; height: 3px; background: linear-gradient(90deg, var(--green), var(--green-light));
  border-radius: 2px; margin: 22px 0;
}
body.page-property-detail .detail-description {
  color: var(--muted); font-size: .95rem; line-height: 1.9;
}

/* Info Card */
body.page-property-detail .detail-info-card {
  background: #fff; border-radius: 14px; padding: 30px 26px;
  box-shadow: 0 15px 40px rgba(0,0,0,.08); border: 1px solid rgba(0,0,0,.04);
}
body.page-property-detail .info-card-title {
  font-size: 1.1rem; font-weight: 700; color: var(--ink); margin-bottom: 0;
}
body.page-property-detail .info-card-divider {
  width: 35px; height: 3px; background: var(--green); border-radius: 2px; margin: 14px 0 20px;
}
body.page-property-detail .info-card-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 0; border-bottom: 1px solid #f0f2f0;
}
body.page-property-detail .info-card-row:last-of-type { border-bottom: none; }
body.page-property-detail .info-card-label {
  font-size: .85rem; color: var(--muted); font-weight: 600;
  display: flex; align-items: center; gap: 8px;
}
body.page-property-detail .info-card-label i { color: var(--green); font-size: .8rem; width: 16px; text-align: center; }
body.page-property-detail .info-card-value {
  font-size: .9rem; font-weight: 700; color: var(--ink);
}

/* Back Button */
body.page-property-detail .btn-detail-back {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--green); color: #fff; font-weight: 700; font-size: .85rem;
  padding: .75rem 1.8rem; border-radius: 8px; letter-spacing: .03em;
  transition: background .3s, transform .3s var(--ease), box-shadow .3s;
  text-decoration: none;
}
body.page-property-detail .btn-detail-back:hover {
  background: var(--green-dark); color: #fff; transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(21,83,47,.35);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  body.page-property-detail .detail-image-grid { grid-template-columns: repeat(2, 1fr); }
  body.page-property-detail .detail-info-card { margin-top: 20px; }
}
@media (max-width: 767px) {
  body.page-property-detail .property-detail-section { padding: 40px 0 60px; }
  body.page-property-detail .detail-image-grid { gap: 6px; grid-template-columns: repeat(2, 1fr); }
  body.page-property-detail .detail-title { font-size: 1.5rem; }
  body.page-property-detail .detail-info-card { padding: 24px 20px; }
}
@media (max-width: 575px) {
  body.page-property-detail .detail-image-grid { grid-template-columns: repeat(2, 1fr); gap: 6px; }
}

/* ===== PROPERTY CARDS — CLICKABLE ===== */
body.page-ongoing .prop-item a, body.page-upcoming .prop-item a, body.page-completed .prop-item a {
  display: block; position: relative; overflow: hidden; text-decoration: none;
}
body.page-ongoing .prop-item, body.page-upcoming .prop-item, body.page-completed .prop-item {
  cursor: pointer;
}
