/*
Theme Name: Voxtur Capital Advisors
Theme URI: https://voxcap.in
Author: Voxtur
Author URI: https://voxcap.in
Description: Premium capital-advisory theme for Voxtur Capital Advisors. Four fully-editable pages (Home, About, Services, Industries), editable header/footer, theme options in the Customizer, per-page section editing in the admin, and one-click compatibility with Elementor, Contact Form 7 and Yoast SEO.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: voxtur
Tags: business, finance, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-width-template
*/

/* ============================================================
   1. Tokens
   ============================================================ */
:root {
  --vx-navy: #0B132B;
  --vx-band: #0F172A;
  --vx-gold: #E0A33E;
  --vx-page: #F8FAFC;
  --vx-ink: #0F172A;
  --vx-muted: #475569;
  --vx-muted-invert: #CBD5E1;
  --vx-line: #E2E8F0;
  --vx-white: #FFFFFF;
  --vx-heading: "Lora", Georgia, serif;
  --vx-body: "DM Sans", -apple-system, sans-serif;
  --vx-container: 1180px;
  --vx-shadow: 0 10px 30px rgba(11, 19, 43, 0.08);
}

/* ============================================================
   2. Base
   ============================================================ */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--vx-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--vx-ink);
  background: var(--vx-page);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--vx-heading); font-weight: 600; line-height: 1.15; margin: 0 0 0.5em; letter-spacing: -0.01em; }
p { margin: 0 0 1em; }

.vx-container { max-width: var(--vx-container); margin: 0 auto; padding: 0 24px; }
.vx-section { padding: 72px 0; }
.vx-section--dark { background: var(--vx-navy); color: var(--vx-white); }
.vx-section--band { background: var(--vx-band); color: var(--vx-white); }
.vx-section--page { background: var(--vx-page); }

.vx-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--vx-gold); margin-bottom: 18px;
}
.vx-eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--vx-gold); }

.vx-title { font-size: clamp(30px, 4vw, 44px); }
.vx-lead { font-size: 17px; color: var(--vx-muted); max-width: 560px; }
.vx-section--dark .vx-lead, .vx-section--band .vx-lead { color: var(--vx-muted-invert); }

.vx-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--vx-gold); color: #1a1205; border: 0; cursor: pointer;
  font-family: var(--vx-body); font-weight: 700; font-size: 14px; letter-spacing: 0.04em;
  padding: 14px 28px; border-radius: 6px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}
.vx-btn:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(224, 163, 62, 0.35); }
.vx-btn--ghost { background: transparent; color: var(--vx-white); border: 1px solid rgba(255,255,255,0.4); }
.vx-btn--ghost:hover { border-color: var(--vx-gold); color: var(--vx-gold); box-shadow: none; }

.vx-icon { width: 26px; height: 26px; stroke: currentColor; stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.vx-icon--gold { color: var(--vx-gold); }
.vx-icon--lg { width: 34px; height: 34px; }

/* ============================================================
   3. Header
   ============================================================ */
.vx-header { background: var(--vx-navy); color: var(--vx-white); position: sticky; top: 0; z-index: 50; }
.vx-header__bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 0; }
.vx-brand { display: flex; align-items: center; gap: 14px; }
.vx-brand__mark { width: 44px; height: 44px; flex: none; }
.vx-brand__name { font-family: var(--vx-heading); font-size: 24px; letter-spacing: 0.3em; line-height: 1; }
.vx-brand__sub { font-size: 11px; letter-spacing: 0.32em; color: var(--vx-muted-invert); margin-top: 4px; }
.vx-brand__tag { font-size: 9px; letter-spacing: 0.28em; color: var(--vx-gold); margin-top: 5px; }
.vx-nav ul { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; }
.vx-nav a { font-size: 14px; font-weight: 500; color: var(--vx-muted-invert); transition: color 0.15s ease; }
.vx-nav a:hover, .vx-nav .current-menu-item > a, .vx-nav .current_page_item > a { color: var(--vx-gold); }
.vx-header__cta { display: inline-flex; }
.vx-nav-toggle { display: none; background: none; border: 1px solid rgba(255,255,255,0.3); color: var(--vx-white); border-radius: 6px; padding: 8px 12px; cursor: pointer; font-size: 16px; }

