/* ================================================================
   REAL ESTATE (ENVATO ELITE ARCHITECT & ESTATE THEME)
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500&display=swap');

/* --- Elite Tokens --- */
.envato-elite-estate {
	--eee-bg: #F5F7FA;             /* Cool architectural gray */
	--eee-surface: #FFFFFF;        /* Pure white */
	--eee-primary: #0F172A;        /* Very dark slate/navy */
	--eee-accent-solid: #2F6F73;   /* Deep estate teal */
	--eee-accent-grad: linear-gradient(135deg, #2F6F73 0%, #7FAEAA 50%, #2F6F73 100%);
	--eee-text: #475569;           /* Slate text */
	--eee-border: #E2E8F0;
	--eee-shadow: 0 20px 50px rgba(15, 23, 42, 0.05);
	
	--eee-font-body: 'Montserrat', sans-serif;
	--eee-font-head: 'Playfair Display', serif;
	
	background-color: var(--eee-bg);
	color: var(--eee-text);
	font-family: var(--eee-font-body);
	font-size: 16px;
	line-height: 1.8;
	overflow-x: hidden;
	position: relative;
}

.envato-elite-estate * { box-sizing: border-box; }
.envato-elite-estate img { display: block; max-width: 100%; border-radius: 0; } /* Sharp edges for elite look */

.eee-container { margin: 0 auto; padding: 0 20px; width: min(1200px, 100%); position: relative; z-index: 5; }

body.eee-sector-home .site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 1000; }
body.eee-sector-home .site-header .sa-topbar { background: #fff !important; color: var(--eee-primary) !important; }
body.eee-sector-home .site-header .sa-header-main { background: #fff !important; box-shadow: none !important; transition: box-shadow 0.3s ease; }
body.eee-sector-home .site-header .sa-header-inner {
	display: grid;
	grid-template-columns: 45% 55%;
	width: 100%;
	max-width: none;
	height: 92px;
	padding: 0;
}
body.eee-sector-home .site-header .sa-header-logo {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 0 40px;
}
body.eee-sector-home .site-header .sa-header-logo .sa-logo-link { width: min(550px, 100%); }
body.eee-sector-home .site-header .sa-header-logo img { height: 52px; }
body.eee-sector-home .site-header .sa-header-right {
	width: 100%;
	justify-content: center;
	padding: 0 40px;
}
body.eee-sector-home .site-header .sa-nav-menu { gap: 18px; }
body.eee-sector-home .site-header .sa-nav-link,
body.eee-sector-home .site-header .sa-mobile-toggle { color: var(--eee-accent-solid) !important; }
body.eee-sector-home .site-header .sa-nav-link:hover { color: var(--eee-primary) !important; }
body.eee-sector-home .site-header.eee-header-scrolled .sa-topbar { background: #fff !important; color: var(--eee-primary) !important; }
body.eee-sector-home .site-header.eee-header-scrolled .sa-header-main,
body.eee-sector-home .site-header .sa-header-main.sa-sticky-active { background: #fff !important; box-shadow: 0 12px 30px rgba(15,23,42,0.08) !important; }
body.eee-sector-home .site-header.eee-header-scrolled .sa-nav-link,
body.eee-sector-home .site-header .sa-header-main.sa-sticky-active .sa-nav-link,
body.eee-sector-home .site-header.eee-header-scrolled .sa-mobile-toggle,
body.eee-sector-home .site-header .sa-header-main.sa-sticky-active .sa-mobile-toggle { color: var(--eee-accent-solid) !important; }
body.eee-sector-home .site-header.eee-header-scrolled .sa-nav-link:hover,
body.eee-sector-home .site-header .sa-header-main.sa-sticky-active .sa-nav-link:hover { color: var(--eee-primary) !important; }

/* Guide Lines (Architecture Vibe) */
.eee-guide-lines { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: min(1200px, 100%); height: 100%; display: flex; justify-content: space-between; z-index: 0; pointer-events: none; }
.eee-line { width: 1px; height: 100%; background: rgba(15, 23, 42, 0.03); }

/* Big Background Stroke Text */
.eee-bg-text { position: absolute; top: 100px; left: -50px; font-family: var(--eee-font-head); font-size: 250px; font-weight: 700; color: rgba(15, 23, 42, 0.02); z-index: 0; pointer-events: none; user-select: none; line-height: 1; text-transform: uppercase; }
.eee-bg-text.outline { color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,0.05); }

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.eee-section-title { margin-bottom: 50px; position: relative; z-index: 2; }
.eee-section-title.center { text-align: center; }

.eee-subtitle { display: inline-block; color: var(--eee-accent-solid); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 4px; margin-bottom: 20px; }
.eee-section-title.center .eee-subtitle { margin-bottom: 20px; }

.envato-elite-estate h2 { font-family: var(--eee-font-head); font-size: clamp(35px, 4vw, 35px); font-weight: 600; color: var(--eee-primary); line-height: 1.2; margin: 0 0 20px; }
.envato-elite-estate h2 span { font-style: italic; color: var(--eee-accent-solid); }

/* ================================================================
   BUTTONS
   ================================================================ */
.eee-btn { display: inline-flex; align-items: center; justify-content: center; gap: 15px; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; padding: 20px 45px; text-decoration: none; transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); position: relative; overflow: hidden; }
.eee-btn::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.1); transform: translateX(-100%); transition: transform 0.5s ease; }
.eee-btn:hover::before { transform: translateX(0); }

