:root {
  --pd-navy: #0A2540;
  --pd-blue: #1E5A9C;
  --pd-sky: #4A9FD4;
  --pd-light: #E8F1FA;
  --pd-white: #F8FBFF;
  --pd-text: #0A2540;
  --pd-muted: #5C6E85;
  --pd-glass: rgba(255,255,255,0.55);
  --pd-glass-strong: rgba(255,255,255,0.85);
  --pd-border: rgba(255,255,255,0.85);
  --pd-shadow: 0 18px 50px rgba(10,37,64,0.10);
  --pd-grad: linear-gradient(135deg, #1E5A9C 0%, #4A9FD4 100%);
  --pd-grad-dark: linear-gradient(135deg, #0A2540 0%, #1E5A9C 100%);
  --pd-bg: #F8FBFF;
  --pd-card-bg: rgba(255,255,255,0.55);
}
.pdv.dark {
  --pd-bg: #0A1628;
  --pd-white: #0A1628;
  --pd-text: #E8F1FA;
  --pd-muted: #8FA5C4;
  --pd-navy: #E8F1FA;
  --pd-light: #1A2942;
  --pd-glass: rgba(30,60,100,0.35);
  --pd-glass-strong: rgba(30,60,100,0.55);
  --pd-border: rgba(74,159,212,0.20);
  --pd-shadow: 0 18px 50px rgba(0,0,0,0.35);
  --pd-card-bg: rgba(30,60,100,0.35);
}
.pdv *, .pdv *::before, .pdv *::after { box-sizing: border-box; margin: 0; padding: 0; }
.pdv {
  font-family: 'Inter','Segoe UI',-apple-system,sans-serif;
  color: var(--pd-text);
  background: var(--pd-bg);
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  cursor: none;
  transition: background .5s ease, color .5s ease;
}
.pdv a, .pdv button, .pdv input, .pdv select, .pdv textarea { cursor: none; }

.pdv-bg { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.pdv-bg span { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.22; animation: pdvBlob 18s ease-in-out infinite; }
.pdv.dark .pdv-bg span { opacity: 0.35; }
.pdv-bg span:nth-child(1) { width:500px; height:500px; background:var(--pd-sky); top:-150px; left:-150px; }
.pdv-bg span:nth-child(2) { width:600px; height:600px; background:var(--pd-blue); bottom:-200px; right:-200px; animation-delay:-6s; }
.pdv-bg span:nth-child(3) { width:350px; height:350px; background:var(--pd-navy); top:40%; left:40%; opacity:0.10; animation-delay:-12s; }
@keyframes pdvBlob {
  0%,100% { transform: translate(0,0) scale(1); }
  33% { transform: translate(60px,-40px) scale(1.1); }
  66% { transform: translate(-40px,50px) scale(0.95); }
}
.pdv-dots {
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  background-image: radial-gradient(circle, rgba(30,90,156,0.15) 1px, transparent 1px);
  background-size: 40px 40px; opacity: 0.5;
}
.pdv.dark .pdv-dots { background-image: radial-gradient(circle, rgba(74,159,212,0.15) 1px, transparent 1px); }

.pdv-cur-dot { position:fixed; top:0; left:0; width:8px; height:8px; background:var(--pd-blue); border-radius:50%; pointer-events:none; z-index:99999; transform:translate(-50%,-50%); transition:transform .15s ease, background .3s ease; mix-blend-mode:multiply; }
.pdv.dark .pdv-cur-dot { mix-blend-mode:normal; background:var(--pd-sky); }
.pdv-cur-ring { position:fixed; top:0; left:0; width:40px; height:40px; border:2px solid rgba(30,90,156,0.4); border-radius:50%; pointer-events:none; z-index:99998; transform:translate(-50%,-50%); transition:all .12s ease-out; }
.pdv.dark .pdv-cur-ring { border-color:rgba(74,159,212,0.5); }
.pdv-cur-glow { position:fixed; top:0; left:0; width:340px; height:340px; border-radius:50%; background:radial-gradient(circle,rgba(74,159,212,0.12) 0%,transparent 70%); pointer-events:none; z-index:9996; transform:translate(-50%,-50%); transition:all .3s ease-out; }
.pdv-cur-dot.hov { transform:translate(-50%,-50%) scale(2.5); background:var(--pd-sky); }
.pdv-cur-ring.hov { width:60px; height:60px; border-color:var(--pd-sky); background:rgba(74,159,212,0.08); }
@media(max-width:900px){ .pdv-cur-dot,.pdv-cur-ring,.pdv-cur-glow{display:none;} .pdv,.pdv a,.pdv button{cursor:auto;} }

/* ═══ NAVBAR ═══ */
.pdv-nav-wrap { position:sticky; top:15px; z-index:100; width:min(1320px,calc(100% - 30px)); margin:15px auto 0; }
.pdv-nav {
  padding: 10px 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  background: rgba(255,255,255,0.72); border: 1px solid rgba(255,255,255,0.92);
  border-radius: 20px; backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  box-shadow: 0 12px 36px rgba(10,37,64,0.10); transition: all .4s ease;
}
.pdv.dark .pdv-nav { background: rgba(20,40,70,0.65); border-color: rgba(74,159,212,0.15); }
.pdv-nav.scrolled { background: rgba(255,255,255,0.92); box-shadow: 0 16px 45px rgba(10,37,64,0.14); }
.pdv.dark .pdv-nav.scrolled { background: rgba(15,30,55,0.90); }

/* LOGO */
.pdv-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  overflow: visible;
}
.pdv-brand-logo {
  height: 70px !important;
  width: auto !important;
  max-width: 240px !important;
  max-height: 70px !important;
  object-fit: contain;
  display: block;
  transition: transform .3s ease, height .3s ease;
}
.pdv-brand:hover .pdv-brand-logo {
  transform: scale(1.04);
}
.pdv.dark .pdv-brand-logo {
  filter: brightness(1.15);
}

/* Footer logo */
.pdv-foot-logo {
  height: 65px !important;
  width: auto !important;
  max-width: 220px !important;
  max-height: 65px !important;
  object-fit: contain;
  display: block;
  margin-bottom: 16px;
}
.pdv.dark .pdv-foot-logo {
  filter: brightness(1.15);
}

/* Responsive logo */
@media(max-width:1200px){
  .pdv-brand-logo { height: 60px !important; max-height: 60px !important; max-width: 200px !important; }
}
@media(max-width:768px){
  .pdv-brand-logo { height: 52px !important; max-height: 52px !important; max-width: 175px !important; }
  .pdv-foot-logo  { height: 55px !important; max-height: 55px !important; max-width: 190px !important; }
}
@media(max-width:480px){
  .pdv-brand-logo { height: 44px !important; max-height: 44px !important; max-width: 150px !important; }
  .pdv-foot-logo  { height: 48px !important; max-height: 48px !important; max-width: 165px !important; }
}

.pdv-menu { display: flex; align-items: center; gap: 4px; list-style: none; }
.pdv-menu a { padding: 8px 10px; font-size: 12.5px; font-weight: 600; color: var(--pd-text); text-decoration: none; border-radius: 10px; transition: all .25s; white-space: nowrap; }
.pdv-menu a:not(.pdv-nav-cta):hover { color: var(--pd-blue); background: rgba(30,90,156,0.07); }
.pdv.dark .pdv-menu a:not(.pdv-nav-cta):hover { color: var(--pd-sky); background: rgba(74,159,212,0.10); }
.pdv-menu a.pdv-nav-cta { background: var(--pd-grad-dark); color: #fff !important; padding: 10px 22px; margin-left: 8px; box-shadow: 0 8px 20px rgba(30,90,156,0.28); border-radius: 10px; }
.pdv-menu a.pdv-nav-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(30,90,156,0.35); }
.pdv-theme-btn { width:40px; height:40px; border-radius:12px; background:rgba(255,255,255,0.7); border:1.5px solid rgba(30,90,156,0.15); display:flex; align-items:center; justify-content:center; cursor:pointer; transition:all .3s; font-size:18px; margin-left:6px; }
.pdv.dark .pdv-theme-btn { background:rgba(30,60,100,0.5); border-color:rgba(74,159,212,0.25); }
.pdv-theme-btn:hover { transform:translateY(-2px); box-shadow:0 8px 20px rgba(30,90,156,0.20); border-color:var(--pd-blue); }
.pdv-burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 6px; }
.pdv-burger span { width: 26px; height: 2px; background: var(--pd-navy); border-radius: 3px; transition: .3s; }
.pdv-burger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.pdv-burger.open span:nth-child(2) { opacity: 0; }
.pdv-burger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }
.pdv-mobile { display: none; flex-direction: column; padding: 15px; background: rgba(255,255,255,0.95); border: 1px solid rgba(255,255,255,0.9); border-radius: 18px; margin-top: 10px; backdrop-filter: blur(24px); box-shadow: 0 16px 45px rgba(10,37,64,0.14); }
.pdv.dark .pdv-mobile { background: rgba(15,30,55,0.95); border-color: rgba(74,159,212,0.2); }
.pdv-mobile.open { display: flex; }
.pdv-mobile a { padding: 13px 15px; font-size: 14px; font-weight: 600; color: var(--pd-text); text-decoration: none; border-radius: 10px; }
.pdv-mobile a:hover { color: var(--pd-blue); background: rgba(30,90,156,0.07); }

