*{box-sizing:border-box}
p{font-size:14px;line-height:1.6}
.site-header{width:100%;height:69px;background:#fff;border-bottom:1px solid #e7e7e7;position:relative;z-index:1000;font-family:Arial,Helvetica,sans-serif}
.header-container{width:100%;height:69px;padding:0 38px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.site-logo{display:flex;align-items:center;height:100%;text-decoration:none;flex:0 0 auto}
.site-logo img{display:block;width:236px;max-width:100%;height:auto;object-fit:contain}
.main-nav{display:flex;align-items:center;justify-content:center;gap:34px;margin-left:auto;margin-right:26px}
.main-nav a{color:#111;font-size:15px;line-height:1;font-weight:600;text-decoration:none;white-space:nowrap;transition:.2s}
.main-nav a:hover,.main-nav a.active{color:#087bd1}
.header-actions{display:flex;align-items:center;gap:19px;flex:0 0 auto}
.search-box{width:239px;height:40px;padding:0 15px;border:1px solid #e5e5e5;border-radius:22px;background:#fff;display:flex;align-items:center;gap:11px;cursor:pointer;color:#9b9b9b;font:inherit;text-align:left}
.search-box svg,.header-icon svg,.mobile-search svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.search-box span{font-size:13px;color:#9c9c9c;white-space:nowrap}
.header-icon{width:24px;height:30px;position:relative;display:flex;align-items:center;justify-content:center;color:#111;text-decoration:none}
.header-icon svg{width:21px;height:21px}
.cart-count{position:absolute;top:-2px;right:-7px;min-width:16px;height:16px;padding:0 4px;border-radius:50%;background:#101b61;color:#fff;display:flex;align-items:center;justify-content:center;font-size:9px;line-height:16px;font-weight:700}
.menu-toggle,.mobile-search{display:none}
.site-footer{position:relative;background:#061d3b;color:#fff;font-family:Arial,Helvetica,sans-serif;padding:54px 0 32px;overflow:hidden}
.site-footer:before{content:"";position:absolute;left:-80px;top:-30px;width:300px;height:430px;background:url("assets/images/footer-pattern.png") no-repeat center/contain;opacity:.18;pointer-events:none}
.footer-container{position:relative;z-index:1;max-width:1470px;margin:auto;padding:0 20px;display:grid;grid-template-columns:1.15fr .85fr 1fr;gap:70px}
.footer-about{max-width:430px}
.footer-about p{margin:0;font-size:14px;line-height:24px;color:#fff}
.footer-nav h3,.footer-contact h3{margin:0 0 25px;font-size:26px;line-height:1.2;font-weight:700}
.footer-nav ul{list-style:none;margin:0;padding:0}
.footer-nav li{margin-bottom:17px}
.footer-nav a,.footer-contact a{color:#fff;text-decoration:none;font-size:15px;transition:.2s}
.footer-nav a:hover,.footer-contact a:hover{color:#78b82a}
.footer-contact{max-width:420px}
.footer-contact p{margin:0 0 38px;font-size:14px;line-height:24px;color:#fff}
.footer-contact a{display:block;margin-bottom:15px}
.footer-bottom{position:relative;z-index:1;max-width:1470px;margin:30px auto 0;padding:59px 0 0;border-top:1px solid rgba(255,255,255,.7);display:grid;grid-template-columns:1fr auto 1fr;align-items:center}
.footer-copyright{font-size:14px}
.footer-social{display:flex;gap:8px;justify-content:center}
.footer-social a{width:33px;height:33px;border-radius:8px;background:#62a927;display:flex;align-items:center;justify-content:center;transition:.2s}
.footer-social a:hover{transform:translateY(-2px);background:#76bd35}
.footer-social svg{width:18px;height:18px;fill:#fff;stroke:#fff;stroke-width:1.5}
.footer-credit{font-size:14px;text-align:right}
.footer-credit span{color:#fff}
.back-to-top{position:absolute;right:30px;bottom:74px;width:52px;height:52px;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:#111;color:#fff;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s;z-index:5}
.back-to-top:hover{background:#62a927}
.why-choose-section{position:relative;padding:100px 20px;background:#fff;overflow:hidden}
.why-choose-section:before{content:"";position:absolute;width:420px;height:420px;left:-260px;top:80px;border-radius:50%;background:#eef6ff;filter:blur(5px);opacity:.7}
.why-choose-section:after{content:"";position:absolute;width:350px;height:350px;right:-230px;bottom:-180px;border-radius:50%;background:#f2f8ec;filter:blur(5px);opacity:.7}
.why-container{position:relative;z-index:1;max-width:1200px;margin:auto}
.section-heading{text-align:center;max-width:850px;margin:0 auto 60px}
.section-heading span{display:inline-block;margin-bottom:14px;color:#111;font-size:13px;font-weight:700;letter-spacing:.8px}
.section-heading h2{margin:0;color:#101c5c;font-size:38px;line-height:1.2;font-weight:700;letter-spacing:-1px}
.section-heading h2 strong{font-weight:800}
.section-heading p{max-width:800px;margin:18px auto 0;color:#606060;font-size:15px;line-height:26px}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.why-card{position:relative;min-height:330px;padding:30px 25px;background:#fff;border:1px solid #e9edf3;border-radius:18px;box-shadow:0 8px 30px rgba(12,34,65,.05);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.why-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:3px;background:#101c5c;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}
.why-card:hover{transform:translateY(-8px);border-color:#dce5ef;box-shadow:0 18px 45px rgba(12,34,65,.11)}
.why-card:hover:before{transform:scaleX(1)}
.why-icon{width:58px;height:58px;margin-bottom:25px;border-radius:15px;background:#f1f6fb;display:flex;align-items:center;justify-content:center;color:#101c5c;transition:.3s ease}
.why-card:hover .why-icon{background:#101c5c;color:#fff;transform:rotate(-3deg)}
.why-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.why-number{position:absolute;right:22px;top:27px;color:#edf1f5;font-size:34px;font-weight:800;line-height:1}
.why-card h3{position:relative;margin:0 0 13px;color:#101c5c;font-size:17px;line-height:24px;font-weight:700}
.why-card p{margin:0;color:#626262;font-size:14px;line-height:25px}
.testimonials-section{position:relative;padding:105px 20px;background:#071d4a;overflow:hidden}
.testimonials-section:before{content:"";position:absolute;width:650px;height:650px;right:-300px;top:-300px;border:1px solid rgba(255,255,255,.07);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.015),0 0 0 140px rgba(255,255,255,.01)}
.testimonials-section:after{content:"";position:absolute;width:300px;height:300px;left:-170px;bottom:-170px;border-radius:50%;background:rgba(46,112,221,.12);filter:blur(10px)}
.testimonials-container{position:relative;z-index:2;max-width:1240px;margin:auto;display:grid;grid-template-columns:38% 62%;align-items:center;gap:50px}
.testimonials-intro{padding-right:35px}
.testimonial-label{display:inline-flex;align-items:center;padding:9px 17px;border:1px solid rgba(255,255,255,.18);border-radius:30px;background:rgba(255,255,255,.07);color:#9fd5ff;font-size:11px;font-weight:700;letter-spacing:1.5px;margin-bottom:24px}
.testimonials-intro h2{margin:0;color:#fff;font-size:46px;line-height:1.08;letter-spacing:-1.7px;font-weight:700}
.testimonials-intro h2 span{color:#8bc8ff}
.testimonials-intro>p{max-width:480px;margin:25px 0 34px;color:rgba(255,255,255,.68);font-size:15px;line-height:26px}
.testimonial-rating{display:flex;align-items:center;gap:15px;padding-top:24px;border-top:1px solid rgba(255,255,255,.14)}
.rating-stars{color:#ffad22;font-size:19px;letter-spacing:2px}
.testimonial-rating strong{display:block;color:#fff;font-size:13px;margin-bottom:4px}
.testimonial-rating small{display:block;color:rgba(255,255,255,.5);font-size:11px}
.testimonial-list{position:relative;height:480px}
.testimonial-card{position:absolute;width:410px;min-height:335px;padding:32px;background:#fff;border-radius:22px;box-shadow:0 25px 70px rgba(0,0,0,.22);transition:transform .35s ease,box-shadow .35s ease;overflow:hidden}
.testimonial-card:before{content:"";position:absolute;left:0;top:0;width:5px;height:100%;background:#4d9df5}
.testimonial-card:hover{transform:translateY(-10px)!important;box-shadow:0 35px 80px rgba(0,0,0,.3);z-index:10}
.testimonial-card-main{left:0;top:45px;z-index:3}
.testimonial-card-second{left:175px;top:0;z-index:2;transform:scale(.94)}
.testimonial-card-third{left:330px;top:95px;z-index:1;transform:scale(.88)}
.quote-mark{position:absolute;right:25px;top:8px;color:#edf4fb;font-family:Georgia,serif;font-size:105px;line-height:1}
.testimonial-top{position:relative;display:flex;justify-content:space-between;align-items:center;margin-bottom:45px}
.testimonial-index{color:#10245c;font-size:12px;font-weight:800;letter-spacing:1px}
.verified{padding:6px 10px;border-radius:20px;background:#f0f8ed;color:#58952e;font-size:10px;font-weight:600}
.testimonial-text{position:relative;margin:0 0 38px;color:#222;font-size:18px;line-height:30px;font-weight:500}
.testimonial-author{position:relative;display:flex;align-items:center;gap:12px;border-top:1px solid #edf0f3;padding-top:18px}
.author-avatar{width:42px;height:42px;border-radius:50%;background:#10245c;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}
.testimonial-author strong{display:block;color:#101c5c;font-size:14px;margin-bottom:3px}
.testimonial-author span{display:block;color:#8a8a8a;font-size:11px}
.about-section{position:relative;padding:105px 20px;background:#fff;overflow:hidden}
.about-section:before{content:"";position:absolute;width:500px;height:500px;left:-300px;top:30px;border-radius:50%;background:#f1f7ff}
.about-section:after{content:"";position:absolute;width:260px;height:260px;right:-150px;bottom:-120px;border-radius:50%;background:#f3f8ee}
.about-container{position:relative;z-index:1;max-width:1240px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.about-image-wrap{position:relative;padding:0 20px 20px 0}
.about-image{position:relative;height:590px;border-radius:20px;overflow:hidden;z-index:2;box-shadow:0 25px 60px rgba(15,35,75,.13)}
.about-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 65%,rgba(7,29,74,.12))}
.about-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .7s ease}
.about-image-wrap:hover .about-image img{transform:scale(1.04)}
.about-image-accent{position:absolute;left:0;bottom:0;width:86%;height:88%;border:1px solid #9cc9ed;border-radius:20px;background:#eaf5ff}
.about-experience{position:absolute;z-index:3;right:0;bottom:0;width:205px;min-height:100px;padding:20px;background:#101f63;color:#fff;border-radius:14px;display:flex;align-items:center;gap:13px;box-shadow:0 15px 35px rgba(10,31,85,.2)}
.about-experience strong{font-size:32px;line-height:1;color:#7ec2fa}
.about-experience span{font-size:11px;line-height:17px;color:#dceaff}
.about-content{padding-left:5px}
.about-label{display:inline-flex;align-items:center;gap:10px;padding:11px 20px;border:1px solid #b8d9f4;border-radius:30px;background:#eff8ff;color:#101f63;font-size:12px;font-weight:700;letter-spacing:.5px;margin-bottom:24px}
.about-label span{width:7px;height:7px;border-radius:50%;background:#2489d5}
.about-content h2{max-width:600px;margin:0;color:#101f63;font-size:43px;line-height:1.12;letter-spacing:-1.5px;font-weight:700}
.about-content h2 span{color:#2787d2}
.about-line{width:65px;height:3px;margin:24px 0;background:#2787d2;border-radius:5px}
.about-content p{max-width:620px;margin:0 0 18px;color:#4f4f4f;font-size:14px;line-height:25px}
.about-bottom{display:flex;align-items:center;gap:30px;margin-top:28px}
.about-btn{display:inline-flex;align-items:center;gap:18px;padding:14px 22px;background:#101f63;color:#fff;text-decoration:none;border-radius:5px;font-size:13px;font-weight:700;transition:.3s ease}
.about-btn span{font-size:18px;line-height:10px;transition:transform .3s ease}
.about-btn:hover{background:#2787d2;transform:translateY(-2px)}
.about-btn:hover span{transform:translateX(4px)}
.about-trust{display:flex;align-items:center;gap:10px;color:#777;font-size:10px;line-height:15px}
.about-trust i{width:28px;height:28px;border:2px solid #72b52f;border-radius:50%;position:relative}
.about-trust i:after{content:"✓";position:absolute;left:6px;top:3px;color:#72b52f;font-size:13px;font-style:normal;font-weight:bold}
.about-trust strong{color:#101f63;font-size:11px}
.why-us-section{position:relative;padding:100px 20px;background:#fff;overflow:hidden}
.why-us-section:before{content:"";position:absolute;width:500px;height:500px;left:-300px;top:50px;border-radius:50%;background:#edf6ff}
.why-us-container{position:relative;z-index:1;max-width:1240px;margin:auto;display:grid;grid-template-columns:46% 54%;gap:55px;align-items:center}
.why-us-visual{position:relative;padding:20px 20px 70px 0}
.visual-bg{position:absolute;left:0;top:0;width:88%;height:92%;border-radius:22px;background:linear-gradient(135deg,#dcecff,#edf6ff)}
.why-us-image{position:relative;z-index:2;width:100%;height:520px;border-radius:18px;overflow:hidden;box-shadow:0 25px 55px rgba(12,36,76,.16)}
.why-us-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .6s ease}
.why-us-visual:hover .why-us-image img{transform:scale(1.04)}
.india-badge,.infra-badge{position:absolute;z-index:4;display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.96);box-shadow:0 15px 35px rgba(10,35,75,.14);border:1px solid rgba(220,230,242,.8)}
.india-badge{left:-15px;top:55px;padding:14px 18px;border-radius:15px}
.badge-icon,.infra-icon{width:43px;height:43px;border-radius:12px;background:#e8f3ff;color:#1476d4;display:flex;align-items:center;justify-content:center;font-size:25px}
.india-badge strong,.india-badge span,.infra-badge strong,.infra-badge span{display:block}
.india-badge strong{font-size:12px;color:#101f63}
.india-badge span{font-size:10px;color:#68758b;margin-top:3px}
.infra-badge{right:-10px;bottom:115px;padding:14px 18px;border-radius:15px;background:#102a70;color:#fff}
.infra-icon{background:rgba(255,255,255,.12);color:#51b5ff}
.infra-badge strong{font-size:13px}
.infra-badge span{font-size:10px;color:#b9cbe9;margin-top:4px}
.why-stats{position:absolute;z-index:5;left:35px;right:70px;bottom:0;height:82px;padding:0 25px;background:#fff;border:1px solid #e6edf5;border-radius:16px;box-shadow:0 15px 40px rgba(10,35,75,.14);display:flex;align-items:center;justify-content:space-around}
.why-stats div{text-align:center}
.why-stats strong{display:block;color:#101f63;font-size:23px;line-height:1}
.why-stats span{display:block;color:#667085;font-size:9px;margin-top:6px}
.why-stats i{height:35px;width:1px;background:#d9e2ee}
.why-us-content{padding:10px 0}
.why-label{display:inline-flex;align-items:center;gap:9px;padding:11px 21px;border:1px solid #247bc8;border-radius:30px;background:#eef8ff;color:#101f63;font-size:14px;font-weight:700;margin-bottom:20px}
.why-label span{width:7px;height:7px;border-radius:50%;background:#177ed7}
.why-us-content h2{margin:0;color:#101f63;font-size:43px;line-height:1.1;letter-spacing:-1.5px}
.why-us-content h2 span{color:#247fd2}
.why-intro{max-width:650px;margin:14px 0 27px;color:#596273;font-size:14px;line-height:23px}
.why-benefits{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.benefit-card{min-height:82px;padding:10px 14px;display:flex;align-items:center;gap:12px;border:1px solid #e0e5eb;border-radius:13px;background:#fff;box-shadow:0 4px 15px rgba(15,35,70,.04);transition:.3s ease}
.benefit-card:hover{transform:translateY(-4px);border-color:#a8ccee;box-shadow:0 12px 28px rgba(20,80,140,.11)}
.benefit-icon{width:43px;height:43px;flex:0 0 43px;border-radius:12px;background:#dceaff;color:#1476d4;display:flex;align-items:center;justify-content:center;font-size:21px}
.benefit-icon.pink{background:#fdecef;color:#c34e69}.benefit-icon.green{background:#e2f8ee;color:#15955b}.benefit-icon.purple{background:#eee8ff;color:#6841d7}.benefit-icon.yellow{background:#fff4d8;color:#b77b00}.benefit-icon.mint{background:#e1f8f0;color:#159b71}.benefit-icon.violet{background:#eee8ff;color:#6d4bd8}.benefit-icon.blue{background:#e4f0ff;color:#1776d3}
.benefit-card h3{margin:0 0 4px;color:#101f63;font-size:13px;font-weight:700}
.benefit-card p{margin:0;color:#758095;font-size:10px;line-height:15px}
.benefit-arrow{margin-left:auto;color:#718096;font-size:24px;line-height:1}
.why-bottom{display:flex;align-items:center;gap:25px;margin-top:24px}
.why-btn{display:inline-flex;align-items:center;gap:20px;padding:14px 23px;border-radius:7px;background:#101f63;color:#fff;text-decoration:none;font-size:13px;font-weight:700;transition:.3s ease}
.why-btn span{font-size:19px;transition:.3s ease}.why-btn:hover{background:#247fd2}.why-btn:hover span{transform:translateX(5px)}
.why-note{padding-left:25px;border-left:1px solid #d8dee8;color:#758095;font-size:11px;line-height:17px}.why-note strong{color:#101f63}
.services-section{position:relative;padding:110px 20px;background:#f7f9fc;overflow:hidden}
.services-section:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(16,31,99,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(16,31,99,.035) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to bottom,black,transparent 90%);pointer-events:none}
.services-section:after{content:"";position:absolute;width:550px;height:550px;right:-300px;top:120px;border-radius:50%;background:#e7f3ff;filter:blur(5px);opacity:.7}
.services-container{position:relative;z-index:2;max-width:1240px;margin:auto}
.services-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:55px}
.services-title-wrap{max-width:650px}
.services-label{display:inline-flex;align-items:center;gap:9px;color:#101f63;font-size:12px;font-weight:800;letter-spacing:1.2px;margin-bottom:18px}
.services-label span{width:8px;height:8px;border-radius:50%;background:#2787d2}
.services-title-wrap h2{margin:0;color:#101f63;font-size:48px;line-height:1.08;letter-spacing:-2px;font-weight:750}
.services-title-wrap h2 em{font-style:normal;color:#2787d2}
.services-heading-right{max-width:440px;padding-bottom:4px}
.services-heading-right p{margin:0 0 22px;color:#626b78;font-size:14px;line-height:24px}
.services-view-all{display:inline-flex;align-items:center;gap:14px;color:#101f63;text-decoration:none;font-size:13px;font-weight:700;border-bottom:1px solid #101f63;padding-bottom:6px}
.services-view-all span{font-size:18px;transition:transform .25s ease}
.services-view-all:hover span{transform:translate(3px,-3px)}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{position:relative;min-height:300px;padding:28px 27px;background:rgba(255,255,255,.94);border:1px solid #dfe5ec;border-radius:17px;text-decoration:none;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 8px 25px rgba(18,42,75,.035);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease,background .35s ease}
.service-card:hover{transform:translateY(-7px);border-color:#9bc9ed;background:#fff;box-shadow:0 20px 45px rgba(17,63,110,.12)}
.service-card:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background:linear-gradient(90deg,#101f63,#2787d2);transform:scaleX(0);transform-origin:left;transition:transform .35s ease}
.service-card:hover:after{transform:scaleX(1)}
.service-featured{grid-row:span 2;min-height:618px;background:linear-gradient(145deg,#101f63,#12357b);border-color:#101f63;color:#fff}
.service-featured:hover{background:linear-gradient(145deg,#0d225e,#124286)}
.service-wide{grid-column:span 1}
.service-top{display:flex;align-items:flex-start;justify-content:space-between}
.service-number{font-size:12px;font-weight:800;color:#9ba6b7;letter-spacing:1px}
.service-featured .service-number{color:#82bfff}
.service-icon{width:53px;height:53px;border-radius:14px;background:#eaf4ff;color:#176fc3;display:flex;align-items:center;justify-content:center;transition:.35s ease}
.service-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.service-card:hover .service-icon{background:#101f63;color:#fff;transform:rotate(-4deg)}
.service-featured .service-icon{background:rgba(255,255,255,.12);color:#74c2ff}
.service-featured:hover .service-icon{background:#fff;color:#101f63}
.service-content{position:relative;z-index:2}
.service-content h3{margin:0 0 12px;color:#101f63;font-size:19px;line-height:24px;font-weight:750}
.service-featured .service-content h3{color:#fff;font-size:27px;line-height:33px}
.service-content p{max-width:390px;margin:0;color:#626b78;font-size:13px;line-height:22px}
.service-featured .service-content p{color:rgba(255,255,255,.7);font-size:14px;line-height:24px}
.service-link{display:inline-flex;align-items:center;gap:12px;margin-top:22px;color:#176fc3;font-size:11px;font-weight:800;letter-spacing:.3px}
.service-link b{font-size:17px;font-weight:400;transition:transform .25s ease}
.service-card:hover .service-link b{transform:translateX(5px)}
.service-featured .service-link{color:#fff}
.service-bg-text{position:absolute;right:-20px;bottom:40px;color:rgba(255,255,255,.045);font-size:85px;font-weight:900;letter-spacing:-5px;transform:rotate(-8deg);pointer-events:none}
.services-footer{display:flex;align-items:center;gap:20px;margin-top:28px;color:#8a94a3}
.services-footer span{font-size:10px;font-weight:800;letter-spacing:1px}
.services-footer div{height:1px;flex:1;background:#dce2e9}
.services-footer p{margin:0;color:#101f63;font-size:11px;font-weight:700}
.stats-section{position:relative;padding:52px 20px 65px;background:#dce9ff;overflow:hidden}
.stats-section:before{content:"";position:absolute;width:400px;height:400px;left:-250px;top:-250px;border-radius:50%;background:rgba(255,255,255,.35)}
.stats-section:after{content:"";position:absolute;width:300px;height:300px;right:-180px;bottom:-200px;border-radius:50%;background:rgba(91,151,231,.1)}
.stats-container{position:relative;z-index:1;max-width:1170px;margin:auto}
.stats-heading{margin:0 0 20px;text-align:center;color:#26364e;font-size:18px;line-height:25px;font-weight:500}
.stats-box{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:15px;background:linear-gradient(135deg,#102d78,#123c98);border-radius:22px;box-shadow:0 12px 28px rgba(12,35,82,.22)}
.stat-item{position:relative;min-height:108px;padding:14px 15px;border:1px solid rgba(191,216,255,.75);border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden;transition:.3s ease}
.stat-item:before{content:"";position:absolute;width:100px;height:100px;right:-55px;top:-55px;border-radius:50%;background:rgba(255,255,255,.05)}
.stat-item:hover{background:rgba(255,255,255,.07);transform:translateY(-3px);border-color:#fff}
.stat-item strong{position:relative;color:#fff;font-size:31px;line-height:1;font-weight:500;letter-spacing:-.5px}
.stat-item strong span{font-size:.72em;margin-left:2px}
.stat-item p{position:relative;margin:15px 0 0;color:#fff;font-size:13px;line-height:18px;font-weight:600}
.hero-section{position:relative;min-height:710px;background:#061329;color:#fff;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,16,35,.98) 0%,rgba(3,18,40,.91) 43%,rgba(3,18,40,.42) 72%,rgba(3,18,40,.18) 100%),url("assets/images/hero-bg.jpg") center/cover no-repeat}
.hero-bg:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 45%,rgba(0,151,255,.14),transparent 32%),linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.2))}
.hero-container{position:relative;z-index:2;max-width:1420px;min-height:710px;margin:auto;padding:80px 40px;display:grid;grid-template-columns:48% 52%;align-items:center}
.hero-content{position:relative;z-index:5;padding-bottom:15px}
.hero-label{display:inline-flex;padding:8px 16px;border:1px solid rgba(112,190,255,.4);border-radius:30px;background:rgba(32,112,181,.1);color:#8ccfff;font-size:11px;font-weight:700;letter-spacing:1.3px;margin-bottom:22px}
.hero-content h1{margin:0;color:#fff;font-size:54px;line-height:1.08;letter-spacing:-2px;font-weight:750}
.hero-content p{max-width:700px;margin:27px 0 32px;color:rgba(255,255,255,.78);font-size:14px;line-height:26px}
.hero-btn{display:inline-flex;align-items:center;gap:22px;padding:14px 24px;border-radius:5px;background:#fff;color:#10276d;text-decoration:none;font-size:13px;font-weight:700;transition:.3s ease}
.hero-btn span{font-size:19px;transition:.3s ease}
.hero-btn:hover{background:#2189da;color:#fff;transform:translateY(-2px)}
.hero-btn:hover span{transform:translateX(5px)}
.hero-visual{position:relative;height:620px;margin-left:-30px}
.hero-person{position:absolute;inset:0;z-index:1;opacity:.95;mix-blend-mode:screen}
.hero-orbit{position:absolute;border:1px solid rgba(29,160,255,.25);border-radius:50%;z-index:2}
.orbit-one{width:500px;height:500px;right:35px;top:40px}
.orbit-two{width:700px;height:700px;right:-70px;top:-60px;border-color:rgba(29,160,255,.12)}
.hero-floating-card{position:absolute;z-index:4;height:48px;border:1px solid rgba(113,166,221,.16);border-radius:9px;background:rgba(22,39,67,.48);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.52);font-size:13px;transition:all .55s cubic-bezier(.4,0,.2,1)}
.hero-floating-card .floating-icon{display:none}
.hero-floating-card.active{height:94px;background:rgba(58,72,99,.58);border-color:rgba(168,197,229,.3);box-shadow:0 18px 50px rgba(0,0,0,.24);color:#fff;font-size:24px;font-weight:750;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}
.hero-floating-card.active i{position:absolute;right:-10px;width:20px;height:20px;border-radius:50%;background:#00d391;box-shadow:0 0 18px rgba(0,211,145,.5)}
.card-one{width:300px;right:245px;top:100px}
.card-two{width:290px;right:250px;top:175px}
.card-three{width:405px;right:190px;top:247px}
.card-four{width:540px;right:115px;top:320px}
.card-five{width:405px;right:190px;top:432px}
.card-six{width:290px;right:250px;top:510px}

.contact-page{font-family:Arial,Helvetica,sans-serif;color:#111}
.contact-container{max-width:1240px;margin:auto;padding-left:20px;padding-right:20px}
.contact-hero{position:relative;min-height:500px;background:#071b3b;color:#fff;overflow:hidden}
.contact-hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 80% 40%,rgba(34,132,220,.2),transparent 32%),linear-gradient(110deg,#06152d,#0a2450)}
.contact-hero-bg:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:60px 60px}
.contact-hero-inner{position:relative;z-index:2;min-height:500px;display:grid;grid-template-columns:58% 42%;align-items:center}
.contact-hero-content{max-width:730px}
.contact-eyebrow{display:inline-block;margin-bottom:20px;padding:9px 17px;border:1px solid rgba(119,193,255,.4);border-radius:30px;color:#91d0ff;background:rgba(60,145,220,.08);font-size:11px;font-weight:700;letter-spacing:1.4px}
.contact-hero h1{margin:0;font-size:52px;line-height:1.08;letter-spacing:-1.8px}
.contact-hero h1 span{color:#4ba9ef}
.contact-hero p{max-width:650px;margin:23px 0 30px;color:rgba(255,255,255,.7);font-size:15px;line-height:26px}
.contact-hero-btn{display:inline-flex;align-items:center;gap:20px;padding:14px 22px;background:#fff;color:#102568;text-decoration:none;border-radius:5px;font-size:13px;font-weight:700;transition:.3s}
.contact-hero-btn span{font-size:18px;transition:.3s}.contact-hero-btn:hover{background:#2789d5;color:#fff}.contact-hero-btn:hover span{transform:translateX(5px)}
.contact-hero-shape{position:relative;height:380px}
.hero-circle{position:absolute;border:1px solid rgba(81,176,248,.18);border-radius:50%}
.hero-circle-one{width:390px;height:390px;right:-80px;top:-10px}
.hero-circle-two{width:280px;height:280px;right:-25px;top:45px}
.hero-contact-card{position:absolute;right:30px;top:90px;width:285px;padding:28px;border:1px solid rgba(126,190,240,.25);border-radius:20px;background:rgba(255,255,255,.07);backdrop-filter:blur(12px);box-shadow:0 20px 60px rgba(0,0,0,.2)}
.hero-contact-card span{display:block;color:#7dc6ff;font-size:10px;font-weight:700;letter-spacing:1.5px;margin-bottom:20px}
.hero-contact-card strong{display:block;font-size:27px;line-height:1.15}
.hero-contact-card small{display:block;margin-top:20px;color:rgba(255,255,255,.55);font-size:11px;line-height:18px}
.contact-info-section{padding:90px 0;background:#fff}
.contact-section-heading{text-align:center;max-width:650px;margin:0 auto 45px}
.contact-section-heading span,.contact-form-heading span,.map-heading span,.support-heading span{color:#227fd1;font-size:11px;font-weight:800;letter-spacing:1.4px}
.contact-section-heading h2{margin:12px 0 10px;color:#101f63;font-size:38px;letter-spacing:-1px}
.contact-section-heading p{margin:0;color:#6b7280;font-size:14px;line-height:23px}
.contact-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.contact-info-card{position:relative;display:flex;align-items:flex-start;gap:16px;min-height:145px;padding:25px;background:#fff;border:1px solid #e3e9f0;border-radius:16px;text-decoration:none;box-shadow:0 8px 25px rgba(13,42,78,.04);transition:.3s}
.contact-info-card:hover{transform:translateY(-5px);border-color:#9fcdf0;box-shadow:0 18px 40px rgba(13,55,100,.1)}
.contact-info-icon{width:48px;height:48px;flex:0 0 48px;border-radius:13px;background:#edf7ff;color:#1678cf;display:flex;align-items:center;justify-content:center}
.contact-info-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.contact-info-card span{display:block;color:#8a94a3;font-size:9px;font-weight:800;letter-spacing:1px;margin-bottom:7px}
.contact-info-card h3{margin:0;color:#101f63;font-size:16px;line-height:22px}
.contact-info-card p{margin:7px 20px 0 0;color:#6b7280;font-size:11px;line-height:18px}
.contact-info-card>b{position:absolute;right:18px;top:20px;color:#247fd2;font-size:18px;font-weight:400}
.contact-main-section{padding:100px 0;background:#f5f8fc}
.contact-main-grid{display:grid;grid-template-columns:55% 45%;gap:55px;align-items:start}
.contact-form-heading{margin-bottom:30px}
.contact-form-heading h2{margin:10px 0 10px;color:#101f63;font-size:40px;letter-spacing:-1.3px}
.contact-form-heading h2 em{font-style:normal;color:#2787d2}
.contact-form-heading p{margin:0;color:#6b7280;font-size:13px;line-height:22px}
.contact-form{padding:30px;background:#fff;border:1px solid #e2e8ef;border-radius:18px;box-shadow:0 12px 35px rgba(16,38,72,.06)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.form-group{margin-bottom:19px}
.form-group label{display:block;margin-bottom:8px;color:#26324b;font-size:11px;font-weight:700}
.form-group sup{color:#2585d2}
.form-group input,.form-group select,.form-group textarea{width:100%;border:1px solid #dfe5ec;border-radius:8px;background:#fbfcfe;color:#1b2433;padding:13px 14px;font-family:inherit;font-size:12px;outline:none;transition:.25s}
.form-group input,.form-group select{height:46px}
.form-group textarea{resize:vertical;min-height:130px}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#2787d2;background:#fff;box-shadow:0 0 0 3px rgba(39,135,210,.08)}
.contact-submit{display:inline-flex;align-items:center;gap:18px;border:0;border-radius:6px;background:#101f63;color:#fff;padding:14px 23px;font-size:12px;font-weight:700;cursor:pointer;transition:.3s}
.contact-submit span{font-size:17px;transition:.3s}.contact-submit:hover{background:#2787d2}.contact-submit:hover span{transform:translateX(5px)}
.map-heading{margin-bottom:20px}
.map-heading h3{margin:9px 0 0;color:#101f63;font-size:27px}
.google-map{height:435px;border-radius:18px;overflow:hidden;border:1px solid #dfe5ec;box-shadow:0 15px 35px rgba(16,38,72,.08)}
.google-map iframe{width:100%;height:100%;border:0}
.map-address{display:flex;gap:12px;align-items:center;margin-top:15px;padding:15px;background:#fff;border:1px solid #e4e9ef;border-radius:12px}
.map-pin{width:35px;height:35px;flex:0 0 35px;border-radius:10px;background:#edf7ff;color:#177aca;display:flex;align-items:center;justify-content:center}
.map-address p{margin:0;color:#687386;font-size:10px;line-height:17px}
.support-section{padding:100px 0;background:#071d42;color:#fff;position:relative;overflow:hidden}
.support-section:before{content:"";position:absolute;width:500px;height:500px;right:-280px;top:-260px;border:1px solid rgba(104,185,246,.12);border-radius:50%;box-shadow:0 0 0 70px rgba(104,185,246,.025),0 0 0 140px rgba(104,185,246,.02)}
.support-container{position:relative;z-index:1}
.support-heading{text-align:center;max-width:650px;margin:0 auto 50px}
.support-heading span{color:#72c0fa}
.support-heading h2{margin:12px 0 0;color:#fff;font-size:37px;line-height:1.15}
.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.support-card{position:relative;min-height:310px;padding:30px;border:1px solid rgba(157,196,232,.2);border-radius:17px;background:rgba(255,255,255,.055);backdrop-filter:blur(8px);transition:.3s}
.support-card:hover{transform:translateY(-6px);border-color:rgba(91,177,239,.5);background:rgba(255,255,255,.08)}
.support-card-number{position:absolute;right:24px;top:22px;color:rgba(255,255,255,.1);font-size:34px;font-weight:800}
.support-icon{width:48px;height:48px;border-radius:13px;background:rgba(57,151,222,.15);color:#69bdf8;display:flex;align-items:center;justify-content:center;font-size:21px;margin-bottom:25px}
.support-card h3{margin:0 0 10px;font-size:20px}
.support-card p{margin:0 0 22px;color:rgba(255,255,255,.6);font-size:12px;line-height:21px}
.support-card a{display:block;width:max-content;margin-bottom:9px;color:#fff;text-decoration:none;font-size:12px}.support-card a:hover{color:#69bdf8}
.support-card small{display:block;margin-top:15px;color:#7c91ab;font-size:9px}
.support-card address{margin:0;color:rgba(255,255,255,.6);font-size:11px;font-style:normal;line-height:20px}

.faq-page{font-family:Arial,Helvetica,sans-serif;color:#111}
.faq-hero{position:relative;min-height:490px;background:#071b3b;color:#fff;overflow:hidden}
.faq-hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 78% 45%,rgba(35,137,220,.2),transparent 30%),linear-gradient(110deg,#06152d,#0a2450)}
.faq-hero-bg:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:60px 60px}
.faq-hero-inner{position:relative;z-index:2;min-height:490px;display:grid;grid-template-columns:58% 42%;align-items:center}
.faq-hero-content{max-width:720px}
.faq-eyebrow{display:inline-block;padding:9px 17px;margin-bottom:20px;border:1px solid rgba(119,193,255,.4);border-radius:30px;background:rgba(60,145,220,.08);color:#91d0ff;font-size:11px;font-weight:700;letter-spacing:1.3px}
.faq-hero h1{margin:0;font-size:51px;line-height:1.08;letter-spacing:-1.8px}
.faq-hero h1 span{color:#4ba9ef}
.faq-hero p{max-width:660px;margin:22px 0 30px;color:rgba(255,255,255,.7);font-size:14px;line-height:25px}
.faq-hero-btn{display:inline-flex;align-items:center;gap:18px;padding:14px 22px;background:#fff;color:#102568;text-decoration:none;border-radius:5px;font-size:12px;font-weight:700;transition:.3s}
.faq-hero-btn span{font-size:18px}.faq-hero-btn:hover{background:#2789d5;color:#fff}
.faq-hero-visual{position:relative;height:360px}
.faq-orbit{position:absolute;border:1px solid rgba(81,176,248,.18);border-radius:50%}
.orbit-a{width:360px;height:360px;right:-55px;top:0}
.orbit-b{width:255px;height:255px;right:0;top:52px}
.faq-main-question{position:absolute;right:82px;top:83px;width:180px;height:180px;border:1px solid rgba(114,191,246,.35);border-radius:50%;background:rgba(255,255,255,.045);box-shadow:0 25px 70px rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;color:#65bcf9;font-size:110px;font-weight:300}
.faq-question-card{position:absolute;z-index:3;display:flex;align-items:center;gap:12px;padding:11px 18px;border:1px solid rgba(133,192,235,.2);border-radius:10px;background:rgba(255,255,255,.07);backdrop-filter:blur(8px);color:#d7eaff;font-size:11px}
.faq-question-card strong{width:27px;height:27px;border-radius:8px;background:rgba(72,166,235,.16);color:#66c1ff;display:flex;align-items:center;justify-content:center}
.card-a{right:225px;top:45px}.card-b{right:-5px;top:125px}.card-c{right:205px;bottom:35px}
.faq-intro{padding:90px 0 60px;background:#fff}
.faq-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end}
.faq-section-label{color:#247fd1;font-size:11px;font-weight:800;letter-spacing:1.4px}
.faq-intro h2{margin:12px 0 0;color:#101f63;font-size:40px;line-height:1.12;letter-spacing:-1.2px}
.faq-intro h2 em{font-style:normal;color:#2787d2}
.faq-intro-grid p{margin:0;color:#687386;font-size:14px;line-height:25px}
.faq-section{padding:45px 0 100px;background:#f5f8fc}
.faq-layout{display:grid;grid-template-columns:280px 1fr;gap:55px;align-items:start}
.faq-sidebar{position:sticky;top:100px;padding:22px;background:#fff;border:1px solid #e1e7ee;border-radius:16px;box-shadow:0 10px 30px rgba(16,38,72,.05)}
.faq-sidebar-title{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #e8edf2;color:#101f63;font-size:12px;font-weight:800}
.faq-category{display:block;width:100%;padding:12px 13px;margin:3px 0;border:0;border-radius:8px;background:transparent;color:#667085;text-align:left;font-family:inherit;font-size:12px;cursor:pointer;transition:.25s}
.faq-category:hover{background:#edf7ff;color:#1777c9}
.faq-category.active{background:#101f63;color:#fff}
.faq-sidebar-contact{margin-top:25px;padding:18px;border-radius:11px;background:#edf7ff}
.faq-sidebar-contact span{display:block;color:#2787d2;font-size:8px;font-weight:800;letter-spacing:1px;margin-bottom:7px}
.faq-sidebar-contact strong{display:block;color:#101f63;font-size:14px;margin-bottom:12px}
.faq-sidebar-contact a{color:#1777c9;text-decoration:none;font-size:10px;font-weight:700}
.faq-sidebar-contact b{font-size:15px;margin-left:5px}
.faq-group{display:none}
.faq-group.active{display:block}
.faq-group-heading{display:flex;align-items:flex-start;gap:18px;margin-bottom:20px}
.faq-group-heading>span{color:#2787d2;font-size:11px;font-weight:800;padding-top:5px}
.faq-group-heading h3{margin:0;color:#101f63;font-size:24px}
.faq-group-heading p{margin:6px 0 0;color:#7a8494;font-size:11px}
.faq-item{margin-bottom:10px;border:1px solid #e0e6ed;border-radius:12px;background:#fff;overflow:hidden;transition:.25s}
.faq-item.active{border-color:#a8cdec;box-shadow:0 10px 25px rgba(17,63,110,.07)}
.faq-question{position:relative;width:100%;padding:21px 52px 21px 22px;border:0;background:transparent;color:#1b2a49;text-align:left;font-family:inherit;font-size:13px;font-weight:700;cursor:pointer}
.faq-question span{position:absolute;right:20px;top:50%;transform:translateY(-50%);width:25px;height:25px;border-radius:50%;background:#edf6ff;color:#1879cc;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:400;transition:.25s}
.faq-item.active .faq-question span{background:#101f63;color:#fff;transform:translateY(-50%) rotate(45deg)}
.faq-answer{display:none;padding:0 52px 20px 22px}
.faq-item.active .faq-answer{display:block}
.faq-answer p{margin:0;color:#687386;font-size:12px;line-height:22px}
.faq-cta{padding:0 0 100px;background:#f5f8fc}
.faq-cta-box{position:relative;display:flex;align-items:center;justify-content:space-between;gap:40px;padding:45px 50px;border-radius:20px;background:linear-gradient(120deg,#0b2450,#102f72);overflow:hidden}
.faq-cta-box:after{content:"?";position:absolute;right:70px;top:-70px;color:rgba(255,255,255,.035);font-size:260px;font-weight:800}
.faq-cta-box>div{position:relative;z-index:2}
.faq-cta-box span:first-child{color:#72c0fa;font-size:10px;font-weight:800;letter-spacing:1.3px}
.faq-cta-box h2{margin:10px 0 9px;color:#fff;font-size:29px}
.faq-cta-box p{margin:0;color:rgba(255,255,255,.6);font-size:12px;line-height:20px}
.faq-cta-actions{display:flex;align-items:center;gap:22px;position:relative;z-index:3}
.faq-cta-btn{display:inline-flex;align-items:center;gap:17px;padding:14px 21px;border-radius:6px;background:#fff;color:#102568;text-decoration:none;font-size:12px;font-weight:700}
.faq-cta-btn span{font-size:17px!important;color:#102568!important;letter-spacing:0!important}
.faq-phone{color:#fff;text-decoration:none;font-size:12px;font-weight:700}

/* ================================
   ABOUT PAGE
================================ */

.about-page-container{
    width:min(1240px,calc(100% - 40px));
    margin:0 auto;
}

/* HERO */

.about-page-hero{
    position:relative;
    overflow:hidden;
    min-height:650px;
    background:#071b3b;
    color:#fff;
}

.about-page-hero-bg{
    position:absolute;
    inset:0;
    opacity:.7;
    background:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
    background-size:70px 70px;
}

.about-page-hero-bg:after{
    content:"";
    position:absolute;
    width:600px;
    height:600px;
    right:-150px;
    top:-150px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(39,135,210,.22),transparent 65%);
}

.about-page-hero-inner{
    min-height:650px;
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1.05fr .95fr;
    align-items:center;
    gap:50px;
}

.about-page-kicker{
    display:flex;
    align-items:center;
    gap:10px;
    color:#66ace5;
    font-size:12px;
    font-weight:700;
    letter-spacing:2.5px;
    margin-bottom:25px;
}

.about-page-kicker span{
    width:30px;
    height:1px;
    background:#2787d2;
}

.about-page-hero h1{
    margin:0;
    font-size:clamp(48px,5.2vw,76px);
    line-height:.98;
    letter-spacing:-4px;
    font-weight:600;
}

.about-page-hero h1 strong{
    color:#55a4e3;
    font-weight:600;
}

.about-page-hero-copy>p{
    max-width:580px;
    margin:28px 0 34px;
    color:#aebfd3;
    font-size:16px;
    line-height:1.8;
}

.about-page-primary-btn{
    display:inline-flex;
    align-items:center;
    gap:25px;
    padding:15px 20px;
    border-radius:5px;
    background:#fff;
    color:#071b3b;
    text-decoration:none;
    font-size:13px;
    font-weight:700;
    transition:.3s;
}

.about-page-primary-btn b{
    font-size:19px;
    font-weight:400;
}

.about-page-primary-btn:hover{
    background:#2787d2;
    color:#fff;
    transform:translateY(-3px);
}

/* HERO ART */

.about-page-hero-art{
    height:500px;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}

.about-page-circle{
    position:absolute;
    border:1px solid rgba(108,177,230,.16);
    border-radius:50%;
}

.about-circle-1{
    width:470px;
    height:470px;
}

.about-circle-2{
    width:340px;
    height:340px;
}

.about-circle-3{
    width:210px;
    height:210px;
}

.about-page-main-card{
    position:relative;
    z-index:3;
    width:270px;
    height:310px;
    border-radius:24px;
    border:1px solid rgba(255,255,255,.15);
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(20px);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    box-shadow:0 30px 80px rgba(0,0,0,.3);
}

.about-page-o2-mark{
    width:90px;
    height:90px;
    border-radius:22px;
    display:grid;
    place-items:center;
    background:#2787d2;
    color:#fff;
    font-size:28px;
    font-weight:800;
    margin-bottom:25px;
    box-shadow:0 15px 40px rgba(39,135,210,.3);
}

.about-page-main-card-title{
    font-size:21px;
    font-weight:700;
    margin-bottom:9px;
}

.about-page-main-card-text{
    width:175px;
    text-align:center;
    color:#9eb3ca;
    font-size:12px;
    line-height:1.6;
}

.about-page-mini-card{
    position:absolute;
    z-index:5;
    min-width:145px;
    padding:15px 18px;
    background:#fff;
    color:#071b3b;
    border-radius:10px;
    box-shadow:0 20px 50px rgba(0,0,0,.25);
}

.about-page-mini-card strong{
    display:block;
    font-size:25px;
    line-height:1;
}

.about-page-mini-card span{
    display:block;
    margin-top:6px;
    color:#69788b;
    font-size:10px;
}

.about-mini-top{
    right:0;
    top:65px;
}

.about-mini-bottom{
    left:0;
    bottom:55px;
}

/* COMPANY */

.about-company{
    padding:120px 0;
    background:#fff;
}

.about-company-grid{
    display:grid;
    grid-template-columns:500px 1fr;
    align-items:center;
    gap:90px;
}

.about-company-visual{
    position:relative;
}

.about-company-image{
    position:relative;
    width:100%;
    height:590px;
    overflow:hidden;
    border-radius:25px;
    background:#e9f1f8;
}

.about-company-image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

.about-image-fallback{
    display:flex;
    justify-content:center;
    align-items:center;
    background:
    radial-gradient(circle at 30% 30%,#dcecf9,transparent 40%),
    linear-gradient(145deg,#edf5fb,#dce8f3);
}

.about-image-fallback-content{
    display:none;
    flex-direction:column;
    align-items:center;
    text-align:center;
}

.about-image-fallback .about-image-fallback-content{
    display:flex;
}

.about-fallback-o2{
    width:100px;
    height:100px;
    border-radius:25px;
    display:grid;
    place-items:center;
    background:#071b3b;
    color:#5da9e5;
    font-size:30px;
    font-weight:800;
    margin-bottom:22px;
}

.about-image-fallback-content strong{
    font-size:23px;
    color:#071b3b;
}

.about-image-fallback-content span{
    max-width:220px;
    margin-top:8px;
    color:#718196;
    font-size:12px;
    line-height:1.6;
}

.about-image-label{
    position:absolute;
    left:24px;
    right:24px;
    bottom:24px;
    padding:18px 20px;
    border-radius:13px;
    background:#071b3b;
    color:#fff;
    display:flex;
    align-items:center;
    gap:15px;
}

.about-image-label>span{
    color:#5aa7e4;
    font-size:23px;
    font-weight:800;
}

.about-image-label strong{
    display:block;
    font-size:13px;
}

.about-image-label small{
    display:block;
    color:#91a6bd;
    margin-top:4px;
    font-size:10px;
}

.about-page-label{
    color:#2787d2;
    font-size:11px;
    font-weight:800;
    letter-spacing:2.3px;
    margin-bottom:18px;
}

.about-company-content h2{
    max-width:650px;
    margin:0 0 27px;
    color:#0a1e3f;
    font-size:clamp(40px,4.3vw,58px);
    line-height:1.04;
    letter-spacing:-2.5px;
}

.about-company-content h2 span{
    color:#55a4e3;
}

.about-company-content>p{
    max-width:620px;
    margin:0 0 17px;
    color:#64758a;
    font-size:14px;
    line-height:1.9;
}

.about-company-points{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    margin-top:32px;
}

.about-company-point{
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px 0;
    border-top:1px solid #e4eaf0;
}

.about-company-point span{
    color:#2787d2;
    font-size:10px;
    font-weight:800;
}

.about-company-point strong{
    color:#102544;
    font-size:12px;
}

/* NUMBERS */

.about-numbers{
    padding:105px 0;
    background:#f4f8fc;
}

.about-numbers-heading{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:60px;
    margin-bottom:50px;
}

.about-numbers-heading h2{
    margin:0;
    color:#0a1e3f;
    font-size:clamp(38px,4vw,54px);
    line-height:1.03;
    letter-spacing:-2px;
}

.about-numbers-heading h2 span{
    color:#55a4e3;
}

.about-numbers-heading>p{
    max-width:420px;
    margin:0;
    color:#6a7a8e;
    font-size:14px;
    line-height:1.8;
}

.about-numbers-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    overflow:hidden;
    border-radius:20px;
    background:#071b3b;
}

.about-number{
    padding:45px 25px;
    text-align:center;
    border-right:1px solid rgba(255,255,255,.1);
}

.about-number:last-child{
    border-right:0;
}

.about-number strong{
    display:block;
    color:#fff;
    font-size:48px;
    line-height:1;
    letter-spacing:-2px;
}

.about-number strong span{
    color:#55a4e3;
}

.about-number small{
    display:block;
    margin-top:13px;
    color:#91a6bd;
    font-size:10px;
    letter-spacing:1.3px;
}

/* WHY */

.about-why{
    padding:120px 0;
    background:#fff;
}

.about-why-heading{
    max-width:720px;
    margin-bottom:55px;
}

.about-why-heading h2{
    margin:0 0 20px;
    color:#0a1e3f;
    font-size:clamp(40px,4.5vw,58px);
    line-height:1;
    letter-spacing:-2.5px;
}

.about-why-heading h2 span{
    color:#55a4e3;
}

.about-why-heading p{
    max-width:600px;
    color:#69798d;
    font-size:14px;
    line-height:1.8;
}

.about-why-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
}

.about-feature{
    position:relative;
    min-height:220px;
    padding:28px;
    border:1px solid #e5ebf1;
    border-radius:15px;
    background:#f7f9fc;
    transition:.35s;
}

.about-feature:hover{
    transform:translateY(-6px);
    background:#fff;
    box-shadow:0 20px 45px rgba(20,55,90,.08);
}

.about-feature-dark{
    color:#fff;
    background:#071b3b;
    border-color:#071b3b;
}

.about-feature-dark:hover{
    background:#071b3b;
}

.about-feature-number{
    color:#2787d2;
    font-size:10px;
    font-weight:800;
}

.about-feature h3{
    margin:48px 0 12px;
    color:#102544;
    font-size:17px;
}

.about-feature-dark h3{
    color:#fff;
}

.about-feature p{
    margin:0;
    max-width:220px;
    color:#718095;
    font-size:12px;
    line-height:1.7;
}

.about-feature-dark p{
    color:#9cafc3;
}

.about-feature-arrow{
    position:absolute;
    top:25px;
    right:25px;
    color:#2787d2;
    font-size:19px;
}

/* MISSION */

.about-mission{
    padding:100px 0;
    background:#f4f8fc;
}

.about-mission-box{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:80px;
    align-items:center;
    padding:65px;
    border-radius:25px;
    background:#fff;
}

.about-mission-left h2{
    margin:0 0 23px;
    color:#0a1e3f;
    font-size:clamp(38px,4vw,54px);
    line-height:1.03;
    letter-spacing:-2px;
}

.about-mission-left h2 span{
    color:#55a3e1;
}

.about-mission-left>p{
    max-width:500px;
    color:#69798c;
    font-size:14px;
    line-height:1.8;
    margin-bottom:30px;
}

.about-page-dark-btn{
    display:inline-flex;
    align-items:center;
    gap:25px;
    padding:15px 20px;
    border-radius:5px;
    color:#fff;
    background:#071b3b;
    text-decoration:none;
    font-size:12px;
    font-weight:700;
    transition:.3s;
}

.about-page-dark-btn:hover{
    background:#2787d2;
}

.about-page-dark-btn b{
    font-size:18px;
    font-weight:400;
}

.about-mission-list{
    border-left:1px solid #e2e8ef;
    padding-left:35px;
}

.about-mission-item{
    display:grid;
    grid-template-columns:40px 1fr;
    gap:15px;
    padding:22px 0;
    border-bottom:1px solid #e8edf2;
}

.about-mission-item:last-child{
    border-bottom:0;
}

.about-mission-item>span{
    color:#2787d2;
    font-size:10px;
    font-weight:800;
}

.about-mission-item h3{
    margin:0 0 6px;
    color:#102544;
    font-size:16px;
}

.about-mission-item p{
    margin:0;
    color:#718095;
    font-size:12px;
    line-height:1.7;
}

/* FINAL CTA */

.about-final-cta{
    padding:30px 0 90px;
    background:#f4f8fc;
}

.about-final-cta-inner{
    min-height:270px;
    padding:50px 65px;
    border-radius:22px;
    background:#071b3b;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
}

.about-final-cta-inner small{
    color:#82a8ca;
    font-size:10px;
    font-weight:700;
    letter-spacing:2px;
}

.about-final-cta-inner h2{
    margin:13px 0 0;
    color:#fff;
    font-size:clamp(32px,4vw,50px);
    line-height:1.04;
    letter-spacing:-2px;
}

.about-final-cta-inner h2 span{
    color:#55a3e1;
}

.about-final-cta-inner>a{
    flex-shrink:0;
    padding:16px 22px;
    border-radius:5px;
    background:#fff;
    color:#071b3b;
    text-decoration:none;
    font-size:12px;
    font-weight:700;
}

.about-final-cta-inner>a b{
    margin-left:22px;
    font-size:17px;
}

/* =========================================
   SERVICES PAGE
========================================= */

.services-page-container{
    width:min(1240px,calc(100% - 40px));
    margin:auto;
}

/* HERO */

.services-page-hero{
    position:relative;
    min-height:690px;
    overflow:hidden;
    background:#071b3b;
    color:#fff;
}

.services-hero-grid{
    position:absolute;
    inset:0;
    opacity:.6;
    background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
    background-size:70px 70px;
}

.services-hero-glow{
    position:absolute;
    width:700px;
    height:700px;
    right:-200px;
    top:-180px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(39,135,210,.25),transparent 68%);
}

.services-hero-inner{
    min-height:690px;
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1.05fr .95fr;
    align-items:center;
    gap:60px;
}

.services-page-kicker{
    display:flex;
    align-items:center;
    gap:10px;
    color:#67afe8;
    font-size:11px;
    font-weight:800;
    letter-spacing:2.5px;
    margin-bottom:25px;
}

.services-page-kicker span{
    width:30px;
    height:1px;
    background:#2787d2;
}

.services-hero-copy h1{
    margin:0;
    font-size:clamp(48px,5.3vw,76px);
    line-height:.98;
    letter-spacing:-4px;
    font-weight:600;
}

.services-hero-copy h1 strong{
    color:#56a5e3;
    font-weight:600;
}

.services-hero-copy>p{
    max-width:600px;
    margin:28px 0 35px;
    color:#aebfd3;
    font-size:16px;
    line-height:1.8;
}

.services-hero-actions{
    display:flex;
    align-items:center;
    gap:25px;
}

.services-primary-btn{
    display:inline-flex;
    align-items:center;
    gap:22px;
    padding:15px 20px;
    border-radius:5px;
    color:#071b3b;
    background:#fff;
    text-decoration:none;
    font-size:12px;
    font-weight:700;
    transition:.3s;
}

.services-primary-btn:hover{
    background:#2787d2;
    color:#fff;
    transform:translateY(-3px);
}

.services-primary-btn b{
    font-size:18px;
    font-weight:400;
}

.services-text-btn{
    color:#b8c8d9;
    text-decoration:none;
    font-size:12px;
    font-weight:600;
}

.services-text-btn span{
    margin-left:10px;
    color:#55a5e3;
    font-size:17px;
}

/* HERO VISUAL */

.services-hero-visual{
    position:relative;
    height:500px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.services-orbit{
    position:absolute;
    border:1px solid rgba(91,171,228,.18);
    border-radius:50%;
}

.orbit-a{
    width:470px;
    height:470px;
}

.orbit-b{
    width:340px;
    height:340px;
}

.orbit-c{
    width:215px;
    height:215px;
}

.services-hero-core{
    position:relative;
    z-index:3;
    width:260px;
    height:290px;
    border-radius:24px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(255,255,255,.15);
    background:rgba(255,255,255,.07);
    backdrop-filter:blur(20px);
    box-shadow:0 30px 80px rgba(0,0,0,.3);
}

.services-core-icon{
    width:88px;
    height:88px;
    display:grid;
    place-items:center;
    margin-bottom:24px;
    border-radius:22px;
    background:#2787d2;
    color:#fff;
    font-size:28px;
    font-weight:800;
    box-shadow:0 15px 45px rgba(39,135,210,.35);
}

.services-hero-core strong{
    font-size:21px;
}

.services-hero-core span{
    margin-top:8px;
    color:#9db3c9;
    font-size:11px;
}

.services-float-card{
    position:absolute;
    z-index:5;
    min-width:135px;
    padding:14px 16px;
    border-radius:9px;
    background:#fff;
    color:#071b3b;
    box-shadow:0 20px 50px rgba(0,0,0,.25);
}

.services-float-card span{
    display:block;
    color:#2787d2;
    font-size:9px;
    font-weight:800;
}

.services-float-card strong{
    display:block;
    margin-top:4px;
    font-size:12px;
}

.services-float-one{
    top:65px;
    right:5px;
}

.services-float-two{
    left:0;
    bottom:95px;
}

.services-float-three{
    right:35px;
    bottom:15px;
}


/* INTRO */

.services-intro{
    padding:110px 0 70px;
    background:#fff;
}

.services-intro-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:100px;
    align-items:end;
}

.services-page-label{
    margin-bottom:17px;
    color:#2787d2;
    font-size:10px;
    font-weight:800;
    letter-spacing:2.2px;
}

.services-intro h2{
    margin:0;
    color:#0a1e3f;
    font-size:clamp(40px,4.5vw,58px);
    line-height:1;
    letter-spacing:-2.5px;
}

.services-intro h2 span{
    color:#55a4e3;
}

.services-intro-grid p{
    color:#68798e;
    font-size:14px;
    line-height:1.9;
    margin:0 0 16px;
}

.services-category-nav{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    margin-top:65px;
    border-top:1px solid #e4eaf0;
    border-bottom:1px solid #e4eaf0;
}

.services-category-nav a{
    padding:18px 14px;
    color:#152a48;
    text-decoration:none;
    font-size:10px;
    font-weight:700;
    border-right:1px solid #e4eaf0;
    transition:.3s;
}

.services-category-nav a:last-child{
    border-right:0;
}

.services-category-nav a:hover{
    color:#2787d2;
    background:#f5f9fc;
}

.services-category-nav span{
    display:block;
    margin-bottom:8px;
    color:#2787d2;
    font-size:9px;
}


/* SERVICE SHOWCASE */

.service-showcase{
    position:relative;
    overflow:hidden;
    padding:110px 0;
}

.service-dark{
    background:#071b3b;
    color:#fff;
}

.service-light{
    background:#f5f8fc;
    color:#0a1e3f;
}

.service-blue{
    background:#2787d2;
    color:#fff;
}

.service-green{
    background:#edf7f2;
    color:#0a1e3f;
}

.service-showcase-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:100px;
}

.service-reverse .service-visual{
    order:2;
}

.service-reverse .service-content{
    order:1;
}

.service-content{
    position:relative;
}

.service-number{
    margin-bottom:22px;
    color:#2787d2;
    font-size:10px;
    font-weight:800;
    letter-spacing:1px;
}

.service-dark .service-content .services-page-label,
.service-blue .service-content .services-page-label{
    color:#77b9e9;
}

.service-content h2{
    margin:0 0 25px;
    color:inherit;
    font-size:clamp(42px,4.5vw,62px);
    line-height:.98;
    letter-spacing:-3px;
}

.service-content h2 span{
    color:#55a4e3;
}

.service-blue .service-content h2 span{
    color:#d7efff;
}

.service-green .service-content h2 span{
    color:#2b9b70;
}

.service-content>p{
    max-width:540px;
    margin:0 0 17px;
    color:#718196;
    font-size:14px;
    line-height:1.85;
}

.service-dark .service-content>p{
    color:#9db0c5;
}

.service-blue .service-content>p{
    color:#dceeff;
}

.service-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:28px 0;
}

.service-tags span{
    padding:8px 11px;
    border:1px solid #dce4ec;
    border-radius:4px;
    color:#50647c;
    font-size:9px;
}

.service-dark .service-tags span{
    color:#b8c9da;
    border-color:rgba(255,255,255,.15);
}

.service-blue .service-tags span{
    color:#fff;
    border-color:rgba(255,255,255,.25);
}

.service-link{
    display:inline-flex;
    align-items:center;
    gap:25px;
    color:#fff;
    text-decoration:none;
    font-size:11px;
    font-weight:700;
}

.service-link b{
    font-size:18px;
    font-weight:400;
}

.service-link-blue{
    color:#2787d2;
}

.service-link-white{
    color:#fff;
}

.service-link-green{
    color:#23845e;
}


/* VISUAL COMMON */

.service-visual{
    position:relative;
    min-height:500px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.service-visual-number{
    position:absolute;
    top:0;
    left:0;
    font-size:130px;
    line-height:1;
    font-weight:800;
    letter-spacing:-8px;
    opacity:.06;
}

.service-visual-caption{
    position:absolute;
    left:0;
    bottom:10px;
}

.service-visual-caption span{
    display:block;
    margin-bottom:5px;
    color:#2787d2;
    font-size:8px;
    font-weight:800;
    letter-spacing:2px;
}

.service-dark .service-visual-caption span,
.service-blue .service-visual-caption span{
    color:#73b9e9;
}

.service-visual-caption strong{
    color:inherit;
    font-size:12px;
}


/* LAPTOP VISUAL */

.service-laptop-shape{
    position:relative;
    width:330px;
    height:280px;
}

.service-laptop-screen{
    position:absolute;
    left:30px;
    right:30px;
    top:10px;
    height:205px;
    border:8px solid #172d4d;
    border-radius:14px 14px 5px 5px;
    background:linear-gradient(145deg,#12335b,#2787d2);
    box-shadow:0 30px 60px rgba(0,0,0,.3);
}

.service-screen-content{
    height:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.service-screen-content span{
    font-size:50px;
    font-weight:800;
    color:#fff;
}

.service-screen-content small{
    margin-top:8px;
    color:#9ed2f3;
    font-size:8px;
    letter-spacing:2px;
}

.service-laptop-base{
    position:absolute;
    left:0;
    right:0;
    bottom:20px;
    height:30px;
    border-radius:3px 3px 15px 15px;
    background:#8fa4ba;
    box-shadow:0 15px 30px rgba(0,0,0,.2);
}


/* REFURBISHED VISUAL */

.service-device-stack{
    position:relative;
    width:330px;
    height:300px;
}

.service-device{
    position:absolute;
    width:220px;
    height:145px;
    border-radius:10px;
    border:7px solid #172b48;
    background:#dbe8f3;
    box-shadow:0 25px 50px rgba(20,50,80,.15);
}

.device-back{
    top:30px;
    left:75px;
    transform:rotate(9deg);
}

.device-middle{
    top:60px;
    left:45px;
    transform:rotate(-4deg);
}

.device-front{
    top:85px;
    left:30px;
    background:#fff;
}

.device-screen{
    position:absolute;
    inset:10px;
    display:grid;
    place-items:center;
    border-radius:4px;
    background:#071b3b;
    color:#55a4e3;
    font-size:28px;
    font-weight:800;
}

.service-quality-badge{
    position:absolute;
    right:0;
    bottom:45px;
    padding:14px 18px;
    background:#071b3b;
    border-radius:8px;
    color:#fff;
    box-shadow:0 15px 35px rgba(0,0,0,.18);
}

.service-quality-badge strong{
    display:block;
    color:#55a4e3;
    font-size:13px;
}

.service-quality-badge span{
    display:block;
    margin-top:4px;
    color:#a7b9cc;
    font-size:9px;
}


/* CHECK LIST */

.service-check-list{
    margin:28px 0;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}

.service-check-list div{
    color:#566a81;
    font-size:11px;
}

.service-check-list span{
    margin-right:8px;
    color:#2787d2;
    font-weight:800;
}


/* AMC */

.service-amc-card{
    width:350px;
    padding:35px;
    border-radius:18px;
    background:#fff;
    color:#071b3b;
    box-shadow:0 30px 70px rgba(0,0,0,.22);
}

.amc-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.amc-top span{
    color:#718297;
    font-size:9px;
    letter-spacing:1.5px;
}

.amc-top b{
    color:#2787d2;
    font-size:24px;
}

.amc-line{
    height:1px;
    margin:28px 0;
    background:#e1e8ef;
}

.amc-status{
    display:flex;
    align-items:center;
    gap:9px;
    color:#60748a;
    font-size:9px;
}

.amc-status i{
    width:7px;
    height:7px;
    border-radius:50%;
    background:#36ad76;
    box-shadow:0 0 0 5px rgba(54,173,118,.12);
}

.amc-bars{
    height:90px;
    margin-top:28px;
    display:flex;
    align-items:end;
    gap:8px;
}

.amc-bars span{
    flex:1;
    border-radius:4px 4px 0 0;
    background:#2787d2;
}

.amc-bars span:nth-child(1){height:35%}
.amc-bars span:nth-child(2){height:55%}
.amc-bars span:nth-child(3){height:43%}
.amc-bars span:nth-child(4){height:78%}
.amc-bars span:nth-child(5){height:100%}


/* NETWORK */

.service-visual-network{
    overflow:hidden;
}

.network-map{
    position:relative;
    width:400px;
    height:400px;
}

.network-node{
    position:absolute;
    z-index:3;
    width:60px;
    height:60px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#fff;
    color:#2787d2;
    font-size:11px;
    font-weight:800;
    box-shadow:0 15px 35px rgba(20,55,90,.1);
}

.node-main{
    width:90px;
    height:90px;
    left:155px;
    top:155px;
    background:#071b3b;
    color:#55a4e3;
    font-size:22px;
}

.node-one{top:30px;left:170px}
.node-two{right:25px;top:170px}
.node-three{bottom:30px;left:170px}
.node-four{left:25px;top:170px}

.network-line{
    position:absolute;
    z-index:1;
    height:1px;
    background:#a8c5dd;
    transform-origin:left center;
}

.line-one{width:130px;left:205px;top:185px;transform:rotate(-72deg)}
.line-two{width:130px;left:205px;top:205px;transform:rotate(0)}
.line-three{width:130px;left:195px;top:215px;transform:rotate(72deg)}
.line-four{width:130px;left:190px;top:205px;transform:rotate(180deg)}


/* PRODUCT ORBIT */

.product-orbit{
    position:relative;
    width:350px;
    height:350px;
    border:1px solid #cbd9e6;
    border-radius:50%;
}

.product-orbit-ring{
    position:absolute;
    inset:55px;
    border:1px dashed #a9c2d8;
    border-radius:50%;
}

.product-center{
    position:absolute;
    width:90px;
    height:90px;
    left:130px;
    top:130px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#071b3b;
    color:#55a4e3;
    font-size:24px;
    font-weight:800;
    box-shadow:0 20px 45px rgba(7,27,59,.2);
}

.product-icon{
    position:absolute;
    width:55px;
    height:55px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#fff;
    color:#2787d2;
    font-weight:800;
    box-shadow:0 10px 30px rgba(20,55,90,.12);
}

.product-icon-one{top:0;left:147px}
.product-icon-two{right:25px;bottom:60px}
.product-icon-three{left:25px;bottom:60px}


/* EWASTE */

.ewaste-symbol{
    text-align:center;
}

.ewaste-circle{
    width:190px;
    height:190px;
    display:grid;
    place-items:center;
    margin:auto;
    border-radius:50%;
    background:#fff;
    border:1px solid #cce5d9;
    box-shadow:0 25px 60px rgba(30,100,70,.1);
}

.ewaste-circle span{
    color:#23986c;
    font-size:75px;
}

.ewaste-symbol small{
    display:block;
    margin-top:25px;
    color:#3c9b76;
    font-size:9px;
    letter-spacing:3px;
}

.ewaste-symbol strong{
    display:block;
    margin-top:7px;
    color:#123e2d;
    font-size:20px;
    letter-spacing:2px;
}

.ewaste-particles i{
    position:absolute;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#68bd99;
}

.ewaste-particles i:nth-child(1){top:90px;left:100px}
.ewaste-particles i:nth-child(2){top:160px;right:100px}
.ewaste-particles i:nth-child(3){bottom:100px;left:130px}
.ewaste-particles i:nth-child(4){bottom:130px;right:130px}
.ewaste-particles i:nth-child(5){top:50%;left:20px}


/* PROCESS */

.services-process{
    padding:110px 0;
    background:#fff;
}

.services-process-heading{
    display:flex;
    justify-content:space-between;
    align-items:end;
    gap:50px;
    margin-bottom:60px;
}

.services-process-heading h2{
    margin:0;
    color:#0a1e3f;
    font-size:clamp(40px,4vw,55px);
    line-height:1;
    letter-spacing:-2px;
}

.services-process-heading h2 span{
    color:#55a4e3;
}

.services-process-heading>p{
    max-width:420px;
    margin:0;
    color:#6b7c90;
    font-size:14px;
    line-height:1.8;
}

.services-process-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    border-top:1px solid #e3e9ef;
}

.services-process-item{
    position:relative;
    padding:35px 25px;
    border-right:1px solid #e3e9ef;
}

.services-process-item:last-child{
    border-right:0;
}

.services-process-item>span{
    color:#2787d2;
    font-size:10px;
    font-weight:800;
}

.process-icon{
    width:50px;
    height:50px;
    display:grid;
    place-items:center;
    margin:35px 0 22px;
    border-radius:12px;
    background:#f0f6fb;
    color:#2787d2;
    font-size:11px;
    font-weight:800;
}

.services-process-item h3{
    margin:0 0 10px;
    color:#102544;
    font-size:18px;
}

.services-process-item p{
    margin:0;
    color:#718196;
    font-size:12px;
    line-height:1.7;
}


/* WHY */

.services-why{
    padding:110px 0;
    background:#f4f8fc;
}

.services-why-inner{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:100px;
    align-items:center;
}

.services-why-copy h2{
    margin:0 0 25px;
    color:#0a1e3f;
    font-size:clamp(40px,4.3vw,58px);
    line-height:1;
    letter-spacing:-2.5px;
}

.services-why-copy h2 span{
    color:#55a4e3;
}

.services-why-copy>p{
    max-width:500px;
    margin:0 0 30px;
    color:#68798e;
    font-size:14px;
    line-height:1.8;
}

.services-dark-btn{
    display:inline-flex;
    align-items:center;
    gap:23px;
    padding:15px 20px;
    border-radius:5px;
    color:#fff;
    background:#071b3b;
    text-decoration:none;
    font-size:11px;
    font-weight:700;
}

.services-dark-btn b{
    font-size:17px;
    font-weight:400;
}

.services-why-points{
    display:grid;
    grid-template-columns:1fr 1fr;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
}

.services-why-points>div{
    min-height:180px;
    padding:28px;
    border-right:1px solid #e4eaf0;
    border-bottom:1px solid #e4eaf0;
}

.services-why-points>div:nth-child(2n){
    border-right:0;
}

.services-why-points>div:nth-last-child(-n+2){
    border-bottom:0;
}

.services-why-points strong{
    color:#2787d2;
    font-size:10px;
}

.services-why-points h3{
    margin:30px 0 8px;
    color:#102544;
    font-size:16px;
}

.services-why-points p{
    margin:0;
    color:#718196;
    font-size:11px;
    line-height:1.6;
}


/* FINAL CTA */

.services-final-cta{
    padding:30px 0 90px;
    background:#f4f8fc;
}

.services-final-cta-inner{
    min-height:270px;
    padding:50px 65px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    border-radius:22px;
    background:#071b3b;
}

.services-final-cta-inner small{
    color:#82a9ca;
    font-size:10px;
    letter-spacing:2px;
}

.services-final-cta-inner h2{
    margin:13px 0 0;
    color:#fff;
    font-size:clamp(34px,4vw,52px);
    line-height:1;
    letter-spacing:-2px;
}

.services-final-cta-inner h2 span{
    color:#55a4e3;
}

.services-final-cta-inner>a{
    flex-shrink:0;
    padding:17px 22px;
    border-radius:5px;
    background:#fff;
    color:#071b3b;
    text-decoration:none;
    font-size:11px;
    font-weight:700;
}

.services-final-cta-inner>a b{
    margin-left:20px;
    font-size:17px;
}