/* ================================================
   WarehouseSpace.co.in — Core Stylesheet
   Brand: Dark Navy (#060e1f) + Gold (#f5a623)
   Face: Bhumi Ajmeria | +91 91754 01613
   ================================================ */

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700&family=DM+Sans:wght@300;400;500&display=swap');

:root {
  --navy: #060e1f;
  --navy-2: #0d1e3a;
  --navy-3: #142847;
  --gold: #f5a623;
  --gold-dark: #c4841a;
  --gold-light: #ffd07a;
  --white: #ffffff;
  --off-white: #f8f6f1;
  --gray-1: #f2f0eb;
  --gray-2: #e0ddd6;
  --gray-3: #b0ada6;
  --gray-4: #787570;
  --green: #2e7d32;
  --green-bg: #e8f5e9;
  --red: #c62828;
  --red-bg: #ffebee;
  --amber: #e65100;
  --amber-bg: #fff3e0;
  --text-dark: #0f1a2e;
  --text-mid: #3a3a3a;
  --text-light: #666;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --shadow-sm: 0 1px 4px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 20px rgba(0,0,0,0.10);
  --shadow-lg: 0 12px 40px rgba(0,0,0,0.14);
  --transition: all 0.2s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'DM Sans', sans-serif; color: var(--text-dark); background: var(--white); line-height: 1.6; }
