@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Nunito+Sans:wght@400;500;600;700&display=swap");

:root {
  --vnc-ink: #0f2630;
  --vnc-ink-soft: #183946;
  --vnc-muted: #5d6d75;
  --vnc-teal: #0a6d8f;
  --vnc-teal-dark: #064d65;
  --vnc-aqua: #1fc5a7;
  --vnc-coral: #e8505b;
  --vnc-gold: #f2a23a;
  --vnc-mint: #dff5ef;
  --vnc-cloud: #f5f9fb;
  --vnc-cream: #fff8ea;
  --vnc-line: #dce8ed;
  --vnc-white: #ffffff;
  --vnc-shadow-sm: 0 12px 32px rgba(15, 38, 48, 0.08);
  --vnc-shadow-md: 0 24px 70px rgba(15, 38, 48, 0.12);
  --vnc-shadow-lg: 0 34px 90px rgba(15, 38, 48, 0.18);
}

html {
  scroll-behavior: smooth;
}

html.h-100,
body.h-100,
body .dialog-off-canvas-main-canvas.h-100 {
  height: auto !important;
  min-height: 100%;
}

body {
  background:
    linear-gradient(180deg, rgba(245, 249, 251, 0.55), rgba(255, 255, 255, 0) 520px),
    #fff;
  color: var(--vnc-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

body.path-frontpage,
body.page-node-type-page {
  display: block !important;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto !important;
}

body.path-frontpage .dialog-off-canvas-main-canvas,
body.page-node-type-page .dialog-off-canvas-main-canvas {
  display: block !important;
  min-height: 100vh;
  overflow: visible;
}

a {
  color: var(--vnc-teal);
}

.vnc-header {
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(15, 38, 48, 0.08);
  position: sticky;
  top: 0;
  z-index: 20;
  transition: box-shadow 180ms ease, background-color 180ms ease;
}

.vnc-header.is-scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--vnc-shadow-sm);
}

.vnc-navbar {
  min-height: 80px;
}

.vnc-brand img {
  display: block;
  height: 48px;
  filter: drop-shadow(0 8px 18px rgba(15, 38, 48, 0.1));
  width: 214px;
}

.vnc-nav {
  align-items: center;
  gap: 0.25rem;
}

.vnc-nav .nav-link {
  border-radius: 999px;
  color: var(--vnc-ink);
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0.62rem 0.92rem;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.vnc-nav .nav-link:hover,
.vnc-nav .nav-link:focus {
  background: rgba(10, 109, 143, 0.08);
  color: var(--vnc-teal);
  transform: translateY(-1px);
}

.vnc-dropdown {
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(10, 109, 143, 0.12);
  border-radius: 8px;
  box-shadow: var(--vnc-shadow-md);
  min-width: 280px;
  padding: 0.55rem;
}

.vnc-dropdown .dropdown-item {
  border-radius: 6px;
  color: var(--vnc-ink);
  font-size: 0.93rem;
  font-weight: 750;
  padding: 0.68rem 0.78rem;
  white-space: normal;
}

.vnc-dropdown .dropdown-item:hover,
.vnc-dropdown .dropdown-item:focus {
  background: var(--vnc-mint);
  color: var(--vnc-teal-dark);
}

.btn-vnc-primary {
  --bs-btn-bg: linear-gradient(135deg, var(--vnc-teal), var(--vnc-aqua));
  --bs-btn-border-color: transparent;
  --bs-btn-color: #fff;
  --bs-btn-hover-bg: linear-gradient(135deg, var(--vnc-teal-dark), var(--vnc-teal));
  --bs-btn-hover-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-focus-shadow-rgb: 10, 109, 143;
  background: linear-gradient(135deg, var(--vnc-teal), var(--vnc-aqua));
  border: 0;
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(10, 109, 143, 0.24);
  font-weight: 800;
  padding-inline: 1.25rem;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.btn-vnc-primary:hover,
.btn-vnc-primary:focus {
  background: linear-gradient(135deg, var(--vnc-teal-dark), var(--vnc-teal));
  box-shadow: 0 20px 42px rgba(10, 109, 143, 0.32);
  transform: translateY(-2px);
}

.btn-vnc-outline {
  --bs-btn-bg: rgba(255, 255, 255, 0.9);
  --bs-btn-border-color: rgba(255, 255, 255, 0.85);
  --bs-btn-color: var(--vnc-ink);
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-hover-color: var(--vnc-teal);
  --bs-btn-focus-shadow-rgb: 242, 162, 58;
  border-radius: 999px;
  font-weight: 800;
  padding-inline: 1.25rem;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.btn-vnc-outline:hover,
.btn-vnc-outline:focus {
  box-shadow: 0 16px 34px rgba(15, 38, 48, 0.12);
  transform: translateY(-2px);
}

.vnc-section .btn-vnc-outline,
.vnc-contact .btn-vnc-outline {
  --bs-btn-bg: #fff;
  --bs-btn-border-color: rgba(10, 109, 143, 0.18);
  --bs-btn-hover-bg: var(--vnc-cloud);
  --bs-btn-hover-border-color: rgba(10, 109, 143, 0.32);
}

.vnc-page {
  background: var(--vnc-white);
  overflow: visible;
}

.vnc-hero {
  background: linear-gradient(135deg, #071e29, #113d4b);
  color: #fff;
  isolation: isolate;
  min-height: calc(100svh - 116px);
  position: relative;
}

.vnc-hero-media {
  background:
    linear-gradient(90deg, rgba(7, 30, 41, 0.96), rgba(10, 51, 66, 0.74) 48%, rgba(10, 51, 66, 0.26)),
    url("../images/hero-consultation.png") center / cover;
  inset: 0;
  position: absolute;
  z-index: -1;
}

.vnc-hero::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.45) 48%, transparent 100%);
  opacity: 0.38;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.vnc-hero-inner {
  padding: clamp(4rem, 8vw, 6.5rem) 0 clamp(3rem, 6vw, 5rem);
}

.vnc-kicker {
  color: var(--vnc-gold);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.vnc-hero h1,
.vnc-section h2,
.vnc-contact h2 {
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.03;
}

.vnc-hero h1 {
  font-size: clamp(2.55rem, 6vw, 5.4rem);
  max-width: 780px;
  text-wrap: balance;
}

.vnc-lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.75;
  margin: 1.3rem 0 2rem;
  max-width: 720px;
}

.vnc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.vnc-actions .btn {
  align-items: center;
  display: inline-flex;
  gap: 0.55rem;
}

.vnc-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
  max-width: 760px;
}

.vnc-hero-trust span {
  align-items: center;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 0.5rem;
  padding: 0.62rem 0.88rem;
}

.vnc-hero-trust i {
  color: var(--vnc-gold);
}

.vnc-consult-card {
  backdrop-filter: blur(18px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.91)),
    rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.3);
  color: var(--vnc-ink);
  display: grid;
  gap: 0.85rem;
  margin-left: auto;
  max-width: 430px;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.vnc-consult-card h2 {
  font-size: 1.35rem;
  font-weight: 900;
  margin: 0 0 0.35rem;
}

