@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--green:#0d5f31;--green2:#084924;--teal:#38a9b1;--lime:#9bd52e;--ink:#13251b;--muted:#607067;--pale:#f3f8f4;--line:#dbe7de;--white:#fff;--shadow:0 22px 60px rgba(13,95,49,.12);--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Manrope',Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{background:var(--green2);color:#dcece2;font-size:13px}.topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar-contacts{display:flex;gap:10px;align-items:center}.topbar a:hover{color:#fff}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(219,231,222,.8);transition:.25s}.site-header.scrolled{box-shadow:0 10px 32px rgba(12,67,38,.08)}.nav-wrap{height:90px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand img{width:245px;max-height:70px;object-fit:contain}.main-nav{display:flex;align-items:center;gap:24px}.menu{display:flex;align-items:center;gap:24px;list-style:none;margin:0;padding:0}.menu a{font-size:14px;font-weight:700;color:#31483a}.menu a:hover,.current-menu-item>a{color:var(--green)}.nav-cta{background:var(--green);color:#fff;padding:12px 18px;border-radius:12px;font-size:14px;font-weight:800}.menu-toggle{display:none;background:none;border:0;padding:8px}.menu-toggle span{display:block;width:25px;height:2px;background:var(--green);margin:5px}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f8fbf8 0,#eff8f2 100%);padding:82px 0 90px}.hero:after{content:'';position:absolute;width:460px;height:460px;border-radius:50%;right:-130px;top:-190px;background:radial-gradient(circle,rgba(56,169,177,.24),rgba(56,169,177,0) 68%)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:66px;align-items:center}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:1.7px;font-size:12px;font-weight:800;color:var(--green);margin-bottom:14px}.eyebrow.light{color:#99e2d5}.hero h1,.page-hero h1{font-size:clamp(42px,5vw,67px);line-height:1.04;letter-spacing:-2.8px;margin:0 0 24px;max-width:810px}.hero p,.page-hero p{font-size:18px;color:var(--muted);max-width:690px;margin:0 0 30px}.hero-actions,.cta-actions,.contact-slab-actions{display:flex;flex-wrap:wrap;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:13px;font-size:14px;font-weight:800;border:1px solid transparent;transition:.2s;cursor:pointer;font-family:inherit}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--green);color:#fff;box-shadow:0 12px 28px rgba(13,95,49,.18)}.btn-secondary{background:var(--teal);color:#fff}.btn-ghost{border-color:#c7d9cd;color:var(--green);background:#fff}.btn-light{background:#fff;color:var(--green)}.btn-outline-light{border-color:rgba(255,255,255,.6);color:#fff}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px;padding-top:24px;border-top:1px solid var(--line)}.trust-row strong{display:block;font-size:28px;color:var(--green)}.trust-row span{font-size:12px;color:var(--muted);line-height:1.35;display:block}.hero-visual{position:relative}.photo-card,.photo-panel,.page-hero-photo,.detail-photo,.project-feature-photo{background-size:cover;background-position:center;position:relative;overflow:hidden}.hero-photo{height:520px;border-radius:34px;box-shadow:var(--shadow);background-image:linear-gradient(160deg,rgba(7,59,31,.05),rgba(7,59,31,.1)),url('images/hero-green-smart-homes.jpg');background-color:#dfeee4}.hero-photo:after,.page-hero-photo:after,.detail-photo:after,.photo-panel:after,.project-feature-photo:after,.project-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(8,73,36,.22))}.photo-badge{position:absolute;z-index:2;left:20px;top:20px;background:rgba(255,255,255,.92);padding:10px 13px;border-radius:12px;font-size:12px;font-weight:800;color:var(--green)}.mini-card{position:absolute;z-index:3;right:-24px;bottom:35px;background:#fff;border-radius:18px;padding:18px 20px;box-shadow:var(--shadow);min-width:190px}.mini-card strong,.mini-card span{display:block}.mini-card strong{font-size:16px}.mini-card span{font-size:11px;color:var(--muted);margin-top:3px}.section{padding:92px 0}.pale{background:var(--pale)}.section-head{max-width:760px;margin-bottom:42px}.section-head.center{text-align:center;margin-left:auto;margin-right:auto}.section-head.between{max-width:none;display:flex;justify-content:space-between;align-items:end;gap:25px}.section-head h2,.split-copy h2,.dark-section h2,.contact-slab h2,.contact-info h2,.contact-form-card h2,.project-feature h2,.center-callout h2{font-size:clamp(32px,4vw,48px);line-height:1.12;letter-spacing:-1.7px;margin:0 0 16px}.section-head p,.split-copy p,.dark-section p,.contact-slab p,.project-feature p,.center-callout p{color:var(--muted);margin:0}.cards{display:grid;gap:22px}.cards.three{grid-template-columns:repeat(3,1fr)}.service-card,.info-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;transition:.25s}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#bfd5c5}.icon{width:55px;height:55px;border-radius:16px;background:#eaf5ed;display:grid;place-items:center;margin-bottom:24px}.icon svg{width:32px;height:32px;fill:none;stroke:var(--green);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.service-card h3,.info-card h3{font-size:22px;margin:0 0 10px}.service-card p,.info-card p{color:var(--muted);font-size:14px;margin:0 0 18px}.service-card a,.text-link{font-size:13px;font-weight:800;color:var(--green)}.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.photo-panel{height:520px;border-radius:30px;box-shadow:var(--shadow)}.construction-photo{background-image:url('images/about-green-smart-homes.jpg');background-color:#dbece0}.stamp{position:absolute;z-index:2;left:22px;bottom:22px;background:#fff;padding:16px 20px;border-radius:15px}.stamp strong,.stamp span{display:block}.stamp strong{font-size:20px;color:var(--green)}.stamp span{font-size:11px;color:var(--muted)}.check-list{display:grid;gap:12px;margin:25px 0}.check-list span{position:relative;padding-left:31px;color:#30443a}.check-list span:before{content:'✓';position:absolute;left:0;top:-1px;width:21px;height:21px;border-radius:50%;background:#e4f4e8;color:var(--green);display:grid;place-items:center;font-size:12px;font-weight:900}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.project-card{border-radius:26px;overflow:hidden;border:1px solid var(--line);background:#fff}.project-photo{height:350px;background-size:cover;background-position:center;position:relative}.project-photo span{position:absolute;z-index:2;top:20px;left:20px;background:#fff;padding:9px 12px;border-radius:11px;font-size:11px;font-weight:800;color:var(--green)}.project-one{background-image:url('images/kunal-avenue.jpg');background-color:#dcebe0}.project-two{background-image:url('images/green-land-colony.jpg');background-color:#dcebe0}.project-body{padding:26px}.project-body h3{font-size:26px;margin:0 0 8px}.project-body p{font-size:14px;color:var(--muted);margin:0 0 16px}.project-body a{font-size:13px;color:var(--green);font-weight:800}.dark-section{background:linear-gradient(135deg,var(--green2),#0d6837);color:#fff}.dark-section p{color:#cfe0d6}.process-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.steps{display:grid;gap:12px}.step{display:grid;grid-template-columns:70px 1fr;gap:18px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.16)}.step b{font-size:13px;color:#95d8a9}.step h3{margin:0 0 4px;font-size:18px}.step p{font-size:13px}.contact-slab{background:linear-gradient(120deg,#f2f8f3,#e6f4ec);border:1px solid #d5e8db;border-radius:30px;padding:42px;display:flex;align-items:center;justify-content:space-between;gap:40px}.contact-slab>div:first-child{max-width:700px}.cta-band{background:var(--green);color:#fff;padding:52px 0}.cta-band-inner{display:flex;justify-content:space-between;align-items:center;gap:35px}.cta-band h2{font-size:34px;margin:0;letter-spacing:-1px}.site-footer{background:#071f12;color:#c4d6cb;padding:60px 0 22px}.footer-grid{display:grid;grid-template-columns:1.5fr .65fr .85fr;gap:60px}.footer-brand img{width:260px;filter:brightness(0) invert(1);opacity:.92;margin-bottom:20px}.footer-brand p{max-width:430px;font-size:13px}.site-footer h3{color:#fff;font-size:14px;margin:0 0 16px}.site-footer a,.site-footer span{display:block;font-size:13px;margin:9px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:40px;padding-top:18px;display:flex;justify-content:space-between;font-size:11px}.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:90;width:55px;height:55px;border-radius:50%;background:#20b85a;color:#fff;display:grid;place-items:center;font-weight:900;font-size:13px;box-shadow:0 12px 32px rgba(0,0,0,.18)}.page-hero{padding:72px 0;background:var(--pale)}.page-hero.compact{padding:70px 0}.page-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px}.page-hero-photo{height:390px;border-radius:28px;box-shadow:var(--shadow)}.about-photo{background-image:url('images/about-green-smart-homes.jpg');background-color:#dcebe0}.services-photo{background-image:url('images/construction-service.jpg');background-color:#dcebe0}.projects-photo{background-image:url('images/kunal-avenue.jpg');background-color:#dcebe0}.mediation-page-photo{background-image:url('images/property-mediation.jpg');background-color:#dcebe0}.value-panel{background:var(--green);color:#fff;border-radius:28px;padding:24px 34px}.value-panel>div{padding:22px 0;border-bottom:1px solid rgba(255,255,255,.15)}.value-panel>div:last-child{border:0}.value-panel b{font-size:11px;color:#9ce0ad}.value-panel h3{margin:4px 0 5px}.value-panel p{margin:0;color:#cfe0d6;font-size:13px}.service-detail-grid{display:grid;gap:80px}.service-detail{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.service-detail.reverse .detail-photo{order:2}.detail-photo{height:460px;border-radius:28px}.build-photo{background-image:url('images/construction-service.jpg');background-color:#dcebe0}.renovate-photo{background-image:url('images/renovation-service.jpg');background-color:#dcebe0}.mediate-photo,.mediator-office-photo{background-image:url('images/property-mediation.jpg');background-color:#dcebe0}.project-feature{display:grid;grid-template-columns:1.1fr .9fr;gap:65px;align-items:center}.project-feature.reverse .project-feature-photo{order:2}.project-feature-photo{height:500px;border-radius:28px}.center-callout{text-align:center;max-width:760px}.center-callout p{margin-bottom:26px}.info-card>span{font-size:11px;letter-spacing:1.4px;color:var(--green);font-weight:900}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:start}.contact-info{padding:24px 0}.contact-method{padding:16px 0;border-bottom:1px solid var(--line)}.contact-method small{display:block;text-transform:uppercase;letter-spacing:1.2px;color:var(--muted);font-size:10px;font-weight:800}.contact-method a,.contact-method span{font-size:19px;font-weight:800;color:var(--ink)}.contact-info .btn{margin-top:24px}.contact-form-card{border:1px solid var(--line);border-radius:26px;padding:34px;box-shadow:var(--shadow)}form label{display:block;font-size:12px;font-weight:800;color:#34483d;margin-bottom:15px}input,select,textarea{width:100%;border:1px solid #ceddd2;border-radius:11px;padding:13px 14px;font:inherit;font-size:14px;margin-top:7px;background:#fff;color:var(--ink);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(56,169,177,.11)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-note{font-size:11px;color:var(--muted)}.form-success,.form-error{padding:12px 14px;border-radius:10px;margin-bottom:18px;font-size:13px}.form-success{background:#e8f7ec;color:#126232}.form-error{background:#fff1ee;color:#9d3523}.map-section iframe{width:100%;height:420px;border:0;display:block}.property-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.property-card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff}.property-image{height:240px;display:block;background:#eef4ef}.property-image img{width:100%;height:100%;object-fit:cover}.property-placeholder{height:100%;background:linear-gradient(135deg,#dbeae0,#edf5ef);position:relative}.property-placeholder:after{content:'GREEN SMART HOMES';position:absolute;inset:0;display:grid;place-items:center;color:#7ca68b;font-size:12px;font-weight:900;letter-spacing:1px}.property-placeholder.tall{height:520px}.property-content{padding:24px}.property-content h2{font-size:22px;margin:8px 0}.property-meta{display:flex;gap:8px}.property-meta span{font-size:10px;text-transform:uppercase;font-weight:800;color:var(--green);background:#eaf5ed;padding:5px 8px;border-radius:7px}.property-location{font-size:13px;color:var(--muted)}.property-price{display:block;font-size:18px;margin-bottom:9px}.property-content p{font-size:13px;color:var(--muted)}.empty-listing{grid-column:1/-1;text-align:center;padding:55px;background:var(--pale);border-radius:25px}.property-single{padding-top:70px}.property-single-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:55px}.single-property-image img{width:100%;height:560px;object-fit:cover;border-radius:28px}.property-summary h1{font-size:45px;line-height:1.1;margin:0 0 25px}.property-facts{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:24px}.property-facts div{background:var(--pale);padding:15px;border-radius:12px}.property-facts small{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;font-weight:800}.property-facts strong{font-size:14px}.property-description{color:var(--muted);margin:20px 0}.property-summary .btn{margin:5px 7px 5px 0}.content-page{max-width:850px}.reveal{opacity:0;transform:translateY(20px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}@media(max-width:980px){.topbar{display:none}.nav-wrap{height:78px}.brand img{width:210px}.menu-toggle{display:block}.main-nav{position:absolute;left:0;right:0;top:78px;background:#fff;padding:20px;display:none;box-shadow:0 20px 40px rgba(0,0,0,.08)}.main-nav.open{display:block}.menu{display:block}.menu li{margin:4px 0}.menu a{display:block;padding:11px}.nav-cta{display:block;text-align:center;margin-top:10px}.hero-grid,.page-hero-grid,.split-grid,.process-grid,.contact-grid,.service-detail,.project-feature,.property-single-grid{grid-template-columns:1fr}.hero{padding-top:55px}.hero h1,.page-hero h1{letter-spacing:-1.8px}.hero-visual{max-width:680px}.mini-card{right:10px}.cards.three,.property-grid{grid-template-columns:1fr 1fr}.service-detail.reverse .detail-photo,.project-feature.reverse .project-feature-photo{order:0}.footer-grid{grid-template-columns:1.3fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}.cta-band-inner,.contact-slab{align-items:flex-start;flex-direction:column}.project-feature-photo,.photo-panel{height:420px}}@media(max-width:640px){.container{width:min(100% - 28px,1180px)}.section{padding:66px 0}.hero{padding:48px 0 65px}.hero h1,.page-hero h1{font-size:39px;letter-spacing:-1.4px}.hero p,.page-hero p{font-size:16px}.hero-photo{height:410px}.trust-row{gap:8px}.trust-row strong{font-size:22px}.trust-row span{font-size:10px}.cards.three,.project-grid,.property-grid{grid-template-columns:1fr}.section-head.between{display:block}.section-head.between .text-link{display:inline-block;margin-top:15px}.project-photo{height:280px}.photo-panel,.page-hero-photo,.detail-photo,.project-feature-photo{height:340px}.service-detail-grid{gap:60px}.form-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{display:block}.footer-bottom span{margin:5px 0}.cta-band h2{font-size:28px}.contact-slab{padding:28px}.contact-form-card{padding:24px}.property-facts{grid-template-columns:1fr}.property-summary h1{font-size:36px}}

