.elementor-kit-6068{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6068 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ================================================================
   VANTAGE RELOCATION — GLOBAL ELEMENTOR CSS
   Version: 1.0 | June 2026
   ----------------------------------------------------------------
   PASTE INTO:
     Elementor Pro → Site Settings → Custom CSS
     — OR —
     WP Admin → Appearance → Customize → Additional CSS

   FONT SETUP (do one of the following):
     A) Elementor Pro → Site Settings → Global Fonts → set
        Primary Font to "Inter" (Google Fonts) — preferred
     B) Uncomment the @import line below as a fallback
   ================================================================ */

/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap'); */


/* ================================================================
   1. CSS VARIABLES
   ================================================================ */
:root {
  --vr-blue:          #2C2D5E;
  --vr-blue-80:       #565794;
  --vr-blue-20:       #D5D5E5;
  --vr-citrus:        #F5A623;
  --vr-citrus-dark:   #D48E1A;
  --vr-citrus-active: #BF7D15;
  --vr-citrus-light:  #FFF4E0;

  --vr-white:      #FFFFFF;
  --vr-off-white:  #FAFAF8;
  --vr-light-grey: #F2F2F0;
  --vr-mid-grey:   #E5E5E3;
  --vr-body:       #2D2D2D;
  --vr-secondary:  #5A5A5A;
  --vr-muted:      #8A8A8A;

  --vr-success: #2E7D32;
  --vr-error:   #C62828;

  --vr-max-width:       1200px;
  --vr-gutter-mobile:   24px;
  --vr-gutter-tablet:   40px;
  --vr-gutter-desktop:  60px;
  --vr-section-v-sm:    64px;
  --vr-section-v-md:    80px;
  --vr-section-v-lg:    100px;

  --vr-shadow-card:       0 2px 8px rgba(0, 0, 0, 0.06);
  --vr-shadow-card-hover: 0 4px 16px rgba(0, 0, 0, 0.10);
  --vr-shadow-nav:        0 2px 12px rgba(0, 0, 0, 0.08);
  --vr-shadow-dropdown:   0 4px 20px rgba(0, 0, 0, 0.10);

  --vr-r-btn:   4px;
  --vr-r-card:  6px;
  --vr-r-img:   4px;
  --vr-r-input: 4px;
}


/* ================================================================
   2. BASE
   ================================================================ */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--vr-body);
  background: var(--vr-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }


/* ================================================================
   3. TYPOGRAPHY
   ================================================================ */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--vr-blue);
  margin-top: 0;
}

h1, .vr-h1 {
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 0.6em;
}

h2, .vr-h2 {
  font-size: clamp(24px, 3.2vw, 34px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.65em;
}

h3, .vr-h3 {
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.6em;
}

h4, .vr-h4 {
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

p {
  margin-top: 0;
  margin-bottom: 1.2em;
  line-height: 1.65;
}

p:last-child { margin-bottom: 0; }

.vr-body-lg {
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.6;
}

small, .vr-small {
  font-size: 13px;
  line-height: 1.5;
  color: var(--vr-secondary);
}

a {
  color: var(--vr-blue);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover { color: var(--vr-citrus); }

.vr-bg-blue a, .vr-dark a { color: var(--vr-citrus); }
.vr-bg-blue a:hover, .vr-dark a:hover { text-decoration: underline; }

.vr-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--vr-citrus);
  margin-bottom: 14px;
}

blockquote, .vr-quote {
  border-left: 3px solid var(--vr-citrus);
  margin: 0;
  padding: 4px 0 4px 20px;
}

blockquote p, .vr-quote p {
  font-size: 17px;
  font-style: italic;
  color: var(--vr-body);
  line-height: 1.6;
}

blockquote cite, .vr-quote cite {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: var(--vr-secondary);
}

.vr-prose { max-width: 720px; }


/* ================================================================
   4. BUTTONS
   ================================================================ */
.vr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 28px;
  border-radius: var(--vr-r-btn);
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none !important;
  transition: background-color 0.2s ease, color 0.2s ease,
              border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  white-space: nowrap;
  min-width: 180px;
}

.vr-btn-primary {
  background: var(--vr-citrus);
  color: var(--vr-white) !important;
  border-color: var(--vr-citrus);
}

.vr-btn-primary:hover {
  background: var(--vr-citrus-dark);
  border-color: var(--vr-citrus-dark);
  color: var(--vr-white) !important;
  box-shadow: 0 6px 18px rgba(245, 166, 35, 0.35);
  transform: translateY(-1px);
}

.vr-btn-primary:active {
  background: var(--vr-citrus-active);
  border-color: var(--vr-citrus-active);
  transform: translateY(0);
  box-shadow: none;
}

.vr-btn-secondary {
  background: transparent;
  color: var(--vr-blue) !important;
  border-color: var(--vr-blue);
}

.vr-btn-secondary:hover {
  background: var(--vr-blue);
  color: var(--vr-white) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(44, 45, 94, 0.22);
}

.vr-btn-outline-white {
  background: transparent;
  color: var(--vr-white) !important;
  border-color: rgba(255, 255, 255, 0.7);
}

