/*
Theme Name: Dream Lands
Theme URI: http://dreamlandsbd.com/
Author: Dream Lands Team
Author URI: http://dreamlandsbd.com/
Description: Custom WordPress Theme for Dream Lands - Real Estate Bangladesh.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dream-lands
*/

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

:root {
  --gold: #C9A84C;
  --gold-light: #E8C97A;
  --dark: #0D0D0D;
  --dark2: #141414;
  --dark3: #1C1C1C;
  --card-bg: #181818;
  --text: #F0EAD6;
  --text-muted: #9C9279;
  --white: #FFFFFF;
  --radius: 12px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--dark);
  color: var(--text);
  overflow-x: hidden;
    text-align: center;
}

/* ─── NAVBAR ─── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 60px;
  background: rgba(13,13,13,0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(201,168,76,0.15);
}

.nav-logo {
	    font-style: normal;
    color: var(--gold);
    font-size: xx-large;
    text-decoration: none;
}

.nav-logo span {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem; font-weight: 700;
  color: var(--gold);
  letter-spacing: 1px;
}
.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a {
  text-decoration: none; color: var(--text-muted);
  font-size: 0.88rem; font-weight: 500; letter-spacing: 0.5px;
  transition: color 0.25s;
}
.nav-links a:hover { color: var(--gold); }
.nav-cta {
  background: var(--gold); color: var(--dark);
  border: none; padding: 10px 28px; border-radius: 30px;
  font-size: 0.85rem; font-weight: 600; cursor: pointer;
  letter-spacing: 0.5px; transition: background 0.25s, transform 0.2s;
}
.nav-cta:hover { background: var(--gold-light); transform: translateY(-1px); }

/* ─── HERO ─── */
.hero {
  display: flex; align-items: center;
  position: relative;
  overflow: hidden;
  padding: 20px 0px 80px;
  text-aling: center;
}
.hero-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(201,168,76,0.12) 0%, transparent 60%),
              linear-gradient(135deg, #0D0D0D 0%, #1a1208 100%);
}
.hero-grid {
  position: absolute; inset: 0; opacity: 0.04;
  background-image: linear-gradient(var(--gold) 1px, transparent 1px),
                    linear-gradient(90deg, var(--gold) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero-content { position: relative; z-index: 2; width: 100%; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid rgba(201,168,76,0.4); border-radius: 20px;
  padding: 6px 16px; margin-bottom: 28px;
  font-size: 0.78rem; color: var(--gold); letter-spacing: 1px; text-transform: uppercase;
}
.hero-badge::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold); animation: pulse 1.8s infinite;
}
@keyframes pulse {
  0%,100% { opacity: 1; } 50% { opacity: 0.3; }
}
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 900; line-height: 1.12;
  margin-bottom: 24px;
}
.hero h1 em { font-style: normal; color: var(--gold); }
.hero p {
  font-size: 1.05rem; line-height: 1.75; color: var(--text-muted);
  max-width: 480px; margin-bottom: 40px;
}
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--dark); padding: 14px 36px; border-radius: 40px;
  font-weight: 700; font-size: 0.9rem; border: none; cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s; letter-spacing: 0.5px;
  text-decoration: none; display: inline-block;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(201,168,76,0.35); }
.btn-outline {
  background: transparent; color: var(--text);
  border: 1.5px solid rgba(201,168,76,0.4); padding: 14px 36px;
  border-radius: 40px; font-weight: 500; font-size: 0.9rem;
  cursor: pointer; transition: border-color 0.2s, color 0.2s;
  text-decoration: none; display: inline-block;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.hero-stats {
  position: relative; z-index: 2;
  display: flex; gap: 40px; margin-top: 56px;
}
.stat { border-left: 2px solid var(--gold); padding-left: 16px; }
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem; font-weight: 700; color: var(--gold);
}
.stat-label { font-size: 0.78rem; color: var(--text-muted); margin-top: 2px; }

