@font-face{font-family:'SF Pro Display';src:url(/wp-content/themes/saltech-theme/assets/fonts/SF-Pro-Display-Thin.otf) format('opentype');font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:'SF Pro Display';src:url(/wp-content/themes/saltech-theme/assets/fonts/SF-Pro-Display-Ultralight.otf) format('opentype');font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:'SF Pro Display';src:url(/wp-content/themes/saltech-theme/assets/fonts/SF-Pro-Display-Regular.otf) format('opentype');font-weight:400;font-style:normal;font-display:swap}:root{--primary-green:#00D88A;--gradient-green:linear-gradient(90deg, #19D08E 0%, #26FFB1 100%);--text-dark:#262626;--text-gray:rgba(38, 38, 38, 0.5);--white:#FFFFFF;--container-width:1281px;--font-family:'Google Sans', sans-serif}*{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-family)}body{background-color:var(--white);color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;padding-top:80px}html{overflow-x:hidden}img{max-width:100%;height:auto}a{text-decoration:none;color:inherit}.container{max-width:var(--container-width);margin:0 auto;padding:0 15px}.header{width:100%;padding:20px 0;background:var(--white);position:fixed;top:0;left:0;z-index:1000;transition:all 0.3s ease}.header.scrolled{padding:10px 0;box-shadow:0 2px 10px rgb(0 0 0 / .1)}.highlight{color:#26ffb1}.header .container{display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center;gap:32px}.logo img{width:209px;height:auto;display:block}.nav-menu{display:flex;align-items:center;gap:24px}.nav-item{text-decoration:none;font-size:18px;font-weight:400;color:var(--text-dark);opacity:.5;transition:color 0.3s ease,opacity 0.3s ease;padding:10px 0}.nav-item:hover{color:var(--primary-green);opacity:1}.header-right{display:flex;align-items:center;gap:16px}.consult-text{font-size:20px;font-weight:400;color:var(--primary-green);text-decoration:none}.consult-text:hover{text-decoration:underline}.hotline-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:var(--gradient-green);border-radius:15px;text-decoration:none;color:var(--white);transition:transform 0.2s ease,box-shadow 0.2s ease}.hotline-btn:hover{border:1px solid var(--gradient,#19D08E);background:linear-gradient(90deg,#002232 0%,#064666 100%);box-shadow:0 4px 7.5px 0 rgb(6 70 102 / .28)}.hotline-btn img{width:32px;height:32px}.hotline-number{font-size:20px;font-weight:400}.nav-dropdown-wrap{position:relative}.nav-item.has-dropdown{display:inline-flex;align-items:center;gap:6px;cursor:pointer}.dropdown-arrow{transition:transform 0.3s ease;flex-shrink:0}.nav-dropdown-wrap:hover .dropdown-arrow,.nav-dropdown-wrap.open .dropdown-arrow{transform:rotate(180deg)}.dropdown-mega{position:absolute;top:100%;left:0;padding-top:12px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.25s ease,visibility 0.25s ease;z-index:100}.nav-dropdown-wrap:hover .dropdown-mega,.nav-dropdown-wrap.open .dropdown-mega{opacity:1;visibility:visible;pointer-events:auto}.dropdown-mega-inner{background:linear-gradient(160deg,#002232 0%,#064666 60%,#002232 100%);border-radius:16px;padding:0;display:flex;flex-direction:row;overflow:hidden;box-shadow:0 12px 40px rgb(0 0 0 / .3)}.dropdown-col-left{display:flex;flex-direction:column;min-width:250px;padding:12px}.dropdown-col-right{display:none;flex-direction:column;min-width:230px;padding:12px;background:rgb(0 0 0 / .15)}.dropdown-col-right.has-items{display:flex}.dropdown-parent{display:flex;flex-direction:column}.dropdown-sub{display:none!important}.dropdown-parent-link{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;color:rgb(255 255 255 / .85);font-size:15px;font-weight:500;text-decoration:none;border-radius:12px;transition:all 0.2s ease;cursor:pointer;min-width:0;border-bottom:1px solid rgb(255 255 255 / .06)}.dropdown-parent:last-child>.dropdown-parent-link,.dropdown-link:last-child{border-bottom:none}.dropdown-parent.active>.dropdown-parent-link{background:var(--gradient-green);color:#fff;border-bottom-color:#fff0}.dropdown-child-arrow{transition:opacity 0.2s ease;opacity:.35;flex-shrink:0;color:#fff}.dropdown-parent.active>.dropdown-parent-link .dropdown-child-arrow{opacity:1}.dropdown-link{display:flex;align-items:center;padding:14px 18px;color:rgb(255 255 255 / .85);font-size:15px;font-weight:500;text-decoration:none;border-radius:12px;transition:all 0.2s ease;min-width:0;border-bottom:1px solid rgb(255 255 255 / .06)}.dropdown-link:hover,.dropdown-link.active{background:var(--gradient-green);color:#fff;border-bottom-color:#fff0}.dropdown-child-link{display:flex;align-items:center;padding:13px 18px;color:rgb(255 255 255 / .65);font-size:14px;font-weight:400;text-decoration:none;border-radius:8px;transition:all 0.2s ease;min-width:0;border-bottom:1px solid rgb(255 255 255 / .05)}.dropdown-link-text{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.dropdown-child-link:last-child{border-bottom:none}.dropdown-child-link:hover{color:#fff;background:rgb(255 255 255 / .08)}.dropdown-child-link.active{background:var(--gradient-green);color:#fff}.dropdown-mobile-sub{display:none}.hero{padding:80px 0;overflow:hidden}.hero-container{display:flex;gap:60px}.hero-content{flex:1;max-width:650px}.hero-title{font-size:48px;font-weight:700;line-height:1.25;letter-spacing:-2.4px;color:var(--accent-green);margin-bottom:24px}.hero-subtitle{font-size:20px;font-weight:400;line-height:1.6;color:var(--text-dark);margin-bottom:40px;max-width:612px}.hero-btn{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;background:var(--gradient-green);border-radius:58px;text-decoration:none;color:var(--white);font-size:20px;font-weight:500;transition:transform 0.3s ease,box-shadow 0.3s ease}.hero-btn:hover{border-radius:58px;border:1px solid var(--gradient,#19D08E);background:linear-gradient(90deg,#002232 0%,#064666 100%);box-shadow:0 4px 7.5px 0 rgb(6 70 102 / .28)}.hero-btn img{width:24px;height:24px}.hero-image{flex:1;position:relative;display:flex;justify-content:flex-end}.image-wrapper{position:relative;width:100%;max-width:550px}.image-wrapper img{width:100%;height:auto;position:relative;z-index:2;border-radius:31px}.hero-dots{position:absolute;z-index:1;pointer-events:none}.dots-top{top:0}.dots-bottom{bottom:0}.bg-rect{position:absolute;z-index:1;border-radius:35px}.rect-1{width:100%;height:90%;background:#EAF9F3;top:5%;left:5%;transform:rotate(-2deg)}.rect-2{width:100%;height:90%;background:var(--white);top:-5%;left:-5%;box-shadow:0 40px 80px rgb(0 0 0 / .05);transform:rotate(2deg)}.stats-partners{padding:100px 0}.stats-row{display:flex;justify-content:space-between;gap:137px;margin-bottom:133px}.stat-item{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}.stat-number{font-size:150px;font-weight:700;line-height:1.25;letter-spacing:-7.5px;background:var(--gradient-green);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;display:block}.stat-line{width:100%;height:1px;background-color:#000;margin:30px 0}.stat-text{font-size:20px;font-weight:400;line-height:1.25;color:var(--text-dark)}.partners-block{display:flex;flex-direction:column;align-items:center;gap:74px}.partners-title{font-size:48px;font-weight:700;line-height:1.25;letter-spacing:-2.4px;color:var(--text-dark)}.partners-logos{display:flex;justify-content:space-between;align-items:center;width:100%;gap:126px}.partners-logos img{max-height:60px;width:auto;filter:grayscale(100%);opacity:.6;transition:opacity 0.3s ease,filter 0.3s ease}.partners-logos img:hover{filter:grayscale(0%);opacity:1}.pain-points{padding:100px 0;background-color:#FFF}.pain-points-container{display:flex;align-items:center;justify-content:space-between;gap:80px}.pain-points-visual{flex:1;display:flex;justify-content:center}.visual-wrapper{position:relative;width:100%;max-width:504px}.main-portrait{width:100%;height:auto;border-radius:20px;display:block}.cards-overlay{position:absolute;top:70px;left:-154px;width:266px;height:auto;z-index:10}.search-typewriter-overlay{position:absolute;top:calc(70px + 115px);left:calc(-154px + 24px);width:218px;max-height:195px;z-index:11;display:flex;align-items:flex-start;flex-wrap:wrap;overflow:hidden}.search-typewriter-text{font-size:22px;font-weight:400;color:#3c3c3c;line-height:1.35;white-space:normal;word-break:break-word;max-width:100%}.search-typewriter-cursor{font-size:22px;color:#3c3c3c;animation:blink-cursor 0.7s step-end infinite;margin-left:1px;flex-shrink:0}@keyframes blink-cursor{0%,100%{opacity:1}50%{opacity:0}}.gradient-decoration{position:absolute;bottom:58px;right:-55px;width:110px;height:110px;background:var(--gradient-green);border-radius:50%;display:flex;justify-content:center;align-items:center;z-index:5}.decoration-icon{width:43px}.pain-points-list{flex:1;max-width:550px}.pain-item{margin-bottom:24px}.pain-item p{font-size:28px;font-weight:400;line-height:1.25;color:var(--text-dark);margin-bottom:24px}.divider{width:100%;height:1px;background-color:#000}.quote-empathy{padding:100px 0;text-align:center;background-color:var(--white)}.empathy-title{font-size:20px;font-weight:400;color:var(--text-dark);margin-bottom:20px}.main-quote{font-size:48px;font-weight:400;line-height:1.25;max-width:1030px;margin:0 auto}.quote{color:#00CD83}.services{padding:100px 0;text-align:center}.services-title{font-size:48px;font-weight:700;line-height:1.25;letter-spacing:-2.4px;color:var(--text-dark);margin-bottom:80px;max-width:1283px;margin-left:auto;margin-right:auto}.services-slider-wrap{position:relative;padding:0 50px}.services-swiper{overflow:hidden}.services-swiper .swiper-wrapper{align-items:stretch}.services-swiper .swiper-slide{height:auto;display:flex}.services-pagination{margin-top:40px;position:static!important}.services-pagination .swiper-pagination-bullet{width:10px;height:10px;background:#ccc;opacity:1}.services-pagination .swiper-pagination-bullet-active{background:#00D88A}.services-btn-prev,.services-btn-next{color:var(--text-dark);top:50%;transform:translateY(-50%)}.services-btn-prev{left:0}.services-btn-next{right:0}.services-btn-prev::after,.services-btn-next::after{font-size:20px;font-weight:700}.service-card{padding:40px 20px;border-radius:20px;border:1px solid #fff0;display:flex;flex-direction:column;align-items:center;transition:border-color 0.3s ease,background 0.3s ease,box-shadow 0.3s ease;width:100%;position:relative}.service-card:hover{border-color:var(--xm,#262626);background:#EEF7F0;box-shadow:0 4px 28px 0 rgb(0 0 0 / .1)}.service-card:hover .service-btn{background:var(--gradient-green)}.service-card .card-icon{width:85px;height:85px;margin-bottom:35px}.service-card .card-icon img{width:100%;height:100%;object-fit:contain}.service-card .card-title{font-size:28px;font-weight:700;line-height:1.25;color:var(--text-dark);margin-bottom:28px;min-height:70px}.ctm-projects-link{font-family:'Google Sans',sans-serif;font-weight:700;font-size:20px;color:#14313A;text-decoration:none;display:flex;align-items:center;gap:8px;white-space:nowrap;flex-shrink:0}.ctm-projects-link:hover{color:#00D88A}.service-card .card-desc{font-size:16px;font-weight:400;line-height:1.25;color:var(--text-dark);margin-bottom:40px;flex-grow:1}.service-card .card-desc-list{list-style:none;text-align:left;padding:0}.service-card .card-desc-list li{padding:6px 0 6px 20px;position:relative}.service-card .card-desc-list li:last-child{border-bottom:none}.service-btn{display:inline-block;padding:10px 32px;border-radius:58px;text-decoration:none;font-size:20px;font-weight:400;background-color:var(--text-dark);color:var(--white);transition:background 0.3s ease}.card-search{background-color:#EEF7F0}.card-map{background-color:#EFF5FE}.card-website{background-color:#FDF1F0}.card-branding{background-color:#FEF9E6}.card-service-5{background-color:#FEF9E6}.card-service-6{background-color:#EFF5FE}.usp-section{padding:140px 0;position:relative;overflow:hidden;background-color:#FFF}.usp-bg-deco{position:absolute;top:10%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:1911px;height:auto;background-color:#f9f9f9;pointer-events:none;z-index:1}.usp-container{position:relative;z-index:2;text-align:center}.usp-subtitle{font-size:48px;font-weight:800;color:var(--text-dark);margin-bottom:80px;position:relative;z-index:3}.usp-grid{display:flex;justify-content:space-between;gap:40px;max-width:1330px;margin:0 auto;text-align:left;position:relative;z-index:3}.usp-item{display:flex;flex-direction:column;align-items:flex-start;gap:15px;width:290px}.usp-item:nth-child(1),.usp-item:nth-child(3){margin-top:96px}.usp-item:nth-child(2),.usp-item:nth-child(4){margin-top:0}.usp{display:flex;gap:10px;align-items:center;justify-content:center}.usp-icon{width:40px;height:40px;margin-bottom:5px}.usp-icon img{width:100%;height:100%;object-fit:contain}.usp-title{font-size:20px;font-weight:700;color:var(--primary-green);margin-bottom:8px;line-height:1.25}.usp-desc{font-size:20px;font-weight:400;line-height:1.25;color:var(--text-dark);opacity:.66;text-align:justify}.case-studies{padding:100px 0;background-color:#FFF}.case-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:80px}.case-title{font-size:48px;font-weight:700;line-height:1.25;letter-spacing:-2.4px;color:var(--text-dark)}.view-all{display:flex;align-items:center;gap:12px;text-decoration:none;font-size:20px;font-weight:400;color:#14313A;transition:color 0.3s ease}.view-all:hover{background:var(--gradient,linear-gradient(90deg,#19D08E 0%,#26FFB1 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:#fff0}.view-all img{height:22px}.blog-card-link{text-decoration:none!important;color:inherit!important;display:block}.blog-card-link:hover{text-decoration:none!important}.case-grid{display:grid;grid-template-columns:315px 315px 1fr;grid-template-rows:auto auto;gap:34px;max-width:1323px;margin:0 auto}.case-item{display:flex;flex-direction:column;gap:20px;border-radius:12px;overflow:hidden}.case-image{width:100%;border-radius:12px;overflow:hidden;line-height:0}.case-image img{width:100%;height:auto;object-fit:cover;transition:transform 0.5s ease}.case-item:hover .case-image img{transform:scale(1.08)}.case-project-name{transition:-webkit-text-fill-color 0.3s ease}.case-item:hover .case-project-name{background:var(--gradient,linear-gradient(90deg,#19D08E 0%,#26FFB1 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:#fff0}.case-info{text-align:left}.case-category{font-size:20px;font-weight:400;color:#000;margin-bottom:4px}.case-project-name{font-size:20px;font-weight:700;color:#000;line-height:1.25}.project-1{grid-column:3;grid-row:1}.project-2{grid-column:1;grid-row:1}.project-3{grid-column:2;grid-row:1}.project-4{grid-column:1 / span 2;grid-row:2}.project-5{grid-column:3;grid-row:2}.project-1 .case-image img,.project-4 .case-image img{height:100%}.project-2 .case-image img,.project-3 .case-image img,.project-5 .case-image img{height:100%}.testimonials{padding:100px 0;background-color:#FFF}.testimonials-container{display:flex;justify-content:space-between;align-items:flex-start;max-width:1323px;margin:0 auto;position:relative}.testimonials-left{flex:0 0 570px;z-index:2}.testimonials-title{font-size:48px;font-weight:700;line-height:1.25;letter-spacing:-2.4px;color:var(--text-dark);margin-bottom:50px}.testimonial-featured{display:flex;align-items:stretch;gap:23px;width:570px;min-height:176px;margin-bottom:20px}.accent-bar{width:8px;border-radius:4px;flex-shrink:0}.accent-cyan{background-color:#7DECFF}.accent-gray{background-color:#E0E0E0}.testimonial-body{display:flex;flex-direction:column;justify-content:flex-end;flex:1}.testimonial-author-info{margin-bottom:3px}.author-details{display:flex;flex-direction:column;width:195px}.author-name{font-size:20px;font-weight:700;color:var(--text-dark);opacity:.89;line-height:1.25}.author-company{font-size:16px;font-weight:400;color:var(--text-dark);opacity:.56;line-height:1.25}.testimonial-quote{position:relative}.quote-mark{font-size:80px;font-weight:700;color:#14313A;position:absolute;top:0;left:0}.quote-text{font-size:28px;font-weight:700;color:#14313A;line-height:1.25;padding-top:50px}.client-list{display:flex;flex-direction:column;gap:16px}.client-card{display:flex;align-items:stretch;gap:23px;width:226px;min-height:78px;cursor:pointer;transition:opacity 0.3s ease}.client-card:hover{opacity:.7}.client-info{display:flex;flex-direction:column;justify-content:center}.client-name{font-size:20px;font-weight:700;color:var(--text-dark);opacity:.89;line-height:1.25}.client-company{font-size:16px;font-weight:400;color:var(--text-dark);opacity:.56;line-height:1.25}.testimonials-right{flex:0 0 682px;position:relative}.testimonials-subtitle{font-size:16px;font-weight:400;color:var(--text-dark);text-align:right;margin-bottom:45px;max-width:415px;margin-left:auto}.testimonial-image{width:682px;height:479px;border-radius:12px;overflow:hidden}.testimonial-image img{width:100%;height:100%;object-fit:cover}.workflow{padding:100px 0;background-color:#FFF}.workflow-wrap{max-width:1323px;margin:0 auto;position:relative}.workflow-line-top{width:100%;height:1px;background-color:#000}.workflow-label{font-size:20px;font-weight:400;color:var(--text-dark);line-height:1.25;margin-top:18px;margin-bottom:40px}.workflow-grid{display:flex;gap:140px}.workflow-col-left{flex:0 0 auto;width:357px;margin-left:469px}.workflow-col-right{flex:0 0 auto;width:357px}.workflow-step{position:relative}.step-num{font-family:'SF Pro Display','Google Sans',sans-serif;font-size:106px;font-weight:100;line-height:1.19;background:linear-gradient(180deg,rgb(0 0 0) 14%,rgb(250 250 250) 80%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;display:block;margin-bottom:-30px}.workflow-flex{display:flex;margin-bottom:20px;align-items:end;justify-content:flex-start}.step-name{font-size:28px;font-family:"Google Sans",sans-serif;font-weight:700;font-style:normal;color:#000;line-height:normal;transition:color 0.3s ease}.step-num{transition:background 0.3s ease}.workflow-step:hover .step-name{color:var(--x1,#26FFB1)}.workflow-step:hover .step-num{background:#26FFB1;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0}.step-text{font-size:20px;font-weight:400;color:#000;line-height:1.25;width:357px}.workflow-line-mid{width:356px;height:1px;background-color:#000;margin:40px 0}.faq{padding:100px 0;background-color:#FFF}.faq-wrap{max-width:1323px;margin:0 auto}.faq-title{font-size:48px;font-weight:700;color:var(--text-dark);line-height:1.25;letter-spacing:-2.4px;margin-bottom:60px}.faq-line{width:100%;height:1px;background-color:#000}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:25px 0;cursor:pointer}.faq-q-text{font-size:32px;font-weight:400;color:#000;line-height:1.25}.faq-toggle{width:48px;height:48px;border-radius:50%;background-color:#30E0FF;border:none;cursor:pointer;position:relative;flex-shrink:0;transition:all 0.3s ease}.faq-item.active .faq-toggle{width:45px;height:45px;background-color:#006678}.toggle-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.toggle-icon::before,.toggle-icon::after{content:'';position:absolute;background-color:#FFF;top:50%;left:50%;transform:translate(-50%,-50%)}.toggle-icon::before{width:18px;height:1px}.toggle-icon::after{width:1px;height:18px;transition:transform 0.3s ease}.faq-item.active .toggle-icon::after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.4s ease,padding 0.4s ease}.faq-item.active .faq-answer{max-height:300px;padding-bottom:30px}.faq-answer p{font-size:23px;font-weight:400;color:#000;line-height:1.25;padding-left:5px}.expert{background-color:#FFF}.expert-wrap{max-width:1339px;margin:0 auto;display:flex;justify-content:space-between;align-items:start;position:relative;min-height:631px}.expert-label{font-size:20px;font-weight:400;color:var(--text-dark);line-height:1.25}.expert-bio{flex:0 0 359px}.expert-name{font-size:32px;font-weight:700;color:#14313A;line-height:1.25;margin-bottom:4px}.expert-name a{transition:color 0.3s ease}.expert-name a:hover{color:#19D08E!important}.expert-role{font-size:18px;font-weight:400;color:#14313A;line-height:1.25}.expert-line{width:186px;height:1px;background-color:#000;margin:12px 0}.expert-exp{font-size:20px;font-weight:400;color:#14313A;line-height:1.25;margin-bottom:40px}.expert-texts{display:flex;flex-direction:column;gap:20px}.expert-paragraph{font-size:18px;font-weight:400;color:#000;opacity:.6;line-height:1.25;width:359px}.expert-portrait{position:relative;width:550px;height:580px}.expert-photo{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.expert-portrait a{display:block;width:100%;height:100%}.expert-portrait a:hover .expert-photo{transform:scale(1.02)}.expert-logo-overlay{position:absolute;top:59px;left:43px;width:78px;height:78px;z-index:2}.blog{padding:100px 0;background-color:#FFF}.blog-wrap{max-width:1355px;margin:0 auto}.blog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:44px}.blog-title{font-size:48px;font-weight:700;color:#2F2F2F;line-height:1.25;letter-spacing:-2.4px;margin-bottom:0}.blog-grid{display:flex;gap:71px}.blog-card{flex:0 0 401px;cursor:pointer}.blog-image{width:401px;height:219px;border-radius:12px;overflow:hidden;margin-bottom:13px}.blog-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.blog-card:hover .blog-image img{transform:scale(1.08)}.blog-card:hover .blog-card-title{background:var(--gradient,linear-gradient(90deg,#19D08E 0%,#26FFB1 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:#fff0}.blog-excerpt{font-size:14px;font-weight:400;color:#000;opacity:.59;line-height:1.5;margin-bottom:10px;width:406px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card-title{font-size:18px;font-weight:700;color:#2F2F2F;line-height:1.35;width:354px;margin-bottom:14px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card-meta{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #EBEBEB}.blog-card-author{font-size:13px;font-weight:600;color:#2F2F2F}.blog-card-date{font-size:12px;font-weight:400;color:#888}.gg-breadcrumb-nav{width:100%;flex-shrink:0;flex-basis:100%;order:-1;margin-bottom:20px;margin-top:24px}.gmap-hero-container>.gg-breadcrumb-nav,.gg-hero-content>.gg-breadcrumb-nav,.hero-content>.gg-breadcrumb-nav,.container>.gg-breadcrumb-nav{display:block}.gmap-hero-container{flex-wrap:wrap}.gmap-hero-container>.gg-breadcrumb-nav{flex:0 0 100%;margin-bottom:0}.gg-breadcrumb-list{display:flex;align-items:center;list-style:none;padding:0;margin:0;font-size:14px;font-weight:400;flex-wrap:wrap;gap:2px 0}.gg-breadcrumb-item a{text-decoration:none;color:rgb(47 47 47 / .6);transition:color 0.2s ease}.gg-breadcrumb-item a:hover{color:#00D88A}.gg-breadcrumb-item,.gg-breadcrumb-item.active{color:rgb(47 47 47 / .6)}.gg-breadcrumb-separator{margin:0 6px;color:rgb(47 47 47 / .4);font-size:12px}@media (max-width:768px){.gg-breadcrumb-nav{margin-bottom:12px}.gg-breadcrumb-list{font-size:13px}}.footer{padding-top:2px;position:relative;overflow:hidden;min-height:742px;display:flex;flex-direction:column;align-items:center}.footer-card{width:100%;max-width:1354px;min-height:450px;position:relative;border-radius:20px;overflow:hidden;margin-top:2px;z-index:10}.footer-card-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.footer-card-content{position:relative;z-index:1;padding:37px 33px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.footer-card-top{display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px}.footer-card-left{display:flex;flex-direction:column;gap:22px;flex:1;min-width:300px}.footer-logo-small{width:41px;height:43px}.footer-cta-block{display:flex;flex-direction:column;gap:40px;max-width:682px}.footer-cta-title{font-size:32px;font-weight:400;color:#26FFB1;line-height:1.25}.footer-social-row{display:flex;align-items:center;gap:21px;width:355px;max-width:100%}.footer-social-row a{display:flex;align-items:center;justify-content:center;flex-shrink:0}.footer-social-row a svg{width:20px;height:20px}.footer-nav-groups{display:flex;gap:80px}.footer-nav-col{display:flex;flex-direction:column;gap:20px}.footer-nav-title{font-size:32px;font-weight:400;color:#FFF;line-height:1.25}.footer-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-nav-list a{font-size:18px;font-weight:400;color:#FFF;text-decoration:none;transition:color 0.3s ease}.footer-nav-list a:hover{color:#26FFB1}.footer-card-bottom{display:flex;justify-content:space-between;align-items:flex-end;margin-top:40px;flex-wrap:wrap;gap:20px}.footer-company-info{font-size:18px;color:#D3DDE2;line-height:1.5}.footer-company-info p{margin:0}.footer-legal-links{display:flex;gap:43px}.footer-legal-links a{font-size:14px;color:#D3DDE2;text-decoration:none}.footer-watermark-wrap{position:absolute;top:425px;left:0;width:100%;display:flex;justify-content:center;z-index:1}.footer-watermark-svg{width:1920px;max-width:150%;height:auto;pointer-events:none;opacity:.8}.footer-service-bar{position:relative;width:100%;height:95px;background-color:#001520;background-image:url(/wp-content/themes/saltech-theme/assets/css/assets/images/footer-service-bar.svg);background-size:cover;background-position:center;display:flex;align-items:center;overflow:hidden;z-index:20;margin-top:100px}.service-bar-scroll{display:flex;width:max-content;animation:marquee 30s linear infinite}.service-bar-inner{display:flex;align-items:center;gap:40px;white-space:nowrap;padding-right:40px}.service-tag{display:flex;align-items:center;gap:15px}.service-tag-star{font-size:32px}.service-tag-label{font-size:32px;font-weight:400}.service-separator{color:#00FFA3;font-size:32px}@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@media (max-width:1024px){.footer-card{width:95%}.footer-nav-groups{gap:40px}.footer-cta-title,.footer-nav-title{font-size:24px}.service-tag-label,.service-tag-star,.service-separator{font-size:18px}}@media (max-width:768px){.footer-card-top{flex-direction:column}.footer-nav-groups{flex-direction:column}.footer-card-bottom{flex-direction:column;align-items:flex-start}.footer-legal-links{flex-wrap:wrap;gap:20px}.ctm-projects-link{font-size:16px}}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1001}.hamburger span{display:block;width:28px;height:3px;background-color:var(--text-dark);border-radius:2px;transition:all 0.3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width:1440px){.container{padding:0 30px}.stats-row{gap:60px;margin-bottom:100px}.stat-number{font-size:100px;letter-spacing:-5px}.stat-item{min-width:0}.testimonials-container{gap:30px}.testimonials-left{flex:0 0 500px}.testimonials-right{flex:1;min-width:0}.testimonial-featured{width:100%}.testimonial-image{width:100%;height:auto;aspect-ratio:682 / 479}.pain-points-container{gap:48px}.visual-wrapper{max-width:460px}.cards-overlay{left:-60px;width:200px;top:58px}.search-typewriter-overlay{top:calc(58px + 86px);left:calc(-60px + 20px);width:160px;max-height:140px}.search-typewriter-text,.search-typewriter-cursor{font-size:18px;line-height:1.3}.gradient-decoration{right:-26px;bottom:44px;width:92px;height:92px}.decoration-icon{width:34px}.workflow-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px 48px;align-items:start}.workflow-col-left,.workflow-col-right{width:100%;max-width:100%;margin-left:0}.workflow-flex{gap:12px}.step-text,.workflow-line-mid{width:100%}}@media (max-width:1256px){.container{padding:0 30px}.stats-row{gap:40px;margin-bottom:80px}.stat-item{min-width:0}.stat-number{font-size:88px;letter-spacing:-4px}.partners-logos{gap:40px;flex-wrap:wrap;justify-content:center}.pain-points-container{gap:40px}.cards-overlay{left:-32px;width:168px;top:50px}.search-typewriter-overlay{top:calc(50px + 72px);left:calc(-32px + 16px);width:136px;max-height:120px}.search-typewriter-text,.search-typewriter-cursor{font-size:16px;line-height:1.3}.main-quote{font-size:36px}.services-title{font-size:36px}.usp-grid{gap:24px}.usp-item{width:auto;flex:1}.case-grid{grid-template-columns:1fr 1fr 1fr}.testimonials-container{gap:30px}.testimonials-left{flex:0 0 450px}.testimonials-right{flex:1}.testimonial-featured{width:100%}.testimonial-image{width:100%;height:auto;aspect-ratio:682 / 479}.workflow-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px 40px;align-items:start}.workflow-col-left,.workflow-col-right{width:100%;margin-left:0}.step-text,.workflow-line-mid{width:100%}.blog-grid{gap:30px}.blog-card{flex:1}.blog-image{width:100%;height:auto;aspect-ratio:401 / 219}.blog-excerpt{width:100%}.blog-card-title{width:100%}.expert-wrap{min-height:auto}.expert-portrait{width:400px;height:430px}.expert-paragraph{width:100%}.footer-nav-groups{gap:40px}}@media (max-width:1024px){.header-left{gap:20px}.nav-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--white);flex-direction:column;align-items:center;justify-content:flex-start;padding-top:80px;gap:16px;z-index:1000;opacity:.5;overflow-y:auto;-webkit-overflow-scrolling:touch}.nav-menu.mobile-open{display:flex;opacity:1}.nav-menu.mobile-open .nav-item{font-size:20px;padding:10px 0}.nav-dropdown-wrap{position:static;width:100%;display:flex;flex-direction:column;align-items:center}.nav-item.has-dropdown{justify-content:center}.dropdown-mega{position:static;transform:none;padding-top:0;opacity:1;visibility:visible;pointer-events:auto;display:none;width:90vw;max-width:400px}.nav-dropdown-wrap.open .dropdown-mega{display:block;margin-top:10px}.dropdown-mega-inner{flex-direction:column;min-width:auto;padding:8px;border-radius:14px}.dropdown-col-left{min-width:auto;padding:4px}.dropdown-col-right{display:none!important}.dropdown-sub{display:none!important}.dropdown-mobile-sub{display:flex;flex-direction:column;padding-left:12px;margin-top:4px}.dropdown-mobile-sub .dropdown-child-link{font-size:14px;padding:10px 14px;white-space:normal;border-bottom:1px solid rgb(255 255 255 / .05)}.dropdown-mobile-sub .dropdown-child-link:last-child{border-bottom:none;margin-bottom:5px}.dropdown-parent.expanded>.dropdown-mobile-sub,.dropdown-parent.active>.dropdown-mobile-sub{display:flex}.dropdown-parent{min-width:auto}.dropdown-parent-link,.dropdown-link{font-size:15px;padding:12px 14px;white-space:normal}.dropdown-child-link{font-size:14px;padding:10px 14px;white-space:normal}.dropdown-link-text{white-space:normal;overflow:visible;text-overflow:unset}.dropdown-child-arrow{transform:rotate(90deg)}.dropdown-parent.active>.dropdown-parent-link .dropdown-child-arrow,.dropdown-parent.expanded>.dropdown-parent-link .dropdown-child-arrow{transform:rotate(-90deg)}.consult-text{display:none}.hamburger{display:flex}.hero{padding:50px 0}.hero-container{flex-direction:column;text-align:center;gap:40px}.hero-content{max-width:100%}.hero-title{font-size:36px;letter-spacing:-1.8px}.hero-subtitle{font-size:18px;margin-left:auto;margin-right:auto}.hero-image{justify-content:center}.image-wrapper{max-width:400px}.stats-partners{padding:60px 0}.stats-row{gap:30px;margin-bottom:60px}.stat-number{font-size:100px;letter-spacing:-3.6px}.stat-text{font-size:16px}.partners-title{font-size:32px;letter-spacing:-1.6px}.partners-block{gap:40px}.partners-logos{gap:30px;flex-wrap:wrap;justify-content:center}.partners-logos img{max-height:45px}.pain-points{padding:60px 0}.pain-points-container{flex-direction:column;gap:40px}.visual-wrapper{width:100%;max-width:400px;margin:0 auto}.cards-overlay{left:-28px;width:148px;top:42px}.search-typewriter-overlay{top:calc(42px + 70px);left:calc(-28px + 16px);width:120px}.search-typewriter-text,.search-typewriter-cursor{font-size:15px;line-height:1.3}.gradient-decoration{width:72px;height:72px;right:-12px;bottom:34px}.decoration-icon{width:28px}.pain-points-list{max-width:100%;width:100%}.pain-item p{font-size:22px;text-align:center}.quote-empathy{padding:60px 0}.main-quote{font-size:30px}.services{padding:60px 0}.services-title{font-size:30px;margin-bottom:40px}.services-slider-wrap{padding:0 40px}.service-card{min-height:auto;padding:30px 16px}.service-card .card-title{font-size:22px;min-height:auto}.usp-section{padding:80px 0}.usp-grid{flex-wrap:wrap;gap:30px;justify-content:center}.usp-item{width:calc(50% - 15px);flex:none}.usp-item:nth-child(1),.usp-item:nth-child(3){margin-top:0}.usp-desc{font-size:16px}.case-studies{padding:60px 0}.case-header{margin-bottom:40px}.case-title{font-size:32px;letter-spacing:-1.6px}.case-grid{grid-template-columns:1fr 1fr;gap:20px}.project-1{grid-column:1 / span 2;grid-row:1}.project-2{grid-column:1;grid-row:2}.project-3{grid-column:2;grid-row:2}.project-4{grid-column:1 / span 2;grid-row:3}.project-5{grid-column:1 / span 2;grid-row:4}.testimonials{padding:60px 0}.testimonials-container{flex-direction:column;gap:40px}.testimonials-left{flex:none;width:100%}.testimonials-title{font-size:32px;letter-spacing:-1.6px}.testimonial-featured{width:100%}.quote-text{font-size:22px}.testimonials-right{flex:none;width:100%}.testimonials-subtitle{text-align:left;margin-left:0;max-width:100%}.testimonial-image{width:100%;height:auto;aspect-ratio:682 / 479}.workflow{padding:60px 0}.workflow-grid{display:flex;flex-direction:column;gap:0}.workflow-col-left,.workflow-col-right{display:contents}.workflow-step{max-width:100%;padding-bottom:40px;border-bottom:1px solid rgb(0 0 0 / .1);width:100%}.workflow-step:last-child{border-bottom:none}.step-num{font-size:64px;margin-bottom:-15px;opacity:.8}.step-name{font-size:22px}.step-text{width:100%;font-size:16px}.workflow-line-mid{display:none}.faq{padding:60px 0}.faq-title{font-size:32px;letter-spacing:-1.6px;margin-bottom:40px}.faq-q-text{font-size:24px}.faq-answer p{font-size:23px}.expert-wrap{flex-wrap:wrap;gap:30px;min-height:auto}.expert-label{width:100%}.expert-bio{flex:1;min-width:280px}.expert-portrait{width:350px;height:370px}.expert-paragraph{width:100%}.blog{padding:60px 0}.blog-title{font-size:32px;letter-spacing:-1.6px}.blog-grid{flex-wrap:wrap;gap:30px}.blog-card{flex:0 0 calc(50% - 15px)}.blog-image{width:100%;height:auto;aspect-ratio:401 / 219}.blog-excerpt{width:100%;font-size:16px}.blog-card-title{width:100%;font-size:22px}.footer-card{width:95%}.footer-nav-groups{gap:40px}.footer-cta-title,.footer-nav-title{font-size:24px}.service-tag-label,.service-tag-star,.service-separator{font-size:18px}}@media (max-width:768px){.container{padding:0 16px}body{padding-top:60px}.hotline-number{display:none}.hotline-btn{padding:8px;border-radius:50%}.logo img{width:150px}.hero{padding:30px 0}.hero-title{font-size:28px;letter-spacing:-1.4px}.hero-subtitle{font-size:16px;margin-bottom:24px}.hero-btn{font-size:16px;padding:12px 24px}.image-wrapper{max-width:300px}.stats-partners{padding:40px 0}.stats-row{flex-direction:column;gap:30px;margin-bottom:50px}.stat-number{font-size:100px;letter-spacing:-3px}.stat-line{width:200px}.partners-title{font-size:24px;text-align:center}.partners-block{gap:30px}.partners-logos{flex-wrap:nowrap;justify-content:flex-start;gap:30px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:8px}.partners-logos::-webkit-scrollbar{display:none}.partners-logos img{max-height:40px;flex-shrink:0;scroll-snap-align:start}.pain-points{padding:40px 0}.cards-overlay{display:block;left:-20px;width:150px;top:40px}.search-typewriter-overlay{display:flex;top:calc(40px + 65px);left:calc(-20px + 16px);width:120px}.search-typewriter-text,.search-typewriter-cursor{font-size:14px}.gradient-decoration{width:60px;height:60px;right:-10px;bottom:20px}.pain-item p{font-size:18px;margin-bottom:16px;text-align:left}.pain-item .divider{opacity:.2}.quote-empathy{padding:40px 0}.empathy-title{font-size:16px}.main-quote{font-size:22px}.services{padding:40px 0}.services-title{font-size:24px;margin-bottom:30px;letter-spacing:-1.2px}.services-slider-wrap{padding:0 30px}.services-btn-prev,.services-btn-next{display:none}.service-card{padding:24px 16px}.service-card .card-title{font-size:20px;margin-bottom:16px}.service-card .card-desc{margin-bottom:24px}.service-btn{font-size:16px;padding:10px 24px}.usp-section{padding:40px 0}.usp-subtitle{font-size:16px;margin-bottom:40px}.usp-grid{flex-direction:column;gap:24px}.usp-item{width:100%}.usp-item:nth-child(1),.usp-item:nth-child(3){margin-top:0}.case-studies{padding:40px 0}.case-header{margin-bottom:24px}.case-title{font-size:24px}.case-grid{grid-template-columns:1fr;gap:20px}.project-1{grid-column:1;grid-row:auto}.project-2{grid-column:1;grid-row:auto}.project-3{grid-column:1;grid-row:auto}.project-4{grid-column:1;grid-row:auto}.project-5{grid-column:1;grid-row:auto}.testimonials{padding:40px 0}.testimonials-title{font-size:24px;margin-bottom:30px}.quote-mark{font-size:50px}.quote-text{font-size:18px;padding-top:35px}.client-card{width:100%}.workflow{padding:40px 0}.workflow-wrap{max-width:100%}.workflow-label{font-size:18px;margin-bottom:28px}.workflow-grid{display:flex;flex-direction:column;gap:24px}.workflow-col-left,.workflow-col-right{width:100%}.workflow-step{width:100%}.workflow-flex{margin-bottom:12px;align-items:flex-end}.step-num{font-size:56px;margin-bottom:-15px;line-height:1}.step-name{font-size:20px}.step-text{width:100%;font-size:15px;line-height:1.4}.workflow-line-mid{width:100%;margin:24px 0}.faq{padding:40px 0}.faq-title{font-size:24px;margin-bottom:24px}.faq-q-text{font-size:18px}.faq-toggle{width:36px;height:36px}.faq-item.active .faq-toggle{width:48px;height:48px}.faq-answer p{font-size:22px}.expert-wrap{flex-direction:column;align-items:center;text-align:center}.expert-label{text-align:left}.expert-bio{flex:none;width:100%;text-align:left}.expert-name{font-size:26px}.expert-portrait{width:100%;height:auto;aspect-ratio:550 / 580}.expert-photo{border-radius:12px}.blog{padding:40px 0}.blog-title{font-size:24px}.blog-header{margin-bottom:24px}.blog-grid{flex-direction:column;gap:24px}.blog-card{flex:none;width:100%}.blog-card-title{font-size:20px}.blog-excerpt{font-size:14px}.footer{min-height:auto}.footer-card{min-height:auto}.footer-card-top{flex-direction:column}.footer-nav-groups{flex-direction:column}.footer-card-bottom{flex-direction:column;align-items:flex-start}.footer-legal-links{flex-wrap:wrap;gap:20px}.footer-watermark-wrap{top:300px}.footer-service-bar{height:60px;margin-top:40px}.footer-company-info{font-size:14px}.footer-cta-title{font-size:20px}.footer-nav-title{font-size:20px}.footer-nav-list a{font-size:15px}}@media (max-width:480px){.hero-title{font-size:24px;letter-spacing:-1px}.hero-subtitle{font-size:14px}.stat-number{font-size:100px;letter-spacing:-2.5px}.visual-wrapper{max-width:300px}.cards-overlay{left:-12px;width:112px;top:28px}.search-typewriter-overlay{top:calc(28px + 56px);left:calc(-12px + 12px);width:88px}.search-typewriter-text,.search-typewriter-cursor{font-size:12px}.gradient-decoration{width:56px;height:56px;right:-8px;bottom:22px}.decoration-icon{width:22px}.pain-item p{font-size:16px;line-height:1.4}.main-quote{font-size:24px}.faq-q-text{font-size:16px}.faq-answer p{font-size:18px}.workflow-flex{gap:8px}.step-num{font-size:44px;margin-bottom:-8px}.step-name{font-size:18px}.testimonials-title{font-size:24px}.quote-text{font-size:16px}}.stat-number{display:inline-block}