/* Elementor editable site layer */
body.elementor-page main#content{overflow:hidden}.elementor-section.gsh-el-section{padding:88px 20px}.elementor-section.gsh-el-section-head{padding-bottom:26px;text-align:center}.elementor-section.gsh-el-pale{background:var(--pale)}.elementor-section.gsh-el-dark{background:linear-gradient(135deg,var(--green2),#0d6837);color:#fff}.elementor-section.gsh-el-dark .elementor-widget-text-editor,.elementor-section.gsh-el-dark p{color:#cfe0d6}.elementor-section.gsh-el-hero-section{padding-top:72px;padding-bottom:78px;background:linear-gradient(135deg,#f8fbf8 0,#eff8f2 100%)}.elementor-section.gsh-el-cta{margin:28px auto 72px;max-width:1180px;border:1px solid #d5e8db;border-radius:30px;background:linear-gradient(120deg,#f2f8f3,#e6f4ec);padding:42px}.gsh-el-eyebrow .elementor-heading-title{font-size:12px!important;letter-spacing:1.7px;text-transform:uppercase;color:var(--green);font-weight:800}.gsh-el-eyebrow-light .elementor-heading-title{font-size:12px!important;letter-spacing:1.7px;text-transform:uppercase;color:#99e2d5;font-weight:800}.gsh-el-display .elementor-heading-title{font-size:clamp(42px,5vw,67px);line-height:1.04;letter-spacing:-2.5px}.gsh-el-lead,.gsh-el-lead p{font-size:18px;color:var(--muted);line-height:1.7}.gsh-el-muted,.gsh-el-muted p{color:var(--muted)}.gsh-el-hero-image img{width:100%;height:520px;object-fit:cover;border-radius:34px;box-shadow:var(--shadow)}.gsh-el-rounded-image img{width:100%;height:470px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}.gsh-el-card-image img{width:100%;height:220px;object-fit:cover;border-radius:18px}.gsh-el-primary-button .elementor-button{background:var(--green);color:#fff;border-radius:13px;padding:14px 22px;font-weight:800;box-shadow:0 12px 28px rgba(13,95,49,.18)}.gsh-el-secondary-button .elementor-button{background:#fff;color:var(--green);border:1px solid #c7d9cd;border-radius:13px;padding:14px 22px;font-weight:800}.gsh-el-text-button .elementor-button{background:transparent;color:var(--green);padding:0;font-weight:800}.gsh-el-hero-section .elementor-widget-button,.gsh-el-cta .elementor-widget-button{display:inline-block;width:auto;margin-right:10px}.gsh-el-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px;padding-top:22px;border-top:1px solid var(--line)}.gsh-el-stats strong{display:block;font-size:27px;color:var(--green)}.gsh-el-stats span{display:block;font-size:11px;color:var(--muted);line-height:1.4}.gsh-el-card>.elementor-widget-wrap,.gsh-el-card>.elementor-element-populated{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px!important;height:100%;box-shadow:0 12px 35px rgba(13,95,49,.05);transition:.25s}.gsh-el-card>.elementor-widget-wrap:hover,.gsh-el-card>.elementor-element-populated:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.gsh-el-card h3{font-size:23px}.gsh-el-card p{font-size:14px;color:var(--muted)}.gsh-el-checks{display:grid;gap:10px;margin:20px 0}.gsh-el-checks span{position:relative;padding-left:30px;color:#30443a}.gsh-el-checks span:before{content:'✓';position:absolute;left:0;top:0;width:21px;height:21px;border-radius:50%;background:#e4f4e8;color:var(--green);display:grid;place-items:center;font-size:12px;font-weight:900}.gsh-el-process{display:grid;grid-template-columns:1fr 1fr;gap:14px}.gsh-el-process>div{padding:22px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.04)}.gsh-el-process b{font-size:12px;color:#95d8a9}.gsh-el-process h3{margin:8px 0 5px;color:#fff}.gsh-el-process p{font-size:13px;margin:0}.gsh-el-process-light{display:grid;gap:12px}.gsh-el-process-light>div{border-bottom:1px solid var(--line);padding:14px 0}.gsh-el-process-light b{font-size:11px;color:var(--green)}.gsh-el-process-light h3{margin:4px 0}.gsh-el-process-light p{margin:0;color:var(--muted);font-size:14px}.gsh-el-contact-details{display:grid;gap:8px}.gsh-el-contact-details small{font-size:10px;letter-spacing:1.2px;color:var(--muted);font-weight:800;margin-top:12px}.gsh-el-contact-details strong,.gsh-el-contact-details a{font-size:18px;color:var(--ink);font-weight:800}.gsh-el-form-card{border:1px solid var(--line);border-radius:26px;padding:32px;box-shadow:var(--shadow);background:#fff}.gsh-el-form-card h2{font-size:34px;margin:0 0 6px}.gsh-el-form-card>p{color:var(--muted);margin-top:0}.gsh-el-property-grid{display:grid;gap:24px}.gsh-el-property-grid.cols-2{grid-template-columns:repeat(2,1fr)}.gsh-el-property-grid.cols-3{grid-template-columns:repeat(3,1fr)}.gsh-el-property-grid.cols-4{grid-template-columns:repeat(4,1fr)}

