@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap);.container{background-color:#004d40;color:#fff;display:flex;flex-direction:row;height:100vh;overflow:hidden}.text-section{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:5vw}.logo-container{align-items:center;display:flex;gap:10px}.logo-img{height:5rem;width:auto}.logo-text{font-size:5rem;font-weight:700;margin:0}.text-content h1{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.3;margin:0}.image-section{align-items:center;display:flex;flex:1 1;justify-content:center;padding:5vw}.team-image{height:60vh;max-height:90%;max-width:90%;object-fit:cover;width:60vh}@media (max-width:768px){.container{flex-direction:column;height:auto}.text-section{padding:10vw;text-align:center}.image-section{padding:5vw 0}.logo-img{height:4rem;width:auto}.logo-text{font-size:3rem}.text-content h1{font-size:clamp(2rem,4vw,3rem)}.team-image{height:50vw;width:50vw}}@media (max-width:480px){.text-content h1{font-size:clamp(1.5rem,5vw,2.5rem)}.logo-container{align-items:center;display:flex;gap:5px}.logo-img{height:3.5rem;width:auto}.logo-text{font-size:3.5rem;font-weight:700;margin:0}.team-image{border-radius:5px;height:80vw;width:80vw}}.company-profile-page{color:#fff;position:relative;text-align:center}.background-image{align-items:center;background-image:url(/static/media/2.c54fcc7721520e9313e3.jpg);background-position:50%;background-size:cover;display:flex;height:60vh;justify-content:center;position:relative;width:100%}.background-image:after{background-color:#04453966;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.content{padding:20px;position:relative;z-index:1}.company-profile-page h1{color:#fff;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.3;margin:0}.company-profile-page p{color:#fff;font-size:clamp(1.5rem,3vw,2rem);line-height:1.6;margin:20px 0}.company-profile-page .read-more-link{color:#fff;cursor:pointer;font-size:clamp(1.2rem,2.5vw,1.8rem);line-height:1;text-decoration:underline;transition:color .3s}.company-profile-page .read-more-link:hover{color:#00e676}@media (max-width:1024px){.background-image{height:50vh}}@media (max-width:768px){.background-image{height:40vh}.company-profile-page h1{font-size:2.5rem}.company-profile-page p{font-size:1.5rem}.company-profile-page .read-more-link{font-size:1.2rem}}@media (max-width:480px){.background-image{height:35vh}.content{padding:10px}.company-profile-page h1{font-size:2rem}.company-profile-page p{font-size:1.2rem}.company-profile-page .read-more-link{font-size:1rem}}body{background-color:#004d40;color:#fff}.projects-page{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;min-height:100vh;padding:20px}.left-section{grid-gap:20px;display:grid;flex:1 1;grid-template-columns:repeat(2,1fr);padding:10px}.image-container img,.image-container1 img{border-radius:10px;height:30vh;width:100%}.right-section{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:20px;text-align:center}.right-section h1{color:#fff;font-size:clamp(2rem,5vw,4rem);font-weight:700;line-height:1.3;margin-bottom:20px}.right-section p{color:#fff;font-size:clamp(1rem,2vw,1.5rem);line-height:1.6;margin-bottom:20px;max-width:80%}.read-more-link{color:#fff;font-size:clamp(1rem,1.5vw,1.2rem);text-decoration:underline}.read-more-link:hover{color:#e0e0e0}.button-container{display:flex;gap:15px;margin-top:20px}.contact-btn,.explore-btn{border:none;border-radius:8px;cursor:pointer;font-size:1.2rem;font-weight:700;padding:12px 24px;transition:all .3s ease-in-out}.explore-btn{background-color:#2196f3;color:#fff}.explore-btn:hover{background-color:#e68900}.contact-btn{background-color:#2196f3;color:#fff}.contact-btn:hover{background-color:#e68900}@media (max-width:1024px){.projects-page{flex-direction:column;gap:30px}.left-section{grid-template-columns:1fr}.right-section{align-items:center;padding:20px;text-align:center}}@media (max-width:768px){.projects-page{flex-direction:column;gap:20px}.right-section{align-items:center;order:-1;padding:10px;text-align:center}.left-section{gap:10px;grid-template-columns:1fr}.right-section h1{font-size:35px;margin:10px 0}.right-section p{font-size:1rem;margin:15px 0}.read-more-link{font-size:.9rem}.button-container{flex-direction:column;gap:10px}.contact-btn,.explore-btn{font-size:1rem;width:100%}}@media (max-width:480px){.projects-page{gap:10px}.left-section{grid-gap:10px}.right-section h1{font-size:1.8rem;margin:10px 0}.right-section p{font-size:1.2rem;margin:10px 0}.read-more-link{font-size:1.2rem}}.services-container{background-color:#f9f9f9;padding:50px 20px;text-align:center}.services-title{color:#333;font-size:45px;font-weight:700;margin-bottom:40px}.services-grid{display:flex;gap:20px;overflow-x:auto;padding:20px;scroll-snap-type:x mandatory;scrollbar-width:thin}.service-item{background-color:#fff;border-radius:12px;box-shadow:0 4px 8px #0000001a;flex:0 0 auto;padding:20px;scroll-snap-align:start;text-align:center;transition:transform .3s ease;width:300px}.service-item:hover{transform:translateY(-10px)}.service-icon{height:80px;margin-bottom:20px;object-fit:cover;width:80px}.service-heading{color:#000;font-size:24px;font-weight:700;margin-bottom:10px}.service-description{color:#555;font-size:18px}@media (max-width:768px){.services-title{font-size:30px}.service-item{width:250px}}@media (max-width:480px){.services-title{font-size:24px}.service-description{font-size:16px}.service-heading{font-size:20px}}.footer{align-items:center;background-attachment:fixed;background-image:url(/static/media/footer.fdddc193b33729e0c9ae.jpg);background-position:50%;background-size:cover;color:#fff;display:flex;justify-content:space-between;min-height:90vh;overflow:hidden;padding:50px;position:relative}.footer:before{background-color:#0009;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.footer-content{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:20px;position:relative;width:100%;z-index:1}.footer-text h1{color:#fff;font-size:clamp(2rem,5vw,4.5rem);font-weight:700;line-height:1.3;margin:0 20px}.footer-contact{background-color:#838a9b;border-radius:8px;display:flex;flex-direction:column;height:auto;justify-content:center;line-height:1.5;margin:20px 0;padding:30px;text-align:left;width:40%;z-index:1}.footer-contact p{font-size:clamp(1rem,2vw,1.5rem);margin:10px 0}.footer-contact a{color:#fff;font-size:clamp(1rem,2vw,1.5rem);text-decoration:none}.footer-contact a:hover{text-decoration:underline}@media (max-width:1024px){.footer{background-size:cover;flex-direction:column;min-height:60vh;text-align:center}.footer-content{align-items:center;flex-direction:column}.footer-text h1{margin:0 0 20px;text-align:center}.footer-contact{margin:10px 0;width:80%}}@media (max-width:768px){.footer-contact{padding:20px;width:90%}.footer-text h1{font-size:2rem}}@media (max-width:480px){.footer{background-size:cover;min-height:50vh}.footer-text h1{font-size:35px;line-height:1.2}.footer-contact{padding:15px;text-align:center;width:100%}.footer-contact a,.footer-contact p{font-size:1rem}}body.page1-body{font-family:Arial,sans-serif;margin:0;padding:0}.page1-container{background-image:url(/static/media/3.8e0090b5e9539ba7264f.jpg);background-position:50%;background-size:cover;height:100vh;overflow:hidden;position:relative}.page1-container,.page1-container .overlay{align-items:center;display:flex;justify-content:center;width:100%}.page1-container .overlay{animation:gradientMove 6s ease-in-out infinite alternate;background:linear-gradient(135deg,#323232e6,#0009);height:100%;left:0;position:absolute;top:0}.page1-container h1{animation:textReveal 1.5s cubic-bezier(.77,0,.175,1) forwards;color:#fff;display:inline-block;font-size:7rem;font-weight:700;line-height:1.2;opacity:0;overflow:hidden;text-align:center}@keyframes textReveal{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes gradientMove{0%{background:linear-gradient(135deg,#323232e6,#0009)}to{background:linear-gradient(225deg,#0009,#323232e6)}}@media (min-width:1025px){.page1-container{height:100vh}.page1-container h1{font-size:7rem}}@media (max-width:1024px){.page1-container{background-size:cover;height:70vh}.page1-container h1{font-size:5rem}}@media (max-width:768px){.page1-container{background-size:cover;height:50vh}.page1-container h1{font-size:4rem}}@media (max-width:480px){.page1-container{background-size:cover;height:40vh}.page1-container h1{font-size:2.5rem}}body{color:#004b32}.page2-container,body{background-color:#004f39}.page2-container{color:#fff;font-family:Roboto,sans-serif;padding:20px 40px;text-align:left}.page2-container h2{font-size:25px;font-weight:400;line-height:1.4;margin:0 auto 40px;max-width:1500px;text-align:left}.grid-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin:20px auto;max-width:1200px;padding:0 10px}.project-box{align-items:flex-start;background:#fff;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;padding:10px;position:relative}.project-box img{border-radius:8px;filter:grayscale(100%);height:250px;margin-bottom:10px;object-fit:cover;transition:filter .3s ease-in-out;width:100%}.project-box:hover img{filter:grayscale(0)}.modal-overlay{align-items:center;background:#000c;display:flex;height:100%;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background:#004b32;border-radius:8px;color:#004b32;display:flex;flex-direction:column;padding:15px;position:relative;width:600px}.close-btn{background:red;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:18px;padding:5px 10px;position:absolute;right:10px;top:10px}.popup-layout{align-items:center;display:flex;gap:15px}.popup-sidebar{display:flex;flex-direction:column;gap:8px;justify-content:space-between;width:150px}.popup-box{align-items:center;background:#fff;border-radius:5px;display:flex;flex:1 1;font-weight:700;justify-content:center;min-height:70px;padding:8px;text-align:center}.popup-box img{height:auto;max-height:80px;max-width:100%}.popup-main{flex:1 1}.popup-content-wrapper,.popup-main{display:flex;flex-direction:column;gap:10px}.popup-content-wrapper{height:100%;justify-content:space-between}.popup-image{align-items:center;display:flex;height:180px;justify-content:center}.popup-image img{border-radius:8px;height:100%;object-fit:cover;width:100%}.popup-description{align-items:center;background:#f4f4f4;border-radius:5px;display:flex;flex-grow:1;font-size:14px;font-weight:500;justify-content:center;padding:8px;text-align:center}@media (max-width:1024px){.grid-container{gap:15px;grid-template-columns:repeat(2,1fr)}.project-box img{height:200px}}@media (max-width:768px){.grid-container{gap:10px;grid-template-columns:repeat(2,1fr)}.project-box img{height:180px}.modal-content{width:85%}.popup-layout{align-items:center;flex-direction:column}.popup-sidebar{flex-direction:row;justify-content:space-between;width:100%}.popup-main{width:100%}}@media (max-width:480px){.grid-container{gap:8px;grid-template-columns:repeat(1,1fr)}.project-box img{height:160px}}.who-container{align-items:center;background-color:#004d40;display:flex;flex-wrap:nowrap;height:100vh;justify-content:space-between;padding:0 5vw}.who-text{flex:1 1;text-align:right}.who-text h1{color:#fff;font-size:5.5vw;font-weight:700;line-height:1.3;margin:0}.logo-section{align-items:center;display:flex;justify-content:flex-start;min-height:50vh;width:40%}.logo-image{height:350px;width:350px}@media (max-width:1024px){.who-container{flex-direction:column;height:auto;padding:5vw}.who-text h1{font-size:5vw}.logo-section{justify-content:center;width:100%}.logo-image{max-height:150%;max-width:150%}}@media (max-width:768px){.who-text h1{font-size:4.5vw}.logo-image{max-height:100%;max-width:100%}}@media (max-width:480px){.who-text h1{font-size:6vw;line-height:1.2}.logo-image{max-height:85%;max-width:85%}}.why-page{align-items:center;background-color:#eaf4f5;box-shadow:0 4px 12px #0000001a;color:#004a36;display:flex;font-family:Roboto,sans-serif;gap:20px;justify-content:space-between;padding:40px}.why-left{flex:1 1;padding-left:40px;padding-right:20px}.why-left h1{font-size:3rem;font-weight:700;line-height:1.4;margin-bottom:20px;text-transform:uppercase}.why-left p{font-size:1.25rem;line-height:1.8}.why-right{display:flex;flex:1 1;justify-content:center}.why-right img{border-radius:20px;box-shadow:0 4px 12px #0000001a;height:auto;max-width:65%}@media (max-width:1024px){.why-page{flex-direction:column;padding:20px}.why-left,.why-right{padding:0;text-align:center}.why-left h1{font-size:2.5rem}.why-left p{font-size:1.1rem}.why-right img{max-width:80%}}@media (max-width:768px){.why-left h1{font-size:2rem}.why-left p{font-size:1rem}.why-right img{max-width:90%}}@media (max-width:480px){.why-left h1{font-size:1.5rem}.why-left p{font-size:.9rem}.why-right img{max-width:100%}}.background{align-items:center;animation:backgroundFadeIn 2s ease-in-out;background-image:url(/static/media/service.c79cd116465eb2b7dd2c.jpg);background-position:50%;background-size:cover;display:flex;height:100vh;justify-content:center;overflow:hidden}.centered-text{animation:textFadeScale 1.5s ease-out forwards,textGlow 3s infinite alternate;color:#fff;font-size:80px;font-weight:700;line-height:1.3;opacity:0;text-align:center;transform:scale(.8)}@keyframes textFadeScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes textGlow{0%{text-shadow:0 0 10px #fff6,0 0 20px #ffffff4d}to{text-shadow:0 0 20px #fff9,0 0 40px #ffffff80}}@keyframes backgroundFadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.centered-text.slide-in{animation:slideIn 1.5s ease-out forwards,textGlow 3s infinite alternate}.centered-text.rotate{animation:rotate 2s linear infinite,textGlow 3s infinite alternate}.centered-text.bounce{animation:bounce 2s infinite,textGlow 3s infinite alternate}@media (max-width:1024px){.background{height:80vh}.centered-text{font-size:60px}}@media (max-width:768px){.background{height:70vh}.centered-text{font-size:40px}}@media (max-width:480px){.background{height:60vh}.centered-text{font-size:30px}}.sol2-container{align-items:center;background-color:#003b2e;display:flex;flex-direction:column;padding:40px 20px}.sol2-grid-container{display:flex;gap:50px;justify-content:space-between;margin-bottom:20px;width:900px}.sol2-project-box{background-color:initial;border-radius:10px;overflow:hidden;position:relative;text-align:center;width:100%}.sol2-project-box img{height:250px;object-fit:cover;width:100%}.sol2-text-top{margin-bottom:10px}.sol2-text-bottom,.sol2-text-top{color:#fff;font-size:22px;font-weight:700;text-align:center}.sol2-text-bottom{margin-top:10px}.sol2-wide{max-width:900px;width:100%}@media (max-width:1024px){.sol2-grid-container{flex-direction:column;width:100%}.sol2-text-bottom,.sol2-text-top{font-size:20px}}@media (max-width:480px){.sol2-project-box img{height:200px}.sol2-text-bottom,.sol2-text-top{font-size:18px}}.contact1-body{font-family:Arial,sans-serif;margin:0;padding:0}.contact1-background{align-items:center;background-image:url(/static/media/contact.6240900131f5c7eb6fcb.jpg);background-position:50%;background-size:cover;display:flex;height:95vh;justify-content:center;overflow:hidden;position:relative}.contact1-background:before{background-color:#00000080;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.contact1-centered-text{color:#fff;font-size:6vw;font-weight:700;line-height:1.3;position:relative;text-align:center;white-space:nowrap;z-index:2}.falling-question{animation:fallBounce 2s ease-out forwards;display:inline-block;opacity:1}.fade-in-text{animation:fadeIn 2s ease-in forwards;animation-delay:2s;display:inline-block;opacity:0}@keyframes fallBounce{0%{opacity:1;transform:translateY(-200px)}50%{transform:translateY(20px)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.contact1-centered-text{font-size:8vw;padding:0 20px}}@media (max-width:480px){.contact1-centered-text{font-size:10vw;line-height:1.5;white-space:normal}}@media (max-width:400px){.contact1-centered-text{font-size:12vw;padding:0 10px}.falling-question{animation:fallBounce 1.5s ease-out forwards}.fade-in-text{animation-delay:1.5s}}body{font-family:Arial,sans-serif;margin:0;padding:0}.contact2-container{background-color:#004f39;box-sizing:border-box;color:#fff;display:flex;flex-direction:row;flex-wrap:wrap;height:100vh;padding:5%}.contact2-left{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:20px;text-align:center}.contact2-left h1{font-size:3rem;margin-bottom:20px}.contact2-left p{font-size:1.2rem;line-height:1.6;margin:0 auto}.contact2-right{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:20px}.error-message{color:red;font-size:18px;font-weight:700;margin-bottom:10px}form{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:500px;width:100%}label{color:#fff;font-size:1.5rem;margin-bottom:10px;text-align:left;width:100%}input,textarea{background-color:#fff;border:none;border-radius:8px;color:#000;font-size:1.2rem;margin-bottom:20px;outline:none;padding:15px;width:100%}textarea{height:150px;resize:none}input::placeholder,textarea::placeholder{color:#ffffffb3}strong{font-weight:700}.contact2-submit{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;margin-top:10px;max-width:500px;padding:10px 20px;text-align:center;width:100%}.contact2-submit:hover{background-color:#0056b3}@media (max-width:768px){.contact2-container{flex-direction:column;padding:10%}.contact2-left{margin-bottom:30px}.contact2-left h1{font-size:2.5rem}.contact2-left p{font-size:1rem;line-height:1.5;margin:0 auto}.contact2-right{flex:none;margin-top:20px}form{padding:0 10px}input,textarea{font-size:1rem;padding:12px}label{font-size:1.3rem;margin-bottom:8px}}@media (max-width:480px){.contact2-container{flex-direction:column;padding:0 10%}.contact2-left,.contact2-right{padding:15px;width:100%}.contact2-right{display:block;margin-top:20px;text-align:center}.contact2-left h1{font-size:2rem}.contact2-left p{font-size:.9rem;line-height:1.5}label{font-size:1.2rem;width:100%}input,textarea{font-size:1rem;margin-left:auto;margin-right:auto;padding:12px;width:80%}form{margin:0 auto;padding:0 10px}}@media (max-width:350px){.contact2-container{flex-direction:column;padding:0 5%}.contact2-left,.contact2-right{padding:10px;width:100%}.contact2-right{display:block;margin-top:20px;text-align:center}.contact2-left h1{font-size:1.8rem}.contact2-left p{font-size:.8rem;line-height:1.5}label{font-size:1rem;width:100%}input,textarea{font-size:.9rem;margin-left:auto;margin-right:auto;padding:10px;width:85%}form{margin:0 auto;padding:0 10px}}.navbar{background-color:#fff;box-shadow:0 4px 6px #0000001a;justify-content:space-between;padding:10px 20px;position:sticky;top:0;z-index:1000}.navbar,.navbar-left{align-items:center;display:flex}.navbar-left{gap:5px}.navbar-logo{border-radius:50%;height:70px;margin-right:10px;width:65px}.navbar-brand{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#131415,#091d1f);-webkit-background-clip:text;font-size:22px;font-weight:700;letter-spacing:1.5px;margin-top:0;text-transform:uppercase}.navbar-brand:hover{text-shadow:0 0 10px #00bcd4b3;transform:scale(1.1)}.navbar-links{display:flex;gap:20px;list-style:none}.navbar-links a{color:#000;font-size:18px;font-weight:700;position:relative;text-decoration:none;transition:color .3s ease}.navbar-links a:after{background-color:#0037ff;bottom:-3px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transition:transform .3s ease;width:100%}.navbar-links a:hover:after{transform:scaleX(1)}.navbar-button{background:linear-gradient(90deg,#007bff,#00bcd4);border:none;border-radius:50px;box-shadow:0 4px 6px #0003;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px;transition:transform .3s ease,background .3s ease}.navbar-button:hover{background:linear-gradient(90deg,#00bcd4,#007bff);transform:scale(1.1)}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:5px;z-index:1100}.hamburger span{background-color:#003780;border-radius:3px;height:4px;transition:transform .3s ease,background-color .3s ease;width:30px}.hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:768px){.navbar-links{display:none}.navbar-links.active{background:#636262e6;border-radius:0 8px 8px 0;display:flex;flex-direction:column;gap:15px;height:auto;left:0;max-height:300px;overflow-y:auto;padding:15px 20px;position:fixed;text-align:left;top:60px;transition:transform .3s ease;width:60%;z-index:1001}.navbar-links.active a{color:#fff;font-size:20px;font-weight:700}.hamburger{display:flex}}.collab-page{background-color:#fff;color:#004a36;font-family:Arial,sans-serif;padding:40px 20px;text-align:center}.collab-page h1,.collab-page h2{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:30px;text-transform:uppercase}.collab-page h2{margin-top:50px}.collab-logos{grid-gap:30px;display:grid;gap:30px;justify-content:center;margin:0 auto}.employees-section{grid-template-columns:repeat(4,1fr)}.software-section{grid-template-columns:repeat(3,1fr)}.collab-logo img{border-radius:12px;box-shadow:0 6px 8px #00000026;height:160px;object-fit:contain;transition:transform .2s ease-in-out;width:160px}.collab-logo img:hover{transform:scale(1.1)}@media (max-width:1024px){.employees-section{grid-template-columns:repeat(3,1fr)}.software-section{grid-template-columns:repeat(2,1fr)}.collab-logo img{height:140px;width:140px}}@media (max-width:768px){.collab-page h1,.collab-page h2{font-size:5.5vw}.employees-section,.software-section{grid-template-columns:repeat(2,1fr)}.collab-logo img{height:120px;width:120px}}@media (max-width:480px){.employees-section,.software-section{grid-template-columns:repeat(2,1fr)}.collab-logo img{height:100px;width:100px}}.member-page{background-color:#f5f5f5;color:#004a36;font-family:Roboto,sans-serif;padding:40px;text-align:left}.member-page h1{color:#004a36;font-size:2.5vw;font-weight:700;line-height:1.4;margin-bottom:20px;text-align:center}.member-logos{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);justify-items:center;margin-top:20px}.member-logo img{background-color:initial;border-radius:0;height:auto;max-width:80%;transition:transform .2s ease-in-out}.member-logo img:hover{transform:scale(1.05)}@media (max-width:1024px){.member-page h1{font-size:2vw}.member-logos{grid-template-columns:repeat(3,1fr)}.member-logo img{max-width:75%}}@media (max-width:768px){.member-page h1{font-size:3vw}.member-logos{gap:15px;overflow-x:auto;padding:10px 20px;scroll-snap-type:x mandatory}.member-logo,.member-logos{align-items:center;display:flex}.member-logo{flex:0 0 auto;justify-content:center;scroll-snap-align:center}.member-logo img{height:auto;max-width:100%}}@media (max-width:480px){.member-page h1{font-size:5.5vw}.member-logos{gap:10px;padding:10px 15px}.member-logo img{height:auto;max-width:80%}}.join-body-custom{align-items:center;background:linear-gradient(135deg,#e0f2f1,#c8e6c9);display:flex;font-family:Poppins,sans-serif;height:auto;justify-content:center;margin:0;padding:50px 20px}.join-container-custom{align-items:center;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;max-width:1200px;padding:50px;text-align:center;width:80%}.text-section-custom{flex:1 1;padding:0 20px;text-align:left}.text-section-custom h1{color:#004d00;font-size:50px;font-weight:700;margin-bottom:20px;position:relative;text-transform:uppercase}.text-section-custom p{color:#333;font-size:25px;font-weight:500;margin-bottom:20px}.highlight-text{color:#00796b;font-weight:700}.text-section-custom1 p{color:#004d00;font-size:20px;font-weight:600}.email-link{background:#e0f7fa;border-radius:30px;color:#00796b;display:inline-block;font-size:22px;font-weight:700;margin-top:15px;padding:12px 25px;text-decoration:none;transition:all .3s ease-in-out}.email-link:hover{background:#00796b;color:#fff}.image-section-custom{align-items:center;display:flex;flex:1 1;justify-content:center}.team-image{border-radius:10px;height:auto;max-width:100%}@media screen and (max-width:1024px){.text-section-custom h1{font-size:45px}.text-section-custom p{font-size:22px}.email-link{font-size:18px;padding:10px 20px}.join-container-custom{flex-direction:column;padding:40px;text-align:center}.text-section-custom{text-align:center}}@media screen and (max-width:600px){.text-section-custom h1{font-size:35px}.text-section-custom p{font-size:18px}.highlight-text{font-size:20px}.email-link{font-size:16px;padding:8px 15px}.team-image{max-width:80%}.join-container-custom{padding:30px}}.model-container{background-color:#1b3b7a;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:60vh;padding:60px 20px;text-align:center}.model-title{font-size:42px;font-weight:700;margin-bottom:15px}.model-subtitle{font-size:20px;line-height:1.6;margin:0 auto;max-width:1000px}.model-items-container{display:flex;justify-content:center;margin-top:40px}.model-semicircle{border:6px solid #3fa9f5;border-bottom:none;border-top-left-radius:350px;border-top-right-radius:350px;height:350px;margin-bottom:0;position:relative;width:650px}.model-item{background-color:#3fa9f5;border-radius:30px;color:#fff;font-size:14px;font-weight:700;padding:16px 22px;position:absolute;text-align:center;white-space:nowrap}.top{left:50%;top:-8%;transform:translateX(-50%)}.left{left:-12%;top:42%}.bottom-left{bottom:-10%;left:-10%}.right{right:-12%;top:42%}.bottom-right{bottom:-10%;right:-10%}@media (max-width:600px){.model-title{font-size:32px}.model-subtitle{font-size:18px;padding:0 15px}.model-items-container{margin-top:20px}.model-semicircle{border:4px solid #3fa9f5;border-top-left-radius:180px;border-top-right-radius:180px;height:180px;margin-bottom:0;max-width:320px;width:85%}.model-item{font-size:12px;padding:10px 15px}.top{left:50%;top:-12%;transform:translateX(-50%)}.left{left:-8%;top:45%}.bottom-left{bottom:-10%;left:-6%}.right{right:-8%;top:45%}.bottom-right{bottom:-10%;right:-6%}}.page7-container{align-items:center;background-color:#003b2e;color:#fff;display:flex;justify-content:space-between;min-height:70vh;padding:80px}.page7-left{flex:1 1}.page7-title{font-size:55px;font-weight:700;line-height:1.2;margin-bottom:10px}.page7-button{background-color:#0af;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:18px;font-weight:700;margin-top:10px;padding:12px 24px}.page7-right{grid-gap:20px;display:grid;flex:1.2 1;gap:20px;grid-template-columns:repeat(2,1fr);justify-content:center}.page7-box{background:#0000;border:2px solid #fff;border-radius:15px;min-width:220px;padding:30px;text-align:center}.page7-icon{height:120px;margin-bottom:10px;width:140px}.page7-box p{font-size:18px;font-weight:700;margin:0}@media (max-width:768px){.page7-container{flex-direction:column;padding:40px;text-align:center}.page7-left{text-align:center;width:100%}.page7-title{font-size:35px}.page7-button{font-size:16px;padding:10px 20px}.page7-right{align-items:center;display:flex;flex-direction:column;gap:15px;margin-top:30px;width:100%}.page7-box{min-width:auto;padding:25px;width:80%}.page7-icon{height:100px;width:120px}.page7-box p{font-size:16px}}.page6-container{background-color:#e8ebf2;overflow:hidden;padding:100px 20px 50px;position:relative;text-align:center}.page6-title{color:#004b32;font-size:50px;font-weight:700;margin-bottom:40px;position:relative;top:-50px;z-index:2}.page6-buttons{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);justify-content:center;margin:0 auto;max-width:900px;position:relative;z-index:2}.page6-btn{background-color:#004b32;border:none;border-radius:40px;color:#fff;cursor:pointer;font-size:18px;font-weight:700;padding:25px 30px;transition:background .3s ease}.page6-btn:hover{background-color:#00301f}.background-shape{background:#004b3233;border-radius:50%;height:300px;position:absolute;width:400px;z-index:1}.background-shape.left{left:5%;top:40%}.background-shape.middle{background:#0064ff33;left:40%;top:60%}.background-shape.right{background:#004b3233;right:10%;top:30%}@media (max-width:768px){.page6-title{font-size:35px}.page6-buttons{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.page6-title{font-size:30px}.page6-buttons{gap:15px;grid-template-columns:repeat(1,1fr)}.page6-btn{border-radius:30px;font-size:14px;padding:15px 20px}}
/*# sourceMappingURL=main.c751bed4.css.map*/