/*
Theme Name: MATLOOB SADDIQUE REAL ESTATE
Description: Real estate theme with glassmorphism header & hero.
Author: MATLOOB
Version: 1.0
*/

/* ===== Base ===== */
html,body{height:100%}
body{
  background:var(--bg);
  color:var(--text);
  font: 400 16px/1.6 ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",Arial;
  -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
}

a{color:#0b63c7;text-decoration:none}
a:hover{text-decoration:underline}
.muted{color:var(--muted)}
.container{max-width:1180px;margin:0 auto;padding:0 20px}

/* ===== Sections ===== */
.main-site .home-section{padding:56px 0}
.section-head{display:flex;align-items:center;justify-content:space-between;margin:0 0 20px}
.section-head h2{font-size:28px;font-weight:700}
.view-all{font-size:14px}

h1,h2,h3,h4 { font-weight: 600; line-height: 1.25; margin: 0 0 16px; }
p { margin: 0 0 12px; }

/* Buttons (generic) */
.btn-primary {
  display:inline-block; padding:12px 20px; border-radius:6px; background:#1d4ed8; color:#fff;
  transition: background .2s ease;
}
.btn-primary:hover{ background:#0b3db2; }

/* Utilities */
.main-site { min-height: 60vh; }
