@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&display=swap");.navbar{background-color:transparent;color:white;padding:12px 24px;width:100%;position:fixed;top:0;z-index:1000;transition:background-color .3s ease,box-shadow .3s ease}.navbar.scrolled{background-color:#FFFBE6;box-shadow:0 2px 8px rgba(0,0,0,.08)}.navbar.scrolled .navbarHamburger{color:black!important}.navbar.scrolled .navbarLinks a,.navbar.scrolled .navbarLinks a.contactButton{color:#347928!important}.navbar .navbarContainer{display:flex;justify-content:space-between;align-items:center}.navbar .navbarLogo img{display:block;max-width:100%;height:auto}.navbar .navbarLinks{display:flex;gap:24px;align-items:center}.navbar .navbarLinks a{color:white;text-decoration:none;font-weight:500;font-size:16px;padding:8px 12px;border-radius:6px;transition:color .3s ease}.navbar .navbarLinks a:hover{background-color:rgba(52,121,40,.1)}.navbar .navbarLinks a.contactButton{color:#fff;font-weight:400;border-radius:8px}.navbar .navbarLinks a.contactButton:hover{background-color:rgba(52,121,40,.1)}@media (max-width:950px){.navbar .navbarLinks{display:none}}.navbar .navbarHamburger{display:none;cursor:pointer;color:white;z-index:1101;font-size:26px;transition:color .3s ease}@media (max-width:950px){.navbar .navbarHamburger{display:block}}.navbar .navbarSidebar{position:fixed;top:0;left:0;height:100vh;width:100vw;background-color:#FFFBE6;padding:20px 16px;display:flex;flex-direction:column;justify-content:space-between;transform:translateX(100%);transition:transform .4s ease-in-out;z-index:1100;overflow-y:auto}.navbar .navbarSidebar.show{transform:translateX(0)}.navbar .navbarSidebar .sidebarTop{display:flex;justify-content:flex-end;margin-bottom:20px}.navbar .navbarSidebar .sidebarClose{cursor:pointer;color:#347928;font-size:24px}.navbar .navbarSidebar .sidebarLinks{display:flex;flex-direction:column;gap:24px;align-items:center;margin-top:10px}.navbar .navbarSidebar .sidebarLinks a{color:#347928;text-decoration:none;font-weight:500;font-size:20px;padding:10px;width:100%;text-align:center;border-radius:6px}.navbar .navbarSidebar .sidebarLinks a:hover{background-color:rgba(52,121,40,.1)}.navbar .navbarSidebar .sidebarLogo{display:flex;justify-content:center;padding-bottom:20px}.navbar .navbarSidebar .sidebarLogo img{max-width:100px;height:auto}@media (max-width:380px){.navbar .navbarSidebar .sidebarLogo img{max-width:80px}}@media (min-width:951px){.navbar .navbarSidebar{display:none!important}}.navbarLinks a.active{color:#347928!important;font-weight:700;border-bottom:2px solid #347928}.navbarSidebar .sidebarLinks a.active{color:#fff;background-color:green;padding:14px 16px;border-radius:8px;width:150px;text-decoration:none;display:inline-block;font-weight:500;transition:background-color .3s ease,transform .2s ease}.navbarSidebar .sidebarLinks a.active:hover{background-color:darkgreen;transform:scale(1.03)}.description{margin:20px auto;font-size:16px;color:#333}.footerWrapper{position:relative;color:#FFFBE6;overflow:hidden}.footerWrapper .footerVideo{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1}.footerWrapper .footerOverlay{position:relative;z-index:2;background-color:rgba(0,0,0,.7);padding:60px 20px}.footerWrapper .footerOverlay .footerGrid{display:grid;grid-template-columns:1fr;grid-gap:40px;gap:40px;max-width:1200px;margin:auto}@media (min-width:768px){.footerWrapper .footerOverlay .footerGrid{grid-template-columns:repeat(3,1fr)}}.footerWrapper .footerOverlay .footerGrid .footerCol h4{font-size:1.2rem;margin-bottom:15px;color:#FFFBE6;font-family:myFont}.footerWrapper .footerOverlay .footerGrid .footerCol a,.footerWrapper .footerOverlay .footerGrid .footerCol p{font-size:.95rem;color:#FFFBE6;margin-bottom:10px;text-decoration:none}.footerWrapper .footerOverlay .footerGrid .footerCol a:hover,.footerWrapper .footerOverlay .footerGrid .footerCol p:hover{color:#347928}.footerWrapper .footerOverlay .footerGrid .footerCol .footerContactRow{display:flex;align-items:flex-start;gap:10px;margin-bottom:15px}@media (max-width:568px){.footerWrapper .footerOverlay .footerGrid .footerCol .footerContactRow{display:flex;align-items:center}}.footerWrapper .footerOverlay .footerGrid .footerCol .footerContactRow .icon{flex-shrink:0;font-size:1.1rem;margin-top:4px;color:#FFFBE6}.footerWrapper .footerOverlay .footerGrid .footerCol .footerContactRow .footerText{color:#FFFBE6;font-size:.95rem;line-height:1.5}.footerWrapper .footerOverlay .footerGrid .footerCol .footerContactRow .footerText a{color:#FFFBE6;text-decoration:none}.footerWrapper .footerOverlay .footerGrid .footerCol .footerContactRow .footerText a:hover{color:#347928}.footerWrapper .footerOverlay .footerGrid .footerCol ul{list-style:none;padding:0}.footerWrapper .footerOverlay .footerGrid .footerCol ul li{margin-bottom:10px}.footerWrapper .footerOverlay .footerGrid .footerCol ul li a{color:#FFFBE6;transition:.3s}.footerWrapper .footerOverlay .footerGrid .footerCol ul li a:hover{color:#347928}.footerWrapper .footerOverlay .footerBottom{display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;margin-top:40px;border-top:1px solid rgba(255,255,255,.2);padding-top:20px}@media (min-width:768px){.footerWrapper .footerOverlay .footerBottom{flex-direction:row;text-align:left}}.footerWrapper .footerOverlay .footerBottom p{font-size:.85rem;color:#e0e0e0}.footerWrapper .footerOverlay .footerBottom .socialIcons{margin-top:10px}@media (min-width:768px){.footerWrapper .footerOverlay .footerBottom .socialIcons{margin-top:0}}.footerWrapper .footerOverlay .footerBottom .socialIcons a{color:#FFFBE6;margin-left:15px;font-size:1.1rem;transition:color .3s}.footerWrapper .footerOverlay .footerBottom .socialIcons a:hover{color:#347928}.footerCol ul li a{color:#ffffff;text-decoration:none;transition:all .3s ease}.footerCol ul li a.activeLink{color:var(--primaryColor);font-weight:600;border-bottom:2px solid var(--primaryColor)}@media (max-width:767px){.footerOverlay{text-align:center}.footerOverlay .footerGrid{justify-items:center}.footerOverlay .footerCol{align-items:center;display:flex;flex-direction:column}.footerOverlay .footerCol a,.footerOverlay .footerCol h4,.footerOverlay .footerCol p,.footerOverlay .footerCol ul li{text-align:center}.footerOverlay .footerCol .footerContactRow{flex-direction:column;align-items:center;text-align:center}.footerOverlay .footerCol .footerContactRow .icon{font-size:1.2rem}.footerOverlay .footerCol .footerContactRow .footerText{font-size:.95rem}.footerOverlay .footerBottom,.footerOverlay .footerBottom p{text-align:center}.footerOverlay .footerBottom .socialIcons{justify-content:center}}.whatsappButton{position:fixed;bottom:25px;right:25px;background-color:#25d366;color:#fff;font-size:1.8rem;padding:.8rem;border-radius:50%;box-shadow:0 5px 15px rgba(0,0,0,.3);z-index:1000;transition:transform .3s ease}.whatsappButton:hover{transform:scale(1.1)}.whatsappButton .whatsappIcon{display:block}.designedBy{display:flex;align-items:center;justify-content:center;margin-top:10px;gap:5px}.designedBy .esightLink{display:flex;align-items:center;gap:6px}.navbarLinks .navLink:hover{color:green}.navbarSidebar .careersLink{color:green;font-weight:600}.navbarSidebar .careersLink:hover{opacity:.8}.rc-anchor-normal{overflow:scroll;height:74px;width:300px}.uploadSection input[type=file]{padding:10px 16px;font-size:16px;font-weight:500;color:#444;background-color:#f1f1f1;border:1px solid #ccc;border-radius:6px;width:100%;max-width:300px;cursor:pointer;transition:border-color .3s ease}.uploadSection input[type=file]:hover{border-color:#888}.uploadSection input[type=file]::-webkit-file-upload-button{padding:8px 14px;border:none;background-color:var(--primaryColor);color:white;border-radius:4px;cursor:pointer;font-weight:600;margin-right:10px;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.uploadSection input[type=file]::file-selector-button{padding:8px 14px;border:none;background-color:var(--primaryColor);color:white;border-radius:4px;cursor:pointer;font-weight:600;margin-right:10px;transition:background-color .3s ease}.uploadSection input[type=file]::-webkit-file-upload-button:hover{background-color:var(--primaryColor)}.uploadSection input[type=file]::file-selector-button:hover{background-color:var(--primaryColor)}