/* Ichche BD Real Estate — main stylesheet */

:root{
	--ichchebd-primary: #0e1b2c;
	--ichchebd-accent: #c69a3a;
	--ichchebd-text: #2b2f36;
	--ichchebd-muted: #6b7280;
	--ichchebd-bg: #ffffff;
	--ichchebd-light-bg: #f6f7f9;
	--font-heading: 'Poppins', 'Hind Siliguri', sans-serif;
	--font-body: 'Hind Siliguri', 'Poppins', sans-serif;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0;font-family:var(--font-body);color:var(--ichchebd-text);background:var(--ichchebd-bg);line-height:1.6;}
img{max-width:100%;height:auto;display:block;}
a{color:inherit;text-decoration:none;}
h1,h2,h3,h4{font-family:var(--font-heading);color:var(--ichchebd-primary);margin:0 0 .5em;}
.container{max-width:1240px;margin:0 auto;padding:0 20px;}
.section{padding:70px 0;}
.section-title{text-align:center;font-size:clamp(1.5rem,4vw,2rem);margin-bottom:40px;}
.section-note{text-align:center;color:var(--ichchebd-muted);}
.section-cta{text-align:center;margin-top:30px;}

@media (max-width:600px){
	.container{padding:0 16px;}
	.section{padding:44px 0;}
	.section-title{margin-bottom:26px;}
}

