:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#333;background-color:#f8f9fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--background-light: #ffffff;--text-light: #333333;--background-dark: #1a1a1a;--text-dark: #ffffff}a{font-weight:500;color:#ff6b00;text-decoration:inherit}a:hover{color:#08f}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--background-light);color:var(--text-light);transition:background-color .3s,color .3s}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#ff6b00;color:#fff;cursor:pointer;transition:border-color .25s}button:hover{border-color:#08f;background-color:#08f}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#333;background-color:#fff}a:hover{color:#08f}button{background-color:#ff6b00}}:root.dark-mode{color-scheme:dark}.dark-mode body{background-color:var(--background-dark);color:var(--text-dark)}.dark-mode h1,.dark-mode h2,.dark-mode h3,.dark-mode h4,.dark-mode h5,.dark-mode h6{color:var(--text-dark)}.dark-mode .card,.dark-mode .container,.dark-mode .section{background-color:#2d2d2d;color:var(--text-dark)}.dark-mode a{color:#66b3ff}.dark-mode button{background-color:#3d3d3d;color:var(--text-dark)}.dark-mode input,.dark-mode textarea,.dark-mode select{background-color:#2d2d2d;color:var(--text-dark);border-color:#4d4d4d}*{margin:0;padding:0;box-sizing:border-box}html,body,#root,.app{height:100%;width:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-x:hidden}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.nav-container{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;justify-content:left;gap:10px;font-weight:700;font-size:1.3rem;color:#f57c00;width:300px,}.logo img.logo-small{height:40px;width:auto}.nav-links{flex:1;display:flex;gap:2rem;justify-content:right}.nav-links a{text-decoration:none;color:#333;font-weight:500;position:relative}.nav-links a:hover{color:#0288d1}.dropdown{position:relative}.dropdown-arrow{font-size:.7rem;margin-left:5px}.dropdown-content{position:absolute;top:120%;left:0;background-color:#fff;border:1px solid #ddd;box-shadow:0 4px 6px #0000001a;padding:.5rem 1rem;display:flex;flex-direction:column;min-width:200px;z-index:1000}.dropdown-content a{padding:.5rem 0;color:#444;font-size:.95rem}.dropdown-content a:hover{color:#f57c00}.nav-cta .cta-button-outline{padding:.6rem 1.2rem;background-color:transparent;border:2px solid #f57c00;color:#f57c00;font-weight:700;border-radius:5px;cursor:pointer;transition:all .3s}.nav-cta .cta-button-outline:hover{background-color:#f57c00;color:#fff}.hero{position:relative;width:100%;height:100vh;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1}.hero-image{width:100%;min-height:100vh;position:relative;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;display:flex;align-items:center;justify-content:center}.hero-image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0009,#0006);z-index:1}.hero-content{position:relative;z-index:2;width:90%;max-width:1200px;padding:2rem;margin:0 auto}@media screen and (max-width: 1024px){.hero-image{background-attachment:scroll}.hero-content{padding:1.5rem}}@media screen and (max-width: 768px){.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.1rem}}@media screen and (max-width: 480px){.hero-image{min-height:80vh}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}}@media screen and (orientation: landscape) and (max-height: 500px){.hero-image{min-height:120vh}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(80px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.hero{height:auto;padding-top:4rem;padding-bottom:4rem}.hero-container{flex-direction:column;text-align:center}.hero-content{margin-bottom:2rem}.hero-image img{max-width:100%}}.services{padding:4rem 0;background-color:#f8f9fa}.services h2{text-align:center;margin-bottom:3rem;font-size:2.5rem;color:#333}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem}.service-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;overflow:hidden;height:auto;display:flex;flex-direction:column;max-width:400px;margin:0 auto;transition:transform .3s ease}.service-image{width:100%;height:200px;position:relative;overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.service-card:hover .service-image img{transform:scale(1.05)}.service-card h3{padding:1rem 1rem .5rem;margin:0;font-size:1.2rem;color:#333}.service-card p{padding:0 1rem 1rem;color:#666;font-size:.95rem;line-height:1.5;margin:0}.view-more-btn{margin:1rem auto;padding:.8rem 2rem;background:transparent;color:#ff6b00;border:2px solid #ff6b00;border-radius:25px;cursor:pointer;transition:all .3s ease}.view-more-btn:hover{background:#ff6b00;color:#fff}.service-card:hover{transform:translateY(-5px)}@media (max-width: 992px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.services-grid{grid-template-columns:1fr}}.about-section{padding:0 2rem;background-color:#fff;color:#333}.about-container{max-width:1200px;margin:0 auto}.about-container h2{text-align:center;margin-bottom:2rem;font-size:2.5rem;color:#333}.about-intro{margin-bottom:2rem;font-size:1.1rem}.about-grid{display:flex;flex-direction:column;gap:3rem;margin-bottom:3rem}.mission-container,.vision-container{display:grid;gap:3rem;align-items:center}.mission-container{grid-template-columns:1fr 1fr}.vision-container{grid-template-columns:1fr 1fr;direction:rtl}.vision-container .about-card{direction:ltr}.mission-image,.vision-image{width:100%;height:400px;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px #0000001a}.mission-image img,.vision-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.mission-image:hover img,.vision-image:hover img{transform:scale(1.05)}.about-card{padding:2.5rem;background:#fff;border-radius:15px;box-shadow:0 10px 30px #00000014;position:relative;overflow:hidden;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.about-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(to bottom,#f57c00,#ff9800)}.about-card h3{color:#333;font-size:2rem;margin-bottom:1.5rem;position:relative;padding-bottom:.5rem}.about-card h3:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:#f57c00}.about-card p{color:#666;line-height:1.8;font-size:1.1rem;margin:0}.about-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001a}@media (max-width: 768px){.mission-container,.vision-container{grid-template-columns:1fr;gap:2rem;direction:ltr}.mission-image,.vision-image{height:300px}}.contact-details p{color:#333;margin:.3rem 0;transition:color .3s ease}.contact-details a{color:#333;text-decoration:none;transition:color .3s ease}.contact-details a:hover{color:#ff6b00}.info-item div p:first-of-type{font-weight:500}.contact-details .info-item:nth-child(2) a:hover{color:#25d366}.contact-details .info-item:nth-child(3) a:hover{color:#ea4335}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr}}.footer{background:linear-gradient(45deg,#0a1930,#1a237e)!important;color:#fff!important;position:relative!important;box-shadow:0 -10px 30px #0000001a!important;width:100vw!important;min-width:100vw!important;left:0!important;right:0!important}.footer-content{padding:10px;max-width:1300px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:2.5rem;column-gap:3.5rem;row-gap:2.5rem;width:100vw;max-width:100vw;min-width:100vw;box-sizing:border-box}.footer-bottom-content{max-width:1300px;margin:0 auto;padding:0 2.5rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;width:100vw;max-width:100vw;min-width:100vw;box-sizing:border-box}@media (max-width: 900px){.footer-content,.footer-bottom-content{padding:0 1rem}}.footer-section{flex:1 1 200px;min-width:160px;margin-bottom:1.5rem}.footer-logo{width:120px;margin-bottom:1rem}.company-info p{font-size:1rem;line-height:1.6;color:#d1d5db}.footer-content{column-gap:3.5rem;row-gap:2.5rem}@media (max-width: 900px){.footer-content{flex-direction:column;gap:1.5rem;align-items:flex-start}.footer-section.company-info,.footer-section.quick-links{margin:0!important}}.social-links{margin-top:1rem;display:flex;gap:1rem}.social-links a{color:#fff;font-size:1.3rem;transition:color .2s}.social-links a:hover{color:#ff6b00}.footer-section h3{color:#fff;font-size:1.1rem;margin-bottom:.8rem;font-weight:600}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#d1d5db;text-decoration:none;font-size:1rem;transition:color .2s}.office-details{color:#d1d5db;font-size:.98rem}.office-details h4{color:#fff;font-size:1rem;margin-bottom:4px}.office-details p{margin:0 0 6px;display:flex;align-items:center;gap:.5rem}.office-details i{color:#ff6b00;font-size:1.1rem}.partners-card{background:none;border-radius:0;padding:0;margin-top:0}.partners-card ul li{color:#d1d5db;font-size:1rem;margin-bottom:.4rem;display:flex;align-items:center;gap:.5rem}.footer-bottom{background:#13161a;padding:1rem 0 .5rem;margin-top:1.5rem}.footer-bottom-content{max-width:1300px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;width:100vw;max-width:100vw;min-width:100vw;margin:0;padding:0;box-sizing:border-box}.legal-links{display:flex;gap:1.2rem;font-size:.97rem}.legal-links a{color:#d1d5db;text-decoration:none;transition:color .2s}.legal-links a:hover{color:#ff6b00}.copyright{color:#d1d5db;font-size:.97rem;margin-top:8px;text-align:right}@media (max-width: 900px){.footer-content{flex-direction:column;gap:1.5rem;align-items:flex-start}.footer-section{width:100%;min-width:0;margin-bottom:1.2rem}.footer-bottom-content{flex-direction:column;gap:.7rem;align-items:flex-start;padding:0 1rem}}@media (max-width: 600px){.footer-content{padding:1.2rem .2rem 1rem}.footer-section{padding:0}.footer-logo{width:90px}.footer-bottom-content{padding:0 .2rem}.copyright{text-align:left}}.carousel{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.dot{width:12px;height:12px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;padding:0;transition:all .3s ease}.dot.active{background:#fff;transform:scale(1.2)}.dot:hover{background:#ffffff80}@keyframes slideShow{0%,18%{opacity:1}20%,to{opacity:0}}.values-section{padding:4rem 0;background:#f8f9fa;border-radius:12px;margin:3rem 0}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:2rem}.value-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease;border-top:4px solid #f57c00}.value-card:hover{transform:translateY(-10px)}.value-card h4{color:#f57c00;font-size:1.5rem;margin-bottom:1rem}.value-card p{color:#666;line-height:1.6}.why-us{padding:4rem 0;background:#f8f9fa;border-radius:12px;margin:3rem 0}.why-us h3{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.why-us-grid{display:flex;flex-direction:column;gap:2.5rem;max-width:1200px;margin:0 auto}.why-row{display:flex;flex-direction:row;align-items:center;gap:2rem;background:#fff;border-radius:12px;padding:2rem 1.5rem;box-shadow:0 4px 15px #0000001a}.why-row.reverse{flex-direction:row-reverse}.why-content{flex:1}.why-content h4{margin-bottom:1.2rem;font-size:1.5rem;color:#333;font-weight:600}.choose-points{display:flex;flex-direction:column;gap:1.2rem}.choose-points .point{display:flex;align-items:center;gap:1rem}.choose-points .point i{font-size:1.3rem;color:#3867d6;min-width:28px}.choose-points .point span{font-size:1rem;line-height:1.6;color:#555}.why-image{flex:1;text-align:center}.why-image img{max-width:100%;border-radius:10px;height:220px;object-fit:cover;box-shadow:0 8px 20px #0000001a;transition:transform .3s ease}.why-image:hover img{transform:scale(1.05)}@media (max-width: 900px){.why-us-grid{gap:1.2rem}.why-row,.why-row.reverse{flex-direction:column;padding:1.2rem .5rem}.why-image img{height:140px}.why-content h4{font-size:1.1rem}.choose-points .point span{font-size:.97rem}}@media (max-width: 600px){.why-us h3{font-size:1.2rem}.why-content h4{font-size:1rem}.why-image img{height:90px}}.about-cta{text-align:center;padding:4rem 2rem;background:linear-gradient(45deg,#0a1930,#1a237e);color:#fff;border-radius:12px;margin:3rem 0;box-shadow:0 10px 30px #0000001a}.slide-cta .cta-button{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;position:relative;overflow:hidden;z-index:1;text-transform:uppercase;letter-spacing:1px;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.slide-cta .cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,transparent,rgba(35,161,219,.781),transparent);transition:all .6s}.slide-cta .cta-button:hover{transform:translateY(-6px);box-shadow:0 10px 25px #0003}.slide-cta .cta-button:hover:before{left:100%}.slide-cta .cta-button.primary{background:#f57c00;color:#fff;border:none}.slide-cta .cta-button.primary:hover{background:#ff9800}.slide-cta .cta-button.secondary{background:transparent;border:2px solid white;color:#fff}.slide-cta .cta-button.secondary:hover{background:#1a90df;color:#f57c00}.simple-hero{position:relative;height:100vh}.simple-hero-content{position:relative;width:90%;max-width:1200px;margin:0 auto;padding:6rem 2rem;text-align:center;color:#fff;z-index:2}.simple-hero-content h1{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;margin-bottom:2rem;line-height:1.2;text-shadow:2px 4px 8px rgba(0,0,0,.3);animation:fadeInDown 1s ease-out}.simple-hero-content p{font-size:clamp(1rem,2.5vw,1.4rem);line-height:1.6;margin:0 auto 3rem;max-width:800px;animation:fadeInUp 1s ease-out .3s}.simple-hero-cta{display:flex;gap:clamp(1rem,3vw,2rem);justify-content:center;flex-wrap:wrap}.simple-hero-cta .cta-button{padding:clamp(.8rem,2vw,1.2rem) clamp(1.5rem,3vw,2.5rem);font-size:clamp(.9rem,1.5vw,1.1rem)}@media (max-width: 768px){.simple-hero-content{padding:4rem 1rem}.simple-hero-cta{flex-direction:column;align-items:center}.simple-hero-cta .cta-button{width:100%;max-width:300px}}@media (max-width: 480px){.simple-hero-content{padding:3rem 1rem}}@media (max-width: 768px){.hero-content h1{font-size:2.5rem}.hero-content h2{font-size:1.5rem}.hero-stats,.hero-cta{flex-direction:column;gap:30px}.service-item,.service-item.right{flex-direction:column;padding:1rem}.service-image{max-width:100%}.service-content{padding:1rem}.service-row,.service-row.right{flex-direction:column;gap:2rem}.service-row .image{max-width:100%}.process-timeline:before{left:1.5rem}.process-step{width:100%;padding-left:5rem;padding-right:0}.process-step:nth-child(2n){padding-left:5rem}.process-icon{left:0;right:auto}.process-step:nth-child(2n) .process-icon{left:0}.simple-hero-cta{flex-direction:column;bottom:15%;width:90%;max-width:300px}}.screen-reader-bar{background:#007bff;color:#fff;padding:.5rem 0;font-size:.9rem}.announcement-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.announcement-content{display:flex;align-items:center;gap:1rem}.announcement-content p{margin:0}.accessibility-controls{display:flex;gap:.5rem}.accessibility-controls button{background:#444;color:#fff;border:none;padding:.25rem .5rem;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.accessibility-controls button:hover{background:#555}.navbar{background-color:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:999;width:100%}.nav-container{display:flex;justify-content:space-between;align-items:center;position:relative}.logo{justify-self:start}.logo img.logo-small{height:55px;width:auto;max-width:160px;object-fit:contain;transition:transform .3s ease}.logo:hover img.logo-small{transform:scale(1.1)}.nav-links a{position:relative;transition:color .3s ease;font-size:1.1rem;font-weight:500}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#ff6b00;transition:width .3s ease}.nav-links a:hover:after{width:100%}.dropdown{position:relative;cursor:pointer}.dropdown-content{position:absolute;top:100%;left:0;background:#fff;min-width:280px;border-radius:8px;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s cubic-bezier(.4,0,.2,1);padding:.5rem 0;z-index:1000}.dropdown:hover .dropdown-content,.dropdown-content.show{opacity:1;visibility:visible;transform:translateY(10px)}.dropdown-content a{display:block;padding:.8rem 1.5rem;color:#333;text-decoration:none;transition:all .2s ease;transform:translate(-10px);opacity:0;animation:slideIn .3s forwards}.dropdown-content a:hover{background:#007bff1a;color:#007bff;transform:translate(5px)}@keyframes slideIn{to{transform:translate(0);opacity:1}}.dropdown-arrow{display:inline-block;margin-left:4px;transition:transform .3s ease}.dropdown:hover .dropdown-arrow{transform:rotate(180deg)}@media screen and (max-width: 768px){.navbar{position:fixed;top:0;left:0;width:100vw;z-index:2002;background:#fff!important;box-shadow:0 2px 8px #00000014;padding:.5rem 0}.nav-container{position:relative;width:100vw;max-width:100vw;margin:0;padding:.5rem 1rem;display:flex;align-items:center;justify-content:space-between;background:#fff;min-height:56px}.mobile-menu-toggle{display:flex;background:none!important;box-shadow:none!important}.nav-container{padding:.5rem}.nav-links{position:fixed;top:0;left:-100%;width:80%;height:100vh;background:#fff!important;display:flex;flex-direction:column;padding:60px 10px 10px;transition:all .3s ease-in-out;box-shadow:2px 0 10px #00000014;z-index:998;overflow-y:auto;gap:.5rem}.nav-links.mobile-active{left:0;background:#fff!important}.nav-links a{padding:10px 0;font-size:16px;border-bottom:1px solid #eee;width:100%;text-align:left}.dropdown{width:100%}.dropdown-content{position:static;box-shadow:none;padding-left:10px;background:transparent;opacity:1;visibility:visible;transform:none;display:none;width:100%}.dropdown-content.show{display:block;opacity:1;visibility:visible;transform:none}.dropdown-content a{padding:10px;border-bottom:1px solid #eee;animation:none;transform:none;opacity:1;display:block;width:100%}.dropdown>a{width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #eee}.dropdown-arrow{transition:transform .3s ease}.dropdown-arrow.active{transform:rotate(180deg)}.nav-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;opacity:0;visibility:hidden;transition:all .3s ease;z-index:997}.mobile-active~.nav-overlay{opacity:1;visibility:visible}.dark-mode .nav-links{background:#1a1a1a}.dark-mode .nav-links a{border-bottom-color:#333}.dark-mode .dropdown-content{background:#1a1a1a}.panel-back-btn,.panel-viewall-btn{background:none;border:none;font-size:1.05rem;color:#0288d1;cursor:pointer;padding:0 8px;margin:0;transition:color .2s}.panel-back-btn:hover,.panel-viewall-btn:hover{color:#f57c00}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dark-mode,body.dark-mode{background-color:#1a1a1a;color:#fff}.dark-mode .navbar{background-color:#2d2d2d;border-bottom:1px solid #3d3d3d}.dark-mode .screen-reader-bar{background-color:#2d2d2d;color:#fff}.dark-mode .nav-links a{color:#fff}.dark-mode .dropdown-content{background-color:#2d2d2d;border:1px solid #3d3d3d}.dark-mode .dropdown-content a{color:#fff}.dark-mode .dropdown-content a:hover{background-color:#3d3d3d}.dark-mode-active{background-color:#3d3d3d!important}.nav-cta .cta-button-outline{transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.nav-cta .cta-button-outline:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,107,0,.2),transparent);transition:.5s}.nav-cta .cta-button-outline:hover:before{left:100%}.mobile-menu-toggle{display:none;position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none!important;border:none;padding:.2rem;z-index:1000;cursor:pointer;flex-direction:column;justify-content:center;width:28px;height:24px;box-shadow:none}@media screen and (max-width: 768px){.mobile-menu-toggle{display:flex;background:none!important;box-shadow:none!important}.nav-container{padding:.5rem}.nav-links{position:fixed;top:0;left:-100%;width:80%;height:100vh;background:#fff!important;display:flex;flex-direction:column;padding:60px 10px 10px;transition:all .3s ease-in-out;box-shadow:2px 0 10px #00000014;z-index:998;overflow-y:auto;gap:.5rem}.nav-links.mobile-active{left:0;background:#fff!important}.nav-links a{padding:10px 0;font-size:16px;border-bottom:1px solid #eee;width:100%;text-align:left}.dropdown{width:100%}.dropdown-content{position:static;box-shadow:none;padding-left:10px;background:transparent;opacity:1;visibility:visible;transform:none;display:none;width:100%}.dropdown-content.show{display:block;opacity:1;visibility:visible;transform:none}.dropdown-content a{padding:10px;border-bottom:1px solid #eee;animation:none;transform:none;opacity:1;display:block;width:100%}.dropdown>a{width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #eee}.dropdown-arrow{transition:transform .3s ease}.dropdown-arrow.active{transform:rotate(180deg)}.nav-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;opacity:0;visibility:hidden;transition:all .3s ease;z-index:997}.mobile-active~.nav-overlay{opacity:1;visibility:visible}.dark-mode .nav-links{background:#1a1a1a}.dark-mode .nav-links a{border-bottom-color:#333}.dark-mode .dropdown-content{background:#1a1a1a}.panel-back-btn,.panel-viewall-btn{background:none;border:none;font-size:1.05rem;color:#0288d1;cursor:pointer;padding:0 8px;margin:0;transition:color .2s}.panel-back-btn:hover,.panel-viewall-btn:hover{color:#f57c00}}@media screen and (min-width: 769px){.dropdown:hover .dropdown-content{opacity:1;visibility:visible;transform:translateY(10px)}.dropdown-content{display:block!important}.dropdown:hover .dropdown-arrow{transform:rotate(180deg)}}@media screen and (max-width: 480px){.nav-links{width:100%}.logo img.logo-small{height:30px}}.hamburger{display:block;width:25px;height:2px;background:#333;position:relative;transition:all .3s ease-in-out}.hamburger:before,.hamburger:after{content:"";position:absolute;width:25px;height:2px;background:#333;left:0;transition:all .3s ease-in-out}.hamburger:before{top:-8px}.hamburger:after{bottom:-8px}.hamburger.active{background:transparent}.hamburger.active:before{transform:rotate(45deg);top:0}.hamburger.active:after{transform:rotate(-45deg);bottom:0}.dark-mode .hamburger,.dark-mode .hamburger:before,.dark-mode .hamburger:after{background:#fff}@keyframes fadeInPanel{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.panel-inner{max-width:900px;margin:0 auto;padding:2rem 2rem 1.5rem}.panel-title{font-size:1.2rem;font-weight:700;color:#0288d1;margin-bottom:1.2rem;border-bottom:1px solid #eee;padding-bottom:.7rem}.panel-columns{display:flex;gap:3rem;justify-content:flex-start}.panel-columns ul{list-style:none;padding:0;margin:0;min-width:260px}.panel-columns li{margin-bottom:.7rem}.panel-columns li a{color:#333;font-size:1rem;text-decoration:none;padding:.5rem .7rem;border-radius:4px;display:block;transition:background .2s,color .2s}.panel-columns li a:hover{background:#f5f5f5;color:#f57c00}.panel-flex{display:flex;align-items:flex-start;gap:0}.panel-categories-list{min-width:270px;max-width:300px;border-right:1.5px solid #e0e0e0;background:#f7f8fa;height:100%;display:flex;flex-direction:column;align-items:flex-start;padding:.5rem 0;margin-right:3.5rem;box-sizing:border-box;align-self:stretch}.panel-category{width:100%;padding:.7rem 1rem;font-size:1.08rem;color:#222;cursor:pointer;border-radius:4px;margin-bottom:2px;transition:background .18s,color .18s}.panel-category.active,.panel-category:hover{background:#f5f5f5;color:#f57c00;font-weight:600}.panel-products-list{flex:1;padding-left:2.2rem;min-width:0;display:flex;flex-direction:column;justify-content:flex-start;height:100%}.panel-back-btn{background:none;border:none;font-size:1.2rem;color:#0288d1;cursor:pointer;margin-right:10px;padding:0 4px;transition:color .2s}.panel-back-btn:hover{color:#f57c00}@media (max-width: 900px){.panel-inner{padding:1.2rem .5rem 1rem}.panel-columns{gap:1.2rem}.panel-columns ul{min-width:180px}}@media (max-width: 600px){.panel-inner{padding:.7rem .2rem}.panel-title{font-size:1rem;padding-bottom:.5rem}.panel-columns{flex-direction:column;gap:.5rem}.panel-columns ul{min-width:0}.panel-columns li a{font-size:.97rem;padding:.5rem}}@media (max-width: 900px){.panel-inner.panel-flex{flex-direction:column;padding:.7rem .2rem}.panel-categories-list{border-right:none;border-bottom:1px solid #eee;padding-right:0;padding-bottom:.7rem;width:100%;max-width:100%;flex-direction:row;gap:.5rem;overflow-x:auto}.panel-category{min-width:140px;padding:.6rem .8rem;margin-bottom:0;margin-right:.5rem;font-size:.97rem}.panel-products-list{padding-left:0;padding-top:.7rem}}.product-dropdown-panel{position:fixed;top:80px;left:0;width:100vw;background:#fff;box-shadow:0 8px 32px #0000001f;z-index:2001;padding:0;margin:0;border-top:2px solid #f57c00;animation:fadeInPanel .2s;min-height:540px;max-height:540px;overflow-y:hidden;transition:none;display:flex;align-items:stretch}.panel-inner.panel-flex{display:flex;align-items:stretch;width:100%;max-width:1200px;min-height:540px;max-height:540px;box-sizing:border-box;gap:0}.panel-categories-list{min-width:270px;max-width:300px;border-right:1.5px solid #e0e0e0;background:#f7f8fa;height:100%;display:flex;flex-direction:column;align-items:flex-start;padding:.5rem 0;margin-right:3.5rem;margin-left:4.5rem;box-sizing:border-box;align-self:stretch}.panel-products-list{flex:1;padding-left:2.5rem;min-width:0;display:flex;flex-direction:column;justify-content:flex-start;height:100%}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(60px,auto);gap:.5rem 5rem;width:100%;height:100%;align-content:start}.product-grid a{background:none;border-radius:0;color:#222;font-size:1.05rem;text-decoration:none;display:flex;align-items:flex-start;min-height:48px;font-weight:400;box-shadow:none;border:none;text-align:left;word-break:break-word;transition:background .18s,color .18s;padding:.3rem .2rem .3rem 0}.product-grid a:hover,.product-grid a:focus{background:#eaf3ff;color:#0f62fe;outline:none}@media (max-width: 1200px){.panel-inner.panel-flex{max-width:1000px;min-height:540px;max-height:540px;padding:1.5rem .7rem 1.2rem}.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.panel-inner.panel-flex{flex-direction:column;min-height:540px;max-height:540px;padding:.7rem .2rem;max-width:100vw}.product-grid{grid-template-columns:1fr;gap:.7rem .7rem}}@media (max-width: 600px){.panel-inner.panel-flex{padding:.5rem .1rem;min-height:540px;max-height:540px}.product-grid{grid-template-columns:1fr;gap:.5rem 0}}@media (max-width: 768px){.product-dropdown-panel{top:0!important;left:0;width:100vw;min-height:100vh!important;max-height:100vh!important;border-top:none;z-index:3000;box-shadow:0 8px 32px #0000002e;background:#fff;display:flex;align-items:stretch;overflow-y:auto!important}.panel-inner{padding:1.2rem .5rem 1rem}.panel-columns{gap:1.2rem}.panel-columns ul{min-width:180px}.panel-inner.panel-flex{flex-direction:column;padding:.7rem .2rem}.panel-categories-list{border-right:none;border-bottom:1px solid #eee;padding-right:0;padding-bottom:.7rem;width:100%;max-width:100%;flex-direction:row;gap:.5rem;overflow-x:auto}.panel-category{min-width:140px;padding:.6rem .8rem;margin-bottom:0;margin-right:.5rem;font-size:.97rem}.panel-products-list{padding-left:0;padding-top:.7rem}.product-grid{grid-template-columns:1fr;gap:.7rem .7rem}}.hero{position:relative;width:100%;height:100vh;overflow:hidden;padding:0}.hero-background{position:relative;width:100%;height:100%}.carousel{position:relative;top:0;left:0;overflow:hidden;height:100%;width:100%}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transform:scale(1.1);transition:all .8s ease}.carousel-slide.active{opacity:1;transform:scale(1)}.carousel-slide img{width:100%;height:100%;object-fit:cover;object-position:center}.slide-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:2;width:90%;max-width:800px;text-shadow:2px 4px 8px rgba(0,0,0,.5)}.slide-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;animation:fadeInDown 1s ease;letter-spacing:1px;text-shadow:2px 2px 4px rgba(0,0,0,.6),0 0 40px rgba(0,0,0,.3)}.slide-description{font-size:2rem;margin-bottom:2rem;animation:fadeInUp 1s ease;font-weight:500;text-shadow:1px 1px 3px rgba(0,0,0,.6),0 0 20px rgba(0,0,0,.3)}.slide-cta{display:flex;gap:1.5rem;justify-content:center;animation:fadeIn 1.5s ease}.carousel-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:1rem;z-index:10}.dot{width:12px;height:12px;border-radius:50%;border:2px solid white;background-color:transparent;cursor:pointer;padding:0;transition:all .3s ease-out;outline:none}.dot.active{background-color:#fff;transform:scale(1.2)}.dot:hover{background-color:#ffffff80}.side-panel-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#1e283c59;z-index:2000;display:flex;align-items:stretch;justify-content:flex-end}@media (max-width: 1024px){.slide-title{font-size:2rem}.slide-description{font-size:1.1rem}}@media (max-width: 768px){.slide-title{font-size:1.75rem}.slide-description{font-size:1rem}.slide-content{width:95%;padding:15px}.slide-cta{flex-direction:column;gap:.5rem}.cta-button{width:100%;padding:10px}}@media (max-width: 480px){.slide-title{font-size:1.5rem}.slide-description{font-size:.9rem;margin-bottom:1rem}.slide-content{padding:10px}.dot{width:8px;height:8px}}@media (hover: none){.dot{padding:12px}.carousel-dots{bottom:30px}}.services{padding:4rem 0;background:#f8f9fa}.services-container{max-width:1200px;margin:0 auto;padding:0 1rem}.services-title{text-align:center;margin-bottom:3rem;font-size:2.5rem;color:#333}.services-grid-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;justify-content:center;align-items:stretch}@media (min-width: 768px){.services-grid-wrapper{grid-template-columns:repeat(3,1fr)}}@media (max-width: 767px){.services-grid-wrapper{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding:0 1rem}}@media (max-width: 1200px){.services-container{max-width:90%}}@media (max-width: 992px){.services{padding:3rem 0}.services-title{font-size:2.2rem}.services-grid-wrapper{gap:1.5rem}}@media (max-width: 768px){.services{padding:2.5rem 0}.services-title{font-size:2rem;margin-bottom:2rem}.services-grid-wrapper{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}}@media (max-width: 480px){.services{padding:2rem 0}.services-title{font-size:1.8rem}.services-container{padding:0 .8rem}}.service-carousel{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:2rem}.service-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;overflow:hidden;height:auto;display:flex;flex-direction:column;perspective:2000px;transform-style:preserve-3d;transition:all .5s cubic-bezier(.34,1.56,.64,1);transform-origin:center center}.service-card:hover{transform:translateY(-20px) rotateX(10deg) rotateY(-15deg) scale(1.05);box-shadow:35px 35px 40px #00000026}.carousel-service-image{width:100%;height:auto;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.carousel-service-image img{width:100%;height:auto;max-height:250px;object-fit:contain;display:block}.service-title{padding:1rem 1rem .5rem;margin:0;font-size:1.25rem;color:#333}.service-desc{padding:0 1rem;margin-bottom:.5rem;color:#666}.feature-list{list-style:none;padding:1rem;margin:0}.feature-list li{padding:.2rem 0;color:#555;display:flex;align-items:center}.feature-list li:before{content:"•";color:#f57c00;margin-right:.5rem}@media (max-width: 992px){.service-carousel{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.service-carousel{grid-template-columns:1fr}}.contact-section{background:linear-gradient(to right,#f0f4f8,#fff);padding:60px 20px;font-family:Segoe UI,sans-serif}.contact-container{max-width:1200px;margin:auto}.contact-container h2{text-align:center;font-size:2.5rem;color:#222;margin-bottom:10px}.contact-subtitle{text-align:center;color:#555;margin-bottom:40px;font-size:1.1rem}.contact-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.contact-form,.contact-details{flex:1 1 48%;background:#fff;border-radius:12px;box-shadow:0 0 15px #0000001a}.contact-form h3,.contact-details h3{color:#0d47a1;margin-bottom:20px}.form-container .form-group{margin-bottom:15px}.form-container input,.form-container select,.form-container textarea{width:100%;padding:12px;border:1px solid #ccc;border-radius:8px;font-size:1rem;transition:border-color .3s}.form-container input:focus,.form-container textarea:focus,.form-container select:focus{border-color:#0d47a1;outline:none}.submit-btn{background-color:#0d47a1;color:#fff;border:none;padding:12px 20px;border-radius:8px;cursor:pointer;width:100%;font-size:1rem;transition:background-color .3s}.submit-btn:hover{background-color:#1565c0}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.info-item{display:flex;gap:1rem;align-items:flex-start}.info-item i{font-size:1.5rem;color:#0d47a1;margin-top:5px;min-width:25px}.contact-col h4,.contact-col h5,.email-group h5,.office-name{margin-bottom:.3rem;color:#333}.contact-col a,.email-group a{text-decoration:none;color:#0d47a1}.email-section{display:flex;flex-direction:column;gap:.5rem}.registered-title{font-size:1.1rem;font-weight:700}@media (max-width: 768px){.contact-grid{flex-direction:column}}.contact-header{text-align:center;margin-bottom:1rem;font-size:1.8rem;color:#0d47a1}.address-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:flex-start}.address-col p{margin:.1rem 0;color:#000}.contact-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 768px){.address-row,.contact-row{grid-template-columns:1fr}}.web-development{min-height:100vh;width:100%}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.stat-item{text-align:center;color:orange}.section-header h2{font-size:2.5rem;color:#1a237e;margin-bottom:1rem}.container{max-width:1200px;margin:0 auto;padding:0 20px}.tech-stack{background:#f8fafc;padding:80px 0}.tech-navigation{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.tech-nav-item{padding:12px 24px;background:#fff;border-radius:30px;cursor:pointer;transition:all .3s ease}.tech-nav-item.active{background:#1a237e;color:#fff}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem}.tech-card{background:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 6px #0000000d;text-align:center;transition:transform .3s ease}.tech-card:hover{transform:translateY(-5px)}.detailed-services{padding:80px 0;background:#f8fafc}.services-section{padding:4rem 0;background:#fff}.services-list{display:flex;flex-direction:column;gap:4rem}.service-row{display:flex;align-items:center;gap:4rem;padding:2rem 0}.service-row .content{flex:1}.service-row .content h3{font-size:2rem;margin-bottom:1.5rem;color:#333}.service-row .content p{font-size:1.1rem;line-height:1.6;color:#666}.service-row .image{flex:1;max-width:500px}.service-row .image img{width:100%;height:auto;border-radius:10px;box-shadow:0 5px 15px #0000001a}.service-item{display:flex;gap:3rem;align-items:center;padding:2rem;background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease}.service-item:hover{transform:translateY(-5px)}.service-item.right{flex-direction:row-reverse}.service-content{flex:1;padding:2rem}.service-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.service-header i{font-size:2.5rem;color:#007bff}.service-header h3{font-size:1.8rem;margin:0;color:#333}.service-content p{font-size:1.1rem;line-height:1.6;color:#666;margin-bottom:2rem}.service-image{flex:1;max-width:500px}.service-image img{width:100%;height:300px;object-fit:cover;border-radius:10px}.learn-more{padding:.8rem 1.5rem;background:#007bff;color:#fff;border:none;border-radius:5px;font-size:1rem;cursor:pointer;transition:background .3s ease}.learn-more:hover{background:#0056b3}.process-section{padding:clamp(3rem,6vw,6rem) 0;background:#fff}.process-timeline{position:relative;max-width:clamp(800px,90%,1200px);margin:4rem auto 0;padding:2rem 0}.process-timeline:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:2px;height:100%;background:linear-gradient(to bottom,#007bff,#00c6ff)}.process-step{display:flex;justify-content:flex-start;align-items:center;margin-bottom:clamp(2rem,4vw,4rem);position:relative;width:50%;padding-right:clamp(1.5rem,3vw,3rem)}.process-step:nth-child(2n){margin-left:auto;padding-right:0;padding-left:clamp(1.5rem,3vw,3rem);flex-direction:row-reverse}.process-icon{width:clamp(2.5rem,4vw,3rem);height:clamp(2.5rem,4vw,3rem);background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 4px #fff,0 0 0 6px #007bff;z-index:2;position:absolute;left:auto;right:-1.5rem}.process-step:nth-child(2n) .process-icon{right:auto;left:-1.5rem}.process-content{background:#fff;padding:clamp(1.5rem,3vw,2rem);border-radius:15px;box-shadow:0 10px 30px #00000014;width:100%}.process-content h3{font-size:clamp(1.1rem,2vw,1.3rem);margin-bottom:1rem}.process-content p{font-size:clamp(.9rem,1.5vw,1rem);line-height:1.7}@media (max-width: 768px){.process-timeline:before{left:2rem}.process-step,.process-step:nth-child(2n){width:100%;padding-left:4rem;padding-right:1rem;margin-left:0;flex-direction:row}.process-icon,.process-step:nth-child(2n) .process-icon{left:.5rem;right:auto}.process-content{padding:1.2rem}}@media (max-width: 480px){.process-step,.process-step:nth-child(2n){padding-left:3.5rem}.process-icon{width:2rem;height:2rem}.process-icon i{font-size:.8rem}}.benefits-section{padding:6rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.benefits-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.benefit-item{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #00000014;transition:all .4s ease;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.05)}.benefit-item:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001f}.benefit-item i{font-size:2.5rem;color:#007bff;margin-bottom:1.5rem;background:linear-gradient(135deg,#007bff,#00c6ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.benefit-content h3{font-size:1.5rem;color:#2d3436;margin-bottom:1rem;font-weight:600}.benefit-content p{color:#636e72;line-height:1.7;font-size:1.1rem}.product-details-container{width:100%;margin:0;padding:0;background:linear-gradient(to bottom,#fff,#f8f9fa);min-height:100vh;overflow-y:auto;overflow-x:hidden}body{margin:0;padding:0;overflow-y:auto}.content-wrapper{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.hero-section{width:100%;min-height:100vh;text-align:center;padding:4rem 0;background-size:cover;background-position:center;background-attachment:fixed;position:relative;display:flex;align-items:center;justify-content:center;color:#fff}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.1}@keyframes move-bg{0%{background-position:0 0}to{background-position:100% 100%}}.hero-section h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.1);animation:slide-up .8s ease}.tagline{font-size:1.4rem;color:#ffffffe6;max-width:800px;margin:0 auto 2rem;animation:fade-in 1s ease .3s forwards;opacity:0}.main-features{width:100%;padding:3rem 0;background:#fff}.main-features .content-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:1rem;max-width:1200px;margin:0 auto}.feature-card{background:#fff;padding:1.25rem;border-radius:15px;box-shadow:0 5px 20px #0000000d;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgba(0,0,0,.05);margin-bottom:0}.feature-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 15px 30px #0000001a;border-color:#007bff}.feature-icon{font-size:3rem;background:linear-gradient(45deg,#007bff,#00e5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1.5rem;display:block}.detailed-features{width:100%;padding:3rem 0;background:#f8f9fa}.detailed-features .content-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:1rem;max-width:1200px;margin:0 auto}.feature-category{background:#f8f9fa;padding:2rem;border-radius:8px;transition:background-color .3s ease}.feature-category:hover{background:#fff;box-shadow:0 2px 15px #0000001a}.benefits-section{padding:5rem 2rem;background:#f8f9fa}.section-header h2{font-size:2.5rem;color:#333;margin-bottom:1rem}.section-subtitle{color:#666;font-size:1.1rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.benefit-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 15px #0000001a;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.benefit-card:hover{transform:translateY(-10px);box-shadow:0 8px 25px #00000026}.benefit-icon{font-size:2.5rem;color:#f57c00;margin-bottom:1.5rem;padding:1rem;background:#f57c001a;border-radius:50%;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.benefit-content h3{color:#333;font-size:1.4rem;margin-bottom:1rem}.benefit-content p{color:#666;line-height:1.6}.benefits-grid{width:100%;padding:3rem 0;background:#fff}.benefits-grid .content-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:1rem;max-width:1200px;margin:0 auto}.benefit-card{text-align:center;padding:1.25rem;background:#fff;border-radius:8px;box-shadow:0 2px 15px #0000001a;transition:transform .3s ease;position:relative;z-index:1;overflow:hidden;margin-bottom:0}.benefit-card:hover{transform:translateY(-5px)}.benefit-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#007bff,#00e5ff);opacity:0;z-index:-1;transition:opacity .3s ease}.benefit-card:hover:before{opacity:.05}.benefit-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.screenshots{width:100%;padding:3rem 0;background:#f8f9fa}.screenshots .content-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:1rem;max-width:1200px;margin:0 auto}.screenshot-container{overflow:hidden;border-radius:8px;box-shadow:0 2px 15px #0000001a;position:relative}.screenshot-container img{width:100%;height:auto;transition:transform .3s ease}.screenshot-container:hover img{transform:scale(1.05)}.screenshot-container:after{content:"👆 Click to enlarge";position:absolute;bottom:1rem;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;opacity:0;transition:opacity .3s ease}.screenshot-container:hover:after{opacity:1}.product-header{text-align:center;margin-bottom:3rem}.product-header h1{color:#333;font-size:2.5rem;margin-bottom:1rem}.product-description{color:#666;font-size:1.2rem;line-height:1.6}.product-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0}.features-section,.benefits-section{background:#f8f9fa;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.features-section h2,.benefits-section h2{color:#007bff;margin-bottom:1.5rem}.features-section ul,.benefits-section ul{list-style:none;padding:0}.features-section li,.benefits-section li{padding:.8rem;margin:.5rem 0;background:#fff;border-radius:4px;box-shadow:0 1px 3px #0000000d}.cta-section{width:100%;padding:4rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.demo-button,.quote-button{padding:1.2rem 3rem;border:none;border-radius:30px;font-size:1.2rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.demo-button{background:linear-gradient(45deg,#007bff,#00e5ff);color:#fff;box-shadow:0 5px 15px #007bff66}.quote-button{background:linear-gradient(45deg,#28a745,#84d881);color:#fff;box-shadow:0 5px 15px #28a74566}.demo-button:hover,.quote-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0003}@keyframes slide-up{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:1200px;padding:2rem;text-align:center;color:#fff;z-index:2;background:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:10px}.hero-content .tagline{font-size:1.4rem;margin-bottom:1rem}.hero-content .description{font-size:1.1rem;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.user-roles,.main-modules{width:100%;padding:3rem 0}.user-roles{background:#fff}.main-modules{background:#f8f9fa}.user-roles .content-wrapper,.main-modules .content-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.role-card,.module-card{background:#fff;padding:1.25rem;border-radius:10px;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;border:1px solid #eee;margin-bottom:0}.role-card:hover,.module-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000001a;border-color:#007bff}.role-icon,.module-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.role-card h3,.module-card h3{color:#2c3e50;margin-bottom:1rem}.role-card ul,.module-card ul{list-style:none;padding:0}.role-card li,.module-card li{padding:.5rem 0;border-bottom:1px solid #eee;color:#666}.role-card li:last-child,.module-card li:last-child{border-bottom:none}section{padding:2rem 0;margin:0}section h2{text-align:center;color:#2c3e50;font-size:2.5rem;margin-bottom:1rem;padding:0 1rem}.main-features .content-wrapper,.benefits-grid .content-wrapper,.roles-grid,.modules-grid,.detailed-features .content-wrapper,.screenshots .content-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:1rem;max-width:1200px;margin:0 auto}.main-features-section{padding:80px 0;background-color:#f5f5f5}.mobile-benefits-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;padding:40px 20px}.mobile-benefit-item{background:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.mobile-benefit-item:hover{transform:translateY(-5px)}.mobile-benefit-content h3{margin:15px 0;color:#333}.mobile-benefit-content ul li{margin:10px 0;padding-left:20px;position:relative}.mobile-benefit-content ul li:before{content:"→";position:absolute;left:0;color:#007bff}@media (max-width: 1200px){.main-features .content-wrapper,.benefits-grid .content-wrapper,.detailed-features .content-wrapper,.screenshots .content-wrapper,.roles-grid,.modules-grid{padding:1rem;gap:1rem}}@media (max-width: 768px){.content-wrapper{padding:0 1rem}.hero-section,.main-features,.detailed-features,.benefits-grid,.screenshots,.user-roles,.main-modules{padding:2rem 0}.hero-section{padding:2rem 1rem;margin-bottom:1.5rem}.main-features,.detailed-features,.benefits-grid,.screenshots{grid-template-columns:1fr;padding:1rem;margin:1.5rem 0}.product-content{grid-template-columns:1fr}.hero-section h1{font-size:2.5rem}.tagline{font-size:1.2rem;padding:0 1rem}.roles-grid,.modules-grid{grid-template-columns:1fr}.hero-content{padding:2rem 1rem}.feature-card,.benefit-card,.role-card,.module-card{padding:1.25rem;margin-bottom:.75rem}.cta-section{margin:1.5rem 0;padding:1.5rem}.main-features .content-wrapper,.benefits-grid .content-wrapper,.roles-grid,.modules-grid,.detailed-features .content-wrapper,.screenshots .content-wrapper{grid-template-columns:1fr}section{padding:1.5rem 0}}.mobile-app-container{max-width:1200px;margin:0 auto;padding:2rem}.hero-section{text-align:center;margin:3rem 0;padding:3rem 0;background:linear-gradient(135deg,#ff6b0080,#45b3e380);border-radius:15px;color:#333}.hero-section h1{font-size:2.5rem;margin-bottom:1rem}.services-grid,.tech-categories,.industries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2rem 0}.service-card,.tech-card,.industry-card{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.service-card:hover,.tech-card:hover,.industry-card:hover{transform:translateY(-5px)}.service-card h3,.tech-card h3{color:#ff6b00;margin-bottom:1rem}.tech-stack,.industries,.why-choose-us{margin:4rem 0}h2{font-size:2rem;color:#333;margin-bottom:2rem;text-align:center}.benefits-list{list-style:none;padding:0}.benefits-list li{padding:1rem;margin:.5rem 0;background:#f5f5f5;border-radius:8px;display:flex;align-items:center}.benefits-list li:before{content:"✓";color:#45b3e3;margin-right:1rem;font-weight:700}.industry-card{text-align:center;background:linear-gradient(135deg,#ff6b0020,#45b3e320);padding:2rem;font-weight:500}@media (max-width: 768px){.mobile-app-container{padding:1rem}.hero-section{margin:1rem 0;padding:2rem 0}.hero-section h1{font-size:2rem}.services-grid,.tech-categories,.industries-grid{grid-template-columns:1fr}}.product-details-container{width:100%;margin:0;padding:0;background:linear-gradient(to bottom,#fff,#f8f9fa);min-height:100vh}.hero-section{text-align:center;padding:4rem 0;background:linear-gradient(135deg,#0093e9,#80d0c7);color:#fff}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:1200px;padding:3rem;text-align:center;color:#fff;z-index:2;background:#ece8e899;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:10px}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.demo-button,.quote-button{padding:1.2rem 3rem;border:none;border-radius:30px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:all .3s ease}.demo-button{background:linear-gradient(45deg,#2179d1,#00e5ff);color:#fff;box-shadow:0 5px 15px #007bff66}.quote-button{background:transparent;color:#fff;border:2px solid white;box-shadow:0 5px 15px #ffffff1a}.demo-button:hover,.quote-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.benefits-grid{width:100%;padding:4rem 0;background:linear-gradient(to right,#f8f9fa,#fff)}.benefits-grid .content-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem}.benefit-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.05)}.benefit-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #2179d11a;border-color:#2179d133}.benefit-icon{font-size:2.5rem;margin-bottom:1.5rem;display:inline-block;background:linear-gradient(135deg,#2179d1,#00e5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:transform .3s ease}.benefit-card:hover .benefit-icon{transform:scale(1.1)}.benefit-card h3{color:#1a237e;font-size:1.5rem;margin-bottom:1rem;font-weight:600}.benefit-card p{color:#64748b;line-height:1.6;margin:0;font-size:1.1rem}@media (max-width: 1024px){.benefits-grid .content-wrapper{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.benefits-grid .content-wrapper{grid-template-columns:1fr;padding:0 1.5rem}.benefit-card{padding:1.5rem}}.product-showcase{padding:80px 0;background:#f8f9fa}.showcase-container{max-width:1200px;margin:0 auto;padding:0 20px}.showcase-item{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;margin-bottom:100px}.showcase-item.reverse{direction:rtl}.showcase-item.reverse .showcase-content{direction:ltr}.showcase-content{padding:20px}.showcase-content h2{font-size:2.5rem;margin-bottom:20px;color:#333}.showcase-content p{font-size:1.1rem;line-height:1.6;color:#666;margin-bottom:30px}.feature-list{list-style:none;padding:0}.feature-list li{margin:15px 0;font-size:1.1rem;display:flex;align-items:center;gap:10px}.feature-list li span{color:#2ecc71;font-weight:700}.showcase-image{border-radius:10px;overflow:hidden;box-shadow:0 20px 40px #0000001a;transition:transform .3s ease}.showcase-image:hover{transform:translateY(-10px)}.showcase-image img{width:100%;height:auto;display:block}@media (max-width: 768px){.showcase-item{grid-template-columns:1fr;text-align:center}.stats-container{grid-template-columns:repeat(2,1fr)}.cta-buttons{flex-direction:column;align-items:center}}.erp-container{min-height:100vh;width:100%;position:relative;overflow-x:hidden}.product-details-container{width:100%;min-height:100vh;background:inherit}.hero-section{position:relative;width:100%;background:linear-gradient(#000000b3,#000000b3);color:#fff;padding:80px 0;min-height:80vh;display:flex;align-items:center}.hero-image{width:100%;height:100vh;position:relative;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;top:0;left:0}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:1200px;padding:3rem;text-align:center;color:#fff;z-index:2;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:10px}.primary-btn,.secondary-btn{padding:15px 30px;border-radius:5px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.primary-btn{background:#ff6b00;color:#fff;border:none}.secondary-btn{background:transparent;color:#fff;border:2px solid white}.hero-stats{display:flex;justify-content:center;gap:60px;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.features-section{padding:80px 0;background:#fff}.tab-navigation{display:flex;justify-content:center;gap:20px;margin-bottom:40px}.tab-button{padding:12px 24px;border:none;background:transparent;color:#64748b;font-size:1.1rem;cursor:pointer;transition:all .3s ease;position:relative}.tab-button.active{color:#1a237e}.tab-button.active:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:#1a237e}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2.5rem;padding:3rem;max-width:1400px;margin:0 auto;place-items:center;perspective:1000px}.feature-card{width:100%;max-width:400px;min-height:320px;background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #00000014;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(33,121,209,.1)}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2179d1,#00a6ff);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.feature-card:hover{transform:translateY(-15px) rotateX(3deg);box-shadow:0 20px 40px #2179d11f;border-color:#2179d133}.feature-card:hover:before{transform:scaleX(1)}.feature-icon{margin-bottom:1.5rem;position:relative;z-index:1}.feature-icon i{font-size:2.5rem;background:linear-gradient(135deg,#2179d1,#00a6ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;transition:transform .4s ease}.feature-card:hover .feature-icon i{transform:scale(1.1) rotate(360deg)}.feature-card h3{font-size:1.8rem;color:#1a237e;margin-bottom:1rem;font-weight:600;transition:color .3s ease}.feature-card p{color:#64748b;line-height:1.6;margin-bottom:1.5rem;font-size:1.1rem}.overview-section{padding:4rem 0;background:linear-gradient(to right,#f8f9fa,#fff)}.overview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem}.overview-card{background:#fff;border-radius:15px;padding:2.5rem 2rem;box-shadow:0 10px 30px #00000014;transition:all .3s ease;border-top:4px solid #2179d1;position:relative;overflow:hidden;place-items:center}.overview-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0000001f}.overview-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,transparent,rgba(33,121,209,.05),transparent);transform:translate(-100%);transition:transform .6s}.overview-card:hover:before{transform:translate(100%)}.overview-card h3{color:#2179d1;font-size:1.8rem;margin-bottom:1.5rem;font-weight:600}.overview-card p{color:#666;margin-bottom:2rem;line-height:1.6}.overview-card ul{list-style:none;padding:0;margin:0}.overview-card ul li{padding:.8rem 0;color:#555;display:flex;align-items:center;gap:.8rem}.overview-card ul li:before{content:"→";color:#2179d1;font-weight:700}.erp-overview-section{display:flex;flex-direction:column;gap:4rem;padding:2rem 0}.erp-feature-row{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.erp-feature-row.reverse{direction:rtl}.erp-feature-row.reverse .erp-feature-content{direction:ltr}.erp-feature-image{overflow:hidden;border-radius:12px;box-shadow:0 8px 30px #0000001a}.erp-feature-image img{width:100%;height:400px;object-fit:cover;transition:transform .5s ease}.erp-feature-image:hover img{transform:scale(1.05)}.erp-feature-content{padding:2rem}.erp-feature-content h3{font-size:2rem;color:#333;margin-bottom:1rem}.erp-feature-content p{font-size:1.1rem;color:#666;margin-bottom:1.5rem}.erp-feature-content ul{list-style-type:none;padding:0}.erp-feature-content ul li{padding:.5rem 0;font-size:1.1rem;color:#555;display:flex;align-items:center;gap:1rem}.erp-feature-content ul li:before{content:"→";color:#f57c00}.erp-benefits-section{padding:6rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.erp-benefits-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.erp-benefit-item{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #00000014;transition:all .4s ease;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.05)}.erp-benefit-item:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001f}.erp-benefit-item i{font-size:2.5rem;background:linear-gradient(135deg,#007bff,#00c6ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1.5rem}.erp-benefit-content h3{font-size:1.5rem;color:#2d3436;margin-bottom:1rem;font-weight:600}.erp-benefit-content ul{list-style:none;padding:0}.erp-benefit-content ul li{color:#636e72;line-height:1.7;font-size:1.1rem;margin-bottom:.5rem;display:flex;align-items:center}.erp-benefit-content ul li:before{content:"→";color:#007bff;margin-right:.5rem}@media (max-width: 1200px){.content-container{padding:0 40px}.overview-grid{grid-template-columns:repeat(2,1fr);padding:0 2rem}}@media (max-width: 992px){.erp-feature-row{grid-template-columns:1fr;gap:2rem}.erp-feature-row.reverse{direction:ltr}.erp-feature-image img{height:300px}}@media (max-width: 768px){.hero-section{padding:60px 0}.hero-content h1{font-size:2.5rem}.hero-content h2{font-size:1.5rem}.hero-content p{font-size:1rem;padding:0 20px}.hero-cta{flex-direction:column;align-items:center;gap:15px}.hero-stats{flex-direction:column;gap:30px}.features-grid{grid-template-columns:1fr;padding:1rem}.tab-navigation{flex-wrap:wrap}.overview-grid,.erp-benefits-list{grid-template-columns:1fr}}@media (max-width: 480px){.content-container{padding:0 20px}.hero-content h1,.stat-number{font-size:2rem}}.custom-software{width:100%;overflow-x:hidden}.hero-image{width:100%;height:100vh;position:relative;overflow:hidden;background-size:cover;background-position:center;background-attachment:fixed}.hero-image:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(src/assets/images/customsw/custom-software-bg.jpg);z-index:1}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:1200px;padding:3rem;text-align:center;color:#fff;z-index:2;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;border:1px solid rgba(255,255,255,.1)}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-content .tagline{font-size:1.8rem;margin-bottom:1rem;opacity:.9}.hero-content .description{font-size:1.2rem;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.hero-cta{display:flex;gap:20px;justify-content:center;margin-top:2rem}.primary-btn,.secondary-btn{padding:1rem 2.5rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.primary-btn{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;box-shadow:0 4px 15px #6366f166}.secondary-btn{background:transparent;color:#fff;border:2px solid white;box-shadow:0 4px 15px #ffffff1a}.primary-btn:hover,.secondary-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0003}.content-container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero-section{text-align:center;padding:6rem 0;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;width:100%;border-radius:1rem;margin-bottom:3rem}.hero-section h1{font-size:3rem;margin-bottom:1rem}.features-section{background:#f8fafc;padding:4rem 0;width:100%}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding:2rem 0}.feature-card{padding:2rem;border-radius:1rem;background:#fff;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.feature-icon{font-size:2.5rem;display:block;margin-bottom:1rem}.lifecycle-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:6rem 0}.lifecycle-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding:2rem 0;position:relative}.lifecycle-card{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 10px 30px #0000001a;position:relative;transition:all .3s ease;overflow:hidden;min-height:320px;display:flex;flex-direction:column}.lifecycle-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.step-number{font-size:4rem;font-weight:800;color:#4f46e51a;position:absolute;top:20px;right:20px}.step-icon{width:70px;height:70px;background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease}.step-icon i{font-size:2rem;color:#fff}.lifecycle-card:hover .step-icon{transform:rotate(360deg);box-shadow:0 10px 20px #6366f14d}.step-content h3{color:#1e293b;font-size:1.5rem;margin-bottom:1rem;position:relative}.step-content p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.step-arrow{position:absolute;right:-1rem;top:50%;transform:translateY(-50%);color:#4f46e5;font-size:1.5rem;opacity:.5}@media (max-width: 768px){.step-arrow{display:none}.lifecycle-card{min-height:auto}}.section-subtitle{text-align:center;color:#64748b;font-size:1.2rem;max-width:600px;margin:0 auto 3rem}section{margin-bottom:4rem}h2{text-align:center;margin-bottom:2rem;color:#2d3748}.custom-benefits-section{padding:6rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.custom-benefits-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.custom-benefit-item{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #00000014;transition:all .4s ease;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.05)}.custom-benefit-item:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001f}.custom-benefit-item i{font-size:2.5rem;background:linear-gradient(135deg,#007bff,#00c6ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1.5rem}.custom-benefit-content h3{font-size:1.5rem;color:#2d3436;margin-bottom:1rem;font-weight:600}.custom-benefit-content ul{list-style:none;padding:0}.custom-benefit-content ul li{color:#636e72;line-height:1.7;font-size:1.1rem;margin-bottom:.5rem;display:flex;align-items:center}.custom-benefit-content ul li:before{content:"→";color:#007bff;margin-right:.5rem}@media (max-width: 768px){.custom-benefits-list{grid-template-columns:1fr}.custom-benefit-item{padding:2rem}}.crm-solutions{--primary-color: #0052cc;--secondary-color: #091e42;--accent-color: #00a3bf}.hero-section{background:linear-gradient(135deg,var(--secondary-color) 0%,var(--primary-color) 100%);padding:6rem 0;color:#fff;position:relative;overflow:hidden}.hero-content{max-width:800px;margin:0 auto;text-align:center}.enterprise-tag{background:#ffffff1a;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;margin-bottom:1.5rem;display:inline-block}.hero-section h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem}.hero-buttons{margin-top:2rem;display:flex;gap:1rem;justify-content:center}.btn-primary,.btn-secondary{padding:1rem 2rem;border-radius:4px;font-weight:600;transition:all .3s ease}.btn-primary{background:var(--accent-color);color:#fff;border:none}.btn-secondary{background:transparent;border:2px solid white;color:#fff}.features-section{padding:5rem 0;background:#f8f9fa}.section-header{text-align:center;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:300px 1fr;gap:2rem;background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000000d}.features-nav{background:#366aca;border-right:1px solid #e0e0e0}.feature-tab{width:100%;padding:1.5rem;text-align:left;border:none;background:transparent;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.feature-tab.active{background:#fff;color:var(--primary-color);border-left:4px solid var(--primary-color)}.feature-content{padding:2rem}.feature-benefits{list-style:none;padding:0;margin-top:1.5rem}.feature-benefits li{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.feature-benefits i{color:var(--primary-color)}.statistics-section{padding:5rem 0;background:#fff}.statistics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.stat-card{text-align:center;padding:2rem;background:#f8f9fa;border-radius:8px;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-value{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.stat-label{color:var(--secondary-color);font-size:1.1rem}@media (max-width: 768px){.features-grid{grid-template-columns:1fr}.hero-section h1{font-size:2.5rem}}.pos-solutions{width:100%;min-height:100vh;background:#2179d1;position:relative;overflow-x:hidden}.pos-hero{position:relative;width:100%;padding:80px 0;text-align:center;background:linear-gradient(#000000b3,#000000b3);color:#fff}.pos-hero h1{font-size:2.8rem;margin-bottom:1rem;font-weight:700}.pos-hero p{font-size:1.25rem;max-width:700px;margin:0 auto;line-height:1.7}.pos-section{max-width:1100px;margin:2.5rem auto;padding:2rem 1rem;background:#fff;border-radius:12px;box-shadow:0 4px 16px #00000012}.pos-section h2{text-align:center;color:#ff6b00;margin-bottom:1.5rem;font-size:2rem;font-weight:600}.pos-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:1.5rem}.pos-feature-card{background:#f5faff;border-radius:10px;padding:2rem 1.5rem;box-shadow:0 2px 8px #0000000f;text-align:center;transition:transform .2s,box-shadow .2s;position:relative}.pos-feature-card:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 8px 24px #0000001f}.pos-feature-emoji{font-size:2.2rem;display:block;margin-bottom:.5rem}.pos-feature-card i{font-size:2rem;color:#08f;margin-bottom:1rem;display:block}.pos-feature-card h3{font-size:1.25rem;color:#222;margin-bottom:.5rem;font-weight:600}.pos-feature-card p{color:#555;font-size:1rem;line-height:1.5}.pos-summary{background:#f8f9fa;box-shadow:none;text-align:center}.pos-summary h2{color:#08f;font-size:2rem;margin-bottom:1rem}.pos-summary p{color:#333;font-size:1.15rem}@media (max-width: 768px){.pos-hero{padding:2rem 1rem}.pos-section{padding:1.5rem .5rem}.pos-features-grid{grid-template-columns:1fr}}.mobile-app-development{min-height:100vh;background-color:#f8fafc}.enterprise-hero{background:linear-gradient(135deg,#1a237e,#283593);color:#fff;padding:100px 0 60px;position:relative;overflow:hidden}.content-container{max-width:1200px;margin:0 auto;padding:0 20px}.hero-content{text-align:center;margin-bottom:60px}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:20px}.hero-content h2{font-size:1.8rem;font-weight:500;margin-bottom:20px;opacity:.9}.hero-content p{font-size:1.2rem;max-width:600px;margin:0 auto 40px;line-height:1.6}.hero-cta{display:flex;gap:20px;justify-content:center}.primary-btn{background:#ff6b00;color:#fff;padding:15px 30px;border:none;border-radius:5px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.primary-btn:hover{background:#ff8533;transform:translateY(-2px)}.secondary-btn{background:transparent;color:#fff;padding:14px 29px;border:2px solid white;border-radius:5px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.secondary-btn:hover{background:#ffffff1a}.hero-stats{display:flex;justify-content:center;gap:60px;margin-top:40px}.stat-item{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:700;margin-bottom:10px}.stat-label{font-size:1.1rem;opacity:.9}.section-header{text-align:center;margin-bottom:60px}.section-tag{background:#1a237e1a;color:#1a237e;padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:600}.section-header h2{font-size:2.5rem;color:#1a237e;margin:20px 0}.app-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}.solution-card{background:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease}.solution-card:hover{transform:translateY(-5px)}.card-header{display:flex;align-items:center;gap:15px;margin-bottom:20px}.type-icon{font-size:2rem}.tech-stack{margin-top:20px}.tech-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.tech-tag{background:#f0f2f5;padding:6px 12px;border-radius:15px;font-size:.9rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.benefit-card{background:#fff;padding:25px;border-radius:10px;display:flex;align-items:flex-start;gap:20px;box-shadow:0 4px 6px #0000000d}.feature-icon{font-size:2rem}.lifecycle-slider{display:flex;justify-content:space-between;margin:60px 0;position:relative;padding:20px 0}.lifecycle-step{text-align:center;position:relative;flex:1}.step-number{font-size:1.5rem;font-weight:700;color:#1a237e;margin-bottom:10px}.step-connector{position:absolute;top:50%;left:calc(50% + 50px);width:calc(100% - 100px);height:2px;background:#e0e0e0}.lifecycle-step:last-child .step-connector{display:none}.cta-section{background:linear-gradient(135deg,#1a237e,#283593);color:#fff;padding:80px 0;text-align:center;margin-top:80px}.cta-content h2{font-size:2.5rem;margin-bottom:20px}.cta-buttons{display:flex;gap:20px;justify-content:center;margin-top:40px}.mobile-solutions-section{padding:4rem 0;background:#fff}.mobile-solutions-list{display:flex;flex-direction:column;gap:4rem}.mobile-solution-row{display:flex;align-items:center;gap:4rem;padding:2rem 0}.mobile-solution-row.right{flex-direction:row-reverse}.mobile-solution-content{flex:1}.mobile-solution-content h3{font-size:2rem;margin-bottom:1.5rem;color:#333}.mobile-solution-content p{font-size:1.1rem;line-height:1.6;color:#666;margin-bottom:1.5rem}.mobile-tech-tags{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}.mobile-tech-tag{padding:.5rem 1rem;background:#0088ff1a;color:#08f;border-radius:20px;font-size:.9rem}.mobile-solution-image{flex:1;max-width:500px;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease}.mobile-solution-image:hover{transform:translateY(-10px)}.mobile-solution-image img{width:100%;height:auto;object-fit:cover;transition:transform .3s ease}.mobile-solution-image:hover img{transform:scale(1.05)}.mobile-benefits-section{padding:6rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.mobile-benefits-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.mobile-benefit-item{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #00000014;transition:all .4s ease;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.05)}.mobile-benefit-item:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001f}.mobile-benefit-item i{font-size:2.5rem;background:linear-gradient(135deg,#2196f3,#00bcd4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1.5rem}.mobile-benefit-content h3{font-size:1.5rem;color:#2d3436;margin-bottom:1rem;font-weight:600}.mobile-benefit-content ul{list-style:none;padding:0}.mobile-benefit-content ul li{color:#636e72;line-height:1.7;font-size:1.1rem;margin-bottom:.5rem;display:flex;align-items:center}.mobile-benefit-content ul li:before{content:"→";color:#2196f3;margin-right:.5rem}.services-section{padding:80px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.services-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.services-section .section-header{text-align:center;font-size:2.5rem;color:#2c3e50;margin-bottom:60px;font-weight:700;position:relative}.services-section .section-header:after{content:"";display:block;width:80px;height:4px;background:#3498db;margin:20px auto;border-radius:2px}.services-list .service-row{display:flex;align-items:center;margin-bottom:80px;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;overflow:hidden;transition:transform .3s ease}.services-list .service-row:hover{transform:translateY(-5px)}.service-row.left{flex-direction:row}.service-row.right{flex-direction:row-reverse}.service-row .content{flex:1;padding:40px}.service-row .content h3{font-size:1.8rem;color:#2c3e50;margin-bottom:20px;font-weight:600}.service-row .content p{color:#636e72;line-height:1.6;margin-bottom:25px}.tech-list h4{font-size:1.2rem;color:#2c3e50;margin-bottom:15px}.tech-tags{display:flex;flex-wrap:wrap;gap:10px}.tech-tag{padding:8px 16px;background:#e9ecef;color:#2c3e50;border-radius:20px;font-size:.9rem;font-weight:500;transition:all .3s ease}.tech-tag:hover{background:#3498db;color:#fff}.service-row .image{flex:1;height:400px;overflow:hidden}.service-row .image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.service-row:hover .image img{transform:scale(1.05)}@media (max-width: 768px){.hero-content h1{font-size:2.5rem}.hero-content h2{font-size:1.5rem}.hero-stats{flex-direction:column;gap:30px}.hero-cta{flex-direction:column;align-items:center}.benefits-grid{grid-template-columns:1fr}.lifecycle-slider{flex-direction:column;gap:30px}.step-connector{display:none}.mobile-solution-row,.mobile-solution-row.right{flex-direction:column;gap:2rem}.mobile-solution-image{max-width:100%}.mobile-benefits-list{grid-template-columns:1fr}.mobile-benefit-item{padding:2rem}.service-row.left,.service-row.right{flex-direction:column}.service-row .image{height:300px}.service-row .content{padding:30px}}.inventory-management{padding-top:80px;background:#f8f9fa;min-height:100vh}.inventory-hero{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#08f,#00c6a7);color:#fff}.inventory-hero h1{font-size:2.8rem;margin-bottom:1rem;font-weight:700}.inventory-hero p{font-size:1.25rem;max-width:700px;margin:0 auto;line-height:1.7}.inventory-section{max-width:1100px;margin:2.5rem auto;padding:2rem 1rem;background:#fff;border-radius:12px;box-shadow:0 4px 16px #00000012}.inventory-section h2{text-align:center;color:#08f;margin-bottom:1.5rem;font-size:2rem;font-weight:600}.inventory-list{list-style:none;padding:0;max-width:700px;margin:0 auto}.inventory-list li{display:flex;align-items:center;font-size:1.15rem;margin-bottom:1rem;color:#333}.inventory-list i{color:#00c6a7;margin-right:.75rem;font-size:1.2rem}.inventory-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:1.5rem}.inventory-card{background:#f5faff;border-radius:10px;padding:2rem 1.5rem;box-shadow:0 2px 8px #0000000f;text-align:center;transition:transform .2s,box-shadow .2s}.inventory-card:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 8px 24px #0000001f}.inventory-card i{font-size:2.2rem;color:#08f;margin-bottom:1rem}.inventory-card h3{font-size:1.25rem;color:#222;margin-bottom:.5rem;font-weight:600}.inventory-card p{color:#555;font-size:1rem;line-height:1.5}@media (max-width: 768px){.inventory-hero{padding:2rem 1rem}.inventory-section{padding:1.5rem .5rem}.inventory-grid{grid-template-columns:1fr}}.account-management{padding-top:0;background:#f8f9fa;min-height:100vh}.account-hero-section{width:100%;height:100vh;position:relative;overflow:hidden}.account-hero-background{width:100%;height:100%;background-image:url(src/assets/AccountManage-bg.jpeg);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;position:relative}.account-hero-background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0009}.account-hero-content{position:relative;z-index:1;text-align:center;max-width:800px;padding:0 20px}.account-hero-content h1{font-size:3.5rem;color:#fff;margin-bottom:1.5rem;font-weight:700;text-transform:uppercase}.account-hero-content p{font-size:1.25rem;color:#fff;line-height:1.7;margin-bottom:2rem}.account-section{max-width:1100px;margin:2.5rem auto;padding:2rem 1rem;background:#fff;border-radius:12px;box-shadow:0 4px 16px #00000012}.account-section h2{text-align:center;color:#08f;margin-bottom:1.5rem;font-size:2rem;font-weight:600}.account-explanations{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.account-explanation-card{background:#f5faff;border-radius:10px;padding:1.5rem 1rem;box-shadow:0 2px 8px #0000000f;text-align:center}.account-explanation-card h3{font-size:1.15rem;color:#08f;margin-bottom:.5rem;font-weight:600}.account-explanation-card p{color:#555;font-size:1rem;line-height:1.5}.account-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:1.5rem}.account-feature-card{background:#f5faff;border-radius:10px;padding:2rem 1.5rem;box-shadow:0 2px 8px #0000000f;text-align:center;transition:transform .2s,box-shadow .2s;position:relative}.account-feature-card:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 8px 24px #0000001f}.account-feature-emoji{font-size:2.2rem;display:block;margin-bottom:.5rem}.account-feature-card i{font-size:2rem;color:#00c6a7;margin-bottom:1rem;display:block}.account-feature-card h3{font-size:1.25rem;color:#222;margin-bottom:.5rem;font-weight:600}.account-feature-card p{color:#555;font-size:1rem;line-height:1.5}@media (max-width: 768px){.account-hero{padding:2rem 1rem}.account-section{padding:1.5rem .5rem}.account-explanations,.account-features-grid{grid-template-columns:1fr}}.footer{padding:0;height:fit-content;background-color:#1a1a1a;color:#fff}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.footer-section{padding:0 1rem}.footer-logo{margin-bottom:1.5rem;max-width:180px;height:auto}.company-description p{line-height:1.6;font-size:1.1rem;color:#d1d5db}.social-links{display:flex;gap:1rem;margin-top:1.5rem}.social-links a{padding:.5rem;border-radius:50%;transition:transform .3s ease;color:#fff;font-size:1.5rem}.social-links a:hover{color:#ff6b00;transform:scale(1.1)}.footer-section h3{margin-bottom:1.5rem;font-size:1.4rem;font-weight:600;color:#ff6b00}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.75rem;font-size:1.1rem}.footer-section ul li a{text-decoration:none;transition:color .3s ease;color:#d1d5db;font-size:1.1rem}.footer-section ul li a:hover{color:#ff6b00}.footer-section ul li i{margin-right:.5rem;color:#ff6b00}.office-details h4{margin-bottom:1rem;font-size:1.2rem;font-weight:500;color:#fff}.office-details p{margin-bottom:.75rem;line-height:1.5;font-size:1.05rem;color:#d1d5db}.office-details i{margin-right:.5rem;color:#ff6b00}.footer-bottom-content{padding:10px;max-width:1300px;border-top:1px solid #333;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;text-align:center}.legal-links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.legal-links a{color:#fff;margin:0 1rem;text-decoration:none;font-weight:500;position:relative;transition:color .2s}.legal-links a:hover{color:#1e88e5;text-decoration:none}.legal-links a:after{content:"";display:block;width:0;height:2px;background:#ff6b00;transition:width .3s;position:absolute;left:0;bottom:-2px}.legal-links a:hover:after{width:100%}@media (max-width: 768px){.footer{padding:2rem 1rem 0}.footer-content{display:flex;flex-direction:column;gap:1.5rem;padding:0 1rem;margin-bottom:2rem}.footer-section{flex:1;min-width:calc(50% - .5rem);padding:.75rem;margin-bottom:1rem;background:#ffffff05;border-radius:8px}.footer-section.company-info{flex:1 1 100%;min-width:100%;text-align:center}.footer-section h3{font-size:1.2rem;margin-bottom:.75rem;color:#ff6b00}.footer-logo{max-width:140px;margin:0 auto 1rem}.company-description p{font-size:1rem;text-align:center}.social-links{justify-content:center;margin-top:1rem;gap:1.25rem}.social-links a{font-size:1.4rem}.footer-section ul li{margin-bottom:.5rem;font-size:1rem}.footer-section ul li a{font-size:1rem}.office-details p{font-size:.95rem;margin-bottom:.4rem}.office-details h4{font-size:1.1rem;margin-bottom:.75rem}.footer-bottom-content{flex-direction:row;justify-content:center;align-items:center;padding:1.5rem 1rem;margin:1.5rem auto 0;text-align:left}.legal-links{gap:.75rem;margin-bottom:0;flex-wrap:nowrap}.legal-links a{font-size:.95rem}}@media (max-width: 480px){.footer{padding:1.5rem .5rem 0}.footer-content{padding:0 .5rem;gap:1rem}.footer-section{min-width:calc(50% - .5rem);padding:.5rem;margin-bottom:.75rem}.footer-section.company-info{flex:1 1 100%;min-width:100%}.footer-section h3{font-size:1.1rem;margin-bottom:.5rem;color:#ff6b00}.company-description p{font-size:.95rem}.footer-logo{max-width:120px}.social-links a{font-size:1.3rem;padding:.4rem}.footer-section ul li{font-size:.95rem;margin-bottom:.4rem}.footer-section ul li a{font-size:.95rem}.office-details p{font-size:.9rem}.footer-bottom-content{flex-direction:column;padding:1rem .5rem;gap:.75rem;text-align:center}.legal-links{flex-wrap:wrap;justify-content:center;gap:.5rem}.legal-links a{font-size:.9rem}}.legal-links a{font-size:.9rem}.copyright p{font-size:.85rem}.social-link.linkedin:hover{color:#0077b5}.social-link.twitter:hover{color:#1da1f2}.social-link.facebook:hover{color:#1877f3}.social-link.instagram:hover{color:#e4405f}.social-link.whatsapp:hover{color:#25d366}.product-page{max-width:1200px;margin:0 auto;padding:20px}.features-section{padding:40px 0}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin:0 auto;padding:20px}@media (max-width: 1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.features-grid{grid-template-columns:1fr}}.feature-card{background:#fff;padding:25px;border-radius:8px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:2.5rem;margin-bottom:20px}.feature-card h3{color:#1e3c72;margin-bottom:15px}.feature-card ul{list-style:none;padding:0}.feature-card li{position:relative;background:#f5f5f5;margin:8px 0;padding:16px}.feature-card li:before{content:"✓";color:#1e3c72;position:absolute;left:0}.benefits-section{background:#f8f9fa;padding:60px 20px;margin:40px 0;border-radius:10px}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:30px}.benefit-card{text-align:center;padding:20px}.benefit-icon{font-size:2rem;margin-bottom:15px}.cta-section{text-align:center;padding:60px 20px;background:#fff;border-radius:10px;margin-top:40px}.cta-buttons{display:flex;gap:20px;justify-content:center;margin-top:30px}.demo-button,.quote-button{padding:12px 30px;border-radius:5px;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.demo-button{background:#1e3c72;color:#fff;border:none}.quote-button{background:transparent;border:2px solid #1e3c72;color:#1e3c72}.portal-links{display:flex;justify-content:center;gap:30px;margin:30px 0;flex-wrap:wrap}.portal-card{background:#ffffffe6;padding:20px;border-radius:10px;text-align:center;min-width:200px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.portal-icon{font-size:2rem;margin-bottom:10px;display:block}.portal-card h3{color:#1e3c72;margin-bottom:8px}.portal-card p{color:#666;font-size:.9rem;margin-bottom:15px}.portal-btn{padding:8px 20px;border-radius:5px;border:none;cursor:pointer;font-weight:500;transition:all .3s ease}.portal-btn.admin{background:#1e3c72;color:#fff}.portal-btn.hr{background:#2a5298;color:#fff}.portal-btn.employee{background:#3466b3;color:#fff}.portal-btn:hover{opacity:.9;transform:scale(1.05)}.portal-section{padding:60px 20px;background:#f8f9fa;margin:40px 0}.portal-section h2{text-align:center;margin-bottom:40px;color:#1e3c72}.portal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto}.portal-card{background:#fff;border-radius:10px;padding:30px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease;text-align:center}.portal-card:hover{transform:translateY(-5px)}.portal-icon{font-size:2.5rem;margin-bottom:20px}.portal-card h3{color:#1e3c72;margin-bottom:20px;font-size:1.5rem}.portal-card ul{list-style:none;padding:0;margin-bottom:25px;text-align:left}.portal-card li{color:#666;position:relative;padding:8px 0 8px 20px}.portal-card li:before{content:"•";color:#1e3c72;position:absolute;left:0}.portal-button{padding:10px 30px;border-radius:5px;border:none;font-weight:500;cursor:pointer;transition:all .3s ease}.portal-button.admin{background:#1e3c72;color:#fff}.portal-button.hr{background:#2a5298;color:#fff}.portal-button.employee{background:#3466b3;color:#fff}.portal-button:hover{transform:scale(1.05);opacity:.9}@media (max-width: 768px){.hero-content h1{font-size:2rem}.tagline{font-size:1.2rem}.features-grid,.benefits-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.demo-button,.quote-button{width:100%}.portal-links{flex-direction:column;gap:15px}.portal-card{width:100%}.portal-grid{grid-template-columns:1fr}.portal-card{padding:20px}}.privacy-policy-fullpage{min-height:100vh;background-color:#f8f9fa}.privacy-policy-hero-section{width:100%;background-color:#f8f9fa}.privacy-policy-hero{height:70vh;min-height:400px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;align-items:center;justify-content:center;width:100%}.privacy-policy-content-section{background-color:#f8f9fa;padding:2rem;width:100%;min-height:100vh}.privacy-policy-title{color:#1a237e;font-size:2.8rem;font-weight:700;text-align:center}.policy-section{margin-bottom:3rem;margin-left:0;padding:2.5rem;background:#fff;border-radius:12px;border-left:4px solid #1a237e;box-shadow:0 4px 16px #00000014;transition:all .3s ease}.policy-section:hover{box-shadow:0 4px 12px #1a237e1a;transform:translateY(-2px)}.section-title{color:#1a237e;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e0e0e0}.subsection{margin:2rem 0;padding:1.5rem;background:#fff;border-radius:6px;border:1px solid #e0e0e0}.policy-section p{color:#333;line-height:1.7;margin-bottom:1rem;font-size:1rem}.policy-section ul{color:#333;margin:1rem 0;padding-left:2rem}.policy-section li{margin-bottom:.8rem;line-height:1.6;position:relative}.policy-section li::marker{color:#1a237e}.security-disclaimer{background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;padding:1rem;margin-top:1rem;font-style:italic;color:#856404}@media (max-width: 768px){.privacy-policy-hero{height:35vh;min-height:250px}.privacy-policy-hero-title{font-size:2.5rem;padding:0 1rem}.privacy-policy-hero-subtitle{font-size:1rem;padding:0 1rem}.privacy-policy-content-section{padding:2rem 1rem;width:100%}.privacy-policy-title{font-size:2.2rem;margin:0 0 3rem;padding:2rem 1.5rem 1rem}.policy-section{margin-bottom:2.5rem;margin-left:0;padding:2rem 1.5rem}.section-title{font-size:1.5rem;margin-bottom:1.5rem}.subsection{padding:1.5rem;margin:1.5rem 0}.contact-details{padding:1.5rem}}@media (max-width: 480px){.privacy-policy-hero{height:30vh;min-height:200px}.privacy-policy-hero-title{font-size:2rem}.privacy-policy-hero-subtitle{font-size:.9rem}.privacy-policy-content-section{padding:1.5rem .5rem;width:100%}.privacy-policy-title{font-size:1.8rem;margin:0 0 2.5rem;padding:1.5rem 1rem .8rem}.policy-section{margin-bottom:2rem;margin-left:0;padding:1.5rem 1rem}.section-title{font-size:1.3rem;margin-bottom:1.2rem}.subsection{padding:1rem .8rem;margin:1.2rem 0}.contact-details{padding:1rem}}@media (max-width: 360px){.privacy-policy-content-section{padding:1rem .25rem;width:100%}.privacy-policy-title{font-size:1.6rem;margin:0 0 2rem;padding:1.2rem .8rem .8rem}.policy-section{margin-bottom:1.5rem;margin-left:0;padding:1.2rem .8rem}.section-title{font-size:1.2rem;margin-bottom:1rem}.subsection{padding:.8rem;margin:1rem 0}.contact-details{padding:.8rem}}@media (max-width: 360px){.privacy-policy-container{margin:.25rem auto 0;padding:1rem .8rem}.privacy-policy-title{font-size:1.4rem}.policy-section{padding:.8rem}.section-title{font-size:1.1rem}.subsection{padding:.6rem}.policy-section p,.policy-section li{font-size:.85rem}.contact-details{padding:.6rem}}.terms-hero-section{width:100%;background-color:#f8f9fa}.terms-hero{height:50vh;min-height:400px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;align-items:center;justify-content:center;width:100%}.terms-content-section{background-color:#f8f9fa;padding:4rem 2rem;width:100%;min-height:100vh}.terms-title{color:#1a237e;font-size:2.8rem;font-weight:700;text-align:center;margin:0 0 4rem;padding:2rem 3rem 1.5rem;border-bottom:3px solid #1a237e;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 4px 16px #00000014}.terms-section{margin-bottom:3rem;margin-left:0;padding:2.5rem;background:#fff;border-radius:12px;border-left:4px solid #1a237e;box-shadow:0 4px 16px #00000014;transition:all .3s ease}.terms-section:hover{box-shadow:0 4px 12px #1a237e1a;transform:translateY(-2px)}.terms-section .section-title{color:#1a237e;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e0e0e0}.terms-section p{color:#333;line-height:1.7;margin-bottom:1rem;font-size:1rem}.terms-section ul{color:#333;margin:1rem 0;padding-left:2rem}.terms-section li{margin-bottom:.8rem;line-height:1.6;position:relative}.terms-section li::marker{color:#1a237e}@media (max-width: 768px){.terms-hero{height:35vh;min-height:250px}.terms-content-section{padding:2rem 1rem;width:100%}.terms-title{font-size:2.2rem;margin:0 0 3rem;padding:2rem 1.5rem 1rem}.terms-section{margin-bottom:2.5rem;margin-left:0;padding:2rem 1.5rem}.terms-section .section-title{font-size:1.5rem;margin-bottom:1.5rem}.contact-details{padding:1.5rem}}@media (max-width: 480px){.terms-hero{height:30vh;min-height:200px}.terms-content-section{padding:1.5rem .5rem;width:100%}.terms-title{font-size:1.8rem;margin:0 0 2.5rem;padding:1.5rem 1rem .8rem}.terms-section{margin-bottom:2rem;margin-left:0;padding:1.5rem 1rem}.terms-section .section-title{font-size:1.3rem;margin-bottom:1.2rem}.contact-details{padding:1rem}}@media (max-width: 360px){.terms-content-section{padding:1rem .25rem;width:100%}.terms-title{font-size:1.6rem;margin:0 0 2rem;padding:1.2rem .8rem .8rem}.terms-section{margin-bottom:1.5rem;margin-left:0;padding:1.2rem .8rem}.terms-section .section-title{font-size:1.2rem;margin-bottom:1rem}.contact-details{padding:.8rem}}.cookie-hero-section{width:100%;background-color:#f8f9fa}.cookie-hero{height:70vh;min-height:400px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;align-items:center;justify-content:center;width:100%}.cookie-content-section{background-color:#f8f9fa;padding:4rem 2rem;width:100%;min-height:100vh}.cookie-title{color:#1a237e;font-size:2.8rem;font-weight:700;text-align:center;margin:0 0 4rem;padding:2rem 3rem 1.5rem;border-bottom:3px solid #1a237e;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 4px 16px #00000014}.cookie-section{margin-bottom:3rem;margin-left:0;padding:2.5rem;background:#fff;border-radius:12px;border-left:4px solid #1a237e;box-shadow:0 4px 16px #00000014;transition:all .3s ease}.cookie-section:hover{box-shadow:0 4px 12px #1a237e1a;transform:translateY(-2px)}.cookie-section .section-title{color:#1a237e;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e0e0e0}.subsection{margin:2rem 0;padding:1.5rem;background:#fafafa;border-radius:6px;border:1px solid #e0e0e0}.subsection-title{color:#2c387e;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.cookie-section p{color:#333;line-height:1.7;margin-bottom:1rem;font-size:1rem}.cookie-section ul{color:#333;margin:1rem 0;padding-left:2rem}.cookie-section li{margin-bottom:.8rem;line-height:1.6;position:relative}.cookie-section li::marker{color:#1a237e}.email-link,.website-link,.phone-link{color:#1a237e;text-decoration:none;font-weight:600;transition:all .3s ease;border-bottom:1px solid transparent}.email-link:hover,.website-link:hover,.phone-link:hover{color:#0d47a1;border-bottom:1px solid #0d47a1}.last-updated{background:#e8f5e8;border:1px solid #c3e6c3;border-radius:6px;padding:1rem;margin-top:1.5rem;text-align:center;color:#2e7d32}.contact-section{background:#fff;color:#333;border-left:4px solid #1a237e}.contact-section .section-title{color:#1a237e;border-bottom:2px solid #e0e0e0}.contact-section p{color:#333}.company-name{color:#1a237e;font-size:1.4rem;font-weight:600;margin:1.5rem 0 1rem}.contact-details{background:#fafafa;padding:1.5rem;border-radius:8px;margin-top:1rem;border:1px solid #e0e0e0}.contact-section .email-link,.contact-section .website-link,.contact-section .phone-link{color:#1a237e}.contact-section .email-link:hover,.contact-section .website-link:hover,.contact-section .phone-link:hover{color:#0d47a1;border-bottom:1px solid #0d47a1}.cookie-table{margin:2rem 0;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.table-row{display:flex;border-bottom:1px solid #e0e0e0}.table-row:last-child{border-bottom:none}.table-header{background:linear-gradient(135deg,#1a237e,#3949ab);color:#fff}.table-header .table-cell{color:#fff;font-weight:600}.table-cell{flex:1;padding:1rem;border-right:1px solid #e0e0e0;background:#fff}.table-cell:first-child{flex:0 0 150px;font-weight:600;color:#1a237e}.table-cell:last-child{border-right:none}.table-row:nth-child(2n) .table-cell{background:#f8f9fa}.cookie-section .security-disclaimer{background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;padding:1rem;margin-top:1rem;font-style:italic;color:#856404}@media (max-width: 768px){.cookie-hero{height:35vh;min-height:250px}.cookie-content-section{padding:2rem 1rem;width:100%}.cookie-title{font-size:2.2rem;margin:0 0 3rem;padding:2rem 1.5rem 1rem}.cookie-section{margin-bottom:2.5rem;margin-left:0;padding:2rem 1.5rem}.cookie-section .section-title{font-size:1.5rem;margin-bottom:1.5rem}.subsection{padding:1.5rem;margin:1.5rem 0}.contact-details{padding:1.5rem}.cookie-table{margin:1.5rem 0}.table-row{flex-direction:column}.table-cell{border-right:none;border-bottom:1px solid #e0e0e0}.table-cell:first-child{flex:1;border-bottom:1px solid #ddd;background:#f0f4ff!important}.table-cell:last-child{border-bottom:none}}@media (max-width: 480px){.cookie-hero{height:30vh;min-height:200px}.cookie-content-section{padding:1.5rem .5rem;width:100%}.cookie-title{font-size:1.8rem;margin:0 0 2.5rem;padding:1.5rem 1rem .8rem}.cookie-section{margin-bottom:2rem;margin-left:0;padding:1.5rem 1rem}.cookie-section .section-title{font-size:1.3rem;margin-bottom:1.2rem}.subsection{padding:1rem .8rem;margin:1.2rem 0}.contact-details{padding:1rem}.table-cell,.table-cell:first-child{padding:.8rem}}@media (max-width: 360px){.cookie-content-section{padding:1rem .25rem;width:100%}.cookie-title{font-size:1.6rem;margin:0 0 2rem;padding:1.2rem .8rem .8rem}.cookie-section{margin-bottom:1.5rem;margin-left:0;padding:1.2rem .8rem}.cookie-section .section-title{font-size:1.2rem;margin-bottom:1rem}.subsection{padding:.8rem;margin:1rem 0}.contact-details{padding:.8rem}}
