@import url(https://fonts.googleapis.com/css2?family=Jaro:opsz@6..72&family=Lora:ital,wght@0,400..700;1,400..700&display=swap);body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navigation{display:flex;justify-content:center;grid-gap:3.5em;gap:3.5em;align-items:center;padding:1rem;background:#fff;border-radius:10px;position:fixed;top:0;left:0;right:0;z-index:1000;transition:transform .3s ease-in-out;box-shadow:0 2px 10px rgba(0,0,0,.1);flex-wrap:wrap}.navigation.visible{transform:translateY(0)}.navigation.hidden{transform:translateY(-100%)}.navbar-spacer{height:80px;width:100%}.navigation a{color:#0e0d0d;text-decoration:none;padding:.5rem .75rem;font-weight:700;font-size:1rem;transition:all .3s ease;border-radius:5px}.navigation a.active,.navigation a:hover{background:#fdcf02;color:#38b911}.logo-link,.logo-link.active,.logo-link:hover{background:transparent!important;padding:0}.logo-link img{display:block}.dropdown{position:relative;display:inline-block}.dropdown-button{color:#0e0d0d;text-decoration:none;padding:.5rem .75rem;font-weight:700;font-size:1rem;transition:all .3s ease;border-radius:5px;cursor:pointer}.dropdown-button.active{background:#fdcf02;color:#38b911}.dropdown:hover .dropdown-button:not(.active){background:#fdcf02;color:#248b05}.dropdown-content{display:none;position:absolute;top:100%;left:50%;transform:translateX(-50%);background:#fff;border:2px solid #0af;border-radius:7px;z-index:1000;padding:1rem;box-sizing:border-box;box-shadow:0 4px 8px rgba(0,0,0,.1);grid-gap:.5rem;gap:.5rem}.dropdown-content.align-with-company{left:-18rem;transform:none}.dropdown-solutions .dropdown-content{left:-30rem;transform:none}.dropdown:hover .dropdown-content{display:grid}.dropdown-content.single-column{grid-template-columns:1fr;max-width:20rem}.dropdown-content.three-columns{grid-template-columns:repeat(3,1fr);max-width:60rem;padding:1rem;grid-gap:.5rem;gap:.5rem}.dropdown-content a{color:#000;padding:.75rem 1rem;text-decoration:none;font-size:.875rem;white-space:nowrap;border-radius:5px}.dropdown-content a.active,.dropdown-content a:hover{background-color:#060;color:#fff}.nested-dropdown{position:relative;width:100%}.nested-dropdown-button{display:block;color:#060;padding:.75rem 1rem;text-decoration:none;font-size:.875rem;font-weight:700;white-space:nowrap;transition:background-color .3s ease,color .3s ease;cursor:pointer}.nested-dropdown-button:hover{background-color:#f0faff;color:#0af}.nested-dropdown-content{display:none;position:absolute;top:100%;left:0;background:#fff;border:2px solid #0af;border-radius:7px;z-index:1001;padding:.5rem;min-width:15rem;max-width:20rem;box-shadow:0 4px 8px rgba(0,0,0,.1)}.nested-dropdown:hover .nested-dropdown-content{display:block}.nested-dropdown-content a{color:#000;padding:.5rem 1rem;text-decoration:none;font-size:.8125rem;display:block;white-space:nowrap;border-radius:5px}.nested-dropdown-content a.active,.nested-dropdown-content a:hover{background-color:#0af;color:#fff}.logo-image{width:9rem;height:auto;margin-left:-1rem}@media (max-width:768px){.navigation{height:auto;min-height:auto;flex-direction:column;align-items:flex-start;padding:.5rem;grid-gap:.25rem;gap:.25rem}.dropdown{width:100%;text-align:left}.dropdown-content{max-width:100%;grid-template-columns:1fr;padding:.5rem}.dropdown-content,.dropdown-content.align-with-company,.dropdown-solutions .dropdown-content{left:0;transform:none}.dropdown-content.single-column,.dropdown-content.three-columns{grid-template-columns:1fr;max-width:100%}.nested-dropdown-content{position:relative;left:0;top:0;border:none;box-shadow:none;padding-left:1rem;max-width:100%}.logo-image{margin-left:0;width:7rem}.navbar-spacer{height:auto;padding-top:10px}}@media (max-width:480px){.dropdown-button,.navigation a{font-size:.875rem;padding:.5rem}.dropdown-content a{font-size:.75rem;padding:.5rem}.nested-dropdown-button{font-size:.75rem}.nested-dropdown-content a{font-size:.6875rem}}.chatbox-container{position:fixed;bottom:20px;right:20px;z-index:1000}.chatbox-bubble{display:flex;align-items:center;padding:10px;background-color:#007bff;color:#fff;border-radius:20px;cursor:pointer;box-shadow:0 4px 6px rgba(0,0,0,.1);font-family:Arial,sans-serif}.bubble-text{margin-right:10px;font-size:14px}.bubble-icon{font-size:24px}.chatbox{width:300px;height:400px;background-color:#fff;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);flex-direction:column;padding:10px}.chatbox,.chatbox-header{display:flex;justify-content:space-between}.chatbox-header{align-items:center;font-size:16px;font-weight:700}.chatbox-close-btn{background:none;border:none;font-size:20px;cursor:pointer}.chatbox-messages{flex:1 1;padding:10px;overflow-y:auto;background-color:#f9f9f9;margin-bottom:10px}.chatbox-message{margin-bottom:10px;padding:10px;border-radius:10px;word-wrap:break-word}.chatbox-message.user{background-color:#007bff;color:#fff;align-self:flex-end;max-width:70%}.chatbox-message.bot{background-color:#e5e5e5;color:#333;align-self:flex-start;max-width:70%}.chatbox-input{display:flex;justify-content:space-between;align-items:center}.chatbox-input input{width:80%;padding:8px;border-radius:5px;border:1px solid #ccc}.chatbox-input button{padding:8px 16px;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer}.chatbox-input button:hover{background-color:#0056b3}.footer{display:flex;justify-content:space-around;background:#000;padding:10px;border-radius:10px;margin-top:20px;flex-wrap:wrap;grid-gap:5px;gap:5px}.footer-section{display:flex;flex-direction:column;align-items:flex-start;flex:1 1;min-width:200px;margin:0}.solutions-section,.technologies{margin-left:-50px}.footer-section h3{margin-bottom:10px;color:#678d0e;font-size:18px;font-weight:700}.footer-section a{color:#fff;text-decoration:none;padding:5px 0;font-size:14px;transition:all .3s ease;white-space:nowrap}.footer-section a:hover{color:#0af}.solutions-section{flex:2 1}.solutions-grid{display:flex;grid-gap:20px;gap:20px}.solutions-column{display:flex;flex-direction:column;grid-gap:5px;gap:5px}.footer-legal{padding:20px;margin-top:20px}.footer-legal-content{grid-gap:10px;gap:10px}.footer-logo-section{display:flex;justify-content:center;align-items:center;margin-bottom:5px}.footer-logo{width:100px}.copyright{font-size:.9rem;margin:0}.footer-legal{background:#000;color:#fff;padding:10px;margin-top:10px}.footer-legal-content{display:flex;flex-direction:column;align-items:center;text-align:center;grid-gap:2px;gap:2px}.footer-logo{width:80px;height:auto}.footer-legal-content p{font-size:.8rem;margin:0}.legal-section{flex-direction:column;align-items:center}.legal-links,.legal-section{display:flex;grid-gap:5px;gap:5px}.legal-links{flex-wrap:wrap;justify-content:center}.legal-links a{color:#fff;text-decoration:none;font-size:.9rem;transition:color .3s ease}.legal-links a:hover{color:#0af}.social-icons{display:flex;grid-gap:10px;gap:10px;margin-top:10px}.social-icons a{font-size:20px;color:#fff;transition:color .3s ease-in-out}.social-icons a:hover{color:#007bff}.home-container{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}.video-section{flex:0 0 100vh;position:relative;overflow:hidden}.video-overlay{background-color:rgba(0,0,0,.5)}.text-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:1000px;display:flex;flex-wrap:wrap;justify-content:center;z-index:2;color:#f8f4f4;font-family:Calibri,sans-serif}.text-column{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.mission-text,.values-text,.vision-text{flex:1 1;margin:0 10px;text-align:center}.values-text{order:2}.vision-text{order:1}.mission-text{order:3}.mission-text h2,.values-text h2,.vision-text h2{color:#f0091d;font-size:1.5rem;margin-bottom:15px;font-weight:700;text-transform:uppercase;opacity:0;animation:fadeInText .8s ease-out forwards}.mission-text span,.values-text span,.vision-text span{display:block;font-size:14px;margin-bottom:10px;opacity:0;animation:fadeInText .8s ease-out forwards}@media (max-width:768px){.text-overlay{flex-direction:column;width:95%}.text-column{flex-direction:column;width:100%;align-items:center}.mission-text,.values-text,.vision-text{margin:10px 0;text-align:center;width:100%}.mission-text h2,.values-text h2,.vision-text h2{font-size:1.2rem}.mission-text span,.values-text span,.vision-text span{font-size:14px}}@media (max-width:480px){.mission-text h2,.values-text h2,.vision-text h2{font-size:1rem}.mission-text span,.values-text span,.vision-text span{font-size:12px}}.about-vajra-section{width:100%;padding:40px 20px;background-color:#fff;text-align:center;color:#000;font-family:Calibri,sans-serif}.about-vajra-section h2{font-size:2rem;margin-bottom:20px;font-weight:700;text-transform:uppercase;opacity:0;animation:fadeInScaleSlideRight .8s ease-out forwards;color:#e60808}.about-vajra-section p{font-size:1.2rem;line-height:1.6;max-width:800px;margin:0 auto 10px;opacity:0;animation:fadeInText .8s ease-out forwards;animation-delay:.3s;color:#000}.core-strength{width:100%;padding:40px 20px;background-color:#fff;text-align:center;color:#333;font-family:Calibri,sans-serif}.core-strength h2{font-size:2rem;margin-bottom:30px;font-weight:700;text-transform:uppercase;opacity:0;animation:fadeInScaleSlideRight .8s ease-out forwards;color:#b61414}.strength-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:20px;gap:20px;justify-content:center;max-width:1200px;margin:0 auto}.strength-item{background:hsla(0,0%,96.1%,.9);padding:20px;border-radius:10px;opacity:0;transition:transform .4s ease,box-shadow .4s ease,background .4s ease,border .4s ease;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.1)}.strength-item.animate{animation:fadeInScaleSlideRight 1.2s ease-out forwards}.strength-item:first-child{animation-delay:.1s}.strength-item:nth-child(2){animation-delay:.2s}.strength-item:nth-child(3){animation-delay:.3s}.strength-item:nth-child(4){animation-delay:.4s}.strength-item:nth-child(5){animation-delay:.5s}.strength-item:nth-child(6){animation-delay:.6s}.strength-item:nth-child(7){animation-delay:.7s}.strength-item:nth-child(8){animation-delay:.8s}.strength-item:nth-child(9){animation-delay:.9s}.strength-item:nth-child(10){animation-delay:1s}.strength-item:nth-child(11){animation-delay:1.1s}.strength-item:nth-child(12){animation-delay:1.2s}.strength-item.animation-complete:hover{transform:translateY(-15px) scale(1.5) rotate(2deg);box-shadow:0 20px 40px rgba(0,0,0,.25);background:#fff;border:1px solid #ffc107}.strength-item img{width:230px;height:150px;margin-bottom:20px;border-radius:5px;transition:transform .4s ease,border-radius .4s ease}.strength-item.animation-complete:hover img{transform:scale(1.15);border-radius:15px}.strength-item h3{font-size:1.2rem;margin-bottom:10px;font-weight:600;text-transform:uppercase;transition:color .4s ease;color:#333}.strength-item.animation-complete:hover h3{color:#ffc107}.strength-item p{font-size:14px;line-height:1.5;color:#666;transition:color .4s ease;margin-bottom:15px}.strength-item.animation-complete:hover p{color:#333}.learn-more-link{display:inline-block;color:#007bff;font-family:Calibri,sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;text-decoration:underline;transition:color .3s ease,transform .3s ease}.learn-more-link:hover{color:#ffc107;transform:scale(1.05)}.experts-section{width:100%;padding:40px 20px;background-color:#fff;text-align:center;color:#333;font-family:Calibri,sans-serif;position:relative}.experts-section h2{font-size:2rem;margin-bottom:30px;font-weight:700;text-transform:uppercase;opacity:0;color:#c92424;animation:fadeInScaleSlideRight .8s ease-out forwards}.carousel-wrapper{display:flex;align-items:center;justify-content:center;max-width:1200px;margin:0 auto;position:relative}.strength-images-container{position:relative;width:100%;max-width:1100px;overflow:hidden}.strength-images{display:flex;transition:transform .5s ease}.image-wrapper{flex:0 0 200px;position:relative;width:200px;height:200px;margin:0 10px;z-index:1;transition:z-index .3s ease}.strength-images img{width:100%;height:100%;object-fit:cover;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .3s ease,border-radius .3s ease,box-shadow .3s ease;position:relative;z-index:1;will-change:transform,border-radius,box-shadow;border:1px solid transparent}.image-wrapper.leftmost{z-index:2}.strength-images .image-wrapper:hover img{transform:scale(1.5);border-radius:20px!important;box-shadow:0 8px 16px rgba(0,0,0,.3);z-index:10;border:1px solid #ffc107}.image-wrapper:hover{z-index:10}.image-name{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:700;text-align:center;text-transform:uppercase;background:rgba(0,0,0,.85);padding:8px 12px;border-radius:5px;width:90%;max-width:180px;z-index:15;text-decoration:none;transition:background .3s ease,transform .3s ease}.image-name:hover{background:rgba(0,0,0,.95);transform:translate(-50%,-50%) scale(1.05);cursor:pointer}.nav-arrow{background:rgba(0,0,0,.5);color:#fff;border:none;padding:10px;cursor:pointer;font-size:24px;border-radius:50%;z-index:20;transition:background .3s ease;position:absolute;top:50%;transform:translateY(-50%)}.experts-section .nav-arrow.left{left:50px}.experts-section .nav-arrow.right{right:50px}.nav-arrow:hover:not(.disabled){background:rgba(0,0,0,.8)}.nav-arrow.disabled{opacity:.5;background:rgba(0,0,0,.3);cursor:not-allowed}.products-section{width:100%;padding:40px 20px;background-color:#fff;text-align:center;color:#333;font-family:Calibri,sans-serif;position:relative}.products-section h2{font-size:2rem;margin-bottom:30px;font-weight:700;text-transform:uppercase;opacity:0;color:#be1919;animation:fadeInScaleSlideRight .8s ease-out forwards}.products-carousel{width:100%;max-width:1200px;margin:0 auto;overflow:hidden;position:relative}.products-track{display:flex;animation:scroll 25s linear infinite;width:max-content}.products-carousel:hover .products-track{animation-play-state:paused}.products-carousel .product-logo{width:200px;height:200px;object-fit:cover;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);position:relative;z-index:1}.products-carousel .image-wrapper{position:relative;margin:0 10px}@keyframes fadeInText{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.vision-text h2{animation-delay:0s}.vision-text span:nth-child(2){animation-delay:.5s}.values-text h2{animation-delay:1.5s}.values-text span:nth-child(2){animation-delay:2s}.mission-text h2{animation-delay:3s}.mission-text span:nth-child(2){animation-delay:3.5s}.core-strength h2,.experts-section h2,.products-section h2{animation-delay:0s}@media (max-width:768px){.about-vajra-section{padding:20px 10px}.about-vajra-section h2{font-size:1.5rem}.about-vajra-section p{font-size:1rem;margin-bottom:10px}.text-overlay{align-items:center;padding:10px}.mission-text,.values-text,.vision-text{max-width:100%;text-align:center;transform:translateX(0)}.mission-text h2,.values-text h2,.vision-text h2{font-size:1.2rem}.mission-text span,.values-text span,.vision-text span{font-size:14px}.carousel-wrapper{max-width:100%}.strength-images-container{max-width:480px;overflow:hidden}.image-wrapper{width:150px;height:150px;margin:0 5px}.strength-images img{width:100%;height:100%;border-radius:10px;transition:transform .3s ease,border-radius .3s ease,box-shadow .3s ease;border:1px solid transparent}.strength-images .image-wrapper:hover img{transform:scale(1.15);border-radius:15px!important;box-shadow:0 8px 16px rgba(0,0,0,.3);z-index:10;border:1px solid #ffc107}.products-carousel .product-logo{width:150px;height:150px}.image-name{font-size:12px;padding:6px 10px;top:50%;transform:translate(-50%,-50%)}.experts-section .nav-arrow{padding:8px;font-size:20px;position:absolute;top:50%;transform:translateY(-50%)}.experts-section .nav-arrow.left{left:20px}.experts-section .nav-arrow.right{right:20px}.nav-arrow.disabled{cursor:not-allowed}.learn-more-link{font-size:12px}}.network-container{font-family:Calibri,sans-serif;color:#333}.main-section{position:relative;text-align:center;color:#fff;overflow:hidden;width:100vw;margin-left:calc(-50vw + 50%)}.main-image{width:100%;max-height:450px;animation:none!important;transform:none!important}.main-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.main-overlay,.main-overlay h1{opacity:1!important;animation:none!important}.main-overlay h1{font-size:2.5rem;margin-bottom:10px;transform:none!important}.main-overlay p{font-size:22px;margin-bottom:20px;color:#fff;animation:none!important;transform:none!important;opacity:1!important}.divider{text-align:center;font-size:2rem;font-weight:700;margin:40px 0;color:#333;position:relative;opacity:0;animation:fadeIn 1s ease-in-out 1s forwards}.divider:after{content:"";display:block;width:50px;height:4px;background-color:#0af;margin:10px auto;opacity:0;animation:fadeIn 1s ease-in-out 1.5s forwards}.steps-section{display:flex;flex-direction:column;grid-gap:40px;gap:40px;padding:20px;max-width:1200px;margin:0 auto}.step-row{display:flex;align-items:center;grid-gap:20px;gap:20px;width:100%;opacity:0;animation:fadeInScaleUp 1s ease-in-out forwards}.left-align{flex-direction:row;animation-delay:.5s}.right-align{flex-direction:row-reverse;animation-delay:1s}.step-image{width:300px;height:200px;object-fit:cover;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.step-content{max-width:500px;width:100%;text-align:justify;opacity:0;animation:fadeIn 1s ease-in-out .5s forwards}.step-content h3{font-size:1.6rem;color:#333;margin-bottom:10px;animation:slideInFromLeft 1s ease-in-out forwards}.step-content p{font-size:16px;color:#666;text-align:justify;animation:slideInFromRight 1s ease-in-out forwards}.step-row:hover .step-image{transform:scale(1.05);box-shadow:0 8px 16px rgba(0,0,0,.2)}.step-row:hover .step-content h3{color:#0af;transition:color .3s ease}.step-row:hover .step-content p{color:#333;transition:color .3s ease}@keyframes fadeInScaleUp{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes slideInFromLeft{0%{transform:translateX(-50px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideInFromRight{0%{transform:translateX(50px);opacity:0}to{transform:translateX(0);opacity:1}}.FMS-container{padding:20px;background-color:#f1eeec;text-align:center;height:auto;overflow:hidden;font-family:Calibri,sans-serif}.FMS-content-container{display:flex;flex-direction:row;align-items:center;justify-content:center;grid-gap:20px;gap:20px;padding:20px;opacity:0;animation:zoomIn 1s ease forwards}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.FMS-content-container:first-child{animation-delay:.2s}.FMS-content-container:nth-child(2){animation-delay:.4s}.FMS-content-container:nth-child(3){animation-delay:.6s}.FMS-content-container:nth-child(4){animation-delay:.8s}.FMS-content-container:nth-child(5){animation-delay:1s}.FMS-text{flex:1 1;padding:20px;max-width:800px;width:100%}.FMS-heading{font-family:Lora,sans-serif;font-weight:700;font-size:2rem;color:#2e2e2e;margin-bottom:20px;letter-spacing:2px;text-transform:uppercase;transition:color .3s ease,transform .3s ease;text-align:left}.FMS-heading:hover{color:#007bff;transform:scale(1.05)}.FMS-description{font-size:17px;color:#383737;line-height:1.8;transition:color .3s ease,transform .3s ease;word-wrap:break-word;overflow-wrap:break-word;text-align:justify}.FMS-description:hover{color:#0f9757;transform:translateX(5px)}.FMS-description ul{margin:10px 0;padding-left:20px;list-style-type:disc;text-align:justify;font-size:17px;color:#383737;line-height:1.8}.FMS-description li{margin-bottom:8px;transition:color .3s ease,transform .3s ease}.FMS-description li:hover{color:#0f9757;transform:translateX(5px)}.FMS-image-container{flex:1 1;display:flex;justify-content:center;align-items:center;opacity:0;transform:translateX(50px);animation:slideIn 1s ease forwards}.FMS-image{width:100%;max-width:500px;aspect-ratio:16/9;object-fit:cover;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.FMS-image:hover{transform:scale(1.05);box-shadow:0 6px 15px rgba(0,0,0,.2)}.FMS-bottom-heading{width:100%;text-align:center;margin-top:30px;margin-bottom:30px;opacity:0;animation:zoomIn 1s ease forwards}.FMS-bottom-text{font-size:2rem;color:#2e2e2e;font-weight:700;text-transform:uppercase;letter-spacing:1px}.FMS-content-container.reverse-order{flex-direction:row-reverse}.FMS-image-container{margin-right:20px}.FMS-text{margin-left:20px}@media (max-width:768px){.FMS-content-container{flex-direction:column}.FMS-image{width:90%;max-width:100%}.FMS-image-container{transform:translateY(50px)}@keyframes slideIn{to{opacity:1;transform:translateY(0)}}}.FOOD-description{color:#fff;padding:0;height:100vh;width:100vw;display:flex;align-items:center;text-align:center;flex-direction:column}.FOOD-image{width:100%;height:50vh;border-radius:8px}.EMS-description{color:#fff;padding:0;height:100vh;width:100vw;display:flex;align-items:center;text-align:center;flex-direction:column}.EMS-image{width:100%;height:50vh;border-radius:8px}.heading{color:#000}.para{color:#00f}.contact-page{background-image:url(/static/media/contact.99.1373688f.jpeg);background-size:cover;min-height:100vh;display:flex;flex-direction:column;align-items:center;font-family:Calibri,sans-serif}.contact-header{text-align:center;margin-bottom:60px}.contact-header h1{font-size:3rem;color:#000;margin-bottom:15px;font-weight:700;text-transform:uppercase;letter-spacing:2px;text-shadow:0 2px 4px hsla(0,0%,100%,.3)}.contact-header p{font-size:1.5rem;color:#000;margin:10px 0;max-width:600px;line-height:1.6;text-shadow:0 1px 2px hsla(0,0%,100%,.3);font-weight:700}.contact-content{display:flex;justify-content:center;grid-gap:40px;gap:40px;flex-wrap:wrap;max-width:1200px;margin:0 auto;padding:0 20px}.contact-form{flex:1 1;min-width:350px;max-width:500px;background-color:rgba(0,0,0,.5);padding:30px;border-radius:15px;box-shadow:0 8px 30px rgba(0,0,0,.3);transition:transform .3s ease;position:relative;overflow:hidden}.contact-form:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/static/media/watermark.cfdc4846.png);background-repeat:no-repeat;background-position:50%;background-size:80%;opacity:.3;pointer-events:none;z-index:1}.contact-details{position:relative;overflow:hidden}.contact-details:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/static/media/watermark.cfdc4846.png);background-repeat:no-repeat;background-position:50%;background-size:80%;opacity:.3;pointer-events:none;z-index:1}.contact-form:hover{transform:translateY(-5px)}.contact-form form{display:flex;flex-direction:column;grid-gap:5px;gap:5px}.form-group{position:relative}.input-with-icon i{position:absolute;left:15px;color:#fff;font-size:1.2rem;top:50%;transform:translateY(-50%)}.contact-input,.contact-textarea{padding:15px 15px 15px 45px;font-size:14px;border:2px solid #d1d5db;border-radius:8px;width:100%;box-sizing:border-box;background-color:#f9fafb;color:#000;transition:border-color .3s ease,box-shadow .3s ease}.contact-input:focus,.contact-textarea:focus{border-color:#60a5fa;box-shadow:0 0 10px rgba(96,165,250,.3);outline:none}.contact-textarea{height:100px;resize:vertical;padding-top:15px}.contact-button{padding:15px;background:#fff;color:#007bff;border:none;border-radius:8px;font-size:1.2rem;cursor:pointer;transition:background .3s ease,color .3s ease,transform .3s ease;box-shadow:0 4px 15px rgba(59,130,246,.3)}.contact-button:hover{background:hsla(0,0%,100%,.9);color:#0056b3;transform:translateY(-3px);box-shadow:0 6px 20px rgba(59,130,246,.5)}.contact-details{flex:1 1;min-width:350px;max-width:500px;text-align:left;background-color:rgba(0,0,0,.5);padding:30px;border-radius:15px;box-shadow:0 8px 30px rgba(0,0,0,.3);transition:transform .3s ease}.contact-details:hover{transform:translateY(-5px)}.contact-details h3{font-size:1.8rem;color:#fff;margin-bottom:20px;font-weight:600}.contact-details p{font-size:1.2rem;color:#fff;margin:15px 0;line-height:1.6}.social-icons{margin-top:25px}.social-icons span{font-size:1rem;color:#fff;cursor:pointer;transition:color .3s ease}.social-icons span:hover{color:#333}.contact-map{margin-top:60px;text-align:center;max-width:1200px;width:100%;padding:0 20px}.contact-map h3{font-size:1.8rem;color:#fff;margin-bottom:25px;font-weight:600;background-color:#000;padding:10px 20px;display:inline-block;border-radius:8px}.map-container{border:4px solid #000;border-radius:15px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.3);transition:transform .3s ease}.map-container:hover{transform:scale(1.02)}.contact-map iframe{width:100%;height:300px;border:none}.tech-blog-container{font-family:Inter,sans-serif;color:#2d3748;line-height:1.6}.blog-hero{position:relative;height:500px;overflow:hidden}.hero-image{width:100%;height:100%;object-fit:cover;filter:brightness(.7)}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;max-width:800px;width:90%}.hero-content h1{font-weight:800;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-content p{font-size:1.25rem;color:#fff}.blog-main{max-width:1200px;padding:1rem;margin:0 auto;min-height:400px}.section-title{font-size:2rem;font-weight:700;margin-bottom:2rem;color:#1a202c;position:relative;padding-bottom:.5rem}.section-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:4px;background:#4f46e5}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:4rem}.featured-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.featured-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.card-image-container{position:relative;height:250px;overflow:hidden}.card-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.featured-card:hover .card-image-container img{transform:scale(1.05)}.card-badge{position:absolute;top:1rem;right:1rem;background:#4f46e5;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.card-content{padding:1.5rem}.card-meta{display:flex;justify-content:flex-end;margin-bottom:.5rem;font-size:.875rem;color:#718096}.card-content h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1a202c}.card-content p{color:#4a5568;margin-bottom:1.5rem}.read-more-btn{background:none;border:none;color:#4f46e5;font-weight:600;cursor:pointer;display:flex;align-items:center;padding:0}.read-more-btn span{margin-left:.25rem;transition:transform .3s ease}.read-more-btn:hover span{transform:translateX(3px)}.filter-tabs{display:flex;grid-gap:1rem;gap:1rem;margin-bottom:2rem}.filter-btn{background:#edf2f7;border:none;padding:.5rem 1rem;border-radius:9999px;font-weight:600;cursor:pointer;transition:all .3s ease}.filter-btn.active{background:#4f46e5;color:#fff}.filter-btn:hover{background:#e2e8f0}.filter-btn.active:hover{background:#4338ca}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:4rem}.article-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.article-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.article-image{position:relative;height:200px;overflow:hidden}.article-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.article-card:hover .article-image img{transform:scale(1.05)}.category-tag{position:absolute;top:1rem;right:1rem;background:rgba(79,70,229,.9);color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.article-content{padding:1.5rem}.article-meta{display:flex;justify-content:flex-end;align-items:center;margin-bottom:.75rem;font-size:.875rem;color:#718096}.article-meta .tech-icon{color:#4f46e5;font-size:1.25rem}.article-content h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:#1a202c}.article-content p{color:#4a5568;margin-bottom:1.5rem;font-size:.9375rem}.article-link{background:none;border:none;color:#4f46e5;font-weight:600;font-size:.875rem;cursor:pointer;display:flex;align-items:center;padding:0}.article-link span{margin-left:.25rem;transition:transform .3s ease}.article-link:hover span{transform:translateX(3px)}.newsletter-section{background:#f7fafc;padding:4rem 1rem;border-radius:12px;margin-top:4rem}.newsletter-container{max-width:600px;margin:0 auto;text-align:center}.newsletter-container h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1a202c}.newsletter-container p{color:#4a5568;margin-bottom:2rem}.subscribe-form{display:flex;max-width:400px;margin:0 auto}.subscribe-form input{flex:1 1;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:6px 0 0 6px;font-size:1rem;outline:none}.subscribe-form input:focus{border-color:#a5b4fc}.subscribe-btn{background:#4f46e5;color:#fff;border:none;padding:0 1.5rem;border-radius:0 6px 6px 0;font-weight:600;cursor:pointer;transition:background .3s ease}.subscribe-btn:hover{background:#4338ca}@media (max-width:1024px){.featured-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.hero-content h1{font-size:2.5rem}}@media (max-width:768px){.blog-hero{height:400px}.hero-content h1{font-size:2rem}.section-title{font-size:1.75rem}}@media (max-width:480px){.blog-hero{height:350px}.hero-content h1{font-size:1.75rem}.hero-content p{font-size:1rem}.articles-grid{grid-template-columns:1fr}.subscribe-form{flex-direction:column}.subscribe-form input{border-radius:6px;margin-bottom:.5rem}.subscribe-btn{border-radius:6px;padding:.75rem}}.team-container{display:flex;padding:20px;font-family:Calibri,sans-serif}.left-panel{background:linear-gradient(135deg,#0af,#0e5678);color:#fff;width:40%;padding:20px;border-radius:10px;text-align:center;position:sticky;top:20px;height:-moz-fit-content;height:fit-content;max-height:100vh;overflow-y:auto}.main-profile{width:250px;height:250px;border-radius:50%;margin-bottom:20px;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;object-fit:contain;background-color:initial;padding:10px;border:4px solid #0af;box-sizing:border-box}.main-profile:hover{transform:scale(1.05);box-shadow:0 8px 16px rgba(0,0,0,.2);border:4px solid #060}.left-panel h2{font-size:24px;margin:10px 0}.description{font-size:14px;line-height:1.5;margin:15px 0;word-wrap:break-word;overflow-wrap:break-word;text-align:justify;color:#fff}.contact-info p{margin:5px 0;font-size:14px;color:#fff}.right-panel{width:60%;padding:20px}.team-title{color:#0af;font-size:36px;text-align:center;margin-bottom:30px;margin-top:29px}.team-members{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.team-member{display:flex;align-items:center;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;background:#fff;border-radius:10px;padding:15px;animation:slideIn .5s ease-out forwards;animation-delay:calc(0.1s*var(--i))}.team-member:hover{transform:scale(1.03) rotate(1deg);box-shadow:0 12px 24px rgba(0,0,0,.2)}.member-info{display:flex;align-items:center}.member-photo{width:200px;height:200px;border-radius:50%;border:3px solid #0af;margin-right:20px;transition:border-color .3s ease,transform .3s ease;object-fit:cover}.team-member:hover .member-photo{border-color:#060;transform:scale(1.05) rotate(-2deg)}.member-text{text-align:left}.member-text h3{color:#060;font-size:18px;margin:0 0 5px;transition:color .3s ease}.team-member:hover .member-text h3{color:#0af}.member-text p{color:#333;font-size:14px;margin:0}.role-text{font-size:18px;font-weight:700;color:#0af;margin:10px 0;transition:color .3s ease}.team-member:hover .role-text{color:#060}.experience-text{font-size:16px;color:#555;margin-top:60px;font-weight:700;transition:color .3s ease}.team-member:hover .experience-text{color:#0af}.overview{font-family:Calibri,sans-serif}.overview,.video-container{position:relative;width:100%}.video-container{height:100vh;overflow:hidden}.background-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.hero-section{height:100%;z-index:1}.hero-content h1{font-size:3rem;margin-bottom:20px}.hero-content p{font-size:1.5rem;margin-bottom:30px}.hero-button{padding:10px 20px;font-size:1.2rem;background-color:#0af;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.hero-button:hover{background-color:#07c}.cards-background{background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/static/media/bgwall.8904e98f.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;padding:40px 20px;position:relative;overflow:hidden}.content-section{display:flex;justify-content:space-around;grid-gap:120px;gap:120px;max-width:1000px;margin:0 auto}.content-card{background:hsla(0,0%,100%,.9);border-radius:8px;padding:15px;text-align:center;width:25%;min-height:280px;box-shadow:0 4px 8px rgba(0,0,0,.1);opacity:0;transition:transform .4s ease,box-shadow .4s ease,background .4s ease,border .4s ease;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.1)}.content-card.animated{animation:fadeInScaleSlideRight 1.2s ease-out forwards}.content-card:first-child{animation-delay:.1s}.content-card:nth-child(2){animation-delay:.2s}.content-card:nth-child(3){animation-delay:.3s}.content-card.animated:hover{transform:translateY(-10px) scale(1.3) rotate(2deg);box-shadow:0 15px 30px rgba(0,0,0,.25);background:#fff;border:1px solid #ffc107}.content-card img{width:100%;height:110px;object-fit:cover;border-radius:8px;margin-bottom:10px;transition:transform .4s ease}.content-card.animated:hover img{transform:scale(1.1)}.content-card h2{font-size:1.2rem;margin:0 0 8px;color:#333;font-weight:600;text-transform:uppercase;transition:color .4s ease}.content-card.animated:hover h2{color:#ffc107}.content-card p{font-size:14px;color:#555;margin:0;line-height:1.4;transition:color .4s ease}.content-card.animated:hover p{color:#333}.content-card .card-text{height:90px;display:flex;flex-direction:column;justify-content:center}.gallery-section{display:flex;justify-content:space-between;grid-gap:15px;gap:15px;max-width:1000px;margin:30px auto}.gallery-card{background:hsla(0,0%,97.6%,.9);border-radius:8px;padding:15px;text-align:center;width:25%;min-height:280px;box-shadow:0 4px 8px rgba(0,0,0,.1);opacity:0;transition:transform .4s ease,box-shadow .4s ease,background .4s ease,border .4s ease;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.1)}.gallery-card.animated{animation:fadeInScaleSlideRight 1.2s ease-out forwards}.gallery-card:first-child{animation-delay:.1s}.gallery-card:nth-child(2){animation-delay:.2s}.gallery-card:nth-child(3){animation-delay:.3s}.gallery-card.animated:hover{transform:translateY(-10px) scale(1.3) rotate(2deg);box-shadow:0 15px 30px rgba(0,0,0,.25);background:#fff;border:1px solid #ffc107}.combined-images{display:flex;justify-content:space-between;grid-gap:8px;gap:8px;margin-bottom:10px}.image-text-pair{display:flex;flex-direction:column;width:48%;align-items:center}.gallery-image{width:100%;height:110px;object-fit:cover;border-radius:8px;margin-bottom:10px;transition:transform .4s ease}.gallery-card.animated:hover .gallery-image{transform:scale(1.1)}.gallery-card .card-text{height:90px;display:flex;flex-direction:column;justify-content:center}.gallery-card h1{font-size:1.2rem;margin:0 0 8px;color:#333;font-weight:600;text-transform:uppercase;transition:color .4s ease}.gallery-card.animated:hover h1{color:#ffc107}.gallery-card p{font-size:12px;color:#555;margin:0;line-height:1.4;transition:color .4s ease}.gallery-card.animated:hover p{color:#333}.clients-section{padding:40px 20px;background-color:#fff}.clients-section h2{text-align:center;margin-bottom:30px;font-size:2rem;color:#333}.clients-category{margin-bottom:40px}.clients-category h3{font-size:1.5rem;color:#0af;text-align:center;margin-bottom:15px}.clients-carousel{width:100%;max-width:1200px;margin:0 auto;overflow:hidden;position:relative}.clients-track{display:flex;animation:scroll 25s linear infinite;width:max-content}.clients-carousel.static-carousel .clients-track{animation:none;justify-content:center;flex-wrap:wrap}.static-track{animation:none!important}.client-logo{width:120px;height:60px;object-fit:contain;margin:0 15px;transition:transform .3s ease,box-shadow .3s ease}.client-logo:hover{transform:scale(1.1);box-shadow:0 4px 8px rgba(0,0,0,.2)}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.clients-carousel:hover .clients-track:not(.static-track){animation-play-state:paused}.cards-background .particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.cards-background .particle{position:absolute;width:8px;height:8px;background:rgba(0,170,255,.7);border-radius:50%;animation:float 6s ease-in-out infinite}.cards-background .particle:first-child{top:20%;left:10%;animation-delay:0s}.cards-background .particle:nth-child(2){top:50%;left:30%;animation-delay:2s}.cards-background .particle:nth-child(3){top:70%;left:60%;animation-delay:4s}.cards-background .particle:nth-child(4){top:30%;left:80%;animation-delay:1s}@media (max-width:768px){.hero-content h1{font-size:2rem}.hero-content p{font-size:1.2rem}.content-card,.gallery-card{width:100%;min-height:240px}.content-section,.gallery-section{flex-direction:column;align-items:center;grid-gap:15px;gap:15px}.content-card img,.gallery-image{height:90px}.content-card .card-text,.gallery-card .card-text{height:70px}.content-card.animated:hover,.gallery-card.animated:hover{transform:translateY(-8px) scale(1.1) rotate(2deg)}.content-card h2,.gallery-card h1{font-size:1rem}.content-card p,.gallery-card p{font-size:11px}.combined-images{grid-gap:6px;gap:6px;margin-bottom:8px}.cards-background .particle{width:6px;height:6px}.clients-section h2{font-size:1.5rem}.clients-category h3{font-size:1.2rem;margin-bottom:10px}.client-logo{width:100px;height:50px;margin:0 10px}.clients-category{margin-bottom:30px}.clients-track:not(.static-track){animation-duration:20s}}.explore{display:flex;flex-direction:column;align-items:center;padding:20px}.explore-gallery{position:relative;width:100%;max-width:100%}.explore-video{width:100%;height:100vh;object-fit:cover}.overlay-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff}.overlay-content h1{font-size:2rem;margin-bottom:10px}.overlay-content p{font-size:1rem}.circular-cards{display:flex;grid-gap:30px;gap:30px;justify-content:center;flex-wrap:wrap;margin-top:40px;position:relative;padding:20px}.circular-card{width:350px;height:400px;border-radius:15px;box-shadow:0 12px 20px rgba(0,0,0,.15);transition:all .3s ease-in-out;position:relative;overflow:hidden}.circular-card:hover{transform:scale(1.05);box-shadow:0 20px 40px rgba(0,0,0,.25)}.card-content{width:100%;height:100%;position:relative;transition:transform .6s ease}.card-back,.card-front{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:20px;box-sizing:border-box;background-color:#fff;border-radius:15px}.card-image{border-radius:10px;margin-bottom:20px;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.circular-card:hover .card-image{transform:scale(1.1);opacity:.85}.card-front h2{font-size:1.5rem;color:#333;font-weight:600}.card-front h2,.card-front p{margin-bottom:10px;text-align:center;transition:transform .3s ease}.card-front p{font-size:1.1rem;color:#777;line-height:1.6}.card-back p{font-size:1.2rem;color:#555;line-height:1.6;padding:10px;text-align:center;opacity:0;transform:translateY(30px);transition:opacity .3s ease,transform .3s ease}.circular-card:hover .card-back p{opacity:1;transform:translateY(0)}.card-front{flex-direction:column}.card-back,.card-front{display:flex;justify-content:center;align-items:center}.card-back{text-align:center}.card-front h2,.card-front p{padding:0 20px}.card-back{background-color:#f7f7f7;padding:20px;border-radius:15px;box-shadow:0 5px 10px rgba(0,0,0,.1)}.product-container{font-family:Arial,sans-serif;color:#333;margin:0;padding:0;width:100%;overflow-x:hidden}.video-overlay{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7));animation:fadeInOverlay 1.5s ease-in-out forwards;animation-delay:0s}.productcard{background:#fff;border:1px solid #ddd;border-radius:10px;overflow:hidden;text-align:center;transition:transform .3s,box-shadow .3s;animation:fadeInUp .5s ease-in-out forwards;animation-fill-mode:both}.productcard:hover{transform:scale(1.05);box-shadow:0 8px 16px rgba(0,0,0,.2)}.productcard:hover .card-image{transform:scale(1.1)}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}body{padding:0;background-color:#f5f5f5}.wire-container{width:100%;max-width:1200px;margin:0 auto}.featured-posts{position:relative;text-align:center;color:#fff;overflow:hidden;width:100vw;margin-left:calc(-50vw + 50%);opacity:0}.featured-posts.animated{animation:fadeIn .8s ease-out forwards}.featured-image{width:100%;max-height:450px;object-fit:cover;border-radius:5px;transition:transform .3s ease}.featured-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.featured-overlay h1{font-size:2.5rem;margin-bottom:10px;color:#fff}.featured-overlay p{font-size:22px;margin-bottom:20px;color:#fff}.featured-posts:hover .featured-overlay{background:rgba(0,0,0,.8)}.featured-posts:hover .featured-image{transform:scale(1.05)}.category-section{margin-bottom:40px}.post-card{display:flex;background:#fff;border-radius:5px;box-shadow:0 2px 5px rgba(0,0,0,.1);overflow:hidden;align-items:center;width:70%;max-width:800px;margin:0 auto 20px;padding:10px;opacity:0;transition:transform .4s ease,box-shadow .4s ease,background .4s ease,border .4s ease;border:1px solid rgba(0,0,0,.1)}.post-card.animated{animation:fadeInScaleSlideRight 1.2s ease-out forwards}.post-card:first-child{animation-delay:.1s}.post-card:nth-child(2){animation-delay:.2s}.post-card:nth-child(3){animation-delay:.3s}.post-card:nth-child(4){animation-delay:.4s}.post-card.animated:hover{transform:translateY(-15px) scale(1.5) rotate(2deg);box-shadow:0 20px 40px rgba(0,0,0,.25);background:#fff;border:1px solid #ffc107}.post-left img,.post-right img{width:35%;height:auto;object-fit:cover;transition:transform .4s ease}.post-left img{margin-right:15px}.post-right img{margin-left:15px}.post-card.animated:hover img{transform:scale(1.05)}.card-theory{padding:10px;flex:1 1;text-align:justify;font-size:14px}.card-theory h3{font-size:1.2rem;margin-bottom:10px;color:#222;transition:color .4s ease}.post-card.animated:hover .card-theory h3{color:#ffc107}.card-theory p{font-size:14px;color:#666;line-height:1.5;transition:color .4s ease}.post-card.animated:hover .card-theory p{color:#333}@media (max-width:768px){.featured-image{height:300px}.featured-overlay h1{font-size:1.8rem}.featured-overlay p{font-size:16px}.post-card{flex-direction:column;width:90%}.post-left img,.post-right img{width:100%;border-right:none;margin:0 0 15px}.card-theory{padding:15px}.post-card.animated:hover{transform:translateY(-10px) scale(1.15) rotate(2deg)}}.radio-container{font-family:Arial,sans-serif;color:#333;max-width:1200px;margin:0 auto}.main-image-section{transform:none!important;transition:none!important}.main-image-section *{animation:none!important;transition:none!important}.main-image-section{position:relative;width:100vw;height:60vh;overflow:hidden;margin-bottom:40px;opacity:1!important;margin-left:calc(-50vw + 50%);animation:none!important}.main-image{width:100vw;height:100%;object-fit:cover}.main-image-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;background-color:rgba(0,0,0,.6);padding:0;border-radius:10px}.main-image-overlay h1{font-size:2.5rem;margin-bottom:10px}.main-image-overlay p{font-size:1.2rem;line-height:1.6;text-align:center;color:#fff}.featured-section{margin-bottom:40px;text-align:center;opacity:0}.featured-section.animated{animation:fadeIn .8s ease-out forwards}.featured-section h2{font-size:2rem;margin-bottom:20px;color:#222}.featured-content{display:flex;flex-direction:column;align-items:center;grid-gap:20px;gap:20px}.featured-image-large{width:100%;max-width:400px;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.2);transition:box-shadow .3s ease}.featured-image-large:hover{box-shadow:0 8px 15px rgba(0,0,0,.3)}.related-sub-images{display:flex;justify-content:center;grid-gap:20px;gap:20px;flex-wrap:wrap}.related-item{display:flex;flex-direction:column;align-items:center;grid-gap:10px;gap:10px}.related-image-small{width:100px;height:100px;border-radius:10px;object-fit:cover;transition:box-shadow .3s ease}.related-image-small:hover{box-shadow:0 4px 8px rgba(0,0,0,.2)}.related-item h3{font-size:1rem;color:#555}.cards-section{margin-bottom:40px;text-align:center}.cards-section h2{font-size:2rem;margin-bottom:20px;color:#222;opacity:0}.cards-section h2.animated{animation:fadeIn .8s ease-out forwards}.cards-container{grid-gap:20px;gap:20px;scrollbar-width:thin;scrollbar-color:#007bff #e0e0e0;padding-bottom:10px}.cards-container::-webkit-scrollbar{height:8px}.cards-container::-webkit-scrollbar-track{background:#e0e0e0}.cards-container::-webkit-scrollbar-thumb{background:#007bff;border-radius:4px}.card{width:300px;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);overflow:hidden;transition:transform .4s ease,box-shadow .4s ease,background .4s ease,border .4s ease;flex:0 0 auto;opacity:0;border:1px solid rgba(0,0,0,.1)}.card.animated{animation:fadeInScaleSlideRight 1.2s ease-out forwards}.card:first-child{animation-delay:.1s}.card:nth-child(2){animation-delay:.2s}.card:nth-child(3){animation-delay:.3s}.card.animated:hover{transform:translateY(-15px) scale(1.5) rotate(2deg);box-shadow:0 20px 40px rgba(0,0,0,.25);background:#fff;border:1px solid #ffc107}.card-image{transition:transform .4s ease}.card.animated:hover .card-image{transform:scale(1.15)}.card-content{text-align:left}.card-content h3{font-size:1.2rem;margin-bottom:10px;color:#222;transition:color .4s ease}.card.animated:hover .card-content h3{color:#ffc107}.card-content p{font-size:.9rem;color:#666;line-height:1.5;text-align:left;-webkit-hyphens:auto;hyphens:auto;word-wrap:break-word;transition:color .4s ease}.card.animated:hover .card-content p{color:#333}@media (max-width:768px){.main-image-section{width:100vw}.main-image-overlay h1{font-size:2rem}.main-image-overlay p{font-size:1rem}.cards-container,.related-sub-images{flex-direction:column;align-items:center}.cards-container{flex-wrap:wrap;overflow-x:visible}.card{width:100%;max-width:300px}.card.animated:hover{transform:translateY(-10px) scale(1.15) rotate(2deg)}}body{margin:0;font-family:Calibri,sans-serif;background-color:#f4f4f4;color:#333}.Core{position:relative;overflow-x:hidden}.Core .hero{background-image:url(/static/media/core1.c0107a80.jpeg);background-size:cover;background-position:50%;background-repeat:no-repeat;color:#fff;text-align:center;position:relative;height:60vh;display:flex;align-items:center;justify-content:center;opacity:0}.Core .hero.animated{animation:fadeIn .8s ease-out forwards}.Core .hero-overlay{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.5));position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.Core .hero h1{font-size:3.5rem;font-weight:700;margin-bottom:15px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.Core .hero p{font-size:1.3rem;max-width:900px;line-height:1.6;text-shadow:1px 1px 3px rgba(0,0,0,.3);color:#fff}.Core .features{padding:60px 20px;background:linear-gradient(135deg,#fff,#f9f9f9);max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px}.feature{background:#fff;padding:25px;border-radius:15px;box-shadow:0 6px 12px rgba(0,0,0,.1);text-align:center;opacity:0;transition:transform .4s ease,box-shadow .4s ease,background .4s ease,border .4s ease;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.1)}.feature.animated{animation:fadeInScaleSlideRight 1.2s ease-out forwards}.feature:first-child{animation-delay:.1s}.feature:nth-child(2){animation-delay:.2s}.feature:nth-child(3){animation-delay:.3s}.feature:nth-child(4){animation-delay:.4s}.feature:nth-child(5){animation-delay:.5s}.feature:nth-child(6){animation-delay:.6s}.feature.animated:hover{transform:translateY(-15px) scale(1.5) rotate(2deg);box-shadow:0 20px 40px rgba(0,0,0,.25);background:#fff;border:1px solid #ffc107}.feature-icon{width:140px;height:140px;margin-bottom:0;border-radius:50%;object-fit:cover;box-shadow:0 4px 8px rgba(0,0,0,.2);transition:transform .4s ease}.feature.animated:hover .feature-icon{transform:scale(1.15)}.feature h3{font-size:1.8rem;color:#007bff;margin-bottom:15px;font-weight:600;transition:color .4s ease}.feature.animated:hover h3{color:#ffc107}.feature p{font-size:14px;color:#666;line-height:1.6;transition:color .4s ease}.feature.animated:hover p{color:#333}@media (max-width:1024px){.Core .features{grid-template-columns:repeat(3,1fr);grid-gap:25px;gap:25px}.feature{padding:20px}.feature-icon{width:120px;height:120px}}@media (max-width:768px){.Core .features{grid-template-columns:1fr;grid-gap:20px;gap:20px}.feature{max-width:400px;margin:0 auto}.Core .hero h1{font-size:2.5rem}.Core .hero p{font-size:1.1rem}.feature.animated:hover{transform:translateY(-10px) scale(1.15) rotate(2deg)}}@media (max-width:480px){.Core .hero h1{font-size:2rem}.Core .hero p{font-size:1rem}.feature-icon{width:100px;height:100px}.feature h3{font-size:1.5rem}.feature p{font-size:14px}}.protocol-container{text-align:center;background:linear-gradient(135deg,#6a11cb,#2575fc);padding:40px 20px;color:#fff}.main-title{font-size:36px;font-weight:700;margin-bottom:40px}.grid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:20px;gap:20px;justify-items:center}.prot{position:relative;width:250px;height:300px;border-radius:10px;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.3);cursor:pointer;transition:transform .3s ease}.prot:hover{transform:scale(1.05)}.prot-image{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.prot:hover .prot-image{opacity:.8}.prot-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.prot:hover .card-overlay{opacity:1}.prot-title{font-size:20px;color:#fff;font-weight:700;text-transform:uppercase}.careers-container{padding:40px 20px;text-align:center;background-image:url(/static/media/career1.14313391.jpg);background-size:cover;background-position:50%;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:Calibri,sans-serif}.careers-container h2{font-size:2.5rem;color:#fff;margin-bottom:10px}.careers-container p{font-size:1.2rem;color:#fff;margin-bottom:30px}.application-form{max-width:600px;margin:0 auto;background-color:rgba(0,0,0,.5);padding:30px;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}.application-form:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/static/media/watermark.cfdc4846.png);background-repeat:no-repeat;background-position:50%;background-size:70%;opacity:.3;z-index:0;pointer-events:none}.application-form h3,.form-group,.submit-btn{position:relative;z-index:1}.application-form h3{font-size:2rem;color:#1fdfcf;margin-bottom:20px}.form-row{display:flex;grid-gap:20px;gap:20px}.form-group{margin-bottom:20px;text-align:left;flex:1 1}.form-group label{display:block;font-size:1.1rem;color:#fff;margin-bottom:5px}.input-with-icon{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:10px;color:#fff}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 10px 10px 40px;font-size:14px;border:1px solid hsla(0,0%,100%,.3);border-radius:5px;box-sizing:border-box;background-color:rgba(0,0,0,.3);color:#fff}.form-group select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:12px}.form-group input::placeholder,.form-group textarea::placeholder{color:hsla(0,0%,100%,.7)}.form-group input[type=file]{padding:5px}.form-group textarea{resize:vertical;padding:10px}.submit-btn{background-color:rgba(0,170,255,.8);color:#fff;padding:12px 20px;border:none;border-radius:5px;font-size:1.2rem;cursor:pointer;transition:background-color .3s ease}.submit-btn:hover{background-color:rgba(0,119,204,.8)}.milestone-container{text-align:center;padding:0;background:#f9f9f9;font-family:Calibri,sans-serif}.top-image img{width:100%;max-height:450px;object-fit:cover;border-radius:8px}h2{font-size:32px;font-weight:700;margin-top:20px;color:#999;text-transform:uppercase}.subtitle{font-size:18px;color:#777;margin-bottom:40px}.quote-section{position:absolute;left:20px;top:560px;text-align:left;width:300px;opacity:0;animation:fadeInLeft 1s ease-out forwards}.cloud-container{position:relative;background:hsla(0,0%,100%,.9);padding:20px;border-radius:20px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.cloud-container:after,.cloud-container:before{content:"";position:absolute;background:hsla(0,0%,100%,.9);border-radius:50%}.cloud-container:before{width:60px;height:60px;top:-30px;left:20px;box-shadow:0 0 10px rgba(0,0,0,.1)}.cloud-container:after{width:40px;height:40px;bottom:-20px;right:30px;box-shadow:0 0 10px rgba(0,0,0,.1)}.quote-section blockquote{font-size:20px;color:#333;font-style:italic;margin:0;padding:0;line-height:1.4;position:relative;z-index:1}.quote-section .quote-author{font-size:16px;color:#555;margin-top:10px;position:relative;z-index:1}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.timeline-wrapper{align-items:flex-start;justify-content:center;width:100%;max-width:1200px;margin:0 auto}.timeline,.timeline-wrapper{position:relative;display:flex}.timeline{justify-content:space-between;width:90%}.timeline-step{position:relative;display:flex;flex-direction:column;align-items:center;background:#e5e7eb;padding:20px;margin:0 10px;box-sizing:border-box;opacity:0;animation:slideUp .5s ease-out forwards;transition:transform .3s ease,box-shadow .3s ease}.timeline-step:hover{transform:translateY(-5px);box-shadow:0 4px 15px rgba(0,0,0,.2)}.timeline-year{font-size:24px;font-weight:700;color:#333;margin-bottom:10px}.timeline-content{text-align:center;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.timeline-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;margin:0 auto 10px;box-shadow:0 2px 5px rgba(0,0,0,.2)}.timeline-title{font-size:16px;font-weight:700;margin-bottom:10px;color:#333}.timeline-description,.timeline-title{word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.timeline-description{font-size:14px;color:#555;line-height:1.4}.l-connector{position:absolute;top:-10px;left:-20px;width:20px;height:50px;border-top:10px solid;border-right:10px solid;border-left:none;z-index:1;opacity:0;animation:slideUp .5s ease-out forwards}@media (max-width:768px){.timeline-wrapper{flex-direction:column;align-items:center}.timeline{flex-direction:column;width:100%}.timeline-step{width:260px;margin:20px auto;border-top:10px solid;animation:slideUp .5s ease-out forwards}.timeline-step[style*=margin-top]{margin-top:20px!important}.l-connector{display:none}.quote-section{position:static;width:100%;margin:20px 0;padding:0 20px;text-align:center;animation:fadeInLeft 1s ease-out forwards}.cloud-container{padding:20px;background:hsla(0,0%,100%,.9);border-radius:20px;box-shadow:0 4px 10px rgba(0,0,0,.1);display:inline-block}.cloud-container:after,.cloud-container:before{display:none}}.ai-ml-container{font-family:Calibri,sans-serif;line-height:1.6}.hero-section{position:relative;height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/static/media/ML.2652e000.jpg);background-size:cover;background-position:50%;z-index:1}.hero-content{z-index:2;max-width:450px;padding:10px}.hero-title{font-size:2.4rem;margin-bottom:10px;transition:opacity .8s ease-out,transform .8s ease-out}.hero-subtitle,.hero-title{opacity:0;transform:translateY(20px)}.hero-subtitle{font-size:1.5rem;margin-bottom:30px;transition:opacity .8s ease-out .2s,transform .8s ease-out .2s}.cta-button{border-radius:5px}.cta-button.animated,.hero-subtitle.animated,.hero-title.animated{opacity:1;transform:translateY(0)}.features-section{padding:60px 20px;background-color:#f9f9f9;text-align:center;position:relative;overflow:hidden}.section-title{font-size:2.5rem;margin-bottom:20px;opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out}.section-title.animated{opacity:1;transform:translateY(0)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:20px;gap:20px;max-width:1200px;margin:0 auto}.feature-card{background:hsla(0,0%,96.1%,.9);padding:20px;border-radius:10px;border:1px solid rgba(0,0,0,.1);opacity:0;transition:transform .4s ease,box-shadow .4s ease,background .4s ease,border .4s ease;position:relative;overflow:hidden}.feature-card.animated{animation:fadeInScaleSlideRight 1.2s ease-out forwards}.feature-card:first-child{animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-card:nth-child(5){animation-delay:.5s}.feature-card:nth-child(6){animation-delay:.6s}.feature-card.animation-complete:hover{transform:translateY(-15px) scale(1.5) rotate(2deg);box-shadow:0 20px 40px rgba(0,0,0,.25);background:#fff;border:1px solid #ffc107}.feature-image{width:230px;height:150px;object-fit:cover;margin-bottom:15px;border-radius:5px;transition:transform .4s ease}.feature-card.animation-complete:hover .feature-image{transform:scale(1.15)}.feature-card h3{font-size:1.2rem;font-weight:600;text-transform:uppercase;margin-bottom:10px;color:#333;transition:color .4s ease}.feature-card.animation-complete:hover h3{color:#ffc107}.feature-card p{font-size:14px;color:#666;transition:color .4s ease}.feature-card.animation-complete:hover p{color:#333}.particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.particle{position:absolute;width:8px;height:8px;background:rgba(0,123,255,.7);border-radius:50%;animation:float 6s ease-in-out infinite}.particle:first-child{top:20%;left:10%;animation-delay:0s}.particle:nth-child(2){top:50%;left:30%;animation-delay:2s}.particle:nth-child(3){top:70%;left:60%;animation-delay:4s}.particle:nth-child(4){top:30%;left:80%;animation-delay:1s}.cta-section{padding:60px 20px;background-color:#007bff}.cta-section .container{max-width:1200px;margin:0 auto}.cta-content{max-width:800px;margin:0 auto}.cta-title{font-size:2.5rem;margin-bottom:20px;transition:opacity .8s ease-out,transform .8s ease-out}.cta-text,.cta-title{opacity:0;transform:translateY(20px)}.cta-text{font-size:1.2rem;margin-bottom:30px;transition:opacity .8s ease-out .2s,transform .8s ease-out .2s}.cta-button{padding:10px 20px;font-size:1rem;color:#007bff;background:#fff;border:none;border-radius:50px;cursor:pointer;text-decoration:none;display:inline-block;opacity:0;transform:translateY(20px);transition:opacity .8s ease-out .4s,transform .8s ease-out .4s,background .3s ease,color .3s ease;animation:pulse 2s ease-in-out infinite}.cta-button:hover{background:hsla(0,0%,100%,.9);color:#0056b3}.cta-button.animated,.cta-text.animated,.cta-title.animated{opacity:1;transform:translateY(0)}@media (max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.section-title{font-size:2rem}.feature-image{width:100%;height:130px}.feature-card h3{font-size:1.2rem}.feature-card.animation-complete:hover{transform:translateY(-10px) scale(1.15) rotate(2deg)}.cta-title{font-size:2rem}.cta-text{font-size:1rem}.particle{width:6px;height:6px}}:root{--primary-color:#3b82f6;--primary-dark:#2563eb;--primary-light:#93c5fd;--secondary-color:#10b981;--dark-color:#1e293b;--light-color:#f8fafc;--gray-color:#64748b;--light-gray:#e2e8f0;--card-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);--transition:all 0.3s cubic-bezier(0.25,0.8,0.25,1)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:var(--dark-color);background-color:#fff;overflow-x:hidden}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3{margin-bottom:1rem;line-height:1.2;font-weight:700}h1{font-size:2.8rem;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;background-clip:text;color:transparent}h2{font-size:2.2rem;color:var(--dark-color)}h3{font-size:1.5rem}p{margin-bottom:1rem;color:var(--gray-color)}.highlight{font-weight:600;color:var(--primary-color)}.btn{display:inline-block;padding:.8rem 1.8rem;border-radius:50px;font-weight:600;text-align:center;transition:var(--transition);border:none;cursor:pointer;position:relative;overflow:hidden}.btn.primary{background-color:var(--primary-color);color:#fff;box-shadow:0 4px 6px rgba(59,130,246,.3)}.btn.primary:hover{background-color:var(--primary-dark);transform:translateY(-3px);box-shadow:0 10px 15px rgba(59,130,246,.3)}.btn.primary:active{transform:translateY(1px)}.btn.primary:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:hsla(0,0%,100%,.5);opacity:0;border-radius:100%;transform:scale(1) translate(-50%);transform-origin:50% 50%}.btn.primary:focus:not(:active):after{animation:ripple 1s ease-out}@keyframes ripple{0%{transform:scale(0);opacity:.5}to{transform:scale(20);opacity:0}}.slide-in{animation:slideIn .8s ease-out forwards}.slide-up{animation:slideUp .8s ease-out forwards}.fade-in{animation:fadeIn 1.2s ease-out forwards}.pulse{animation:pulse 2s infinite}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%{transform:scale(1);box-shadow:0 4px 6px rgba(59,130,246,.3)}50%{transform:scale(1.05);box-shadow:0 10px 20px rgba(59,130,246,.4)}to{transform:scale(1);box-shadow:0 4px 6px rgba(59,130,246,.3)}}@keyframes fadeInScaleSlideRight{0%{opacity:0;transform:translateX(50px) scale(.9) rotate(-5deg)}60%{opacity:.7;transform:translateX(-10px) scale(1.05)}to{opacity:1;transform:translateX(0) scale(1) rotate(0)}}.hero{padding:6rem 0;background-size:cover;background-position:50%;background-repeat:no-repeat;color:#fff;position:relative;min-height:100vh;display:flex;align-items:center;opacity:0}.hero.animate{opacity:1}.hero .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;position:relative;z-index:2}.hero-content{flex:1 1;min-width:300px;padding-right:2rem}.hero-content h1{background:linear-gradient(90deg,#3b82f6,#10b981);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:1.5rem}.hero-content .subtitle{font-size:1.2rem;margin-bottom:2rem;max-width:500px;color:hsla(0,0%,100%,.9)}.hero-image{flex:1 1;min-width:300px;position:relative;height:400px}.tech-bubbles{position:absolute;width:100%;height:100%}.bubble{position:absolute;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;box-shadow:var(--card-shadow);transition:var(--transition);animation:float 6s ease-in-out infinite}.bubble:hover{transform:scale(1.1)!important;z-index:10}.bubble.java{width:120px;height:120px;top:20%;left:10%;background:linear-gradient(135deg,#f87171,#ef4444);color:#fff;animation-delay:0s}.bubble.react{width:140px;height:140px;top:50%;left:20%;background:linear-gradient(135deg,#93c5fd,#3b82f6);color:#fff;animation-delay:.5s}.bubble.react-native{width:100px;height:100px;top:30%;left:60%;background:linear-gradient(135deg,#86efac,#10b981);color:#fff;animation-delay:1s}.bubble.spring{width:80px;height:80px;top:60%;left:70%;background:linear-gradient(135deg,#fcd34d,#f59e0b);color:#fff;animation-delay:1.5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.technologies-section{padding:6rem 0;background:#fff}.section-description{color:var(--gray-color);max-width:600px;margin:0 auto 3rem;text-align:center}.tech-tabs{display:flex;justify-content:center;margin-bottom:3rem;border-bottom:1px solid var(--light-gray);max-width:500px;margin-left:auto;margin-right:auto}.tab-btn{padding:.8rem 1.5rem;background:none;border:none;font-weight:600;color:var(--gray-color);cursor:pointer;position:relative;transition:var(--transition)}.tab-btn .underline{position:absolute;bottom:-1px;left:0;width:0;height:3px;background:var(--primary-color);transition:var(--transition)}.tab-btn:hover{color:var(--primary-color)}.tab-btn:hover .underline{width:100%}.tab-btn.active{color:var(--primary-color)}.tab-btn.active .underline,.tech-content{width:100%}.mobile-tech,.web-tech{width:max-content}.cards-container{display:flex;flex-wrap:nowrap;overflow-x:auto;grid-gap:2rem;gap:2rem;padding:20px 0;scrollbar-width:none;-ms-overflow-style:none}.cards-container::-webkit-scrollbar{display:none}.tech-card{flex:0 0 auto;width:320px;background:hsla(0,0%,96.1%,.9);border-radius:10px;padding:20px;border:1px solid rgba(0,0,0,.1);transition:transform .4s ease,box-shadow .4s ease,background .4s ease,border .4s ease;position:relative;opacity:0;z-index:1}.tech-card.animate{animation:fadeInScaleSlideRight 1.2s ease-out forwards}.mobile-tech .tech-card:first-child,.web-tech .tech-card:first-child{animation-delay:.1s}.mobile-tech .tech-card:nth-child(2),.web-tech .tech-card:nth-child(2){animation-delay:.2s}.mobile-tech .tech-card:nth-child(3),.web-tech .tech-card:nth-child(3){animation-delay:.3s}.tech-card.animation-complete:hover{transform:translateY(-15px) scale(1.5) rotate(2deg);box-shadow:0 20px 40px rgba(0,0,0,.25);background:#fff;border:1px solid #ffc107;z-index:2}.tech-image-container{width:100%;height:150px;border-radius:5px;overflow:hidden;margin-bottom:20px;position:relative}.tech-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.tech-card.animation-complete:hover .tech-image{transform:scale(1.15)}.tech-content-wrapper{display:flex;flex-direction:column}.tech-card h3{font-size:1.2rem;margin-bottom:10px;font-weight:600;text-transform:uppercase;transition:color .4s ease;color:#333}.tech-card.animation-complete:hover h3{color:#ffc107}.tech-card p{font-size:14px;line-height:1.5;color:#666;transition:color .4s ease;flex-grow:1}.tech-card.animation-complete:hover p{color:#333}.tech-features{display:flex;flex-wrap:wrap;grid-gap:.5rem;gap:.5rem;margin-top:auto}.tech-features span{background:var(--light-gray);padding:.3rem .8rem;border-radius:50px;font-size:.8rem;color:var(--dark-color);transition:var(--transition)}.tech-card.animation-complete:hover .tech-features span{background:#ffc107;color:#fff}.benefits-section{padding:6rem 0;background:linear-gradient(135deg,#f9fafb,#f3f4f6)}.benefits-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;grid-gap:2rem;gap:2rem;padding:20px 0;margin-top:3rem;scrollbar-width:none;-ms-overflow-style:none}.benefits-grid::-webkit-scrollbar{display:none}.benefit-card{flex:0 0 auto;width:320px;background:hsla(0,0%,96.1%,.9);border-radius:10px;padding:20px;border:1px solid rgba(0,0,0,.1);transition:transform .4s ease,box-shadow .4s ease,background .4s ease,border .4s ease;position:relative;opacity:0;z-index:1}.benefit-card.animate{animation:fadeInScaleSlideRight 1.2s ease-out forwards}.benefits-grid .benefit-card:first-child{animation-delay:.1s}.benefits-grid .benefit-card:nth-child(2){animation-delay:.2s}.benefits-grid .benefit-card:nth-child(3){animation-delay:.3s}.benefit-card.animation-complete:hover{transform:translateY(-15px) scale(1.5) rotate(2deg);box-shadow:0 20px 40px rgba(0,0,0,.25);background:#fff;border:1px solid #ffc107;z-index:2}.benefit-image-container{width:100%;height:150px;border-radius:5px;overflow:hidden;margin-bottom:20px;position:relative}.benefit-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.benefit-card.animation-complete:hover .benefit-image{transform:scale(1.15)}.benefit-content{text-align:center}.benefit-card h3{font-size:1.2rem;margin-bottom:10px;font-weight:600;text-transform:uppercase;transition:color .4s ease;color:#333}.benefit-card.animation-complete:hover h3{color:#ffc107}.benefit-card p{font-size:14px;line-height:1.5;color:#666;transition:color .4s ease}.benefit-card.animation-complete:hover p{color:#333}.cta-section{padding:3rem 0;background:var(--primary-color);color:#fff;text-align:center}.cta-section h2{color:#fff}.cta-section p{color:hsla(0,0%,100%,.9);max-width:600px;margin:0 auto 2rem}.cta-section .btn.primary{background:#fff;color:var(--primary-color)}.cta-section .btn.primary:hover{background:hsla(0,0%,100%,.9);color:var(--primary-dark)}@media (max-width:768px){h1{font-size:2.2rem}h2{font-size:1.8rem}.hero .container{flex-direction:column}.hero-content{padding-right:0;margin-bottom:3rem;text-align:center}.hero-content .subtitle{margin-left:auto;margin-right:auto}.tech-bubbles{height:300px}.benefit-card,.tech-card{width:280px}.benefit-image-container,.tech-image-container{height:130px}.benefit-card.animation-complete:hover,.tech-card.animation-complete:hover{transform:translateY(-10px) scale(1.15) rotate(2deg)}}@media (min-width:1024px){.cards-container{justify-content:center;flex-wrap:wrap;overflow-x:visible;grid-gap:30px;gap:30px}.benefit-card,.tech-card{flex:1 1;min-width:300px;max-width:350px;margin:0}}.topic-card{padding:15px 20px;margin-bottom:15px}.topic-description{font-size:1rem;line-height:1.5}.topic-card:hover{background:#90b2e6}.topic-card:hover .topic-description{color:#fff}@media (max-width:768px){.detail-heading{font-size:2rem}.detail-subheading{font-size:1.5rem}.detail-intro{font-size:1rem}.topic-card{padding:12px 15px;margin-bottom:12px}.topic-title{font-size:1rem}.topic-description{font-size:.95rem;line-height:1.4}}.topic-description{font-size:1.05rem}@media (max-width:768px){.detail-heading{font-size:2rem}.detail-subheading{font-size:1.5rem}.detail-intro{font-size:1rem}.topic-card{padding:8px 12px;margin-bottom:8px}.topic-title{font-size:1rem}.topic-description{font-size:1rem;line-height:1.3}}.detail-page1{max-width:1200px;margin:0 auto;padding:40px 20px;font-family:Calibri,sans-serif;color:#333;background:#fff}.topic-card{transition:transform .3s ease,box-shadow .3s ease-in-out,background .3s ease-in-out}.detail-page{max-width:1200px;margin:0 auto;padding:40px 20px;font-family:Calibri,sans-serif;color:#333;background:#fff}.detail-heading{font-size:2.5rem;font-weight:700;text-transform:uppercase;color:#007bff;margin-bottom:20px;text-align:center;opacity:0}.detail-intro{font-size:1.2rem;line-height:1.6;color:#666;max-width:800px;margin:0 auto 30px;text-align:center;opacity:0}.detail-subheading{font-size:1.8rem;font-weight:600;color:#333;margin:20px 0;text-align:center;opacity:0}.detail-topics{list-style:none;padding:0;max-width:800px;margin:0 auto}.topic-card{background:#f9f9f9;padding:10px 15px;margin-bottom:10px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease,background .3s ease;opacity:0;border-left:4px solid #007bff}.topic-title{color:#007bff;font-weight:600;font-size:1.2rem!important;margin-bottom:8px}.topic-description{font-size:.95rem;line-height:1.4;color:#666;margin:0}.topic-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px rgba(0,0,0,.12);background:#e6f0ff}.topic-card:hover .topic-title{color:#ffc107}.topic-card:hover .topic-description{color:#666}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px) scale(.9)}60%{opacity:.7;transform:translateX(3px) scale(1.01)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes fadeInCard{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll.animate{animation:slideIn .5s ease-out forwards}.topic-card.animate-on-scroll.animate{animation:fadeInCard .4s ease-out forwards}@media (max-width:768px){.detail-heading{font-size:2rem}.detail-subheading{font-size:1.5rem}.detail-intro{font-size:1rem}.topic-card{padding:8px 12px;margin-bottom:8px}.topic-title{font-size:1rem}.topic-description{font-size:.9rem;line-height:1.3}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background-color:#f3f3f5;color:#fff}.ce-electronics-container{min-height:100vh}.ce-hero-section1{position:relative;background:linear-gradient(135deg,#1a1a2e,#2a2a4e);padding:6rem 1rem;text-align:center;overflow:hidden}.ce-hero-section1:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,255,204,.1),rgba(255,0,255,.1));z-index:1}.ce-container{max-width:1200px;margin:0 auto;padding:0 1rem;position:relative;z-index:2}.ce-hero-content2{max-width:800px;margin:0 auto}.ce-hero-section1.ce-animate .ce-button-heading,.ce-hero-section1.ce-animate .ce-hero-subtitle2,.ce-hero-section1.ce-animate .ce-hero-title2{animation:fadeInDown 1s ease-out forwards}.ce-button-heading,.ce-hero-subtitle2,.ce-hero-title2{opacity:0}.ce-button-heading.ce-visible,.ce-hero-subtitle2.ce-visible,.ce-hero-title2.ce-visible{opacity:1!important}.ce-hero-title2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2;color:#fff}@media (min-width:768px){.ce-hero-title2{font-size:3.5rem}}.ce-hero-subtitle2{font-size:1.125rem;margin-bottom:2rem;color:#c0c0d0}.ce-button-wrapper{background:linear-gradient(90deg,#f8f8fa,#3a3a5e);padding:2rem;border-radius:15px;margin:0 auto;max-width:400px;position:relative}.ce-button-heading{font-size:1.25rem;font-weight:600;color:#0fc;margin-bottom:1rem}.ce-hero-button{background:linear-gradient(90deg,#0fc,#f0f);color:#1a1a2e;padding:.75rem 2rem;border-radius:25px;font-weight:600;border:none;cursor:pointer;transition:transform .3s,box-shadow .3s}.ce-hero-button:hover{transform:scale(1.05);box-shadow:0 0 15px rgba(0,255,204,.5)}.ce-hero-graphic{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:300px;height:300px;background:radial-gradient(circle,rgba(0,255,204,.3) 0,transparent 70%);border-radius:50%;z-index:1;opacity:0}.ce-hero-section1.ce-animate .ce-hero-graphic{animation:fadeIn 1s ease-out forwards}.ce-features-section{padding:4rem 1rem;background-color:#1a1a2e;scroll-margin-top:80px}.ce-features-section.ce-animate .ce-section-title{animation:fadeIn 1s ease-out forwards}.ce-features-section.ce-animate .ce-feature-card,.ce-features-section.ce-animate .ce-strength-item{animation:slideInUp .8s ease-out forwards}.ce-features-section .ce-section-title{font-size:2.2rem;font-weight:700;text-align:center;margin-bottom:3rem;opacity:0;color:#fff;text-shadow:0 0 10px rgba(0,255,204,.7)}.ce-features-section .ce-section-title.ce-highlight{animation:highlightPulse 1s ease-in-out 2}@keyframes highlightPulse{0%,to{text-shadow:0 0 10px rgba(0,255,204,.7);background:none}50%{text-shadow:0 0 20px #0fc;background:rgba(0,255,204,.2)}}.ce-features-section .ce-feature-card.ce-visible .ce-feature-description,.ce-features-section .ce-feature-card.ce-visible .ce-feature-title,.ce-features-section .ce-section-title.ce-visible,.ce-features-section .ce-strength-item.ce-visible .ce-feature-description,.ce-features-section .ce-strength-item.ce-visible .ce-feature-title{opacity:1!important}.ce-features-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:768px){.ce-features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ce-features-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.ce-features-grid{grid-template-columns:repeat(5,1fr)}}.ce-feature-card,.ce-strength-item{background-color:#2a2a4e;padding:1.5rem;border-radius:10px;border:1px solid #0fc;text-align:center;transition:transform .3s,box-shadow .3s;opacity:0}.ce-feature-card:hover,.ce-strength-item:hover{transform:translateY(-5px);box-shadow:0 0 20px rgba(0,255,204,.3)}.ce-feature-image{width:100%;height:12rem;object-fit:cover;border-radius:8px;margin-bottom:1rem}.ce-features-section .ce-feature-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#fff}.ce-feature-description{color:#c0c0d0;font-size:.95rem}.ce-strength-item{display:flex;flex-direction:column;align-items:center}.ce-learn-more-link{display:inline-block;margin-top:.5rem;color:#0fc;text-decoration:none;font-weight:600;transition:color .3s}.ce-learn-more-link:hover{color:#f0f;text-decoration:underline}.ce-contact-section{padding:4rem 1rem;background:linear-gradient(135deg,#2a2a4e,#1a1a2e);text-align:center}.ce-contact-section.ce-animate .ce-contact-text,.ce-contact-section.ce-animate .ce-section-title{animation:fadeIn 1s ease-out forwards}.ce-contact-section .ce-section-title{font-size:2.2rem;font-weight:700;text-align:center;margin-bottom:3rem;opacity:0;color:#fff;text-shadow:0 0 10px rgba(0,255,204,.7)}.ce-contact-text{font-size:1.125rem;margin-bottom:2rem;opacity:0;color:#c0c0d0}.ce-contact-section.ce-visible .ce-contact-text,.ce-contact-section.ce-visible .ce-section-title{opacity:1!important}.ce-contact-button1{background:linear-gradient(90deg,#f0f,#0fc);color:#f3f3f7;padding:.75rem 2rem;border-radius:25px;font-weight:600;border:none;cursor:pointer;transition:transform .3s,box-shadow .3s}.ce-contact-button1:hover{transform:scale(1.05);box-shadow:0 0 15px rgba(255,0,255,.5)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.solutions-container{font-family:Arial,sans-serif;color:#333;margin:0;padding:0;width:100%;overflow-x:hidden}.video-background{position:relative;width:100%;height:60vh;overflow:hidden}.video-background video{object-fit:cover;z-index:-1}.video-background video,.video-overlay{width:100%;height:100%;position:absolute;top:0;left:0}.video-overlay{z-index:0;opacity:0}.video-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:1}.video-content h1{font-size:3rem;margin-bottom:10px;animation:fadeInDown 1.5s ease-in-out forwards;animation-delay:0s;text-shadow:0 0 15px #0af,0 0 30px rgba(0,170,255,.8);font-weight:700}.video-content p{font-size:1.2rem;color:#ddd;animation:fadeInUp 1.5s ease-in-out forwards;animation-delay:0s;text-shadow:0 0 8px #fff,0 0 15px hsla(0,0%,100%,.8)}.card-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:20px;gap:20px;padding:40px;background-color:#f8f9fa}.solution-card{background:#fff;border:1px solid #ddd;border-radius:10px;overflow:hidden;text-align:center;transition:transform .3s,box-shadow .3s;animation:fadeInUp .5s ease-in-out forwards;animation-fill-mode:both}.solution-card:hover{transform:scale(1.05);box-shadow:0 8px 16px rgba(0,0,0,.2)}.card-image{width:100%;height:200px;object-fit:cover;transition:transform .3s ease-in-out}.solution-card:hover .card-image{transform:scale(1.1)}.card-content{padding:15px;text-align:center}.card-content h2{font-size:1.1rem;font-weight:700;color:#333;animation:fadeIn .5s ease-in-out forwards;text-align:center}@media (max-width:768px){.video-content h1{font-size:2rem}.video-content p{font-size:1rem}.card-section{grid-gap:15px;gap:15px;padding:20px}.card-image{height:150px}}.coming-soon-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#f1eeec;background-size:cover;background-position:50%;background-repeat:no-repeat;font-family:Calibri,sans-serif;text-align:center;padding:20px}.coming-soon-container h1{font-family:Lora,serif;font-size:2.5rem;color:#2e2e2e;margin-bottom:20px}.coming-soon-container h1,.coming-soon-container p{background-color:hsla(0,0%,100%,.8);padding:10px 20px;border-radius:5px}.coming-soon-container p{font-size:1.2rem;color:#383737;max-width:600px;line-height:1.6;margin-bottom:30px}.back-home-link{font-size:1rem;color:#007bff;text-decoration:none;padding:10px 20px;border:2px solid #007bff;border-radius:5px;transition:background-color .3s ease,color .3s ease;background-color:hsla(0,0%,100%,.8)}.back-home-link:hover{background-color:#007bff;color:#fff}
/*# sourceMappingURL=main.2e54d499.chunk.css.map */