:root{--red: #89254a;--dark: #0c1015;--white: #ffffff;--muted: #5a6882;--border: #3c475a;--surface: #0c1015;--surface-strong: #13171f;--surface-soft: #1d2938;--text-main: #ffffff;--text-muted: #5a6882;--body-text: rgba(255, 255, 255, .75);--header-overlay: rgba(0, 0, 0, .5);--white-10: rgba(255, 255, 255, .1);--white-12: rgba(255, 255, 255, .12);--white-14: rgba(255, 255, 255, .14);--white-16: rgba(255, 255, 255, .16);--white-24: rgba(255, 255, 255, .24);--white-30: rgba(255, 255, 255, .3);--white-35: rgba(255, 255, 255, .35);--white-38: rgba(255, 255, 255, .38);--white-58: rgba(255, 255, 255, .58);--white-70: rgba(255, 255, 255, .7);--white-72: rgba(255, 255, 255, .72);--white-75: rgba(255, 255, 255, .75);--white-76: rgba(255, 255, 255, .76);--white-80: rgba(255, 255, 255, .8);--white-84: rgba(255, 255, 255, .84);--white-88: rgba(255, 255, 255, .88);--white-92: rgba(255, 255, 255, .92);--white-98: rgba(255, 255, 255, .98);--black-10-20: rgba(10, 10, 10, .2);--black-35: rgba(0, 0, 0, .35);--black-55: rgba(0, 0, 0, .55);--dark-08: rgba(24, 25, 29, .08);--dark-92: rgba(32, 32, 32, .92);--red-16: rgba(212, 48, 48, .16);--red-18: rgba(212, 48, 48, .18);--red-22: rgba(212, 48, 48, .22);--red-84: rgba(212, 48, 48, .84);--shadow-12: rgba(0, 0, 0, .12);--shadow-16: rgba(20, 20, 20, .16);--shadow-18: rgba(0, 0, 0, .18);--shadow-28: rgba(0, 0, 0, .28);--ink: #111111;--ink-88: rgba(17, 17, 17, .88);--paper: #f3f3f3;--gray-6: #6f6f6f;--about-bg: #191e25;--card-bg: #1e2632;--light-base: #a59d84;--light-surface: #c1baa1;--light-surface-strong: #d7d3bf;--light-surface-soft: #ecebde;--success-bg: rgba(60, 160, 84, .16);--success-text: #b9f6c7;--danger-bg: rgba(212, 48, 48, .16);--danger-text: #ffb6b6;--montserrat: "Montserrat", "Avenir Next", "Segoe UI", sans-serif;--roboto: "Roboto", "Helvetica Neue", "Arial", sans-serif}body.light-theme{--dark: var(--light-base);--white: #111111;--muted: #5b5446;--border: #a59d84;--surface: var(--light-surface-soft);--surface-strong: var(--light-surface-strong);--surface-soft: var(--light-surface);--about-bg: var(--light-surface);--card-bg: var(--light-surface-strong);--text-main: #181818;--text-muted: #5b5446;--body-text: #181818;--white-75: rgba(69, 65, 65, .75)}body.light-theme p,body.light-theme .infot_margin{color:var(--white-75)}body.light-theme .impact-metric-label,body.light-theme .text-red{color:var(--red)}body.light-theme .about-media,body.light-theme .about-media:before{background:var(--light-base)}body.light-theme .contact_btn{background:#fff;border-color:#fff;color:#111}body.light-theme .contact_btn:hover,body.light-theme .contact_btn:focus-visible{background:transparent;border-color:#fff;color:#fff}body.light-theme .site-footer-inner p{color:#fff}html{scroll-behavior:smooth}body{margin:0;background:var(--dark);color:var(--body-text);font-family:var(--roboto);transition:background-color .3s ease,color .3s ease}img{display:block;max-width:100%}h2,h3,h4,h1{color:var(--white)}a,button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}button{border:0;background:none;color:inherit;cursor:pointer}.container,.container-fluid{width:min(1290px,calc(100% - 3rem));margin:0 auto}.container-fluid{width:min(1400px,calc(100% - 3rem))}.text-center{text-align:center}.text-lg-left{text-align:left}.text-red{color:var(--red)}.text-white{color:var(--white)}.bg-red{background:var(--red)}.main-font{font-family:var(--montserrat)}.alt-font,.info,.project-text,.sub-para,.small-text{font-family:var(--roboto)}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}.my-4{margin:1.5rem 0}.mt-2{margin-top:1rem}.p-0{padding:0}.pt-0{padding-top:0}.d-block{display:block}.nowrap{white-space:nowrap}.d-flex{display:flex}.justify-content-center{justify-content:center}.w-100{width:100%}.position-relative{position:relative}.position-absolute{position:absolute}.rounded-circle{border-radius:50%}.rounded-pill{border-radius:999px}.hidden{pointer-events:none}.d-none{display:none}header{position:fixed;top:0;left:0;right:0;z-index:120;isolation:isolate;transition:background-color .3s ease,backdrop-filter .3s ease}.navbar-top-default{position:fixed;top:0;left:0;right:0;z-index:121;height:90px;display:flex;align-items:flex-start;justify-content:space-between;width:100%;padding:0;transition:background-color .3s ease,backdrop-filter .3s ease}header.header-scrolled,.navbar-top-default.navbar-scrolled{background:var(--header-overlay);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}header.menu-open,.navbar-top-default.menu-open{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.navbar-left{display:flex;align-items:flex-start;width:auto}.header-actions{display:flex;align-items:center;gap:.5rem}.logo,.side-logo{display:inline-flex;align-items:center;justify-content:center}.side-logo{justify-content:flex-start}.theme-toggle{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--white-24);border-radius:9px;background:transparent;color:#fff;transition:background-color .3s ease,border-color .3s ease,color .3s ease;position:relative;overflow:hidden}.theme-toggle:hover,.theme-toggle:focus-visible{background:var(--white-10)}.theme-toggle-icon{position:absolute;transition:opacity .25s ease,transform .4s cubic-bezier(.16,1,.3,1)}.theme-toggle .icon-moon{opacity:1;transform:rotate(0) scale(1)}.theme-toggle .icon-sun{opacity:0;transform:rotate(-90deg) scale(.6)}body.light-theme .theme-toggle .icon-moon{opacity:0;transform:rotate(90deg) scale(.6)}body.light-theme .theme-toggle .icon-sun{opacity:1;transform:rotate(0) scale(1)}.brand-mark{width:90px;height:90px;display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--white);border-radius:0;font-family:var(--montserrat);font-size:1.4rem;font-weight:700;letter-spacing:.08em}.sidemenu_btn{width:56px;height:56px;position:relative;display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;margin-top:0}.sidemenu_btn span{width:30px;height:2px;display:block;background:#fff;transition:transform .3s ease,opacity .3s ease}.sidemenu_btn.menu-trigger-hidden{opacity:0;visibility:hidden;pointer-events:none}.sidemenu_btn.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.sidemenu_btn.is-open span:nth-child(2){opacity:0}.sidemenu_btn.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.side-menu{position:fixed;inset:0 0 0 auto;width:min(420px,100%);height:100vh;background:#0c1015e6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-left:1px solid var(--white-12);box-shadow:-20px 0 60px var(--black-35);transform:translate(100%);transition:transform .4s ease;z-index:140;overflow:visible}.side-menu.side-menu-active{transform:translate(0)}.side-menu .inner-wrapper{position:relative;z-index:0;min-height:100vh;max-height:100vh;width:100%;box-sizing:border-box;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:2rem;overflow-y:auto}.btn-close{position:absolute;top:1.5rem;right:1.5rem;width:46px;height:46px;z-index:2;display:inline-flex;align-items:center;justify-content:center;pointer-events:auto}.btn-close i{position:absolute;inset:50% auto auto 50%;width:26px;height:2px;background:#fff}.btn-close i:first-child{transform:translate(-50%,-50%) rotate(45deg)}.btn-close i:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.side-nav{margin-top:3rem;width:100%}.navbar-nav{margin:0;padding:0;list-style:none;width:100%;display:flex;flex-direction:column;align-items:flex-start}.nav-item+.nav-item{margin-top:1rem}.nav-item{width:100%}.nav-link{display:inline-flex;align-items:center;min-height:44px;font-family:var(--montserrat);font-size:1.5rem;color:#fff;white-space:nowrap;text-align:left}.nav-link:hover,.nav-link:focus-visible{color:var(--red)}.social-icons-simple{display:flex;gap:.5rem;list-style:none;padding:0}.social-icons-simple a,.footer-social a{width:40px;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.3);display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;font-size:.78rem;letter-spacing:.08em}.social-icons-simple a:hover,.footer-social a:hover{background:var(--white);color:var(--dark)}.side-footer p{max-width:24ch;color:#fff;line-height:1.6}.menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;opacity:0;visibility:hidden;transition:opacity .3s ease;z-index:130}.menu-backdrop.active{opacity:1;visibility:visible}main{position:relative;z-index:0;overflow:clip}section{position:relative;z-index:0;padding:7rem 0}.slide1{padding:0}.slider-area{display:flex;align-items:flex-start;position:relative;background:radial-gradient(circle at 75% 35%,rgba(212,48,48,.18),transparent 24%),linear-gradient(180deg,#0a0a0a33,#0a0a0a33),var(--dark)}.hero-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));align-items:center;width:min(1290px,calc(100% - 3rem));margin:0 auto;padding-top:140px}.hero-copy{grid-column:2 / span 5}.hero-visual{grid-column:7 / span 6;display:flex;justify-content:flex-end;width:100%;padding-right:14px;padding-bottom:14px}.slider-area .content-margin{margin-bottom:0}.area-heading h1{margin:0;font-size:clamp(2.9rem,6vw,4.1rem);line-height:1.02}.hero-accent{margin-top:10px;font-size:.4em;line-height:1.1}.area-heading p{max-width:40rem;font-size:1.125rem;line-height:1.7;color:#fffc}.slider-image{position:relative;margin:0;top:10px;width:100%}.slider-image:after{content:"";position:absolute;inset:auto 4% 8% 4%;height:24px;border-radius:50%;background:var(--black-35);filter:blur(18px);z-index:-1}.slider-image img{position:relative;top:-62px;width:100%;margin:0;right:0}.btn{align-items:center;justify-content:center;border-radius:999px;transition:background-color .3s ease,color .3s ease,border-color .3s ease}.btn-medium{padding:14px 40px;font-size:.95rem;font-weight:700;letter-spacing:.03em}.hero-cta-row{display:flex;flex-wrap:wrap;gap:1rem}.btn-trans-white{border:1px solid var(--white);color:var(--white)}.btn-trans-white:hover,.btn-trans-white:focus-visible{background:var(--white);color:var(--dark)}.btn-accent{background:var(--red);border-color:var(--red);color:#fff}.btn-accent:hover,.btn-accent:focus-visible{background:transparent;border-color:var(--red);color:var(--red)}.btn-black{background:var(--ink);border:1px solid var(--ink);color:var(--white)}.btn-black:hover,.btn-black:focus-visible{background:transparent;color:var(--ink)}.author-skills{width:100%;background:var(--surface-soft);padding:2rem 0 1.5rem}.impact-proof-section{padding:.5rem 0 1.5rem;background:var(--about-bg)}.impact-proof-shell{padding:2.4rem;border:0;background:transparent;box-shadow:none}.impact-proof-shell h2{margin:0 0 1.5rem;font-size:clamp(2rem,4vw,2.8rem)}.impact-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.impact-metric-card{padding:1.2rem;border:1px solid var(--white-12);background:var(--card-bg)}.impact-metric-card h3{margin:0 0 .35rem;font-size:clamp(1.8rem,3vw,2.3rem)}.impact-metric-label{margin:0 0 .45rem;font-family:var(--montserrat);font-size:.92rem;font-weight:700;line-height:1.4;text-transform:uppercase;letter-spacing:.06em;color:var(--red)}.impact-metric-detail{margin:0;color:var(--white-75);line-height:1.6}.impact-proof-list{display:grid;gap:1rem}.impact-proof-item{margin:0;padding-left:1.2rem;position:relative;font-family:var(--montserrat);font-size:clamp(1.05rem,2vw,1.35rem);font-weight:700;line-height:1.45}.impact-proof-item:before{content:"•";position:absolute;left:0;top:0;color:var(--red)}.impact-proof-footer{margin:1.5rem 0 0;color:var(--white-80);line-height:1.7}.author-skills .heading-area{margin-bottom:1.75rem}.author-skills-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.about-media{position:relative;overflow:hidden;padding:34px 28px 50px;background:var(--about-bg);border:1px solid var(--white-14);z-index:0}.about-media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--about-bg);transform:translateY(calc(100% + -0px));transition:transform .25s ease-out;z-index:-1}.about-media:hover:before{transform:translateY(0)}.about-icon{width:74px;height:74px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--white-35);border-radius:50%;font-family:var(--montserrat);font-size:1.15rem;margin-bottom:.9rem}.small-heading{margin:0 0 1rem;font-size:1.5rem;font-weight:700}.small-text{margin:0;font-size:1rem;line-height:1.55}.clients-grid,.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem;align-items:center}#about{padding-top:3.5rem;padding-bottom:1.5rem}.about-shell{padding:2.4rem;border:1px solid var(--white-12);background:var(--card-bg);box-shadow:none}.stats-sec{padding:2rem 0 1.5rem}.about-heading .text-small,.heading-area .sub-heading,.clients-area .sub-heading{font-size:1.25rem;font-weight:700}.about-heading .heading,.heading-area .heading,.clients-area .heading{margin:0;font-size:clamp(2.3rem,5vw,3rem);font-weight:700}.about-heading .info,.clients-area .sub-para{font-size:1.125rem;line-height:1.6;color:var(--white-75)}.about-copy{display:grid;gap:1.75rem}.systems-built-section{margin-top:1.5rem}.systems-built-grid,.experience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;align-items:start}.systems-built-card,.experience-card{min-height:0;padding:1.5rem;border:1px solid var(--white-14);background:var(--about-bg);box-shadow:none}.systems-built-card{min-height:17.5rem}.systems-built-title,.experience-title{margin:0 0 1rem;font-size:clamp(1.5rem,3vw,0rem);line-height:1.1}.systems-built-title{color:var(--red)}.systems-built-text,.experience-summary{margin:0;font-size:1rem;line-height:1.6;color:var(--white-84)}.about-context-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.about-context-card{min-height:100%;padding:1.25rem 1.15rem;border:1px solid rgba(255,255,255,.12);background:var(--surface-strong)}.about-context-eyebrow{margin:0 0 .7rem;color:#ffffffb8;font-size:.76rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.about-context-card h4{margin:0 0 .7rem;font-size:1.1rem}.about-context-card p{margin:0;color:#ffffffe0;line-height:1.65}.impact-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:1.25rem;padding-top:0}.impact-card{min-height:100%;padding:2rem;border:1px solid rgba(255,255,255,.14);background:radial-gradient(circle at top left,#ffffff29,#fff0 36%),linear-gradient(180deg,var(--red) 0%,rgba(212,48,48,.84) 100%);box-shadow:0 18px 40px #14141429;color:var(--white)}.impact-card:nth-child(2){background:radial-gradient(circle at top left,#ffffff3d,#fff0 30%),linear-gradient(180deg,var(--dark) 0%,rgba(24,25,29,.92) 100%)}.impact-card:nth-child(3){background:radial-gradient(circle at top right,#ffffff29,#fff0 36%),linear-gradient(180deg,var(--red) 0%,rgba(212,48,48,.84) 100%);border-color:#ffffff24;color:var(--white)}.impact-eyebrow{margin:0 0 .8rem;font-size:.8rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#ffffffb8}.impact-title{margin:0 0 1rem;font-size:clamp(1.5rem,3vw,2rem);line-height:1.1}.impact-body,.impact-detail{margin:0;font-size:1.05rem;line-height:1.7;color:#ffffffd6}.impact-detail{margin-top:1.35rem;padding-top:1.1rem;border-top:1px solid var(--border)}.impact-chip-list{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.25rem}.impact-chip{display:inline-flex;align-items:center;min-height:42px;padding:.55rem .9rem;border-radius:999px;background:#ffffff1f;color:var(--white);font-size:.92rem;line-height:1;letter-spacing:.04em;border:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.timeline-bg{margin-top:2rem;padding:4rem 0 3rem;border-top:1px solid rgba(255,255,255,.12);background:var(--surface-soft);color:var(--text-main)}.timeline-heading-row{display:flex;justify-content:space-between;gap:2rem;align-items:flex-end;padding-bottom:2.5rem}.timeline-heading-copy{max-width:44rem}.timeline-heading-copy h3{margin:0;font-size:clamp(2.3rem,5vw,3rem)}.timeline-heading-subtitle{display:block;font-size:.42em;line-height:1.2;white-space:nowrap}.timeline-heading-copy p,.timeline-heading-meta p,.timeline-entry-main p,.sub-content p{color:#ffffffbf;font-size:.92rem;line-height:1.7}.timeline-heading-meta{text-align:right}.timeline-heading-meta h2{margin:0;font-size:clamp(3rem,7vw,4.5rem)}.cd-horizontal-timeline{position:relative}.cd-horizontal-timeline .timeline{position:relative;padding-bottom:0}.cd-horizontal-timeline .events-wrapper{position:relative;display:grid;grid-template-columns:56px minmax(0,1fr) 56px;align-items:center;gap:.75rem;min-height:100px}.cd-horizontal-timeline .events{position:relative;height:100%;overflow:hidden}.cd-horizontal-timeline .events:before{content:"";position:absolute;left:0;right:0;top:8px;height:2px;background:#ffffff29}.cd-horizontal-timeline .events ol{position:relative;height:72px;z-index:1;list-style:none;padding:0;margin:0}.cd-horizontal-timeline .events li{position:absolute;transform:translate(-50%);text-align:center}.cd-horizontal-timeline .events button{display:inline-flex;flex-direction:column;align-items:center;gap:.9rem;min-width:3.2rem;padding:0;border:0;background:transparent;color:#ffffffb8;font-family:var(--montserrat);font-size:.95rem;line-height:1;white-space:nowrap}.cd-horizontal-timeline .events button:after{content:"";width:16px;height:16px;border-radius:50%;border:2px solid rgba(255,255,255,.38);background:var(--dark);transition:transform .2s ease,background .2s ease,border-color .2s ease;order:-1}.cd-horizontal-timeline .events button.selected:after,.cd-horizontal-timeline .events button.older-event:after{border-color:var(--red);background:var(--red)}.cd-horizontal-timeline .events button.selected,.cd-horizontal-timeline .events button.older-event{color:var(--white)}.cd-horizontal-timeline .events button.selected:after{transform:scale(1.08)}.cd-horizontal-timeline .filling-line{position:absolute;top:8px;left:0;width:0;height:2px;background:var(--red);transition:width .3s ease}.timeline-nav-button{width:40px;height:40px;border:1px solid var(--border);border-radius:50%;color:var(--white);font-size:1.1rem;line-height:1;align-self:start;margin-top:-12px}.timeline-nav-button:disabled{opacity:.45;cursor:not-allowed}.events-content{padding:2.4rem 0 0}.timeline-entry{display:grid;gap:2rem}.timeline-entry-main h4{margin:0 0 .6rem;font-size:1rem}.timeline-entry-main h2{margin:0 0 1rem;font-size:clamp(2rem,4.4vw,3rem);color:var(--white)}.timeline-entry-main p{max-width:46rem;margin:0}.timeline-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.sub-content{padding:1.4rem 1.3rem;border:1px solid rgba(255,255,255,.14);background:var(--dark);box-shadow:none}.sub-content h5{margin:0 0 .85rem;font-size:.95rem}.sub-content p{margin:0}.our-clients{padding-top:2.5rem;padding-bottom:3.5rem;background:var(--surface)}.testimonial-track{margin-top:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;align-items:start}.testimonial-track-shift{animation:testimonial-track-slide-right 1.4s cubic-bezier(.16,1,.3,1)}.testimonial-item{padding:0;text-align:left;transition:transform 1.6s cubic-bezier(.16,1,.3,1),opacity 1.6s cubic-bezier(.16,1,.3,1)}.testimonial-item.center{transform:translateY(0);animation:testimonial-center-fade 1.6s cubic-bezier(.16,1,.3,1)}.testimonial-item.prev,.testimonial-item.next{transform:translateY(0)}.testimonial-item.prev{opacity:1;animation:testimonial-prev-fade 1.6s cubic-bezier(.16,1,.3,1)}.testimonial-item.prev .testimonial-box{animation:testimonial-prev-red-to-black 1.6s cubic-bezier(.16,1,.3,1)}.testimonial-item.prev .quote_box{animation:testimonial-prev-quote-to-red 1.6s cubic-bezier(.16,1,.3,1)}.testimonial-item.next{animation:testimonial-side-fade 1.6s cubic-bezier(.16,1,.3,1)}.testimonial-box{background:var(--dark);overflow:visible;padding:65px 45px 0;margin:50px 10px 10px;transition:background-color 2.2s cubic-bezier(.16,1,.3,1),border-color 2.2s cubic-bezier(.16,1,.3,1),box-shadow 2.2s cubic-bezier(.16,1,.3,1);border-radius:10px;border:1px solid rgba(255,255,255,.14);position:relative;min-height:390px;height:390px}.testimonial-item.center .testimonial-box{background:var(--surface-strong);animation:testimonial-center-black-to-red 1.6s cubic-bezier(.16,1,.3,1)}.testimonial-track.static-testimonials .testimonial-box,.testimonial-track.static-testimonials .testimonial-item.center .testimonial-box{background:var(--surface-strong)}.quote_box{border-radius:50px;width:60px;height:60px;background:var(--red);display:flex;align-items:center;justify-content:center;position:absolute;top:-28px;left:calc(50% - 30px);transition:background-color 2.2s cubic-bezier(.16,1,.3,1),transform 1.6s cubic-bezier(.16,1,.3,1)}.testimonial-item.center .quote_box{background:var(--surface);animation:testimonial-center-quote-to-grey 1.6s cubic-bezier(.16,1,.3,1)}.quote{font-size:2.2rem;line-height:1}.infot_margin{text-align:center;margin:0 auto;margin-bottom:2rem;color:var(--white);line-height:1.8;transition:color 2.2s cubic-bezier(.16,1,.3,1);display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:5}.testimonial-link{position:absolute;left:50%;bottom:88px;transform:translate(-50%);color:var(--white);font-family:var(--montserrat);font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid currentColor;padding-bottom:.2rem}.testimonial_img{position:absolute;left:calc(50% - 54px);bottom:-54px;width:108px;height:108px;padding:8px;background:#f3f3f3;border-radius:0;box-shadow:0 10px 24px #0000002e;display:flex;align-items:center;justify-content:center}.testimonial_img img{max-width:100%;max-height:100%;object-fit:contain;object-position:center}.text1{position:absolute;left:0;right:0;bottom:-116px;text-align:center}.testimonial_name{margin:0;font-size:1.25rem;font-family:var(--montserrat);color:var(--white)}#testimonials .text1 .info{margin:6px 0 0;font-size:1rem;font-weight:400;color:var(--red);transition:color 2.2s cubic-bezier(.16,1,.3,1)}.testimonial-item.center #testimonials .text1 .info,.testimonial-item.center .text1 .info{color:var(--dark)}.testimonial-dots{margin-top:8.5rem;display:flex;justify-content:center;gap:.75rem}.testimonial-dots button{width:14px;height:14px;border-radius:50%;border:2px solid var(--white);background:transparent;padding:0}.testimonial-dots button.active{background:var(--red);border-color:var(--red)}.clients{padding:0}.clients-copy{margin:.8rem auto 0;max-width:40rem;color:#ffffffc2}.client-logo-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.4rem 1rem}.client-logo-shell{width:100%;margin-top:2rem}.client-logo-shell.is-slider{overflow:hidden}.client-logo-grid-slider{width:max-content;flex-wrap:nowrap;justify-content:flex-start;gap:1rem;will-change:transform}.clients-stack{display:grid;gap:2rem}.client-logo{position:relative;display:flex;align-items:center;justify-content:center;flex:0 1 calc((100% - 2rem) / 3);max-width:calc((100% - 2rem) / 3);height:84px;padding:.8rem .9rem;border-radius:14px;border:1px solid rgba(24,25,29,.08);background:linear-gradient(135deg,#fffffffa,#ffffffeb);box-shadow:0 12px 28px #0000001f,inset 0 1px #ffffffbf;overflow:hidden}.client-logo:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,#fff0 18%,#ffffffb3,#fff0 82%);transform:translate(-130%);opacity:.7;transition:transform .55s ease}.client-logo:hover:before{transform:translate(130%)}.client-logo img{position:relative;z-index:1;width:176px;height:52px;object-fit:contain;object-position:center;filter:saturate(1.05) contrast(1.02)}.client-logo-denali-ai img,.client-logo-t-mobile img{width:198px;height:60px}.client-logo-cognizant img,.client-logo-smart-consult img{width:214px;height:64px}.client-logo-smart-consult img{width:369px;height:115px}.client-logo-grid-slider .client-logo{flex:0 0 auto;max-width:none;width:220px}.client-slider-controls{display:flex;justify-content:center;gap:.75rem;margin-top:1rem}.client-slider-button{width:34px;height:34px;border:1px solid var(--border);border-radius:999px;background:transparent;color:var(--white);font-size:.95rem;line-height:1}@media (prefers-reduced-motion: reduce){.client-logo-grid-slider{transform:none!important;will-change:auto}}.contact-sec{padding-top:4.5rem;padding-bottom:4.5rem;margin-bottom:0;background:var(--surface-soft)}.contact-profile{text-align:center}.contact-profile .footer-social{margin-top:1.25rem;gap:.85rem}.user-img{width:180px;height:180px;margin:0 auto}.user-img img{width:100%;height:100%;border-radius:50%;object-fit:cover}.user-name{margin:15px 0 5px;font-size:1.5rem;font-weight:700;font-family:var(--montserrat)}.user-designation{margin:14px 0 10px;font-size:1.125rem}.contact-form-wrap{width:100%}.contact-copy{margin-bottom:1.5rem}.contact-copy .heading{margin-bottom:.75rem}.contact-copy p{margin:0;color:var(--white);line-height:1.7}.contact-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.contact-form .form-control{width:100%;border:none;border-radius:0;padding:24px 0;color:var(--white);background:transparent;border-bottom:1px solid rgba(255,255,255,.3);outline:none}.contact-form textarea.form-control{padding-top:24px;height:176px;resize:none;margin-bottom:36px}.contact-form .form-control:focus{border-bottom-color:#111}.contact-form .form-control::placeholder{color:var(--white);font-size:.92rem;letter-spacing:.04em}.contact_btn{width:100%}.site-footer{padding:1.5rem 0;background:#111}.site-footer-inner{text-align:center}.site-footer-inner p{margin:0;color:#fffc}.go-top{position:fixed;right:15px;bottom:15px;width:42px;height:42px;border-radius:50%;background:var(--white);color:var(--dark);z-index:15;opacity:0;visibility:hidden;transform:translateY(150px);transition:.4s ease}.go-top.active{opacity:1;visibility:visible;transform:translateY(0)}.go-top i{position:absolute;inset:50% 0 auto;transform:translateY(-50%);text-align:center;transition:.3s}.go-top i:last-child{opacity:0;visibility:hidden;top:60%}.go-top:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--dark);border-radius:50%;opacity:0;visibility:hidden;transition:.3s}.go-top:hover{color:var(--white)}.go-top:hover:before{opacity:1;visibility:visible}.go-top:hover i:first-child{opacity:0;visibility:hidden;top:0}.go-top:hover i:last-child{opacity:1;visibility:visible;top:50%}@media (max-width: 991px){.slider-area{display:block;min-height:auto}.hero-grid{gap:0}.hero-grid,.clients-grid,.contact-grid,.contact-form-grid,.author-skills-grid,.impact-grid,.systems-built-grid,.experience-grid,.testimonial-track{grid-template-columns:1fr}.hero-copy,.hero-visual{grid-column:auto}.hero-visual{padding-right:0;padding-bottom:0}.impact-proof-section,.author-skills{padding:1.5rem 0 1.25rem}.impact-metric-grid{grid-template-columns:1fr}.slider-image img{top:30px;width:min(560px,100%)}.slider-image{margin-bottom:0}.timeline-heading-row{flex-direction:column;align-items:flex-start;padding-bottom:2rem}.timeline-heading-meta{text-align:left}.timeline-detail-grid{grid-template-columns:1fr}.cd-horizontal-timeline .events-wrapper{grid-template-columns:42px minmax(0,1fr) 42px;gap:.5rem}.testimonial-box{min-height:320px}.testimonial_img{left:calc(50% - 48px);bottom:-48px;width:96px;height:96px}.text1{bottom:-104px}.testimonial-dots{margin-top:7rem}.testimonial-track{display:block;position:relative;overflow:visible;min-height:470px}.testimonial-track-shift{animation:testimonial-track-slide-right-mobile 1.4s cubic-bezier(.16,1,.3,1)}.testimonial-item{position:absolute;top:0;left:0;right:0;opacity:0;pointer-events:none;width:100%}.testimonial-item.prev,.testimonial-item.next{display:none}.testimonial-item.center{left:0;transform:none;opacity:1;pointer-events:auto;z-index:1}.contact-sec{margin-bottom:0}}@media (min-width: 768px) and (max-width: 820px) and (min-height: 980px) and (max-height: 1060px){.our-clients{padding-bottom:1.5rem}.hero-visual{justify-content:center;padding-right:0;margin-bottom:1.5rem}.slider-image{width:min(440px,calc(100% - 2rem));margin:0 auto 1.5rem}.impact-proof-section{padding-top:1.5rem}.systems-built-section{padding-top:1.25rem}.testimonial-box{min-height:300px;height:300px;padding:56px 28px 108px}.testimonial-track{display:block;position:relative;overflow:visible;min-height:610px}.testimonial-dots{margin-top:0}.testimonial_img{left:calc(50% - 42px);width:84px;height:84px;padding:6px}.contact_btn{display:block;width:fit-content;margin:0 auto;padding:12px 24px;text-align:center}}@media (min-width: 744px) and (max-width: 834px) and (min-height: 1100px){.hero-grid{gap:0}.hero-copy,.hero-visual{grid-column:auto}.hero-visual{justify-content:center;padding-right:0;margin-bottom:2.5rem}.slider-image{width:min(440px,calc(100% - 3rem));margin:0 auto 2.5rem}.slider-image img{top:0;width:100%}.impact-proof-section{padding-top:2rem}}@media (min-width: 1024px) and (max-width: 1180px) and (max-height: 840px){.slider-area{min-height:auto}.hero-copy.content-margin{margin-bottom:2rem}.hero-cta-row{gap:.75rem;margin-bottom:1.5rem}.hero-cta-row .btn{padding:12px 22px;font-size:.88rem}.hero-visual{padding-right:0}.slider-image{width:min(420px,100%);margin:0 auto 1.5rem}.slider-image img{top:0}.impact-proof-section{padding-top:1.5rem}}@media (max-width: 430px){.hero-cta-row{flex-wrap:nowrap;gap:.5rem}.hero-cta-row .btn{flex:1 1 0;text-align:center;padding:12px 14px;font-size:.82rem}.impact-proof-shell h2{font-size:1.65rem;line-height:1.2}.systems-built-section{padding-top:1rem}.hero-visual,.slider-image{margin-bottom:2rem}.impact-proof-section{padding-top:1.5rem}.testimonial-box{min-height:220px;height:220px;padding:42px 18px 92px}.testimonial-track{min-height:408px}.testimonial-dots{margin-top:4rem}.testimonial_img{left:calc(50% - 40px);width:68px;height:68px;padding:5px}.timeline-heading-copy h3{font-size:1.9rem}.timeline-heading-subtitle{white-space:normal;font-size:.4em}.contact_btn{display:block;width:fit-content;margin:0 auto;padding:12px 24px;text-align:center}}@media (max-width: 374px){.timeline-heading-copy h3{font-size:1.7rem}.timeline-heading-subtitle{font-size:.38em}}@media (min-width: 1200px) and (max-width: 1499px){.hero-copy{grid-column:1 / span 6}.area-heading p{max-width:37rem}.impact-proof-section,.author-skills,#about{padding-top:1.5rem;padding-bottom:1.5rem}.systems-built-section{padding-top:.75rem}.timeline-bg{padding-top:1.5rem;padding-bottom:1.5rem}.events-content,.our-clients{padding-top:1.5rem}.systems-built-section .heading-area{margin-bottom:1rem}}@media (min-width: 1000px) and (max-width: 1199px) and (min-height: 1200px){.hero-copy{grid-column:1 / span 5;margin-bottom:2rem}.hero-accent{margin-top:10px;font-size:.4em;line-height:1.1}.area-heading h1{font-size:3rem;line-height:1.02}.systems-built-card,.experience-card{padding-bottom:0}.timeline-heading-subtitle{display:block;font-size:.35em;line-height:1.2;white-space:nowrap}.testimonial-box{padding-bottom:0}.impact-proof-section,.author-skills{padding-top:2rem;padding-bottom:1.5rem}#about{padding-top:2rem;padding-bottom:1rem}.systems-built-section{padding-top:1rem}.events-content{padding-top:.5rem}.timeline-bg{padding-bottom:1.5rem}.our-clients{padding-top:1.5rem}.btn{display:unset}.contact-grid{gap:0;transform:translate(-1.5rem)}.hero-cta-row{margin-bottom:1.5rem}}@media (min-width: 1500px) and (max-width: 1899px){.hero-grid{width:min(1380px,calc(100% - 4.5rem));column-gap:2rem}.hero-copy{grid-column:1 / span 6}.hero-visual{grid-column:7 / span 6;padding-right:32px}.area-heading p{max-width:36rem}}@media (min-width: 1900px) and (max-width: 2559px) and (min-height: 1000px){.slider-area{justify-content:center;overflow-x:clip}.container,.container-fluid,.hero-grid{margin:0 auto}.container{width:min(1290px,calc(100% - 6rem))}.container-fluid{width:min(1400px,calc(100% - 6rem))}.hero-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:min(1160px,calc(100vw - 10rem));margin:0 auto!important;gap:2.5rem}.hero-copy,.hero-visual{grid-column:auto}}@media (min-width: 3200px) and (min-height: 1800px){.slider-area{justify-content:center;overflow-x:clip}.container,.container-fluid,.hero-grid{margin:0 auto}.container{width:min(1290px,calc(100% - 6rem))}.container-fluid{width:min(1400px,calc(100% - 6rem))}.hero-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:min(1760px,calc(100vw - 8rem));margin:0 auto!important;gap:4rem}.hero-copy,.hero-visual{grid-column:auto}.hero-copy,.hero-visual{padding-right:0}}@media (min-width: 2075px){.hero-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:min(1560px,calc(100% - 8rem));margin:0 auto;gap:3rem}.hero-copy,.hero-visual{grid-column:auto}}@keyframes testimonial-track-slide-right{0%{transform:translate(-42px);opacity:.82}to{transform:translate(0);opacity:1}}@keyframes testimonial-track-slide-right-mobile{0%{transform:translate(-24px);opacity:.88}to{transform:translate(0);opacity:1}}@keyframes testimonial-center-fade{0%{opacity:.45;filter:brightness(.9)}to{opacity:1;filter:brightness(1)}}@keyframes testimonial-side-fade{0%{opacity:.35}to{opacity:1}}@keyframes testimonial-prev-fade{0%{opacity:.18;transform:translateY(18px);filter:brightness(.75)}to{opacity:.72;transform:translateY(18px);filter:brightness(1)}}@keyframes testimonial-prev-red-to-black{0%{background-color:var(--red)}to{background-color:var(--dark)}}@keyframes testimonial-prev-quote-to-red{0%{background-color:#6f6f6f}to{background-color:var(--red)}}@keyframes testimonial-center-black-to-red{0%{background-color:var(--dark)}to{background-color:var(--red)}}@keyframes testimonial-center-quote-to-grey{0%{background-color:var(--red)}to{background-color:#6f6f6f}}.resource-import-page{min-height:100vh;padding:3rem 0;background:radial-gradient(circle at top left,rgba(212,48,48,.22),transparent 30%),linear-gradient(135deg,var(--surface-soft) 0%,var(--surface) 48%,#111111 100%)}.resource-import-shell{width:min(1100px,calc(100% - 3rem));margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:start}.resource-import-copy,.resource-import-form{background:#111111e0;border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:2rem;box-shadow:0 24px 80px #00000047}.resource-import-kicker{margin:0 0 1rem;color:var(--red);font-family:var(--montserrat);font-size:.95rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.resource-import-copy h1{margin:0 0 1rem;font-size:clamp(2.2rem,4vw,3.4rem);line-height:1.05}.resource-import-copy p,.resource-import-form p{color:#fffc;line-height:1.6}.resource-import-note{margin-top:1.25rem;color:#ffffff94}.resource-import-form{display:grid;gap:1rem}.resource-import-label{display:grid;gap:.55rem;font-family:var(--montserrat);font-weight:600}.resource-import-label input{width:100%;padding:.95rem 1rem;border:1px solid var(--border);border-radius:14px;background:#ffffff0a;color:var(--white)}.resource-import-list{min-height:120px;padding:1rem;border:1px dashed var(--border);border-radius:16px;background:#ffffff08}.resource-import-file{display:flex;justify-content:space-between;gap:1rem;padding:.6rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.resource-import-file:last-child{border-bottom:0}.resource-import-button{padding:1rem 1.2rem;border-radius:999px;background:var(--red);color:var(--white);font-family:var(--montserrat);font-weight:700}.resource-import-button:disabled{opacity:.6;cursor:wait}.resource-import-status{margin:0;padding:.9rem 1rem;border-radius:14px}.resource-import-status.success{background:#3ca05429;color:#b9f6c7}.resource-import-status.error{background:#d4303029;color:#ffb6b6}@media (max-width: 767px){section{padding:6rem 0}.container,.container-fluid{width:min(100%,calc(100% - 1.5rem))}.navbar-top-default{height:76px;background:#202020eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:0}.side-menu{width:min(360px,100%)}.side-menu .inner-wrapper{padding:1.5rem}.side-nav{margin-top:2.5rem}.nav-link{font-size:1.3rem}.brand-mark{width:76px;height:76px;font-size:1.1rem}.sidemenu_btn{width:48px;height:48px}.area-heading h1{font-size:2.4rem}.area-heading p,.about-heading .info,.clients-area .sub-para,.timeline-heading-copy p,.timeline-entry-main p,.sub-content p,.impact-body,.impact-detail{font-size:1rem}.small-heading,.impact-title{font-size:1.35rem}.about-heading .heading,.heading-area .heading,.clients-area .heading,.timeline-entry-main h2{font-size:2.1rem}.testimonial-box{padding-left:1.25rem;padding-right:1.25rem}#about{padding-top:2.25rem;padding-bottom:1rem}.about-shell{padding:1.5rem 1.25rem}.impact-proof-shell,.systems-built-card,.experience-card{padding:1.5rem}.about-context-grid{grid-template-columns:1fr}#stats-sec.pt-0{padding:1rem 0 .75rem}.about-media{text-align:center}.about-icon{margin-left:auto;margin-right:auto}.timeline-nav-button{width:34px;height:34px;font-size:.95rem;margin-top:-9px}.impact-card{padding:1.5rem}.user-img{width:130px;height:130px}.resource-import-shell{grid-template-columns:1fr}}@media (min-width: 768px){.d-md-block{display:block}}