/* ============================================================
   4. Hero
   ============================================================ */
.vx-hero { background: var(--vx-navy); color: var(--vx-white); overflow: hidden; }
.vx-hero--split .vx-container { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px; align-items: center; padding-top: 72px; padding-bottom: 72px; }
.vx-hero__lines { font-size: clamp(38px, 5.4vw, 62px); }
.vx-hero__line { display: block; color: var(--vx-white); }
.vx-hero__line--accent { color: var(--vx-gold); }
.vx-hero__subtitle { font-family: var(--vx-heading); font-size: 20px; color: var(--vx-white); margin-top: 18px; }
.vx-hero__body { color: var(--vx-muted-invert); max-width: 520px; margin-top: 12px; }
.vx-hero__media { position: relative; min-height: 320px; border-radius: 10px; overflow: hidden; box-shadow: var(--vx-shadow); }
.vx-hero__media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.vx-hero__sidenote {
  position: absolute; right: 24px; top: 50%; transform: translateY(-50%);
  max-width: 180px; font-size: 12px; font-weight: 700; letter-spacing: 0.18em; line-height: 1.9;
  color: var(--vx-white); border-right: 2px solid var(--vx-gold); padding-right: 16px; text-transform: uppercase;
}
.vx-hero--banner { position: relative; }
.vx-hero--banner__bg { position: absolute; inset: 0; }
.vx-hero--banner__bg img { width: 100%; height: 100%; object-fit: cover; }
.vx-hero--banner__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(11,19,43,0.78), rgba(15,23,42,0.88)); }
.vx-hero--banner .vx-container { position: relative; padding-top: 110px; padding-bottom: 110px; }
.vx-hero--banner .vx-hero__body { max-width: 640px; }

/* ============================================================
   5. Services grid
   ============================================================ */
