.navbar{width:100%;background-color:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;left:0;z-index:1000;padding:1rem 0}.navbar-container{display:flex;justify-content:space-between;align-items:center}.navbar-logo a{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;letter-spacing:.5px}.navbar-links{display:flex;gap:2rem;align-items:center}.navbar-links a{color:#e3f3f3;text-decoration:none;font-size:1rem;font-weight:500;transition:color .3s ease;position:relative}.navbar-links a:hover{color:#1f6662}.menu-toggle{display:none;flex-direction:column;gap:6px;cursor:pointer}.menu-toggle span{width:28px;height:3px;background-color:#e3f3f3;border-radius:2px;transition:all .3s ease}@media (max-width: 768px){.menu-toggle{display:flex}.navbar-links{display:none;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background-color:#000000f2;padding:2rem;box-shadow:0 4px 10px #0000004d;text-align:center}.navbar-links.open{display:flex}.navbar-links a{font-size:1.2rem;padding:10px 0;display:block}}html{scroll-behavior:smooth}h1,h2,h3{color:#1e3528;text-align:center;font-weight:600}p{color:#1e3528;line-height:1.6}.hero-section{position:relative;height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;z-index:1}.hero-section video{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover;z-index:0}.hero-section .content{position:relative;z-index:2;color:#fff;font-family:Poppins,sans-serif;text-align:center}button{background-color:#000;border:none;padding:1rem 2rem;color:#0c0c0c;font-size:1rem;cursor:pointer;border-radius:5px;transition:transform .3s,background-color .3s}button:hover{background-color:#000;transform:scale(1.1)}@media (max-width: 1024px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.cta-button{font-size:.9rem}.rotating-model img{width:250px}}@media (max-width: 480px){.hero-title{font-size:1.5rem}.cta-button{font-size:.8rem;padding:10px 20px}.rotating-model img{width:200px}}.hero-section{position:relative;height:100vh;width:100%;overflow:hidden;display:flex;justify-content:center;align-items:center;background-color:#000}.hero-section video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;top:0;left:0;height:100%;width:100%;background:#0006;z-index:1}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;width:100%;max-width:1000px;padding:0 1rem}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;transition:all .3s ease-in-out;text-shadow:0 2px 4px rgba(0,0,0,.5)}.hero-title.hovered{color:#1f6662;transform:scale(1.05)}.hero-animation{display:flex;justify-content:center;align-items:center;width:100%;margin-top:40px;animation:fadeIn 3s ease-in-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 1024px){.hero-title{font-size:2.5rem}}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-content{padding-top:0}}@media (max-width: 480px){.hero-title{font-size:1.8rem}}.features-page{background-image:url(/assets/Home-Cemtat95.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;width:100%;min-height:100vh;color:#174a21;padding:4rem 2rem;text-align:center;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.features-page .container{max-width:1200px;width:100%;margin:0 auto;position:relative}.features-page h1{font-size:3rem;font-weight:700;color:#174a21;text-transform:uppercase;margin-bottom:2.5rem}.react-tabs__tab-list{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;padding-bottom:1rem;border-bottom:3px solid #1F6662;margin-bottom:2rem;padding-inline:0;list-style-type:none}.react-tabs__tab{background:none;border:none;padding:.8rem 1.5rem;cursor:pointer;font-size:1.2rem;font-weight:700;color:#174a21;transition:all .3s ease;position:relative;border-radius:8px}.react-tabs__tab--selected{background-color:#133825;color:#fff;transform:scale(1.05);box-shadow:0 4px 10px #0003}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%;padding:1rem;box-sizing:border-box;justify-items:center}.feature-card{background:#0006;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000004d;border-radius:15px;padding:2rem;width:100%;max-width:400px;text-align:center;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out,background .3s;overflow:hidden;color:#e3f3f3;display:flex;flex-direction:column;align-items:center;height:100%}.feature-card:hover{background:#0009;color:#fff;transform:translateY(-8px);box-shadow:0 15px 30px #0006}.feature-card:before{content:"";position:absolute;top:0;left:-50%;width:100%;height:100%;background:linear-gradient(to right,transparent,rgba(255,255,255,.1),transparent);transform:skew(-25deg);transition:.5s;pointer-events:none}.feature-card:hover:before{left:150%;transition:.7s ease-in-out}.feature-icon{font-size:3.5rem;color:#e3f3f3;margin-bottom:1.5rem;transition:transform .3s ease-in-out}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg);color:#4db6ac}.feature-card h2{font-size:1.5rem;font-weight:600;color:#e3f3f3;margin-bottom:1rem}.feature-card p{color:#eaf7ff;font-size:.95rem;line-height:1.6;font-weight:400}@media (max-width: 1024px){.features-page h1{font-size:2.5rem}}@media (max-width: 768px){.features-page{padding:3rem 1rem}.features-page h1{font-size:2rem;margin-bottom:1.5rem}.react-tabs__tab-list{gap:1rem}.react-tabs__tab{font-size:1rem;padding:.6rem 1rem}.features-list{grid-template-columns:1fr;gap:1.5rem;padding:0}.feature-card{max-width:100%}}@media (max-width: 480px){.react-tabs__tab{flex:1 1 auto;text-align:center;font-size:.9rem}}.react-tabs{-webkit-tap-highlight-color:transparent}.react-tabs__tab-list{border-bottom:1px solid #aaa;margin:0 0 10px;padding:0}.react-tabs__tab{display:inline-block;border:1px solid transparent;border-bottom:none;bottom:-1px;position:relative;list-style:none;padding:6px 12px;cursor:pointer}.react-tabs__tab--selected{background:#fff;border-color:#aaa;color:#000;border-radius:5px 5px 0 0}.react-tabs__tab--disabled{color:GrayText;cursor:default}.react-tabs__tab:focus{outline:none}.react-tabs__tab:focus:after{content:"";position:absolute;height:5px;left:-4px;right:-4px;bottom:-5px;background:#fff}.react-tabs__tab-panel{display:none}.react-tabs__tab-panel--selected{display:block}.about-us-page{background-image:url(/assets/Home-Cemtat95.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;width:100vw;min-height:100vh;height:auto;color:#fff;padding:1%;text-align:center}.header{padding-top:5%;max-width:800px;margin:0 auto}.team-card{background:#0006;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;width:100%;max-width:300px;text-align:center;box-shadow:0 4px 15px #0003;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;overflow:hidden;padding:1.5rem .5rem;color:#e3f3f3}.team-card:hover{transform:translateY(-8px);box-shadow:0 10px 20px #0006}.team-photo{max-width:100%;height:auto;border-radius:50%;object-fit:cover;width:150px;height:150px;margin-bottom:1rem;border:3px solid #1d4f3a}.team-info{padding:1rem}.team-icon{font-size:2rem;color:#114a33;margin-bottom:.5rem}.about-us-page{text-align:center}.team-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;justify-items:center;padding:2rem 0}@media (max-width: 1024px){.team-section{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.team-card{width:100%;padding:1.2rem}.team-section{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}}@media (max-width: 480px){.team-card img{max-width:80px}.team-card h3{font-size:1.4rem}.team-card .role{font-size:.9rem}.team-card p{font-size:.85rem}}.how-it-works-page{background-image:url(/assets/Home-Cemtat95.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;width:100%;min-height:100vh;color:#1e462c;text-align:center;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.how-it-works-page h1{font-size:3rem;font-weight:700;color:#1e462c;margin-bottom:3rem;text-transform:uppercase}.how-it-works-page .container{max-width:1200px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center}.steps-list{display:grid;grid-template-columns:repeat(3,1fr);gap:6rem 3rem;width:100%;max-width:1200px;justify-items:center;padding:1rem;box-sizing:border-box}.step-card{background:#ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:2.5rem 2rem;width:100%;max-width:300px;margin:0 auto;text-align:center;box-shadow:0 8px 32px #0000004d;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;position:relative;overflow:hidden;animation:fadeInUp .8s ease-in-out forwards;color:#fff;opacity:0;display:flex;flex-direction:column;align-items:center;height:100%}.step-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px #0006}.step-icon{font-size:3rem;color:#000;background:linear-gradient(135deg,#1f6662,#e3f3f3);padding:20px;border-radius:50%;display:inline-flex;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:transform .3s ease-in-out;width:80px;height:80px}.step-card:hover .step-icon{transform:rotate(10deg) scale(1.1)}.step-card h2{font-size:1.5rem;font-weight:700;color:#1e462c;margin-bottom:1rem}.step-card p{font-size:1rem;line-height:1.6;color:#0f0f0f;margin-top:auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.steps-list{grid-template-columns:repeat(2,1fr);gap:5rem 2rem}.how-it-works-page h1{font-size:2.5rem}}@media (max-width: 768px){.how-it-works-page{padding:3rem 1.5rem}.how-it-works-page h1{font-size:2rem;margin-bottom:2rem}.steps-list{display:flex;flex-direction:column;align-items:center;gap:4rem;width:100%}.step-card{padding:2rem 1.5rem}}@media (max-width: 480px){.step-icon{width:60px;height:60px;padding:15px;font-size:2rem}.step-card h2{font-size:1.3rem}}.contact-page{padding-top:80%;background-image:url(/assets/Home-Cemtat95.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;width:100vw;min-height:100vh;height:auto;color:#174a21;padding:3rem 2rem;text-align:center;padding-bottom:20%}.contact-page h1{font-size:2.5rem;color:#000}.contact-intro{font-size:1.2rem;margin-bottom:2rem}.tabs-container{max-width:600px;margin:0 auto}.tab-list{display:flex;justify-content:center;gap:1rem;border-bottom:2px solid #1f664a;padding-bottom:.5rem}.tab{background-color:transparent;color:#2a6e48;font-size:1rem;padding:10px 20px;cursor:pointer;border-radius:5px;transition:background-color .3s ease,color .3s ease}.tab:hover{background-color:#184a2a;color:#fff}.react-tabs__tab--selected{background-color:#154a2f;color:#fff;font-weight:700}.contact-details{display:flex;flex-direction:column;gap:1.5rem;align-items:center;margin-top:1.5rem}.contact-item{background-color:#fff;border-radius:10px;padding:1.2rem;width:80%;text-align:center;box-shadow:0 4px 6px #0000006b;display:flex;align-items:center;gap:1rem}.contact-icon{font-size:1.5rem;color:#000}.contact-form{width:100%;max-width:500px;margin:auto;padding-bottom:1%;padding-left:1%;padding-top:1%}@media (max-width: 768px){.contact-form{padding:1.5rem}.contact-item{padding:1.2rem}}@media (max-width: 480px){.contact-form{padding:1rem}.contact-item p{font-size:.9rem}}.contact-form{background-color:#0000;border-radius:12px;max-width:600px;color:#e3f3f3;box-shadow:0 6px 15px #0003;transition:all .3s ease-in-out;margin-right:80%}.contact-form:hover{transform:translateY(-5px)}.form-title{font-size:1.8rem;margin-bottom:1.5rem;text-align:center;color:#0b462e}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:700;color:#000}.form-group input,.form-group textarea{width:90%;padding:1%;border:2px solid #000000;border-radius:6px;background-color:#0000000a;color:#000;font-size:1rem;transition:border .3s ease-in-out}.form-group input:focus,.form-group textarea:focus{border-color:#e3f3f3;outline:none}.error-message{color:#900707;font-size:.85rem;margin-top:.3rem}.submit-button{display:block;width:100%;background-color:#093d2800;color:#06130d;border:none;font-size:1.2rem;cursor:pointer}.submit-button:hover{background-color:#fff0;color:#245f46}.submit-button:disabled{background-color:#fff;cursor:not-allowed}.footer{background-color:#06130d;color:#e3f3f3;padding:.5rem 0;text-align:center;font-size:.85rem}.footer-content{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}.footer-section h2{color:#fff}.footer-section h3{color:#eaf7ff;font-size:1rem;font-weight:600;margin-bottom:.3rem}.footer-section p,.footer-section a{color:#e3f3f3;font-size:.85rem;text-decoration:none;margin:.2rem 0;transition:color .3s}.footer-section a:hover{color:#1f6662}.social-icons{display:flex;gap:1rem;margin-top:.3rem}.social-icons a{color:#e3f3f3;font-size:1.3rem;transition:color .3s,transform .3s}.social-icons a:hover{color:#1f6662;transform:scale(1.1)}@media (max-width: 768px){.footer-content{flex-direction:column;gap:1rem}}body,html{margin:0;padding:0;font-family:Poppins,sans-serif;scroll-behavior:smooth;background-color:#fff;color:#333}.features{padding:100px 20px;background-image:url(../assets/features-bg.jpg);background-size:cover;background-position:center}.about{padding:100px 20px;background-image:url(../assets/about-bg.jpg);background-size:cover;background-position:center}.how-it-works{padding:100px 20px;background-image:url(../assets/how-it-works-bg.jpg);background-size:cover;background-position:center}.contact{padding:100px 20px;background-image:url(../assets/contact-bg.jpg);background-size:cover;background-position:center}.back-to-top{position:fixed;bottom:20px;right:20px;background-color:var(--primary-color);color:var(--color-white);padding:10px 15px;border-radius:5px;cursor:pointer;transition:opacity .3s}.back-to-top:hover{opacity:.8}:root{--primary-color: #1F6662;--primary-hover: #0E3F3F;--secondary-color: #0E3F3F;--text-primary: #000000;--text-secondary: #E3F3F3;--bg-overlay: rgba(0, 0, 0, .4);--glass-bg: rgba(255, 255, 255, .05);--glass-border: rgba(255, 255, 255, .1);--glass-blur: blur(10px);--glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, .37);--font-family-main: "Poppins", sans-serif}body{margin:0;font-family:var(--font-family-main);color:var(--text-secondary);line-height:1.6;font-weight:300;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-main);color:var(--text-primary)}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}button{font-family:Poppins,sans-serif;cursor:pointer}html,body{overflow-x:hidden;scroll-behavior:smooth}.glass-card{background:#ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000005e;border-radius:16px;color:#fff;transition:transform .3s ease,box-shadow .3s ease}.glass-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #00000080;border-color:#ffffff4d}.container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%;box-sizing:border-box}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.6rem}p{font-size:1rem}}@media (max-width: 480px){h1{font-size:1.8rem}h2{font-size:1.4rem}p{font-size:.95rem}.container{padding:.8rem}button{font-size:.9rem;padding:.6rem 1.5rem}}
