.grecaptcha-badge{visibility:visible!important;opacity:1!important;position:fixed!important;bottom:14px!important;right:14px!important;z-index:999999!important;box-shadow:0 0 10px rgba(0,0,0,.2)!important}iframe[title=reCAPTCHA]{display:block!important;visibility:visible!important}#footer,#footer *,#footer:after,#footer:before,.footer-area,.footer-area *,.footer-area:after,.footer-area:before{background-image:none!important;background-pattern:none!important}.case-study-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 0 30px rgba(0,0,0,.08);transition:all .3s ease;height:100%;display:flex;flex-direction:column}.case-study-card:hover{transform:translateY(-10px);box-shadow:0 15px 50px rgba(0,0,0,.15)}.case-study-image{position:relative;height:280px;overflow:hidden}.case-study-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.case-study-card:hover .case-study-image img{transform:scale(1.1)}.case-study-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.3),transparent);display:flex;align-items:flex-start;padding:20px}.category-badge{background:#06f;color:#fff;padding:6px 15px;border-radius:20px;font-size:12px;font-weight:600}.case-study-content{padding:30px;flex:1 1;display:flex;flex-direction:column}.case-meta{gap:20px;margin-bottom:15px;color:#666}.case-meta i{color:#06f;margin-right:5px}.tech-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.tech-tag{display:inline-block;background:#e8f0fe;color:#06f;padding:6px 14px;border-radius:15px;font-size:13px;font-weight:500;white-space:nowrap;line-height:1.5}.tech-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.tech-stat-item{background:linear-gradient(135deg,#667eea,#764ba2);padding:40px 30px;border-radius:20px;text-align:center;color:#fff;position:relative;overflow:hidden;transition:all .4s ease;animation:fadeInUp .6s ease-out backwards}.tech-stat-item:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,hsla(0,0%,100%,.1) 0,transparent 70%);transition:all .5s ease;opacity:0}.tech-stat-item:hover:before{opacity:1;top:-25%;right:-25%}.tech-stat-item:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 20px 60px rgba(102,126,234,.4)}.stat-icon{font-size:32px;margin-bottom:15px;opacity:.9}.tech-stat-item h3{font-size:48px;margin-bottom:10px;color:#fff;font-weight:700}.tech-stat-item p{color:hsla(0,0%,100%,.95);margin:0;font-size:16px;font-weight:500}@media (max-width:991px){.tech-stats-grid{grid-template-columns:repeat(2,1fr);gap:15px}.tech-stat-item{padding:30px 20px}.tech-stat-item h3{font-size:36px}}@media (max-width:575px){.tech-stats-grid{grid-template-columns:1fr}}.tech-category-section{margin-bottom:70px}.category-header{display:flex;align-items:center;margin-bottom:40px;padding-bottom:20px;border-bottom:3px solid #f0f0f0;position:relative}.category-header:after{content:"";position:absolute;bottom:-3px;left:0;width:100px;height:3px}.category-header:after,.category-icon{background:linear-gradient(135deg,#667eea,#764ba2)}.category-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;margin-right:20px;border-radius:15px;box-shadow:0 5px 20px rgba(102,126,234,.3)}.category-icon img{max-width:35px;max-height:35px;filter:brightness(0) invert(1)}.category-header h3{font-size:28px;font-weight:700;color:#1a1a1a;margin:0}.tech-card{background:#fff;padding:35px 25px;border-radius:20px;box-shadow:0 5px 30px rgba(0,0,0,.08);text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);height:100%;border:2px solid transparent;position:relative;overflow:hidden}.tech-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(102,126,234,.05),rgba(118,75,162,.05));opacity:0;transition:opacity .4s ease}.tech-card:hover:before{opacity:1}.tech-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px rgba(102,126,234,.15);border-color:#667eea}.tech-logo{height:100px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;position:relative;z-index:1}.tech-logo img{width:70px;height:70px;object-fit:contain;transition:all .4s ease}.tech-card:hover .tech-logo img{transform:scale(1.1) rotate(5deg)}.tech-card h5{font-size:18px;font-weight:600;color:#1a1a1a;margin:0;position:relative;z-index:1}.tech-cta-wrap{background:linear-gradient(135deg,#667eea,#764ba2);padding:60px 50px;border-radius:25px;color:#fff;position:relative;overflow:hidden;box-shadow:0 20px 60px rgba(102,126,234,.3)}.tech-cta-wrap:before{top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,hsla(0,0%,100%,.1) 0,transparent 70%)}.tech-cta-wrap:after,.tech-cta-wrap:before{content:"";position:absolute;border-radius:50%}.tech-cta-wrap:after{bottom:-150px;left:-150px;width:400px;height:400px;background:radial-gradient(circle,hsla(0,0%,100%,.08) 0,transparent 70%)}.cta-content{z-index:1}.tech-cta-wrap h3{color:#fff;font-size:32px;margin-bottom:0;font-weight:700}.tech-cta-wrap p{color:hsla(0,0%,100%,.95);font-size:16px;margin:0}.btn-white{font-weight:600;padding:14px 35px;border-radius:10px;transition:all .3s ease;position:relative;z-index:1}.btn-white:hover{background:#f8f9fa;color:#667eea;transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,0,0,.2)}@media (max-width:991px){.tech-cta-wrap{padding:40px 30px}.tech-cta-wrap h3{font-size:26px}.col-lg-4.text-end{text-align:center!important;margin-top:20px}}.step-visual{position:relative;text-align:center;padding:40px}.step-number-large{font-size:200px;font-weight:700;color:#f0f0f0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.step-icon{position:relative;z-index:2;width:150px;height:150px;margin:0 auto;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 40px rgba(102,126,234,.3)}.step-icon img{width:80px;height:80px;filter:brightness(0) invert(1)}.industry-stat-box{background:linear-gradient(135deg,#667eea,#764ba2);padding:35px 25px;border-radius:20px;text-align:center;color:#fff;transition:all .3s ease;position:relative;overflow:hidden}.industry-stat-box:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,hsla(0,0%,100%,.1) 0,transparent 70%);opacity:0;transition:all .5s ease}.industry-stat-box:hover:before{opacity:1;top:-25%;right:-25%}.industry-stat-box:hover{transform:translateY(-5px);box-shadow:0 15px 45px rgba(102,126,234,.3)}.industry-stat-box h3{font-size:42px;font-weight:700;margin-bottom:8px;color:#fff}.industry-stat-box p{font-size:16px;margin:0;color:hsla(0,0%,100%,.95);font-weight:500}.industry-section{background:#fff;border-radius:25px;box-shadow:0 5px 40px rgba(0,0,0,.08);overflow:hidden;transition:all .4s ease;position:relative}.industry-section:hover{box-shadow:0 15px 60px rgba(102,126,234,.15);transform:translateY(-5px)}.industry-section:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);opacity:0;transition:opacity .4s ease}.industry-section:hover:before{opacity:1}.industry-image{position:relative;height:100%;min-height:450px;overflow:hidden}.industry-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1));opacity:0;transition:opacity .4s ease}.industry-section:hover .industry-image:after{opacity:1}.industry-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.industry-section:hover .industry-image img{transform:scale(1.05)}.industry-badge{position:absolute;top:30px;left:30px;width:85px;height:85px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px rgba(0,0,0,.15);z-index:2;transition:all .4s ease}.industry-section:hover .industry-badge{transform:rotate(1turn) scale(1.1);box-shadow:0 12px 35px rgba(102,126,234,.3)}.industry-badge img{width:50px;height:50px}.industry-content{padding:45px 40px}.industry-header{display:flex;align-items:center;gap:20px;margin-bottom:20px;position:relative}.industry-number{font-size:120px;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;opacity:.08;position:absolute;left:-30px;top:-40px;z-index:0;pointer-events:none}.industry-content h3{font-size:32px;font-weight:700;color:#1a1a1a;position:relative;z-index:1;margin:0 0 0 150px}.industry-description{font-size:16px;line-height:1.8;color:#666;margin-bottom:25px}.challenges-section h5,.solutions-section h5{font-size:18px;font-weight:700;color:#1a1a1a;margin-bottom:15px;display:flex;align-items:center}.solutions-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.solution-item{display:flex;align-items:flex-start;gap:10px;padding:10px 15px;background:#f8f9fc;border-radius:10px;transition:all .3s ease;border:1px solid transparent}.solution-item:hover{background:#fff;border-color:#667eea;transform:translateX(5px);box-shadow:0 5px 15px rgba(102,126,234,.1)}.solution-item i{color:#667eea;font-size:14px;margin-top:3px;flex-shrink:0}.solution-item span{font-size:14px;color:#444;line-height:1.5}.challenges-tags{display:flex;flex-wrap:wrap;gap:10px}.challenge-tag{display:inline-block;padding:8px 18px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:25px;font-size:13px;font-weight:600;transition:all .3s ease;cursor:default}.challenge-tag:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(102,126,234,.3)}.case-study-note{display:flex;align-items:flex-start;gap:15px;padding:20px;background:linear-gradient(135deg,rgba(102,126,234,.05),rgba(118,75,162,.05));border-radius:15px;border-left:4px solid #667eea;position:relative;overflow:hidden}.case-study-note:before{content:"";position:absolute;top:0;right:0;width:100px;height:100px;background:radial-gradient(circle,rgba(102,126,234,.1) 0,transparent 70%);border-radius:50%;transform:translate(30%,-30%)}.case-study-icon{width:45px;height:45px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.case-study-icon i{color:#fff;font-size:20px}.case-study-note p{margin:0;font-size:15px;line-height:1.7;color:#444;font-weight:500;padding-top:10px}.industry-cta-wrap{background:linear-gradient(135deg,#667eea,#764ba2);padding:60px 50px;border-radius:25px;color:#fff;position:relative;overflow:hidden;box-shadow:0 20px 60px rgba(102,126,234,.3)}.industry-cta-wrap:before{content:"";position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,hsla(0,0%,100%,.1) 0,transparent 70%);border-radius:50%}.industry-cta-wrap h3{color:#fff;font-size:32px;font-weight:700;margin-bottom:0}.industry-cta-wrap p{color:hsla(0,0%,100%,.95);font-size:16px;margin:0;line-height:1.7}@media (max-width:991px){.industry-content{padding:35px 30px}.industry-content h3{font-size:26px}.solutions-grid{grid-template-columns:1fr}.industry-number{font-size:56px}.industry-image{min-height:350px}}@media (max-width:575px){.industry-stat-box{padding:25px 20px}.industry-stat-box h3{font-size:36px}.industry-content{padding:25px 20px}.industry-number{font-size:80px;left:-20px;top:-30px}.industry-content h3{font-size:22px;margin-left:50px}}@media (max-width:1199px){.step-visual-enhanced{min-height:350px}.step-number-display{font-size:150px}.step-content-enhanced{padding:40px 35px}}@media (max-width:991px){.process-timeline-wrapper{display:none}.process-step-card{margin-bottom:40px!important}.process-step-card.reverse .row{flex-direction:column}.step-visual-enhanced{min-height:300px;padding:40px 30px}.step-number-display{font-size:120px}.step-icon-box{width:120px;height:120px}.step-icon-box img{width:70px;height:70px}.step-content-enhanced{padding:35px 30px}.step-title{font-size:28px}.step-subtitle{font-size:18px}.step-description{font-size:15px;margin-bottom:25px}.step-details-grid{grid-template-columns:1fr;gap:20px}.details-column{padding:20px}.detail-header h6{font-size:15px}.activities-modern li,.deliverable-item{font-size:14px}.principle-card-modern{margin-bottom:20px}.cta-content{flex-direction:column;gap:20px;text-align:center}.process-cta-modern{padding:40px 30px}.cta-content h3{font-size:26px}.btn-modern-cta{margin:0 auto}}@media (max-width:767px){.process-intro .title{font-size:28px}.process-intro p{font-size:15px}.process-step-card{border-radius:20px;margin-bottom:35px!important}.process-step-card .row{margin:0}.process-step-card .col-lg-5,.process-step-card .col-lg-7{padding:0}.step-visual-enhanced{min-height:200px;padding:25px 20px;display:flex;align-items:center;justify-content:center}.step-circle-bg{width:160px;height:160px}.step-number-display{font-size:75px}.step-icon-box{width:85px;height:85px}.step-icon-box img{width:50px;height:50px}.step-content-enhanced{padding:30px 25px}.step-badge{font-size:12px;padding:7px 18px}.step-title{font-size:24px;line-height:1.3}.step-subtitle{font-size:17px}.step-description{font-size:14px;line-height:1.7;margin-bottom:25px}.step-details-grid{grid-template-columns:1fr!important;gap:15px!important}.details-column{padding:18px}.detail-header{margin-bottom:15px}.detail-header i{font-size:18px}.detail-header h6{font-size:15px}.activities-modern li{font-size:13px;gap:10px;word-wrap:break-word;word-break:break-word}.deliverable-item{font-size:13px;padding:7px 10px;word-wrap:break-word}.principle-card-modern{padding:30px 20px;margin-bottom:20px}.principle-icon-wrapper{width:80px;height:80px;margin-bottom:20px}.principle-icon-wrapper i{font-size:35px;line-height:80px}.principle-card-modern h5{font-size:18px}.principle-card-modern p{font-size:14px}.process-cta-modern{padding:35px 25px;border-radius:20px}.cta-icon-box{width:60px;height:60px}.cta-icon-box i{font-size:26px}.cta-content h3{font-size:24px}.cta-content p{font-size:14px}.btn-modern-cta{padding:15px 35px;font-size:15px;width:100%;justify-content:center}}@media (max-width:575px){.process-intro .title{font-size:26px;line-height:1.3}.section-title .sub-title{font-size:13px}.process-step-card{border-radius:18px;margin-bottom:30px!important;overflow:hidden}.process-step-card .row{margin:0!important}.process-step-card .col-lg-5,.process-step-card .col-lg-7{padding:0!important}.step-visual-enhanced{min-height:160px;padding:20px 15px;display:flex;align-items:center;justify-content:center}.step-circle-bg{width:130px;height:130px}.step-number-display{font-size:60px}.step-icon-box{width:75px;height:75px}.step-icon-box img{width:45px;height:45px}.step-content-enhanced{padding:25px 20px}.step-badge{font-size:11px;padding:6px 15px}.step-title{font-size:22px;line-height:1.3}.step-subtitle{font-size:16px}.step-description{font-size:14px;line-height:1.6;margin-bottom:20px}.step-details-grid{grid-template-columns:1fr!important;gap:12px!important}.details-column{padding:16px;border-radius:12px}.detail-header{margin-bottom:12px;gap:8px}.detail-header i{font-size:16px;flex-shrink:0}.detail-header h6{font-size:14px;margin:0}.activities-modern{gap:10px}.activities-modern li{font-size:12px;gap:8px;line-height:1.5;word-wrap:break-word}.activities-modern li span{flex:1 1;min-width:0}.activity-marker{width:6px;height:6px;margin-top:5px;flex-shrink:0}.deliverables-modern{gap:10px}.deliverable-item{font-size:12px;padding:6px 10px;word-wrap:break-word;display:flex;align-items:flex-start}.deliverable-item i{font-size:14px;flex-shrink:0;margin-top:2px}.deliverable-item span{flex:1 1;min-width:0}.principle-card-modern{padding:25px 18px}.principle-icon-wrapper{width:70px;height:70px;margin-bottom:18px}.principle-icon-wrapper i{font-size:30px;line-height:70px}.principle-card-modern h5{font-size:17px;margin-bottom:12px}.principle-card-modern p{font-size:13px;line-height:1.6}.process-cta-modern{padding:30px 20px;border-radius:18px}.cta-icon-box{width:55px;height:55px}.cta-icon-box i{font-size:22px}.cta-content{gap:15px}.cta-content h3{font-size:22px;line-height:1.3}.cta-content p{font-size:13px;line-height:1.6}.btn-modern-cta{padding:14px 30px;font-size:14px;width:100%;justify-content:center}.btn-modern-cta i{font-size:14px}}@media (max-width:420px){.process-intro .title{font-size:24px}.process-step-card{margin-bottom:25px!important;border-radius:16px}.process-step-card .row{margin:0!important}.process-step-card .col-lg-5,.process-step-card .col-lg-7{padding:0!important}.step-visual-enhanced{min-height:140px;padding:15px 10px;display:flex;align-items:center;justify-content:center}.step-circle-bg{width:110px;height:110px}.step-number-display{font-size:50px}.step-icon-box{width:65px;height:65px}.step-icon-box img{width:40px;height:40px}.step-content-enhanced{padding:20px 15px}.step-badge{font-size:10px;padding:5px 12px}.step-title{font-size:20px}.step-subtitle{font-size:15px;margin-bottom:15px}.step-description{font-size:13px;margin-bottom:18px}.step-details-grid{grid-template-columns:1fr!important;gap:10px!important}.details-column{padding:14px}.detail-header{gap:6px}.detail-header i{font-size:14px;flex-shrink:0}.detail-header h6{font-size:13px;margin:0}.activities-modern li{font-size:11px;gap:6px;line-height:1.4}.activities-modern li span{flex:1 1;min-width:0}.activity-marker{width:5px;height:5px;margin-top:4px}.deliverable-item{font-size:11px;padding:5px 8px;display:flex;align-items:flex-start;gap:6px}.deliverable-item i{font-size:12px;flex-shrink:0}.deliverable-item span{flex:1 1;min-width:0}.principle-card-modern{padding:20px 15px}.principle-icon-wrapper{width:65px;height:65px;margin-bottom:15px}.principle-icon-wrapper i{font-size:28px;line-height:65px}.principle-card-modern h5{font-size:16px}.principle-card-modern p{font-size:12px}.process-cta-modern{padding:25px 15px}.cta-icon-box{width:50px;height:50px}.cta-content h3,.cta-icon-box i{font-size:20px}.cta-content p{font-size:12px}.btn-modern-cta{padding:12px 25px;font-size:13px}.process-cta-modern .text-end{text-align:center!important}}.page-cta-wrap{background:linear-gradient(135deg,#667eea,#764ba2);padding:60px 50px;border-radius:20px;color:#fff}.page-cta-wrap h3{color:#fff;font-size:32px;margin-bottom:0}.page-cta-wrap p{color:hsla(0,0%,100%,.95);font-size:16px;margin:0}.service-details-thumb{border-radius:20px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.1);margin-bottom:40px}.service-details-thumb img{width:100%;height:auto;max-height:500px;object-fit:cover;display:block}.service-details-content{background:#fff;padding:0}.service-details-content .title{font-size:36px;font-weight:700;margin-bottom:20px;color:#1a1a1a;line-height:1.3}.service-details-content .lead{font-size:18px;line-height:1.8;color:#555;margin-bottom:30px}.service-benefits h3,.service-features h3,.service-process h3{font-size:28px;font-weight:700;color:#1a1a1a;position:relative;padding-bottom:15px}.service-benefits h3:after,.service-features h3:after,.service-process h3:after{content:"";position:absolute;left:0;bottom:0;width:60px;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.feature-item{display:flex;align-items:center;gap:12px;padding:12px 20px;background:#f8f9fa;border-radius:10px;transition:all .3s ease}.feature-item:hover{background:#e8f0fe;transform:translateX(5px)}.feature-item i{color:#06f;font-size:18px;flex-shrink:0}.feature-item span{font-size:15px;color:#333;font-weight:500}.benefit-card{background:#fff;padding:30px;border-radius:15px;box-shadow:0 5px 25px rgba(0,0,0,.08);height:100%;transition:all .3s ease;border-left:4px solid #06f}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 10px 35px rgba(0,0,0,.12)}.benefit-card h5{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:12px}.benefit-card p{font-size:15px;color:#666;margin:0;line-height:1.7}.process-wrap{display:flex;flex-direction:column;gap:20px}.process-item{display:flex;gap:25px;padding:30px;background:#fff;border-radius:15px;box-shadow:0 5px 25px rgba(0,0,0,.08);transition:all .3s ease;position:relative;overflow:hidden}.process-item:before{content:"";position:absolute;left:0;top:0;height:100%;width:5px;background:linear-gradient(135deg,#667eea,#764ba2);opacity:0;transition:opacity .3s ease}.process-item:hover:before{opacity:1}.process-item:hover{transform:translateX(10px);box-shadow:0 10px 35px rgba(0,0,0,.12)}.process-number{font-size:48px;font-weight:800;color:#e8f0fe;line-height:1;flex-shrink:0;width:80px;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.process-content h5{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:10px}.process-content p{font-size:15px;color:#666;margin:0;line-height:1.7}.process-timeline-wrapper{position:relative;padding:40px 0}.process-timeline-line{position:absolute;top:60px;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;opacity:.2}.process-timeline-steps{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}.timeline-dot{flex-direction:column;gap:15px;animation:fadeInUp .6s ease forwards;opacity:0}.dot-inner,.timeline-dot{display:flex;align-items:center}.dot-inner{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;justify-content:center;font-size:18px;font-weight:700;box-shadow:0 8px 25px rgba(102,126,234,.35);transition:all .4s ease;cursor:pointer}.timeline-dot:hover .dot-inner{transform:scale(1.15) rotate(1turn);box-shadow:0 12px 35px rgba(102,126,234,.5)}.dot-label{font-size:13px;font-weight:600;color:#666;text-align:center;max-width:100px;line-height:1.4}.process-step-card{background:#fff;border-radius:30px;overflow:hidden;box-shadow:0 10px 50px rgba(0,0,0,.08);transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;animation:fadeInUp .8s ease forwards;opacity:0}.process-step-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#667eea,#764ba2);opacity:0;transition:opacity .4s ease}.process-step-card:hover:before{opacity:1}.process-step-card:hover{transform:translateY(-10px);box-shadow:0 20px 70px rgba(102,126,234,.2)}.process-step-card.reverse .row{flex-direction:row-reverse}.step-visual-enhanced{position:relative;padding:60px 40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9ff,#fef8ff);min-height:400px}.step-circle-bg{position:absolute;width:300px;height:300px;border-radius:50%;background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1));animation:pulse 3s ease-in-out infinite}.step-number-display{position:absolute;font-size:180px;font-weight:900;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:.08;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}.step-icon-box{position:relative;z-index:3;width:160px;height:160px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;box-shadow:0 15px 50px rgba(102,126,234,.4);transition:all .5s ease}.process-step-card:hover .step-icon-box{transform:rotate(1turn) scale(1.1);box-shadow:0 20px 60px rgba(102,126,234,.5)}.step-icon-box img{width:90px;height:90px;filter:brightness(0) invert(1)}.step-content-enhanced{padding:50px 45px}.step-badge{display:inline-block;padding:8px 20px;background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1));color:#667eea;font-size:13px;font-weight:700;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:15px}.step-title{font-size:36px;font-weight:800;color:#1a1a1a;margin-bottom:10px;line-height:1.2}.step-subtitle{font-size:20px;font-weight:600;color:#667eea;margin-bottom:20px}.step-description{font-size:16px;line-height:1.8;color:#666;margin-bottom:35px}.step-details-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:35px;gap:35px;margin-bottom:30px}@media (max-width:991px){.step-details-grid{grid-template-columns:1fr!important;gap:20px!important}}@media (max-width:768px){.step-details-grid{grid-template-columns:1fr!important;gap:15px!important}}@media (max-width:480px){.details-column,.step-details-grid{display:block!important;width:100%!important}.details-column{margin-bottom:12px!important}}.details-column{background:#f8f9ff;padding:25px;border-radius:15px;border:2px solid transparent;transition:all .3s ease}.details-column:hover{border-color:rgba(102,126,234,.3);background:#fff;box-shadow:0 5px 25px rgba(102,126,234,.1)}.detail-header{display:flex;align-items:center;gap:10px;margin-bottom:20px}.detail-header i{font-size:20px;color:#667eea}.detail-header h6{font-size:16px;font-weight:700;color:#1a1a1a;margin:0}.activities-modern{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.activities-modern li{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#555;line-height:1.6}.activity-marker{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);margin-top:6px;flex-shrink:0}.deliverables-modern{display:flex;flex-direction:column;gap:12px}.deliverable-item{display:flex;align-items:center;gap:10px;font-size:14px;color:#555;padding:8px 12px;background:#fff;border-radius:8px;transition:all .3s ease}.deliverable-item:hover{background:linear-gradient(135deg,rgba(102,126,234,.05),rgba(118,75,162,.05));transform:translateX(5px)}.deliverable-item i{color:#667eea;font-size:16px}.step-meta{display:flex;align-items:center;gap:20px}.duration-badge{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:25px;font-size:15px;font-weight:600;box-shadow:0 5px 20px rgba(102,126,234,.3)}.duration-badge i{font-size:18px}.principle-card-modern{background:#fff;padding:40px 30px;border-radius:20px;text-align:center;box-shadow:0 5px 30px rgba(0,0,0,.08);transition:all .4s ease;position:relative;overflow:hidden;animation:fadeInUp .6s ease forwards;opacity:0;height:100%}.principle-hover-accent{position:absolute;bottom:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .4s ease}.principle-card-modern:hover .principle-hover-accent{transform:scaleX(1)}.principle-card-modern:hover{transform:translateY(-10px);box-shadow:0 15px 50px rgba(102,126,234,.2)}.principle-icon-wrapper{position:relative;width:100px;height:100px;margin:0 auto 25px}.icon-bg-circle{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1));transition:all .4s ease}.principle-card-modern:hover .icon-bg-circle{transform:scale(1.2);background:linear-gradient(135deg,rgba(102,126,234,.2),rgba(118,75,162,.2))}.principle-icon-wrapper i{position:relative;z-index:2;font-size:45px;color:#667eea;line-height:100px;transition:all .4s ease}.principle-card-modern:hover .principle-icon-wrapper i{transform:scale(1.1);color:#764ba2}.principle-card-modern h5{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:15px}.principle-card-modern p{font-size:15px;color:#666;line-height:1.7;margin:0}.process-cta-modern{position:relative;background:linear-gradient(135deg,#667eea,#764ba2);padding:60px 50px;border-radius:30px;overflow:hidden;box-shadow:0 20px 60px rgba(102,126,234,.3)}.cta-bg-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20% 50%,hsla(0,0%,100%,.1) 0,transparent 50%),radial-gradient(circle at 80% 80%,hsla(0,0%,100%,.1) 0,transparent 50%);opacity:.6}.cta-content{position:relative;z-index:2;display:flex;align-items:flex-start;gap:25px}.cta-icon-box{width:70px;height:70px;background:hsla(0,0%,100%,.2);border-radius:15px;display:flex;align-items:center;justify-content:center;flex-shrink:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-content h3,.cta-icon-box i{font-size:32px;color:#fff}.cta-content h3{font-weight:800;margin-bottom:10px}.cta-content p{font-size:16px;color:hsla(0,0%,100%,.95);line-height:1.7;margin:0}.btn-modern-cta{position:relative;z-index:2;display:inline-flex;align-items:center;gap:12px;padding:18px 40px;background:#fff;color:#667eea;font-size:16px;font-weight:700;border-radius:30px;text-decoration:none;box-shadow:0 10px 30px rgba(0,0,0,.2);transition:all .4s ease;overflow:hidden}.btn-modern-cta:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1));transform:translate(-50%,-50%);transition:width .5s ease,height .5s ease}.btn-modern-cta:hover:before{width:300px;height:300px}.btn-modern-cta:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(0,0,0,.25);color:#764ba2}.btn-modern-cta i,.btn-modern-cta span{position:relative;z-index:2}.btn-modern-cta i{transition:transform .4s ease}.btn-modern-cta:hover i{transform:translateX(5px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}}.service-sidebar{position:-webkit-sticky;position:sticky;top:100px}.sidebar-widget{background:#fff;padding:30px;border-radius:15px;box-shadow:0 5px 25px rgba(0,0,0,.08);margin-bottom:30px}.widget-title{font-size:22px;font-weight:700;margin-bottom:20px;color:#1a1a1a}.service-list{list-style:none;padding:0;margin:0}.service-list li{margin-bottom:12px}.service-list li a{display:flex;justify-content:space-between;align-items:center;padding:12px 18px;background:#f8f9fa;border-radius:8px;color:#333;text-decoration:none;transition:all .3s ease;font-weight:500}.service-list li a:hover,.service-list li.active a{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateX(5px)}.service-list li a i{font-size:14px;transition:transform .3s ease}.service-list li a:hover i,.service-list li.active a i{transform:translateX(5px)}.cta-widget{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cta-widget h4{color:#fff;font-size:24px;margin-bottom:15px}.cta-widget p{color:hsla(0,0%,100%,.95);font-size:15px;line-height:1.7;margin-bottom:25px}.cta-widget .btn{background:#fff;color:#667eea;border:none;font-weight:600;padding:12px 24px}.cta-widget .btn:hover{background:#f0f0f0;transform:translateY(-2px)}.cta-widget .btn-outline{background:transparent;color:#fff;border:2px solid #fff}.cta-widget .btn-outline:hover{background:#fff;color:#667eea}.scrollable-menu{max-height:300px;overflow-y:auto;overflow-x:hidden}.scrollable-menu::-webkit-scrollbar{width:6px}.scrollable-menu::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.scrollable-menu::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.scrollable-menu::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width:991px){.step-number-large{font-size:120px}.industry-image{min-height:300px}.service-sidebar{position:static;margin-top:50px}.service-details-content .title{font-size:28px}.process-item{flex-direction:column;gap:15px}.process-number{font-size:36px;width:auto;text-align:left}.scrollable-menu{max-height:250px}.project-details-img{margin-bottom:30px}.project-info-wrap .row>div{margin-bottom:20px}.project-info-item{text-align:center;padding:15px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;min-height:100px}.project-info-item h6{margin-bottom:8px!important;order:1;z-index:100!important;color:#000!important;font-weight:700!important}.project-info-item h6,.project-info-item p{display:block!important;width:100%;position:relative!important;background:transparent!important}.project-info-item p{order:2;z-index:1!important}.project-info-wrap,.project-info-wrap .row{background:transparent!important}.counter-item-wrap-four ul{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.counter-item-wrap-four li{width:100%!important}.contact-form-wrap,.quote-form-wrap{padding:30px 20px}.form-grp{margin-bottom:20px}.btn-submit{width:100%;padding:14px 30px;font-size:15px}}@media (max-width:767px){.process-step-card.reverse .row{flex-direction:column!important}.tech-card{margin-bottom:15px}.tech-category-section{margin-bottom:40px}.category-header h3{font-size:20px}.section-title-two .title{font-size:28px}.project-category{font-size:12px;padding:6px 15px;position:relative;z-index:10}.project-details-content,.project-details-inner{background:transparent!important;position:relative}.project-details-content{z-index:1}.project-details-content .title{font-size:22px;z-index:100!important;color:#000!important}.project-details-content .title,.project-details-content p{position:relative!important;background:transparent!important}.project-details-content p{font-size:14px;line-height:1.6;z-index:1!important}.counter-item-wrap-four ul{grid-template-columns:1fr}.counter-item-four h2{font-size:36px}.contact-info-wrap,.quote-info-section{margin-top:30px}.info-item{padding:20px 15px;margin-bottom:15px}.info-item i{font-size:28px}.info-item h5{font-size:16px}.info-item p{font-size:13px}}@media (min-width:576px) and (max-width:991px){.step-visual-enhanced{min-height:350px}.step-number-display{font-size:140px}.step-icon-box{width:140px;height:140px}.step-icon-box img{width:80px;height:80px}.tech-stats-grid{grid-template-columns:repeat(2,1fr)}.counter-item-wrap-four ul{grid-template-columns:1fr!important;max-width:500px;margin:0 auto;gap:25px!important}.counter-item-four{padding:30px 25px!important}.counter-item-four h2{font-size:42px}.project-info-wrap .row{display:grid;grid-template-columns:1fr!important;grid-gap:20px;gap:20px;max-width:500px;margin:0 auto}.project-info-item{text-align:center!important;padding:25px 20px!important;justify-content:flex-start!important}.project-info-item h6{font-size:16px;margin-bottom:8px;order:1!important}.project-info-item p{font-size:15px;order:2!important}}@media (max-width:480px){.section-title .title,.section-title-two .title{font-size:24px;line-height:1.3}.sub-title{font-size:13px}.step-badge{font-size:11px;padding:6px 15px}.step-title{font-size:20px}.step-subtitle{font-size:15px}.activities-modern li,.deliverable-item{font-size:13px}.principle-card-modern{padding:25px 15px}.principle-icon-wrapper{width:70px;height:70px}.principle-icon-wrapper i{font-size:30px;line-height:70px}.principle-card-modern h5{font-size:18px}.principle-card-modern p{font-size:14px}.tech-card{padding:20px 15px}.tech-card h5{font-size:14px}.tech-logo{margin-bottom:12px}.project-details-inner{padding:20px 15px}.project-details-content .title{font-size:20px}.project-info-item h6{font-size:14px}.project-info-item p{font-size:13px}.page-cta-wrap,.process-cta-modern,.tech-cta-wrap{padding:25px 15px;border-radius:15px}.cta-icon-box{width:50px;height:50px}.cta-content h3,.cta-icon-box i,.page-cta-wrap h3{font-size:20px}.cta-content p,.page-cta-wrap p{font-size:13px}.btn-modern-cta,.btn-white{padding:12px 25px;font-size:13px}}@media (max-width:375px){.container{padding-left:15px;padding-right:15px}.step-visual-enhanced{min-height:220px;padding:20px 15px}.step-number-display{font-size:60px}.step-icon-box{width:90px;height:90px}.step-icon-box img{width:50px;height:50px}.step-content-enhanced{padding:20px 15px}.step-title{font-size:18px}.details-column{padding:15px}.detail-header h6{font-size:14px}.tech-stat-item{padding:20px 15px}.tech-stat-item h3{font-size:32px}.tech-stat-item p{font-size:13px}.counter-item-wrap-four ul{max-width:350px;gap:15px!important}.counter-item-four{padding:20px 15px!important}.counter-item-four h2{font-size:32px}.counter-item-four p{font-size:13px}.project-info-wrap .row{max-width:350px;gap:12px}.project-info-item{padding:18px 12px!important;justify-content:flex-start!important}.project-info-item h6{order:1!important}.project-info-item p{order:2!important}.form-grp input,.form-grp textarea{font-size:14px;padding:12px 15px}.btn-submit{font-size:14px;padding:12px 25px}}@media (max-width:420px){.counter-item-wrap-four ul{max-width:100%;padding:0 15px;gap:12px!important}.counter-item-four{padding:18px 12px!important}.counter-item-four h2{font-size:28px}.counter-item-four p{font-size:12px}.project-info-wrap .row{max-width:100%;padding:0 15px;gap:10px}.project-info-item{padding:15px 10px!important;justify-content:flex-start!important}.project-info-item h6{font-size:13px;order:1!important}.project-info-item p{font-size:12px;order:2!important}.project-details-inner,.project-details-wrap{text-align:center}}.project-category{display:inline-block;background:linear-gradient(90deg,#05f,#09f);color:#fff;padding:6px 20px;border-radius:4px;font-size:14px;font-weight:600;margin-bottom:15px}.project-category,.project-details-content{position:relative;z-index:10}.project-details-content .title{position:static!important;z-index:auto!important;background:transparent!important;-webkit-background-clip:initial!important;-webkit-text-fill-color:initial!important;background-clip:initial!important;color:#1a1a1a!important;display:block!important;margin-bottom:20px!important;padding:0!important;font-size:36px!important;font-weight:700!important;opacity:1!important;left:auto!important;bottom:auto!important;transform:none!important;width:auto!important;line-height:1.3!important;text-transform:none!important}.project-details-content>p{position:relative!important;z-index:500!important;background:#fff!important;padding:15px 0!important;margin-bottom:20px!important}.project-info-wrap{background:#f8f9fa!important;padding:30px;border-radius:8px;position:relative;z-index:1!important;margin-top:30px!important}.project-info-wrap:after,.project-info-wrap:before{display:none!important}.project-info-wrap .row{background:transparent!important;position:relative}.project-info-wrap .row:after,.project-info-wrap .row:before{display:none!important}.project-info-wrap .row>div{background:transparent!important;position:relative}.project-info-wrap .row>div:after,.project-info-wrap .row>div:before{display:none!important}.project-info-item{margin-bottom:20px;background:#fff!important;padding:25px 20px;border-radius:8px;border-left:4px solid #05f;box-shadow:0 2px 10px rgba(0,0,0,.08);position:relative;z-index:2;min-height:120px;display:flex;flex-direction:column;justify-content:center}.project-info-item:after,.project-info-item:before{display:none!important}.project-info-item h6{color:#05f;font-size:13px;font-weight:700;margin-bottom:12px;text-transform:uppercase;letter-spacing:.8px;display:block!important;position:relative;z-index:10}.project-info-item p{color:#333;font-size:15px;margin:0;line-height:1.6;position:relative;z-index:5;font-weight:500}.section-title-two p{max-width:700px;margin:15px auto 0;color:#666;font-size:16px}.mb-80{margin-bottom:80px}.mb-60{margin-bottom:60px}.mt-60{margin-top:60px}.mt-30{margin-top:30px}@media (max-width:767px){.project-details-content .title{font-size:28px!important;position:static!important;bottom:auto!important;opacity:1!important;transform:none!important}.project-info-wrap{padding:20px 15px}.project-info-item{margin-bottom:15px;padding:15px}.project-info-item h6{font-size:13px;margin-bottom:8px}.project-info-item p{font-size:14px}.mb-80{margin-bottom:50px}}@media (max-width:575px){.project-details-content .title{font-size:24px!important;position:static!important;bottom:auto!important;opacity:1!important;transform:none!important}.project-info-wrap{padding:15px 10px}.project-info-item{padding:12px;margin-bottom:12px}.project-info-item h6{font-size:12px;margin-bottom:6px}.project-info-item p{font-size:13px}}@media (min-width:768px) and (max-width:991px){.project-details-content .title{font-size:32px!important;position:static!important;bottom:auto!important;opacity:1!important;transform:none!important}}.case-studies-hero{padding:80px 0 60px;background:#fff;border-bottom:1px solid #e5e7eb}.hero-content{margin-bottom:50px}.hero-subtitle{display:inline-block;color:#05f;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:16px}.hero-title{font-size:48px;font-weight:800;color:#111827;margin-bottom:20px}.hero-description{color:#6b7280;line-height:1.7;max-width:650px;margin:0 auto}.stats-bar{display:flex;justify-content:center;align-items:center;gap:60px;padding:40px;background:#f9fafb;border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.stat-item{text-align:center}.stat-number{font-size:36px;font-weight:800;color:#05f;margin-bottom:8px}.stat-label{font-size:14px;color:#6b7280;font-weight:500}.stat-divider{width:1px;height:40px;background:#e5e7eb}.filter-section{padding:40px 0;background:#fff;border-bottom:1px solid #e5e7eb}.category-filters{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.filter-chip{padding:10px 24px;border:2px solid #e5e7eb;background:#fff;color:#6b7280;border-radius:50px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.filter-chip:hover{border-color:#05f;color:#05f}.filter-chip.active{background:#05f;border-color:#05f;color:#fff}.case-studies-section{padding:60px 0 80px;background:#f9fafb}.case-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .3s ease;height:100%;display:flex;flex-direction:column}.case-card:hover{box-shadow:0 10px 40px rgba(0,0,0,.12);transform:translateY(-4px)}.case-image{position:relative;height:280px;overflow:hidden}.case-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.case-card:hover .case-image img{transform:scale(1.05)}.category-tag{position:absolute;top:20px;left:20px;background:#05f;color:#fff;padding:6px 16px;border-radius:6px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.case-body{padding:32px;flex:1 1;display:flex;flex-direction:column}.case-meta{display:flex;align-items:center;gap:12px;margin-bottom:16px;color:#6b7280;font-size:13px;font-weight:500}.meta-item{gap:6px}.meta-item i{color:#9ca3af;font-size:12px}.meta-divider{color:#d1d5db}.case-title{font-size:24px;font-weight:700;color:#111827;margin-bottom:20px;line-height:1.3}.case-info{margin-bottom:24px}.info-item{margin-bottom:16px}.info-item:last-child{margin-bottom:0}.info-label{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.info-label i{color:#05f;font-size:14px}.info-text{font-size:14px;color:#6b7280;line-height:1.6;margin:0}.tech-section{margin-bottom:24px;padding-top:24px;border-top:1px solid #f3f4f6}.tech-label{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.tech-label i{color:#05f}.tech-list{display:flex;flex-wrap:wrap;gap:8px}.tech-badge{padding:6px 12px;background:#eff6ff;color:#05f;border-radius:6px;font-size:12px;font-weight:600;border:1px solid #dbeafe}.tech-badge.more{background:#05f;color:#fff;border-color:#05f}.results-section{margin-bottom:24px}.results-label{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.results-label i{color:#05f}.results-list{list-style:none;padding:0;margin:0}.results-list li{display:flex;align-items:flex-start;gap:10px;padding:8px 0;font-size:14px;color:#374151;font-weight:500}.results-list li i{color:#10b981;margin-top:3px;font-size:14px}.case-footer{justify-content:space-between;margin-top:auto;padding-top:24px;border-top:1px solid #f3f4f6}.case-footer,.team-size{display:flex;align-items:center}.team-size{gap:8px;color:#6b7280;font-size:14px;font-weight:600}.team-size i{color:#9ca3af}.case-cta{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#05f;color:#fff;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s ease}.case-cta:hover{background:#04c;transform:translateX(2px)}.case-cta i{font-size:12px}.bottom-cta{margin-top:80px;padding:60px;background:linear-gradient(135deg,#05f,#04c);border-radius:20px;text-align:center}.cta-content h2{font-size:36px;font-weight:800;color:#fff;margin-bottom:16px}.cta-content p{font-size:18px;color:hsla(0,0%,100%,.9);margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}.cta-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.cta-actions .btn{display:inline-flex;align-items:center;padding:14px 32px;border-radius:8px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s ease}.cta-actions .btn-primary{background:#fff;color:#05f}.cta-actions .btn-primary:hover{background:#f0f0f0;transform:translateY(-2px)}.cta-actions .btn-outline{background:transparent;color:#fff;border:2px solid #fff}.cta-actions .btn-outline:hover{background:hsla(0,0%,100%,.1)}@media (max-width:991px){.hero-title{font-size:36px}.stats-bar{gap:40px;padding:30px}.stat-number{font-size:28px}.case-title{font-size:20px}.bottom-cta{padding:40px 30px}.cta-content h2{font-size:28px}}@media (max-width:767px){.hero-title{font-size:28px}.stats-bar{flex-direction:column;gap:24px}.stat-divider{width:80px;height:1px}.case-image{height:220px}.case-body{padding:24px}.case-footer{flex-direction:column;gap:16px;align-items:stretch}.case-cta{justify-content:center}.bottom-cta{margin-top:60px;padding:40px 24px}.cta-actions{flex-direction:column}.cta-actions .btn{width:100%;justify-content:center}}.careers-intro{background:#fff}.careers-img img{width:100%;border-radius:10px}.career-stats{display:flex;gap:40px;margin-top:30px}.stat-item h3{font-size:36px;color:#06f;margin-bottom:5px}.stat-item p{color:#666;margin:0}.benefit-item{text-align:center;padding:30px;background:#fff;border-radius:10px;margin-bottom:30px;box-shadow:0 0 30px rgba(0,0,0,.05);transition:all .3s}.benefit-item:hover{transform:translateY(-5px);box-shadow:0 10px 40px rgba(0,0,0,.1)}.benefit-icon img{width:60px;margin-bottom:20px}.benefit-item h4{font-size:20px;margin-bottom:10px}.benefit-item p{color:#666;font-size:14px;margin:0}.job-card{background:#fff;padding:30px;border-radius:10px;box-shadow:0 0 30px rgba(0,0,0,.05);height:100%;transition:all .3s;display:flex;flex-direction:column}.job-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px rgba(0,0,0,.1)}.job-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:15px}.job-header h4{font-size:20px;margin:0;color:#1a1a1a}.job-type{background:#06f;color:#fff;padding:4px 12px;border-radius:20px;font-size:12px;white-space:nowrap}.job-meta{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:15px}.job-meta span{color:#666;font-size:13px}.job-meta i{color:#06f;margin-right:5px}.job-description{color:#666;font-size:14px;margin-bottom:15px;line-height:1.6}.job-skills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:15px}.skill-tag{background:#e8f0fe;color:#06f;padding:4px 10px;border-radius:15px;font-size:12px}.application-form-wrap{background:#fff;padding:50px;border-radius:15px;box-shadow:0 0 40px rgba(0,0,0,.08);margin:0 auto;max-width:900px}@media (max-width:768px){.application-form-wrap{padding:30px 20px}}.form-grp{margin-bottom:20px}.form-grp label{display:block;margin-bottom:8px;color:#333;font-weight:500;font-size:14px}.form-grp input,.form-grp select,.form-grp textarea{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:5px;font-size:14px}.form-grp input:focus,.form-grp select:focus,.form-grp textarea:focus{outline:none;border-color:#06f}.error-message{color:#dc3545;font-size:12px;margin-top:5px}.job-card .btn-outline{background:transparent;border:2px solid #06f;color:#06f;padding:10px 24px;font-size:14px;font-weight:500;border-radius:5px;transition:all .3s ease;display:inline-block;align-self:flex-end;margin-top:auto}.job-card .btn-outline:hover{background:#06f;color:#fff}.faq-intro{background:#fff}.faq-categories{background:#fff;padding:30px;border-radius:15px;box-shadow:0 0 30px rgba(0,0,0,.05);position:-webkit-sticky;position:sticky;top:100px}.faq-categories h5{font-size:18px;margin-bottom:20px;color:#1a1a1a;font-weight:600}.faq-categories ul{list-style:none;padding:0;margin:0}.faq-categories li{padding:15px;margin-bottom:10px;background:#f8f9fa;border-radius:8px;cursor:pointer;transition:all .3s;display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#333}.faq-categories li:hover{background:#e9ecef}.faq-categories li.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.faq-categories li i{font-size:12px}.faq-accordion{background:#fff;padding:30px;border-radius:15px;box-shadow:0 0 30px rgba(0,0,0,.05)}.accordion-item{border:none;margin-bottom:15px;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.05)}.accordion-button{background:#fff;color:#1a1a1a;font-size:16px;font-weight:600;padding:20px 25px;border:none;box-shadow:none}.accordion-button:not(.collapsed){background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.accordion-button:focus{box-shadow:none}.accordion-button:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.accordion-body{padding:25px;background:#f8f9fa}.accordion-body p{color:#666;font-size:15px;line-height:1.8;margin:0}.faq-cta-wrap{background:linear-gradient(135deg,#667eea,#764ba2);padding:60px 50px;border-radius:20px;color:#fff}.faq-cta-wrap h3{color:#fff;font-size:32px;margin-bottom:0}.faq-cta-wrap p{color:hsla(0,0%,100%,.95);font-size:16px;margin:0}.btn-white{background:#fff;color:#667eea;border:none}.btn-white:hover{background:#f0f0f0}.btn-outline-white{background:transparent;color:#fff;border:2px solid #fff}.btn-outline-white:hover{background:#fff;color:#667eea}@media (max-width:991px){.faq-categories{position:static;margin-bottom:30px}.faq-cta-wrap .col-lg-4{text-align:center!important;margin-top:20px}.btn-outline-white,.btn-white{display:block;width:100%;margin:10px 0!important}}.quote-feature-box{background:#fff;padding:30px;border-radius:10px;box-shadow:0 0 30px rgba(0,0,0,.05);text-align:center;transition:all .3s}.quote-feature-box:hover{transform:translateY(-5px);box-shadow:0 10px 40px rgba(0,0,0,.1)}.quote-feature-box .icon{width:70px;height:70px;margin:0 auto 20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center}.quote-feature-box .icon i{font-size:32px;color:#fff}.quote-feature-box h5{font-size:18px;margin-bottom:10px;color:#1a1a1a}.quote-feature-box p{color:#666;font-size:14px;margin:0}.quote-form-wrap{background:#fff;padding:50px 40px;border-radius:15px;box-shadow:0 0 40px rgba(0,0,0,.08)}.quote-form-wrap .form-grp{margin-bottom:25px}.quote-form-wrap .form-grp input,.quote-form-wrap .form-grp textarea{width:100%;padding:15px 20px;border:none;border-bottom:2px solid #ddd;border-radius:0;font-size:15px;transition:border-color .3s;background:transparent}.quote-form-wrap .form-grp input::placeholder,.quote-form-wrap .form-grp textarea::placeholder{color:#999}.quote-form-wrap .form-grp input:focus,.quote-form-wrap .form-grp textarea:focus{outline:none;border-bottom-color:#06f}.form-submit{text-align:right;margin-top:30px}.btn-submit{background:#ff6b35;color:#fff;padding:14px 40px;border:none;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.btn-submit:hover{background:#e55a2b;transform:translateY(-2px);box-shadow:0 5px 15px rgba(255,107,53,.3)}.btn-submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.quote-form-wrap{padding:30px 20px}}.process-step{text-align:center;padding:20px}.step-number{width:60px;height:60px;margin:0 auto 20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff}.process-step h5{font-size:18px;margin-bottom:10px;color:#1a1a1a}.process-step p{color:#666;font-size:14px;margin:0}.hire-benefits-list{list-style:none;padding:0;margin:0}.hire-benefits-list li{padding:10px 0;font-size:16px;color:#333;display:flex;align-items:center;gap:10px}.hire-benefits-list i{color:#28a745;font-size:20px}.hire-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.stat-box{background:linear-gradient(135deg,#667eea,#764ba2);padding:40px 30px;border-radius:15px;text-align:center;color:#fff}.stat-box h3{font-size:48px;margin-bottom:10px;color:#fff}.stat-box p{color:hsla(0,0%,100%,.95);margin:0;font-size:16px}.developer-card{background:#fff;padding:30px;border-radius:15px;box-shadow:0 0 30px rgba(0,0,0,.05);transition:all .3s;height:100%}.developer-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px rgba(0,0,0,.1)}.dev-header{display:flex;gap:20px;margin-bottom:20px}.dev-icon{width:70px;height:70px;background:#f8f9fa;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dev-icon img{max-width:50px;max-height:50px}.dev-info h4{font-size:20px;margin-bottom:8px;color:#1a1a1a}.dev-meta{display:flex;gap:15px;font-size:13px;color:#666}.dev-meta i{color:#06f}.dev-meta .rate{font-weight:600;color:#28a745}.dev-description{color:#666;font-size:14px;margin-bottom:20px;line-height:1.6}.dev-skills{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;margin-top:15px}.skill-badge{display:inline-block;background:#e8f0fe;color:#06f;padding:6px 14px;border-radius:15px;font-size:13px;font-weight:500;white-space:nowrap;line-height:1.5}.hiring-model-card{background:#fff;padding:40px 30px;border-radius:15px;box-shadow:0 0 30px rgba(0,0,0,.05);text-align:center;height:100%;transition:all .3s}.hiring-model-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px rgba(0,0,0,.1)}.model-icon{width:80px;height:80px;margin:0 auto 25px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center}.model-icon i{font-size:36px;color:#fff}.hiring-model-card h4{font-size:22px;margin-bottom:10px;color:#1a1a1a}.model-desc{color:#666;margin-bottom:25px;font-size:14px}.model-features{list-style:none;padding:0;margin:0;text-align:left}.model-features li{padding:8px 0;font-size:14px;color:#555}.model-features i{color:#28a745;margin-right:8px}.benefit-box{text-align:center;padding:30px}.benefit-icon{width:70px;height:70px;margin:0 auto 20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center}.benefit-icon i{font-size:32px;color:#fff}.benefit-box h5{font-size:18px;margin-bottom:10px;color:#1a1a1a}.benefit-box p{color:#666;font-size:14px;margin:0}.hire-form-wrap{background:#fff;padding:50px;border-radius:20px;box-shadow:0 0 50px rgba(0,0,0,.08)}.hire-form-wrap .form-grp{margin-bottom:20px}.hire-form-wrap .form-grp label{display:block;margin-bottom:8px;color:#333;font-weight:500;font-size:14px}.hire-form-wrap .form-grp input,.hire-form-wrap .form-grp select,.hire-form-wrap .form-grp textarea{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:5px;font-size:14px}.hire-form-wrap .form-grp input:focus,.hire-form-wrap .form-grp select:focus,.hire-form-wrap .form-grp textarea:focus{outline:none;border-color:#06f}.btn-outline{background:transparent;border:2px solid #06f;color:#06f}.btn-outline:hover{background:#06f;color:#fff}@media (max-width:768px){.hire-stats-grid{grid-template-columns:1fr}.hire-form-wrap{padding:30px 20px}}.developer-hero-content{padding:20px 0}.dev-icon-large{width:100px;height:100px;background:#f8f9fa;border-radius:20px;display:flex;align-items:center;justify-content:center}.dev-icon-large img{max-width:70px;max-height:70px}.hero-title{font-size:42px;font-weight:700;color:#1a1a1a;line-height:1.2}.hero-description{font-size:18px;color:#666;line-height:1.8}.hero-meta{display:flex;flex-wrap:wrap;gap:20px}.meta-item{display:flex;align-items:center;gap:8px;font-size:15px;color:#555}.meta-item i{color:#06f;font-size:18px}.developer-hero-image{position:relative}.developer-hero-image img{border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.1)}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:20px;gap:20px}.skill-item{display:flex;align-items:center;gap:12px;padding:15px 20px;background:#fff;border-radius:10px;box-shadow:0 2px 15px rgba(0,0,0,.05);transition:all .3s ease}.skill-item:hover{transform:translateY(-3px);box-shadow:0 5px 25px rgba(0,0,0,.1)}.skill-item i{color:#28a745;font-size:20px}.skill-item span{font-size:15px;font-weight:500;color:#333}.expertise-card{background:#fff;padding:30px;border-radius:15px;box-shadow:0 5px 25px rgba(0,0,0,.08);height:100%;transition:all .3s ease}.expertise-card:hover{transform:translateY(-5px);box-shadow:0 10px 35px rgba(0,0,0,.12)}.expertise-icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.expertise-icon i{color:#fff;font-size:24px}.expertise-card h4{font-size:20px;font-weight:700;margin-bottom:12px;color:#1a1a1a}.expertise-card p{font-size:15px;color:#666;margin:0;line-height:1.7}@media (max-width:768px){.hero-title{font-size:32px}.skills-grid{grid-template-columns:1fr}.hero-meta{flex-direction:column;gap:10px}}.error-area{min-height:100vh;display:flex;align-items:center;padding:120px 0;background:linear-gradient(135deg,#667eea,#764ba2)}.error-content{background:#fff;padding:60px 40px;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.2)}.error-img{margin-bottom:40px;position:relative}.error-img img{max-width:400px;width:100%;height:auto}.error-number{font-size:150px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:20px}.error-content h2{font-size:36px;color:#1a1a1a;margin-bottom:20px}.error-content p{font-size:16px;color:#666;margin-bottom:40px;max-width:500px;margin-left:auto;margin-right:auto}.error-actions{margin-bottom:50px}.error-actions .btn{padding:15px 30px;font-size:16px;display:inline-flex;align-items:center;gap:10px}.error-actions .btn i{font-size:18px}.error-actions .btn-outline{background:transparent;border:2px solid #667eea;color:#667eea}.error-actions .btn-outline:hover{background:#667eea;color:#fff}.helpful-links{margin-top:50px;padding-top:40px;border-top:2px solid #f0f0f0}.helpful-links h5{font-size:20px;color:#1a1a1a;margin-bottom:25px}.link-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:15px;gap:15px;max-width:600px;margin:0 auto}.link-grid a{display:flex;align-items:center;gap:10px;padding:15px 20px;background:#f8f9fa;border-radius:10px;color:#333;text-decoration:none;transition:all .3s;font-size:14px}.link-grid a:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateY(-3px);box-shadow:0 5px 15px rgba(102,126,234,.3)}.link-grid a i{font-size:18px}@media (max-width:768px){.error-area{padding:60px 0}.error-content{padding:40px 20px}.error-number{font-size:100px}.error-content h2{font-size:28px}.error-actions .btn{display:block;width:100%;margin:10px 0!important}.link-grid{grid-template-columns:repeat(2,1fr)}.link-grid a{font-size:13px;padding:12px 15px}}@media (max-width:480px){.link-grid{grid-template-columns:1fr}}.services-area{padding-left:40px;padding-right:40px}.services-item{display:flex;flex-direction:column;min-height:280px;padding:30px 25px}.services-icon{margin-bottom:20px;display:flex;justify-content:center;align-items:center;height:120px}.services-icon img{max-width:80px;max-height:80px;object-fit:contain}.services-content{flex:1 1;display:flex;flex-direction:column;text-align:center}.services-content .title{min-height:60px;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.services-content p{flex:1 1;margin:0}@media (max-width:991px){.services-area{padding-left:20px;padding-right:20px}}@media (max-width:767px){.services-item{min-height:260px}.services-icon{height:100px}.services-content .title{min-height:50px}}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}