/* ─── SECTION COMMON ─── */
section { padding: 90px 60px; }
.section-tag {
  font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700; line-height: 1.2; margin-bottom: 16px;
}
.section-sub { color: var(--text-muted); font-size: 1rem; line-height: 1.7; max-width: 560px; }
.divider {
  width: 60px; height: 3px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin: 20px 0 40px;
}
.divider-center {
  margin: 20px auto 40px;
}

/* ─── ABOUT ─── */
.about-wrap {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.about-img-wrap { position: relative; }
.about-img-wrap img {
  width: 100%; border-radius: var(--radius);
  filter: brightness(0.85);
}
.about-badge {
  position: absolute; bottom: -20px; right: -20px;
  background: var(--gold); color: var(--dark);
  border-radius: var(--radius); padding: 20px 28px; text-align: center;
  font-family: 'Playfair Display', serif;
}
.about-badge strong { font-size: 2rem; display: block; }
.about-badge span { font-size: 0.78rem; font-weight: 600; }
.about-features { display: flex; flex-direction: column; gap: 16px; margin-top: 28px; }
.feat-item {
  display: flex; align-items: center; gap: 14px;
  background: var(--card-bg); border-radius: 8px; padding: 14px 18px;
  border: 1px solid rgba(201,168,76,0.1);
}
.feat-icon { font-size: 1.4rem; }
.feat-text { font-size: 0.88rem; color: var(--text-muted); }
.feat-text strong { color: var(--text); display: block; font-size: 0.92rem; }

/* ─── PROPERTIES ─── */
.properties-bg { background: var(--dark2); }
.props-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
  margin-top: 48px;
}
.prop-card {
  background: var(--card-bg); border-radius: var(--radius);
  overflow: hidden; border: 1px solid rgba(201,168,76,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}
.prop-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.5), 0 0 0 1px rgba(201,168,76,0.25);
}
.prop-img {
  width: 100%; height: 220px; object-fit: cover;
  filter: brightness(0.8); transition: filter 0.3s;
}
.prop-card:hover .prop-img { filter: brightness(0.95); }
.prop-body { padding: 24px; }
.prop-tag {
  font-size: 0.7rem; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 10px;
}
.prop-body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.22rem; font-weight: 700; margin-bottom: 12px;
}
.prop-body p { font-size: 0.84rem; color: var(--text-muted); line-height: 1.65; }
.prop-meta {
  display: flex; flex-direction: column; gap: 6px;
  margin: 16px 0; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.06);
}
.meta-row { display: flex; align-items: center; gap: 8px; font-size: 0.82rem; color: var(--text-muted); }
.meta-row span:first-child { font-size: 1rem; }
.prop-cta {
  display: inline-block; margin-top: 8px;
  background: transparent; border: 1px solid var(--gold);
  color: var(--gold); padding: 9px 22px; border-radius: 30px;
  font-size: 0.82rem; font-weight: 600; cursor: pointer;
  transition: background 0.2s, color 0.2s; text-decoration: none;
}
.prop-cta:hover { background: var(--gold); color: var(--dark); }

/* ─── OFFERS ─── */
.offers-wrap {
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 48px;
}
.offer-card {
  border-radius: var(--radius); overflow: hidden; position: relative;
  min-height: 380px; display: flex; flex-direction: column; justify-content: flex-end;
}
.offer-card img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; filter: brightness(0.4);
}
.offer-body {
  position: relative; z-index: 2; padding: 32px;
  background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, transparent 100%);
}
.offer-body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem; font-weight: 700; margin-bottom: 10px;
}
.offer-body p { font-size: 0.84rem; color: rgba(240,234,214,0.75); line-height: 1.6; margin-bottom: 18px; }
.btn-sm { font-size: 0.82rem; padding: 10px 24px; }