.eee-btn--gold { background: var(--eee-accent-grad); color: #fff !important; box-shadow: 0 15px 30px rgba(47, 111, 115, 0.24); }
.eee-btn--gold:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(47, 111, 115, 0.3); }

.eee-btn--outline { border: 1px solid rgba(255,255,255,0.3); color: #fff !important; }
.eee-btn--outline:hover { border-color: #fff; background: #fff; color: var(--eee-primary) !important; transform: translateY(-5px); }

/* ================================================================
   HERO SLIDER (MODERN SPLIT CORPORATE)
   ================================================================ */
.eee-hero { position: relative; width: 100%; background: #fff; overflow: hidden; display: block; }
.eee-hero-track { position: relative; width: 100%; height: 100vh; min-height: 720px; }
.eee-hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.75s ease, visibility 0.75s ease; }
.eee-hero-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; z-index: 2; }

.eee-hero-split { display: flex; width: 100%; height: 100%; min-height: 720px; flex-wrap: wrap; }

.eee-hero-left { width: 45%; background: #fff; display: flex; align-items: center; justify-content: center; padding: 120px 40px 70px; position: relative; z-index: 2; }
.eee-hero-content-inner { max-width: 550px; width: 100%; opacity: 0; transform: translateY(24px); transition: opacity 0.65s ease 0.15s, transform 0.65s ease 0.15s; }
.eee-hero-slide.is-active .eee-hero-content-inner { opacity: 1; transform: translateY(0); }

.eee-hero-right { width: 55%; position: relative; overflow: hidden; }
.eee-hero-right img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); transition: transform 4s ease; }
.eee-hero-slide.is-active .eee-hero-right img { transform: scale(1); }

.eee-kicker-modern { display: inline-block; color: var(--eee-accent-solid); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; }

.eee-title-modern { font-family: var(--eee-font-head); font-size: clamp(40px, 4vw, 55px); color: var(--eee-primary); line-height: 1.15; margin: 0 0 25px; font-weight: 400; }
.eee-title-modern strong { font-weight: 700; }

.eee-desc-modern { font-size: 16px; color: var(--eee-text); line-height: 1.8; margin-bottom: 40px; }

