:root{--green:#79a51b;--green-dark:#27430f;--green-deep:#14270b;--ink:#172016;--muted:#657064;--cream:#f6f7f1;--white:#fff;--line:#e3e7dc;--shadow:0 18px 60px rgba(24,44,14,.12);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Noto Sans Arabic",Tahoma,sans-serif;color:var(--ink);background:#fff;line-height:1.75}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:fixed;top:0;inset-inline:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.25);transition:.3s}.site-header.scrolled{box-shadow:0 8px 30px rgba(0,0,0,.08)}.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:48px;height:48px;border-radius:14px;background:var(--green);display:grid;place-items:center;position:relative;overflow:hidden;box-shadow:0 8px 20px rgba(121,165,27,.28)}.brand-mark:before{content:"";position:absolute;width:28px;height:34px;background:white;clip-path:polygon(50% 0,100% 38%,82% 38%,82% 100%,18% 100%,18% 38%,0 38%)}.brand-mark span{position:absolute;width:13px;height:20px;background:var(--green-dark);bottom:7px;border-radius:8px 8px 0 0;z-index:1}.brand-text{display:flex;flex-direction:column;line-height:1.1}.brand-text strong{font-size:20px;color:var(--green-dark)}.brand-text small{font-size:8px;letter-spacing:1px;color:#65705f;margin-top:4px}.main-nav{display:flex;align-items:center;gap:27px;font-size:14px;font-weight:700}.main-nav a{transition:.2s}.main-nav a:hover{color:var(--green)}.nav-cta{padding:10px 18px;border-radius:12px;background:var(--green-dark);color:#fff!important}.menu-btn{display:none;border:0;background:none;font-size:28px}.hero{min-height:790px;padding:155px 0 0;position:relative;color:white;background:linear-gradient(90deg,rgba(13,29,8,.88),rgba(13,29,8,.28)),url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=2000&q=85') center/cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(9,20,5,.38),transparent 60%)}.hero-content{position:relative;display:grid;grid-template-columns:1.25fr .75fr;gap:80px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#d8ef9a;font-size:13px;font-weight:800;letter-spacing:.2px}.eyebrow:before{content:"";width:28px;height:2px;background:var(--green)}.eyebrow.dark{color:var(--green-dark)}.hero h1{font-size:clamp(45px,6vw,76px);line-height:1.2;margin:18px 0 20px;letter-spacing:-2px}.hero h1 em{font-style:normal;color:#b6d95e}.hero-copy p{max-width:650px;color:#e2eadf;font-size:18px;margin-bottom:28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{border:0;border-radius:14px;padding:13px 22px;display:inline-flex;justify-content:center;align-items:center;font-weight:800;transition:.25s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--green);color:#fff;box-shadow:0 10px 24px rgba(121,165,27,.25)}.btn-ghost{border:1px solid rgba(255,255,255,.5);color:white;background:rgba(255,255,255,.07)}.btn-light{background:white;color:var(--green-dark)}.full{width:100%}.search-panel{background:rgba(255,255,255,.96);color:var(--ink);padding:26px;border-radius:24px;box-shadow:var(--shadow)}.search-title{display:flex;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:17px;margin-bottom:14px}.search-title>span{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#eef5df;color:var(--green-dark);font-size:25px}.search-title div{display:flex;flex-direction:column}.search-title small{color:var(--muted)}label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:700;margin-bottom:13px}input,select,textarea{width:100%;border:1px solid var(--line);background:#fff;border-radius:12px;padding:11px 13px;color:var(--ink);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(121,165,27,.12)}.stats{height:108px;position:absolute;bottom:0;left:50%;transform:translateX(-50%);display:grid;grid-template-columns:repeat(4,1fr);background:white;color:var(--ink);border-radius:22px 22px 0 0;box-shadow:var(--shadow);overflow:hidden}.stats div{display:flex;flex-direction:column;justify-content:center;align-items:center;border-inline-start:1px solid var(--line)}.stats div:first-child{border:0}.stats strong{font-size:26px;color:var(--green-dark)}.stats span{font-size:12px;color:var(--muted)}.section{padding:105px 0}.section.soft{background:var(--cream)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:38px}.section h2,.about h2,.contact h2{font-size:clamp(31px,4vw,48px);line-height:1.35;margin:7px 0}.filters{display:flex;gap:8px}.filter{border:1px solid var(--line);background:white;border-radius:999px;padding:9px 18px;font-weight:700}.filter.active{background:var(--green-dark);color:#fff;border-color:var(--green-dark)}.property-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.property-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.3s}.property-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.card-image,.social-image{height:260px;background-size:cover;background-position:center;position:relative}.image-one{background-image:url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1000&q=80')}.image-two{background-image:url('https://images.unsplash.com/photo-1600047509807-ba8f99d2cdde?auto=format&fit=crop&w=1000&q=80')}.image-three{background-image:url('https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=1000&q=80')}.image-four{background-image:url('https://images.unsplash.com/photo-1600585152915-d208bec867a1?auto=format&fit=crop&w=1000&q=80')}.badge{position:absolute;top:16px;right:16px;background:var(--green);color:#fff;border-radius:999px;padding:6px 12px;font-size:11px;font-weight:800}.heart{position:absolute;top:15px;left:15px;width:37px;height:37px;border:0;border-radius:50%;background:rgba(255,255,255,.92);font-size:22px}.heart.liked{color:#e84f5b}.card-body{padding:20px}.card-code{color:var(--green);font-size:12px;font-weight:800}.card-body h3{font-size:19px;line-height:1.5;margin:4px 0}.location{color:var(--muted);font-size:13px}.features{display:flex;gap:10px;flex-wrap:wrap;padding:13px 0;border-block:1px solid var(--line);font-size:12px;color:#465043}.card-link{display:flex;justify-content:space-between;margin-top:14px;color:var(--green-dark);font-weight:800;font-size:13px}.empty-state{text-align:center;padding:30px;color:var(--muted)}.center-head{text-align:center;max-width:700px;margin:0 auto 42px}.center-head .eyebrow{justify-content:center}.center-head p{color:var(--muted)}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-grid article{background:white;border:1px solid var(--line);padding:28px 23px;border-radius:20px;transition:.25s}.service-grid article:hover{border-color:#b8d376;transform:translateY(-5px)}.service-icon{width:54px;height:54px;border-radius:16px;background:#edf4df;color:var(--green-dark);display:grid;place-items:center;font-size:27px}.service-grid h3{margin:18px 0 8px}.service-grid p{color:var(--muted);font-size:14px}.facebook-section{background:#fff}.facebook-link{color:#1877f2;font-weight:800}.social-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.social-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:white}.social-image{height:220px}.play{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:54px;height:54px;border-radius:50%;background:rgba(255,255,255,.92);display:grid;place-items:center;color:var(--green-dark);padding-left:3px}.social-content{padding:18px}.social-meta{display:flex;justify-content:space-between;align-items:center;font-size:12px}.social-meta span{background:#1877f2;color:white;width:26px;height:26px;border-radius:7px;display:grid;place-items:center;font-weight:900}.social-content h3{margin:10px 0 5px}.social-content p{font-size:13px;color:var(--muted)}.social-content a{font-size:12px;color:#1877f2;font-weight:800}.feed-note{text-align:center;color:var(--muted);font-size:12px;margin-top:18px}.about{background:var(--green-deep);color:#fff;padding:105px 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.about-image{min-height:530px;border-radius:28px;background:url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=1200&q=85') center/cover;position:relative}.experience{position:absolute;bottom:24px;right:24px;background:var(--green);padding:18px 22px;border-radius:18px;display:flex;flex-direction:column}.experience strong{font-size:35px}.about-copy p{color:#cfd8cb}.about-copy ul{list-style:none;padding:0;margin:25px 0}.about-copy li{margin:10px 0}.contact{background:#f9faf6}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}.contact-grid>div>p{color:var(--muted)}.contact-list{display:flex;flex-direction:column;gap:10px;margin-top:25px}.contact-list a:hover{color:var(--green)}.contact-form{background:#fff;padding:28px;border-radius:24px;box-shadow:var(--shadow)}.form-message{font-size:13px;text-align:center;margin:10px 0 0;color:var(--green-dark)}footer{background:#0c1907;color:#d8e0d4;padding:25px 0}.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px}.footer-brand .brand-text strong{color:#fff}.floating-call{position:fixed;bottom:22px;left:22px;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:white;font-size:22px;box-shadow:0 10px 25px rgba(0,0,0,.25);z-index:40}.reveal{opacity:0;transform:translateY(25px);transition:.65s}.reveal.visible{opacity:1;transform:none}
@media(max-width:950px){.main-nav{display:none;position:absolute;top:82px;right:20px;left:20px;background:#fff;padding:18px;border-radius:16px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.menu-btn{display:block}.hero{padding-top:125px;min-height:1080px}.hero-content{grid-template-columns:1fr;gap:35px}.stats{grid-template-columns:repeat(2,1fr);height:150px}.property-grid,.social-grid{grid-template-columns:repeat(2,1fr)}.service-grid{grid-template-columns:repeat(2,1fr)}.about-grid,.contact-grid{grid-template-columns:1fr}.about-image{min-height:420px}}
@media(max-width:650px){.container{width:min(100% - 24px,1180px)}.nav-wrap{height:70px}.brand-mark{width:42px;height:42px}.brand-text strong{font-size:17px}.main-nav{top:70px}.hero{padding-top:105px;min-height:1100px}.hero h1{font-size:43px}.hero-content{gap:24px}.search-panel{padding:20px}.stats{width:calc(100% - 24px)}.section{padding:75px 0}.section-head{align-items:start;flex-direction:column}.property-grid,.social-grid,.service-grid{grid-template-columns:1fr}.card-image{height:240px}.about{padding:75px 0}.about-grid{gap:35px}.about-image{min-height:340px}.contact-grid{gap:30px}.footer-grid{flex-direction:column;text-align:center}.filters{width:100%;overflow:auto}.filter{white-space:nowrap}}
