:root {
  --navy: #1a2744;
  --navy-light: #223060;
  --orange: #e87722;
  --orange-light: #f4924a;
  --cream: #f0f2f5;
  --text-dark: #1a2744;
  --text-mid: #4a5568;
  --text-light: #718096;
  --white: #fff;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--text-dark); background: var(--cream); overflow-x: hidden; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(26,39,68,0.97); backdrop-filter: blur(12px);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; height: 70px; transition: box-shadow 0.3s;
}
nav.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.3); }
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
#main-logo img { height: 3.4em; }
.nav-logo-icon {
  width: 42px; height: 42px; background: var(--orange); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 18px; color: #fff;
}
.nav-logo-text { line-height: 1.15; }
.nav-logo-text .t1 { display: block; font-family: 'Playfair Display', serif; font-size: 14px; color: #fff; font-weight: 700; }
.nav-logo-text .t2 { display: block; font-size: 10px; color: var(--orange); letter-spacing: 2px; text-transform: uppercase; }
.nav-links { display: flex; gap: 26px; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 1.2em; font-weight: 500; transition: color 0.2s; white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { color: var(--orange); }
.nav-cta {
  background: var(--orange); color: #fff; padding: 10px 22px;
  border-radius: 6px; text-decoration: none; font-size: 14px; font-weight: 600;
  transition: background 0.2s, transform 0.2s; white-space: nowrap;
}
.nav-cta:hover { background: var(--orange-light); transform: translateY(-1px); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { width: 24px; height: 2px; background: #fff; border-radius: 2px; }

/* ── HERO ── */
#hero {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 60%, #2a3d7a 100%);
  position: relative; overflow: hidden; display: flex; align-items: center;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url("images/ekvp-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  /*background-image:
	radial-gradient(circle at 20% 80%, rgba(232,119,34,0.12) 0%, transparent 50%),
	radial-gradient(circle at 80% 20%, rgba(232,119,34,0.08) 0%, transparent 50%);*/
}
.hero-grid {
  position: absolute; inset: 0; opacity: 0.04;
  background-image: linear-gradient(var(--orange) 1px, transparent 1px), linear-gradient(90deg, var(--orange) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero-deco {
  position: absolute; right: -60px; bottom: 30%;
  font-size: 280px; color: rgba(255,255,255,0.03); transform: rotate(-15deg);
}
.hero-content {
  position: relative; z-index: 2;
  padding: 120px 5% 80px; max-width: 1200px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(232,119,34,0.65); border: 1px solid rgba(232,119,34,0.3);
  color: var(--white); padding: 6px 14px; border-radius: 20px;
  font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 24px;
}
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: #fff; line-height: 1.15; margin-bottom: 24px;
}
.hero-title em { color: var(--orange); font-style: normal; }
.hero-desc { color: rgba(255,255,255,0.7); font-size: 16px; line-height: 1.8; margin-bottom: 36px; max-width: 480px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-primary {
  background: var(--orange); color: #fff; padding: 14px 28px;
  border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 15px;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all 0.3s; border: none; cursor: pointer;
}
.btn-primary:hover { background: var(--orange-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(232,119,34,0.4); }
.btn-outline {
  background: transparent; color: #fff; padding: 14px 28px;
  border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 15px;
  border: 1.5px solid rgba(255,255,255,0.3);
  display: inline-flex; align-items: center; gap: 8px; transition: all 0.3s; cursor: pointer;
}
.btn-outline:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.6); }
.hero-stats {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 1px;
  margin-top: 48px; background: rgba(255,255,255,0.1); border-radius: 12px; overflow: hidden;
}
.stat { background: rgba(0,0,0,0.5); padding: 20px 16px; text-align: center; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 2rem; color: var(--orange); font-weight: 700; }
.stat-lbl { font-size: 11px; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }
/* Floating card */
.hero-card {
  background: rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px; padding: 36px; backdrop-filter: blur(20px);
  animation: floatCard 4s ease-in-out infinite;
}
@keyframes floatCard { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
.hcard-title { font-family: 'Playfair Display', serif; color: #fff; font-size: 1.1rem; margin-bottom: 20px; }
.qs {
  display: flex; align-items: center; gap: 14px;
  padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.qs:last-child { border-bottom: none; }
.qs.focal { background: rgba(232,119,34,0.09); border-radius: 10px; padding: 12px 10px; margin: 3px -10px; }
.qs-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(232,119,34,0.15);
  display: flex; align-items: center; justify-content: center;
  color: var(--orange); font-size: 16px; flex-shrink: 0;
}
.qs-icon.hi { background: rgba(232,119,34,0.3); }
.qs-info { flex: 1; }
.qs-info strong { display: block; color: #fff; font-size: 14px; }
.qs-info span { font-size: 12px; color: rgba(255,255,255,0.45); }
.qs-arrow { color: rgba(255,255,255,0.3); font-size: 12px; }
.feat-pill {
  display: inline-block; background: var(--orange); color: #fff;
  font-size: 9px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase;
  padding: 2px 6px; border-radius: 8px; margin-left: 6px; vertical-align: middle;
}

/* ── SHARED SECTION STYLES ── */
section { padding: 90px 5%; }
.si { max-width: 1200px; margin: 0 auto; } /* section inner */
.sec-label {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--orange); font-size: 12px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px;
}
.sec-label::before { content:''; width: 24px; height: 2px; background: var(--orange); }
.sec-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--navy); line-height: 1.2; margin-bottom: 16px;
}
.sec-desc { color: var(--text-mid); font-size: 16px; line-height: 1.8; max-width: 600px; }
.sec-hdr { margin-bottom: 56px; }
.sec-hdr.center { text-align: center; }
.sec-hdr.center .sec-label { justify-content: center; }
.sec-hdr.center .sec-desc { margin: 0 auto; }

/* ── SERVICES ── */
#services { background: #fff; }
/* Featured 2-col strip */
.svc-featured { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 28px; }
/* Regular grid */
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
/* Base card */
.svc-card {
  border: 1.5px solid #eaecf0; border-radius: 16px; padding: 32px;
  position: relative; overflow: hidden; transition: all 0.3s;
}
.svc-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  opacity: 0; transition: opacity 0.3s;
}
.svc-card:hover { border-color: var(--navy); transform: translateY(-4px); box-shadow: 0 20px 40px rgba(26,39,68,0.15); }
.svc-card:hover::before { opacity: 1; }
.svc-card > * { position: relative; z-index: 1; }
/* Focal card overrides */
.svc-card.focal {
  border: 2px solid var(--orange);
  background: linear-gradient(135deg, #fff9f4 0%, #fff 70%);
}
.svc-card.focal::after {
  content: 'Featured Service';
  position: absolute; top: 16px; right: 16px; z-index: 2;
  background: var(--orange); color: #fff;
  font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  padding: 4px 10px; border-radius: 20px;
}
.svc-card.focal:hover::before { opacity: 1; }
.svc-icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: rgba(232,119,34,0.1); color: var(--orange);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 20px; transition: background 0.3s;
}
.svc-card h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 10px; transition: color 0.3s; }
.svc-card p { font-size: 14px; color: var(--text-mid); line-height: 1.7; transition: color 0.3s; }
.svc-card ul { margin: 14px 0 0 18px; }
.svc-card ul li { font-size: 13px; color: var(--text-mid); line-height: 2.1; transition: color 0.3s; }
.svc-card:hover h3 { color: #fff; }
.svc-card:hover p, .svc-card:hover ul li { color: rgba(255,255,255,0.7); }
.svc-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--orange); font-size: 13px; font-weight: 600;
  margin-top: 20px; text-decoration: none; transition: gap 0.2s;
}
.svc-card:hover .svc-link { color: #ffa860; }
.svc-link:hover { gap: 10px; }

/* ── WHY US ── */
#why { background: var(--cream); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.why-visual {
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  border-radius: 24px; padding: 48px; position: relative; overflow: hidden;
}
.why-visual::after {
  content: ''; position: absolute; right: -40px; bottom: -40px;
  width: 180px; height: 180px; background: rgba(232,119,34,0.12); border-radius: 50%;
}
.why-row {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.why-row:last-child { border-bottom: none; }
.why-num { font-family: 'Playfair Display', serif; font-size: 2rem; color: var(--orange); font-weight: 700; line-height: 1; width: 44px; flex-shrink: 0; }
.why-row h4 { color: #fff; font-size: 15px; margin-bottom: 4px; }
.why-row p { color: rgba(255,255,255,0.55); font-size: 13px; line-height: 1.6; }
.why-feats { display: flex; flex-direction: column; gap: 28px; }
.why-feat { display: flex; align-items: flex-start; gap: 16px; }
.why-feat-icon {
  width: 48px; height: 48px; background: #fff; border-radius: 12px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--orange); font-size: 18px; box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.why-feat h4 { font-size: 15px; font-weight: 600; margin-bottom: 6px; }
.why-feat p { font-size: 13px; color: var(--text-mid); line-height: 1.6; }

/* ── PROCESS ── */
#process { background: #fff; }
.proc-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; position: relative; }
.proc-steps::before {
  content: ''; position: absolute; top: 36px; left: 10%; right: 10%; height: 2px;
  background: linear-gradient(90deg, var(--orange), transparent); z-index: 0;
}
.proc-step { text-align: center; position: relative; z-index: 1; }
.proc-num {
  width: 72px; height: 72px; border-radius: 50%;
  background: var(--navy); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700;
  margin: 0 auto 20px; box-shadow: 0 0 0 6px rgba(26,39,68,0.08); transition: all 0.3s;
}
.proc-step:hover .proc-num { background: var(--orange); transform: scale(1.1); }
.proc-step h4 { font-size: 15px; font-weight: 600; margin-bottom: 8px; }
.proc-step p { font-size: 13px; color: var(--text-mid); line-height: 1.6; }

/* ── PAYMENT ── */
#payment { background: var(--cream); }
.pay-methods { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; margin-bottom: 48px; }
.pay-card {
  background: #fff; border: 1.5px solid #eaecf0; border-radius: 16px;
  padding: 32px; transition: all 0.3s;
}
.pay-card:hover { border-color: var(--orange); box-shadow: 0 8px 28px rgba(232,119,34,0.1); transform: translateY(-3px); }
.pay-card-hdr { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.pay-card-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--navy); display: flex; align-items: center; justify-content: center;
  color: var(--orange); font-size: 20px; flex-shrink: 0;
}
.pay-card h3 { font-size: 1rem; font-weight: 700; color: var(--navy); }
.pay-card p { font-size: 13.5px; color: var(--text-mid); line-height: 1.7; margin-bottom: 16px; }
.pay-steps { list-style: none; }
.pay-steps li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 13px; color: var(--text-mid); padding: 7px 0;
  border-bottom: 1px solid #f0f2f5;
}
.pay-steps li:last-child { border-bottom: none; }
.pay-steps li i { color: var(--orange); margin-top: 2px; width: 16px; flex-shrink: 0; }
/* Fee table */
.fee-hdr { font-family: 'Playfair Display', serif; font-size: 1.35rem; color: var(--navy); margin-bottom: 20px; }
.fee-wrap { border: 1.5px solid #eaecf0; border-radius: 16px; overflow: hidden; }
.fee-tbl { width: 100%; border-collapse: collapse; }
.fee-tbl th {
  background: var(--navy); color: #fff; padding: 14px 20px;
  font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; text-align: left;
}
.fee-tbl td { padding: 13px 20px; font-size: 14px; color: var(--text-dark); border-bottom: 1px solid #f0f2f5; }
.fee-tbl tr:last-child td { border-bottom: none; }
.fee-tbl tr:nth-child(even) td { background: #fafbfc; }
.fee-tbl tr:hover td { background: #fff8f2; }
.ftag { display: inline-block; font-size: 10px; font-weight: 700; padding: 2px 7px; border-radius: 8px; margin-left: 6px; }
.ftag.ours { background: rgba(34,197,94,0.12); color: #16a34a; }
.ftag.govt { background: rgba(26,39,68,0.08); color: var(--navy); }
.fee-note {
  background: rgba(232,119,34,0.07); border: 1px solid rgba(232,119,34,0.2);
  border-radius: 12px; padding: 20px 24px; margin-top: 28px;
  display: flex; align-items: flex-start; gap: 14px;
  font-size: 13.5px; color: var(--text-mid); line-height: 1.7;
}
.fee-note i { color: var(--orange); font-size: 20px; flex-shrink: 0; margin-top: 2px; }
.fee-note strong { display: block; color: var(--navy); margin-bottom: 4px; }

/* ── ENQUIRY ── */
#enquiry { background: #fff; }
.enq-wrap { display: grid; grid-template-columns: 1fr 1.6fr; gap: 60px; align-items: start; }
.ci { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 28px; }
.ci-icon {
  width: 44px; height: 44px; background: var(--navy); border-radius: 10px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; color: var(--orange); font-size: 16px;
}
.ci h4 { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-light); margin-bottom: 4px; }
.ci p, .ci a { font-size: 15px; color: var(--navy); text-decoration: none; font-weight: 500; display: block; }
.ci a:hover { color: var(--orange); }
.form-card { background: var(--cream); border-radius: 20px; padding: 48px; }
.form-ttl { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: var(--navy); margin-bottom: 6px; }
.form-sub { font-size: 14px; color: var(--text-mid); margin-bottom: 32px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fg { margin-bottom: 20px; }
.fg label { display: block; font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 8px; }
.fg input, .fg select, .fg textarea {
  width: 100%; padding: 13px 16px;
  border: 1.5px solid #666; border-radius: 10px;
  font-family: 'DM Sans', sans-serif; font-size: 14px; color: var(--navy);
  background: #fff; transition: all 0.2s; outline: none;
}
.fg input:focus, .fg select:focus, .fg textarea:focus {
  border-color: var(--orange); box-shadow: 0 0 0 4px rgba(232,119,34,0.08);
}
.fg textarea { resize: vertical; min-height: 110px; }
.form-btn {
  width: 100%; padding: 16px; background: var(--navy);
  color: #fff; border: none; border-radius: 10px;
  font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 600;
  cursor: pointer; transition: all 0.3s;
  display: flex; align-items: center; justify-content: center; gap: 10px;
}
.form-btn:hover { background: var(--orange); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(232,119,34,0.3); }
.form-ok { display: none; text-align: center; padding: 40px 20px; }
.form-ok i { font-size: 48px; color: #22c55e; margin-bottom: 16px; display: block; }
.form-ok h3 { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: var(--navy); margin-bottom: 8px; }
.form-ok p { color: var(--text-mid); font-size: 14px; }

/* ── FOOTER ── */
footer { background: var(--navy); color: rgba(255,255,255,0.6); }
.ft-top {
  padding: 64px 5% 48px;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px;
}
.ft-brand p { font-size: 14px; line-height: 1.8; margin: 16px 0 24px; max-width: 280px; }
.ft-social { display: flex; gap: 12px; }
.soc-btn {
  width: 38px; height: 38px; background: rgba(255,255,255,0.07);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.5); text-decoration: none; font-size: 15px; transition: all 0.2s;
}
.soc-btn:hover { background: var(--orange); color: #fff; }
.ft-col h5 { color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 20px; }
.ft-col ul { list-style: none; }
.ft-col ul li { margin-bottom: 12px; }
.ft-col ul li a { color: rgba(255,255,255,0.55); text-decoration: none; font-size: 14px; transition: color 0.2s; }
.ft-col ul li a:hover { color: var(--orange); }
.ft-btm {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 5%; display: flex; justify-content: space-between; align-items: center; font-size: 13px;
}
.ft-btm a { color: var(--orange); text-decoration: none; }

/* ── MOBILE MENU ── */
.mob-menu {
  display: none; position: fixed; inset: 0; background: var(--navy); z-index: 999;
  flex-direction: column; align-items: center; justify-content: center; gap: 28px;
}
.mob-menu.open { display: flex; }
.mob-menu a { color: #fff; text-decoration: none; font-size: 1.3rem; font-weight: 600; }
.mob-menu a:hover { color: var(--orange); }
.mob-close { position: absolute; top: 24px; right: 5%; font-size: 28px; color: #fff; cursor: pointer; }

/* ── ANIMATIONS ── */
.fi { opacity: 0; transform: translateY(30px); transition: opacity 0.7s, transform 0.7s; }
.fi.visible { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: 0.1s; }
.d2 { transition-delay: 0.2s; }
.d3 { transition-delay: 0.3s; }
.d4 { transition-delay: 0.4s; }

/* ── TOAST ── */
.toast {
  position: fixed; bottom: 24px; right: 24px;
  background: var(--navy); color: #fff; padding: 14px 22px;
  border-radius: 10px; font-size: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  transform: translateY(80px); opacity: 0; transition: all 0.4s; z-index: 9999;
  display: flex; align-items: center; gap: 10px;
}
.toast.show { transform: translateY(0); opacity: 1; }
.toast i { color: var(--orange); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .hero-content { grid-template-columns: 1fr; }
  .hero-card { display: none; }
  .svc-featured { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .proc-steps { grid-template-columns: 1fr 1fr; }
  .proc-steps::before { display: none; }
  .pay-methods { grid-template-columns: 1fr; }
  .enq-wrap { grid-template-columns: 1fr; }
  .ft-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  section { padding: 70px 5%; }
  .ft-top { grid-template-columns: 1fr; }
  .proc-steps { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: 1fr; }
  .ft-btm { flex-direction: column; gap: 8px; text-align: center; }
}