.vx-grid-head { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: end; margin-bottom: 40px; }
.vx-services { display: grid; gap: 20px; }
.vx-services--4 { grid-template-columns: repeat(4, 1fr); }
.vx-services--3 { grid-template-columns: repeat(3, 1fr); }
.vx-service {
  background: var(--vx-white); border: 1px solid var(--vx-line); border-radius: 10px;
  padding: 26px 22px; transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.vx-service:hover { transform: translateY(-4px); box-shadow: var(--vx-shadow); }
.vx-service__head { display: flex; align-items: center; justify-content: space-between; color: var(--vx-gold); margin-bottom: 14px; }
.vx-service__num { font-family: var(--vx-heading); font-size: 24px; color: var(--vx-gold); }
.vx-service h3 { font-size: 18px; color: var(--vx-ink); margin-bottom: 10px; }
.vx-service__tags { display: flex; flex-wrap: wrap; gap: 6px 0; font-size: 12.5px; color: var(--vx-muted); }
.vx-service__tags span:not(:last-child)::after { content: "|"; margin: 0 8px; color: var(--vx-line); }

/* ============================================================
   6. Feature band (dark, why-us) / process
   ============================================================ */
.vx-band { display: grid; grid-template-columns: 1fr 1.4fr; gap: 56px; align-items: center; }
.vx-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.vx-feature { text-align: center; padding: 0 8px; }
.vx-feature .vx-icon { margin: 0 auto 14px; }
.vx-feature h3 { font-size: 16px; margin-bottom: 8px; }
.vx-feature p { font-size: 13.5px; color: var(--vx-muted-invert); margin: 0; }
.vx-band--features { border-top: 1px solid rgba(255,255,255,0.12); }

.vx-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.vx-step__top { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.vx-step__num {
  width: 44px; height: 44px; border-radius: 50%; background: var(--vx-gold); color: #1a1205;
  display: flex; align-items: center; justify-content: center; font-family: var(--vx-heading); font-weight: 700; font-size: 17px; flex: none;
}
.vx-step h3 { font-size: 17px; }
.vx-step p { font-size: 13.5px; color: var(--vx-muted-invert); margin: 0; }

/* ============================================================
   7. Icon strip / values
   ============================================================ */
.vx-strip { display: grid; grid-template-columns: repeat(8, 1fr); }
.vx-strip__item { text-align: center; padding: 12px 10px; border-left: 1px solid var(--vx-line); }
.vx-strip__item:first-child { border-left: 0; }
.vx-strip__item .vx-icon { margin: 0 auto 10px; }
.vx-strip__label { font-size: 12.5px; font-weight: 600; line-height: 1.4; }

.vx-values { display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; text-align: center; }
.vx-value .vx-icon { margin: 0 auto 14px; }
.vx-value h3 { font-size: 17px; }
.vx-value p { font-size: 13.5px; color: var(--vx-muted); margin: 0; }

/* ============================================================
   8. Founder
   ============================================================ */
.vx-founder { display: grid; grid-template-columns: 300px 1.2fr 1fr; gap: 48px; align-items: center; }
.vx-founder__photo { border-radius: 10px; overflow: hidden; box-shadow: var(--vx-shadow); }
.vx-founder__photo img { width: 100%; height: 380px; object-fit: cover; }
.vx-founder__name { font-family: var(--vx-heading); font-size: 24px; margin: 18px 0 2px; }
.vx-founder__role { color: var(--vx-gold); font-weight: 600; font-size: 14px; margin-bottom: 18px; }
.vx-founder__quote { font-style: italic; color: var(--vx-muted-invert); border-left: 2px solid var(--vx-gold); padding-left: 16px; }
.vx-highlights { display: grid; gap: 20px; }
.vx-highlight { display: flex; gap: 16px; align-items: flex-start; }
.vx-highlight h3 { font-size: 16px; margin-bottom: 4px; }
.vx-highlight p { font-size: 13px; color: var(--vx-muted-invert); margin: 0; }

/* ============================================================
   9. Story / values page
   ============================================================ */
.vx-story { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; }
.vx-story__paras p { color: var(--vx-muted); }
.vx-story__aside { border-left: 2px solid var(--vx-gold); padding-left: 40px; display: grid; gap: 28px; align-content: start; }
.vx-story__aside .vx-highlight h3 { font-size: 18px; color: var(--vx-band); }
.vx-story__aside .vx-highlight p { color: var(--vx-muted); font-size: 14px; }

/* ============================================================
   10. Sectors grid
   ============================================================ */
.vx-sectors { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.vx-sector { background: var(--vx-white); border: 1px solid var(--vx-line); border-radius: 10px; overflow: hidden; transition: transform 0.15s ease, box-shadow 0.15s ease; }
.vx-sector:hover { transform: translateY(-4px); box-shadow: var(--vx-shadow); }
.vx-sector__media { position: relative; height: 150px; }
.vx-sector__media img { width: 100%; height: 100%; object-fit: cover; }
.vx-sector__badge {
  position: absolute; left: 16px; bottom: -20px; width: 44px; height: 44px; border-radius: 50%;
  background: var(--vx-white); border: 1px solid var(--vx-line); display: flex; align-items: center; justify-content: center; color: var(--vx-gold);
}
.vx-sector__body { padding: 30px 18px 20px; }
.vx-sector__body h3 { font-size: 16px; color: var(--vx-band); }
.vx-sector__body p { font-size: 12.5px; color: var(--vx-muted); margin: 0; }

/* ============================================================
   11. CTA band
   ============================================================ */
/* CTA band — light sky treatment: the photo sits behind a bright wash, dark text on top,
   contrasting the navy footer below. */
.vx-cta { position: relative; overflow: hidden; background: #E6EFF9; color: var(--vx-navy); border-top: 1px solid rgba(11, 19, 43, 0.1); }
.vx-cta__bg { position: absolute; inset: 0; }
.vx-cta__bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.2; }
.vx-cta__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.92), rgba(219, 233, 248, 0.78));
}
.vx-cta .vx-container { position: relative; display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: center; padding-top: 88px; padding-bottom: 88px; }
.vx-cta__lines { font-size: clamp(32px, 4.4vw, 52px); }
.vx-cta__line { display: block; }
.vx-cta__line--accent { color: var(--vx-gold); }
.vx-cta__body { color: var(--vx-muted); margin-top: 14px; }
.vx-cta__contacts { display: grid; gap: 16px; justify-items: start; }
.vx-cta__contact { display: flex; align-items: center; gap: 14px; font-size: 15px; }
.vx-cta .vx-btn { background: var(--vx-navy); color: var(--vx-white); }
.vx-cta .vx-btn:hover { box-shadow: 0 10px 28px rgba(11, 19, 43, 0.3); }
.vx-cta__socials { display: flex; gap: 14px; margin-top: 8px; }
.vx-cta__socials a { display: flex; width: 40px; height: 40px; border: 1px solid rgba(11, 19, 43, 0.25); border-radius: 8px; align-items: center; justify-content: center; transition: border-color 0.15s ease, color 0.15s ease; }
.vx-cta__socials a:hover { border-color: var(--vx-gold); color: var(--vx-gold); }

