*{padding:0;margin:0}nav{background-color:#fff;overflow:hidden;color:#000;display:flex;width:100%;height:8%;justify-content:space-evenly;align-items:center;padding:1rem 0}.navbar-options a{position:relative;text-decoration:none;font-size:clamp(10px,2vw,18px);font-family:Arial,sans-serif;transition:color .3s ease;color:#1e293b}.navbar-options a:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background-color:#009c08;transition:width .3s ease}.navbar-options a:hover:after{width:100%}.navbar-options a:hover{color:#009c08}nav span a img{height:3.5rem;padding:10px}.nav-btn{padding:.5rem 1rem;background-color:#0da16f;color:#fff;border:none;border-radius:20px;cursor:pointer;transition:background-color .3s ease}.nav-search{font-size:2rem;cursor:pointer;color:#1e293b;caret-color:transparent}.nav-search:hover{color:#009c08}.search-container{display:flex;gap:1rem;align-items:center;padding-right:1rem}.menu-icon{display:none}.hamburger-menu{display:none;z-index:10;position:absolute;right:0;top:0;background-color:#1e293b;flex-direction:column;align-items:flex-start;height:100%;width:50%;gap:20px;padding-top:8rem;transform:translate(100%);transition:transform .3s ease-in-out}.hamburger-menu.open{display:flex;transform:translate(0)}.hamburger-menu a{color:#fff;font-size:1.5rem;text-decoration:none;padding-left:2rem}.hamburger-menu i{color:#fff;font-size:1.6rem;position:absolute;top:1rem;right:1.5rem;cursor:pointer;caret-color:transparent}@media(max-width:600px){.navbar-options{display:none}nav{justify-content:space-between}.menu-icon{display:flex;flex-direction:column;cursor:pointer;font-size:larger;caret-color:transparent}}.footer{background-color:#1e293b;color:#fff;width:100%;padding-top:40px;font-family:Poppins,sans-serif}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:40px}.footer-left{flex:1 1 300px}.logo{font-size:2rem;font-weight:800;color:#fff;letter-spacing:1px}.logo .accent{color:#0da16f}.tagline{color:#ccc;font-size:.9rem;margin-bottom:1.2rem}.address,.contact{color:#ccc;font-size:.95rem;line-height:1.6}.contact i{color:#009c08;margin-right:8px}.footer-section{flex:1 1 150px}.footer-section h3{font-size:1.2rem;color:#fff;margin-bottom:15px;font-weight:600}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin:8px 0}.footer-section ul li a{text-decoration:none;color:#cfcfcf;transition:color .3s}.footer-section ul li a:hover{color:#009c08}.social-links i{color:#45b3e0;margin-right:8px;width:20px}.footer-bottom{border-top:1px solid #333;margin-top:40px;padding-top:20px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;font-size:.9rem;color:#888}.footer-bottom p{padding-left:60px;margin-right:10px}.footer-links{padding-right:4rem}.footer-links a{color:#45b3e0;text-decoration:none;margin-left:15px;transition:color .3s}.footer-links a:hover{color:#009c08}@media(max-width:900px){.footer-container{flex-direction:column;align-items:center}.footer-bottom{flex-direction:column;text-align:center;gap:10px}}.hero-section{height:auto;width:100%;background-color:#f0f8ff;display:flex}.hero-content{width:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-image:url(./pattern-DPOuB0gi.svg);background-size:cover;background-color:#b1dabc;opacity:.6;color:#000}.hero-content h1{font-size:clamp(1.5rem,5vw,3rem);padding:1rem}.hero-content p{font-size:large;padding:2rem}.hero-section img{width:50%}@media(max-width:768px){.hero-section{flex-direction:column;height:auto}.hero-content{background-size:contain;background-repeat:repeat}.hero-content,.hero-section img{width:100%;height:auto}}.hero-section-2{min-height:100vh;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.hero-sec2-content{display:flex;justify-content:center;align-items:center;height:auto}.hero-sec2-content h2,.hero-sec2-content p{padding:2rem;color:#335e33;font-size:larger}.hero-sec2-content h2{font-size:clamp(1.5rem,5vw,2.3rem)}.hero-sec2-cards{width:100%;display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:flex-start}.card{position:relative;height:auto;width:25%;font-family:Arial,Helvetica,sans-serif;margin:1rem;background-color:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;align-items:center;overflow:hidden;caret-color:transparent;transition:all .3s ease-in-out}.card:hover,.card:active{box-shadow:0 0 20px 5px #4e993799;transform:translateY(-10px)}.card-img img{height:100px;object-fit:cover;margin-top:1.5rem}.card h2{margin-top:1rem;margin-bottom:1rem;color:#2c3e50}.card p{padding:0 1rem 1rem;color:#5a5a5a;text-align:center}@media(max-width:768px){.card{width:80%}}.about-us-container{display:flex;flex-direction:column;min-height:100vh;background-color:#f5f5f5;font-family:Segoe UI,sans-serif;color:#333}.about-us-hero{background-color:#e0f2f1;padding:3rem 2rem;text-align:center;border-bottom:1px solid #ccc}.about-us-hero h1{font-size:2.5rem;color:#004d40;margin-bottom:1rem}.about-us-hero p{font-size:1.2rem;color:#00695c;max-width:800px;margin:0 auto}.about-us-content{flex:1;padding:2rem;max-width:1000px;margin:0 auto;background-color:#123524;color:#f5f5f5;border-radius:12px;box-shadow:0 4px 12px #0000004d}.about-us-section{margin-bottom:2rem}.about-us-section h2{font-size:1.8rem;color:#00796b;margin-bottom:.5rem}.about-us-section p{font-size:1rem;line-height:1.6}.about-us-cards{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}#root{width:100%;height:125%;margin:0;padding:0;text-align:center}.app{display:flex;flex-direction:column;justify-content:space-between}Footer{position:static;bottom:0;justify-content:flex-end}main{height:50vh;width:100%;background-color:#000}
