/* ============================================================
   Location Page – Shared Styles
   ============================================================ */

/* --- Section Label --- */
.loc-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #004FB5;
  margin-bottom: 6px;
}

/* --- Hero Banner --- */
.location-hero {
  position: relative;
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  background: #111;
  overflow: hidden;
}

/* static image hero (pen.php) */
.location-hero .hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  z-index: 0;
}

.location-hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.72) 55%, rgba(0,0,0,0.25) 100%);
  z-index: 1;
}

.location-hero .hero-content {
  position: relative;
  z-index: 2;
  padding: 130px 0 90px;
}

.location-hero .hero-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #7cb4f5;
  margin-bottom: 14px;
  display: block;
}

.location-hero h1 {
  font-size: 46px;
  font-weight: 800;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 14px;
}

.location-hero p.hero-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.72);
  max-width: 540px;
  margin-bottom: 30px;
}

.hero-cta-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-hero-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.7);
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.25s;
}

.btn-hero-call:hover {
  background: rgba(255,255,255,0.15);
  color: #fff;
  border-color: #fff;
}

/* --- Why Invest Section --- */
.why-invest-section {
  padding: 80px 0;
}

.why-invest-section .invest-img {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.why-invest-section .invest-img img {
  width: 100%;
  height: auto;
  display: block;
}

.why-invest-section .invest-checklist {
  list-style: none;
  padding: 0;
  margin: 18px 0 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}

.why-invest-section .invest-checklist li {
  font-size: 14px;
  color: #444;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  line-height: 1.4;
}

.why-invest-section .invest-checklist li::before {
  content: "✓";
  color: #004FB5;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 1px;
}

/* --- Stats Bar --- */
.location-stats {
  background: #f8f9fc;
  border-top: 1px solid #e4ecf8;
  border-bottom: 1px solid #e4ecf8;
}

.location-stats .stat-box {
  text-align: center;
  padding: 32px 20px;
  border-right: 1px solid #d8e5f5;
}

.location-stats .stat-box:last-child {
  border-right: none;
}

.location-stats .stat-number {
  font-size: 44px;
  font-weight: 800;
  color: #1e1e1e;
  line-height: 1;
  margin-bottom: 6px;
}

.location-stats .stat-label {
  font-size: 13px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 500;
}

/* --- Plot Types --- */
.plot-type-card .feat_property .tc_content {
  padding: 12px 14px 14px;
}

.plot-type-card .feat_property .tc_content h4 {
  font-size: 14px;
  margin-bottom: 8px;
}

.plot-enquire-link {
  font-size: 13px;
  font-weight: 700;
  color: #004FB5;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.plot-enquire-link:hover {
  color: #003d8f;
  text-decoration: underline;
}

/* --- Amenities Carousel --- */
.amenities-grid-section {
  padding: 70px 0;
}

.amenity-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  background: #fff;
}

.amenity-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.amenity-card .amenity-title {
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  text-align: center;
  border-top: 1px solid #f0f0f0;
}

/* --- Saledeed Carousel --- */
.saledeed-section {
  padding: 70px 0;
  background: #f9f9f9;
}

.saledeed_slider .thumb {
  position: relative;
  overflow: hidden;
}

.saledeed_slider .thumb a {
  display: block;
  cursor: zoom-in;
}

.saledeed-zoom-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  opacity: 0;
  transition: all 0.3s ease;
}

.saledeed_slider .thumb:hover .saledeed-zoom-overlay {
  background: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.saledeed-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
  padding: 16px 22px;
  background: #fff;
  border-left: 4px solid #004FB5;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

.saledeed-badge-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.saledeed-badge-left .badge-icon {
  color: #004FB5;
  font-size: 26px;
}

.saledeed-badge-left .badge-text strong {
  font-size: 19px;
  display: block;
  color: #1e1e1e;
}

.saledeed-badge-left .badge-text span {
  font-size: 13px;
  color: #666;
}

/* --- CTA Banner --- */
.location-cta-banner {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  padding: 54px 0;
}

.location-cta-banner h2 {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}

.location-cta-banner p {
  color: rgba(255,255,255,0.78);
  font-size: 15px;
  margin-bottom: 0;
}

.cta-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background: rgba(255,255,255,0.12);
  padding: 12px 22px;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.35);
}

.cta-phone-link:hover {
  background: rgba(255,255,255,0.22);
  color: #fff;
}

/* --- Other Locations --- */
.other-locations-section {
  padding: 70px 0;
}

.other-loc-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(0,0,0,0.12);
  margin-bottom: 24px;
}

.other-loc-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.other-loc-card:hover img {
  transform: scale(1.06);
}

.other-loc-card .loc-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.78) 60%, transparent);
  padding: 22px 18px 16px;
}

.other-loc-card .loc-overlay h4 {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 3px;
}

.other-loc-card .loc-overlay p {
  color: rgba(255,255,255,0.82);
  font-size: 12px;
  margin-bottom: 0;
}

/* --- Responsive --- */
@media (max-width: 991px) {
  .location-hero h1 { font-size: 34px; }
  .location-stats .stat-box { border-right: none; border-bottom: 1px solid #d8e5f5; }
  .location-stats .stat-box:last-child { border-bottom: none; }
}

@media (max-width: 767px) {
  .location-hero { min-height: 420px; }
  .location-hero h1 { font-size: 26px; }
  .location-hero .hero-content { padding: 100px 0 60px; }
  .why-invest-section .invest-checklist { grid-template-columns: 1fr; }
  .location-cta-banner h2 { font-size: 21px; }
  .saledeed-badge { flex-direction: column; align-items: flex-start; }
}