.vnc-consult-card label {
  color: var(--vnc-muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.vnc-consult-card .form-control,
.vnc-consult-card .form-select {
  background-color: rgba(245, 249, 251, 0.82);
  border-color: rgba(10, 109, 143, 0.14);
  border-radius: 6px;
  min-height: 48px;
}

.vnc-consult-card .form-control:focus,
.vnc-consult-card .form-select:focus {
  border-color: var(--vnc-aqua);
  box-shadow: 0 0 0 0.22rem rgba(31, 197, 167, 0.16);
}

.vnc-section {
  padding: clamp(4rem, 8vw, 7rem) 0;
  position: relative;
}

.vnc-inner-page {
  background:
    linear-gradient(180deg, rgba(223, 245, 239, 0.7), rgba(255, 255, 255, 0) 360px),
    #fff;
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(4rem, 8vw, 6rem);
}

.vnc-breadcrumb {
  margin-bottom: 1rem;
}

.vnc-node-page {
  margin: 0 auto;
  max-width: 1180px;
}

.vnc-front-node,
.vnc-front-content,
.vnc-front-content > .field,
.vnc-front-content > .field > .field__item {
  max-width: none;
  width: 100%;
}

.vnc-front-node {
  margin: 0;
}

.vnc-front-content > .field {
  display: block;
}

.vnc-inner-hero {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(1.5rem, 4vw, 2.5rem);
}

.vnc-inner-hero h1 {
  color: var(--vnc-ink);
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.03;
  margin: 0;
  max-width: 920px;
}

.vnc-inner-hero p:not(.vnc-kicker) {
  color: var(--vnc-muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.75;
  margin-top: 1rem;
  max-width: 820px;
}

.vnc-node-content {
  background: #fff;
  border: 1px solid var(--vnc-line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(15, 38, 48, 0.08);
  overflow: hidden;
}

.vnc-node-content .field--name-body > * {
  margin-left: 0;
  margin-right: 0;
}

.vnc-content-band {
  padding: clamp(2rem, 5vw, 3.5rem);
}

.vnc-content-band + .vnc-content-band {
  border-top: 1px solid var(--vnc-line);
}

.vnc-content-band h2 {
  color: var(--vnc-ink);
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
  margin-bottom: 1rem;
}

.vnc-content-band p {
  color: var(--vnc-muted);
  font-size: 1.03rem;
  line-height: 1.8;
}

.vnc-feature-list {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.5rem;
}

.vnc-feature-list span {
  background: var(--vnc-cloud);
  border: 1px solid var(--vnc-line);
  border-radius: 8px;
  color: var(--vnc-ink);
  font-weight: 850;
  padding: 1rem;
}

.vnc-section-soft {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(223, 245, 239, 0.9), rgba(245, 249, 251, 0.95) 48%, rgba(255, 248, 234, 0.82));
}

.vnc-section-head {
  margin: 0 auto 2.5rem;
  max-width: 760px;
  text-align: center;
}

.vnc-section h2,
.vnc-contact h2 {
  color: var(--vnc-ink);
  font-size: clamp(2rem, 4vw, 3.4rem);
  margin-bottom: 1rem;
  text-wrap: balance;
}

.vnc-section p,
.vnc-contact p {
  color: var(--vnc-muted);
  font-size: 1.03rem;
  line-height: 1.8;
}

.vnc-image {
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  box-shadow: var(--vnc-shadow-md);
  min-height: 440px;
  overflow: hidden;
  position: relative;
}

.vnc-image::after {
  background:
    linear-gradient(135deg, rgba(10, 109, 143, 0.16), rgba(242, 162, 58, 0.16)),
    linear-gradient(180deg, transparent, rgba(15, 38, 48, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: inherit;
  content: "";
  inset: 1rem;
  position: absolute;
}

.vnc-image-about {
  background-image: url("../images/students-campus.png");
}

.vnc-image-why {
  background-image: url("../images/hero-consultation.png");
}

.vnc-stat-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.vnc-stat-grid div {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(10, 109, 143, 0.12);
  border-radius: 8px;
  box-shadow: var(--vnc-shadow-sm);
  padding: 1rem;
}

.vnc-stat-grid strong {
  color: var(--vnc-teal);
  display: block;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.vnc-stat-grid span {
  color: var(--vnc-muted);
  display: block;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.35;
  margin-top: 0.45rem;
}

.vnc-service {
  background:
    linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.96)),
    var(--vnc-white);
  border: 1px solid rgba(10, 109, 143, 0.12);
  border-radius: 8px;
  box-shadow: var(--vnc-shadow-sm);
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.vnc-service:hover {
  border-color: rgba(31, 197, 167, 0.38);
  box-shadow: var(--vnc-shadow-lg);
  transform: translateY(-7px);
}

.vnc-service-img {
  aspect-ratio: 16 / 10;
  display: block;
  height: auto;
  object-fit: cover;
  transition: transform 260ms ease;
  width: 100%;
}

.vnc-service:hover .vnc-service-img {
  transform: scale(1.035);
}

.vnc-service-body {
  padding: 1.5rem;
  position: relative;
}

.vnc-service-body::before {
  background: linear-gradient(90deg, var(--vnc-aqua), var(--vnc-gold));
  border-radius: 999px;
  content: "";
  height: 4px;
  left: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 0;
}

.vnc-service i {
  align-items: center;
  background: linear-gradient(135deg, var(--vnc-mint), #eef7ff);
  border-radius: 8px;
  color: var(--vnc-teal);
  display: inline-flex;
  font-size: 1.7rem;
  height: 54px;
  justify-content: center;
  margin-bottom: 1.2rem;
  width: 54px;
}

.vnc-service h3,
.vnc-country h3,
.vnc-step h3 {
  color: var(--vnc-ink);
  font-size: 1.16rem;
  font-weight: 900;
  margin-bottom: 0.75rem;
}

.vnc-service p {
  font-size: 0.98rem;
  margin-bottom: 1rem;
}

.vnc-service a {
  align-items: center;
  display: inline-flex;
  gap: 0.45rem;
  font-weight: 900;
  text-decoration: none;
}

.vnc-service a i {
  background: transparent;
  color: inherit;
  display: inline;
  font-size: 1rem;
  height: auto;
  margin: 0;
  width: auto;
}

.vnc-check-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.75rem;
}

.vnc-check-grid span {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(10, 109, 143, 0.12);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(15, 38, 48, 0.06);
  display: flex;
  font-weight: 800;
  gap: 0.7rem;
  min-height: 76px;
  padding: 1rem;
}

.vnc-check-grid i {
  color: var(--vnc-teal);
  font-size: 1.2rem;
  line-height: 1.2;
}

.vnc-country-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vnc-country {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    linear-gradient(135deg, rgba(10, 109, 143, 0.24), rgba(232, 80, 91, 0.12), rgba(242, 162, 58, 0.2));
  border: 1px solid rgba(10, 109, 143, 0.12);
  border-radius: 8px;
  box-shadow: var(--vnc-shadow-sm);
  min-height: 190px;
  padding: 1.4rem;
  position: relative;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.vnc-country::before {
  background: linear-gradient(180deg, var(--vnc-gold), var(--vnc-aqua));
  border-radius: 999px;
  content: "";
  height: 46px;
  position: absolute;
  right: 1.1rem;
  top: 1.1rem;
  width: 5px;
}

.vnc-country:hover {
  box-shadow: var(--vnc-shadow-md);
  transform: translateY(-5px);
}

.vnc-country p {
  font-size: 0.96rem;
  margin: 0;
}

.vnc-process {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.vnc-step {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(10, 109, 143, 0.12);
  border-radius: 8px;
  box-shadow: var(--vnc-shadow-sm);
  padding: 1.25rem;
  position: relative;
}

.vnc-step span {
  color: var(--vnc-gold);
  display: block;
  font-size: 1.65rem;
  font-weight: 900;
  margin-bottom: 0.75rem;
}

.vnc-step p {
  font-size: 0.96rem;
  margin: 0;
}

.vnc-section-dark {
  background:
    linear-gradient(135deg, rgba(6, 39, 52, 0.96), rgba(12, 72, 87, 0.9)),
    url("../images/students-campus.png") center / cover;
  color: #fff;
  overflow: hidden;
}

.vnc-section-dark::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 68px 68px;
  content: "";
  inset: 0;
  opacity: 0.16;
  pointer-events: none;
  position: absolute;
}

.vnc-section-dark h2,
.vnc-section-dark p {
  color: #fff;
}

.vnc-review {
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  height: 100%;
  margin: 0;
  padding: 1.4rem;
  position: relative;
}

.vnc-review::before {
  color: rgba(255, 255, 255, 0.22);
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 4.5rem;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: 0.45rem;
}

.vnc-review p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  margin-bottom: 1.1rem;
}

.vnc-review footer {
  color: var(--vnc-gold);
  font-weight: 900;
}

.vnc-review-light {
  background: var(--vnc-cloud);
  border-color: var(--vnc-line);
}

.vnc-review-light p {
  color: var(--vnc-muted);
}

.vnc-review-light footer {
  color: var(--vnc-teal);
}

.vnc-faq .accordion-item {
  border: 1px solid rgba(10, 109, 143, 0.12);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(15, 38, 48, 0.06);
  margin-bottom: 0.8rem;
  overflow: hidden;
}

.vnc-faq .accordion-button {
  color: var(--vnc-ink);
  font-weight: 900;
  letter-spacing: 0;
}

.vnc-faq .accordion-button:not(.collapsed) {
  background: var(--vnc-mint);
  color: var(--vnc-teal-dark);
  box-shadow: none;
}

.vnc-contact {
  background:
    linear-gradient(135deg, rgba(223, 245, 239, 0.96), rgba(255, 248, 234, 0.9)),
    var(--vnc-mint);
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.vnc-contact-inner {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
}

.vnc-contact-list {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(10, 109, 143, 0.18);
  border-radius: 8px;
  box-shadow: var(--vnc-shadow-sm);
  display: grid;
  gap: 0.9rem;
  padding: 1.4rem;
}

.vnc-contact-list a,
.vnc-contact-list span {
  align-items: center;
  color: var(--vnc-ink);
  display: flex;
  font-weight: 850;
  gap: 0.75rem;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.vnc-contact-list i {
  color: var(--vnc-teal);
  font-size: 1.2rem;
}

.vnc-footer {
  background:
    linear-gradient(135deg, #071e29, #0f3441);
  color: rgba(255, 255, 255, 0.78);
  padding: 3rem 0;
}

.vnc-footer img {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 1rem;
  padding: 0.25rem;
}

.vnc-footer h2 {
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 0.9rem;
}

.vnc-footer a {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  margin-bottom: 0.5rem;
  text-decoration: none;
}

.vnc-footer a:hover {
  color: var(--vnc-gold);
}

@media (max-width: 1199.98px) {
  .vnc-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .vnc-navbar {
    min-height: 72px;
  }

  .vnc-nav {
    align-items: stretch;
    padding-top: 1rem;
  }

  .vnc-dropdown {
    border: 0;
    box-shadow: none;
    margin: 0.25rem 0 0.6rem;
    min-width: 0;
    padding: 0.25rem 0 0.25rem 0.7rem;
  }

  .vnc-hero {
    min-height: auto;
  }

  .vnc-hero-media {
    background:
      linear-gradient(180deg, rgba(10, 51, 66, 0.92), rgba(10, 51, 66, 0.7)),
      url("../images/hero-consultation.png") center / cover;
  }

  .vnc-consult-card {
    margin-left: 0;
    max-width: none;
  }

  .vnc-country-grid,
  .vnc-contact-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .vnc-brand img {
    height: 42px;
    width: 187px;
  }

  .vnc-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .vnc-actions .btn {
    justify-content: center;
  }

  .vnc-image {
    min-height: 310px;
  }

  .vnc-stat-grid,
  .vnc-check-grid,
  .vnc-process,
  .vnc-feature-list {
    grid-template-columns: 1fr;
  }

  .vnc-country-grid {
    grid-template-columns: 1fr;
  }

  .vnc-section-head {
    text-align: left;
  }
}

/* StudyIn-inspired UI direction: editorial hero, proof stats, destination tabs, and counsellor cards. */
.vnc-advisory {
  background: #061b33;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 800;
}

.vnc-advisory-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 44px;
}

.vnc-advisory span,
.vnc-advisory a {
  align-items: center;
  display: inline-flex;
  gap: 0.45rem;
}

.vnc-advisory a {
  color: #fff;
  text-decoration: none;
}

.vnc-advisory i {
  color: #ff6b2b;
}

.vnc-header {
  backdrop-filter: none;
  background: #fff;
  box-shadow: 0 1px 0 rgba(6, 27, 51, 0.08);
}

.vnc-navbar {
  min-height: 86px;
}

.vnc-nav .nav-link {
  color: #061b33;
  font-weight: 850;
}

.vnc-nav .nav-link:hover,
.vnc-nav .nav-link:focus {
  background: #fff2ec;
  color: #d94f1f;
}

.btn-vnc-primary {
  background: #ff6b2b;
  box-shadow: 0 12px 26px rgba(255, 107, 43, 0.26);
}

.btn-vnc-primary:hover,
.btn-vnc-primary:focus {
  background: #e8551b;
  box-shadow: 0 16px 32px rgba(255, 107, 43, 0.34);
}

.btn-vnc-outline {
  --bs-btn-bg: #fff;
  --bs-btn-border-color: rgba(6, 27, 51, 0.16);
  --bs-btn-color: #061b33;
  --bs-btn-hover-bg: #fff2ec;
  --bs-btn-hover-border-color: #ff6b2b;
  --bs-btn-hover-color: #d94f1f;
}

.vnc-hero {
  background:
    linear-gradient(90deg, #f6f1ea 0%, #f6f1ea 62%, #dff2fb 62%, #dff2fb 100%);
  color: #061b33;
  min-height: auto;
  overflow: hidden;
}

.vnc-hero-media {
  background:
    linear-gradient(180deg, rgba(6, 27, 51, 0), rgba(6, 27, 51, 0.1)),
    url("../images/hero-consultation.png") center / cover;
  border-bottom-left-radius: 140px;
  bottom: 0;
  height: 100%;
  inset: auto 0 0 auto;
  opacity: 0.9;
  top: 0;
  width: min(48vw, 720px);
  z-index: 0;
}

.vnc-hero::after {
  background:
    radial-gradient(circle at 14% 24%, rgba(255, 107, 43, 0.18), transparent 28%),
    radial-gradient(circle at 54% 80%, rgba(10, 109, 143, 0.14), transparent 28%);
  mask-image: none;
  opacity: 1;
  z-index: 0;
}

.vnc-hero-inner {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0 clamp(4rem, 7vw, 6rem);
  position: relative;
  z-index: 1;
}

.vnc-kicker {
  color: #ff6b2b;
}

.vnc-hero h1 {
  color: #061b33;
  font-size: clamp(2.75rem, 6.2vw, 5.85rem);
  letter-spacing: 0;
  line-height: 1;
  max-width: 1080px;
}

.vnc-lead {
  color: #42505c;
  max-width: 700px;
}

.vnc-hero-title {
  margin-bottom: clamp(1.25rem, 3vw, 2.25rem);
}

.vnc-hero-trust {
  align-items: stretch;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 2.35rem;
  max-width: 860px;
}

.vnc-hero-trust span {
  align-items: flex-start;
  backdrop-filter: none;
  background: #fff;
  border: 1px solid rgba(6, 27, 51, 0.1);
  border-radius: 0;
  color: #42505c;
  display: flex;
  flex-direction: column;
  font-size: 0.82rem;
  font-weight: 850;
  gap: 0.25rem;
  min-height: 104px;
  padding: 1.05rem;
}

.vnc-hero-trust span:first-child {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

.vnc-hero-trust span:last-child {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

.vnc-hero-trust strong {
  color: #061b33;
  font-size: 1.55rem;
  font-weight: 950;
  line-height: 1;
}

.vnc-consult-card {
  background: #fff;
  border: 0;
  box-shadow: 0 30px 80px rgba(6, 27, 51, 0.18);
  margin-top: 2rem;
  position: relative;
}

.vnc-consult-card::before {
  background: #ff6b2b;
  border-radius: 8px 8px 0 0;
  content: "";
  height: 8px;
  inset: 0 0 auto;
  position: absolute;
}

.vnc-form-kicker {
  color: #ff6b2b !important;
  font-size: 0.78rem !important;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.1 !important;
  margin: 0;
  text-transform: uppercase;
}

.vnc-section-soft {
  background: #f6f1ea;
}

.vnc-section-head {
  max-width: 900px;
}

.vnc-section h2,
.vnc-contact h2 {
  color: #061b33;
  font-size: clamp(2.1rem, 4.2vw, 4.25rem);
  line-height: 1;
}

.vnc-section .row > [class*="col-"] > h2 {
  font-size: clamp(1.85rem, 3vw, 3.15rem);
  line-height: 1.08;
}

.vnc-consult-card h2 {
  font-size: 1.35rem;
  line-height: 1.18;
}

.vnc-service,
.vnc-country,
.vnc-step,
.vnc-counsellor {
  border: 1px solid rgba(6, 27, 51, 0.1);
  box-shadow: none;
}

.vnc-service:hover,
.vnc-country:hover {
  border-color: rgba(255, 107, 43, 0.45);
  box-shadow: 0 24px 55px rgba(6, 27, 51, 0.12);
}

.vnc-service-body::before {
  background: #ff6b2b;
}

.vnc-service i,
.vnc-check-grid i {
  color: #ff6b2b;
}

.vnc-service a {
  color: #061b33;
}

.vnc-guidance-section .vnc-split-head {
  align-items: start;
}

.vnc-guidance-section .vnc-split-head > p {
  color: #42505c;
  font-size: 1.04rem;
  line-height: 1.75;
  margin: 0;
  max-width: 420px;
}

.vnc-guidance-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vnc-guidance-card {
  background: #fff;
  border: 1px solid rgba(6, 27, 51, 0.1);
  border-radius: 8px;
  min-height: 100%;
  padding: 1.35rem;
}

.vnc-guidance-card span {
  color: #ff6b2b;
  display: block;
  font-size: 1.65rem;
  font-weight: 950;
  line-height: 1;
  margin-bottom: 1rem;
}

.vnc-guidance-card h3 {
  color: #061b33;
  font-size: 1.15rem;
  font-weight: 950;
  margin-bottom: 0.75rem;
}

.vnc-guidance-card p {
  font-size: 0.96rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.vnc-guidance-card a {
  align-items: center;
  color: #061b33;
  display: inline-flex;
  font-weight: 950;
  gap: 0.45rem;
  text-decoration: none;
}

.vnc-country-tabs {
  background: #fff;
  border: 1px solid rgba(6, 27, 51, 0.1);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0 auto 1.4rem;
  max-width: 930px;
  padding: 0.45rem;
}

.vnc-country-tabs a {
  border-radius: 6px;
  color: #061b33;
  flex: 1 1 130px;
  font-weight: 900;
  padding: 0.78rem 0.9rem;
  text-align: center;
  text-decoration: none;
}

.vnc-country-tabs a:hover,
.vnc-country-tabs a:focus,
.vnc-country-tabs a.is-active {
  background: #061b33;
  color: #fff;
}

.vnc-country {
  background: #fff;
}

.vnc-country::before {
  background: #ff6b2b;
}

.vnc-step {
  background: #fff;
  box-shadow: none;
}

.vnc-step span {
  color: #ff6b2b;
}

.vnc-split-head {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.vnc-split-head h2 {
  margin-bottom: 0;
  max-width: 820px;
}

.vnc-counsellor-section {
  background: #fff;
}

.vnc-counsellor {
  background: #f6f1ea;
  border-radius: 8px;
  height: 100%;
  padding: 1.6rem;
}

.vnc-counsellor-avatar {
  align-items: center;
  background: #061b33;
  border: 6px solid #fff;
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(6, 27, 51, 0.16);
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: 950;
  height: 92px;
  justify-content: center;
  margin-bottom: 1.2rem;
  width: 92px;
}

.vnc-counsellor h3 {
  color: #061b33;
  font-size: 1.25rem;
  font-weight: 950;
}

.vnc-section-dark {
  background:
    linear-gradient(135deg, rgba(6, 27, 51, 0.96), rgba(6, 27, 51, 0.88)),
    url("../images/students-campus.png") center / cover;
}

.vnc-final-cta {
  background: #ff6b2b;
  color: #fff;
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.vnc-final-cta-inner {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.vnc-final-cta .vnc-kicker,
.vnc-final-cta h2 {
  color: #fff;
}

.vnc-final-cta h2 {
  font-size: clamp(2.1rem, 5vw, 4.9rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  max-width: 760px;
}

.vnc-final-cta .btn-vnc-primary {
  background: #061b33;
  box-shadow: 0 16px 32px rgba(6, 27, 51, 0.25);
  flex: 0 0 auto;
}

.vnc-footer {
  background: #061b33;
}

@media (max-width: 991.98px) {
  .vnc-advisory-inner,
  .vnc-final-cta-inner,
  .vnc-split-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .vnc-hero {
    background: #f6f1ea;
  }

  .vnc-hero-media {
    border-bottom-left-radius: 80px;
    height: 360px;
    opacity: 0.22;
    width: 100%;
  }

  .vnc-hero-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vnc-guidance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vnc-hero-trust span:first-child,
  .vnc-hero-trust span:last-child {
    border-radius: 0;
  }

  .vnc-hero-trust span:nth-child(1) {
    border-top-left-radius: 8px;
  }

  .vnc-hero-trust span:nth-child(2) {
    border-top-right-radius: 8px;
  }

  .vnc-hero-trust span:nth-child(3) {
    border-bottom-left-radius: 8px;
  }

  .vnc-hero-trust span:nth-child(4) {
    border-bottom-right-radius: 8px;
  }
}

@media (max-width: 575.98px) {
  .vnc-advisory-inner {
    gap: 0.4rem;
    padding-bottom: 0.55rem;
    padding-top: 0.55rem;
  }

  .vnc-hero-trust {
    grid-template-columns: 1fr;
  }

  .vnc-guidance-grid {
    grid-template-columns: 1fr;
  }

  .vnc-hero-trust span,
  .vnc-hero-trust span:nth-child(n) {
    border-radius: 8px;
  }
}

/* VisaNestStudy reference reset: teal/gold palette and original homepage flow. */
:root {
  --vnc-ink: #0f2630;
  --vnc-muted: #5d6d75;
  --vnc-teal: #0a6d8f;
  --vnc-teal-dark: #064d65;
  --vnc-gold: #f2a23a;
  --vnc-mint: #dff5ef;
  --vnc-cloud: #f5f9fb;
  --vnc-line: #dce8ed;
}

body {
  background: #fff;
  color: var(--vnc-ink);
}

.vnc-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(15, 38, 48, 0.08);
  box-shadow: none;
  position: sticky;
}

.vnc-navbar {
  min-height: 84px;
}

.vnc-brand img {
  filter: none;
  height: 56px;
  object-fit: contain;
  width: auto;
}

.vnc-nav .nav-link {
  color: var(--vnc-ink);
  font-size: 0.95rem;
  font-weight: 800;
}

.vnc-nav .nav-link:hover,
.vnc-nav .nav-link:focus {
  background: var(--vnc-cloud);
  color: var(--vnc-teal);
  transform: none;
}

.btn-vnc-primary {
  --bs-btn-bg: var(--vnc-teal);
  --bs-btn-border-color: var(--vnc-teal);
  --bs-btn-color: #fff;
  --bs-btn-hover-bg: var(--vnc-teal-dark);
  --bs-btn-hover-border-color: var(--vnc-teal-dark);
  background: var(--vnc-teal);
  border: 1px solid var(--vnc-teal);
  box-shadow: none;
}

.btn-vnc-primary:hover,
.btn-vnc-primary:focus {
  background: var(--vnc-teal-dark);
  border-color: var(--vnc-teal-dark);
  box-shadow: none;
}

.btn-vnc-outline {
  --bs-btn-bg: rgba(255, 255, 255, 0.92);
  --bs-btn-border-color: rgba(255, 255, 255, 0.86);
  --bs-btn-color: var(--vnc-ink);
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-hover-color: var(--vnc-teal);
}

.vnc-section .btn-vnc-outline {
  --bs-btn-bg: #fff;
  --bs-btn-border-color: var(--vnc-line);
  --bs-btn-hover-bg: var(--vnc-cloud);
  --bs-btn-hover-border-color: var(--vnc-line);
}

.vnc-hero {
  background: var(--vnc-ink);
  color: #fff;
  min-height: calc(100svh - 84px);
}

.vnc-hero-media {
  background:
    linear-gradient(90deg, rgba(10, 51, 66, 0.94), rgba(10, 51, 66, 0.74) 48%, rgba(10, 51, 66, 0.32)),
    url("../images/hero-consultation.png") center / cover;
  border-radius: 0;
  inset: 0;
  opacity: 1;
  width: auto;
}

.vnc-hero::after {
  display: none;
}

.vnc-hero-inner {
  padding: clamp(4rem, 8vw, 6.5rem) 0 clamp(3rem, 6vw, 5rem);
}

.vnc-kicker {
  color: var(--vnc-gold);
}

.vnc-hero h1 {
  color: #fff;
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  line-height: 1.03;
  max-width: 780px;
}

.vnc-lead {
  color: rgba(255, 255, 255, 0.9);
  max-width: 720px;
}

.vnc-consult-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  margin-top: 0;
}

.vnc-consult-card::before {
  display: none;
}

.vnc-section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.vnc-section-soft {
  background: var(--vnc-cloud);
}

.vnc-section h2,
.vnc-contact h2,
.vnc-section .row > [class*="col-"] > h2 {
  color: var(--vnc-ink);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.06;
}

.vnc-section p,
.vnc-contact p {
  color: var(--vnc-muted);
}

.vnc-photo {
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(15, 38, 48, 0.1);
  display: block;
  height: auto;
  max-height: 560px;
  object-fit: cover;
  width: 100%;
}

.vnc-service,
.vnc-country,
.vnc-step {
  background: #fff;
  border: 1px solid var(--vnc-line);
  box-shadow: 0 18px 50px rgba(15, 38, 48, 0.06);
}

.vnc-service:hover,
.vnc-country:hover {
  border-color: var(--vnc-line);
  box-shadow: 0 26px 60px rgba(15, 38, 48, 0.12);
}

.vnc-service-body::before {
  background: linear-gradient(90deg, var(--vnc-teal), var(--vnc-gold));
}

.vnc-service i,
.vnc-check-grid i {
  color: var(--vnc-teal);
}

.vnc-service a,
.vnc-guidance-card a {
  color: var(--vnc-teal);
}

.vnc-check-grid span,
.vnc-feature-list span {
  background: #fff;
  border: 1px solid var(--vnc-line);
}

.vnc-country-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vnc-country {
  min-height: 230px;
  padding: 1.4rem;
}

.vnc-country::before {
  background: linear-gradient(180deg, var(--vnc-gold), var(--vnc-teal));
}

.vnc-country img {
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(15, 38, 48, 0.12);
  height: 58px;
  margin-bottom: 1rem;
  object-fit: cover;
  width: 58px;
}

.vnc-step {
  border-left: 3px solid var(--vnc-gold);
  box-shadow: none;
}

.vnc-step span {
  color: var(--vnc-teal);
}

.vnc-section-dark {
  background:
    linear-gradient(rgba(6, 50, 66, 0.94), rgba(6, 50, 66, 0.94)),
    url("../images/reference/study-abroad-consultants-pakistan-visa-nest.webp") center / cover;
}

.vnc-review footer {
  align-items: center;
  color: var(--vnc-gold);
  display: flex;
  gap: 0.75rem;
}

.vnc-review footer img {
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  height: 52px;
  object-fit: cover;
  width: 52px;
}

.vnc-faq .accordion-button:not(.collapsed) {
  background: var(--vnc-mint);
  color: var(--vnc-teal-dark);
}

.vnc-footer {
  background: #0b2029;
}

.vnc-footer img {
  background: #fff;
  border-radius: 8px;
  height: 56px;
  object-fit: contain;
  padding: 0.25rem;
  width: auto;
}

.vnc-footer-contact {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
}

.vnc-footer-contact span,
.vnc-footer-contact a {
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  gap: 0.55rem;
  text-decoration: none;
}

.vnc-footer-contact i {
  color: var(--vnc-gold);
  margin-top: 0.15rem;
}

@media (max-width: 991.98px) {
  .vnc-hero {
    min-height: auto;
  }

  .vnc-hero-media {
    background:
      linear-gradient(180deg, rgba(10, 51, 66, 0.92), rgba(10, 51, 66, 0.72)),
      url("../images/hero-consultation.png") center / cover;
  }

  .vnc-country-grid {
    grid-template-columns: 1fr;
  }
}

/* Exact Visa Nest Study visual direction from the Elementor reference. */
:root {
  --vnc-ink: #01245a;
  --vnc-primary: #01245a;
  --vnc-secondary: #ffce47;
  --vnc-accent: #ff3b30;
  --vnc-text: #7a7a7a;
  --vnc-soft: #f7f7f7;
  --vnc-line: rgba(255, 255, 255, 0.12);
}

body {
  color: #000;
  font-family: "Montserrat", sans-serif;
}

.vnc-header {
  background: var(--vnc-primary);
  border-bottom: 0;
  box-shadow: 0 0 0 3px var(--vnc-accent);
  margin-top: -3px;
}

.vnc-navbar {
  min-height: 86px;
}

.vnc-navbar > .container {
  max-width: 1320px;
  width: 100%;
}

.vnc-navbar .region-nav-branding {
  flex: 0 0 auto;
}

.vnc-navbar .region-nav-main {
  flex: 1 1 auto;
}

.vnc-navbar .region-nav-main nav {
  width: 100%;
}

.vnc-navbar .region-nav-additional {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
}

.vnc-brand img {
  background: transparent;
  height: 87px;
  max-width: 100px;
  object-fit: contain;
  padding: 0;
}

.vnc-nav {
  gap: 0.85rem;
}

.vnc-nav .nav-link {
  color: var(--vnc-secondary);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.55rem 0.35rem;
}

.vnc-nav .nav-link:hover,
.vnc-nav .nav-link:focus {
  background: transparent;
  color: var(--vnc-accent);
}

.vnc-dropdown {
  background: var(--vnc-primary);
  border: 1px solid var(--vnc-secondary);
  border-radius: 0;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  margin-top: 1.5rem;
}

.vnc-dropdown .dropdown-item {
  border-bottom: 1px solid var(--vnc-secondary);
  border-radius: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.vnc-dropdown li:last-child .dropdown-item {
  border-bottom: 0;
}

.vnc-dropdown .dropdown-item:hover,
.vnc-dropdown .dropdown-item:focus {
  background: var(--vnc-secondary);
  color: #000;
}

.vnc-header .btn-vnc-primary {
  background: var(--vnc-secondary);
  border-color: var(--vnc-secondary);
  border-radius: 100px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  min-width: 177px;
  padding: 0.9rem 1.1rem;
}

.vnc-header .btn-vnc-primary:hover,
.vnc-header .btn-vnc-primary:focus {
  background: #ff3b30;
  border-color: #ff3b30;
  color: #000;
}

.vnc-hero {
  background: var(--vnc-primary);
  min-height: 719px;
}

.vnc-hero-media {
  background:
    linear-gradient(90deg, rgba(1, 36, 90, 0.9), rgba(1, 36, 90, 0.72)),
    url("../images/reference/study-abroad-consultants-lahore-visa-nest.webp") center / cover;
  filter: brightness(0.82) contrast(1.08) saturate(1) blur(0.5px);
}

.vnc-hero-inner {
  min-height: 719px;
  padding: clamp(3.5rem, 7vw, 5.8rem) 0;
}

.vnc-kicker {
  color: var(--vnc-secondary);
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 600;
  text-transform: none;
}

.vnc-hero h1 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 3.4vw, 45px);
  font-weight: 600;
  line-height: 1.33;
  max-width: 760px;
}

.vnc-lead {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
}

.vnc-actions {
  gap: 0;
}

.vnc-actions .btn {
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  min-width: 157px;
  padding: 15px 12px;
}

.vnc-actions .btn-vnc-primary {
  background: var(--vnc-primary);
  border-color: var(--vnc-primary);
  color: #fff;
}

.vnc-actions .btn-vnc-outline {
  background: var(--vnc-secondary);
  border-color: var(--vnc-secondary);
  color: #000;
}

.vnc-actions .btn:first-child {
  border-radius: 5px 0 0 6px;
}

.vnc-actions .btn:last-child {
  border-radius: 0 5px 5px 0;
}

.vnc-actions .btn:hover,
.vnc-actions .btn:focus {
  background: #ff3b30;
  border-color: #ff3b30;
  color: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.vnc-consult-card {
  background: var(--vnc-primary);
  border: 2px solid var(--vnc-secondary);
  border-radius: 15px;
  box-shadow: none;
  color: #fff;
  padding: 20px;
}

.vnc-consult-card h2 {
  color: var(--vnc-secondary);
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
}

.vnc-consult-card label {
  color: #4d4d4d;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
}

.vnc-consult-card .form-control,
.vnc-consult-card .form-select {
  background: #fff;
  border: 2px solid var(--vnc-secondary);
  border-radius: 5px;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
}

.vnc-consult-card .btn-vnc-primary {
  background: var(--vnc-secondary);
  border-color: var(--vnc-secondary);
  border-radius: 3px;
  color: #000;
}

.vnc-consult-card .btn-vnc-primary:hover,
.vnc-consult-card .btn-vnc-primary:focus {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.vnc-section {
  padding: clamp(4.25rem, 7vw, 6rem) 0;
}

.vnc-section-soft {
  background: #f7f7f7;
}

.vnc-section h2,
.vnc-contact h2,
.vnc-section .row > [class*="col-"] > h2 {
  color: var(--vnc-primary);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 3vw, 35px);
  font-weight: 700;
  line-height: 1.15;
}

.vnc-section-head h2 {
  font-size: clamp(2.05rem, 3.4vw, 40px);
  text-align: center;
}

.vnc-section p,
.vnc-contact p {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.82;
}

.vnc-photo {
  border-radius: 9px;
  box-shadow: none;
  height: 620px;
  object-fit: cover;
  width: 74%;
}

.vnc-section .col-lg-6:has(.vnc-photo) {
  text-align: center;
}

.vnc-service {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.vnc-service:hover {
  box-shadow: none;
  transform: none;
}

.vnc-service-img {
  aspect-ratio: auto;
  border-radius: 0;
  height: 330px;
  object-fit: cover;
}

.vnc-service:hover .vnc-service-img {
  transform: none;
}

.vnc-service-body {
  padding: 1.1rem 0 0;
}

.vnc-service-body::before,
.vnc-service i {
  display: none;
}

.vnc-service h3,
.vnc-country h3,
.vnc-step h3 {
  color: var(--vnc-primary);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.vnc-service p {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  line-height: 1.75;
}

.vnc-service a {
  background: var(--vnc-primary);
  border: 1px solid var(--vnc-secondary);
  border-radius: 28px;
  color: var(--vnc-secondary);
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-top: 0.5rem;
  padding: 8px 14px;
}

.vnc-service a:hover,
.vnc-service a:focus {
  background: var(--vnc-secondary);
  color: #000;
}

.vnc-check-grid span,
.vnc-feature-list span {
  background: #fff;
  border: 1px solid rgba(1, 36, 90, 0.12);
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.vnc-check-grid i {
  color: var(--vnc-primary);
  font-size: 41px;
}

.vnc-country {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  box-shadow: none;
}

.vnc-country:nth-child(odd) {
  background: var(--vnc-secondary);
}

.vnc-country:nth-child(even) {
  background: var(--vnc-primary);
}

.vnc-country:nth-child(odd) h3,
.vnc-country:nth-child(odd) p {
  color: var(--vnc-primary);
}

.vnc-country:nth-child(even) h3,
.vnc-country:nth-child(even) p {
  color: var(--vnc-secondary);
}

.vnc-country::before {
  display: none;
}

.vnc-country img {
  border-radius: 0;
  box-shadow: none;
  height: 70px;
  object-fit: cover;
  width: 70px;
}

.vnc-process {
  align-items: start;
  gap: 0;
}

.vnc-step {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0 1rem;
  text-align: center;
}

.vnc-step span {
  align-items: center;
  background: var(--vnc-primary);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  height: 82px;
  justify-content: center;
  margin-bottom: 18px;
  position: relative;
  width: 82px;
}

.vnc-step h3 {
  color: var(--vnc-primary);
  font-size: 16px;
  font-weight: 600;
}

.vnc-step p {
  color: #000;
  font-size: 13px;
  line-height: 1.6;
}

.vnc-section-dark {
  background:
    linear-gradient(rgba(1, 36, 90, 0.94), rgba(1, 36, 90, 0.94)),
    url("../images/reference/study-abroad-consultants-pakistan-visa-nest.webp") center / cover;
}

.vnc-review {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  box-shadow: none;
}

.vnc-review p {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
}

.vnc-review footer {
  color: var(--vnc-secondary);
  font-family: "Montserrat", sans-serif;
}

.vnc-faq .accordion-item {
  border: 1px solid rgba(1, 36, 90, 0.15);
  border-radius: 0;
  box-shadow: none;
}

.vnc-faq .accordion-button {
  color: var(--vnc-primary);
  font-family: "Montserrat", sans-serif;
}

.vnc-faq .accordion-button:not(.collapsed) {
  background: var(--vnc-primary);
  color: var(--vnc-secondary);
}

.vnc-footer {
  background: var(--vnc-primary);
  color: rgba(255, 255, 255, 0.86);
}

.vnc-footer h2 {
  color: var(--vnc-secondary);
  font-family: "Montserrat", sans-serif;
}

.vnc-footer a:hover {
  color: var(--vnc-accent);
}

@media (max-width: 991.98px) {
  .vnc-brand img {
    height: 64px;
    max-width: 76px;
  }

  .vnc-photo {
    height: 360px;
    width: 100%;
  }

  .vnc-service-img {
    height: 300px;
  }

  .vnc-actions {
    gap: 0.75rem;
  }

  .vnc-actions .btn,
  .vnc-actions .btn:first-child,
  .vnc-actions .btn:last-child {
    border-radius: 5px;
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .vnc-hero h1 {
    font-size: 24px;
    line-height: 1.5;
  }

  .vnc-kicker {
    font-size: 15px;
  }

  .vnc-lead,
  .vnc-section p {
    font-size: 13px;
  }

  .vnc-section h2,
  .vnc-contact h2,
  .vnc-section .row > [class*="col-"] > h2 {
    font-size: 23px;
    line-height: 1.3;
  }
}

/* Reference About Us section: stable dark brand band with clean two-column composition. */
.vnc-about-section {
  background:
    linear-gradient(180deg, var(--vnc-primary) 0, var(--vnc-primary) 46%, #fff 46%, #fff 100%);
  isolation: isolate;
  min-height: 0;
  overflow: hidden;
  padding: clamp(4rem, 7vw, 6rem) 0;
  position: relative;
}

.vnc-about-section::before {
  display: none;
}

.vnc-about-section .container {
  padding-top: 0;
}

.vnc-about-row {
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.16);
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.vnc-about-media,
.vnc-about-copy {
  padding: 0;
}

.vnc-about-section .vnc-about-photo {
  border-radius: 0;
  box-shadow: none;
  height: 100%;
  min-height: 560px;
  margin-left: 0;
  object-fit: cover;
  width: 100%;
}

.vnc-about-copy {
  padding: clamp(2rem, 4vw, 3.5rem);
}

.vnc-about-section .vnc-kicker {
  background: var(--vnc-primary);
  border: 1px solid var(--vnc-secondary);
  border-radius: 28px;
  color: var(--vnc-secondary);
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 8px 14px;
}

.vnc-about-section h2 {
  color: var(--vnc-primary) !important;
  font-size: 35px !important;
  font-weight: 700 !important;
  line-height: 40px !important;
}

.vnc-about-section p:not(.vnc-kicker) {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 31px;
}

.vnc-about-section .vnc-actions {
  margin-top: 1.25rem;
}

@media (max-width: 991.98px) {
  .vnc-about-section {
    background:
      linear-gradient(180deg, var(--vnc-primary) 0, var(--vnc-primary) 180px, #fff 180px, #fff 100%);
    min-height: auto;
  }

  .vnc-about-section::before {
    height: 260px;
  }

  .vnc-about-section .row {
    margin-top: 2rem;
  }

  .vnc-about-section .vnc-about-photo {
    height: 360px;
    min-height: 0;
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .vnc-about-section .container {
    padding-top: 0;
  }

  .vnc-about-section h2 {
    font-size: 19px !important;
    line-height: 1.3 !important;
  }

  .vnc-about-section p:not(.vnc-kicker) {
    font-size: 13px;
    line-height: 1.8;
  }
}

/* Reference Services section: wave divider, alternating blue/yellow cards, Elementor spacing. */
.vnc-services-section {
  background:
    linear-gradient(rgba(224, 224, 224, 0.5), rgba(224, 224, 224, 0.5)),
    #fff;
  margin-top: 3%;
  overflow: hidden;
  padding: 0 0 30px;
  position: relative;
}

.vnc-services-section::before {
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 40%, 93% 48%, 85% 42%, 76% 52%, 66% 44%, 57% 55%, 47% 45%, 37% 54%, 27% 43%, 18% 52%, 8% 42%, 0 50%);
  content: "";
  display: block;
  height: 194px;
  margin-bottom: -138px;
  width: 100%;
}

.vnc-services-section .container {
  position: relative;
  z-index: 1;
}

.vnc-services-section .vnc-section-head {
  margin-bottom: 15px;
  max-width: 900px;
  padding-top: 25px;
  text-align: center;
}

.vnc-services-section .vnc-kicker {
  background: var(--vnc-primary);
  border: 1px solid #fff;
  border-radius: 28px;
  color: var(--vnc-secondary);
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  padding: 8px;
  text-transform: none;
}

.vnc-services-section .vnc-section-head h2 {
  color: var(--vnc-primary);
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 37px;
  margin-bottom: 15px;
}

.vnc-services-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.vnc-services-section .vnc-service {
  border: 0;
  border-radius: 0 0 52px 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  margin: 0 11px 11px;
  min-height: 100%;
  overflow: hidden;
  padding: 17px 17px 39px;
}

.vnc-services-section .vnc-service:hover {
  box-shadow: none;
  transform: none;
}

.vnc-services-section .vnc-service-blue {
  background: var(--vnc-primary);
}

.vnc-services-section .vnc-service-gold {
  background: var(--vnc-secondary);
}

.vnc-services-section .vnc-service-img {
  aspect-ratio: 460 / 310;
  border-radius: 0;
  display: block;
  height: auto;
  margin: 0;
  object-fit: cover;
  width: 100%;
}

.vnc-services-section .vnc-service-body {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.vnc-services-section .vnc-service-body::before {
  display: none;
}

.vnc-services-section .vnc-service h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.08;
  margin: 10px 0 0;
  text-align: start;
}

.vnc-services-section .vnc-service-blue h3 {
  color: var(--vnc-secondary);
}

.vnc-services-section .vnc-service-gold h3 {
  color: var(--vnc-primary);
}

.vnc-services-section .vnc-service p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0.8rem 0 0;
  text-align: start;
}

.vnc-services-section .vnc-service-blue p {
  color: #fff;
}

.vnc-services-section .vnc-service-gold p {
  color: #000;
}

.vnc-services-section .vnc-service a {
  align-self: flex-start;
  backdrop-filter: blur(20px) brightness(1);
  background: rgba(255, 255, 255, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  box-shadow: 0 10px 26px 1px rgba(0, 0, 0, 0.35);
  color: inherit;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-top: 25px;
  padding: 8px 16px;
  text-decoration: none;
}

.vnc-services-section .vnc-service-blue a {
  color: #fff;
}

.vnc-services-section .vnc-service-gold a {
  color: #000;
}

.vnc-services-section .vnc-service a:hover,
.vnc-services-section .vnc-service a:focus {
  background: #fff;
  color: #ffce47;
}

@media (max-width: 1199.98px) {
  .vnc-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .vnc-services-section {
    margin-top: 0;
    padding-bottom: 0;
  }

  .vnc-services-section::before {
    height: 96px;
    margin-bottom: -56px;
  }

  .vnc-services-grid {
    grid-template-columns: 1fr;
  }

  .vnc-services-section .vnc-section-head h2 {
    font-size: 21px;
    line-height: 1.4;
  }

  .vnc-services-section .vnc-service {
    margin: 4px 0 0;
    padding: 17px 17px 39px;
  }

  .vnc-services-section .vnc-service h3 {
    font-size: 23px;
  }

  .vnc-services-section .vnc-service p {
    font-size: 13px;
  }
}

/* Reference Why Choose section: dark image overlay, dual buttons, icon-box grid, right image. */
.vnc-why-section {
  background:
    linear-gradient(rgba(1, 36, 90, 0.92), rgba(1, 36, 90, 0.92)),
    url("../images/reference/study-abroad-visa-support-visa-nest.webp") center / cover;
  overflow: hidden;
  padding: clamp(4rem, 7vw, 5.6rem) 0;
  position: relative;
}

.vnc-why-section .container {
  max-width: 1320px;
}

.vnc-why-copy {
  padding: 19px 12px 12px;
}

.vnc-why-section .vnc-kicker {
  background: var(--vnc-primary);
  border: 1px solid #fff;
  border-radius: 28px;
  color: var(--vnc-secondary);
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 8px;
  text-transform: none;
}

.vnc-why-section h2 {
  color: var(--vnc-secondary) !important;
  font-family: "Montserrat", sans-serif;
  font-size: 32px !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
}

.vnc-why-section p:not(.vnc-kicker) {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.vnc-why-section .vnc-actions {
  margin: 1.35rem 0 1.6rem;
}

.vnc-why-section .vnc-check-grid {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.vnc-why-section .vnc-check-grid span {
  align-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--vnc-secondary);
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  gap: 13px;
  line-height: 1.35;
  min-height: 0;
  padding: 15px 17px 6px;
}

.vnc-why-section .vnc-check-grid i {
  color: var(--vnc-secondary);
  flex: 0 0 auto;
  font-size: 41px;
  line-height: 1;
}

.vnc-why-media {
  text-align: center;
}

.vnc-why-section .vnc-why-photo {
  border-radius: 0;
  box-shadow: none;
  height: 660px;
  max-height: none;
  object-fit: cover;
  width: min(100%, 610px);
}

@media (max-width: 991.98px) {
  .vnc-why-section .vnc-why-photo {
    height: 430px;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .vnc-why-section {
    padding: 2.5rem 0;
  }

  .vnc-why-section h2 {
    font-size: 32px !important;
    line-height: 1.15 !important;
  }

  .vnc-why-section p:not(.vnc-kicker) {
    font-size: 13px;
    line-height: 2;
  }

  .vnc-why-section .vnc-check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vnc-why-section .vnc-check-grid span {
    padding: 15px 17px 6px;
  }

  .vnc-why-section .vnc-check-grid i {
    font-size: 41px;
  }
}

/* Final reference match for "Why Choose Visa Nest?" home section. */
.vnc-why-section {
  background: #01245a;
  margin: 2% 0 0;
  overflow: hidden;
  padding: 60px 0;
  position: relative;
}

.vnc-why-section::before {
  background: url("../images/reference/why-choose-us-Bg-Visa-Nest.webp") center / cover no-repeat;
  content: "";
  filter: brightness(22%);
  inset: 0;
  position: absolute;
  z-index: 0;
}

.vnc-why-section::after {
  background: rgba(1, 36, 90, 0.08);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

.vnc-why-section .container {
  max-width: 1456px;
  position: relative;
  z-index: 1;
}

.vnc-why-copy {
  padding: 0 12px;
}

.vnc-why-section .vnc-kicker {
  background: #01245a;
  border: 1px solid #fff;
  border-radius: 28px;
  color: #ffce47;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 16px;
  padding: 8px;
  text-transform: none;
}

.vnc-why-section h2 {
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 45px !important;
  font-weight: 700 !important;
  line-height: 1.18 !important;
  margin-bottom: 18px;
}

.vnc-why-section p:not(.vnc-kicker) {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  max-width: 680px;
}

.vnc-why-section .vnc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 24px 0 0;
}

.vnc-why-media {
  padding-left: 39px;
  text-align: center;
}

.vnc-why-feature-grid {
  display: grid;
  gap: 18px 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 620px;
}

.vnc-why-feature {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 26px 1px rgba(0, 0, 0, 0.78);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  min-height: 128px;
  padding: 15px 12px 10px;
  text-align: center;
}

.vnc-why-feature i {
  color: #ffce47;
  font-size: 41px;
  line-height: 1;
  margin-bottom: 13px;
}

.vnc-why-feature h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
}

.vnc-why-section .vnc-why-photo {
  border-radius: 0;
  box-shadow: none;
  display: block;
  height: 660px;
  margin: 0 auto;
  max-height: none;
  object-fit: cover;
  object-position: center;
  width: min(100%, 610px);
}

@media (max-width: 1199.98px) {
  .vnc-why-media {
    padding-left: 12px;
  }

  .vnc-why-section h2 {
    font-size: 40px !important;
  }

  .vnc-why-feature-grid {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .vnc-why-section {
    padding: 52px 0;
  }

  .vnc-why-media {
    padding-left: 0;
  }

  .vnc-why-section .vnc-why-photo {
    height: 460px;
    width: min(100%, 680px);
  }
}

@media (max-width: 767.98px) {
  .vnc-why-section {
    padding: 42px 0;
  }

  .vnc-why-section h2 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }

  .vnc-why-section p:not(.vnc-kicker) {
    font-size: 14px;
    line-height: 1.8;
  }

  .vnc-why-feature-grid {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 18px;
  }

  .vnc-why-feature {
    min-height: 122px;
    padding: 14px 10px 9px;
  }

  .vnc-why-feature i {
    font-size: 36px;
  }

  .vnc-why-section .vnc-why-photo {
    height: 360px;
  }
}

/* Final reference match for Student Visa home section. */
.vnc-student-section {
  background: #fff;
  margin: 2% 0 0;
  padding: 40px 0;
}

.vnc-student-section .container {
  max-width: 1600px;
}

.vnc-student-copy {
  padding: 12px;
}

.vnc-student-section .vnc-kicker {
  background: #01245a;
  border: 1px solid #ffce47;
  border-radius: 28px;
  color: #ffce47;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 13px;
  padding: 8px 18px;
  text-transform: none;
}

.vnc-student-section h2 {
  color: #01245a !important;
  font-family: "Montserrat", sans-serif;
  font-size: 27px !important;
  font-weight: 700 !important;
  line-height: 37px !important;
  margin: 0 0 14px;
}

.vnc-student-section p {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 12px;
}

.vnc-student-section p strong {
  color: #ff0000;
  font-weight: 800;
}

.vnc-student-section h3 {
  color: #ffce47;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 37px;
  margin: 0;
}

.vnc-student-tabs {
  margin-top: 0;
  position: relative;
}

.vnc-student-tab-input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.vnc-student-tab-labels {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.vnc-student-tab-labels label {
  align-items: center;
  background: #fff;
  border: 2px solid #ffce47;
  border-right-width: 0;
  color: #01245a;
  cursor: pointer;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.35;
  margin: 0;
  min-height: 74px;
  padding: 13px 10px;
  text-align: center;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.vnc-student-tab-labels label:last-child {
  border-right-width: 2px;
}

.vnc-student-tab-panels {
  border: 2px solid #ffce47;
  border-top: 0;
  min-height: 82px;
}

.vnc-student-tab-panel {
  display: none;
  padding: 18px;
}

.vnc-student-tab-panel p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}

#student-visa-tab-1:checked ~ .vnc-student-tab-labels label[for="student-visa-tab-1"],
#student-visa-tab-2:checked ~ .vnc-student-tab-labels label[for="student-visa-tab-2"],
#student-visa-tab-3:checked ~ .vnc-student-tab-labels label[for="student-visa-tab-3"],
#student-visa-tab-4:checked ~ .vnc-student-tab-labels label[for="student-visa-tab-4"],
#student-visa-tab-5:checked ~ .vnc-student-tab-labels label[for="student-visa-tab-5"] {
  background: #01245a;
  color: #1af100;
}

#student-visa-tab-1:checked ~ .vnc-student-tab-panels .vnc-student-tab-panel-1,
#student-visa-tab-2:checked ~ .vnc-student-tab-panels .vnc-student-tab-panel-2,
#student-visa-tab-3:checked ~ .vnc-student-tab-panels .vnc-student-tab-panel-3,
#student-visa-tab-4:checked ~ .vnc-student-tab-panels .vnc-student-tab-panel-4,
#student-visa-tab-5:checked ~ .vnc-student-tab-panels .vnc-student-tab-panel-5 {
  display: block;
}

.vnc-student-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 18px;
}

.vnc-student-action {
  align-items: center;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  min-height: 49px;
  padding: 15px 7px;
  text-decoration: none;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.vnc-student-action-primary {
  background: #01245a;
  border-radius: 5px 0 0 6px;
  color: #fff;
  width: 157px;
}

.vnc-student-action-secondary {
  background: #ffce47;
  border-radius: 0 5px 5px 0;
  color: #000;
  width: 186px;
}

.vnc-student-action:hover,
.vnc-student-action:focus {
  background: #ff3b30;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #000;
}

.vnc-student-media {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 12px 12px 12px 17px;
}

.vnc-student-photo {
  border: 4px dashed #ffce47;
  border-radius: 12px;
  display: block;
  filter: brightness(85%);
  height: 650px;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  width: 610px;
}

.vnc-student-photo-mobile {
  display: none;
  margin: 0 auto 18px;
}

@media (max-width: 1199.98px) {
  .vnc-student-tab-labels label {
    font-size: 12px;
    padding: 12px 8px;
  }
}

@media (max-width: 991.98px) {
  .vnc-student-section {
    padding: 34px 0;
  }

  .vnc-student-media {
    display: none;
  }

  .vnc-student-photo-mobile {
    display: block;
    height: 330px;
    width: min(100%, 610px);
  }

  .vnc-student-section .vnc-kicker {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }

  .vnc-student-section h2 {
    font-size: 18px !important;
    line-height: 1.3 !important;
    text-align: left;
  }

  .vnc-student-tab-labels {
    grid-template-columns: 1fr;
  }

  .vnc-student-tab-labels label {
    border-right-width: 2px;
    min-height: 0;
  }

  .vnc-student-tab-labels label + label {
    border-top-width: 0;
  }

  .vnc-student-tab-panels {
    border-top: 0;
  }

  .vnc-student-actions {
    margin-right: 11px;
  }
}

@media (max-width: 575.98px) {
  .vnc-student-copy {
    padding: 0 12px;
  }

  .vnc-student-actions {
    width: 100%;
  }

  .vnc-student-action-primary,
  .vnc-student-action-secondary {
    flex: 1 1 50%;
    width: auto;
  }
}

/* Final reference match for Visit Visa home section. */
.vnc-visit-section {
  background: #fff;
  margin: 2% 0 0;
  padding: 40px 0;
}

.vnc-visit-section .container {
  max-width: 1600px;
}

.vnc-visit-copy {
  padding: 12px;
}

.vnc-visit-section .vnc-kicker {
  background: #01245a;
  border: 1px solid #ffce47;
  border-radius: 28px;
  color: #ffce47;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 13px;
  padding: 8px 18px;
  text-transform: none;
}

.vnc-visit-section h2 {
  color: #01245a !important;
  font-family: "Montserrat", sans-serif;
  font-size: 25px !important;
  font-weight: 700 !important;
  line-height: 37px !important;
  margin: 0 0 14px;
}

.vnc-visit-section p {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 12px;
}

.vnc-visit-section p strong {
  color: #ff0000;
  font-weight: 800;
}

.vnc-visit-section h3 {
  color: #ffce47;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 37px;
  margin: 0;
}

.vnc-visit-tabs {
  margin-top: 0;
  position: relative;
}

.vnc-visit-tab-input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.vnc-visit-tab-labels {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.vnc-visit-tab-labels label {
  align-items: center;
  background: #fff;
  border: 2px solid #ffce47;
  border-right-width: 0;
  color: #01245a;
  cursor: pointer;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.35;
  margin: 0;
  min-height: 74px;
  padding: 13px 10px;
  text-align: center;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.vnc-visit-tab-labels label:last-child {
  border-right-width: 2px;
}

.vnc-visit-tab-panels {
  border: 2px solid #ffce47;
  border-top: 0;
  min-height: 82px;
}

.vnc-visit-tab-panel {
  display: none;
  padding: 18px;
}

.vnc-visit-tab-panel p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}

#visit-visa-tab-1:checked ~ .vnc-visit-tab-labels label[for="visit-visa-tab-1"],
#visit-visa-tab-2:checked ~ .vnc-visit-tab-labels label[for="visit-visa-tab-2"],
#visit-visa-tab-3:checked ~ .vnc-visit-tab-labels label[for="visit-visa-tab-3"],
#visit-visa-tab-4:checked ~ .vnc-visit-tab-labels label[for="visit-visa-tab-4"],
#visit-visa-tab-5:checked ~ .vnc-visit-tab-labels label[for="visit-visa-tab-5"] {
  background: #01245a;
  color: #1af100;
}

#visit-visa-tab-1:checked ~ .vnc-visit-tab-panels .vnc-visit-tab-panel-1,
#visit-visa-tab-2:checked ~ .vnc-visit-tab-panels .vnc-visit-tab-panel-2,
#visit-visa-tab-3:checked ~ .vnc-visit-tab-panels .vnc-visit-tab-panel-3,
#visit-visa-tab-4:checked ~ .vnc-visit-tab-panels .vnc-visit-tab-panel-4,
#visit-visa-tab-5:checked ~ .vnc-visit-tab-panels .vnc-visit-tab-panel-5 {
  display: block;
}

.vnc-visit-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 18px;
}

.vnc-visit-action {
  align-items: center;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  min-height: 49px;
  padding: 15px 7px;
  text-decoration: none;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.vnc-visit-action-primary {
  background: #01245a;
  border-radius: 5px 0 0 6px;
  color: #fff;
  width: 157px;
}

.vnc-visit-action-secondary {
  background: #ffce47;
  border-radius: 0 5px 5px 0;
  color: #000;
  width: 186px;
}

.vnc-visit-action:hover,
.vnc-visit-action:focus {
  background: #ff3b30;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #000;
}

.vnc-visit-media {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 12px 12px 12px 17px;
}

.vnc-visit-photo {
  border: 4px dashed #01245a;
  border-radius: 12px;
  display: block;
  filter: brightness(85%);
  height: 650px;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  width: 610px;
}

@media (max-width: 1199.98px) {
  .vnc-visit-tab-labels label {
    font-size: 12px;
    padding: 12px 8px;
  }
}

@media (max-width: 991.98px) {
  .vnc-visit-section {
    padding: 34px 0;
  }

  .vnc-visit-media {
    padding: 0 12px 18px;
  }

  .vnc-visit-photo {
    height: 330px;
    width: min(100%, 610px);
  }

  .vnc-visit-section .vnc-kicker {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }

  .vnc-visit-section h2 {
    font-size: 17px !important;
    line-height: 1.3 !important;
    text-align: left;
  }

  .vnc-visit-tab-labels {
    grid-template-columns: 1fr;
  }

  .vnc-visit-tab-labels label {
    border-right-width: 2px;
    min-height: 0;
  }

  .vnc-visit-tab-labels label + label {
    border-top-width: 0;
  }

  .vnc-visit-tab-panels {
    border-top: 0;
  }

  .vnc-visit-actions {
    margin-right: 11px;
  }
}

@media (max-width: 575.98px) {
  .vnc-visit-copy {
    padding: 0 12px;
  }

  .vnc-visit-actions {
    width: 100%;
  }

  .vnc-visit-action-primary,
  .vnc-visit-action-secondary {
    flex: 1 1 50%;
    width: auto;
  }
}

/* Final reference match for Turkish Language home section. */
.vnc-turkish-section {
  background: #fff;
  margin: 2% 0 0;
  padding: 40px 0;
}

.vnc-turkish-section .container {
  max-width: 1600px;
}

.vnc-turkish-copy {
  padding: 12px;
}

.vnc-turkish-section .vnc-kicker {
  background: #01245a;
  border: 1px solid #ffce47;
  border-radius: 28px;
  color: #ffce47;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 13px;
  padding: 8px 18px;
  text-transform: none;
}

.vnc-turkish-section h2 {
  color: #01245a !important;
  font-family: "Montserrat", sans-serif;
  font-size: 25px !important;
  font-weight: 700 !important;
  line-height: 37px !important;
  margin: 0 0 14px;
}

.vnc-turkish-section p {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 12px;
}

.vnc-turkish-section h3 {
  color: #ffce47;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 37px;
  margin: 0;
}

.vnc-turkish-tabs {
  margin-top: 0;
  position: relative;
}

.vnc-turkish-tab-input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.vnc-turkish-tab-labels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vnc-turkish-tab-labels label {
  align-items: center;
  background: #fff;
  border: 2px solid #ffce47;
  border-right-width: 0;
  color: #01245a;
  cursor: pointer;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.35;
  margin: 0;
  min-height: 74px;
  padding: 13px 10px;
  text-align: center;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.vnc-turkish-tab-labels label:last-child {
  border-right-width: 2px;
}

.vnc-turkish-tab-panels {
  border: 2px solid #ffce47;
  border-top: 0;
  min-height: 82px;
}

.vnc-turkish-tab-panel {
  display: none;
  padding: 18px;
}

.vnc-turkish-tab-panel p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}

#turkish-language-tab-1:checked ~ .vnc-turkish-tab-labels label[for="turkish-language-tab-1"],
#turkish-language-tab-2:checked ~ .vnc-turkish-tab-labels label[for="turkish-language-tab-2"],
#turkish-language-tab-3:checked ~ .vnc-turkish-tab-labels label[for="turkish-language-tab-3"] {
  background: #01245a;
  color: #1af100;
}

#turkish-language-tab-1:checked ~ .vnc-turkish-tab-panels .vnc-turkish-tab-panel-1,
#turkish-language-tab-2:checked ~ .vnc-turkish-tab-panels .vnc-turkish-tab-panel-2,
#turkish-language-tab-3:checked ~ .vnc-turkish-tab-panels .vnc-turkish-tab-panel-3 {
  display: block;
}

.vnc-turkish-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 18px;
}

.vnc-turkish-action {
  align-items: center;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  min-height: 49px;
  padding: 15px 7px;
  text-decoration: none;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.vnc-turkish-action-primary {
  background: #01245a;
  border-radius: 5px 0 0 6px;
  color: #fff;
  width: 157px;
}

.vnc-turkish-action-secondary {
  background: #ffce47;
  border-radius: 0 5px 5px 0;
  color: #000;
  width: 186px;
}

.vnc-turkish-action:hover,
.vnc-turkish-action:focus {
  background: #ff3b30;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #000;
}

.vnc-turkish-media {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 12px 12px 12px 17px;
}

.vnc-turkish-photo {
  border: 4px dashed #ffce47;
  border-radius: 12px;
  display: block;
  filter: brightness(85%);
  height: 650px;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  width: 610px;
}

.vnc-turkish-photo-mobile {
  display: none;
  margin: 0 auto 18px;
}

@media (max-width: 1199.98px) {
  .vnc-turkish-tab-labels label {
    font-size: 12px;
    padding: 12px 8px;
  }
}

@media (max-width: 991.98px) {
  .vnc-turkish-section {
    padding: 34px 0;
  }

  .vnc-turkish-media {
    display: none;
  }

  .vnc-turkish-photo-mobile {
    display: block;
    height: 330px;
    width: min(100%, 610px);
  }

  .vnc-turkish-section .vnc-kicker {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }

  .vnc-turkish-section h2 {
    font-size: 18px !important;
    line-height: 1.3 !important;
    text-align: left;
  }

  .vnc-turkish-tab-labels {
    grid-template-columns: 1fr;
  }

  .vnc-turkish-tab-labels label {
    border-right-width: 2px;
    min-height: 0;
  }

  .vnc-turkish-tab-labels label + label {
    border-top-width: 0;
  }

  .vnc-turkish-tab-panels {
    border-top: 0;
  }

  .vnc-turkish-actions {
    margin-right: 11px;
  }
}

@media (max-width: 575.98px) {
  .vnc-turkish-copy {
    padding: 0 12px;
  }

  .vnc-turkish-actions {
    width: 100%;
  }

  .vnc-turkish-action-primary,
  .vnc-turkish-action-secondary {
    flex: 1 1 50%;
    width: auto;
  }
}

/* Final reference match for IELTS home section. */
.vnc-ielts-section {
  background: #fff;
  margin: 2% 0 0;
  padding: 40px 0;
}

.vnc-ielts-section .container {
  max-width: 1600px;
}

.vnc-ielts-copy {
  padding: 12px;
}

.vnc-ielts-section .vnc-kicker {
  background: #01245a;
  border: 1px solid #ffce47;
  border-radius: 28px;
  color: #ffce47;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 13px;
  padding: 8px 18px;
  text-transform: none;
}

.vnc-ielts-section h2 {
  color: #01245a !important;
  font-family: "Montserrat", sans-serif;
  font-size: 25px !important;
  font-weight: 700 !important;
  line-height: 37px !important;
  margin: 0 0 14px;
}

.vnc-ielts-section p {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 12px;
}

.vnc-ielts-section h3 {
  color: #ffce47;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 37px;
  margin: 0;
}

.vnc-ielts-tabs {
  margin-top: 0;
  position: relative;
}

.vnc-ielts-tab-input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.vnc-ielts-tab-labels {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.vnc-ielts-tab-labels label {
  align-items: center;
  background: #fff;
  border: 2px solid #ffce47;
  border-right-width: 0;
  color: #01245a;
  cursor: pointer;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.35;
  margin: 0;
  min-height: 74px;
  padding: 13px 10px;
  text-align: center;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.vnc-ielts-tab-labels label:last-child {
  border-right-width: 2px;
}

.vnc-ielts-tab-panels {
  border: 2px solid #ffce47;
  border-top: 0;
  min-height: 82px;
}

.vnc-ielts-tab-panel {
  display: none;
  padding: 18px;
}

.vnc-ielts-tab-panel p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}

#ielts-tab-1:checked ~ .vnc-ielts-tab-labels label[for="ielts-tab-1"],
#ielts-tab-2:checked ~ .vnc-ielts-tab-labels label[for="ielts-tab-2"],
#ielts-tab-3:checked ~ .vnc-ielts-tab-labels label[for="ielts-tab-3"],
#ielts-tab-4:checked ~ .vnc-ielts-tab-labels label[for="ielts-tab-4"],
#ielts-tab-5:checked ~ .vnc-ielts-tab-labels label[for="ielts-tab-5"] {
  background: #01245a;
  color: #1af100;
}

#ielts-tab-1:checked ~ .vnc-ielts-tab-panels .vnc-ielts-tab-panel-1,
#ielts-tab-2:checked ~ .vnc-ielts-tab-panels .vnc-ielts-tab-panel-2,
#ielts-tab-3:checked ~ .vnc-ielts-tab-panels .vnc-ielts-tab-panel-3,
#ielts-tab-4:checked ~ .vnc-ielts-tab-panels .vnc-ielts-tab-panel-4,
#ielts-tab-5:checked ~ .vnc-ielts-tab-panels .vnc-ielts-tab-panel-5 {
  display: block;
}

.vnc-ielts-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 18px;
}

.vnc-ielts-action {
  align-items: center;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  min-height: 49px;
  padding: 15px 7px;
  text-decoration: none;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.vnc-ielts-action-primary {
  background: #01245a;
  border-radius: 5px 0 0 6px;
  color: #fff;
  width: 157px;
}

.vnc-ielts-action-secondary {
  background: #ffce47;
  border-radius: 0 5px 5px 0;
  color: #000;
  width: 186px;
}

.vnc-ielts-action:hover,
.vnc-ielts-action:focus {
  background: #ff3b30;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #000;
}

.vnc-ielts-media {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 12px 12px 12px 17px;
}

.vnc-ielts-photo {
  border: 4px dashed #01245a;
  border-radius: 12px;
  display: block;
  filter: brightness(85%);
  height: 650px;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  width: 610px;
}

@media (max-width: 1199.98px) {
  .vnc-ielts-tab-labels label {
    font-size: 12px;
    padding: 12px 8px;
  }
}

@media (max-width: 991.98px) {
  .vnc-ielts-section {
    padding: 34px 0;
  }

  .vnc-ielts-media {
    padding: 0 12px 18px;
  }

  .vnc-ielts-photo {
    height: 330px;
    width: min(100%, 610px);
  }

  .vnc-ielts-section .vnc-kicker {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }

  .vnc-ielts-section h2 {
    font-size: 18px !important;
    line-height: 1.3 !important;
    text-align: left;
  }

  .vnc-ielts-tab-labels {
    grid-template-columns: 1fr;
  }

  .vnc-ielts-tab-labels label {
    border-right-width: 2px;
    min-height: 0;
  }

  .vnc-ielts-tab-labels label + label {
    border-top-width: 0;
  }

  .vnc-ielts-tab-panels {
    border-top: 0;
  }

  .vnc-ielts-actions {
    margin-right: 11px;
  }
}

@media (max-width: 575.98px) {
  .vnc-ielts-copy {
    padding: 0 12px;
  }

  .vnc-ielts-actions {
    width: 100%;
  }

  .vnc-ielts-action-primary,
  .vnc-ielts-action-secondary {
    flex: 1 1 50%;
    width: auto;
  }
}

/* Final reference match for Immigration Consulting home section. */
.vnc-immigration-section {
  background: #fff;
  margin: 2% 0 0;
  padding: 40px 0;
}

.vnc-immigration-section .container {
  max-width: 1600px;
}

.vnc-immigration-copy {
  padding: 12px;
}

.vnc-immigration-section .vnc-kicker {
  background: #01245a;
  border: 1px solid #ffce47;
  border-radius: 28px;
  color: #ffce47;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 13px;
  padding: 8px 18px;
  text-transform: none;
}

.vnc-immigration-section h2 {
  color: #01245a !important;
  font-family: "Montserrat", sans-serif;
  font-size: 25px !important;
  font-weight: 700 !important;
  line-height: 37px !important;
  margin: 0 0 14px;
}

.vnc-immigration-section p {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 12px;
}

.vnc-immigration-section p strong {
  color: #ff0000;
  font-weight: 800;
}

.vnc-immigration-section h3 {
  color: #ffce47;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 37px;
  margin: 0;
}

.vnc-immigration-tabs {
  margin-top: 0;
  position: relative;
}

.vnc-immigration-tab-input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.vnc-immigration-tab-labels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vnc-immigration-tab-labels label {
  align-items: center;
  background: #fff;
  border: 2px solid #ffce47;
  border-right-width: 0;
  color: #01245a;
  cursor: pointer;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.35;
  margin: 0;
  min-height: 74px;
  padding: 13px 10px;
  text-align: center;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.vnc-immigration-tab-labels label:last-child {
  border-right-width: 2px;
}

.vnc-immigration-tab-panels {
  border: 2px solid #ffce47;
  border-top: 0;
  min-height: 82px;
}

.vnc-immigration-tab-panel {
  display: none;
  padding: 18px;
}

.vnc-immigration-tab-panel p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}

#immigration-tab-1:checked ~ .vnc-immigration-tab-labels label[for="immigration-tab-1"],
#immigration-tab-2:checked ~ .vnc-immigration-tab-labels label[for="immigration-tab-2"],
#immigration-tab-3:checked ~ .vnc-immigration-tab-labels label[for="immigration-tab-3"],
#immigration-tab-4:checked ~ .vnc-immigration-tab-labels label[for="immigration-tab-4"] {
  background: #01245a;
  color: #1af100;
}

#immigration-tab-1:checked ~ .vnc-immigration-tab-panels .vnc-immigration-tab-panel-1,
#immigration-tab-2:checked ~ .vnc-immigration-tab-panels .vnc-immigration-tab-panel-2,
#immigration-tab-3:checked ~ .vnc-immigration-tab-panels .vnc-immigration-tab-panel-3,
#immigration-tab-4:checked ~ .vnc-immigration-tab-panels .vnc-immigration-tab-panel-4 {
  display: block;
}

.vnc-immigration-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 18px;
}

.vnc-immigration-action {
  align-items: center;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  min-height: 49px;
  padding: 15px 7px;
  text-decoration: none;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.vnc-immigration-action-primary {
  background: #01245a;
  border-radius: 5px 0 0 6px;
  color: #fff;
  width: 157px;
}

.vnc-immigration-action-secondary {
  background: #ffce47;
  border-radius: 0 5px 5px 0;
  color: #000;
  width: 186px;
}

.vnc-immigration-action:hover,
.vnc-immigration-action:focus {
  background: #ff3b30;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #000;
}

.vnc-immigration-media {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 12px 12px 12px 17px;
}

.vnc-immigration-photo {
  border: 4px dashed #ffce47;
  border-radius: 12px;
  display: block;
  filter: brightness(85%);
  height: 650px;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  width: 610px;
}

.vnc-immigration-photo-mobile {
  display: none;
  margin: 0 auto 18px;
}

@media (max-width: 1199.98px) {
  .vnc-immigration-tab-labels label {
    font-size: 12px;
    padding: 12px 8px;
  }
}

@media (max-width: 991.98px) {
  .vnc-immigration-section {
    padding: 34px 0;
  }

  .vnc-immigration-media {
    display: none;
  }

  .vnc-immigration-photo-mobile {
    display: block;
    height: 330px;
    width: min(100%, 610px);
  }

  .vnc-immigration-section .vnc-kicker {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }

  .vnc-immigration-section h2 {
    font-size: 18px !important;
    line-height: 1.3 !important;
    text-align: left;
  }

  .vnc-immigration-tab-labels {
    grid-template-columns: 1fr;
  }

  .vnc-immigration-tab-labels label {
    border-right-width: 2px;
    min-height: 0;
  }

  .vnc-immigration-tab-labels label + label {
    border-top-width: 0;
  }

  .vnc-immigration-tab-panels {
    border-top: 0;
  }

  .vnc-immigration-actions {
    margin-right: 11px;
  }
}

@media (max-width: 575.98px) {
  .vnc-immigration-copy {
    padding: 0 12px;
  }

  .vnc-immigration-actions {
    width: 100%;
  }

  .vnc-immigration-action-primary,
  .vnc-immigration-action-secondary {
    flex: 1 1 50%;
    width: auto;
  }
}

/* Final reference match for Countries We Offer home section. */
.vnc-countries-section {
  background: #01245a;
  margin: 5% 0 0;
  padding: 27px 0 25px;
}

.vnc-countries-section .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.vnc-countries-section .vnc-section-head {
  margin: 0 auto 15px;
  max-width: 960px;
  padding: 0 12px;
  text-align: center;
}

.vnc-countries-section .vnc-kicker {
  background: #01245a;
  border: 1px solid #fff;
  border-radius: 28px;
  color: #ffce47;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
  padding: 8px;
  text-transform: none;
}

.vnc-countries-section h2 {
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 31px !important;
  font-weight: 700 !important;
  line-height: 37px !important;
  margin: 0;
  text-align: center;
}

.vnc-country-accordion {
  background: #ff0000;
  border-radius: 4px;
  display: flex;
  height: 500px;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.vnc-country-accordion-item {
  background-image: var(--country-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  position: relative;
  transition: flex 0.35s ease;
}

.vnc-country-accordion-item::before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  inset: 0;
  position: absolute;
  transition: background-color 0.3s ease;
  z-index: 0;
}

.vnc-country-accordion-item.is-active,
.vnc-country-accordion-item:hover,
.vnc-country-accordion-item:focus-within {
  flex: 3 1 0;
}

.vnc-country-accordion:has(.vnc-country-accordion-item:hover) .vnc-country-accordion-item.is-active:not(:hover),
.vnc-country-accordion:has(.vnc-country-accordion-item:focus) .vnc-country-accordion-item.is-active:not(:focus) {
  flex: 1 1 0;
}

.vnc-country-accordion-item.is-active::before,
.vnc-country-accordion-item:hover::before,
.vnc-country-accordion-item:focus-within::before {
  background: rgba(0, 0, 0, 0.5);
}

.vnc-country-accordion:has(.vnc-country-accordion-item:hover) .vnc-country-accordion-item.is-active:not(:hover)::before,
.vnc-country-accordion:has(.vnc-country-accordion-item:focus) .vnc-country-accordion-item.is-active:not(:focus)::before {
  background: rgba(0, 0, 0, 0.3);
}

.vnc-country-accordion-overlay {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: absolute;
  z-index: 1;
}

.vnc-country-accordion-content {
  background: rgba(255, 255, 255, 0);
  border: 1px solid transparent;
  color: #fff;
  max-width: 460px;
  padding: 24px;
  text-align: center;
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}

.vnc-country-accordion-item.is-active .vnc-country-accordion-content,
.vnc-country-accordion-item:hover .vnc-country-accordion-content,
.vnc-country-accordion-item:focus-within .vnc-country-accordion-content {
  backdrop-filter: blur(10px) brightness(1.3);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  box-shadow: 0 19px 26px 1px rgba(0, 0, 0, 0.78);
}

.vnc-country-accordion:has(.vnc-country-accordion-item:hover) .vnc-country-accordion-item.is-active:not(:hover) .vnc-country-accordion-content,
.vnc-country-accordion:has(.vnc-country-accordion-item:focus) .vnc-country-accordion-item.is-active:not(:focus) .vnc-country-accordion-content {
  backdrop-filter: none;
  background: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

.vnc-country-accordion-content h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 12px;
}

.vnc-country-accordion-content p {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
  margin: 0;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.3s ease 0.15s, transform 0.3s ease 0.15s, visibility 0.3s ease 0.15s;
  visibility: hidden;
}

.vnc-country-accordion-item.is-active .vnc-country-accordion-content p,
.vnc-country-accordion-item:hover .vnc-country-accordion-content p,
.vnc-country-accordion-item:focus-within .vnc-country-accordion-content p {
  opacity: 1;
  transform: none;
  visibility: visible;
}

.vnc-country-accordion:has(.vnc-country-accordion-item:hover) .vnc-country-accordion-item.is-active:not(:hover) .vnc-country-accordion-content p,
.vnc-country-accordion:has(.vnc-country-accordion-item:focus) .vnc-country-accordion-item.is-active:not(:focus) .vnc-country-accordion-content p {
  opacity: 0;
  transform: translateY(12px);
  visibility: hidden;
}

@media (max-width: 991.98px) {
  .vnc-countries-section {
    padding: 24px 0;
  }

  .vnc-country-accordion {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
  }

  .vnc-country-accordion-item,
  .vnc-country-accordion-item.is-active,
  .vnc-country-accordion-item:hover,
  .vnc-country-accordion-item:focus-within {
    flex: none;
    min-height: 320px;
  }

  .vnc-country-accordion-content {
    backdrop-filter: blur(10px) brightness(1.2);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 18px;
  }

  .vnc-country-accordion-content p {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
}

@media (max-width: 767.98px) {
  .vnc-countries-section h2 {
    font-size: 20px !important;
    line-height: 1.4 !important;
  }

  .vnc-country-accordion {
    grid-template-columns: 1fr;
  }

  .vnc-country-accordion-item,
  .vnc-country-accordion-item.is-active,
  .vnc-country-accordion-item:hover,
  .vnc-country-accordion-item:focus-within {
    min-height: 300px;
  }

  .vnc-country-accordion-content h3 {
    font-size: 21px;
  }

  .vnc-country-accordion-content p {
    font-size: 13px;
  }
}

/* Final reference match for How It Works process section. */
.vnc-process-section {
  background: #f1f1f1;
  margin: 4% 0 0;
  padding: 10px 0 20px;
}

.vnc-process-section .container {
  max-width: 1800px;
}

.vnc-process-section .vnc-section-head {
  margin: 0 auto 48px;
  max-width: 960px;
  text-align: center;
}

.vnc-process-section .vnc-kicker {
  background: #01245a;
  border: 1px solid #ffce47;
  border-radius: 28px;
  color: #ffce47;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
  padding: 8px 18px;
  text-transform: none;
}

.vnc-process-section h2 {
  color: #01245a !important;
  font-family: "Montserrat", sans-serif;
  font-size: 46px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  margin: -20px 0 0;
}

.vnc-process-section .vnc-process {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
  margin: 0 auto;
  max-width: 1800px;
}

.vnc-process-col {
  align-items: center;
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  padding: 0;
  position: relative;
}

.vnc-process-col:last-child {
  flex: 0 1 auto;
}

.vnc-process-section .vnc-step {
  background: #ffce47;
  border: 0;
  border-radius: 12px;
  box-shadow: none;
  color: #000;
  flex-shrink: 0;
  height: auto;
  margin: 0;
  max-width: 220px;
  min-height: 0;
  min-width: 160px;
  padding: 30px 20px;
  position: relative;
  text-align: center;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  z-index: 1;
}

.vnc-process-section .vnc-step:hover {
  background: #ffce47;
  transform: translateY(-4px);
}

.vnc-step-icon-wrap {
  align-items: center;
  display: inline-block;
  justify-content: center;
  margin: 0 auto 18px;
  position: relative;
}

.vnc-process-section .vnc-step .vnc-step-icon {
  align-items: center;
  background: #01245a;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 136px;
  justify-content: center;
  margin: 0;
  width: 136px;
}

.vnc-process-section .vnc-step .vnc-step-icon i {
  color: #fff;
  font-size: 63px;
  line-height: 1;
}

.vnc-process-section .vnc-step .vnc-step-number {
  align-items: center;
  background: #ffce47;
  border: 0;
  border-radius: 50%;
  color: #01245a;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  position: absolute;
  right: -6px;
  top: -6px;
  width: 28px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.vnc-process-section .vnc-step h3 {
  color: #01245a;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 12px;
}

.vnc-process-section .vnc-step p {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin: 0;
}

.vnc-step-connector {
  align-self: flex-start;
  border-top: 1px solid #ffce47;
  flex: 1;
  display: block;
  margin-top: 60px;
  min-width: 30px;
  position: static;
  width: auto;
  z-index: 0;
}

@media (max-width: 1024px) {
  .vnc-process-section .vnc-process {
    flex-wrap: wrap;
    gap: 10px 0;
    justify-content: center;
  }

  .vnc-process-col {
    flex: 0 0 33.333%;
    justify-content: center;
  }

  .vnc-step-connector {
    display: none;
  }

  .vnc-process-section .vnc-step {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .vnc-process-section .vnc-section-head {
    margin-bottom: 25px;
  }

  .vnc-process-section h2 {
    font-size: 34px !important;
  }

  .vnc-process-section .vnc-step .vnc-step-icon {
    height: 99px;
    width: 99px;
  }

  .vnc-process-section .vnc-step .vnc-step-icon i {
    font-size: 45px;
  }

  .vnc-process-section .vnc-step h3 {
    font-size: 14px;
  }

  .vnc-process-section .vnc-step p {
    font-size: 12px;
  }
}

@media (max-width: 767.98px) {
  .vnc-process-section h2 {
    font-size: 34px !important;
    line-height: 1.2 !important;
  }

  .vnc-process-col {
    flex: 0 0 100%;
    padding: 0;
  }

  .vnc-process-section .vnc-step {
    max-width: 100%;
  }
}

/* Final reference match for student testimonials section. */
.vnc-testimonials-section {
  background: #01245a;
  margin-top: 61px;
  overflow: hidden;
  padding: 19px 0 20px;
  position: relative;
}

.vnc-testimonials-section::before {
  background: url("../images/reference/why-choose-us-Bg-Visa-Nest.webp") center / cover no-repeat;
  content: "";
  filter: brightness(25%) contrast(100%) saturate(100%) blur(0.8px);
  inset: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
}

.vnc-testimonials-section .container {
  max-width: 1600px;
  position: relative;
  z-index: 1;
}

.vnc-testimonials-section .vnc-section-head {
  margin: 0 auto 15px;
  text-align: center;
}

.vnc-testimonials-section .vnc-kicker {
  background: #01245a;
  border: 1px solid #ffce47;
  border-radius: 28px;
  color: #ffce47;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
  padding: 8px 18px;
}

.vnc-testimonials-section h2 {
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 31px !important;
  font-weight: 700 !important;
  line-height: 37px !important;
  margin: 0 0 15px;
}

.vnc-testimonial-wrap {
  margin: 0 auto;
  max-width: 1380px;
  padding: 0 42px;
  position: relative;
}

.vnc-testimonial-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.vnc-testimonial-track::-webkit-scrollbar {
  display: none;
}

.vnc-testimonial-slide {
  background: #f1f1f1;
  border: 3px solid #01245a;
  border-radius: 11px;
  flex: 0 0 calc((100% - 20px) / 3);
  padding: 11px;
  scroll-snap-align: start;
}

.vnc-testimonials-section .vnc-review {
  backdrop-filter: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.vnc-testimonials-section .vnc-review::before {
  content: none;
}

.vnc-testimonials-section .vnc-review p {
  background: #fff;
  border-radius: 10px;
  color: #000;
  flex: 1;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
  padding: 20px;
  position: relative;
}

.vnc-testimonials-section .vnc-review p::after {
  background: #fff;
  bottom: -7px;
  content: "";
  height: 16px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(45deg);
  width: 16px;
}

.vnc-testimonials-section .vnc-review footer {
  align-items: center;
  color: #01245a;
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  gap: 9px;
  justify-content: center;
  padding: 20px 20px 0;
}

.vnc-testimonials-section .vnc-review footer img {
  border-radius: 50%;
  height: 57px;
  object-fit: cover;
  width: 57px;
}

.vnc-testimonials-section .vnc-review footer span {
  color: #01245a;
}

.vnc-testimonial-arrow {
  align-items: center;
  background: transparent;
  border: 0;
  color: #ffce47;
  display: inline-flex;
  font-size: 20px;
  height: 42px;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  z-index: 2;
}

.vnc-testimonial-arrow:hover,
.vnc-testimonial-arrow:focus {
  color: #ffce47;
  outline: none;
}

.vnc-testimonial-arrow-prev {
  left: 0;
}

.vnc-testimonial-arrow-next {
  right: 0;
}

@media (max-width: 1024px) {
  .vnc-testimonial-slide {
    flex-basis: calc((100% - 10px) / 2);
  }
}

@media (max-width: 767.98px) {
  .vnc-testimonials-section {
    margin-top: 40px;
  }

  .vnc-testimonials-section h2 {
    font-size: 26px !important;
    line-height: 32px !important;
  }

  .vnc-testimonial-wrap {
    padding: 0 32px;
  }

  .vnc-testimonial-slide {
    flex-basis: 100%;
  }

  .vnc-testimonials-section .vnc-review p {
    font-size: 14px;
  }
}

/* Final reference match for FAQ section. */
.vnc-faq-section {
  background: #fff;
  margin: 7% 0;
  padding: 0;
}

.vnc-faq-section .container {
  max-width: 1600px;
}

.vnc-faq-copy {
  text-align: left;
}

.vnc-faq-copy .vnc-kicker {
  background: #01245a;
  border: 1px solid #ffce47;
  border-radius: 28px;
  color: #ffce47;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
  padding: 8px;
  text-transform: none;
}

.vnc-faq-copy h2 {
  color: #01245a !important;
  font-family: "Montserrat", sans-serif;
  font-size: 55px !important;
  font-weight: 900 !important;
  letter-spacing: 0.5px;
  line-height: 59px !important;
  margin: 0 0 18px;
}

.vnc-faq-copy > p:not(.vnc-kicker) {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 35px;
  margin: 0 0 24px;
  max-width: 620px;
}

.vnc-faq-section .vnc-faq-actions {
  align-items: stretch;
  display: inline-flex;
  gap: 0;
  margin: 0;
}

.vnc-faq-section .vnc-faq-actions .btn {
  align-items: center;
  border: 0;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
  justify-content: center;
  line-height: 1.2;
  min-height: 52px;
  padding: 15px 12px;
  text-transform: none;
}

.vnc-faq-section .vnc-faq-actions .btn-vnc-primary {
  background: #01245a;
  border-radius: 5px 0 0 6px;
  color: #fff;
  min-width: 157px;
}

.vnc-faq-section .vnc-faq-actions .btn-vnc-outline {
  background: #ffce47;
  border-radius: 0 5px 5px 0;
  color: #000;
  min-width: 186px;
}

.vnc-faq-section .vnc-faq-actions .btn:hover,
.vnc-faq-section .vnc-faq-actions .btn:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #000;
}

.vnc-faq-panel {
  padding-left: 39px;
}

.vnc-faq-section .vnc-faq .accordion-item {
  background: transparent;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  margin-bottom: 18px;
  overflow: visible;
}

.vnc-faq-section .vnc-faq .accordion-header {
  margin: 0;
}

.vnc-faq-section .vnc-faq .accordion-button {
  align-items: center;
  background: #fff;
  border: 2px solid #01245a;
  border-radius: 10px !important;
  box-shadow: none;
  color: #333;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  gap: 18px;
  justify-content: space-between;
  line-height: 1.45;
  padding: 18px 20px;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.vnc-faq-section .vnc-faq .accordion-button::after {
  display: none;
}

.vnc-faq-section .vnc-faq .accordion-button span {
  flex: 1;
}

.vnc-faq-section .vnc-faq .accordion-button i {
  color: #444;
  flex: 0 0 auto;
  font-size: 16px;
  transition: transform 0.25s ease, color 0.25s ease;
}

.vnc-faq-section .vnc-faq .accordion-button:hover,
.vnc-faq-section .vnc-faq .accordion-button:not(.collapsed) {
  background: #01245a;
  color: #fff;
}

.vnc-faq-section .vnc-faq .accordion-button:hover i,
.vnc-faq-section .vnc-faq .accordion-button:not(.collapsed) i {
  color: #fff;
}

.vnc-faq-section .vnc-faq .accordion-button:not(.collapsed) i {
  transform: rotate(90deg);
}

.vnc-faq-section .vnc-faq .accordion-collapse {
  background: #f0f0f0;
  color: #333;
  margin-top: 0;
}

.vnc-faq-section .vnc-faq .accordion-body {
  color: #333;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  padding: 18px 20px 20px;
}

@media (max-width: 991.98px) {
  .vnc-faq-section .container {
    max-width: 991px;
  }

  .vnc-faq-copy h2 {
    font-size: 47px !important;
    line-height: 1.15 !important;
  }

  .vnc-faq-panel {
    padding-left: 12px;
  }
}

@media (max-width: 767.98px) {
  .vnc-faq-section {
    margin: 44px 0;
  }

  .vnc-faq-copy {
    text-align: center;
  }

  .vnc-faq-copy h2 {
    font-size: 30px !important;
    line-height: 1.2 !important;
  }

  .vnc-faq-copy > p:not(.vnc-kicker) {
    font-size: 13px;
    line-height: 2;
    max-width: none;
  }

  .vnc-faq-section .vnc-faq-actions {
    display: flex;
    margin: 0 11px 0 0;
    width: calc(100% - 11px);
  }

  .vnc-faq-section .vnc-faq-actions .btn {
    flex: 1 1 0;
    font-size: 14px;
    min-width: 0;
    padding: 13px 8px;
  }

  .vnc-faq-panel {
    padding: 9px;
  }

  .vnc-faq-section .vnc-faq .accordion-button {
    font-size: 14px;
    padding: 15px 14px;
  }

  .vnc-faq-section .vnc-faq .accordion-body {
    font-size: 13px;
  }
}

/* Final reference match for dynamic Drupal header/menu. */
.vnc-header {
  background: #01245a;
  box-shadow: 0 0 0 3px #00fc3a;
  margin-top: -3px;
  position: sticky;
  top: 0;
  z-index: 1030;
}

.vnc-header.is-scrolled {
  background: #01245a;
  box-shadow: 0 0 0 3px #00fc3a;
}

.vnc-navbar {
  min-height: 70px;
  padding: 0;
}

.vnc-navbar > .container {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(88px, 16.979%) minmax(420px, 62.382%) minmax(180px, 20.305%);
  max-width: 1600px;
  min-height: 70px;
  width: 100%;
}

.vnc-navbar .region-nav-branding {
  align-items: center;
  display: flex;
  grid-column: 1;
}

.vnc-navbar .region-nav-main {
  align-items: center;
  display: flex;
  grid-column: 2;
  justify-content: center;
}

.vnc-navbar .region-nav-main nav {
  width: auto;
}

.vnc-navbar .region-nav-additional {
  align-items: center;
  display: flex;
  grid-column: 3;
  justify-content: center;
}

.vnc-brand {
  align-items: center;
  display: inline-flex;
  margin: 0;
  padding: 0;
}

.vnc-brand img {
  height: 66px;
  max-height: 66px;
  max-width: 66px;
  object-fit: contain;
  width: 66px;
}

.vnc-nav {
  align-items: center;
  display: flex;
  gap: 0;
  justify-content: center;
}

.vnc-nav > .nav-item {
  margin: 0 18px;
  position: relative;
}

.vnc-nav .nav-link {
  color: #ffce47;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 27px 0;
  position: relative;
}

.vnc-nav .nav-link::after {
  background: #ff3b30;
  bottom: 19px;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: center;
  transition: opacity 0.22s ease, transform 0.22s ease;
  width: 100%;
}

.vnc-nav .dropdown-toggle::after {
  border-top-color: currentColor;
  margin-left: 8px;
  position: static;
  transform: none;
}

.vnc-nav .nav-link:hover,
.vnc-nav .nav-link:focus,
.vnc-nav .nav-link.active,
.vnc-nav .nav-link.is-active {
  background: transparent;
  color: #ff3b30;
}

.vnc-nav .nav-link:hover::after,
.vnc-nav .nav-link:focus::after,
.vnc-nav .nav-link.active::after,
.vnc-nav .nav-link.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.vnc-dropdown {
  background: #01245a;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
  min-width: 280px;
  padding: 0;
}

.vnc-dropdown .dropdown-item {
  border-bottom: 1px solid #ffce47;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  padding: 14px 18px;
}

.vnc-dropdown li:last-child .dropdown-item {
  border-bottom: 0;
}

.vnc-dropdown .dropdown-item:hover,
.vnc-dropdown .dropdown-item:focus,
.vnc-dropdown .dropdown-item.active,
.vnc-dropdown .dropdown-item.is-active {
  background: #ffce47;
  color: #000;
}

@media (min-width: 992px) {
  #vncMainNav {
    display: contents !important;
  }

  .vnc-nav .dropdown:hover > .vnc-dropdown,
  .vnc-nav .dropdown:focus-within > .vnc-dropdown {
    display: block;
  }
}

.vnc-header .btn-vnc-primary {
  align-items: center;
  background: #ffce47;
  border: 0;
  border-radius: 100px;
  color: #000;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  min-height: 52px;
  min-width: 177px;
  padding: 12px 18px;
}

.vnc-header .btn-vnc-primary i {
  color: #000;
  font-size: 22px;
  line-height: 1;
}

.vnc-header .btn-vnc-primary:hover,
.vnc-header .btn-vnc-primary:focus {
  background: #ff3b30;
  color: #000;
}

.navbar-toggler {
  background: #ffce47;
  border: 0;
  border-radius: 2px;
  color: #000;
  padding: 8px 10px;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 206, 71, 0.45);
}

@media (max-width: 1366px) {
  .vnc-nav > .nav-item {
    margin: 0 11px;
  }

  .vnc-header .btn-vnc-primary {
    min-width: 177px;
  }
}

@media (max-width: 991.98px) {
  .vnc-navbar {
    padding: 7px 0;
  }

  .vnc-navbar > .container {
    display: flex;
    min-height: 62px;
  }

  .vnc-navbar .region-nav-branding {
    flex: 1 1 auto;
  }

  .vnc-brand img {
    height: 56px;
    max-height: 56px;
    max-width: 56px;
    width: 56px;
  }

  .vnc-navbar .region-nav-main,
  .vnc-navbar .region-nav-additional {
    display: block;
    flex: 1 1 100%;
  }

  #vncMainNav {
    background: #01245a;
    margin: 8px -12px 0;
    padding: 0 12px 16px;
  }

  .vnc-nav {
    align-items: stretch;
    display: block;
  }

  .vnc-nav > .nav-item {
    margin: 0;
  }

  .vnc-nav .nav-link {
    border-bottom: 1px solid #ffce47;
    color: #fff;
    padding: 15px 12px;
  }

  .vnc-nav .nav-link::after {
    content: none;
  }

  .vnc-dropdown {
    border: 0;
    display: block;
    margin: 0;
    min-width: 0;
    padding-left: 12px;
    position: static;
  }

  .vnc-header .btn-vnc-primary {
    margin: 16px 12px 0 !important;
    width: calc(100% - 24px);
  }
}

/* Visaland-inspired global header. */
.vnc-header {
  background: transparent !important;
  box-shadow: 0 10px 30px rgba(10, 24, 48, 0.08) !important;
  margin-top: 0 !important;
  position: sticky !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1030 !important;
}

.vnc-header.is-scrolled {
  background: transparent !important;
  box-shadow: 0 12px 32px rgba(10, 24, 48, 0.12) !important;
}

.vnc-top-header {
  background: #01245a !important;
  color: #fff !important;
  font-family: "Nunito Sans", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.vnc-top-header > .container {
  align-items: center !important;
  display: flex !important;
  justify-content: space-between !important;
  max-width: 1320px !important;
  min-height: 44px !important;
  width: 100% !important;
}

.vnc-top-header-left,
.vnc-top-header-right {
  align-items: center !important;
  display: flex !important;
}

.vnc-top-header-left {
  gap: 28px !important;
}

.vnc-top-header-right {
  gap: 0 !important;
}

.vnc-top-header a,
.vnc-top-header span {
  align-items: center !important;
  color: #fff !important;
  display: inline-flex !important;
  gap: 9px !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.vnc-top-header i {
  color: #ffce47 !important;
  font-size: 14px !important;
}

.vnc-top-header-right a {
  border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
  padding: 0 16px !important;
}

.vnc-top-header-right a:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.vnc-navbar {
  background: #fff !important;
  min-height: 88px !important;
  padding: 0 !important;
}

.vnc-navbar > .container {
  align-items: center !important;
  display: grid !important;
  gap: 24px !important;
  grid-template-columns: minmax(130px, 190px) minmax(430px, 1fr) minmax(315px, auto) !important;
  max-width: 1320px !important;
  min-height: 88px !important;
  width: 100% !important;
}

.vnc-navbar .region-nav-branding,
.vnc-navbar .region-nav-main,
.vnc-header-actions {
  align-items: center !important;
  display: flex !important;
}

.vnc-navbar .region-nav-branding {
  justify-content: flex-start !important;
}

.vnc-navbar .region-nav-main {
  justify-content: center !important;
}

.vnc-navbar .region-nav-additional {
  align-items: center !important;
  display: flex !important;
  justify-content: flex-end !important;
}

.vnc-header-actions {
  gap: 22px !important;
  justify-content: flex-end !important;
}

.vnc-brand img {
  height: 110px !important;
  max-height: 74px !important;
  max-width: 293px !important;
  object-fit: contain !important;
  width: 282px !important;
}

.vnc-nav {
  align-items: center !important;
  display: flex !important;
  gap: 0 !important;
  justify-content: center !important;
  margin: 0 !important;
}

.vnc-nav > .nav-item {
  margin: 0 !important;
  position: relative !important;
}

.vnc-nav .nav-link {
  color: #0b1f3a !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  padding: 36px 15px !important;
  text-transform: capitalize !important;
}

.vnc-nav .nav-link::after {
  content: none !important;
}

.vnc-nav .dropdown-toggle::after {
  border-top-color: currentColor !important;
  margin-left: 7px !important;
}

.vnc-nav .nav-link:hover,
.vnc-nav .nav-link:focus,
.vnc-nav .nav-link.active,
.vnc-nav .nav-link.is-active {
  color: #ff3b30 !important;
}

.vnc-dropdown {
  background: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 12px 30px rgba(10, 24, 48, 0.14) !important;
  margin-top: 0 !important;
  min-width: 250px !important;
  padding: 10px 0 !important;
}

.vnc-dropdown .dropdown-item {
  border-bottom: 1px solid #edf1f6 !important;
  color: #0b1f3a !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 13px 20px !important;
}

.vnc-dropdown .dropdown-item:hover,
.vnc-dropdown .dropdown-item:focus,
.vnc-dropdown .dropdown-item.active,
.vnc-dropdown .dropdown-item.is-active {
  background: #01245a !important;
  color: #fff !important;
}

.vnc-header-phone {
  align-items: center !important;
  color: #0b1f3a !important;
  display: inline-flex !important;
  gap: 12px !important;
  min-width: 158px !important;
  text-decoration: none !important;
}

.vnc-header-phone-icon {
  align-items: center !important;
  background: #dc3545 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  display: inline-flex !important;
  flex: 0 0 42px !important;
  height: 42px !important;
  justify-content: center !important;
  width: 42px !important;
}

.vnc-header-phone-icon i {
  font-size: 15px !important;
}

.vnc-header-phone-copy {
  display: grid !important;
  gap: 4px !important;
  line-height: 1 !important;
}

.vnc-header-phone-copy span {
  color: #687385 !important;
  font-family: "Nunito Sans", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.vnc-header-phone-copy strong {
  color: #0b1f3a !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

.vnc-header .btn-vnc-primary {
  align-items: center !important;
  background: #dc3545 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  gap: 9px !important;
  justify-content: center !important;
  min-height: 54px !important;
  min-width: 154px !important;
  padding: 15px 20px !important;
  text-transform: capitalize !important;
}

.vnc-header .btn-vnc-primary i {
  color: #ffffff !important;
  font-size: 18px !important;
}

.vnc-header .btn-vnc-primary:hover,
.vnc-header .btn-vnc-primary:focus {
  background: #01245a !important;
  color: #fff !important;
}

.vnc-header .btn-vnc-primary:hover i,
.vnc-header .btn-vnc-primary:focus i {
  color: #fff !important;
}

@media (min-width: 992px) {
  #vncMainNav {
    display: contents !important;
  }
}

@media (max-width: 1199.98px) {
  .vnc-navbar > .container {
    gap: 16px !important;
    grid-template-columns: minmax(100px, 140px) minmax(360px, 1fr) minmax(250px, auto) !important;
  }

  .vnc-nav .nav-link {
    font-size: 14px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .vnc-header-phone {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .vnc-top-header {
    display: none !important;
  }

  .vnc-navbar {
    min-height: 72px !important;
    padding: 8px 0 !important;
  }

  .vnc-navbar > .container {
    display: flex !important;
    flex-wrap: wrap !important;
    min-height: 0 !important;
  }

  .vnc-brand img {
    /* height: 81px !important; */
    /* max-height: 69px !important; */
    max-width: 216px !important;
    width: 236px !important;
  }

  .navbar-toggler {
    background: #01245a !important;
    border: 0 !important;
    border-radius: 0 !important;
    margin-left: auto !important;
  }

  .navbar-toggler-icon {
    filter: invert(1) !important;
  }

  #vncMainNav {
    background: #fff !important;
    box-shadow: 0 14px 30px rgba(10, 24, 48, 0.12) !important;
    flex-basis: 100% !important;
    margin: 8px 0 0 !important;
    padding: 10px 0 18px !important;
  }

  .vnc-navbar .region-nav-main,
  .vnc-header-actions,
  .vnc-navbar .region-nav-additional {
    display: block !important;
    width: 100% !important;
  }

  .vnc-nav {
    align-items: stretch !important;
    display: block !important;
  }

  .vnc-nav .nav-link {
    border-bottom: 1px solid #edf1f6 !important;
    color: #0b1f3a !important;
    padding: 15px 18px !important;
  }

  .vnc-dropdown {
    box-shadow: none !important;
    display: block !important;
    padding: 0 0 0 14px !important;
    position: static !important;
  }

  .vnc-header-phone {
    display: none !important;
  }

  .vnc-header .btn-vnc-primary {
    margin: 16px 18px 0 !important;
    width: calc(100% - 36px) !important;
  }
}

/* Services page */
.vnc-services-node {
  margin: 0;
  max-width: none;
}

.vnc-services-node-content,
.vnc-services-node-content > .field,
.vnc-services-node-content > .field > .field__item {
  max-width: none;
  width: 100%;
}

.vnc-services-page {
  background: #fff;
  color: #111;
  font-family: "Nunito", sans-serif;
  overflow: hidden;
  width: 100%;
}

.vnc-services-page > section {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.vnc-services-page .container {
  max-width: 1200px;
}

.vnc-services-hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(1, 36, 90, 0.94), rgba(1, 36, 90, 0.86)),
    url("../images/reference/why-choose-us-Bg-Visa-Nest.webp") center/cover no-repeat;
  display: flex;
  min-height: 255px;
  padding: 72px 0 62px;
  text-align: center;
}

.vnc-services-hero h1 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 16px;
}

.vnc-services-breadcrumb {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "Nunito", sans-serif;
  font-size: 17px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
}

.vnc-services-breadcrumb a {
  color: #ffce47;
  text-decoration: none;
}

.vnc-services-intro {
  padding: 80px 0;
}

.vnc-services-intro-grid {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.vnc-services-main-img {
  border-radius: 0;
  display: block;
  height: auto;
  margin: 0 0 30px;
  max-width: 100%;
  width: 100%;
}

.vnc-services-kicker {
  color: #ffce47;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 10px;
  text-transform: capitalize;
}

.vnc-services-intro-copy h2,
.vnc-services-why-copy h2,
.vnc-services-faq-copy h2 {
  color: #01245a;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(34px, 3.7vw, 52px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.14;
  margin: 0 0 20px;
}

.vnc-services-intro-copy p,
.vnc-services-why-copy p,
.vnc-services-faq-copy p {
  color: #111;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0 0 28px;
}

.vnc-services-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.vnc-services-btn {
  align-items: center;
  border-radius: 0;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 800;
  gap: 9px;
  justify-content: center;
  line-height: 1.2;
  min-height: 52px;
  min-width: 168px;
  padding: 14px 24px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.vnc-services-btn:hover,
.vnc-services-btn:focus {
  transform: translateY(-2px);
}

.vnc-services-btn-primary {
  background: #01245a;
  color: #fff;
}

.vnc-services-btn-primary:hover,
.vnc-services-btn-primary:focus {
  background: #ffce47;
  color: #000;
}

.vnc-services-btn-secondary {
  background: #dc3545;
  color: #ffffff;
}

.vnc-services-btn-secondary:hover,
.vnc-services-btn-secondary:focus {
  background: #01245a;
  color: #fff;
}

.vnc-services-card-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vnc-services-card {
  background: #01245a;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  overflow: hidden;
  padding: 34px 28px 28px;
  position: relative;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.vnc-services-card:nth-child(even),
.vnc-services-card-featured {
  background: #ffce47;
  color: #000;
}

.vnc-services-card-featured {
  grid-column: 1 / -1;
  min-height: 210px;
}

.vnc-services-card::before {
  border: 1px solid rgba(255, 255, 255, 0.22);
  content: "";
  inset: 14px;
  pointer-events: none;
  position: absolute;
}

.vnc-services-card:nth-child(even)::before,
.vnc-services-card-featured::before {
  border-color: rgba(1, 36, 90, 0.2);
}

.vnc-services-card:hover,
.vnc-services-card:focus {
  box-shadow: 0 20px 40px rgba(1, 36, 90, 0.16);
  color: inherit;
  transform: translateY(-5px);
}

.vnc-services-card h3 {
  color: inherit;
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0 0 18px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.vnc-services-card p {
  color: inherit;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  opacity: 0.9;
  position: relative;
  z-index: 1;
}

.vnc-services-arrow {
  bottom: 24px;
  color: inherit;
  font-size: 30px;
  line-height: 1;
  opacity: 0.85;
  position: absolute;
  right: 26px;
  z-index: 1;
}

.vnc-services-why {
  background:
    linear-gradient(90deg, rgba(1, 36, 90, 0.96), rgba(1, 36, 90, 0.9)),
    url("../images/reference/why-choose-us-Bg-Visa-Nest.webp") center/cover no-repeat;
  padding: 86px 0;
}

.vnc-services-why-grid {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.vnc-services-why .vnc-services-kicker {
  color: #ffce47;
}

.vnc-services-why-copy h2,
.vnc-services-why-copy p {
  color: #fff;
}

.vnc-services-feature-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vnc-services-feature {
  align-items: center;
  background: #fff;
  border-left: 6px solid #ffce47;
  display: flex;
  gap: 16px;
  min-height: 94px;
  padding: 18px 20px;
}

.vnc-services-feature-icon {
  align-items: center;
  background: #01245a;
  color: #ffce47;
  display: inline-flex;
  flex: 0 0 46px;
  font-size: 22px;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.vnc-services-feature h3 {
  color: #01245a;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
}

.vnc-services-faq {
  background: #f7f8fb;
  padding: 84px 0;
}

.vnc-services-faq-grid {
  align-items: start;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.vnc-services-faq-list {
  display: grid;
  gap: 14px;
}

.vnc-services-faq .accordion-item {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 0 12px 30px rgba(1, 36, 90, 0.08);
  overflow: hidden;
}

.vnc-services-faq .accordion-button {
  background: #fff;
  box-shadow: none;
  color: #01245a;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 800;
  gap: 14px;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 1.35;
  min-height: 70px;
  padding: 20px 24px;
}

.vnc-services-faq .accordion-button::after {
  content: none;
}

.vnc-services-faq .accordion-button i {
  color: #ffce47;
  flex: 0 0 auto;
  font-size: 22px;
  transition: transform 0.2s ease;
}

.vnc-services-faq .accordion-button:not(.collapsed) {
  background: #01245a;
  color: #fff;
}

.vnc-services-faq .accordion-button:not(.collapsed) i {
  transform: rotate(90deg);
}

.vnc-services-faq .accordion-body {
  color: #333;
  font-size: 16px;
  line-height: 1.75;
  padding: 22px 24px 24px;
}

@media (max-width: 1199.98px) {
  .vnc-services-card h3 {
    font-size: 23px;
  }
}

@media (max-width: 991.98px) {
  .vnc-services-intro-grid,
  .vnc-services-why-grid,
  .vnc-services-faq-grid {
    grid-template-columns: 1fr;
  }

  .vnc-services-intro,
  .vnc-services-why,
  .vnc-services-faq {
    padding: 64px 0;
  }
}

@media (max-width: 767.98px) {
  .vnc-services-hero {
    min-height: 210px;
    padding: 56px 0 48px;
  }

  .vnc-services-card-grid,
  .vnc-services-feature-grid {
    grid-template-columns: 1fr;
  }

  .vnc-services-card-featured {
    grid-column: auto;
  }

  .vnc-services-card {
    min-height: 230px;
  }

  .vnc-services-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .vnc-services-btn {
    width: 100%;
  }
}

/* Services page: reference alignment overrides */
.vnc-services-page .container {
  max-width: 1486px;
}

.vnc-services-hero {
  background:
    linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)),
    url("../images/reference/services-bg-visa-nest.webp") center/cover no-repeat;
  min-height: 326px;
  padding: 70px 0 60px;
}

.vnc-services-hero h1 {
  color: #ffce47;
  font-size: clamp(43px, 5vw, 68px);
  font-weight: 600;
  margin: 0;
}

.vnc-services-breadcrumb {
  color: #ffce47;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-top: 42px;
}

.vnc-services-breadcrumb a {
  color: #ffce47;
}

.vnc-services-intro {
  padding: 4% 0 0;
}

.vnc-services-intro-grid {
  gap: 26px;
  grid-template-columns: minmax(0, 50.187fr) minmax(0, 49.813fr);
}

.vnc-services-main-img {
  margin: 0 0 20px;
}

.vnc-services-intro-copy h2 {
  font-size: 31px;
  font-weight: 700;
  line-height: 37px;
}

.vnc-services-intro-copy p {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 31px;
}

.vnc-services-actions {
  gap: 0;
}

.vnc-services-btn {
  font-weight: 600;
  min-height: 54px;
  padding: 15px 18px;
  transform: none;
}

.vnc-services-btn:hover,
.vnc-services-btn:focus {
  transform: none;
}

.vnc-services-btn-primary {
  border-radius: 5px 0 0 6px;
  min-width: 157px;
}

.vnc-services-btn-secondary {
  border-radius: 0 5px 5px 0;
  min-width: 186px;
}

.vnc-services-card-grid {
  gap: 0;
}

.vnc-services-card {
  background: rgba(1, 36, 90, 0.12);
  border-radius: 15px;
  color: #000;
  margin: 10px;
  min-height: 228px;
  padding: 25px 45px 18px 24px;
}

.vnc-services-card:nth-child(even) {
  background: rgba(255, 206, 71, 0.16);
  color: #000;
}

.vnc-services-card-featured {
  background: linear-gradient(340deg, rgba(1, 36, 90, 0.12) 29%, rgba(255, 206, 71, 0.3) 100%);
  min-height: 205px;
}

.vnc-services-card::before {
  content: none;
}

.vnc-services-card:hover,
.vnc-services-card:focus {
  box-shadow: 0 10px 24px rgba(1, 36, 90, 0.12);
  transform: translateY(-2px);
}

.vnc-services-card h3 {
  color: #01245a;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin: 0 0 14px;
}

.vnc-services-card p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  opacity: 1;
}

.vnc-services-arrow {
  color: #01245a;
  display: inline-flex;
  font-size: 46px;
  line-height: 1;
  margin-top: auto;
  opacity: 1;
  position: static;
}

.vnc-services-why {
  background:
    linear-gradient(rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)),
    url("../images/reference/why-choose-us-Bg-Visa-Nest.webp") center/cover no-repeat;
  margin-top: 2%;
  padding: 60px 0;
}

.vnc-services-why .container {
  max-width: 1456px;
}

.vnc-services-why-copy h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.18;
}

.vnc-services-why-copy p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.vnc-services-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vnc-services-feature {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.15);
  border: 0;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  min-height: 165px;
  padding: 26px 16px 20px;
}

.vnc-services-feature-icon {
  background: transparent;
  color: #ffce47;
  flex: 0 0 auto;
  font-size: 41px;
  height: auto;
  width: auto;
}

.vnc-services-feature h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.vnc-services-faq {
  background: #fff;
  padding: 7% 0;
}

.vnc-services-faq .container {
  max-width: 1600px;
}

.vnc-services-faq-copy h2 {
  color: #01245a;
  font-size: 55px;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 59px;
}

.vnc-services-faq-copy p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 35px;
}

.vnc-services-faq-list {
  gap: 18px;
}

.vnc-services-faq .accordion-item {
  background: transparent;
  box-shadow: none;
}

.vnc-services-faq .accordion-button {
  background: #ffce47;
  border: 2px solid #01245a;
  border-radius: 10px;
  color: #333;
  font-size: 16px;
  min-height: 62px;
  padding: 18px 20px;
}

.vnc-services-faq .accordion-button i {
  color: #333;
  font-size: 16px;
}

.vnc-services-faq .accordion-button:hover,
.vnc-services-faq .accordion-button:not(.collapsed) {
  background: #01245a;
  color: #fff;
}

.vnc-services-faq .accordion-button:hover i,
.vnc-services-faq .accordion-button:not(.collapsed) i {
  color: #fff;
}

.vnc-services-faq .accordion-body {
  background: #f0f0f0;
  color: #333;
}

@media (max-width: 1366px) {
  .vnc-services-intro .container,
  .vnc-services-why .container,
  .vnc-services-faq .container {
    max-width: 991px;
  }

  .vnc-services-main-img {
    margin-top: 16px;
  }

  .vnc-services-intro-copy p {
    font-size: 14px;
    line-height: 1.8;
  }

  .vnc-services-card {
    min-height: 196px;
    padding: 12px;
  }

  .vnc-services-card h3 {
    font-size: 15px;
    line-height: 1.35;
  }

  .vnc-services-card p {
    font-size: 14px;
    line-height: 19px;
  }

  .vnc-services-arrow {
    font-size: 41px;
  }

  .vnc-services-feature h3 {
    font-size: 12px;
  }

  .vnc-services-faq-copy h2 {
    font-size: 47px;
  }
}

@media (min-width: 992px) and (max-width: 1366px) {
  .vnc-services-intro .container,
  .vnc-services-why .container,
  .vnc-services-faq .container {
    max-width: 1240px;
    width: calc(100% - 56px);
  }
}

@media (max-width: 991.98px) {
  .vnc-services-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .vnc-services-hero {
    min-height: 252px;
    padding: 48px 0 42px;
  }

  .vnc-services-breadcrumb {
    margin-top: 0;
  }

  .vnc-services-card {
    min-height: 0;
  }

  .vnc-services-actions {
    align-items: stretch;
    flex-direction: row;
  }

  .vnc-services-btn {
    min-width: 0;
    width: 50%;
  }

  .vnc-services-intro-copy h2 {
    font-size: 19px;
    line-height: 1.3;
  }

  .vnc-services-intro-copy p,
  .vnc-services-card p {
    font-size: 13px;
    line-height: 1.8;
  }

  .vnc-services-why {
    padding: 19px 12px 12px;
  }

  .vnc-services-why-copy h2 {
    font-size: 32px;
  }

  .vnc-services-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vnc-services-feature {
    min-height: 140px;
    padding: 15px 17px 6px;
  }

  .vnc-services-faq-copy h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .vnc-services-faq-copy p {
    font-size: 13px;
    line-height: 2;
  }
}

/* Services page: true full-width layout */
.vnc-inner-page:has(.vnc-services-page) {
  padding: 0;
}

.vnc-inner-page > .container:has(.vnc-services-page) {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

.vnc-inner-page .vnc-breadcrumb:has(+ .container .vnc-services-page) {
  display: none;
}

.vnc-services-node,
.vnc-services-node-content {
  max-width: none !important;
  width: 100% !important;
}

.vnc-services-page {
  overflow-x: clip;
}

.vnc-services-page > section {
  margin-left: 0 !important;
  width: 100% !important;
}

.vnc-services-page > section > .container {
  max-width: none !important;
  padding-left: clamp(18px, 4vw, 56px) !important;
  padding-right: clamp(18px, 4vw, 56px) !important;
  width: 100% !important;
}

/* About page */
.vnc-about-node,
.vnc-about-node-content {
  margin: 0;
  max-width: none !important;
  width: 100% !important;
}

.vnc-inner-page:has(.vnc-about-page) {
  padding: 0;
}

.vnc-inner-page > .container:has(.vnc-about-page) {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

.vnc-inner-page .vnc-breadcrumb:has(+ .container .vnc-about-page) {
  display: none;
}

.vnc-about-page {
  background: #fff;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  overflow-x: clip;
}

.vnc-about-page > section {
  width: 100%;
}

.vnc-about-page > section > .container {
  max-width: none !important;
  padding-left: clamp(18px, 4vw, 56px) !important;
  padding-right: clamp(18px, 4vw, 56px) !important;
  width: 100% !important;
}

.vnc-about-hero {
  align-items: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.71)),
    url("../images/reference/about-visa-nest.webp") center/cover no-repeat;
  display: flex;
  min-height: 400px;
  text-align: center;
}

.vnc-about-hero h1 {
  color: #ffce47;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(36px, 4.5vw, 50px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0 auto;
  max-width: 980px;
}

.vnc-about-breadcrumb {
  align-items: center;
  color: #ffce47;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  margin-top: 42px;
}

.vnc-about-breadcrumb a {
  color: #ffce47;
  text-decoration: none;
}

.vnc-about-pill {
  background: #01245a;
  border: 1px solid #ffce47;
  border-radius: 28px;
  color: #ffce47;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
  padding: 8px 14px;
}

.vnc-about-intro {
  min-height: 736px;
  padding: 4% 0 0;
}

.vnc-about-intro .container,
.vnc-about-mission .container,
.vnc-about-faq .container {
  max-width: 1600px !important;
}

.vnc-about-intro-grid {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 1fr;
}

.vnc-about-main-img {
  border-radius: 9px;
  display: block;
  height: 650px;
  max-width: 100%;
  object-fit: cover;
  width: 79%;
}

.vnc-about-intro-copy h2 {
  color: #01245a;
  font-family: "Montserrat", sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 37px;
  margin: 0 0 20px;
}

.vnc-about-intro-copy p {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 31px;
  margin: 0 0 16px;
}

.vnc-about-actions {
  align-items: center;
  display: flex;
  gap: 0;
  margin-top: 24px;
}

.vnc-about-btn {
  align-items: center;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  gap: 9px;
  justify-content: center;
  line-height: 1.2;
  min-height: 54px;
  padding: 15px 18px;
  text-decoration: none;
}

.vnc-about-btn-primary {
  background: #01245a;
  border-radius: 5px 0 0 6px;
  color: #fff;
  min-width: 157px;
}

.vnc-about-btn-secondary {

    background: var(--bs-red);
    border-radius: 0 5px 5px 0;
    color: #ffffff;
    min-width: 186px;
}

.vnc-about-why {
  background:
    linear-gradient(rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)),
    url("../images/reference/why-choose-us-Bg-Visa-Nest.webp") center/cover no-repeat;
  margin-top: 2%;
  padding: 60px 0;
}

.vnc-about-why .container {
  max-width: 1456px !important;
}

.vnc-about-why-grid {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: 0.92fr 1.08fr;
}

.vnc-about-why h2 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.18;
  margin: 0 0 20px;
}

.vnc-about-why p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 24px;
}

.vnc-about-feature-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vnc-about-feature {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  box-shadow: 0 19px 26px rgba(0, 0, 0, 0.42);
  color: #fff;
  min-height: 138px;
  padding: 20px 12px;
}

.vnc-about-feature i {
  color: #fff;
  display: block;
  font-size: 50px;
  line-height: 1;
  margin: 0 0 14px;
}

.vnc-about-feature h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
}

.vnc-about-mission {
  margin-top: 2%;
  padding: 40px 0 20px;
}

.vnc-about-mission h2,
.vnc-about-process h2 {
  color: #01245a;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 37px;
  margin: 0 0 34px;
  text-align: center;
}

.vnc-about-timeline {
  display: grid;
  gap: 72px;
  list-style: none;
  margin: 0 auto;
  max-width: 1180px;
  padding: 0;
}

.vnc-about-timeline li {
  align-items: flex-start;
  display: grid;
  gap: 30px;
  grid-template-columns: 70px minmax(0, 1fr);
  position: relative;
}

.vnc-about-timeline li:not(:last-child)::after {
  background: #ff3b30;
  content: "";
  height: calc(100% + 36px);
  left: 34px;
  position: absolute;
  top: 70px;
  width: 3px;
}

.vnc-about-timeline-icon {
  align-items: center;
  background: #01245a;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 28px;
  height: 70px;
  justify-content: center;
  position: relative;
  width: 70px;
  z-index: 1;
}

.vnc-about-timeline h3 {
  color: #01245a;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 15px;
}

.vnc-about-timeline p {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  margin: 0;
}

.vnc-about-process {
  background: #f1f1f1;
  margin-top: 2%;
  padding: 10px 0 20px;
}

.vnc-about-process .container {
  max-width: 1600px !important;
}

.vnc-about-process h2 {
  font-size: 43px;
  font-weight: 900;
  margin: 0 0 48px;
  padding-top: 16px;
}

.vnc-about-process-steps {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.vnc-about-step {
  background: #ffce47;
  border-radius: 12px;
  padding: 30px 20px;
  position: relative;
  text-align: center;
}

.vnc-about-step-icon {
  align-items: center;
  background: #01245a;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 48px;
  height: 136px;
  justify-content: center;
  margin-bottom: 24px;
  width: 136px;
}

.vnc-about-step-number {
  background: #ffce47;
  border-radius: 50%;
  color: #01245a;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  line-height: 38px;
  position: absolute;
  right: calc(50% - 70px);
  top: 26px;
  width: 38px;
}

.vnc-about-step h3 {
  color: #01245a;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 12px;
}

.vnc-about-step p {
  color: #000;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}

.vnc-about-faq {
  margin: 7% 0;
}

.vnc-about-faq-grid {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 1fr;
}

.vnc-about-faq h2 {
  color: #01245a;
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 59px;
  margin: 0 0 20px;
}

.vnc-about-faq p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 35px;
}

.vnc-about-faq-list {
  display: grid;
  gap: 18px;
}

.vnc-about-faq .accordion-item {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.vnc-about-faq .accordion-button {
  background: #ffce47;
  border: 2px solid #01245a;
  border-radius: 10px;
  box-shadow: none;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  gap: 14px;
  justify-content: space-between;
  min-height: 62px;
  padding: 18px 20px;
}

.vnc-about-faq .accordion-button::after {
  content: none;
}

.vnc-about-faq .accordion-button i {
  color: #333;
  font-size: 16px;
  transition: transform 0.2s ease;
}

.vnc-about-faq .accordion-button:hover,
.vnc-about-faq .accordion-button:not(.collapsed) {
  background: #01245a;
  color: #fff;
}

.vnc-about-faq .accordion-button:hover i,
.vnc-about-faq .accordion-button:not(.collapsed) i {
  color: #fff;
  transform: rotate(90deg);
}

.vnc-about-faq .accordion-body {
  background: #f0f0f0;
  color: #333;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.75;
  padding: 22px 24px;
}

@media (max-width: 1366px) {
  .vnc-about-intro .container,
  .vnc-about-why .container,
  .vnc-about-mission .container,
  .vnc-about-process .container,
  .vnc-about-faq .container {
    max-width: 1240px !important;
    width: calc(100% - 56px) !important;
  }

  .vnc-about-main-img {
    height: 560px;
  }

  .vnc-about-process h2 {
    font-size: 43px;
  }

  .vnc-about-step-icon {
    font-size: 45px;
    height: 99px;
    width: 99px;
  }

  .vnc-about-step p {
    font-size: 12px;
  }

  .vnc-about-faq h2 {
    font-size: 30px;
    line-height: 43px;
  }
}

@media (max-width: 991.98px) {
  .vnc-about-intro-grid,
  .vnc-about-why-grid,
  .vnc-about-faq-grid {
    grid-template-columns: 1fr;
  }

  .vnc-about-main-img {
    height: auto;
    width: 100%;
  }

  .vnc-about-feature-grid,
  .vnc-about-process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .vnc-about-hero {
    min-height: 260px;
  }

  .vnc-about-hero h1 {
    font-size: 34px;
  }

  .vnc-about-breadcrumb {
    margin-top: 0;
  }

  .vnc-about-intro {
    min-height: 0;
    padding: 40px 0;
  }

  .vnc-about-intro-copy h2,
  .vnc-about-mission h2 {
    font-size: 32px;
    line-height: 1.3;
  }

  .vnc-about-intro-copy p,
  .vnc-about-faq p {
    font-size: 13px;
    line-height: 2;
  }

  .vnc-about-actions {
    align-items: stretch;
  }

  .vnc-about-btn {
    min-width: 0;
    width: 50%;
  }

  .vnc-about-why {
    padding: 24px 0;
  }

  .vnc-about-why h2,
  .vnc-about-process h2 {
    font-size: 32px;
  }

  .vnc-about-feature-grid,
  .vnc-about-process-steps {
    grid-template-columns: 1fr;
  }

  .vnc-about-timeline {
    gap: 38px;
  }

  .vnc-about-timeline li {
    gap: 16px;
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .vnc-about-timeline-icon {
    font-size: 22px;
    height: 56px;
    width: 56px;
  }

  .vnc-about-timeline li:not(:last-child)::after {
    left: 27px;
    top: 56px;
  }

  .vnc-about-faq h2 {
    font-size: 21px;
    line-height: 1.2;
  }
}

/* Contact page */
.vnc-contact-node,
.vnc-contact-node-content {
  margin: 0;
  max-width: none !important;
  width: 100% !important;
}

.vnc-inner-page:has(.vnc-contact-page) {
  padding: 0;
}

.vnc-inner-page > .container:has(.vnc-contact-page) {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

.vnc-inner-page .vnc-breadcrumb:has(+ .container .vnc-contact-page) {
  display: none;
}

.vnc-contact-page {
  background: #fff;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  overflow-x: clip;
}

.vnc-contact-page > section {
  max-width: none;
  width: 100%;
}

.vnc-contact-page > section > .container {
  padding-left: clamp(18px, 4vw, 56px) !important;
  padding-right: clamp(18px, 4vw, 56px) !important;
  width: 100% !important;
}

.vnc-contact-hero {
  align-items: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
    url("../images/reference/contact-visa-nest-1.webp") center/cover no-repeat;
  display: flex;
  min-height: 400px;
  text-align: center;
}

.vnc-contact-hero h1 {
  color: #ffce47;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.vnc-contact-breadcrumb {
  align-items: center;
  color: #ffce47;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  margin-top: 42px;
}

.vnc-contact-breadcrumb a {
  color: #ffce47;
  text-decoration: none;
}

.vnc-contact-intro {
  margin: 4% 0;
}

.vnc-contact-intro .container {
  max-width: 1241px !important;
}

.vnc-contact-intro-grid {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: 1fr 1fr;
}

.vnc-contact-intro h2 {
  color: #01245a;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  margin: 0 0 20px;
}

.vnc-contact-intro p {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 31px;
  margin: 0 0 16px;
}

.vnc-contact-main-img {
  border-radius: 9px;
  display: block;
  height: 500px;
  margin-left: auto;
  max-width: 100%;
  object-fit: cover;
  width: 87%;
}

.vnc-contact-countries {
  background: #01245a;
  margin-top: 5%;
  padding: 27px 0 25px;
}

.vnc-contact-pill {
  background: #01245a;
  border: 1px solid #fff;
  border-radius: 28px;
  color: #ffce47;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
  padding: 8px 14px;
}

.vnc-contact-countries h2 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 37px;
  margin: 0 0 15px;
  text-align: center;
}

.vnc-contact-country-strip {
  display: flex;
  gap: 0;
  height: 500px;
  overflow: hidden;
}

.vnc-contact-country {
  align-items: end;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  flex: 1 1 0;
  isolation: isolate;
  min-width: 0;
  overflow: hidden;
  padding: 26px;
  position: relative;
  text-decoration: none;
  transition: flex 0.35s ease;
}

.vnc-contact-country::before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.vnc-contact-country.is-active {
  flex: 3 1 0;
}

.vnc-contact-country.is-active::before {
  background: rgba(0, 0, 0, 0.5);
}

.vnc-contact-country-strip:hover .vnc-contact-country.is-active {
  flex: 1 1 0;
}

.vnc-contact-country-strip .vnc-contact-country:hover,
.vnc-contact-country-strip .vnc-contact-country:focus {
  flex: 3 1 0;
}

.vnc-contact-country-strip .vnc-contact-country:hover::before,
.vnc-contact-country-strip .vnc-contact-country:focus::before {
  background: rgba(0, 0, 0, 0.5);
}

.vnc-contact-country h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 800;
  margin: 0;
}

.vnc-contact-country-overlay {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  box-shadow: 0 19px 26px rgba(0, 0, 0, 0.42);
  max-width: 360px;
  opacity: 0;
  padding: 22px;
  transform: translateY(16px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
  visibility: hidden;
}

.vnc-contact-country.is-active .vnc-contact-country-overlay,
.vnc-contact-country:hover .vnc-contact-country-overlay,
.vnc-contact-country:focus .vnc-contact-country-overlay,
.vnc-contact-country:focus-within .vnc-contact-country-overlay {
  opacity: 1;
  transform: none;
  visibility: visible;
}

.vnc-contact-country-strip:hover .vnc-contact-country.is-active:not(:hover) .vnc-contact-country-overlay {
  opacity: 0;
  transform: translateY(16px);
  visibility: hidden;
}

.vnc-contact-country-overlay p {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  margin: 10px 0 0;
}

.vnc-contact-country-uk { background-image: url("../images/reference/Uk-flag-Visa-Nest.webp"); }
.vnc-contact-country-ca { background-image: url("../images/reference/Canada-flag-Visa-Nest.webp"); }
.vnc-contact-country-us { background-image: url("../images/reference/Usa-flag-Visa-Nest.webp"); }
.vnc-contact-country-tr { background-image: url("../images/reference/turkey-flag-Visa-Nest.webp"); }
.vnc-contact-country-cy { background-image: url("../images/reference/Cyprus-flag-Visa-Nest.webp"); }
.vnc-contact-country-my { background-image: url("../images/reference/Malaysia-flag-Visa-Nest.webp"); }

.vnc-contact-form-section {
  margin-top: 3%;
}

.vnc-contact-form-section .container {
  max-width: 1315px !important;
}

.vnc-contact-form-grid {
  align-items: stretch;
  display: grid;
  gap: 28px;
  grid-template-columns: 51.279fr 48.672fr;
}

.vnc-contact-info-card,
.vnc-contact-form-card {
  border-radius: 15px;
}

.vnc-contact-info-card {
  background: #e0e0e0;
  padding: 37px 37px 18px;
}

.vnc-contact-info-card h2 {
  color: #01245a;
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 51px;
  margin: 0 0 28px;
}

.vnc-contact-info-list {
  display: grid;
  gap: 36px;
}

.vnc-contact-info-item {
  align-items: flex-start;
  color: #000;
  /* display: grid; */
  font-family: "Nunito Sans", sans-serif;
  font-size: 23px;
  font-weight: 800;
  gap: 18px;
  grid-template-columns: 37px minmax(0, 1fr);
  line-height: 1.35;
  text-decoration: none;
}

.vnc-contact-info-item i {
  color: #01245a;
  font-size: 37px;
  line-height: 1;
}

.vnc-contact-form-card {
  background: rgba(255, 206, 71, 0.3);
  padding: 22px;
}

.vnc-contact-form {
  /* display: grid; */
  gap: 14px 19px;
  grid-template-columns: 1fr 1fr;
}

.vnc-contact-form label {
  color: #4d4d4d;
  display: grid;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  gap: 6px;
}

.vnc-contact-form label:nth-child(3),
.vnc-contact-form label:nth-child(4),
.vnc-contact-form label:nth-child(5),
.vnc-contact-form button {
  grid-column: 1 / -1;
}

.vnc-contact-form input,
.vnc-contact-form textarea {
  background: #fff;
  border: 2px solid #d9d9d9;
  border-radius: 5px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  min-height: 46px;
  padding: 10px 12px;
  width: 100%;
}

.vnc-contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.vnc-contact-form button {
  background: #01245a;
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  justify-self: start;
  min-width: 160px;
  padding: 13px 24px;
}

.vnc-contact-hours {
  margin: 3% 0 0;
}

.vnc-contact-hours .container {
  max-width: 699px !important;
}

.vnc-contact-hours-card {
  background: linear-gradient(340deg, rgba(1, 36, 90, 0.12) 29%, rgba(255, 206, 71, 0.3) 100%);
  border-radius: 15px;
  margin: 10px;
  padding: 25px 45px 24px 24px;
}

.vnc-contact-hours-card h2 {
  color: #01245a;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 51px;
  margin: 0 0 18px;
  text-align: center;
}

.vnc-contact-hours-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
}

.vnc-contact-hours-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.vnc-contact-hours-list li {
  align-items: center;
  color: #01245a;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 700;
  gap: 11px;
}

.vnc-contact-hours-list i {
  color: #ff0000;
  font-size: 20px;
}

.vnc-contact-map {
  margin-top: 5%;
}

.vnc-contact-map iframe {
  border: 0;
  display: block;
  height: 633px;
  width: 100%;
}

@media (max-width: 1366px) {
  .vnc-contact-intro .container,
  .vnc-contact-form-section .container {
    max-width: 1240px !important;
    width: calc(100% - 56px) !important;
  }

  .vnc-contact-intro p {
    font-size: 14px;
  }

  .vnc-contact-main-img {
    height: 402px;
    width: 100%;
  }

  .vnc-contact-info-card {
    padding: 30px;
  }

  .vnc-contact-info-card h2,
  .vnc-contact-hours-card h2 {
    font-size: 31px;
    line-height: 38px;
  }

  .vnc-contact-form-card {
    padding: 16px;
  }
}

@media (max-width: 991.98px) {
  .vnc-contact-intro-grid,
  .vnc-contact-form-grid,
  .vnc-contact-hours-grid {
    grid-template-columns: 1fr;
  }

  .vnc-contact-country-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
  }

  .vnc-contact-country,
  .vnc-contact-country.is-active {
    flex: initial;
    grid-column: auto;
    min-height: 220px;
  }

  .vnc-contact-country-strip:hover .vnc-contact-country.is-active,
  .vnc-contact-country-strip .vnc-contact-country:hover,
  .vnc-contact-country-strip .vnc-contact-country:focus {
    flex: initial;
  }

  .vnc-contact-country-overlay {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
}

@media (max-width: 767.98px) {
  .vnc-contact-hero {
    min-height: 252px;
  }

  .vnc-contact-hero h1 {
    font-size: 32px;
  }

  .vnc-contact-breadcrumb {
    margin-top: 0;
  }

  .vnc-contact-intro h2 {
    font-size: 19px;
    line-height: 1.3;
  }

  .vnc-contact-intro p {
    font-size: 13px;
    line-height: 1.8;
  }

  .vnc-contact-main-img {
    height: 232px;
  }

  .vnc-contact-countries h2,
  .vnc-contact-info-card h2,
  .vnc-contact-hours-card h2 {
    font-size: 20px;
    line-height: 1.3;
  }

  .vnc-contact-info-card {
    padding: 14px;
  }

  .vnc-contact-info-item {
    font-size: 16px;
    grid-template-columns: 24px minmax(0, 1fr);
  }

  .vnc-contact-info-item i {
    font-size: 24px;
  }

  .vnc-contact-form {
    grid-template-columns: 1fr;
  }

  .vnc-contact-hours-list li {
    font-size: 12px;
  }

  .vnc-contact-map iframe {
    height: 336px;
  }
}

/* Contact page: true full-width override */
.vnc-contact-page .container,
.vnc-contact-intro .container,
.vnc-contact-form-section .container,
.vnc-contact-hours .container {
  max-width: none !important;
  padding-left: clamp(18px, 4vw, 56px) !important;
  padding-right: clamp(18px, 4vw, 56px) !important;
  width: 100% !important;
}

.vnc-contact-intro-grid,
.vnc-contact-form-grid {
  width: 100%;
}

.vnc-contact-hours-card {
  margin-left: 0;
  margin-right: 0;
}

.vnc-contact-hours-grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

/* Service detail pages */
.vnc-inner-page:has(.vnc-service-detail-page) {
  padding: 0;
}

.vnc-inner-page > .container:has(.vnc-service-detail-page) {
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.vnc-inner-page .vnc-breadcrumb:has(+ .container .vnc-service-detail-page) {
  display: none;
}

.vnc-service-detail-page {
  background: #fff;
  color: #4b5563;
  font-family: "Roboto", sans-serif;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.vnc-service-detail-page > section {
  position: relative;
  width: 100%;
}

.vnc-service-detail-page > section > .container {
  max-width: none !important;
  padding-left: clamp(18px, 4vw, 56px) !important;
  padding-right: clamp(18px, 4vw, 56px) !important;
  width: 100% !important;
}

/* Student Visa page: final winning reference overrides */
.vnc-inner-page:has(.vnc-student-ref-page) {
  padding: 0 !important;
}

.vnc-inner-page:has(.vnc-student-ref-page) > .vnc-breadcrumb {
  display: none !important;
}

.vnc-inner-page > .container:has(.vnc-student-ref-page) {
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.vnc-student-ref-top-grid {
  align-items: start !important;
  display: grid !important;
  gap: clamp(20px, 3vw, 42px) !important;
  grid-template-columns: 49.813fr 50.187fr !important;
}

.vnc-student-ref-top .vnc-student-ref-countries-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.vnc-student-ref-top .vnc-student-ref-countries-title,
.vnc-student-ref-top .vnc-student-ref-countries article:last-child {
  grid-column: 1 / -1 !important;
}

.vnc-student-ref-top .vnc-student-ref-intro-grid {
  display: block !important;
}

.vnc-student-ref-why {
  background:
    linear-gradient(rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)),
    url("../images/reference/why-choose-us-Bg-Visa-Nest.webp") center/cover no-repeat fixed !important;
  margin-top: 2% !important;
  padding: 60px 0 !important;
}

.vnc-student-ref-why > .container {
  align-items: center !important;
  display: grid !important;
  gap: clamp(28px, 4vw, 56px) !important;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr) !important;
  max-width: 1456px !important;
}

.vnc-student-ref-why-head {
  margin: 0 !important;
  max-width: none !important;
  text-align: left !important;
}

.vnc-student-ref-why-head > span,
.vnc-student-ref-why-head h2,
.vnc-student-ref-why-head p {
  color: #fff !important;
}

.vnc-student-ref-why-grid {
  gap: 10px 14px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.vnc-student-ref-why-grid article,
.vnc-student-ref-why-grid article:nth-child(odd),
.vnc-student-ref-why-grid article:nth-child(even) {
  background: rgba(255, 255, 255, 0.16) !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  min-height: 144px !important;
  padding: 20px 16px !important;
  text-align: center !important;
}

.vnc-student-ref-why-grid i,
.vnc-student-ref-why-grid h3 {
  color: #fff !important;
}

.vnc-student-ref-why-grid p {
  display: none !important;
}

@media (max-width: 991.98px) {
  .vnc-student-ref-top-grid,
  .vnc-student-ref-why > .container {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767.98px) {
  .vnc-student-ref-top .vnc-student-ref-countries-grid,
  .vnc-student-ref-why-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Final readability pass for country/flag reveal sections. */
.vnc-countries-section {
  background:
    linear-gradient(135deg, rgba(7, 29, 59, 0.98), rgba(1, 36, 90, 0.96)) !important;
  color: #fff !important;
  overflow: visible !important;
}

.vnc-countries-section .vnc-section-head,
.vnc-countries-section h2 {
  color: #fff !important;
  display: block !important;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.vnc-countries-section .vnc-kicker {
  background: rgba(255, 206, 71, 0.12) !important;
  border-color: rgba(255, 206, 71, 0.85) !important;
  color: #ffce47 !important;
}

.vnc-country-accordion {
  background: transparent !important;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.26) !important;
}

.vnc-country-accordion-content,
.vnc-country-accordion-content p,
.vnc-country-accordion-item.is-active .vnc-country-accordion-content p,
.vnc-country-accordion-item:hover .vnc-country-accordion-content p,
.vnc-country-accordion-item:focus-within .vnc-country-accordion-content p,
.vnc-country-accordion:has(.vnc-country-accordion-item:hover) .vnc-country-accordion-item.is-active:not(:hover) .vnc-country-accordion-content p,
.vnc-country-accordion:has(.vnc-country-accordion-item:focus) .vnc-country-accordion-item.is-active:not(:focus) .vnc-country-accordion-content p,
.vnc-contact-country-overlay,
.vnc-contact-country.is-active .vnc-contact-country-overlay,
.vnc-contact-country:hover .vnc-contact-country-overlay,
.vnc-contact-country:focus .vnc-contact-country-overlay,
.vnc-contact-country:focus-within .vnc-contact-country-overlay,
.vnc-contact-country-strip:hover .vnc-contact-country.is-active:not(:hover) .vnc-contact-country-overlay {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.vnc-country-accordion-content,
.vnc-country-accordion-item.is-active .vnc-country-accordion-content,
.vnc-country-accordion-item:hover .vnc-country-accordion-content,
.vnc-country-accordion-item:focus-within .vnc-country-accordion-content,
.vnc-country-accordion:has(.vnc-country-accordion-item:hover) .vnc-country-accordion-item.is-active:not(:hover) .vnc-country-accordion-content,
.vnc-country-accordion:has(.vnc-country-accordion-item:focus) .vnc-country-accordion-item.is-active:not(:focus) .vnc-country-accordion-content {
  backdrop-filter: blur(8px) brightness(1.08) !important;
  background: rgba(7, 29, 59, 0.52) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 8px !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24) !important;
}

.vnc-country-accordion-content h3,
.vnc-country-accordion-content p,
.vnc-contact-country-overlay h3,
.vnc-contact-country-overlay p {
  color: #fff !important;
}

/* Final home services layout: two columns with image, title, then content. */
.vnc-services-section {
  background: linear-gradient(180deg, #f7f8fb 0%, #fff 100%) !important;
  padding-bottom: clamp(72px, 7vw, 112px) !important;
  padding-top: clamp(64px, 6vw, 96px) !important;
}

.vnc-services-section::before {
  display: none !important;
}

.vnc-services-section .vnc-section-head {
  margin: 0 auto clamp(32px, 4vw, 52px) !important;
  max-width: 780px !important;
  padding-top: 0 !important;
  text-align: center !important;
}

.vnc-services-grid {
  display: grid !important;
  gap: 28px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.vnc-services-section .vnc-service {
  background: #fff !important;
  border: 1px solid rgba(1, 36, 90, 0.1) !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 34px rgba(10, 31, 58, 0.08) !important;
  display: flex !important;
  flex-direction: column !important;
  margin: 0 !important;
  min-height: 100% !important;
  overflow: hidden !important;
  padding: 0 !important;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease !important;
}

.vnc-services-section .vnc-service:hover {
  border-color: rgba(1, 36, 90, 0.2) !important;
  box-shadow: 0 24px 54px rgba(10, 31, 58, 0.15) !important;
  transform: translateY(-4px) !important;
}

.vnc-services-section .vnc-service-img {
  aspect-ratio: 16 / 9 !important;
  display: block !important;
  height: auto !important;
  margin: 0 !important;
  object-fit: cover !important;
  order: 1 !important;
  width: 100% !important;
}

.vnc-services-section .vnc-service-body {
  display: block !important;
  order: 2 !important;
  padding: 28px 28px 0 !important;
}

.vnc-services-section .vnc-service h3 {
  color: var(--vnc-primary) !important;
  font-size: clamp(24px, 2.2vw, 32px) !important;
  line-height: 1.15 !important;
  margin: 0 0 14px !important;
  text-align: left !important;
}

.vnc-services-section .vnc-service p {
  color: var(--vnc-muted) !important;
  font-size: 16px !important;
  line-height: 1.72 !important;
  margin: 0 !important;
  text-align: left !important;
}

.vnc-services-section .vnc-service a {
  align-self: flex-start !important;
  background: var(--vnc-primary) !important;
  border: 1px solid var(--vnc-primary) !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  color: #fff !important;
  margin: 24px 28px 28px !important;
  order: 3 !important;
  padding: 12px 20px !important;
}

.vnc-services-section .vnc-service a:hover,
.vnc-services-section .vnc-service a:focus {
  background: var(--vnc-accent) !important;
  border-color: var(--vnc-accent) !important;
  color: #fff !important;
}

.vnc-services-section .vnc-service:nth-child(5):last-child {
  grid-column: 1 / -1 !important;
  justify-self: center !important;
  max-width: calc(50% - 14px) !important;
  width: 100% !important;
}

@media (max-width: 991.98px) {
  .vnc-services-grid {
    grid-template-columns: 1fr !important;
  }

  .vnc-services-section .vnc-service:nth-child(5):last-child {
    grid-column: auto !important;
    max-width: none !important;
  }
}

@media (max-width: 767.98px) {
  .vnc-services-section {
    padding-bottom: 64px !important;
    padding-top: 64px !important;
  }

  .vnc-services-section .vnc-service-body {
    padding: 22px 22px 0 !important;
  }

  .vnc-services-section .vnc-service a {
    margin: 22px !important;
  }
}

/* Final readability pass for country/flag reveal sections. */
.vnc-countries-section {
  background:
    linear-gradient(135deg, rgba(7, 29, 59, 0.98), rgba(1, 36, 90, 0.96)) !important;
  color: #fff !important;
  overflow: visible !important;
}

.vnc-countries-section .vnc-section-head,
.vnc-countries-section h2 {
  color: #fff !important;
  display: block !important;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.vnc-countries-section .vnc-kicker {
  background: rgba(255, 206, 71, 0.12) !important;
  border-color: rgba(255, 206, 71, 0.85) !important;
  color: #ffce47 !important;
}

.vnc-country-accordion {
  background: transparent !important;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.26) !important;
}

.vnc-country-accordion-content,
.vnc-country-accordion-content p,
.vnc-country-accordion-item.is-active .vnc-country-accordion-content p,
.vnc-country-accordion-item:hover .vnc-country-accordion-content p,
.vnc-country-accordion-item:focus-within .vnc-country-accordion-content p,
.vnc-country-accordion:has(.vnc-country-accordion-item:hover) .vnc-country-accordion-item.is-active:not(:hover) .vnc-country-accordion-content p,
.vnc-country-accordion:has(.vnc-country-accordion-item:focus) .vnc-country-accordion-item.is-active:not(:focus) .vnc-country-accordion-content p,
.vnc-contact-country-overlay,
.vnc-contact-country.is-active .vnc-contact-country-overlay,
.vnc-contact-country:hover .vnc-contact-country-overlay,
.vnc-contact-country:focus .vnc-contact-country-overlay,
.vnc-contact-country:focus-within .vnc-contact-country-overlay,
.vnc-contact-country-strip:hover .vnc-contact-country.is-active:not(:hover) .vnc-contact-country-overlay {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.vnc-country-accordion-content,
.vnc-country-accordion-item.is-active .vnc-country-accordion-content,
.vnc-country-accordion-item:hover .vnc-country-accordion-content,
.vnc-country-accordion-item:focus-within .vnc-country-accordion-content,
.vnc-country-accordion:has(.vnc-country-accordion-item:hover) .vnc-country-accordion-item.is-active:not(:hover) .vnc-country-accordion-content,
.vnc-country-accordion:has(.vnc-country-accordion-item:focus) .vnc-country-accordion-item.is-active:not(:focus) .vnc-country-accordion-content {
  backdrop-filter: blur(8px) brightness(1.08) !important;
  background: rgba(7, 29, 59, 0.52) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 8px !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24) !important;
}

.vnc-country-accordion-content h3,
.vnc-country-accordion-content p,
.vnc-contact-country-overlay h3,
.vnc-contact-country-overlay p {
  color: #fff !important;
}

/* Visibility safeguard for hover-led country sections. */
.vnc-countries-section {
  background:
    linear-gradient(135deg, rgba(7, 29, 59, 0.98), rgba(1, 36, 90, 0.96)) !important;
  color: #fff !important;
  overflow: visible !important;
}

.vnc-countries-section .vnc-section-head {
  display: block !important;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.vnc-countries-section .vnc-kicker {
  background: rgba(255, 206, 71, 0.12) !important;
  border-color: rgba(255, 206, 71, 0.85) !important;
  color: #ffce47 !important;
}

.vnc-countries-section h2 {
  color: #fff !important;
  display: block !important;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.vnc-country-accordion {
  background: transparent !important;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.26) !important;
}

.vnc-country-accordion-content,
.vnc-country-accordion-content p,
.vnc-country-accordion-item.is-active .vnc-country-accordion-content p,
.vnc-country-accordion-item:hover .vnc-country-accordion-content p,
.vnc-country-accordion-item:focus-within .vnc-country-accordion-content p,
.vnc-country-accordion:has(.vnc-country-accordion-item:hover) .vnc-country-accordion-item.is-active:not(:hover) .vnc-country-accordion-content p,
.vnc-country-accordion:has(.vnc-country-accordion-item:focus) .vnc-country-accordion-item.is-active:not(:focus) .vnc-country-accordion-content p {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.vnc-country-accordion-content,
.vnc-country-accordion-item.is-active .vnc-country-accordion-content,
.vnc-country-accordion-item:hover .vnc-country-accordion-content,
.vnc-country-accordion-item:focus-within .vnc-country-accordion-content,
.vnc-country-accordion:has(.vnc-country-accordion-item:hover) .vnc-country-accordion-item.is-active:not(:hover) .vnc-country-accordion-content,
.vnc-country-accordion:has(.vnc-country-accordion-item:focus) .vnc-country-accordion-item.is-active:not(:focus) .vnc-country-accordion-content {
  backdrop-filter: blur(8px) brightness(1.08) !important;
  background: rgba(7, 29, 59, 0.52) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 8px !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24) !important;
}

.vnc-country-accordion-content h3,
.vnc-country-accordion-content p {
  color: #fff !important;
}

.vnc-contact-country-overlay,
.vnc-contact-country.is-active .vnc-contact-country-overlay,
.vnc-contact-country:hover .vnc-contact-country-overlay,
.vnc-contact-country:focus .vnc-contact-country-overlay,
.vnc-contact-country:focus-within .vnc-contact-country-overlay,
.vnc-contact-country-strip:hover .vnc-contact-country.is-active:not(:hover) .vnc-contact-country-overlay {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

/* Visaland color system applied across the Drupal site. */
:root {
  --vnc-ink: #0b1f3a;
  --vnc-ink-soft: #182f4d;
  --vnc-muted: #687385;
  --vnc-primary: #01245a;
  --vnc-primary-dark: #071d3b;
  --vnc-secondary: #ffce47;
  --vnc-accent: #ff3b30;
  --vnc-accent-dark: #d9342b;
  --vnc-cloud: #f1f1f1;
  --vnc-soft: #f7f8fb;
  --vnc-line: #edf1f6;
  --vnc-white: #ffffff;
  --vnc-teal: #01245a;
  --vnc-teal-dark: #071d3b;
  --vnc-aqua: #ffce47;
  --vnc-coral: #ff3b30;
  --vnc-gold: #ffce47;
  --vnc-mint: #f1f1f1;
  --vnc-shadow-sm: 0 10px 24px rgba(10, 31, 58, 0.08);
  --vnc-shadow-md: 0 18px 45px rgba(10, 31, 58, 0.12);
  --vnc-shadow-lg: 0 28px 70px rgba(10, 31, 58, 0.18);
}

body {
  background: #fff !important;
  color: var(--vnc-ink) !important;
}

a {
  color: var(--vnc-primary);
}

a:hover,
a:focus {
  color: var(--vnc-accent);
}

.vnc-page h1,
.vnc-page h2,
.vnc-page h3,
.vnc-page h4,
.vnc-section-title h2,
.vnc-inner-hero h1 {
  color: var(--vnc-primary) !important;
}

.vnc-kicker,
.vnc-section-eyebrow,
.vnc-inner-hero .vnc-kicker {
  color: var(--vnc-accent) !important;
}

.btn-vnc-primary,
.vnc-actions .btn-vnc-primary,
.vnc-final-cta .btn-vnc-primary,
.vnc-faq-section .vnc-faq-actions .btn-vnc-primary,
.vnc-consult-card .btn-vnc-primary {
  --bs-btn-bg: var(--vnc-secondary) !important;
  --bs-btn-border-color: var(--vnc-secondary) !important;
  --bs-btn-color: var(--vnc-ink) !important;
  --bs-btn-hover-bg: var(--vnc-primary) !important;
  --bs-btn-hover-border-color: var(--vnc-primary) !important;
  --bs-btn-hover-color: #fff !important;
  background: #dc3545 !important;
  border-color: var(--vnc-secondary) !important;
  color: #ffffff !important;
}

.btn-vnc-primary:hover,
.btn-vnc-primary:focus,
.vnc-actions .btn-vnc-primary:hover,
.vnc-actions .btn-vnc-primary:focus,
.vnc-final-cta .btn-vnc-primary:hover,
.vnc-final-cta .btn-vnc-primary:focus,
.vnc-faq-section .vnc-faq-actions .btn-vnc-primary:hover,
.vnc-faq-section .vnc-faq-actions .btn-vnc-primary:focus,
.vnc-consult-card .btn-vnc-primary:hover,
.vnc-consult-card .btn-vnc-primary:focus {
  background: var(--vnc-primary) !important;
  border-color: var(--vnc-primary) !important;
  color: #fff !important;
}

.btn-vnc-outline,
.vnc-section .btn-vnc-outline,
.vnc-contact .btn-vnc-outline,
.vnc-faq-section .vnc-faq-actions .btn-vnc-outline {
  --bs-btn-bg: #fff !important;
  --bs-btn-border-color: var(--vnc-primary) !important;
  --bs-btn-color: var(--vnc-primary) !important;
  --bs-btn-hover-bg: var(--vnc-accent) !important;
  --bs-btn-hover-border-color: var(--vnc-accent) !important;
  --bs-btn-hover-color: #fff !important;
  background: #fff !important;
  border-color: var(--vnc-primary) !important;
  color: var(--vnc-primary) !important;
}

.btn-vnc-outline:hover,
.btn-vnc-outline:focus,
.vnc-section .btn-vnc-outline:hover,
.vnc-section .btn-vnc-outline:focus,
.vnc-contact .btn-vnc-outline:hover,
.vnc-contact .btn-vnc-outline:focus,
.vnc-faq-section .vnc-faq-actions .btn-vnc-outline:hover,
.vnc-faq-section .vnc-faq-actions .btn-vnc-outline:focus {
  background: var(--vnc-accent) !important;
  border-color: var(--vnc-accent) !important;
  color: #fff !important;
}

.vnc-section-soft,
.vnc-services-section,
.vnc-process-section,
.vnc-faq-section {
  background: var(--vnc-cloud) !important;
}

.vnc-hero,
.vnc-final-cta,
.vnc-inner-hero {
  background-color: var(--vnc-primary) !important;
}

.vnc-hero h1,
.vnc-hero p,
.vnc-hero .vnc-kicker,
.vnc-hero-trust,
.vnc-hero-trust span,
.vnc-final-cta h2,
.vnc-final-cta p,
.vnc-final-cta .vnc-kicker,
.vnc-inner-hero h1,
.vnc-inner-hero p {
  color: #fff !important;
}

.vnc-hero .vnc-kicker,
.vnc-hero-trust i,
.vnc-final-cta .vnc-kicker {
  color: var(--vnc-secondary) !important;
}

.vnc-service,
.vnc-why-feature,
.vnc-feature-list span,
.vnc-process-card,
.vnc-testimonial-card,
.vnc-faq .accordion-item,
.vnc-consult-card {
  background: #fff !important;
  border-color: var(--vnc-line) !important;
  box-shadow: var(--vnc-shadow-sm) !important;
}

.vnc-services-section .vnc-service-blue,
.vnc-services-section .vnc-service-gold {
  background: #fff !important;
  border: 1px solid var(--vnc-line) !important;
}

.vnc-services-section .vnc-service-blue h3,
.vnc-services-section .vnc-service-gold h3,
.vnc-why-feature h3,
.vnc-process-card h3,
.vnc-testimonial-card h3 {
  color: var(--vnc-primary) !important;
}

.vnc-services-section .vnc-service-blue p,
.vnc-services-section .vnc-service-gold p,
.vnc-why-feature p,
.vnc-process-card p,
.vnc-testimonial-card p,
.vnc-section-title p {
  color: var(--vnc-muted) !important;
}

.vnc-services-section .vnc-service-blue a,
.vnc-services-section .vnc-service-gold a {
  color: var(--vnc-accent) !important;
}

.vnc-services-section .vnc-service-blue a:hover,
.vnc-services-section .vnc-service-gold a:hover {
  color: var(--vnc-primary) !important;
}

.vnc-why-feature i,
.vnc-process-card i,
.vnc-feature-list i {
  color: var(--vnc-secondary) !important;
}

.vnc-country-accordion-content h3 {
  color: #fff !important;
}

.vnc-footer {
  background: var(--vnc-primary-dark) !important;
}

.vnc-footer h2,
.vnc-footer h3,
.vnc-footer h4 {
  color: #fff !important;
}

.vnc-footer a:hover,
.vnc-footer a:focus,
.vnc-footer-contact i {
  color: var(--vnc-secondary) !important;
}

.vnc-student-ref-breadcrumb,
.vnc-service-detail-breadcrumb,
.vnc-inner-hero .breadcrumb,
.vnc-services-section .vnc-kicker,
.vnc-about-section .vnc-kicker,
.vnc-why-section .vnc-kicker,
.vnc-student-section .vnc-kicker,
.vnc-visit-section .vnc-kicker,
.vnc-turkish-section .vnc-kicker,
.vnc-ielts-section .vnc-kicker,
.vnc-immigration-section .vnc-kicker,
.vnc-countries-section .vnc-kicker,
.vnc-process-section .vnc-kicker,
.vnc-testimonials-section .vnc-kicker,
.vnc-faq-copy .vnc-kicker {
  color: var(--vnc-accent) !important;
}

.vnc-student-ref-button:hover,
.vnc-student-ref-button:focus,
.vnc-student-ref-call:hover span,
.vnc-student-ref-call:hover i,
.vnc-student-ref-consult:hover,
.vnc-service-detail-button:hover,
.vnc-service-detail-button:focus {
  background: var(--vnc-accent) !important;
  border-color: var(--vnc-accent) !important;
  color: #fff !important;
}

.vnc-student-ref-call i,
.vnc-student-ref-process article,
.vnc-service-detail-step b,
.vnc-service-detail-process article,
.vnc-process-card::before {
  background: var(--vnc-secondary) !important;
}

.vnc-student-ref-process i,
.vnc-service-detail-step i {
  background: var(--vnc-primary) !important;
  color: #fff !important;
}

/* Professional Visaland-style finishing layer. */
body {
  background: #fff !important;
  font-synthesis-weight: none;
  text-rendering: optimizeLegibility;
}

.vnc-page {
  background: #fff !important;
}

.vnc-header {
  border-bottom: 1px solid rgba(1, 36, 90, 0.08) !important;
}

.vnc-top-header {
  background: linear-gradient(90deg, #071d3b 0%, #01245a 100%) !important;
}

.vnc-top-header > .container,
.vnc-navbar > .container,
.vnc-section > .container,
.vnc-footer > .container {
  max-width: 1320px !important;
}

.vnc-nav .nav-link {
  position: relative !important;
}

.vnc-nav .nav-link::before {
  background: var(--vnc-accent) !important;
  bottom: 25px !important;
  content: "" !important;
  height: 2px !important;
  left: 15px !important;
  opacity: 0 !important;
  position: absolute !important;
  transform: scaleX(0) !important;
  transform-origin: left center !important;
  transition: opacity 0.22s ease, transform 0.22s ease !important;
  width: calc(100% - 30px) !important;
}

.vnc-nav .nav-link:hover::before,
.vnc-nav .nav-link:focus::before,
.vnc-nav .nav-link.active::before,
.vnc-nav .nav-link.is-active::before {
  opacity: 1 !important;
  transform: scaleX(1) !important;
}

.vnc-dropdown {
  border-top: 3px solid var(--vnc-secondary) !important;
}

.vnc-header .btn-vnc-primary,
.btn-vnc-primary,
.btn-vnc-outline {
  border-radius: 4px !important;
  box-shadow: none !important;
  letter-spacing: 0 !important;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
}

.vnc-header .btn-vnc-primary:hover,
.btn-vnc-primary:hover,
.btn-vnc-outline:hover {
  box-shadow: 0 12px 26px rgba(1, 36, 90, 0.18) !important;
  transform: translateY(-1px) !important;
}

.vnc-hero {
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.vnc-hero::before {
  background:
    linear-gradient(90deg, rgba(1, 36, 90, 0.94) 0%, rgba(1, 36, 90, 0.78) 48%, rgba(1, 36, 90, 0.38) 100%),
    radial-gradient(circle at 18% 18%, rgba(255, 206, 71, 0.24), transparent 28%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.vnc-hero > * {
  position: relative;
  z-index: 1;
}

.vnc-hero-inner {
  padding-bottom: clamp(76px, 8vw, 132px) !important;
  padding-top: clamp(86px, 8vw, 146px) !important;
}

.vnc-hero h1 {
  font-size: clamp(42px, 5.6vw, 78px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.04 !important;
  max-width: 860px !important;
}

.vnc-hero p {
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: clamp(16px, 1.4vw, 19px) !important;
  line-height: 1.75 !important;
  max-width: 720px !important;
}

.vnc-kicker {
  align-items: center !important;
  background: rgba(255, 59, 48, 0.1) !important;
  border-left: 3px solid var(--vnc-accent) !important;
  border-radius: 3px !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.2 !important;
  margin-bottom: 16px !important;
  padding: 8px 12px !important;
  text-transform: uppercase !important;
}

.vnc-hero .vnc-kicker,
.vnc-final-cta .vnc-kicker,
.vnc-section-dark .vnc-kicker {
  background: rgba(255, 206, 71, 0.14) !important;
  border-left-color: var(--vnc-secondary) !important;
  color: var(--vnc-secondary) !important;
}

.vnc-section {
  padding-bottom: clamp(0px, 0vw, 0px) !important;
  padding-top: clamp(72px, 7vw, 112px) !important;
}

.vnc-section-head {
  margin-bottom: clamp(34px, 4vw, 58px) !important;
}

.vnc-section-head h2,
.vnc-section-title h2,
.vnc-about-copy h2,
.vnc-why-copy h2,
.vnc-faq-copy h2 {
  color: var(--vnc-primary) !important;
  font-size: clamp(32px, 4vw, 52px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.12 !important;
}

.vnc-about-section,
.vnc-why-section {
  background: #fff !important;
}

.vnc-about-photo,
.vnc-photo {
  border-radius: 8px !important;
  box-shadow: 0 20px 45px rgba(10, 31, 58, 0.14) !important;
}

.vnc-about-media,
.vnc-why-media {
  position: relative;
}

.vnc-about-media::after {
  background: var(--vnc-secondary);
  bottom: -14px;
  content: "";
  height: 84px;
  position: absolute;
  right: 18px;
  width: 84px;
  z-index: -1;
}

.vnc-services-section {
  background:
    linear-gradient(180deg, #f7f8fb 0%, #fff 100%) !important;
}

.vnc-services-grid {
  gap: 26px !important;
}

.vnc-service {
  border: 1px solid var(--vnc-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 30px rgba(10, 31, 58, 0.08) !important;
  overflow: hidden !important;
  position: relative !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease !important;
}

.vnc-service::before {
  background: var(--vnc-secondary) !important;
  content: "" !important;
  height: 4px !important;
  left: 0 !important;
  position: absolute !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 2 !important;
}

.vnc-service:nth-child(even)::before {
  background: var(--vnc-accent) !important;
}

.vnc-service:hover {
  border-color: rgba(1, 36, 90, 0.18) !important;
  box-shadow: 0 24px 54px rgba(10, 31, 58, 0.16) !important;
  transform: translateY(-5px) !important;
}

.vnc-service-img {
  filter: saturate(0.98) contrast(1.03) !important;
}

.vnc-service-body {
  padding: 28px !important;
}

.vnc-why-feature-grid {
  gap: 18px !important;
}

.vnc-why-feature {
  border-radius: 8px !important;
  padding: 24px !important;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
}

.vnc-why-feature:hover {
  background: var(--vnc-primary) !important;
  box-shadow: 0 18px 42px rgba(1, 36, 90, 0.18) !important;
  transform: translateY(-3px) !important;
}

.vnc-why-feature:hover i,
.vnc-why-feature:hover h3,
.vnc-why-feature:hover p {
  color: #fff !important;
}

.vnc-student-section,
.vnc-visit-section,
.vnc-turkish-section,
.vnc-ielts-section,
.vnc-immigration-section {
  border-top: 1px solid var(--vnc-line) !important;
}

.vnc-student-section img,
.vnc-visit-section img,
.vnc-turkish-section img,
.vnc-ielts-section img,
.vnc-immigration-section img {
  border-radius: 8px !important;
  box-shadow: 0 18px 42px rgba(10, 31, 58, 0.13) !important;
}

.vnc-process-section {
  background: #f7f8fb !important;
}

.vnc-process-col,
.vnc-process-card {
  border-radius: 8px !important;
}

.vnc-process-card {
  border-top: 4px solid var(--vnc-secondary) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease !important;
}

.vnc-process-card:hover {
  box-shadow: 0 20px 44px rgba(10, 31, 58, 0.13) !important;
  transform: translateY(-4px) !important;
}

.vnc-section-dark,
.vnc-testimonials-section {
  background:
    linear-gradient(rgba(7, 29, 59, 0.94), rgba(7, 29, 59, 0.94)),
    url("../images/reference/why-choose-us-Bg-Visa-Nest.webp") center/cover no-repeat !important;
}

.vnc-section-dark .vnc-section-head h2,
.vnc-testimonials-section .vnc-section-head h2,
.vnc-section-dark .vnc-section-head p,
.vnc-testimonials-section .vnc-section-head p {
  color: #fff !important;
}

.vnc-testimonial-slide,
.vnc-testimonial-card {
  border-radius: 8px !important;
}

.vnc-faq-panel {
  background: #fff !important;
  border: 1px solid var(--vnc-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 45px rgba(10, 31, 58, 0.1) !important;
  padding: clamp(18px, 3vw, 30px) !important;
}

.vnc-faq .accordion-item {
  border-radius: 8px !important;
  margin-bottom: 14px !important;
  overflow: hidden !important;
}

.vnc-faq .accordion-button {
  color: var(--vnc-primary) !important;
  font-weight: 900 !important;
}

.vnc-faq .accordion-button:not(.collapsed) {
  background: var(--vnc-primary) !important;
  color: #fff !important;
}

.vnc-footer {
  border-top: 4px solid var(--vnc-secondary) !important;
}

@media (max-width: 991.98px) {
  .vnc-nav .nav-link::before {
    content: none !important;
  }

  .vnc-section {
    padding-bottom: 64px !important;
    padding-top: 64px !important;
  }

  .vnc-about-media::after {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .vnc-hero-inner {
    padding-bottom: 70px !important;
    padding-top: 72px !important;
  }

  .vnc-service-body {
    padding: 22px !important;
  }
}

/* Student Visa page: final full reference content/action tuning */
.vnc-student-ref-page .container {
  max-width: 1486px !important;
}

.vnc-student-ref-top .vnc-student-ref-countries-title {
  min-height: 86px !important;
}

.vnc-student-ref-top .vnc-student-ref-countries article {
  align-content: start !important;
  display: grid !important;
  min-height: 185px !important;
}

.vnc-student-ref-support {
  align-items: center !important;
  display: flex !important;
  min-height: 736px !important;
  padding: 0 !important;
}

.vnc-student-ref-support-grid {
  grid-template-columns: minmax(0, 0.39fr) minmax(0, 0.61fr) !important;
}

.vnc-student-ref-support-card {
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}

.vnc-student-ref-support img {
  justify-self: center !important;
  max-width: 600px !important;
  width: 100% !important;
}

.vnc-student-ref-service-heading {
  color: #01245a !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin: 20px 0 14px !important;
}

.vnc-student-ref-support ul {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.vnc-student-ref-pill {
  background: #ffce47 !important;
  border-radius: 4px !important;
  color: #01245a !important;
  display: inline-flex !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  margin: 0 0 12px !important;
  padding: 9px 14px !important;
}

.vnc-student-ref-band {
  align-items: center !important;
  gap: clamp(26px, 4vw, 64px) !important;
  margin-bottom: 58px !important;
}

.vnc-student-ref-band h2 {
  margin-top: 0 !important;
}

.vnc-student-ref-band .vnc-student-ref-dual,
.vnc-student-ref-cta .vnc-student-ref-dual,
.vnc-student-ref-support .vnc-student-ref-dual,
.vnc-student-ref-why .vnc-student-ref-dual {
  margin-top: 18px !important;
}

.vnc-student-ref-cta-box {
  grid-template-columns: minmax(0, 0.61fr) minmax(0, 0.39fr) !important;
}

.vnc-student-ref-cta-box img {
  max-height: none !important;
}

.vnc-student-ref-faq .vnc-student-ref-button {
  margin-bottom: 12px !important;
}

@media (max-width: 991.98px) {
  .vnc-student-ref-support {
    min-height: 0 !important;
    padding: 42px 0 !important;
  }

  .vnc-student-ref-support-grid,
  .vnc-student-ref-cta-box {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767.98px) {
  .vnc-student-ref-support ul {
    grid-template-columns: 1fr !important;
  }
}

/* Student Visa page: full reference content/action tuning */
.vnc-student-ref-page .container {
  max-width: 1486px !important;
}

.vnc-student-ref-top .vnc-student-ref-countries-title {
  min-height: 86px;
}

.vnc-student-ref-top .vnc-student-ref-countries article {
  align-content: start;
  display: grid;
  min-height: 185px;
}

.vnc-student-ref-support {
  align-items: center;
  display: flex;
  min-height: 736px;
  padding: 0 !important;
}

.vnc-student-ref-support-grid {
  grid-template-columns: minmax(0, 0.39fr) minmax(0, 0.61fr) !important;
}

.vnc-student-ref-support-card {
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}

.vnc-student-ref-support img {
  justify-self: center;
  max-width: 600px;
  width: 100%;
}

.vnc-student-ref-service-heading {
  color: #01245a;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin: 20px 0 14px;
}

.vnc-student-ref-support ul {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.vnc-student-ref-pill {
  background: #ffce47;
  border-radius: 4px;
  color: #01245a !important;
  display: inline-flex !important;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 800;
  margin: 0 0 12px;
  padding: 9px 14px;
}

.vnc-student-ref-band {
  align-items: center !important;
  gap: clamp(26px, 4vw, 64px) !important;
  margin-bottom: 58px !important;
}

.vnc-student-ref-band h2 {
  margin-top: 0 !important;
}

.vnc-student-ref-band .vnc-student-ref-dual,
.vnc-student-ref-cta .vnc-student-ref-dual,
.vnc-student-ref-support .vnc-student-ref-dual,
.vnc-student-ref-why .vnc-student-ref-dual {
  margin-top: 18px;
}

.vnc-student-ref-cta-box {
  grid-template-columns: minmax(0, 0.61fr) minmax(0, 0.39fr) !important;
}

.vnc-student-ref-cta-box img {
  max-height: none !important;
}

.vnc-student-ref-faq .vnc-student-ref-button {
  margin-bottom: 12px;
}

@media (max-width: 991.98px) {
  .vnc-student-ref-support {
    min-height: 0;
    padding: 42px 0 !important;
  }

  .vnc-student-ref-support-grid,
  .vnc-student-ref-cta-box {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767.98px) {
  .vnc-student-ref-support ul {
    grid-template-columns: 1fr !important;
  }
}

/* Final Student Visa reference overrides */
.vnc-inner-page:has(.vnc-student-ref-page) {
  padding: 0 !important;
}

.vnc-inner-page:has(.vnc-student-ref-page) > .vnc-breadcrumb {
  display: none !important;
}

.vnc-inner-page > .container:has(.vnc-student-ref-page) {
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.vnc-student-ref-top {
  margin: 4% 0 0 !important;
}

.vnc-student-ref-top-grid {
  align-items: start !important;
  display: grid !important;
  gap: clamp(20px, 3vw, 42px) !important;
  grid-template-columns: 49.813fr 50.187fr !important;
}

.vnc-student-ref-top .vnc-student-ref-countries,
.vnc-student-ref-top .vnc-student-ref-intro {
  margin: 0 !important;
}

.vnc-student-ref-top .vnc-student-ref-countries-grid {
  gap: 0 !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.vnc-student-ref-top .vnc-student-ref-countries-title,
.vnc-student-ref-top .vnc-student-ref-countries article:last-child {
  grid-column: 1 / -1 !important;
}

.vnc-student-ref-top .vnc-student-ref-intro-grid {
  display: block !important;
}

.vnc-student-ref-why {
  background:
    linear-gradient(rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)),
    url("../images/reference/why-choose-us-Bg-Visa-Nest.webp") center/cover no-repeat fixed !important;
  margin-top: 2% !important;
  padding: 60px 0 !important;
}

.vnc-student-ref-why > .container {
  align-items: center !important;
  display: grid !important;
  gap: clamp(28px, 4vw, 56px) !important;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr) !important;
  max-width: 1456px !important;
}

.vnc-student-ref-why-head {
  margin: 0 !important;
  max-width: none !important;
  text-align: left !important;
}

.vnc-student-ref-why-head > span,
.vnc-student-ref-why-head h2,
.vnc-student-ref-why-head p {
  color: #fff !important;
}

.vnc-student-ref-why-head > span {
  background: #dc3545 !important;
  border-radius: 4px !important;
  color: #01245a !important;
  display: inline-flex !important;
  padding: 9px 14px !important;
}

.vnc-student-ref-why-grid {
  gap: 10px 14px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.vnc-student-ref-why-grid article,
.vnc-student-ref-why-grid article:nth-child(odd),
.vnc-student-ref-why-grid article:nth-child(even) {
  background: rgba(255, 255, 255, 0.16) !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18) !important;
  min-height: 144px !important;
  padding: 20px 16px !important;
  text-align: center !important;
}

.vnc-student-ref-why-grid i,
.vnc-student-ref-why-grid h3 {
  color: #fff !important;
}

.vnc-student-ref-why-grid h3 {
  font-size: 15px !important;
  line-height: 1.25 !important;
  margin: 0 !important;
}

.vnc-student-ref-why-grid p {
  display: none !important;
}

@media (max-width: 991.98px) {
  .vnc-student-ref-top-grid,
  .vnc-student-ref-why > .container {
    grid-template-columns: 1fr !important;
  }

  .vnc-student-ref-why-head {
    text-align: center !important;
  }
}

@media (max-width: 767.98px) {
  .vnc-student-ref-top .vnc-student-ref-countries-grid,
  .vnc-student-ref-why-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Student Visa page reference refinements */
.vnc-inner-page:has(.vnc-student-ref-page) {
  padding: 0;
}

.vnc-inner-page:has(.vnc-student-ref-page) > .vnc-breadcrumb {
  display: none;
}

.vnc-inner-page > .container:has(.vnc-student-ref-page) {
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.vnc-student-ref-top {
  margin: 4% 0 0;
}

.vnc-student-ref-top-grid {
  align-items: start;
  display: grid;
  gap: clamp(20px, 3vw, 42px);
  grid-template-columns: 49.813fr 50.187fr;
}

.vnc-student-ref-top .vnc-student-ref-countries,
.vnc-student-ref-top .vnc-student-ref-intro {
  margin: 0;
}

.vnc-student-ref-top .vnc-student-ref-countries-grid {
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vnc-student-ref-top .vnc-student-ref-countries-title,
.vnc-student-ref-top .vnc-student-ref-countries article:last-child {
  grid-column: 1 / -1;
}

.vnc-student-ref-top .vnc-student-ref-countries article {
  min-height: 204px;
}

.vnc-student-ref-top .vnc-student-ref-intro-grid {
  display: block;
}

.vnc-student-ref-top .vnc-student-ref-intro img {
  margin-bottom: 22px;
}

.vnc-student-ref-dual {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}

.vnc-student-ref-call,
.vnc-student-ref-consult {
  align-items: center;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  min-height: 49px;
  text-decoration: none;
}

.vnc-student-ref-call span {
  align-items: center;
  background: #01245a;
  border-radius: 5px 0 0 6px;
  color: #fff;
  display: inline-flex;
  min-height: 49px;
  padding: 0 14px;
}

.vnc-student-ref-call i {
  align-items: center;
  background: #01245a;
  color: #fff;
  display: inline-flex;
  font-size: 24px;
  justify-content: center;
  min-height: 49px;
  padding: 0 12px;
}

.vnc-student-ref-consult {
  background: #ffce47;
  border-radius: 0 5px 5px 0;
  color: #01245a;
  padding: 0 16px;
}

.vnc-student-ref-call:hover span,
.vnc-student-ref-call:hover i,
.vnc-student-ref-consult:hover {
  background: #ff3b30;
  color: #000;
}

.vnc-student-ref-why {
  background:
    linear-gradient(rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)),
    url("../images/reference/why-choose-us-Bg-Visa-Nest.webp") center/cover no-repeat fixed !important;
  margin-top: 2%;
  overflow: hidden;
  padding: 60px 0 !important;
  position: relative;
}

.vnc-student-ref-why > .container {
  align-items: center;
  display: grid;
  gap: clamp(28px, 4vw, 56px);
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
  max-width: 1456px !important;
  position: relative;
  z-index: 1;
}

.vnc-student-ref-why-head {
  margin: 0;
  max-width: none;
  text-align: left;
}

.vnc-student-ref-why-head > span,
.vnc-student-ref-why-head h2,
.vnc-student-ref-why-head p {
  color: #fff;
}

.vnc-student-ref-why-head > span {
  background: #ffce47;
  border-radius: 4px;
  color: #01245a;
  display: inline-flex;
  padding: 9px 14px;
}

.vnc-student-ref-why-grid {
  gap: 10px 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vnc-student-ref-why-grid article,
.vnc-student-ref-why-grid article:nth-child(odd),
.vnc-student-ref-why-grid article:nth-child(even) {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  min-height: 144px;
  padding: 20px 16px;
  text-align: center;
}

.vnc-student-ref-why-grid i {
  color: #fff;
  font-size: 38px;
  margin-bottom: 12px;
}

.vnc-student-ref-why-grid h3 {
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
  margin: 0;
}

.vnc-student-ref-why-grid p {
  display: none;
}

@media (max-width: 991.98px) {
  .vnc-student-ref-top-grid,
  .vnc-student-ref-why > .container {
    grid-template-columns: 1fr;
  }

  .vnc-student-ref-why-head {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .vnc-student-ref-top .vnc-student-ref-countries-grid,
  .vnc-student-ref-why-grid {
    grid-template-columns: 1fr;
  }
}

/* Student Visa page: reference-specific layout */
.vnc-student-ref-page {
  background: #fff;
  color: #000;
  font-family: "Nunito Sans", "Roboto", sans-serif;
  left: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: none !important;
  overflow: hidden;
  position: relative;
  right: 50%;
  width: 100vw !important;
}

.vnc-student-ref-page .container {
  max-width: 1486px !important;
  padding-left: clamp(14px, 3vw, 32px) !important;
  padding-right: clamp(14px, 3vw, 32px) !important;
  width: 100% !important;
}

.vnc-student-ref-hero {
  align-items: center;
  background-image: url("../images/reference/student-visa-consultancy-pakistan-visa-nest.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  min-height: 400px;
  position: relative;
  text-align: center;
}

.vnc-student-ref-hero-overlay {
  backdrop-filter: blur(0.5px);
  background: rgba(0, 0, 0, 0.71);
  inset: 0;
  position: absolute;
}

.vnc-student-ref-hero .container {
  position: relative;
  z-index: 1;
}

.vnc-student-ref-hero h1 {
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
}

.vnc-student-ref-breadcrumb {
  color: #ffce47;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-top: 42px;
}

.vnc-student-ref-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.vnc-student-ref-countries {
  margin: 4% 0 0;
}

.vnc-student-ref-countries-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vnc-student-ref-countries-title {
  align-items: center;
  display: flex;
  gap: 12px;
}

.vnc-student-ref-countries-title i {
  color: #01245a;
  font-size: 50px;
}

.vnc-student-ref-countries-title h2 {
  color: #01245a;
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
}

.vnc-student-ref-countries article,
.vnc-student-ref-support-card {
  border-radius: 15px;
  margin: 10px;
  padding: 25px 45px 24px 24px;
}

.vnc-student-ref-countries article:nth-child(2),
.vnc-student-ref-countries article:nth-child(5) {
  background: rgba(255, 206, 71, 0.16);
}

.vnc-student-ref-countries article:nth-child(3),
.vnc-student-ref-countries article:nth-child(4),
.vnc-student-ref-countries article:nth-child(6) {
  background: rgba(1, 36, 90, 0.12);
}

.vnc-student-ref-countries article i {
  color: #01245a;
  font-size: 46px;
  margin-bottom: 12px;
}

.vnc-student-ref-countries h3,
.vnc-student-ref-why-grid h3,
.vnc-student-ref-process h3 {
  color: #01245a;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin: 0 0 10px;
}

.vnc-student-ref-countries p,
.vnc-student-ref-intro p,
.vnc-student-ref-support p,
.vnc-student-ref-why p,
.vnc-student-ref-band p,
.vnc-student-ref-cta p,
.vnc-student-ref-faq p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 14px;
}

.vnc-student-ref-intro {
  margin: 4% 0 0;
}

.vnc-student-ref-intro-grid,
.vnc-student-ref-support-grid,
.vnc-student-ref-band,
.vnc-student-ref-cta-box {
  align-items: center;
  display: grid;
  gap: clamp(24px, 4vw, 58px);
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1fr);
}

.vnc-student-ref-intro img,
.vnc-student-ref-band img,
.vnc-student-ref-cta img {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.vnc-student-ref-intro h2,
.vnc-student-ref-support h2,
.vnc-student-ref-band h2,
.vnc-student-ref-cta h2,
.vnc-student-ref-faq h2 {
  color: #01245a;
  font-family: "Montserrat", sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 37px;
  margin: 0 0 18px;
}

.vnc-student-ref-support {
  padding: 42px 0 18px;
}

.vnc-student-ref-support-card {
  background: linear-gradient(340deg, rgba(1, 36, 90, 0.12) 29%, rgba(255, 206, 71, 0.30) 100%);
}

.vnc-student-ref-support img {
  border-radius: 10px;
  display: block;
  max-height: 630px;
  object-fit: cover;
  width: 100%;
}

.vnc-student-ref-support ul {
  display: grid;
  gap: 10px 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.vnc-student-ref-support li {
  color: #01245a;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 26px;
  position: relative;
}

.vnc-student-ref-support li::before {
  color: #ffce47;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.vnc-student-ref-button {
  align-items: center;
  background: #01245a;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  margin-bottom: 18px;
  min-height: 48px;
  padding: 13px 16px;
  text-decoration: none;
}

.vnc-student-ref-button:hover,
.vnc-student-ref-button:focus {
  background: #ff3b30;
  color: #000;
}

.vnc-student-ref-button.split {
  background: transparent;
  margin-top: 8px;
  padding: 0;
}

.vnc-student-ref-button.split span,
.vnc-student-ref-button.split i {
  align-items: center;
  display: inline-flex;
  min-height: 49px;
  padding: 0 14px;
}

.vnc-student-ref-button.split span {
  background: #01245a;
  border-radius: 5px 0 0 6px;
  color: #fff;
}

.vnc-student-ref-button.split i {
  background: #ffce47;
  border-radius: 0 5px 5px 0;
  color: #01245a;
}

.vnc-student-ref-why {
  background: #f5f7fb;
  padding: 52px 0 56px;
}

.vnc-student-ref-why-head {
  margin: 0 auto 28px;
  max-width: 1120px;
  text-align: center;
}

.vnc-student-ref-why-head > span,
.vnc-student-ref-process > .container > span,
.vnc-student-ref-faq > .container > span {
  color: #01245a;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 8px;
}

.vnc-student-ref-why-head h2,
.vnc-student-ref-process h2 {
  color: #01245a;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 18px;
}

.vnc-student-ref-why-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vnc-student-ref-why-grid article {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 12px 30px rgba(1, 36, 90, 0.08);
  padding: 25px 28px 26px;
}

.vnc-student-ref-why-grid article:nth-child(odd) {
  background: rgba(255, 206, 71, 0.16);
}

.vnc-student-ref-why-grid article:nth-child(even) {
  background: rgba(1, 36, 90, 0.12);
}

.vnc-student-ref-why-grid i {
  color: #01245a;
  font-size: 46px;
  margin-bottom: 14px;
}

.vnc-student-ref-bands {
  padding: 48px 0 18px;
}

.vnc-student-ref-band {
  grid-template-columns: minmax(0, 0.61fr) minmax(0, 0.39fr);
  margin-bottom: 48px;
}

.vnc-student-ref-band.reverse {
  grid-template-columns: minmax(0, 0.39fr) minmax(0, 0.61fr);
}

.vnc-student-ref-band.reverse img {
  order: 2;
}

.vnc-student-ref-band img {
  height: 465px;
}

.vnc-student-ref-band > div,
.vnc-student-ref-cta-box > div {
  background: #fff;
  border-radius: 10px;
  padding: 6px 0;
}

.vnc-student-ref-process {
  background: #01245a;
  padding: 58px 0 62px;
  text-align: center;
}

.vnc-student-ref-process > .container > span,
.vnc-student-ref-process h2 {
  color: #fff;
}

.vnc-student-ref-process-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 34px;
}

.vnc-student-ref-process article {
  background: #fff;
  border-radius: 8px;
  padding: 26px 18px 22px;
  position: relative;
}

.vnc-student-ref-process article:not(:last-child)::after {
  background: #ffce47;
  content: "";
  height: 3px;
  position: absolute;
  right: -18px;
  top: 58px;
  width: 18px;
}

.vnc-student-ref-process i {
  align-items: center;
  background: #ffce47;
  border-radius: 50%;
  color: #01245a;
  display: inline-flex;
  font-size: 30px;
  height: 76px;
  justify-content: center;
  margin-bottom: 12px;
  width: 76px;
}

.vnc-student-ref-process b {
  color: #01245a;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}

.vnc-student-ref-process p {
  color: #555;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.vnc-student-ref-cta {
  padding: 56px 0;
}

.vnc-student-ref-cta-box {
  background: linear-gradient(340deg, rgba(1, 36, 90, 0.12) 29%, rgba(255, 206, 71, 0.30) 100%);
  border-radius: 15px;
  padding: clamp(22px, 4vw, 42px);
}

.vnc-student-ref-cta-box img {
  max-height: 410px;
}

.vnc-student-ref-faq {
  background: #f7f8fb;
  padding: 58px 0 70px;
  text-align: center;
}

.vnc-student-ref-faq > .container > p {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}

.vnc-student-ref-faq-list {
  display: grid;
  gap: 14px;
  margin: 28px auto 0;
  max-width: 980px;
  text-align: left;
}

.vnc-student-ref-faq details {
  background: #fff;
  border: 1px solid #e7ecf3;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(1, 36, 90, 0.05);
}

.vnc-student-ref-faq summary {
  color: #01245a;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 700;
  list-style: none;
  padding: 18px 22px;
}

.vnc-student-ref-faq summary::-webkit-details-marker {
  display: none;
}

.vnc-student-ref-faq details p {
  border-top: 1px solid #eef2f7;
  padding: 0 22px 20px;
}

@media (max-width: 1199.98px) {
  .vnc-student-ref-countries-grid,
  .vnc-student-ref-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vnc-student-ref-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .vnc-student-ref-intro-grid,
  .vnc-student-ref-support-grid,
  .vnc-student-ref-band,
  .vnc-student-ref-band.reverse,
  .vnc-student-ref-cta-box {
    grid-template-columns: 1fr;
  }

  .vnc-student-ref-band.reverse img {
    order: 0;
  }

  .vnc-student-ref-process article::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .vnc-student-ref-hero {
    min-height: 300px;
  }

  .vnc-student-ref-countries-grid,
  .vnc-student-ref-why-grid,
  .vnc-student-ref-process-grid,
  .vnc-student-ref-support ul {
    grid-template-columns: 1fr;
  }

  .vnc-student-ref-countries-title h2,
  .vnc-student-ref-intro h2,
  .vnc-student-ref-support h2,
  .vnc-student-ref-band h2,
  .vnc-student-ref-cta h2,
  .vnc-student-ref-faq h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .vnc-student-ref-countries p,
  .vnc-student-ref-intro p,
  .vnc-student-ref-support p,
  .vnc-student-ref-why p,
  .vnc-student-ref-band p,
  .vnc-student-ref-cta p,
  .vnc-student-ref-faq p {
    font-size: 13px;
    line-height: 1.8;
  }

  .vnc-student-ref-band img {
    height: 275px;
  }
}

.vnc-service-detail-hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(1, 36, 90, 0.88), rgba(1, 36, 90, 0.58)),
    url("../images/reference/services-bg-visa-nest.webp") center/cover no-repeat;
  display: flex;
  min-height: 362px;
  padding: 68px 0;
}

.vnc-service-detail-hero h1 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(34px, 4.7vw, 66px);
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 18px;
  max-width: 920px;
}

.vnc-service-detail-breadcrumb {
  align-items: center;
  color: #ffce47;
  display: flex;
  flex-wrap: wrap;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
}

.vnc-service-detail-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.vnc-service-detail-intro,
.vnc-service-detail-alt,
.vnc-service-detail-cta,
.vnc-service-detail-faq {
  padding: clamp(42px, 6vw, 84px) 0;
}

.vnc-service-detail-intro-grid,
.vnc-service-detail-alt-grid,
.vnc-service-detail-cta-grid {
  align-items: center;
  display: grid;
  gap: clamp(24px, 4vw, 58px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  width: 100%;
}

.vnc-service-detail-intro-grid.reverse,
.vnc-service-detail-alt-grid.reverse,
.vnc-service-detail-cta-grid.reverse {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
}

.vnc-service-detail-photo {
  border-radius: 15px;
  box-shadow: 0 18px 42px rgba(1, 36, 90, 0.16);
  display: block;
  height: clamp(310px, 33vw, 470px);
  object-fit: cover;
  width: 100%;
}

.vnc-service-detail-photo.tall {
  height: clamp(430px, 44vw, 620px);
}

.vnc-service-detail-kicker {
  color: #ffce47;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
}

.vnc-service-detail-copy h2,
.vnc-service-detail-section-title h2,
.vnc-service-detail-cta-copy h2 {
  color: #01245a;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(25px, 3.2vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 18px;
}

.vnc-service-detail-copy p,
.vnc-service-detail-cta-copy p {
  color: #515151;
  font-size: 16px;
  line-height: 1.85;
  margin: 0 0 15px;
}

.vnc-service-detail-list {
  display: grid;
  gap: 11px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.vnc-service-detail-list li {
  align-items: flex-start;
  color: #01245a;
  display: grid;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  grid-template-columns: 22px minmax(0, 1fr);
  line-height: 1.45;
}

.vnc-service-detail-list li::before {
  align-items: center;
  background: #ffce47;
  border-radius: 50%;
  color: #01245a;
  content: "\f00c";
  display: inline-flex;
  font-family: "Font Awesome 5 Free";
  font-size: 11px;
  font-weight: 900;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.vnc-service-detail-button {
  background: #ffce47;
  border-radius: 4px;
  color: #01245a;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-top: 14px;
  padding: 13px 24px;
  text-decoration: none;
}

.vnc-service-detail-button:hover,
.vnc-service-detail-button:focus {
  background: #01245a;
  color: #fff;
}

.vnc-service-detail-why {
  background:
    linear-gradient(0deg, rgba(1, 36, 90, 0.92), rgba(1, 36, 90, 0.92)),
    url("../images/reference/why-choose-us-Bg-Visa-Nest.webp") center/cover no-repeat;
  padding: clamp(46px, 6vw, 86px) 0;
}

.vnc-service-detail-section-title {
  margin: 0 auto 34px;
  max-width: 860px;
  text-align: center;
}

.vnc-service-detail-why .vnc-service-detail-section-title h2,
.vnc-service-detail-process .vnc-service-detail-section-title h2 {
  color: #fff;
}

.vnc-service-detail-section-title p {
  color: #666;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}

.vnc-service-detail-why .vnc-service-detail-section-title p,
.vnc-service-detail-process .vnc-service-detail-section-title p {
  color: rgba(255, 255, 255, 0.78);
}

.vnc-service-detail-why-grid,
.vnc-service-detail-card-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vnc-service-detail-why-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 9px;
  padding: 24px 22px;
}

.vnc-service-detail-why-card i {
  color: #ffce47;
  font-size: 31px;
  margin-bottom: 18px;
}

.vnc-service-detail-why-card h3,
.vnc-service-detail-card h3 {
  color: #01245a;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 10px;
}

.vnc-service-detail-why-card h3 {
  color: #fff;
}

.vnc-service-detail-why-card p,
.vnc-service-detail-card p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

.vnc-service-detail-cards {
  background: #f6f8fb;
  padding: clamp(44px, 6vw, 82px) 0;
}

.vnc-service-detail-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 15px 34px rgba(1, 36, 90, 0.08);
  overflow: hidden;
}

.vnc-service-detail-card img {
  display: block;
  height: 248px;
  object-fit: cover;
  width: 100%;
}

.vnc-service-detail-card-body {
  padding: 24px 22px 26px;
}

.vnc-service-detail-card p {
  color: #515151;
}

.vnc-service-detail-process {
  background: #01245a;
  padding: clamp(48px, 6vw, 86px) 0;
}

.vnc-service-detail-process-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.vnc-service-detail-step {
  background: #fff;
  border-radius: 8px;
  min-height: 214px;
  padding: 24px 18px;
  text-align: center;
}

.vnc-service-detail-step-num {
  align-items: center;
  background: #ffce47;
  border-radius: 50%;
  color: #01245a;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 700;
  height: 52px;
  justify-content: center;
  margin-bottom: 18px;
  width: 52px;
}

.vnc-service-detail-step h3 {
  color: #01245a;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 9px;
}

.vnc-service-detail-step p {
  color: #555;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.vnc-service-detail-cta {
  background: #fff;
}

.vnc-service-detail-cta-copy {
  background: linear-gradient(340deg, rgba(1, 36, 90, 0.1) 29%, rgba(255, 206, 71, 0.34) 100%);
  border-radius: 15px;
  padding: clamp(24px, 4vw, 42px);
}

.vnc-service-detail-faq {
  background: #f7f8fb;
}

.vnc-service-detail-faq-list {
  display: grid;
  gap: 14px;
  margin: 0 auto;
  max-width: 1010px;
}

.vnc-service-detail-faq details {
  background: #fff;
  border: 1px solid #e7ecf3;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(1, 36, 90, 0.05);
  padding: 0;
}

.vnc-service-detail-faq summary {
  color: #01245a;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 700;
  list-style: none;
  padding: 18px 22px;
}

.vnc-service-detail-faq summary::-webkit-details-marker {
  display: none;
}

.vnc-service-detail-faq details p {
  border-top: 1px solid #eef2f7;
  color: #555;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
  padding: 0 22px 20px;
}

@media (max-width: 1199.98px) {
  .vnc-service-detail-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .vnc-service-detail-intro-grid,
  .vnc-service-detail-alt-grid,
  .vnc-service-detail-cta-grid,
  .vnc-service-detail-intro-grid.reverse,
  .vnc-service-detail-alt-grid.reverse,
  .vnc-service-detail-cta-grid.reverse {
    grid-template-columns: 1fr;
  }

  .vnc-service-detail-why-grid,
  .vnc-service-detail-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .vnc-service-detail-hero {
    min-height: 260px;
    padding: 48px 0;
  }

  .vnc-service-detail-photo,
  .vnc-service-detail-photo.tall {
    height: 280px;
  }

  .vnc-service-detail-why-grid,
  .vnc-service-detail-card-grid,
  .vnc-service-detail-process-grid {
    grid-template-columns: 1fr;
  }

  .vnc-service-detail-step {
    min-height: 0;
  }
}

/* Service pages: break out of Drupal/Bootstrap's parent container */
body {
  overflow-x: hidden;
}

.vnc-services-node,
.vnc-service-detail-node,
.vnc-services-node-content,
.vnc-service-detail-node-content {
  width: 100%;
}

.vnc-services-page,
.vnc-service-detail-page {
  left: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: none !important;
  position: relative;
  right: 50%;
  width: 100vw !important;
}

.vnc-services-page .container,
.vnc-service-detail-page .container,
.vnc-services-page > section > .container,
.vnc-service-detail-page > section > .container {
  max-width: none !important;
  padding-left: clamp(18px, 4vw, 56px) !important;
  padding-right: clamp(18px, 4vw, 56px) !important;
  width: 100% !important;
}

/* Student Visa page: final winning reference overrides */
.vnc-inner-page:has(.vnc-student-ref-page) {
  padding: 0 !important;
}

.vnc-inner-page:has(.vnc-student-ref-page) > .vnc-breadcrumb {
  display: none !important;
}

.vnc-inner-page > .container:has(.vnc-student-ref-page) {
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.vnc-student-ref-top-grid {
  align-items: start !important;
  display: grid !important;
  gap: clamp(20px, 3vw, 42px) !important;
  grid-template-columns: 49.813fr 50.187fr !important;
}

.vnc-student-ref-top .vnc-student-ref-countries-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.vnc-student-ref-top .vnc-student-ref-countries-title,
.vnc-student-ref-top .vnc-student-ref-countries article:last-child {
  grid-column: 1 / -1 !important;
}

.vnc-student-ref-top .vnc-student-ref-intro-grid {
  display: block !important;
}

.vnc-student-ref-why {
  background:
    linear-gradient(rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)),
    url("../images/reference/why-choose-us-Bg-Visa-Nest.webp") center/cover no-repeat fixed !important;
  margin-top: 2% !important;
  padding: 60px 0 !important;
}

.vnc-student-ref-why > .container {
  align-items: center !important;
  display: grid !important;
  gap: clamp(28px, 4vw, 56px) !important;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr) !important;
  max-width: 1456px !important;
}

.vnc-student-ref-why-head {
  margin: 0 !important;
  max-width: none !important;
  text-align: left !important;
}

.vnc-student-ref-why-head > span,
.vnc-student-ref-why-head h2,
.vnc-student-ref-why-head p {
  color: #fff !important;
}

.vnc-student-ref-why-grid {
  gap: 10px 14px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.vnc-student-ref-why-grid article,
.vnc-student-ref-why-grid article:nth-child(odd),
.vnc-student-ref-why-grid article:nth-child(even) {
  background: rgba(255, 255, 255, 0.16) !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  min-height: 144px !important;
  padding: 20px 16px !important;
  text-align: center !important;
}

.vnc-student-ref-why-grid i,
.vnc-student-ref-why-grid h3 {
  color: #fff !important;
}

.vnc-student-ref-why-grid p {
  display: none !important;
}

@media (max-width: 991.98px) {
  .vnc-student-ref-top-grid,
  .vnc-student-ref-why > .container {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767.98px) {
  .vnc-student-ref-top .vnc-student-ref-countries-grid,
  .vnc-student-ref-why-grid {
    grid-template-columns: 1fr !important;
  }
  img.vnc-photo.vnc-about-photo {
    height: 370px !important;
}
    .vnc-front-content .vnc-about-copy {
        padding: 7px !important;
    }
    .vnc-why-copy
 {
    padding: 21px !important;
}
.vnc-why-feature-grid , .col-lg-7.vnc-immigration-copy , .col-lg-7.vnc-student-copy {
    padding-left: 25px !important;
}
section#immigration-consulting
 {
    padding: 25px !important;
}
section#student-visa
 {
    padding: 25px !important;
}
section#visit-visa {
    padding: 25px !important;
}
section#turkish-language {
    padding: 25px !important;
}
section#ielts {
    padding: 25px !important;
}


}

/* Final readability pass for country/flag reveal sections. */
.vnc-countries-section {
  background:
    linear-gradient(135deg, rgba(7, 29, 59, 0.98), rgba(1, 36, 90, 0.96)) !important;
  color: #fff !important;
  overflow: visible !important;
}

.vnc-countries-section .vnc-section-head,
.vnc-countries-section h2 {
  color: #fff !important;
  display: block !important;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.vnc-countries-section .vnc-kicker {
  background: rgba(255, 206, 71, 0.12) !important;
  border-color: rgba(255, 206, 71, 0.85) !important;
  color: #ffce47 !important;
}

.vnc-country-accordion {
  background: transparent !important;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.26) !important;
}

.vnc-country-accordion-content,
.vnc-country-accordion-content p,
.vnc-country-accordion-item.is-active .vnc-country-accordion-content p,
.vnc-country-accordion-item:hover .vnc-country-accordion-content p,
.vnc-country-accordion-item:focus-within .vnc-country-accordion-content p,
.vnc-country-accordion:has(.vnc-country-accordion-item:hover) .vnc-country-accordion-item.is-active:not(:hover) .vnc-country-accordion-content p,
.vnc-country-accordion:has(.vnc-country-accordion-item:focus) .vnc-country-accordion-item.is-active:not(:focus) .vnc-country-accordion-content p,
.vnc-contact-country-overlay,
.vnc-contact-country.is-active .vnc-contact-country-overlay,
.vnc-contact-country:hover .vnc-contact-country-overlay,
.vnc-contact-country:focus .vnc-contact-country-overlay,
.vnc-contact-country:focus-within .vnc-contact-country-overlay,
.vnc-contact-country-strip:hover .vnc-contact-country.is-active:not(:hover) .vnc-contact-country-overlay {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.vnc-country-accordion-content,
.vnc-country-accordion-item.is-active .vnc-country-accordion-content,
.vnc-country-accordion-item:hover .vnc-country-accordion-content,
.vnc-country-accordion-item:focus-within .vnc-country-accordion-content,
.vnc-country-accordion:has(.vnc-country-accordion-item:hover) .vnc-country-accordion-item.is-active:not(:hover) .vnc-country-accordion-content,
.vnc-country-accordion:has(.vnc-country-accordion-item:focus) .vnc-country-accordion-item.is-active:not(:focus) .vnc-country-accordion-content {
  backdrop-filter: blur(8px) brightness(1.08) !important;
  background: rgba(7, 29, 59, 0.52) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 8px !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24) !important;
}

.vnc-country-accordion-content h3,
.vnc-country-accordion-content p,
.vnc-contact-country-overlay h3,
.vnc-contact-country-overlay p ,
.vnc-about-why h2,
article.vnc-about-feature h3
{
  color: #fff !important;
}
.region.region-content {
    padding: 0;
}

.vnc-contact-hero h1,.vnc-about-hero h1 ,.vnc-services-hero h1 ,.vnc-services-why-copy h2,.vnc-services-feature-grid h3{color:#fff !important}