/* ===========================================================
   InfyNow — shared design system (used by every page)
   =========================================================== */
:root{
  --navy:#0b1a3d;
  --blue:#313a6c;
  --blue-dark:#2c4bf2;
  --blue-light:#eef1ff;
  --violet:#5a2fd0;
  --ink:#101828;
  --muted:#5b6472;
  --line:#e7e9f0;
  --bg-soft:#f7f8fc;
  --gold:#f5a623;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  font-family:'Inter',sans-serif;
  color:var(--ink);
  background:#fff;
  overflow-x:hidden;
}
h1,h2,h3,h4,.brand{font-family:'Poppins',sans-serif;}
a{text-decoration:none;}
.btn{font-weight:600; border-radius:8px; padding:.72rem 1.4rem; transition:all .25s ease;}
.btn-primary-blue{background:var(--blue); color:#fff; border:1px solid var(--blue);}
.btn-primary-blue:hover{background:var(--blue-dark); transform:translateY(-2px); box-shadow:0 10px 22px rgba(44,75,242,.28); color:#fff;}
.btn-outline-blue{background:#fff; color:var(--blue); border:1px solid #c7cffb;}
.btn-outline-blue:hover{background:var(--blue-light); transform:translateY(-2px); color:var(--blue-dark);}
.btn-white{background:#fff; color:var(--blue); font-weight:700; border-radius:8px;}
.btn-white:hover{background:var(--blue-light); transform:translateY(-2px);}
.btn-sm-pill{border-radius:8px; font-weight:600; font-size:.88rem; padding:.5rem 1rem;}

.section-eyebrow{color:var(--blue); letter-spacing:2px; font-weight:700; font-size:.78rem; text-transform:uppercase;}
.section-title{font-weight:800; font-size:2.1rem; color:var(--ink);}
.section-sub{color:var(--muted); font-size:1.02rem;}

/* ===== NAVBAR ===== */
.navbar-custom{padding:.9rem 0; background:#fff; position:sticky; top:0; z-index:1000; box-shadow:0 1px 0 rgba(16,24,40,.06);}
.navbar-custom .brand-mark{
  width:100%;
  height : 80px; 
  border-radius:9px;
  /* background:linear-gradient(135deg,var(--blue),var(--navy)); */
  display:flex; align-items:center; justify-content:center; color:#fff; font-weight:800;
}
.navbar-custom .brand-text{font-weight:800; font-size:1.28rem; color:var(--ink); line-height:1;}
.navbar-custom .brand-tag{font-size:.62rem; color:var(--muted); letter-spacing:.3px; display:block;}
.nav-link-custom{color:#374151 !important; font-weight:500; margin:0 .85rem; position:relative; padding:.4rem 0 !important;}
.nav-link-custom.active{color:var(--blue) !important; font-weight:600;}
.nav-link-custom.active::after{content:''; position:absolute; left:0; bottom:-4px; width:100%; height:2px; background:var(--blue);}
.nav-link-custom::after{content:''; position:absolute; left:0; bottom:-4px; width:0; height:2px; background:var(--blue); transition:width .25s ease;}
.nav-link-custom:hover::after{width:100%;}
.dropdown-menu-custom{border:1px solid var(--line); border-radius:10px; box-shadow:0 18px 34px rgba(16,24,40,.12); padding:.5rem;}
.dropdown-menu-custom .dropdown-item{border-radius:6px; padding:.5rem .8rem; font-weight:500; font-size:.92rem;}
.dropdown-menu-custom .dropdown-item:hover{background:var(--blue-light); color:var(--blue);}

/* ===== GENERIC HERO (sub pages) ===== */
.page-hero{background:linear-gradient(135deg,#eef2ff 0%,#e3e9ff 45%, #dfe6ff 100%); position:relative; overflow:hidden; padding:3.6rem 0 3.2rem;}
.page-hero::before{content:''; position:absolute; top:-120px; right:-80px; width:420px; height:420px; background:radial-gradient(circle,rgba(44,75,242,.16),transparent 70%); border-radius:50%;}
.page-hero-heading{font-weight:800; font-size:2.5rem; line-height:1.2; color:var(--ink);}
.page-hero-heading .accent{color:var(--blue);}
.page-hero-lead{color:var(--muted); font-size:1.04rem; max-width:540px;}
.hero-mini-stats{display:flex; gap:2rem; flex-wrap:wrap; margin-top:1.6rem;}
.hero-mini-stats .mini-stat{display:flex; align-items:center; gap:.6rem;}
.hero-mini-stats .mini-stat i{font-size:1.3rem; color:var(--blue);}
.hero-mini-stats .mini-num{font-weight:800; font-size:1.15rem; line-height:1;}
.hero-mini-stats .mini-label{color:var(--muted); font-size:.8rem;}
.hero-badge-row{display:flex; gap:1.2rem; flex-wrap:wrap; margin-top:1.6rem;}
.hero-badge-row .badge-item{display:flex; align-items:center; gap:.5rem; font-size:.85rem; font-weight:600; color:var(--ink);}
.hero-badge-row .badge-item i{width:34px; height:34px; border-radius:9px; background:#fff; color:var(--blue); display:flex; align-items:center; justify-content:center; box-shadow:0 6px 14px rgba(16,24,40,.08);}

/* floating chip labels used on hero graphics */
.chip-float{position:absolute; background:#fff; border-radius:30px; padding:.55rem 1rem; font-weight:600; font-size:.85rem; box-shadow:0 12px 28px rgba(20,30,90,.18); display:flex; align-items:center; gap:.4rem; color:var(--ink); animation:float 4s ease-in-out infinite;}
.chip-float i{color:var(--blue);}
@keyframes float{0%,100%{transform:translateY(0);} 50%{transform:translateY(-10px);}}

/* central 3d cube graphic used in Services/Solutions hero */
.cube-hero{position:relative; height:340px; display:flex; align-items:center; justify-content:center;}
.cube-stage{width:130px; height:130px; position:relative; transform-style:preserve-3d; animation:spin 10s linear infinite;}
.cube-face{position:absolute; width:130px; height:130px; background:linear-gradient(135deg,var(--blue),var(--violet)); border:1px solid rgba(255,255,255,.35); border-radius:8px; opacity:.92;}
@keyframes spin{0%{transform:rotateX(-18deg) rotateY(0deg);} 100%{transform:rotateX(-18deg) rotateY(360deg);}}
.cube-base{position:absolute; bottom:24px; width:230px; height:230px; background:#fff; border-radius:22px; box-shadow:0 30px 60px rgba(16,24,40,.12); z-index:-1;}

/* ===== LOGOS ===== */
.logos-section{padding:3.2rem 0 2.6rem; background:#fff;}
.logo-pill{border:1px solid var(--line); border-radius:12px; padding:1rem .5rem; text-align:center; font-weight:600; color:var(--ink); font-size:.95rem; height:100%; display:flex; align-items:center; justify-content:center; gap:.5rem; transition:all .25s ease; background:#fff;}
.logo-pill i, .logo-pill img{font-size:1.3rem;}
.logo-pill:hover{transform:translateY(-4px); box-shadow:0 12px 24px rgba(16,24,40,.08); border-color:transparent;}

/* ===== GENERIC FEATURE / SERVICE CARD ===== */
.feature-card{background:#fff; border:1px solid var(--line); border-radius:14px; padding:1.6rem; height:100%; transition:all .3s ease; cursor:pointer;}
.feature-card:hover{transform:translateY(-6px); box-shadow:0 18px 34px rgba(16,24,40,.09); border-color:#dfe4ff;}
.feature-icon{width:48px; height:48px; border-radius:12px; background:var(--blue-light); color:var(--blue); display:flex; align-items:center; justify-content:center; font-size:1.3rem; margin-bottom:1rem; transition:all .3s ease;}
.feature-card:hover .feature-icon{background:var(--blue); color:#fff; transform:scale(1.08) rotate(-4deg);}
.feature-card h5{font-weight:700; font-size:1.05rem;}
.feature-card p{color:var(--muted); font-size:.92rem;}
.feature-card .go{color:var(--blue); font-weight:600; font-size:.9rem;}
.feature-card .go i{transition:transform .25s ease;}
.feature-card:hover .go i{transform:translateX(5px);}

/* section with soft background */
.section-soft{background:var(--bg-soft); padding:4.5rem 0;}

/* ===== INDUSTRIES PILLS ===== */
.industry-pill{border:1px solid var(--line); border-radius:40px; padding:.8rem 1.3rem; display:flex; align-items:center; gap:.6rem; font-weight:600; background:#fff; transition:all .25s ease; height:100%;}
.industry-pill i{color:var(--blue); font-size:1.1rem;}
.industry-pill:hover{background:var(--blue); color:#fff; transform:translateY(-3px);}
.industry-pill:hover i{color:#fff;}

/* ===== STATS BAR (gradient) ===== */
.stats-bar{background:linear-gradient(120deg,var(--blue),#3f2fce 60%, #5a2fd0); border-radius:18px; padding:2.4rem 1.5rem; color:#fff; box-shadow:0 25px 50px rgba(44,75,242,.25);}
.stats-bar.navy{background:linear-gradient(120deg,var(--navy),#152252 60%, #1a2fbf);}
.stat-item{text-align:center;}
.stat-item i{font-size:1.6rem; margin-bottom:.4rem; display:block;}
.stat-num{font-weight:800; font-size:2.1rem; line-height:1;}
.stat-label{opacity:.85; font-size:.92rem; margin-top:.25rem;}

/* ===== PROCESS ===== */
.process-track{position:relative;}
.process-track::before{content:''; position:absolute; top:26px; left:6%; right:6%; height:2px; background:var(--line); z-index:0;}
.process-step{position:relative; z-index:1; text-align:center;}
.process-circle{width:54px; height:54px; border-radius:50%; background:linear-gradient(135deg,var(--blue),#5a2fd0); color:#fff; display:flex; align-items:center; justify-content:center; margin:0 auto .7rem; font-size:1.25rem; box-shadow:0 10px 20px rgba(44,75,242,.28); transition:transform .3s ease;}
.process-step:hover .process-circle{transform:scale(1.12);}
.process-step .p-label{font-weight:700; font-size:.92rem;}
.process-step p{color:var(--muted); font-size:.82rem;}

.process-panel-dark{background:linear-gradient(120deg,#1a2560,#2c4bf2 55%,#5a2fd0); border-radius:20px; padding:3rem 2rem; color:#fff;}
.process-panel-dark .process-track::before{background:rgba(255,255,255,.25);}
.process-panel-dark .process-circle{background:#fff; color:var(--blue);}
.process-panel-dark .p-label{color:#fff;}
.process-panel-dark p{color:rgba(255,255,255,.75);}

/* ===== CTA BAND ===== */
.cta-section{background:linear-gradient(120deg,var(--blue),#3f2fce); padding:2.4rem 0; color:#fff;}
.cta-section h3{font-weight:800;}
.cta-icon-circle{width:52px; height:52px; border-radius:50%; background:#fff; color:var(--blue); display:flex; align-items:center; justify-content:center; font-size:1.3rem; flex-shrink:0;}

/* ===== FOOTER ===== */
footer{background:var(--navy); color:#c7cde0; padding:3.5rem 0 1.5rem;}
footer h6{color:#fff; font-weight:700; margin-bottom:1.1rem;}
footer a{color:#aab2cc; display:block; margin-bottom:.55rem; transition:color .2s ease; font-size:.92rem;}
footer a:hover{color:#fff;}
.footer-brand .brand-mark{background:linear-gradient(135deg,var(--blue),#5a2fd0);}
.social-icon{width:36px; height:36px; border-radius:8px; background:rgba(255,255,255,.08); color:#fff; display:flex; align-items:center; justify-content:center; transition:all .25s ease;}
.social-icon:hover{background:var(--blue); transform:translateY(-3px);}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1); margin-top:2rem; padding-top:1.3rem; font-size:.88rem; color:#8b93b0;}

/* scroll reveal */
.reveal{opacity:0; transform:translateY(26px); transition:all .7s cubic-bezier(.2,.7,.2,1);}
.reveal.show{opacity:1; transform:translateY(0);}

/* ===== FILTER PILLS (case studies) ===== */
.filter-pill{border:1px solid var(--line); background:#fff; color:var(--ink); font-weight:600; font-size:.88rem; padding:.55rem 1.1rem; border-radius:30px; transition:all .2s ease; cursor:pointer;}
.filter-pill.active, .filter-pill:hover{background:var(--blue); color:#fff; border-color:var(--blue);}

/* ===== CASE STUDY CARDS ===== */
.cs-card{background:#fff; border:1px solid var(--line); border-radius:16px; overflow:hidden; height:100%; transition:all .3s ease;}
.cs-card:hover{transform:translateY(-6px); box-shadow:0 20px 40px rgba(16,24,40,.1);}
.cs-thumb{height:200px; position:relative; overflow:hidden;}
.cs-thumb img,.cs-thumb .thumb-fallback{width:100%; height:100%; object-fit:cover;}
.cs-badge-icon{position:absolute; top:14px; right:14px; width:38px; height:38px; border-radius:50%; background:#fff; color:var(--blue); display:flex; align-items:center; justify-content:center; box-shadow:0 8px 16px rgba(16,24,40,.15);}
.cs-body{padding:1.4rem;}
.cs-tag{background:var(--blue-light); color:var(--blue); font-size:.74rem; font-weight:700; padding:.28rem .65rem; border-radius:6px; display:inline-block; margin-bottom:.6rem;}
.cs-body h5{font-weight:700; font-size:1.06rem;}
.cs-body p{color:var(--muted); font-size:.88rem;}
.cs-metrics{display:flex; gap:1rem; margin:1rem 0; flex-wrap:wrap;}
.cs-metric{font-size:.82rem;}
.cs-metric i{color:var(--blue); margin-right:.25rem;}
.cs-metric .m-num{font-weight:700; color:var(--ink); display:block; font-size:.95rem;}
.cs-link{color:var(--blue); font-weight:600; font-size:.9rem;}
.cs-link i{transition:transform .25s ease;}
.cs-card:hover .cs-link i{transform:translateX(5px);}

/* image-style thumb fallbacks (gradient placeholders standing in for photography) */
.thumb-fallback{display:flex; align-items:center; justify-content:center;}
.thumb-1{background:linear-gradient(135deg,#dfe9ff,#c9d6ff);}
.thumb-2{background:linear-gradient(135deg,#0c1638,#1c2b6b);}
.thumb-3{background:linear-gradient(135deg,#101d4d,#233a8f);}
.thumb-4{background:linear-gradient(135deg,#1f2937,#374151);}
.thumb-5{background:linear-gradient(135deg,#7c5b1f,#c9902f);}
.thumb-6{background:linear-gradient(135deg,#e7ecff,#ffffff);}

/* ===== CAREERS: open positions ===== */
.dept-list{border:1px solid var(--line); border-radius:14px; overflow:hidden; background:#fff;}
.dept-item{display:flex; align-items:center; justify-content:space-between; padding:.9rem 1.1rem; font-weight:600; font-size:.92rem; color:var(--ink); border-bottom:1px solid var(--line); cursor:pointer; transition:all .2s ease;}
.dept-item:last-child{border-bottom:none;}
.dept-item i.left-ic{color:var(--blue); margin-right:.6rem;}
.dept-item.active{background:var(--blue-light); color:var(--blue);}
.job-row{border:1px solid var(--line); border-radius:12px; padding:1.1rem 1.3rem; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:1rem; margin-bottom:.9rem; background:#fff; transition:all .25s ease;}
.job-row:hover{box-shadow:0 14px 28px rgba(16,24,40,.08); transform:translateY(-2px); border-color:#dfe4ff;}
.job-row h6{font-weight:700; margin-bottom:.15rem;}
.job-row .job-dept{color:var(--muted); font-size:.82rem;}
.job-meta{display:flex; gap:1.6rem; flex-wrap:wrap; color:var(--muted); font-size:.85rem;}
.job-meta i{color:var(--blue); margin-right:.3rem;}

.why-join-card{background:#fff; border-radius:16px; box-shadow:0 24px 48px rgba(16,24,40,.14); padding:1.4rem 1.5rem;}
.why-join-card h6{font-weight:700;}
.why-join-card .check-item{display:flex; align-items:center; gap:.55rem; padding:.4rem 0; font-size:.92rem;}
.why-join-card .check-item i{color:var(--blue);}

/* dashboard-style hero mock (case studies / home reused) */
.dash-mock{background:#fff; border:1px solid var(--line); border-radius:16px; padding:1.2rem; box-shadow:0 30px 60px rgba(16,24,40,.12);}
.dash-mock .dm-side{width:34px; background:var(--navy); border-radius:10px;}
.dash-card{background:var(--bg-soft); border-radius:10px; padding:.8rem;}
.donut{width:74px; height:74px; border-radius:50%; background:conic-gradient(var(--blue) 0 68%, #d9def9 68% 100%); display:flex; align-items:center; justify-content:center; position:relative;}
.donut::after{content:''; position:absolute; width:44px; height:44px; border-radius:50%; background:#fff;}
.donut span{position:relative; font-weight:800; font-size:.85rem; color:var(--blue);}

/* globe graphic (industries hero) */
.globe-wrap{position:relative; height:340px; display:flex; align-items:center; justify-content:center;}
.globe{width:200px; height:200px; border-radius:50%; background:radial-gradient(circle at 35% 30%, #6ea3ff, #1a2fbf 60%, #0b1a3d 100%); box-shadow:0 30px 60px rgba(26,47,191,.35), inset -20px -20px 50px rgba(0,0,0,.25); position:relative;}
.globe::before{content:''; position:absolute; inset:0; border-radius:50%; background-image:repeating-linear-gradient(0deg, rgba(255,255,255,.12) 0 1px, transparent 1px 24px), repeating-linear-gradient(90deg, rgba(255,255,255,.12) 0 1px, transparent 1px 24px); }
.globe-ring{position:absolute; border:1px dashed rgba(44,75,242,.3); border-radius:50%;}
.globe-ring.r1{width:280px; height:280px;}
.globe-ring.r2{width:330px; height:330px;}

@media (max-width:991px){
  .page-hero-heading{font-size:2rem;}
  .stats-bar{border-radius:14px;}
  .chip-float{display:none;}
  .cube-hero, .globe-wrap{height:220px;}
}


.many-more-link{display:inline-flex; align-items:center; gap:.4rem; color:var(--blue); font-weight:600; font-size:.92rem; text-decoration:none; padding:.5rem 1.1rem; border:1px solid #c7cffb; border-radius:30px; transition:all .25s ease;}
.many-more-link i{transition:transform .25s ease;}
.many-more-link:hover{background:var(--blue-light); color:var(--blue-dark); transform:translateY(-2px);}
.many-more-link:hover i{transform:translateX(4px);}