@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.new-header-container{height:80px;background:linear-gradient(90deg,#b0d0e8,#eef5fa);box-shadow:0 2px 4px #0000001a;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;position:sticky;top:0;z-index:1000;width:100%;padding:0 2rem;box-sizing:border-box}.new-header-inner{margin:0 auto;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between}.new-header-logo{display:flex;align-items:center;height:100%}.new-header-logo img{height:50px;object-fit:contain}.new-header-nav{display:flex;align-items:center;gap:2rem;height:100%}.nav-link{color:#1b5c8b;font-size:17px;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:.3rem;cursor:pointer;transition:color .3s;white-space:nowrap}.nav-link:hover{color:#0d3b5e}.nav-link.active{color:#c22c22;font-weight:800}.nav-link.active-dropdown{color:#c22c22}.nav-link.active-dropdown .dropdown-icon{transform:rotate(180deg);fill:#c22c22}.dropdown-icon{width:10px;height:6px;fill:currentColor;transition:transform .3s,fill .3s}.quote-button{background-color:#c22c22;color:#fff;padding:.6rem 1.5rem;border-radius:5px;font-size:18px;font-weight:700;text-decoration:none;height:45px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:background-color .3s}.quote-button:hover{background-color:#a02118}.mobile-menu-btn{display:none;background:none;border:none;font-size:26px;color:#1b5c8b;cursor:pointer}.mega-menu-overlay{position:absolute;top:100%;left:0;width:100%;box-sizing:border-box;max-height:calc(100vh - 80px);overflow-y:auto;background:linear-gradient(90deg,#b0d0e8,#eef5fa);border-top:1px solid rgba(27,92,139,.1);padding:2rem 4rem;box-shadow:0 10px 15px #0000000d;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem 2rem;z-index:999}.mega-menu-overlay::-webkit-scrollbar{width:6px}.mega-menu-overlay::-webkit-scrollbar-track{background:transparent}.mega-menu-overlay::-webkit-scrollbar-thumb{background:#1b5c8b33;border-radius:10px}.mega-menu-overlay::-webkit-scrollbar-thumb:hover{background:#1b5c8b66}.service-card--active{background-color:#d8e6f4;box-shadow:0 4px 10px #00000014;border-left:3px solid #C22C22}.service-icon--active{background-color:#c22c22!important}.service-card{display:flex;flex-direction:column;gap:.6rem;padding:1rem;border-radius:8px;cursor:pointer;transition:all .3s ease}.service-card:hover{background-color:#d8e6f4;box-shadow:0 4px 10px #0000000d}.service-card-header{display:flex;align-items:center;gap:.8rem}.service-icon{width:38px;height:38px;background-color:#1b5c8b;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.service-icon svg{width:18px;height:18px;fill:#fff}.service-card-header h3{margin:0;color:#000;font-size:18px;font-weight:700}.service-desc{margin:0;color:#000;font-size:16px;line-height:1.5}.service-title{color:#1b5c8b}@media (max-width: 1024px){.new-header-container{padding:0 1.5rem;height:auto;min-height:80px}.new-header-inner{flex-wrap:wrap;height:auto;min-height:80px;align-items:center}.new-header-logo{order:1;flex:1;height:80px}.mobile-menu-btn{order:2;height:80px}.new-header-nav{order:3}.new-header-nav{position:relative;top:auto;left:auto;flex-basis:100%;width:100%;display:none;flex-direction:column;background:#e6eff9;padding:.5rem 0 1rem;box-shadow:inset 0 -4px 8px #0000000f;height:auto;max-height:calc(100vh - 80px);overflow-y:auto}.new-header-nav.mobile-active{display:flex}.new-header-nav .nav-link{padding:13px 1.5rem;border-bottom:1px solid rgba(27,92,139,.12);width:100%;box-sizing:border-box;white-space:normal;justify-content:space-between}.new-header-nav .quote-button{margin:.75rem 1.5rem;width:calc(100% - 3rem);justify-content:center}.mobile-menu-btn{display:flex;align-items:center;height:80px}.mega-menu-overlay{position:relative;top:auto;grid-template-columns:1fr;padding:.75rem 1rem 1.25rem;box-shadow:none;border-top:1px solid rgba(27,92,139,.12);z-index:auto;max-height:none;overflow-y:visible}}@media (max-width: 600px){.new-header-container{padding:0 1rem}.mega-menu-overlay{padding:1rem}}@media (max-width: 400px){.new-header-container{padding:0 .75rem}.new-header-logo img{height:42px}}.mobile-accordion{display:none}@media (max-width: 1024px){.mobile-accordion{display:none;flex-direction:column;background:#c8ddf0;width:100%}.mobile-accordion--open{display:flex;animation:mobileAccFade .2s ease}@keyframes mobileAccFade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.mobile-acc-item{display:flex;align-items:center;gap:12px;padding:11px 1.5rem;cursor:pointer;border-bottom:1px solid rgba(27,92,139,.1);transition:background .2s}.mobile-acc-item:last-child{border-bottom:none}.mobile-acc-item:hover,.mobile-acc-item--active{background:#1b5c8b1f}.mobile-acc-icon{width:28px;height:28px;background:#1b5c8b;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-acc-icon img{width:16px;height:16px;object-fit:contain;filter:brightness(0) invert(1)}.mobile-acc-label{font-size:15px;font-weight:600;color:#1b5c8b}.mobile-acc-item--active .mobile-acc-label{color:#c22c22}.nav-link.active-dropdown .dropdown-icon{transform:rotate(180deg)}.mobile-menu-btn{font-size:22px;line-height:1}}.footer-section{position:relative;background-color:#205c84;color:#fff;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;margin-top:80px;padding:0 5%;box-sizing:border-box}.footer-top-bar-container{display:flex;justify-content:center;position:absolute;top:-50px;left:0;right:0;width:100%;padding:0 5%;box-sizing:border-box}.footer-top-bar{background:#fff;border-radius:20px;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 3rem;width:100%;margin:0 auto;box-shadow:0 10px 30px #0000000d;color:#333}.footer-top-item{display:flex;align-items:center;gap:1.5rem;flex:1}.footer-top-item-icon{color:#1b5c8b;display:flex;align-items:center;justify-content:center}.footer-top-item-icon svg{width:30px;height:30px}.footer-top-item-text{font-size:16px;line-height:1.6;font-weight:500}.footer-top-divider{width:1.5px;height:50px;background-color:#1b5c8b33;margin:0 2rem}.footer-main{width:100%;margin:0 auto;padding:80px 0 40px;display:grid;grid-template-columns:2fr 1.2fr 1.2fr 1.2fr;gap:3rem}.footer-logo{margin-bottom:1.5rem}.footer-logo img{width:150px;filter:brightness(0) invert(1)}.footer-contact-card{background:#17527c;border-radius:8px;padding:1.25rem;margin-top:1rem}.footer-contact-card h4{margin:0 0 1rem;font-size:18px;font-weight:700;color:#fff}.footer-about-text{font-size:18px;line-height:1.7;margin:0 0 1.5rem;color:#e0e0e0;text-align:justify}.footer-socials{display:flex;gap:.8rem}.social-icon{width:32px;height:32px;border-radius:6px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease}.social-icon:hover{background:#fff3}.footer-col h4{font-size:18px;font-weight:700;margin:0 0 1.5rem}.footer-col:not(:first-child){padding-top:55px}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.2rem}.footer-links a{color:#e0e0e0;text-decoration:none;font-size:15px;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-bottom{width:100%;margin:0 auto;padding:2rem 0;border-top:1px solid rgba(255,255,255,.15);display:flex;justify-content:space-between;align-items:center}.footer-bottom-text{font-size:14px;color:#e0e0e0}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#e0e0e0;text-decoration:none;font-size:14px;transition:color .3s ease}.footer-bottom-links a:hover{color:#fff}@media (max-width: 1024px){.footer-top-bar{flex-direction:column;padding:2rem;gap:1.5rem}.footer-top-divider{width:100%;height:1px;margin:0}.footer-top-bar-container{position:relative;top:auto;left:auto;right:auto;padding:24px 4% 0}.footer-section{margin-top:0}.footer-main{padding-top:40px;grid-template-columns:1fr 1fr}}@media (max-width: 767px){.footer-top-bar-container{padding:16px 4% 0}.footer-top-bar{padding:1.5rem 1.25rem;gap:1rem;border-radius:14px;max-width:100%;width:100%;box-sizing:border-box}.footer-top-item{width:100%;gap:1rem}.footer-top-item-text{font-size:14px}.footer-main{padding-top:28px;grid-template-columns:1fr;gap:2rem}.footer-col:not(:first-child){padding-top:0}}@media (max-width: 600px){.footer-main{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.hero-banner-section{width:100%;box-sizing:border-box;background-image:linear-gradient(90deg,#b0d0e8fa,#eef5fae0),url(./office_hero_bg-EYMgTXbB.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding:40px 5%;font-family:Inter,sans-serif;min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-banner-container{width:100%;display:flex;align-items:center;margin-top:-20px}.hero-content-left{flex:1 1 600px;display:flex;flex-direction:column;align-items:flex-start;max-width:750px;margin-top:-15px}.hero-title{font-size:52px;font-weight:700;letter-spacing:-.3px}.hero-title .text-black{color:#000}.hero-title .text-blue{color:#1b5c8b}.hero-description{color:#000;font-size:18px;line-height:2;font-weight:400;margin:0 0 16px;text-align:justify;max-width:700px;padding-bottom:20px}.hero-buttons{display:flex;flex-direction:row;align-items:center;gap:16px;flex-wrap:wrap;margin:0 0 24px}.hero-contact-button{background-color:#1b5c8b;color:#fff;font-size:16px;font-weight:600;padding:15px 30px;border:none;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;min-width:210px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px #1b5c8b59;margin:0}.hero-btn-secondary{background-color:transparent;color:#1b5c8b;border:2px solid #1B5C8B;box-shadow:none}.hero-btn-primary{background-color:#78afd7;box-shadow:0 4px 14px #78afd773}.hero-btn-primary:hover{background-color:#5a9ac4;box-shadow:0 6px 20px #78afd78c}.hero-btn-secondary:hover{background-color:#1b5c8b;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #1b5c8b73}.hero-btn-secondary .arrow-icon path{stroke:#1b5c8b;transition:stroke .3s}.hero-btn-secondary:hover .arrow-icon path{stroke:#fff}.hero-contact-button:hover{background-color:#12456c;transform:translateY(-2px);box-shadow:0 6px 20px #1b5c8b73}.hero-contact-button:active{transform:translateY(0)}.arrow-icon{transition:transform .3s ease}.hero-contact-button:hover .arrow-icon{transform:translate(4px)}.hero-stats-row{padding-top:10px;display:flex;gap:60px;flex-wrap:wrap;width:100%}.stat-item{display:flex;flex-direction:column;gap:6px}.stat-number{font-size:45px;font-weight:700;color:#1b5c8b}.stat-label{font-size:18px;font-weight:600;color:#000}.about-collage-right1{flex:1;display:flex;justify-content:flex-end;align-items:center;min-height:540px;margin-top:40px}.about-diamond-bg1{width:440px;height:440px;transform:rotate(45deg);border-radius:36px;display:flex;justify-content:center;align-items:center;position:relative;box-shadow:0 10px 40px #00000014}.about-diamond-grid1{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:8px;width:100%;height:100%}.about-diamond-card1{background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden}.about-card-google1{border-top-left-radius:36px}.about-card-topfirms1{border-top-right-radius:36px}.about-card-trustpilot1{border-bottom-left-radius:36px}.about-card-upwork1{border-bottom-right-radius:36px}.about-card-google1,.about-card-upwork1{background-color:#1b5c8b;color:#fff}.about-card-inner1{transform:rotate(-45deg);display:flex;flex-direction:column;align-items:center;justify-content:center;width:220px;height:220px;text-align:center}.about-google-text1{font-size:19px;font-weight:600;margin-top:4px}.about-google-rating1{display:flex;align-items:center;gap:6px;margin-top:4px}.about-rating-num1{font-size:18px;font-weight:700}.about-gold-stars1{color:#ffc107;font-size:24px;letter-spacing:1px}.about-topfirms-img1{width:150px;object-fit:contain}.about-trustpilot-img1{width:200px;object-fit:contain}.about-upwork-title1{font-size:29px;font-weight:700;letter-spacing:-.5px;margin-bottom:4px}.about-upwork-stat1{font-size:19px;font-weight:500;margin-bottom:2px}.about-upwork-tag1{font-size:16px;font-weight:500}@media (max-width: 1400px){.hero-banner-section{zoom:.85;-moz-transform:scale(.85);-moz-transform-origin:top center}}@media (max-width: 1200px){.hero-banner-container{justify-content:center;gap:50px;margin-top:0}.hero-content-left{align-items:center;text-align:center}.hero-description{text-align:center}.hero-stats-row{justify-content:center}}@media (max-width: 1024px){.hero-banner-section{padding:80px 6%;height:auto}.hero-banner-container{flex-direction:column}.hero-title{font-size:38px}.hero-stats-row{gap:40px}.stat-number{font-size:40px}.about-collage-right1{min-height:auto;padding:40px 0;justify-content:center;width:100%}.about-diamond-bg1{margin:0}}@media (max-width: 768px){.hero-banner-section{padding:60px 4%;zoom:1;-moz-transform:none;-moz-transform-origin:unset}.hero-banner-container,.hero-content-left{width:100%;max-width:100%;box-sizing:border-box}.hero-description{max-width:100%;width:100%}.hero-title{font-size:32px}.hero-description{font-size:15px;margin-bottom:28px}.hero-contact-button{padding:13px 26px;font-size:15px;margin-bottom:0;min-width:210px;flex:1}.hero-buttons{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:32px;width:100%}.hero-stats-row{gap:30px}.stat-number{font-size:34px}.stat-label{font-size:14px}.about-collage-right1{min-height:auto;margin-top:20px;padding:20px 0}.about-diamond-bg1{width:280px;height:280px;border-radius:20px}.about-diamond-grid1{gap:8px}.about-card-inner1{width:135px;height:135px}.about-card-google1{border-top-left-radius:20px}.about-card-topfirms1{border-top-right-radius:20px}.about-card-trustpilot1{border-bottom-left-radius:20px}.about-card-upwork1{border-bottom-right-radius:20px}.about-google-text1{font-size:10px}.about-rating-num1{font-size:13px}.about-gold-stars1{font-size:16px;letter-spacing:1px}.about-upwork-title1{font-size:18px;margin-bottom:4px}.about-upwork-stat1,.about-upwork-tag1{font-size:11px}.about-topfirms-img1{width:90px}.about-trustpilot-img1{width:120px}}@media (max-width: 360px){.hero-banner-section{zoom:1;-moz-transform:none;-moz-transform-origin:unset}.hero-content-left{width:100%;max-width:100%}.hero-contact-button{min-width:unset;width:auto;flex:none}.hero-buttons{align-items:center}.hero-title{font-size:28px}.about-diamond-bg1{width:240px;height:240px}.about-card-inner1{width:115px;height:115px}.about-upwork-title1{font-size:16px}.about-topfirms-img1{width:75px}.about-trustpilot-img1{width:100px}}.happy-clients-section{width:100%;background-color:#1b5c8b;height:120px;box-sizing:border-box;position:relative;padding:0 2rem}.happy-clients-inner{width:100%;margin:0 auto;display:flex;align-items:center;height:100%;overflow:hidden}.happy-clients-label{flex-shrink:0;display:flex;align-items:center;padding:0 28px 0 0;height:100%;background-color:#1b5c8b;z-index:2;min-width:175px}.happy-clients-label-text{color:#fff;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;font-size:19px;font-weight:600;white-space:nowrap;letter-spacing:.2px}.happy-clients-track-wrapper{flex:1;overflow:hidden;height:100%;display:flex;align-items:center}.happy-clients-track{display:flex;align-items:center;width:max-content;animation:marquee-scroll 30s linear infinite}.happy-clients-track:hover{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.client-card{flex-shrink:0;display:flex;align-items:center;justify-content:center;background-color:#fff;clip-path:polygon(0 0,calc(100% - 20px) 0,100% 25px,100% 100%,0 100%);border-radius:5px;width:170px;height:80px;margin:0 10px;padding:6px 14px;box-sizing:border-box;cursor:default;transition:transform .25s ease,filter .25s ease;filter:drop-shadow(0 2px 5px rgba(0,0,0,.15))}.client-card:hover{transform:translateY(-2px);filter:drop-shadow(0 6px 12px rgba(0,0,0,.25))}.client-logo-img{width:100%;height:100%;object-fit:contain;pointer-events:none;display:block}@media (max-width: 1024px){.happy-clients-section{height:72px}.client-card{width:155px;height:52px}}@media (max-width: 768px){.happy-clients-section{height:66px}.happy-clients-label{min-width:140px;padding:0 16px 0 18px}.happy-clients-label-text{font-size:15px}.client-card{width:135px;height:46px;margin:0 8px}.happy-clients-track{animation-duration:22s}}@media (max-width: 480px){.happy-clients-section{height:auto;min-height:100px;padding:10px 0}.happy-clients-inner{height:auto;min-height:80px;flex-direction:column;align-items:center;gap:6px}.happy-clients-label{border-right:none;border-bottom:1px solid rgba(255,255,255,.15);width:100%;justify-content:center;padding:8px 16px;min-width:unset;height:auto}.happy-clients-track-wrapper{width:100%;padding:8px 0;height:auto}.client-card{width:120px;height:42px}}.what-we-do-section{padding:0rem 5%;background:linear-gradient(90deg,#b0d0e8,#eef5fa);font-family:ABC Camera Plain Unlicensed Trial,sans-serif;width:100%;box-sizing:border-box}.what-we-do-container{max-width:1200px;margin:0 auto;text-align:center}.what-we-do-title{font-size:34px;font-weight:700;color:#000;margin-bottom:1.5rem;margin-top:0}.what-we-do-description{font-size:18px;color:#333;line-height:1.6;max-width:1000px;margin:0 auto 4rem;font-weight:500}.what-we-do-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem 2rem;padding:0 0 2rem}.what-we-do-card{display:flex;flex-direction:column;align-items:center;text-align:center}.what-we-do-icon{margin-bottom:1.5rem;height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center}.what-we-do-icon img{max-width:80px;max-height:80px;object-fit:contain}.placeholder-icon{display:flex;flex-direction:column;align-items:center;justify-content:center}.placeholder-circle{width:60px;height:60px;border-radius:50%;border:2px dashed #1B5C8B;background-color:#1b5c8b1a}.what-we-do-card-title{font-size:18px;font-weight:500;color:#000;margin:0;line-height:1.4}@media (max-width: 1366px){.what-we-do-section{padding:3rem 4%}}@media (max-width: 1024px){.what-we-do-section{padding:3rem 4%}.what-we-do-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.what-we-do-section{padding:2.5rem 4%}.what-we-do-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.what-we-do-title{font-size:30px}.what-we-do-description{font-size:17px}}@media (max-width: 480px){.what-we-do-section{padding:2rem 4%}.what-we-do-grid{grid-template-columns:1fr}}.about-section{width:100%;padding:40px 5%;box-sizing:border-box;background-color:#fff;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;position:relative;overflow:hidden}.about-bg-elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.about-glow{position:absolute;width:800px;max-width:80%;object-fit:contain;opacity:.8}.about-glow-1{top:-200px;left:-200px}.about-glow-2{bottom:-200px;left:5%}.about-glow-3{top:50%;right:-200px;transform:translateY(-50%);width:900px;opacity:1}.about-container{max-width:1200px;width:100%;margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:40px;position:relative;z-index:1}.about-content-left{flex:1.2;max-width:650px}.about-title{font-size:30px;font-weight:700;color:#111;line-height:1.4;margin-top:0;margin-bottom:24px}.about-title-highlight{color:#1b5c8b}.about-para{font-size:17px;color:#333;line-height:1.8;margin-bottom:20px;text-align:justify}.about-direction-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background-color:#1b5c8b;color:#fff;border:none;border-radius:6px;padding:12px 24px;font-size:17px;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease;margin-top:10px}.about-direction-btn:hover{background-color:#144970;transform:translateY(-2px)}.about-arrow{transition:transform .3s ease}.about-direction-btn:hover .about-arrow{transform:translate(4px)}.about-collage-right{flex:1;display:flex;justify-content:center;align-items:center;min-height:500px}.about-diamond-bg{width:380px;height:380px;transform:rotate(45deg);border-radius:36px;display:flex;justify-content:center;align-items:center;position:relative;box-shadow:0 10px 40px #00000014}.about-diamond-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:8px;width:100%;height:100%}.about-diamond-card{background-color:#b3cfe7;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden}.about-card-google{border-top-left-radius:36px}.about-card-topfirms{border-top-right-radius:36px}.about-card-trustpilot{border-bottom-left-radius:36px}.about-card-upwork{border-bottom-right-radius:36px}.about-card-google,.about-card-upwork{background-color:#1b5c8b;color:#fff}.about-card-inner{transform:rotate(-45deg);display:flex;flex-direction:column;align-items:center;justify-content:center;width:200px;height:200px;text-align:center}.about-google-text{font-size:18px;font-weight:600;margin-top:4px}.about-google-rating{display:flex;align-items:center;gap:6px;margin-top:4px}.about-rating-num{font-size:16px;font-weight:700}.about-gold-stars{color:#ffc107;font-size:26px;letter-spacing:1px}.about-topfirms-img{width:150px;object-fit:contain}.about-trustpilot-img{width:200px;object-fit:contain}.about-upwork-title{font-size:29px;font-weight:700;letter-spacing:-.5px;margin-bottom:4px}.about-upwork-stat{font-size:18px;font-weight:500;margin-bottom:2px}.about-upwork-tag{font-size:18px;font-weight:500}@media (max-width: 1024px){.about-container{flex-direction:column}.about-content-left{max-width:100%;margin-bottom:40px}}@media (max-width: 500px){.about-section{padding:60px 5%}.about-diamond-bg{width:300px;height:300px}.about-diamond-grid{width:290px;height:290px}.about-card-inner{width:150px;height:150px}.about-topfirms-img{width:100px}.about-trustpilot-img{width:110px}.about-upwork-title{font-size:22px}.about-google-text{font-size:13px}}@media (max-width: 400px){.about-diamond-bg{width:260px;height:260px}.about-diamond-grid{width:250px;height:250px}.about-card-inner{width:130px;height:130px}.about-topfirms-img{width:80px}.about-trustpilot-img{width:90px}}.tech-stack-section{padding:2rem;background-color:#f4f8fc;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;width:100%;box-sizing:border-box}.tech-stack-header{text-align:center;margin-bottom:2.5rem}.tech-stack-title{font-size:30px;font-weight:700;color:#1b5c8b;margin:0}.tech-stack-container{width:100%;margin:0 auto;display:flex;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000000d}.tech-domains-sidebar{width:37%;background-color:#a9c8e4;display:flex;flex-direction:column;border-top-left-radius:20px;border-bottom-left-radius:20px;padding-bottom:1rem}.sidebar-title{font-size:22px;font-weight:700;color:#1b5c8b;padding:2rem 2rem 1.5rem;margin:0}.domains-list{overflow-y:auto;padding:0 1rem .5rem;display:flex;flex-direction:column;gap:.5rem}.domains-list::-webkit-scrollbar{width:6px}.domains-list::-webkit-scrollbar-thumb{background-color:#1b5c8b33;border-radius:4px}.domain-item{display:flex;align-items:center;gap:1rem;padding:.7rem 1.2rem;border-radius:12px;background:transparent;border:none;cursor:pointer;text-align:left;transition:all .3s ease;color:#000;margin:0;width:100%;box-sizing:border-box}.domain-item:hover{background-color:#ffffff4d}.domain-item.active{background-color:#1b5c8b;color:#fff}.domain-item-icon{width:45px;height:45px;background-color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.domain-item.active .domain-item-icon{background-color:#fff}.domain-item-icon img{width:20px;height:20px;object-fit:contain}.domain-item.active .domain-item-icon img{filter:none!important}.domain-item-title{flex:1;font-size:18px;font-weight:500;font-family:ABC Camera Plain Unlicensed Trial,sans-serif}.domain-item-arrow{display:flex;align-items:center;justify-content:center;opacity:.7}.domain-item.active .domain-item-arrow{opacity:1}.tech-content-area{width:68%;background:#fff;padding:2.5rem 3rem;display:flex;flex-direction:column;border-top-right-radius:20px;border-bottom-right-radius:20px;overflow-y:auto}.tech-content-header{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:3rem}.tech-content-icon{width:55px;height:55px;background-color:#1b5c8b;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tech-content-icon img{width:28px;height:28px;object-fit:contain}.tech-content-info{flex:1}.tech-content-info h3{font-size:22px;font-weight:700;color:#000;margin:0 0 .5rem}.tech-content-info p{font-size:16px;color:#666;line-height:1.5;margin:0}.explore-more-btn{background-color:#1b5c8b;color:#fff;border:none;border-radius:8px;padding:.8rem 1.5rem;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s;flex-shrink:0}.explore-more-btn:hover{background-color:#134568}.technologies-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.tech-card{background-color:#f9fafb;border:1px solid #D2E4F0;border-radius:12px;padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;transition:all .3s ease}.tech-card:hover{box-shadow:0 8px 20px #0000000f;transform:translateY(-2px);border-color:#d1d5db}.tech-card-icon{width:45px;height:45px;background-color:#f3f4f6;border-radius:10px;display:flex;align-items:center;justify-content:center}.tech-card-icon svg{width:24px;height:24px;color:#000;transition:color .3s ease}.tech-card:hover .tech-card-icon svg{color:var(--hover-color, #1B5C8B)}.tech-card-name{font-size:16px;font-weight:600;color:#1f2937;text-align:center}@media (max-width: 1024px){.tech-stack-container{height:auto;min-height:600px}.technologies-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 850px){.tech-stack-container{flex-direction:column}.tech-domains-sidebar{width:100%;border-radius:20px 20px 0 0}.domains-list{max-height:300px}.tech-content-area{width:100%;border-radius:0 0 20px 20px;padding:2rem}.tech-content-header{flex-direction:column;align-items:flex-start}.explore-more-btn{align-self:flex-start}}@media (max-width: 600px){.technologies-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 400px){.technologies-grid{grid-template-columns:1fr}}.about-icore-section{position:relative;padding:1rem 5% 4rem;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;background-color:#fff;overflow:hidden;box-sizing:border-box}.about-icore-blob{position:absolute;background:#e7f0f9e6;border-radius:50%;filter:blur(80px);z-index:0;pointer-events:none}.about-blob-1{width:400px;height:400px;left:-100px;top:150px}.about-blob-2{width:400px;height:400px;right:-50px;top:0}.about-blob-3{width:500px;height:300px;left:20%;bottom:0}.about-icore-container{position:relative;max-width:1100px;margin:0 auto;text-align:center;z-index:2}.about-icore-subtitle{font-size:22px;font-weight:600;color:#000;margin-bottom:0;letter-spacing:.5px;margin-top:0}.about-icore-title{font-size:42px;font-weight:700;color:#000;line-height:1.3;margin-top:8px;font-family:ABC Camera Plain Unlicensed Trial,sans-serif}.highlight-blue{color:#1b5c8b}.about-icore-description{font-size:18px;color:#333;line-height:1.8;max-width:1000px;margin-top:5px;font-weight:400}.about-icore-badges-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.2rem;max-width:1200px;margin:0 auto}.about-badge{display:flex;align-items:center;background:#fff;border:1px solid #1F7DC0;border-radius:12px;padding:.8rem 1.2rem;min-width:220px;box-shadow:0 4px 6px #00000005;transition:transform .3s ease,box-shadow .3s ease}.about-badge:hover{transform:translateY(-2px);box-shadow:0 8px 15px #1f7dc01a}.about-badge-icon{width:45px;height:45px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fragmented-icon-container{position:relative;width:40px;height:40px;transform:scale(.9)}.about-badge-divider{width:1.5px;height:35px;background-color:#000;margin:0 1.2rem;opacity:.8;border-radius:1px}.about-badge-title{font-size:18px;font-weight:600;color:#000;text-align:left}@media (max-width: 1366px){.about-icore-section{padding:3rem 4%}}@media (max-width: 992px){.about-icore-section{padding:3rem 4%}.about-icore-title{font-size:34px}.about-badge{min-width:220px}}@media (max-width: 768px){.about-icore-section{padding:2.5rem 4%}.about-icore-title{font-size:30px}.about-icore-description{font-size:17px;text-align:justify}.desktop-break{display:none}.about-icore-badges-grid{flex-direction:column;align-items:center}.about-badge{width:100%;max-width:350px;justify-content:flex-start}}.about-page-wrapper{display:flex;flex-direction:column;width:100%}.about-hero-section{padding:80px 2rem;font-family:ABC Camera Plain Unlicensed Trial,Inter,sans-serif;background-image:linear-gradient(90deg,#b0d0e8fa,#eef5fae0),url(./office_hero_bg-EYMgTXbB.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;justify-content:center;overflow:hidden;position:relative}.about-hero-container{display:flex;flex-direction:row;align-items:center;width:100%;gap:60px;z-index:2}.about-hero-content{flex:1;max-width:900px}.about-hero-title{font-family:Inter,sans-serif;font-size:40px;font-weight:700;color:#000;line-height:1.3;margin-bottom:24px}.nowrap-text{white-space:nowrap}@media (max-width: 768px){.nowrap-text{white-space:normal}}.about-hero-title .highlight-blue{color:#2b70a0}.about-plane-icon{display:inline-block;margin-left:10px;vertical-align:middle;width:50px;height:auto}.about-hero-text{font-size:16px;color:#333;line-height:2.2;margin-bottom:24px;text-align:justify}.contact-us-btn{background-color:#1f679b;color:#fff;font-size:16px;font-weight:600;padding:12px 28px;border:none;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;transition:background-color .3s ease;margin-top:10px;text-decoration:none}.contact-us-btn .arrow{margin-left:8px;font-size:18px;transition:transform .3s ease}.contact-us-btn:hover{background-color:#144970}.contact-us-btn:hover .arrow{transform:translate(4px)}.about-hero-image-wrapper{flex:1;display:flex;justify-content:center;align-items:center}.about-hero-image{width:100%;max-width:550px;border-radius:20px;box-shadow:0 20px 40px #0000001a;object-fit:cover}.about-details-section{padding-top:25px;padding-bottom:40px;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;background:#fff;display:flex;justify-content:center;position:relative;overflow:hidden}.about-details-section:before{content:"";position:absolute;left:-100px;bottom:0;width:400px;height:400px;background:radial-gradient(circle,#e6f3ffcc,#fff0 70%);pointer-events:none;z-index:1}.about-details-container{display:flex;flex-direction:row;align-items:center;width:100%;gap:60px;z-index:2}.about-details-image-wrapper{flex:1;display:flex;justify-content:flex-start;align-items:center}.about-details-image{width:100%;max-width:600px;object-fit:contain}.about-details-content{flex:1;max-width:650px}.about-details-title{font-family:ABC Camera Plain Unlicensed Trial,sans-serif;font-size:32px;font-weight:700;color:#000;line-height:1.3;margin-bottom:20px}.about-details-text{font-size:15px;color:#333;line-height:2.1;margin-bottom:20px;text-align:justify}.about-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:30px}.about-details-card{display:flex;align-items:center;background-color:#fff;border:1.5px solid #1B5C8B;border-radius:10px;padding:12px 20px;box-shadow:0 4px 10px #00000005;transition:transform .3s ease,box-shadow .3s ease}.about-details-card:hover{transform:translateY(-2px);box-shadow:0 6px 15px #1b5c8b1a}.card-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0}.card-icon svg,.card-icon-img{width:100%;height:100%;object-fit:contain}.expertise-icon-img{width:48px;height:48px;object-fit:contain}.card-divider{width:1.5px;height:28px;background-color:#000;margin:0 16px;opacity:.8}.card-text{font-size:16px;font-weight:700;color:#000}.about-benefits-section{padding-top:10px;padding-bottom:40px;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;background:#f4f8fc;display:flex;justify-content:center;position:relative;overflow:hidden}.about-benefits-container{display:flex;flex-direction:column;align-items:center;width:100%;text-align:center;z-index:2}.about-benefits-title{font-family:ABC Camera Plain Unlicensed Trial,sans-serif;font-size:32px;font-weight:700;color:#000;margin-bottom:10px;max-width:800px}.about-benefits-subtitle{font-size:17px;color:#818181;line-height:1.9;max-width:900px;margin-bottom:45px;text-align:center}.about-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;width:100%}.benefit-card{background-color:#1e5b87;border-radius:10px;padding:35px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 10px 25px #1e5b8726;transition:transform .3s ease,box-shadow .3s ease}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #1e5b8740}.benefit-card-title{color:#fff;font-size:17px;font-weight:600;margin-bottom:20px;text-transform:capitalize;opacity:.9;font-family:ABC Camera Plain Unlicensed Trial,sans-serif}.benefit-card-number{font-family:ABC Camera Plain Unlicensed Trial,sans-serif;color:#fff;font-size:64px;font-weight:700;line-height:1;margin-bottom:20px}.benefit-card-desc{color:#fff;font-size:15px;line-height:1.6;opacity:.85;margin:0;font-family:ABC Camera Plain Unlicensed Trial,sans-serif}@media (max-width: 1024px){.about-hero-container,.about-details-container{flex-direction:column;gap:40px}.about-hero-title{font-size:36px}.about-benefits-title,.about-work-title,.about-expertise-title{font-size:28px;font-family:ABC Camera Plain Unlicensed Trial,sans-serif}.about-hero-content,.about-details-content{max-width:100%}.about-hero-image-wrapper,.about-details-image-wrapper{width:100%;justify-content:center}.about-hero-image,.about-details-image{max-width:100%}.about-benefits-grid{grid-template-columns:repeat(2,1fr);gap:20px}.expertise-card{flex:0 0 calc(50% - 12px)}.about-expertise-header{flex-direction:column;align-items:flex-start;gap:20px}.about-expertise-header .header-right{align-self:flex-end}}@media (max-width: 768px){.about-hero-section,.about-details-section,.about-benefits-section,.about-work-section,.about-expertise-section{padding-top:10px;padding-bottom:30px}.about-hero-title{font-size:30px}.about-details-title,.about-benefits-title,.about-work-title,.about-expertise-title{font-size:24px}.about-plane-icon{width:35px}.about-hero-text,.about-details-text{font-size:15px}.about-details-grid{grid-template-columns:1fr}.about-benefits-grid{grid-template-columns:1fr;gap:16px}.benefit-card-number{font-size:48px}.about-work-image{border-radius:12px}.expertise-card{flex:0 0 100%}}.about-work-section{padding-top:25;padding-bottom:40px;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;background:#fff;display:flex;justify-content:center;position:relative;overflow:hidden}.about-work-container{display:flex;flex-direction:column;align-items:center;width:100%;text-align:center;z-index:2}.about-work-title{font-family:ABC Camera Plain Unlicensed Trial,sans-serif;font-size:32px;font-weight:700;color:#000;margin-bottom:5px}.about-work-subtitle{font-size:17px;color:#818181;line-height:1.8;max-width:800px;margin-bottom:20px;text-align:center;font-family:ABC Camera Plain Unlicensed Trial,sans-serif}.about-work-image-wrapper{width:100%;display:flex;justify-content:center}.about-work-image{width:100%;max-width:1200px;border-radius:20px;box-shadow:0 15px 40px #00000014;object-fit:cover}.about-expertise-section{padding-top:10px;padding-bottom:30px;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;background:#f4f8fb;display:flex;justify-content:center;position:relative;overflow:hidden}.about-expertise-container{width:100%;z-index:2;display:flex;flex-direction:column}.about-expertise-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:10px;gap:40px}.about-expertise-header .header-left{max-width:800px}.about-expertise-title{font-family:ABC Camera Plain Unlicensed Trial,sans-serif;font-size:32px;font-weight:700;color:#000;margin-bottom:16px;text-align:left}.about-expertise-subtitle{font-size:17px;color:#818181;line-height:1.8;text-align:left;margin:0;font-family:ABC Camera Plain Unlicensed Trial,sans-serif}.about-expertise-header .header-right{display:flex;gap:12px;flex-shrink:0;margin-bottom:8px}.carousel-nav-btn{background-color:#1e5b87;color:#fff;border:none;width:44px;height:44px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease,opacity .3s ease}.carousel-nav-btn:hover{background-color:#144970}.about-expertise-carousel{display:flex;gap:24px;overflow-x:auto;scroll-behavior:smooth;padding:10px 0 30px;width:100%;scrollbar-width:none}.about-expertise-carousel::-webkit-scrollbar{display:none}.expertise-card{flex:0 0 calc(33.333% - 16px);min-width:320px;background-color:#fff;border-radius:12px;padding:40px 30px;box-shadow:0 8px 30px #00000008;display:flex;flex-direction:column;align-items:flex-start;text-align:left;border:1px solid rgba(0,0,0,.03)}.expertise-icon-wrapper{background-color:#eaf3fa;width:66px;height:66px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.expertise-icon-wrapper svg{width:28px;height:28px;stroke:#1e5b87}.expertise-card-title{font-family:ABC Camera Plain Unlicensed Trial,sans-serif;font-size:21px;font-weight:700;color:#000;margin-bottom:16px;line-height:1.4;font-weight:600}.expertise-card-desc{font-size:15px;color:#818181;line-height:1.7;margin:0;font-family:ABC Camera Plain Unlicensed Trial,sans-serif}.about-journey-section{padding-top:10px;padding-bottom:30px;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;background:#fff;display:flex;justify-content:center;position:relative;overflow:hidden}.about-journey-container{width:100%;z-index:2;display:flex;flex-direction:column}.about-journey-title{font-family:ABC Camera Plain Unlicensed Trial,sans-serif;font-size:32px;font-weight:700;color:#000;margin-bottom:16px;text-align:left}.about-journey-subtitle{font-size:15px;color:#666;line-height:1.8;text-align:left;max-width:800px;margin-bottom:60px}.timeline-outer-wrapper{position:relative;width:100%;padding-top:50px}.timeline-svg-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.timeline-paper-plane{position:absolute;top:-10px;left:3%;z-index:4;transform:rotate(-15deg);opacity:.95}.timeline-curve-img{width:100%;height:100%;object-fit:fill}.about-journey-timeline{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;width:100%;position:relative;z-index:2;overflow-x:auto;scrollbar-width:none;padding-bottom:20px}.about-journey-timeline::-webkit-scrollbar{display:none}.timeline-column{display:flex;flex-direction:column;align-items:center;flex:1;min-width:150px;position:relative;z-index:2}.timeline-dot{width:14px;height:14px;background-color:#fbbc05;border-radius:50%;margin-bottom:8px;z-index:3;flex-shrink:0;box-shadow:0 0 0 3px #fbbc0540}.timeline-year{font-family:ABC Camera Plain Unlicensed Trial,sans-serif;font-size:18px;font-weight:700;color:#c93b3b;margin-bottom:10px;text-align:left;width:100%;padding:0 6px;box-sizing:border-box}.timeline-card{background-color:#1e5b87;border-radius:10px;padding:16px 14px;display:flex;flex-direction:column;color:#fff;width:100%;box-sizing:border-box;align-items:flex-start;flex:1}.timeline-card.first-card{background-color:#607d8b}.timeline-card-title{font-family:ABC Camera Plain Unlicensed Trial,sans-serif;font-size:13px;font-weight:700;line-height:1.45;margin:0 0 10px;text-align:left}.timeline-divider{width:28px;height:2px;background-color:#fff9;margin:0 0 10px;flex-shrink:0}.timeline-card-desc{font-family:ABC Camera Plain Unlicensed Trial,sans-serif;font-size:11.5px;line-height:1.55;opacity:.85;margin:0;text-align:left}.column-1 .timeline-card{min-height:190px}.column-2 .timeline-card{min-height:230px}.column-3 .timeline-card{min-height:270px}.column-4 .timeline-card{min-height:315px}.column-5 .timeline-card{min-height:360px}.column-6 .timeline-card{min-height:410px}.column-7 .timeline-card{min-height:460px}@media (max-width: 1024px){.about-journey-timeline{gap:12px;padding-left:10px;padding-right:10px}.timeline-column{min-width:160px}}.problems-section{position:relative;padding:3rem 2rem;background:#f4f8fc;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;overflow:hidden;box-sizing:border-box}.problems-bg-blob{position:absolute;border-radius:50%;filter:blur(80px);z-index:0;pointer-events:none}.blob-1{width:250px;height:250px;left:-50px;top:100px;background:#e7f0f9}.blob-2{width:250px;height:250px;right:-50px;top:50px;background:#c8e3ffbf}.blob-3{width:250px;height:250px;left:300px;bottom:-50px;background:#c8e3ffbf}.blob-4{width:180px;height:180px;right:400px;top:150px;background:#c8e3ffbf}.problems-container{position:relative;width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:4rem;z-index:2}.problems-text-content{flex:0 0 46%;max-width:670px}.problems-title{font-size:34px;font-weight:800;color:#000;margin:0 0 1rem;font-family:ABC Camera Plain Unlicensed Trial,sans-serif}.problems-subtitle{font-size:22px;font-weight:700;color:#1b5c8b;margin:0 0 2rem}.problems-paragraphs{display:flex;flex-direction:column;gap:1.1rem}.problems-paragraphs p{font-size:17px;line-height:1.8;color:#333;margin:0;text-align:justify}.problems-visual-content{flex:1;display:flex;justify-content:center;align-items:center;position:relative;min-height:600px}.problems-visual-image{max-width:93%;height:auto;object-fit:contain;display:block}@media (max-width: 1366px){.problems-section{padding:5rem 4%}}@media (max-width: 1200px){.problems-section{padding:5rem 4%}.problems-container{flex-direction:column;gap:4rem}.problems-text-content{max-width:800px;text-align:center}.problems-paragraphs p{text-align:center}}@media (max-width: 850px){.problems-section{padding:4rem 4%}.problems-visual-content{width:100%;min-height:auto}}.process-section{width:100%;padding:40px 2rem;box-sizing:border-box;background-color:#fff;background-image:radial-gradient(circle at 0% 0%,rgba(222,239,255,.7) 0%,transparent 40%),radial-gradient(circle at 100% 100%,rgba(222,239,255,.7) 0%,transparent 40%);font-family:ABC Camera Plain Unlicensed Trial,sans-serif}.process-container{width:100%;margin:0 auto}.process-header{text-align:center;margin-bottom:50px}.process-title{color:#1b5c8b;font-size:30px;font-weight:700;margin-bottom:16px;margin-top:0}.process-subtitle{color:#111;font-size:17px;font-weight:500;line-height:1.6;max-width:1000px;margin:10px auto}.process-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.process-card{background-color:#276289;border-radius:8px;padding:20px 24px;display:flex;align-items:stretch;color:#fff;transition:transform .25s ease,box-shadow .25s ease}.process-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #2762894d}.process-card-left{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:60px;flex-shrink:0}.process-number{font-size:28px;font-weight:700;margin-bottom:8px;line-height:1}.process-icon{display:flex;align-items:center;justify-content:center}.process-icon img{width:40px;height:40px;object-fit:contain}.process-divider{width:2px;background-color:#ffffff4d;margin:0 20px;align-self:stretch;border-radius:2px}.process-card-right{flex:1;display:flex;flex-direction:column;justify-content:center}.process-card-title{font-size:20px;font-weight:600;margin:0 0 10px}.process-card-desc{font-size:16px;font-weight:400;line-height:1.6;margin:0;color:#ffffffe6}@media (max-width: 900px){.process-grid{grid-template-columns:1fr}}@media (max-width: 600px){.process-section{padding:60px 2rem}.process-title{font-size:26px}.process-subtitle{font-size:16px}.process-card{padding:16px}.process-divider{margin:0 16px}.process-number{font-size:22px}.process-icon img{width:32px;height:32px}.process-card-title{font-size:18px}.process-card-desc{font-size:15px}}.case-study-section{padding:2.5rem 2rem;background-color:#f4f8fc;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;overflow:hidden;box-sizing:border-box}.case-study-container{width:100%;margin:0 auto}.case-study-header-area{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;position:relative}.case-study-text-content{max-width:800px;margin:0 auto;text-align:center}.case-study-title{color:#1b5c8b;font-size:30px;font-weight:700;margin:0 0 1rem}.case-study-subtitle{color:#818181;font-size:18px;line-height:1.6;margin:0}.case-study-navigation{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;gap:10px}.nav-btn{width:35px;height:35px;background-color:#1b5c8b;border:none;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.nav-arrow-icon{width:15px;height:15px;object-fit:contain;filter:brightness(0) invert(1)}.case-study-carousel-wrapper{width:100%;overflow:hidden}.case-study-carousel-track{display:flex;transition:transform .4s ease-in-out;margin:0 -15px}.case-study-card{padding:0 15px;box-sizing:border-box}.case-study-card-inner{background-color:#fff;border-radius:12px;overflow:hidden;height:100%;display:flex;flex-direction:column;box-shadow:0 4px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.case-study-card-inner:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.case-study-image-wrapper{width:100%;height:220px;overflow:hidden;border-bottom:2px solid #eef5fa}.case-study-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.case-study-card-inner:hover .case-study-image-wrapper img{transform:scale(1.05)}.case-study-content{padding:2rem 1.5rem;display:flex;flex-direction:column;flex:1}.case-study-content h3{font-size:22px;font-weight:700;color:#000;margin:0 0 1rem}.case-study-content p{font-size:16px;color:#333;line-height:1.6;margin:0 0 2rem;flex:1}.read-more-link{display:flex;align-items:center;gap:.5rem;color:#1b5c8b;font-size:20px;font-weight:600;text-decoration:none;transition:opacity .3s ease;margin-top:auto}.read-more-arrow{width:15px;height:15px;color:#1b5c8b;object-fit:contain;transition:transform .3s ease;filter:brightness(0) invert(28%) sepia(50%) saturate(1512%) hue-rotate(182deg) brightness(94%) contrast(92%)}.read-more-link:hover .read-more-arrow{transform:translate(4px)}@media (max-width: 1366px){.case-study-section{padding:2.5rem 4%}}@media (max-width: 1024px){.case-study-section{padding:2.5rem 4%}.case-study-header-area{flex-direction:column;align-items:center;gap:2rem}.case-study-navigation{position:static;transform:none}}@media (max-width: 768px){.case-study-section{padding:4rem 4%}.case-study-title{font-size:26px}}.faq-section{padding:1.5rem 2rem 3rem;background-color:#f4f8fc;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;box-sizing:border-box}.faq-container{width:100%;margin:0 auto}.faq-header{text-align:center;margin-bottom:2rem}.faq-subtitle{font-size:22px;font-weight:600;color:#000}.faq-title{font-size:36px;font-weight:700;color:#000;margin:0}.faq-layout{display:grid;grid-template-columns:350px 1fr;gap:2rem;align-items:start}.faq-sidebar{display:flex;flex-direction:column;gap:.8rem;margin-top:0}.faq-category-btn{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;margin:0;background-color:#fff;border:1px solid transparent;border-radius:5px;cursor:pointer;font-size:18px;font-weight:600;color:#1b5c8b;transition:all .3s ease;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;line-height:1.5;box-sizing:border-box}.faq-category-btn span{flex:1;text-align:left}.faq-category-btn svg{width:18px;height:18px;color:#1b5c8b;transition:all .3s ease;flex-shrink:0}.faq-category-btn:hover{transform:translateY(-2px);background-color:#fff}.faq-category-btn.active{background-color:#1b5c8b;color:#fff;box-shadow:0 4px 15px #1b5c8b33}.faq-category-btn.active svg{color:#fff}.faq-content{display:flex;flex-direction:column;gap:.8rem;margin-top:0}.faq-content::-webkit-scrollbar{width:6px}.faq-content::-webkit-scrollbar-track{background:transparent}.faq-content::-webkit-scrollbar-thumb{background:#1b5c8b33;border-radius:10px}.faq-content::-webkit-scrollbar-thumb:hover{background:#1b5c8b66}.faq-accordion-item{background-color:#fff;border:1px solid #E0E0E0;border-radius:4px;overflow:hidden;transition:all .3s ease;cursor:pointer;margin:0;box-sizing:border-box}.faq-accordion-item.open{background-color:#fff;border-color:transparent;box-shadow:0 4px 20px #0000000a}.faq-accordion-header{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;background-color:transparent}.faq-accordion-item.open .faq-accordion-header{padding-bottom:.5rem}.faq-question{margin:0;font-size:18px;font-weight:500;color:#2d3748;transition:color .3s ease;flex:1;padding-right:1rem;line-height:1.5}.faq-accordion-item.open .faq-question{color:#1b5c8b;font-weight:600}.faq-icon{display:flex;align-items:center;justify-content:center;color:#1b5c8b;flex-shrink:0}.faq-icon svg{width:20px;height:20px}.faq-accordion-body{overflow:hidden;transition:max-height .3s ease-in-out}.faq-answer{margin:0;padding:0 1.5rem 1.5rem;color:#818181;font-size:17px;line-height:1.6}@media (max-width: 1366px){.faq-section{padding:5rem 4%}}@media (max-width: 900px){.faq-section{padding:4rem 4%}.faq-layout{grid-template-columns:1fr}.faq-content{max-height:none;overflow-y:visible;padding-right:0}.faq-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}}@media (max-width: 600px){.faq-section{padding:3rem 4%}.faq-sidebar{grid-template-columns:1fr}.faq-title{font-size:30px}}.testimonials-section{padding:4rem 2rem;background-color:#fff;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;box-sizing:border-box}.testimonials-container{width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1.1fr;gap:4rem;align-items:stretch}.testimonials-highlights{display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem}.testimonials-main-title{font-size:34px;font-weight:700;color:#000;margin:0}.highlight-block{display:flex;flex-direction:column;gap:.8rem}.highlight-title{font-size:20px;font-weight:600;color:#1b5c8b;margin:0}.highlight-desc{font-size:17px;text-align:justify;color:#333;line-height:1.7;margin:0}.testimonials-cards-column{position:relative;height:100%}.testimonials-scroll-area{display:flex;flex-direction:column;justify-content:flex-start;height:100%;gap:1.2rem;padding-right:0}.testimonials-scroll-area::-webkit-scrollbar{width:6px}.testimonials-scroll-area::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}.testimonials-scroll-area::-webkit-scrollbar-thumb{background:silver;border-radius:10px}.testimonials-scroll-area::-webkit-scrollbar-thumb:hover{background:#a0a0a0}.testimonial-card{background-color:#1b5c8b;border-radius:12px;padding:.8rem 1.5rem;display:flex;gap:1rem;align-items:center;position:relative;box-shadow:0 4px 15px #1b5c8b26;flex:1}.testimonial-avatar{flex-shrink:0;width:70px;height:70px;border-radius:50%;overflow:hidden}.testimonial-avatar img{width:100%;height:100%;object-fit:cover}.testimonial-content{flex:1;display:flex;flex-direction:column;gap:.5rem;padding-right:2rem}.testimonial-name{color:#fff;font-size:18px;font-weight:600;margin:0}.testimonial-text{color:#ffffffe6;font-size:18px;line-height:1.6;text-align:justify;margin:0}.testimonial-quote-icon{position:absolute;top:1rem;right:1rem;color:#fff;opacity:.8}.testimonial-quote-icon svg{width:24px;height:24px}@media (max-width: 960px){.testimonials-container{grid-template-columns:1fr;gap:3rem}.testimonials-scroll-area{max-height:none;overflow-y:visible;padding-right:0}}@media (max-width: 500px){.testimonial-card{flex-direction:column;padding:1.5rem;gap:1rem}.testimonial-quote-icon{top:1.5rem;right:1.5rem}.testimonial-content{padding-right:0}}.insights-section{padding:2rem;background-color:#f6f9fc;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;box-sizing:border-box}.insights-container{width:100%;margin:0 auto}.insights-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.insights-title{font-size:24px;font-weight:700;color:#111;margin:0}.insights-navigation{display:flex;gap:10px}.nav-btn{width:40px;height:40px;background-color:#1b5c8b;border:none;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.nav-arrow-icon{width:20px;height:20px;object-fit:contain;filter:brightness(0) invert(1)}.nav-btn:hover:not(.disabled){background-color:#13466b}.nav-btn.disabled{opacity:.4;cursor:not-allowed}.insights-layout{display:grid;grid-template-columns:1.5fr 1fr;gap:1.5rem;align-items:stretch}.insights-featured-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000000a;display:flex;flex-direction:column}.featured-image-wrapper{position:relative;width:100%;height:350px}.featured-image-wrapper img{width:100%;height:100%;object-fit:cover}.featured-date-badge{position:absolute;top:1.5rem;left:1.5rem;background-color:#fff;color:#e74c3c;font-weight:600;font-size:14px;padding:.5rem 1.2rem;border-radius:50px;box-shadow:0 4px 10px #0000001a}.featured-content{padding:2rem;display:flex;flex-direction:column;gap:.5rem}.featured-meta{margin-bottom:.2rem}.featured-author{font-size:15px;color:#000;font-weight:700}.featured-category{font-size:16px;font-weight:700;color:#000;margin:0}.featured-title{font-size:24px;font-weight:700;color:#1b5c8b;margin:.5rem 0;line-height:1.4}.featured-desc{font-size:16px;color:#666;line-height:1.6;margin:0}.insights-side-list{display:flex;flex-direction:column;gap:1.5rem}.insights-side-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000000a;display:flex;height:calc(100% / 3 - 1rem);min-height:140px}.side-card-image{flex-shrink:0;width:40%;max-width:200px}.side-card-image img{width:100%;height:100%;object-fit:cover}.side-card-content{padding:1.2rem;display:flex;flex-direction:column;justify-content:center;flex:1}.side-card-date{font-size:14px;font-weight:700;color:#000;margin-bottom:.3rem}.side-card-category{font-size:15px;font-weight:700;color:#000;margin:0 0 .5rem}.side-card-title{font-size:16px;font-weight:600;color:#1b5c8b;margin:0 0 1rem;line-height:1.4}.read-more-link{display:flex;align-items:center;gap:.4rem;color:#888;font-size:14px;text-decoration:none;font-weight:500;margin-top:auto;transition:color .3s ease}.read-more-link:hover{color:#1b5c8b}.read-more-arrow-icon{width:14px;height:14px;object-fit:contain;opacity:.5;transition:transform .3s ease,opacity .3s ease}.read-more-link:hover .read-more-arrow-icon{transform:translate(3px);opacity:1;filter:brightness(0) invert(28%) sepia(50%) saturate(1512%) hue-rotate(182deg) brightness(94%) contrast(92%)}@media (max-width: 960px){.insights-layout{grid-template-columns:1fr}.featured-image-wrapper{height:250px}.insights-side-card{min-height:120px}}@media (max-width: 600px){.insights-side-card{flex-direction:column;height:auto}.side-card-image{width:100%;max-width:100%;height:180px}}.contact-section{padding:5rem 2rem;background-color:#fefefe;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;box-sizing:border-box}.contact-container{width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:stretch}.contact-form-column{background:linear-gradient(180deg,#72b4e4,#1b5c8b);padding:3rem 2.5rem;border-radius:12px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 10px 30px #1e639626}.contact-subtitle{color:#fff;font-size:18px;font-weight:500;margin:0 0 .5rem}.contact-title{color:#fff;font-size:34px;font-weight:700;margin:0 0 2rem}.contact-form{display:flex;flex-direction:column;gap:1.2rem}.input-group{position:relative;width:100%}.input-group input{width:100%;padding:1.2rem 3rem 1.2rem 1.5rem;border:none;border-radius:50px;background-color:#fff;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;font-size:16px;color:#333;box-sizing:border-box;outline:none;transition:box-shadow .3s ease}.input-group input::placeholder{color:#1b5c8b;opacity:.8}.input-group input:focus{box-shadow:0 0 0 3px #ffffff4d}.input-icon{position:absolute;right:1.2rem;top:50%;transform:translateY(-50%);width:20px;height:20px;object-fit:contain;pointer-events:none}.contact-submit-btn{margin-top:.5rem;padding:1.2rem;border:none;border-radius:50px;background-color:#78afd7;color:#fff;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease}.contact-submit-btn:hover{background-color:#6a9ac2;box-shadow:0 4px 12px #0000001a}.contact-image-column{display:flex;align-items:stretch;border-radius:12px;overflow:hidden;background-color:#fff;box-shadow:0 10px 30px #0000000d}.contact-hero-image{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 1366px){.contact-section{padding:5rem 4%}}@media (max-width: 900px){.contact-section{padding:4rem 4%}.contact-container{grid-template-columns:1fr;gap:3rem}.contact-image-column{min-height:400px}}@media (max-width: 500px){.contact-section{padding:3rem 4%}.contact-form-column{padding:2rem 1.5rem}.contact-title{font-size:28px}}@media (max-width: 1024px){.wd-services-container{grid-template-columns:1fr;gap:24px}.wd-services-section{min-height:auto;padding:36px 5%}.wd-services-left-image{order:1}.wd-services-right{order:2}.wd-services-grid{grid-template-columns:1fr}}@media (max-width: 480px){.wd-services-section{padding:24px 4%}.wd-services-container{grid-template-columns:1fr;gap:18px}.wd-services-image-frame{max-width:100%;border-radius:12px}.wd-services-grid{grid-template-columns:1fr}.wd-service-card.blue{padding:14px}.wd-service-card.blue .wd-service-card-desc{font-size:13px}}.wd-hero-section{width:100%;box-sizing:border-box;background:linear-gradient(90deg,#b0d0e8fa,#eef5fae0),url(./office_hero_bg-EYMgTXbB.png) center / cover no-repeat;padding:15px 5%;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;min-height:calc(100vh - 80px);display:flex;align-items:center}.wd-hero-container{max-width:1350px;width:100%;margin:0 auto;display:flex;align-items:center}.wd-hero-desc{font-size:16px;font-weight:400;line-height:1.75;color:#222;margin:0 0 16px;max-width:640px;text-align:justify}.wd-services-section{width:100%;background:#f4f8fc;padding:40px 5%;box-sizing:border-box;min-height:642px}.wd-services-container{max-width:1350px;margin:0 auto;display:grid;grid-template-columns:364.09px 1fr;gap:48px;align-items:start}.wd-services-left-image{display:flex;align-items:center;justify-content:center}.wd-services-image-frame{width:100%;max-width:520px;border-radius:24px;overflow:hidden;box-shadow:0 18px 48px #1b5c8b1f;background:#fff}@media (min-width: 1200px){.wd-services-image-frame{width:364.09px;height:535.4px;max-width:none;border-radius:100px 24px;overflow:hidden;box-shadow:0 18px 48px #1b5c8b1f;background:#fff;align-self:start;margin-top:0;margin-left:0}.wd-services-left-image{justify-content:flex-start;width:40%}.wd-services-main-img{width:100%;height:100%;object-fit:cover;object-position:top center;transform:scale(1.03);display:block}}@media (max-width: 1199px){.wd-services-image-frame{width:100%;max-width:520px;height:auto;border-radius:20px;margin-top:0;margin-left:0}.wd-services-main-img{height:auto}}.wd-services-main-img{width:100%;height:100%;object-fit:cover;display:block}.wd-services-right{width:100%}.wd-services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 22px}.wd-service-card.blue{display:flex;gap:20px;background:#1b5c8b;border-radius:14px;padding:20px 22px;align-items:center;height:112px;box-sizing:border-box}.wd-services-right .wd-services-grid .wd-service-card{width:100%}.wd-service-card.blue .wd-service-card-icon.white{background:#fff;border-radius:12px;width:64px;height:64px;display:flex;align-items:center;justify-content:center}.wd-service-card.blue .wd-service-card-icon.white img{width:40px;height:40px;object-fit:contain}.wd-service-card.blue .wd-service-card-body{color:#fff;display:flex;flex-direction:column;justify-content:center}.wd-service-card.blue .wd-service-card-title{color:#fff;margin:0 0 6px;font-size:18px;font-weight:700}.wd-service-card.blue .wd-service-card-desc{color:#ffffffeb;margin:0;font-size:14px;line-height:1.45}.wd-page.erp-page .wd-services-section .wd-services-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:18px!important}.wd-page.erp-page .wd-services-section .wd-service-card,.wd-page.erp-page .wd-services-section .wd-service-card.blue{width:100%!important;box-sizing:border-box;height:auto!important}.wd-challenges-section{width:100%;background:#ebf4fb;padding:70px 5%;box-sizing:border-box}.wd-challenges-container{max-width:1350px;margin:0 auto}.wd-stats-section{width:100%;background:#fff;padding:80px 5%;box-sizing:border-box}.wd-stats-container{max-width:1350px;margin:0 auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:6rem;align-items:center}.wd-tech-section{width:100%;background:#f4f8fc;padding:70px 5%;box-sizing:border-box}.wd-tech-container{max-width:1350px;margin:0 auto;text-align:center}.wd-tech-cell{display:flex;align-items:center;justify-content:center;padding:40px 24px;background:transparent;border-right:1px solid #D8E9F5;border-bottom:1px solid #D8E9F5}.wd-tech-logo{height:102px;width:auto;object-fit:contain;display:block}.wd-industries-section{width:100%;background:#fff;padding:70px 5%;box-sizing:border-box}.wd-industries-container{max-width:1350px;margin:0 auto;text-align:left}.wd-insights-section{width:100%;background:#f6f9fc;padding:70px 5% 0;box-sizing:border-box}.wd-insights-container{max-width:1350px;margin:0 auto}.wd-reach-section{width:100%;background:#f6f9fc;padding:0 5% 70px;box-sizing:border-box}.wd-reach-container{max-width:1350px;margin:0 auto}@media (max-width: 1024px){.wd-hero-container{flex-direction:column;gap:2rem}.wd-hero-right{width:100%}.wd-hero-img{height:280px}.wd-hero-title{font-size:32px}.wd-services-container{grid-template-columns:1fr}.wd-contact-card{max-width:600px}.wd-challenges-grid{grid-template-columns:repeat(2,1fr)}.wd-stats-container{grid-template-columns:1fr;gap:3rem;align-items:start}.wd-stats-img-wrapper{width:100%}.wd-stats-img{width:100%;height:320px}.wd-stats-overlay{width:160px;height:auto;top:20px;bottom:20px;right:0;padding:12px}.wd-industries-grid{grid-template-columns:repeat(2,1fr)}.wd-insights-grid{grid-template-columns:1fr}.wd-ins-featured-img-wrap{height:260px}.wd-reach-card{flex-direction:column;padding:40px 28px;gap:28px}.wd-reach-divider{width:100%;height:1px;align-self:auto;flex-shrink:0}.wd-reach-col{padding:0}.wd-cta-banner-content{flex-direction:column;gap:1.5rem}.wd-cta-img-block{width:240px}}@media (max-width: 768px){.wd-hero-section{padding:40px 5% 36px}.wd-hero-title{font-size:26px}.wd-hero-desc{font-size:14px}.wd-services-section{padding:50px 5%}.wd-services-grid,.wd-challenges-grid{grid-template-columns:1fr}.wd-challenges-title{font-size:24px}.wd-stats-overlay{width:140px}.wd-stat-num{font-size:28px}.wd-stat-lbl{font-size:13px}.wd-features-title{font-size:32px}.wd-tech-grid{grid-template-columns:repeat(5,1fr)}.wd-tech-cell{padding:24px 12px}.wd-tech-logo{width:70px;height:48px}.wd-industries-grid{grid-template-columns:1fr}.wd-insights-title{font-size:22px}.wd-cta-title{font-size:20px}}.smo-platforms-section{width:100%;background:#fff;padding:50px 5% 40px;box-sizing:border-box}.smo-platforms-container{max-width:1350px;margin:0 auto;text-align:center}.smo-platforms-label{font-size:22px;font-weight:700;color:#000;margin:0 0 4px}.smo-platforms-title{font-size:22px;font-weight:700;color:#1b5c8b;margin:0 0 8px}.smo-platforms-desc{font-size:18px;font-weight:400;color:#6b7280;line-height:1.7;margin:0 auto 16px;max-width:760px}.smo-platforms-grid{border:none}.smo-platforms-grid .wd-tech-cell{padding:30px 20px;display:flex;align-items:center;justify-content:center;border-right-color:#e5e7eb;border-bottom-color:#e5e7eb}.smo-platforms-grid .wd-tech-cell:nth-child(5n){border-right:none}.smo-platforms-grid .wd-tech-cell:nth-child(n+6){border-bottom:none}.smo-platform-logo{width:60px;height:60px;object-fit:contain;display:block;transition:transform .25s}.smo-platforms-grid .wd-tech-cell:hover .smo-platform-logo{transform:scale(1.1)}.smo-process-section{background:#f4f8fc!important}.smo-process-header{max-width:1350px;margin:0 auto 40px;text-align:center}.smo-process-label{font-size:22px;font-weight:700;color:#1b5c8b;margin:0 0 12px;text-align:center}.smo-process-title{font-size:18px;font-weight:400;color:#6b7280;line-height:1.7;margin:0 auto;max-width:760px;text-align:center}.smo-timeline{display:flex;flex-direction:column;gap:4px}.smo-timeline-item{display:flex;gap:20px;align-items:flex-start;padding:14px 14px 14px 16px;border-left:3px solid transparent;border-radius:0 8px 8px 0;transition:border-color .2s}.smo-timeline-item--active{border-left-color:#1b5c8b;background:#1b5c8b0a}.smo-timeline-icon-box{width:48px;height:48px;flex-shrink:0;background:#fff;border:1px solid #E5E7EB;border-radius:8px;display:flex;align-items:center;justify-content:center}.smo-timeline-icon-img{width:28px;height:28px;object-fit:contain}.smo-timeline-body{flex:1}.smo-timeline-title{font-size:19px;font-weight:700;color:#000;margin:0 0 8px;line-height:1.3}.smo-timeline-desc{font-size:17px;font-weight:400;color:#6b7280;line-height:1.7;margin:0}.smo-needs-section{width:100%;background:#fff;padding:70px 5%;box-sizing:border-box}.smo-needs-container{max-width:1350px;margin:0 auto;text-align:center}.smo-needs-label{font-size:22px;font-weight:700;color:#000;margin:0 0 10px}.smo-needs-title{font-size:18px;font-weight:400;color:#6b7280;line-height:1.7;margin:0 auto 40px;max-width:760px}.smo-needs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.smo-needs-card{background:#1b5c8b;border-radius:12px;padding:28px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;transition:transform .2s,box-shadow .25s}.smo-needs-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1b5c8b4d}.smo-needs-card-icon{width:46px;height:46px;margin-bottom:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.smo-needs-card-icon img{width:46px;height:46px;object-fit:contain;filter:brightness(0) invert(1)}.smo-needs-card-title{font-size:19px;font-weight:700;color:#fff;margin:0 0 10px;line-height:1.3}.smo-needs-card-desc{font-size:17px;color:#ffffffe6;line-height:1.7;margin:0}@media (max-width: 480px){.wd-hero-title{font-size:22px}.wd-services-title{font-size:19px}.wd-services-label{font-size:16px}.wd-tech-cell{padding:20px 8px}.wd-tech-logo{width:56px;height:40px}.wd-industries-grid{grid-template-columns:1fr}.wd-insights-title{font-size:22px}.wd-ins-side-card{flex-direction:column}.wd-ins-side-img-wrap{width:100%;max-width:100%;height:160px}.wd-cta-buttons{flex-direction:column;align-items:flex-start}.wd-cta-img-block{display:none}.wd-stats-img{height:260px}.wd-stats-overlay{width:130px}.wd-stat-num{font-size:22px}.wd-stat-lbl{font-size:11px}.smo-needs-grid{grid-template-columns:1fr}.smo-platforms-grid{grid-template-columns:repeat(2,1fr)}.smo-platforms-grid .wd-tech-cell:nth-child(3n){border-right:1px solid #E5E7EB}.smo-platforms-grid .wd-tech-cell:nth-child(2n){border-right:none}.smo-platform-logo{width:48px;height:48px}}@media (max-width: 1024px){.smo-needs-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.smo-platforms-grid{grid-template-columns:repeat(3,1fr)}.smo-platforms-grid .wd-tech-cell:nth-child(5n){border-right:1px solid #E5E7EB}.smo-platforms-grid .wd-tech-cell:nth-child(n+6){border-bottom:1px solid #E5E7EB}.smo-platforms-grid .wd-tech-cell:nth-child(3n){border-right:none}}@media (max-width: 600px){.smo-needs-grid{grid-template-columns:1fr}.smo-platforms-desc{font-size:14px}}.wd-page{font-family:ABC Camera Plain Unlicensed Trial,system-ui,sans-serif;color:#111;background:#fff;overflow-x:hidden}.wd-hero-section{width:100%;box-sizing:border-box;background:linear-gradient(90deg,#b0d0e8fa,#eef5fae0),url(./office_hero_bg-EYMgTXbB.png) center / cover no-repeat;padding:60px 3%;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;min-height:calc(100vh - 80px);display:flex;align-items:center}.wd-hero-container{width:100%;display:flex;align-items:center}.wd-hero-container{position:relative}.wd-hero-left{width:60%;display:flex;flex-direction:column;align-items:flex-start;height:auto}.wd-hero-title{font-size:48px;font-weight:700;line-height:1.22;letter-spacing:-.3px;color:#000;margin:0 0 22px}.wd-hero-title-row2{display:inline-flex;align-items:center;gap:12px;flex-wrap:nowrap;white-space:nowrap}.wd-hero-title-blue{color:#1b5c8b}.wd-hero-rocket{width:44px;height:44px;object-fit:contain;flex-shrink:0;transform:rotate(-20deg);filter:drop-shadow(0 2px 6px rgba(27,92,139,.35))}.wd-hero-desc{font-size:18px;font-weight:400;line-height:1.75;color:#222;margin:0 0 16px;max-width:640px;text-align:justify}.wd-hero-desc--last{margin-bottom:30px}.wd-hero-btn{display:inline-flex;align-items:center;gap:10px;background:#1b5c8b;color:#fff;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;font-size:16px;font-weight:600;padding:14px 30px;border:none;border-radius:8px;cursor:pointer;box-shadow:0 4px 14px #1b5c8b59;transition:background .3s cubic-bezier(.4,0,.2,1),transform .2s,box-shadow .3s;white-space:nowrap}.wd-hero-btn:hover{background:#12456c;transform:translateY(-2px);box-shadow:0 6px 20px #1b5c8b73}.wd-hero-btn:active{transform:translateY(0)}.wd-hero-btn svg{transition:transform .3s ease}.wd-hero-btn:hover svg{transform:translate(4px)}.wd-hero-right{flex:0 0 560px;display:flex;justify-content:flex-end;align-items:center}.wd-hero-img-wrapper{width:100%;border-radius:20px;overflow:hidden;box-shadow:0 24px 64px #1b5c8b47}.wd-hero-img{width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;display:block;border-radius:20px}.wd-services-section{width:100%;background:#fff;padding:60px 3%;box-sizing:border-box}.wd-services-container{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:stretch}.wd-services-label{font-size:19px;font-weight:600;color:#1b5c8b;margin:0 0 6px}.wd-services-title{font-size:22px;font-weight:700;color:#000;margin:0 0 24px;line-height:1.3}.wd-services-grid{display:flex;flex-direction:column;gap:10px}.wd-service-card{display:flex;align-items:center;gap:16px;background:#f4f8fc;border-radius:10px;padding:14px 16px;transition:box-shadow .25s}.wd-service-card:hover{box-shadow:0 6px 24px #1b5c8b1f}.wd-service-card-icon{flex-shrink:0;width:56px;height:56px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.wd-service-card-icon img{width:45px;height:45px;object-fit:contain}.wd-service-card-title{font-size:20px;font-weight:600;color:#1b5c8b;margin:0 0 6px;line-height:1.3}.wd-service-card-desc{font-size:16px;color:#555;line-height:1.5;margin:0}.wd-contact-card{background:linear-gradient(180deg,#72b4e4,#1b5c8b);border-radius:15px;padding:20px 24px;display:flex;flex-direction:column;box-sizing:border-box;width:100%;align-self:flex-start}.wd-contact-card-title{font-size:22px;font-weight:600;color:#fff;margin:0 0 6px;line-height:1.3;text-align:center}.wd-contact-card-subtitle{font-size:18px;font-weight:500;color:#ffffffe6;margin:0 0 16px;text-align:center}.wd-contact-form{display:flex;flex-direction:column;gap:8px;width:100%;box-sizing:border-box}.wd-input-group{position:relative}.wd-input-group input,.wd-input-group textarea{width:100%;padding:15px 44px 15px 16px;border-radius:7px;border:none;background:#fff;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;font-size:16px;color:#333;box-sizing:border-box;outline:none;transition:box-shadow .2s}.wd-input-group textarea{border-radius:7px;resize:none;width:100%;height:72px;padding:15px 44px 15px 16px}.wd-input-group input::placeholder,.wd-input-group textarea::placeholder{color:#1b5c8b;opacity:.75}.wd-input-group input:focus,.wd-input-group textarea:focus{box-shadow:0 0 0 3px #ffffff59}.wd-input-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:22.1px;height:22.9px;object-fit:contain;opacity:.6;pointer-events:none;color:#1b5c8b}.wd-input-icon--top{top:18px;transform:none}.wd-input-group--textarea .wd-input-icon{top:16px;transform:none}.wd-contact-submit-btn{width:100%;padding:15px 20px;background:#78afd7;color:#fff;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;font-size:18px;font-weight:600;border:none;border-radius:7px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .25s,transform .12s;margin-top:4px}.wd-contact-submit-btn:hover{background:#6799bf;transform:translateY(-2px)}.wd-challenges-section{width:100%;background:#ebf4fb;padding:60px 3%;box-sizing:border-box}.wd-challenges-label{font-size:19px;font-weight:600;color:#000;text-align:center;margin:0 0 8px}.wd-challenges-title{font-size:28px;font-weight:700;color:#1b5c8b;text-align:center;margin:0 0 40px}.wd-challenges-grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:20px;row-gap:14px;margin-bottom:40px}.wd-challenge-card{background:#fff;border-radius:12px;padding:24px 22px;box-shadow:0 2px 12px #1b5c8b12;transition:box-shadow .25s}.wd-challenge-card:hover{box-shadow:0 8px 28px #1b5c8b24}.wd-challenge-num{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;font-size:13px;font-weight:700;color:#fff;background:#1b5c8b;border-radius:8px;padding:4px 10px;margin-bottom:16px;letter-spacing:.5px}.wd-challenge-card-title{font-size:19px;font-weight:600;color:#000;margin:0 0 10px;line-height:1.3}.wd-challenge-card-desc{font-size:17px;color:#555;line-height:1.65;margin:0}.wd-cta-banner{background:linear-gradient(135deg,#1b5c8b,#0e3d62);border-radius:16px;overflow:hidden;box-sizing:border-box}.wd-cta-banner-content{display:flex;align-items:center;gap:2rem;padding:48px 40px}.wd-cta-text-block{flex:1}.wd-cta-title{font-size:21px;font-weight:600;color:#fff;margin:0 0 14px}.wd-cta-desc{font-size:17px;color:#fff;line-height:1.65;margin:0 0 20px;max-width:100%}.wd-cta-buttons{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.wd-cta-btn-primary{display:inline-flex;align-items:center;gap:8px;background:#1b5c8b;color:#fff;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;font-size:14px;font-weight:700;padding:12px 22px;border:none;border-radius:8px;cursor:pointer;transition:background .25s}.wd-cta-btn-primary:hover{background:#12456c}.wd-cta-btn-secondary{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#1b5c8b;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;font-size:14px;font-weight:600;padding:12px 22px;border:none;border-radius:8px;cursor:pointer;transition:background .25s,color .25s}.wd-cta-btn-secondary:hover{background:#ebf5fd}.wd-cta-btn-icon{width:16px;height:16px;object-fit:contain;flex-shrink:0}.wd-cta-btn-primary .wd-cta-btn-icon{filter:brightness(0) invert(1)}.wd-cta-btn-secondary .wd-cta-btn-icon{filter:brightness(0) saturate(100%) invert(28%) sepia(76%) saturate(399%) hue-rotate(182deg) brightness(90%)}.wd-cta-img-block{position:relative;flex-shrink:0;width:320px}.wd-cta-rocket-deco{position:absolute;top:-24px;left:-28px;width:52px;height:52px;object-fit:contain;transform:rotate(-20deg);pointer-events:none;filter:drop-shadow(0 2px 6px rgba(255,255,255,.3))}.wd-cta-img{width:100%;object-fit:contain;display:block}.wd-stats-section{width:100%;background:#fff;padding:60px 3%;box-sizing:border-box}.wd-stats-container{display:grid;grid-template-columns:.8fr 1.2fr;gap:6rem;align-items:center}.wd-stats-left{position:relative}.wd-stats-img-wrapper{position:relative;border-radius:16px;width:438px}.wd-stats-img{width:438px;height:606px;object-fit:cover;display:block;border-radius:16px}.wd-stats-overlay{position:absolute;right:-140px;top:88px;width:264px;height:431px;background:linear-gradient(180deg,#1b5c8b,#0e3d62);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;padding:16px 20px;border-radius:12px;box-shadow:0 8px 28px #0e3d6259}.wd-stat-badge{width:100%;text-align:center;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.18)}.wd-stat-badge:last-child{border-bottom:none}.wd-stat-num{display:block;font-size:48px;font-weight:800;color:#fff;line-height:1;margin-bottom:5px}.wd-stat-lbl{display:block;font-size:22px;color:#ffffffd9;line-height:1.4}.wd-features-right{display:flex;flex-direction:column}.wd-features-label{font-size:22px;font-weight:600;color:#000;margin:0 0 8px}.wd-features-title{font-size:48px;font-weight:700;color:#1b5c8b;margin:0 0 30px;line-height:1.2}.wd-features-list{display:flex;flex-direction:column;position:relative}.wd-features-list:before{content:"";position:absolute;left:20px;top:32px;bottom:32px;width:2px;transform:translate(-50%);background:repeating-linear-gradient(to bottom,rgba(27,92,139,.38) 0px,rgba(27,92,139,.38) 6px,transparent 6px,transparent 14px);pointer-events:none}.wd-feature-item{display:flex;align-items:flex-start;gap:20px;padding:12px 0}.wd-feature-num-col{flex-shrink:0;position:relative;z-index:1;width:40px;height:40px;background:#ebf5fd;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 5px #fff}.wd-feature-num{font-size:13px;font-weight:700;color:#1b5c8b}.wd-feature-body{flex:1;min-width:0}.wd-feature-title{font-size:15px;font-weight:700;color:#000;margin:0 0 6px}.wd-feature-desc{font-size:17px;color:#555;line-height:1.65;margin:0}.wd-tech-section{width:100%;background:#f4f8fc;padding:60px 3%;box-sizing:border-box}.wd-tech-container{text-align:center}.wd-tech-title{font-size:22px;font-weight:700;color:#1b5c8b;margin:0 0 32px;text-align:center}.wd-tech-grid{display:grid;grid-template-columns:repeat(5,1fr)}.wd-tech-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:28px 16px;background:transparent;border-right:1px solid #E4ECF4;border-bottom:1px solid #E4ECF4}.wd-tech-cell:nth-child(5n){border-right:none}.wd-tech-cell:nth-child(n+6){border-bottom:none}.wd-tech-logo{width:auto;height:92px;object-fit:contain;display:block;flex-shrink:0}.wd-tech-name{display:none}.wd-industries-section{width:100%;background:#fff;padding:60px 3%;box-sizing:border-box}.wd-industries-container{text-align:left}.wd-industries-title{Width:250px;Height:35px;Left:70px}.wd-industries-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.wd-industry-card{background:#f4f8fc;border-radius:14px;padding:24px 20px 20px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;transition:box-shadow .25s,transform .2s}.wd-industry-card:hover{box-shadow:0 8px 28px #1b5c8b24;transform:translateY(-3px)}.wd-industry-icon{width:64px;height:64px;margin-bottom:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wd-industry-icon-img{width:56px;height:56px;object-fit:contain}.wd-industry-title{font-size:20px;font-weight:700;color:#000;margin:0 0 8px;line-height:1.3}.wd-industry-desc{font-size:18px;font-weight:400;color:#000;line-height:1.6;margin:0 0 18px;flex:1}.wd-industry-btn{background:#e7f0f9;color:#000;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;font-size:16px;font-weight:600;padding:10px 28px;border:none;border-radius:8px;cursor:pointer;transition:background .25s,color .25s;margin-top:auto;align-self:flex-start}.wd-industry-btn:hover{background:#1b5c8b;color:#fff}.wd-insights-section{width:100%;background:#f6f9fc;padding:60px 3% 0;box-sizing:border-box}.wd-insights-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.wd-insights-title{font-size:30px;font-weight:700;color:#111;margin:0}.wd-insights-nav{display:flex;gap:10px}.wd-ins-nav-btn{width:42px;height:42px;background:#1b5c8b;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .25s}.wd-ins-nav-btn:hover:not(.wd-ins-nav-btn--disabled){background:#12456c}.wd-ins-nav-btn--disabled{opacity:.4;cursor:not-allowed}.wd-ins-nav-icon{width:18px;height:18px;object-fit:contain;filter:brightness(0) invert(1)}.wd-insights-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:24px;align-items:stretch}.wd-ins-featured{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 4px 20px #1b5c8b14;display:flex;flex-direction:column}.wd-ins-featured-img-wrap{position:relative;width:100%;height:340px;flex-shrink:0}.wd-ins-featured-img{width:100%;height:100%;object-fit:cover;display:block}.wd-ins-date-badge{position:absolute;top:18px;left:18px;background:#fff;color:#e74c3c;font-size:13px;font-weight:700;padding:5px 16px;border-radius:50px;box-shadow:0 2px 8px #0000001f;white-space:nowrap}.wd-ins-featured-body{padding:28px 24px;display:flex;flex-direction:column;gap:5px;flex:1}.wd-ins-author,.wd-ins-category{font-size:14px;font-weight:700;color:#000}.wd-ins-featured-title{font-size:22px;font-weight:700;color:#1b5c8b;margin:4px 0;line-height:1.35}.wd-ins-featured-desc{font-size:14px;color:#666;line-height:1.65;margin:0}.wd-ins-side-list{display:flex;flex-direction:column;gap:16px}.wd-ins-side-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #1b5c8b12;display:flex;flex:1;min-height:130px}.wd-ins-side-img-wrap{flex-shrink:0;width:38%;max-width:175px;overflow:hidden}.wd-ins-side-img{width:100%;height:100%;object-fit:cover;display:block}.wd-ins-side-body{flex:1;padding:16px 14px;display:flex;flex-direction:column;gap:3px}.wd-ins-side-date{font-size:12px;font-weight:700;color:#000}.wd-ins-side-category{font-size:13px;font-weight:700;color:#000}.wd-ins-side-title{font-size:14px;font-weight:600;color:#1b5c8b;margin:2px 0 6px;line-height:1.4}.wd-ins-read-more{display:inline-flex;align-items:center;gap:5px;color:#888;font-size:13px;font-weight:500;text-decoration:none;transition:color .25s;margin-top:auto}.wd-ins-read-more:hover{color:#1b5c8b}.wd-ins-read-more-icon{width:12px;height:12px;object-fit:contain;opacity:.5;transition:transform .25s,opacity .25s}.wd-ins-read-more:hover .wd-ins-read-more-icon{transform:translate(3px);opacity:1;filter:brightness(0) invert(28%) sepia(50%) saturate(1512%) hue-rotate(182deg) brightness(94%) contrast(92%)}.wd-reach-section{width:100%;background:#f6f9fc;padding:60px 3%;box-sizing:border-box}.wd-reach-card{background:#fff;border-radius:16px;box-shadow:0 8px 32px #1b5c8b1a;display:flex;align-items:stretch;padding:48px 0}.wd-reach-col{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 36px}.wd-reach-divider{width:1px;background:#d8e9f5;flex-shrink:0;align-self:stretch}.wd-reach-icon-wrap{width:60px;height:60px;background:#ebf5fd;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px;flex-shrink:0}.wd-reach-icon{width:28px;height:28px;object-fit:contain}.wd-reach-col-title{font-size:18px;font-weight:700;color:#111;margin:0 0 10px}.wd-reach-col-text{font-size:14px;color:#555;line-height:1.75;margin:0}@media (max-width: 1366px){.wd-hero-title{font-size:38px}.wd-services-container{grid-template-columns:1fr 1fr}.wd-insights-grid{grid-template-columns:1.3fr 1fr}}@media (max-width: 1024px){.wd-hero-container{flex-direction:column;gap:2rem}.wd-hero-left,.vt-hero-page .wd-hero-left{width:100%;padding:0}.wd-hero-right{flex:1 1 100%;max-width:100%;width:100%}.wd-hero-img{height:280px}.wd-hero-title{font-size:32px}.wd-services-container{grid-template-columns:1fr}.wd-contact-card{max-width:600px}.wd-challenges-grid{grid-template-columns:repeat(2,1fr)}.wd-stats-container{grid-template-columns:1fr;gap:3rem;align-items:start}.wd-stats-img-wrapper{width:100%}.wd-stats-img{width:100%;height:320px}.wd-stats-overlay{width:160px;height:auto;top:20px;bottom:20px;right:0;padding:12px}.wd-industries-grid{grid-template-columns:repeat(2,1fr)}.wd-insights-grid{grid-template-columns:1fr}.wd-ins-featured-img-wrap{height:260px}.wd-reach-card{flex-direction:column;padding:40px 28px;gap:28px}.wd-reach-divider{width:100%;height:1px;align-self:auto;flex-shrink:0}.wd-reach-col{padding:0}.wd-cta-banner-content{flex-direction:column;gap:1.5rem}.wd-cta-img-block{width:240px}}@media (max-width: 768px){.wd-hero-section{padding:30px 3% 36px}.wd-hero-left,.vt-hero-page .wd-hero-left{width:100%;padding:0}.wd-hero-title{font-size:26px}.wd-hero-desc{font-size:14px}.wd-services-section{padding:60px 3%}.wd-services-grid,.wd-challenges-grid{grid-template-columns:1fr}.wd-challenges-title{font-size:24px}.wd-stats-overlay{width:140px}.wd-stat-num{font-size:28px}.wd-stat-lbl{font-size:13px}.wd-features-title{font-size:32px}.wd-features-label{font-size:18px}.wd-feature-title{font-size:14px}.wd-feature-desc{font-size:15px}.wd-tech-grid{grid-template-columns:repeat(5,1fr)}.wd-tech-cell{padding:20px 10px;gap:8px}.wd-tech-logo{height:80px}.wd-industries-grid{grid-template-columns:1fr}.wd-insights-title{font-size:22px}.wd-cta-title{font-size:20px}}@media (max-width: 480px){.wd-hero-title{font-size:22px}.wd-services-title{font-size:19px}.wd-services-label{font-size:16px}.wd-tech-cell{padding:16px 8px;gap:6px}.wd-tech-logo{height:60px}.wd-industries-grid{grid-template-columns:1fr}.wd-insights-title{font-size:22px}.wd-ins-side-card{flex-direction:column}.wd-ins-side-img-wrap{width:100%;max-width:100%;height:160px}.wd-cta-buttons{flex-direction:column;align-items:stretch;width:100%;max-width:340px}.wd-cta-btn-primary,.wd-cta-btn-secondary{justify-content:center;min-width:210px;width:100%}.wd-cta-img-block{display:none}.wd-stats-img{height:260px}.wd-stats-overlay{width:130px}.wd-stat-num{font-size:22px}.wd-stat-lbl{font-size:11px}}.erp-page .wd-hero-left{display:flex;flex:1 1 auto!important;max-width:900px;flex-direction:column;align-items:flex-start;height:100%;justify-content:flex-start}.erp-page .wd-contact-card{background:linear-gradient(180deg,#72b4e4,#1b5c8b);border-radius:15px;padding:28px 26px;display:flex;flex-direction:column;box-sizing:border-box;max-width:532px;min-height:550px;align-self:flex-start}.wd-contact-form{gap:20px}.erp-page .wd-hero-desc,.erp-page .wd-hero-desc--last{max-width:880px;font-size:16px;line-height:40px}@media (max-width: 1024px){.erp-page .wd-contact-card{width:100%;max-width:100%;margin:0 auto}.erp-page .wd-hero-left{height:auto;width:100%}.erp-page .wd-hero-section{padding-left:16px;padding-right:16px}.erp-page .wd-hero-container{max-width:100%;width:100%;margin:0 auto;gap:28px}.erp-page .wd-hero-desc,.erp-page .wd-hero-desc--last{max-width:100%}}@media (max-width: 768px){.erp-page .wd-hero-section{min-height:auto!important;padding-top:20px;padding-bottom:20px}.erp-page .wd-hero-container{height:auto!important;gap:28px;max-width:100%;padding:0}.erp-page .wd-contact-card{position:relative!important;width:100%!important;max-width:100%!important;margin:0 auto}.erp-page .wd-hero-img,.erp-page .wd-hero-img-block{max-height:260px;height:auto}}.erp-page .wd-hero-section{align-items:stretch;padding-top:50px;padding-bottom:20px}.erp-page .wd-hero-container{gap:64px}@media (min-width: 1600px){.erp-page .wd-hero-container{max-width:1600px}.erp-page .wd-hero-title{font-size:clamp(36px,2.4vw,56px)}.erp-page .wd-hero-desc{font-size:17px;max-width:780px}.erp-page .wd-contact-card{max-width:520px;min-height:580px;width:34%}}@media (min-width: 2560px){.erp-page .wd-hero-container{max-width:2200px}.erp-page .wd-hero-title{font-size:clamp(48px,2.2vw,72px)}.erp-page .wd-hero-desc{font-size:18px;max-width:920px}.erp-page .wd-contact-card{max-width:640px;min-height:650px;width:32%;padding:36px 32px}}.erp-software-page{width:100%;background-color:#f4f8fc}.erp-hero-section{padding:60px 20px;background:linear-gradient(135deg,#cde3f3,#a8cde5);min-height:600px;display:flex;align-items:center}.erp-hero-container{max-width:1350px;margin:0 auto;width:100%;display:flex;gap:60px;align-items:center;flex-wrap:wrap}.erp-hero-content{flex:1;min-width:300px}.erp-hero-title{font-size:42px;font-weight:700;color:#1b5c8b;margin:0 0 20px;line-height:1.3;font-family:ABC Camera Plain Unlicensed Trial,sans-serif}.erp-hero-subtitle{font-size:18px;color:#666;margin:0 0 30px;line-height:1.6;font-family:ABC Camera Plain Unlicensed Trial,sans-serif}.erp-hero-cta{display:flex;gap:15px;flex-wrap:wrap}.erp-cta-btn-primary,.erp-cta-btn-secondary{padding:12px 30px;font-size:16px;font-weight:600;border-radius:8px;border:none;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;font-family:ABC Camera Plain Unlicensed Trial,sans-serif}.erp-cta-btn-primary{background-color:#1b5c8b;color:#fff}.erp-cta-btn-primary:hover{background-color:#134568;transform:translateY(-2px);box-shadow:0 8px 20px #1b5c8b4d}.erp-cta-btn-secondary{background-color:transparent;color:#1b5c8b;border:2px solid #1B5C8B}.erp-cta-btn-secondary:hover{background-color:#f0f4f8}.erp-hero-img-block{flex:1;min-width:300px;display:flex;justify-content:center}.erp-hero-img{max-width:100%;height:auto;max-height:450px;object-fit:contain}.erp-benefits-section{padding:80px 20px;background-color:#fff}.erp-benefits-container{max-width:1350px;margin:0 auto}.erp-section-title{font-size:36px;font-weight:700;color:#1b5c8b;text-align:center;margin:0 0 60px;font-family:ABC Camera Plain Unlicensed Trial,sans-serif}.erp-benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px}.erp-benefit-card{background:#f4f8fc;padding:30px;border-radius:12px;border-left:4px solid #1B5C8B;transition:all .3s ease}.erp-benefit-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #1b5c8b1a;background:#fff}.erp-benefit-number{font-size:32px;font-weight:700;color:#1b5c8b;margin-bottom:15px;opacity:.2}.erp-benefit-card h3{font-size:20px;font-weight:600;color:#1b5c8b;margin:0 0 15px;font-family:ABC Camera Plain Unlicensed Trial,sans-serif}.erp-benefit-card p{font-size:16px;color:#666;line-height:1.6;margin:0}.erp-platforms-section{padding:80px 20px;background-color:#f4f8fc}.erp-platforms-container{max-width:1350px;margin:0 auto}.erp-platforms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.erp-platform-card{background:#fff;padding:40px;border-radius:15px;box-shadow:0 8px 25px #00000014;transition:all .3s ease}.erp-platform-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #1b5c8b26}.erp-platform-card h3{font-size:24px;font-weight:700;color:#1b5c8b;margin:0 0 15px;font-family:ABC Camera Plain Unlicensed Trial,sans-serif}.erp-platform-card p{font-size:16px;color:#666;line-height:1.6;margin:0 0 25px}.erp-page .wd-services-section{background:#f4f8fc;padding:40px 5%;box-sizing:border-box;min-height:642px}.erp-page .wd-services-section .wd-services-label{font-size:19px;font-weight:600;color:#1b5c8b;margin:0 0 8px;display:block}.erp-page .wd-services-section .wd-services-container{max-width:1350px;margin:0 auto;display:grid;grid-template-columns:364.09px 1fr;gap:48px;align-items:start}.erp-page .wd-services-section .wd-services-left-image{display:flex;align-items:center;justify-content:flex-start;width:100%}.erp-page .wd-services-section .wd-services-image-frame{width:100%;max-width:520px;border-radius:24px;overflow:hidden;box-shadow:0 18px 48px #1b5c8b1f;background:#fff}@media (min-width: 1200px){.erp-page .wd-services-section .wd-services-image-frame{width:364.09px;height:535.4px;max-width:none;border-radius:100px 0;box-sizing:border-box;border-top:6px solid #1F7DC0;border-right:6px solid #1F7DC0;overflow:hidden;box-shadow:0 18px 48px #1b5c8b1f;background:#fff;align-self:start;margin-top:0;margin-left:0}.erp-page .wd-services-section .wd-services-main-img{width:100%;height:100%;object-fit:cover;object-position:top center;transform:scale(1.03);display:block}}.erp-page .wd-services-section .wd-services-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:20px 22px!important}.erp-page .wd-services-section .wd-service-card.blue{display:flex;gap:20px;background:#1b5c8b;border-radius:14px;padding:20px 22px;align-items:center;height:112px;box-sizing:border-box}.erp-page .wd-services-section .wd-service-card{width:100%!important;box-sizing:border-box}.erp-page .wd-services-section .wd-service-card .wd-service-card-icon.white{background:#fff;border-radius:12px;width:64px;height:64px;display:flex;align-items:center;justify-content:center}.erp-page .wd-services-section .wd-service-card .wd-service-card-icon.white img{width:40px;height:40px;object-fit:contain}.erp-page .wd-services-section .wd-service-card .wd-service-card-body{color:#fff;display:flex;flex-direction:column;justify-content:center}.erp-page .wd-services-section .wd-service-card .wd-service-card-title{color:#fff;margin:0 0 6px;font-size:18px;font-weight:700}.erp-page .wd-services-section .wd-service-card .wd-service-card-desc{color:#ffffffeb;margin:0;font-size:14px;line-height:1.45}@media (max-width: 1024px) and (min-width: 769px){.erp-page .wd-services-section{padding:36px 4.5%;min-height:auto}.wd-page.erp-page .wd-services-section .wd-service-card,.wd-page.erp-page .wd-services-section .wd-service-card.blue{width:100%!important;box-sizing:border-box;height:190px!important}.erp-page .wd-services-section .wd-services-container{display:flex;align-items:flex-start;gap:28px;width:100%}.erp-page .wd-services-section .wd-services-left-image{flex:0 0 320px;max-width:320px;display:block}.erp-page .wd-services-section .wd-services-right{flex:1 1 0;min-width:0}.erp-page .wd-services-section .wd-services-image-frame{width:320px;height:470px;border-radius:100px 0;border-top:6px solid #1F7DC0;border-right:6px solid #1F7DC0;overflow:hidden;margin-top:0}.erp-page .wd-services-section .wd-services-main-img{object-position:top center;transform:scale(1.03);display:block}.erp-page .wd-services-section .wd-services-grid{grid-template-columns:repeat(2,1fr);gap:18px 18px}.erp-page .wd-services-section .wd-service-card.blue{height:112px;padding:18px}}@media (max-width: 768px) and (min-width: 431px){.erp-page .wd-services-section{padding:28px 5%}.erp-page .wd-services-section .wd-services-container{grid-template-columns:1fr;gap:22px}.erp-page .wd-services-section .wd-services-image-frame{width:100%;max-width:520px;height:auto;border-radius:100px 0;border-top:6px solid #1F7DC0;border-right:6px solid #1F7DC0;margin:0 auto}.erp-page .wd-services-section .wd-services-grid{grid-template-columns:repeat(2,1fr);gap:16px}.erp-page .wd-services-section .wd-service-card.blue{height:auto;padding:14px}.wd-page.erp-page .wd-services-section .wd-service-card,.wd-page.erp-page .wd-services-section .wd-service-card.blue{width:100%!important;box-sizing:border-box;height:190px!important}.erp-what-intro{margin-top:10px}}@media (max-width: 430px){.erp-page .wd-services-section{padding:20px 4%}.wd-page.erp-page .wd-services-section .wd-service-card,.wd-page.erp-page .wd-services-section .wd-service-card.blue{width:100%!important;box-sizing:border-box;height:120px!important}.erp-page .wd-services-section .wd-services-container{grid-template-columns:1fr;gap:18px}.erp-page .wd-services-section .wd-services-image-frame{width:92%;margin:0 auto 12px;height:auto;border-radius:100px 0;border-top:6px solid #1F7DC0;border-right:6px solid #1F7DC0}.erp-page .wd-services-section .wd-services-grid{grid-template-columns:1fr;gap:12px}.erp-page .wd-services-section .wd-service-card.blue{padding:12px}.erp-page .wd-services-section .wd-service-card .wd-service-card-icon.white{width:52px;height:52px}.erp-page .wd-services-section .wd-service-card .wd-service-card-icon.white img{width:32px;height:32px}.erp-page .wd-services-section .wd-service-card .wd-service-card-title{font-size:15px}.wd-page.erp-page .wd-services-section .wd-services-grid{grid-template-columns:1fr!important;gap:12px!important}.wd-page.erp-page .wd-services-section .wd-service-card.blue{padding:12px!important;height:auto!important}.wd-page.erp-page .wd-services-section .wd-service-card .wd-service-card-icon.white{width:52px!important;height:52px!important}.wd-page.erp-page .wd-services-section .wd-service-card .wd-service-card-icon.white img{width:32px!important;height:32px!important}}.erp-platform-features{display:flex;flex-wrap:wrap;gap:10px}.erp-page .erp-what-section{background:#fff;padding:20px}.erp-page .erp-what-container{max-width:1350px;margin:0 auto}.erp-page .erp-what-intro{max-width:980px;margin:-30px auto 28px;color:#666;text-align:center;line-height:1.6}.erp-page .erp-what-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid rgba(27,92,139,.06)}.erp-page .erp-what-card{padding:32px 28px;box-sizing:border-box;border-right:1px solid rgba(27,92,139,.06);border-bottom:1px solid rgba(27,92,139,.06);background:transparent}.erp-page .erp-what-card:nth-child(3n){border-right:none}.erp-page .erp-what-card:nth-last-child(-n+3){border-bottom:none}.erp-page .erp-what-number{color:#1b5c8b;font-weight:700;margin-bottom:8px}.erp-page .erp-what-title{margin:0 0 10px;font-size:16px;font-weight:700;color:#111}.erp-page .erp-what-desc{margin:0;color:#666;line-height:1.6;font-size:14px}@media (max-width: 1024px){.erp-page .erp-what-grid{grid-template-columns:repeat(2,1fr)}.erp-page .erp-what-card:nth-child(3n){border-right:1px solid rgba(27,92,139,.06)}.erp-page .erp-what-card:nth-child(2n){border-right:none}.erp-page .erp-what-card:nth-last-child(-n+2){border-bottom:none}}@media (max-width: 480px){.erp-page .erp-what-section{padding:28px 16px}.erp-page .erp-what-grid{grid-template-columns:1fr}.erp-page .erp-what-card{border-right:none}.erp-page .erp-what-card:nth-last-child(1){border-bottom:none}.erp-page .erp-what-card{padding:18px 14px}.erp-page .erp-what-title{font-size:15px}.erp-page .erp-what-number{font-size:14px}}.erp-feature-tag{display:inline-block;padding:6px 14px;background-color:#e7f0f9;color:#1b5c8b;border-radius:20px;font-size:13px;font-weight:600;border:1px solid #D2E4F0}.erp-implementation-section{padding:80px 20px;background-color:#fff}.erp-process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:50px}.erp-corevalues-section{padding:20px;background:transparent;background-color:#f4f8fc}.erp-corevalues-container{max-width:1350px;margin:0 auto;text-align:center}.erp-corevalues-intro{max-width:900px;margin:10px auto 32px;color:#666;line-height:1.6}.erp-core-grid{display:grid;grid-template-columns:1fr 380px 1fr;gap:24px;align-items:stretch;justify-items:center}.erp-core-column{width:100%;display:flex;flex-direction:column;gap:20px;align-items:stretch;justify-content:space-between;height:450px;margin-top:25px}.erp-core-card{display:flex;flex-direction:column;gap:12px;align-items:left;text-align:left;background:#1b5c8b;color:#fff;padding:24px 20px;border-radius:12px;box-shadow:0 12px 30px #1b5c8b1f;flex:1}.erp-core-icon{width:56px;height:56px;object-fit:contain}.erp-core-card h4{margin:0 0 8px;font-size:16px;font-weight:700;color:#fff}.erp-core-card p{margin:0;color:#ffffffeb;font-size:14px;line-height:1.5}.erp-core-center-frame{width:100%;max-width:380px;height:500px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:8px}.erp-core-center-img{width:100%;height:auto;display:block;object-fit:cover;border-radius:20px}@media (max-width: 1024px){.erp-core-center-frame{max-height:880px;border-radius:20px}.erp-core-center-img{height:100%;width:800px;margin-top:40px;border-radius:20px}.erp-core-grid{grid-template-columns:1fr 350px 1fr}}@media (min-width: 901px) and (max-width: 1024px){.erp-core-grid{grid-template-columns:1fr 300px 1fr;gap:12px}.erp-core-center-frame{max-width:300px;height:450px}.erp-core-column{height:450px;gap:16px}.erp-core-card{padding:18px 16px}}@media (max-width: 900px){.erp-core-grid{grid-template-columns:1fr}.erp-core-center-frame{height:auto;margin-bottom:20px}.erp-core-column{height:auto}.erp-core-center-img{width:100%}}@media (max-width: 430px){.erp-core-card{padding:14px;gap:12px}.erp-core-icon{width:40px;height:40px;flex:0 0 40px}.erp-core-center-frame{max-width:280px}.erp-core-card-body p{font-size:13px}}.erp-process-step{position:relative;padding:30px;background:#f4f8fc;border-radius:12px;transition:all .3s ease}.erp-process-step:hover{background:#fff;box-shadow:0 10px 30px #1b5c8b1a}.erp-step-number{font-size:28px;font-weight:700;color:#1b5c8b;margin-bottom:12px;opacity:.3}.erp-process-step h3{font-size:18px;font-weight:600;color:#1b5c8b;margin:0 0 12px;font-family:ABC Camera Plain Unlicensed Trial,sans-serif}.erp-process-step p{font-size:15px;color:#666;line-height:1.6;margin:0}.erp-cta-section{padding:80px 20px;background:linear-gradient(135deg,#1b5c8b,#134568)}.erp-cta-container{max-width:1350px;margin:0 auto;text-align:center}.erp-cta-content h2{font-size:42px;font-weight:700;color:#fff;margin:0 0 20px;font-family:ABC Camera Plain Unlicensed Trial,sans-serif}.erp-cta-content p{font-size:18px;color:#ffffffe6;max-width:600px;margin:0 auto 40px;line-height:1.6}@media (max-width: 768px){.erp-hero-title{font-size:28px}.erp-hero-subtitle{font-size:16px}.erp-hero-cta{flex-direction:column}.erp-hero-container{gap:30px}.erp-section-title{font-size:28px;margin-bottom:40px}.erp-benefits-grid{grid-template-columns:1fr;gap:20px}.erp-platforms-grid{gap:20px}.erp-cta-content h2{font-size:28px}.erp-cta-content p{font-size:16px}.erp-benefit-card,.erp-process-step{padding:20px}.erp-platform-card{padding:25px}}@media (max-width: 480px){.erp-hero-section{padding:40px 15px}.erp-hero-title{font-size:24px}.erp-section-title{font-size:22px}.erp-cta-btn-primary,.erp-cta-btn-secondary{width:100%;justify-content:center}}@media (max-width: 435px){.erp-page .wd-hero-left{align-items:center;text-align:center}.erp-page .wd-hero-left .wd-hero-btn{align-self:center;margin:12px 0 0}}.erp-tech-section{padding:60px 20px}.erp-tech-container{max-width:1350px;margin:0 auto;text-align:center}.erp-tech-title{font-size:32px;font-weight:700;color:#1b5c8b;margin:0 0 12px;font-family:ABC Camera Plain Unlicensed Trial,sans-serif}.erp-tech-subtitle{font-size:18px;font-weight:600;color:#1b5c8b;margin:0 0 16px}.erp-tech-desc{max-width:900px;margin:0 auto 48px;color:#666;font-size:16px;line-height:1.6}.erp-tech-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0}.erp-tech-card{background:#fff;padding:24px;display:flex;align-items:center;justify-content:center;min-height:140px;transition:all .3s ease;border-right:1px solid rgba(27,92,139,.06);border-bottom:1px solid rgba(27,92,139,.06)}.erp-tech-card .erp-tech-icon:hover{box-shadow:0 16px 40px #1b5c8b26}.erp-tech-card:nth-child(5n){border-right:none}.erp-tech-card:nth-last-child(-n+5){border-bottom:none}.erp-tech-icon{width:100px;height:100px;object-fit:contain}@media (max-width: 1024px){.erp-tech-grid{grid-template-columns:repeat(4,1fr);gap:0}.erp-tech-card:nth-child(4n){border-right:none}.erp-tech-card:nth-last-child(-n+4){border-bottom:none}.erp-tech-title{font-size:28px}.erp-tech-desc{margin-bottom:36px}}@media (max-width: 768px){.erp-tech-grid{grid-template-columns:repeat(3,1fr);gap:0}.erp-tech-card:nth-child(3n){border-right:none}.erp-tech-card:nth-last-child(-n+3){border-bottom:none}.erp-tech-section{padding:40px 16px}.erp-tech-title{font-size:24px}.erp-tech-card{padding:18px;min-height:120px}.erp-tech-icon{width:60px;height:60px}}@media (max-width: 480px){.erp-tech-grid{grid-template-columns:repeat(2,1fr);gap:0}.erp-tech-card:nth-child(2n){border-right:none}.erp-tech-card:nth-last-child(-n+2){border-bottom:none}.erp-tech-section{padding:30px 12px}.erp-tech-title{font-size:20px;margin-bottom:8px}.erp-tech-subtitle{font-size:16px}.erp-tech-desc{font-size:14px;margin-bottom:24px}.erp-tech-card{padding:14px;min-height:100px}.erp-tech-icon{width:50px;height:50px}}.erp-modules-section{padding:20px;background-color:#f4f8fc}.erp-modules-container{max-width:1350px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:flex-start}.erp-modules-left{display:flex;flex-direction:column;gap:20px}.erp-modules-title{font-size:36px;font-weight:700;color:#1b5c8b;margin:0 0 16px;font-family:ABC Camera Plain Unlicensed Trial,sans-serif;line-height:1.3}.erp-modules-desc{font-size:15px;color:#666;line-height:1.6;margin:0 0 16px}.erp-modules-nav{display:flex;gap:12px;margin-top:20px}.erp-modules-nav-btn{width:48px;height:48px;border-radius:8px;border:1px solid #1B5C8B;background:#1b5c8b;color:#fff;font-size:24px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.erp-modules-nav-btn:hover{background:#134568;box-shadow:0 8px 20px #1b5c8b4d;transform:translateY(-2px)}.erp-modules-right{display:flex;align-items:stretch;margin-top:10%}.erp-modules-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;width:100%}.erp-module-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #1b5c8b1a;transition:all .3s ease;display:flex;flex-direction:column}.erp-module-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #1b5c8b26}.erp-module-img{width:100%;height:200px;overflow:hidden;background:#f0f0f0}.erp-module-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.erp-module-card:hover .erp-module-img img{transform:scale(1.05)}.erp-module-card-title{font-size:18px;font-weight:700;color:#1b5c8b;margin:20px 20px 12px;font-family:ABC Camera Plain Unlicensed Trial,sans-serif}.erp-module-card-desc{font-size:14px;color:#666;line-height:1.6;margin:0 20px 16px;flex:1}.erp-module-read-more{display:inline-flex;align-items:center;gap:6px;margin:0 20px 20px;color:#1b5c8b;text-decoration:none;font-weight:600;font-size:14px;transition:all .3s ease}.erp-module-read-more:hover{gap:10px;color:#0d3a52}@media (max-width: 1024px){.erp-modules-container{grid-template-columns:1fr 1fr;gap:40px}.erp-modules-title{font-size:28px}.erp-modules-grid{grid-template-columns:repeat(2,1fr)}.erp-modules-section{padding:50px 16px}}@media (max-width: 768px){.erp-modules-container{grid-template-columns:1fr;gap:32px}.erp-modules-title{font-size:24px}.erp-modules-grid{grid-template-columns:repeat(2,1fr);gap:20px}.erp-modules-section{padding:40px 16px}.erp-module-img{height:180px}.erp-modules-desc{font-size:14px}.erp-module-card-title{font-size:16px}.erp-module-card-desc{font-size:13px}}@media (max-width: 480px){.erp-modules-container{grid-template-columns:1fr;gap:24px}.erp-modules-title{font-size:20px}.erp-modules-grid{grid-template-columns:1fr;gap:16px}.erp-module-card:nth-child(2){display:none}.erp-modules-section{padding:30px 12px}.erp-modules-nav{margin-top:16px}.erp-modules-nav-btn{width:40px;height:40px;font-size:20px}.erp-module-img{height:160px}.erp-modules-desc{font-size:13px;margin-bottom:12px}.erp-module-card-title{font-size:15px;margin:16px 16px 10px}.erp-module-card-desc{font-size:12px;margin:0 16px 12px}.erp-module-read-more{margin:0 16px 16px;font-size:13px}}.erp-implementation-section{padding:20px;background-color:#fff}.erp-implementation-container{max-width:1350px;margin:0 auto}.erp-implementation-title{font-size:36px;font-weight:700;color:#1b5c8b;text-align:center;margin:0 0 20px;font-family:ABC Camera Plain Unlicensed Trial,sans-serif}.erp-implementation-desc{font-size:16px;color:#999;text-align:center;line-height:1.6;margin:0 auto 60px;max-width:900px}.erp-timeline{position:relative;padding:50px 0 20px}.erp-timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background-color:#dfe0e1;transform:translate(-50%)}.erp-timeline-item{position:relative;display:flex;justify-content:space-between;align-items:flex-start;gap:60px}.erp-timeline-card.left{width:calc(50% - 60px);margin-left:0;text-align:left}.erp-timeline-card.right{width:calc(50% - 60px);margin-left:auto;text-align:left}.erp-timeline-card{background:#1b5c8b;color:#fff;padding:25px 24px;border-radius:12px;box-shadow:0 8px 24px #1b5c8b26;transition:all .3s ease}.erp-timeline-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px #1b5c8b40}.erp-timeline-card-title{font-size:16px;font-weight:700;margin:0 0 12px;color:#fff;font-family:ABC Camera Plain Unlicensed Trial,sans-serif}.erp-timeline-card-desc{font-size:14px;line-height:1.6;margin:0;color:#fffffff2}.erp-timeline-badge{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);width:70px;height:70px;background:#c22c22;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;border:none;z-index:10}.erp-timeline-badge-icon{font-size:32px;color:#fff;font-weight:700;line-height:.8;margin-bottom:2px}.erp-timeline-badge-text{font-size:11px;font-weight:700;color:#fff;margin-top:2px;letter-spacing:.5px}@media (max-width: 1024px){.erp-implementation-section{padding:60px 20px}.erp-implementation-title{font-size:28px}.erp-implementation-desc{font-size:15px;margin-bottom:50px}.erp-timeline-item{gap:50px;margin-bottom:25px}.erp-timeline-card.left,.erp-timeline-card.right{width:calc(50% - 50px)}.erp-timeline-badge{width:60px;height:60px}.erp-timeline-badge-icon{font-size:28px}.erp-timeline-badge-text{font-size:10px;margin-top:1px}.erp-timeline-card-title{font-size:15px}.erp-timeline-card-desc{font-size:13px}}@media (max-width: 768px){.erp-implementation-section{padding:50px 16px}.erp-implementation-title{font-size:24px;margin-bottom:16px}.erp-implementation-desc{font-size:14px;margin-bottom:40px}.erp-timeline{padding:30px 0}.erp-timeline-item{gap:40px;margin-bottom:22px}.erp-timeline-card.left,.erp-timeline-card.right{width:calc(50% - 40px)}.erp-timeline-card{padding:20px 18px}.erp-timeline-card-title{font-size:14px;margin-bottom:10px}.erp-timeline-card-desc{font-size:12px;line-height:1.5}.erp-timeline-badge{width:55px;height:55px;border:none}.erp-timeline-badge-icon{font-size:24px}.erp-timeline-badge-text{font-size:9px;margin-top:1px}}@media (max-width: 480px){.erp-implementation-section{padding:40px 12px}.erp-implementation-title{font-size:20px;margin-bottom:12px}.erp-implementation-desc{font-size:13px;margin-bottom:30px}.erp-timeline:before{left:20px}.erp-timeline{padding:20px 0 20px 40px}.erp-timeline-item{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:20px;justify-content:flex-start}.erp-timeline-card.left,.erp-timeline-card.right{width:100%;margin-left:0!important;text-align:left}.erp-timeline-card{padding:16px 14px;border-radius:10px}.erp-timeline-card-title{font-size:13px;margin-bottom:8px}.erp-timeline-card-desc{font-size:11px;line-height:1.5}.erp-timeline-badge{position:absolute;left:-10px;top:0;transform:translate(-50%,-50%);width:50px;height:50px;border:none}.erp-timeline-badge-icon{font-size:20px}.erp-timeline-badge-text{font-size:8px;margin-top:1px}}@font-face{font-family:ABC Camera Plain Unlicensed Trial;src:url(./c9c1942fe1fff183f203266f92ed7ad0-DOc0WmM5.eot);src:url(./c9c1942fe1fff183f203266f92ed7ad0-DOc0WmM5.eot?#iefix) format("embedded-opentype"),url(./c9c1942fe1fff183f203266f92ed7ad0-UfMOBuN9.woff2) format("woff2"),url(./c9c1942fe1fff183f203266f92ed7ad0-5h5HsKup.woff) format("woff"),url(./c9c1942fe1fff183f203266f92ed7ad0-UcB895Jt.ttf) format("truetype"),url(./c9c1942fe1fff183f203266f92ed7ad0-B5S-ZLMF.svg#ABC%20Camera%20Plain%20Unlicensed%20Trial) format("svg");font-weight:400;font-style:normal;font-display:swap}:root{font-family:ABC Camera Plain Unlicensed Trial,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#e5eefb;background:linear-gradient(135deg,#111827,#1f2937 45%,#111827)}*{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}.app-shell{min-height:100vh;display:grid;place-items:center;text-align:center;padding:2rem}button{border:0;border-radius:999px;padding:.75rem 1rem;background:#60a5fa;color:#07111f;font-weight:700;cursor:pointer}
