/* ============================================================
   Shiva Consultancy Group — Global Stylesheet
   ============================================================ */

:root {
  --primary:     #0d2b5e;
  --primary-light: #1a4a9e;
  --accent:      #c9900c;
  --accent-light: #f0b429;
  --bg:          #f4f6fb;
  --surface:     #ffffff;
  --text:        #1a1a2e;
  --text-muted:  #5a6a7e;
  --border:      #dde3ee;
  --shadow:      0 2px 16px rgba(13,43,94,0.10);
  --radius:      10px;
  --nav-height:  68px;
}

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  min-height: 100vh;
}
a { color: var(--primary-light); text-decoration: none; }
a:hover { color: var(--accent); }
img { max-width: 100%; display: block; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--primary);
  height: var(--nav-height);
  display: flex; align-items: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.25);
}
.nav-container {
  width: 100%; max-width: 1200px;
  margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-brand {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none;
}
.nav-brand-icon {
  width: 44px; height: 44px;
  background: var(--accent);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; font-weight: 900; color: var(--primary);
}
.nav-brand-text .company { color: #fff; font-size: 18px; font-weight: 700; line-height: 1.1; }
.nav-brand-text .tagline { color: var(--accent-light); font-size: 11px; letter-spacing: 0.5px; text-transform: uppercase; }
.nav-links { display: flex; gap: 6px; align-items: center; }
.nav-links a {
  color: rgba(255,255,255,0.82);
  padding: 7px 14px; border-radius: 6px;
  font-size: 14px; font-weight: 500;
  transition: background 0.18s, color 0.18s;
}
.nav-links a:hover, .nav-links a.active {
  background: rgba(255,255,255,0.12); color: #fff;
}
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span {
  display: block; width: 24px; height: 2px;
  background: #fff; margin: 5px 0; border-radius: 2px;
  transition: 0.3s;
}

/* ---------- Cross-Site Network Banner ---------- */
.network-banner {
  background: linear-gradient(90deg, #071220 0%, #0d2b5e 50%, #071220 100%);
  border-bottom: 1px solid rgba(201,144,12,0.30);
  padding: 7px 24px;
  display: flex; align-items: center; justify-content: center; gap: 16px;
  font-size: 12px; color: rgba(255,255,255,0.72);
  letter-spacing: 0.3px;
  flex-wrap: wrap;
}
.network-banner a {
  color: #f0b429; font-weight: 600; text-decoration: none;
  border: 1px solid rgba(240,180,41,0.35);
  padding: 3px 10px; border-radius: 20px;
  transition: background .15s, color .15s;
}
.network-banner a:hover { background: rgba(240,180,41,0.15); color: #fff; }
.network-banner .nb-sep { opacity: 0.3; }

/* Financial Solutions special nav link */
.nav-links a.nav-financial {
  color: #f0b429 !important;
  border: 1px solid rgba(240,180,41,0.40);
  border-radius: 6px;
  padding: 6px 13px;
}
.nav-links a.nav-financial:hover {
  background: rgba(240,180,41,0.15) !important;
  color: #fff !important;
}

/* ---------- Hero Section ---------- */
.hero {
  background: linear-gradient(135deg, var(--primary) 0%, #1e4d8c 60%, #0a2245 100%);
  color: #fff;
  padding: 80px 24px 70px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-inner { position: relative; max-width: 700px; margin: 0 auto; }
.hero-badge {
  display: inline-block;
  background: rgba(201,144,12,0.2); border: 1px solid var(--accent);
  color: var(--accent-light); font-size: 12px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase;
  padding: 5px 14px; border-radius: 20px; margin-bottom: 20px;
}
.hero h1 { font-size: clamp(28px, 5vw, 52px); font-weight: 800; line-height: 1.1; margin-bottom: 18px; }
.hero h1 span { color: var(--accent-light); }
.hero p { font-size: 18px; color: rgba(255,255,255,0.80); max-width: 550px; margin: 0 auto 36px; }
.hero-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px; border-radius: var(--radius);
  font-size: 15px; font-weight: 600; cursor: pointer;
  border: 2px solid transparent; transition: all 0.2s;
  text-decoration: none;
}
.btn-primary { background: var(--accent); color: var(--primary); border-color: var(--accent); }
.btn-primary:hover { background: var(--accent-light); color: var(--primary); border-color: var(--accent-light); }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
.btn-outline:hover { background: rgba(255,255,255,0.10); color: #fff; border-color: #fff; }

/* ---------- Stats Bar ---------- */
.stats-bar {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 20px 24px;
}
.stats-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; justify-content: center; gap: 48px; flex-wrap: wrap;
}
.stat { text-align: center; }
.stat-number { font-size: 26px; font-weight: 800; color: var(--primary); line-height: 1; }
.stat-label { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.5px; margin-top: 3px; }

/* ---------- Section Pages ---------- */
.page-header {
  background: var(--primary);
  color: #fff; padding: 48px 24px 40px;
}
.page-header-inner { max-width: 1200px; margin: 0 auto; }
.breadcrumb { font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 12px; }
.breadcrumb a { color: rgba(255,255,255,0.6); }
.breadcrumb a:hover { color: var(--accent-light); }
.breadcrumb span { margin: 0 6px; }
.page-header h1 { font-size: 34px; font-weight: 800; }
.page-header p { color: rgba(255,255,255,0.75); margin-top: 8px; font-size: 16px; }

/* ---------- Main Content ---------- */
.main-content { max-width: 1200px; margin: 0 auto; padding: 48px 24px 80px; }

/* ---------- Section Grid (Homepage) ---------- */
.sections-title {
  text-align: center; padding: 56px 24px 0;
}
.sections-title h2 { font-size: 28px; font-weight: 800; color: var(--primary); }
.sections-title p { color: var(--text-muted); margin-top: 8px; font-size: 16px; }
.sections-grid {
  max-width: 1200px; margin: 36px auto 0; padding: 0 24px 64px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}
.section-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  text-decoration: none; color: var(--text);
  box-shadow: var(--shadow);
  transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
  display: flex; flex-direction: column; gap: 12px;
}
.section-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(13,43,94,0.15);
  border-color: var(--accent);
  color: var(--text);
}
.section-card-icon {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px;
}
.section-card h3 { font-size: 19px; font-weight: 700; color: var(--primary); }
.section-card p { font-size: 14px; color: var(--text-muted); line-height: 1.5; }
.section-card-arrow {
  margin-top: auto; padding-top: 12px;
  font-size: 13px; font-weight: 600; color: var(--accent);
  display: flex; align-items: center; gap: 6px;
}

/* ---------- File Gallery Grid ---------- */
.gallery-toolbar {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px; margin-bottom: 28px;
}
.gallery-count { color: var(--text-muted); font-size: 14px; }
.search-box {
  padding: 9px 16px; border: 1px solid var(--border);
  border-radius: var(--radius); font-size: 14px;
  background: var(--surface); color: var(--text);
  width: 240px; outline: none;
  transition: border-color 0.2s;
}
.search-box:focus { border-color: var(--primary-light); }

.file-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}
.file-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.18s, box-shadow 0.18s;
  display: flex; flex-direction: column;
}
.file-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 24px rgba(13,43,94,0.14);
}
.file-card-thumb {
  height: 140px;
  background: linear-gradient(135deg, #e8eef8 0%, #d0daf0 100%);
  display: flex; align-items: center; justify-content: center;
  font-size: 52px;
  position: relative; overflow: hidden;
}
.file-card-thumb img {
  width: 100%; height: 100%; object-fit: cover;
}
.file-card-type-badge {
  position: absolute; top: 10px; right: 10px;
  background: var(--primary); color: #fff;
  font-size: 10px; font-weight: 700; letter-spacing: 0.5px;
  padding: 3px 8px; border-radius: 4px; text-transform: uppercase;
}
.file-card-body { padding: 16px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.file-card-name {
  font-size: 14px; font-weight: 600; color: var(--text);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.file-card-meta { font-size: 12px; color: var(--text-muted); }
.file-card-actions {
  display: flex; gap: 8px; padding: 0 16px 16px; margin-top: auto;
}
.btn-sm {
  flex: 1; padding: 8px 10px; border-radius: 7px;
  font-size: 12px; font-weight: 600; text-align: center;
  border: none; cursor: pointer; transition: all 0.18s;
  text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: 5px;
}
.btn-view { background: var(--primary); color: #fff; }
.btn-view:hover { background: var(--primary-light); color: #fff; }
.btn-share { background: var(--bg); color: var(--text-muted); border: 1px solid var(--border); }
.btn-share:hover { background: var(--accent); color: var(--primary); border-color: var(--accent); }

/* ---------- Empty State ---------- */
.empty-state {
  text-align: center; padding: 80px 24px; color: var(--text-muted);
}
.empty-state-icon { font-size: 56px; margin-bottom: 16px; }
.empty-state h3 { font-size: 20px; font-weight: 700; color: var(--primary); margin-bottom: 8px; }
.empty-state p { font-size: 15px; max-width: 400px; margin: 0 auto; }
.empty-state code {
  display: inline-block; margin-top: 12px;
  background: #e8eef8; padding: 4px 10px; border-radius: 5px;
  font-size: 13px; color: var(--primary);
}

/* ---------- Upload Hint Banner ---------- */
.upload-hint {
  background: linear-gradient(90deg, #e8f0fe, #f0f4ff);
  border: 1px solid #c5d5f5; border-radius: var(--radius);
  padding: 16px 20px; margin-bottom: 28px;
  display: flex; align-items: flex-start; gap: 14px;
}
.upload-hint-icon { font-size: 24px; flex-shrink: 0; }
.upload-hint h4 { font-size: 14px; font-weight: 700; color: var(--primary); }
.upload-hint p { font-size: 13px; color: var(--text-muted); margin-top: 3px; }

/* ---------- Social Share Bar ---------- */
.share-bar {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 18px 24px;
  margin-top: 40px;
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
}
.share-bar-label { font-size: 14px; font-weight: 600; color: var(--text-muted); }
.share-buttons { display: flex; gap: 10px; flex-wrap: wrap; }
.share-btn {
  padding: 8px 16px; border-radius: 7px;
  font-size: 13px; font-weight: 600; cursor: pointer;
  border: none; display: inline-flex; align-items: center; gap: 7px;
  text-decoration: none; transition: opacity 0.18s;
}
.share-btn:hover { opacity: 0.85; }
.share-whatsapp { background: #25D366; color: #fff; }
.share-linkedin  { background: #0A66C2; color: #fff; }
.share-twitter   { background: #1DA1F2; color: #fff; }
.share-copy      { background: var(--bg); color: var(--text); border: 1px solid var(--border); }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--primary);
  color: rgba(255,255,255,0.70);
  padding: 40px 24px 24px;
  margin-top: 60px;
}
.footer-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 36px; padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.footer-brand .company { color: #fff; font-size: 20px; font-weight: 800; }
.footer-brand .tagline { color: var(--accent-light); font-size: 12px; margin-top: 4px; }
.footer-brand p { font-size: 13px; margin-top: 12px; line-height: 1.6; }
.footer-col h4 { color: #fff; font-size: 14px; font-weight: 700; margin-bottom: 14px; letter-spacing: 0.3px; }
.footer-col a { display: block; color: rgba(255,255,255,0.65); font-size: 13px; margin-bottom: 8px; transition: color 0.18s; }
.footer-col a:hover { color: var(--accent-light); }
.footer-bottom {
  text-align: center; padding-top: 20px;
  font-size: 12px; color: rgba(255,255,255,0.40);
}

/* ============================================================
   Contact Page
   ============================================================ */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
}

/* --- Info Panel --- */
.contact-info {
  background: var(--primary);
  border-radius: var(--radius);
  padding: 36px 28px;
  color: rgba(255,255,255,0.85);
  position: sticky; top: calc(var(--nav-height) + 20px);
}
.contact-tagline {
  display: flex; gap: 14px; align-items: flex-start;
  padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.12);
  margin-bottom: 24px;
}
.contact-tagline-icon { font-size: 32px; flex-shrink: 0; }
.contact-tagline h3 { color: #fff; font-size: 17px; font-weight: 700; margin-bottom: 6px; }
.contact-tagline p  { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.70); }

.contact-detail-list { display: flex; flex-direction: column; gap: 18px; margin-bottom: 28px; }
.contact-detail { display: flex; gap: 14px; align-items: flex-start; }
.contact-detail-icon { font-size: 20px; width: 28px; flex-shrink: 0; text-align: center; margin-top: 2px; }
.contact-detail-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.8px; color: var(--accent-light); font-weight: 600; }
.contact-detail-value { font-size: 14px; color: #fff; margin-top: 2px; }

.contact-services-list {
  background: rgba(255,255,255,0.06);
  border-radius: 8px; padding: 18px 20px;
}
.contact-services-list h4 { color: var(--accent-light); font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.contact-services-list ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.contact-services-list li { font-size: 13px; color: rgba(255,255,255,0.80); }

/* --- Form Panel --- */
.contact-form-panel {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 40px 36px;
  box-shadow: var(--shadow);
}
@media (max-width: 600px) {
  .contact-form-panel { padding: 24px 18px; }
}

.form-title { font-size: 22px; font-weight: 800; color: var(--primary); margin-bottom: 6px; }
.form-subtitle { font-size: 14px; color: var(--text-muted); margin-bottom: 28px; }

.form-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }

.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-label { font-size: 13px; font-weight: 600; color: var(--text); }
.req { color: #e74c3c; }

.form-input {
  padding: 11px 14px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-size: 14px; color: var(--text);
  background: var(--bg);
  outline: none; width: 100%;
  transition: border-color 0.2s, box-shadow 0.2s;
  font-family: inherit;
}
.form-input:focus {
  border-color: var(--primary-light);
  box-shadow: 0 0 0 3px rgba(26,74,158,0.10);
  background: #fff;
}
.form-input.input-error { border-color: #e74c3c; }
.form-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235a6a7e' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; cursor: pointer; }
.form-textarea { min-height: 120px; resize: vertical; line-height: 1.6; }

.form-checkbox-row {
  display: flex; gap: 10px; align-items: flex-start;
  margin-bottom: 20px; margin-top: 4px;
}
.form-checkbox-row input[type="checkbox"] { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; accent-color: var(--primary); cursor: pointer; }
.form-checkbox-row label { font-size: 12px; color: var(--text-muted); line-height: 1.5; cursor: pointer; }

.form-submit-btn {
  width: 100%; justify-content: center;
  padding: 14px; font-size: 16px;
  border: none; cursor: pointer;
}
.form-submit-btn:disabled { opacity: 0.6; cursor: not-allowed; }

.form-error {
  background: #fef2f2; border: 1px solid #fca5a5;
  color: #b91c1c; border-radius: 7px;
  padding: 10px 14px; font-size: 13px;
  margin-bottom: 14px;
}
.form-note {
  text-align: center; font-size: 12px; color: var(--text-muted);
  margin-top: 14px;
}

/* Success state */
.form-success {
  text-align: center; padding: 60px 20px;
}
.form-success-icon {
  width: 72px; height: 72px; border-radius: 50%;
  background: #dcfce7; color: #16a34a;
  font-size: 36px; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
}
.form-success h3 { font-size: 24px; font-weight: 800; color: var(--primary); margin-bottom: 10px; }
.form-success p  { font-size: 15px; color: var(--text-muted); max-width: 360px; margin: 0 auto; }

/* --- Homepage Contact CTA strip --- */
.contact-cta-strip {
  background: linear-gradient(135deg, var(--primary) 0%, #1e4d8c 100%);
  padding: 64px 24px;
  text-align: center;
  color: #fff;
}
.contact-cta-strip h2 { font-size: 30px; font-weight: 800; margin-bottom: 12px; }
.contact-cta-strip p  { font-size: 17px; color: rgba(255,255,255,0.80); max-width: 560px; margin: 0 auto 32px; }
.contact-cta-strip .hero-buttons { justify-content: center; }

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .nav-links { display: none; flex-direction: column; position: absolute; top: var(--nav-height); left: 0; right: 0; background: var(--primary); padding: 16px; gap: 4px; }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }
  .stats-inner { gap: 28px; }
  .sections-grid { padding: 0 16px 48px; }
  .main-content { padding: 32px 16px 60px; }
  .file-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 26px; }
  .hero p { font-size: 15px; }
  .file-grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   LOGO & NAV ENHANCEMENTS
   ============================================================ */

/* Logo image in header */
.nav-logo-img {
  height: 42px; width: auto; display: block;
  object-fit: contain;
  border-radius: 4px;
}
.nav-brand-icon { display: none; } /* hide letter fallback when logo loads */
.nav-brand-icon.show-fallback { display: flex; }

/* Taller nav to fit logo */
:root { --nav-height: 72px; }
.site-header { height: var(--nav-height); }

/* ============================================================
   SERVICES PAGE — Service Cards with Images
   ============================================================ */
.services-intro {
  text-align: center; max-width: 700px; margin: 0 auto 52px;
}
.services-intro h2 {
  font-size: clamp(24px,4vw,36px); font-weight: 800;
  color: var(--primary); margin-bottom: 12px;
}
.services-intro p { font-size: 16px; color: var(--text-muted); }

.service-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
}
.service-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  display: flex; flex-direction: column;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(13,43,94,0.16);
  border-color: var(--accent);
}
.service-card-img {
  width: 100%; height: 180px; object-fit: cover;
  background: linear-gradient(135deg,#e8eef8,#d0daf0);
  display: flex; align-items: center; justify-content: center;
  font-size: 60px;
}
.service-card-img img { width:100%; height:100%; object-fit:cover; }
.service-card-body { padding: 24px 24px 12px; flex: 1; }
.service-card-icon-small {
  width: 44px; height: 44px;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 14px;
}
.service-card-body h3 {
  font-size: 18px; font-weight: 800; color: var(--primary);
  margin-bottom: 8px;
}
.service-card-body p {
  font-size: 13.5px; color: var(--text-muted); line-height: 1.6;
}
.service-card-tags {
  display: flex; flex-wrap: wrap; gap: 6px;
  padding: 12px 24px 20px;
}
.service-tag {
  background: rgba(13,43,94,0.08); color: var(--primary);
  font-size: 11px; font-weight: 600; letter-spacing: 0.3px;
  padding: 3px 10px; border-radius: 20px;
}
.service-card-cta {
  padding: 0 24px 20px;
}
.service-card-cta a {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 700; color: var(--accent);
  text-decoration: none; transition: gap 0.15s;
}
.service-card-cta a:hover { gap: 11px; color: var(--primary); }

/* Specialisations section on services page */
.services-cta-strip {
  background: linear-gradient(135deg,var(--primary),#1e4d8c);
  border-radius: 16px; padding: 48px 36px;
  text-align: center; color: #fff; margin-top: 60px;
}
.services-cta-strip h2 { font-size: 26px; font-weight: 800; margin-bottom: 10px; }
.services-cta-strip p  { color: rgba(255,255,255,0.78); font-size: 15px; max-width:500px; margin:0 auto 28px; }

/* ============================================================
   FOOTER UPGRADE — Logo + Social Icons
   ============================================================ */
.footer-logo-img {
  height: 44px; width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.85; margin-bottom: 16px;
  display: block;
}
.footer-social {
  display: flex; gap: 10px; margin-top: 16px;
}
.footer-social a {
  width: 34px; height: 34px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; color: rgba(255,255,255,0.75) !important;
  text-decoration: none; transition: background 0.18s, border-color 0.18s;
  margin-bottom: 0 !important;
}
.footer-social a:hover {
  background: var(--accent); border-color: var(--accent);
  color: var(--primary) !important;
}

/* ============================================================
   HOMEPAGE — Hero Stats animated highlight
   ============================================================ */
.stat-number {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ============================================================
   RESPONSIVE FIXES
   ============================================================ */
@media (max-width: 768px) {
  .nav-logo-img { height: 34px; }
  .service-cards-grid { grid-template-columns: 1fr; }
}