/* Elementor header template */
.gsh-el-header-template{position:sticky!important;top:0;z-index:9999}.gsh-el-header-template>.elementor-container{max-width:none!important}.gsh-el-header-template .elementor-column-gap-no>.elementor-column>.elementor-element-populated{padding:0}.gsh-el-shell{width:min(1180px,calc(100% - 40px));margin:auto}.gsh-el-header{font-family:'Manrope',Arial,sans-serif}.gsh-el-topbar{background:var(--green2);color:#dcece2;font-size:12px}.gsh-el-topbar .gsh-el-shell{min-height:36px;display:flex;justify-content:space-between;align-items:center;gap:18px}.gsh-el-topbar div div{display:flex;align-items:center;gap:10px}.gsh-el-topbar a{color:#dcece2}.gsh-dot{opacity:.55}.gsh-el-navbar{background:rgba(255,255,255,.98);border-bottom:1px solid var(--line);box-shadow:0 8px 28px rgba(13,95,49,.05)}.gsh-el-navbar-inner{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}.gsh-el-brand img{width:225px;max-height:66px;object-fit:contain}.gsh-el-menu{display:flex;align-items:center;gap:17px}.gsh-el-menu>a{font-size:13px;font-weight:750;color:#31483a;white-space:nowrap}.gsh-el-menu .gsh-header-cta{background:var(--green);color:#fff;padding:11px 15px;border-radius:11px}.gsh-el-menu .gsh-header-cta:hover{color:#fff}.gsh-el-menu-toggle{display:none;border:0;background:none;padding:8px;cursor:pointer}.gsh-el-menu-toggle span{display:block;width:25px;height:2px;background:var(--green);margin:5px}

/* Elementor footer template */
.gsh-el-footer-template>.elementor-container{max-width:none!important}.gsh-el-footer-template .elementor-column-gap-no>.elementor-column>.elementor-element-populated{padding:0}.gsh-el-footer{background:#071f12;color:#c4d6cb;padding:58px 0 20px}.gsh-el-footer-grid{display:grid;grid-template-columns:1.4fr .7fr .9fr;gap:60px}.gsh-el-footer-logo{width:250px;filter:brightness(0) invert(1);opacity:.95;margin-bottom:18px}.gsh-el-footer p{max-width:430px;font-size:13px}.gsh-el-footer h4{color:#fff;margin:0 0 15px;font-size:14px}.gsh-el-footer a,.gsh-el-footer span{display:block;color:#c4d6cb;font-size:13px;margin:8px 0}.gsh-el-footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:36px;padding-top:17px;display:flex;justify-content:space-between;gap:20px;font-size:11px}

@media(max-width:1050px){.gsh-el-menu{gap:11px}.gsh-el-menu>a{font-size:12px}.gsh-el-brand img{width:190px}.gsh-el-property-grid.cols-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.elementor-section.gsh-el-section{padding:68px 18px}.gsh-el-display .elementor-heading-title{font-size:45px}.gsh-el-hero-image img{height:430px}.gsh-el-rounded-image img{height:400px}.gsh-el-topbar{display:none}.gsh-el-navbar-inner{min-height:76px}.gsh-el-menu-toggle{display:block}.gsh-el-menu{display:none;position:absolute;left:20px;right:20px;top:76px;background:#fff;padding:18px;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;z-index:99999}.gsh-el-menu.open{display:flex}.gsh-el-menu>a{padding:9px 6px}.gsh-el-menu .gsh-header-cta{text-align:center}.gsh-el-navbar-inner{position:relative}.gsh-el-footer-grid{grid-template-columns:1fr 1fr}.gsh-el-footer-grid>div:first-child{grid-column:1/-1}.gsh-el-property-grid.cols-3{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.elementor-section.gsh-el-section{padding:56px 14px}.elementor-section.gsh-el-cta{margin:16px 14px 55px;padding:28px 14px}.gsh-el-display .elementor-heading-title{font-size:38px;letter-spacing:-1.4px}.gsh-el-lead,.gsh-el-lead p{font-size:16px}.gsh-el-hero-image img,.gsh-el-rounded-image img{height:330px}.gsh-el-stats{gap:8px}.gsh-el-stats strong{font-size:22px}.gsh-el-stats span{font-size:10px}.gsh-el-process{grid-template-columns:1fr}.gsh-el-property-grid.cols-2,.gsh-el-property-grid.cols-3,.gsh-el-property-grid.cols-4{grid-template-columns:1fr}.gsh-el-shell{width:min(100% - 28px,1180px)}.gsh-el-brand img{width:175px}.gsh-el-footer-grid{grid-template-columns:1fr;gap:28px}.gsh-el-footer-grid>div:first-child{grid-column:auto}.gsh-el-footer-bottom{display:block}.gsh-el-form-card{padding:22px}.gsh-el-form-card h2{font-size:28px}}
