/* ===================================================
   MEENAKSHI PROMOTORS – MAIN STYLESHEET
   realestatemadurai.com
   =================================================== */

:root {
  --mp-primary: #8B1A1A;        /* Deep heritage red */
  --mp-secondary: #C8960C;      /* Gold accent */
  --mp-dark: #1A1210;
  --mp-light: #FDF8F0;
  --mp-warm: #FAF4EC;
  --mp-text: #3D2B1F;
  --mp-muted: #7A6E68;
  --mp-border: #E8DDD5;
  --navbar-h: 80px;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--mp-text);
  background: #fff;
  overflow-x: hidden;
}

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4, h5, .hero-title {
  font-family: var(--font-display);
}

/* ===== NAVBAR ===== */
.mp-navbar {
  background: rgba(26, 18, 16, 0.95);
  backdrop-filter: blur(12px);
  height: var(--navbar-h);
  border-bottom: 1px solid rgba(200, 150, 12, 0.2);
  transition: all 0.3s ease;
}
.mp-navbar.scrolled {
  background: rgba(26, 18, 16, 0.99);
  box-shadow: 0 4px 24px rgba(0,0,0,0.3);
}
.logo-icon {
  width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--mp-primary), var(--mp-secondary));
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; color: #fff;
  flex-shrink: 0;
}
.logo-icon.sm { width: 36px; height: 36px; font-size: 1.1rem; border-radius: 8px; }
.brand-name {
  font-family: var(--font-display);
  font-size: 1rem; font-weight: 700;
  color: #fff; line-height: 1.2;
}
.brand-tagline {
  font-size: 0.65rem; color: var(--mp-secondary);
  letter-spacing: 0.05em; text-transform: uppercase;
}
.navbar-nav .nav-link {
  color: rgba(255,255,255,0.85) !important;
  font-size: 0.88rem; font-weight: 500;
  padding: 0.5rem 0.75rem !important;
  transition: color 0.2s;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--mp-secondary) !important;
}
.mp-dropdown { background: #1A1210; border: 1px solid rgba(200,150,12,0.2); border-radius: 10px; }
.mp-dropdown .dropdown-item { color: rgba(255,255,255,0.85); font-size: 0.87rem; padding: 0.6rem 1.2rem; }
.mp-dropdown .dropdown-item:hover { background: rgba(200,150,12,0.1); color: var(--mp-secondary); }

/* ===== BUTTONS ===== */
.mp-btn-primary {
  background: linear-gradient(135deg, var(--mp-primary), #A52020);
  color: #fff; border: none; border-radius: 8px;
  font-weight: 600; font-size: 0.88rem;
  padding: 0.65rem 1.4rem;
  transition: all 0.3s ease;
  text-decoration: none; display: inline-flex; align-items: center;
}
.mp-btn-primary:hover {
  background: linear-gradient(135deg, var(--mp-secondary), #D4A20E);
  color: #fff; transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(139,26,26,0.35);
}
.mp-btn-outline {
  background: transparent;
  color: #fff; border: 2px solid rgba(255,255,255,0.5);
  border-radius: 8px; font-weight: 600; font-size: 0.88rem;
  padding: 0.65rem 1.4rem;
  transition: all 0.3s; text-decoration: none; display: inline-flex; align-items: center;
}
.mp-btn-outline:hover { border-color: var(--mp-secondary); color: var(--mp-secondary); }
.mp-btn-sm {
  background: var(--mp-primary); color: #fff; border: none;
  border-radius: 6px; padding: 0.4rem 1rem; font-size: 0.82rem;
  font-weight: 600; text-decoration: none; transition: all 0.2s;
}
.mp-btn-sm:hover { background: var(--mp-secondary); color: #fff; }
.mp-btn-white {
  background: #fff; color: var(--mp-primary); border: none;
  border-radius: 8px; font-weight: 600; font-size: 0.88rem;
  padding: 0.65rem 1.4rem; text-decoration: none;
  display: inline-flex; align-items: center; transition: all 0.3s;
}
.mp-btn-white:hover { background: var(--mp-secondary); color: #fff; }
.mp-btn-outline-white {
  background: transparent; color: #fff;
  border: 2px solid rgba(255,255,255,0.6); border-radius: 8px;
  font-weight: 600; font-size: 0.88rem; padding: 0.65rem 1.4rem;
  text-decoration: none; display: inline-flex; align-items: center; transition: all 0.3s;
}
.mp-btn-outline-white:hover { background: rgba(255,255,255,0.15); color: #fff; }
.mp-btn-secondary {
  background: var(--mp-secondary); color: #fff; border: none;
  border-radius: 8px; padding: 0.65rem 1.4rem; font-weight: 600;
  font-size: 0.88rem; text-decoration: none; display: inline-flex; align-items: center;
  transition: all 0.3s;
}
.mp-btn-secondary:hover { background: #A57A0A; color: #fff; }

/* ===== HERO ===== */
.hero-section {
  position: relative; min-height: 100vh;
  background: linear-gradient(135deg, #0F0807 0%, #1A1210 40%, #2D1810 100%);
  overflow: hidden;
}
.hero-bg-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(139,26,26,0.25) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(200,150,12,0.12) 0%, transparent 50%);
}
.hero-particles span {
  position: absolute; width: 2px; height: 2px;
  background: var(--mp-secondary); border-radius: 50%; opacity: 0.6;
  animation: particleFloat 8s infinite;
}
.hero-particles span:nth-child(1) { top: 15%; left: 20%; animation-delay: 0s; }
.hero-particles span:nth-child(2) { top: 60%; left: 10%; animation-delay: 2s; width: 3px; height: 3px; }
.hero-particles span:nth-child(3) { top: 30%; left: 70%; animation-delay: 4s; }
.hero-particles span:nth-child(4) { top: 75%; left: 80%; animation-delay: 1s; width: 4px; height: 4px; opacity: 0.3; }
.hero-particles span:nth-child(5) { top: 45%; left: 50%; animation-delay: 3s; }
@keyframes particleFloat {
  0%, 100% { transform: translateY(0); opacity: 0.6; }
  50% { transform: translateY(-20px); opacity: 0.2; }
}
.hero-content { position: relative; z-index: 2; }
.hero-badge {
  display: inline-flex; align-items: center;
  background: rgba(200,150,12,0.15); border: 1px solid rgba(200,150,12,0.4);
  color: var(--mp-secondary); padding: 0.4rem 1rem; border-radius: 50px;
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
.hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900; color: #fff; line-height: 1.15; margin-bottom: 1.2rem;
}
.text-accent { color: var(--mp-secondary); }
.hero-subtitle {
  font-size: 1.05rem; color: rgba(255,255,255,0.7);
  max-width: 520px; line-height: 1.7; margin-bottom: 2rem;
}
.hero-stats { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.stat-item { display: flex; flex-direction: column; }
.stat-num {
  font-family: var(--font-display); font-size: 2rem;
  font-weight: 700; color: var(--mp-secondary); line-height: 1;
}
.stat-label { font-size: 0.75rem; color: rgba(255,255,255,0.55); margin-top: 2px; }
.stat-divider { width: 1px; height: 40px; background: rgba(255,255,255,0.15); }

/* Hero Cards */
.hero-card-stack { position: relative; height: 420px; }
.hero-prop-card {
  position: absolute; background: rgba(255,255,255,0.05);
  backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px; padding: 1.2rem 1.5rem;
  display: flex; align-items: center; gap: 1rem;
  transition: all 0.3s;
}
.hero-prop-card:hover { transform: translateY(-4px); border-color: var(--mp-secondary); }
.hero-prop-card.card1 { top: 20px; right: 0; width: 280px; }
.hero-prop-card.card2 { top: 140px; right: 40px; width: 300px; border-color: rgba(200,150,12,0.4); }
.hero-prop-card.card3 { top: 270px; right: 10px; width: 270px; }
.hpc-badge {
  position: absolute; top: -10px; right: 12px;
  background: var(--mp-primary); color: #fff;
  font-size: 0.65rem; font-weight: 700; padding: 2px 8px;
  border-radius: 4px; letter-spacing: 0.04em;
}
.hpc-badge.featured { background: var(--mp-secondary); color: #000; }
.hpc-icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: linear-gradient(135deg, var(--mp-primary), #A52020);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.2rem; flex-shrink: 0;
}
.hpc-info strong { display: block; color: #fff; font-size: 0.88rem; font-weight: 600; }
.hpc-info span { color: rgba(255,255,255,0.6); font-size: 0.76rem; }

/* Scroll hint */
.scroll-hint {
  position: absolute; bottom: 30px; left: 50%;
  transform: translateX(-50%); text-align: center; color: rgba(255,255,255,0.4);
  font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase;
}
.scroll-line {
  width: 1px; height: 40px; background: rgba(255,255,255,0.2);
  margin: 6px auto 0; animation: scrollDown 1.5s ease infinite;
}
@keyframes scrollDown {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ===== SEARCH BAR ===== */
.search-section { position: relative; z-index: 10; }
.search-bar-wrapper {
  background: #fff; border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  margin-top: -40px; overflow: hidden;
  border: 1px solid var(--mp-border);
}
.search-field { padding: 1rem 1.5rem; }
.search-field label {
  display: block; font-size: 0.72rem; font-weight: 700;
  color: var(--mp-muted); text-transform: uppercase;
  letter-spacing: 0.06em; margin-bottom: 4px;
}
.search-field .form-select {
  border: none; padding: 0; font-size: 0.9rem;
  font-weight: 500; color: var(--mp-text);
  background: transparent; box-shadow: none;
}
.search-btn {
  height: 100%; border-radius: 0 16px 16px 0 !important;
  font-size: 0.9rem; padding: 1.2rem !important;
}

/* ===== SECTIONS ===== */
.section-label {
  display: inline-block; font-size: 0.78rem; font-weight: 700;
  color: var(--mp-primary); text-transform: uppercase;
  letter-spacing: 0.1em; margin-bottom: 0.5rem;
}
.section-label.light { color: var(--mp-secondary); }
.section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700; line-height: 1.25; margin-bottom: 0.75rem;
}
.section-sub { color: var(--mp-muted); font-size: 1rem; max-width: 600px; margin: 0 auto; }
.bg-light-warm { background: var(--mp-warm); }
.bg-dark-rich { background: var(--mp-dark); }

/* ===== CATEGORY CARDS ===== */
.cat-card {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; padding: 2rem 1.5rem;
  background: #fff; border: 2px solid var(--mp-border);
  border-radius: 16px; text-decoration: none; color: var(--mp-text);
  transition: all 0.3s; position: relative; overflow: hidden;
}
.cat-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--mp-primary), #A52020);
  opacity: 0; transition: opacity 0.3s;
}
.cat-card:hover { border-color: var(--mp-primary); transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(139,26,26,0.2); color: #fff;
}
.cat-card:hover::before { opacity: 1; }
.cat-card:hover .cat-icon { background: rgba(255,255,255,0.2); color: #fff; }
.cat-icon {
  position: relative; z-index: 1;
  width: 64px; height: 64px; border-radius: 16px;
  background: rgba(139,26,26,0.1); color: var(--mp-primary);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; margin-bottom: 1rem; transition: all 0.3s;
}
.cat-card h5 { position: relative; z-index: 1; font-weight: 700; margin-bottom: 0.5rem; font-size: 1rem; }
.cat-card p { position: relative; z-index: 1; font-size: 0.85rem; color: var(--mp-muted); margin-bottom: 1rem; }
.cat-card:hover p { color: rgba(255,255,255,0.8); }
.cat-count {
  position: relative; z-index: 1;
  background: var(--mp-secondary); color: #000;
  font-size: 0.72rem; font-weight: 700; padding: 3px 10px; border-radius: 50px;
}

/* ===== PROPERTY CARDS ===== */
.prop-card {
  background: #fff; border-radius: 16px; overflow: hidden;
  border: 1px solid var(--mp-border);
  transition: all 0.3s; box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.prop-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,0.12); }
.prop-card.featured-card { border-color: var(--mp-secondary); }
.prop-img { position: relative; }
.prop-img-placeholder {
  height: 220px; display: flex; align-items: center;
  justify-content: center; font-size: 4rem;
}
.plot-bg { background: linear-gradient(135deg, #4A7C59, #2D5A3D); color: rgba(255,255,255,0.4); }
.flat-bg { background: linear-gradient(135deg, #1A3A5C, #2D5A8E); color: rgba(255,255,255,0.4); }
.villa-bg { background: linear-gradient(135deg, #5C3A1A, #8B5A2D); color: rgba(255,255,255,0.4); }
.commercial-bg { background: linear-gradient(135deg, #3A1A5C, #5A2D8B); color: rgba(255,255,255,0.4); }
.prop-tag {
  position: absolute; top: 12px; left: 12px;
  font-size: 0.7rem; font-weight: 700; padding: 3px 10px;
  border-radius: 50px; letter-spacing: 0.04em;
}
.prop-tag.new { background: #22c55e; color: #fff; }
.prop-tag.hot { background: var(--mp-primary); color: #fff; }
.prop-tag-type {
  position: absolute; top: 12px; right: 12px;
  font-size: 0.7rem; font-weight: 700; padding: 3px 10px;
  background: rgba(0,0,0,0.5); color: #fff; border-radius: 50px;
}
.prop-body { padding: 1.25rem; }
.prop-body h5 { font-size: 1rem; font-weight: 700; margin-bottom: 0.3rem; }
.prop-loc { color: var(--mp-muted); font-size: 0.82rem; margin-bottom: 0.75rem; }
.prop-meta { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 1rem; }
.prop-meta span { font-size: 0.78rem; color: var(--mp-muted); }
.prop-footer { display: flex; align-items: center; justify-content: space-between; }
.prop-price { font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; color: var(--mp-primary); }
.prop-price small { font-size: 0.75rem; color: var(--mp-muted); font-family: var(--font-body); font-weight: 400; }

/* ===== WHY SECTION ===== */
.why-list { display: flex; flex-direction: column; gap: 1.2rem; margin-top: 1.5rem; }
.why-item { display: flex; gap: 1rem; align-items: flex-start; }
.why-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(139,26,26,0.1); color: var(--mp-primary);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; flex-shrink: 0;
}
.why-item strong { display: block; font-weight: 700; margin-bottom: 2px; }
.why-item p { margin: 0; font-size: 0.85rem; color: var(--mp-muted); }
.achievement-box {
  background: #fff; border: 1px solid var(--mp-border);
  border-radius: 16px; padding: 2rem; text-align: center;
  transition: all 0.3s;
}
.achievement-box:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,0.1); }
.achievement-box.accent-box { background: var(--mp-primary); border-color: var(--mp-primary); color: #fff; }
.achievement-box i { font-size: 2rem; color: var(--mp-secondary); margin-bottom: 0.75rem; display: block; }
.achievement-box h3 { font-family: var(--font-display); font-size: 2.2rem; font-weight: 700; margin-bottom: 0.25rem; }
.achievement-box p { margin: 0; font-size: 0.88rem; color: var(--mp-muted); }
.accent-box p { color: rgba(255,255,255,0.75); }
.accent-box h3 { color: #fff; }

/* ===== TESTIMONIALS ===== */
.testimonial-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px; padding: 2rem; color: #fff;
  transition: all 0.3s;
}
.testimonial-card:hover { border-color: rgba(200,150,12,0.4); transform: translateY(-4px); }
.testimonial-card.featured-testimonial { border-color: var(--mp-secondary); background: rgba(200,150,12,0.08); }
.stars { color: var(--mp-secondary); font-size: 1.1rem; margin-bottom: 1rem; }
.testimonial-card p { color: rgba(255,255,255,0.8); font-size: 0.9rem; line-height: 1.7; margin-bottom: 1.5rem; }
.client-info { display: flex; align-items: center; gap: 0.75rem; }
.client-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--mp-primary), var(--mp-secondary));
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.85rem; flex-shrink: 0;
}
.client-info strong { display: block; font-size: 0.9rem; }
.client-info span { font-size: 0.75rem; color: rgba(255,255,255,0.5); }

/* ===== LOCATION CHIPS ===== */
.location-chip {
  display: flex; align-items: center; gap: 0.5rem;
  padding: 0.75rem 1.25rem; background: #fff;
  border: 1px solid var(--mp-border); border-radius: 50px;
  text-decoration: none; color: var(--mp-text);
  font-size: 0.88rem; font-weight: 500; transition: all 0.3s;
}
.location-chip:hover, .location-chip.active {
  background: var(--mp-primary); color: #fff; border-color: var(--mp-primary);
}

/* ===== CTA BANNER ===== */
.cta-banner {
  background: linear-gradient(135deg, var(--mp-primary) 0%, #6B1212 100%);
  position: relative; overflow: hidden;
}
.cta-banner::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.cta-banner h2 { font-family: var(--font-display); color: #fff; font-size: clamp(1.6rem, 3vw, 2.2rem); position: relative; }
.cta-banner p { color: rgba(255,255,255,0.8); position: relative; font-size: 1rem; }

/* ===== FOOTER ===== */
.mp-footer { background: var(--mp-dark); color: rgba(255,255,255,0.7); }
.footer-brand .brand-name { font-size: 1.1rem; }
.footer-about { font-size: 0.88rem; line-height: 1.7; color: rgba(255,255,255,0.6); }
.footer-social { display: flex; gap: 0.75rem; margin-top: 1rem; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 8px;
  background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.7);
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; transition: all 0.3s; font-size: 1rem;
}
.footer-social a:hover { background: var(--mp-primary); color: #fff; }
.footer-heading {
  color: #fff; font-size: 0.85rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  margin-bottom: 1.2rem;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--mp-secondary); }
.footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-contact li { display: flex; gap: 0.75rem; margin-bottom: 0.7rem; font-size: 0.85rem; color: rgba(255,255,255,0.6); }
.footer-contact li i { color: var(--mp-secondary); flex-shrink: 0; margin-top: 2px; }
.footer-contact a { color: rgba(255,255,255,0.6); text-decoration: none; }
.footer-contact a:hover { color: var(--mp-secondary); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 1.5rem 0; text-align: center;
  font-size: 0.82rem; color: rgba(255,255,255,0.4);
}
.footer-bottom a { color: rgba(255,255,255,0.4); text-decoration: none; }
.footer-bottom a:hover { color: var(--mp-secondary); }

/* ===== WHATSAPP FAB ===== */
.whatsapp-fab {
  position: fixed; bottom: 28px; right: 28px; z-index: 999;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; text-decoration: none;
  box-shadow: 0 6px 20px rgba(37,211,102,0.5);
  animation: waPulse 2s ease infinite;
  transition: transform 0.3s;
}
.whatsapp-fab:hover { color: #fff; transform: scale(1.1); }
@keyframes waPulse {
  0%, 100% { box-shadow: 0 6px 20px rgba(37,211,102,0.5); }
  50% { box-shadow: 0 6px 30px rgba(37,211,102,0.8); }
}

/* ===== PAGE HERO (inner pages) ===== */
.page-hero {
  background: linear-gradient(135deg, var(--mp-dark) 0%, #2D1810 100%);
  padding: 140px 0 70px; position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(139,26,26,0.25) 0%, transparent 60%);
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: #fff; margin-bottom: 0.5rem; }
.page-hero p { color: rgba(255,255,255,0.7); font-size: 1rem; margin: 0; }
.breadcrumb-mp .breadcrumb-item a { color: var(--mp-secondary); text-decoration: none; }
.breadcrumb-mp .breadcrumb-item.active { color: rgba(255,255,255,0.5); }
.breadcrumb-mp .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.3); }

/* ===== ABOUT PAGE ===== */
.team-card { background: #fff; border-radius: 16px; overflow: hidden; border: 1px solid var(--mp-border); transition: all 0.3s; }
.team-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,0,0,0.1); }
.team-img { height: 220px; display: flex; align-items: center; justify-content: center; font-size: 5rem; }
.team-body { padding: 1.5rem; text-align: center; }
.team-body h5 { font-weight: 700; margin-bottom: 2px; }
.team-body p { color: var(--mp-muted); font-size: 0.85rem; margin: 0; }
.value-card { padding: 2rem; border: 1px solid var(--mp-border); border-radius: 16px; transition: all 0.3s; }
.value-card:hover { border-color: var(--mp-primary); box-shadow: 0 8px 24px rgba(139,26,26,0.1); }
.value-card i { font-size: 2rem; color: var(--mp-primary); margin-bottom: 1rem; display: block; }

/* ===== PROPERTIES PAGE ===== */
.filter-bar { background: #fff; border-radius: 12px; border: 1px solid var(--mp-border); padding: 1rem 1.5rem; margin-bottom: 2rem; }
.filter-bar .btn { font-size: 0.82rem; border-radius: 50px; padding: 0.4rem 1rem; }
.filter-btn { background: transparent; border: 1px solid var(--mp-border); color: var(--mp-text); }
.filter-btn.active, .filter-btn:hover { background: var(--mp-primary); border-color: var(--mp-primary); color: #fff; }

/* ===== PROJECTS PAGE ===== */
.project-card { background: #fff; border-radius: 20px; overflow: hidden; border: 1px solid var(--mp-border); transition: all 0.3s; margin-bottom: 2rem; }
.project-card:hover { box-shadow: 0 20px 50px rgba(0,0,0,0.12); }
.project-img { height: 260px; display: flex; align-items: center; justify-content: center; position: relative; }
.project-status { position: absolute; top: 16px; left: 16px; background: var(--mp-secondary); color: #000; font-size: 0.72rem; font-weight: 700; padding: 4px 12px; border-radius: 50px; }
.project-body { padding: 1.5rem 2rem; }
.project-detail { display: flex; gap: 1.5rem; flex-wrap: wrap; margin: 1rem 0; }
.project-detail span { font-size: 0.82rem; color: var(--mp-muted); }
.project-detail strong { color: var(--mp-text); }

/* ===== GALLERY PAGE ===== */
.gallery-item { border-radius: 12px; overflow: hidden; cursor: pointer; position: relative; }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-placeholder { height: 220px; display: flex; align-items: center; justify-content: center; font-size: 3rem; }
.gallery-overlay { position: absolute; inset: 0; background: rgba(139,26,26,0.8); opacity: 0; transition: opacity 0.3s; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 2rem; }

/* ===== BLOG PAGE ===== */
.blog-card { background: #fff; border-radius: 16px; overflow: hidden; border: 1px solid var(--mp-border); transition: all 0.3s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.1); }
.blog-img-placeholder { height: 200px; display: flex; align-items: center; justify-content: center; font-size: 3rem; }
.blog-body { padding: 1.5rem; }
.blog-cat { font-size: 0.72rem; font-weight: 700; color: var(--mp-primary); text-transform: uppercase; letter-spacing: 0.08em; }
.blog-body h5 { font-size: 1rem; font-weight: 700; margin: 0.5rem 0; line-height: 1.4; }
.blog-meta { font-size: 0.78rem; color: var(--mp-muted); }

/* ===== CONTACT PAGE ===== */
.contact-form-card { background: #fff; border-radius: 20px; padding: 2.5rem; border: 1px solid var(--mp-border); box-shadow: 0 10px 40px rgba(0,0,0,0.08); }
.contact-info-card { background: var(--mp-dark); border-radius: 20px; padding: 2.5rem; color: #fff; }
.contact-info-item { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.5rem; }
.contact-info-item i { width: 42px; height: 42px; border-radius: 10px; background: rgba(200,150,12,0.15); color: var(--mp-secondary); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.contact-info-item strong { display: block; color: #fff; font-size: 0.88rem; margin-bottom: 2px; }
.contact-info-item span { color: rgba(255,255,255,0.6); font-size: 0.85rem; }
.form-label { font-size: 0.82rem; font-weight: 600; color: var(--mp-text); margin-bottom: 0.4rem; }
.form-control, .form-select {
  border: 1px solid var(--mp-border); border-radius: 8px;
  padding: 0.65rem 1rem; font-size: 0.88rem; color: var(--mp-text);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-control:focus, .form-select:focus {
  border-color: var(--mp-primary); box-shadow: 0 0 0 3px rgba(139,26,26,0.1);
  outline: none;
}
.map-embed { border-radius: 16px; overflow: hidden; border: 1px solid var(--mp-border); }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .hero-stats { gap: 1rem; }
  .stat-num { font-size: 1.5rem; }
  .search-bar-wrapper { margin-top: 20px; border-radius: 12px; }
  .search-btn { border-radius: 0 0 12px 12px !important; }
  .search-field.border-start { border-left: none !important; border-top: 1px solid var(--mp-border) !important; }
}
@media (max-width: 767px) {
  .hero-title { font-size: 2.2rem; }
  .hero-stats .stat-divider { display: none; }
  .hero-stats { gap: 1.5rem 1rem; }
  .stat-item { flex-direction: row; align-items: center; gap: 0.5rem; }
  .stat-num { font-size: 1.4rem; }
}