.vr-btn-outline-white:hover {
  background: var(--vr-white);
  color: var(--vr-blue) !important;
  border-color: var(--vr-white);
  transform: translateY(-1px);
}

.vr-btn-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--vr-citrus);
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
  min-width: unset;
  padding: 0;
  border: none;
  background: none;
}

.vr-btn-text:hover { color: var(--vr-citrus-dark); gap: 10px; }


/* ================================================================
   5. LAYOUT
   ================================================================ */
.vr-section {
  width: 100%;
  padding: var(--vr-section-v-lg) var(--vr-gutter-desktop);
}

.vr-container {
  max-width: var(--vr-max-width);
  margin-inline: auto;
  width: 100%;
}

.vr-bg-white     { background: var(--vr-white); }
.vr-bg-offwhite  { background: var(--vr-off-white); }
.vr-bg-grey      { background: var(--vr-light-grey); }
.vr-bg-blue      { background: var(--vr-blue); }
.vr-bg-citrus-lt { background: var(--vr-citrus-light); }

.vr-bg-blue h1, .vr-bg-blue h2, .vr-bg-blue h3,
.vr-bg-blue h4, .vr-bg-blue .elementor-heading-title { color: var(--vr-white); }
.vr-bg-blue p, .vr-bg-blue li { color: rgba(255, 255, 255, 0.82); }

.vr-flex         { display: flex; }
.vr-flex-center  { display: flex; align-items: center; justify-content: center; }
.vr-flex-between { display: flex; align-items: center; justify-content: space-between; }
.vr-flex-col     { display: flex; flex-direction: column; }
.vr-flex-wrap    { flex-wrap: wrap; }

.vr-gap-8  { gap: 8px; }
.vr-gap-16 { gap: 16px; }
.vr-gap-24 { gap: 24px; }
.vr-gap-32 { gap: 32px; }
.vr-gap-48 { gap: 48px; }

.vr-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.vr-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.vr-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

.vr-grid-60-40 {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 64px;
  align-items: center;
}

.vr-grid-40-60 {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 64px;
  align-items: center;
}


/* ================================================================
   6. CARDS
   ================================================================ */
.vr-card {
  background: var(--vr-white);
  border-radius: var(--vr-r-card);
  box-shadow: var(--vr-shadow-card);
  padding: 24px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.vr-card:hover {
  box-shadow: var(--vr-shadow-card-hover);
  transform: translateY(-3px);
}

.vr-service-card {
  border-top: 3px solid var(--vr-citrus);
  display: flex;
  flex-direction: column;
}

.vr-service-card__icon {
  width: 32px;
  height: 32px;
  color: var(--vr-citrus);
  margin-bottom: 18px;
}

.vr-service-card h3, .vr-service-card .vr-h3 {
  font-size: 18px;
  color: var(--vr-blue);
  margin-bottom: 10px;
}

.vr-service-card p {
  font-size: 15px;
  color: var(--vr-secondary);
  line-height: 1.55;
  flex: 1;
}

.vr-service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 600;
  color: var(--vr-citrus);
  transition: gap 0.2s ease, color 0.2s ease;
}

.vr-service-card__link:hover { color: var(--vr-citrus-dark); gap: 8px; }


/* ================================================================
   7. FORMS
   ================================================================ */
.vr-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}

.vr-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--vr-secondary);
  letter-spacing: 0.02em;
}

.vr-input, .vr-textarea, .vr-select {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  color: var(--vr-body);
  background: var(--vr-light-grey);
  border: 1px solid var(--vr-mid-grey);
  border-radius: var(--vr-r-input);
  padding: 12px 16px;
  width: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.vr-input:focus, .vr-textarea:focus, .vr-select:focus {
  border-color: var(--vr-citrus);
  box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.18);
  background: var(--vr-white);
}

.vr-textarea { min-height: 120px; resize: vertical; line-height: 1.6; }

.vr-select {
  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='%235A5A5A' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.vr-form-note {
  font-size: 13px;
  color: var(--vr-muted);
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}


/* ================================================================
   8. TRUST BAR
   ================================================================ */
.vr-trust-bar {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.vr-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1 1 200px;
  max-width: 280px;
}

.vr-trust-item__icon { color: var(--vr-citrus); flex-shrink: 0; margin-top: 2px; }

.vr-trust-item__title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--vr-blue);
  margin-bottom: 4px;
}

.vr-trust-item__text {
  font-size: 14px;
  color: var(--vr-secondary);
  line-height: 1.45;
  margin: 0;
}

.vr-cred-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--vr-mid-grey);
}

.vr-cred-logos img {
  max-height: 36px;
  width: auto;
  opacity: 0.55;
  filter: grayscale(1);
  transition: opacity 0.25s ease, filter 0.25s ease;
}

.vr-cred-logos img:hover { opacity: 1; filter: grayscale(0); }


/* ================================================================
   9. TILE GRID
   ================================================================ */
.vr-tile-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.vr-tile {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 0;
  text-decoration: none;
  display: block;
  background: var(--vr-blue);
}

.vr-tile__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.55s ease, opacity 0.3s ease;
  display: block;
}

