@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap";.navbar{position:fixed;width:100%;left:0;top:0;z-index:9998;padding:0;background:#e7ead9;overflow:visible}.navbar__bottomLine{width:100%;height:10px;background:#415d2f;position:absolute;left:0;bottom:-10px}.navbar__inner{display:flex;align-items:center;justify-content:space-between;height:80px;padding:0 20px;width:100%;box-sizing:border-box}.navbar__logo{display:flex;align-items:center;line-height:0;text-decoration:none}.navbar__logo img{height:75px;width:auto;object-fit:contain;display:block}.navbar__links{display:flex;gap:32px;list-style:none;align-items:center;margin:0;padding:0}.navbar__links a{font-size:15px;font-weight:600;color:#415d2f;text-decoration:none;position:relative}.navbar__links a:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:#415d2f;transition:width .25s ease}.navbar__links a:hover:after{width:100%}.navbar__cta{margin-left:20px;text-decoration:none}.navbar__call-btn{display:none}.navbar__hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.navbar__hamburger span{display:block;width:26px;height:2px;background:#415d2f;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.navbar__hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar__hamburger.open span:nth-child(2){opacity:0}.navbar__hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:768px){.navbar__inner{height:80px;padding:0 16px}.navbar__logo img{height:60px}.navbar__links{display:none;position:fixed;top:90px;left:0;right:0;width:100%;background:#e7ead9;flex-direction:column;padding:24px 20px;gap:20px;box-shadow:0 8px 24px #0000001a;z-index:9999}.navbar__links.open{display:flex}.navbar__links a{font-size:16px;font-weight:600;color:#415d2f}.navbar__cta{display:none}.navbar__right{display:flex;align-items:center;gap:10px;margin-left:auto}.navbar__call-btn{display:flex;align-items:center;justify-content:center;color:#d31313;border:2px solid #d31313;border-radius:8px;padding:6px 8px;line-height:0}.navbar__hamburger{display:flex;flex-direction:column;align-items:flex-end;justify-content:center}}.home_footer{width:100%;background:#e7ead9;overflow:hidden}.home_footerTop{width:100%;padding:1.5rem 0;text-align:center}.home_footerTopLine{width:100%;height:8px;background:#20441d;display:block}.home_footerTop h2{font-size:clamp(1.8rem,4vw,3.5rem);font-weight:700;color:#20441d;line-height:1.1;margin:.6rem 0}.home_contactWrap{margin-top:1.2rem;padding:0 5%;display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:1.5rem}.home_contactCard--plain{background:transparent!important;border-radius:0!important;padding:.4rem 0!important}.home_contactCard{display:flex;align-items:center;gap:1rem;text-align:left;justify-content:flex-start;border-radius:16px;padding:1.2rem 1.5rem;background:#f5f7ee}.home_contactIcon{width:60px;height:60px;border-radius:14px;background:#20441d;display:flex;justify-content:center;align-items:center;flex-shrink:0}.home_contactIcon svg{font-size:1.5rem;color:#fff}.home_contactInfo h3{font-size:clamp(.75rem,1vw,.9rem);font-weight:600;margin-bottom:.2rem;text-transform:uppercase;letter-spacing:.5px}.home_contactInfo span{font-size:clamp(.9rem,1vw,1rem);line-height:1.5;color:#222;font-weight:600}.home_footerMiddle{width:100%;padding:2rem 5%;display:grid;grid-template-columns:1fr 1fr;gap:3rem}.home_smallLine{width:55px;height:3px;background:#20441d;border-radius:20px;margin-bottom:1.2rem}.home_footerBox h3{font-size:1.1rem;font-weight:700;color:#20441d;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.home_linksBox ul{list-style:none;padding:0;margin:0}.home_linksBox ul li{display:flex;align-items:center;gap:.8rem;margin-bottom:.7rem;border-bottom:1px solid #e5e5e5;padding-bottom:.7rem}.home_linksBox ul li:last-child{border-bottom:none;margin-bottom:0}.home_linksBox ul li svg{color:#20441d;font-size:.75rem}.home_linksBox ul li a{text-decoration:none;color:#222;font-size:clamp(.9rem,1vw,1rem);transition:.3s}.home_linksBox ul li a:hover{color:#20441d}.home_socialIcons{display:flex;align-items:center;gap:.9rem;margin-top:.5rem;flex-wrap:wrap}.home_socialIcons a{width:48px;height:48px;border-radius:50%;background:#eef0e6;display:flex;justify-content:center;align-items:center;color:#20441d;font-size:1.1rem;transition:.3s}.home_socialIcons a:hover{transform:translateY(-4px);background:#20441d;color:#fff}.home_footerBottom{width:100%;padding:1.2rem 5%;background:#20441d;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.home_footerBottom p{color:#eef0e6;font-size:.9rem}.home_bottomLinks{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap}.home_bottomLinks span{color:#eef0e6;font-size:.9rem;position:relative}.home_bottomLinks span:not(:last-child):after{content:"";position:absolute;right:-.6rem;top:50%;transform:translateY(-50%);width:1px;height:14px;background:#ffffff80}@media(max-width:991px){.home_contactWrap{grid-template-columns:1fr;gap:1.5rem}.home_footerMiddle{grid-template-columns:1fr;gap:2rem}.home_footerBox{border-right:none!important;padding-right:0!important}.home_footerBox:last-child{border-bottom:none}}@media(max-width:600px){.home_footerTop{padding:0rem 0}.home_footerTopLine{width:100%;height:8px;background:#20441d;display:block;margin:0;padding:0}.home_footerTop h2{font-size:1.8rem;padding:0 1.2rem}.home_contactWrap{margin-top:1rem;padding:0 1.2rem;gap:1rem;grid-template-columns:1fr}.home_contactCard{justify-content:flex-start}.home_contactIcon{width:50px;height:50px;border-radius:12px}.home_contactIcon svg{font-size:1.2rem}.home_contactInfo h3{font-size:.72rem}.home_contactInfo span{font-size:.88rem}.home_ctaWrap{padding:0 1.2rem}.home_ctaBtn{font-size:.95rem;padding:.8rem 1.8rem}.home_footerImg{max-height:240px}.home_footerMiddle{padding:1.2rem;gap:1.5rem;grid-template-columns:1fr}.home_linksBox ul{display:grid;grid-template-columns:1fr 1fr;gap:0 1rem}.home_linksBox ul li{margin-bottom:.5rem;padding-bottom:.5rem}.home_linksBox ul li a{font-size:.9rem}.home_socialIcons{gap:.7rem;margin-top:.5rem}.home_socialIcons a{width:44px;height:44px;font-size:1rem}.home_footerBottom{justify-content:center;text-align:center;padding:1rem}.home_footerBottom p{width:100%;font-size:.82rem}.home_bottomLinks{justify-content:center;gap:1rem}.home_bottomLinks span{font-size:.82rem}}.is-visible{opacity:1;transition:opacity .4s ease}.is-hidden{opacity:0;transition:opacity .35s ease}.hero{top:80px;left:0;width:100%;height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:0}.hero{padding-top:80px!important;margin-top:0!important}.hero+*{margin-top:100vh}.hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero__overlay{position:absolute;inset:0;background:#f0f2eb2e;z-index:2}.hero__content--desktop{position:relative;z-index:3;max-width:760px;padding:26px 54px;text-align:center}.hero__mobile-layout{border-top:10px solid #415d2f;display:none!important}.hero__title{display:flex;flex-direction:column;font-size:clamp(36px,5vw,72px);font-weight:900;text-transform:uppercase;padding:30px 50px 50px}.hero__content--desktop .hero__title{display:flex;flex-direction:column}.hero__title .black{color:#111}.hero__title .red{color:#c11}.hero__middle-image{width:100%;background:#f0f2eb;display:none}.hero__middle-image img{width:100%;height:auto;display:block;object-fit:cover}.hero__btn-wrapper_1{padding:20px!important;background:#e7ead9}.hero__btn_1{display:inline-flex;align-items:center;gap:8px;background:#c11;color:#fff;font-size:13px;font-weight:700;letter-spacing:1.2px;padding:14px 28px;border-radius:4px;text-decoration:none;text-transform:uppercase;transition:background .25s ease,transform .2s ease;text-align:center}.hero__btn:hover{background:#a30e0e;transform:translateY(-2px)}.hero__btn--full{width:100%;justify-content:center;padding:16px;font-size:14px;border-radius:6px}.hero+*{margin-top:70px}@media(max-width:768px){.hero{position:relative;top:0;height:auto;flex-direction:column;align-items:stretch;overflow:hidden;background:#f0f2eb;width:100%}.hero__content{padding:0!important}.hero+*{margin-top:0}.hero__img,.hero__overlay,.hero__content--desktop{display:none!important}.hero__mobile-layout{display:flex!important;flex-direction:column;width:100%;overflow:hidden;margin:0;padding:0}.hero__content--mobile{padding:28px 20px 20px;background:#f0f2eb}.hero__title{font-size:clamp(26px,8vw,42px);background-color:#e7ead9}.hero__title .black{color:#111;text-align:center;margin-bottom:-35px}.hero__title .red{color:#c11;text-align:center;margin-bottom:-35px}.hero__img-wrapper{width:100%;aspect-ratio:4 / 3;overflow:hidden;margin:0;padding:0}.hero__img--mobile{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero__middle-image{display:block}.hero__btn-wrapper{justify-content:center}}.whyChooseUs{padding:20px 0;background:#e8f0e0;display:flex;justify-content:center;flex-direction:column;align-items:center}.whyChooseUs__container{max-width:900px;margin:0;padding:6px 4px}.whyChooseUs__header{text-align:center;margin-bottom:52px}.whyChooseUs__header-leaf{display:flex;justify-content:center;margin-bottom:10px}.whyChooseUs__header-line{display:flex;align-items:center;justify-content:center;gap:16px}.whyChooseUs__line-bar{flex:1;max-width:80px;height:2px;background:#3a6e28;border-radius:2px}.whyChooseUs__title{font-size:clamp(28px,5vw,42px);font-weight:900;color:#0f172a;margin:0;white-space:nowrap}.whyChooseUs__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.whyChooseUs__card{width:100%;border-radius:20px;padding:28px 24px 32px;display:flex;flex-direction:row;align-items:flex-start;gap:20px;position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.whyChooseUs__card:hover{transform:translateY(-5px);box-shadow:0 12px 32px #00000021}.whyChooseUs__card.light{background:#dde8cc;color:#1a2e10}.whyChooseUs__card.dark{background:#3a5e28;color:#fff}.whyChooseUs__dots{position:absolute;top:16px;right:16px;width:72px;height:56px;background-size:10px 10px;pointer-events:none}.whyChooseUs__card.light .whyChooseUs__dots{background-image:radial-gradient(circle,rgba(0,0,0,.18) 1.5px,transparent 1.5px)}.whyChooseUs__icon-wrap{width:72px;height:72px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 10px #0000001a;margin-top:4px}.whyChooseUs__icon{font-size:32px;color:#3a5e28;display:flex;align-items:center;justify-content:center}.whyChooseUs__card.dark .whyChooseUs__icon{color:#3a5e28}.whyChooseUs__content{display:flex;flex-direction:column;flex:1}.whyChooseUs__card-title{font-size:20px;font-weight:800;line-height:1.3;margin:0 0 8px}.whyChooseUs__card-desc{font-size:14px;line-height:1.65;margin:0;opacity:.9}@media(max-width:600px){.whyChooseUs{padding:0 0 60px}.whyChooseUs__grid{grid-template-columns:1fr 1fr;gap:10px}.whyChooseUs__card{flex-direction:row;padding:10px 10px 20px;gap:10px;border-radius:16px}.whyChooseUs__icon-wrap{width:50px;height:50px;flex-shrink:0;margin-top:20px}.whyChooseUs__icon{font-size:22px}.whyChooseUs__card-title{font-size:13px;margin-bottom:5px}.whyChooseUs__card-desc{font-size:11px;line-height:1.5}.whyChooseUs__title{font-size:24px;white-space:normal}}.ServiceCard{padding:0;background:#f0ede4}.ServiceCard__container{max-width:860px;margin:0 auto;padding:0 20px}.ServiceCard__header{text-align:center;margin-bottom:48px}.ServiceCard__header-icon{display:inline-flex;align-items:center;justify-content:center;color:#c11;margin-bottom:12px;position:relative}.ServiceCard__header-icon:before,.ServiceCard__header-icon:after{content:"";display:inline-block;width:40px;height:2px;background:#2a4a1a;vertical-align:middle;margin:0 10px}.ServiceCard__heading{font-size:clamp(26px,5vw,42px);font-weight:900;color:#111;line-height:1.2;margin:0 0 12px}.ServiceCard__heading--red{color:#c11}.ServiceCard__subheading{font-size:15px;color:#666;margin:0}.ServiceCard__grid{display:flex;flex-direction:column;gap:20px}.ServiceCard__card{background:#fff;border-radius:16px;border:3px solid #223a00;box-shadow:0 2px 10px #0000000f;display:flex;align-items:stretch;gap:0;overflow:hidden;position:relative;opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease,box-shadow .25s ease;min-height:140px;cursor:pointer}.ServiceCard.show .ServiceCard__card{opacity:1;transform:translateY(0)}.ServiceCard__card:hover{box-shadow:0 8px 28px #0000001c}.ServiceCard__icon-wrap{flex-shrink:0;width:115px;min-height:100%;background:#b8c9a0;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-radius:14px 0 0 14px}.ServiceCard__icon{width:80px;height:80px;border-radius:50%;overflow:hidden;border:4px solid #fff;box-shadow:0 2px 10px #00000026;background:#fff;flex-shrink:0}.ServiceCard__icon img,.icon-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%}.ServiceCard__body{flex:1;padding:20px 22px;position:relative;background:#fff;border-radius:0 14px 14px 0;overflow:hidden}.ServiceCard__dots-grid{position:absolute;top:14px;right:14px;width:60px;height:44px;background-image:radial-gradient(circle,#c8c8c8 1.5px,transparent 1.5px);background-size:10px 10px;opacity:.55}.ServiceCard__name{font-size:20px;font-weight:800;color:#c11;margin:0 0 10px;line-height:1.2;display:block;position:relative;padding-bottom:8px}.ServiceCard__name:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:2.5px;background:#c11;border-radius:2px}.ServiceCard__desc{font-size:14px;color:#333;line-height:1.6;margin:10px 0 12px;max-width:400px}.ServiceCard__points{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.ServiceCard__points li{display:flex;align-items:center;gap:8px;font-size:14px;color:#222}.ServiceCard__check{width:20px;height:20px;flex-shrink:0;color:#4a7c2f}@media(max-width:600px){.ServiceCard{padding:0}.ServiceCard__card{flex-direction:row;align-items:stretch;overflow:hidden;border-radius:14px;min-height:120px}.ServiceCard__icon-wrap{width:92px;flex-shrink:0;border-radius:14px 0 0 14px}.ServiceCard__icon{width:66px;height:66px;border:3px solid #fff}.ServiceCard__body{flex:1;padding:14px}.ServiceCard__name{font-size:15px;margin-bottom:6px;padding-bottom:6px}.ServiceCard__name:after{width:44px;height:2px}.ServiceCard__desc{font-size:12px;margin-bottom:8px;margin-top:8px;line-height:1.5}.ServiceCard__points li{font-size:12px;gap:6px}.ServiceCard__check{width:16px;height:16px}.ServiceCard__dots-grid{display:none}}.home_beforeAfter{width:100%;padding:60px 20px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.home_smallTitle{color:#b32025;font-size:28px;font-weight:700;letter-spacing:2px;margin-bottom:18px;text-transform:uppercase;text-align:center}.home_beforeAfter h2{font-size:72px;font-weight:900;color:#000;letter-spacing:2px;margin-bottom:28px;line-height:1.1;text-align:center}.home_line{width:170px;height:4px;background:#b32025;border-radius:10px}@media(max-width:992px){.home_smallTitle{font-size:15px}.home_beforeAfter h2{font-size:26px}.home_line{width:130px}}@media(max-width:600px){.home_beforeAfter{padding:20px 15px 10px}.home_smallTitle{font-size:20px;letter-spacing:1px;margin-bottom:12px}.home_beforeAfter h2{font-size:25px;line-height:1.2;margin-bottom:18px}.home_line{width:90px;height:3px}}.works_steps2{padding:45px 20px;background:#e7ead9;overflow:hidden}.container{max-width:1300px;margin:auto}.headingWrap{display:flex;align-items:center;justify-content:center;gap:35px}.headingLine{height:2px;width:85px;background:#355323;flex-shrink:0}.headingWrap h2{font-size:58px;font-weight:900;margin:0;line-height:1;color:#000;text-align:center}.headingWrap h2 span{color:#d31313}.subheading{text-align:center;font-size:24px;margin-top:20px;margin-bottom:70px;color:#555;line-height:1.5}.serviceGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}.serviceCard{background:#fff;border:3px solid #355323;border-radius:30px;padding:35px;display:flex;align-items:flex-start;gap:28px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 20px #0000000f}.serviceCard:hover{transform:translateY(-5px)}.serviceIcon{width:145px;height:145px;min-width:145px;border-radius:50%;background:#f3f2e7;display:flex;align-items:center;justify-content:center}.serviceIcon svg{width:60px;height:60px;color:#355323}.serviceContent{flex:1}.serviceContent h3{font-size:38px;line-height:1.15;color:#355323;font-weight:800;margin:0}.redLine{width:60px;height:4px;background:#d31313;margin:18px 0 22px;border-radius:10px}.serviceContent p{font-size:24px;line-height:1.7;color:#333;margin-bottom:28px}.seeMoreBtn{border:2px solid #d31313;background:transparent;color:#d31313;height:56px;padding:0 28px;border-radius:50px;font-size:17px;font-weight:800;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px}.seeMoreBtn:hover{background:#d31313;color:#fff}.How_quote_btn{margin:20px auto 56px!important}@media(max-width:1200px){.headingWrap h2{font-size:48px}.serviceContent h3{font-size:30px}.serviceContent p{font-size:19px}.serviceIcon{width:120px;height:120px;min-width:120px}}@media(max-width:992px){.headingWrap h2{font-size:42px}.subheading{font-size:20px}.headingWrap{gap:20px}.headingLine{width:55px}.serviceCard{padding:25px}.serviceIcon{width:100px;height:100px;min-width:100px}.serviceIcon svg{width:40px;height:40px}.serviceContent h3{font-size:26px}.serviceContent p{font-size:16px}}@media(max-width:600px){.works_steps2{padding:35px 12px}.headingWrap{gap:10px}.headingLine{width:35px}.headingWrap h2{font-size:25px;text-align:center}.subheading{font-size:16px;margin-bottom:35px;padding:0 10px}.serviceGrid{grid-template-columns:repeat(2,1fr);gap:12px}.serviceCard{align-items:flex-start;text-align:left;gap:10px;padding:7px;border-radius:18px;aspect-ratio:1.2 / 1;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.serviceCard__content__icon_text{display:flex;align-items:flex-start;gap:10px}.serviceIcon{width:62px;height:62px;min-width:62px;flex-shrink:0}.serviceIcon svg{width:26px;height:26px}.serviceContent{flex:1;display:flex;flex-direction:column;justify-content:space-between;height:100%;min-height:0;overflow:hidden}.serviceContent h3{font-size:12px;line-height:1.2;text-align:left}.redLine{width:30px;height:3px;margin:6px 0}.serviceContent p{font-size:8px;line-height:1.4;text-align:left;margin-bottom:0;flex:1;overflow:hidden}.seeMoreBtn{width:100%;height:20px;font-size:6px;padding:0 4px;gap:2px;border-radius:50px;flex-shrink:0}.seeMoreBtn svg{width:13px;height:13px}}.stats-section{width:100%;background:#e7ead9;padding:2rem 1rem}.stats-container{width:100%;max-width:1200px;margin:auto;display:flex;flex-direction:column}.stats-card{width:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2rem 0;border-bottom:1px solid #d7d7d7}.stats-card:last-child{border-bottom:none}.stats-icon-wrap{flex-shrink:0;display:flex;justify-content:center;align-items:center}.stats-icon{width:9rem;height:9rem;border-radius:50%;background:#dfe4cf;display:flex;justify-content:center;align-items:center;overflow:hidden}.stats-icon img{object-fit:cover}.stats-content{flex:1}.stats-content h2{margin:0;font-size:5rem;line-height:1;font-weight:700;color:#415d2f}.stats-content h3{margin:.4rem 0 1rem;font-size:2.5rem;font-weight:500;color:#222}.stats-content p{margin:0;max-width:28rem;font-size:1.1rem;line-height:1.7;color:#444}.stats-line{width:7rem;height:.35rem;background:#415d2f;border-radius:2rem;margin-top:1.5rem}.stats-image{flex-shrink:0}.stats-image img{width:18rem;height:15rem;object-fit:cover;border-radius:1.7rem;display:block}@media(max-width:992px){.stats-card{gap:1.5rem}.stats-icon{width:7rem;height:7rem}.stats-content h2{font-size:4rem}.stats-content h3{font-size:2rem}.stats-content p{font-size:1rem}.stats-image img{width:14rem;height:11rem}}@media(max-width:768px){.stats-card{flex-direction:row;align-items:center;gap:1rem}.stats-icon{width:5rem;height:5rem}.stats-content h2{font-size:2rem}.stats-content h3{font-size:1.2rem;margin:.2rem 0 .5rem}.stats-content p{font-size:.8rem;line-height:1.4}.stats-line{width:4rem;height:.25rem;margin-top:.8rem}.stats-image img{width:6.5rem;height:6.5rem;border-radius:1rem}}@media(max-width:480px){.stats-card{gap:.8rem}.stats-icon{width:4.5rem;height:4.5rem}.stats-content h2{font-size:1.7rem}.stats-content h3{font-size:1rem}.stats-content p{font-size:.72rem}.stats-image img{width:5.5rem;height:5.5rem}}.suburbs__section{padding:45px 20px;background:#e7ead9;overflow:hidden}.suburbs__back{max-width:1300px;margin:0 auto}.suburbs__headingWrap{display:flex;align-items:center;justify-content:center;gap:35px}.suburbs__headingLine{height:2px;width:85px;background:#355323;flex-shrink:0}.suburbs__headingWrap h2{font-size:58px;font-weight:900;margin:0;line-height:1;color:#000;text-align:center}.suburbs__headingWrap h2 span{color:#d31313}.suburbs__subheading{text-align:center;font-size:24px;margin-top:20px;margin-bottom:70px;color:#555;line-height:1.5}.suburbsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}.suburbsCard{background:#fff;border:3px solid #355323;border-radius:30px;padding:35px;display:flex;flex-direction:column;gap:28px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 8px 20px #0000000f}.suburbsCard:hover{transform:translateY(-5px)}.suburbsCard__iconText{display:flex;align-items:flex-start;gap:28px}.suburbsCard__icon{width:145px;height:145px;min-width:145px;border-radius:50%;background:#f3f2e7;display:flex;align-items:center;justify-content:center;overflow:hidden}.suburbsCard__icon img{width:100%;height:100%;object-fit:cover;border-radius:50%}.suburbsCard__content{flex:1}.suburbsCard__content h3{font-size:38px;line-height:1.15;color:#355323;font-weight:800;margin:0}.suburbsCard__redLine{width:60px;height:4px;background:#d31313;margin:18px 0 22px;border-radius:10px}.suburbsCard__content p{font-size:24px;line-height:1.7;color:#333;margin:0}.suburbsCard__btnWrap{display:flex}.suburbsCard__seeMoreBtn{border:2px solid #d31313;background:transparent;color:#d31313;height:56px;padding:0 28px;border-radius:50px;font-size:17px;font-weight:800;cursor:pointer;transition:background .3s ease,color .3s ease;display:flex;align-items:center;justify-content:center;gap:10px}.suburbsCard__seeMoreBtn:hover{background:#d31313;color:#fff}@media(max-width:1200px){.suburbs__headingWrap h2{font-size:48px}.suburbsCard__content h3{font-size:30px}.suburbsCard__content p{font-size:19px}.suburbsCard__icon{width:120px;height:120px;min-width:120px}}@media(max-width:992px){.suburbs__headingWrap h2{font-size:42px}.suburbs__subheading{font-size:20px}.suburbs__headingWrap{gap:20px}.suburbs__headingLine{width:55px}.suburbsCard{padding:25px;gap:20px}.suburbsCard__iconText{gap:16px}.suburbsCard__icon{width:100px;height:100px;min-width:100px}.suburbsCard__content h3{font-size:26px}.suburbsCard__content p{font-size:16px}}@media(max-width:600px){.suburbs__section{padding:35px 12px}.suburbs__headingWrap{gap:10px}.suburbs__headingLine{width:35px}.suburbs__headingWrap h2{font-size:25px;text-align:center}.suburbs__subheading{font-size:16px;margin-bottom:35px;padding:0 10px}.suburbsGrid{grid-template-columns:repeat(2,1fr);gap:12px}.suburbsCard{padding:7px;border-radius:18px;gap:0;aspect-ratio:1.2 / 1;overflow:hidden;justify-content:space-between}.suburbsCard__iconText{align-items:flex-start;gap:10px}.suburbsCard__icon{width:62px;height:62px;min-width:62px;flex-shrink:0}.suburbsCard__content h3{font-size:12px;line-height:1.2}.suburbsCard__redLine{width:30px;height:3px;margin:6px 0}.suburbsCard__content p{font-size:8px;line-height:1.4;margin:0}.suburbsCard__btnWrap{margin-top:4px}.suburbsCard__seeMoreBtn{width:51%;height:20px;font-size:6px;padding:0 4px;gap:2px;border-radius:50px}.suburbsCard__seeMoreBtn svg{width:13px;height:13px}}.home__bottom__img{margin:5px 0}.contact-page{min-height:100vh;background:#e7ead9;font-family:Montserrat,sans-serif}.sng-nav{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#fff}.sng-logo-top{font-size:22px;font-weight:900;color:#111;letter-spacing:2px}.sng-logo-top span{color:#4a8c2a}.contact__img{border-radius:50%;height:300px;width:auto}.contact__img__container{display:flex;align-items:center;justify-content:center}.sng-logo-sub{font-size:9px;font-weight:600;color:#888;letter-spacing:3px;margin-top:2px}.contact-heading{text-align:center;padding:48px 24px 8px}.contact-heading h1{font-size:38px;font-weight:800;color:#111;margin:0}.contact-heading h1 span{color:#d62828}.contact-underline{width:60px;height:4px;background:#d62828;margin:10px auto 16px}.contact-subtitle{font-size:15px;color:#555;line-height:1.7;margin:0 auto;max-width:480px}.contact-cards{display:flex;flex-direction:column;align-items:center;gap:20px;padding:48px 32px;max-width:700px;margin:0 auto}.contact-card{width:100%;background:#f0f2e6;border:2px solid #2d5a1b;border-radius:20px;padding:24px 28px;display:flex;flex-direction:row;align-items:center;gap:24px}.contact-icon-box{width:70px;height:70px;min-width:70px;background:#2d5a1b;border-radius:16px;display:flex;align-items:center;justify-content:center}.contact-card-content{display:flex;flex-direction:column;gap:6px}.contact-card-label{font-size:11px;font-weight:800;color:#d62828;letter-spacing:.5px;margin:0;text-transform:uppercase}.contact-card-value{font-size:16px;font-weight:600;color:#111;line-height:1.6;margin:0}.contact-link{color:#111;text-decoration:none;font-weight:600}.contact-link:hover{text-decoration:underline;color:#2d5a1b}.contact-gallery{width:100%;margin:0 0 48px;padding:0}.contact-gallery-img{width:100%;height:350px;object-fit:cover;object-position:center;display:block}.contact-form-section{max-width:800px;margin:0 auto 60px;padding:0 24px}.contact-form-title{font-size:30px;font-weight:800;color:#111;text-align:center;margin:0 0 8px}.contact-form-title span{color:#d62828}.contact-form-underline{width:60px;height:4px;background:#d62828;margin:0 auto 32px}.contact-form{background:#f5f5f0;border-radius:16px;padding:36px 32px;display:flex;flex-direction:column;gap:20px}.form-row{display:flex;gap:20px}.form-group{display:flex;flex-direction:column;gap:6px;flex:1}.form-group label{font-size:13px;font-weight:700;color:#333;letter-spacing:.5px}.form-group input,.form-group textarea{font-family:Montserrat,sans-serif;font-size:14px;color:#111;background:#fff;border:1.5px solid #ddd;border-radius:8px;padding:12px 14px;outline:none;transition:border-color .2s;resize:vertical}.form-group input:focus,.form-group textarea:focus{border-color:#5aaa2a}.contact-submit-btn{font-family:Montserrat,sans-serif;font-weight:600;font-size:13px;letter-spacing:.5px;background:#20441d;color:#fff;border:none;border-radius:50px;padding:14px 36px;cursor:pointer;align-self:flex-start;transition:background .2s,transform .15s}.contact-submit-btn:hover{background:#4a8c22;transform:translateY(-1px)}.form-status{font-size:14px;font-weight:600;padding:10px 16px;border-radius:8px;margin:0}.form-status.success{background:#e6f4d7;color:#3a7a10}.form-status.error{background:#fde8e8;color:#c0392b}.contact-submit-btn:disabled{background:#aaa;cursor:not-allowed;transform:none}.contact-footer-img-wrap{width:100%;margin-top:-2rem;padding:10px 0;overflow:hidden}.contact-footer-img{width:100%;display:block;max-height:420px;object-fit:cover;object-position:center}@media(max-width:768px){.contact-heading{padding:32px 20px 8px}.contact-heading h1{font-size:28px}.contact-cards{padding:32px 20px;gap:16px}.contact-card{padding:15px;gap:16px}.contact-icon-box{width:58px;height:58px;min-width:58px;border-radius:14px}.contact-card-value{font-size:14px}.form-row{flex-direction:column;gap:20px}.contact-form{padding:24px 20px}.contact-submit-btn{width:100%;text-align:center}}.wizard-layout{margin:8% 8% 0;display:flex;min-height:100vh;position:relative}.sidebar{margin-top:6%;width:260px;flex-shrink:0}.step{display:flex;align-items:center;gap:12px;padding:14px;margin-bottom:12px;border-radius:10px;color:#6b7280;font-weight:500;transition:.2s}.icon-box{width:38px;height:38px;background:#f3f4f6;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.icon-box svg{width:20px;height:20px}.step.active{color:#dee8cf}.step.active .icon-box{background:#dee8cf}.step.active svg{color:#fff}.content{flex:1;padding:40px 60px}.title{text-align:center;margin-bottom:28px;font-size:22px;font-weight:600;color:#415d2f}.lot-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}.lot-card{display:flex;gap:18px;background-color:#dee8cf;padding:22px;border-radius:14px;border:1px solid #e5e7eb;cursor:pointer;transition:all .25s ease;box-shadow:0 2px 6px #0000000a}.lot-card:hover{transform:translateY(-3px);border-color:#dee8cf;box-shadow:0 10px 22px #00000014}.lot-card.active{border:2px solid #415D2F;box-shadow:0 10px 22px #2aa7a426}.lot-card img{width:80px;height:80px;border-radius:50%;object-fit:cover;flex-shrink:0}.lot-card h4{color:#415d2f;font-size:18px;margin-bottom:6px}.lot-card p{font-size:14px;color:#fff;line-height:1.55}.booking-info-banner{display:flex;flex-direction:column;margin:10px 0;text-align:center;padding:32px 28px;background:#f0f6ff;border-radius:14px;border:1px solid #cce0ff}.booking-info-banner p{color:#415d2f;font-size:15px;line-height:1.7;max-width:620px;margin:0 auto 20px}.contact-btn{background-color:#415d2f;color:#415d2f;border:none;padding:12px 32px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .25s ease;letter-spacing:.4px;margin-bottom:20px}.contact-btn:hover{background-color:#dee8cf;transform:translateY(-2px);box-shadow:0 6px 16px #113c8133}.thank-you-text{color:#415d2f!important;font-size:18px!important;font-style:italic;opacity:.8;margin-bottom:0!important}.duration-center{display:flex;flex-direction:column;align-items:center;justify-content:center;height:420px;text-align:center}.calendar-icon{font-size:42px;margin-bottom:12px}.custom-select-wrap{position:relative;display:inline-block;min-width:230px}.duration-dropdown{width:100%;padding:12px 40px 12px 16px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;font-size:14px;color:#374151;appearance:none;-webkit-appearance:none;cursor:pointer;outline:none}.select-arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#6b7280;pointer-events:none;font-size:14px}.duration-bar{display:flex;justify-content:space-between;align-items:center;padding:10px 18px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;margin-bottom:18px}.duration-bar-left{display:flex;align-items:center;gap:8px}.clock-icon{font-size:16px}.bar-select-wrap{position:relative;display:inline-block}.bar-days-select{padding:6px 32px 6px 10px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;font-size:14px;font-weight:500;color:#374151;appearance:none;-webkit-appearance:none;cursor:pointer;outline:none}.bar-select-arrow{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#6b7280;pointer-events:none;font-size:12px}.price{font-weight:600;color:#111}.real-calendar{background:#fff;padding:22px;border:1px solid #e5e7eb;width:100%;box-sizing:border-box}.react-calendar{width:100%!important;border:none!important}.react-calendar__navigation button{font-weight:600;color:#111;font-size:15px}.react-calendar__tile--now{background:transparent!important;color:#374151!important}.react-calendar__tile{height:80px!important;padding:8px 6px!important;border-radius:10px;display:flex!important;flex-direction:column;align-items:center;justify-content:flex-start;border:none;background:none;cursor:pointer;transition:border .15s;border:1px solid rgba(0,0,0,.482)!important}.react-calendar__tile abbr{font-size:15px;font-weight:600;color:#1f2937;text-decoration:none;display:block;margin-bottom:4px;line-height:1.4}.react-calendar__tile--disabled abbr{color:#cbd5e1!important}.react-calendar__tile--disabled{background:#f3f4f6!important;color:#cbd5e1!important}.react-calendar button{border-radius:0;margin:2px}.slot-text{font-size:11px;color:#6b7280;margin-top:2px}.range-highlight{background:#dee8cf!important;color:#fff!important}.range-highlight .slot-text{display:flex;flex-direction:column}.range-highlight abbr{color:#fff!important}.range-highlight .slot-text{color:#ffffffd9!important}.cd-title{margin-bottom:20px;font-size:22px;font-weight:600}.cd-field{margin-bottom:18px}.cd-field label{display:block;margin-bottom:6px;font-weight:500;font-size:14px;color:#374151}.cd-field label span{color:red}.cd-field input{width:100%;padding:14px;border-radius:10px;border:1px solid #e5e7eb;background:#f9fafb;font-size:14px;outline:none;box-sizing:border-box;transition:border .2s}.cd-field input:focus{border-color:#dee8cf;background:#fff}.cd-phone{display:flex;border-radius:10px;overflow:hidden;border:1px solid #e5e7eb;background:#f9fafb}.cd-flag-select{display:flex;align-items:center;gap:4px;padding:0 12px;background:#fff;border-right:1px solid #e5e7eb;cursor:pointer;font-size:18px;min-width:60px;justify-content:center}.flag-arrow{font-size:12px;color:#6b7280}.cd-phone input{border:none;border-radius:0;flex:1}.cd-check{display:flex;align-items:center;gap:10px;margin:16px 0;cursor:pointer;-webkit-user-select:none;user-select:none}.cd-checkbox{width:20px;height:20px;border:2px solid #d1d5db;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s;background:#fff;font-size:13px;color:#fff}.cd-checkbox.active{background:#dee8cf;border-color:#dee8cf}.cd-check p{font-size:14px;color:#374151;margin:0}.cd-check.checked p{color:#dee8cf;font-weight:500}.terms-link{color:#dee8cf;text-decoration:underline;cursor:pointer}.how-select{display:flex;justify-content:space-between;align-items:center;padding:14px;border-radius:10px;border:1px solid #e5e7eb;background:#f9fafb;cursor:pointer;font-size:14px;color:#374151;transition:border .2s}.how-select:hover{border-color:#dee8cf}.how-select .placeholder{color:#9ca3af}.how-arrow{font-size:14px;color:#6b7280;transition:transform .2s}.how-arrow.open{transform:rotate(180deg)}.how-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:10px;z-index:100;box-shadow:0 8px 24px #0000001a;overflow:hidden}.how-option{padding:13px 16px;font-size:14px;color:#374151;cursor:pointer;transition:background .15s}.how-option:hover{background:#f0fbfa;color:#dee8cf}.cd-error{margin-top:6px;color:#ef4444;font-size:13px;display:flex;align-items:center;gap:5px}.dot{background:#ef4444;color:#fff;border-radius:50%;width:16px;height:16px;font-size:11px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.pay-container{max-width:780px;margin:auto;text-align:center}.pay-illus img{width:100px;margin-bottom:10px}.pay-heading{font-size:22px;font-weight:700;margin-bottom:4px}.pay-subtitle{color:#6b7280;margin-bottom:20px;font-size:14px}.pay-customer{margin-bottom:20px}.pay-customer span{font-size:13px;color:#6b7280}.pay-customer h3{font-size:18px;font-weight:600;margin-top:4px}.pay-booking{margin:20px 0;text-align:center}.pay-booking-inner{display:inline-block}.pay-booking-label{font-size:13px;color:#6b7280;margin-bottom:6px}.pay-booking-type{font-size:15px;font-weight:600;margin:0}.pay-booking-dates{font-size:15px;font-weight:600;margin:4px 0 0}.pay-amount{text-align:left;margin:16px 0}.pay-row{display:flex;justify-content:space-between;padding:6px 0;font-size:15px;color:#374151}.pay-coupon{display:flex;justify-content:space-between;align-items:center;padding:14px 0;font-size:14px;color:#374151}.coupon-input{gap:0;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.coupon-input input{padding:10px 14px;border:none;font-size:14px;outline:none;flex:1;min-width:0}.coupon-btn{background:#415d2f;color:#fff;border:none;padding:10px 18px;cursor:pointer;font-size:16px;font-weight:600}.pay-total{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding:4px 0}.pay-total span{font-size:16px;font-weight:600;color:#111}.total-amount{color:#dee8cf!important;font-size:22px!important;font-weight:700!important;margin:0!important}.line{height:1px;background:#e5e7eb;margin:4px 0}.bottom-nav{display:flex;justify-content:space-between;align-items:center;margin-top:40px}.bottom-nav.right{justify-content:flex-end}.bottom-nav button{background:#415d2f;color:#fff;border:none;padding:14px 28px;border-radius:10px;cursor:pointer;font-size:14px;font-weight:500}.bottom-nav span{cursor:pointer;color:#6b7280;font-size:14px}.scroll-top-btn{position:fixed;bottom:24px;right:24px;width:42px;height:42px;background:#dee8cf;color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer;z-index:999;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #2aa7a459;transition:background .2s}.scroll-top-btn:hover{background:#239c99}.cd-flag-select{display:flex;align-items:center;gap:5px;padding:0 12px;background:#fff;border-right:1px solid #e5e7eb;cursor:pointer;min-width:66px;justify-content:center;-webkit-user-select:none;user-select:none;transition:background .15s;flex-shrink:0}.cd-flag-select:hover{background:#f9fafb}.cd-flag-select.open{background:#f0fbfa}.flag-emoji{font-size:20px;line-height:1}.flag-arrow{font-size:10px;color:#9ca3af;transition:transform .2s}.cd-flag-select.open .flag-arrow{transform:rotate(180deg)}.country-dropdown{position:absolute;top:calc(100% + 4px);left:0;width:280px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;z-index:300;box-shadow:0 8px 28px #00000021;overflow:hidden}.country-search-wrap{padding:10px 10px 6px;border-bottom:1px solid #f3f4f6}.country-search{width:100%;padding:9px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:13px;outline:none;box-sizing:border-box;background:#f9fafb;color:#374151}.country-search:focus{border-color:#dee8cf;background:#fff}.country-list{max-height:240px;overflow-y:auto}.country-list::-webkit-scrollbar{width:4px}.country-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.country-option{display:flex;align-items:center;gap:10px;padding:10px 14px;cursor:pointer;transition:background .12s}.country-option:hover{background:#f0fbfa}.country-option.selected{background:#e6f7f7}.co-flag{font-size:18px;line-height:1;flex-shrink:0}.co-name{font-size:13px;color:#374151;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.co-dial{font-size:12px;font-weight:600;color:#6b7280;flex-shrink:0}.country-no-result{padding:18px;text-align:center;font-size:13px;color:#9ca3af}@media(max-width:768px){.wizard-layout{flex-direction:column;min-height:100vh;margin:30% 2% 0}.sidebar{margin-top:0%;width:100%;display:flex;flex-direction:row;align-items:stretch;padding:0;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000f;position:sticky;top:0;z-index:50}.step{flex-direction:column;align-items:center;justify-content:center;padding:10px 4px 8px;margin-bottom:0;gap:5px;flex:1;border-radius:0;border-bottom:2px solid transparent;border-right:1px solid #e5e7eb;color:#6b7280}.step:last-child{border-right:none}.step.active{color:#dee8cf;border-bottom:2px solid #DEE8CF}.step-label{display:block;font-size:10px;font-weight:500;text-align:center;line-height:1.3;color:inherit}.icon-box{width:34px;height:34px;border-radius:8px}.icon-box svg{width:18px;height:18px}.content{padding:20px 0 1px;flex:1}.title,.cd-title{font-size:18px;margin-bottom:18px}.lot-grid{grid-template-columns:1fr;gap:12px}.lot-card{flex-direction:column;justify-content:center;align-items:center;padding:14px 16px;gap:20px}.lot-card h4,.lot-card p{text-align:center}.lot-card img{width:60px;height:60px}.lot-card h4{font-size:14px;margin-bottom:4px}.lot-card p{font-size:12px}.duration-center{height:auto;padding:36px 0}.custom-select-wrap{width:100%;min-width:unset}.duration-dropdown{width:100%}.real-calendar{padding:10px 6px}.react-calendar__tile{border:1px solid #fff;height:62px!important;padding:6px 2px!important}.react-calendar__tile abbr{font-size:12px}.slot-text{font-size:9px}.react-calendar__navigation button{font-size:13px}.cd-field input{padding:12px;font-size:13px}.cd-field label{font-size:13px}.pay-illus{display:flex;justify-content:center;align-items:center}.pay-illus img{width:80px}.pay-heading{font-size:18px}.pay-coupon{flex-direction:column;align-items:flex-start;gap:10px}.coupon-input{width:100%}.bottom-nav{flex-direction:row;gap:10px;margin-top:20px;padding-bottom:20px}.bottom-nav button{padding:13px 16px;font-size:13px;border-radius:8px}.bottom-nav span{font-size:13px;white-space:nowrap}.scroll-top-btn{bottom:16px;right:16px;width:38px;height:38px;font-size:13px}}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.step-loader-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:400px}.step-spinner{width:42px;height:42px;border:4px solid #e5f7f7;border-top:4px solid #2aa7a4;border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--navy: #0f2a5e;--navy-mid: #1a3a7a;--sky: #5ba3d9;--sky-light: #ddeef9;--accent: #f4a620;--white: #415D2F;--off-white: #f7fafd;--text: #1c2b3a;--text-muted: #5a6a7a;--border: #ccdff0;--shadow: 0 8px 32px rgba(15, 42, 94, .12);--radius: 16px}.tnc-wrapper{margin-top:5%;min-height:100vh;background:linear-gradient(160deg,#e8f3fb,#f7fafd,#e0eef8);position:relative;overflow:hidden;padding:40px 20px 60px}.tnc-bg-circle{position:fixed;border-radius:50%;opacity:.06;pointer-events:none;z-index:0}.tnc-bg-circle--1{width:600px;height:600px;background:var(--navy);top:-200px;right:-200px}.tnc-bg-circle--2{width:400px;height:400px;background:var(--sky);bottom:-100px;left:-100px}.tnc-container{position:relative;z-index:1;max-width:820px;margin:0 auto;background:var(--white);border-radius:24px;box-shadow:var(--shadow),0 1px #ffffffe6 inset;overflow:hidden;animation:fadeUp .7s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.tnc-header{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-mid) 60%,#254e9e 100%);padding:44px 48px 40px;display:flex;align-items:center;gap:32px;position:relative;overflow:hidden}.tnc-header:after{content:"";position:absolute;bottom:-40px;right:-40px;width:220px;height:220px;border-radius:50%;background:#ffffff0a;pointer-events:none}.tnc-logo-wrap{flex-shrink:0;width:110px;height:110px;border-radius:50%;border:3px solid rgba(255,255,255,.25);box-shadow:0 4px 24px #0000004d;overflow:hidden;background:var(--navy);display:flex;align-items:center;justify-content:center}.tnc-logo{width:100%;height:100%;object-fit:cover}.tnc-header-text{color:var(--white)}.tnc-doc-label{font-size:11px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--sky);margin-bottom:6px;opacity:.9}.tnc-title{font-family:Playfair Display,serif;font-size:clamp(28px,5vw,40px);font-weight:800;color:var(--white);line-height:1.1;margin-bottom:10px}.tnc-subtitle{font-size:14px;color:#ffffffa6;font-weight:300;letter-spacing:.5px}.tnc-divider{height:5px;background:linear-gradient(90deg,var(--accent) 0%,var(--sky) 100%)}.tnc-intro,.tnc-acknowledgements,.tnc-contact{padding:36px 48px}.tnc-intro p{font-size:15.5px;line-height:1.75;color:var(--text);margin-bottom:16px}.tnc-intro p:last-child{margin-bottom:0}.tnc-intro strong{color:var(--navy)}.tnc-security-banner{margin:0 48px;padding:20px 24px;background:var(--sky-light);border-left:4px solid var(--sky);border-radius:0 12px 12px 0;display:flex;align-items:flex-start;gap:16px}.tnc-security-icon{font-size:22px;flex-shrink:0;margin-top:1px}.tnc-security-banner p{font-size:14.5px;line-height:1.7;color:var(--navy-mid)}.tnc-section-title{font-family:Playfair Display,serif;font-size:20px;font-weight:700;color:var(--navy);margin-bottom:24px;line-height:1.3}.tnc-list{list-style:none;display:flex;flex-direction:column;gap:16px}.tnc-list-item{display:flex;align-items:flex-start;gap:20px;padding:20px 24px;background:var(--off-white);border-radius:var(--radius);border:1px solid var(--border);transition:box-shadow .2s ease,transform .2s ease}.tnc-list-item:hover{box-shadow:0 4px 20px #0f2a5e1a;transform:translateY(-2px)}.tnc-list-number{font-family:Playfair Display,serif;font-size:28px;font-weight:800;color:var(--border);line-height:1;flex-shrink:0;min-width:36px}.tnc-list-content strong{display:block;font-size:15px;font-weight:600;color:var(--navy);margin-bottom:6px}.tnc-list-content p{font-size:14.5px;line-height:1.65;color:var(--text-muted)}.tnc-notice{margin:0 48px 8px;padding:20px 24px;background:#fff8ed;border:1px solid #f4c97a;border-radius:var(--radius);display:flex;align-items:flex-start;gap:14px}.tnc-notice-icon{font-size:20px;flex-shrink:0;margin-top:1px}.tnc-notice p{font-size:14.5px;line-height:1.7;color:#7a4a00}.tnc-notice strong{color:#5a3200}.tnc-contact{border-top:1px solid var(--border)}.tnc-contact-sub{font-size:14.5px;color:var(--text-muted);margin-bottom:24px;margin-top:-12px}.tnc-contact-cards{display:flex;gap:16px;flex-wrap:wrap}.tnc-contact-card{flex:1;min-width:200px;display:flex;align-items:center;gap:16px;padding:20px 24px;background:var(--off-white);border:1px solid var(--border);border-radius:var(--radius);transition:box-shadow .2s ease}.tnc-contact-card:hover{box-shadow:0 4px 16px #0f2a5e1a}.tnc-contact-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--navy),var(--sky));color:var(--white);font-family:Playfair Display,serif;font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 10px #0f2a5e40}.tnc-contact-name{font-weight:600;font-size:15px;color:var(--navy);margin-bottom:4px}.tnc-contact-phone{font-size:14px;color:var(--sky);text-decoration:none;font-weight:500;transition:color .2s}.tnc-contact-phone:hover{color:var(--navy)}@media(max-width:600px){.tnc-header{flex-direction:column;align-items:flex-start;padding:32px 28px;gap:20px}.tnc-intro,.tnc-acknowledgements,.tnc-contact{padding:28px 24px}.tnc-security-banner,.tnc-notice{margin:0 24px}.tnc-footer{padding:28px 24px}.tnc-contact-cards{flex-direction:column}}.services-page{width:100%;min-height:100vh;background:#e7ead9;color:#1a2e14;overflow-x:hidden}.services-page>*{width:100%}@media(max-width:600px){.services-page{margin-top:20%}}.sc2-banner-wrap{width:100%;line-height:0;overflow:hidden}.sc2-banner-img{width:100%;height:auto;display:block;object-fit:cover}.sc2-section{background-color:#e8f0e0;padding:25px 16px 40px}.sc2-container{max-width:1200px;margin:0 auto}.sc2-header{text-align:center;margin-bottom:56px}.sc2-header-icon{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;background-color:#4a7c3f;border-radius:50%;color:#fff;margin-bottom:20px}.sc2-heading{font-size:clamp(1.7rem,4vw,2.5rem);font-weight:900;color:#1a2e14;margin:0 0 14px;line-height:1.2;text-transform:uppercase;letter-spacing:.02em}.sc2-heading--red{color:#d32f2f}.sc2-heading-line{width:60px;height:4px;background-color:#4a7c3f;margin:0 auto 18px;border-radius:2px}.sc2-subheading{font-size:1.05rem;color:#555;max-width:520px;margin:0 auto;line-height:1.7;font-weight:400}.sc2-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:48px 24px}.sc2-card{background:#d4e6c3;border-radius:18px;padding:0 0 2px;display:flex;flex-direction:column;align-items:center;position:relative;box-shadow:0 4px 18px #00000014;overflow:visible;transition:transform .25s ease,box-shadow .25s ease}.sc2-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #00000024}.sc2-icon-wrapper{width:100%;display:flex;justify-content:center;margin-bottom:12px;position:relative;z-index:2}.sc2-icon-circle{width:88px;height:88px;border-radius:50%;background:#fff;border:3px solid #c5ddb0;box-shadow:0 4px 16px #0000001f;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.About_sng_s{color:#111}.About_sng_n{color:#c11}.About_sng_g{color:#111}.sc2-icon-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.sc2-name{font-size:1.15rem;font-weight:800;color:#1a2e14;text-align:center;margin:0 16px 14px;letter-spacing:.01em}.sc2-image-wrap{width:calc(100% - 24px);border-radius:12px;overflow:hidden;margin:0 12px;flex:1}.sc2-image{width:100%;height:220px;object-fit:cover;display:block;border-radius:12px}.sc2-more-btn{width:60%;padding:9px 6px;background:#364d1f;color:#fff;font-size:.7rem;font-weight:500;border:none;border-radius:25px;cursor:pointer;letter-spacing:.03em;transition:background .2s ease,transform .15s ease;display:flex;align-items:center;justify-content:center;gap:6px;margin:5px 0}.sc2-more-btn:hover{background:#8f0c0c;transform:scale(1.02)}.sc2-more-btn:active{transform:scale(.98)}.sc2-gallery-wrap{width:100%;line-height:0;overflow:hidden;margin:20px 0}.sc2-gallery-img{width:100%;display:block;max-height:600px;object-fit:cover;object-position:center}@media(max-width:480px){.sc2-grid{grid-template-columns:1fr;gap:52px 0}.sc2-image{height:300px}.sc2-heading{font-size:1.5rem}}:root{--green-light: #dee8cf;--green-mid: #5cb85c;--green-dark: #3d8b3d;--bg: #f7f7f7;--white: #ffffff;--text-dark: #222222;--text-mid: #444444;--text-soft: #666666;--border: #e0e0e0;--shadow: rgba(92, 184, 92, .15)}.sd-hero-b{background:#e8f0e0;padding:0 0 10px;text-align:center;position:relative;overflow:hidden}.sd-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.06) 1px,transparent 1px);background-size:32px 32px;pointer-events:none}.sd-hero__badge{display:inline-block;background:#ffffff2e;color:#fff;font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;padding:6px 16px;border-radius:20px;margin-bottom:18px;border:1px solid rgba(255,255,255,.25)}.sd-hero__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(28px,5vw,52px);font-weight:800;color:#fff;line-height:1.2;max-width:700px;margin:0 auto 18px}.sd-hero__subtitle{font-size:16px;color:#ffffffd9;max-width:520px;margin:0 auto;line-height:1.7}.sd-page{background:var(--bg);padding-bottom:80px}.sd-container{max-width:1100px;margin:0 auto;padding:0 24px}.sd-intro-b{padding:20px 0 0;text-align:justify}.sd-intro__text{font-size:16px;color:var(--text-mid);line-height:1.85;max-width:820px}.sd-gallery{display:grid;grid-template-columns:1fr;gap:16px;margin:48px 0}.sd-gallery__item{border-radius:12px;overflow:hidden;position:relative;background:var(--green-light);opacity:0;transform:translateY(24px);transition:opacity .55s ease,transform .55s ease,box-shadow .3s ease}.sd-gallery__item.visible{opacity:1;transform:translateY(0)}.sd-gallery__item:nth-child(2){transition-delay:.1s}.sd-gallery__item:nth-child(3){transition-delay:.2s}.sd-gallery__item img{width:100%;height:260px;object-fit:cover;border-radius:10px;display:block;transition:transform .4s ease}.sd-gallery__item_large img{width:100%;height:auto;object-fit:contain;display:block;transition:transform .4s ease;border-radius:10px}.sd-gallery__item:hover img{transform:scale(1.04)}.sd-gallery__item:hover{box-shadow:0 8px 32px var(--shadow)}.sd-gallery__caption{background:var(--green-light);padding:14px 18px;font-size:14px;font-weight:600;color:var(--green-dark);border-top:1px solid rgba(92,184,92,.2)}.sd-services{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:36px 32px;margin-bottom:20px}.sd-services__heading{font-family:Playfair Display,Georgia,serif;font-size:22px;font-weight:700;color:var(--text-dark);margin-bottom:24px;padding-bottom:14px;border-bottom:2px solid var(--green-light)}.sd-services__list{list-style:none;display:grid;grid-template-columns:1fr;gap:12px}.sd-services__list li{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:var(--text-mid);line-height:1.5}.sd-services__list li:before{content:"";display:inline-block;width:20px;height:20px;min-width:20px;background:#415d2f;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-size:12px;background-repeat:no-repeat;background-position:center;margin-top:2px}.sd-why{background:var(--green-light);border-radius:12px;padding:36px 32px;margin-bottom:48px;border:1px solid rgba(92,184,92,.25)}.sd-why__heading{font-family:Playfair Display,Georgia,serif;font-size:22px;font-weight:700;color:var(--text-dark);margin-bottom:22px}.sd-why__list{list-style:none;display:grid;grid-template-columns:1fr;gap:14px}.service_detail__bottom{margin:5px 0}.sd-why__list li{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:var(--text-mid);font-weight:500}.sd-why__check{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;min-width:24px;background:var(--green-mid);border-radius:6px;color:#fff;font-size:14px;font-weight:700;margin-top:1px}.sd-tagline{background:linear-gradient(90deg,#3d8b3d,#5cb85c);border-radius:12px;padding:28px 32px;text-align:center;color:#fff;font-family:Playfair Display,Georgia,serif;font-size:clamp(16px,2.5vw,22px);font-weight:700;letter-spacing:.3px}.sd-cta-wrap1{padding:15px;margin-top:8%}.sd-cta-wrap{text-align:center}.sd-cta-btn{display:inline-flex;align-items:center;gap:10px;background:#c11;color:#fff;font-size:15px;font-weight:600;padding:14px 34px;border-radius:50px;border:none;cursor:pointer;text-decoration:none;transition:background .25s ease,transform .2s ease,box-shadow .25s ease;box-shadow:0 4px 16px var(--shadow)}.sd-cta-btn:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 8px 24px var(--shadow)}.sd-cta-btn svg{stroke:#fff;flex-shrink:0}.sd-not-found{text-align:center;padding:120px 24px;color:var(--text-soft);font-size:18px}@media(max-width:600px){.sd-gallery{grid-template-columns:repeat(1,1fr)}.sd-gallery__item:last-child{grid-column:1 / -1}.sd-services__list,.sd-why__list{grid-template-columns:repeat(1,1fr)}.sd-cta-wrap1{padding:15px;margin-top:25%}}@media(min-width:900px){.sd-hero{padding:96px 24px 112px}.sd-gallery{grid-template-columns:repeat(3,1fr)}.sd-gallery__item:last-child{grid-column:auto}.sd-gallery__item img{height:300px}.sd-services__list{grid-template-columns:repeat(2,1fr)}.sd-why__list{grid-template-columns:repeat(3,1fr)}}@media(min-width:1100px){.sd-page{padding-bottom:100px}.sd-intro{padding:80px 0 0}}.About_Hero{background:#e8edd8;padding:90px 0 20px;overflow:hidden}.About_Hero__top{padding:12px 24px 28px;display:flex;justify-content:center;text-align:center}.About_Hero__heading{font-size:clamp(28px,7vw,52px);font-weight:900;color:#111;line-height:1.1;margin:0;font-family:Arial Black,Arial,sans-serif;text-transform:uppercase;letter-spacing:1px}.About_Hero__red{color:#c11}.About_Hero__media-wrap{width:100%;overflow:hidden;background:#111;position:relative;aspect-ratio:4/3}.About_Hero__media{width:100%;height:100%;object-fit:cover;display:block}.About_Hero__overlay{display:none}.About_Hero__bottom{margin-top:10px;padding:0 24px;display:flex;justify-content:center}.About_Hero__cta{background:#c11;color:#fff;font-size:15px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;width:100%;max-width:360px;padding:18px 20px;border:none;border-radius:6px;cursor:pointer;transition:background .3s,transform .3s}.About_Hero__cta:hover{background:#2a4a1e;transform:translateY(-2px)}@media(min-width:768px){.About_Hero{padding:110px 0 38px}.About_Hero__top{display:none}.About_Hero__media-wrap{width:min(92%,1280px);margin:0 auto;border-radius:24px;aspect-ratio:16/7.5}.About_Hero__overlay{display:flex;position:absolute;inset:0;align-items:center;justify-content:center;text-align:center;padding:40px;background:linear-gradient(#0003,#00000059)}.About_Hero__overlay .About_Hero__heading{color:#fff;font-size:clamp(48px,5vw,78px);line-height:1.04;max-width:980px;text-shadow:0 6px 20px rgba(0,0,0,.45)}.About_Hero__overlay .About_Hero__red{color:#c11}.About_Hero__bottom{margin-top:0;padding-top:30px}.About_Hero__cta{width:auto;min-width:260px;max-width:280px}}@media(min-width:1300px){.About_Hero__media-wrap{max-width:1420px;aspect-ratio:16/6.8}.About_Hero__overlay .About_Hero__heading{font-size:clamp(78px,6vw,90px)}}.About_welcome_container{text-align:center;padding:10px 10px 25px}.About_welcome_header{font-size:x-large;font-weight:700}.About_welcome_header .About_sng_s{color:#111}.About_welcome_header .About_sng_n{color:#c11}.About_welcome_header .About_sng_g{color:#111}.About_welcome_text{text-align:justify;text-align-last:left;-webkit-hyphens:auto;hyphens:auto}.About_mission_img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}:root{--primary: #3a5c1e;--primary-dark: #2c3e20;--primary-light: #edf2e4;--accent: #c0392b;--accent-dark: #962d22;--off-white: #f7f8f3;--text-dark: #1a1a1a;--text-light: #555f4a;--font-display: "Georgia", serif;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .07);--shadow: 0 4px 20px rgba(0, 0, 0, .12);--transition: all .22s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--text-dark);background:var(--off-white)}button{cursor:pointer;font-family:var(--font-body)}.sd_container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;background:#e8f0e0}.sd-page{background:#e8f0e0;min-height:100vh;font-family:var(--font-body);padding-bottom:0!important}.sd-label{font-size:12px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--primary)}.sd-accent-text{color:var(--accent)}.section-title{font-family:var(--font-display);font-size:clamp(26px,3.5vw,40px);font-weight:800;color:var(--text-dark);text-align:center!important;margin:20px;line-height:1.2}.section-sub{font-size:16px;color:var(--text-light);line-height:1.7;max-width:560px}.btn-primary{background:var(--accent);color:#fff;border:none;padding:14px 34px;border-radius:var(--radius-sm);font-weight:700;font-size:15px;letter-spacing:.3px;transition:var(--transition)}.btn-primary:hover{background:var(--accent-dark);transform:translateY(-2px)}.btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5);padding:12px 28px;border-radius:var(--radius-sm);font-weight:600;font-size:15px;transition:var(--transition)}.btn-outline:hover{background:#ffffff1a;border-color:#fff}.sd-intro{background:#e8f0e0;padding:80px 0 0!important}.sd-intro__grid{display:grid;grid-template-columns:1fr 320px;gap:64px;align-items:start}.sd-intro__text h2{margin:12px 0 20px;text-align:left}.sd-intro__text p{color:var(--text-light);font-size:16px;line-height:1.85;margin-bottom:18px}.sd-intro__stats{display:grid;grid-template-columns:1fr 1fr;gap:14px;position:sticky;top:100px}.sd-stat{background:var(--off-white);border-radius:var(--radius-md);padding:26px 18px;text-align:center;box-shadow:var(--shadow-sm);border-bottom:3px solid var(--primary)}.suburds_detail{display:flex;justify-content:center;align-items:center;flex-direction:column}.sd-stat__num{display:block;font-family:var(--font-display);font-size:34px;font-weight:900;color:var(--primary);line-height:1;margin-bottom:8px}.sd-stat__label{font-size:12px;color:var(--text-light);font-weight:500;line-height:1.4}.sd-services{background:#f2f5e9}.sd-services__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.sd-card{background:#fff;border-radius:var(--radius-md);padding:22px 22px 22px 18px;display:flex;align-items:flex-start;gap:16px;box-shadow:var(--shadow-sm);border-left:4px solid transparent;border-radius:0;cursor:pointer;transition:var(--transition);position:relative}.sd-card:hover,.sd-card--active{border-left-color:var(--primary);transform:translate(4px);box-shadow:var(--shadow)}.sd-card__icon{font-size:26px;width:50px;height:50px;background:#e7ead9;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sd-card__body{flex:1;min-width:0}.sd-card__title{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--text-dark);margin-bottom:6px}.sd-card__desc{font-size:14px;color:var(--text-light);line-height:1.6}.sd-card__arrow{font-size:18px;color:var(--primary);align-self:center;opacity:0;transition:var(--transition);flex-shrink:0}.sd-card:hover .sd-card__arrow,.sd-card--active .sd-card__arrow{opacity:1;transform:translate(4px)}.sd-why{background:var(--off-white)}.sd-why__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;margin-top:40px}.sd-why__card{background:#fff;border-radius:var(--radius-md);padding:30px 22px;box-shadow:var(--shadow-sm);transition:var(--transition)}.sd-why__card:nth-child(2n){background:var(--primary)}.sd-why__card:nth-child(2n) h3,.sd-why__card:nth-child(2n) p{color:#fff}.sd-why__card:nth-child(2n) p{opacity:.85}.sd-why__card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.sd-why__icon{font-size:30px;margin-bottom:14px}.sd-why__card h3{font-family:var(--font-display);font-size:16px;font-weight:700;margin-bottom:10px;color:var(--text-dark)}.sd-why__card p{font-size:14px;color:var(--text-light);line-height:1.65}.sd-how{background:#1e2d14;color:#fff}.sd-how .sd-label{color:#a8c97f}.sd-how .section-title{color:#fff}.sd-how .section-sub{color:#fff9}.sd-how__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.sd-step{text-align:center;position:relative}.sd-step__num{font-family:var(--font-display);font-size:60px;font-weight:900;color:#ffffff12;line-height:1;margin-bottom:-10px}.sd-step__title{font-family:var(--font-display);font-size:19px;font-weight:700;color:#fff;margin-bottom:12px}.sd-step__desc{font-size:15px;color:#ffffffa6;line-height:1.75}.sd-cta{background:var(--off-white)}.sd-cta__box{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);border-radius:var(--radius-lg);padding:64px 48px;text-align:center;color:#fff}.sd-cta__box h2{font-family:var(--font-display);font-size:clamp(24px,4vw,40px);font-weight:800;margin-bottom:16px;color:#fff}.sd-cta__box p{font-size:16px;opacity:.9;max-width:580px;margin:0 auto 36px;line-height:1.75}.sd-cta__btn{background:#fff!important;color:var(--accent)!important;font-size:16px!important;padding:15px 48px!important;font-weight:800!important;border-radius:var(--radius-sm)!important;letter-spacing:.4px;box-shadow:0 8px 28px #0003!important;border:none!important}.sd-cta__btn:hover{transform:translateY(-3px)!important;box-shadow:0 14px 40px #0000004d!important}@media(max-width:960px){.section{padding:64px 0}.sd-intro__grid{grid-template-columns:1fr;gap:40px}.sd-intro__stats{position:static;grid-template-columns:repeat(4,1fr)}.sd-how__steps{grid-template-columns:1fr;gap:36px}.sd-cta__box{padding:48px 32px}}@media(max-width:600px){.container{padding:0 16px}.section{padding:52px 0}.sd-hero{padding:72px 16px 60px}.sd-hero__sub{font-size:15px}.sd-hero__actions{flex-direction:column;align-items:center}.btn-primary,.btn-outline{width:100%;max-width:300px;text-align:center}.sd-intro__stats{grid-template-columns:1fr 1fr}.sd-services__grid,.sd-why__grid{grid-template-columns:1fr}.sd-cta__box{padding:36px 20px}.sd-cta__btn{width:100%!important;padding:15px 24px!important}}*{margin:0;padding:0;box-sizing:border-box}body{background:#f0ede8}.sng-page{min-height:100vh;background:#f0ede8;font-family:Montserrat,sans-serif}.sng-nav{height:70px;background:#fff;border-bottom:1px solid #e6e2dc;display:flex;justify-content:space-between;align-items:center;padding:0 24px}.sng-logo{display:flex;flex-direction:column;line-height:1}.sng-logo-top{font-size:28px;font-weight:900;color:#111}.sng-logo-top span{color:#d62828}.sng-logo-sub{font-size:8px;margin-top:2px;letter-spacing:3px;border-top:1px solid #111;padding-top:3px;text-align:center;font-weight:700}.sng-hamburger{display:flex;flex-direction:column;gap:5px;cursor:pointer}.sng-hamburger span{width:26px;height:2px;background:#111}.sng-content{width:100%;max-width:1200px;margin:auto;padding:45px 25px 70px;background:#e7ead9}.sng-gallery-title{font-size:38px;color:#000;font-weight:800;text-align:center}.galley__ll{color:#d62828}.sng-title-underline{width:60px;height:4px;background:#d62828;margin:10px auto 18px}.sng-subtitle{font-size:16px;color:#444;line-height:1.6;margin-bottom:45px;text-align:center}.sng-filter-bar{display:grid;grid-template-columns:repeat(6,1fr);background:#fff;border-radius:20px;overflow:hidden;border:2px solid #355323;margin-bottom:45px}.sng-filter-btn{border:none;background:#e7ead9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:18px 8px;font-family:Montserrat,sans-serif;font-size:13px;font-weight:600;color:#222;cursor:pointer;transition:.25s}.sng-filter-btn:not(:last-child){border-right:2px solid #355323}.sng-filter-icon{font-size:40px;line-height:1}.sng-filter-btn span{text-align:center;line-height:1.2}.sng-filter-btn.active{background:#355323;color:#fff}.sng-filter-icon img{width:32px;height:32px;object-fit:contain;transition:all .3s ease}.sng-filter-btn.active .sng-filter-icon img{filter:brightness(0) invert(1)}.sng-project{margin-bottom:50px}.sng-project-frame{border:3px solid #355323;border-radius:24px;padding:16px;background:#e7ead9}.sng-hero-card{display:flex;align-items:stretch;background:#e7ead9;border-radius:16px;overflow:hidden;margin-bottom:16px;min-height:200px}.sng-hero-left{flex:0 0 38%;display:flex;flex-direction:column;justify-content:center;padding:30px 28px;background:#e7ead9;gap:8px}.sng-project-label{color:#d62828;font-size:18px;font-weight:800;letter-spacing:.5px}.sng-hero-name{font-size:26px;font-weight:800;color:#111;line-height:1.3}.sng-hero-address{font-size:14px;font-weight:500;color:#555;line-height:1.5;display:flex;align-items:flex-start;gap:4px}.sng-address-text{display:block}.sng-address-icon{color:#355323;font-size:18px;flex-shrink:0;margin-top:2px}.sng-hero-right{flex:1}.sng-hero-img{width:100%;height:100%;min-height:220px;object-fit:cover;display:block;border-radius:14px}.sng-section{margin-bottom:12px}.sng-sub-title{font-size:20px;font-weight:800;color:#111;margin-bottom:10px;margin-top:8px;line-height:1.4}.sng-card{display:flex;gap:15px;overflow:visible;margin-bottom:15px}.sng-image{width:50%;height:320px;object-fit:cover;display:block;border-radius:16px;box-shadow:0 4px 24px #0000001f}.sng-image:only-child{width:100%}.sng-contact-wrap{display:flex;justify-content:center;margin-top:20px;margin-bottom:30px}.sng-contact-btn{background:#d62828;color:#fff;border:none;border-radius:12px;padding:16px 48px;font-family:Montserrat,sans-serif;font-size:18px;font-weight:700;cursor:pointer;letter-spacing:.5px;transition:background .2s}.sng-contact-btn:hover{background:#b31f1f}.how-img{width:calc(100% + 50px);margin-left:-25px;margin-right:-25px;margin-bottom:-70px}.how-img img{width:100%;display:block;object-fit:cover}.sng-gallery-bottom-img{margin-left:-25px;margin-right:-25px;margin-top:40px}.sng-gallery-bottom-img img{width:100%;display:block;object-fit:cover}@media(max-width:768px){.sng-content{padding:35px 18px 50px}.sng-gallery-title{font-size:32px;text-align:center}.sng-subtitle{text-align:center}.sng-project-frame{padding:10px;border-radius:18px}.sng-hero-card{min-height:140px}.sng-hero-left{flex:0 0 42%;padding:16px 14px;gap:5px}.sng-project-label{font-size:12px}.sng-hero-name{font-size:14px}.sng-hero-address{font-size:11px}.sng-hero-img{min-height:140px}.sng-project{margin-bottom:30px}.sng-sub-title{font-size:16px}.sng-card{gap:10px}.sng-image{width:50%;height:170px;border-radius:12px}.sng-image:only-child{width:100%}.sng-filter-bar{grid-template-columns:repeat(6,1fr)}.sng-filter-btn{padding:10px 2px;font-size:9px;gap:5px}.sng-filter-icon{font-size:30px}.how-img{width:calc(100% + 36px);margin-left:-18px;margin-right:-18px;margin-bottom:-50px}.sng-gallery-bottom-img{margin-left:-18px;margin-right:-18px;margin-top:25px}}.testi-page{min-height:100vh;background:#e7ead9;font-family:Montserrat,sans-serif;display:flex;flex-direction:column;justify-content:center;align-items:center}.testi-content{max-width:1100px;background:#e7ead9;margin-bottom:25px}.testi-hero{width:100%;display:block;box-shadow:0 4px 24px #0000001f;margin-top:20px;margin-bottom:28px}.testi-heading{text-align:center;margin-bottom:4px}.testi-heading h1{font-size:38px;font-weight:800;color:#111;margin:0;line-height:1.2}.testi-heading h1 span{color:#d62828}.testi-underline{width:60px;height:4px;background:#d62828;margin:8px auto 14px}.testi-subtitle{text-align:center;font-size:15px;color:#555;line-height:1.7;max-width:560px;margin:0 auto 40px}.testi-item{margin-bottom:30px}.testi-img{width:100%;display:block;box-shadow:0 4px 24px #0000001f}@media(max-width:768px){.testi-heading h1{font-size:28px}}.testi-cta{position:relative;margin-top:20px;overflow:hidden}.testi-cta-img2{width:100%;display:block}.testi-cta-img1{width:100%;display:block;margin-bottom:30px}.testi-cta-btn{position:absolute;bottom:13px;left:81%;transform:translate(-50%);background:#c0392b;color:#fff;font-family:Montserrat,sans-serif;font-weight:700;font-size:7px;padding:7px 16px;border-radius:50px;text-decoration:none;white-space:nowrap;box-shadow:0 4px 16px #0000004d;transition:background .2s}.testi-cta-btn:hover{background:#a93226}.works_steps1{background:#fbfaf8;overflow:hidden}.how_it_works_img{width:100%;display:block}.How_quote_btn{display:block;width:80%;margin:20px auto;background:#c11;color:#fff;font-size:14px;font-weight:700;letter-spacing:1.2px;padding:16px;border:none;border-radius:6px;text-align:center;text-transform:uppercase;cursor:pointer;transition:background .25s ease,transform .2s ease}.How_quote_btn:hover{background:#a80000;transform:translateY(-1px)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;overflow-x:hidden;scrollbar-width:none}*::-webkit-scrollbar{display:none}:root{--primary: #415D2F;--primary-dark: #3b0 --white: #415D2Fff;--off-white: #E7EAD9;--gray-50: #F8F7FF;--gray-100: #f1f0f8;--gray-200: #e2e0f0;f8a;--primary-light: #7C3AED;--accent: #F59E0B;--gray-600: #6B7280;--gray-800: #1F2937;--text-dark: #111827;--text-light: #4B5563;--font-display: "Syne", sans-serif;--font-body: "DM Sans", sans-serif;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--shadow-sm: 0 4px 16px rgba(91, 33, 182, .08);--shadow: 0 8px 32px rgba(91, 33, 182, .12);--shadow-lg: 0 20px 60px rgba(91, 33, 182, .18);--transition: all .25s ease}html{scroll-behavior:smooth}#root,.site-shell{min-height:100vh}body{font-family:var(--font-body);color:var(--text-dark);background:#e7ead9;line-height:1.65;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5{font-family:var(--font-display);line-height:1.2;letter-spacing:-.5px}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:var(--font-body);transition:var(--transition)}.container{max-width:1200px;margin:0 auto;padding:0 24px}.btn-primary{background:var(--primary);color:var(--white);border:none;padding:15px 32px;border-radius:var(--radius-sm);font-weight:600;font-size:16px;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow)}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary);padding:13px 30px;border-radius:var(--radius-sm);font-weight:600;font-size:16px}.btn-outline:hover{background:var(--primary);color:var(--white)}.section{padding:80px 0}.section-title{font-size:clamp(30px,4vw,44px);font-weight:800;margin-bottom:16px;text-align:center}.section-sub{color:var(--text-light);font-size:17px;max-width:600px;margin:0 auto}
