
/* Worklance duplicate header nav fix */
.site-header .mobile-menu{display:none;}
@media(max-width:760px){.site-header .mobile-menu.open{display:grid;}}
/* /Worklance duplicate header nav fix */

:root{
  --navy:#0b2545;--navy2:#123b68;--blue:#1e5cc8;--orange:#f97316;--orange2:#ea580c;--ink:#0f172a;--text:#334155;--muted:#64748b;--soft:#f6f9fc;--line:#dbe5f0;--white:#fff;--green:#10b981;--shadow:0 18px 55px rgba(15,35,64,.10);--shadow2:0 28px 80px rgba(15,35,64,.14);--radius:22px;--font:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--display:Poppins,Inter,system-ui,sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--ink);background:#fff;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1180px;margin:0 auto;padding:0 24px}.section{padding:88px 0}.section.soft{background:linear-gradient(180deg,#f8fbff,#fff)}.eyebrow{display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:#edf3f9;color:#173b62;font-weight:850;letter-spacing:.08em;text-transform:uppercase;font-size:12px;padding:7px 14px}.section-head{text-align:center;max-width:760px;margin:0 auto 44px}.section-head h2{font-family:var(--display);font-size:42px;line-height:1.14;margin:14px 0 12px;letter-spacing:-.035em;color:#0c162c}.section-head p{font-size:18px;line-height:1.75;color:#60708b;margin:0}.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(219,229,240,.8);box-shadow:0 8px 35px rgba(15,35,64,.06)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:26px}.brand{display:flex;align-items:center;gap:12px;min-width:220px}.brand-logo{width:46px;height:46px;border-radius:14px;object-fit:contain;background:#fff;box-shadow:0 8px 18px rgba(249,115,22,.18)}.brand-name{font-family:var(--display);font-size:20px;font-weight:900;line-height:1;color:#112b4d;letter-spacing:-.03em}.brand-sub{display:block;color:var(--orange);font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;margin-top:5px}.nav-links{display:flex;align-items:center;justify-content:center;gap:34px;font-weight:800;color:#163354;font-size:14px;white-space:nowrap}.nav-links a{position:relative;padding:26px 0}.nav-links a.active:after,.nav-links a:hover:after{content:"";position:absolute;left:0;right:0;bottom:17px;margin:auto;width:28px;height:3px;background:var(--orange);border-radius:99px}.nav-actions{display:flex;align-items:center;gap:12px}.btn,.btn-outline,.btn-light,.btn-dark{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:13px;padding:13px 22px;font-weight:900;font-size:14px;line-height:1;border:0;cursor:pointer;transition:.24s ease;white-space:nowrap}.btn{background:linear-gradient(135deg,var(--orange),var(--orange2));color:#fff;box-shadow:0 14px 28px rgba(249,115,22,.23)}.btn:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(249,115,22,.32)}.btn-outline{background:#fff;color:#15365c;border:2px solid #15365c;box-shadow:0 8px 24px rgba(15,35,64,.06)}.btn-outline:hover{background:#15365c;color:#fff;transform:translateY(-2px)}.btn-dark{background:linear-gradient(135deg,#123b68,#1d5fd7);color:#fff}.btn-light{background:#fff;color:var(--orange)}.mobile-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:12px;width:44px;height:44px;font-size:20px;color:#15365c}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 78% 22%,rgba(49,115,210,.42),transparent 34%),linear-gradient(135deg,#071a31 0%,#0c2a4d 46%,#15497e 100%);color:#fff}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:76px 76px;opacity:.62}.hero:after{content:"";position:absolute;right:-90px;top:-80px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(249,115,22,.18),transparent 65%);filter:blur(8px)}.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center;min-height:640px;padding:82px 0 78px}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:9px 15px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);box-shadow:inset 0 1px 0 rgba(255,255,255,.12);font-weight:800;color:#eaf2ff;font-size:13px}.hero h1{font-family:var(--display);font-size:62px;line-height:1.02;letter-spacing:-.055em;margin:22px 0 18px;max-width:650px}.hero h1 span{color:#ff7a1a}.hero p{font-size:18px;line-height:1.72;color:rgba(255,255,255,.82);max-width:640px;margin:0 0 28px}.search-card{display:grid;grid-template-columns:1fr .72fr auto;gap:10px;background:#fff;border-radius:16px;padding:10px;box-shadow:0 24px 48px rgba(0,0,0,.22);max-width:720px}.search-card input{width:100%;height:48px;border:1px solid #d7e2ee;border-radius:11px;padding:0 14px;font:inherit;font-size:14px;color:#14223a;outline:none}.search-card input:focus{border-color:#2b6ed9;box-shadow:0 0 0 4px rgba(43,110,217,.10)}.hero-chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.chip{display:inline-flex;align-items:center;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.10);color:#eef6ff;padding:7px 12px;font-weight:750;font-size:12px}.hero-visual{position:relative}.map-card{height:380px;border-radius:34px;background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.20);box-shadow:0 30px 80px rgba(0,0,0,.22);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.india-word{font-family:var(--display);font-size:120px;font-weight:900;color:rgba(255,255,255,.11);letter-spacing:-.08em}.orbit{position:absolute;border:1px solid rgba(90,175,255,.35);border-radius:50%;animation:spin 14s linear infinite}.orbit.one{width:280px;height:120px;transform:rotate(-20deg)}.orbit.two{width:340px;height:155px;transform:rotate(22deg);animation-duration:19s}.node{position:absolute;width:12px;height:12px;border-radius:50%;background:#ff7a1a;box-shadow:0 0 0 9px rgba(249,115,22,.16),0 0 24px rgba(249,115,22,.8)}.n1{top:105px;left:120px}.n2{top:130px;right:170px}.n3{bottom:120px;left:180px}.n4{right:140px;bottom:110px}.stats-wrap{position:relative;z-index:3;margin-top:-40px}.stats{background:#fff;border:1px solid #dce8f4;border-radius:22px;box-shadow:var(--shadow2);display:grid;grid-template-columns:repeat(5,1fr);padding:20px 24px;gap:8px}.stat{display:flex;align-items:center;justify-content:center;gap:12px;border-right:1px solid #e5edf6;min-height:68px}.stat:last-child{border-right:0}.stat-icon{width:42px;height:42px;border-radius:13px;background:#f2f6fb;display:flex;align-items:center;justify-content:center;font-size:20px}.stat b{display:block;font-family:var(--display);font-size:25px;line-height:1;color:#122f52}.stat small{color:#64748b;font-weight:800;font-size:12px}.trust-strip{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin:32px auto 0}.trust-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border:1px solid #dbe7f2;border-radius:999px;background:#fff;box-shadow:0 10px 26px rgba(15,35,64,.07);font-weight:850;color:#17365a;font-size:14px}.serve-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.serve-card{position:relative;overflow:hidden;border:1px solid #dbe7f2;border-radius:28px;padding:34px;background:linear-gradient(145deg,#f5faff,#fff);box-shadow:var(--shadow)}.serve-card.employer{background:linear-gradient(145deg,#fffaf5,#fff);border-color:#ffd5ad}.serve-icon{width:64px;height:64px;border-radius:20px;background:#eaf3ff;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:24px}.serve-card.employer .serve-icon{background:#fff0e5}.serve-card h3{font-family:var(--display);font-size:28px;line-height:1.15;margin:0 0 12px;color:#113357}.serve-card p{color:#5d6d85;margin:0 0 20px;font-size:16px;max-width:520px}.checks{list-style:none;margin:0 0 26px;padding:0;display:grid;gap:10px}.checks li{font-weight:800;color:#26374c;font-size:15px;display:flex;gap:10px;align-items:flex-start}.checks li:before{content:"✓";color:#12ad72;font-weight:900}.employer .checks li:before{color:var(--orange)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.step-card{position:relative;background:#fff;border:1px solid #dbe7f2;border-radius:22px;padding:30px 24px;text-align:center;box-shadow:0 16px 42px rgba(15,35,64,.06);transition:.25s ease}.step-card:hover,.industry-card:hover,.testimonial:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.step-no{position:absolute;left:20px;top:18px;width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#194a8d,#2368d9);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900}.step-icon{font-size:38px;margin:20px 0 16px}.step-card h3{font-family:var(--display);font-size:18px;color:#12365c;margin:0 0 8px}.step-card p{font-size:15px;color:#5e6f87;margin:0}.industry-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:16px}.industry-card{background:#fff;border:1px solid #dbe7f2;border-radius:18px;padding:22px 14px;text-align:center;transition:.25s ease}.industry-card .i{width:52px;height:52px;border-radius:15px;margin:0 auto 14px;background:#f0f5ff;display:flex;align-items:center;justify-content:center;font-size:24px}.industry-card strong{display:block;font-size:14px;line-height:1.35;color:#15365c}.trust-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:32px;align-items:start}.trust-list{display:grid;gap:15px}.trust-item{display:flex;gap:16px;background:#fff;border:1px solid #dbe7f2;border-radius:18px;padding:18px;box-shadow:0 12px 34px rgba(15,35,64,.045)}.trust-item .ico{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#174a91,#286be0);display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;flex-shrink:0}.trust-item h3{font-size:17px;margin:0 0 4px;color:#14365d}.trust-item p{margin:0;color:#60708a;font-size:15px}.notice-card{border-radius:28px;background:radial-gradient(circle at 100% 0,rgba(78,139,255,.45),transparent 36%),linear-gradient(135deg,#09213d,#1f5bd9);color:#fff;padding:34px;box-shadow:0 30px 75px rgba(30,91,217,.24)}.notice-card h3{font-family:var(--display);font-size:30px;line-height:1.14;margin:12px 0}.notice-card p{color:rgba(255,255,255,.82);font-size:16px;margin:0 0 20px}.policy-box{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.08);border-radius:18px;padding:20px;margin:22px 0;display:grid;grid-template-columns:1fr 1fr;gap:10px 22px}.policy-box div{font-weight:800;font-size:14px;color:#eff7ff}.policy-box div:before{content:"✓";color:#48eaa1;margin-right:8px}.test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial{background:#fff;border:1px solid #dbe7f2;border-radius:22px;padding:28px;transition:.25s ease;box-shadow:0 16px 42px rgba(15,35,64,.045)}.stars{color:#f59e0b;font-size:20px;letter-spacing:2px}.quote{margin:18px 0 28px;color:#26384d;font-size:16px;line-height:1.85;font-style:italic}.person{display:flex;align-items:center;gap:13px}.avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#16498e,#286be0);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900}.person b{display:block;color:#0f172a}.person small{color:#60708a;font-size:13px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 22px;max-width:980px;margin:0 auto}.faq{background:#fff;border:1px solid #dbe7f2;border-radius:14px;overflow:hidden}.faq button{width:100%;display:flex;align-items:center;justify-content:space-between;border:0;background:#fff;padding:18px 22px;font:inherit;font-weight:900;color:#0f172a;cursor:pointer;text-align:left}.faq .ans{display:none;color:#63738c;padding:0 22px 18px;font-size:15px}.faq.open .ans{display:block}.cta-band{margin:0 auto;border-radius:26px;background:linear-gradient(135deg,#0b2545 0%,#113f72 58%,#df5d15 100%);color:#fff;padding:30px 34px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:var(--shadow2);overflow:hidden;position:relative}.cta-band h2{font-family:var(--display);font-size:30px;margin:0 0 4px}.cta-band p{margin:0;color:rgba(255,255,255,.78)}.footer{background:linear-gradient(135deg,#071a31,#0f3159);color:#fff}.footer .container{padding-top:42px;padding-bottom:22px}.footer-grid{display:grid;grid-template-columns:1.25fr .9fr 1.05fr 1.15fr;gap:34px}.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:14px}.footer-logo{width:50px;height:50px;border-radius:14px;background:#fff;object-fit:contain}.footer h3{font-family:var(--display);font-size:16px;margin:0 0 16px;padding-bottom:10px;position:relative}.footer h3:after{content:"";position:absolute;left:0;bottom:0;width:70px;height:2px;background:var(--orange);border-radius:99px}.footer p,.footer a,.footer li{color:rgba(255,255,255,.72);font-size:14px;line-height:1.75}.footer a:hover{color:#fff}.footer ul{list-style:none;margin:0;padding:0;display:grid;gap:7px}.socials{display:flex;gap:10px;margin-top:18px}.socials a{width:38px;height:38px;border-radius:11px;border:1px solid rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;color:#fff;background:rgba(255,255,255,.06)}.wa-box{border:1px solid rgba(249,115,22,.35);background:rgba(255,255,255,.06);border-radius:17px;padding:16px;margin-top:18px}.wa-box b{display:block;color:#fb923c;font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:9px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.12);margin-top:32px;padding-top:18px;gap:16px;flex-wrap:wrap}.footer-bottom small,.footer-bottom a{font-size:13px;color:rgba(255,255,255,.58)}.bottom-links{display:flex;gap:20px;flex-wrap:wrap}.float-actions{position:fixed;right:24px;bottom:24px;z-index:950;display:grid;gap:12px}.float-actions a,.float-actions button{width:52px;height:52px;border-radius:50%;border:0;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 16px 36px rgba(15,35,64,.22);cursor:pointer}.float-wa{background:#25d366;color:#fff}.float-top{background:#0f3159;color:#fff}.page-hero{background:linear-gradient(135deg,#071a31,#164f8b);color:#fff;padding:74px 0}.page-hero h1{font-family:var(--display);font-size:48px;line-height:1.1;margin:12px 0}.page-hero p{color:rgba(255,255,255,.78);font-size:18px;max-width:780px}.content-card{background:#fff;border:1px solid #dbe7f2;border-radius:24px;padding:34px;box-shadow:var(--shadow)}.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px}.about-list{display:grid;gap:16px}.jobs-layout{display:grid;grid-template-columns:1fr 360px;gap:24px}.job-toolbar{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}.job-toolbar input,.job-toolbar select,.form-control{height:48px;border:1px solid #d9e5f1;border-radius:12px;padding:0 14px;font:inherit;color:#17253c;background:#fff;outline:none}.job-toolbar input{min-width:260px;flex:1}.job-card{background:#fff;border:1px solid #dbe7f2;border-radius:20px;padding:22px;margin-bottom:16px;box-shadow:0 12px 34px rgba(15,35,64,.045);transition:.22s ease}.job-card:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:#bdd1e6}.job-card h3{font-family:var(--display);font-size:21px;margin:0 0 8px;color:#12365c}.job-meta{display:flex;gap:10px;flex-wrap:wrap;color:#5f7189;font-weight:750;font-size:14px;margin:12px 0}.job-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.job-side{position:sticky;top:96px;align-self:start}.apply-form{display:grid;gap:14px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field label{display:block;font-weight:850;font-size:13px;color:#17365c;margin-bottom:6px}.field input,.field select,.field textarea{width:100%;border:1px solid #d9e5f1;border-radius:12px;padding:13px 14px;font:inherit;color:#17253c;background:#fff;outline:none}.field textarea{min-height:96px;resize:vertical}.form-note{font-size:13px;color:#65768c}.success-box{display:none;background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;border-radius:14px;padding:14px;font-weight:800}.legal article{max-width:900px;margin:0 auto}.legal h2{font-family:var(--display);font-size:26px;color:#12365c;margin-top:30px}.legal p,.legal li{color:#47566c}.fade-up{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.fade-up.visible{opacity:1;transform:none}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1040px){.hero-inner,.trust-grid,.about-grid,.jobs-layout{grid-template-columns:1fr}.hero-inner{min-height:auto}.hero-visual{display:none}.stats{grid-template-columns:repeat(2,1fr)}.stat{border-right:0}.industry-grid{grid-template-columns:repeat(4,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.nav-links{gap:22px}}@media(max-width:760px){body{font-size:15px}.container{padding:0 18px}.nav{height:70px}.nav-links{display:none}.mobile-toggle{display:block}.nav-actions{display:none}.brand{min-width:auto}.hero-inner{padding:56px 0 50px}.hero h1{font-size:42px}.search-card{grid-template-columns:1fr}.stats-wrap{margin-top:0;padding-top:18px}.stats,.serve-grid,.process-grid,.test-grid,.faq-grid,.form-row{grid-template-columns:1fr}.industry-grid{grid-template-columns:repeat(2,1fr)}.section{padding:64px 0}.section-head h2{font-size:32px}.footer-grid{grid-template-columns:1fr}.cta-band{display:block}.cta-band .nav-actions{display:flex;margin-top:18px}.mobile-menu{display:none;position:absolute;top:70px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 20px 40px rgba(15,35,64,.12);padding:18px}.mobile-menu.open{display:grid}.mobile-menu a{padding:12px 0;font-weight:850;color:#14365c}.mobile-menu .btn,.mobile-menu .btn-outline{margin-top:8px}}


/* ===== FINAL JOB DIRECTORY BLOCK UI ===== */
.job-directory-shell{background:#fbfaf7;min-height:70vh;padding:64px 0 90px}.job-filter-pills{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:0 auto 36px}.job-filter-pills button{height:40px;padding:0 20px;border-radius:999px;border:1px solid #ded9d0;background:#fff;color:#556070;font-weight:700;letter-spacing:.01em;cursor:pointer;transition:.18s ease;font-size:14px}.job-filter-pills button.active,.job-filter-pills button:hover{background:#104b3f;color:#fff;border-color:#104b3f;box-shadow:0 12px 26px rgba(16,75,63,.16)}.job-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.job-tile{position:relative;display:flex;flex-direction:column;min-height:318px;background:#fff;border:1px solid #e4ded5;border-radius:20px;padding:28px 26px;box-shadow:0 8px 24px rgba(21,38,63,.04);transition:.22s ease;overflow:hidden}.job-tile:hover{transform:translateY(-4px);box-shadow:0 24px 55px rgba(21,38,63,.10);border-color:#d0c7ba}.job-tile-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}.job-icon{width:54px;height:54px;border-radius:14px;border:1px solid #e4e8ef;background:linear-gradient(180deg,#fff,#f8fafc);display:flex;align-items:center;justify-content:center;font-size:26px;box-shadow:0 6px 18px rgba(15,35,64,.045)}.job-category{border-radius:999px;background:#fbf4ea;color:#c18a2f;padding:5px 11px;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.job-tile h3{font-family:var(--display);font-size:20px;line-height:1.25;margin:0 0 10px;color:#0f172a;letter-spacing:-.02em}.job-tile p{font-size:15px;line-height:1.55;color:#667085;margin:0 0 16px;min-height:48px}.job-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:15px}.mini-badge{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:4px 9px;border:1px solid #b9d8cf;background:#ecf8f5;color:#116655;font-size:11px;font-weight:850}.job-line{height:1px;background:#eee7dd;margin:auto 0 18px}.job-foot{display:flex;align-items:center;justify-content:space-between;gap:12px}.job-pay{font-weight:900;color:#0f172a;font-size:14px}.job-loc{display:inline-flex;align-items:center;gap:5px;border:1px solid #e2ded7;border-radius:999px;padding:4px 10px;color:#667085;background:#fff;font-size:13px;font-weight:700}.job-card-links{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:18px}.learn-link{color:#667085;font-weight:750;font-size:14px}.learn-link:hover{color:#103b63}.apply-link{display:inline-flex;align-items:center;gap:8px;color:#104b3f;font-weight:900;font-size:15px}.job-featured-head{max-width:900px;margin:0 auto 26px;text-align:center}.job-featured-head h1{font-family:var(--display);font-size:44px;line-height:1.1;margin:12px 0 10px;color:#101828;letter-spacing:-.04em}.job-featured-head p{font-size:17px;color:#667085;margin:0}.job-search-pro{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;max-width:900px;margin:0 auto 24px;background:#fff;border:1px solid #e4ded5;border-radius:18px;padding:10px;box-shadow:0 14px 34px rgba(21,38,63,.06)}.job-search-pro input{height:48px;border:1px solid #e4e8ef;border-radius:12px;padding:0 14px;font:inherit;outline:none}.job-search-pro input:focus{border-color:#244b7a;box-shadow:0 0 0 4px rgba(36,75,122,.08)}.job-detail-shell{background:#fbfaf7;padding:66px 0 90px}.job-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:26px;align-items:start}.job-detail-card,.apply-main-card,.apply-summary-card{background:#fff;border:1px solid #e2ded7;border-radius:24px;box-shadow:0 16px 38px rgba(21,38,63,.06);padding:34px}.job-detail-card h1{font-family:var(--display);font-size:40px;line-height:1.12;margin:12px 0;color:#101828;letter-spacing:-.04em}.job-detail-meta{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 24px}.job-detail-meta span{border:1px solid #e4e8ef;border-radius:999px;padding:8px 12px;color:#4b5b70;background:#fff;font-weight:800;font-size:13px}.job-section-title{font-family:var(--display);font-size:20px;color:#102f52;margin:26px 0 10px}.detail-list{margin:0;padding:0;list-style:none;display:grid;gap:10px}.detail-list li{display:flex;gap:10px;color:#344054;font-size:15px}.detail-list li:before{content:'✓';color:#12ad72;font-weight:900}.job-side-card{position:sticky;top:98px;background:#0b294a;color:#fff;border-radius:22px;padding:26px;box-shadow:0 20px 50px rgba(11,41,74,.18)}.job-side-card h3{font-family:var(--display);font-size:24px;margin:0 0 10px}.job-side-card p{color:rgba(255,255,255,.78);font-size:15px}.apply-page-shell{background:linear-gradient(180deg,#fbfaf7,#fff);padding:66px 0 90px}.apply-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:26px;align-items:start}.apply-main-card h1{font-family:var(--display);font-size:38px;line-height:1.1;margin:0 0 10px;color:#101828;letter-spacing:-.04em}.form-help{color:#667085;margin:0 0 24px}.apply-summary-card{position:sticky;top:98px}.apply-summary-card h3{font-family:var(--display);font-size:22px;margin:0 0 12px;color:#102f52}.selected-job-box{background:#f8fafc;border:1px solid #e4e8ef;border-radius:16px;padding:16px;margin-top:16px}.selected-job-box b{display:block;color:#101828;margin-bottom:4px}.selected-job-box small{color:#667085}.job-empty{background:#fff;border:1px solid #e4ded5;border-radius:20px;padding:30px;text-align:center;color:#667085;grid-column:1/-1}.apply-form .btn{width:100%;height:50px;font-size:15px}.email-correct{white-space:nowrap}@media(max-width:1040px){.job-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.job-detail-grid,.apply-grid{grid-template-columns:1fr}.job-side-card,.apply-summary-card{position:relative;top:auto}.job-search-pro{grid-template-columns:1fr}}@media(max-width:680px){.job-directory-shell,.job-detail-shell,.apply-page-shell{padding:42px 0 64px}.job-grid{grid-template-columns:1fr}.job-featured-head h1,.job-detail-card h1,.apply-main-card h1{font-size:32px}.job-tile{min-height:auto;padding:24px}.job-foot{display:block}.job-loc{margin-top:8px}.job-card-links{margin-top:16px}.job-detail-card,.apply-main-card,.apply-summary-card{padding:24px}.job-filter-pills{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.job-filter-pills button{flex:0 0 auto}}


/* ===== Worklance compact inner page hero fix ===== */
.page-hero{
  padding:38px 0 40px!important;
  min-height:auto!important;
  background:linear-gradient(135deg,#071a31 0%,#123d68 58%,#164f8b 100%)!important;
}
.page-hero .container{max-width:1180px!important;}
.page-hero .eyebrow{font-size:11px!important;padding:6px 12px!important;letter-spacing:.08em!important;}
.page-hero h1{
  font-size:clamp(30px,3.2vw,42px)!important;
  line-height:1.12!important;
  margin:10px 0 10px!important;
  letter-spacing:-.035em!important;
  max-width:850px!important;
}
.page-hero p{
  font-size:16px!important;
  line-height:1.65!important;
  margin:0!important;
  max-width:760px!important;
}
main > .page-hero:first-child{margin-top:0!important;}
@media(max-width:760px){
  .page-hero{padding:30px 0 32px!important;}
  .page-hero h1{font-size:28px!important;}
  .page-hero p{font-size:15px!important;}
}

/* ===== Worklance Hero Stats + Trust Strip Final Alignment Fix ===== */
.hero{
  padding-bottom:48px!important;
}
.stats-wrap{
  position:relative!important;
  z-index:2!important;
  margin-top:0!important;
  margin-bottom:38px!important;
  padding-top:34px!important;
  background:#fff!important;
}
.stats{
  max-width:1040px!important;
  margin:0 auto!important;
  border-radius:22px!important;
  box-shadow:0 18px 48px rgba(15,35,64,.10)!important;
  border:1px solid #dbe7f2!important;
  background:#fff!important;
  backdrop-filter:none!important;
}
.stat{
  min-height:66px!important;
  justify-content:center!important;
  padding:0 14px!important;
}
.stat b{font-size:24px!important;letter-spacing:-.02em!important;white-space:nowrap!important;}
.stat small{font-size:11.5px!important;line-height:1.25!important;display:block!important;}
.trust-strip{
  width:100%!important;
  max-width:1180px!important;
  margin:26px auto 0!important;
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  padding:4px 4px 10px!important;
  scrollbar-width:thin!important;
}
.trust-pill{
  flex:0 0 auto!important;
  padding:9px 15px!important;
  font-size:13px!important;
  border-radius:999px!important;
  white-space:nowrap!important;
  box-shadow:0 8px 20px rgba(15,35,64,.055)!important;
}
@media(max-width:1040px){
  .hero{padding-bottom:30px!important;}
  .stats-wrap{padding-top:24px!important;margin-bottom:26px!important;}
  .stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:760px!important;}
  .stat{justify-content:flex-start!important;border-right:0!important;border-bottom:1px solid #e5edf6!important;}
  .stat:nth-child(5){grid-column:1/-1;border-bottom:0!important;justify-content:center!important;}
  .trust-strip{justify-content:flex-start!important;padding-left:18px!important;padding-right:18px!important;}
}
@media(max-width:760px){
  .hero{padding-bottom:16px!important;}
  .stats-wrap{padding-top:18px!important;margin-bottom:22px!important;}
  .stats{grid-template-columns:1fr!important;padding:14px!important;border-radius:18px!important;}
  .stat{border-right:0!important;border-bottom:1px solid #e5edf6!important;justify-content:flex-start!important;padding:12px 8px!important;}
  .stat:nth-child(5){grid-column:auto!important;justify-content:flex-start!important;}
  .stat:last-child{border-bottom:0!important;}
}
/* ===== /Worklance Hero Stats + Trust Strip Final Alignment Fix ===== */


/* ===== Worklance All Pages UI + Clean URL Hard Fix ===== */
:root{--wlc-max:1180px}.site-header{width:100%;left:0;right:0}.site-header .mobile-menu{display:none}.site-header .mobile-menu.open{display:grid}.page-hero{padding:42px 0 44px!important;min-height:auto!important;background:radial-gradient(circle at 85% 0,rgba(49,115,210,.32),transparent 32%),linear-gradient(135deg,#071a31 0%,#0e345d 62%,#164f8b 100%)!important;color:#fff!important;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:74px 74px;opacity:.45}.page-hero .container{position:relative;z-index:1}.page-hero h1{font-family:var(--display);font-size:clamp(30px,3.1vw,44px)!important;line-height:1.12!important;letter-spacing:-.04em!important;margin:12px 0 10px!important;max-width:880px!important;color:#fff!important}.page-hero p{max-width:760px!important;font-size:16px!important;line-height:1.7!important;color:rgba(255,255,255,.80)!important;margin:0!important}.page-hero .eyebrow{background:rgba(255,255,255,.92)!important;color:#173b62!important}.section{padding:76px 0}.content-card,.job-detail-card,.apply-main-card,.apply-summary-card,.job-tile,.serve-card,.step-card,.industry-card,.testimonial,.faq-item,.trust-item{border-color:#dbe7f2!important;box-shadow:0 16px 44px rgba(15,35,64,.07)!important}.content-card{border-radius:24px!important}.stats-wrap{background:#fff!important;margin-top:0!important;padding-top:34px!important;margin-bottom:34px!important}.stats{max-width:1040px!important;margin:0 auto!important}.trust-strip{max-width:1180px!important;flex-wrap:nowrap!important;overflow-x:auto!important;justify-content:center!important}.trust-pill{flex:0 0 auto!important}.footer{margin-top:0}.footer-grid{align-items:start}.footer p,.footer li,.footer a{font-size:14px}.job-directory-shell,.job-detail-shell,.apply-page-shell{background:linear-gradient(180deg,#f8fbff,#fff)!important}.job-featured-head h1,.apply-main-card h1,.job-detail-card h1{color:#0c162c!important}.jobs-layout,.about-grid,.serve-grid,.trust-grid,.apply-grid,.job-detail-grid{align-items:start}.form-row{align-items:start}.field input,.field select,.field textarea,.job-search-pro input{background:#fff}.float-actions{z-index:1001}@media(max-width:1040px){.nav{gap:14px}.brand{min-width:190px}.nav-links{gap:22px}.stats{grid-template-columns:repeat(2,1fr)!important}.industry-grid{grid-template-columns:repeat(4,1fr)!important}.trust-strip{justify-content:flex-start!important}.section{padding:66px 0}}@media(max-width:760px){.container{padding:0 18px}.page-hero{padding:30px 0 32px!important}.page-hero h1{font-size:28px!important}.page-hero p{font-size:15px!important}.stats-wrap{padding-top:20px!important}.stats{grid-template-columns:1fr!important}.trust-strip{justify-content:flex-start!important}.section{padding:56px 0}.footer-bottom{align-items:flex-start}.search-card{grid-template-columns:1fr!important}.job-search-pro{grid-template-columns:1fr!important}}
/* ===== /Worklance All Pages UI + Clean URL Hard Fix ===== */


/* ===== Worklance Blank Page Hard Fix ===== */
/* Content stays visible by default. Animation only hides elements when JS is alive. */
.fade-up{opacity:1!important;transform:none!important;}
.wlc-js-ready .fade-up{opacity:0!important;transform:translateY(18px)!important;transition:opacity .65s ease,transform .65s ease!important;}
.wlc-js-ready .fade-up.visible{opacity:1!important;transform:none!important;}
.hero .fade-up:first-child{transition-delay:.04s;}
.hero .hero-visual.fade-up{transition-delay:.12s;}
/* Keep hero from looking empty even during first paint */
.hero-inner{min-height:560px;}
@media(max-width:1040px){.hero-inner{min-height:auto;}}
/* ===== /Worklance Blank Page Hard Fix ===== */

/* =====================================================
   WORKLANCE FINAL PROFESSIONAL TYPOGRAPHY + UI ALIGNMENT
   Purpose: make all public pages match the home-page UI system.
   ===================================================== */
:root{
  --ink:#0b1328!important;
  --text:#34445d!important;
  --muted:#64748b!important;
  --line:#dce8f4!important;
  --soft:#f7faff!important;
  --navy:#08213d!important;
  --navy2:#123d68!important;
  --orange:#f97316!important;
  --orange2:#ea580c!important;
  --radius:22px!important;
  --shadow:0 18px 44px rgba(15,35,64,.075)!important;
  --shadow2:0 24px 64px rgba(15,35,64,.105)!important;
  --font:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
  --display:Poppins,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}
html{font-size:16px!important;scroll-padding-top:86px!important;}
body{
  font-family:var(--font)!important;
  font-size:15.5px!important;
  line-height:1.62!important;
  color:var(--text)!important;
  background:#fff!important;
  text-rendering:optimizeLegibility!important;
}
.container{max-width:1140px!important;padding-left:24px!important;padding-right:24px!important;}
.site-header{background:rgba(255,255,255,.94)!important;box-shadow:0 10px 30px rgba(15,35,64,.055)!important;}
.nav{height:72px!important;gap:22px!important;}
.brand{min-width:218px!important;gap:12px!important;}
.brand-logo{width:44px!important;height:44px!important;border-radius:13px!important;}
.brand-name{font-size:19px!important;letter-spacing:-.025em!important;color:#102f52!important;}
.brand-sub{font-size:10.5px!important;letter-spacing:.19em!important;}
.nav-links{gap:30px!important;font-size:14px!important;font-weight:850!important;color:#122f52!important;}
.nav-links a{padding:25px 0!important;}
.nav-actions{gap:12px!important;}
.btn,.btn-outline,.btn-light,.btn-dark{
  min-height:44px!important;
  padding:13px 20px!important;
  border-radius:13px!important;
  font-size:14px!important;
  font-weight:900!important;
  letter-spacing:-.005em!important;
}
.hero{padding-bottom:0!important;}
.hero-inner{
  min-height:560px!important;
  padding:72px 0 66px!important;
  grid-template-columns:1.04fr .96fr!important;
  gap:48px!important;
}
.hero-badge,.eyebrow{
  font-size:11.5px!important;
  font-weight:900!important;
  letter-spacing:.075em!important;
  line-height:1!important;
}
.hero h1{
  font-size:clamp(42px,4.8vw,58px)!important;
  line-height:1.06!important;
  letter-spacing:-.055em!important;
  max-width:650px!important;
  margin:20px 0 16px!important;
}
.hero p{
  font-size:17px!important;
  line-height:1.72!important;
  max-width:620px!important;
  margin-bottom:26px!important;
  color:rgba(255,255,255,.84)!important;
}
.search-card{max-width:650px!important;border-radius:15px!important;padding:9px!important;box-shadow:0 22px 46px rgba(0,0,0,.20)!important;}
.search-card input{height:46px!important;border-radius:11px!important;font-size:14px!important;}
.hero-chips{gap:8px!important;margin-top:14px!important;}
.chip{font-size:11.5px!important;padding:6px 11px!important;font-weight:800!important;}
.map-card{height:340px!important;border-radius:30px!important;}
.india-word{font-size:106px!important;}
.stats-wrap{
  max-width:1050px!important;
  padding-top:28px!important;
  margin:0 auto 28px!important;
  background:#fff!important;
}
.stats{
  max-width:1000px!important;
  padding:18px 22px!important;
  border-radius:20px!important;
  box-shadow:0 18px 42px rgba(15,35,64,.09)!important;
}
.stat{min-height:60px!important;gap:11px!important;padding:0 12px!important;}
.stat-icon{width:39px!important;height:39px!important;border-radius:12px!important;font-size:18px!important;}
.stat b{font-size:22px!important;line-height:1.05!important;color:#102f52!important;letter-spacing:-.035em!important;}
.stat small{font-size:11px!important;line-height:1.23!important;color:#66758c!important;font-weight:850!important;}
.trust-strip{
  max-width:1120px!important;
  margin:22px auto 0!important;
  padding:2px 4px 8px!important;
  gap:9px!important;
  flex-wrap:nowrap!important;
  justify-content:center!important;
  overflow-x:auto!important;
}
.trust-pill{font-size:12.75px!important;padding:8px 13px!important;font-weight:850!important;box-shadow:0 8px 18px rgba(15,35,64,.045)!important;}
.section{padding:70px 0!important;}
.section.soft{background:linear-gradient(180deg,#f7faff 0%,#fff 100%)!important;}
.section-head{max-width:720px!important;margin-bottom:36px!important;}
.section-head h2,
.trust-grid > div > h2,
.job-featured-head h1,
.apply-main-card h1,
.job-detail-card h1{
  font-family:var(--display)!important;
  font-size:clamp(30px,3.4vw,38px)!important;
  line-height:1.16!important;
  letter-spacing:-.04em!important;
  color:#0b1328!important;
  margin:12px 0 10px!important;
  font-weight:850!important;
}
.section-head p,.job-featured-head p,.page-hero p,.form-help{
  font-size:16px!important;
  line-height:1.72!important;
  color:#63728a!important;
  max-width:700px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.page-hero{
  padding:44px 0 46px!important;
  min-height:auto!important;
  background:radial-gradient(circle at 88% 0,rgba(52,116,210,.30),transparent 34%),linear-gradient(135deg,#071a31 0%,#0d3159 62%,#164f8b 100%)!important;
}
.page-hero h1{
  font-size:clamp(30px,3.2vw,42px)!important;
  line-height:1.14!important;
  letter-spacing:-.04em!important;
  color:#fff!important;
  max-width:760px!important;
  margin:12px 0 10px!important;
}
.page-hero p{margin:0!important;color:rgba(255,255,255,.82)!important;max-width:700px!important;}
.serve-grid,.trust-grid,.about-grid,.apply-grid,.job-detail-grid{gap:26px!important;}
.serve-card,.content-card,.job-detail-card,.apply-main-card,.apply-summary-card,.job-tile,.step-card,.industry-card,.testimonial,.faq,.trust-item{
  border:1px solid var(--line)!important;
  border-radius:22px!important;
  box-shadow:0 14px 38px rgba(15,35,64,.055)!important;
}
.serve-card{padding:32px!important;}
.serve-icon{width:58px!important;height:58px!important;border-radius:18px!important;font-size:25px!important;margin-bottom:20px!important;}
.serve-card h3{font-size:25px!important;line-height:1.18!important;letter-spacing:-.03em!important;margin-bottom:10px!important;color:#102f52!important;}
.serve-card p{font-size:15.5px!important;line-height:1.7!important;color:#5f6f86!important;margin-bottom:18px!important;}
.checks{gap:9px!important;margin-bottom:24px!important;}
.checks li{font-size:14.5px!important;line-height:1.45!important;font-weight:800!important;color:#27384f!important;}
.process-grid{gap:20px!important;}
.step-card{padding:28px 22px!important;min-height:218px!important;}
.step-no{width:30px!important;height:30px!important;font-size:13px!important;}
.step-icon{font-size:34px!important;margin:18px 0 14px!important;}
.step-card h3,.trust-item h3,.job-tile h3{font-size:17.5px!important;line-height:1.28!important;color:#12365c!important;letter-spacing:-.02em!important;}
.step-card p,.trust-item p,.job-tile p,.testimonial .quote,.detail-list li{font-size:14.5px!important;line-height:1.65!important;color:#5f6f86!important;}
.industry-grid{grid-template-columns:repeat(8,minmax(0,1fr))!important;gap:14px!important;}
.industry-card{padding:20px 12px!important;min-height:124px!important;}
.industry-card .i{width:48px!important;height:48px!important;border-radius:14px!important;font-size:22px!important;margin-bottom:12px!important;}
.industry-card strong{font-size:13.5px!important;line-height:1.35!important;}
.trust-item{padding:17px!important;gap:14px!important;}
.trust-item .ico{width:42px!important;height:42px!important;border-radius:13px!important;font-size:19px!important;}
.notice-card{border-radius:24px!important;padding:30px!important;box-shadow:0 24px 58px rgba(15,35,64,.18)!important;}
.notice-card h3{font-size:27px!important;line-height:1.2!important;letter-spacing:-.035em!important;}
.notice-card p{font-size:15.5px!important;line-height:1.7!important;}
.policy-box{grid-template-columns:1fr 1fr!important;gap:9px 18px!important;font-size:14px!important;line-height:1.45!important;}
.test-grid{gap:20px!important;}
.testimonial{padding:26px!important;min-height:260px!important;}
.stars{font-size:18px!important;margin-bottom:14px!important;}
.person b{font-size:14px!important;color:#132f50!important;}
.person small{font-size:12.5px!important;color:#66758c!important;}
.faq-grid{gap:14px 16px!important;}
.faq button{font-size:14.5px!important;font-weight:850!important;padding:17px 20px!important;color:#111c31!important;}
.ans{font-size:14.5px!important;line-height:1.65!important;color:#5f6f86!important;}
.cta-band{padding:28px 32px!important;border-radius:22px!important;}
.cta-band h2{font-size:27px!important;line-height:1.2!important;letter-spacing:-.035em!important;}
.cta-band p{font-size:15px!important;line-height:1.55!important;}
.footer{padding-top:42px!important;background:linear-gradient(135deg,#071a31,#0e345d)!important;}
.footer-grid{gap:30px!important;}
.footer-brand img{width:42px!important;height:42px!important;border-radius:12px!important;}
.footer h3{font-size:15px!important;margin-bottom:16px!important;color:#fff!important;}
.footer p,.footer a,.footer li,.footer-contact div{font-size:13.5px!important;line-height:1.65!important;color:rgba(255,255,255,.76)!important;}
.footer-bottom{padding:18px 0!important;margin-top:28px!important;font-size:13px!important;}
.job-directory-shell,.job-detail-shell,.apply-page-shell{padding:58px 0 76px!important;background:linear-gradient(180deg,#f8fbff,#fff)!important;}
.job-featured-head{max-width:780px!important;margin-bottom:24px!important;}
.job-search-pro{max-width:860px!important;margin-bottom:22px!important;border-radius:16px!important;}
.job-grid{gap:18px!important;}
.job-tile{min-height:292px!important;padding:24px!important;border-radius:20px!important;}
.job-icon{width:50px!important;height:50px!important;border-radius:13px!important;font-size:23px!important;}
.job-category{font-size:10.5px!important;padding:5px 10px!important;}
.job-detail-card,.apply-main-card,.apply-summary-card{padding:30px!important;}
.job-side-card{padding:24px!important;border-radius:20px!important;}
.field label{font-size:13px!important;font-weight:850!important;color:#172f50!important;margin-bottom:6px!important;}
.field input,.field select,.field textarea,.job-search-pro input{
  min-height:46px!important;
  border:1px solid #dce8f4!important;
  border-radius:12px!important;
  padding:11px 13px!important;
  font-size:14px!important;
  color:#18263a!important;
}
.field textarea{min-height:108px!important;}
.float-actions{right:20px!important;bottom:22px!important;gap:10px!important;}
.float-actions a,.to-top{width:48px!important;height:48px!important;border-radius:50%!important;}
@media(max-width:1100px){
  .container{max-width:100%!important;}
  .hero-inner{grid-template-columns:1fr!important;min-height:auto!important;padding:62px 0 52px!important;}
  .hero-visual{display:none!important;}
  .stats{grid-template-columns:repeat(2,1fr)!important;max-width:760px!important;}
  .stat{justify-content:flex-start!important;border-right:0!important;border-bottom:1px solid #e5edf6!important;}
  .stat:nth-child(5){grid-column:1/-1!important;border-bottom:0!important;justify-content:center!important;}
  .serve-grid,.trust-grid,.about-grid,.apply-grid,.job-detail-grid{grid-template-columns:1fr!important;}
  .process-grid{grid-template-columns:repeat(2,1fr)!important;}
  .industry-grid{grid-template-columns:repeat(4,1fr)!important;}
  .job-grid{grid-template-columns:repeat(2,1fr)!important;}
}
@media(max-width:760px){
  html{scroll-padding-top:70px!important;}
  .container{padding-left:18px!important;padding-right:18px!important;}
  .nav{height:66px!important;}
  .brand{min-width:auto!important;}
  .brand-logo{width:40px!important;height:40px!important;}
  .brand-name{font-size:17px!important;}
  .nav-links,.nav-actions{display:none!important;}
  .mobile-toggle{display:flex!important;align-items:center;justify-content:center!important;}
  .hero-inner{padding:44px 0 38px!important;}
  .hero h1{font-size:39px!important;line-height:1.08!important;}
  .hero p{font-size:15.5px!important;}
  .search-card{grid-template-columns:1fr!important;max-width:none!important;}
  .stats-wrap{padding:18px 18px 0!important;margin-bottom:20px!important;}
  .stats{grid-template-columns:1fr!important;padding:14px!important;}
  .stat,.stat:nth-child(5){grid-column:auto!important;justify-content:flex-start!important;border-bottom:1px solid #e5edf6!important;}
  .stat:last-child{border-bottom:0!important;}
  .trust-strip{justify-content:flex-start!important;padding-left:18px!important;padding-right:18px!important;}
  .section{padding:52px 0!important;}
  .section-head{margin-bottom:28px!important;}
  .section-head h2,.trust-grid > div > h2,.job-featured-head h1,.apply-main-card h1,.job-detail-card h1{font-size:30px!important;}
  .section-head p{font-size:15px!important;}
  .serve-card,.content-card,.job-detail-card,.apply-main-card,.apply-summary-card{padding:24px!important;}
  .process-grid,.industry-grid,.job-grid,.test-grid,.faq-grid{grid-template-columns:1fr!important;}
  .policy-box{grid-template-columns:1fr!important;}
  .cta-band{padding:24px!important;display:grid!important;gap:18px!important;}
  .footer-grid{grid-template-columns:1fr!important;gap:24px!important;}
}
/* ===================================================== */


/* ===== FINAL JOB CARD COMPACT PROFESSIONAL FIX ===== */
.job-grid{align-items:stretch!important;grid-auto-rows:1fr!important;}
.job-tile.job-tile-compact,.job-tile{min-height:360px!important;max-height:390px!important;padding:24px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;}
.job-tile h3{font-size:20px!important;line-height:1.28!important;margin:0 0 14px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;color:#102f52!important;}
.job-meta-compact{display:grid!important;gap:8px!important;margin:0 0 14px!important;}
.job-meta-compact span{display:flex!important;align-items:center!important;gap:7px!important;min-height:32px!important;border:1px solid #e2edf7!important;background:#f8fbff!important;border-radius:999px!important;padding:6px 11px!important;font-size:13px!important;font-weight:800!important;color:#50647d!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.job-summary,.job-tile p.job-summary{font-size:14px!important;line-height:1.55!important;color:#607086!important;margin:0 0 14px!important;min-height:66px!important;max-height:66px!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
.job-badges{margin-top:auto!important;margin-bottom:14px!important;}
.job-line,.job-foot{display:none!important;}
.job-card-links{margin-top:0!important;padding-top:14px!important;border-top:1px solid #edf1f6!important;}
.job-card-links a{font-size:14px!important;}
.job-category{max-width:128px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.job-featured-head{margin-bottom:24px!important;}
.job-search-pro{margin-bottom:22px!important;}
@media(max-width:1040px){.job-tile.job-tile-compact,.job-tile{min-height:340px!important;max-height:none!important}}
@media(max-width:680px){.job-tile.job-tile-compact,.job-tile{min-height:auto!important;max-height:none!important}.job-summary,.job-tile p.job-summary{max-height:none!important;-webkit-line-clamp:4!important}.job-meta-compact span{white-space:normal!important;border-radius:14px!important}}
/* ===== /FINAL JOB CARD COMPACT PROFESSIONAL FIX ===== */


/* ===== JOB CARD TITLE + BUTTON VISIBILITY HARD FIX V2 ===== */
.job-directory-shell{padding-top:82px!important;}
.job-featured-head{margin-top:0!important;margin-bottom:28px!important;}
.job-featured-head h1{position:relative!important;z-index:1!important;display:block!important;margin-top:0!important;overflow:visible!important;}
.job-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important;align-items:stretch!important;grid-auto-rows:auto!important;}
.job-tile.job-card-final,.job-tile.job-tile-compact,.job-tile{min-height:410px!important;max-height:none!important;height:auto!important;padding:24px!important;overflow:visible!important;display:flex!important;flex-direction:column!important;border-radius:22px!important;background:#fff!important;}
.job-tile-top{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important;margin:0 0 16px!important;flex:0 0 auto!important;}
.job-card-title,.job-tile h3{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:52px!important;margin:0 0 14px!important;font-size:21px!important;line-height:1.24!important;font-weight:900!important;color:#102f52!important;letter-spacing:-.025em!important;order:initial!important;}
.job-meta-compact{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin:0 0 13px!important;flex:0 0 auto!important;}
.job-meta-compact span{width:100%!important;min-height:33px!important;border:1px solid #dfeaf6!important;background:#f8fbff!important;border-radius:999px!important;padding:6px 12px!important;font-size:13px!important;font-weight:850!important;color:#4d6078!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.job-summary,.job-tile p.job-summary{display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:66px!important;max-height:66px!important;margin:0 0 12px!important;font-size:14.2px!important;line-height:1.55!important;color:#607086!important;flex:0 0 auto!important;}
.job-badges{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin:0 0 14px!important;flex:0 0 auto!important;}
.job-card-links{margin-top:auto!important;padding-top:16px!important;border-top:1px solid #edf1f6!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;flex:0 0 auto!important;}
.learn-link,.apply-link{display:inline-flex!important;align-items:center!important;min-height:28px!important;font-size:15px!important;font-weight:900!important;}
.learn-link{color:#667085!important;}
.apply-link{color:#0d5a4a!important;}
@media(max-width:1040px){.job-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.job-tile.job-card-final,.job-tile.job-tile-compact,.job-tile{min-height:400px!important}}
@media(max-width:680px){.job-directory-shell{padding-top:48px!important}.job-grid{grid-template-columns:1fr!important}.job-tile.job-card-final,.job-tile.job-tile-compact,.job-tile{min-height:auto!important}.job-card-title,.job-tile h3{min-height:auto!important}.job-meta-compact span{white-space:normal!important;border-radius:14px!important}.job-summary,.job-tile p.job-summary{max-height:none!important;min-height:auto!important;-webkit-line-clamp:4!important}}
/* ===== /JOB CARD TITLE + BUTTON VISIBILITY HARD FIX V2 ===== */

/* ===== Worklance Reference Jobs Card UI Final Fix ===== */
.job-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important;align-items:stretch!important;}
.job-tile.job-card-reference,.job-tile.job-card-final,.job-tile.job-tile-compact,.job-tile{
  position:relative!important;display:flex!important;flex-direction:column!important;height:100%!important;min-height:362px!important;max-height:none!important;
  padding:30px!important;border-radius:18px!important;background:#fff!important;border:1px solid #e6e1da!important;
  box-shadow:0 4px 18px rgba(16,24,40,.04)!important;overflow:hidden!important;transition:.22s ease!important;
}
.job-tile.job-card-reference:hover{transform:translateY(-3px)!important;box-shadow:0 18px 40px rgba(16,24,40,.09)!important;border-color:#d8d1c8!important;}
.job-tile-top{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important;margin:0 0 20px!important;flex:0 0 auto!important;}
.job-icon{width:54px!important;height:54px!important;border-radius:14px!important;border:1px solid #e4e8ef!important;background:linear-gradient(180deg,#fff,#f9fafb)!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:24px!important;box-shadow:none!important;}
.job-category{border-radius:999px!important;background:#fbf4ea!important;color:#c18a2f!important;padding:6px 12px!important;font-size:11px!important;font-weight:900!important;letter-spacing:.09em!important;text-transform:uppercase!important;white-space:nowrap!important;}
.job-card-title,.job-tile h3{display:block!important;min-height:auto!important;max-height:none!important;overflow:visible!important;margin:0 0 10px!important;font-family:var(--display)!important;font-size:20px!important;line-height:1.28!important;font-weight:900!important;color:#101828!important;letter-spacing:-.025em!important;}
.job-summary,.job-tile p.job-summary{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:54px!important;max-height:58px!important;margin:0 0 16px!important;font-size:16px!important;line-height:1.55!important;color:#667085!important;}
.job-badges{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin:0 0 0!important;min-height:26px!important;flex:0 0 auto!important;}
.mini-badge{display:inline-flex!important;align-items:center!important;gap:5px!important;border-radius:999px!important;padding:4px 10px!important;border:1px solid #b9d8cf!important;background:#ecf8f5!important;color:#116655!important;font-size:12px!important;font-weight:800!important;line-height:1.1!important;}
.job-line{display:block!important;height:1px!important;background:#eee7dd!important;margin:0 0 18px!important;}
.job-badges + .job-line{margin-top:auto!important;}
.job-foot{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:0 0 18px!important;flex:0 0 auto!important;}
.job-pay{font-weight:900!important;color:#101828!important;font-size:14px!important;white-space:nowrap!important;}
.job-loc{display:inline-flex!important;align-items:center!important;gap:5px!important;border:1px solid #e2ded7!important;border-radius:999px!important;padding:5px 11px!important;color:#667085!important;background:#fff!important;font-size:13px!important;font-weight:750!important;max-width:62%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.job-card-links{margin-top:0!important;padding-top:0!important;border-top:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;flex:0 0 auto!important;}
.learn-link{color:#667085!important;font-weight:800!important;font-size:14px!important;text-decoration:none!important;}
.learn-link:hover{color:#103b63!important;}
.apply-link{display:inline-flex!important;align-items:center!important;gap:8px!important;color:#104b3f!important;font-weight:900!important;font-size:18px!important;text-decoration:none!important;}
.job-meta-compact{display:none!important;}
@media(max-width:1040px){.job-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.job-tile.job-card-reference,.job-tile{min-height:350px!important}.job-summary,.job-tile p.job-summary{font-size:15px!important}}
@media(max-width:680px){.job-grid{grid-template-columns:1fr!important}.job-tile.job-card-reference,.job-tile{min-height:auto!important;padding:24px!important}.job-foot{display:flex!important}.job-loc{max-width:58%!important}.job-card-title,.job-tile h3{font-size:19px!important}.job-summary,.job-tile p.job-summary{min-height:auto!important;max-height:none!important;-webkit-line-clamp:3!important}}


/* ===== FINAL JOBS REFERENCE CARD + SMOOTH LOADING FIX ===== */
.job-directory-shell{background:#fbfaf7!important;padding:70px 0 96px!important;}
.job-directory-shell .container{max-width:1540px!important;}
.job-featured-head{max-width:860px!important;margin-bottom:28px!important;}
.job-featured-head h1{font-size:40px!important;line-height:1.08!important;letter-spacing:-.045em!important;}
.job-search-pro{max-width:900px!important;margin-bottom:26px!important;}
.job-filter-pills{gap:12px!important;margin-bottom:38px!important;}
.job-filter-pills button{height:44px!important;padding:0 22px!important;font-size:15px!important;background:#fff!important;border:1px solid #ded9d0!important;color:#586274!important;box-shadow:0 3px 12px rgba(16,24,40,.03)!important;}
.job-filter-pills button.active,.job-filter-pills button:hover{background:#104b3f!important;color:#fff!important;border-color:#104b3f!important;}
.job-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:28px!important;align-items:stretch!important;}
.job-tile.job-card-reference,.job-tile{position:relative!important;display:flex!important;flex-direction:column!important;min-height:338px!important;height:100%!important;background:#fff!important;border:1px solid #e4ded5!important;border-radius:20px!important;padding:28px 28px 26px!important;box-shadow:0 8px 22px rgba(16,24,40,.045)!important;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease!important;overflow:hidden!important;}
.job-tile.job-card-reference:hover,.job-tile:hover{transform:translateY(-4px)!important;box-shadow:0 24px 55px rgba(16,24,40,.10)!important;border-color:#d4cbbd!important;}
.job-tile-top{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important;margin:0 0 18px!important;}
.job-icon{width:54px!important;height:54px!important;border-radius:14px!important;border:1px solid #e4e8ef!important;background:linear-gradient(180deg,#fff,#f8fafc)!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:25px!important;box-shadow:none!important;flex:0 0 auto!important;}
.job-category{height:26px!important;display:inline-flex!important;align-items:center!important;border-radius:999px!important;background:#fbf4ea!important;color:#c18a2f!important;padding:0 12px!important;font-size:11px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important;max-width:48%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.job-card-title,.job-tile h3{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:56px!important;max-height:56px!important;margin:0 0 10px!important;font-family:var(--display)!important;font-size:22px!important;line-height:1.25!important;font-weight:900!important;color:#101828!important;letter-spacing:-.032em!important;}
.job-summary,.job-tile p.job-summary{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:56px!important;max-height:56px!important;margin:0 0 16px!important;font-size:17px!important;line-height:1.6!important;color:#667085!important;font-weight:500!important;}
.job-badges{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin:0 0 12px!important;min-height:28px!important;}
.mini-badge{height:25px!important;display:inline-flex!important;align-items:center!important;gap:5px!important;border-radius:999px!important;padding:0 10px!important;border:1px solid #b9d8cf!important;background:#ecf8f5!important;color:#116655!important;font-size:12px!important;font-weight:850!important;white-space:nowrap!important;}
.job-line{height:1px!important;background:#eee7dd!important;margin:auto 0 18px!important;flex:0 0 auto!important;}
.job-foot{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;min-height:31px!important;margin:0 0 18px!important;}
.job-pay{font-weight:900!important;color:#101828!important;font-size:15px!important;line-height:1.1!important;white-space:nowrap!important;flex:0 0 auto!important;}
.job-loc{height:29px!important;display:inline-flex!important;align-items:center!important;gap:6px!important;border:1px solid #e2ded7!important;border-radius:999px!important;padding:0 11px!important;color:#667085!important;background:#fff!important;font-size:14px!important;font-weight:700!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:58%!important;min-width:0!important;}
.job-card-links{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:18px!important;margin-top:0!important;padding-top:0!important;border-top:0!important;flex:0 0 auto!important;}
.learn-link{color:#667085!important;font-weight:800!important;font-size:15px!important;line-height:1!important;}
.learn-link:hover{color:#104b3f!important;}
.apply-link{display:inline-flex!important;align-items:center!important;gap:8px!important;color:#104b3f!important;font-weight:900!important;font-size:18px!important;line-height:1!important;white-space:nowrap!important;}
.job-empty{min-height:260px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;}
.job-grid.loaded .job-tile{animation:wlcCardIn .36s ease both;}
@keyframes wlcCardIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
.job-skeleton-card{pointer-events:none!important;position:relative!important;}
.job-skeleton-card::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.70) 42%,transparent 78%);transform:translateX(-120%);animation:wlcShimmer 1.35s ease-in-out infinite;}
@keyframes wlcShimmer{100%{transform:translateX(120%)}}
.skeleton-icon,.skeleton-cat,.skeleton-line,.skeleton-badges span,.skeleton-footer span,.skeleton-actions span,.skeleton-pill,.skeleton-meta span{background:linear-gradient(90deg,#f1f4f8,#e7edf4,#f1f4f8)!important;background-size:220% 100%!important;animation:wlcPulse 1.35s ease-in-out infinite!important;border-radius:999px!important;}
@keyframes wlcPulse{0%,100%{background-position:0% 0;opacity:.75}50%{background-position:100% 0;opacity:1}}
.skeleton-icon{width:54px;height:54px;border-radius:14px!important;position:absolute;left:28px;top:28px}.skeleton-cat{width:86px;height:26px;position:absolute;right:28px;top:31px}.skeleton-line{height:16px;margin:0 0 14px}.skeleton-line.title{height:24px;width:72%;margin-top:78px}.skeleton-line.big{height:38px;width:70%;margin-top:20px}.skeleton-line.text{width:88%;height:15px}.skeleton-line.text.short{width:58%}.skeleton-badges{display:flex;gap:8px;margin-top:18px}.skeleton-badges span{width:130px;height:25px;display:block}.skeleton-footer,.skeleton-actions{display:flex;justify-content:space-between;gap:16px;margin-top:auto}.skeleton-footer span{height:28px;width:34%;display:block}.skeleton-actions{margin-top:20px}.skeleton-actions span{height:18px;width:22%;display:block}.skeleton-pill{width:150px;height:28px;display:block}.skeleton-meta{display:flex;gap:10px;margin:24px 0}.skeleton-meta span{width:120px;height:34px}.job-side-skeleton .light{opacity:.45}.btn-spinner{width:16px;height:16px;border-radius:50%;border:2px solid currentColor;border-right-color:transparent;display:inline-block;margin-right:8px;animation:wlcSpin .7s linear infinite}@keyframes wlcSpin{to{transform:rotate(360deg)}}
@media(max-width:1240px){.job-directory-shell .container{max-width:1180px!important}.job-grid{gap:22px!important}.job-card-title,.job-tile h3{font-size:20px!important}.job-summary,.job-tile p.job-summary{font-size:15.5px!important}}
@media(max-width:1040px){.job-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.job-directory-shell .container{max-width:920px!important}}
@media(max-width:680px){.job-directory-shell{padding:44px 0 72px!important}.job-directory-shell .container{max-width:100%!important}.job-grid{grid-template-columns:1fr!important;gap:18px!important}.job-tile.job-card-reference,.job-tile{min-height:330px!important;padding:24px!important}.job-card-title,.job-tile h3{font-size:20px!important;min-height:auto!important;max-height:none!important}.job-summary,.job-tile p.job-summary{font-size:15.5px!important}.job-foot{gap:10px!important}.job-loc{max-width:54%!important}.apply-link{font-size:16px!important}}
/* ===== /FINAL JOBS REFERENCE CARD + SMOOTH LOADING FIX ===== */


/* ===== FINAL TITLE LIGHT + URGENT TAG POLISH ===== */
.job-card-title,
.job-tile h3{
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif!important;
  font-size: 19px!important;
  line-height: 1.34!important;
  font-weight: 720!important;
  letter-spacing: -.012em!important;
  min-height: 52px!important;
  max-height: 52px!important;
  color:#111827!important;
}
.job-summary,
.job-tile p.job-summary{
  font-size:16px!important;
  line-height:1.58!important;
  font-weight:500!important;
  color:#606b80!important;
  min-height:52px!important;
  max-height:52px!important;
}
.job-category.urgent,
.job-tile.is-urgent .job-category{
  background:#fff1f2!important;
  color:#dc2626!important;
  border:1px solid #fecdd3!important;
  box-shadow:0 6px 16px rgba(220,38,38,.08)!important;
}
.job-tile.is-urgent .job-icon{
  background:linear-gradient(180deg,#fff7f7,#fff)!important;
  border-color:#fecdd3!important;
}
@media(max-width:1240px){.job-card-title,.job-tile h3{font-size:18.5px!important}}
@media(max-width:680px){.job-card-title,.job-tile h3{font-size:18px!important;min-height:auto!important;max-height:none!important}.job-summary,.job-tile p.job-summary{font-size:15.5px!important;min-height:auto!important}}
/* ===== /FINAL TITLE LIGHT + URGENT TAG POLISH ===== */


/* ===== Job Details UI Professional Hard Fix ===== */
.job-detail-shell{padding:64px 0 86px!important;background:linear-gradient(180deg,#f8fbff 0%,#fff 52%)!important;}
.job-detail-pro{max-width:1180px;margin:0 auto;}
.job-detail-hero-card{background:#fff;border:1px solid #dbe7f2;border-radius:28px;padding:34px 36px 30px;box-shadow:0 22px 62px rgba(15,35,64,.08);margin-bottom:24px;}
.job-detail-tag-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:18px}.job-detail-tag-row .job-category{position:static!important;right:auto!important;top:auto!important}.urgent-tag{background:#fff1f1!important;color:#c2410c!important;border-color:#fed7aa!important;}
.job-detail-hero-card h1{font-family:var(--display);font-size:clamp(30px,3.2vw,44px)!important;line-height:1.12!important;font-weight:800!important;letter-spacing:-.035em!important;color:#101828!important;margin:0 0 14px!important;max-width:900px;}
.job-detail-intro{font-size:17px!important;line-height:1.75!important;color:#566985!important;max-width:910px;margin:0 0 22px!important;}
.clean-meta{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin:0!important}.clean-meta span{display:inline-flex!important;align-items:center!important;gap:6px!important;border:1px solid #dfe8f3!important;background:#f8fbff!important;border-radius:999px!important;padding:9px 13px!important;font-size:13px!important;font-weight:800!important;color:#334b68!important;}
.job-detail-layout-pro{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:26px;align-items:start}.job-detail-content-pro{display:grid;gap:18px}.detail-block{background:#fff;border:1px solid #dbe7f2;border-radius:24px;padding:26px 28px;box-shadow:0 16px 44px rgba(15,35,64,.055)}.detail-block h2{font-family:var(--display);font-size:22px!important;line-height:1.2!important;font-weight:800!important;color:#102f52!important;letter-spacing:-.02em!important;margin:0 0 14px!important}.detail-block p{font-size:15.5px!important;line-height:1.78!important;color:#5b6c84!important;margin:0!important}.detail-list-pro{list-style:none;margin:0;padding:0;display:grid;gap:11px}.detail-list-pro li{position:relative;padding-left:28px;font-size:15.5px!important;line-height:1.65!important;color:#40536d!important;font-weight:600!important}.detail-list-pro li:before{content:'✓';position:absolute;left:0;top:0;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e8fff5;color:#087a5a;font-size:12px;font-weight:900}.detail-note{background:linear-gradient(145deg,#f9fbff,#fff)}.job-side-card-pro{position:sticky!important;top:100px!important;border-radius:26px!important;background:radial-gradient(circle at 100% 0,rgba(42,111,221,.35),transparent 40%),linear-gradient(135deg,#09213d,#113961)!important;color:#fff!important;padding:28px!important;box-shadow:0 26px 70px rgba(9,33,61,.18)!important}.job-side-card-pro .side-icon{width:54px;height:54px;border-radius:17px;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:16px}.job-side-card-pro h3{font-family:var(--display);font-size:25px!important;line-height:1.16!important;margin:0 0 10px!important;color:#fff!important;font-weight:800!important}.job-side-card-pro p{font-size:15px!important;line-height:1.68!important;color:rgba(255,255,255,.78)!important;margin:0 0 18px!important}.side-mini{display:grid;gap:9px;margin:0 0 20px}.side-mini span{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:800;color:rgba(255,255,255,.86)}.job-side-card-pro .btn{width:100%;height:48px}.side-back{width:100%;margin-top:11px!important;color:#fff!important;border-color:rgba(255,255,255,.45)!important;background:transparent!important}.side-back:hover{background:rgba(255,255,255,.12)!important}.job-detail-card{display:none!important}.job-detail-grid{display:block!important}
@media(max-width:1040px){.job-detail-layout-pro{grid-template-columns:1fr}.job-side-card-pro{position:relative!important;top:auto!important}.job-detail-hero-card{padding:28px}.detail-block{padding:24px}.job-detail-shell{padding-top:44px!important}}
@media(max-width:680px){.job-detail-hero-card h1{font-size:28px!important}.job-detail-intro{font-size:15.5px!important}.clean-meta span{width:100%;justify-content:flex-start}.job-detail-hero-card,.detail-block,.job-side-card-pro{border-radius:20px!important;padding:22px!important}.detail-block h2{font-size:20px!important}}
/* ===== /Job Details UI Professional Hard Fix ===== */


/* =========================================================
   APPLY PAGE PRO UI HARD FIX - 20260709
   Premium form layout aligned with Worklance jobs/home UI
   ========================================================= */
.apply-page-shell{
  padding:50px 0 84px!important;
  background:
    radial-gradient(circle at 15% 0%, rgba(255,111,26,.07), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(16,92,76,.08), transparent 30%),
    linear-gradient(180deg,#f8fbff 0%,#ffffff 70%)!important;
}
.apply-grid{
  max-width:1080px!important;
  grid-template-columns:minmax(0,690px) 330px!important;
  gap:24px!important;
  margin:0 auto!important;
}
.apply-main-card,.apply-summary-card{
  border:1px solid #dbe7f2!important;
  border-radius:28px!important;
  box-shadow:0 22px 60px rgba(15,35,64,.075)!important;
  background:#fff!important;
}
.apply-main-card{
  padding:0!important;
  overflow:hidden!important;
}
.apply-main-card > .eyebrow,
.apply-main-card > h1,
.apply-main-card > .form-help{
  margin-left:34px!important;
  margin-right:34px!important;
}
.apply-main-card > .eyebrow{
  margin-top:30px!important;
  display:inline-flex!important;
  background:#edf5ff!important;
  color:#123a61!important;
  letter-spacing:.08em!important;
  font-size:11px!important;
  padding:8px 13px!important;
}
.apply-main-card h1{
  font-size:31px!important;
  line-height:1.14!important;
  letter-spacing:-.035em!important;
  font-weight:800!important;
  margin-top:14px!important;
  margin-bottom:8px!important;
}
.apply-main-card .form-help{
  font-size:15.5px!important;
  line-height:1.7!important;
  color:#667085!important;
  max-width:570px!important;
  margin-bottom:24px!important;
}
.apply-form{
  padding:0 34px 34px!important;
  display:grid!important;
  gap:16px!important;
}
.apply-form:before{
  content:'Application Details';
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 2px;
  color:#0d2f52;
  font-family:var(--display);
  font-weight:800;
  font-size:20px;
  letter-spacing:-.02em;
  border-top:1px solid #edf2f7;
  padding-top:24px;
}
.apply-form:after{
  content:'All candidate applications through Worklance Connect are free. No registration fee or placement charge applies.';
  display:block;
  background:#f0fdf8;
  border:1px solid #c8f3df;
  color:#0f6954;
  border-radius:16px;
  padding:12px 14px;
  font-size:13.5px;
  font-weight:700;
  line-height:1.55;
  order:95;
}
.apply-form .success-box{order:-2!important;margin:0 0 8px!important;border-radius:16px!important;}
.apply-form .form-row{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:14px!important;
}
.apply-form .field{display:grid!important;gap:8px!important;}
.apply-form .field label{
  font-size:12.5px!important;
  line-height:1.2!important;
  font-weight:800!important;
  color:#123354!important;
  letter-spacing:-.01em!important;
}
.apply-form input,
.apply-form select,
.apply-form textarea{
  min-height:48px!important;
  height:48px!important;
  border:1px solid #d9e7f4!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#152238!important;
  font-size:14.5px!important;
  font-weight:500!important;
  padding:0 16px!important;
  outline:none!important;
  box-shadow:0 1px 0 rgba(15,35,64,.02)!important;
  transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease!important;
}
.apply-form select{appearance:auto!important;color:#1f2d44!important;}
.apply-form input:focus,
.apply-form select:focus,
.apply-form textarea:focus{
  border-color:#ff7a2a!important;
  box-shadow:0 0 0 4px rgba(255,111,26,.12)!important;
}
.apply-form input[type='file']{
  display:flex!important;
  align-items:center!important;
  height:54px!important;
  padding:10px 12px!important;
  color:#667085!important;
  background:#fbfdff!important;
}
.apply-form input[type='file']::file-selector-button{
  border:0;
  border-radius:11px;
  background:#0d2f52;
  color:#fff;
  padding:10px 14px;
  margin-right:13px;
  font-weight:800;
  cursor:pointer;
}
.apply-form .form-note{
  order:90!important;
  display:flex!important;
  gap:10px!important;
  align-items:flex-start!important;
  background:#fbfdff!important;
  border:1px dashed #d7e5f1!important;
  border-radius:14px!important;
  padding:12px 13px!important;
  color:#607086!important;
  font-size:13px!important;
  line-height:1.5!important;
}
.apply-form .form-note input{min-height:auto!important;height:auto!important;margin-top:3px!important;padding:0!important;}
.apply-form button[type='submit']{
  order:100!important;
  width:100%!important;
  height:52px!important;
  border-radius:14px!important;
  font-size:15px!important;
  font-weight:900!important;
  box-shadow:0 14px 30px rgba(255,111,26,.22)!important;
  margin-top:2px!important;
}
.apply-summary-card{
  padding:26px!important;
  top:104px!important;
  overflow:hidden!important;
}
.apply-summary-card:before{
  content:'';
  display:block;
  height:6px;
  margin:-26px -26px 22px;
  background:linear-gradient(90deg,#0d2f52,#ff6f1a);
}
.apply-summary-card h3{
  font-size:22px!important;
  line-height:1.18!important;
  font-weight:800!important;
  margin:0 0 12px!important;
  letter-spacing:-.03em!important;
}
.selected-job-box{
  background:#f8fbff!important;
  border:1px solid #dce8f4!important;
  border-radius:18px!important;
  padding:17px!important;
  margin:14px 0 24px!important;
}
.selected-job-box b{
  font-size:15px!important;
  line-height:1.35!important;
  color:#101828!important;
  font-weight:800!important;
}
.selected-job-box small{
  display:flex!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  margin-top:10px!important;
  color:#667085!important;
  line-height:1.5!important;
}
.selected-job-box .role-chip{
  display:inline-flex;
  align-items:center;
  gap:6px;
  border:1px solid #dbe7f2;
  background:#fff;
  border-radius:999px;
  padding:6px 10px;
  font-size:12px;
  font-weight:800;
  color:#526174;
}
.selected-job-box.loading{
  min-height:88px;
  position:relative;
  overflow:hidden;
}
.selected-job-box.loading:after{
  content:'';
  position:absolute;
  inset:16px;
  border-radius:12px;
  background:linear-gradient(90deg,#eef4fb 25%,#f8fbff 42%,#eef4fb 70%);
  background-size:240% 100%;
  animation:wlcSkeleton 1.15s ease-in-out infinite;
}
.apply-summary-card h3:nth-of-type(2){margin-top:20px!important;}
.apply-summary-card p{
  font-size:14.5px!important;
  line-height:1.65!important;
  color:#667085!important;
}
.apply-summary-card .btn-outline{
  height:44px!important;
  padding:0 18px!important;
  border-radius:13px!important;
  font-size:14px!important;
}
.apply-support-list{
  display:grid;
  gap:10px;
  margin:18px 0 0;
  padding:0;
  list-style:none;
}
.apply-support-list li{
  display:flex;
  gap:9px;
  color:#4e6076;
  font-size:13.5px;
  font-weight:700;
}
.apply-support-list li:before{content:'✓';color:#10a36f;font-weight:900;}
@keyframes wlcSkeleton{0%{background-position:100% 0}100%{background-position:0 0}}
@media(max-width:1040px){
  .apply-grid{grid-template-columns:1fr!important;max-width:760px!important;}
  .apply-summary-card{position:relative!important;top:auto!important;}
}
@media(max-width:680px){
  .apply-page-shell{padding:34px 0 66px!important;}
  .apply-main-card > .eyebrow,.apply-main-card > h1,.apply-main-card > .form-help{margin-left:22px!important;margin-right:22px!important;}
  .apply-main-card h1{font-size:27px!important;}
  .apply-form{padding:0 22px 24px!important;gap:14px!important;}
  .apply-form .form-row{grid-template-columns:1fr!important;gap:14px!important;}
  .apply-main-card,.apply-summary-card{border-radius:22px!important;}
}

/* Worklance final: remove blue scroll-to-top floating button */
.float-top,[data-top],button.float-top{display:none!important;visibility:hidden!important;pointer-events:none!important;}
.float-actions{gap:0!important;}


/* FOOTER LOGO TEXT VISIBILITY HARD FIX */
.site-footer .footer-brand .brand-name,
.footer .footer-brand .brand-name,
.footer-brand .brand-name{
  color:#ffffff !important;
  opacity:1 !important;
  text-shadow:0 1px 8px rgba(0,0,0,.18) !important;
}
.site-footer .footer-brand .brand-sub,
.footer .footer-brand .brand-sub,
.footer-brand .brand-sub{
  color:#ff7a1a !important;
  opacity:1 !important;
}
.site-footer .footer-brand,
.footer .footer-brand,
.footer-brand{
  opacity:1 !important;
}


/* Worklance remove Remark column from recruitment tables hard fix */
.wlc-recruitment-main-table .wlc-remark-cell{display:none!important;}



/* WORKLANCE_CRM_TABLE_WIDTH_COMPACT_FIX */
.crm-table-wrap,.table-wrap,.data-table-wrap,.table-responsive{overflow-x:auto!important;max-width:100%!important;}
.crm-table,.data-table,.crm-table table,.data-table table{width:100%!important;table-layout:fixed!important;}
.crm-table th,.crm-table td,.data-table th,.data-table td{white-space:normal!important;overflow:hidden!important;text-overflow:ellipsis!important;vertical-align:middle!important;}
.crm-table th:nth-child(1),.crm-table td:nth-child(1),.data-table th:nth-child(1),.data-table td:nth-child(1){width:86px!important;min-width:86px!important;}
.crm-table th:nth-child(2),.crm-table td:nth-child(2),.data-table th:nth-child(2),.data-table td:nth-child(2){width:118px!important;min-width:118px!important;}
.crm-table th:nth-child(3),.crm-table td:nth-child(3),.data-table th:nth-child(3),.data-table td:nth-child(3){width:190px!important;min-width:190px!important;}
.crm-table th:nth-child(4),.crm-table td:nth-child(4),.data-table th:nth-child(4),.data-table td:nth-child(4){width:170px!important;min-width:170px!important;}
.crm-table th:nth-child(5),.crm-table td:nth-child(5),.data-table th:nth-child(5),.data-table td:nth-child(5){width:128px!important;min-width:128px!important;max-width:128px!important;font-size:13px!important;line-height:1.35!important;}
.crm-table th:nth-child(6),.crm-table td:nth-child(6),.data-table th:nth-child(6),.data-table td:nth-child(6){width:120px!important;min-width:120px!important;}
.crm-table th:nth-child(7),.crm-table td:nth-child(7),.data-table th:nth-child(7),.data-table td:nth-child(7){width:140px!important;min-width:140px!important;}

/* =========================================================
   V403 WEBSITE JOB DETAILS + APPLY PAGE UI MATCH HARD FIX
   Scope: public website job-details/apply pages only. No CRM/backend changes.
   ========================================================= */
.job-detail-shell{padding:62px 0 86px!important;background:linear-gradient(180deg,#f8fbff 0%,#fff 62%)!important;}
.job-detail-classic{max-width:1080px;margin:0 auto;}
.job-detail-title-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:18px;margin:0 0 26px;}
.job-back-square{width:44px;height:44px;border:1px solid #d9e7f4;border-radius:12px;background:#fff;color:#0c2545;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:34px;line-height:1;font-weight:900;box-shadow:0 10px 28px rgba(15,35,64,.055);}
.job-back-square:hover{transform:translateY(-1px);box-shadow:0 18px 40px rgba(15,35,64,.10);}
.job-detail-title-row h1{font-family:var(--display);font-size:clamp(30px,3vw,42px);line-height:1.08;font-weight:900;letter-spacing:-.04em;color:#0c162c;margin:0;}
.job-active-pill{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:1px solid #b9efcc;border-radius:13px;padding:0 18px;background:#ecfdf3;color:#067a3d;font-weight:900;white-space:nowrap;}
.job-detail-classic-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:26px;align-items:start;}
.job-description-card,.job-overview-card{background:#fff;border:1px solid #dbe7f2;border-radius:22px;box-shadow:0 20px 55px rgba(15,35,64,.07);}
.job-description-card{padding:34px 36px 34px;min-height:540px;}
.job-overview-card{padding:30px 28px;position:sticky;top:96px;}
.job-description-card h2,.job-overview-card h2{font-family:var(--display);font-size:27px;line-height:1.16;font-weight:900;letter-spacing:-.035em;color:#0c162c;margin:0 0 24px;}
.job-description-body{font-size:15.8px;line-height:1.7;color:#344763;}
.job-description-body p{margin:0 0 7px;}
.job-desc-headline{font-weight:750;color:#263b58;margin-top:4px!important;}
.job-desc-bullet{position:relative;padding-left:16px;margin-bottom:5px!important;}
.job-desc-bullet:before{content:'•';position:absolute;left:0;top:0;color:#223b5c;font-weight:900;}
.job-free-note{margin-top:26px;border:1px solid #dbe7f2;border-radius:14px;background:#f8fbff;padding:14px 16px;color:#4d6078;font-size:14px;line-height:1.55;}
.job-free-note b{color:#0d2f52;}
.job-overview-list{display:grid;gap:0;margin:0 0 18px;}
.job-overview-row{display:grid;grid-template-columns:38px minmax(0,1fr);gap:14px;align-items:center;padding:13px 0;border-bottom:1px solid #edf2f7;}
.job-overview-icon{width:34px;height:34px;border-radius:12px;background:#f0f5fb;color:#526b89;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:900;}
.job-overview-row small{display:block;text-transform:uppercase;letter-spacing:.10em;font-size:11px;font-weight:900;color:#8190a8;margin-bottom:4px;}
.job-overview-row b{display:block;color:#101828;font-size:15px;line-height:1.25;font-weight:900;word-break:break-word;}
.job-overview-row.status-row b{color:#069244;}
.job-overview-apply,.job-overview-back{width:100%!important;height:48px!important;border-radius:13px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:900!important;margin-top:12px!important;}
.job-overview-apply{box-shadow:0 16px 34px rgba(255,111,26,.24)!important;}
.job-overview-back{background:#fff!important;color:#0d2f52!important;border-color:#d7e5f1!important;}
.job-detail-card,.job-detail-pro{display:none!important;}
.apply-page-shell{padding-top:50px!important;}
.apply-summary-card{position:sticky!important;top:96px!important;}
@media(max-width:1040px){.job-detail-classic{max-width:760px}.job-detail-title-row{grid-template-columns:44px minmax(0,1fr);}.job-active-pill{grid-column:2;justify-self:start}.job-detail-classic-grid{grid-template-columns:1fr}.job-overview-card{position:relative;top:auto}.apply-summary-card{position:relative!important;top:auto!important;}}
@media(max-width:680px){.job-detail-shell{padding:36px 0 64px!important}.job-detail-title-row{gap:12px;margin-bottom:20px}.job-back-square{width:40px;height:40px;font-size:30px}.job-detail-title-row h1{font-size:30px}.job-active-pill{min-height:36px;padding:0 14px;font-size:13px}.job-description-card,.job-overview-card{border-radius:20px;padding:24px 22px}.job-description-card h2,.job-overview-card h2{font-size:24px}.job-description-body{font-size:15px;line-height:1.68}.job-overview-row{grid-template-columns:34px minmax(0,1fr);gap:12px}.job-overview-icon{width:32px;height:32px}}
/* ===== /V403 WEBSITE JOB DETAILS + APPLY PAGE UI MATCH HARD FIX ===== */


/* V407 SOCIAL MEDIA ICON HARD FIX */
.socials{display:flex;align-items:center;gap:13px;margin-top:20px;flex-wrap:wrap}
.socials a,.socials .social-link{width:48px!important;height:48px!important;border-radius:15px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.20)!important;box-shadow:0 10px 24px rgba(0,0,0,.12)!important;transition:transform .22s ease,box-shadow .22s ease,background .22s ease!important;font-size:0!important;line-height:1!important}
.socials a:hover{transform:translateY(-3px);box-shadow:0 16px 30px rgba(0,0,0,.20)!important;background:rgba(255,255,255,.14)!important}
.socials a svg{width:25px!important;height:25px!important;display:block!important;fill:currentColor!important}
.socials a.social-link[aria-label="LinkedIn"]{color:#0A66C2!important;background:rgba(10,102,194,.14)!important;border-color:rgba(10,102,194,.32)!important}
.socials a.social-link[aria-label="Instagram"]{color:#E4405F!important;background:rgba(228,64,95,.14)!important;border-color:rgba(228,64,95,.32)!important}
.socials a.social-link[aria-label="Facebook"]{color:#1877F2!important;background:rgba(24,119,242,.14)!important;border-color:rgba(24,119,242,.32)!important}
.socials a.social-link[aria-label="WhatsApp Community"]{color:#25D366!important;background:rgba(37,211,102,.14)!important;border-color:rgba(37,211,102,.32)!important}
.socials a.social-link[aria-label="YouTube"]{color:#FF0000!important;background:rgba(255,0,0,.14)!important;border-color:rgba(255,0,0,.32)!important}
.float-actions a.float-wa{width:58px!important;height:58px!important;font-size:0!important;background:#25D366!important;color:#fff!important}
.float-actions a.float-wa svg{width:30px!important;height:30px!important;display:block!important;fill:currentColor!important}
@media(max-width:760px){.socials a,.socials .social-link{width:44px!important;height:44px!important;border-radius:13px!important}.socials a svg{width:23px!important;height:23px!important}.float-actions a.float-wa{width:54px!important;height:54px!important}.float-actions a.float-wa svg{width:28px!important;height:28px!important}}
/* /V407 SOCIAL MEDIA ICON HARD FIX */


/* V411_WHATSAPP_LOGO_PREFILLED_MESSAGE_HARD_FIX_20260710: WhatsApp floating button hard fix */
.float-actions a.float-wa{width:58px!important;height:58px!important;border-radius:50%!important;background:#25D366!important;color:#fff!important;font-size:0!important;line-height:0!important;display:flex!important;align-items:center!important;justify-content:center!important;text-indent:0!important;overflow:hidden!important;box-shadow:0 16px 36px rgba(15,35,64,.24)!important}
.float-actions a.float-wa::before,.float-actions a.float-wa::after{content:none!important;display:none!important}
.float-actions a.float-wa svg,.float-actions a.float-wa .wa-icon{width:32px!important;height:32px!important;display:block!important;fill:currentColor!important;color:#fff!important;flex:0 0 auto!important}
.float-actions a.float-wa svg path{fill:currentColor!important}
.socials a svg,.socials .social-link svg{width:24px!important;height:24px!important;display:block!important;fill:currentColor!important}
@media(max-width:760px){.float-actions a.float-wa{width:56px!important;height:56px!important}.float-actions a.float-wa svg,.float-actions a.float-wa .wa-icon{width:31px!important;height:31px!important}}

/* V419 Job Description formatting */
.job-description-body strong{font-weight:900;color:#0c162c;}
.job-desc-section-title{margin:18px 0 7px!important;font-weight:900;color:#0c162c;font-size:16px;line-height:1.35;}
.job-desc-line{font-weight:500;}


/* V425 hard fix: remove blue inner page hero/banner section across website pages */
.page-hero{display:none!important;height:0!important;min-height:0!important;padding:0!important;margin:0!important;overflow:hidden!important;border:0!important;}
main>.section:first-child{padding-top:46px!important;}