/* MEGA DROPDOWN */
.pdv-has-drop { position: relative; }
.pdv-drop-toggle { display: inline-flex; align-items: center; gap: 5px; }
.pdv-drop-toggle::after { content: "▾"; font-size: 10px; margin-top: 2px; transition: transform .3s; }
.pdv-has-drop:hover .pdv-drop-toggle::after { transform: rotate(180deg); }
.pdv-mega {
  position: absolute; top: calc(100% + 18px); left: 50%;
  transform: translateX(-50%) translateY(10px); width: 780px;
  background: rgba(255,255,255,0.98); border: 1px solid rgba(255,255,255,0.92);
  border-radius: 20px; padding: 26px;
  backdrop-filter: blur(28px); -webkit-backdrop-filter: blur(28px);
  box-shadow: 0 24px 60px rgba(10,37,64,0.18);
  opacity: 0; visibility: hidden;
  transition: all .35s cubic-bezier(.23,1,.32,1); z-index: 200;
}
.pdv.dark .pdv-mega { background: rgba(15,30,55,0.98); border-color: rgba(74,159,212,0.20); }
.pdv-mega::before {
  content: ""; position: absolute; top: -8px; left: 50%;
  transform: translateX(-50%) rotate(45deg); width: 16px; height: 16px;
  background: inherit; border-left: 1px solid rgba(255,255,255,0.92);
  border-top: 1px solid rgba(255,255,255,0.92); border-radius: 3px 0 0 0;
}
.pdv.dark .pdv-mega::before { border-color: rgba(74,159,212,0.20); }
.pdv-has-drop:hover .pdv-mega { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.pdv-mega-head { padding: 0 8px 18px; border-bottom: 1px solid rgba(30,90,156,0.08); margin-bottom: 18px; }
.pdv-mega-title { font-size: 11px; font-weight: 800; color: var(--pd-blue); letter-spacing: 2px; text-transform: uppercase; }
.pdv-mega-sub { font-size: 13px; color: var(--pd-muted); margin-top: 6px; }
.pdv-mega-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
.pdv-mega-item { display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; border-radius: 12px; text-decoration: none; transition: all .25s ease; position: relative; }
.pdv-mega-item:hover { background: linear-gradient(135deg, rgba(30,90,156,0.08), rgba(74,159,212,0.08)); transform: translateX(3px); }
.pdv.dark .pdv-mega-item:hover { background: linear-gradient(135deg, rgba(74,159,212,0.12), rgba(30,90,156,0.12)); }
.pdv-mega-icon { width: 36px; height: 36px; border-radius: 10px; background: linear-gradient(135deg, rgba(30,90,156,0.10), rgba(74,159,212,0.10)); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; transition: all .3s; color: var(--pd-blue); }
.pdv-mega-item:hover .pdv-mega-icon { background: var(--pd-grad-dark); color: #fff; transform: scale(1.08) rotate(-6deg); }
.pdv-mega-txt { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.pdv-mega-name { font-size: 13.5px; font-weight: 700; color: var(--pd-navy); line-height: 1.25; }
.pdv-mega-desc { font-size: 11.5px; color: var(--pd-muted); line-height: 1.35; }
.pdv-mega-foot { margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(30,90,156,0.08); display: flex; justify-content: space-between; align-items: center; gap: 14px; padding-left: 8px; padding-right: 8px; }
.pdv-mega-foot-txt { font-size: 12.5px; color: var(--pd-muted); }
.pdv-mega-foot-txt strong { color: var(--pd-navy); }
.pdv-mega-foot-btn { padding: 8px 16px; background: var(--pd-grad-dark); color: #fff !important; border-radius: 9px; font-size: 12px; font-weight: 700; text-decoration: none; transition: all .25s; }
.pdv-mega-foot-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(30,90,156,0.30); }
.pdv-mobile-drop { padding-left: 15px; display: none; }
.pdv-mobile-drop.open { display: block; }
.pdv-mobile-drop a { padding: 10px 12px !important; font-size: 13px !important; color: var(--pd-muted) !important; }
.pdv-mobile-drop-toggle { display: flex !important; justify-content: space-between; align-items: center; }
.pdv-mobile-drop-toggle::after { content: "▾"; font-size: 10px; transition: transform .3s; }
.pdv-mobile-drop-toggle.open::after { transform: rotate(180deg); }

@media(max-width:1200px){ .pdv-menu { display: none; } .pdv-burger { display: flex; } .pdv-mega { display: none; } }

/* Section base */
.pdv-section { padding: 100px 20px; position: relative; z-index: 2; }
.pdv-container { width: min(1200px,100%); margin: 0 auto; }
.pdv-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 16px; border-radius: 100px; margin-bottom: 16px; background: rgba(30,90,156,0.08); border: 1px solid rgba(30,90,156,0.15); font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--pd-blue); }
.pdv.dark .pdv-eyebrow { background: rgba(74,159,212,0.10); border-color: rgba(74,159,212,0.25); color: var(--pd-sky); }
.pdv-title { font-size: clamp(32px,4.8vw,54px); font-weight: 800; line-height: 1.12; color: var(--pd-navy); margin-bottom: 16px; letter-spacing: -0.5px; }
.pdv-grad-text { background: var(--pd-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.pdv.dark .pdv-grad-text { background: linear-gradient(135deg,#4A9FD4 0%,#8ECAE6 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.pdv-desc { font-size: 17px; color: var(--pd-muted); line-height: 1.75; max-width: 640px; }
.pdv-header-center { text-align: center; margin-bottom: 64px; }
.pdv-header-center .pdv-desc { margin: 0 auto; }

.pdv-btn { display: inline-flex; align-items: center; gap: 9px; padding: 15px 28px; border-radius: 13px; font-size: 14.5px; font-weight: 700; text-decoration: none; border: none; transition: all .3s; white-space: nowrap; }
.pdv-btn-primary { background: var(--pd-grad-dark); color: #fff; box-shadow: 0 10px 25px rgba(30,90,156,0.28); }
.pdv-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 35px rgba(30,90,156,0.38); color: #fff; }
.pdv-btn-ghost { background: rgba(255,255,255,0.7); color: var(--pd-blue); border: 1.5px solid rgba(30,90,156,0.2); backdrop-filter: blur(10px); }
.pdv.dark .pdv-btn-ghost { background: rgba(30,60,100,0.5); color: var(--pd-sky); border-color: rgba(74,159,212,0.25); }
.pdv-btn-ghost:hover { background: #fff; transform: translateY(-3px); color: var(--pd-navy); box-shadow: 0 12px 28px rgba(30,90,156,0.15); }

.pdv-card {
  background: var(--pd-card-bg); border: 1px solid var(--pd-border); border-radius: 22px;
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  box-shadow: var(--pd-shadow); transition: transform .4s cubic-bezier(.23,1,.32,1), box-shadow .4s ease;
  position: relative; overflow: hidden;
}
.pdv-card::before { content:""; position:absolute; top:0; left:0; right:0; height:3px; background:var(--pd-grad); transform:scaleX(0); transform-origin:left; transition:transform .5s ease; }
.pdv-card:hover { transform: translateY(-10px); box-shadow: 0 30px 65px rgba(10,37,64,0.18); }
.pdv-card:hover::before { transform: scaleX(1); }

/* ABOUT HERO */
.pdv-about-hero { padding: 70px 20px 100px; position: relative; z-index: 2; }
.pdv-about-hero-inner { width: min(1220px,100%); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.pdv-about-h1 { font-size: clamp(38px,5.5vw,62px); font-weight: 800; line-height: 1.08; color: var(--pd-navy); margin: 20px 0 22px; letter-spacing: -1px; }
.pdv-about-p { font-size: 17.5px; color: var(--pd-muted); line-height: 1.75; margin-bottom: 20px; max-width: 540px; }
.pdv-about-btns { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.pdv-about-visual { position: relative; aspect-ratio: 1; max-width: 500px; margin: 0 auto; }
.pdv-about-circle { position: absolute; inset: 30px; border-radius: 50%; background: radial-gradient(circle, rgba(74,159,212,0.15) 0%, rgba(30,90,156,0.05) 60%, transparent 100%); animation: pdvSpin 30s linear infinite; }
@keyframes pdvSpin { to { transform: rotate(360deg); } }
.pdv-about-team-face {
  position: absolute; border-radius: 50%; background: var(--pd-grad);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 50px;
  box-shadow: 0 20px 45px rgba(30,90,156,0.30);
  animation: pdvFloat 5s ease-in-out infinite;
}
@keyframes pdvFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
.pdv-face-1 { width: 130px; height: 130px; top: 25%; left: 15%; animation-delay: 0s; }
.pdv-face-2 { width: 150px; height: 150px; top: 30%; right: 15%; animation-delay: -1s; background: linear-gradient(135deg, #4A9FD4, #0A2540); }
.pdv-face-3 { width: 130px; height: 130px; bottom: 15%; left: 30%; animation-delay: -2s; background: linear-gradient(135deg, #0A2540, #4A9FD4); }
.pdv-about-icon-float {
  position: absolute; width: 70px; height: 70px;
  background: var(--pd-glass-strong); border: 2px solid var(--pd-blue);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 32px; backdrop-filter: blur(15px);
  box-shadow: 0 15px 40px rgba(30,90,156,0.25);
  animation: pdvFloat 4s ease-in-out infinite; z-index: 2;
}
.pdv-icon-1 { top: 5%; left: 45%; animation-delay: -1.5s; }
.pdv-icon-2 { top: 55%; right: -3%; animation-delay: -2.5s; }

/* STATS */
.pdv-stats-bar {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  padding: 40px; background: var(--pd-glass-strong);
  border: 1px solid var(--pd-border); border-radius: 24px;
  backdrop-filter: blur(20px); box-shadow: var(--pd-shadow);
  max-width: 1100px; margin: -40px auto 0; position: relative; z-index: 3;
}
.pdv-stat-item { text-align: center; position: relative; }
.pdv-stat-item:not(:last-child)::after { content:""; position:absolute; right:-10px; top:20%; bottom:20%; width:1px; background:linear-gradient(to bottom, transparent, rgba(30,90,156,0.2), transparent); }
.pdv-stat-big { font-size: 44px; font-weight: 800; background: var(--pd-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; }
.pdv-stat-lbl { font-size: 13px; color: var(--pd-muted); font-weight: 600; margin-top: 8px; }

/* MISSION / VISION */
.pdv-mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.pdv-mv-card { padding: 40px 34px; }
.pdv-mv-icon { width: 70px; height: 70px; border-radius: 18px; background: var(--pd-grad-dark); display: flex; align-items: center; justify-content: center; font-size: 30px; color: #fff; margin-bottom: 22px; box-shadow: 0 12px 30px rgba(30,90,156,0.30); }
.pdv-mv-title { font-size: 24px; font-weight: 800; color: var(--pd-navy); margin-bottom: 14px; }
.pdv-mv-text { font-size: 15px; color: var(--pd-muted); line-height: 1.75; }

/* VALUES */
.pdv-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pdv-value-card { padding: 34px 28px; text-align: center; transition: all .4s; }
.pdv-value-icon { width: 74px; height: 74px; margin: 0 auto 20px; border-radius: 20px; background: linear-gradient(135deg, rgba(30,90,156,0.12), rgba(74,159,212,0.12)); display: flex; align-items: center; justify-content: center; font-size: 30px; color: var(--pd-blue); transition: all .4s; }
.pdv-value-card:hover .pdv-value-icon { background: var(--pd-grad-dark); color: #fff; transform: scale(1.1) rotate(-6deg); }
.pdv-value-title { font-size: 19px; font-weight: 700; color: var(--pd-navy); margin-bottom: 10px; }
.pdv-value-text { font-size: 14px; color: var(--pd-muted); line-height: 1.7; }

/* CTA */
.pdv-cta { padding: 80px 50px; text-align: center; background: var(--pd-glass-strong); border: 1px solid var(--pd-border); border-radius: 30px; backdrop-filter: blur(24px); box-shadow: 0 24px 60px rgba(10,37,64,0.15); position: relative; overflow: hidden; }

/* FOOTER */
.pdv-footer { padding: 70px 20px 0; border-top: 1px solid rgba(30,90,156,0.10); position: relative; z-index: 2; background: rgba(255,255,255,0.4); backdrop-filter: blur(12px); }
.pdv.dark .pdv-footer { background: rgba(15,30,55,0.4); border-top-color: rgba(74,159,212,0.15); }
.pdv-footer-grid { width: min(1200px,100%); margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 45px; padding-bottom: 55px; }
.pdv-foot-brand p { font-size: 14px; color: var(--pd-muted); line-height: 1.7; margin-bottom: 22px; max-width: 300px; }
.pdv-foot-social { display: flex; gap: 10px; }
.pdv-foot-social a { width: 38px; height: 38px; border-radius: 11px; background: rgba(30,90,156,0.08); border: 1px solid rgba(30,90,156,0.14); display: flex; align-items: center; justify-content: center; color: var(--pd-blue); font-size: 13px; font-weight: 700; text-decoration: none; transition: all .25s; }
.pdv-foot-social a:hover { background: var(--pd-blue); color: #fff; transform: translateY(-3px); }
.pdv-foot-title { font-size: 13px; font-weight: 800; color: var(--pd-navy); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 18px; }
.pdv-foot-col ul { list-style: none; display: grid; gap: 11px; }
.pdv-foot-col ul li a { font-size: 14px; color: var(--pd-muted); text-decoration: none; transition: all .25s; }
.pdv-foot-col ul li a:hover { color: var(--pd-blue); padding-left: 4px; }
.pdv-foot-bottom { width: min(1200px,100%); margin: 0 auto; padding: 22px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; border-top: 1px solid rgba(30,90,156,0.10); }
.pdv-foot-bottom p { font-size: 13px; color: var(--pd-muted); }
.pdv-foot-bottom-links { display: flex; gap: 22px; }
.pdv-foot-bottom-links a { font-size: 13px; color: var(--pd-muted); text-decoration: none; }
.pdv-foot-bottom-links a:hover { color: var(--pd-blue); }

.pdv-reveal { opacity: 0; transform: translateY(45px); transition: opacity .9s cubic-bezier(.23,1,.32,1), transform .9s cubic-bezier(.23,1,.32,1); }
.pdv-reveal.in { opacity: 1; transform: translateY(0); }
.pdv-d1 { transition-delay: .1s; }
.pdv-d2 { transition-delay: .2s; }
.pdv-d3 { transition-delay: .3s; }

@media(max-width:1024px){
  .pdv-values-grid { grid-template-columns: repeat(2,1fr); }
  .pdv-stats-bar { grid-template-columns: repeat(2,1fr); }
  .pdv-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media(max-width:768px){
  .pdv-about-hero-inner, .pdv-mv-grid { grid-template-columns: 1fr; gap: 50px; }
  .pdv-values-grid { grid-template-columns: 1fr; }
  .pdv-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .pdv-foot-bottom { flex-direction: column; text-align: center; }
  .pdv-section { padding: 70px 18px; }
  .pdv-cta { padding: 50px 26px; }
  .pdv-stat-item::after { display: none; }
}
/* ============================================================
   Child-theme additions — PRODEV Info Solutions
   Appended after the imported design CSS so these win on ties.
   ============================================================ */

/* --- Brand logo -------------------------------------------------------
   The source artwork was a 6000x6000 canvas that was 86% empty, so a 70px
   box rendered roughly 8px of visible logo. The file is now cropped to the
   artwork, and these sizes are raised to suit it. */
.pdv-brand-logo,
.pdv-nav .pdv-brand-logo {
	height: 58px !important;
	max-height: 58px !important;
	max-width: 260px !important;
	width: auto !important;
	object-fit: contain;
}
.pdv-foot-logo {
	height: 64px !important;
	max-height: 64px !important;
	max-width: 280px !important;
	width: auto !important;
	object-fit: contain;
}
@media (max-width: 1024px) {
	.pdv-brand-logo, .pdv-nav .pdv-brand-logo { height: 48px !important; max-height: 48px !important; max-width: 210px !important; }
}
@media (max-width: 640px) {
	.pdv-brand-logo, .pdv-nav .pdv-brand-logo { height: 42px !important; max-height: 42px !important; max-width: 180px !important; }
}

/* --- Current page ------------------------------------------------------
   prodevinfo_nav_current() adds aria-current="page" to the active link, which
   assistive tech already announces. These rules give it a visible treatment
   too, so sighted visitors can see where they are. */
.pdv-menu a[aria-current="page"] {
	color: var(--pd-blue, #1E5A9C) !important;
	font-weight: 700;
}
.pdv-menu > li > a[aria-current="page"]::after {
	content: "";
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 4px;
	height: 2px;
	border-radius: 2px;
	background: var(--pd-grad-dark, linear-gradient(90deg, #1E5A9C, #4A9FD4));
}
.pdv-menu > li > a {
	position: relative;
}
/* The Services item keeps its own caret; don't let the underline collide. */
.pdv-menu > li.pdv-has-drop > a[aria-current="page"]::after {
	right: 26px;
}
/* Mobile menu + mega-menu items get a simpler marker. */
.pdv-mobile a[aria-current="page"],
.pdv-mega-item[aria-current="page"] .pdv-mega-name {
	color: var(--pd-blue, #1E5A9C) !important;
	font-weight: 700;
}
.pdv-mega-item[aria-current="page"] {
	background: var(--pd-light, #E8F1FA);
}

/* --- Mega-menu stacking ------------------------------------------------
   The nav is now rendered by the theme, above the Elementor content wrapper
   rather than inside it. Elementor sections create their own stacking
   contexts, so without an explicit z-index here the dropdown panel renders
   behind the page and reads as an empty white box. */
.pdv-nav-wrap { z-index: 1000 !important; }
.pdv-nav { z-index: 1001; }
.pdv-mega { z-index: 1002 !important; }
.pdv-mobile { z-index: 1002 !important; }

/* Keep the sticky bar clear of Elementor's own positioned children. */
.elementor, .elementor-section, .e-con, .e-flexbox { z-index: auto; }

/* --- Social icons ------------------------------------------------------
   The footer row was five text links (<a href="#">in</a>). They are now
   inline SVGs, which need a colour and sizing rule; the existing
   .pdv-foot-social a box/hover styling still applies on top of these. */
.pdv-social-link {
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	color: var(--pd-blue, #1E5A9C);
}
.pdv-social-svg {
	width: 18px;
	height: 18px;
	display: block;
	fill: currentColor;   /* follows the link colour, including on hover */
	pointer-events: none; /* clicks always land on the <a>, never the glyph */
}
.pdv-foot-social { flex-wrap: wrap; }

/* The accessible name for each icon link. Visually hidden but readable by
   screen readers and still focusable-safe — display:none would hide it from
   assistive tech too, which is the whole point of having it. */
.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}
/* A keyboard user tabbing to the skip link must be able to see it. */
.skip-link:focus {
	position: fixed !important;
	top: 12px;
	left: 12px;
	z-index: 100000;
	width: auto;
	height: auto;
	clip: auto;
	clip-path: none;
	padding: 12px 20px;
	background: #fff;
	color: var(--pd-navy, #0A2540);
	border-radius: 10px;
	box-shadow: 0 8px 30px rgba(10,37,64,.25);
	text-decoration: none;
	font-weight: 700;
}

/* --- Responsiveness safety net -----------------------------------------
   Page CSS is written per page (16-49KB inline each) and none of it declares
   a global media rule, so a single oversized image or a long unbroken string
   can push a phone layout sideways. These are the defensive defaults. */

img, svg, video, canvas, iframe, embed, object {
	max-width: 100%;
	height: auto;
}
/* Images with intrinsic width/height attributes still need the ratio kept. */
img[width][height] { height: auto; }

table, pre {
	max-width: 100%;
	overflow-x: auto;
	display: block;
}

/* Long URLs, code and unbroken tokens must wrap rather than widen the page. */
p, li, h1, h2, h3, h4, h5, h6, td, th, dd, dt, blockquote, figcaption {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

/* overflow-x: clip, NOT hidden. `hidden` on html/body silently disables
   position:sticky on every descendant, which would break the sticky navbar. */
body {
	overflow-x: clip;
	max-width: 100%;
}

/* Migrated out of the parent theme's about-preview.css.
   .section-tag is the only rule in that file still matching anything (five
   elements on /software-development/); the other five selectors match nothing.
   Keeping the rule here lets that stylesheet be dequeued, and moves one more
   customisation out of the parent theme, where a theme update would erase it. */
.section-tag {
	display: inline-block;
	padding: 8px 18px;
	background: rgba(45, 127, 249, 0.12);
	border-radius: 100px;
	color: #2d7ff9;
	font-weight: 700;
	margin-bottom: 25px;
}

/* NOTE: .pdv-grid-* is deliberately NOT overridden here. Those classes are
   defined in each page's own inline <style>, which the browser sees after this
   file, so an equal-specificity rule here would silently lose the cascade. The
   grid definitions are corrected at source in the page content instead. */

/* Touch targets: WCAG 2.5.8 asks for at least 24x24 CSS px; 44px is the
   comfortable size on a phone. The nav and footer links are the ones a thumb
   actually hunts for. */
@media (max-width: 1200px) {
	.pdv-mobile a,
	.pdv-foot-col a,
	.pdv-social-link {
		min-height: 44px;
		display: flex;
		align-items: center;
	}
	.pdv-burger {
		min-width: 44px;
		min-height: 44px;
		align-items: center;
		justify-content: center;
	}
}

/* Respect a reduced-motion preference: the design animates blobs, cursors and
   card transforms continuously. */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .001ms !important;
		scroll-behavior: auto !important;
	}
	.pdv-bg span, .pdv-cur-dot, .pdv-cur-ring, .pdv-cur-glow { display: none !important; }
}