/* ─── BLOG ─── */
.blog-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px;
}
.blog-card {
  background: var(--card-bg); border-radius: var(--radius); overflow: hidden;
  border: 1px solid rgba(201,168,76,0.08);
  transition: transform 0.25s;
}
.blog-card:hover { transform: translateY(-4px); }
.blog-card img { width: 100%; height: 190px; object-fit: cover; filter: brightness(0.75); }
.blog-body { padding: 20px; }
.blog-body .blog-tag {
  font-size: 0.7rem; color: var(--gold);
  text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px;
}
.blog-body h4 { font-family: 'Playfair Display', serif; font-size: 1.05rem; line-height: 1.4; }

/* ─── TESTIMONIALS ─── */
.testi-bg { background: var(--dark3); }
.testi-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 48px;
}
.testi-card {
  background: var(--card-bg); border-radius: var(--radius); padding: 28px;
  border: 1px solid rgba(201,168,76,0.1); position: relative;
}
.testi-card::before {
  content: '"'; position: absolute; top: 12px; right: 20px;
  font-family: 'Playfair Display', serif; font-size: 5rem;
  color: rgba(201,168,76,0.1); line-height: 1;
}
.stars { color: var(--gold); font-size: 0.9rem; margin-bottom: 14px; }
.testi-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 20px; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-author img {
  width: 44px; height: 44px; border-radius: 50%;
  object-fit: cover; border: 2px solid var(--gold);
}
.testi-author strong { font-size: 0.88rem; }

/* ─── TEAM ─── */
.team-section { text-align: center; }
.team-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px;
  max-width: 640px; margin: 48px auto 0;
}
.team-card {
  background: var(--card-bg); border-radius: var(--radius); overflow: hidden;
  border: 1px solid rgba(201,168,76,0.1); text-align: center;
  transition: transform 0.25s;
}
.team-card:hover { transform: translateY(-4px); }
.team-card img { width: 100%; height: 240px; object-fit: cover; filter: brightness(0.85); }
.team-body { padding: 20px; }
.team-body h4 { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 700; }
.team-body p { font-size: 0.8rem; color: var(--gold); margin-top: 4px; }

/* ─── FOOTER ─── */
footer {
  background: #080808; padding: 50px 50px 50px 50px;
  border-top: 1px solid rgba(201,168,76,0.12);
}
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px;
}
.footer-brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem; font-weight: 700; color: var(--gold);
}
.footer-brand p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; margin-top: 14px; }
.footer-col h5 {
  font-size: 0.8rem; letter-spacing: 2px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 18px;
}
.footer-col a {
  display: block; text-decoration: none; color: var(--text-muted);
  font-size: 0.88rem; margin-bottom: 10px; transition: color 0.2s;
}
.footer-col a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06); padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
}
.social-strip{
  background:#111009;
  padding:24px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-top:1px solid rgba(255,255,255,0.06);
}

.social-strip p{
  font-size:15px;
  color:rgba(255,255,255,0.65);
  margin:0;
}

.social-btns{
  display:flex;
  align-items:center;
  gap:12px;
}

.soc-btn{
  width:44px;
  height:44px;
  border-radius:50%;
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.08);
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#ffffff;
  font-size:20px;
  transition:all 0.3s ease;
}

.soc-btn:hover{
  background:#C9A84C;
  color:#111009;
  transform:translateY(-2px);
  border-color:#C9A84C;
}


.footer-bottom p { font-size: 0.78rem; color: var(--text-muted); }
.footer-bottom span { color: var(--gold); }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  nav { padding: 16px 30px; }
  section { padding: 70px 30px; }
  .hero { padding: 120px 30px 80px; }
  .props-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .hero { padding: 100px 24px 60px; min-height: auto; }
  .hero h1 { font-size: 2.2rem; }
  .hero-stats { gap: 24px; }
  .about-wrap { grid-template-columns: 1fr; }
  .props-grid,
  .blog-grid,
  .testi-grid,
  .offers-wrap { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  section { padding: 60px 24px; }
  footer { padding: 40px 24px 24px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
    
  .social-strip{
    flex-direction:column;
    text-align:center;
    gap:18px;
    padding:24px 20px;
  }

}

}