.header{z-index:1000;background-color:#fff;border-bottom:1px solid #eee;font-family:Google Sans,Roboto,DM Sans,sans-serif;transition:transform .3s ease-in-out;position:sticky;top:0}.header--hidden{transform:translateY(-100%)}.header .headerMian{justify-content:space-between;align-items:center;width:100%;height:80px;display:flex}@media (max-width:520px){.header .headerMian{height:70px}}.header .headerCol1{align-items:center;display:flex}.header .headerCol2{align-items:center;gap:50px;display:flex}.header__brand{color:#333;justify-content:center;align-items:center;gap:10px;width:180px;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.header__brand img{object-fit:contain;width:100%;height:100%}.header__brand-icon{color:#fff;background-color:#1a4d2e;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex}.header__nav ul{align-items:center;gap:40px;margin:0;padding:0;display:flex}.header__nav ul li a{color:#5f6368;white-space:nowrap;align-items:center;gap:4px;font-size:16px;font-weight:500;transition:color .3s;display:flex}.header__nav ul li a:hover,.header__nav ul li a.active{color:#1a4d2e}.header__actions{align-items:center;gap:20px;display:flex}.header__actions .btn-login{color:#333;background:0 0;font-weight:600}.header__actions .btn-login:hover{color:#1a4d2e}.header__actions .btn-get-started{color:#fff;white-space:nowrap;background-color:#1a4d2e;border-radius:50px;padding:14px 30px;font-weight:600;transition:background-color .3s}.header__actions .btn-get-started:hover{background-color:#0d2717;transform:translateY(-1px)}.header__actions .navBar{justify-content:center;align-items:center;display:none}.header__actions .navBar .navBarBox{flex-direction:column;gap:5px;width:30px;display:flex}.header__actions .navBar .navBarBox span{background-color:#000;width:100%;height:2px}@media (max-width:1024px){.header__nav{display:none}.header .navBar{display:flex}}@media (max-width:768px){.header .container{flex-wrap:wrap}.header__brand{width:150px}.header__nav{display:none}.header .btn-get-started{padding:10px 16px;font-size:12px}}.header .side-menu-overlay{z-index:1001;opacity:0;visibility:hidden;background:#00000080;width:100%;height:100%;transition:all .3s;position:fixed;top:0;left:0}.header .side-menu-overlay.active{opacity:1;visibility:visible}.header .side-menu{z-index:1002;background:#fff;flex-direction:column;width:300px;height:100vh;padding:2rem;transition:right .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-100%;box-shadow:-5px 0 15px #0000001a}.header .side-menu.active{right:0}.header .side-menu .side-menu-header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.header .side-menu .side-menu-header .mobile-logo{width:120px;height:auto}.header .side-menu .side-menu-header .close-btn{color:#333;cursor:pointer;background:0 0;border:none;padding:0 5px;font-size:2.5rem;line-height:.8}.header .side-menu .side-menu-header .close-btn:hover{color:#1a4d2e}.header .side-menu .side-nav-links{flex-direction:column;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.header .side-menu .side-nav-links li a{color:#333;font-size:1.25rem;font-weight:600;text-decoration:none;transition:color .2s;display:block}.header .side-menu .side-nav-links li a.active,.header .side-menu .side-nav-links li a:hover{color:#1a4d2e}
.footer{color:#fff;background-color:#1a2f2a;padding:4rem 0 2rem;font-family:Google Sans,Roboto,DM Sans,sans-serif}.footer .footer-container{width:90%;max-width:1200px;margin:0 auto}.footer .footer-main{border-bottom:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:4rem;padding-bottom:3rem;display:flex}@media (max-width:1024px){.footer .footer-main{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (max-width:576px){.footer .footer-main{grid-template-columns:1fr;gap:2rem}}.footer .footer-main .footer-mainCol1{flex-direction:column;gap:1rem;display:flex}.footer .footer-main .footer-mainCol2{flex-wrap:wrap;gap:3rem;display:flex}.footer .footer-brand .brand-logo{background:#fff;border-radius:10px;align-items:center;gap:1rem;width:180px;margin-bottom:1.5rem;padding:10px 14px;display:flex}.footer .footer-brand .brand-logo img{object-fit:contain;width:100%;height:100%}.footer .footer-brand .brand-logo .logo-circle{color:#fff;background-color:#154c35;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.1rem;font-weight:700;display:flex}.footer .footer-brand .brand-logo .brand-info h3{color:#fff;margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.footer .footer-brand .brand-logo .brand-info .division{color:#fff9;font-size:.85rem}.footer .footer-brand .description{color:#ffffffb3;max-width:350px;margin-bottom:2rem;font-size:.875rem;line-height:1.6}.footer .footer-column .contact-info{flex-direction:column;gap:.75rem;display:flex}.footer .footer-column .contact-info .contact-item{color:#ffffffb3;align-items:center;gap:.75rem;font-size:.875rem;display:flex}.footer .footer-column .contact-info .contact-item svg{color:#ffffff80;font-size:.9rem}.footer .footer-column h4{color:#fff;margin-bottom:.5rem;font-size:.875rem;font-weight:500}.footer .footer-column ul{margin:0;padding:0;list-style:none}.footer .footer-column ul li{margin-bottom:.1rem}.footer .footer-column ul li a{color:#fff9;font-size:.875rem;text-decoration:none;transition:color .2s}.footer .footer-column ul li a:hover{color:#fff}.footer .footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}@media (max-width:576px){.footer .footer-bottom{text-align:center;flex-direction:column}}.footer .footer-bottom .footer-bottomCol1,.footer .footer-bottom .footer-bottomCol2{flex-wrap:wrap;gap:5px;display:flex}.footer .footer-bottom .footer-bottomCol2 a{width:60px}.footer .footer-bottom .footer-bottomCol2 a img{object-fit:contain;width:100%;height:auto}.footer .footer-bottom p{color:#f7f7f7;margin:0;font-size:.85rem}.footer .footer-bottom .tagline{font-style:italic}
