@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap";:root{--vh: 9.32px}body{font-family:Montserrat,sans-serif;margin:0%;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"kern" 1,"liga" 1;-webkit-font-feature-settings:"kern" 1,"liga" 1;-moz-font-feature-settings:"kern" 1,"liga" 1}p{text-align:justify;text-justify:inter-word;hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphenate-limit-chars:6 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:8%;word-wrap:break-word;overflow-wrap:break-word;line-height:1.6;margin-bottom:1em;max-width:75ch}p.center,.text-center p,.hero-text p,.text-overlay p{text-align:center;hyphens:none;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none}a{text-decoration:none;color:#000}.product-header-container{background:linear-gradient(180deg,#d9e5e8,#b0bdcc)}.header{display:flex;justify-content:space-between;margin:0 auto}.logo-wrapper{padding:20px 0 0 20px}.logo-wrapper img{width:150px;height:auto}.navbar-wrapper{display:flex;justify-content:end;padding:20px 0;background-color:#fff;width:fit-content;border-radius:0 0 0 20px}.navigation{display:flex;gap:80px;align-items:center;padding:0 40px;transition:gap .4s ease-in-out}.navigation:hover{gap:50px}.navigation a{font-size:20px}.flex-justify{display:flex;flex-direction:column;align-items:center;justify-content:center}.flex-justify>div:first-child{display:flex;align-items:center;justify-content:center;flex:1;width:100%;padding:0 0 0 40px}.flex-justify img{max-width:100%;height:auto}.flex-justify>div:nth-child(2){width:100%}.flex-justify>div:nth-child(2)>a{font-size:25px;background:#fff;height:120px;width:350px;display:flex;align-items:center;justify-content:center;border-radius:0 20px 0 0;transition:all .4s}.mob-Contact-btn{position:absolute;bottom:70px;width:100%;margin-left:-30px;font-size:25px;background:#fff;height:60px;align-items:center;justify-content:center;border-radius:20px 20px 0 0;display:none}.flex-justify>div:nth-child(2)>a:hover{background-color:#212227;color:#fff}.hamburger-outer,.hamburger-close-icon-container{padding:15px;cursor:pointer}.hamburger{position:relative;width:50px;height:10px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease-in-out}.hamburger>span{display:block;height:2px;width:50px;background-color:#000;position:absolute;left:0;transition:width .4s ease-in-out,transform .4s ease-in-out}.hamburger-outer:hover span:nth-child(2){width:35px;right:0}.hamburger-close-icon-container:hover span:nth-child(1){width:35px}.hamburger-close-icon-container:hover span:nth-child(2){width:35px}.hamburger>span:nth-child(1){top:0}.hamburger>span:nth-child(2){bottom:0;right:0}.hamburger.open>span{height:2px;width:50px;background-color:#fff}.hamburger.open>span:nth-child(1){top:50%;transform:rotate(45deg)}.hamburger-close-container{height:fit-content;padding:30px 30px 0 0;margin-left:auto}.hamburger.open>span:nth-child(2){top:50%;transform:rotate(-45deg)}.category-list,.category-list-small{list-style:none;padding:0;margin:0}.category-item{font-size:24px;font-weight:700;margin:5px 0}.category-item-small{font-size:24px;font-weight:700;margin:1px 0}.category-item a{text-decoration:none;opacity:.8;color:#f8f8f8;font-size:5vw;white-space:nowrap;font-weight:700;display:inline-block;transition:color .3s ease-in-out,text-shadow .5s ease-in-out,transform .5s ease-in-out}.category-item-small a{text-decoration:none;color:#f8f8f8;font-weight:700;display:inline-block}.category-item a:hover{transform:translate(20px)}.navbar-open-container img{filter:invert(1);width:450px;max-width:100%;height:auto}.navbar-open-container{display:flex;height:100vh;gap:60px;background:linear-gradient(45deg,#00aeb8,#0061ac);position:fixed;top:-100%;left:0;right:0;background-color:#fff;transition:top .3s ease-in-out;z-index:1000}.hero-container{position:relative;display:flex;justify-content:center;align-items:center}.hero-container img{width:100%;height:auto;object-fit:cover}.navbar-open-container{display:flex;height:100vh;background:linear-gradient(45deg,#00aeb8,#0061ac);position:fixed;top:-130vh;left:0;right:0;background-color:#fff;transition:top .3s ease-in-out;z-index:1000}.navigation-item{display:flex;flex-direction:column;justify-content:space-around}.navbar-open-container.open{top:0}.bg-video video{width:100%;height:100vh;object-fit:cover}.header-container{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;width:100%}.segment-list-container{height:auto}.segment-list-container{display:flex;justify-content:center;align-items:center;padding:40px 20px}.container{max-width:1728px;margin:auto}.segment-list{display:grid;grid-gap:min(1.875rem,30px);grid-template-columns:repeat(2,1fr)}.segment-list-card{display:block;position:relative;overflow:hidden;border-radius:20px;background:linear-gradient(0deg,#dfe9ec,#a8b5c6);transition:opacity 1s ease,transform 1s ease}.segment-name{position:absolute;top:0;left:0;width:100%;margin-top:min(6.5625rem,105px);color:#ffffffea;text-align:center;font-size:min(3.75rem,60px);font-size:clamp(2rem,3vw,3.75rem);font-weight:600;letter-spacing:-.02em;line-height:1}.title_1{font-size:clamp(2rem,3vw,3.75rem);font-weight:600;letter-spacing:-.02em;line-height:1}.segment-image img{overflow:hidden;transform:translateY(30%);transition:transform 1s;border-radius:20px;width:100%;height:100%;object-fit:cover}@media (hover: hover){.segment-list-card:hover .segment-image img{transform:translateY(20%)}}@media (max-width: 768px){.segment-list{grid-template-columns:1fr}.segment-list-card{aspect-ratio:unset}.segment-name,.title_1{font-size:clamp(1.5rem,6vw,2.5rem);margin-bottom:10px;margin-top:2.9375rem}.navbar-open-container{flex-direction:column;padding:5px 30px}.flex-justify{align-items:flex-start}.flex-justify>div:nth-child(2){display:none}.flex-justify img{height:50px;width:200px}.flex-justify>div:first-child{padding:0;width:fit-content;align-items:flex-start;margin:20px -5px}.mob-Contact-btn{display:flex}.navbar-open-container>div>img{padding-top:20px;width:150px;justify-content:left}.hamburger-close-container{position:fixed;right:0}.navigation-item{gap:100px}.category-item a{font-size:35px!important}}@media (max-width: 480px){.segment-name,.title_1{font-size:clamp(1.2rem,6vw,2rem);padding:10px}}.product-info-section-container{background:linear-gradient(180deg,#dae6e9,#bfcbd6)}.product-info-section{display:flex;align-items:center;margin:100px;border-radius:20px;padding:40px}.product-info-section p{font-size:20px;margin-bottom:40px;text-align:left}.product-info-section img{max-width:450px;height:auto}.hero-img{padding-top:90px}.product-info-section{display:flex;align-items:center;margin:70px;border-radius:20px;padding:0 40px;background:linear-gradient(180deg,#dae6e9,#bfcbd6);flex-wrap:wrap}.product-info-section h3{font-size:35px;opacity:.8631;margin-bottom:40px;text-align:left}.product-info-section p{font-size:20px;opacity:.9739;color:#282b31;margin-bottom:40px}.product-info-section>div:first-child{flex:0 0 45%}.product-info-section>div:last-child{flex:1;display:flex;justify-content:center;align-items:center}.product-info-section img{max-width:550px;height:auto}.flex-justify-hero-section{position:relative;display:flex;justify-content:center;align-items:center;width:100%}.hero-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center;font-size:3vw;font-weight:700;padding:20px;border-radius:10px;width:80%}.product-item{flex:1 1 calc(33.333% - 20px);display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px;border-radius:10px;background:linear-gradient(180deg,#dae6e9,#bfcbd6)}.product-item h3{align-self:flex-start;font-size:25px;text-align:left;font-weight:600;letter-spacing:-.01em;line-height:1.1;width:50%}.product-item img{max-width:100%;height:auto;width:100%;object-fit:contain}.product-list{display:grid;gap:20px;margin:70px;grid-template-columns:repeat(3,minmax(0,1fr));justify-content:center}button{background:#584343}.c-intro-home{text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column;max-width:min(61.125rem,978px);margin:0 auto;padding:5rem 2rem}@media screen and (min-width: 48em){.c-intro-home{padding:11.4375rem 5rem}}.u-blue-gradient{color:#0061ac}.dashboard-text>p{font-size:22px;text-align:center;line-height:1.8;max-width:850px;margin:0 auto;word-spacing:.02em;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual;overflow-wrap:break-word;word-break:keep-all;white-space:normal;letter-spacing:.005em;font-weight:400;text-wrap:pretty;-webkit-text-wrap:pretty}@media (max-width: 1200px){.dashboard-text>p{font-size:20px;max-width:90%;line-height:1.7}}@media (max-width: 768px){.dashboard-text>p{font-size:18px;max-width:95%;line-height:1.6;padding:0 15px;word-break:normal}}@media (max-width: 480px){.dashboard-text>p{font-size:16px;max-width:98%;line-height:1.5;padding:0 10px;word-spacing:.01em}}.c-intro-home__title{text-align:center;line-height:1.4;max-width:1200px;margin:0 auto 2rem;word-spacing:.05em;hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;padding:0 20px}@media (max-width: 1200px){.c-intro-home__title{max-width:95%;font-size:clamp(2.5rem,4.5vw,3.5rem);line-height:1.3}}@media (max-width: 768px){.c-intro-home__title{font-size:clamp(2rem,5vw,2.8rem);line-height:1.3;max-width:100%;padding:0 15px;word-break:normal}}@media (max-width: 480px){.c-intro-home__title{font-size:clamp(1.6rem,6vw,2.2rem);line-height:1.25;padding:0 10px;word-spacing:.02em}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}.skeleton{display:flex;flex-direction:column;align-items:center;padding:16px;height:400px}.skeleton-text{width:80%;height:20px;background:linear-gradient(90deg,#f3f3f3 25%,#ecebeb,#f3f3f3 75%);background-size:200% 100%;animation:shimmer 1.5s infinite linear;border-radius:5px;margin-bottom:10px}.skeleton-img{width:100px;height:100px;background:linear-gradient(90deg,#f3f3f3 25%,#ecebeb,#f3f3f3 75%);background-size:200% 100%;animation:shimmer 1.5s infinite linear;border-radius:8px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .8s ease-in-out}.product-item img{max-width:100%;height:auto;object-fit:contain;transition:transform .4s ease-in-out}.product-item img:hover{transform:scale(1.1)}.hero-section{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#000}.hero-section:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:200px;background:linear-gradient(to bottom,#0000,#8c8b8b);z-index:5}.slideshow{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.slide{position:absolute;width:100%;height:100%;background-size:cover;background-position:right center;opacity:0;transition:opacity 1.5s ease-in-out,transform 6s ease-in-out;transform:scale(1.1);filter:brightness(.75)}.slide.active{opacity:1;transform:scale(1);z-index:2}.text-overlay{position:absolute;left:10vw;color:#fff;z-index:6;text-align:left;opacity:0;transform:translateY(30px);animation:fadeInUp .8s forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.title{font-size:7vw;margin:0 0 20px;font-weight:800;color:#fff;text-shadow:2px 2px 15px rgba(0,0,0,.3);line-height:1.1;letter-spacing:-.02em;position:relative}.title:after{content:"";position:absolute;left:0;bottom:-10px;width:100px;height:4px;background:linear-gradient(90deg,#00aeb8,#0061ac);border-radius:2px}.body-text{font-size:1.8vw;width:60%;max-width:700px;color:#ffffffe6;line-height:1.6;font-weight:400;text-shadow:1px 1px 10px rgba(0,0,0,.2);opacity:0;transform:translateY(20px);animation:fadeInUp .8s forwards .3s}@media (max-width: 1024px){.text-overlay{bottom:20vh;left:8vw}.title{font-size:8vw}.title:after{width:80px}.body-text{font-size:2.2vw;width:70%}}@media (max-width: 768px){.hero-section{height:80vh}.product-list{margin:40px;grid-template-columns:repeat(2,minmax(0,1fr))}.slide{background-position:65% center}.text-overlay{bottom:15vh;left:5vw;width:90%}.title{font-size:11vw}.title:after{width:60px;height:3px}.body-text{font-size:3.5vw;width:100%}}@media (max-width: 480px){.hero-section{height:70vh}.text-overlay{bottom:15vh;left:5vw;text-align:left}.product-list{margin:30px;grid-template-columns:repeat(1,minmax(0,1fr))}.title{font-size:13vw}.title:after{width:50px}.body-text{font-size:4.5vw;width:100%}}.contact-container{display:flex;flex-wrap:wrap;width:100%;min-height:100vh;box-shadow:0 4px 8px #0000001a;border-radius:10px;overflow:hidden;background:#fff}.contact-left{flex:1;background:#756767;display:flex;justify-content:center;align-items:center;min-height:300px}.contact-image{width:100%;height:100%;object-fit:cover}.contact-right{flex:1;padding:50px;background:#fff;display:flex;flex-direction:column;justify-content:center}.any-question-btn{font-size:35px;color:#222;margin-bottom:5px}.solution-btn{margin-top:0;font-size:30px;color:#007b9e;margin-bottom:50px}.contact-form-group{display:flex;gap:20px;margin-bottom:15px}.contact-form-group input{flex:1;padding:30px 10px;border:1px solid black;border-width:0px 0px 1px 0px;border-radius:5px;font-size:16px;transition:all .3s ease-in-out}.contact-form-group input:focus,textarea:focus{outline:none;border:1.5px solid black}textarea{width:100%;min-height:120px;padding:12px;border:1px solid black;border-width:0px 0px 1px 0px;border-radius:5px;font-size:16px;resize:vertical}.privacy-policy{display:flex;align-items:center;justify-content:start;font-size:14px;margin:15px 0;color:#333}.custom-checkbox{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:#555;font-weight:500;position:relative}.custom-checkbox input{position:absolute;opacity:0;cursor:pointer}.custom-checkbox .checkmark{width:18px;height:18px;border-radius:5px;border:2px solid #007b9e;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.custom-checkbox input:checked+.checkmark{background:#007b9e;position:relative}.custom-checkbox input:checked+.checkmark:after{content:"✔";font-size:12px;color:#fff;font-weight:700}.privacy-policy a{color:#007b9e;text-decoration:none;font-weight:700;margin-left:5px;transition:color .3s}.privacy-policy a:hover{color:#005f7a}button{background:#000;color:#fff;border:none;padding:25px 20px;font-size:16px;font-weight:700;cursor:pointer;border-radius:5px;transition:.3s}button:hover{background:#005f7a}.status-message{margin-top:10px;font-size:14px;color:red;text-align:center}@media (max-width: 900px){.contact-container{flex-direction:column;height:auto}.contact-left{width:100%;height:250px}.contact-right{padding:30px;text-align:center}.contact-form-group{flex-direction:column;gap:10px}}@media (max-width: 600px){.contact-right{padding:20px}.any-question-btn{font-size:24px}.solution-btn{font-size:20px}button{padding:12px;font-size:14px}}.toast-container{position:fixed;top:20px;right:20px;bottom:40px;display:flex;flex-direction:column;gap:10px;z-index:1000}.toast{min-width:250px;max-width:350px;padding:15px;border-radius:8px;background:#007b9e;color:#fff;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 6px #0000001a;opacity:0;transform:translate(100%);animation:slideIn .5s forwards,fadeOut .5s 3.5s forwards}.toast button{background:none;border:none;color:#fff;font-size:18px;cursor:pointer;margin-left:10px}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes fadeOut{to{opacity:0;transform:translate(100%)}}.container1{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.images-container{position:sticky;top:0;height:100vh;width:100%}.image-item{position:absolute;top:0;left:0;width:90%;height:90%;background-size:cover;background-position:center;opacity:0}.text-container{position:relative;padding:20px}.text-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center}.scroll-section{position:relative;margin-top:0;background-color:#e5eef0}.scroll-container{max-width:1728px;margin:auto}.scroll-section{position:relative}.container{max-width:1800px;margin:0 auto;position:relative}.scroll-container{display:flex;position:relative;width:100%}.image-section{width:60%;position:relative}.images-wrapper{width:100%;height:100vh;position:relative}.section-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:90%;object-fit:cover}.text-wrapper{width:50%;padding-left:2.5rem;display:flex;flex-direction:column;justify-content:center}.text-section{height:100vh;display:flex;flex-direction:column;justify-content:center;text-align:right;padding-right:5rem}.text-section p{font-size:1.5rem;color:#555;line-height:1.6;text-align:justify;text-justify:inter-word;hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphenate-limit-chars:6 3 3;overflow-wrap:break-word;max-width:65ch}.mobile-container{padding:20px;height:80vh;background-color:#16bfc5;background:#e5eef0}.mobile-title{font-size:24px;font-weight:700;margin-bottom:15px}.mobile-swiper{width:100%;padding:20px 0}.mobile-card{background:#fff;border-radius:10px;overflow:hidden}.mobile-card-image img{width:100%;height:300px;object-fit:cover}.mobile-card-content{padding:15px;height:200}.mobile-card-content h3{font-size:1.5rem;margin-bottom:10px}.mobile-card-content p{font-size:1rem;color:#666;text-align:justify;text-justify:inter-word;hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;overflow-wrap:break-word;line-height:1.5}.mobile-action{margin-top:15px}.btn.is-white{background:#fff;border:1px solid #ccc;padding:10px 20px;border-radius:5px;text-decoration:none;font-weight:700;color:#333}@media (max-width: 768px){.scroll-section,.scroll-container{display:none}}.scroll-section{position:relative;background-color:#90d4e06c}.scroll-container{display:flex;max-width:1728px;margin:auto}.images-wrapper{width:50%;height:100vh;position:relative;padding-left:5rem}.image-container{height:100%;position:relative}.section-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:90%;object-fit:contain}.text-wrapper{width:50%;padding-left:2.5rem}.text-section{height:100vh;display:flex;flex-direction:column;justify-content:center}.text-section h2{font-size:6.5rem;margin-bottom:1rem;background:linear-gradient(130deg,#44d8d8,#2f6e79);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:600}.text-section p{font-size:1.25rem;color:#666;text-align:justify;text-justify:inter-word;hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphenate-limit-chars:6 3 3;overflow-wrap:break-word;max-width:65ch}.single-window-container{background-color:#bfd8ec}.single-window-container h2{font-size:68px;text-align:center;color:#fff}.menu-wrap{width:100%;height:100%;overflow:hidden}.menu{display:flex;flex-direction:column;height:100%;margin:0;padding:0}.menu__item{flex:1;position:relative;overflow:hidden;text-align:center;box-shadow:0 -1px #fff}.menu__item-link{display:flex;align-items:center;justify-content:center;height:100%;position:relative;cursor:pointer;text-transform:uppercase;text-decoration:none;white-space:nowrap;font-weight:600;color:#382323;font-size:4vh}.menu__item-link:hover{color:#060606}.menu__item-link:focus:not(:focus-visible){color:#fff}.marquee{position:absolute;top:0;left:0;overflow:hidden;width:100%;height:100%;pointer-events:none;background:#fff;transform:translate3d(0,101%,0);transition:transform .6s ease-expo}.marquee__inner-wrap{height:100%;width:200%;display:flex;transform:translate(0)}.marquee__inner{display:flex;align-items:center;position:relative;height:100%;width:200%;will-change:transform;animation:marquee 15s linear infinite}.marquee span{color:#060606;white-space:nowrap;text-transform:uppercase;font-weight:400;font-size:4vh;line-height:1.2;padding:1vh 1vw 0}.marquee__img{width:200px;height:7vh;margin:2em 2vw;padding:1em 0;border-radius:50px;background-size:cover;background-position:50% 50%}.menu__item-link:hover+.marquee{transform:translateZ(0)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.page-transition{position:fixed;top:0;left:0;width:100%;height:100vh;background:#fff;z-index:1000}.loader{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:9999;overflow:hidden;clip-path:inset(0 0 0 0)}.loader-content{display:flex;flex-direction:column;align-items:center;gap:15px}.loader h2{font-size:1.8rem;color:#333;letter-spacing:2px;font-weight:300}.progress-bar{width:120px;height:3px;background-color:#eaeaea;border-radius:30px;overflow:hidden}.progress-fill{width:0%;height:100%;background-color:#09f}.loader-bar{position:absolute;top:0;left:-100%;width:100%;height:15px;background-color:#7cf8f2}.dashboard-container{max-width:1800px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;border-bottom:1px solid #eaeaea;padding-bottom:15px}.dashboard-header h1{color:#333;margin:0}.dashboard-tabs{display:flex}.dashboard-tabs .tab{padding:10px 20px;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:16px;color:#666;transition:all .2s ease}.dashboard-tabs .tab:hover{color:#333}.dashboard-tabs .tab.active{color:#4a90e2;border-bottom-color:#4a90e2;font-weight:500}.dashboard-tabs .tab:disabled{opacity:.5;cursor:not-allowed}.dashboard-content{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;padding:25px}.category-section h2,.product-section h2{margin-top:0;color:#333}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;margin-top:25px}.category-card{background-color:#f9f9f9;border-radius:8px;padding:15px;box-shadow:0 2px 5px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.category-card:hover{transform:translateY(-3px);box-shadow:0 4px 8px #0000001a}.category-image{width:64px;height:64px;margin:0 auto 10px;border-radius:8px;overflow:hidden;background-color:#eee}.category-image img{width:100%;height:100%;object-fit:cover}.category-card h3{margin:0 0 15px;text-align:center;color:#333}.category-actions{display:flex;justify-content:space-between;gap:8px}.edit-btn,.delete-btn,.view-products-btn{padding:6px 10px;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s;flex:1}.edit-btn{background-color:#f0f0f0;color:#333}.edit-btn:hover{background-color:#e0e0e0}.delete-btn{background-color:#ffebee;color:#e53935}.delete-btn:hover{background-color:#ffcdd2}.view-products-btn{background-color:#e3f2fd;color:#1976d2}.view-products-btn:hover{background-color:#bbdefb}.product-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.category-selector{display:flex;align-items:center;gap:10px}.category-selector select{padding:8px 12px;border-radius:4px;border:1px solid #ddd;background-color:#fff;min-width:150px}.no-data-message{text-align:center;color:#666;padding:30px 0;font-style:italic}.category-form-container{background-color:#f8f9fa;border-radius:8px;padding:20px;margin-bottom:25px}.category-form-container h3{margin-top:0;margin-bottom:15px;color:#333}.category-form{display:flex;flex-direction:column;gap:15px}.form-group input[type=text]{padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:border-color .2s}.form-group input[type=text]:focus{border-color:#4a90e2;outline:none;box-shadow:0 0 0 2px #4a90e233}.product-form-container{background-color:#f8f9fa;border-radius:8px;padding:20px;margin-bottom:25px}.product-form-container h3{margin-top:0;margin-bottom:15px;color:#333}.product-form{display:flex;flex-direction:column;gap:15px}.form-row{display:flex;gap:15px}.form-row .form-group{flex:1}.form-group label{font-weight:500;color:#555;font-size:14px}.form-group input[type=text],.form-group input[type=number],.form-group textarea{padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:border-color .2s;font-family:inherit}.form-group input:focus,.form-group textarea:focus{border-color:#4a90e2;outline:none;box-shadow:0 0 0 2px #4a90e233}.image-upload-group{display:flex;flex-direction:column}.file-input{padding:8px 0}.image-preview{margin-top:10px;width:100px;height:100px;border-radius:6px;overflow:hidden;border:1px solid #ddd}.image-preview img{width:100%;height:100%;object-fit:cover}.form-buttons{display:flex;gap:10px;margin-top:5px}.submit-button,.cancel-button{padding:10px 16px;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}.submit-button{background-color:#4a90e2;color:#fff;flex:1}.submit-button:hover:not(:disabled){background-color:#3a7bca}.submit-button:disabled{background-color:#a0c4e9;cursor:not-allowed}.cancel-button{background-color:#f1f1f1;color:#666}.cancel-button:hover{background-color:#e4e4e4}@media (max-width: 768px){.form-row{flex-direction:column;gap:15px}}.product-list-container{margin-top:20px}.product-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.product-list-header h3{margin:0;color:#333}.save-order-button{padding:8px 16px;border:none;border-radius:4px;background-color:#ccc;color:#fff;cursor:default;font-weight:500}.save-order-button.active{background-color:#4caf50;cursor:pointer}.save-order-button.active:hover{background-color:#43a047}.products-loading,.no-products-message{text-align:center;padding:30px 0;color:#666;font-style:italic;background-color:#f9f9f9;border-radius:8px}.product-list-admin{background-color:#f9f9f9;border-radius:8px;overflow:hidden}.reorder-group{list-style:none;padding:0;margin:0}.product-item-admin{display:flex;justify-content:space-between;align-items:center;padding:15px;margin-bottom:2px;background-color:#fff;border-left:4px solid transparent;cursor:grab}.product-item-admin:hover{border-left-color:#4a90e2;background-color:#fafafa}.product-content{display:flex;align-items:center;gap:15px;flex:1}.product-image{width:50px;height:50px;border-radius:6px;overflow:hidden;flex-shrink:0;background-color:#f0f0f0}.product-image img{width:100%;height:100%;object-fit:cover}.product-details{flex:1}.product-details h4{margin:0 0 5px;color:#333}.product-description{margin:0 0 8px;color:#666;font-size:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-price{margin:0;font-weight:500;color:#4a90e2}.product-actions{display:flex;align-items:center;gap:10px}.edit-product-btn,.delete-product-btn{padding:6px 10px;border:none;border-radius:4px;cursor:pointer;font-size:13px}.edit-product-btn{background-color:#f0f0f0;color:#333}.edit-product-btn:hover{background-color:#e0e0e0}.delete-product-btn{background-color:#ffebee;color:#e53935}.delete-product-btn:hover{background-color:#ffcdd2}.drag-handle{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#999;cursor:grab}.drag-handle:hover{color:#666}.footer{position:relative;width:100%;background:linear-gradient(to bottom,#e8eaed,#f2f4f6);overflow:hidden;margin-top:4rem}.footer-container{position:relative;width:100%;height:100%;margin:40px 0}.footer-svg-shape{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.footer-inner{position:relative;z-index:2;width:100%;height:100%;padding:12% 8% 8%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between}.footer-content{display:flex;align-items:flex-start;width:100%;margin-bottom:4rem}.footer-left{flex:1;max-width:60%;margin-top:5%}.footer-logo-section{display:flex;align-items:center;gap:3rem}.footer-logo{width:150px;height:auto;flex-shrink:0}.footer-tagline-button-group{display:flex;flex-direction:column;align-items:flex-start}.footer-tagline h2{font-size:2.5rem;font-weight:400;color:#333;margin:0 0 .3rem;line-height:1.2}.footer-tagline p{font-size:2.5rem;font-weight:500;color:#00aeb8;line-height:1.2;margin:0 0 1.5rem}.footer-contact-btn{margin-top:.5rem}.contact-button{color:#fff;padding:1rem 2.5rem;border-radius:.375rem;font-size:1.1rem;font-weight:500;border:none;cursor:pointer;transition:background-color .3s ease}.footer-right{margin-left:10%}.footer-nav{display:flex;flex-direction:column;gap:2.2rem}.footer-nav-link{font-size:1.5rem;color:#333;text-decoration:none;transition:color .3s ease;font-weight:550}.footer-nav-link:hover{color:#00aeb8}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(0,0,0,.1);display:flex;justify-content:space-between;align-items:center}.footer-developer-credit{text-align:left}.footer-developer-credit span{color:#333;font-size:1.6rem;font-weight:700;letter-spacing:.5px}.footer-social{display:flex;align-items:center}.social-icons{display:flex;gap:1.5rem}.social-link{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background-color:#333;color:#fff;border-radius:50%;text-decoration:none;transition:all .3s ease;font-size:1.2rem}.social-link:hover{background-color:#00aeb8;transform:translateY(-2px);box-shadow:0 4px 12px #00aeb84d}@media screen and (max-width: 1440px){.footer-inner{padding:10% 6% 6%}.footer-tagline h2,.footer-tagline p{font-size:2.2rem}}@media screen and (max-width: 1200px){.footer-inner{padding:12% 5% 5%}.footer-logo-section{gap:2rem}.footer-tagline h2,.footer-tagline p{font-size:2rem}.footer-nav-link{font-size:1.5rem}}@media screen and (max-width: 1024px){.footer{min-height:auto;height:auto}.footer-inner{padding:15% 5% 5%}.footer-logo{width:80px}.footer-tagline h2,.footer-tagline p{font-size:1.8rem}.contact-button{padding:.9rem 2rem;font-size:1rem}.footer-left{max-width:60%}}@media screen and (max-width: 780px){.footer-svg-shape{display:none}.footer{background:linear-gradient(to bottom,#e8eaed,#f2f4f6);min-height:auto;margin-top:3rem;overflow:visible}.footer-container{margin:0;position:relative;background:transparent}.footer-inner{background:#fff;border-radius:20px 20px 0 0;margin:0 15px;padding:2.5rem 1.5rem 1.5rem;box-shadow:0 -5px 15px #0000000d}.footer-content{flex-direction:column;gap:2.5rem;margin-bottom:2.5rem}.footer-left{max-width:100%;margin-top:0}.footer-logo-section{align-items:flex-start;flex-direction:column;gap:-20px 0}.footer-logo{width:80px;margin-bottom:1.5rem}.footer-tagline h2{font-size:2rem}.footer-tagline p{font-size:2rem;margin-bottom:1.2rem}.contact-button{width:auto;font-size:1rem}.footer-right{margin-left:0;width:100%}.footer-nav{flex-direction:row;flex-wrap:wrap;gap:.8rem 1.5rem}.footer-nav-link{font-size:1.1rem}.footer-bottom{border-top:1px solid rgba(0,0,0,.1);padding-top:1.5rem;flex-direction:column;gap:1.5rem}.footer-developer-credit span{font-size:1.4rem}.social-icons{gap:1.2rem}.social-link{width:40px;height:40px;font-size:1rem}}@media screen and (max-width: 480px){.footer-inner{padding:2rem 1.2rem 1.2rem}.footer-logo{width:70px}.footer-tagline h2,.footer-tagline p{font-size:1.6rem;line-height:1.3}.footer-nav-link{font-size:1rem}.contact-button-header{display:none}.contact-button{padding:.8rem 1.5rem}.footer-developer-credit span{font-size:1rem}.social-icons{gap:1rem}.social-link{width:35px;height:35px;font-size:.9rem}}#root{max-width:100vw;overflow:hidden}.certificates-container{max-width:1728px;margin:100px auto;padding:2rem;font-family:Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.certificates-title{font-size:2.8rem;font-weight:500;color:#333;margin-bottom:2rem}.category-section{margin-bottom:3rem;padding:3rem;border:1px solid rgb(78,182,211);border-radius:10px}.certificates-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:center}.certificate-item{display:flex;align-items:center;gap:1rem}.pdf-button{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border:1px solid #0066cc;color:#06c;font-weight:600;text-align:center;font-size:.875rem;background:transparent;transition:.2s ease-in-out}.pdf-button:hover{background-color:#06c;color:#fff}.certificate-name{font-size:1rem;color:#333;text-decoration:none;font-weight:500}.certificate-name:hover{text-decoration:underline}@media (max-width: 768px){.certificates-grid{grid-template-columns:1fr}}.about-body{font-family:Arial,sans-serif}.about-timeline-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:10px;margin-top:20px;padding-top:20px;color:#333}.about-timeline-subtitle{text-align:center;margin-bottom:60px;color:#666;font-size:1.1rem}.about-timeline{position:relative;max-width:900px;margin:auto;padding:40px 0}.about-timeline:after{content:"";position:absolute;width:3px;background-color:#e0e0e0;top:0;bottom:0;left:50%;transform:translate(-50%);z-index:0}.about-timeline-progress{position:absolute;width:5px;background:#0084c8;top:0;bottom:0;left:50%;transform:translate(-50%);height:0;z-index:1;transition:height .2s linear}.about-timeline-container{position:relative;width:50%;box-sizing:border-box;opacity:0;transform:translateY(50px);transition:opacity .6s ease-out,transform .6s ease-out;padding:0 40px;margin-bottom:40px}.about-timeline-container.animate{opacity:1;transform:translateY(0)}.about-timeline-container:nth-child(odd).animate{transition-delay:.1s}.about-timeline-container:nth-child(2n).animate{transition-delay:.2s}.about-timeline-left{left:0;padding-right:20px}.about-timeline-right{left:50%;padding-left:20px}.about-timeline-left{transform-origin:left center}.about-timeline-right{transform-origin:right center}.about-timeline-left.animate,.about-timeline-right.animate{transform:translate(0)}.about-timeline-content{padding:25px;border-radius:8px;background-color:#0084c81f;position:relative;border:none;transition:transform .3s ease,box-shadow .3s ease}.about-timeline-content:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.about-timeline-content:before{content:"";position:absolute;top:calc(50% - 8px);width:0;height:0;border-style:solid}.about-timeline-left .about-timeline-content:before{right:-8px;border-width:8px 0 8px 8px;border-color:transparent transparent transparent #ffffff}.about-timeline-right .about-timeline-content:before{left:-8px;border-width:8px 8px 8px 0;border-color:transparent #ffffff transparent transparent}.about-timeline-content h3{margin-left:30px;margin-top:0;color:#6c63ff;font-size:2.1rem;margin-bottom:10px}.about-timeline-content p{margin-left:30px;margin-bottom:0;color:#555;line-height:1.6;text-align:justify;text-justify:inter-word;hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;overflow-wrap:break-word}.about-timeline-dot{position:absolute;width:20px;height:20px;background-color:#fff;border:4px solid #6c63ff;border-radius:50%;top:50%;transform:translate(-50%,-50%);z-index:2;box-shadow:0 0 10px #6c63ff4d}.about-timeline-left .about-timeline-dot{right:0;transform:translate(50%,-50%)}.about-timeline-right .about-timeline-dot{left:0;transform:translate(-50%,-50%)}@media screen and (max-width: 768px){.about-timeline:after,.about-timeline-progress{left:30px}.about-timeline-content{margin-left:50px;margin-right:20px}.about-timeline-container{width:100%;padding-left:70px;padding-right:15px;margin-bottom:30px}.about-timeline-left,.about-timeline-right{left:0;padding-left:0;padding-right:0}.about-timeline-dot{left:30px;transform:translate(-50%,-50%)}.about-timeline-left .about-timeline-dot,.about-timeline-right .about-timeline-dot{left:30px;right:auto;transform:translate(-50%,-50%)}.about-timeline-content:before{left:-8px;right:auto;border-width:8px 8px 8px 0;border-color:transparent #ffffff transparent transparent}.about-timeline-left .about-timeline-content:before,.about-timeline-right .about-timeline-content:before{left:-8px;right:auto;border-width:8px 8px 8px 0;border-color:transparent #ffffff transparent transparent}}.contact-info-section{margin-top:3rem;padding:2rem;background:#f5f5f5;border-radius:12px;box-shadow:0 4px 12px #0000000d;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#222}.contact-info-section h3{font-size:22px;margin-bottom:1.2rem;font-weight:600;color:#111}.contact-info-section p{margin:.5rem 0;font-size:16px;text-align:justify;text-justify:inter-word;hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;overflow-wrap:break-word;line-height:1.6}.contact-info-section p strong{display:block;margin-top:1rem;font-weight:600}.contact-info-section a{color:#0077b6;text-decoration:none;font-weight:500}.contact-info-section a:hover{text-decoration:underline}@media (max-width: 768px){.contact-info-section{padding:1.5rem 1rem;font-size:15px}}.contact-info-section{border-left:4px solid #0077b6}.js-intro-home-title .char,.dashboard-text .word{opacity:1;transform:translateY(0);transition:opacity .3s,transform 4.3s}.section-divider-container{width:103vw;position:relative;left:50%;transform:translate(-50%);line-height:0;z-index:10;margin-top:-177px;margin-bottom:0}.section-divider-svg{width:100%;height:auto;max-height:310px;fill:#fff;display:block}@media (max-width: 768px){.section-divider-container{margin-top:-40px}.section-divider-svg{max-height:100px}}@media (max-width: 480px){.section-divider-container{margin-top:-30px}.section-divider-svg{max-height:70px}}.c-intro-home{transition:opacity .3s ease-in-out}.js-intro-home-title .char,.dashboard-text .word{opacity:1;transform:translateY(0);transition:opacity .3s,transform .3s;display:inline-block;white-space:normal}.js-intro-home-title{word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.hero-section{position:relative;z-index:1}.c-intro-home{position:relative;z-index:5;margin-top:-40px;padding-top:60px;background-color:#fff}.c-intro-home{position:relative;z-index:5;background-color:#fff;padding-top:100px;padding-bottom:100px;min-height:60vh;display:flex;align-items:center;overflow:visible}.c-intro-home.is-visible{opacity:1}.section-divider-container{z-index:15;margin-bottom:-50px}.content-container{position:relative;overflow:hidden;width:100%}.gsap-marker-scroller-start,.gsap-marker-scroller-end,.gsap-marker-start,.gsap-marker-end{z-index:9999!important}.pinned-section{position:relative;z-index:10}.c-intro-home__title .char,.dashboard-text .word{will-change:transform,opacity;transform-origin:center bottom;backface-visibility:hidden;display:inline-block;line-height:inherit}@supports not (text-wrap: balance){.c-intro-home__title{text-align:center;word-spacing:.1em}}.section-spacer{height:50px;width:100%}.footer-developer-credit span{font-size:1.2rem}.desktop-title-section{text-align:center;padding:80px 20px 60px;background-color:#90d4e0;margin-top:-1px}.desktop-scroll-title{font-size:60px;font-weight:700;color:#333;line-height:1.2;max-width:800px;margin:0 auto}.desktop-scroll-title .u-blue-gradient{color:#0061ac}@media (max-width: 1024px){.desktop-scroll-title{font-size:40px}}@media (max-width: 768px){.desktop-title-section{display:none}}.parallax-section{position:relative;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}.parallax-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-attachment:fixed;background-repeat:no-repeat;z-index:0}.parallax-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:800px;padding:0 20px}.parallax-text h2{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:2px 2px 10px rgba(0,0,0,.3);line-height:1.2}.parallax-text p{font-size:1.4rem;line-height:1.6;margin-bottom:3rem;opacity:.95;text-shadow:1px 1px 5px rgba(0,0,0,.2);text-align:justify;text-justify:inter-word;hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;overflow-wrap:break-word;max-width:60ch}.parallax-button{display:inline-block;padding:18px 40px;background:linear-gradient(135deg,#0061ac,#00aeb8);color:#fff;text-decoration:none;font-size:1.2rem;font-weight:600;border-radius:50px;transition:all .3s ease;box-shadow:0 8px 20px #0061ac4d;text-transform:uppercase;letter-spacing:1px}.parallax-button:hover{transform:translateY(-3px);box-shadow:0 12px 30px #0061ac66;background:linear-gradient(135deg,#004d8a,#008a95)}.parallax-button:active{transform:translateY(-1px)}@media (max-width: 1024px){.parallax-section{height:90vh;min-height:500px}.parallax-text h2{font-size:3rem}.parallax-text p{font-size:1.2rem}}@media (max-width: 768px){.parallax-section{height:80vh;min-height:400px}.parallax-background{background-attachment:scroll}.parallax-text h2{font-size:2.5rem;margin-bottom:1rem}.parallax-text p{font-size:1.1rem;margin-bottom:2rem}.parallax-button{padding:15px 30px;font-size:1.1rem}}@media (max-width: 480px){.parallax-section{height:70vh;min-height:350px}.parallax-text h2{font-size:2rem}.parallax-text p{font-size:1rem}.parallax-button{padding:12px 25px;font-size:1rem}}.coming-soon-container{font-family:Montserrat,sans-serif}.coming-soon-hero-section{position:relative;width:100%;height:70vh;background:linear-gradient(135deg,#0061ac,#00aeb8);display:flex;align-items:center;justify-content:center;overflow:hidden}.coming-soon-hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(../valve.jpg) no-repeat center center/cover;opacity:.2;z-index:1}.coming-soon-hero-overlay{position:relative;z-index:2;text-align:center;color:#fff;max-width:800px;padding:0 20px}.coming-soon-hero-text{font-size:4rem;font-weight:700;margin:0 0 1rem;text-shadow:2px 2px 10px rgba(0,0,0,.3);line-height:1.1}.coming-soon-subtitle{font-size:1.5rem;font-weight:400;opacity:.95;text-shadow:1px 1px 5px rgba(0,0,0,.2)}.coming-soon-content-simple{padding:100px 20px;background:linear-gradient(180deg,#f8fbff,#fff);min-height:60vh;display:flex;align-items:center;justify-content:center}.coming-soon-simple-inner{text-align:center}.coming-soon-simple-title{font-size:5rem;font-weight:700;color:#0061ac;margin:0;line-height:1.1;text-shadow:2px 2px 10px rgba(0,97,172,.1)}@media (max-width: 1024px){.coming-soon-hero-text{font-size:3.5rem}.coming-soon-simple-title{font-size:4rem}}@media (max-width: 768px){.coming-soon-hero-section{height:60vh}.coming-soon-hero-text{font-size:2.8rem}.coming-soon-subtitle{font-size:1.2rem}.coming-soon-content-simple{padding:60px 20px}.coming-soon-simple-title{font-size:3.5rem}}@media (max-width: 480px){.coming-soon-hero-section{height:50vh}.coming-soon-hero-text{font-size:2.2rem}.coming-soon-subtitle{font-size:1rem}.coming-soon-simple-title{font-size:2.5rem}}.subcategory-list{padding:40px 20px}.section-title{text-align:center;font-size:2.5rem;font-weight:600;margin-bottom:2rem;color:#333}.subcategory-filter{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding:15px;background-color:#f8f9fa;border-radius:8px}.subcategory-filter label{font-weight:500;color:#555}.subcategory-filter select{padding:8px 12px;border-radius:4px;border:1px solid #ddd;background-color:#fff;min-width:200px}.subcategory-count{color:#666;font-size:14px;margin:5px 0;text-align:center}.parent-category{color:#666;font-size:14px;margin:5px 0;text-align:center;font-style:italic}.breadcrumb{color:#888;font-size:16px;margin-top:10px}.loading-container{text-align:center;padding:40px;font-size:18px;color:#666}.form-group select{padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:border-color .2s;background-color:#fff}.form-group select:focus{border-color:#4a90e2;outline:none;box-shadow:0 0 0 2px #4a90e233}.category-selector optgroup{font-weight:700;color:#333}.category-selector option{font-weight:400;padding:5px}@media (max-width: 768px){.section-title{font-size:2rem}.subcategory-filter{flex-direction:column;align-items:flex-start}.subcategory-filter select{width:100%;min-width:unset}.breadcrumb{font-size:14px}}.subcategory-products-list{padding:40px 0}.subcategory-section{margin-bottom:60px}.subcategory-title{font-size:2.5rem;font-weight:700;color:#333;text-align:center;margin-bottom:30px;padding-bottom:15px}.no-products-message{text-align:center;font-size:1.2rem;color:#666;font-style:italic;padding:40px;background:#f8f9fa;border-radius:8px;margin:20px 0}.subcategory-section .product-list{margin-bottom:40px}@media (max-width: 1024px){.subcategory-title{font-size:2.2rem}}@media (max-width: 768px){.subcategory-products-list{padding:30px 0}.subcategory-section{margin-bottom:50px}.subcategory-title{font-size:2rem;margin-bottom:25px}}@media (max-width: 480px){.subcategory-title{font-size:1.8rem}.no-products-message{font-size:1rem;padding:30px 15px}}.svg-divider{position:relative;width:100%;height:auto;overflow:hidden;z-index:1;margin:0;padding:0;line-height:0}.divider-svg{width:100%;height:auto;display:block;margin:0;padding:0;vertical-align:bottom;line-height:0}.desktop-title-section{text-align:center;padding:80px 20px 60px;background-color:#90d4e06c;margin-top:-1px}.animated-intro-section{font-size:22px;line-height:1.8;max-width:850px}.c-intro-home .container>p{font-size:48px;text-align:center;line-height:1.4;max-width:1200px;margin:0 auto 2rem;word-spacing:.02em;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual;overflow-wrap:break-word;word-break:keep-all;white-space:normal;letter-spacing:.005em;font-weight:600;text-wrap:pretty;-webkit-text-wrap:pretty;padding:0 20px}@media (max-width: 1200px){.c-intro-home .container>p{font-size:42px;max-width:95%;line-height:1.3}}@media (max-width: 768px){.c-intro-home .container>p{font-size:32px;max-width:100%;padding:0 15px;word-break:normal;line-height:1.3}}@media (max-width: 480px){.c-intro-home .container>p{font-size:24px;line-height:1.25;padding:0 10px;word-spacing:.01em}}.dashboard-container{min-height:100vh;background:#f8fafc}.dashboard-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:20px;box-shadow:0 2px 4px #0000001a}.dashboard-header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.dashboard-header h1{color:#2d3748;font-size:24px;font-weight:600;margin:0}.logout-button{background:#e53e3e;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.logout-button:hover{background:#c53030;transform:translateY(-1px)}.dashboard-tabs{display:flex;gap:10px;flex-wrap:wrap}.tab{background:#f7fafc;border:1px solid #e2e8f0;color:#4a5568;padding:10px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.tab:hover:not(:disabled){background:#edf2f7;border-color:#cbd5e0}.tab.active{background:#667eea;color:#fff;border-color:#667eea}.tab:disabled{opacity:.5;cursor:not-allowed}.dashboard-content{padding:30px 20px;max-width:1200px;margin:0 auto}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:#f8fafc}.loading-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container p{color:#4a5568;font-size:14px;margin:0}@media (max-width: 768px){.dashboard-header-top{flex-direction:column;gap:15px;align-items:flex-start}.dashboard-tabs{gap:8px}.tab{padding:8px 12px;font-size:13px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.catalogue-section{padding:2rem;text-align:center;background:#f8f8f8}.catalogue-heading{font-size:2rem;font-weight:700;margin-bottom:.5rem}.catalogue-heading span{color:#1890d9}.catalogue-subheading{font-size:1rem;color:#555;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.catalogue-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.catalogue-card{border-radius:12px;overflow:hidden;transition:transform .3s;max-width:250px;width:100%}.catalogue-card img{width:100%;display:block;height:auto}.catalogue-card:hover{transform:translateY(-8px)}@media (max-width: 768px){.catalogue-heading{font-size:1.5rem}.catalogue-subheading{font-size:.9rem}.catalogue-grid{gap:1rem}.catalogue-card{max-width:90%}}.inverted-section-divider-container{position:relative;width:100%;height:150px;margin:40px 0;overflow:hidden;transform:rotate(180deg)}.inverted-section-divider-svg{position:absolute;width:100%;height:100%;fill:#f0f7fd;filter:drop-shadow(0 -6px 10px rgba(0,0,0,.08));transition:all .3s ease}.inverted-section-divider-container:hover .inverted-section-divider-svg{fill:#e8f4fc;filter:drop-shadow(0 -8px 12px rgba(0,0,0,.1))}@media (max-width: 768px){.inverted-section-divider-container{height:100px;margin:30px 0}}@media (max-width: 480px){.inverted-section-divider-container{height:80px;margin:20px 0}}.svg-divider{position:relative;width:100vw;margin-left:calc(-50vw + 50%);height:auto;overflow:hidden;z-index:1;margin-bottom:-1px}.divider-svg{width:100%;height:auto;display:block;transform:scaleX(1);min-height:60px;margin:0;padding:0;vertical-align:bottom;line-height:0}@media (max-width: 1024px){.divider-svg{min-height:50px}}@media (max-width: 768px){.divider-svg{min-height:40px}}@media (max-width: 480px){.divider-svg{min-height:30px}}.world-map-section{padding:0 0 80px;background:#b8c5d1;width:100%;position:relative;margin-top:-140px}.world-map-container{width:100%;text-align:center}.world-map-title{font-size:4.5rem;font-weight:400;color:#fff;margin-bottom:6rem;position:relative;z-index:2;margin-top:0rem;line-height:1.2;letter-spacing:-.02em;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 20px}.world-map-subtitle{display:none}.progress-bar-container{position:absolute;bottom:0;left:0;width:100%;height:4px;background:#fff3;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,#fff,#e0e0e0);width:0%;transition:width 3s ease-out}.progress-bar.animate{width:100%}.world-map-wrapper{position:relative;width:100vw;margin-left:calc(-50vw + 50%);aspect-ratio:2/1;background:#b8c5d1;overflow:hidden;margin-top:0}.world-map-base{width:100%;height:100%;object-fit:cover;mask-image:linear-gradient(to bottom,transparent,white 10%,white 90%,transparent);-webkit-mask-image:linear-gradient(to bottom,transparent,white 10%,white 90%,transparent);pointer-events:none;-webkit-user-select:none;user-select:none}.world-map-svg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;user-select:none}@media (max-width: 768px){.world-map-section{padding:80px 0 60px}.world-map-title{font-size:3rem;padding:0 20px}.world-map-subtitle{font-size:1.1rem;margin-bottom:2rem;padding:0 1rem}.world-map-wrapper{border-radius:0;box-shadow:0 20px 40px -12px #0003;width:100%;max-width:100vw}.world-map-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem;padding:0 1rem}.stat-item{padding:1.5rem 1rem;border-radius:15px}.stat-icon{font-size:2rem;margin-bottom:.8rem}.stat-number{font-size:2rem}.stat-label{font-size:.9rem}}@media (max-width: 480px){.world-map-section{padding:60px 0 40px}.world-map-title{font-size:2.2rem;padding:0 20px}.world-map-wrapper{aspect-ratio:1.5/1}}.about-hero-section{position:relative;width:100%;height:90vh;background:url(../about-hero.jpg) no-repeat center center/cover;display:flex;align-items:center;justify-content:center;overflow:hidden}.about-hero-overlay{background:#0009;width:100%;height:100%;display:flex;align-items:center;justify-content:left;padding-left:80px}.about-hero-text{color:#fff;font-size:4rem;font-weight:600;text-align:left;max-width:50%;line-height:1.3;letter-spacing:.01em;font-family:inherit;word-spacing:.02em;hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;overflow-wrap:break-word;text-wrap:pretty;-webkit-text-wrap:pretty;text-shadow:2px 2px 20px rgba(0,0,0,.7)}@media (max-width: 1200px){.about-hero-text{font-size:3.5rem;max-width:60%;line-height:1.3}}@media (max-width: 1024px){.about-hero-overlay{padding-left:50px}.about-hero-text{font-size:3rem;max-width:70%;line-height:1.3}}@media (max-width: 768px){.about-hero-overlay{justify-content:center;padding-left:0;text-align:center}.about-hero-text{font-size:2.5rem;max-width:80%;text-align:center;line-height:1.3;word-break:normal}}@media (max-width: 480px){.about-hero-text{font-size:2rem;max-width:90%;line-height:1.25;word-spacing:.01em}}.about-content{display:flex;justify-content:center;align-items:center;padding:50px 20px}.about-container{max-width:1000px}.about-sub-container{display:flex;gap:40px;align-items:flex-start}.about-text{font-size:28px;font-weight:600;color:#222;line-height:1.6;text-align:justify;margin-bottom:30px}.about-subtext{font-size:27px;font-weight:600;color:#222;line-height:1.4;margin-top:20px;text-align:justify;flex:1}.about-small-text{font-size:22px;font-weight:400;color:#666;margin-top:20px;text-align:justify;line-height:1.6;flex:1}.highlight{color:#0084c8;font-weight:700}.company-container{width:100%;background:#000000ef}.company-stats{max-width:1280px;margin:0 auto;padding:5rem 1rem}.stats-header{margin-bottom:4rem}.about-label{display:block;font-size:.875rem;color:#94a3b8;margin-bottom:1.5rem}.main-heading{font-size:2.5rem;font-weight:700;line-height:1.3;max-width:64rem;color:#fff;text-align:center;margin:0 auto 4rem}.sub-heading{color:#b0c4de;max-width:50rem;display:block;font-size:1.2rem;margin:1rem auto 0;font-weight:400}@media (max-width: 1200px){.main-heading{font-size:2.8rem}.sub-heading{font-size:1.4rem}}@media (max-width: 1024px){.main-heading{font-size:2.5rem}.sub-heading{font-size:1.3rem}}@media (max-width: 768px){.company-stats{padding:4rem 1.5rem}.about-sub-container{flex-direction:column;gap:10px}.main-heading{font-size:2rem}.sub-heading{font-size:1.2rem}}@media (max-width: 480px){.company-stats{padding:3rem 1rem}.main-heading{font-size:1.8rem}.sub-heading{font-size:1.1rem}}.stats-flex-modern{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:1rem}.stat-card.modern-card{background-color:#ffffff0d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:2.5rem;color:#fff;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease,background-color .3s ease;flex:1 1 280px;max-width:calc(33.333% - 1.5rem);min-width:280px}.stat-card.modern-card:hover{transform:translateY(-5px);background-color:#ffffff1a}.stat-icon{font-size:2.5rem;margin-bottom:1rem;color:#87ceeb}.stat-title{font-size:1.1rem;font-weight:500;color:#e0e0e0;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.stat-number{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:.75rem;color:#fff;min-height:55px}.stat-description{font-size:.95rem;color:#b0c4de;line-height:1.5;max-width:250px;margin:0 auto}@media (max-width: 992px){.stat-card.modern-card{max-width:calc(50% - 1rem);flex-basis:calc(50% - 1rem)}}@media (max-width: 600px){.stats-flex-modern{gap:1.5rem}.stat-card.modern-card{max-width:100%;flex-basis:100%;padding:2rem;margin-right:35px}.stat-number{font-size:3rem;min-height:48px}.stat-title{font-size:1rem}.stat-description{font-size:.9rem}}.company-stats-container{width:100%;background:linear-gradient(to bottom,#0a192f,#112240);padding:80px 20px;position:relative;overflow:hidden}.company-stats-container:before{content:"";position:absolute;top:-50px;left:-50px;width:200px;height:200px;background:radial-gradient(circle,#2a43654d,#2a436500 70%);z-index:0}.company-stats-inner{max-width:1100px;margin:0 auto;position:relative;z-index:1}.timeline-container{width:100%;background-color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.dark .timeline-container{background-color:#0a0a0a}.timeline-header{max-width:1280px;margin:0 auto;padding:5rem 1rem}@media (min-width: 768px){.timeline-container{padding:0 0rem}.timeline-header{padding:5rem 2rem}}@media (min-width: 1024px){.timeline-header{padding:5rem 2.5rem}}.timeline-title{font-size:1.125rem;margin-bottom:1rem;color:#000;max-width:56rem}.dark .timeline-title{color:#fff}.timeline-description{color:#404040;font-size:.875rem;max-width:24rem}.dark .timeline-description{color:#d4d4d4}@media (min-width: 768px){.timeline-title{font-size:2.25rem}.timeline-description{font-size:1rem}}.timeline-content{position:relative;max-width:1280px;margin:0 auto;padding-bottom:5rem}.timeline-entry{display:flex;justify-content:flex-start;padding-top:2.5rem}@media (min-width: 768px){.timeline-entry{padding-top:10rem;gap:2.5rem}}.timeline-entry-marker{position:sticky;display:flex;flex-direction:column;align-items:center;top:10rem;align-self:flex-start;max-width:20rem;z-index:40}@media (min-width: 768px){.timeline-entry-marker{flex-direction:row;width:100%}@media (min-width: 1024px){.timeline-entry-marker{max-width:24rem}}}.timeline-dot-container{height:2.5rem;width:2.5rem;position:absolute;left:.75rem;border-radius:9999px;background-color:#fff;display:flex;align-items:center;justify-content:center}.dark .timeline-dot-container{background-color:#000}@media (min-width: 768px){.timeline-dot-container{left:.75rem}}.timeline-dot{height:1rem;width:1rem;border-radius:9999px;background-color:#e5e5e5;border:1px solid #d4d4d4;padding:.5rem}.dark .timeline-dot{background-color:#262626;border-color:#404040}.timeline-entry-title-desktop{display:none;font-size:1.25rem;padding-left:5rem;font-weight:700;color:#737373}.dark .timeline-entry-title-desktop{color:#737373}@media (min-width: 768px){.timeline-entry-title-desktop{display:block;font-size:3rem}}.timeline-entry-content{position:relative;padding-left:5rem;padding-right:1rem;width:100%}@media (min-width: 768px){.timeline-entry-content{padding-left:1rem}}.timeline-entry-title-mobile{display:block;font-size:1.5rem;margin-bottom:1rem;text-align:left;font-weight:700;color:#737373}.dark .timeline-entry-title-mobile{color:#737373}@media (min-width: 768px){.timeline-entry-title-mobile{display:none}}.timeline-line{position:absolute;left:2rem;top:0;overflow:hidden;width:2px;background:linear-gradient(to bottom,transparent 0%,#e5e5e5 50%,transparent 99%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 10%,black 90%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0%,black 10%,black 90%,transparent 100%)}.dark .timeline-line{background:linear-gradient(to bottom,transparent 0%,#404040 50%,transparent 99%)}@media (min-width: 768px){.timeline-line{left:2rem}}.timeline-line-progress{position:absolute;inset-x:0;top:0;width:2px;background:linear-gradient(to top,#a855f7 0%,#3b82f6 10%,transparent 100%);border-radius:9999px}.timeline-text{color:#262626;font-size:.75rem;font-weight:400;margin-bottom:2rem}.dark .timeline-text{color:#e5e5e5}@media (min-width: 768px){.timeline-text{font-size:.875rem}}.timeline-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.timeline-image{border-radius:.5rem;object-fit:cover;height:5rem;width:100%;box-shadow:0 0 24px #222a350f,0 1px 1px #0000000d,0 0 0 1px #222a350a,0 0 4px #222a3514,0 16px 68px #2f30370d,0 1px #ffffff1a inset}@media (min-width: 768px){.timeline-image{height:11rem}}@media (min-width: 1024px){.timeline-image{height:15rem}}.timeline-checklist{margin-bottom:2rem}.timeline-checklist-item{display:flex;gap:.5rem;align-items:center;color:#404040;font-size:.75rem}.dark .timeline-checklist-item{color:#d4d4d4}@media (min-width: 768px){.timeline-checklist-item{font-size:.875rem}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-card{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000001a;padding:40px;width:100%;max-width:400px;animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:30px}.login-header h1{color:#333;font-size:28px;font-weight:600;margin-bottom:8px}.login-header p{color:#666;font-size:14px;margin:0}.login-form{display:flex;flex-direction:column;gap:20px}.error-message{background:#fee;color:#c53030;padding:12px;border-radius:6px;font-size:14px;border:1px solid #feb2b2}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:500;color:#333;font-size:14px}.form-group input{padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;transition:all .2s ease;background:#fff}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background:#f7fafc;cursor:not-allowed}.login-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:10px}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.login-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.login-footer{margin-top:30px;padding-top:20px;border-top:1px solid #e2e8f0;text-align:center}.login-footer p{margin:5px 0;font-size:12px;color:#666}.login-footer strong{color:#333}@media (max-width: 480px){.login-card{padding:30px 20px;margin:10px}.login-header h1{font-size:24px}.form-group input{font-size:16px}}
