@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');
:root{--navy:#07111f;--ink:#0b1422;--blue:#5f70ff;--mint:#18dfc0;--soft:#f6f8fc;--line:#e6eaf0;--muted:#667085;--container:90%;--space:4rem;--wit-button-gradient:linear-gradient(135deg,#08cef4 0%,#159fea 44%,#5f70ff 100%);--wit-button-border-gradient:linear-gradient(90deg,#08cef4,#5f70ff,#08cef4)}
*{box-sizing:border-box}html{overflow-x:clip;scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Jost,sans-serif;line-height:1.6}img{max-width:100%;height:auto}a{color:inherit}.wit-container{width:var(--container);max-width:1440px;margin-inline:auto}.site-header{position:sticky;top:0;z-index:1000;background:rgba(7,17,31,.96);color:#fff;border-bottom:1px solid rgba(255,255,255,.12);backdrop-filter:blur(14px)}.header-inner{min-height:78px;display:flex;align-items:center;gap:2rem}.brand{display:inline-flex;align-items:center;gap:.7rem;color:#fff;text-decoration:none;font-weight:700;white-space:nowrap}.brand b{color:var(--mint)}.brand-mark{display:grid;place-items:center;width:42px;aspect-ratio:1;color:var(--mint);font-size:28px;font-weight:700}.custom-logo{display:block;max-height:48px;width:auto}.primary-nav{margin-left:auto}.primary-nav ul{display:flex;align-items:center;gap:1.5rem;list-style:none;margin:0;padding:0}.primary-nav a{text-decoration:none;color:#ced6e2}.wit-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 1.25rem;background:linear-gradient(var(--blue),var(--blue)) padding-box,linear-gradient(90deg,var(--mint),#fff,var(--blue),var(--mint)) border-box;background-size:100%,300%;border:2px solid transparent;color:#fff;text-decoration:none;font-weight:600}.wit-button:hover{animation:border-flow 1.1s linear infinite}@keyframes border-flow{to{background-position:0,300%}}.menu-toggle{display:none}.page-hero{padding:6rem 0 5rem;background:radial-gradient(circle at 85% 15%,rgba(91,108,255,.28),transparent 28%),var(--navy);color:#fff}.page-hero h1{font-size:clamp(3rem,6vw,5.25rem);line-height:1.02;letter-spacing:-.04em;margin:.6rem 0}.page-hero p{max-width:760px;color:#aeb9ca;font-size:1.2rem}.eyebrow{color:var(--mint);text-transform:uppercase;letter-spacing:.13em;font-size:.75rem}.entry-content>section,.content-section{padding-block:var(--space)}.entry-content>section>.wp-block-group__inner-container,.entry-content>.wp-block-group>.wp-block-group__inner-container{width:var(--container);max-width:1440px;margin-inline:auto}.content-narrow{max-width:900px}.site-footer{background:var(--navy);color:#92a0b2;padding:4rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:3rem}.footer-grid a{display:block;text-decoration:none;margin:.45rem 0}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1);margin-top:3rem;padding-top:1.25rem}.screen-reader-text{position:absolute;clip:rect(1px,1px,1px,1px)}@media(max-width:850px){.header-cta{display:none}.menu-toggle{display:grid;margin-left:auto;background:none;border:0;gap:4px}.menu-toggle span:not(.screen-reader-text){width:25px;height:2px;background:#fff}.primary-nav{display:none;position:absolute;top:78px;left:0;right:0;background:var(--navy);padding:1rem 5%}.primary-nav.is-open{display:block}.primary-nav ul{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:.5rem}}

/* Logo, dropdowns and page hero alignment */
.brand-mark{width:46px;color:inherit;font-size:0;transform-origin:center;animation:wit-mark-cycle 18s cubic-bezier(.22,.75,.22,1) infinite}.brand-mark img{display:block;width:100%;height:100%;object-fit:contain}.brand:hover .brand-mark{filter:drop-shadow(0 0 9px rgba(24,223,192,.5))}@keyframes wit-mark-cycle{0%,3%{opacity:0;transform:translateY(-9px) scale(.78) rotate(-7deg)}7%,87%{opacity:1;transform:translateY(0) scale(1) rotate(0)}90%{transform:translateY(-2px) scale(1.05) rotate(2deg)}94%,100%{opacity:1;transform:translateY(0) scale(1) rotate(0)}}@media(prefers-reduced-motion:reduce){.brand-mark{animation:none!important}}
.primary-nav>ul>li{position:static;display:flex;align-items:center}.submenu-toggle{width:24px;height:24px;margin-left:.25rem;padding:0;border:0;background:transparent;cursor:pointer}.submenu-toggle::before{content:"";display:block;width:7px;height:7px;margin:auto;border-right:2px solid var(--mint);border-bottom:2px solid var(--mint);transform:translateY(-2px) rotate(45deg);transition:transform .25s ease}.menu-item-has-children.submenu-open>.submenu-toggle::before,.submenu-toggle[aria-expanded="true"]::before{transform:translateY(2px) rotate(225deg)}
.primary-nav .sub-menu{position:absolute;top:100%;left:0;width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.4rem 1.75rem;padding:1.75rem 5%;background:#0b1728;border-top:1px solid rgba(255,255,255,.1);box-shadow:0 18px 40px rgba(0,0,0,.28);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:opacity .22s ease,transform .22s ease,visibility .22s}.primary-nav .sub-menu li{display:block}.primary-nav .sub-menu a{display:block;padding:.65rem .75rem;border-left:2px solid transparent}.primary-nav .sub-menu a:hover,.primary-nav .sub-menu a:focus{color:#fff;border-left-color:var(--mint);background:rgba(255,255,255,.04)}.menu-item-has-children.submenu-open>.sub-menu,.menu-item-has-children:focus-within>.sub-menu{opacity:1;visibility:visible;pointer-events:auto;transform:none}
.page-hero{text-align:center}.page-hero>.wit-container{display:flex;min-height:260px;flex-direction:column;align-items:center;justify-content:center}.page-hero h1,.page-hero p,.page-hero .eyebrow{margin-inline:auto}.entry-content>h1:first-child,.entry-content>h2:first-child{text-align:center}
@media(min-width:851px){.menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible;pointer-events:auto;transform:none}}
@media(max-width:850px){.primary-nav>ul>li{position:relative;display:grid;grid-template-columns:1fr auto;width:100%}.primary-nav .sub-menu{position:static;grid-column:1/-1;width:100%;display:none;padding:.5rem 0 .5rem 1rem;background:transparent;border:0;box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;transform:none}.primary-nav .submenu-open>.sub-menu{display:grid;grid-template-columns:1fr}.submenu-toggle{display:block}.page-hero{padding:4rem 0}.page-hero>.wit-container{min-height:210px}}

/* Legacy page content is normalized by the theme chrome. */
body .p-nav,body .p-footer,body .i-nav,body .i-foot{display:none!important}.p-hero,.i-hero,.hero-section{text-align:center!important}.p-hero .p-shell,.i-hero .i-shell,.hero-section>.wit-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.p-hero h1,.p-hero p,.i-hero h1,.i-hero p,.hero-section h1,.hero-section p{margin-left:auto!important;margin-right:auto!important;text-align:center!important}

/* Centered hero and single dropdown chevrons */
.p-hero{height:auto!important;min-height:0!important;padding:4rem 0!important}.p-hero .p-console{display:none!important}.p-hero .p-hero-grid{display:flex!important;height:auto!important;min-height:0!important;padding-top:0!important;padding-bottom:0!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;grid-template-columns:1fr!important;text-align:center!important}.p-hero .p-hero-grid>div:first-child{display:flex;max-width:960px;flex-direction:column;align-items:center;justify-content:center}.p-hero .p-actions,.p-hero .p-proof{justify-content:center!important}.p-hero .p-proof{text-align:center!important}.primary-nav .menu-item-has-children>a::after,.primary-nav .menu-item-has-children>a::before{display:none!important;content:none!important}.primary-nav .submenu-toggle::before{display:block!important;content:""!important}

/* Editable IT Solutions landing pages */
.solution-intro,.solution-cta{text-align:center}.solution-intro h2,.solution-cta h2{margin:.5rem auto 1rem;font-size:clamp(2rem,4vw,3.5rem);line-height:1.08}.solution-intro p,.solution-cta p{max-width:760px;margin-inline:auto;color:var(--muted);font-size:1.1rem}.solution-capabilities{background:var(--soft)}.solution-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.solution-card{padding:2rem;background:#fff;border:1px solid var(--line);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.solution-card:hover{transform:translateY(-6px);border-color:var(--mint);box-shadow:0 18px 45px rgba(7,17,31,.1)}.solution-icon{display:grid;width:52px;height:52px;margin-bottom:1.25rem;place-items:center;background:var(--navy);color:var(--mint)}.solution-icon svg{width:28px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.solution-card h3{margin:0 0 .6rem;font-size:1.35rem}.solution-card p{color:var(--muted)}.solution-card a{color:var(--blue);font-weight:600;text-decoration:none}.solution-cta{background:var(--navy);color:#fff}.solution-cta p{color:#aeb9ca}.solution-cta .wit-button{margin-top:1rem}@media(max-width:900px){.solution-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.solution-grid{grid-template-columns:1fr}}

/* IT Solutions mega menu */
.primary-nav .sub-menu:has(.service-group){grid-template-columns:repeat(5,minmax(0,1fr));gap:1.5rem;padding-top:2rem;padding-bottom:2rem}.primary-nav .service-group{min-width:0}.primary-nav .service-group>a{min-height:48px;padding:.25rem 0 .85rem;color:#fff;font-size:.92rem;font-weight:700;border-bottom:1px solid rgba(255,255,255,.14);border-left:0}.primary-nav .service-group>a:hover{background:transparent;border-left:0;border-bottom-color:var(--mint)}.primary-nav .service-list{position:static;display:block;width:auto;margin:.75rem 0 0;padding:0;background:transparent;border:0;box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;transform:none}.primary-nav .service-list li{display:block}.primary-nav .service-list a{padding:.38rem 0;color:#9eadc1;font-size:.79rem;line-height:1.35;border:0}.primary-nav .service-list a:hover,.primary-nav .service-list a:focus{padding-left:.4rem;color:var(--mint);background:transparent;border:0}@media(max-width:1100px) and (min-width:851px){.primary-nav .sub-menu:has(.service-group){grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:850px){.primary-nav .sub-menu:has(.service-group){grid-template-columns:1fr}.primary-nav .service-group>a{padding-top:.8rem}.primary-nav .service-list{display:block!important;padding-left:.7rem}}

/* Stable dropdown stacking and animated chevrons */
.site-header{isolation:isolate}.primary-nav>ul>li{gap:.1rem}.primary-nav>ul>li>a{position:relative;z-index:2}.primary-nav .submenu-toggle{position:relative;z-index:3;flex:0 0 26px;width:26px;height:26px;margin-left:.2rem}.primary-nav .sub-menu{top:calc(100% + 1px);z-index:1002;max-height:calc(100vh - 80px);overflow-x:hidden;overflow-y:auto}.primary-nav .service-list{top:auto;z-index:auto;max-height:none;overflow:visible}.primary-nav .submenu-toggle::before{transition:transform .25s ease,border-color .25s ease}.primary-nav .menu-item-has-children:hover>.submenu-toggle::before,.primary-nav .menu-item-has-children:focus-within>.submenu-toggle::before,.primary-nav .menu-item-has-children.submenu-open>.submenu-toggle::before,.primary-nav .submenu-toggle[aria-expanded="true"]::before{border-color:#fff;transform:translateY(2px) rotate(225deg)}@media(max-width:850px){.primary-nav .sub-menu{top:auto;max-height:none;overflow:visible}.primary-nav>ul>li{column-gap:.4rem}.primary-nav .submenu-toggle{margin-left:auto}}

/* Top-aligned animated SVG mega-menu icons */
.primary-nav .sub-menu:has(.service-group){align-items:start}.primary-nav .service-group{align-self:start}.primary-nav .service-group>a{display:flex;align-items:center;gap:.65rem;transition:color .25s ease,border-color .25s ease,transform .25s ease}.mega-group-icon{display:grid;flex:0 0 34px;width:34px;height:34px;place-items:center;background:rgba(24,223,192,.1);border:1px solid rgba(24,223,192,.24);color:var(--mint);transition:transform .3s cubic-bezier(.2,.75,.25,1),background-color .25s ease,border-color .25s ease}.mega-group-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.service-group>a:hover .mega-group-icon,.service-group>a:focus .mega-group-icon{transform:translateY(-3px) rotate(-4deg) scale(1.06);background:rgba(24,223,192,.18);border-color:var(--mint)}.primary-nav .service-list a{display:flex;align-items:center;gap:.5rem;transition:color .22s ease,background-color .22s ease,transform .22s ease,padding-left .22s ease}.mega-link-icon{display:grid;flex:0 0 22px;width:22px;height:22px;place-items:center;color:#63728a;transition:color .22s ease,transform .28s cubic-bezier(.2,.75,.25,1)}.mega-link-icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.primary-nav .service-list a:hover,.primary-nav .service-list a:focus{transform:translateX(4px)}.primary-nav .service-list a:hover .mega-link-icon,.primary-nav .service-list a:focus .mega-link-icon{color:var(--mint);transform:rotate(8deg) scale(1.12)}@media(prefers-reduced-motion:reduce){.mega-group-icon,.mega-link-icon,.primary-nav .service-list a,.primary-nav .service-group>a{transition:none!important;transform:none!important}}

/* Six-column solutions menu, breadcrumbs and FAQs */
.primary-nav .sub-menu:has(.service-group){grid-template-columns:repeat(6,minmax(0,1fr));gap:1.15rem}@media(max-width:1250px) and (min-width:851px){.primary-nav .sub-menu:has(.service-group){grid-template-columns:repeat(3,minmax(0,1fr))}}
.wit-breadcrumbs{margin-top:1.35rem}.wit-breadcrumbs ol{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.45rem;margin:0;padding:0;list-style:none}.wit-breadcrumbs li{display:flex;align-items:center;gap:.45rem;color:#91a0b5;font-size:.78rem}.wit-breadcrumbs a{color:#c7d1df;text-decoration:none;transition:color .22s ease}.wit-breadcrumbs a:hover,.wit-breadcrumbs a:focus{color:var(--mint)}.wit-breadcrumbs svg{width:12px;height:12px;fill:none;stroke:var(--mint);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.wit-breadcrumbs [aria-current="page"]{color:#fff}
.faq-section{background:#fff}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.35rem 0;cursor:pointer;list-style:none;color:var(--ink);font-size:1.05rem;font-weight:600}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary i{position:relative;flex:0 0 30px;width:30px;height:30px;border:1px solid var(--line);transition:transform .3s ease,border-color .25s ease,background-color .25s ease}.faq-item summary i::before,.faq-item summary i::after{content:"";position:absolute;top:50%;left:50%;width:12px;height:2px;background:var(--blue);transform:translate(-50%,-50%);transition:transform .3s ease,background-color .25s ease}.faq-item summary i::after{transform:translate(-50%,-50%) rotate(90deg)}.faq-item[open] summary i{border-color:var(--mint);background:var(--navy);transform:rotate(180deg)}.faq-item[open] summary i::before,.faq-item[open] summary i::after{background:var(--mint)}.faq-item[open] summary i::after{transform:translate(-50%,-50%) rotate(0)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}.faq-item[open] .faq-answer{grid-template-rows:1fr}.faq-answer p{overflow:hidden;margin:0;padding:0 3.5rem 1.35rem 0;color:var(--muted)}@media(max-width:560px){.faq-item summary{font-size:.96rem}.faq-answer p{padding-right:0}}

/* Deliberate mega-menu state and refined spacing */
.primary-nav .menu-item-has-children>.sub-menu{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(12px)!important}.primary-nav .menu-item-has-children.submenu-open>.sub-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}.primary-nav .sub-menu:has(.service-group){padding:2.35rem 5%!important;column-gap:1.6rem!important;row-gap:2rem!important}.primary-nav .service-group>a{min-height:62px!important;padding:0 0 1rem!important}.primary-nav .service-list{margin-top:1rem!important}.primary-nav .service-list a{min-height:30px;padding:.42rem .25rem!important;border-radius:3px}.primary-nav .service-list a:hover,.primary-nav .service-list a:focus{padding-left:.65rem!important;background:rgba(255,255,255,.045)!important}@media(hover:hover) and (pointer:fine) and (min-width:851px){.primary-nav .menu-item-has-children:hover>.sub-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}}@media(max-width:850px){.primary-nav .menu-item-has-children>.sub-menu{display:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}.primary-nav .menu-item-has-children.submenu-open>.sub-menu{display:grid!important}.primary-nav .sub-menu:has(.service-group){padding:1rem 0!important;row-gap:1rem!important}.primary-nav .service-group>a{min-height:52px!important}}

/* Three-column homepage solution cards */
.home-solutions-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:1.25rem!important}.home-solution-card{min-height:310px!important;padding:1.8rem!important;justify-content:flex-start!important;transition:transform .35s cubic-bezier(.2,.75,.25,1),border-color .25s ease,box-shadow .35s ease!important}.home-solution-top{display:flex;align-items:center;justify-content:space-between;gap:1rem}.home-solution-top>span:first-child{color:var(--blue);font-size:.75rem;text-transform:uppercase;letter-spacing:.12em}.home-solution-icon{display:grid;width:54px;height:54px;flex:0 0 54px;place-items:center;background:var(--navy);color:var(--mint);transition:transform .4s cubic-bezier(.2,.75,.25,1),box-shadow .3s ease}.home-solution-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.home-solution-card:hover .home-solution-icon{transform:translateY(-4px) rotate(-5deg) scale(1.07);box-shadow:0 10px 24px rgba(24,223,192,.22)}.home-solution-card h3{margin:1.5rem 0 .7rem!important;font-size:1.65rem!important}.home-solution-card p{margin:0 0 1.5rem;color:var(--muted);line-height:1.65}.home-solution-card strong{margin-top:auto}.home-solution-card:hover i{display:inline-block;transform:translateX(5px)}@media(max-width:900px){.home-solutions-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:560px){.home-solutions-grid{grid-template-columns:1fr!important}}

/* Hire Us multi-step form */
.hire-form-section{background:var(--soft)}.wit-hire-form{max-width:980px;margin:0 auto;background:#fff;border:1px solid var(--line);box-shadow:0 22px 60px rgba(7,17,31,.09)}.hire-progress{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.hire-progress span{position:relative;display:flex;align-items:center;justify-content:center;gap:.55rem;padding:1.15rem .6rem;color:#8792a2;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;cursor:default}.hire-progress span::after{content:"";position:absolute;left:0;right:100%;bottom:-1px;height:3px;background:var(--mint);transition:right .35s ease}.hire-progress span.is-active,.hire-progress span.is-complete{color:var(--navy)}.hire-progress span.is-active::after,.hire-progress span.is-complete::after{right:0}.hire-progress b{display:grid;width:28px;height:28px;place-items:center;border:1px solid var(--line);font-size:.72rem}.hire-progress .is-active b,.hire-progress .is-complete b{border-color:var(--mint);background:var(--navy);color:var(--mint)}.hire-step{display:none;margin:0;padding:2.5rem;border:0}.hire-step.is-active{display:block;animation:hire-step-in .35s ease both}@keyframes hire-step-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.hire-step legend{padding:0;color:var(--navy);font-size:clamp(1.6rem,3vw,2.3rem);font-weight:700}.hire-step>p{margin:.35rem 0 1.75rem;color:var(--muted)}.hire-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.hire-field{display:grid;gap:.45rem}.hire-field.full,.hire-consent.full{grid-column:1/-1}.hire-field>span{color:var(--navy);font-size:.84rem;font-weight:600}.hire-field input,.hire-field select,.hire-field textarea{width:100%;min-height:52px;padding:.8rem 1rem;border:1px solid #d9dfe8;border-radius:0;background:#fff;color:var(--ink);font:inherit;outline:0;transition:border-color .2s ease,box-shadow .2s ease}.hire-field textarea{resize:vertical}.hire-field input:focus,.hire-field select:focus,.hire-field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(91,108,255,.12)}.hire-consent{display:flex;align-items:flex-start;gap:.7rem;color:var(--muted);font-size:.88rem}.hire-consent input{margin-top:.3rem}.hire-hp{position:absolute!important;left:-9999px!important}.hire-form-actions{display:flex;align-items:center;gap:.8rem;padding:1.25rem 2.5rem;border-top:1px solid var(--line);background:#fbfcfe}.hire-form-actions button{min-height:46px;padding:0 1.2rem;border:1px solid var(--navy);background:var(--navy);color:#fff;font:inherit;font-weight:600;cursor:pointer;transition:transform .2s ease,background-color .2s ease,color .2s ease}.hire-form-actions button:hover{transform:translateY(-2px);background:var(--mint);color:var(--navy)}.hire-prev{background:#fff!important;color:var(--navy)!important}.hire-next,.hire-submit{margin-left:auto}.hire-step-count{color:var(--muted);font-size:.82rem}.hire-notice{max-width:980px;margin:0 auto 1rem;padding:1rem 1.25rem;border-left:4px solid}.hire-notice.success{border-color:var(--mint);background:#eafff9;color:#075b4d}.hire-notice.error{border-color:#d92d20;background:#fff1f0;color:#8a1c14}@media(max-width:700px){.hire-progress span{font-size:0;padding:.9rem .3rem}.hire-progress b{font-size:.72rem}.hire-step{padding:1.5rem}.hire-fields{grid-template-columns:1fr}.hire-field.full,.hire-consent.full{grid-column:auto}.hire-form-actions{padding:1rem 1.5rem;flex-wrap:wrap}.hire-step-count{order:-1;width:100%}}

/* Why choose WebInfratech */
.why-choose-section{position:relative;overflow:hidden;background:#fff}.why-choose-section::before{content:"";position:absolute;top:-180px;right:-140px;width:430px;height:430px;border:72px solid rgba(91,108,255,.055);border-radius:50%;pointer-events:none}.why-choose-grid{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.1rem}.why-choose-card{position:relative;min-height:300px;padding:1.75rem;background:linear-gradient(150deg,#fff 0%,#f7f9fc 100%);border:1px solid var(--line);overflow:hidden;transition:transform .35s cubic-bezier(.2,.75,.25,1),border-color .25s ease,box-shadow .35s ease}.why-choose-card::after{content:"";position:absolute;left:0;right:100%;bottom:0;height:3px;background:linear-gradient(90deg,var(--blue),var(--mint));transition:right .4s ease}.why-choose-card:hover{transform:translateY(-7px);border-color:rgba(24,223,192,.65);box-shadow:0 22px 48px rgba(7,17,31,.1)}.why-choose-card:hover::after{right:0}.why-choose-number{position:absolute;top:1.15rem;right:1.25rem;color:rgba(7,17,31,.14);font-size:1.6rem;font-weight:800}.why-choose-icon{display:grid;width:58px;height:58px;margin-bottom:1.4rem;place-items:center;background:var(--navy);color:var(--mint);clip-path:polygon(12% 0,100% 0,100% 88%,88% 100%,0 100%,0 12%);transition:transform .4s cubic-bezier(.2,.75,.25,1),background-color .25s ease}.why-choose-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:160;stroke-dashoffset:0}.why-choose-card:hover .why-choose-icon{transform:rotate(-5deg) scale(1.08);background:var(--blue)}.why-choose-card:hover .why-choose-icon svg{animation:why-icon-draw .75s ease both}@keyframes why-icon-draw{from{stroke-dashoffset:160}to{stroke-dashoffset:0}}.why-choose-card h3{margin:0 0 .75rem;color:var(--navy);font-size:1.3rem}.why-choose-card p{margin:0;color:var(--muted);line-height:1.65}@media(max-width:1000px){.why-choose-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.why-choose-grid{grid-template-columns:1fr}.why-choose-card{min-height:0}}@media(prefers-reduced-motion:reduce){.why-choose-card,.why-choose-icon,.why-choose-card::after{transition:none!important}.why-choose-card:hover .why-choose-icon svg{animation:none!important}}

/* Full-width, deliberate mega menu with hover-line navigation */
.primary-nav .mega-group-icon,.primary-nav .mega-link-icon{display:none!important}.primary-nav>ul>.menu-item-has-children>.sub-menu,.primary-nav>ul>.menu-item-has-children:focus-within:not(.submenu-open)>.sub-menu{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(12px)!important}.primary-nav>ul>.menu-item-has-children.submenu-open>.sub-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}.primary-nav .sub-menu:has(.service-group){width:100%!important;min-height:410px;padding:2.75rem 5% 6.5rem!important;background:linear-gradient(135deg,#081322 0%,#0d1c30 62%,#10243a 100%)!important;border-top:1px solid rgba(24,223,192,.3)!important;box-shadow:0 28px 60px rgba(0,0,0,.32)!important}.primary-nav .service-group>a{position:relative;display:block!important;min-height:0!important;padding:0 0 1rem!important}.primary-nav .service-group>a::after,.primary-nav .service-list a::after{content:""!important;display:block!important;position:absolute;left:0;bottom:0;width:0;height:1px;background:linear-gradient(90deg,var(--mint),var(--blue));transition:width .3s ease}.primary-nav .service-group>a:hover::after,.primary-nav .service-group>a:focus::after,.primary-nav .service-list a:hover::after,.primary-nav .service-list a:focus::after{width:100%}.primary-nav .service-list a{position:relative;display:block!important;padding:.5rem 0!important;background:transparent!important;transform:none!important}.primary-nav .service-list a:hover,.primary-nav .service-list a:focus{padding-left:0!important;color:#fff!important}.primary-nav .service-list a::after{bottom:.2rem;width:0;max-width:38px}.primary-nav .service-list a:hover::after,.primary-nav .service-list a:focus::after{width:38px}@media(hover:hover) and (pointer:fine) and (min-width:851px){.primary-nav>ul>.menu-item-has-children:hover>.sub-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}}@media(max-width:850px){.primary-nav .sub-menu:has(.service-group){width:100%!important;min-height:0;padding:1rem 0!important}.primary-nav>ul>.menu-item-has-children>.sub-menu,.primary-nav>ul>.menu-item-has-children:focus-within:not(.submenu-open)>.sub-menu{display:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}.primary-nav>ul>.menu-item-has-children.submenu-open>.sub-menu{display:grid!important}}

/* Single authoritative dropdown state */
.primary-nav>ul>.menu-item-has-children>.sub-menu,.primary-nav>ul>.menu-item-has-children:hover:not(.submenu-hover):not(.submenu-open)>.sub-menu,.primary-nav>ul>.menu-item-has-children:focus-within:not(.submenu-open)>.sub-menu{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(12px)!important}.primary-nav>ul>.menu-item-has-children.submenu-hover>.sub-menu,.primary-nav>ul>.menu-item-has-children.submenu-open>.sub-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important}.primary-nav>ul>.menu-item-has-children.submenu-hover>.submenu-toggle::before,.primary-nav>ul>.menu-item-has-children.submenu-open>.submenu-toggle::before{border-color:#fff;transform:translateY(2px) rotate(225deg)}@media(max-width:850px){.primary-nav>ul>.menu-item-has-children>.sub-menu,.primary-nav>ul>.menu-item-has-children:hover:not(.submenu-open)>.sub-menu,.primary-nav>ul>.menu-item-has-children:focus-within:not(.submenu-open)>.sub-menu{display:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}.primary-nav>ul>.menu-item-has-children.submenu-open>.sub-menu{display:grid!important}.primary-nav>ul>.menu-item-has-children.submenu-hover>.sub-menu{display:none!important}}

/* Tab-style dropdown panels and hover-intent-only desktop opening */
@media(min-width:851px){.primary-nav>ul>.menu-item-has-children:hover>.sub-menu,.primary-nav>ul>.menu-item-has-children:focus-within>.sub-menu{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(12px)!important}.primary-nav>ul>.menu-item-has-children.submenu-hover>.sub-menu,.primary-nav>ul>.menu-item-has-children.submenu-open>.sub-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}}
.primary-nav .nav-tabs-menu{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem!important;padding:2rem 5%!important;background:linear-gradient(135deg,#081322,#10243a)!important}.primary-nav .nav-tabs-menu>li>a{position:relative;display:grid!important;grid-template-columns:48px 1fr auto;align-items:center;gap:1rem;min-height:112px;padding:1.1rem!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:8px!important;background:rgba(255,255,255,.035)!important;transition:transform .25s ease,border-color .25s ease,background-color .25s ease!important}.primary-nav .nav-tabs-menu>li>a:hover,.primary-nav .nav-tabs-menu>li>a:focus{transform:translateY(-3px)!important;border-color:rgba(24,223,192,.55)!important;background:rgba(255,255,255,.065)!important}.nav-tab-icon{display:grid;width:48px;height:48px;place-items:center;border:1px solid rgba(24,223,192,.25);border-radius:8px;background:rgba(24,223,192,.08);color:var(--mint);transition:transform .3s ease,background-color .25s ease}.nav-tab-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.nav-tab-body{display:grid;gap:.25rem;min-width:0}.nav-tab-body strong{color:#fff;font-size:.92rem;line-height:1.25}.nav-tab-body small{color:#91a0b5;font-size:.73rem;line-height:1.4;font-weight:400}.primary-nav .nav-tabs-menu>li>a>i{color:var(--mint);font-style:normal;transition:transform .25s ease}.primary-nav .nav-tabs-menu>li>a:hover .nav-tab-icon,.primary-nav .nav-tabs-menu>li>a:focus .nav-tab-icon{transform:rotate(-4deg) scale(1.06);background:rgba(24,223,192,.15)}.primary-nav .nav-tabs-menu>li>a:hover>i,.primary-nav .nav-tabs-menu>li>a:focus>i{transform:translateX(4px)}.primary-nav .nav-solutions-tabs>.service-group{padding:1rem;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(255,255,255,.03);transition:transform .25s ease,border-color .25s ease,background-color .25s ease}.primary-nav .nav-solutions-tabs>.service-group:hover{transform:translateY(-3px);border-color:rgba(24,223,192,.45);background:rgba(255,255,255,.055)}.primary-nav .nav-solutions-tabs>.service-group>a{display:grid!important;grid-template-columns:44px 1fr;align-items:start;gap:.8rem!important;border-bottom:1px solid rgba(255,255,255,.1)!important}.primary-nav .nav-solutions-tabs .nav-tab-icon{width:44px;height:44px}.primary-nav .nav-solutions-tabs .nav-tab-body strong{font-size:.87rem}.primary-nav .nav-solutions-tabs .nav-tab-body small{font-size:.69rem}.primary-nav .nav-solutions-tabs .service-list{margin-top:.7rem!important}.primary-nav .nav-solutions-tabs .service-list a{font-size:.75rem!important}@media(max-width:1150px) and (min-width:851px){.primary-nav .nav-tabs-menu{grid-template-columns:repeat(3,minmax(0,1fr))}.primary-nav .nav-solutions-tabs{grid-template-columns:repeat(3,minmax(0,1fr))!important;max-height:calc(100vh - 80px)}}@media(max-width:850px){.primary-nav .nav-tabs-menu{grid-template-columns:1fr;padding:.75rem 0!important}.primary-nav .nav-tabs-menu>li>a{min-height:84px}.primary-nav .nav-solutions-tabs>.service-group{padding:.75rem}.nav-tab-body small{display:none}}

/* IT Solutions: left-side tabs and right-side content */
.solutions-tab-layout{display:grid;grid-template-columns:minmax(235px,285px) minmax(0,1fr);gap:1.5rem;min-height:255px}.solutions-tab-list{display:grid;align-content:start;gap:.55rem;padding-right:1.25rem;border-right:1px solid rgba(255,255,255,.11)}.solutions-tab-button{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:.75rem;width:100%;min-height:52px;padding:.55rem .7rem;border:1px solid transparent;border-radius:8px;background:transparent;color:#aeb9ca;font:inherit;font-size:.8rem;font-weight:600;text-align:left;cursor:pointer;transition:color .22s ease,background-color .22s ease,border-color .22s ease,transform .22s ease}.solutions-tab-button .nav-tab-icon{width:38px;height:38px;border-radius:6px}.solutions-tab-button .nav-tab-icon svg{width:21px;height:21px}.solutions-tab-button>i{color:#64748b;font-style:normal;transition:transform .22s ease,color .22s ease}.solutions-tab-button:hover,.solutions-tab-button:focus,.solutions-tab-button.is-active{color:#fff;border-color:rgba(24,223,192,.28);background:rgba(255,255,255,.055);outline:0}.solutions-tab-button.is-active{transform:translateX(5px)}.solutions-tab-button.is-active .nav-tab-icon{background:var(--mint);color:var(--navy);border-color:var(--mint)}.solutions-tab-button.is-active>i{color:var(--mint);transform:translateX(3px)}.solutions-tab-panels{min-width:0}.primary-nav .nav-solutions-tabs .solutions-tab-panels>.service-group{display:none;min-height:255px;padding:1.35rem 1.5rem;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(255,255,255,.035);transform:none!important}.primary-nav .nav-solutions-tabs .solutions-tab-panels>.service-group.is-active{display:block}.primary-nav .nav-solutions-tabs .solutions-tab-panels>.service-group>a{display:grid!important;grid-template-columns:52px minmax(0,1fr);padding:0 0 1.1rem!important}.primary-nav .nav-solutions-tabs .solutions-tab-panels>.service-group>a .nav-tab-icon{width:52px;height:52px}.primary-nav .nav-solutions-tabs .solutions-tab-panels>.service-group>a .nav-tab-body strong{font-size:1.05rem}.primary-nav .nav-solutions-tabs .solutions-tab-panels>.service-group>a .nav-tab-body small{font-size:.76rem}.primary-nav .nav-solutions-tabs .solutions-tab-panels .service-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:.25rem 1.4rem;margin-top:1rem!important}.primary-nav .nav-solutions-tabs .solutions-tab-panels .service-list a{min-height:34px!important;padding:.45rem 0!important}@media(max-width:850px){.solutions-tab-layout{grid-template-columns:1fr}.solutions-tab-list{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 0 1rem;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.solutions-tab-button{min-height:48px}.primary-nav .nav-solutions-tabs .solutions-tab-panels .service-list{grid-template-columns:1fr}}@media(max-width:520px){.solutions-tab-list{grid-template-columns:1fr}}

/* Rich service links in the right-side IT Solutions panel */
.primary-nav .nav-solutions-tabs .solutions-tab-panels .service-list a{display:grid!important;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:.75rem;min-height:52px!important;padding:.6rem .75rem!important;border:1px solid rgba(255,255,255,.075)!important;border-radius:7px!important;background:rgba(255,255,255,.025)!important;color:#b8c3d2!important;font-size:.84rem!important;font-weight:500!important;line-height:1.35!important;transition:color .22s ease,background-color .22s ease,border-color .22s ease,transform .22s ease!important}.primary-nav .nav-solutions-tabs .solutions-tab-panels .service-list a:hover,.primary-nav .nav-solutions-tabs .solutions-tab-panels .service-list a:focus{color:#fff!important;border-color:rgba(24,223,192,.38)!important;background:rgba(255,255,255,.06)!important;transform:translateX(3px)!important}.solution-link-icon{display:grid;width:36px;height:36px;place-items:center;border:1px solid rgba(24,223,192,.22);border-radius:7px;background:rgba(24,223,192,.07);color:var(--mint);transition:transform .32s cubic-bezier(.2,.75,.25,1),background-color .25s ease,border-color .25s ease}.solution-link-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.solution-icon-accent{fill:var(--blue);stroke:none;transition:fill .25s ease}.primary-nav .nav-solutions-tabs .solutions-tab-panels .service-list a:hover .solution-link-icon,.primary-nav .nav-solutions-tabs .solutions-tab-panels .service-list a:focus .solution-link-icon{transform:rotate(-5deg) scale(1.08);border-color:var(--mint);background:rgba(24,223,192,.15)}.primary-nav .nav-solutions-tabs .solutions-tab-panels .service-list a:hover .solution-icon-accent,.primary-nav .nav-solutions-tabs .solutions-tab-panels .service-list a:focus .solution-icon-accent{fill:#fff}.primary-nav .nav-solutions-tabs .solutions-tab-panels .service-list a::after{display:none!important}@media(prefers-reduced-motion:reduce){.solution-link-icon,.primary-nav .nav-solutions-tabs .solutions-tab-panels .service-list a{transition:none!important;transform:none!important}}

/* Seamless desktop hover path for every dropdown, including IT Solutions */
@media(min-width:851px){.primary-nav>ul>.menu-item-has-children{position:relative}.primary-nav>ul>.menu-item-has-children::after{content:"";position:absolute;z-index:1000;top:100%;left:-18px;right:-18px;height:40px}.primary-nav>ul>.menu-item-has-children>.sub-menu{top:100%!important}.primary-nav>ul>.menu-item-has-children.submenu-hover>.sub-menu,.primary-nav>ul>.menu-item-has-children.submenu-open>.sub-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}}

/* Homepage technology capability rail */
.back-to-top{position:fixed;z-index:950;right:1.5rem;bottom:1.5rem;display:grid;width:48px;height:48px;place-items:center;padding:0;border:1px solid rgba(24,223,192,.65);border-radius:8px;background:var(--navy);color:var(--mint);box-shadow:0 14px 35px rgba(3,10,20,.25);opacity:0;visibility:hidden;transform:translateY(16px);cursor:pointer;transition:opacity .25s ease,visibility .25s ease,transform .25s ease,background-color .25s ease,color .25s ease}.back-to-top.is-visible{opacity:1;visibility:visible;transform:none}.back-to-top svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .25s ease}.back-to-top:hover,.back-to-top:focus-visible{background:var(--mint);color:var(--navy);outline:2px solid #fff;outline-offset:3px}.back-to-top:hover svg,.back-to-top:focus-visible svg{transform:translateY(-3px)}@media(max-width:650px){.back-to-top{right:1rem;bottom:1rem;width:44px;height:44px}}@media(prefers-reduced-motion:reduce){.back-to-top,.back-to-top svg{transition:none}}

.footer-solutions{margin-bottom:3.5rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-solutions-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:1.5rem}.footer-solutions-heading h2{margin:0;color:#fff;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1}.footer-solutions-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.5rem}.footer-solution-column{padding-top:1rem;border-top:2px solid rgba(24,223,192,.45)}.footer-solution-column h3{margin:0 0 .8rem;color:#fff;font-size:1rem}.footer-solution-column ul{list-style:none;margin:0;padding:0}.footer-solution-column li+li{margin-top:.45rem}.footer-solution-column a{position:relative;display:inline-block;color:#92a0b2;text-decoration:none;font-size:.86rem;transition:color .22s ease,transform .22s ease}.footer-solution-column a::before{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1px;background:var(--mint);transition:width .22s ease}.footer-solution-column a:hover,.footer-solution-column a:focus{color:#fff;transform:translateX(3px)}.footer-solution-column a:hover::before,.footer-solution-column a:focus::before{width:100%}@media(max-width:1000px){.footer-solutions-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:650px){.footer-solutions-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 1rem}.footer-solutions-heading{display:block}.footer-solutions-heading h2{margin-top:.5rem}}@media(max-width:420px){.footer-solutions-grid{grid-template-columns:1fr}}
.footer-solution-group+.footer-solution-group{margin-top:1.4rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-solution-column h3>a{color:#fff;font-size:1rem;font-weight:600}.footer-solution-column h3>a:hover,.footer-solution-column h3>a:focus{color:var(--mint)}
.footer-work-panel{margin-top:3.5rem;border:1px solid rgba(24,223,192,.3);border-radius:8px;overflow:hidden;background:#fff;color:var(--navy)}.footer-work-heading{padding:1rem 1.5rem;text-align:center;background:linear-gradient(100deg,var(--blue),#334fd4);color:#fff}.footer-work-heading .eyebrow{color:var(--mint)}.footer-work-heading h2{margin:.2rem 0 0;color:#fff;font-size:clamp(1.6rem,3vw,2.35rem);line-height:1.1}.footer-work-grid{display:grid;grid-template-columns:.75fr repeat(3,1.25fr) .75fr;align-items:stretch}.footer-side-links{display:flex;flex-direction:column;justify-content:center;gap:.45rem;padding:1.4rem;background:#f5f7fb}.footer-side-links strong{margin-bottom:.2rem;color:var(--navy);font-size:.9rem}.footer-side-links a{position:relative;color:#536076;text-decoration:none;font-size:.8rem;transition:color .2s ease,transform .2s ease}.footer-side-links a:hover,.footer-side-links a:focus{color:var(--blue);transform:translateX(3px)}.footer-contact-card{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:.75rem;padding:1.35rem 1rem;border-left:1px solid #e1e6ef;color:var(--navy);text-decoration:none;transition:background-color .22s ease,transform .22s ease}.footer-contact-card>span{display:grid;width:44px;height:44px;place-items:center;border:1px solid rgba(91,108,255,.25);border-radius:8px;background:rgba(91,108,255,.07);color:var(--blue);transition:background-color .22s ease,color .22s ease,transform .22s ease}.footer-contact-card svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.footer-contact-card div{min-width:0}.footer-contact-card small,.footer-contact-card strong{display:block}.footer-contact-card small{color:#7b879a;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em}.footer-contact-card strong{overflow-wrap:anywhere;font-size:.82rem}.footer-contact-card:hover,.footer-contact-card:focus{background:#f5f7fb;transform:translateY(-3px)}.footer-contact-card:hover>span,.footer-contact-card:focus>span{background:var(--blue);color:#fff;transform:rotate(-4deg)}.footer-side-links-right{border-left:1px solid #e1e6ef}@media(max-width:1100px){.footer-work-grid{grid-template-columns:repeat(3,1fr)}.footer-side-links{grid-row:2}.footer-side-links-right{grid-column:3}.footer-contact-card:first-of-type{border-left:0}}@media(max-width:750px){.footer-work-grid{grid-template-columns:1fr 1fr}.footer-contact-card{border-bottom:1px solid #e1e6ef}.footer-contact-card:nth-of-type(3){grid-column:1/-1}.footer-side-links-right{grid-column:auto}}@media(max-width:520px){.footer-work-grid{grid-template-columns:1fr}.footer-contact-card:nth-of-type(3){grid-column:auto}.footer-side-links,.footer-side-links-right{grid-row:auto;grid-column:auto;border-left:0;border-top:1px solid #e1e6ef}}
.footer-copyright{margin-top:3rem;background:linear-gradient(90deg,rgba(91,108,255,.18),rgba(24,223,192,.11));border-top:1px solid rgba(24,223,192,.26);border-bottom:1px solid rgba(255,255,255,.06)}.footer-copyright .footer-bottom{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:1.5rem;margin-top:0;padding:1rem 0;border-top:0;font-size:.78rem}.footer-legal{display:flex;gap:0}.footer-legal a{padding:0 .8rem;text-decoration:none;border-left:1px solid rgba(255,255,255,.18);transition:color .2s ease}.footer-legal a:hover,.footer-legal a:focus{color:#fff}.footer-socials{display:flex;align-items:center;gap:.5rem}.footer-socials a{position:relative;display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:8px;color:#aeb9ca;text-decoration:none;transition:color .22s ease,border-color .22s ease,background-color .22s ease,transform .22s ease}.footer-socials svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.footer-socials a:hover,.footer-socials a:focus{color:var(--navy);border-color:var(--mint);background:var(--mint);transform:translateY(-3px)}.footer-socials a::after{content:attr(data-title);position:absolute;right:0;bottom:calc(100% + 8px);padding:.3rem .5rem;border-radius:4px;background:#fff;color:var(--navy);font-size:.68rem;line-height:1;white-space:nowrap;opacity:0;visibility:hidden;transform:translateY(4px);transition:.2s ease}.footer-socials a:hover::after,.footer-socials a:focus::after{opacity:1;visibility:visible;transform:none}@media(max-width:850px){.footer-copyright .footer-bottom{grid-template-columns:1fr;justify-items:start;gap:.8rem}.footer-legal a:first-child{padding-left:0;border-left:0}.footer-socials{margin-top:.2rem}}

.site-footer{padding-bottom:0}.home .p-trust{display:none!important}

.solutions-tab-layout{padding-bottom:1.25rem}.solutions-tab-layout::after{content:"";grid-column:1/-1;display:block;width:100%;height:1px;margin-top:.5rem;background:linear-gradient(90deg,transparent,rgba(24,223,192,.68) 18%,rgba(91,108,255,.72) 82%,transparent)}.primary-nav .nav-solutions-tabs .solutions-tab-panels .service-list{gap:.75rem 1.4rem!important;margin-top:1.15rem!important}@media(min-width:851px){.primary-nav .nav-solutions-tabs{max-height:none!important;overflow:visible!important}}

.home-tech-capabilities{background:radial-gradient(circle at 15% 20%,rgba(91,108,255,.16),transparent 30%),var(--navy);color:#fff}.home-tech-capabilities .section-heading{margin-bottom:1.7rem}.home-tech-capabilities .section-heading h2{color:#fff}.home-tech-capabilities .section-heading p{color:#aeb9ca}.home-tech-rail{position:relative;height:82px;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(255,255,255,.035)}.home-tech-rail .mega-tech-track{padding-top:20px;padding-bottom:20px}.home-tech-rail:hover .mega-tech-track span{color:rgba(24,223,192,.78)}

/* Slow-moving technology rail */
@media(min-width:851px){.primary-nav>ul>.menu-item-has-children{position:static!important}.primary-nav>ul>.menu-item-has-children::after{display:none!important}.primary-nav>ul>.menu-item-has-children>.sub-menu{left:0!important;right:0!important;width:auto!important;max-width:none!important}.primary-nav>ul>.menu-item-has-children>.sub-menu::before{content:"";position:absolute;left:0;right:0;top:-40px;height:40px}}

.mega-tech-track .tech-fill,.mega-tech-track .tech-text{fill:currentColor;stroke:none}.mega-tech-track .tech-text{font-family:Jost,sans-serif;font-weight:700;letter-spacing:-.04em}

.back-to-top{bottom:5.5rem}@media(max-width:650px){.back-to-top{bottom:4.75rem}}

.mega-tech-rail{position:absolute;left:0;right:0;bottom:0;height:72px;overflow:hidden;border-top:1px solid rgba(255,255,255,.08);background:rgba(4,11,20,.38);pointer-events:none}.mega-tech-track{display:flex;width:max-content;align-items:center;gap:2.7rem;padding:15px 2.7rem;animation:mega-tech-drift 42s linear infinite}.mega-tech-track span{display:grid;width:40px;height:40px;place-items:center;color:rgba(24,223,192,.48);transition:color .3s ease,transform .3s ease}.mega-tech-track svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.primary-nav .sub-menu:has(.service-group):hover .mega-tech-track span{color:rgba(24,223,192,.72)}@keyframes mega-tech-drift{to{transform:translateX(-50%)}}@media(max-width:850px){.mega-tech-rail{display:none}}@media(prefers-reduced-motion:reduce){.mega-tech-track{animation:none}}

/* Unified compact animated-border buttons */
.wit-button,.p-btn,.i-btn,.hire-form-actions button:not(.hire-prev),.wp-block-button__link,input[type="submit"]:not(.adminbar-button){display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;width:auto!important;padding:0 1.25rem!important;border:2px solid transparent!important;border-radius:0!important;background:linear-gradient(var(--blue),var(--blue)) padding-box,linear-gradient(90deg,var(--mint),#fff,var(--blue),var(--mint)) border-box!important;background-size:100%,300%!important;color:#fff!important;font-family:inherit!important;font-size:.9rem!important;font-weight:600!important;line-height:1.2!important;text-decoration:none!important;cursor:pointer!important;transition:transform .2s ease!important}.wit-button:hover,.wit-button:focus,.p-btn:hover,.p-btn:focus,.i-btn:hover,.i-btn:focus,.hire-form-actions button:not(.hire-prev):hover,.hire-form-actions button:not(.hire-prev):focus,.wp-block-button__link:hover,.wp-block-button__link:focus,input[type="submit"]:not(.adminbar-button):hover,input[type="submit"]:not(.adminbar-button):focus{animation:border-flow 1.1s linear infinite!important;transform:translateY(-2px)!important;color:#fff!important}.p-btn.ghost,.p-btn.light{background:linear-gradient(var(--navy),var(--navy)) padding-box,linear-gradient(90deg,var(--mint),#fff,var(--blue),var(--mint)) border-box!important}.hire-form-actions .hire-prev{min-height:48px;padding:0 1.25rem;border:1px solid var(--navy);border-radius:0;background:#fff;color:var(--navy);font:inherit;font-weight:600;cursor:pointer}

/* Card actions match the site button system */
.home-solution-card>strong,.industry-card>div>strong{position:relative;z-index:1;display:inline-flex;width:max-content;min-height:44px;align-items:center;justify-content:center;gap:.55rem;padding:0 1rem;border:2px solid transparent;background:linear-gradient(var(--blue),var(--blue)) padding-box,linear-gradient(90deg,var(--mint),#fff,var(--blue),var(--mint)) border-box;background-size:100%,300%;color:#fff!important;font-size:.8rem!important;font-weight:600;line-height:1.2;transition:transform .2s ease}.home-solution-card:hover>strong,.home-solution-card:focus>strong,.industry-card:hover>div>strong,.industry-card:focus>div>strong{animation:border-flow 1.1s linear infinite;transform:translateY(-2px)}.home-solution-card>strong i,.industry-card>div>strong i{color:#fff!important;transition:transform .2s ease}.home-solution-card:hover>strong i,.industry-card:hover>div>strong i{transform:translateX(4px)}

/* Industries */
.industries-showcase{background:var(--soft)}.industries-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem}.industry-card{display:flex;gap:1.15rem;min-height:240px;padding:1.6rem;background:#fff;border:1px solid var(--line);color:inherit;text-decoration:none;overflow:hidden;transition:transform .35s cubic-bezier(.2,.75,.25,1),border-color .25s ease,box-shadow .35s ease}.industry-card:hover{transform:translateY(-6px);border-color:var(--mint);box-shadow:0 20px 46px rgba(7,17,31,.1)}.industry-card-icon,.industry-hero-icon{display:grid;flex:0 0 58px;width:58px;height:58px;place-items:center;background:var(--navy);color:var(--mint);transition:transform .4s cubic-bezier(.2,.75,.25,1),background-color .25s ease}.industry-card-icon svg,.industry-hero-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.industry-card:hover .industry-card-icon{transform:rotate(-5deg) scale(1.07);background:var(--blue)}.industry-card h3{margin:.1rem 0 .65rem;color:var(--navy);font-size:1.28rem}.industry-card p{margin:0 0 1.15rem;color:var(--muted);font-size:.93rem;line-height:1.6}.industry-card strong{color:var(--navy);font-size:.84rem}.industry-card i{color:var(--mint);font-style:normal}.industry-overview{text-align:center}.industry-overview .industry-hero-icon{margin:0 auto 1.25rem}.industry-overview h2{margin:.6rem 0 1rem;font-size:clamp(2rem,4vw,3.4rem)}.industry-overview p{color:var(--muted);font-size:1.08rem}.industry-needs{background:var(--navy);color:#fff}.industry-needs .section-heading p{color:#aeb9ca}.industry-needs-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.industry-needs-grid article{padding:1.7rem;border:1px solid rgba(255,255,255,.13)}.industry-needs-grid strong{color:var(--mint)}.industry-needs-grid h3{font-size:1.35rem}.industry-needs-grid p{color:#aeb9ca}@media(max-width:950px){.industries-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.industries-grid,.industry-needs-grid{grid-template-columns:1fr}.industry-card{min-height:0}}

/* Selective soft corners */
.solution-card,.home-solution-card,.why-choose-card,.industry-card,.wit-hire-form,.hire-notice,.faq-item summary i,.solution-icon,.home-solution-icon,.mega-group-icon,.industry-card-icon,.industry-hero-icon,.hire-field input,.hire-field select,.hire-field textarea,.hire-form-actions button{border-radius:8px}.process-grid article,.industry-needs-grid article,.site-header,.site-footer,.content-section,.page-hero,.primary-nav .sub-menu{border-radius:0}

/* Keep concise FAQ headings together on larger screens */
@media(min-width:701px){.faq-section .section-heading{max-width:none}.faq-section .section-heading h2{white-space:nowrap;font-size:clamp(1.8rem,3.15vw,3.15rem)}}

/* Final unified split-icon CTA system */
.wit-button,.p-btn,.i-btn,.wp-block-button__link,.hire-form-actions button,.home-solution-card>strong,.industry-card>div>strong{position:relative!important;display:inline-flex!important;width:max-content!important;min-width:0!important;min-height:48px!important;height:48px!important;align-items:center!important;justify-content:flex-start!important;gap:1rem!important;padding:0 1.15rem 0 0!important;overflow:hidden!important;border:2px solid transparent!important;border-radius:0!important;background:linear-gradient(var(--blue),var(--blue)) padding-box,linear-gradient(90deg,var(--mint),#fff,var(--blue),var(--mint)) border-box!important;background-size:100%,300%!important;color:#fff!important;font-family:inherit!important;font-size:.88rem!important;font-weight:600!important;line-height:1!important;text-decoration:none!important;text-transform:none!important;white-space:nowrap!important;box-shadow:none!important;cursor:pointer!important;transition:transform .22s ease,filter .22s ease!important}.wit-button::before,.p-btn::before,.i-btn::before,.wp-block-button__link::before,.hire-form-actions button::before,.home-solution-card>strong::before,.industry-card>div>strong::before{content:"→";display:grid;align-self:stretch;flex:0 0 46px;width:46px;place-items:center;background:#fff;color:var(--blue);font-size:1.2rem;font-weight:500;transition:transform .25s ease,color .25s ease}.wit-button:hover,.wit-button:focus,.p-btn:hover,.p-btn:focus,.i-btn:hover,.i-btn:focus,.wp-block-button__link:hover,.wp-block-button__link:focus,.hire-form-actions button:hover,.hire-form-actions button:focus,.home-solution-card:hover>strong,.home-solution-card:focus>strong,.industry-card:hover>div>strong,.industry-card:focus>div>strong{animation:border-flow 1.1s linear infinite!important;transform:translateY(-2px)!important;filter:brightness(1.04)!important;color:#fff!important}.wit-button:hover::before,.wit-button:focus::before,.p-btn:hover::before,.p-btn:focus::before,.i-btn:hover::before,.i-btn:focus::before,.wp-block-button__link:hover::before,.wp-block-button__link:focus::before,.hire-form-actions button:hover::before,.hire-form-actions button:focus::before,.home-solution-card:hover>strong::before,.home-solution-card:focus>strong::before,.industry-card:hover>div>strong::before,.industry-card:focus>div>strong::before{transform:translateX(3px);color:var(--mint)}.p-btn.ghost,.p-btn.light,.hire-form-actions .hire-prev{background:linear-gradient(var(--blue),var(--blue)) padding-box,linear-gradient(90deg,var(--mint),#fff,var(--blue),var(--mint)) border-box!important;color:#fff!important}.home-solution-card>strong i,.industry-card>div>strong i{display:none!important}.hire-form-actions .hire-next,.hire-form-actions .hire-submit{margin-left:auto}

/* Homepage IT Solutions and capability pages */
.footer-solutions{border-bottom:0!important}

.primary-nav>ul>li:has(>a[href*="/hire-us/"])>.submenu-toggle,.primary-nav>ul>li>a[href*="/hire-us/"]::before,.primary-nav>ul>li>a[href*="/hire-us/"]::after{display:none!important;content:none!important}

.site-header{position:sticky}.site-header .primary-nav>ul>.menu-item-has-children>.sub-menu{position:absolute!important;top:100%!important;left:0!important;right:0!important;width:auto!important;max-width:none!important}.site-header .primary-nav>ul>.menu-item-has-children:hover>.sub-menu,.site-header .primary-nav>ul>.menu-item-has-children:focus-within>.sub-menu{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(12px)!important}.site-header .primary-nav>ul>.menu-item-has-children.submenu-hover>.sub-menu,.site-header .primary-nav>ul>.menu-item-has-children.submenu-open>.sub-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}@media(min-width:851px){.site-header .primary-nav>ul>.menu-item-has-children>.sub-menu::before{content:"";position:absolute;left:0;right:0;top:-24px;height:24px}.site-header .primary-nav>ul>.menu-item-has-children.submenu-hover>.sub-menu::before,.site-header .primary-nav>ul>.menu-item-has-children.submenu-open>.sub-menu::before{pointer-events:auto}}@media(max-width:850px){.site-header .primary-nav>ul>.menu-item-has-children>.sub-menu{position:static!important}.site-header .primary-nav>ul>.menu-item-has-children:hover>.sub-menu{display:none!important}.site-header .primary-nav>ul>.menu-item-has-children.submenu-open>.sub-menu{display:grid!important}}

.footer-solution-column{border-top:0}.footer-solutions-grid{grid-template-columns:repeat(5,minmax(0,1fr))}@media(max-width:1000px){.footer-solutions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:420px){.footer-solutions-grid{grid-template-columns:1fr}}

/* Consistent page-title spacing and a tighter footer transition. */
body .page-hero,
body .p-hero,
body .i-hero,
body .hero-section {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.site-footer .footer-solutions {
  margin-bottom: 2.5rem !important;
  padding-bottom: 0 !important;
}

.site-footer .footer-work-panel {
  margin-top: 0 !important;
}

/* Reusable project enquiry modal */
body.project-modal-open{overflow:hidden}
.wit-project-modal{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:1.5rem;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}
.wit-project-modal.is-open{visibility:visible;opacity:1;pointer-events:auto}
.wit-project-modal-backdrop{position:absolute;inset:0;background:rgba(3,10,22,.76);backdrop-filter:blur(8px)}
.wit-project-modal-dialog{position:relative;width:min(1120px,100%);max-height:calc(100vh - 3rem);overflow:auto;border:1px solid rgba(8,206,244,.35);border-radius:8px;background:#fff;box-shadow:0 32px 90px rgba(0,0,0,.34);transform:translateY(18px) scale(.985);transition:transform .3s cubic-bezier(.2,.75,.25,1)}
.wit-project-modal.is-open .wit-project-modal-dialog{transform:none}
.wit-project-modal-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:1.35rem 1.5rem;background:radial-gradient(circle at 85% 0,rgba(8,206,244,.24),transparent 32%),var(--navy);color:#fff}
.wit-project-modal-header h2{margin:.2rem 0 .3rem;color:#fff;font-size:clamp(1.65rem,3vw,2.35rem);line-height:1.05}
.wit-project-modal-header p{margin:0;color:#b7c3d3;font-size:.95rem}
.wit-project-modal-close{display:grid;flex:0 0 42px;width:42px;height:42px;place-items:center;padding:0;border:1px solid rgba(255,255,255,.24);border-radius:8px;background:rgba(255,255,255,.08);color:#fff;font:inherit;font-size:1.8rem;line-height:1;cursor:pointer;transition:background-color .2s ease,transform .2s ease}
.wit-project-modal-close:hover,.wit-project-modal-close:focus-visible{background:var(--blue);transform:rotate(5deg)}
.wit-project-modal-form .hire-form-section{padding:0!important;background:transparent}
.wit-project-modal-form .hire-form-section>.wit-container{width:100%;max-width:none}
.wit-project-modal-form .section-heading,.wit-project-modal-form .hire-notice{display:none}
.wit-project-modal-form .wit-hire-form{max-width:none;border:0;border-radius:0;box-shadow:none}
.wit-project-modal-form .wit-hire-form .hire-step{padding:1.6rem 2.5rem 1.8rem}
.wit-project-modal-form .wit-hire-form .hire-step>p{margin-bottom:1rem}
.wit-project-modal-form .wit-hire-form .hire-form-actions{min-height:72px;padding:.8rem 2.5rem}
@media(max-width:700px){.wit-project-modal{padding:0}.wit-project-modal-dialog{width:100%;max-height:100vh;height:100vh;border:0;border-radius:0}.wit-project-modal-header{padding:1.1rem}.wit-project-modal-form .wit-hire-form .hire-step{padding:1.25rem}.wit-project-modal-form .wit-hire-form .hire-form-actions{padding:.8rem 1.25rem}}

/* Branded footer conversation and copyright surfaces */
.site-footer .footer-work-heading{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 14% 20%,rgba(255,255,255,.2),transparent 24%),
    linear-gradient(125deg,#08cef4 0%,#159fea 42%,#5f70ff 100%);
}
.site-footer .footer-work-heading::after{content:"";position:absolute;right:-70px;top:-110px;width:250px;height:250px;border:1px solid rgba(255,255,255,.2);border-radius:50%;pointer-events:none}
.site-footer .footer-work-heading .eyebrow{color:#07111f;font-weight:700}
.site-footer .footer-copyright{background:linear-gradient(110deg,#06101f 0%,#0b2047 55%,#17286b 100%);border-top:1px solid rgba(8,206,244,.3);border-bottom:0;color:#c5d2e5}
.site-footer .footer-copyright a{color:#d9e6f7}
.site-footer .footer-copyright a:hover,.site-footer .footer-copyright a:focus{color:#08cef4}

/* Client project library */
.portfolio-library{background:#fff}
.portfolio-library-compact{background:linear-gradient(135deg,#f7fbff 0%,#f0ebe1 100%)}
.portfolio-library-compact{background:#fff!important}
.home-proof-section{padding-block:2rem!important;background:#fff}
.home-proof-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.home-proof-grid article{--proof-accent:#18dfc0;position:relative;display:flex;min-height:142px;padding:1.35rem;flex-direction:column;justify-content:center;border:1px solid rgba(24,223,192,.28);border-radius:8px;background:radial-gradient(circle at 100% 0,rgba(24,223,192,.18),transparent 42%),linear-gradient(145deg,#07111f,#0b2947);overflow:hidden;box-shadow:0 12px 26px rgba(7,17,31,.13);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.home-proof-grid article:nth-child(2),.home-proof-grid article:nth-child(5){--proof-accent:#08cef4;background:radial-gradient(circle at 100% 0,rgba(8,206,244,.2),transparent 42%),linear-gradient(145deg,#07182b,#10385e)}
.home-proof-grid article:nth-child(3),.home-proof-grid article:nth-child(6){--proof-accent:#8390ff;background:radial-gradient(circle at 100% 0,rgba(95,112,255,.24),transparent 42%),linear-gradient(145deg,#0a1530,#172865)}
.home-proof-grid article::before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--proof-accent),transparent)}
.home-proof-grid article::after{content:"";position:absolute;right:-45px;bottom:-52px;width:120px;height:120px;border:20px solid rgba(255,255,255,.045);border-radius:50%;transition:transform .35s ease,border-color .35s ease}
.home-proof-grid article:hover{transform:translateY(-6px);border-color:var(--proof-accent);box-shadow:0 18px 36px rgba(7,17,31,.22)}
.home-proof-grid article:hover::after{transform:scale(1.15);border-color:rgba(24,223,192,.12)}
.home-proof-grid strong,.home-proof-grid span{position:relative;z-index:1;display:block}
.home-proof-grid strong{margin-bottom:.5rem;color:var(--proof-accent);font-size:clamp(1.55rem,2.2vw,2.3rem);line-height:1}
.home-proof-grid span{color:#d3deeb;font-size:.84rem;font-weight:600;line-height:1.35}
@media(max-width:1050px){.home-proof-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:800px){.home-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.home-proof-grid{grid-template-columns:1fr}.home-proof-grid article{min-height:130px}}
.portfolio-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:0 0 .85rem;padding:1rem;border:1px solid var(--line);border-radius:8px;background:#f7f9fc}
.portfolio-filters{display:flex;flex-wrap:wrap;gap:.5rem}
.portfolio-filters button{min-height:38px;padding:.55rem .8rem;border:1px solid #dce3ee;border-radius:8px;background:#fff;color:#536076;font:inherit;font-size:.75rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}
.portfolio-filters button:hover,.portfolio-filters button:focus-visible,.portfolio-filters button.is-active{border-color:#08cef4;background:var(--navy);color:#fff;transform:translateY(-1px)}
.portfolio-search{flex:0 1 260px}
.portfolio-search input{width:100%;min-height:42px;padding:.65rem .9rem;border:1px solid #dce3ee;border-radius:8px;background:#fff;color:var(--navy);font:inherit;outline:0}
.portfolio-search input:focus{border-color:#5f70ff;box-shadow:0 0 0 3px rgba(95,112,255,.12)}
.portfolio-count{margin:0 0 1.25rem;color:var(--muted);font-size:.82rem;text-align:right}
.portfolio-count strong{color:var(--navy)}
.portfolio-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
.portfolio-card{position:relative;display:flex;min-width:0;min-height:210px;padding:1.25rem;flex-direction:column;align-items:flex-start;gap:.8rem;border:1px solid var(--line);border-radius:8px;background:linear-gradient(145deg,#fff 0%,#f8fbff 100%);content-visibility:auto;contain-intrinsic-size:210px;overflow:hidden;transition:transform .28s cubic-bezier(.2,.75,.25,1),border-color .22s ease,box-shadow .28s ease}
.portfolio-card::after{content:"";position:absolute;right:-38px;bottom:-48px;width:110px;height:110px;border:1px solid rgba(95,112,255,.16);border-radius:50%;transition:transform .35s ease,border-color .25s ease}
.portfolio-card:hover{z-index:1;transform:translateY(-5px);border-color:#08cef4;box-shadow:0 18px 38px rgba(7,17,31,.1)}
.portfolio-card:hover::after{transform:scale(1.22);border-color:rgba(8,206,244,.42)}
.portfolio-card[hidden]{display:none!important}
.portfolio-card-icon{display:grid;flex:0 0 48px;width:48px;height:48px;place-items:center;border-radius:8px;background:linear-gradient(135deg,#08cef4,#5f70ff);color:#fff;transition:transform .3s ease}
.portfolio-card:hover .portfolio-card-icon{transform:rotate(-5deg) scale(1.06)}
.portfolio-card-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.portfolio-card>div{display:flex;width:100%;min-width:0;flex:1;flex-direction:column}
.portfolio-card>div>span{position:absolute;top:1.6rem;left:5rem;display:block;color:#5f70ff;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}
.portfolio-card h3{max-width:100%;margin:.05rem 0 .55rem;color:var(--navy);font-size:clamp(1rem,1.2vw,1.12rem);line-height:1.25;overflow-wrap:anywhere;word-break:normal;white-space:normal}
.portfolio-card p{display:-webkit-box;min-height:2.55rem;margin:auto 0 0;color:#6d7a8f;font-size:.76rem;line-height:1.45;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.portfolio-empty{padding:2rem;border:1px dashed #cbd5e3;border-radius:8px;color:var(--muted);text-align:center}
.portfolio-home-action{display:flex;justify-content:center;margin-top:2rem}
@media(max-width:1050px){.portfolio-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:780px){.portfolio-toolbar{align-items:stretch;flex-direction:column}.portfolio-search{flex-basis:auto}.portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.portfolio-grid{grid-template-columns:1fr}.portfolio-card{min-height:195px}}

/* Project-card visual system */
.portfolio-grid{counter-reset:project-card}
.portfolio-card{--card-accent:#5f70ff;--card-glow:rgba(95,112,255,.16);counter-increment:project-card;border-color:rgba(95,112,255,.2);background:radial-gradient(circle at 100% 100%,var(--card-glow),transparent 46%),linear-gradient(145deg,#fff 0%,#f7faff 100%);box-shadow:inset 0 3px 0 var(--card-accent),0 8px 24px rgba(7,17,31,.055)}
.portfolio-card[data-category="Business"]{--card-accent:#5f70ff;--card-glow:rgba(95,112,255,.16)}
.portfolio-card[data-category="Education"]{--card-accent:#7856e8;--card-glow:rgba(120,86,232,.15)}
.portfolio-card[data-category="Property"]{--card-accent:#159fea;--card-glow:rgba(21,159,234,.16)}
.portfolio-card[data-category="Industrial"]{--card-accent:#167d9f;--card-glow:rgba(22,125,159,.15)}
.portfolio-card[data-category="Lifestyle"]{--card-accent:#0eab91;--card-glow:rgba(14,171,145,.15)}
.portfolio-card[data-category="E-commerce"]{--card-accent:#08aeca;--card-glow:rgba(8,174,202,.16)}
.portfolio-card[data-category="Technology"]{--card-accent:#355ff2;--card-glow:rgba(53,95,242,.16)}
.portfolio-card::before{content:counter(project-card,decimal-leading-zero);position:absolute;top:1.25rem;right:1.15rem;color:var(--card-accent);font-size:1rem;font-weight:700;line-height:1;letter-spacing:.04em;opacity:.32;transition:opacity .25s ease,transform .3s ease}
.portfolio-card::after{right:-34px;bottom:-44px;width:118px;height:118px;border-color:var(--card-glow);background:radial-gradient(circle,transparent 51%,var(--card-glow) 52%,transparent 66%)}
.portfolio-card-icon{position:relative;z-index:1;background:linear-gradient(135deg,#08cef4,var(--card-accent));box-shadow:0 10px 24px var(--card-glow)}
.portfolio-card>div>span{padding:.25rem .48rem;border:1px solid var(--card-glow);border-radius:999px;background:var(--card-glow);color:var(--card-accent);line-height:1}
.portfolio-card h3{position:relative;z-index:1;letter-spacing:-.015em;text-wrap:balance;word-spacing:.035em}
.portfolio-card p{position:relative;z-index:1;color:#627087}
.portfolio-card{height:230px;min-height:230px;contain-intrinsic-size:188px}
.portfolio-card:hover{border-color:var(--card-accent);background:radial-gradient(circle at 100% 100%,var(--card-glow),transparent 55%),linear-gradient(145deg,#fff 0%,#f3f8ff 100%);box-shadow:inset 0 3px 0 var(--card-accent),0 22px 46px rgba(7,17,31,.13)}
.portfolio-card:hover::before{opacity:.75;transform:translateY(-2px)}
.portfolio-card:hover::after{transform:scale(1.18) rotate(8deg)}
.portfolio-card:hover .portfolio-card-icon svg{animation:portfolio-icon-pulse .7s ease both}
@keyframes portfolio-icon-pulse{0%,100%{transform:scale(1)}45%{transform:scale(.82) rotate(-5deg)}70%{transform:scale(1.08) rotate(3deg)}}
@media(prefers-reduced-motion:reduce){.portfolio-card:hover .portfolio-card-icon svg{animation:none}}

.p-services,.p-industries{display:none!important}.section-heading{text-align:center;max-width:820px;margin:0 auto 2.25rem}.section-heading h2{margin:.5rem 0 1rem;font-size:clamp(2rem,4vw,3.5rem);line-height:1.08}.section-heading p{color:var(--muted);font-size:1.08rem}.home-solutions{background:var(--soft)}.home-solutions-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}.home-solution-card{position:relative;min-height:235px;padding:1.6rem;display:flex;flex-direction:column;justify-content:space-between;background:#fff;border:1px solid var(--line);text-decoration:none;overflow:hidden;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.home-solution-card::after{content:"";position:absolute;right:-35px;bottom:-50px;width:130px;height:130px;border:18px solid rgba(91,108,255,.08);transform:rotate(35deg)}.home-solution-card:hover{transform:translateY(-7px);border-color:var(--mint);box-shadow:0 20px 45px rgba(7,17,31,.1)}.home-solution-card>span{color:var(--blue);font-size:.75rem;text-transform:uppercase;letter-spacing:.12em}.home-solution-card h3{font-size:1.45rem;line-height:1.15}.home-solution-card strong{color:var(--navy);font-size:.86rem}.home-solution-card i{color:var(--mint);font-style:normal}.capability-overview{text-align:center}.capability-overview h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.08}.capability-overview p{color:var(--muted);font-size:1.08rem}.capability-deliverables{background:var(--soft)}.capability-number{display:block;margin-bottom:1rem;color:var(--mint);font-weight:700;letter-spacing:.12em}.capability-process{background:var(--navy);color:#fff}.capability-process .section-heading p{color:#aeb9ca}.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.process-grid article{padding:1.6rem;border:1px solid rgba(255,255,255,.12)}.process-grid strong{color:var(--mint)}.process-grid h3{font-size:1.3rem}.process-grid p{color:#aeb9ca}@media(max-width:1050px){.home-solutions-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:850px){.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.home-solutions-grid,.process-grid{grid-template-columns:1fr}}

/* Authoritative dropdown display gate: panels render only for their own active item. */
@media(min-width:851px){
  .site-header .primary-nav>ul>li.menu-item-has-children>.sub-menu{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(12px)!important}
  .site-header .primary-nav>ul>li.menu-item-has-children.submenu-hover>.sub-menu,.site-header .primary-nav>ul>li.menu-item-has-children.submenu-open>.sub-menu{display:grid!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}
  .site-header .primary-nav>ul>li.solutions-menu-item.submenu-hover>.nav-solutions-tabs,.site-header .primary-nav>ul>li.solutions-menu-item.submenu-open>.nav-solutions-tabs{display:block!important}
}

/* Logo-palette CTA system: one gradient for every site action and its border */
.wit-button,.p-btn,.i-btn,.wp-block-button__link,.wp-element-button,.hire-form-actions button,.home-solution-card>strong,.industry-card>div>strong,input[type="submit"]:not(.adminbar-button),button[type="submit"]:not(.menu-toggle):not(.solutions-tab-button){background:var(--wit-button-gradient) padding-box,var(--wit-button-border-gradient) border-box!important;background-size:100%,300%!important;border-color:transparent!important;color:#fff!important}
.wit-button::before,.p-btn::before,.i-btn::before,.wp-block-button__link::before,.wp-element-button::before,.hire-form-actions button::before,.home-solution-card>strong::before,.industry-card>div>strong::before{color:#5f70ff!important}
.wit-button:hover,.wit-button:focus,.p-btn:hover,.p-btn:focus,.i-btn:hover,.i-btn:focus,.wp-block-button__link:hover,.wp-block-button__link:focus,.wp-element-button:hover,.wp-element-button:focus,.hire-form-actions button:hover,.hire-form-actions button:focus,.home-solution-card:hover>strong,.home-solution-card:focus>strong,.industry-card:hover>div>strong,.industry-card:focus>div>strong,input[type="submit"]:not(.adminbar-button):hover,input[type="submit"]:not(.adminbar-button):focus,button[type="submit"]:not(.menu-toggle):not(.solutions-tab-button):hover,button[type="submit"]:not(.menu-toggle):not(.solutions-tab-button):focus{background:var(--wit-button-gradient) padding-box,var(--wit-button-border-gradient) border-box!important;background-size:100%,300%!important;animation:border-flow 1.1s linear infinite!important;color:#fff!important}
.wit-button:hover::before,.wit-button:focus::before,.p-btn:hover::before,.p-btn:focus::before,.i-btn:hover::before,.i-btn:focus::before,.wp-block-button__link:hover::before,.wp-block-button__link:focus::before,.wp-element-button:hover::before,.wp-element-button:focus::before,.hire-form-actions button:hover::before,.hire-form-actions button:focus::before,.home-solution-card:hover>strong::before,.home-solution-card:focus>strong::before,.industry-card:hover>div>strong::before,.industry-card:focus>div>strong::before{color:#08cef4!important}
@media(max-width:850px){
  .site-header .primary-nav>ul>li.menu-item-has-children>.sub-menu{display:none!important}
  .site-header .primary-nav>ul>li.menu-item-has-children.submenu-open>.sub-menu{display:grid!important}
  .site-header .primary-nav>ul>li.solutions-menu-item.submenu-open>.nav-solutions-tabs{display:block!important}
}

/* Keep the four contact methods aligned in one desktop row. */
@media(min-width:901px){
  .contact-main-v4 .contact-detail-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-auto-flow:row!important}
  .contact-main-v4 .contact-detail-grid>a,.contact-main-v4 .contact-detail-grid>.contact-location{width:auto!important;min-width:0!important}
}

/* Supplied WebInfratech logo: wide, luminous and legible at header size. */
.brand{font-size:1.18rem;line-height:1}
.brand-mark{width:72px;height:48px;aspect-ratio:auto;overflow:visible}
.brand-mark img{width:100%;height:100%;object-fit:contain;filter:none}
.brand:hover .brand-mark{filter:none}
.brand:hover .brand-mark img{filter:none}
@media(max-width:520px){.brand{gap:.55rem;font-size:1.05rem}.brand-mark{width:62px;height:42px}}

/* Industry business-type coverage */
.industry-types{background:#f0ebe1}
.industry-types-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;list-style:none;margin:0;padding:0}
.industry-types-grid li{display:flex;align-items:center;gap:.75rem;min-height:64px;padding:.85rem 1rem;border:1px solid var(--line);border-radius:8px;background:var(--soft);color:var(--ink);font-size:.92rem;font-weight:600;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease,background-color .25s ease}
.industry-types-grid li span{display:grid;flex:0 0 28px;width:28px;height:28px;place-items:center;border-radius:50%;background:var(--navy);color:var(--mint);font-size:.78rem;transition:transform .3s cubic-bezier(.2,.75,.25,1),background-color .25s ease,color .25s ease}
.industry-types-grid li:hover{transform:translateY(-4px);border-color:var(--mint);background:#fff;box-shadow:0 14px 30px rgba(7,17,31,.08)}
.industry-types-grid li:hover span{transform:rotate(360deg) scale(1.06);background:var(--mint);color:var(--navy)}
@media(max-width:1050px){.industry-types-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){.industry-types-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:440px){.industry-types-grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.industry-types-grid li,.industry-types-grid li span{transition:none;transform:none!important}}

/* Compact, consistent heading rhythm across page and section introductions */
:root{--wit-label-heading-gap:.4rem;--wit-heading-copy-gap:.7rem;--wit-heading-block-gap:1.5rem}
:where(h1,h2,h3){text-wrap:balance}
.section-heading{margin-bottom:var(--wit-heading-block-gap)}
.section-heading>.eyebrow,.industry-overview .eyebrow,.capability-overview .eyebrow,.solution-intro .eyebrow,.solution-cta .eyebrow,.page-hero .eyebrow{display:block;margin:0 0 var(--wit-label-heading-gap)}
.section-heading h2,.industry-overview h2,.capability-overview h2,.solution-intro h2,.solution-cta h2{margin:0 0 var(--wit-heading-copy-gap);line-height:1.06}
.section-heading p,.capability-overview p,.solution-intro p,.solution-cta p{margin:0 auto}
.industry-overview .industry-hero-icon{margin:0 auto .8rem}
.industry-overview p{margin:.45rem auto 0;line-height:1.55}
.page-hero h1{margin:0 0 var(--wit-heading-copy-gap)}
.page-hero p{margin:0 auto;line-height:1.55}
.wit-breadcrumbs{margin-top:.85rem}
.content-section :where(h2,h3)+p{margin-top:0}
@media(max-width:650px){:root{--wit-label-heading-gap:.3rem;--wit-heading-copy-gap:.6rem;--wit-heading-block-gap:1.25rem}.industry-overview .industry-hero-icon{margin-bottom:.65rem}}

/* Industries mega menu: equal-height cards without an internal scrollbar */
@media(min-width:851px){
  .site-header .primary-nav>ul>li:has(>a[href*="/industries/"])>.nav-tabs-menu{grid-auto-rows:104px;align-items:stretch;gap:.65rem 1rem!important;padding:1.15rem 5%!important;max-height:none!important;overflow:visible!important}
  .site-header .primary-nav>ul>li:has(>a[href*="/industries/"])>.nav-tabs-menu>li{height:100%;min-height:0}
  .site-header .primary-nav>ul>li:has(>a[href*="/industries/"])>.nav-tabs-menu>li>a{height:100%;min-height:0!important;grid-template-columns:42px minmax(0,1fr) auto;gap:.75rem;padding:.8rem 1rem!important;overflow:hidden}
  .site-header .primary-nav>ul>li:has(>a[href*="/industries/"]) .nav-tab-icon{width:42px;height:42px}
  .site-header .primary-nav>ul>li:has(>a[href*="/industries/"]) .nav-tab-icon svg{width:23px;height:23px}
  .site-header .primary-nav>ul>li:has(>a[href*="/industries/"]) .nav-tab-body{align-content:center;gap:.18rem}
  .site-header .primary-nav>ul>li:has(>a[href*="/industries/"]) .nav-tab-body strong,.site-header .primary-nav>ul>li:has(>a[href*="/industries/"]) .nav-tab-body small{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical}
  .site-header .primary-nav>ul>li:has(>a[href*="/industries/"]) .nav-tab-body strong{-webkit-line-clamp:2;font-size:.86rem;line-height:1.2}
  .site-header .primary-nav>ul>li:has(>a[href*="/industries/"]) .nav-tab-body small{-webkit-line-clamp:2;font-size:.68rem;line-height:1.3}
}

/* Final sitewide logo-gradient button override */
body .site-header .header-cta,body .wit-button,body .p-btn,body .i-btn,body .p-service a,body .wp-block-button__link,body .wp-element-button,body .hire-form-actions button,body .home-solution-card>strong,body .industry-card>div>strong,body input[type="submit"]:not(.adminbar-button),body button[type="submit"]:not(.menu-toggle):not(.solutions-tab-button){background:linear-gradient(135deg,#08cef4 0%,#159fea 44%,#5f70ff 100%) padding-box,linear-gradient(90deg,#08cef4,#5f70ff,#08cef4) border-box!important;background-size:100% 100%,300% 100%!important;border:2px solid transparent!important;color:#fff!important}
body .site-header .header-cta:hover,body .site-header .header-cta:focus,body .wit-button:hover,body .wit-button:focus,body .p-btn:hover,body .p-btn:focus,body .i-btn:hover,body .i-btn:focus,body .p-service a:hover,body .p-service a:focus,body .wp-block-button__link:hover,body .wp-block-button__link:focus,body .wp-element-button:hover,body .wp-element-button:focus,body .hire-form-actions button:hover,body .hire-form-actions button:focus,body .home-solution-card:hover>strong,body .home-solution-card:focus>strong,body .industry-card:hover>div>strong,body .industry-card:focus>div>strong,body input[type="submit"]:not(.adminbar-button):hover,body input[type="submit"]:not(.adminbar-button):focus,body button[type="submit"]:not(.menu-toggle):not(.solutions-tab-button):hover,body button[type="submit"]:not(.menu-toggle):not(.solutions-tab-button):focus{background:linear-gradient(135deg,#08cef4 0%,#159fea 44%,#5f70ff 100%) padding-box,linear-gradient(90deg,#08cef4,#5f70ff,#08cef4) border-box!important;background-size:100% 100%,300% 100%!important;animation:border-flow 1.1s linear infinite!important;color:#fff!important}
body .wit-button::before,body .p-btn::before,body .i-btn::before,body .p-service a::before,body .wp-block-button__link::before,body .wp-element-button::before,body .hire-form-actions button::before,body .home-solution-card>strong::before,body .industry-card>div>strong::before{color:#5f70ff!important}
body .p-btn::before,body .p-service a::before{background-color:#fff!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235f70ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E")!important}
body .p-btn:hover::before,body .p-btn:focus::before,body .p-service a:hover::before,body .p-service a:focus::before{background-color:#08cef4!important}
body #content .wit-hire-form .hire-form-actions button.hire-prev,body #content .wit-hire-form .hire-form-actions button.hire-next,body #content .wit-hire-form .hire-form-actions button.hire-submit{background:linear-gradient(135deg,#08cef4 0%,#159fea 44%,#5f70ff 100%) padding-box,linear-gradient(90deg,#08cef4,#5f70ff,#08cef4) border-box!important;background-size:100% 100%,300% 100%!important;border:2px solid transparent!important;color:#fff!important}

/* Universal button hover: dark navy arrow panel with a white arrow */
body .wit-button:hover::before,body .wit-button:focus::before,body .p-btn:hover::before,body .p-btn:focus::before,body .i-btn:hover::before,body .i-btn:focus::before,body .p-service a:hover::before,body .p-service a:focus::before,body .wp-block-button__link:hover::before,body .wp-block-button__link:focus::before,body .wp-element-button:hover::before,body .wp-element-button:focus::before,body .hire-form-actions button:hover::before,body .hire-form-actions button:focus::before,body .home-solution-card:hover>strong::before,body .home-solution-card:focus>strong::before,body .industry-card:hover>div>strong::before,body .industry-card:focus>div>strong::before{background-color:#07111f!important;color:#fff!important}
body .p-btn:hover::before,body .p-btn:focus::before,body .p-service a:hover::before,body .p-service a:focus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E")!important}
body .wit-button:hover::before,body .wit-button:focus::before,body .i-btn:hover::before,body .i-btn:focus::before,body .wp-block-button__link:hover::before,body .wp-block-button__link:focus::before,body .wp-element-button:hover::before,body .wp-element-button:focus::before,body .hire-form-actions button:hover::before,body .hire-form-actions button:focus::before,body .home-solution-card:hover>strong::before,body .home-solution-card:focus>strong::before,body .industry-card:hover>div>strong::before,body .industry-card:focus>div>strong::before{content:"→"!important;background-image:none!important}

/* Unified rhythm for legacy and current page heading blocks */
.i-head{margin:0 auto var(--wit-heading-block-gap)!important;text-align:center}
.i-head>.i-kicker{display:block;margin:0 0 var(--wit-label-heading-gap)!important}
.i-head>h2{margin:0 0 var(--wit-heading-copy-gap)!important;line-height:1.06!important}
.i-head>p{margin:0 auto!important;line-height:1.55!important}
.i-cta .i-shell>h2{margin:0 0 var(--wit-heading-copy-gap)!important;line-height:1.06!important}
.i-cta .i-shell>p{margin:0 auto!important;line-height:1.55!important}

/* Consistent capitalized labels for every site CTA and form action */
body .wit-button,body .p-btn,body .i-btn,body .p-service a,body .wp-block-button__link,body .wp-element-button,body .hire-form-actions button,body .home-solution-card>strong,body .industry-card>div>strong,body input[type="submit"]:not(.adminbar-button),body button[type="submit"]:not(.menu-toggle):not(.submenu-toggle):not(.solutions-tab-button){text-transform:capitalize!important}

/* Professional multi-step Hire Us form rhythm and state handling */
.wit-hire-form .hire-progress span{padding:1rem .75rem}
.wit-hire-form .hire-progress span::after{height:3px;background:linear-gradient(90deg,#08cef4,#5f70ff)}
.wit-hire-form .hire-progress .is-active{background:linear-gradient(180deg,rgba(8,206,244,.055),transparent)}
.wit-hire-form .hire-step{min-width:0;padding:2rem 2.5rem 2.25rem}
.wit-hire-form .hire-step legend{float:left;width:100%;margin:0 0 .5rem;padding:0;line-height:1.08}
.wit-hire-form .hire-step>p{clear:both;margin:0 0 1.4rem;line-height:1.55}
.wit-hire-form .hire-fields{gap:1rem 1.25rem}
.wit-hire-form .hire-form-actions{min-height:80px;padding:1rem 2.5rem}
.wit-hire-form .hire-form-actions button[hidden]{display:none!important}
.wit-hire-form .hire-step[hidden]{display:none!important}
@media(max-width:700px){.wit-hire-form .hire-step{padding:1.5rem}.wit-hire-form .hire-form-actions{min-height:72px;padding:1rem 1.5rem}}

/* Liquid CTA interaction — shared by every visible project/action button */
body .site-header .header-cta,
body .wit-button,
body .p-btn,
body .i-btn,
body .p-service a,
body .wp-block-button__link,
body .wp-element-button,
body .hire-form-actions button,
body .home-solution-card>strong,
body .industry-card>div>strong,
body input[type="submit"]:not(.adminbar-button),
body button[type="submit"]:not(.menu-toggle):not(.submenu-toggle):not(.solutions-tab-button){
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  transform:translateZ(0);
  transition:transform .28s cubic-bezier(.2,.8,.2,1),filter .28s ease,box-shadow .28s ease!important;
}
body .site-header .header-cta::after,
body .wit-button::after,
body .p-btn::after,
body .i-btn::after,
body .p-service a::after,
body .wp-block-button__link::after,
body .wp-element-button::after,
body .hire-form-actions button::after,
body .home-solution-card>strong::after,
body .industry-card>div>strong::after{
  content:"";
  position:absolute;
  z-index:-1;
  width:72%;
  aspect-ratio:1;
  left:-78%;
  bottom:-145%;
  pointer-events:none;
  border-radius:42% 58% 63% 37%/48% 40% 60% 52%;
  background:radial-gradient(circle at 32% 28%,rgba(255,255,255,.88) 0 7%,rgba(8,206,244,.95) 25%,rgba(21,159,234,.92) 56%,rgba(95,112,255,.9) 100%);
  filter:blur(2px) saturate(1.18);
  opacity:0;
  transform:rotate(-24deg) scale(.7);
  transition:left .62s cubic-bezier(.18,.82,.22,1),bottom .62s cubic-bezier(.18,.82,.22,1),transform .8s cubic-bezier(.18,.82,.22,1),opacity .2s ease;
}
body .site-header .header-cta:hover::after,
body .site-header .header-cta:focus-visible::after,
body .wit-button:hover::after,
body .wit-button:focus-visible::after,
body .p-btn:hover::after,
body .p-btn:focus-visible::after,
body .i-btn:hover::after,
body .i-btn:focus-visible::after,
body .p-service a:hover::after,
body .p-service a:focus-visible::after,
body .wp-block-button__link:hover::after,
body .wp-block-button__link:focus-visible::after,
body .wp-element-button:hover::after,
body .wp-element-button:focus-visible::after,
body .hire-form-actions button:hover::after,
body .hire-form-actions button:focus-visible::after,
body .home-solution-card:hover>strong::after,
body .home-solution-card:focus-within>strong::after,
body .industry-card:hover>div>strong::after,
body .industry-card:focus-within>div>strong::after{
  left:42%;
  bottom:-62%;
  opacity:.82;
  transform:rotate(205deg) scale(2.25);
}
body .site-header .header-cta:hover,
body .site-header .header-cta:focus-visible,
body .wit-button:hover,
body .wit-button:focus-visible,
body .p-btn:hover,
body .p-btn:focus-visible,
body .i-btn:hover,
body .i-btn:focus-visible,
body .p-service a:hover,
body .p-service a:focus-visible,
body .wp-block-button__link:hover,
body .wp-block-button__link:focus-visible,
body .wp-element-button:hover,
body .wp-element-button:focus-visible,
body .hire-form-actions button:hover,
body .hire-form-actions button:focus-visible,
body .home-solution-card:hover>strong,
body .industry-card:hover>div>strong{
  transform:translateY(-3px) scale(1.015)!important;
  box-shadow:0 12px 26px rgba(10,99,205,.24)!important;
}
body .site-header .header-cta:active,
body .wit-button:active,
body .p-btn:active,
body .i-btn:active,
body .p-service a:active,
body .wp-block-button__link:active,
body .wp-element-button:active,
body .hire-form-actions button:active{
  transform:translateY(0) scale(.975)!important;
  transition-duration:.1s!important;
}
body .site-header .header-cta::before,
body .wit-button::before,
body .p-btn::before,
body .i-btn::before,
body .p-service a::before,
body .wp-block-button__link::before,
body .wp-element-button::before,
body .hire-form-actions button::before,
body .home-solution-card>strong::before,
body .industry-card>div>strong::before{position:relative;z-index:2}
@media(prefers-reduced-motion:reduce){
  body .site-header .header-cta::after,body .wit-button::after,body .p-btn::after,body .i-btn::after,body .p-service a::after,body .wp-block-button__link::after,body .wp-element-button::after,body .hire-form-actions button::after,body .home-solution-card>strong::after,body .industry-card>div>strong::after{display:none}
  body .site-header .header-cta,body .wit-button,body .p-btn,body .i-btn,body .p-service a,body .wp-block-button__link,body .wp-element-button,body .hire-form-actions button,body .home-solution-card>strong,body .industry-card>div>strong{animation:none!important;transition:none!important}
}

/* Reference-matched liquid-glass capsules */
body .site-header .header-cta,
body .wit-button,
body .p-btn,
body .i-btn,
body .p-service a,
body .wp-block-button__link,
body .wp-element-button,
body .hire-form-actions button,
body .home-solution-card>strong,
body .industry-card>div>strong,
body input[type="submit"]:not(.adminbar-button),
body button[type="submit"]:not(.menu-toggle):not(.submenu-toggle):not(.solutions-tab-button){
  height:52px!important;
  min-height:52px!important;
  gap:.72rem!important;
  padding:6px 1.25rem 6px 7px!important;
  border:1px solid rgba(255,255,255,.5)!important;
  border-radius:999px!important;
  background:
    radial-gradient(130% 190% at 13% -60%,rgba(255,255,255,.52) 0 24%,transparent 45%),
    radial-gradient(95% 160% at 94% 135%,rgba(95,112,255,.68) 0 34%,transparent 61%),
    linear-gradient(135deg,rgba(4,23,46,.98) 0%,rgba(5,53,87,.96) 42%,rgba(7,17,31,.99) 100%)!important;
  background-size:140% 160%,150% 170%,100% 100%!important;
  background-position:0 0,100% 100%,0 0!important;
  color:#fff!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.7),
    inset 0 -8px 15px rgba(0,0,0,.35),
    inset 12px 0 22px rgba(8,206,244,.13),
    0 7px 16px rgba(0,8,25,.2),
    0 1px 2px rgba(7,17,31,.35)!important;
  backdrop-filter:blur(12px) saturate(1.3);
  -webkit-backdrop-filter:blur(12px) saturate(1.3);
  animation:liquid-glass-idle 7s ease-in-out infinite alternate!important;
}
body .site-header .header-cta::before,
body .wit-button::before,
body .p-btn::before,
body .i-btn::before,
body .p-service a::before,
body .wp-block-button__link::before,
body .wp-element-button::before,
body .hire-form-actions button::before,
body .home-solution-card>strong::before,
body .industry-card>div>strong::before{
  flex:0 0 36px!important;
  align-self:center!important;
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  border:1px solid rgba(255,255,255,.36)!important;
  border-radius:50%!important;
  background:linear-gradient(145deg,rgba(255,255,255,.26),rgba(255,255,255,.07))!important;
  background-image:none!important;
  color:#fff!important;
  box-shadow:inset 0 1px 1px rgba(255,255,255,.62),inset 0 -5px 9px rgba(0,0,0,.26),0 3px 8px rgba(0,0,0,.2)!important;
  transform:none!important;
}
body .site-header .header-cta::after,
body .wit-button::after,
body .p-btn::after,
body .i-btn::after,
body .p-service a::after,
body .wp-block-button__link::after,
body .wp-element-button::after,
body .hire-form-actions button::after,
body .home-solution-card>strong::after,
body .industry-card>div>strong::after{
  width:72%!important;
  height:145%!important;
  aspect-ratio:auto!important;
  left:-76%!important;
  bottom:-20%!important;
  border-radius:47% 53% 58% 42%/55% 44% 56% 45%!important;
  background:radial-gradient(ellipse at center,rgba(255,255,255,.6) 0%,rgba(8,206,244,.28) 32%,rgba(21,159,234,.12) 57%,transparent 72%)!important;
  filter:blur(7px) saturate(1.25)!important;
  opacity:.42!important;
  transform:rotate(-12deg) scale(.8)!important;
  transition:left .72s cubic-bezier(.16,.84,.24,1),transform .72s cubic-bezier(.16,.84,.24,1),opacity .25s ease!important;
}
body .site-header .header-cta:hover,
body .site-header .header-cta:focus-visible,
body .wit-button:hover,
body .wit-button:focus-visible,
body .p-btn:hover,
body .p-btn:focus-visible,
body .i-btn:hover,
body .i-btn:focus-visible,
body .p-service a:hover,
body .p-service a:focus-visible,
body .wp-block-button__link:hover,
body .wp-block-button__link:focus-visible,
body .wp-element-button:hover,
body .wp-element-button:focus-visible,
body .hire-form-actions button:hover,
body .hire-form-actions button:focus-visible,
body .home-solution-card:hover>strong,
body .industry-card:hover>div>strong{
  animation:liquid-glass-hover 1.8s ease-in-out infinite alternate!important;
  transform:translateY(-3px) scale(1.035)!important;
  border-color:rgba(159,239,255,.78)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.82),
    inset 0 -8px 16px rgba(0,0,0,.28),
    inset 16px 0 26px rgba(8,206,244,.22),
    0 12px 27px rgba(8,157,226,.3),
    0 3px 8px rgba(7,17,31,.28)!important;
}
body .site-header .header-cta:hover::after,
body .site-header .header-cta:focus-visible::after,
body .wit-button:hover::after,
body .wit-button:focus-visible::after,
body .p-btn:hover::after,
body .p-btn:focus-visible::after,
body .i-btn:hover::after,
body .i-btn:focus-visible::after,
body .p-service a:hover::after,
body .p-service a:focus-visible::after,
body .wp-block-button__link:hover::after,
body .wp-block-button__link:focus-visible::after,
body .wp-element-button:hover::after,
body .wp-element-button:focus-visible::after,
body .hire-form-actions button:hover::after,
body .hire-form-actions button:focus-visible::after,
body .home-solution-card:hover>strong::after,
body .industry-card:hover>div>strong::after{
  left:58%!important;
  bottom:-20%!important;
  opacity:.8!important;
  transform:rotate(18deg) scale(1.45)!important;
}
body .site-header .header-cta:hover::before,
body .site-header .header-cta:focus-visible::before,
body .wit-button:hover::before,
body .wit-button:focus-visible::before,
body .p-btn:hover::before,
body .p-btn:focus-visible::before,
body .i-btn:hover::before,
body .i-btn:focus-visible::before,
body .p-service a:hover::before,
body .p-service a:focus-visible::before,
body .wp-block-button__link:hover::before,
body .wp-block-button__link:focus-visible::before,
body .wp-element-button:hover::before,
body .wp-element-button:focus-visible::before,
body .hire-form-actions button:hover::before,
body .hire-form-actions button:focus-visible::before,
body .home-solution-card:hover>strong::before,
body .industry-card:hover>div>strong::before{
  background:linear-gradient(145deg,rgba(8,206,244,.45),rgba(95,112,255,.22))!important;
  background-image:none!important;
  transform:rotate(-8deg) scale(1.08)!important;
}
@keyframes liquid-glass-idle{0%{background-position:0 0,100% 100%,0 0}100%{background-position:16% 8%,82% 88%,0 0}}
@keyframes liquid-glass-hover{0%{background-position:5% 0,100% 100%,0 0}100%{background-position:25% 15%,72% 78%,0 0}}
@media(prefers-reduced-motion:reduce){
  body .site-header .header-cta,body .wit-button,body .p-btn,body .i-btn,body .p-service a,body .wp-block-button__link,body .wp-element-button,body .hire-form-actions button,body .home-solution-card>strong,body .industry-card>div>strong{animation:none!important}
}

/* Final shared geometry and arrow guarantee */
body .site-header .header-cta,
body .wit-button,
body .p-btn,
body .i-btn,
body .p-service a,
body .wp-block-button__link,
body .wp-element-button,
body .hire-form-actions button,
body .home-solution-card>strong,
body .industry-card>div>strong,
body input[type="submit"]:not(.adminbar-button),
body button[type="submit"]:not(.menu-toggle):not(.submenu-toggle):not(.solutions-tab-button){
  border-radius:8px!important;
}
body #content .wit-hire-form .hire-form-actions button,
body #content .wit-hire-form .hire-form-actions button:not(.hire-prev){
  border-radius:8px!important;
}
body .site-header .header-cta::before,
body .wit-button::before,
body .p-btn::before,
body .i-btn::before,
body .p-service a::before,
body .wp-block-button__link::before,
body .wp-element-button::before,
body .hire-form-actions button::before,
body .home-solution-card>strong::before,
body .industry-card>div>strong::before,
body button[type="submit"]:not(.menu-toggle):not(.submenu-toggle):not(.solutions-tab-button)::before{
  content:"→"!important;
  display:grid!important;
  place-items:center!important;
  border-radius:6px!important;
  background-image:none!important;
  color:#fff!important;
  font-size:1.08rem!important;
  line-height:1!important;
}

/* Alternating background rhythm for every detailed capability template */
.capability-process+.solution-cta{
  position:relative;
  background:
    radial-gradient(circle at 12% 18%,rgba(8,206,244,.16),transparent 30%),
    radial-gradient(circle at 88% 82%,rgba(95,112,255,.13),transparent 34%),
    linear-gradient(135deg,#f5fbff 0%,#f0ebe1 100%);
  color:var(--navy);
  border-top:1px solid rgba(7,17,31,.08);
}
.capability-process+.solution-cta .eyebrow{color:#157ea9}
.capability-process+.solution-cta h2{color:var(--navy)}
.capability-process+.solution-cta p{color:var(--muted)}

/* Neon edge-runner buttons, adapted to the WebInfratech palette. */
body .site-header .header-cta,
body .wit-button,
body .p-btn,
body .i-btn,
body .p-service a,
body .wp-block-button__link,
body .wp-element-button,
body .hire-form-actions button,
body .home-solution-card>strong,
body .industry-card>div>strong,
body input[type="submit"]:not(.adminbar-button),
body button[type="submit"]:not(.menu-toggle):not(.submenu-toggle):not(.solutions-tab-button){
  height:52px!important;
  min-height:52px!important;
  padding:0 1.2rem 0 .42rem!important;
  border:2px solid rgba(8,206,244,.3)!important;
  border-radius:8px!important;
  background:linear-gradient(-30deg,#092d57 50%,#061b36 50%)!important;
  color:#fff!important;
  box-shadow:0 8px 20px rgba(5,35,75,.18)!important;
  animation:none!important;
  isolation:isolate!important;
}
body .p-btn.light,
body .p-btn.ghost,
body .wit-button.light,
body .wit-button.ghost{
  background:linear-gradient(-30deg,#092d57 50%,#061b36 50%)!important;
  color:#fff!important;
}
body #content .wit-hire-form .hire-form-actions button,
body #content .wit-hire-form .hire-form-actions button:not(.hire-prev),
body #content .wit-hire-form .hire-form-actions .hire-prev{
  border-radius:8px!important;
  background:linear-gradient(-30deg,#092d57 50%,#061b36 50%)!important;
  color:#fff!important;
}
body .wit-project-modal .wit-hire-form .hire-form-actions .hire-prev,
body .wit-project-modal .wit-hire-form .hire-form-actions button:not(.hire-prev){
  border-radius:8px!important;
  background:linear-gradient(-30deg,#092d57 50%,#061b36 50%)!important;
  color:#fff!important;
}
body .site-header .header-cta::after,
body .wit-button::after,
body .p-btn::after,
body .i-btn::after,
body .p-service a::after,
body .wp-block-button__link::after,
body .wp-element-button::after,
body .hire-form-actions button::after,
body .home-solution-card>strong::after,
body .industry-card>div>strong::after{
  content:""!important;
  position:absolute!important;
  z-index:3!important;
  inset:-2px!important;
  width:auto!important;
  height:auto!important;
  left:-2px!important;
  bottom:-2px!important;
  border-radius:8px!important;
  background:
    linear-gradient(90deg,transparent 0%,#18dfc0 38%,#7eeeff 50%,#5f70ff 62%,transparent 100%) -200% 0/200% 2px no-repeat,
    linear-gradient(180deg,transparent 0%,#18dfc0 38%,#7eeeff 50%,#5f70ff 62%,transparent 100%) 100% -200%/2px 200% no-repeat,
    linear-gradient(270deg,transparent 0%,#18dfc0 38%,#7eeeff 50%,#5f70ff 62%,transparent 100%) 200% 100%/200% 2px no-repeat,
    linear-gradient(0deg,transparent 0%,#18dfc0 38%,#7eeeff 50%,#5f70ff 62%,transparent 100%) 0 200%/2px 200% no-repeat!important;
  filter:none!important;
  opacity:1!important;
  transform:none!important;
  pointer-events:none!important;
  animation:wit-edge-run 2.4s linear infinite!important;
}
body .site-header .header-cta::before,
body .wit-button::before,
body .p-btn::before,
body .i-btn::before,
body .p-service a::before,
body .wp-block-button__link::before,
body .wp-element-button::before,
body .hire-form-actions button::before,
body .home-solution-card>strong::before,
body .industry-card>div>strong::before,
body button[type="submit"]:not(.menu-toggle):not(.submenu-toggle):not(.solutions-tab-button)::before{
  flex:0 0 38px!important;
  width:38px!important;
  min-width:38px!important;
  height:38px!important;
  border:1px solid rgba(126,238,255,.46)!important;
  border-radius:6px!important;
  background:linear-gradient(145deg,rgba(8,206,244,.24),rgba(95,112,255,.2))!important;
  color:#fff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.28)!important;
}
body .site-header .header-cta:hover,
body .site-header .header-cta:focus-visible,
body .wit-button:hover,
body .wit-button:focus-visible,
body .p-btn:hover,
body .p-btn:focus-visible,
body .i-btn:hover,
body .i-btn:focus-visible,
body .p-service a:hover,
body .p-service a:focus-visible,
body .wp-block-button__link:hover,
body .wp-block-button__link:focus-visible,
body .wp-element-button:hover,
body .wp-element-button:focus-visible,
body .hire-form-actions button:hover,
body .hire-form-actions button:focus-visible,
body .home-solution-card:hover>strong,
body .industry-card:hover>div>strong{
  transform:translateY(-2px)!important;
  border-color:rgba(126,238,255,.72)!important;
  background:linear-gradient(-30deg,#0b3b70 50%,#08264b 50%)!important;
  box-shadow:0 12px 26px rgba(8,126,202,.28)!important;
  filter:none!important;
  animation:none!important;
}
body .site-header .header-cta:hover::before,
body .site-header .header-cta:focus-visible::before,
body .wit-button:hover::before,
body .wit-button:focus-visible::before,
body .p-btn:hover::before,
body .p-btn:focus-visible::before,
body .i-btn:hover::before,
body .i-btn:focus-visible::before,
body .p-service a:hover::before,
body .p-service a:focus-visible::before,
body .wp-block-button__link:hover::before,
body .wp-block-button__link:focus-visible::before,
body .wp-element-button:hover::before,
body .wp-element-button:focus-visible::before,
body .hire-form-actions button:hover::before,
body .hire-form-actions button:focus-visible::before,
body .home-solution-card:hover>strong::before,
body .industry-card:hover>div>strong::before{
  background:#09204a!important;
  color:#fff!important;
  transform:translateX(2px)!important;
}
@keyframes wit-edge-run{
  0%{background-position:-200% 0,100% -200%,200% 100%,0 200%}
  100%{background-position:200% 0,100% 200%,-200% 100%,0 -200%}
}
@media(prefers-reduced-motion:reduce){
  body .site-header .header-cta::after,body .wit-button::after,body .p-btn::after,body .i-btn::after,body .p-service a::after,body .wp-block-button__link::after,body .wp-element-button::after,body .hire-form-actions button::after,body .home-solution-card>strong::after,body .industry-card>div>strong::after{animation:none!important;background-position:50% 0,100% 50%,50% 100%,0 50%!important}
}

/* Final arrow-free button palette requested for the live site. */
body .site-header .header-cta,
body .wit-button,
body .p-btn,
body .p-btn.light,
body .p-btn.ghost,
body .i-btn,
body .p-service a,
body .wp-block-button__link,
body .wp-element-button,
body .hire-form-actions button,
body .home-solution-card>strong,
body .industry-card>div>strong,
body input[type="submit"]:not(.adminbar-button),
body button[type="submit"]:not(.menu-toggle):not(.submenu-toggle):not(.solutions-tab-button),
body #content .wit-hire-form .hire-form-actions button,
body #content .wit-hire-form .hire-form-actions button:not(.hire-prev),
body #content .wit-hire-form .hire-form-actions .hire-prev,
body .wit-project-modal .wit-hire-form .hire-form-actions .hire-prev,
body .wit-project-modal .wit-hire-form .hire-form-actions button:not(.hire-prev){
  gap:0!important;
  padding:0 1.25rem!important;
  border:2px solid rgba(24,223,192,.38)!important;
  border-radius:8px!important;
  background:#05070b!important;
  color:#fff!important;
}
body .site-header .header-cta::before,
body .wit-button::before,
body .p-btn::before,
body .i-btn::before,
body .p-service a::before,
body .wp-block-button__link::before,
body .wp-element-button::before,
body .hire-form-actions button::before,
body .home-solution-card>strong::before,
body .industry-card>div>strong::before,
body button[type="submit"]:not(.menu-toggle):not(.submenu-toggle):not(.solutions-tab-button)::before{
  content:none!important;
  display:none!important;
}
body .site-header .header-cta::after,
body .wit-button::after,
body .p-btn::after,
body .i-btn::after,
body .p-service a::after,
body .wp-block-button__link::after,
body .wp-element-button::after,
body .hire-form-actions button::after,
body .home-solution-card>strong::after,
body .industry-card>div>strong::after{
  background:
    linear-gradient(90deg,transparent 0%,#18dfc0 42%,#18dfc0 58%,transparent 100%) -200% 0/200% 2px no-repeat,
    linear-gradient(180deg,transparent 0%,#18dfc0 42%,#18dfc0 58%,transparent 100%) 100% -200%/2px 200% no-repeat,
    linear-gradient(270deg,transparent 0%,#18dfc0 42%,#18dfc0 58%,transparent 100%) 200% 100%/200% 2px no-repeat,
    linear-gradient(0deg,transparent 0%,#18dfc0 42%,#18dfc0 58%,transparent 100%) 0 200%/2px 200% no-repeat!important;
  animation:wit-edge-run 2.4s linear infinite!important;
}
body .site-header .header-cta:hover,
body .site-header .header-cta:focus-visible,
body .wit-button:hover,
body .wit-button:focus-visible,
body .p-btn:hover,
body .p-btn:focus-visible,
body .i-btn:hover,
body .i-btn:focus-visible,
body .p-service a:hover,
body .p-service a:focus-visible,
body .wp-block-button__link:hover,
body .wp-block-button__link:focus-visible,
body .wp-element-button:hover,
body .wp-element-button:focus-visible,
body .hire-form-actions button:hover,
body .hire-form-actions button:focus-visible,
body .home-solution-card:hover>strong,
body .industry-card:hover>div>strong{
  background:#071b38!important;
  border-color:#18dfc0!important;
  color:#fff!important;
}

/* Premium four-step systems used across homepage and service pages. */
.p-process{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1.15rem!important}
.p-process .p-step{
  --step-accent:#18dfc0;
  --step-rgb:24,223,192;
  position:relative;
  min-height:220px;
  padding:1.55rem!important;
  overflow:hidden;
  border:1px solid rgba(7,17,31,.1)!important;
  border-radius:8px!important;
  background:radial-gradient(circle at 100% 0,rgba(var(--step-rgb),.13),transparent 36%),linear-gradient(145deg,#fff,#f7faff)!important;
  box-shadow:0 12px 30px rgba(7,17,31,.07);
  transition:transform .35s cubic-bezier(.2,.75,.25,1),border-color .25s ease,box-shadow .35s ease!important;
}
.p-process .p-step:nth-child(2){--step-accent:#159fea;--step-rgb:21,159,234}
.p-process .p-step:nth-child(3){--step-accent:#5f70ff;--step-rgb:95,112,255}
.p-process .p-step:nth-child(4){--step-accent:#12b99e;--step-rgb:18,185,158}
.p-process .p-step::after{content:"";position:absolute;left:0;top:0;width:100%;height:4px;background:linear-gradient(90deg,var(--step-accent),transparent 80%);transform:scaleX(.34);transform-origin:left;transition:transform .4s ease}
.p-process .p-step:hover{transform:translateY(-6px);border-color:rgba(var(--step-rgb),.52)!important;box-shadow:0 22px 44px rgba(7,17,31,.12)}
.p-process .p-step:hover::after{transform:scaleX(1)}
.p-process .p-step>span:first-child{display:grid;width:44px;height:44px;margin:0 0 1.15rem;place-items:center;border:1px solid rgba(var(--step-rgb),.34);border-radius:8px;background:#071b38;color:var(--step-accent);font-size:.78rem;font-weight:700;letter-spacing:.08em;transition:transform .3s ease,background-color .3s ease}
.p-process .p-step:hover>span:first-child{transform:rotate(-5deg) scale(1.06);background:#071b38!important}
.p-process .p-step h3{margin:.15rem 0 .65rem!important;color:#07111f;font-size:1.42rem!important;line-height:1.15}
.p-process .p-step p{margin:0!important;color:#647186!important;line-height:1.62!important}
.p-approach-grid>.p-process-actions{grid-column:2;display:flex!important;justify-content:center!important;margin:1.3rem 0 0!important}

.process-grid{gap:1.15rem!important}
.process-grid article{position:relative;min-height:230px;padding:1.6rem!important;overflow:hidden;border:1px solid rgba(255,255,255,.13)!important;border-radius:8px!important;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025))!important;box-shadow:0 14px 32px rgba(0,0,0,.14);transition:transform .32s ease,border-color .25s ease,background-color .25s ease!important}
.process-grid article::after{content:"";position:absolute;left:0;top:0;width:100%;height:3px;background:linear-gradient(90deg,#18dfc0,transparent);transform:scaleX(.35);transform-origin:left;transition:transform .4s ease}
.process-grid article:hover{transform:translateY(-6px);border-color:rgba(24,223,192,.5)!important;background:linear-gradient(145deg,rgba(7,27,56,.96),rgba(7,17,31,.96))!important}
.process-grid article:hover::after{transform:scaleX(1)}
.process-grid article>strong:first-child{display:grid;width:44px;height:44px;margin-bottom:1.15rem;place-items:center;border:1px solid rgba(24,223,192,.34);border-radius:8px;background:#071b38!important;color:#18dfc0!important;font-size:.76rem;letter-spacing:.08em;transition:transform .3s ease}
.process-grid article:hover>strong:first-child{transform:rotate(-5deg) scale(1.06);background:#071b38!important}
.process-grid article h3{margin:.2rem 0 .65rem!important;color:#fff;font-size:1.35rem!important;line-height:1.18}
.process-grid article p{margin:0!important;color:#aeb9ca!important;line-height:1.62!important}
.industries-view-all{display:flex;justify-content:center;margin-top:2rem}

/* Icon hover surfaces remain dark blue throughout the website. */
.solution-card:hover .solution-icon,
.home-solution-card:hover .home-solution-icon,
.industry-card:hover .industry-card-icon,
.portfolio-card:hover .portfolio-card-icon,
.why-choose-card:hover .why-choose-icon,
.primary-nav .service-group:hover .mega-group-icon,
.primary-nav a:hover .nav-tab-icon,
.solutions-tab-button:hover .nav-tab-icon,
.solutions-tab-button.is-active .nav-tab-icon{
  background:#071b38!important;
  color:#18dfc0!important;
}
@media(max-width:900px){.p-approach-grid>.p-process-actions{grid-column:1/-1}.p-process{grid-template-columns:1fr!important}}

/* Homepage approach: centered introduction, four cards, then centered CTA. */
.p-approach-grid{
  grid-template-columns:minmax(0,1fr)!important;
  gap:2rem!important;
}
.p-approach-grid>.p-sticky{
  position:static!important;
  top:auto!important;
  width:min(820px,100%);
  margin:0 auto!important;
  text-align:center!important;
}
.p-approach-grid>.p-sticky .p-eyebrow,
.p-approach-grid>.p-sticky .p-title,
.p-approach-grid>.p-sticky .p-copy{
  text-align:center!important;
}
.p-approach-grid>.p-sticky .p-copy{
  max-width:760px;
  margin-right:auto!important;
  margin-left:auto!important;
}
.p-approach-grid>.p-process{
  grid-column:1/-1!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  width:100%;
}
.p-approach-grid>.p-process-actions{
  grid-column:1/-1!important;
  width:100%;
  margin:.15rem 0 0!important;
  justify-content:center!important;
  text-align:center!important;
}
@media(max-width:1050px){
  .p-approach-grid>.p-process{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:640px){
  .p-approach-grid>.p-process{grid-template-columns:1fr!important}
}

/* Distinct industry palettes with a consistent premium card system. */
.industries-grid>.industry-card{
  --industry-accent:#18dfc0;
  --industry-rgb:24,223,192;
  position:relative;
  isolation:isolate;
  min-height:270px;
  padding:1.7rem!important;
  border:1px solid rgba(var(--industry-rgb),.28)!important;
  background:
    radial-gradient(circle at 100% 0,rgba(var(--industry-rgb),.2),transparent 38%),
    linear-gradient(145deg,#fff 0%,rgba(var(--industry-rgb),.07) 100%)!important;
  box-shadow:0 14px 34px rgba(7,17,31,.07);
}
.industries-grid>.industry-card:nth-child(8n+2){--industry-accent:#159fea;--industry-rgb:21,159,234}
.industries-grid>.industry-card:nth-child(8n+3){--industry-accent:#5f70ff;--industry-rgb:95,112,255}
.industries-grid>.industry-card:nth-child(8n+4){--industry-accent:#ed7656;--industry-rgb:237,118,86}
.industries-grid>.industry-card:nth-child(8n+5){--industry-accent:#9a63df;--industry-rgb:154,99,223}
.industries-grid>.industry-card:nth-child(8n+6){--industry-accent:#d8a229;--industry-rgb:216,162,41}
.industries-grid>.industry-card:nth-child(8n+7){--industry-accent:#0eae87;--industry-rgb:14,174,135}
.industries-grid>.industry-card:nth-child(8n){--industry-accent:#e05287;--industry-rgb:224,82,135}
.industries-grid>.industry-card::after{
  content:"";
  position:absolute;
  right:-54px;
  bottom:-70px;
  z-index:-1;
  width:180px;
  height:180px;
  border:28px solid rgba(var(--industry-rgb),.1);
  border-radius:50%;
  transition:transform .5s cubic-bezier(.2,.75,.25,1),border-color .35s ease;
}
.industries-grid>.industry-card>*{position:relative;z-index:1}
.industries-grid>.industry-card .industry-card-icon{
  border:1px solid rgba(var(--industry-rgb),.42);
  background:#071b38!important;
  color:var(--industry-accent)!important;
  box-shadow:0 10px 24px rgba(7,27,56,.16);
}
.industries-grid>.industry-card:hover{
  transform:translateY(-8px)!important;
  border-color:rgba(var(--industry-rgb),.68)!important;
  box-shadow:0 24px 50px rgba(7,17,31,.14)!important;
}
.industries-grid>.industry-card:hover::after{
  transform:translate(-12px,-10px) scale(1.08);
  border-color:rgba(var(--industry-rgb),.2);
}
.industries-grid>.industry-card:hover .industry-card-icon{
  background:#071b38!important;
  color:var(--industry-accent)!important;
}
@media(max-width:650px){.industries-grid>.industry-card{min-height:0}}

/* Keep longer industry section titles balanced to two lines. */
.industry-types .section-heading{
  width:min(1040px,100%)!important;
  max-width:1040px!important;
  margin-right:auto!important;
  margin-left:auto!important;
}
.industry-types .section-heading h2{
  max-width:1040px!important;
  font-size:clamp(2rem,3.45vw,3.25rem)!important;
  line-height:1.12!important;
  text-wrap:balance;
}
@media(max-width:650px){
  .industry-types .section-heading h2{font-size:clamp(1.75rem,7.2vw,2.15rem)!important}
}

/* Polished, topic-specific FAQ system shared by service and industry pages. */
.faq-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 5%,rgba(24,223,192,.09),transparent 28%),
    radial-gradient(circle at 94% 92%,rgba(95,112,255,.1),transparent 30%),
    linear-gradient(180deg,#f8fbff 0%,#f1f5fb 100%)!important;
}
.faq-section .faq-container{width:min(1000px,90%);max-width:1000px}
.faq-section .section-heading{max-width:780px!important;margin-right:auto!important;margin-left:auto!important;text-align:center!important}
.faq-section .section-heading h2{
  white-space:normal!important;
  font-size:clamp(2rem,4vw,3.5rem)!important;
  line-height:1.08!important;
  text-wrap:balance;
}
.faq-list{
  display:grid;
  gap:.9rem;
  margin-top:2.15rem;
  border:0!important;
  counter-reset:wit-faq;
}
.faq-item{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(7,17,31,.1)!important;
  border-radius:8px;
  background:rgba(255,255,255,.9);
  box-shadow:0 10px 28px rgba(7,17,31,.055);
  counter-increment:wit-faq;
  transition:transform .28s ease,border-color .25s ease,box-shadow .28s ease,background-color .25s ease;
}
.faq-item::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:4px;
  height:100%;
  background:linear-gradient(180deg,#18dfc0,#5f70ff);
  transform:scaleY(0);
  transform-origin:top;
  transition:transform .35s ease;
}
.faq-item:hover,.faq-item[open]{
  border-color:rgba(24,223,192,.48)!important;
  box-shadow:0 18px 38px rgba(7,17,31,.1);
}
.faq-item:hover{transform:translateY(-2px)}
.faq-item[open]{background:#fff}
.faq-item:hover::before,.faq-item[open]::before{transform:scaleY(1)}
.faq-item summary{padding:1.15rem 1.2rem 1.15rem 1.3rem!important;font-size:1.04rem!important;line-height:1.45!important}
.faq-item summary>span{display:flex;align-items:center;gap:1rem}
.faq-item summary>span::before{
  content:counter(wit-faq,decimal-leading-zero);
  display:grid;
  flex:0 0 42px;
  width:42px;
  height:42px;
  place-items:center;
  border:1px solid rgba(24,223,192,.3);
  border-radius:8px;
  background:#071b38;
  color:#18dfc0;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.08em;
}
.faq-item summary i{flex-basis:38px!important;width:38px!important;height:38px!important;border-color:rgba(7,17,31,.13)!important;background:#f4f7fb!important}
.faq-item:hover summary i,.faq-item[open] summary i{border-color:#18dfc0!important;background:#071b38!important}
.faq-item:hover summary i::before,.faq-item:hover summary i::after,.faq-item[open] summary i::before,.faq-item[open] summary i::after{background:#18dfc0!important}
.faq-answer p{padding:0 5.5rem 1.35rem 5.55rem!important;color:#59677d!important;line-height:1.7!important}
@media(max-width:650px){
  .faq-section .faq-container{width:90%}
  .faq-item summary{gap:.8rem!important;padding:1rem!important}
  .faq-item summary>span{gap:.75rem}
  .faq-item summary>span::before{flex-basis:36px;width:36px;height:36px}
  .faq-item summary i{flex-basis:34px!important;width:34px!important;height:34px!important}
  .faq-answer p{padding:0 1rem 1.15rem 3.95rem!important}
}

/* Premium six-card IT Solutions showcase. */
.home-solutions{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 10%,rgba(24,223,192,.09),transparent 27%),
    radial-gradient(circle at 92% 85%,rgba(95,112,255,.1),transparent 31%),
    linear-gradient(180deg,#f8fbff 0%,#f1f5fb 100%)!important;
}
.home-solutions::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:linear-gradient(rgba(7,17,31,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(7,17,31,.025) 1px,transparent 1px);
  background-size:40px 40px;
  -webkit-mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 82%,transparent);
  mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 82%,transparent);
}
.home-solutions .wit-container{position:relative;z-index:1}
.home-solutions-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:1.4rem!important}
.home-solution-card{
  --solution-accent:#18dfc0;
  --solution-rgb:24,223,192;
  height:auto!important;
  min-height:0!important;
  padding:1.7rem!important;
  justify-content:flex-start!important;
  border:1px solid rgba(7,17,31,.1)!important;
  border-radius:8px!important;
  background:
    radial-gradient(circle at 92% 4%,rgba(var(--solution-rgb),.16),transparent 30%),
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(247,250,255,.94))!important;
  box-shadow:0 12px 34px rgba(7,17,31,.07)!important;
  isolation:isolate;
}
.home-solution-card:nth-child(2){--solution-accent:#159fea;--solution-rgb:21,159,234}
.home-solution-card:nth-child(3){--solution-accent:#5f70ff;--solution-rgb:95,112,255}
.home-solution-card:nth-child(4){--solution-accent:#7a5cff;--solution-rgb:122,92,255}
.home-solution-card:nth-child(5){--solution-accent:#08bcd8;--solution-rgb:8,188,216}
.home-solution-card:nth-child(6){--solution-accent:#12b99e;--solution-rgb:18,185,158}
.home-solution-card::before{
  content:"";
  position:absolute;
  z-index:2;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,var(--solution-accent),transparent 82%);
  transform:scaleX(.38);
  transform-origin:left;
  transition:transform .45s cubic-bezier(.2,.75,.25,1);
}
.home-solution-card::after{
  content:"";
  position:absolute;
  z-index:-1;
  right:-72px;
  bottom:-82px;
  width:190px;
  height:190px;
  border:28px solid rgba(var(--solution-rgb),.075);
  border-radius:50%;
  transform:none;
  transition:transform .55s cubic-bezier(.2,.75,.25,1),border-color .35s ease;
}
.home-solution-card:hover{
  transform:translateY(-8px)!important;
  border-color:rgba(var(--solution-rgb),.5)!important;
  box-shadow:0 24px 55px rgba(7,17,31,.13)!important;
}
.home-solution-card:hover::before{transform:scaleX(1)}
.home-solution-card:hover::after{transform:scale(1.16) rotate(10deg);border-color:rgba(var(--solution-rgb),.13)}
.home-solution-top{position:relative;z-index:1;align-items:flex-start!important}
.home-solution-top>span:first-child{
  margin-top:.32rem;
  padding:.32rem .58rem;
  border:1px solid rgba(var(--solution-rgb),.24);
  border-radius:999px;
  background:rgba(var(--solution-rgb),.08);
  color:var(--solution-accent)!important;
  font-size:.68rem!important;
  font-weight:700;
  line-height:1;
}
.home-solution-icon{
  width:62px!important;
  height:62px!important;
  flex-basis:62px!important;
  border:1px solid rgba(var(--solution-rgb),.34);
  border-radius:8px!important;
  background:linear-gradient(145deg,#07111f,#0b2340)!important;
  color:var(--solution-accent)!important;
  box-shadow:0 12px 28px rgba(7,17,31,.16)!important;
}
.home-solution-icon svg{width:31px!important;height:31px!important;stroke-dasharray:70;stroke-dashoffset:0;animation:home-icon-draw 7s ease-in-out infinite}
.home-solution-card:hover .home-solution-icon{transform:translateY(-4px) rotate(-4deg) scale(1.06)!important;box-shadow:0 15px 30px rgba(var(--solution-rgb),.2)!important}
.home-solution-card h3{position:relative;z-index:1;margin:1.35rem 0 .65rem!important;color:#07111f;font-size:clamp(1.42rem,2vw,1.72rem)!important;line-height:1.12!important}
.home-solution-card p{position:relative;z-index:1;margin:0 0 1rem!important;color:#5f6d82!important;font-size:.94rem;line-height:1.65!important}
.home-solution-card>strong{position:relative!important;z-index:2!important;margin-top:0!important;flex-shrink:0}
@keyframes home-icon-draw{0%,78%,100%{stroke-dashoffset:0}88%{stroke-dashoffset:70}96%{stroke-dashoffset:0}}
@media(max-width:960px){.home-solutions-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:600px){.home-solutions-grid{grid-template-columns:1fr!important}.home-solution-card{height:auto!important;min-height:0!important}}
@media(prefers-reduced-motion:reduce){.home-solution-icon svg{animation:none!important}}

/* Square CodePen-style four-edge runner for every site CTA. */
body .site-header .header-cta,
body .wit-button,
body .p-btn,
body .p-btn.light,
body .p-btn.ghost,
body .i-btn,
body .p-service a,
body .wp-block-button__link,
body .wp-element-button,
body .hire-form-actions button,
body .home-solution-card>strong,
body .industry-card>div>strong,
body input[type="submit"]:not(.adminbar-button),
body button[type="submit"]:not(.menu-toggle):not(.submenu-toggle):not(.solutions-tab-button),
body #content .wit-hire-form .hire-form-actions button,
body #content .wit-hire-form .hire-form-actions button:not(.hire-prev),
body #content .wit-hire-form .hire-form-actions .hire-prev,
body .wit-project-modal .wit-hire-form .hire-form-actions .hire-prev,
body .wit-project-modal .wit-hire-form .hire-form-actions button:not(.hire-prev){
  border-radius:0!important;
}
body .site-header .header-cta::after,
body .wit-button::after,
body .p-btn::after,
body .i-btn::after,
body .p-service a::after,
body .wp-block-button__link::after,
body .wp-element-button::after,
body .hire-form-actions button::after,
body .home-solution-card>strong::after,
body .industry-card>div>strong::after{
  border-radius:0!important;
  background:
    linear-gradient(90deg,transparent,#18dfc0) 100% 0/100% 2px no-repeat,
    linear-gradient(180deg,transparent,#18dfc0) 100% 100%/2px 100% no-repeat,
    linear-gradient(270deg,transparent,#18dfc0) 0 100%/100% 2px no-repeat,
    linear-gradient(0deg,transparent,#18dfc0) 0 0/2px 100% no-repeat!important;
  animation:wit-codepen-edges 2s linear infinite!important;
}
@keyframes wit-codepen-edges{
  0%{background-position:100% 0,100% 200%,0 100%,0 -200%}
  50%{background-position:-100% 0,100% 100%,100% 100%,0 0}
  100%{background-position:-100% 0,100% -100%,100% 100%,0 200%}
}
@media(prefers-reduced-motion:reduce){
  body .site-header .header-cta::after,body .wit-button::after,body .p-btn::after,body .i-btn::after,body .p-service a::after,body .wp-block-button__link::after,body .wp-element-button::after,body .hire-form-actions button::after,body .home-solution-card>strong::after,body .industry-card>div>strong::after{animation:none!important}
}

/* Exact four-runner implementation used by the CodePen reference. */
body .site-header .header-cta::after,
body .wit-button::after,
body .p-btn::after,
body .i-btn::after,
body .p-service a::after,
body .wp-block-button__link::after,
body .wp-element-button::after,
body .hire-form-actions button::after,
body .home-solution-card>strong::after,
body .industry-card>div>strong::after{
  content:none!important;
  display:none!important;
  animation:none!important;
}
.wit-edge{
  position:absolute!important;
  z-index:8!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  pointer-events:none!important;
}
.wit-edge-top{
  top:0!important;
  left:0!important;
  width:100%!important;
  height:2px!important;
  background:linear-gradient(to left,rgba(24,223,192,0),#18dfc0)!important;
  animation:wit-animate-top 2s linear infinite!important;
}
.wit-edge-right{
  top:0!important;
  right:0!important;
  width:2px!important;
  height:100%!important;
  background:linear-gradient(to top,rgba(24,223,192,0),#18dfc0)!important;
  animation:wit-animate-right 2s linear -1s infinite!important;
}
.wit-edge-bottom{
  bottom:0!important;
  left:0!important;
  width:100%!important;
  height:2px!important;
  background:linear-gradient(to right,rgba(24,223,192,0),#18dfc0)!important;
  animation:wit-animate-bottom 2s linear infinite!important;
}
.wit-edge-left{
  top:0!important;
  left:0!important;
  width:2px!important;
  height:100%!important;
  background:linear-gradient(to bottom,rgba(24,223,192,0),#18dfc0)!important;
  animation:wit-animate-left 2s linear -1s infinite!important;
}
@keyframes wit-animate-top{0%{transform:translateX(100%)}100%{transform:translateX(-100%)}}
@keyframes wit-animate-right{0%{transform:translateY(100%)}100%{transform:translateY(-100%)}}
@keyframes wit-animate-bottom{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}
@keyframes wit-animate-left{0%{transform:translateY(-100%)}100%{transform:translateY(100%)}}
@media(prefers-reduced-motion:reduce){.wit-edge{animation:none!important}}

/* No permanent outline: only the four animated edge runners remain visible. */
body .site-header .header-cta,
body .wit-button,
body .p-btn,
body .p-btn.light,
body .p-btn.ghost,
body .i-btn,
body .p-service a,
body .wp-block-button__link,
body .wp-element-button,
body .hire-form-actions button,
body .home-solution-card>strong,
body .industry-card>div>strong,
body input[type="submit"]:not(.adminbar-button),
body button[type="submit"]:not(.menu-toggle):not(.submenu-toggle):not(.solutions-tab-button),
body #content .wit-hire-form .hire-form-actions button,
body #content .wit-hire-form .hire-form-actions button:not(.hire-prev),
body #content .wit-hire-form .hire-form-actions .hire-prev,
body .wit-project-modal .wit-hire-form .hire-form-actions .hire-prev,
body .wit-project-modal .wit-hire-form .hire-form-actions button:not(.hire-prev),
body .site-header .header-cta:hover,
body .site-header .header-cta:focus-visible,
body .wit-button:hover,
body .wit-button:focus-visible,
body .p-btn:hover,
body .p-btn:focus-visible,
body .i-btn:hover,
body .i-btn:focus-visible,
body .p-service a:hover,
body .p-service a:focus-visible,
body .wp-block-button__link:hover,
body .wp-block-button__link:focus-visible,
body .wp-element-button:hover,
body .wp-element-button:focus-visible,
body .hire-form-actions button:hover,
body .hire-form-actions button:focus-visible,
body .home-solution-card:hover>strong,
body .industry-card:hover>div>strong{
  border:2px solid transparent!important;
  border-color:transparent!important;
}

/* Partnership, company story and Google review presentation. */
.partnership-intro{background:linear-gradient(135deg,#f7fbff 0%,#fff 52%,#eefbfa 100%)}
.partnership-intro .content-narrow{position:relative;padding-left:clamp(1rem,4vw,4rem);border-left:4px solid #18dfc0}
.partnership-models{background:#f0ebe1}
.partnership-models .solution-card{background:#fff}

.about-story{background:radial-gradient(circle at 86% 14%,rgba(8,206,244,.12),transparent 29%),linear-gradient(145deg,#f8fcff 0%,#fff 58%,#eefbf8 100%);color:#5b6b7f}
.about-story h2{color:#07111f}
.about-story-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:clamp(2rem,6vw,6rem);align-items:center}
.about-story-copy p{max-width:720px}
.about-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.about-stats article{min-height:150px;padding:1.5rem;border:1px solid #dbe7ee;background:#fff;box-shadow:0 12px 28px rgba(7,17,31,.06);display:flex;flex-direction:column;justify-content:flex-end;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.about-stats article:hover{transform:translateY(-6px);border-color:#18dfc0;box-shadow:0 20px 38px rgba(7,17,31,.11)}
.about-stats strong{color:#18dfc0;font-size:clamp(2rem,4vw,3.5rem);line-height:1}
.about-stats span{margin-top:.7rem;color:#46576c}
.about-journey{background:#f0ebe1}
.about-timeline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;counter-reset:timeline}
.about-timeline article,.about-values-grid article{position:relative;padding:2rem;border:1px solid rgba(6,20,38,.1);background:#fff;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}
.about-timeline article:hover,.about-values-grid article:hover{transform:translateY(-7px);box-shadow:0 20px 45px rgba(6,20,38,.12)}
.about-timeline article>span,.about-values-grid article>span{position:absolute;right:1rem;top:.5rem;color:rgba(8,36,66,.07);font-weight:800;font-size:4.5rem;line-height:1}
.about-timeline small{display:inline-block;margin-bottom:1rem;color:#087f91;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.about-values{background:#fff}
.about-values-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
.about-values-grid article{background:#f7fafc}
.about-expertise{background:#061426;color:#c6d2e1}
.about-expertise h2{color:#fff}
.about-expertise-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem;margin:2rem auto 0;max-width:1080px}
.about-expertise-list span{padding:.75rem 1rem;border:1px solid rgba(24,223,192,.28);background:rgba(255,255,255,.05);color:#fff;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}
.about-expertise-list span:hover{transform:translateY(-3px);border-color:#18dfc0;background:rgba(24,223,192,.1)}
.about-action{text-align:center;margin-top:2rem}

.wit-project-modal-header{background:radial-gradient(circle at 82% 10%,rgba(24,223,192,.25),transparent 34%),linear-gradient(135deg,#020913,#082442)!important}
.wit-project-modal-header>div{max-width:820px}
.wit-project-modal-benefits{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}
.wit-project-modal-benefits span{padding:.42rem .7rem;border:1px solid rgba(24,223,192,.4);background:rgba(24,223,192,.08);color:#dffefa;font-size:.78rem;font-weight:700;letter-spacing:.04em}
.wit-project-modal-form{background:#eef2f6;padding:1rem}
.wit-project-modal-form .wit-hire-form{border:1px solid #d9e2ec!important;background:#fff!important;box-shadow:0 16px 45px rgba(6,20,38,.1)!important}

.home-testimonials{position:relative;overflow:hidden;background:linear-gradient(145deg,#061426,#091f3a);color:#c7d2df}
.home-testimonials::before{content:"";position:absolute;inset:auto -8rem -11rem auto;width:28rem;height:28rem;border-radius:50%;background:radial-gradient(circle,rgba(24,223,192,.14),transparent 68%);pointer-events:none}
.home-testimonials .section-heading h2{color:#fff}
.home-testimonials .section-heading p{color:#aebed1}
.testimonial-carousel{position:relative;margin-top:2.25rem}
.testimonial-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(310px,calc((100% - 2rem)/3));gap:1rem;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none;padding:.4rem .15rem 1.1rem}
.testimonial-track::-webkit-scrollbar{display:none}
.testimonial-card{scroll-snap-align:start;min-height:300px;padding:1.75rem;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);transition:transform .25s ease,border-color .25s ease,background-color .25s ease}
.testimonial-card:hover{transform:translateY(-6px);border-color:#18dfc0;background:rgba(24,223,192,.08)}
.testimonial-card-top{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.testimonial-stars{color:#ffcc4d;letter-spacing:.12em;font-size:.9rem}
.testimonial-google{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:#fff;color:#4285f4;font-weight:900}
.testimonial-card blockquote{margin:1.75rem 0;flex:1}
.testimonial-card blockquote p{margin:0;color:#fff;font-size:1.05rem;line-height:1.75}
.testimonial-card footer{display:flex;flex-direction:column;gap:.2rem}
.testimonial-card footer strong{color:#18dfc0}
.testimonial-card footer span{font-size:.82rem;color:#95a8be}
.testimonial-controls{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.5rem}
.testimonial-arrows{display:flex;gap:.55rem}
.testimonial-arrows button{display:grid;width:44px;height:44px;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:0;background:transparent;color:#fff;font-size:1.1rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}
.testimonial-arrows button:hover,.testimonial-arrows button:focus-visible{border-color:#18dfc0;background:#092c54}
.testimonial-controls>a{color:#cfe1f3;text-decoration-thickness:1px;text-underline-offset:.25rem}
.testimonial-action{text-align:center;margin-top:1.5rem}
@media(max-width:920px){.about-story-grid{grid-template-columns:1fr}.about-timeline{grid-template-columns:1fr}.about-values-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.testimonial-track{grid-auto-columns:minmax(300px,72vw)}}
@media(max-width:600px){.about-stats,.about-values-grid{grid-template-columns:1fr}.testimonial-track{grid-auto-columns:88vw}.testimonial-controls{align-items:flex-start;flex-direction:column}.wit-project-modal-benefits{display:none}.wit-project-modal-form{padding:0}}

/* Six-point trust system used across core service and industry pages. */
.why-choose-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}
.why-choose-card{min-height:285px;padding:2rem;background:linear-gradient(145deg,#fff 0%,#f5f8fc 100%)}
.why-choose-card:nth-child(2),.why-choose-card:nth-child(5){background:linear-gradient(145deg,#f4fbff,#fff)}
.why-choose-card:nth-child(3),.why-choose-card:nth-child(6){background:linear-gradient(145deg,#f3fffc,#fff)}
.why-choose-card::before{content:"";position:absolute;right:-48px;bottom:-52px;width:135px;height:135px;border:1px solid rgba(24,223,192,.18);border-radius:50%;transition:transform .45s ease,border-color .3s ease}
.why-choose-card:hover::before{transform:scale(1.18);border-color:rgba(24,223,192,.55)}
.why-choose-card:hover .why-choose-icon{background:#071f3d!important;color:#18dfc0!important}
@media(max-width:1000px){.why-choose-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.why-choose-grid{grid-template-columns:1fr}.why-choose-card{min-height:0}}

/* Contact page */
.contact-main{background:linear-gradient(145deg,#f5f8fc 0%,#fff 48%,#eefcf9 100%)}
.contact-main-grid{display:grid;grid-template-columns:minmax(310px,.82fr) minmax(0,1.18fr);gap:clamp(2rem,5vw,5rem);align-items:start}
.contact-details{position:sticky;top:110px}
.contact-details>h2{margin:.55rem 0 1rem;font-size:clamp(2rem,4vw,3.7rem);line-height:1.06;letter-spacing:-.035em}
.contact-details>p{margin:0;color:#667085;font-size:1.05rem}
.contact-detail-list{display:grid;gap:.75rem;margin-top:2rem}
.contact-detail-list>a,.contact-location{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:1rem;padding:1rem;border:1px solid #dce4ec;background:#fff;color:#07111f;text-decoration:none;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.contact-detail-list>a:hover,.contact-detail-list>a:focus-visible{transform:translateX(6px);border-color:#18dfc0;box-shadow:0 13px 34px rgba(7,17,31,.08)}
.contact-detail-icon{display:grid;width:52px;height:52px;place-items:center;background:#071f3d;color:#18dfc0}
.contact-detail-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.contact-detail-list small,.contact-detail-list strong,.contact-detail-list em{display:block}
.contact-detail-list small{color:#667085;font-size:.7rem;font-style:normal;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.contact-detail-list strong{font-size:1rem;overflow-wrap:anywhere}
.contact-detail-list em{color:#7d8999;font-size:.78rem;font-style:normal}
.contact-expect{margin-top:1rem;padding:1.25rem 1.4rem;background:#07111f;color:#fff}
.contact-expect>strong{color:#18dfc0}.contact-expect ol{margin:.65rem 0 0;padding-left:1.2rem;color:#bdc9d8}.contact-expect li+li{margin-top:.3rem}
.contact-form-panel{padding:clamp(1.4rem,3vw,2.5rem);border:1px solid #dbe4ee;background:#fff;box-shadow:0 24px 65px rgba(7,17,31,.1)}
.contact-form-heading{margin-bottom:1.6rem}.contact-form-heading h2{margin:.35rem 0 .45rem;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.08}.contact-form-heading p{margin:0;color:#667085}
.contact-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.contact-form-grid label{display:grid;gap:.42rem}.contact-form-grid label>span{color:#07111f;font-size:.82rem;font-weight:700}
.contact-form-grid input,.contact-form-grid select,.contact-form-grid textarea{width:100%;min-height:52px;padding:.82rem 1rem;border:1px solid #d5dee8;border-radius:0;background:#fbfcfe;color:#0b1422;font:inherit;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}
.contact-form-grid textarea{resize:vertical}.contact-form-grid input:focus,.contact-form-grid select:focus,.contact-form-grid textarea:focus{border-color:#18dfc0;background:#fff;box-shadow:0 0 0 3px rgba(24,223,192,.13)}
.contact-form-full{grid-column:1/-1}.contact-consent{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;gap:.65rem!important;color:#667085}.contact-consent input{width:18px!important;min-height:18px!important;margin-top:.2rem;padding:0!important}.contact-consent span{color:#667085!important;font-weight:400!important}
.wit-contact-form>.wit-button{margin-top:1.35rem}.contact-hp{position:absolute!important;left:-9999px!important}.contact-notice{margin-bottom:1rem;padding:.85rem 1rem;border-left:4px solid}.contact-notice.success{border-color:#18dfc0;background:#eafff9;color:#075b4d}.contact-notice.error{border-color:#d92d20;background:#fff1f0;color:#8a1c14}
.contact-prep{background:#07111f;color:#fff}.contact-prep .section-heading h2{color:#fff}.contact-prep .section-heading p{color:#aeb9ca}.contact-prep-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.contact-prep-grid article{position:relative;padding:1.7rem;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.035);transition:transform .25s ease,border-color .25s ease,background-color .25s ease}.contact-prep-grid article:hover{transform:translateY(-6px);border-color:#18dfc0;background:rgba(24,223,192,.07)}.contact-prep-grid strong{color:#18dfc0}.contact-prep-grid h3{margin:.8rem 0 .5rem;color:#fff}.contact-prep-grid p{margin:0;color:#aeb9ca}
@media(max-width:900px){.contact-main-grid{grid-template-columns:1fr}.contact-details{position:static}.contact-prep-grid{grid-template-columns:1fr}}
@media(max-width:600px){.contact-form-grid{grid-template-columns:1fr}.contact-form-full{grid-column:auto}.contact-form-panel{padding:1.25rem}}

/* Careers page */
.careers-intro{background:linear-gradient(135deg,#07111f 0%,#0a2342 58%,#0b4450 100%);color:#c4d1e1}
.careers-intro{background:linear-gradient(135deg,#07111f 0%,#0a2342 58%,#0b4450 100%);color:#c4d1e1}
.career-paths{background:radial-gradient(circle at 87% 16%,rgba(24,223,192,.18),transparent 28%),radial-gradient(circle at 8% 85%,rgba(8,206,244,.1),transparent 30%),linear-gradient(135deg,#ffffff 0%,#eef8fb 58%,#f0ebe1 100%)}
.careers-intro{background:radial-gradient(circle at 87% 16%,rgba(24,223,192,.18),transparent 28%),radial-gradient(circle at 8% 85%,rgba(8,206,244,.1),transparent 30%),linear-gradient(135deg,#ffffff 0%,#eef8fb 58%,#f0ebe1 100%);color:#53677c}
.careers-intro h2{color:#07111f!important}.careers-intro .eyebrow{color:#087f91}.careers-intro .careers-highlight{background:radial-gradient(circle at 75% 15%,rgba(24,223,192,.22),transparent 30%),linear-gradient(145deg,#07111f,#0b2947);color:#c4d1e1}.careers-intro .careers-highlight>strong{color:#fff}
.career-paths{position:relative;overflow:hidden;background:radial-gradient(circle at 84% 18%,rgba(24,223,192,.25),transparent 26%),radial-gradient(circle at 95% 85%,rgba(8,206,244,.14),transparent 36%),linear-gradient(135deg,#07111f 0%,#092440 58%,#0b4c56 100%);color:#fff}
.career-paths .section-heading h2{color:#fff}.career-paths .section-heading p{color:#c4d1e1}.career-paths .section-heading .eyebrow{color:#18dfc0}
.career-paths::before{content:"";position:absolute;right:-110px;bottom:-170px;width:390px;height:390px;border:58px solid rgba(255,255,255,.055);border-radius:50%;pointer-events:none}.career-paths>.wit-container{position:relative;z-index:1}
.career-paths .career-path-grid article{border-color:rgba(255,255,255,.14)!important;background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.045))!important;box-shadow:0 14px 32px rgba(0,0,0,.16)}
.career-paths .career-path-grid article:hover{background:linear-gradient(145deg,rgba(24,223,192,.18),rgba(255,255,255,.09))!important;border-color:#18dfc0!important;box-shadow:0 22px 44px rgba(0,0,0,.25)!important}
.career-paths .career-path-grid article>span{color:#18dfc0!important}.career-paths .career-path-grid h3{color:#fff!important}.career-paths .career-path-grid p{color:#c4d1e1!important}
.careers-intro-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(310px,.9fr);gap:clamp(2rem,6vw,6rem);align-items:center}
.careers-intro h2{margin:.55rem 0 1rem;color:#fff;font-size:clamp(2.25rem,4.8vw,4.7rem);line-height:1.02;letter-spacing:-.045em}.careers-intro p{max-width:720px}.careers-intro .wit-button{margin-top:1rem}
.careers-highlight{position:relative;min-height:380px;padding:clamp(2rem,4vw,3.5rem);display:flex;flex-direction:column;justify-content:flex-end;border:1px solid rgba(24,223,192,.32);background:radial-gradient(circle at 75% 15%,rgba(24,223,192,.25),transparent 30%),rgba(255,255,255,.05);overflow:hidden}.careers-highlight::before{content:"";position:absolute;top:-90px;right:-70px;width:250px;height:250px;border:48px solid rgba(255,255,255,.055);border-radius:50%}.careers-highlight>span{color:#18dfc0;font-size:.75rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.careers-highlight>strong{margin:.8rem 0;color:#fff;font-size:clamp(2rem,4vw,3.8rem);line-height:1.05}.careers-highlight>p{margin:0}
.career-values{background:#f0ebe1}.career-values-grid,.career-path-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.career-values-grid article,.career-path-grid article{position:relative;padding:1.7rem;border:1px solid rgba(7,17,31,.1);background:#fff;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.career-values-grid article:hover,.career-path-grid article:hover{transform:translateY(-7px);border-color:#18dfc0;box-shadow:0 20px 44px rgba(7,17,31,.1)}.career-values-grid article>span{position:absolute;right:1rem;top:.35rem;color:rgba(7,17,31,.07);font-size:3.8rem;font-weight:800}.career-values-grid h3,.career-path-grid h3{position:relative;margin:.6rem 0;color:#07111f}.career-values-grid p,.career-path-grid p{position:relative;margin:0;color:#667085}
.career-paths{background:#fff}.career-path-grid article{min-height:230px;background:linear-gradient(145deg,#fff,#f6f9fc)}.career-path-grid article>span{display:inline-block;color:#087f91;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.career-path-grid article::after{content:"";position:absolute;left:0;right:100%;bottom:0;height:3px;background:linear-gradient(90deg,#18dfc0,#5f70ff);transition:right .35s ease}.career-path-grid article:hover::after{right:0}
.career-process{background:#07111f;color:#fff}.career-process .section-heading h2{color:#fff}.career-process .process-grid article{background:rgba(255,255,255,.04)}.career-action{text-align:center;margin-top:2rem}
@media(max-width:900px){.careers-intro-grid{grid-template-columns:1fr}.career-values-grid,.career-path-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.career-values-grid,.career-path-grid{grid-template-columns:1fr}.careers-highlight{min-height:310px}}

/* Keep social icons legible against the branded copyright strip. */
.site-footer .footer-copyright .footer-socials a:hover,
.site-footer .footer-copyright .footer-socials a:focus-visible{color:#fff!important;border-color:#18dfc0!important;background:#071f3d!important;box-shadow:0 0 0 3px rgba(24,223,192,.16),0 9px 22px rgba(0,0,0,.24);transform:translateY(-3px)}
.site-footer .footer-copyright .footer-socials a:hover svg,
.site-footer .footer-copyright .footer-socials a:focus-visible svg{stroke:#fff!important;filter:drop-shadow(0 0 4px rgba(24,223,192,.65))}

/* Match Careers and About feature bands to the Talk to WebInfratech surface. */
.career-process,.about-expertise{
  position:relative;
  background:
    radial-gradient(circle at 12% 18%,rgba(8,206,244,.16),transparent 30%),
    radial-gradient(circle at 88% 82%,rgba(95,112,255,.13),transparent 34%),
    linear-gradient(135deg,#f5fbff 0%,#f0ebe1 100%);
  color:#07111f;
  border-top:1px solid rgba(7,17,31,.08);
}
.career-process .section-heading h2,.about-expertise .section-heading h2{color:#07111f}
.career-process .section-heading p,.about-expertise .section-heading p{color:#667085}
.career-process .process-grid article{border-color:rgba(7,17,31,.1);background:rgba(255,255,255,.74);color:#07111f}
.career-process .process-grid article p{color:#667085}
.career-process .process-grid article h3{color:#07111f!important}
.career-process .process-grid article p{color:#526176!important}
.career-process .process-grid article strong{color:#087f91!important}
.career-process .process-grid article:hover{background:linear-gradient(145deg,#ffffff,#edf8f7)!important;border-color:#18dfc0!important;box-shadow:0 18px 38px rgba(7,17,31,.12)!important}
.career-process .process-grid article:hover h3{color:#07111f!important}
.career-process .process-grid article:hover p{color:#40556d!important}
.career-process .process-grid article:hover>strong:first-child{background:#071b38!important;color:#18dfc0!important}

/* Careers values: distinct, high-contrast cards. */
.career-values-grid article{min-height:238px!important;padding:1.8rem!important;background:linear-gradient(145deg,#fff,#f7fbff)!important;border-color:rgba(7,17,31,.09)!important;box-shadow:0 12px 28px rgba(7,17,31,.045)!important}
.career-values-grid article::before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,#18dfc0,#08cef4,#5f70ff);transform:scaleX(.34);transform-origin:left;transition:transform .35s ease}
.career-values-grid article:hover{border-color:rgba(24,223,192,.7)!important;background:linear-gradient(145deg,#fff,#edf9f8)!important;box-shadow:0 22px 44px rgba(7,17,31,.11)!important}
.career-values-grid article:hover::before{transform:scaleX(1)}
.career-values-grid article>span{display:grid!important;right:1.4rem!important;top:1.3rem!important;width:38px;height:38px;place-items:center;border:1px solid rgba(24,223,192,.28);border-radius:8px;background:rgba(24,223,192,.08);color:#087f91!important;font-size:.72rem!important;letter-spacing:.06em;transition:transform .3s ease,background-color .3s ease}
.career-values-grid article:hover>span{transform:rotate(-6deg) scale(1.06);background:#071b38;color:#18dfc0!important}
.career-values-grid h3{margin:4.7rem 0 .7rem!important;font-size:1.28rem!important;line-height:1.2}.career-values-grid p{line-height:1.65}

/* Current vacancies on the Careers page. */
.career-vacancies{background:#fff}.vacancy-table-wrap{overflow-x:auto;border:1px solid #dce5ee;border-radius:8px;background:#fff;box-shadow:0 18px 40px rgba(7,17,31,.07)}
.vacancy-table{width:100%;min-width:690px;border-collapse:collapse}.vacancy-table th{padding:1rem 1.25rem;background:#07111f;color:#aebdce;text-align:left;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.vacancy-table td{padding:1.25rem;border-top:1px solid #e5edf3;color:#5d6d83;vertical-align:middle}.vacancy-table tr{transition:background-color .2s ease}.vacancy-table tbody tr:hover{background:#f2fbfa}.vacancy-table td strong{display:block;color:#07111f;font-size:1.08rem}.vacancy-table td>span:not(.vacancy-type){display:block;margin-top:.25rem;font-size:.88rem}.vacancy-type{display:inline-flex;padding:.28rem .6rem;border:1px solid rgba(24,223,192,.35);border-radius:999px;background:rgba(24,223,192,.08);color:#087f91;font-size:.78rem;font-weight:700}.vacancy-table .wit-button{min-height:42px;white-space:nowrap}.vacancy-empty{max-width:760px;margin:auto;padding:2.5rem;text-align:center;border:1px solid #dce5ee;border-radius:8px;background:linear-gradient(145deg,#f9fffe,#f3f8ff)}.vacancy-empty>span{display:grid;width:48px;height:48px;margin:0 auto 1rem;place-items:center;border-radius:8px;background:#071b38;color:#18dfc0}.vacancy-empty h3{margin:0 0 .45rem;color:#07111f;font-size:1.35rem}.vacancy-empty p{margin:0;color:#60708a}.vacancy-empty a{color:#087f91;font-weight:700}
@media(max-width:700px){.vacancy-table-wrap{border:0;box-shadow:none}.vacancy-table{min-width:560px}.vacancy-table th,.vacancy-table td{padding:1rem}.vacancy-empty{padding:2rem 1.2rem}}

/* Shared page-title surface: navy-to-teal treatment used throughout the site. */
body .page-hero,
body .p-hero,
body .i-hero,
body .hero-section,
body .industry-overview,
body .terms-page .t-hero,
body .privacy-policy-page .pp-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 84% 18%,rgba(24,223,192,.25),transparent 26%),
    radial-gradient(circle at 95% 85%,rgba(8,206,244,.14),transparent 36%),
    linear-gradient(135deg,#07111f 0%,#092440 58%,#0b4c56 100%)!important;
  color:#fff!important;
}
body .page-hero::before,
body .p-hero::before,
body .i-hero::before,
body .hero-section::before,
body .industry-overview::before,
body .terms-page .t-hero::before,
body .privacy-policy-page .pp-hero::before{content:"";position:absolute;right:-7%;bottom:-150px;width:390px;height:390px;border:58px solid rgba(255,255,255,.055);border-radius:50%;pointer-events:none}
body .page-hero>.wit-container,body .p-hero>.p-shell,body .i-hero>.i-shell,body .hero-section>.wit-container,body .industry-overview>.wit-container,body .terms-page .t-hero>.t-shell,body .privacy-policy-page .pp-hero>.pp-shell{position:relative;z-index:1}
body .page-hero h1,body .page-hero h2,body .p-hero h1,body .p-hero h2,body .i-hero h1,body .i-hero h2,body .hero-section h1,body .hero-section h2,body .industry-overview h1,body .industry-overview h2,body .terms-page .t-hero h1,body .privacy-policy-page .pp-hero h1{color:#fff!important}
body .page-hero p,body .p-hero p,body .i-hero p,body .hero-section p,body .industry-overview p,body .terms-page .t-hero .t-lead,body .terms-page .t-hero .t-meta,body .privacy-policy-page .pp-hero .pp-lead,body .privacy-policy-page .pp-hero .pp-meta{color:#c4d1e1!important}
body .industry-overview{padding-block:clamp(3.5rem,7vw,6rem)!important}
body .terms-page .t-hero .t-meta strong,body .privacy-policy-page .pp-hero .pp-meta strong{color:#18dfc0!important}

/* Industry pages begin light, then alternate surfaces for clear visual rhythm. */
body .industry-overview{
  background:radial-gradient(circle at 84% 16%,rgba(24,223,192,.14),transparent 27%),linear-gradient(135deg,#fff 0%,#eef8fb 62%,#f0ebe1 100%)!important;
  color:#07111f!important;
  border-bottom:1px solid #dce5ee;
}
body .industry-overview::before{border-color:rgba(7,31,61,.06)!important}
body .industry-overview h1,body .industry-overview h2{color:#07111f!important}
body .industry-overview p{color:#53677c!important}
body .industry-overview .eyebrow{color:#087f91!important}
body .page-template-default .entry-content>.industry-overview~section:nth-of-type(odd),
body .page-template-default .entry-content>.industry-overview~.content-section:nth-of-type(odd){background:#fff!important}
body .page-template-default .entry-content>.industry-overview~section:nth-of-type(even),
body .page-template-default .entry-content>.industry-overview~.content-section:nth-of-type(even){background:#f0ebe1!important}
body .page-template-default .entry-content>.industry-overview~.industry-needs{background:linear-gradient(135deg,#07111f,#0b2947)!important;color:#fff!important}
body .page-template-default .entry-content>.industry-overview~.industry-needs .section-heading h2{color:#fff!important}
body .page-template-default .entry-content>.industry-overview~.industry-needs .section-heading p,body .page-template-default .entry-content>.industry-overview~.industry-needs p{color:#c4d1e1!important}
.about-expertise-list span{border-color:rgba(7,17,31,.13);background:rgba(255,255,255,.72);color:#07111f}
.about-expertise-list span:hover{border-color:#18dfc0;background:#fff;color:#07111f}

/* Selective 8px corners for About, Careers and Contact components. */
.about-stats article,
.about-timeline article,
.about-values-grid article,
.about-expertise-list span,
.careers-highlight,
.career-values-grid article,
.career-path-grid article,
.career-process .process-grid article,
.contact-detail-list>a,
.contact-location,
.contact-expect,
.contact-form-panel,
.contact-prep-grid article,
.contact-notice,
.contact-detail-icon{border-radius:8px}
.contact-detail-list>a>p:empty,.contact-location>p:empty{display:none!important}
.contact-detail-list>a>.contact-detail-icon,.contact-location>.contact-detail-icon{grid-column:1;grid-row:1}
.contact-detail-list>a>.contact-detail-copy,.contact-location>.contact-detail-copy{grid-column:2;grid-row:1;min-width:0;align-self:center}
.contact-detail-copy{display:block}

/* Balanced contact introduction and enquiry panels. */
.contact-main-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:24px;align-items:stretch}
.contact-details,.contact-form-panel{position:relative;height:100%;min-width:0;overflow:hidden;border:1px solid #d7e3ec;border-radius:8px!important}
.contact-details{top:auto;padding:clamp(1.5rem,3vw,2.5rem);background:radial-gradient(circle at 100% 0,rgba(24,223,192,.2),transparent 32%),linear-gradient(145deg,#07111f,#0b2947);box-shadow:0 24px 65px rgba(7,17,31,.13);color:#fff}
.contact-details::before,.contact-form-panel::before{content:"";position:absolute;z-index:2;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#18dfc0,#08cef4,#5f70ff)}
.contact-details::after{content:"";position:absolute;right:-80px;bottom:-95px;width:230px;height:230px;border:38px solid rgba(8,206,244,.07);border-radius:50%;pointer-events:none}
.contact-details>.eyebrow,.contact-details>h2,.contact-details>p,.contact-details>.contact-detail-list{position:relative;z-index:1}
.contact-details>.eyebrow{color:#18dfc0}.contact-details>h2{color:#fff}.contact-details>p{color:#c2cfde}
.contact-detail-list{margin-top:1.65rem;gap:12px}
.contact-detail-list>a,.contact-location{min-height:104px;padding:1rem 1.1rem;border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.96);box-shadow:0 8px 24px rgba(0,0,0,.08)}
.contact-detail-list>a:hover,.contact-detail-list>a:focus-visible{transform:translateY(-3px);border-color:#18dfc0;box-shadow:0 14px 30px rgba(0,0,0,.16)}
.contact-detail-icon{background:linear-gradient(145deg,#071f3d,#0b3761);box-shadow:0 8px 18px rgba(7,31,61,.18)}
.contact-form-panel{display:flex;flex-direction:column;padding:clamp(1.5rem,3vw,2.5rem);background:linear-gradient(155deg,#fff,#f8fbfd)}
.contact-form-panel .wit-contact-form{display:flex;flex:1;flex-direction:column}
.contact-form-panel .wit-contact-form>.wit-button{margin-top:auto;padding-top:0!important;padding-bottom:0!important}
@media(max-width:900px){.contact-main-grid{grid-template-columns:1fr;gap:20px}.contact-details,.contact-form-panel{height:auto}.contact-details{position:relative;padding:1.5rem}.contact-detail-list>a,.contact-location{min-height:0}}

/* Shared corners for content boxes site-wide; CTA buttons remain square. */
body .solution-card,
body .home-solution-card,
body .why-choose-card,
body .industry-card,
body .portfolio-card,
body .testimonial-card,
body .faq-item,
body .process-grid article,
body .p-process .p-step,
body .industry-needs-grid article,
body .industry-types-grid li,
body .about-stats article,
body .about-timeline article,
body .about-values-grid article,
body .about-expertise-list span,
body .careers-highlight,
body .career-values-grid article,
body .career-path-grid article,
body .contact-detail-list>a,
body .contact-location,
body .contact-expect,
body .contact-form-panel,
body .contact-prep-grid article,
body .contact-notice,
body .hire-notice,
body .wit-hire-form,
body .wit-project-modal-dialog,
body .footer-work-panel,
body .footer-contact-card,
body .home-tech-rail,
body .portfolio-toolbar,
body .portfolio-empty{border-radius:8px!important}
/* Keep the footer contact strip flush and square. */
body .site-footer .footer-work-panel,
body .site-footer .footer-contact-card,
body .site-footer .footer-contact-card>span{border-radius:0!important}
body .hire-field input,
body .hire-field select,
body .hire-field textarea,
body .contact-form-grid input:not([type="checkbox"]),
body .contact-form-grid select,
body .contact-form-grid textarea,
body .portfolio-search input{border-radius:8px!important}
/* Keep coloured form edges inside their rounded container. */
.wit-hire-form>.hire-progress{border-radius:8px 8px 0 0}
.wit-hire-form>.hire-form-actions{border-radius:0 0 8px 8px}

@media(max-width:700px){
  .contact-main-grid{display:block!important}
  .contact-details{width:100%;margin-bottom:2rem}
  .contact-detail-list{gap:.75rem}
  .contact-detail-list>a,.contact-location{display:flex!important;width:100%;min-width:0;align-items:flex-start!important;gap:.9rem;padding:.9rem!important}
  .contact-detail-list>a>div,.contact-location>div,.contact-detail-copy{flex:1;min-width:0;width:auto}
  .contact-detail-icon{flex:0 0 46px;width:46px;height:46px}
  .contact-detail-icon svg{width:24px;height:24px}
  .contact-detail-list strong{font-size:.92rem;line-height:1.35;word-break:normal;overflow-wrap:anywhere}
  .contact-detail-list em{margin-top:.18rem;font-size:.76rem;line-height:1.45}
  .contact-expect{padding:1.15rem!important}
  .contact-expect ol{padding-left:1.1rem;font-size:.9rem}
}

/* Reference-led mobile navigation: an off-canvas menu and quick-access bottom bar. */
.mobile-nav-backdrop,.mobile-bottom-nav,.mobile-menu-brand{display:none}
@media(max-width:850px){
  body{padding-bottom:68px}
  body.mobile-nav-open{overflow:hidden}
  .site-header{z-index:10020!important}
  .header-inner{min-height:70px}
  .menu-toggle{position:relative;z-index:10024;width:44px;height:44px;margin-left:auto;padding:11px;border:1px solid rgba(24,223,192,.32);border-radius:50%;background:rgba(255,255,255,.045);place-content:center;transition:background-color .25s ease,border-color .25s ease}
  .menu-toggle:hover,.menu-toggle:focus-visible{border-color:#18dfc0;background:rgba(24,223,192,.1)}
  .menu-toggle span:not(.screen-reader-text){position:absolute;left:10px;width:22px;height:2px;background:#fff;transition:transform .28s ease,opacity .2s ease,top:15px}
  .menu-toggle span:nth-child(2){top:21px}
  .menu-toggle span:nth-child(3){top:27px}
  .menu-toggle[aria-expanded="true"] span:nth-child(1){top:21px;transform:rotate(45deg)}
  .menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
  .menu-toggle[aria-expanded="true"] span:nth-child(3){top:21px;transform:rotate(-45deg)}
  .primary-nav{display:flex!important;position:fixed!important;z-index:10022;inset:0 auto 68px 0!important;width:min(86vw,370px)!important;max-width:none!important;max-height:none!important;margin:0!important;padding:92px 24px 34px!important;flex-direction:column;overflow-x:hidden!important;overflow-y:auto!important;background:radial-gradient(circle at 10% 0,rgba(8,206,244,.16),transparent 30%),linear-gradient(160deg,#06101e,#0a1e34 70%,#0b2947)!important;border-right:1px solid rgba(24,223,192,.22);box-shadow:24px 0 60px rgba(0,0,0,.4);opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateX(-103%)!important;transition:transform .34s cubic-bezier(.2,.75,.25,1),opacity .25s ease,visibility .34s!important}
  .primary-nav.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateX(0)!important}
  .mobile-menu-brand{display:inline-flex!important;position:absolute;top:18px;left:24px;max-width:220px;font-size:1.05rem}
  .mobile-menu-brand .brand-mark{width:48px}
  .primary-nav>ul{display:block!important;width:100%;margin:0!important;padding:0!important}
  .primary-nav>ul>li{display:grid!important;grid-template-columns:minmax(0,1fr) 42px!important;width:100%;min-height:56px;align-items:center;column-gap:.3rem!important;border-bottom:1px solid rgba(255,255,255,.12)}
  .primary-nav>ul>li:first-child{border-top:1px solid rgba(255,255,255,.12)}
  .primary-nav>ul>li>a{display:flex!important;min-width:0;padding:17px 2px!important;align-items:center;color:#fff!important;font-size:.8rem!important;font-weight:700!important;line-height:1.25!important;letter-spacing:.12em!important;text-transform:uppercase!important}
  .primary-nav .submenu-toggle{display:grid!important;width:42px!important;height:42px!important;margin:0!important;place-items:center;border-left:1px solid rgba(255,255,255,.09)!important}
  .primary-nav .submenu-toggle::before{width:8px;height:8px;border-color:#18dfc0!important}
  .primary-nav>ul>.menu-item-has-children>.sub-menu,.site-header .primary-nav>ul>li.menu-item-has-children>.sub-menu{grid-column:1/-1!important;position:static!important;width:100%!important;min-height:0!important;margin:0!important;padding:.35rem 0 .85rem!important;overflow:visible!important;background:transparent!important;border:0!important;box-shadow:none!important}
  .primary-nav .nav-tabs-menu{grid-template-columns:1fr!important;gap:.45rem!important}
  .primary-nav .nav-tabs-menu>li>a{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;min-height:54px!important;padding:.65rem .7rem!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:8px!important;background:rgba(255,255,255,.035)!important}
  .primary-nav .nav-tabs-menu>li>a>i,.primary-nav .nav-tab-body small{display:none!important}
  .primary-nav .nav-tab-icon{display:grid!important;width:34px!important;height:34px!important;border-radius:8px!important}
  .primary-nav .nav-tab-icon svg{width:20px!important;height:20px!important}
  .primary-nav .nav-tab-body strong{font-size:.79rem!important;color:#fff!important}
  .primary-nav .nav-solutions-tabs{padding:.35rem 0 .85rem!important}
  .primary-nav .solutions-tab-layout{display:block!important;padding:0!important}
  .primary-nav .solutions-tab-list{display:grid!important;gap:.45rem!important}
  .primary-nav .solutions-tab-button{display:grid!important;grid-template-columns:34px minmax(0,1fr) auto!important;min-height:54px!important;padding:.55rem .7rem!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:8px!important;background:rgba(255,255,255,.035)!important;color:#fff!important;text-align:left}
  .primary-nav .solutions-tab-button>i{color:#18dfc0}
  .primary-nav .solutions-tab-panels{display:none!important}
  .primary-nav .service-list{display:none!important}
  .mobile-nav-backdrop{display:block;position:fixed;z-index:10021;inset:0;border:0;border-radius:0;background:rgba(1,7,14,.7);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .28s ease,visibility .28s ease}
  body.mobile-nav-open .mobile-nav-backdrop{opacity:1;visibility:visible;pointer-events:auto}
  .mobile-bottom-nav{display:grid;position:fixed;z-index:10030;left:0;right:0;bottom:0;height:68px;grid-template-columns:repeat(5,minmax(0,1fr));padding:0 max(4px,env(safe-area-inset-right)) env(safe-area-inset-bottom) max(4px,env(safe-area-inset-left));background:rgba(5,15,28,.97);border-top:1px solid rgba(24,223,192,.24);box-shadow:0 -12px 30px rgba(0,0,0,.2);backdrop-filter:blur(16px)}
  .mobile-bottom-nav a{position:relative;display:flex;min-width:0;align-items:center;justify-content:center;flex-direction:column;gap:3px;color:#91a1b8;text-decoration:none;font-size:.63rem;font-weight:600;line-height:1;letter-spacing:.02em;transition:color .22s ease,background-color .22s ease}
  .mobile-bottom-nav a::before{content:"";position:absolute;top:0;left:28%;right:28%;height:2px;background:#18dfc0;opacity:0;transform:scaleX(.25);transition:opacity .22s ease,transform .22s ease}
  .mobile-bottom-nav svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:transform .22s ease}
  .mobile-bottom-nav a:hover,.mobile-bottom-nav a:focus-visible,.mobile-bottom-nav a.is-current{color:#18dfc0;background:rgba(24,223,192,.055)}
  .mobile-bottom-nav a:hover::before,.mobile-bottom-nav a:focus-visible::before,.mobile-bottom-nav a.is-current::before{opacity:1;transform:scaleX(1)}
  .mobile-bottom-nav a:hover svg,.mobile-bottom-nav a:focus-visible svg,.mobile-bottom-nav a.is-current svg{transform:translateY(-2px)}
  .back-to-top{bottom:82px!important}
}
@media(max-width:390px){
  .primary-nav{width:88vw!important;padding-inline:20px!important}
  .mobile-bottom-nav a{font-size:.58rem}
}
@media(prefers-reduced-motion:reduce){
  .primary-nav,.mobile-nav-backdrop,.menu-toggle span:not(.screen-reader-text),.mobile-bottom-nav a,.mobile-bottom-nav a::before,.mobile-bottom-nav svg{transition:none!important}
}

/* Contact page: centred introduction, equal contact cards and step-by-step form. */
.contact-main-v4{background:radial-gradient(circle at 12% 10%,rgba(8,206,244,.11),transparent 28%),radial-gradient(circle at 88% 0,rgba(24,223,192,.16),transparent 26%),linear-gradient(145deg,#f7fbfd,#fff 52%,#eefbf8)}
.contact-main-heading{margin-bottom:2.35rem!important}.contact-main-heading h2{max-width:800px;margin-inline:auto!important}.contact-main-heading p{max-width:760px;margin-inline:auto!important}
.contact-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:1rem}.contact-detail-grid>a,.contact-detail-grid>.contact-location{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:.8rem;min-width:0;min-height:148px;padding:1.15rem;border:1px solid #d9e5ed;border-radius:8px;background:rgba(255,255,255,.95);color:#07111f;text-decoration:none;box-shadow:0 10px 24px rgba(7,17,31,.05);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.contact-detail-grid>a::before,.contact-detail-grid>.contact-location::before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,#18dfc0,#08cef4,#5f70ff);transform:scaleX(.32);transform-origin:left;transition:transform .32s ease}.contact-detail-grid>a:hover{transform:translateY(-6px);border-color:#18dfc0;box-shadow:0 20px 38px rgba(7,17,31,.11)}.contact-detail-grid>a:hover::before{transform:scaleX(1)}.contact-detail-grid .contact-detail-icon{width:48px;height:48px}.contact-detail-grid small,.contact-detail-grid strong,.contact-detail-grid em{display:block}.contact-detail-grid small{color:#647186;font-size:.7rem;font-style:normal;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.contact-detail-grid strong{margin:.12rem 0;color:#07111f;font-size:.94rem;overflow-wrap:anywhere}.contact-detail-grid em{color:#718096;font-size:.76rem;font-style:normal;line-height:1.45}
.contact-steps-form{background:#fff}.contact-steps-form>.wit-container>.section-heading{margin-bottom:1.5rem!important}.contact-steps-form .hire-form-section{padding:0!important;background:transparent}.contact-steps-form .hire-form-section>.wit-container{width:100%;max-width:none}.contact-steps-form .hire-form-section .section-heading{display:none!important}.contact-steps-form .wit-hire-form{max-width:980px;margin:auto;border:1px solid #d9e2ec;box-shadow:0 20px 55px rgba(7,17,31,.1)}
@media(max-width:900px){.contact-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:600px){.contact-detail-grid{grid-template-columns:1fr!important}.contact-detail-grid>a,.contact-detail-grid>.contact-location{min-height:0}.contact-steps-form .wit-hire-form{border-left:0;border-right:0}}

/* Header action lives inside the navigation, with a clearer mobile menu trigger. */
.site-header .primary-nav{display:flex;align-items:center;gap:1.15rem}
.site-header .header-menu-cta{flex:0 0 auto;min-height:42px!important;margin:0;white-space:nowrap;font-size:.78rem;letter-spacing:.04em}
@media(max-width:850px){
  .menu-toggle{width:48px!important;height:44px!important;border-radius:8px!important;border-color:rgba(24,223,192,.52)!important;background:linear-gradient(135deg,rgba(8,206,244,.13),rgba(95,112,255,.16))!important;box-shadow:0 8px 20px rgba(0,0,0,.22)}
  .menu-toggle[aria-expanded="true"]{border-color:#18dfc0!important;background:linear-gradient(135deg,#0b2947,#102c58)!important}
  .menu-toggle span:not(.screen-reader-text){left:13px!important;width:22px!important}
  .site-header .primary-nav .header-menu-cta{display:flex!important;order:3;width:100%;min-height:52px!important;margin:1.2rem 0 .25rem!important;padding-inline:1rem!important;border-radius:8px!important;font-size:.82rem!important;letter-spacing:.08em!important;text-transform:uppercase!important}
}