h1,h2,h3,h4,h5,h6 { font-family: 'Syne', sans-serif; line-height: 1.2; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
input, select, textarea, button { font-family: inherit; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.container-sm { max-width: 800px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section-sm { padding: 48px 0; }

/* ── HEADER ── */
.header {
  position: sticky; top: 0; z-index: 100;
  background: var(--navy);
  border-bottom: 1px solid rgba(245,166,35,0.15);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}
.logo { display: flex; align-items: center; gap: 8px; }
.logo-text { font-family: 'Syne', sans-serif; font-size: 20px; font-weight: 700; color: #fff; }
.logo-text span { color: var(--gold); }
.logo-sub { font-size: 10px; color: rgba(255,255,255,0.4); letter-spacing: 1px; text-transform: uppercase; display: block; margin-top: -2px; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { font-size: 14px; color: rgba(255,255,255,0.75); transition: var(--transition); }
.nav a:hover { color: var(--gold); }
.nav a.active { color: var(--gold); }
.nav-cta {
  background: var(--gold); color: var(--navy) !important;
  padding: 9px 20px; border-radius: var(--radius-sm);
  font-weight: 600; font-size: 13px;
}
.nav-cta:hover { background: var(--gold-dark) !important; }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; }
.hamburger span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; }
.mobile-nav { display: none; }

/* ── HERO ── */
.hero {
  background: var(--navy);
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: ''; position: absolute;
  bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245,166,35,0.3), transparent);
}
.hero-grid-bg {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(245,166,35,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245,166,35,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero-content { position: relative; z-index: 1; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(245,166,35,0.12); border: 1px solid rgba(245,166,35,0.25);
  color: var(--gold); font-size: 12px; font-weight: 500;
  padding: 6px 14px; border-radius: 50px; margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.hero h1 {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700; color: #fff;
  margin-bottom: 16px; max-width: 760px;
}
.hero h1 span { color: var(--gold); }
.hero-desc { font-size: 17px; color: rgba(255,255,255,0.6); max-width: 560px; margin-bottom: 36px; }
.hero-stats { display: flex; gap: 40px; margin-top: 40px; }
.hero-stat-num { font-family: 'Syne', sans-serif; font-size: 28px; font-weight: 700; color: var(--gold); }
.hero-stat-label { font-size: 13px; color: rgba(255,255,255,0.45); margin-top: 2px; }

/* ── SEARCH BOX ── */
.search-box {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(245,166,35,0.2);
  border-radius: var(--radius-lg);
  padding: 28px;
  backdrop-filter: blur(10px);
}
.search-box h3 { font-size: 14px; color: var(--gold); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; }
.search-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 14px; }
.search-grid select, .search-grid input {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-sm);
  color: #fff; padding: 12px 14px; font-size: 14px;
  width: 100%; appearance: none;
}
.search-grid select option { background: var(--navy-2); color: #fff; }
.search-grid select::placeholder, .search-grid input::placeholder { color: rgba(255,255,255,0.4); }
.btn-search {
  background: var(--gold); color: var(--navy);
  border: none; border-radius: var(--radius-sm);
  padding: 13px 28px; font-size: 15px; font-weight: 700;
  cursor: pointer; display: flex; align-items: center; gap: 8px;
  width: 100%; justify-content: center;
  transition: var(--transition);
}
.btn-search:hover { background: var(--gold-dark); }

/* ── BUTTONS ── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; border-radius: var(--radius-sm); font-size: 14px; font-weight: 600; cursor: pointer; transition: var(--transition); border: none; }
.btn-primary { background: var(--gold); color: var(--navy); }
.btn-primary:hover { background: var(--gold-dark); }
.btn-outline { background: transparent; border: 1.5px solid var(--navy); color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-outline-white { background: transparent; border: 1.5px solid rgba(255,255,255,0.4); color: #fff; }
.btn-outline-white:hover { background: rgba(255,255,255,0.1); }
.btn-wa { background: #25D366; color: #fff; }
.btn-wa:hover { background: #1da855; }
.btn-lg { padding: 15px 32px; font-size: 16px; }
.btn-sm { padding: 8px 16px; font-size: 13px; }

/* ── PROPERTY CARDS ── */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 24px; }
.prop-card {
  background: #fff; border: 1px solid var(--gray-2);
  border-radius: var(--radius-lg); overflow: hidden;
  transition: var(--transition); cursor: pointer;
}
.prop-card:hover { border-color: var(--gold); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.prop-card-image {
  height: 200px; background: var(--gray-1);
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.prop-card-image-placeholder {
  font-size: 48px; color: var(--gray-3);
}
.prop-badge {
  position: absolute; top: 12px; left: 12px;
  font-size: 11px; font-weight: 600; padding: 4px 10px;
  border-radius: 50px; letter-spacing: 0.5px;
}
.badge-available { background: var(--green-bg); color: var(--green); }
.badge-preleased { background: var(--amber-bg); color: var(--amber); }
.badge-hot { background: var(--red-bg); color: var(--red); }
.badge-new { background: #e3f2fd; color: #1565c0; }
.prop-art {
  position: absolute; top: 12px; right: 12px;
  background: var(--navy); color: var(--gold);
  font-size: 11px; font-weight: 700; padding: 4px 10px;
  border-radius: 50px;
}
.prop-card-body { padding: 20px; }
.prop-title { font-family: 'Syne', sans-serif; font-size: 17px; font-weight: 600; color: var(--text-dark); margin-bottom: 4px; }
.prop-loc { font-size: 13px; color: var(--text-light); display: flex; align-items: center; gap: 4px; margin-bottom: 16px; }
.prop-specs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 16px; }
.prop-spec { background: var(--gray-1); border-radius: var(--radius-sm); padding: 8px 6px; text-align: center; }
.prop-spec-val { font-size: 13px; font-weight: 600; color: var(--text-dark); }
.prop-spec-key { font-size: 10px; color: var(--text-light); margin-top: 1px; }
.prop-card-footer { display: flex; justify-content: space-between; align-items: center; padding: 14px 20px; border-top: 1px solid var(--gray-1); }
.prop-rent { font-family: 'Syne', sans-serif; font-size: 22px; font-weight: 700; color: var(--navy); }
.prop-rent span { font-size: 13px; font-weight: 400; color: var(--text-light); }
.prop-inquiries { font-size: 11px; color: var(--red); font-weight: 600; }

/* ── TRUST BAR ── */
.trust-bar { background: var(--off-white); border-top: 1px solid var(--gray-2); border-bottom: 1px solid var(--gray-2); }
.trust-items { display: flex; justify-content: space-around; align-items: center; padding: 20px 0; flex-wrap: wrap; gap: 16px; }
.trust-item { display: flex; align-items: center; gap: 10px; }
.trust-icon { font-size: 22px; }
.trust-label { font-size: 13px; color: var(--text-mid); font-weight: 500; }

/* ── BHUMI SECTION ── */
.bhumi-card {
  background: var(--navy); border-radius: var(--radius-xl);
  padding: 48px; display: grid;
  grid-template-columns: auto 1fr auto; gap: 32px; align-items: center;
}
.bhumi-avatar {
  width: 80px; height: 80px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  display: flex; align-items: center; justify-content: center;
  font-family: 'Syne', sans-serif; font-size: 28px; font-weight: 700; color: var(--navy);
  flex-shrink: 0;
}
.bhumi-name { font-family: 'Syne', sans-serif; font-size: 22px; color: #fff; font-weight: 700; }
.bhumi-role { font-size: 14px; color: var(--gold); margin: 4px 0; }
.bhumi-desc { font-size: 14px; color: rgba(255,255,255,0.55); max-width: 380px; }
.bhumi-wa { background: #25D366; color: #fff; border: none; border-radius: var(--radius-sm); padding: 14px 24px; font-size: 15px; font-weight: 700; cursor: pointer; white-space: nowrap; display: flex; align-items: center; gap: 8px; }

/* ── FORMS ── */
.form-group { margin-bottom: 18px; }
.form-label { font-size: 13px; font-weight: 600; color: var(--text-dark); display: block; margin-bottom: 6px; }
.form-input, .form-select, .form-textarea {
  width: 100%; padding: 13px 16px; font-size: 14px;
  border: 1.5px solid var(--gray-2); border-radius: var(--radius-sm);
  background: #fff; color: var(--text-dark);
  transition: var(--transition);
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(245,166,35,0.12);
}
.form-textarea { resize: vertical; min-height: 100px; }

/* ── STATS SECTION ── */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat-card { text-align: center; padding: 32px 20px; }
.stat-num { font-family: 'Syne', sans-serif; font-size: 42px; font-weight: 700; color: var(--gold); }
.stat-label { font-size: 14px; color: rgba(255,255,255,0.5); margin-top: 4px; }

/* ── SECTION TITLES ── */
.section-title { font-size: clamp(24px, 3.5vw, 36px); font-weight: 700; color: var(--navy); margin-bottom: 12px; }
.section-sub { font-size: 16px; color: var(--text-light); max-width: 560px; }
.section-header { margin-bottom: 40px; }
.section-header-flex { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; flex-wrap: wrap; }
.gold-line { display: block; width: 48px; height: 3px; background: var(--gold); border-radius: 2px; margin: 12px 0; }

/* ── LOCATION CARDS ── */
.location-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 16px; }
.loc-card {
  background: var(--white); border: 1px solid var(--gray-2);
  border-radius: var(--radius-md); padding: 20px;
  text-align: center; transition: var(--transition); cursor: pointer;
}
.loc-card:hover { border-color: var(--gold); background: var(--off-white); }
.loc-icon { font-size: 28px; margin-bottom: 8px; }
.loc-name { font-family: 'Syne', sans-serif; font-size: 15px; font-weight: 600; color: var(--navy); }
.loc-count { font-size: 12px; color: var(--text-light); margin-top: 2px; }

/* ── BLOG CARDS ── */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.blog-card {
  background: #fff; border: 1px solid var(--gray-2);
  border-radius: var(--radius-lg); overflow: hidden;
  transition: var(--transition);
}
.blog-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.blog-card-img { height: 160px; background: var(--navy-2); display: flex; align-items: center; justify-content: center; font-size: 40px; }
.blog-card-body { padding: 20px; }
.blog-tag { font-size: 11px; font-weight: 600; color: var(--gold); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; }
.blog-card-title { font-family: 'Syne', sans-serif; font-size: 16px; font-weight: 600; color: var(--navy); margin-bottom: 8px; line-height: 1.4; }
.blog-meta { font-size: 12px; color: var(--text-light); display: flex; gap: 12px; margin-top: 12px; }

/* ── STICKY MOBILE CTA ── */
.mobile-cta {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
  background: var(--navy); border-top: 1px solid rgba(245,166,35,0.2);
  padding: 12px 16px; gap: 8px;
}
.mobile-cta a {
  flex: 1; padding: 12px 8px; border-radius: var(--radius-sm);
  text-align: center; font-size: 13px; font-weight: 600;
  display: flex; align-items: center; justify-content: center; gap: 4px;
}
.mcta-call { background: rgba(255,255,255,0.1); color: #fff; border: 1px solid rgba(255,255,255,0.2); }
.mcta-wa { background: #25D366; color: #fff; }
.mcta-req { background: var(--gold); color: var(--navy); }

/* ── FLOATING WA ── */
.float-wa {
  position: fixed; bottom: 90px; right: 24px; z-index: 199;
  background: #25D366; color: #fff;
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  animation: wa-pulse 2s infinite;
}
@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,0.4); }
  50% { box-shadow: 0 4px 32px rgba(37,211,102,0.7); }
}

/* ── FOOTER ── */
.footer { background: var(--navy); color: rgba(255,255,255,0.7); padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; }
.footer-brand .logo-text { font-size: 22px; margin-bottom: 12px; display: block; }
.footer-desc { font-size: 14px; color: rgba(255,255,255,0.45); line-height: 1.7; margin-bottom: 20px; max-width: 280px; }
.footer-col h4 { font-family: 'Syne', sans-serif; font-size: 14px; color: var(--gold); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 16px; }
.footer-col a { display: block; font-size: 14px; color: rgba(255,255,255,0.5); margin-bottom: 10px; transition: var(--transition); }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 12px; color: rgba(255,255,255,0.3); }
.disclaimer { font-size: 11px; color: rgba(255,255,255,0.2); text-align: center; padding: 0 0 12px; }

/* ── PAGE HERO (inner pages) ── */
.page-hero { background: var(--navy); padding: 60px 0 48px; }
.page-hero h1 { font-size: clamp(26px, 4vw, 42px); color: #fff; font-weight: 700; margin-bottom: 10px; }
.page-hero .breadcrumb { font-size: 13px; color: rgba(255,255,255,0.4); display: flex; align-items: center; gap: 6px; }
.page-hero .breadcrumb a { color: var(--gold); }

/* ── FILTERS SIDEBAR ── */
.filter-sidebar { background: var(--white); border: 1px solid var(--gray-2); border-radius: var(--radius-lg); padding: 24px; position: sticky; top: 88px; }
.filter-title { font-family: 'Syne', sans-serif; font-size: 16px; font-weight: 700; margin-bottom: 20px; color: var(--navy); }
.filter-group { margin-bottom: 20px; }
.filter-group-title { font-size: 12px; font-weight: 700; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; }
.filter-option { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; cursor: pointer; }
.filter-option input[type="checkbox"] { accent-color: var(--gold); width: 16px; height: 16px; }
.filter-option label { font-size: 14px; color: var(--text-mid); cursor: pointer; }
.range-row { display: flex; gap: 10px; }
.range-row input { flex: 1; padding: 10px; border: 1px solid var(--gray-2); border-radius: var(--radius-sm); font-size: 13px; }
.btn-filter-apply { width: 100%; background: var(--gold); color: var(--navy); border: none; border-radius: var(--radius-sm); padding: 13px; font-size: 14px; font-weight: 700; cursor: pointer; margin-top: 8px; }
.btn-filter-reset { width: 100%; background: transparent; color: var(--text-light); border: 1px solid var(--gray-2); border-radius: var(--radius-sm); padding: 10px; font-size: 13px; cursor: pointer; margin-top: 8px; }

/* ── SEARCH LAYOUT ── */
.search-layout { display: grid; grid-template-columns: 280px 1fr; gap: 32px; align-items: start; }
.results-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; flex-wrap: wrap; gap: 12px; }
.results-count { font-size: 15px; color: var(--text-mid); }
.results-count strong { color: var(--navy); }
.sort-select { padding: 10px 14px; border: 1px solid var(--gray-2); border-radius: var(--radius-sm); font-size: 14px; }

/* ── TABLE ── */
.data-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.data-table th { background: var(--navy); color: var(--gold); padding: 12px 16px; text-align: left; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
.data-table td { padding: 14px 16px; border-bottom: 1px solid var(--gray-1); color: var(--text-mid); }
.data-table tr:hover td { background: var(--off-white); }

/* ── TABS ── */
.tabs { display: flex; gap: 4px; background: var(--gray-1); border-radius: var(--radius-sm); padding: 4px; }
.tab { flex: 1; padding: 10px 16px; font-size: 14px; font-weight: 500; text-align: center; border-radius: 6px; cursor: pointer; transition: var(--transition); color: var(--text-light); }
.tab.active { background: #fff; color: var(--navy); font-weight: 700; box-shadow: var(--shadow-sm); }

/* ── TESTIMONIALS ── */
.testi-card {
  background: #fff; border: 1px solid var(--gray-2);
  border-radius: var(--radius-lg); padding: 28px;
}
.testi-stars { color: var(--gold); font-size: 16px; margin-bottom: 12px; }
.testi-text { font-size: 15px; color: var(--text-mid); line-height: 1.7; margin-bottom: 16px; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: var(--gold); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 16px; }
.testi-name { font-weight: 600; font-size: 15px; color: var(--navy); }
.testi-company { font-size: 13px; color: var(--text-light); }

/* ── DEAL TICKER ── */
.deal-ticker { background: var(--gold); overflow: hidden; padding: 10px 0; }
.ticker-inner { display: flex; gap: 60px; animation: ticker 25s linear infinite; white-space: nowrap; }
.ticker-item { font-size: 13px; font-weight: 600; color: var(--navy); display: flex; align-items: center; gap: 8px; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── ROI CALCULATOR ── */
.calc-box { background: var(--off-white); border-radius: var(--radius-lg); padding: 36px; }
.calc-result { background: var(--navy); border-radius: var(--radius-md); padding: 24px; text-align: center; margin-top: 24px; }
.calc-result-num { font-family: 'Syne', sans-serif; font-size: 36px; font-weight: 700; color: var(--gold); }
.calc-result-label { font-size: 14px; color: rgba(255,255,255,0.5); margin-top: 4px; }

/* ── BREADCRUMB ── */
.breadcrumb-bar { background: var(--off-white); border-bottom: 1px solid var(--gray-2); padding: 10px 0; }
.breadcrumb-bar .breadcrumb { font-size: 13px; color: var(--text-light); display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.breadcrumb-bar .breadcrumb a { color: var(--gold); }

/* ── RESPONSIVE ── */
@media (max-width: 968px) {
  .nav { display: none; }
  .hamburger { display: flex; }
  .mobile-nav.open { display: flex; flex-direction: column; background: var(--navy-2); padding: 16px; gap: 4px; }
  .mobile-nav a { padding: 12px 16px; font-size: 15px; color: rgba(255,255,255,0.8); border-radius: var(--radius-sm); }
  .mobile-nav a:hover { background: rgba(255,255,255,0.06); color: var(--gold); }
  .bhumi-card { grid-template-columns: 1fr; text-align: center; }
  .bhumi-wa { width: 100%; justify-content: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .search-layout { grid-template-columns: 1fr; }
  .filter-sidebar { position: static; }
  .cards-grid { grid-template-columns: 1fr; }
  .mobile-cta { display: flex; }
  .float-wa { bottom: 80px; }
  body { padding-bottom: 70px; }
}
@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; }
  .hero-stats { flex-wrap: wrap; gap: 20px; }
  .search-grid { grid-template-columns: 1fr; }
  .prop-specs { grid-template-columns: repeat(2, 1fr); }
  .bhumi-card { padding: 28px; }
}