.eee-actions-modern { display: flex; gap: 15px; margin-bottom: 50px; }
.eee-btn-modern { padding: 18px 35px; font-size: 14px; font-weight: 600; text-decoration: none; transition: all 0.3s ease; display: inline-flex; align-items: center; justify-content: center; border-radius: 2px; }
.eee-btn-modern.primary { background: var(--eee-primary); color: #fff; border: 1px solid var(--eee-primary); }
.eee-btn-modern.primary:hover { background: var(--eee-accent-solid); border-color: var(--eee-accent-solid); }
.eee-btn-modern.secondary { background: transparent; color: var(--eee-primary); border: 1px solid var(--eee-border); }
.eee-btn-modern.secondary:hover { border-color: var(--eee-primary); }

.eee-stats-modern { display: flex; gap: 40px; border-top: 1px solid var(--eee-border); padding-top: 30px; }
.eee-stat-modern strong { display: block; font-family: var(--eee-font-head); font-size: 30px; color: var(--eee-primary); line-height: 1; margin-bottom: 5px; font-weight: 600; }
.eee-stat-modern span { font-size: 12px; color: var(--eee-text); text-transform: uppercase; letter-spacing: 1px; font-weight: 500; }

.eee-hero-controls { position: absolute; left: 50%; bottom: 55px; z-index: 5; display: flex; align-items: center; gap: 16px; transform: translateX(-50%); }
.eee-hero-arrow { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(15,23,42,0.16); background: rgba(255,255,255,0.92); color: var(--eee-primary); cursor: pointer; transition: all 0.25s ease; }
.eee-hero-arrow:hover { background: var(--eee-primary); color: #fff; border-color: var(--eee-primary); }
.eee-hero-dots { display: flex; align-items: center; gap: 10px; padding: 13px 16px; background: rgba(255,255,255,0.9); border: 1px solid rgba(15,23,42,0.08); }
.eee-hero-dot { width: 9px; height: 9px; border: 0; border-radius: 999px; background: rgba(15,23,42,0.28); cursor: pointer; padding: 0; transition: width 0.25s ease, background-color 0.25s ease; }
.eee-hero-dot.is-active { width: 28px; background: var(--eee-accent-solid); }

@keyframes fadeUpModern { 0% { opacity: 0; transform: translateY(30px); } 100% { opacity: 1; transform: translateY(0); } }

/* ================================================================
   ABOUT US (ASYMMETRIC GRID)
   ================================================================ */
.eee-about { padding: 200px 0 120px; position: relative; overflow: hidden; }
.eee-about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; position: relative; z-index: 2; }

.eeea-img-wrapper { position: relative; height: 600px; }
.eeea-gold-square { position: absolute; top: 0; left: 0; width: 70%; height: 70%; border: 1px solid var(--eee-accent-solid); z-index: 1; }
.eeea-img-main { position: absolute; top: 40px; left: 40px; width: 80%; height: 80%; object-fit: cover; z-index: 2; box-shadow: var(--eee-shadow); }
.eeea-img-secondary { position: absolute; bottom: 0; right: 0; width: 50%; height: 50%; object-fit: cover; z-index: 3; box-shadow: 0 30px 60px rgba(15,23,42,0.2); border: 10px solid var(--eee-surface); }

.eee-prose { font-size: 17px; margin-bottom: 40px; color: var(--eee-text); }

.eeea-list { display: flex; flex-direction: column; gap: 30px; border-top: 1px solid var(--eee-border); padding-top: 40px; }
.eeea-item { display: flex; gap: 20px; align-items: flex-start; }
.eeea-icon-box { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; color: var(--eee-accent-solid); font-size: 16px; margin-top: 5px; }
.eeea-item h4 { font-size: 18px; font-family: var(--eee-font-head); color: var(--eee-primary); font-weight: 600; margin: 0 0 10px; }
.eeea-item p { margin: 0; font-size: 14px; }

/* ================================================================
   SERVICES (HOVER REVEAL)
   ================================================================ */
.eee-services { padding: 120px 0; background: var(--eee-surface); }
.eee-services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }

.eees-card { position: relative; background: var(--eee-bg); padding: 50px 40px; overflow: hidden; transition: all 0.5s ease; border: 1px solid var(--eee-border); z-index: 1; }
.eees-card:hover { transform: translateY(-10px); border-color: transparent; box-shadow: var(--eee-shadow); }

.eees-card-inner { position: relative; z-index: 2; }
.eees-icon { font-size: 40px; color: var(--eee-primary); margin-bottom: 30px; transition: color 0.4s; }
.eees-card:hover .eees-icon { color: var(--eee-accent-solid); }