/* Buttons */
.btn{display:inline-block;padding:12px 28px;border-radius:6px;font-weight:600;font-size:.95rem;transition:transform .15s ease, opacity .15s ease;}
.btn--accent{background:var(--ichchebd-accent);color:#1a1a1a;}
.btn--accent:hover{opacity:.9;transform:translateY(-2px);}
.btn--outline{border:2px solid var(--ichchebd-primary);color:var(--ichchebd-primary);}
.btn--outline:hover{background:var(--ichchebd-primary);color:#fff;}

/* Header */
.site-header{position:sticky;top:0;z-index:100;background:var(--ichchebd-primary);}
.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 20px;}
.site-branding img,.custom-logo{max-height:52px;width:auto;}
.primary-menu{display:flex;gap:26px;list-style:none;margin:0;padding:0;}
.primary-menu a{color:#f2f2f2;font-weight:500;font-size:.95rem;}
.primary-menu a:hover{color:var(--ichchebd-accent);}
.site-header__actions{display:flex;align-items:center;gap:16px;flex-shrink:0;}
.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:6px;}
.mobile-menu-toggle span{width:24px;height:2px;background:#fff;}

@media (max-width:960px){
	.primary-menu{position:fixed;top:0;right:-280px;height:100vh;width:min(260px,80vw);background:var(--ichchebd-primary);flex-direction:column;padding:90px 24px;transition:right .25s ease;overflow-y:auto;z-index:200;}
	.primary-menu.is-open{right:0;}
	.mobile-menu-toggle{display:flex;}
}
@media (max-width:420px){
	.site-header__inner{padding:12px 16px;gap:12px;}
	.site-branding img,.custom-logo{max-height:38px;}
	.site-header__actions .btn{padding:9px 14px;font-size:.85rem;}
}

/* Hero */
.hero{position:relative;min-height:640px;display:flex;flex-direction:column;justify-content:center;background:var(--hero-bg) center/cover no-repeat;color:#fff;overflow:hidden;}
.hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
.hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(14,27,44,.55), rgba(14,27,44,.85));z-index:1;}
.hero__content{position:relative;z-index:2;text-align:center;padding:60px 20px 30px;}
.hero__content h1{color:#fff;font-size:clamp(1.7rem,5vw,2.6rem);max-width:820px;margin:0 auto .3em;}
.hero__content p{max-width:600px;margin:0 auto 1.5em;color:#e5e7eb;font-size:clamp(.9rem,2vw,1rem);}

@media (max-width:600px){
	.hero{min-height:520px;}
	.hero__content{padding:40px 16px 20px;}
}

/* Filter bar */
.property-filter-bar{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;background:rgba(255,255,255,.08);backdrop-filter:blur(6px);padding:18px;border-radius:10px;margin:0 auto;max-width:900px;}
.property-filter-bar select{padding:10px 14px;border-radius:6px;border:1px solid rgba(255,255,255,.3);background:#fff;color:var(--ichchebd-text);min-width:150px;flex:1 1 150px;}
.property-filter-bar .btn{flex:1 1 100%;}
@media (max-width:600px){
	.property-filter-bar{flex-direction:column;padding:16px;}
	.property-filter-bar select{width:100%;min-width:0;}
}

/* Property grid / cards */
.property-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
@media (max-width:960px){.property-grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:640px){.property-grid{grid-template-columns:1fr;}}

.property-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 6px 20px rgba(14,27,44,.08);transition:transform .2s ease;}
.property-card:hover{transform:translateY(-4px);}
.property-card__img{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;}
.property-card__img img{width:100%;height:100%;object-fit:cover;}
.property-card__price{position:absolute;bottom:10px;left:10px;background:var(--ichchebd-accent);color:#1a1a1a;padding:4px 12px;border-radius:5px;font-size:.85rem;font-weight:700;}
.property-card__body{padding:18px 20px 22px;}
.property-card__title{font-size:1.15rem;margin-bottom:4px;}
.property-card__location{color:var(--ichchebd-muted);font-size:.9rem;margin:0 0 12px;}
.property-card__meta{list-style:none;display:flex;flex-wrap:wrap;gap:14px;margin:0;padding:0;font-size:.82rem;color:var(--ichchebd-muted);}
.property-card__meta span{display:block;color:var(--ichchebd-primary);font-weight:600;}

/* Featured / video / testimonials sections */
.featured-properties{background:var(--ichchebd-light-bg);}
.brand-video__inner{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.brand-video__thumb img{border-radius:12px;}
@media (max-width:800px){.brand-video__inner{grid-template-columns:1fr;}}

/* Properties archive */
.properties-archive__layout{display:grid;grid-template-columns:260px 1fr;gap:40px;align-items:start;}
@media (max-width:860px){.properties-archive__layout{grid-template-columns:1fr;}}
.properties-filters{background:var(--ichchebd-light-bg);padding:22px;border-radius:10px;}
.filter-group{margin-bottom:16px;}
.filter-group h4{font-size:.9rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:6px;}
.filter-group select{width:100%;padding:9px;border-radius:6px;border:1px solid #d8dce1;}

/* Single property */
.property-single__header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:16px;}
.property-single__header-right{text-align:right;}
.property-single__address{color:var(--ichchebd-muted);font-size:.95rem;margin:0;}
.property-single__address .dashicons{font-size:18px;width:18px;height:18px;vertical-align:middle;color:var(--ichchebd-accent);}
.property-single__price{font-size:1.4rem;font-weight:700;color:var(--ichchebd-accent);margin:0 0 6px;}
.possession-badge{display:inline-block;background:var(--ichchebd-primary);color:#fff;font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:5px;}
.property-single__hero img{border-radius:12px;margin:20px 0;width:100%;object-fit:cover;}
.property-single__specs{display:flex;gap:30px;list-style:none;padding:16px 0;margin:20px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;flex-wrap:wrap;}
@media (max-width:600px){.property-single__specs{gap:18px;}}
.property-single__specs strong{display:block;font-size:.8rem;color:var(--ichchebd-muted);text-transform:uppercase;}
.property-single__gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.property-single__video iframe,.property-single__video .wp-embed{width:100%;aspect-ratio:16/9;border:0;border-radius:10px;}

.property-single__layout{display:grid;grid-template-columns:1fr 300px;gap:40px;align-items:start;margin-top:10px;}
.property-single__block{margin-top:36px;}
.property-single__block h2{font-size:1.25rem;margin-bottom:16px;}

.amenities-list,.nearby-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:10px 20px;}
.amenities-list li,.nearby-list li{display:flex;align-items:center;gap:8px;color:var(--ichchebd-text);font-size:.95rem;}
.amenities-list .dashicons{color:#2e9e5b;font-size:18px;width:18px;height:18px;flex-shrink:0;}
.nearby-list .dashicons{color:var(--ichchebd-accent);font-size:18px;width:18px;height:18px;flex-shrink:0;}

.property-single__sidebar{position:sticky;top:90px;display:flex;flex-direction:column;gap:16px;}
.agent-card{background:var(--ichchebd-light-bg);border-radius:10px;padding:22px;}
.agent-card h3{font-size:1.05rem;margin-bottom:10px;}
.agent-card__name{font-weight:600;margin-bottom:14px;}
.agent-card__btn{display:block;width:100%;text-align:center;margin-bottom:10px;box-sizing:border-box;}
.agent-card__btn:last-child{margin-bottom:0;}
.brochure-btn{display:flex;align-items:center;gap:8px;justify-content:center;background:var(--ichchebd-primary);color:#fff;padding:14px 18px;border-radius:8px;font-weight:600;text-align:center;}
.brochure-btn:hover{opacity:.9;}
.brochure-btn .dashicons{font-size:20px;width:20px;height:20px;}

/* Property card possession badge */
.property-card__badge{position:absolute;top:10px;right:10px;background:var(--ichchebd-primary);color:#fff;font-size:.72rem;font-weight:600;padding:3px 9px;border-radius:5px;}

@media (max-width:960px){
	.property-single__layout{grid-template-columns:1fr;}
	.property-single__sidebar{position:static;flex-direction:row;flex-wrap:wrap;}
	.agent-card{flex:1 1 260px;}
}
@media (max-width:600px){
	.amenities-list,.nearby-list{grid-template-columns:1fr;}
	.property-single__header{flex-direction:column;}
	.property-single__header-right{text-align:left;}
	.property-single__gallery{grid-template-columns:repeat(2,1fr);}
}

/* WhatsApp floating button */
.whatsapp-float{position:fixed;right:20px;bottom:20px;width:56px;height:56px;border-radius:50%;background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(0,0,0,.25);z-index:998;transition:transform .15s ease;}
.whatsapp-float:hover{transform:scale(1.08);}
.whatsapp-float .dashicons{font-size:28px;width:28px;height:28px;}
@media (max-width:600px){.whatsapp-float{right:14px;bottom:14px;width:50px;height:50px;}.whatsapp-float .dashicons{font-size:24px;width:24px;height:24px;}}

/* Footer */
.site-footer{background:var(--ichchebd-primary);color:#cbd3dc;padding-top:60px;}
.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:30px;padding-bottom:40px;}
@media (max-width:860px){.footer-top{grid-template-columns:1fr 1fr;}}
@media (max-width:520px){.footer-top{grid-template-columns:1fr;gap:26px;}.footer-bottom{flex-direction:column;text-align:center;}}
.footer-logo{max-width:180px;margin-bottom:14px;}
.footer-widget-title{color:#fff;font-size:1rem;}
.footer-address{white-space:pre-line;color:#aab3c0;}
.footer-socials{display:flex;gap:12px;margin-top:14px;}
.social-icon{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:#fff;}
.social-icon:hover{background:var(--ichchebd-accent);color:#1a1a1a;}
.footer-menu{list-style:none;padding:0;margin:0;}
.footer-menu li{margin-bottom:8px;}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;padding:20px;font-size:.85rem;color:#9aa4b2;}
.quick-btn{background:var(--ichchebd-accent);color:#1a1a1a;padding:8px 16px;border-radius:6px;margin-left:8px;font-weight:600;}

/* Lead popup */
.lead-popup{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:999;padding:20px;}
.lead-popup__box{background:#fff;padding:34px 30px;border-radius:12px;max-width:420px;width:100%;position:relative;box-shadow:0 20px 50px rgba(0,0,0,.3);}
.lead-popup__box h3{margin-top:0;}
.lead-popup__box .btn{margin-top:8px;}
.lead-popup__close{position:absolute;top:10px;right:14px;background:none;border:0;font-size:1.6rem;line-height:1;cursor:pointer;color:var(--ichchebd-muted);}
@media (max-width:480px){.lead-popup__box{padding:26px 20px;}}

/* Blog */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
@media (max-width:860px){.blog-grid{grid-template-columns:1fr 1fr;}}
@media (max-width:600px){.blog-grid{grid-template-columns:1fr;}}
.blog-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 6px 20px rgba(14,27,44,.06);padding-bottom:16px;}
.blog-card__img img{aspect-ratio:4/3;object-fit:cover;}
.blog-card h2{font-size:1.1rem;padding:0 18px;}
.entry-meta{padding:0 18px;color:var(--ichchebd-muted);font-size:.85rem;}
.entry-summary{padding:0 18px;}

.single-with-sidebar{display:grid;grid-template-columns:1fr 300px;gap:40px;}
@media (max-width:860px){.single-with-sidebar{grid-template-columns:1fr;}}

.pagination{text-align:center;margin-top:30px;}