.vr-tile__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
    rgba(44, 45, 94, 0.0) 25%,
    rgba(44, 45, 94, 0.55) 65%,
    rgba(44, 45, 94, 0.82) 100%);
  transition: background 0.35s ease;
}

.vr-tile:hover .vr-tile__img { transform: scale(1.04); opacity: 0.88; }

.vr-tile:hover .vr-tile__overlay {
  background: linear-gradient(to bottom,
    rgba(44, 45, 94, 0.0) 15%,
    rgba(44, 45, 94, 0.38) 60%,
    rgba(44, 45, 94, 0.65) 100%);
}

.vr-tile__label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 20px 18px 18px;
  z-index: 2;
}

.vr-tile__title {
  display: block;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--vr-white);
  line-height: 1.35;
  margin-bottom: 4px;
}

.vr-tile__sub {
  display: block;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
}

.vr-tile::after {
  content: '→';
  position: absolute;
  top: 16px; right: 16px;
  font-size: 18px;
  color: var(--vr-citrus);
  opacity: 0;
  transform: translate(-4px, 4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 3;
}

.vr-tile:hover::after { opacity: 1; transform: translate(0, 0); }


/* ================================================================
   10. FOOTER
   ================================================================ */
.vr-footer {
  background: var(--vr-blue);
  padding: 48px var(--vr-gutter-desktop) 24px;
}

.vr-footer h4, .vr-footer-heading {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--vr-white);
  margin-bottom: 20px;
}

.vr-footer-links { list-style: none; margin: 0; padding: 0; }
.vr-footer-links li { margin-bottom: 10px; }

.vr-footer-links a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.2s ease;
}

.vr-footer-links a:hover { color: var(--vr-citrus); }

.vr-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}


/* ================================================================
   11. DIVIDERS
   ================================================================ */
.vr-divider {
  border: none;
  height: 1px;
  background: var(--vr-mid-grey);
  margin: 0;
}

.vr-divider--citrus {
  height: 3px;
  background: var(--vr-citrus);
  width: 48px;
  border: none;
  margin: 0 0 24px;
}


/* ================================================================
   12. UTILITIES
   ================================================================ */
.vr-text-center { text-align: center; }
.vr-text-left   { text-align: left; }
.vr-text-right  { text-align: right; }

.vr-text-white  { color: var(--vr-white) !important; }
.vr-text-blue   { color: var(--vr-blue) !important; }
.vr-text-citrus { color: var(--vr-citrus) !important; }
.vr-text-body   { color: var(--vr-body) !important; }
.vr-text-muted  { color: var(--vr-secondary) !important; }

.vr-fw-400 { font-weight: 400; }
.vr-fw-500 { font-weight: 500; }
.vr-fw-600 { font-weight: 600; }
.vr-fw-700 { font-weight: 700; }

.vr-mb-0  { margin-bottom: 0 !important; }
.vr-mb-8  { margin-bottom: 8px !important; }
.vr-mb-16 { margin-bottom: 16px !important; }
.vr-mb-24 { margin-bottom: 24px !important; }
.vr-mb-32 { margin-bottom: 32px !important; }
.vr-mb-40 { margin-bottom: 40px !important; }
.vr-mb-48 { margin-bottom: 48px !important; }

.vr-mt-0  { margin-top: 0 !important; }
.vr-mt-8  { margin-top: 8px !important; }
.vr-mt-16 { margin-top: 16px !important; }
.vr-mt-24 { margin-top: 24px !important; }
.vr-mt-32 { margin-top: 32px !important; }
.vr-mt-48 { margin-top: 48px !important; }

.vr-max-500 { max-width: 500px; }
.vr-max-640 { max-width: 640px; }
.vr-max-720 { max-width: 720px; }
.vr-max-900 { max-width: 900px; }

.vr-mx-auto { margin-inline: auto; }


/* ================================================================
   13. RESPONSIVE
   ================================================================ */
@media (max-width: 1023px) {
  .vr-section { padding: var(--vr-section-v-md) var(--vr-gutter-tablet); }
  .vr-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .vr-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .vr-grid-60-40, .vr-grid-40-60 { grid-template-columns: 1fr; gap: 40px; }
  .vr-tile-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .vr-section { padding: var(--vr-section-v-sm) var(--vr-gutter-mobile); }
  .vr-grid-2, .vr-grid-3, .vr-grid-4 { grid-template-columns: 1fr; }
  .vr-tile-grid { grid-template-columns: 1fr; }
  .vr-btn { width: 100%; min-width: unset; }
  .vr-trust-bar { flex-direction: column; gap: 28px; }
  .vr-trust-item { flex: none; max-width: 100%; }
  .vr-footer { padding: 48px var(--vr-gutter-mobile) 24px; }
}

@media (min-width: 1440px) {
  .vr-section {
    padding-left: max(var(--vr-gutter-desktop), calc((100% - var(--vr-max-width)) / 2));
    padding-right: max(var(--vr-gutter-desktop), calc((100% - var(--vr-max-width)) / 2));
  }
}

.elementor-section-wrap,
.elementor-section,
.e-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}/* End custom CSS */