.eees-card h3 { font-size: 22px; font-family: var(--eee-font-head); font-weight: 600; color: var(--eee-primary); margin: 0 0 20px; transition: color 0.4s; }
.eees-card h3 a { color: inherit; text-decoration: none; }
.eees-card h3 a:hover { color: var(--eee-accent-solid); }
.eees-card p { font-size: 15px; margin: 0; transition: color 0.4s; color: var(--eee-text); }

/* Hover bar reveal from bottom */
.eees-hover-bar { position: absolute; bottom: 0; left: 0; width: 100%; height: 0; background: var(--eee-primary); z-index: 1; transition: height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
.eees-card:hover .eees-hover-bar { height: 100%; }
.eees-card:hover h3, .eees-card:hover p { color: #fff; }

/* ================================================================
   WHY US (DARK PARALLAX)
   ================================================================ */
.eee-why { position: relative; padding: 150px 0; color: #fff; overflow: hidden; }
.eee-why-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--eee-primary); z-index: 1; }

.eee-why__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 2; }

.eeew-list { display: flex; flex-direction: column; gap: 40px; }
.eeew-item { display: flex; gap: 25px; align-items: flex-start; }
.eeew-number { width: 40px; height: 1px; background: var(--eee-accent-solid); margin-top: 15px; flex-shrink: 0; position: relative; }
.eeew-number::after { content: ''; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; background: var(--eee-accent-solid); border-radius: 50%; }
.eeew-text h4 { font-size: 22px; font-family: var(--eee-font-head); font-weight: 600; color: #fff; margin: 0 0 10px; }
.eeew-text p { margin: 0; font-size: 15px; color: rgba(255,255,255,0.6); }

.eeew-img-box { position: relative; padding: 30px; }
.eeew-img-box::before { content: ''; position: absolute; top: 0; right: 0; width: 80%; height: 100%; border: 1px solid rgba(255,255,255,0.1); z-index: 1; }
.eeew-img-box img { position: relative; z-index: 2; box-shadow: 0 30px 60px rgba(0,0,0,0.5); }
/* ================================================================
   REVIEWS
   ================================================================ */
.eee-reviews { padding: 120px 0; }
.eee-reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }

.eeer-card { padding: 50px; background: var(--eee-surface); border: 1px solid var(--eee-border); transition: all 0.4s ease; }
.eeer-card:hover { border-color: var(--eee-accent-solid); box-shadow: var(--eee-shadow); transform: translateY(-10px); }
.eeer-quote { font-size: 30px; color: var(--eee-accent-solid); margin-bottom: 30px; }
.eeer-card p { font-size: 16px; font-style: italic; color: var(--eee-text); margin-bottom: 40px; line-height: 1.8; }
.eeer-author { display: flex; align-items: center; gap: 20px; }
.eeer-line { width: 30px; height: 1px; background: var(--eee-primary); }
.eeer-info strong { display: block; font-size: 16px; font-family: var(--eee-font-head); font-weight: 600; color: var(--eee-primary); }
.eeer-info span { font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: var(--eee-text); }

/* ================================================================
   BLOG
   ================================================================ */
.eee-blog { padding: 80px 0 150px; background: var(--eee-surface); border-top: 1px solid var(--eee-border); }
.eee-blog__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }

.eeeb-card { position: relative; group: hover; }
.eeeb-img-wrap { position: relative; aspect-ratio: 4/3; overflow: hidden; margin-bottom: 30px; }
.eeeb-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; }
.eeeb-card:hover .eeeb-img-wrap img { transform: scale(1.1); }
.eeeb-tag { position: absolute; top: 20px; left: 20px; background: var(--eee-surface); color: var(--eee-primary); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; padding: 8px 16px; }

.eeeb-content h3 { font-size: 22px; font-family: var(--eee-font-head); font-weight: 600; margin: 0 0 20px; line-height: 1.4; }
.eeeb-content h3 a { color: var(--eee-primary); text-decoration: none; transition: color 0.3s; }
.eeeb-content h3 a:hover { color: var(--eee-accent-solid); }
.eeeb-content p { margin: -8px 0 18px; color: #6b7280; line-height: 1.7; font-size: 15px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.eeeb-link { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: var(--eee-accent-solid); text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: color 0.3s; }
.eeeb-link:hover { color: var(--eee-primary); }

/* ================================================================
   FAQ & CONTACT
   ================================================================ */
.eee-contact-faq { padding: 0 0 120px; }
.eee-contact-faq__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 80px; align-items: center; }