/* ============================================================
   12. Contact
   ============================================================ */
.vx-contact { display: grid; grid-template-columns: 1fr 1.2fr; gap: 56px; align-items: start; }
.vx-form { background: var(--vx-white); border: 1px solid var(--vx-line); border-radius: 12px; padding: 32px; display: grid; gap: 16px; }
.vx-form label { font-size: 13px; font-weight: 600; display: block; margin-bottom: 6px; }
.vx-form input, .vx-form textarea {
  width: 100%; font-family: var(--vx-body); font-size: 14px; padding: 12px 14px;
  border: 1px solid var(--vx-line); border-radius: 8px; background: var(--vx-page); color: var(--vx-ink);
}
.vx-form input:focus, .vx-form textarea:focus { outline: 2px solid var(--vx-gold); outline-offset: 1px; border-color: transparent; }
.vx-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.vx-form__sent { background: #ECFDF5; border: 1px solid #10B981; color: #065F46; border-radius: 8px; padding: 12px 16px; font-size: 14px; }

/* ============================================================
   13. Footer
   ============================================================ */
.vx-footer { background: var(--vx-navy); color: var(--vx-white); }
.vx-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding: 56px 0 40px; }
.vx-footer__blurb { color: var(--vx-muted-invert); font-size: 14px; max-width: 320px; }
.vx-footer h4 { font-family: var(--vx-body); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--vx-gold); margin-bottom: 16px; }
.vx-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.vx-footer a { color: var(--vx-muted-invert); font-size: 14px; transition: color 0.15s ease; }
.vx-footer a:hover { color: var(--vx-gold); }
.vx-footer__contact { display: flex; gap: 12px; align-items: center; font-size: 14px; color: var(--vx-muted-invert); }
.vx-footer__bottom { border-top: 1px solid rgba(255,255,255,0.12); padding: 20px 0; font-size: 13px; color: var(--vx-muted-invert); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

/* ============================================================
   14. Responsive
   ============================================================ */
@media (max-width: 1024px) {
  .vx-services--4, .vx-sectors, .vx-steps, .vx-features { grid-template-columns: repeat(2, 1fr); }
  .vx-values { grid-template-columns: repeat(3, 1fr); }
  .vx-strip { grid-template-columns: repeat(4, 1fr); }
  .vx-strip__item:nth-child(5) { border-left: 0; }
  .vx-founder { grid-template-columns: 260px 1fr; }
  .vx-founder__highlights { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .vx-hero--split .vx-container, .vx-band, .vx-story, .vx-cta .vx-container, .vx-contact { grid-template-columns: 1fr; }
  .vx-grid-head { grid-template-columns: 1fr; }
  .vx-services--3, .vx-services--4, .vx-sectors, .vx-steps, .vx-features { grid-template-columns: 1fr; }
  .vx-values { grid-template-columns: repeat(2, 1fr); }
  .vx-strip { grid-template-columns: repeat(2, 1fr); }
  .vx-strip__item:nth-child(2n+1) { border-left: 0; }
  .vx-founder { grid-template-columns: 1fr; }
  .vx-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--vx-band); padding: 20px 24px; }
  .vx-nav.is-open { display: block; }
  .vx-nav ul { flex-direction: column; gap: 16px; }
  .vx-nav-toggle { display: block; }
  .vx-header__cta { display: none; }
  .vx-hero__sidenote { display: none; }
}
