.headbar{padding:1rem;border-bottom:.5px solid rgb(241,239,239)}.header-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.site-logo{width:200px;display:flex;flex-direction:row;gap:2px;cursor:pointer}.site-logo span{font-size:15px;font-weight:bolder}.site-name{color:#0aa30a}.nav-link{display:flex;flex-direction:row;gap:15px}.link{font-size:15px;cursor:pointer;transition:all .3s ease;padding:.2rem}.link.active{font-weight:700;border-bottom:2px solid rgb(10,163,10)}.btn{background-color:#0aa30a;padding:.8rem 2rem;border:none;font-size:14px;color:#fff;font-weight:700;border-radius:5px;cursor:pointer}.btn:hover{background-color:#74e474}.menu-icon{display:none;cursor:pointer}@media (min-width: 0) and (max-width: 480px){.site-logo{padding:.5rem}.site-logo span{font-size:16px;font-weight:700}.navbar,.btn{display:none}.menu-icon{display:block;width:20px;margin-right:10px;cursor:pointer;position:relative;margin-right:1rem}.menu-link{display:flex;flex-direction:column;position:absolute;width:100vh;background-color:bisque}}@media (min-width: 481px) and (max-width: 768px){.site-logo{padding:.5rem}.site-logo span{font-size:16px;font-weight:700}.navbar,.btn{display:none}.menu-icon{display:block;width:20px;margin-right:10px;cursor:pointer;position:relative;margin-right:1rem}.menu-link{display:flex;flex-direction:column;position:absolute;width:100vh;background-color:bisque}}.menu-page{display:block;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#0009;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.side-menu-bar{padding:3rem;display:flex;flex-direction:row;gap:4rem;width:270px;position:absolute;height:100%;right:0;box-shadow:-2px 0 5px #0000001a;background-color:#fffffff1;transition:right .35s ease-in-out}.menu{display:flex;flex-direction:column;gap:1.5rem}.menu-close-btn{width:20px;height:20px}.menu-close-btn img{width:100%;height:100%;object-fit:contain}.links{font-size:15px;cursor:pointer;padding:.8rem;border-radius:4px;transition:all .3s ease}.links.active{background-color:#0aa30a;padding:1rem 3rem;text-align:center;color:#fff;cursor:pointer}.hero-section-img{width:100%;position:relative}.image{width:100%;height:60rem;object-fit:cover;display:block}.hero-content{position:absolute;top:25rem;left:7rem;max-width:710px;padding:2rem}.hero-content h1{font-size:40px;width:100%;color:#fff;font-weight:700;margin-bottom:16px}.hero-content p{font-size:16px;color:#fff;width:80%;margin-bottom:16px;line-height:2rem}.hero-btn-1,.hero-btn-2{padding:.95rem 2.5rem;border:none;font-size:14px;font-weight:700;border-radius:5px;cursor:pointer;transition:all .3s ease}.hero-btn-1{color:#0aa30a;margin-right:10px}.hero-btn-1:hover{background-color:#74e474;color:#fff;transition:.5s}.hero-btn-2{border:1px solid white;background-color:unset;color:#fff}.hero-btn-2:hover{background-color:#f5f5f5;color:#0aa30a;transition:.5s}@media (min-width: 0) and (max-width: 480px){.hero-content{position:absolute;top:0rem;left:.2rem}.hero-content h1{font-size:18px;width:300px;color:#fff;font-weight:bolder;margin-bottom:6px}.hero-content p{font-size:12px;color:#fff;width:300px;margin-bottom:12px;line-height:1.5rem}.hero-btn-1,.hero-btn-2{padding:.9rem 1.5rem;border:none;font-size:12px;font-weight:700;border-radius:5px;cursor:pointer;transition:all .3s ease}.hero-btn-2{border:2px solid white}}@media (min-width: 481px) and (max-width: 768px){.hero-content{position:absolute;top:8rem;left:2.5rem}.hero-content h1{font-size:32px;width:550px;color:#fff;font-weight:700;margin-bottom:6px}.hero-content p{font-size:16px;color:#fff;width:450px;margin-bottom:12px;line-height:1.7rem}.hero-btn-1,.hero-btn-2{padding:.95rem 1.75rem;border:none;font-size:14px;font-weight:700;border-radius:5px;cursor:pointer;transition:all .3s ease}.hero-btn-1{color:#0aa30a;margin-right:10px}.hero-btn-1:hover{background-color:#74e474;color:#fff;transition:.5s}.hero-btn-2{border:1px solid white;background-color:unset;color:#fff}.hero-btn-2:hover{background-color:#f5f5f5;color:#0aa30a;transition:.5s}}.service-page{padding:4rem 2rem;height:max-content}.service-page-layout{max-width:1200px;margin:0 auto;padding:3rem 2rem;background:#fffffff2;border-radius:16px;box-shadow:0 10px 30px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.service-headline{text-align:center;margin-bottom:4rem}.service-headline h2{font-size:24px;font-weight:700;color:#2c3e50;margin-bottom:1rem;position:relative}.service-headline h2:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,#3498db,#2ecc71);border-radius:2px}.service-headline p{font-size:14px;max-width:600px;margin:0 auto;color:#7f8c8d;line-height:1.6}.service-card-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:2rem 0}.service-card-container{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 25px #00000014;transition:all .3s ease;position:relative;border:1px solid rgba(0,0,0,.05)}.service-card-container:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.service-card-container:hover .image{transform:scale(1.05)}.card-image-container{width:100%;height:200px;overflow:hidden;position:relative}.image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.icon{position:absolute;top:180px;left:1.5rem;width:40px;height:40px;background:#fff;border-radius:50%;padding:8px;box-shadow:0 4px 15px #0000001a;display:flex;align-items:center;justify-content:center;z-index:2}.icon img{width:24px;height:24px;filter:brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%)}.card-content{padding:2rem 1.5rem 1.5rem;margin-top:.5rem}.card-content h3{font-size:1.25rem;font-weight:600;color:#2c3e50;margin-bottom:.75rem;line-height:1.3}.card-content p{font-size:.9rem;color:#7f8c8d;line-height:1.6;margin:0}.btn-container{margin-top:2rem;text-align:center}.btn-service{background-color:#0aa30a;padding:.8rem 2rem;border:none;font-size:14px;color:#fff;font-weight:700;border-radius:5px;cursor:pointer}.btn-service:hover{background-color:#74e474}@media (min-width: 0) and (max-width: 480px){.service-page{padding:.5rem}.service-page-layout{padding:1.5rem .5rem;border-radius:12px}.service-card-layout{display:flex;justify-content:center;flex-direction:column;padding:1rem 0;border-radius:12px}.card-content{padding:1.5rem 1rem 1rem}}@media (min-width: 481px) and (max-width: 768px){.service-page,.service-page-layout{padding:2rem 1rem}.service-headline{margin-bottom:3rem}.service-card-layout{grid-template-columns:1fr;gap:1.5rem}.icon{top:170px;left:1rem;width:35px;height:35px}.icon img{width:20px;height:20px}.btn-container{margin-top:2rem;text-align:center}}@media (max-width: 480px){.service-page{padding:1rem .5rem}.service-page-layout{padding:1.5rem 1rem;border-radius:12px}.card-content{padding:1.5rem 1rem 1rem}}.message-popup{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;transition:all .3s ease}.message-content{background:#fff;padding:5rem;border-radius:8px;box-shadow:0 4px 15px #0003;width:90%;max-width:400px;text-align:center;position:relative}.message-content img{width:35px;height:35px;margin-bottom:1rem;animation:successBounce .6s ease-out .2s both}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.message-content h2{font-size:1.3rem;font-weight:700;line-height:1.6}.message-content p{font-size:.9rem;color:#7f8c8d}.message-close-btn{position:absolute;top:1.5rem;right:1rem;width:18px;height:18px;border:none;background:#0000000d;border-radius:50%;cursor:pointer;transition:all .2s ease}.message-close-btn img{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.message-close-btn:hover{background:#0000001a;color:#333;transform:scale(1.1)}.message-close-btn:focus{outline:1px solid #27ae60;outline-offset:2px}.loading-container{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;transition:all .3s ease}.dot-spinner{--uib-size: 2.8rem;--uib-speed: .9s;--uib-color: #183153;position:relative;display:flex;align-items:center;justify-content:flex-start;height:var(--uib-size);width:var(--uib-size)}.dot-spinner__dot{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:flex-start;height:100%;width:100%}.dot-spinner__dot:before{content:"";height:20%;width:20%;border-radius:50%;background-color:var(--uib-color);transform:scale(0);opacity:.5;animation:pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;box-shadow:0 0 20px #121f354d}.dot-spinner__dot:nth-child(2){transform:rotate(45deg)}.dot-spinner__dot:nth-child(2):before{animation-delay:calc(var(--uib-speed) * -.875)}.dot-spinner__dot:nth-child(3){transform:rotate(90deg)}.dot-spinner__dot:nth-child(3):before{animation-delay:calc(var(--uib-speed) * -.75)}.dot-spinner__dot:nth-child(4){transform:rotate(135deg)}.dot-spinner__dot:nth-child(4):before{animation-delay:calc(var(--uib-speed) * -.625)}.dot-spinner__dot:nth-child(5){transform:rotate(180deg)}.dot-spinner__dot:nth-child(5):before{animation-delay:calc(var(--uib-speed) * -.5)}.dot-spinner__dot:nth-child(6){transform:rotate(225deg)}.dot-spinner__dot:nth-child(6):before{animation-delay:calc(var(--uib-speed) * -.375)}.dot-spinner__dot:nth-child(7){transform:rotate(270deg)}.dot-spinner__dot:nth-child(7):before{animation-delay:calc(var(--uib-speed) * -.25)}.dot-spinner__dot:nth-child(8){transform:rotate(315deg)}.dot-spinner__dot:nth-child(8):before{animation-delay:calc(var(--uib-speed) * -.125)}@keyframes pulse0112{0%,to{transform:scale(0);opacity:.5}50%{transform:scale(1);opacity:1}}.about-page{padding:4rem 16rem;min-height:max-content;background:#bdddbd;display:flex;align-items:center;gap:6rem}.about-headline{font-size:24px;font-weight:700;color:#2c3e50;margin-bottom:1rem;position:relative}.about-paragraphs p{font-size:16px;width:100%;color:#7f8c8d;line-height:1.6;margin-top:2rem}.about-list{font-size:16px;max-width:600px;color:#7f8c8d;line-height:1.6;margin-top:4rem}.about-image{width:200%;height:400px;overflow:hidden;transition:transform .3s ease}.about-image img{width:100%;height:100%;object-fit:cover;border-radius:22px;transition:transform .3s ease}.about-image:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}@media (min-width: 0) and (max-width: 480px){.about-page{padding:2.75rem;display:flex;flex-wrap:wrap}.about-headline{font-size:24px;font-weight:700;color:#2c3e50;margin-bottom:1rem;text-align:center;position:relative}.about-paragraphs p{font-size:16px}.about-image{width:400px;overflow:hidden;transition:transform .3s ease}}@media (min-width: 481px) and (max-width: 768px){.about-page{padding:4rem 6rem;background:#bdddbd;display:flex;align-items:center;flex-direction:column}.about-headline{font-size:24px;font-weight:700;color:#2c3e50;margin-bottom:1rem;position:relative}.about-paragraphs p{font-size:16px;width:100%;color:#7f8c8d;line-height:1.6;margin-top:2rem}.about-image{width:100%;height:400px;overflow:hidden;transition:transform .3s ease}}.review-page{padding:3rem 2rem;margin:0;min-height:70vh;background:#fffffff2}.review-headline{text-align:center;margin-bottom:4rem}.review-headline h2{font-size:24px;font-weight:700;color:#2c3e50;margin-bottom:1rem}.review-headline p{font-size:16px;color:#7f8c8d;max-width:600px;margin:0 auto}.review-cards-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:3rem 0;margin:0 auto}.review-card-container{background:#bdddbd;border-radius:16px;box-shadow:0 8px 25px #0000000d;transition:all .3s ease;padding:1rem 2rem;line-height:1.5rem;margin:0 auto;cursor:pointer}.review-card-container:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.rate-icon{width:120px;height:120px}.rate-icon img{width:100%;height:auto}.review-comment{font-size:1rem;color:#2c3e50;margin-bottom:2rem;line-height:1.7;font-style:italic;position:relative;padding-left:1rem;border-left:3px solid darkgreen;margin-left:0}.reviewer-name{font-size:1.1rem;font-weight:600;color:#2c3e50;margin:0 0 .25rem}.reviewer-job{font-size:12px;margin:0 0 .25rem}@media (min-width: 0) and (max-width: 480px){.review-page{padding:1rem}.review-headline p{max-width:90%;font-size:14px}.review-card-container{padding:1rem}}@media (min-width: 481px) and (max-width: 768px){.review-headline p{text-align:center}}.contact-page{background:#006400;height:max-content;padding:8rem;display:flex;justify-content:center;align-items:center}.contact-layout{text-align:center}.contact-layout h2{font-size:28px;font-weight:700;color:#fff;margin-bottom:1rem}.contact-layout p{font-size:16px;line-height:2.5rem;color:#fff;margin-bottom:1rem;max-width:700px}.contact-btn button{padding:1.3rem 2.5rem;border:none;font-size:14px;font-weight:700;border-radius:5px;cursor:pointer;color:#006400;margin:auto 10px}.contact-btn button:hover{font-weight:700;cursor:pointer;box-shadow:4px 8px 20px #0000004d}.btn-two{background:none;border:2px solid white!important;color:#fff!important}@media (min-width: 0) and (max-width: 480px){.contact-page{padding:2.75rem}.contact-layout h2{font-size:24px}.contact-layout p{font-size:14px;line-height:2rem;color:#fff;margin-bottom:1rem}.contact-btn{display:flex;justify-content:center}.contact-btn button{padding:1rem 2rem;font-size:10px;margin:auto 5px}@media (min-width: 481px) and (max-width: 768px){.contact-page{padding:4rem}}}.footer-page{background:#111827;height:max-content;padding:4rem 8rem;color:#fff}.footer-layout{border-bottom:.1px solid #333842;padding:8px 0;display:flex;justify-content:space-between;align-items:flex-start;gap:4rem;margin-bottom:35px;flex-wrap:wrap}.footer-content-one,.footer-content-two,.footer-content-three,.footer-content-four{padding:5px;flex:1;min-width:200px}.footer-content-one h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.footer-content-one p{font-size:.9rem;margin-bottom:.75rem;max-width:500px;line-height:1.5;color:#5f6673}.icon-cta{display:flex;gap:10px;padding:8px 0;filter:brightness(0) saturate(100%) invert(100%)}.icon-cta img{width:24px;height:24px;cursor:pointer;transition:transform .3s ease}.icon-cta img:hover{transform:scale(1.1)}.footer-layout h3{font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.footer-layout ul{color:#5f6673;font-size:.9rem;list-style:none;padding:0}.footer-layout li{margin-bottom:.5rem;transition:color .3s ease}.footer-layout li:hover{color:#fff;cursor:pointer}.service-list{line-height:2}.footer-content-four div{display:flex;align-items:center;gap:10px;margin-bottom:.75rem;color:#5f6673}.footer-content-four p:hover{color:#fff;cursor:pointer}.copyright{color:#5f6673;text-align:center;font-size:.85rem;margin-top:1rem}@media (min-width: 0) and (max-width: 480px){.footer-page{padding:1.5rem 1rem}.footer-layout h3{font-size:1rem}.footer-layout ul{font-size:.85rem}.icon-cta img{width:20px;height:20px}.copyright{font-size:.75rem}}@media (min-width: 481px) and (max-width: 768px){.footer-page{padding:2rem}.footer-layout{flex-direction:column;align-items:flex-start;gap:2rem}.footer-content-one,.footer-content-two,.footer-content-three,.footer-content-four{width:100%}.icon-cta{justify-content:flex-start}}