.eee-accordion { display: flex; flex-direction: column; }
.eee-acc-item { border-bottom: 1px solid var(--eee-border); }
.eee-acc-head { padding: 30px 0; font-size: 18px; font-family: var(--eee-font-head); font-weight: 600; color: var(--eee-primary); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.eee-acc-head::-webkit-details-marker { display: none; }
.eee-acc-head i { color: var(--eee-accent-solid); transition: transform 0.3s; }
.eee-acc-item[open] .eee-acc-head i { transform: rotate(180deg); }
.eee-acc-item[open] .eee-acc-head { color: var(--eee-accent-solid); }
.eee-acc-body { padding: 0 0 30px 0; font-size: 15px; color: var(--eee-text); }

.eee-contact-panel { position: relative; padding: 80px 60px; color: #fff; margin-top: -50px; z-index: 10; }
.eee-cp-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--eee-primary); z-index: 1; }
.eee-cp-bg::after { content: ''; position: absolute; bottom: 0; right: 0; width: 150px; height: 150px; background: var(--eee-accent-solid); clip-path: polygon(100% 0, 100% 100%, 0 100%); }

.eee-contact-panel h3 { position: relative; z-index: 2; font-size: 32px; font-family: var(--eee-font-head); font-weight: 600; margin: 0 0 15px; }
.eee-contact-panel p { position: relative; z-index: 2; font-size: 15px; margin-bottom: 40px; color: rgba(255,255,255,0.7); }

.eee-contact-list { display: flex; flex-direction: column; gap: 35px; position: relative; z-index: 2; }
.eee-c-item { display: flex; gap: 20px; align-items: center; }
.eee-c-icon { width: 50px; height: 50px; border: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; font-size: 18px; color: var(--eee-accent-solid); border-radius: 50%; }
.eee-c-item span { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; color: rgba(255,255,255,0.5); }
.eee-c-item strong { display: block; font-size: 18px; font-weight: 500; color: #fff; font-family: var(--eee-font-head); }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1024px) {
	body.eee-sector-home .site-header .sa-header-inner { display: flex; height: 82px; padding: 0 20px; }
	body.eee-sector-home .site-header .sa-header-logo { justify-content: flex-start; padding: 0; }
	body.eee-sector-home .site-header .sa-header-logo .sa-logo-link { width: auto; }
	body.eee-sector-home .site-header .sa-header-logo img { height: 46px; }
	body.eee-sector-home .site-header .sa-header-right { justify-content: flex-end; padding: 0; }
	.eee-hero-track { height: auto; min-height: 0; }
	.eee-hero-slide { position: relative; display: none; }
	.eee-hero-slide.is-active { display: block; }
	.eee-hero-split { height: auto; min-height: 0; display: block; }
	.eee-hero-left { width: 100%; padding: 120px 20px 60px; }
	.eee-hero-right { width: 100%; height: 430px; }
	.eee-hero-controls { bottom: 22px; }
	
	.eee-about__grid, .eee-why__grid, .eee-contact-faq__grid { grid-template-columns: 1fr; gap: 80px; }
	.eee-about { padding-top: 100px; }
	.eeea-img-secondary { display: none; }
	.eee-services__grid, .eee-reviews__grid, .eee-blog__grid { grid-template-columns: repeat(2, 1fr); }
	.eee-contact-panel { margin-top: 0; }
}

@media (max-width: 768px) {
	body.eee-sector-home .site-header .sa-header-inner { height: 74px; padding: 0 16px; }
	.eee-title-modern { font-size: 32px; }
	.eee-actions-modern { flex-direction: column; gap: 10px; }
	.eee-stats-modern { flex-direction: column; gap: 20px; }
	.eee-hero-left { padding-top: 105px; }
	.eee-hero-right { height: 340px; }
	.eee-hero-controls { left: 20px; right: 20px; transform: none; justify-content: space-between; }
	.eee-services__grid, .eee-reviews__grid, .eee-blog__grid { grid-template-columns: 1fr; }
	.eee-contact-panel { padding: 50px 30px; }
}
