*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#1a1a1a;--secondary-color:#f5f5f5;--accent-color:#06c;--purple-primary:#6b2d8f;--purple-secondary:#9c27b0;--magenta:#e91e63;--purple-dark:#4a148c;--purple-gradient:linear-gradient(135deg,#6b2d8f,#9c27b0 50%,#e91e63);--purple-gradient-dark:linear-gradient(135deg,#4a148c,#6b2d8f 50%,#9c27b0);--text-color:#333;--text-light:#666;--border-color:#e0e0e0;--max-width:1200px;--header-height:80px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem}a{color:#06c;color:var(--accent-color);text-decoration:none;transition:color .3s ease}a:hover{color:#0052a3}.container{margin:0 auto;max-width:1200px;max-width:var(--max-width);padding:0 20px}.btn{background-color:#06c;background-color:var(--accent-color);border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;padding:12px 30px;text-align:center;transition:all .3s ease}.btn:hover{background-color:#0052a3;box-shadow:0 4px 12px #0066cc4d;transform:translateY(-2px)}.btn-secondary{background-color:#f5f5f5;background-color:var(--secondary-color);color:#1a1a1a;color:var(--primary-color)}.btn-secondary:hover{background-color:#e0e0e0}.loading{align-items:center;color:#666;color:var(--text-light);display:flex;font-size:1.2rem;justify-content:center;min-height:400px}.loading:after{animation:spin 1s linear infinite;border:3px solid #e0e0e0;border-radius:50%;border-top-color:#06c;border:3px solid var(--border-color);border-top-color:var(--accent-color);content:"";display:inline-block;height:30px;margin-left:10px;width:30px}.error{color:#d32f2f;padding:40px 20px;text-align:center}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.container{padding:0 15px}}img{display:block;height:auto;max-width:100%}.lazy-image-wrapper{background-color:#f0f0f0}.lazy-image-wrapper img{transition:opacity .3s ease}.lazy-image-wrapper.loading img{opacity:0}.lazy-image-wrapper.loaded img{opacity:1}.header{background-color:#fff;box-shadow:0 2px 8px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}@media (max-width:768px){.header{z-index:998}}.header-top{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:12px 0}.header-top-container{justify-content:space-between}.header-top-container,.logo{align-items:center;display:flex}.logo{text-decoration:none}.logo-image{height:60px;object-fit:contain;width:auto}.tagline{color:#4a2c7a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.3rem;font-style:normal;font-weight:500;letter-spacing:.3px;margin:0;text-decoration:none}.navbar{background-color:#fff;padding:0}.nav-container{align-items:center;display:flex;justify-content:space-between;padding:10px}.mobile-toggle{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:24px;justify-content:space-around;padding:0;width:30px;z-index:10}.mobile-toggle span{background-color:#333;height:3px;transition:all .3s ease;width:30px}.mobile-toggle.active span:first-child{transform:rotate(45deg) translate(8px,8px)}.mobile-toggle.active span:nth-child(2){opacity:0}.mobile-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav-menu{align-items:center;display:flex;flex:1 1;gap:0;list-style:none;margin:0;padding:0}.nav-item{position:relative}.nav-item.active .nav-link{color:#6b2cbf}.nav-link{align-items:center;background:none;border:none;color:#333;cursor:pointer;display:flex;font-family:inherit;font-size:.9rem;font-weight:500;gap:5px;letter-spacing:1px;line-height:1.4;padding:12px 20px;text-decoration:none;text-transform:uppercase;transition:all .3s ease;white-space:nowrap}.nav-link.active,.nav-link:hover{color:#6b2cbf}.dropdown-toggle{align-items:center;display:flex;gap:5px}.dropdown-toggle span{flex:0 1}.dropdown-chevron{color:#666;flex-shrink:0;height:10px;transition:transform .3s ease;width:10px}.dropdown-toggle:hover .dropdown-chevron,.nav-item.dropdown-active .dropdown-chevron{color:#6b2cbf}.dropdown-chevron.open{transform:rotate(180deg)}.dropdown-menu{background-color:#6b2cbf;box-shadow:0 4px 12px #00000026;left:0;list-style:none;margin:0;min-width:220px;opacity:0;padding:10px 0;position:absolute;top:100%;transform:translateY(-10px);transition:all .3s ease;visibility:hidden;z-index:100}.nav-item.dropdown-active .dropdown-menu,.nav-item:hover .dropdown-menu{opacity:1;transform:translateY(0);visibility:visible}.dropdown-item{margin:0}.dropdown-link{color:#fff;display:block;font-size:.9rem;font-weight:400;letter-spacing:.3px;padding:12px 20px;text-decoration:none;transition:all .3s ease}.dropdown-link.active,.dropdown-link:hover{background-color:#ffffff1a;color:#fff}.utility-links{gap:25px;padding-left:20px;padding-right:20px}.utility-link,.utility-links{align-items:center;display:flex}.utility-link{color:#333;font-size:.75rem;font-weight:500;gap:6px;letter-spacing:.5px;text-decoration:none;text-transform:uppercase;transition:color .3s ease}.utility-link:hover{color:#6b2cbf}.utility-icon{align-items:center;color:inherit;display:flex;height:14px;width:14px}.utility-icon svg{height:100%;width:100%}.utility-text{font-weight:500;white-space:nowrap}@media (min-width:769px){.nav-container{justify-content:space-between;padding-right:10px}.nav-container,.nav-menu{align-items:center;display:flex;flex-direction:row}.nav-menu{flex:1 1;gap:0;order:1}.nav-item,.nav-link{width:auto}.nav-link{background:none;color:#333;justify-content:flex-start;padding:12px 20px}.nav-link.active,.nav-link:hover{background:none;color:#6b2cbf}.dropdown-toggle{justify-content:flex-start;width:auto}.dropdown-chevron{color:#333}.utility-links{order:2}.mobile-toggle{display:none}}@media (max-width:1024px){.utility-links{gap:15px}.utility-text{display:none}}@media (max-width:768px){.header-top-container{align-items:flex-start;flex-direction:column;gap:10px}.tagline{font-size:.8rem}.nav-container{align-items:center;justify-content:space-between}.mobile-toggle{order:2}.mobile-toggle,.utility-links{display:flex;padding-right:20px}.utility-links{gap:15px;order:1;padding-left:20px}.utility-link{color:#999}.utility-text{display:inline;font-size:.75rem}.utility-icon{font-size:.9rem}.nav-menu{background-color:#fff;box-shadow:none;flex-direction:column;gap:8px;left:-100%;margin:0;max-height:calc(100vh - 140px);min-height:auto;overflow-y:auto;padding:0;position:fixed;right:0;text-align:left;top:140px;transition:left .3s ease;width:100%;z-index:1001}.nav-menu.active{height:auto;left:0;padding:20px}@media (max-width:768px){.header{background-color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:1002}body.menu-open{overflow:hidden}}.nav-item{margin-bottom:0;width:100%}.nav-item.active .nav-link,.nav-link{background-color:#6b2cbf;color:#fff}.nav-link{border-radius:4px;justify-content:space-between;padding:15px 20px;width:100%}.nav-link:hover{background-color:#5b21b6;color:#fff}.dropdown-chevron{color:#fff}.dropdown-menu{background-color:initial;border-radius:4px;box-shadow:none;display:none;margin-top:4px;opacity:1;padding:8px 0;position:static;transform:none;visibility:visible}.nav-item.dropdown-active .dropdown-menu{display:block}.dropdown-link{background-color:#f5f5f5;border-radius:4px;color:#333;margin-bottom:4px;padding:12px 20px}.dropdown-link:hover{background-color:#e0e0e0}}.footer{margin-top:80px}.footer-newsletter{background-color:#4c1d95;padding:18px 0}.newsletter-content{align-items:center;display:flex;gap:20px;justify-content:space-between}.newsletter-text{color:#fff;font-size:.85rem;font-weight:500;letter-spacing:1px;line-height:1.5;margin:0;text-transform:uppercase}.newsletter-form{align-items:center;display:flex;gap:10px}.newsletter-input{min-width:250px;padding:10px 15px}.newsletter-button,.newsletter-input{border:none;border-radius:4px;font-size:.85rem}.newsletter-button{background-color:#c026d3;color:#fff;cursor:pointer;font-weight:600;letter-spacing:1px;padding:10px 25px;text-transform:uppercase;transition:background-color .3s ease;white-space:nowrap}.newsletter-button:hover{background-color:#d946ef}.footer-main{background-color:#fff;padding:45px 0 25px}.footer-content{grid-gap:35px;align-items:start;display:grid;gap:35px;grid-template-columns:1fr 1fr 1fr}.footer-column{display:flex;flex-direction:column}.footer-heading{color:#333;font-size:.95rem;font-weight:600;letter-spacing:.8px;line-height:1.4;margin:0 0 18px;text-transform:uppercase}.footer-left{align-items:flex-start}.social-icons{display:flex;gap:12px;margin-bottom:22px}.social-icon{align-items:center;border-radius:50%;display:flex;height:38px;justify-content:center;text-decoration:none;transition:transform .3s ease;width:38px}.social-icon.linkedin{background-color:#0077b5;color:#fff}.social-icon.twitter{background-color:#000;color:#fff}.social-icon.facebook{background-color:#1877f2;color:#fff}.social-icon.youtube{background-color:red;color:#fff}.social-icon:hover{transform:scale(1.1)}.footer-copyright{color:#666;font-size:.8rem;line-height:1.5;margin:0}.footer-center{align-items:flex-start}.footer-email{color:#333;font-size:.9rem;line-height:1.5;margin:0 0 18px}.footer-links-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.footer-links-row a{color:#06c;font-size:.85rem;line-height:1.5;text-decoration:none;transition:color .3s ease}.footer-links-row a:hover{color:#0052a3;text-decoration:underline}.link-separator{color:#999;font-size:.85rem}.footer-right{align-items:flex-start}.nexia-member{display:flex;flex-direction:column;gap:10px}.nexia-text{color:#666;font-size:.85rem;line-height:1.4;margin:0 0 8px}.nexia-logo{align-items:center;display:flex;gap:10px}.nexia-name{color:#333;font-size:1.1rem;font-weight:600;letter-spacing:.3px}.footer-disclaimer{background-color:#f5f5f5;border-top:1px solid #e0e0e0;padding:18px 0}.disclaimer-text{color:#666;font-size:.8rem;line-height:1.6;margin:0}.disclaimer-link{color:#06c;text-decoration:none}.disclaimer-link:hover{text-decoration:underline}@media (max-width:1024px){.footer-content{gap:30px;grid-template-columns:1fr 1fr}.footer-right{grid-column:1/-1}}@media (max-width:768px){.footer-newsletter{padding:15px 0}.newsletter-content{align-items:flex-start;flex-direction:column;gap:15px}.newsletter-form{flex-direction:column;width:100%}.newsletter-input{min-width:auto;width:100%}.newsletter-button{width:100%}.footer-main{padding:40px 0 20px}.footer-content{gap:30px;grid-template-columns:1fr}.footer-right{grid-column:1}.social-icons{justify-content:center}.footer-links-row{align-items:flex-start;flex-direction:column;gap:5px}.link-separator{display:none}}.lazy-image-wrapper{background-color:initial;font-size:0;line-height:0;margin:0;min-height:50px;overflow:hidden;padding:0;position:relative;width:100%}.lazy-image-wrapper img{display:block;height:100%;line-height:0;margin:0;object-fit:cover;padding:0;transition:opacity .2s ease;vertical-align:bottom;width:100%}.lazy-image-placeholder{align-items:center;background-color:#f5f5f5;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.lazy-image-spinner{animation:spin .8s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#9c27b0;height:30px;width:30px}@keyframes spin{to{transform:rotate(1turn)}}.lazy-image-wrapper[style*=padding-bottom]{height:0;position:relative}.lazy-image-wrapper[style*=padding-bottom] img{left:0;position:absolute;top:0}.hero-carousel{height:600px;overflow:hidden;position:relative;width:100%}.hero-carousel-content-wrapper{height:100%;overflow:hidden;position:relative;width:100%}.hero-carousel-slide-wrapper{align-items:stretch;display:flex;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%;will-change:transform}@media (max-width:768px){.hero-carousel-slide-wrapper{max-width:100%;width:100%}}.hero-carousel-slide{flex-shrink:0;height:100%;min-width:100%;opacity:1;overflow:hidden;position:relative;transition:opacity .6s ease;width:100%}.hero-carousel-content-wrapper.hero-carousel-transitioning .hero-carousel-slide{animation:heroSlideFade .6s ease}@keyframes heroSlideFade{0%{opacity:.8;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.hero-carousel-direction-next .hero-carousel-slide-wrapper{animation:heroSlideInFromRight .6s ease}.hero-carousel-direction-prev .hero-carousel-slide-wrapper{animation:heroSlideInFromLeft .6s ease}@keyframes heroSlideInFromRight{0%{opacity:0}to{opacity:1}}@keyframes heroSlideInFromLeft{0%{opacity:0}to{opacity:1}}.hero-carousel-image{display:block;height:100%;object-fit:cover;object-position:center;width:100%}@media (max-width:768px){.hero-carousel-image{object-fit:contain!important;object-position:center center!important}}.hero-carousel-border{border:3px solid #6b2cbf;pointer-events:none;z-index:2}.hero-carousel-border,.hero-carousel-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.hero-carousel-overlay{align-items:center;display:flex;padding:0 80px;z-index:3}.hero-carousel-content{background:#0000;border-radius:4px;color:#fff;max-width:550px;padding:35px 30px;text-shadow:2px 2px 4px #00000080}.hero-carousel-tag{color:gold;font-size:.85rem;font-weight:500;letter-spacing:.8px;line-height:1.4;margin-bottom:6px;text-shadow:1px 1px 3px #000000b3;text-transform:uppercase}.hero-carousel-subtag{color:#fffffff2;font-size:.8rem;font-weight:400;letter-spacing:.5px;line-height:1.5;margin-bottom:15px;text-shadow:1px 1px 3px #0009}.hero-carousel-title{color:#fff;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:12px;text-shadow:2px 2px 6px #000000b3}.hero-carousel-description{color:#fffffff2;font-size:.95rem;line-height:1.6;margin-bottom:20px;text-shadow:1px 1px 3px #0009}.hero-carousel-cta{background:#6b2cbf;border-radius:4px;color:#fff;display:inline-block;font-size:.95rem;font-weight:600;letter-spacing:.5px;padding:12px 35px;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.hero-carousel-cta:hover{background:#8b2cbf;box-shadow:0 4px 12px #6b2cbf66;transform:translateY(-2px)}.hero-carousel-arrow{align-items:center;background:#0000;border:none;border-radius:0;box-shadow:none;color:#6b2cbf;cursor:pointer;display:flex;font-size:0;height:auto;justify-content:center;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:auto;z-index:10}.hero-carousel-arrow img{height:50px;object-fit:contain;padding:0;width:50px}.hero-carousel-arrow:hover{background:#0000;box-shadow:none;transform:translateY(-50%) scale(1.1)}.hero-carousel-arrow-left{left:20px}.hero-carousel-arrow-right{right:20px}.hero-carousel-dots{bottom:30px;display:flex;gap:10px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.hero-carousel-dot{background:#0000;border:2px solid #fff9;border-radius:50%;cursor:pointer;height:12px;padding:0;transition:all .3s ease;width:12px}.hero-carousel-dot.active{background:#fff;border-color:#fff;transform:scale(1.2)}.hero-carousel-dot:hover{border-color:#fff;transform:scale(1.1)}@media (max-width:1024px){.hero-carousel{height:500px}.hero-carousel-overlay{padding:0 40px}.hero-carousel-title{font-size:2.2rem}.hero-carousel-arrow img{height:45px;width:45px}}@media (max-width:768px){.hero-carousel{max-width:100vw;position:relative}.hero-carousel,.hero-carousel-content-wrapper{font-size:0;height:auto;line-height:0;margin-bottom:0!important;max-height:300px;min-height:200px;overflow-x:hidden!important;overflow-y:visible;padding-bottom:0!important;width:100%}.hero-carousel-content-wrapper{max-width:100%}.hero-carousel-slide-wrapper{align-items:flex-start;margin-bottom:0!important;padding-bottom:0!important}.hero-carousel-slide,.hero-carousel-slide-wrapper{font-size:0;height:auto;line-height:0;max-height:300px;min-height:200px;width:100%}.hero-carousel-slide{display:block;margin:0!important;max-width:100%;min-width:100%;overflow-x:hidden!important;overflow-y:visible;padding:0!important}.hero-carousel-overlay{padding:0 20px}.hero-carousel-title{font-size:1.6rem}.hero-carousel-description{font-size:.85rem}.hero-carousel-image{font-size:0;line-height:0;max-height:300px;object-fit:contain!important;object-position:center center!important;position:relative;width:100%!important}.hero-carousel-image,.hero-carousel-slide .lazy-image-wrapper{display:block;height:auto!important;margin:0!important;max-width:100%;padding:0!important;vertical-align:bottom}.hero-carousel-slide .lazy-image-wrapper{font-size:0!important;line-height:0!important;min-height:0!important;overflow-x:hidden;width:100%}.hero-carousel-slide .lazy-image-wrapper img{display:block;font-size:0;line-height:0;margin:0!important;max-width:100%;padding:0!important;vertical-align:bottom;width:100%}.hero-carousel-arrow{font-size:0;height:auto;width:auto}.hero-carousel-arrow img{height:35px;width:35px}.hero-carousel-arrow-left{left:7px}.hero-carousel-arrow-right{right:7px}.hero-carousel-dots{bottom:15px;gap:8px}.hero-carousel-dot{height:10px;width:10px}}@media (max-width:480px){.hero-carousel{max-width:100vw;position:relative}.hero-carousel,.hero-carousel-content-wrapper{font-size:0;height:auto;line-height:0;margin-bottom:0!important;max-height:250px;min-height:180px;overflow-x:hidden!important;overflow-y:visible;padding-bottom:0!important;width:100%}.hero-carousel-content-wrapper{max-width:100%}.hero-carousel-slide-wrapper{align-items:flex-start;margin-bottom:0!important;padding-bottom:0!important}.hero-carousel-slide,.hero-carousel-slide-wrapper{font-size:0;height:auto;line-height:0;max-height:250px;min-height:180px;width:100%}.hero-carousel-slide{display:block;margin:0!important;max-width:100%;min-width:100%;overflow-x:hidden!important;overflow-y:visible;padding:0!important}.hero-carousel-title{font-size:1.4rem}.hero-carousel-image{font-size:0;line-height:0;max-height:250px;object-fit:contain!important;object-position:center center!important;position:relative;width:100%!important}.hero-carousel-image,.hero-carousel-slide .lazy-image-wrapper{display:block;height:auto!important;margin:0!important;max-width:100%;padding:0!important;vertical-align:bottom}.hero-carousel-slide .lazy-image-wrapper{font-size:0!important;line-height:0!important;min-height:0!important;overflow-x:hidden;width:100%}.hero-carousel-slide .lazy-image-wrapper img{display:block;font-size:0;line-height:0;margin:0!important;max-width:100%;padding:0!important;vertical-align:bottom;width:100%}.hero-carousel-arrow img{height:30px;width:30px}.hero-carousel-arrow-left{left:5px}.hero-carousel-arrow-right{right:5px}.hero-carousel-dots{bottom:10px;gap:6px}.hero-carousel-dot{height:8px;width:8px}}.value-propositions-section{background-color:#f8f8f8;min-height:auto;overflow:hidden;padding:35px 0;position:relative}.value-propositions-bg-image{background-position:0 0;background-repeat:repeat;background-size:auto;bottom:0;height:100%;left:0;opacity:1;position:absolute;right:0;top:0;width:100%;z-index:0}.value-propositions-pattern{background-image:radial-gradient(circle at 20% 30%,#f0f0f066 1px,#0000 0),radial-gradient(circle at 80% 70%,#f0f0f066 1px,#0000 0),linear-gradient(45deg,#0000 48%,#f0f0f04d 49%,#f0f0f04d 51%,#0000 52%),linear-gradient(-45deg,#0000 48%,#f0f0f04d 49%,#f0f0f04d 51%,#0000 52%);background-position:0 0,30px 30px,0 0,20px 20px;background-size:60px 60px,60px 60px,40px 40px,40px 40px;bottom:0;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.value-propositions-container{margin:0 auto;max-width:1400px;padding:0 80px;position:relative;z-index:2}.value-propositions-heading{margin-bottom:25px;text-align:center}.value-propositions-heading h2{color:#333;font-size:1.5rem;font-weight:400;line-height:1.6;margin:0 auto;max-width:100%;white-space:nowrap}.value-propositions-heading .highlight-purple{color:#5c2d91;font-weight:700}.value-cards-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px}.value-card{background:#0000!important;background-color:initial!important;border:none!important;box-shadow:none!important;flex-direction:column;gap:20px;margin:0!important;padding:0!important}.value-card,.value-card-icon{align-items:center;display:flex}.value-card-icon{height:80px;justify-content:center;margin-bottom:15px;width:80px}.value-card-icon img{height:100%;object-fit:contain;width:100%}.value-card-button{background-color:#5c2d91;border:none;border-radius:6px;box-shadow:0 2px 8px #00000026;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:14px 20px;text-align:center;transition:all .3s ease;width:100%}.value-card-button:hover{box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.inquire-tab{align-items:center;background-color:#6b2cbf;border-radius:8px 0 0 8px;box-shadow:-2px 0 8px #00000026;cursor:pointer;display:flex;flex-direction:column;gap:12px;padding:20px 12px;position:fixed;right:0;top:50%;transform:translateY(-50%);transition:all .3s ease;z-index:100}.inquire-tab:hover{background-color:#8b2cbf;box-shadow:-4px 0 12px #0003;padding-right:16px}.inquire-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.inquire-icon svg{height:100%;width:100%}.inquire-text{color:#fff;font-size:.85rem;font-weight:600;letter-spacing:2px;text-orientation:mixed;text-transform:uppercase;writing-mode:vertical-rl}@media (max-width:1200px){.value-propositions-container{padding:0 40px}.value-cards-grid{gap:25px}}@media (max-width:1024px){.value-cards-grid{gap:30px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.value-propositions-section{padding:30px 0}.value-propositions-container{padding:0 20px}.value-propositions-heading{margin-bottom:20px}.value-propositions-heading h2{white-space:normal}.value-cards-grid{gap:15px;grid-template-columns:repeat(2,1fr)}.value-card-icon{height:70px;width:70px}.inquire-tab{border-radius:6px 0 0 6px;padding:15px 10px}.inquire-text{font-size:.75rem}}@media (max-width:480px){.value-propositions-heading h2{line-height:1.5;white-space:normal}.value-card-button{font-size:.9rem;padding:12px 16px}}.inquire-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:9998}.inquire-form-container{animation:slideInFromRight .3s ease-out;background-color:#6b2cbf;border-radius:8px 0 0 8px;box-shadow:-4px 0 20px #0000004d;display:flex;flex-direction:column;max-height:calc(100vh - 140px);max-width:90vw;overflow:hidden;position:fixed;right:0;top:120px;width:450px;z-index:9999}.inquire-form-header{align-items:center;background-color:#0003;color:#fff;display:flex;flex-shrink:0;font-size:1.1rem;font-weight:600;justify-content:center;letter-spacing:2px;padding:15px 20px;position:relative;text-transform:uppercase}.inquire-form-header span{flex:1 1;text-align:center}.inquire-form-header .inquire-close-btn{position:absolute;right:15px;top:50%;transform:translateY(-50%)}.inquire-form-content{display:flex;flex-direction:column;height:100%;max-height:100%;min-height:0;overflow-x:hidden;overflow-y:visible}.inquire-form-content::-webkit-scrollbar{width:6px}.inquire-form-content::-webkit-scrollbar-track{background:#0000}.inquire-form-content::-webkit-scrollbar-thumb{background-color:#ffffff4d;border-radius:3px}.inquire-form-content::-webkit-scrollbar-thumb:hover{background-color:#ffffff80}.inquire-close-btn{align-items:center;background:#0000;border:none;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:transform .2s ease;z-index:10}.inquire-close-btn:hover{transform:scale(1.1)}.inquire-form{display:flex;flex:1 1;flex-direction:column;gap:10px;overflow-y:auto;padding:20px 30px 15px}.inquire-form-field{display:flex;flex-direction:column;gap:4px}.inquire-form-field label{color:#fff;font-size:.85rem;font-weight:500;letter-spacing:.5px;margin-bottom:2px}.inquire-form-field input,.inquire-form-field select,.inquire-form-field textarea{background-color:#ffffff1a;border:1px solid #ffffff4d;border-radius:4px;box-sizing:border-box;color:#fff;font-family:inherit;font-size:.9rem;padding:8px 15px;transition:all .3s ease;width:100%}.inquire-form-field input::placeholder,.inquire-form-field textarea::placeholder{color:#ffffff80}.inquire-form-field input:focus,.inquire-form-field select:focus,.inquire-form-field textarea:focus{background-color:#ffffff26;border-color:#fff9;outline:none}.inquire-form-field select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m3 4.5 3 3 3-3' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 15px center;background-repeat:no-repeat;cursor:pointer;padding-right:40px}.inquire-form-field textarea{font-family:inherit;min-height:60px;resize:vertical}.inquire-checkbox-label{align-items:flex-start;cursor:pointer;display:flex;font-size:.8rem;gap:8px;line-height:1.4}.inquire-checkbox-label input[type=checkbox]{accent-color:#fff;cursor:pointer;flex-shrink:0;height:18px;margin-top:3px;width:18px}.inquire-checkbox-label span{color:#fff;flex:1 1}.inquire-submit-btn{background-color:#fff;border:none;border-radius:4px;color:#6b2cbf;cursor:pointer;font-size:.9rem;font-weight:600;letter-spacing:1px;margin-top:0;padding:10px 20px;text-transform:uppercase;transition:all .3s ease}.inquire-submit-btn:hover{background-color:#f0f0f0;box-shadow:0 4px 12px #0003;transform:translateY(-2px)}@media (max-width:768px){.inquire-form-container{border-radius:0;max-height:calc(100vh - 160px);max-width:100vw;top:140px;width:100%}.inquire-form-header{font-size:1rem;letter-spacing:1.5px;padding:12px 15px}.inquire-form{padding:15px 20px}.inquire-form-header .inquire-close-btn{right:10px}}.carousel,.carousel-content{overflow:hidden;position:relative;width:100%}.carousel-content{align-items:center;display:flex;justify-content:center;min-height:300px}.carousel-slide-wrapper{display:flex;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%;will-change:transform}.carousel-slide{flex-shrink:0;opacity:1;transition:opacity .6s ease;width:100%}.carousel-content.carousel-transitioning .carousel-slide{animation:slideFade .6s ease}@keyframes slideFade{0%{opacity:.8;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.carousel-direction-next .carousel-slide-wrapper{animation:slideInFromRight .6s ease}.carousel-direction-prev .carousel-slide-wrapper{animation:slideInFromLeft .6s ease}@keyframes slideInFromRight{0%{opacity:0}to{opacity:1}}@keyframes slideInFromLeft{0%{opacity:0}to{opacity:1}}.carousel-arrow{align-items:center;background:#0000;border:none;border-radius:0;box-shadow:none;color:var(--primary-color);cursor:pointer;display:flex;font-size:0;height:auto;justify-content:center;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:auto;z-index:10}.carousel-arrow img{height:50px;object-fit:contain;padding:0;width:50px}.carousel-arrow:hover{background:#0000;box-shadow:none;transform:translateY(-50%) scale(1.1)}.carousel-arrow-left{left:20px}.carousel-arrow-right{right:20px}.carousel-dots{align-items:center;display:flex;gap:10px;justify-content:center;margin-top:20px}.carousel-dot{background:#0000;border:2px solid #ffffff80;border-radius:50%;cursor:pointer;height:12px;padding:0;transition:all .3s ease;width:12px}.carousel-dot.active{background:#fff;border-color:#fff;transform:scale(1.2)}.carousel-dot:hover{border-color:#fff;transform:scale(1.1)}@media (max-width:768px){.carousel-arrow{font-size:0;height:auto;width:auto}.carousel-arrow img{height:35px;width:35px}.carousel-arrow-left{left:7px}.carousel-arrow-right{right:7px}.carousel-dot{height:10px;width:10px}.carousel-dots{gap:8px}}@media (max-width:480px){.carousel-arrow img{height:30px;width:30px}.carousel-arrow-left{left:5px}.carousel-arrow-right{right:5px}.carousel-dot{height:8px;width:8px}.carousel-dots{gap:6px}}.tabbed-services-carousel{min-height:500px;overflow:hidden;position:relative;width:100%}.tabbed-services-carousel-wrapper,.tabbed-services-slide-container{height:100%;min-height:500px;position:relative;width:100%}.tabbed-services-slide-container{display:block}.tabbed-services-background{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.tabbed-services-bg-image{display:block;height:100%;object-fit:cover;object-position:center center;width:100%}.tabbed-services-overlay{background:#0000;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.tabbed-services-container{bottom:0!important;box-sizing:border-box;left:0;margin:0;max-width:100%;padding:0;position:absolute!important;right:0;top:0!important;width:100%;z-index:3}.tabbed-services-carousel-wrapper .carousel{display:flex;flex-direction:column;height:100%;min-height:500px;position:relative;width:100%}.tabbed-services-carousel-wrapper .carousel-content{align-items:stretch!important;display:block!important;flex:none!important;height:100%!important;justify-content:flex-start!important;min-height:500px!important;overflow:hidden!important;position:relative!important}.tabbed-services-carousel-wrapper .carousel-slide-wrapper{display:flex;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%;will-change:transform}.tabbed-services-carousel-wrapper .carousel-slide{flex-shrink:0;height:100%;min-width:100%;opacity:1;width:100%}.tabbed-services-carousel-wrapper .carousel-arrow{align-items:center;background:#0000;border:none;border-radius:0;box-shadow:none;color:#6b2cbf;cursor:pointer;display:flex;font-size:0;font-weight:700;height:auto;justify-content:center;padding:0;transition:all .3s ease;width:auto;z-index:10}.tabbed-services-carousel-wrapper .carousel-arrow img{height:50px;object-fit:contain;padding:0;width:50px}.tabbed-services-carousel-wrapper .carousel-arrow:hover{background:#0000;box-shadow:none;transform:scale(1.1)}.tabbed-services-carousel-wrapper .carousel-dots{bottom:20px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.tabbed-services-carousel-wrapper .carousel-dot{background:#0000;border:2px solid #fff;border-radius:50%;height:12px;width:12px}.tabbed-services-carousel-wrapper .carousel-dot.active{background:#fff}.tabbed-services-slide{display:block;height:100%;margin:0;padding:0;position:relative;text-align:center;width:100%}.tabbed-services-title{align-items:center;box-sizing:border-box;color:#fff;display:flex;font-size:2.5rem;font-weight:700;height:120px!important;left:0;margin:0;padding:50px 0 0 80px;pointer-events:none;position:absolute!important;right:0;text-align:left;top:0!important;z-index:4}.tabbed-services-slide-grid{grid-gap:7px;align-items:stretch;box-sizing:border-box;display:grid!important;gap:7px;grid-template-columns:repeat(5,1fr);height:100%;margin:0;padding:0;width:100%}.tabbed-services-grid-4{grid-template-columns:repeat(4,1fr)!important}.tabbed-service-card{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0000002b;border:1px solid #fff3;border-radius:0;border-right:none;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;height:100%!important;justify-content:flex-end;min-height:100%!important;padding:40px 25px;text-align:center;transition:all .3s ease}.tabbed-service-card:last-child{border-right:1px solid #fff3}.tabbed-service-card:hover{background:#0009;border-color:#fff6;transform:translateY(-5px)}.tabbed-service-icon{align-items:center;background:#0000;border:none;border-radius:0;display:flex;height:80px;justify-content:center;margin:0 auto 20px;transition:all .3s ease;width:80px}.tabbed-service-card:hover .tabbed-service-icon{transform:scale(1.1)}.tabbed-service-icon img{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;filter:none;height:100%;image-rendering:auto;object-fit:contain;width:100%}.tabbed-service-title-text{color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.2rem;font-weight:600;line-height:1.4;margin:0 0 15px;text-align:center;transition:all .3s ease}.tabbed-service-card:hover .tabbed-service-title-text{color:#fff}.tabbed-service-description{color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.9rem;font-weight:400;line-height:1.6;margin:0;max-height:0;opacity:0;overflow:hidden;text-align:center;transition:all .3s ease}.tabbed-service-card:hover .tabbed-service-description{color:#fff;margin-top:15px;max-height:200px;opacity:1}@media (max-width:1200px){.tabbed-services-slide-grid{gap:25px;grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.tabbed-services-container{bottom:0!important;top:0!important}.tabbed-services-slide-grid{gap:15px;grid-template-columns:repeat(2,1fr)}.tabbed-services-grid-4{gap:15px;grid-template-columns:repeat(2,1fr)!important}.tabbed-service-card{padding:30px 20px}}@media (max-width:768px){.tabbed-services-carousel,.tabbed-services-slide-container{min-height:600px}.tabbed-services-container{bottom:0!important;top:0!important}.tabbed-services-carousel-wrapper,.tabbed-services-carousel-wrapper .carousel{min-height:600px}.tabbed-services-carousel-wrapper .carousel-content{min-height:600px!important}.tabbed-services-bg-image{background:#000;height:100%;object-fit:contain;object-position:center center;width:100%}.tabbed-services-slide-grid{gap:10px;grid-template-columns:1fr}.tabbed-services-grid-4{gap:10px;grid-template-columns:1fr!important}.tabbed-service-card{border-bottom:1px solid #fff3;border-right:1px solid #fff3;padding:25px 20px}.tabbed-service-card:last-child{border-bottom:none}.tabbed-service-icon{height:60px;margin-bottom:15px;width:60px}.tabbed-service-title-text{font-size:1rem;font-weight:600;margin-bottom:10px}.tabbed-service-description{font-size:.85rem;font-weight:400}.tabbed-services-carousel-wrapper .carousel-arrow img{height:35px;width:35px}.tabbed-services-carousel-wrapper .carousel-arrow-left{left:7px}.tabbed-services-carousel-wrapper .carousel-arrow-right{right:7px}.tabbed-services-carousel-wrapper .carousel-dots{bottom:15px}}@media (max-width:480px){.tabbed-services-carousel{min-height:550px}.tabbed-services-carousel-wrapper,.tabbed-services-carousel-wrapper .carousel{height:100%;min-height:550px}.tabbed-services-carousel-wrapper .carousel-content{height:100%!important;min-height:550px!important}.tabbed-services-slide-container{height:100%;min-height:550px}.tabbed-services-container{bottom:0!important;height:100%;top:0!important}.tabbed-services-bg-image{background:#000;height:100%;object-fit:contain;object-position:center center;width:100%}.tabbed-service-card{padding:20px 15px}.tabbed-service-icon{height:50px;width:50px}.tabbed-service-title-text{font-size:.95rem}.tabbed-services-carousel-wrapper .carousel-arrow img{height:30px;width:30px}.tabbed-services-carousel-wrapper .carousel-arrow-left{left:5px}.tabbed-services-carousel-wrapper .carousel-arrow-right{right:5px}.tabbed-services-carousel-wrapper .carousel-dots{bottom:10px}}.testimonial-carousel-wrapper{padding:60px 0;position:relative;width:100%;z-index:1}.testimonial-carousel-wrapper .carousel-arrow img{height:28px;width:28px}.testimonial-slide{align-items:center;display:flex;justify-content:center;padding:40px 20px;width:100%}.testimonial-content{max-width:900px;text-align:center}.testimonial-text{color:#000;font-size:1.3rem}.testimonial-author h4{color:#ff4081;font-size:1.3rem;font-weight:600;margin-bottom:5px}.testimonial-position{margin-bottom:3px}.testimonial-company,.testimonial-position{color:#666;font-size:1rem}@media (max-width:768px){.testimonial-carousel-wrapper{padding:40px 0}.testimonial-carousel-wrapper .carousel-arrow img{height:24px;width:24px}.testimonial-author h4,.testimonial-text{font-size:1.1rem}.testimonial-company,.testimonial-position{font-size:.9rem}}.service-carousel-wrapper{position:relative;width:100%}.service-carousel-hero{min-height:500px}.service-hero-slide{align-items:center;color:#fff;display:flex;justify-content:center;min-height:500px;position:relative}.service-hero-background{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.service-hero-background img{height:100%;object-fit:cover;width:100%}.service-hero-overlay{background:linear-gradient(135deg,#1a1a1acc,#06c9);height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.service-hero-content{padding:60px 20px;position:relative;text-align:center;z-index:3}.service-hero-content h2{color:#fff;font-size:3rem;margin-bottom:50px;text-shadow:2px 2px 4px #0000004d}.service-hero-items{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1200px}.service-hero-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;padding:30px 20px;transition:all .3s ease}.service-hero-item:hover{background:#ffffff26;box-shadow:0 10px 30px #0000004d;transform:translateY(-5px)}.service-hero-icon{align-items:center;background:#fff;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 20px;overflow:hidden;padding:15px;width:80px}.service-hero-icon img{height:100%;object-fit:contain;width:100%}.service-hero-item h3{color:#fff;font-size:1.2rem;margin:0}.service-carousel-grid{padding:40px 0}.service-card-slide{align-items:center;display:flex;justify-content:center;padding:20px}.service-card-content{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;max-width:500px;padding:50px 40px;text-align:center;transition:all .3s ease}.service-card-content:hover{box-shadow:0 15px 50px #00000026;transform:translateY(-10px)}.service-card-icon{align-items:center;display:flex;height:80px;justify-content:center;margin:0 auto 30px;width:80px}.service-card-icon img{height:100%;object-fit:contain;width:100%}.service-card-content h3{color:var(--primary-color);font-size:1.8rem;margin-bottom:20px}.service-card-content p{color:var(--text-color);font-size:1.1rem;line-height:1.8;margin-bottom:25px}.service-card-link{color:var(--accent-color);display:inline-block;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.service-card-link:hover{color:#0052a3;transform:translateX(5px)}@media (max-width:768px){.service-hero-content h2{font-size:2rem;margin-bottom:30px}.service-hero-items{gap:20px;grid-template-columns:1fr}.service-hero-icon{height:60px;width:60px}.service-card-content{padding:40px 30px}.service-card-content h3{font-size:1.5rem}}.insights-industries-section{align-items:center;background-color:#f5f5f5;display:flex;justify-content:center;min-height:500px;overflow:hidden;padding:40px 20px;position:relative;width:100%}.section-bg-image{background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;height:100%;left:0;pointer-events:none;position:absolute;right:0;top:0;width:100%;z-index:0}@media (min-width:1920px){.insights-industries-section{min-height:600px}}@media (max-width:768px){.insights-industries-section{min-height:400px}}.insights-industries-container{display:grid;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;min-height:400px;position:relative;z-index:1}.insights-section{align-items:flex-start;background:#6c247e;color:#fff;display:flex;flex-direction:column;justify-content:center;max-height:600px;overflow:hidden;padding:30px;position:relative}.insights-visual{bottom:0;left:0;opacity:.15;overflow:hidden;padding-left:40px;pointer-events:none;position:absolute;right:0;top:0}.insights-lightbulb,.insights-visual{align-items:center;display:flex;justify-content:flex-start}.insights-lightbulb{height:100%;width:100%}.insights-lightbulb svg{height:70%;max-height:350px;max-width:350px;transform:translateX(-20px);width:70%}.insights-content{max-width:500px;position:relative;z-index:1}.insights-label{color:#ffffffb3;font-size:.9rem;font-weight:400;letter-spacing:2px;margin-bottom:15px;text-transform:uppercase}.insights-heading{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:25px}.insights-description{font-size:1rem;line-height:1.7;margin-bottom:35px;opacity:.95}.insights-cta{align-items:center;background:#0000;border:1px solid #ffffff4d;border-radius:4px;color:#fff;display:inline-flex;font-size:.95rem;font-weight:600;gap:10px;padding:15px 30px;text-decoration:none;transition:all .3s ease}.insights-cta:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateX(5px)}.insights-cta svg{transition:transform .3s ease}.insights-cta:hover svg{transform:translateX(3px)}.industries-section{background:#2b246d;display:flex;flex-direction:column;justify-content:center;max-height:600px;overflow:hidden;padding:30px;position:relative}.industries-heading{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:20px}.industries-description{font-size:1rem;line-height:1.7;margin-bottom:40px;opacity:.9}.industries-grid{grid-gap:40px;gap:40px;margin-bottom:40px}.industry-item{background:#ffffff14;border:1px solid #ffffff26;transition:all .3s ease}.industry-item:hover{background:#ffffff1a;transform:translateY(-2px)}.industry-icon{filter:brightness(0) invert(1);flex-shrink:0;object-fit:contain}.industry-name{font-size:.95rem;font-weight:500;line-height:1.4}.industries-cta{background:#0000;border:1px solid #ffffff4d;color:#fff;font-size:.95rem;width:-webkit-fit-content;width:fit-content}.industries-cta:hover{background:#ffffff1a;border-color:#ffffff80}.industries-cta .cta-arrow-icon,.industries-cta svg{display:inline-block;height:16px;max-width:20px;object-fit:contain;transition:transform .3s ease;width:auto}.industries-cta:hover .cta-arrow-icon,.industries-cta:hover svg{transform:translateX(3px)}@media (max-width:1024px){.insights-industries-container{grid-template-columns:1fr}.industries-section,.insights-section{padding:60px 40px}.industries-heading,.insights-heading{font-size:2.5rem}}@media (max-width:768px){.insights-industries-section{min-height:auto}.industries-section,.insights-section{padding:50px 30px}.industries-heading,.insights-heading{font-size:2rem}.industries-description,.insights-description{font-size:.95rem}.industries-grid{gap:15px;grid-template-columns:1fr}.industry-item{padding:5px}.industry-icon{height:35px;width:35px}.industry-name{font-size:.9rem}}@media (max-width:480px){.industries-section,.insights-section{padding:40px 20px}.industries-heading,.insights-heading{font-size:1.75rem}.industries-cta,.insights-cta{font-size:.9rem;padding:12px 25px}}.home-page{background-color:#fff;min-height:100vh}.home-page .hero-carousel{margin-bottom:0!important;padding-bottom:0!important}@media (max-width:768px){.home-page .hero-carousel{margin-bottom:0!important;padding-bottom:0!important}}.hero-slider{height:600px;overflow:hidden}.hero-slide,.hero-slider{position:relative;width:100%}.hero-slide{height:100%}.hero-slide-image{height:100%;object-fit:cover;width:100%}.hero-slide-overlay{align-items:center;background:linear-gradient(90deg,#7b2cbfb3,#7b2cbf4d 50%,#0000);bottom:0;display:flex;left:0;padding:0 80px;position:absolute;right:0;top:0}.hero-slide-content{color:#fff;max-width:700px}.hero-slide-tag{color:gold;font-size:1.3rem;font-weight:400;letter-spacing:2px;margin-bottom:20px;text-transform:uppercase}.hero-slide-subtitle{font-size:1.2rem;font-weight:400;letter-spacing:1px;margin-bottom:15px}.hero-slide-title{font-size:3.2rem;font-weight:700;line-height:1.3;margin-bottom:30px}.hero-slide-description{font-size:1.2rem;line-height:1.6;margin-bottom:30px}.hero-slide-cta{background:#6b2cbf;border-radius:4px;color:#fff;display:inline-block;font-weight:600;padding:15px 40px;text-decoration:none;transition:all .3s ease}.hero-slide-cta:hover{background:#8b2cbf;box-shadow:0 4px 12px #6b2cbf4d;transform:translateY(-2px)}.ribbon-banner{background:linear-gradient(90deg,#9b59b6,#8e44ad 25%,#6b2cbf 50%,#5b21b6 75%,#4c1d95);height:80px;overflow:hidden;position:relative;width:100%}.ribbon-banner:before{background:repeating-linear-gradient(45deg,#0000,#0000 10px,#ffffff0d 0,#ffffff0d 20px);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.tagline-section{margin:0 auto;max-width:1200px;padding:80px 20px;text-align:center}.tagline-section h2{color:#333;font-size:2rem;margin-bottom:20px}.tagline-section h2 span{color:#6b2cbf;font-weight:700}.features-section{background:#f8f9fa;padding:60px 80px}.features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1400px}.feature-card{background:linear-gradient(135deg,#6b2cbf,#8b2cbf);border-radius:8px;color:#fff;padding:40px 30px;text-align:center;transition:all .3s ease}.feature-card:nth-child(2){background:linear-gradient(135deg,#c026d3,#d946ef)}.feature-card:nth-child(3){background:linear-gradient(135deg,#6b2cbf,#8b2cbf)}.feature-card:nth-child(4){background:linear-gradient(135deg,#c026d3,#d946ef)}.feature-card:hover{box-shadow:0 10px 30px #0003;transform:translateY(-5px)}.feature-icon{height:60px;margin:0 auto 20px;width:60px}.feature-icon svg{height:100%;width:100%}.feature-card h3{font-size:1.3rem;font-weight:600;margin-bottom:15px}.feature-card p{font-size:.95rem;line-height:1.6;opacity:.95}.services-showcase{background:linear-gradient(135deg,#001429,#036);color:#fff;padding:100px 80px;position:relative;text-align:center}.services-showcase:before{background:#001428d9;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.services-showcase-content{margin:0 auto;max-width:800px;position:relative;z-index:1}.services-showcase h2{font-size:3rem;font-weight:700;margin-bottom:30px}.services-showcase-icons{display:flex;gap:60px;justify-content:center;margin-top:50px}.service-icon-item{text-align:center}.service-icon-item img{filter:brightness(0) invert(1);height:80px;margin-bottom:15px;width:80px}.professional-services{background:#fff;padding:80px 0}.professional-services h2{color:#333;font-size:2.5rem;margin-bottom:50px;text-align:center}.services-carousel{margin:0 auto;max-width:1400px;padding:0 80px;position:relative}.carousel-slides{display:flex;overflow:hidden}.carousel-slide{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));min-width:100%}.service-carousel-card{border-radius:8px;cursor:pointer;height:400px;overflow:hidden;position:relative;transition:all .3s ease}.service-carousel-card:hover{box-shadow:0 10px 30px #0003;transform:translateY(-5px)}.service-carousel-image{height:100%;object-fit:cover;width:100%}.service-carousel-overlay{background:linear-gradient(#0000,#000000e6);bottom:0;color:#fff;left:0;padding:30px;position:absolute;right:0}.service-carousel-overlay h3{font-size:1.5rem;margin-bottom:10px}.service-carousel-overlay p{font-size:.95rem;opacity:.9}.industries-section{background:#2c2561;color:#fff;padding:80px}.industries-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px}.industries-info h2{font-size:2.5rem;margin-bottom:30px}.industries-info p{font-size:1.1rem;line-height:1.8;margin-bottom:30px;opacity:.95}.industries-cta{align-items:center;background:#fff;border-radius:4px;color:#6b2cbf;display:inline-flex;font-weight:600;gap:10px;padding:15px 30px;text-decoration:none;transition:all .3s ease}.industries-cta:hover{transform:translateX(5px)}.industries-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.industry-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:8px;display:flex;gap:15px;padding:5px}.industry-icon{height:40px;width:40px}.industry-item span{font-size:1rem;font-weight:500}.testimonials-section{background:#f5f5f5;display:flex;flex-direction:column;justify-content:center;min-height:450px;overflow:hidden;padding:60px 80px;position:relative;text-align:center}.testimonials-bg-image{background-position:0 0;background-repeat:repeat;background-size:auto;bottom:0;height:100%;left:0;opacity:1;position:absolute;right:0;top:0;width:100%;z-index:0}.testimonials-section .container{position:relative;z-index:1}.testimonials-section h2{color:#000;font-size:2.5rem;font-weight:700;margin-bottom:60px}.testimonial-card{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000014;margin:0 auto;max-width:900px;padding:40px}.testimonial-text{color:#555;font-size:1.1rem;font-style:italic;line-height:1.8;margin-bottom:30px}.testimonial-author{color:#6b2cbf;font-size:1.2rem;font-weight:600;margin-bottom:5px}.testimonial-position{color:#777;font-size:.95rem}@media (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}.industries-content{grid-template-columns:1fr}}@media (max-width:768px){.hero-slide-overlay{padding:0 30px}.hero-slide-title{font-size:2.5rem}.features-section{padding:40px 20px}.features-grid{grid-template-columns:1fr}.industries-section,.services-showcase,.testimonials-section{min-height:400px;padding:40px 30px}.industries-grid{grid-template-columns:1fr}}.breadcrumbs{background-color:#f8f9fa;border-bottom:1px solid #e0e0e0;padding:15px 0}.breadcrumb-list{align-items:center;display:flex;flex-wrap:wrap;list-style:none;margin:0 auto;max-width:1200px;padding:0 20px}.breadcrumb-item{align-items:center;color:#333;display:flex;font-size:.9rem}.breadcrumb-item a{color:#06c;text-decoration:none;transition:color .3s ease}.breadcrumb-item a:hover{color:#0052a3;text-decoration:underline}.breadcrumb-item.active{color:#666;font-weight:500}.breadcrumb-separator{color:#999;font-weight:400;margin:0 10px}@media (max-width:768px){.breadcrumb-list{padding:0 15px}.breadcrumb-item{font-size:.85rem}.breadcrumb-separator{margin:0 8px}}.about-page{background-color:#fff;min-height:100vh}.sidebar-layout{grid-gap:0;background:#fff;display:grid;gap:0;grid-template-columns:280px 1fr;margin:0 auto;max-width:1400px}.sidebar-nav{background:#6b2cbf;height:-webkit-fit-content;height:fit-content;padding:0;position:-webkit-sticky;position:sticky;top:80px}.sidebar-nav ul{list-style:none;margin:0;padding:0}.sidebar-nav li{border-bottom:1px solid #ffffff1a}.sidebar-nav a{background:#6b2cbf;color:#fff;display:block;font-size:.95rem;font-weight:500;padding:20px 30px;text-decoration:none;transition:all .3s ease}.sidebar-nav a.active,.sidebar-nav a:hover{background:#8b2cbf;padding-left:40px}.main-content{background:#fff;padding:40px 80px 80px}.content-section{padding:30px 0}.content-wrapper{display:block;max-width:100%}.content-text h2{color:#333;font-size:2rem;font-weight:600;margin-bottom:1.5rem}.content-text p{color:var(--text-color);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.content-image{border-radius:8px;box-shadow:0 10px 30px #0000001a;overflow:hidden}.values-section{background-color:#f8f9fa;padding:80px 0}.section-title{color:#6b2cbf;font-size:2.5rem;margin-bottom:60px;text-align:center}.values-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.value-card{background:linear-gradient(135deg,#6b2cbf,#8b2cbf);border-radius:8px;box-shadow:0 4px 12px #00000014;color:#fff;padding:40px 30px;text-align:center;transition:all .3s ease}.value-card:nth-child(2){background:linear-gradient(135deg,#c026d3,#d946ef)}.value-card:nth-child(3){background:linear-gradient(135deg,#6b2cbf,#8b2cbf)}.value-card:nth-child(4){background:linear-gradient(135deg,#c026d3,#d946ef)}.value-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-5px)}.value-icon{align-items:center;display:flex;height:80px;justify-content:center;margin:0 auto 20px;width:80px}.value-icon img{height:100%;object-fit:contain;width:100%}.value-card h3{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.value-card p{color:#fff;line-height:1.6;opacity:.95}@media (max-width:1024px){.sidebar-layout{grid-template-columns:220px 1fr}.main-content{padding:30px 40px 60px}.sidebar-nav a{font-size:.9rem;padding:18px 20px}}@media (max-width:768px){.sidebar-layout{grid-template-columns:1fr}.sidebar-nav{display:none;position:static}.main-content{padding:30px 20px}.page-hero{height:300px}.page-main-heading{font-size:2rem}.content-text h2,.section-title{font-size:1.75rem}.values-grid{gap:30px;grid-template-columns:1fr}.content-section,.values-section{padding:40px 0}}.services-page{background-color:#fff;min-height:100vh}.page-hero{background:#f5f5f5;height:450px;overflow:hidden;position:relative;width:100%}.page-hero .hero-background{height:100%;width:100%}.page-hero .hero-image{display:block;height:100%;object-fit:cover;width:100%}.page-hero .hero-content{max-width:800px;padding:40px 20px;position:relative;z-index:3}.page-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px #0000004d}.page-hero .hero-subheading{font-size:1.5rem;font-weight:400;margin-bottom:1rem;opacity:.95}.page-hero .hero-description{font-size:1.1rem;opacity:.9}.services-content{background:#fff;margin:0 auto;max-width:1400px;padding:60px 80px}.content-breadcrumb{color:#666;font-size:.85rem;letter-spacing:.5px;margin-bottom:20px;text-transform:uppercase}.page-main-heading{border-bottom:3px solid #6b2cbf;color:#6b2cbf;display:inline-block;font-size:2.5rem;font-weight:600;margin-bottom:30px;padding-bottom:15px}.content-intro{color:#333;font-size:1.1rem;line-height:1.8;margin-bottom:50px}.content-intro p{margin-bottom:20px}.services-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:50px}.service-card{background:#fff;border-radius:0;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.service-card:hover{box-shadow:0 8px 24px #6b2cbf26;transform:translateY(-5px)}.service-card-image{background:#f5f5f5;height:200px;overflow:hidden;width:100%}.service-card-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.service-card:hover .service-card-image img{transform:scale(1.05)}.service-card-content{display:flex;flex:1 1;flex-direction:column;padding:25px}.service-card h3{color:#6b2cbf;font-size:1.3rem;font-size:1rem;font-weight:600;letter-spacing:.5px;margin-bottom:15px;text-transform:uppercase}.service-card-list{flex:1 1;list-style:none;margin:0;padding:0}.service-card-list li{border-bottom:1px solid #f0f0f0;color:#555;font-size:.95rem;padding:8px 0}.service-card-list li:last-child{border-bottom:none}.content-section{padding:50px 0}.section-title{color:#333;font-size:2rem;font-weight:600;margin-bottom:30px}.section-description{color:#555;font-size:1.05rem;line-height:1.8;margin-bottom:20px}.stats-section{background:#6b2cbf;color:#fff;margin:50px 0;padding:60px 0}.stats-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1200px;padding:0 20px}.stat-item{text-align:center}.stat-number{font-size:3rem;font-weight:700;margin-bottom:10px}.stat-label{font-size:1.1rem;opacity:.9}.cta-section{background:#f8f9fa;border-radius:8px;margin-top:50px;padding:60px 40px;text-align:center}.cta-section h2{color:#333;font-size:2rem;margin-bottom:20px}.cta-section p{color:#666;font-size:1.1rem;margin-bottom:30px}.cta-button{background:#6b2cbf;border-radius:4px;color:#fff;display:inline-block;font-weight:600;padding:15px 40px;text-decoration:none;transition:all .3s ease}.cta-button:hover{background:#8b2cbf;box-shadow:0 4px 12px #6b2cbf4d;transform:translateY(-2px)}@media (max-width:1024px){.services-content{padding:40px 60px}.services-grid{gap:25px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width:768px){.services-content{padding:30px 20px}.page-hero{height:300px}.page-main-heading{font-size:2rem}.services-grid{gap:20px;grid-template-columns:1fr}.content-intro{font-size:1rem}.section-title{font-size:1.75rem}.stats-grid{gap:30px;grid-template-columns:1fr 1fr}.stat-number{font-size:2.5rem}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr}}.not-found-page{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - var(--header-height) - 200px);padding:60px 0}.not-found-content{margin:0 auto;max-width:600px;text-align:center}.error-code{color:var(--accent-color);font-size:8rem;font-weight:700;line-height:1;margin-bottom:1rem}.not-found-content h2{color:var(--primary-color);font-size:2.5rem;margin-bottom:1rem}.not-found-content p{color:var(--text-light);font-size:1.2rem;margin-bottom:2rem}.not-found-actions{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}@media (max-width:768px){.error-code{font-size:6rem}.not-found-content h2{font-size:2rem}.not-found-content p{font-size:1rem}.not-found-actions{align-items:center;flex-direction:column}.not-found-actions .btn{max-width:300px;width:100%}}.App{display:flex;flex-direction:column;min-height:100vh}.App main{flex:1 1}html{scroll-behavior:smooth}:focus{outline:2px solid var(--accent-color);outline-offset:2px}:focus:not(:focus-visible){outline:none}.skip-link{background:var(--accent-color);color:#fff;left:0;padding:8px;position:absolute;text-decoration:none;top:-40px;z-index:100}.skip-link:focus{top:0}@media print{.breadcrumbs,.footer,.header{display:none}}
/*# sourceMappingURL=main.db680cd1.css.map*/