/* =====================================================================
   JC Global Consult — custom layer on top of the eNexus template
   Adds: custom hero, gradient icon circles, pillar cards, process steps,
   value cards, branded page banners, and modern-minimal polish.
   Palette: indigo #4f46e5 · emerald #10b981 · deep indigo #1e1b4b
   ===================================================================== */

:root {
  --jc-indigo: #4f46e5;
  --jc-indigo-dark: #1e1b4b;
  --jc-emerald: #10b981;
  --jc-emerald-dark: #059669;
  --jc-grad: linear-gradient(120deg, #4f46e5 0%, #10b981 100%);
  --jc-ink: #1e1b4b;
  --jc-muted: #6b6f8d;
}

/* ---------- Base polish ---------- */
html { scroll-behavior: smooth; }
body { color: #4a4d68; }
::selection { background: #4f46e5; color: #fff; }

.playfair-display-font { font-family: "Playfair Display", serif; }
.text-gradient {
  background: var(--jc-grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* Logo sizing (SVG lockups) */
.logo img, #logo-image { height: 48px; width: auto; }
.footer-widget > img[src*="logo"], .side-panel-logo img { height: 46px; width: auto; }

/* Buttons – a touch more refined */
.cs-btn-one { border-radius: 6px; font-weight: 700; letter-spacing: .2px; }
.cs-btn-one.btn-round { border-radius: 50px; }
.cs-btn-one.btn-gradient-color { box-shadow: 0 10px 24px -12px rgba(79,70,229,.6); }
.cs-btn-one.btn-gradient-color:hover { box-shadow: 0 14px 30px -12px rgba(16,185,129,.55); transform: translateY(-2px); transition: all .3s ease; }

/* ============================================================
   HERO (replaces the Revolution Slider)
   ============================================================ */
.jc-hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}
.jc-hero::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(115deg, rgba(30,27,75,.95) 0%, rgba(49,46,129,.86) 42%, rgba(16,185,129,.62) 100%);
  z-index: 1;
}
.jc-hero .container { position: relative; z-index: 2; }
.jc-hero-inner { max-width: 760px; padding: 130px 0 90px; }
.jc-hero h1 {
  color: #fff;
  font-size: 62px; line-height: 1.06; font-weight: 900;
  margin: 18px 0 22px; letter-spacing: -.5px;
}
.jc-hero h1 em { font-style: italic; font-weight: 700; color: #6ee7b7; }
.jc-hero p.lead-hero { font-size: 19px; line-height: 1.7; color: rgba(255,255,255,.9); max-width: 620px; margin-bottom: 34px; }
.jc-hero .hero-actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }

.jc-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.24);
  backdrop-filter: blur(4px);
  color: #fff; font-size: 12.5px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 8px 16px; border-radius: 50px;
}
.jc-eyebrow i { color: #6ee7b7; }

/* Hero stat strip */
.jc-hero-stats { display: flex; flex-wrap: wrap; gap: 44px; margin-top: 54px; }
.jc-hero-stats .st h3 { color: #fff; font-size: 38px; font-weight: 800; margin: 0; }
.jc-hero-stats .st span { color: rgba(255,255,255,.72); font-size: 13.5px; letter-spacing: .4px; }
.jc-hero-stats .st h3 em { color: #6ee7b7; font-style: normal; }

@media (max-width: 767px) {
  .jc-hero h1 { font-size: 40px; }
  .jc-hero-inner { padding: 120px 0 70px; }
  .jc-hero-stats { gap: 28px; }
  .jc-hero-stats .st h3 { font-size: 30px; }
}

/* ============================================================
   Section eyebrow / titles
   ============================================================ */
.text-under-line { position: relative; display: inline-block; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; font-size: 13px; }
.section-lead { font-size: 17px; line-height: 1.8; color: var(--jc-muted); }

/* ============================================================
   Gradient icon circle (pillar cards, feature rows)
   ============================================================ */
.jc-icon {
  width: 74px; height: 74px; border-radius: 20px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--jc-grad);
  color: #fff; font-size: 32px;
  box-shadow: 0 16px 30px -14px rgba(79,70,229,.6);
}
.jc-icon.round { border-radius: 50%; }
.jc-icon.sm { width: 56px; height: 56px; font-size: 24px; border-radius: 16px; }

/* ============================================================
   Pillar cards (the four service pillars)
   ============================================================ */
.jc-pillar {
  position: relative;
  background: #fff;
  border: 1px solid #ecedf5;
  border-radius: 18px;
  padding: 40px 32px 34px;
  height: 100%;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  overflow: hidden;
}
.jc-pillar::before {
  content: ""; position: absolute; left: 0; top: 0; height: 4px; width: 100%;
  background: var(--jc-grad); transform: scaleX(0); transform-origin: left; transition: transform .4s ease;
}
.jc-pillar:hover { transform: translateY(-8px); box-shadow: 0 30px 60px -30px rgba(30,27,75,.35); border-color: transparent; }
.jc-pillar:hover::before { transform: scaleX(1); }
.jc-pillar .num { position: absolute; right: 26px; top: 24px; font-size: 46px; font-weight: 800; color: #f0f1f8; line-height: 1; }
.jc-pillar h4 { margin: 24px 0 12px; font-size: 21px; }
.jc-pillar h4 a { color: var(--jc-ink); }
.jc-pillar h4 a:hover { color: var(--jc-indigo); }
.jc-pillar p { color: var(--jc-muted); margin-bottom: 20px; }
.jc-pillar .tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.jc-pillar .tags span { font-size: 11.5px; font-weight: 600; color: var(--jc-indigo); background: #eef0ff; padding: 5px 11px; border-radius: 50px; }
.jc-pillar .more { font-weight: 700; font-size: 14px; color: var(--jc-ink); display: inline-flex; align-items: center; gap: 7px; }
.jc-pillar .more i { transition: transform .3s ease; }
.jc-pillar:hover .more { color: var(--jc-indigo); }
.jc-pillar:hover .more i { transform: translateX(5px); }

/* ============================================================
   Process / journey steps
   ============================================================ */
.jc-step { position: relative; padding: 34px 26px; background: #fff; border-radius: 16px; height: 100%; border: 1px solid #edeef6; }
.jc-step .step-no {
  width: 52px; height: 52px; border-radius: 14px; background: var(--jc-indigo-dark); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 18px; margin-bottom: 20px;
}
.jc-step h5 { font-size: 18px; margin-bottom: 10px; color: var(--jc-ink); }
.jc-step p { color: var(--jc-muted); margin: 0; font-size: 14.5px; }
.jc-step.alt { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.12); }
.jc-step.alt h5 { color: #fff; }
.jc-step.alt p { color: rgba(255,255,255,.72); }
.jc-step.alt .step-no { background: var(--jc-grad); }

/* ============================================================
   Value cards (About)
   ============================================================ */
.jc-value { background: #fff; border: 1px solid #edeef6; border-radius: 16px; padding: 32px 28px; height: 100%; transition: box-shadow .3s ease, transform .3s ease; }
.jc-value:hover { box-shadow: 0 26px 50px -30px rgba(30,27,75,.32); transform: translateY(-5px); }
.jc-value h5 { color: var(--jc-ink); font-size: 18px; margin: 20px 0 10px; }
.jc-value p { color: var(--jc-muted); margin: 0; font-size: 14.5px; }

/* Vision / Mission split cards */
.jc-vm { border-radius: 20px; padding: 44px 40px; height: 100%; color: #fff; position: relative; overflow: hidden; }
.jc-vm.vision { background: var(--jc-indigo-dark); }
.jc-vm.mission { background: var(--jc-grad); }
.jc-vm h3 { color: #fff; margin: 18px 0 14px; }
.jc-vm p { color: rgba(255,255,255,.88); margin: 0; font-size: 15.5px; line-height: 1.8; }
.jc-vm .jc-icon { background: rgba(255,255,255,.16); box-shadow: none; }

/* ============================================================
   Branded page-title banner (inner pages)
   ============================================================ */
.page-title-section {
  padding: 150px 0 90px;
  background-image: linear-gradient(115deg, rgba(30,27,75,.94) 0%, rgba(49,46,129,.86) 45%, rgba(16,185,129,.6) 100%), url(../img/bg/page-title-bg.jpg);
  background-size: cover; background-position: center;
}
.page-title-section h2 { font-size: 44px; letter-spacing: .5px; }
.page-title-section ul { display: flex; padding: 0; margin: 0; list-style: none; gap: 6px; }
.page-title-section .breadcrumb-item { color: rgba(255,255,255,.75); font-weight: 600; }
.page-title-section .breadcrumb-item + .breadcrumb-item::before { content: "/"; color: rgba(255,255,255,.5); padding-right: 8px; }
.page-title-section .breadcrumb-item.text-primary-color { color: #6ee7b7 !important; }

/* ============================================================
   Feature row (icon + text, used on service/about pages)
   ============================================================ */
.jc-feature { display: flex; gap: 20px; margin-bottom: 30px; }
.jc-feature .jc-icon { flex: 0 0 auto; }
.jc-feature h5 { color: var(--jc-ink); margin-bottom: 8px; font-size: 18px; }
.jc-feature p { color: var(--jc-muted); margin: 0; }

/* Checklist */
.jc-check { list-style: none; padding: 0; margin: 0; }
.jc-check li { position: relative; padding-left: 34px; margin-bottom: 14px; color: #4a4d68; font-weight: 500; }
.jc-check li::before {
  content: "\f00c"; font-family: FontAwesome; position: absolute; left: 0; top: 1px;
  width: 22px; height: 22px; border-radius: 50%; background: #e7f8f1; color: var(--jc-emerald-dark);
  font-size: 11px; display: inline-flex; align-items: center; justify-content: center;
}

/* ============================================================
   Stat / funfact tweaks
   ============================================================ */
.funfact .counter { font-weight: 800; }
.funfact .counter::after { content: "+"; }

/* Testimonials avatar */
.testimonial-thumb img { border-radius: 50%; width: 80px; height: 80px; object-fit: cover; }

/* Soft section background */
.bg-soft { background: #f7f8fd; }
.section-pad { padding: 110px 0; }

/* CTA band tweak */
.call-to-action.bg-gradient-color { position: relative; }

/* Contact info cards */
.jc-contact-card { background: #fff; border: 1px solid #edeef6; border-radius: 16px; padding: 30px; text-align: center; height: 100%; transition: transform .3s ease, box-shadow .3s ease; }
.jc-contact-card:hover { transform: translateY(-5px); box-shadow: 0 26px 50px -30px rgba(30,27,75,.3); }
.jc-contact-card .jc-icon { margin-bottom: 18px; }
.jc-contact-card h5 { color: var(--jc-ink); margin-bottom: 8px; }
.jc-contact-card p, .jc-contact-card a { color: var(--jc-muted); margin: 0; }
.jc-contact-card a:hover { color: var(--jc-indigo); }
.contact-section iframe { width: 100%; height: 100%; min-height: 480px; border: 0; display: block; }
.contact-section .mapouter, .contact-section .gmap_canvas { height: 100%; min-height: 480px; }

/* Contact form select — match the other field styling so text is visible */
.contact-form select.form-control,
.contact-form .custom-select-categories {
  background: #F4F5F8;
  border: 1px solid #e3e3e3;
  height: 54px;
  color: #4a4d68;
  font-size: 15px;
  padding: 6px 15px;
  border-radius: 4px;
  width: 100%;
  -webkit-appearance: auto;
  appearance: auto;
}
.contact-form select.form-control:focus { background: #fff; border-color: var(--jc-indigo); }

/* Overline label for image collages */
.jc-badge-float {
  position: absolute; background: var(--jc-grad); color: #fff; border-radius: 16px;
  padding: 22px 26px; box-shadow: 0 24px 40px -18px rgba(79,70,229,.55);
}
.jc-badge-float h3 { color: #fff; margin: 0; font-size: 34px; font-weight: 800; }
.jc-badge-float span { color: rgba(255,255,255,.85); font-size: 13px; }

/* Utility */
.mrt-60 { margin-top: 60px; } .mrb-50 { margin-bottom: 50px; }
.rounded-img { border-radius: 18px; }
.swap-note { /* marks placeholder content */ }
