body {
  min-height: 100vh;
}

.nav-link.active {
  background: rgba(10, 109, 143, 0.08);
  color: var(--vnc-teal);
}

.vnc-service-body {
  flex: 1;
}

.vnc-simple-page {
  padding: clamp(52px, 7vw, 98px) 0;
}

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

.vnc-feature-list span {
  background: #fff;
  border: 1px solid rgba(10, 109, 143, 0.13);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(15, 38, 48, 0.07);
  color: var(--vnc-ink);
  font-weight: 800;
  padding: 14px 16px;
}

.vnc-form-alert {
  border-radius: 8px;
  font-weight: 800;
  margin-bottom: 18px;
  padding: 14px 16px;
}

.vnc-form-alert.success {
  background: #dff5ef;
  color: #064d65;
}

.vnc-form-alert.error {
  background: #fff0f1;
  color: #a3202a;
}

/* Footer layout fix: keep Contact Info readable instead of squeezed. */
.vnc-footer .container {
  max-width: 1320px !important;
}

.vnc-footer-main {
  align-items: start !important;
  display: grid !important;
  gap: 34px !important;
  grid-template-columns: minmax(250px, 1.35fr) minmax(150px, 0.72fr) minmax(130px, 0.58fr) minmax(280px, 1.18fr) minmax(210px, 0.9fr) !important;
}

.vnc-footer-brand,
.vnc-footer-col,
.vnc-footer-info,
.vnc-footer-gallery {
  min-width: 0 !important;
}

.vnc-footer-info {
  display: grid !important;
  gap: 12px !important;
}

.vnc-footer-info h3,
.vnc-footer-col h3,
.vnc-footer-gallery h3 {
  font-size: 20px !important;
  line-height: 1.25 !important;
  margin-bottom: 14px !important;
  white-space: nowrap !important;
}

.vnc-footer-info-item {
  display: block !important;
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
  word-break: normal !important;
}

.vnc-footer-info-item span,
.vnc-footer-brand p,
.vnc-footer-col a {
  overflow-wrap: anywhere !important;
  white-space: normal !important;
}

.vnc-footer-gallery div {
  display: grid !important;
  gap: 8px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.vnc-footer-gallery img {
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  object-fit: cover !important;
  width: 100% !important;
}

@media (max-width: 1180px) {
  .vnc-footer-main {
    grid-template-columns: minmax(260px, 1.4fr) minmax(170px, 0.8fr) minmax(300px, 1.2fr) !important;
  }

  .vnc-footer-gallery {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 820px) {
  .vnc-footer-main {
    grid-template-columns: 1fr 1fr !important;
  }

  .vnc-footer-brand,
  .vnc-footer-info,
  .vnc-footer-gallery {
    grid-column: 1 / -1 !important;
  }

  .vnc-footer-info h3,
  .vnc-footer-col h3,
  .vnc-footer-gallery h3 {
    white-space: normal !important;
  }
}

@media (max-width: 560px) {
  .vnc-footer-main {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .vnc-feature-list {
    grid-template-columns: 1fr;
  }
}

.sv-contact-page {
  background: #f6f9fb;
  color: #092235;
  overflow: hidden;
}

.sv-contact-page .container {
  max-width: 1240px;
}

.sv-contact-hero {
  background:
    linear-gradient(115deg, rgba(1, 26, 52, 0.96) 0%, rgba(1, 36, 90, 0.9) 46%, rgba(0, 87, 101, 0.58) 100%),
    url("../images/reference/contact-visa-nest-1.webp") center / cover no-repeat;
  color: #fff;
  padding: clamp(70px, 8vw, 118px) 0 clamp(92px, 9vw, 134px);
  position: relative;
}

.sv-contact-hero::after {
  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: 64px 64px;
  content: "";
  inset: 0;
  opacity: 0.34;
  pointer-events: none;
  position: absolute;
}

.sv-contact-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(32px, 6vw, 86px);
  grid-template-columns: minmax(0, 1.06fr) minmax(330px, 0.72fr);
  position: relative;
  z-index: 1;
}

.sv-contact-hero-copy {
  background: rgba(0, 18, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 8px solid #ffce47;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  max-width: 860px;
  padding: clamp(24px, 4vw, 42px);
}

.sv-contact-breadcrumb {
  align-items: center;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  gap: 9px;
  line-height: 1.35;
  margin: 0 0 18px;
}

.sv-contact-breadcrumb a {
  color: #ffce47;
  text-decoration: none;
}

.sv-contact-breadcrumb a:hover,
.sv-contact-breadcrumb a:focus {
  color: #ffffff;
}

.sv-contact-breadcrumb span {
  color: rgba(255, 255, 255, 0.92);
}

.sv-pill {
  align-items: center;
  background: #ffce47;
  border-radius: 999px;
  color: #01245a;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  padding: 10px 16px;
}

.sv-pill-dark {
  background: #01245a;
  color: #ffce47;
}

.sv-contact-hero h1,
.sv-contact-main h2,
.sv-destination-section h2,
.sv-map-copy h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.03;
}

.sv-contact-hero h1 {
  color: #fff !important;
  font-size: clamp(42px, 6vw, 76px);
  margin: 18px 0 22px;
  max-width: 820px;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.5);
}

.sv-contact-hero p {
  color: #fff;
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 800;
  line-height: 1.75;
  margin: 0;
  max-width: 720px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.sv-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.sv-btn {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.sv-btn:hover,
.sv-btn:focus {
  transform: translateY(-2px);
}

.sv-btn-primary {
  background: linear-gradient(135deg, #0a6d8f, #1fc5a7);
  box-shadow: 0 18px 40px rgba(31, 197, 167, 0.25);
  color: #fff;
}

.sv-btn-light {
  background: rgba(255, 255, 255, 0.94);
  color: #01245a;
}

.sv-contact-hero-card {
  position: relative;
}

.sv-contact-hero-card img {
  aspect-ratio: 4 / 5;
  border: 10px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
  display: block;
  object-fit: cover;
  width: 100%;
}

.sv-hero-note {
  align-items: center;
  background: #fff;
  border-left: 7px solid #ffce47;
  border-radius: 8px;
  bottom: 28px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
  color: #01245a;
  display: flex;
  gap: 12px;
  left: -28px;
  max-width: 250px;
  padding: 15px 18px;
  position: absolute;
}

.sv-hero-note strong {
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  line-height: 1;
}

.sv-hero-note span {
  color: #405263;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.sv-contact-strip {
  margin-top: -48px;
  position: relative;
  z-index: 2;
}

.sv-contact-strip-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sv-mini-card {
  background: #fff;
  border: 1px solid rgba(1, 36, 90, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(1, 36, 90, 0.1);
  color: #0d2638;
  display: grid;
  gap: 6px;
  min-height: 144px;
  padding: 22px;
  text-decoration: none;
}

.sv-mini-card i {
  color: #0a6d8f;
  font-size: 28px;
}

.sv-mini-card span {
  color: #6d7a85;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.sv-mini-card strong {
  color: #01245a;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.sv-contact-main,
.sv-destination-section,
.sv-map-section {
  padding: clamp(56px, 7vw, 92px) 0;
}

.sv-contact-main-grid {
  align-items: stretch;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(310px, 0.82fr) minmax(0, 1.18fr);
}

.sv-contact-info-panel,
.sv-contact-form-panel {
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(9, 34, 53, 0.1);
}

.sv-contact-info-panel {
  background:
    linear-gradient(180deg, rgba(1, 36, 90, 0.91), rgba(1, 36, 90, 0.96)),
    url("../images/reference/study-abroad-consultation-visa-nest.webp") center / cover no-repeat;
  color: #fff;
  padding: clamp(28px, 4vw, 46px);
}

.sv-contact-info-panel h2 {
  color: #fff !important;
  font-size: clamp(32px, 4vw, 52px);
  margin: 22px 0 18px;
}

.sv-contact-info-panel p {
  color: rgba(255, 255, 255, 0.94);
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}

.sv-service-list {
  display: grid;
  gap: 11px;
  margin: 28px 0;
}

.sv-service-list span {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-weight: 900;
  gap: 12px;
  padding: 12px 14px;
}

.sv-service-list i {
  color: #ffce47;
  font-size: 20px;
}

.sv-contact-highlight {
  align-items: flex-start;
  background: #ffce47;
  border-radius: 8px;
  color: #01245a;
  display: flex;
  gap: 14px;
  padding: 18px;
}

.sv-contact-highlight i {
  font-size: 25px;
}

.sv-contact-highlight strong,
.sv-contact-highlight span {
  display: block;
}

.sv-contact-highlight strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin-bottom: 4px;
}

.sv-contact-highlight span {
  color: #243c55;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.sv-contact-form-panel {
  background: #fff;
  padding: clamp(24px, 4vw, 44px);
}

.sv-form-head {
  align-items: end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.sv-form-head span {
  color: #e8505b;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.sv-form-head h2 {
  color: #01245a;
  font-size: clamp(30px, 4vw, 46px);
  margin: 0;
}

.sv-contact-form {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sv-contact-form label {
  color: #30485d;
  display: grid;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 900;
  gap: 8px;
}

.sv-contact-form input,
.sv-contact-form select,
.sv-contact-form textarea {
  background: #f7fafc;
  border: 1px solid #dce8ed;
  border-radius: 8px;
  color: #092235;
  font: inherit;
  font-weight: 700;
  min-height: 52px;
  outline: none;
  padding: 12px 14px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
  width: 100%;
}

.sv-contact-form input:focus,
.sv-contact-form select:focus,
.sv-contact-form textarea:focus {
  background: #fff;
  border-color: #0a6d8f;
  box-shadow: 0 0 0 4px rgba(10, 109, 143, 0.12);
}

.sv-contact-form textarea {
  min-height: 142px;
  resize: vertical;
}

.sv-full,
.sv-submit {
  grid-column: 1 / -1;
}

.sv-submit {
  align-items: center;
  background: linear-gradient(135deg, #01245a, #0a6d8f);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(1, 36, 90, 0.18);
  color: #fff;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
}

.sv-destination-section {
  background: #01245a;
}

.sv-section-head {
  margin: 0 auto 28px;
  max-width: 760px;
  text-align: center;
}

.sv-section-head h2 {
  color: #fff !important;
  font-size: clamp(32px, 4vw, 52px);
  margin: 18px 0 0;
}

.sv-destination-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sv-destination-grid article {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.16);
  color: #092235;
  display: grid;
  grid-template-rows: 190px 1fr;
  min-height: 345px;
  overflow: hidden;
}

.sv-destination-grid img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.sv-destination-grid article > div {
  align-content: start;
  display: grid;
  padding: 22px;
}

.sv-destination-grid h3 {
  color: #01245a;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 8px;
}

.sv-destination-grid p {
  color: #405263;
  font-weight: 800;
  line-height: 1.5;
  margin: 0;
}

.sv-map-grid {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(9, 34, 53, 0.11);
  display: grid;
  gap: 0;
  grid-template-columns: 0.42fr 0.58fr;
  overflow: hidden;
}

.sv-map-copy {
  align-content: center;
  display: grid;
  padding: clamp(28px, 4vw, 52px);
}

.sv-map-copy h2 {
  color: #01245a;
  font-size: clamp(30px, 4vw, 48px);
  margin: 18px 0 14px;
}

.sv-map-copy p {
  color: #445b6d;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.7;
  margin: 0 0 24px;
}

.sv-map-grid iframe {
  border: 0;
  display: block;
  height: 460px;
  width: 100%;
}

@media (max-width: 1050px) {
  .sv-contact-hero-grid,
  .sv-contact-main-grid,
  .sv-map-grid {
    grid-template-columns: 1fr;
  }

  .sv-contact-strip-grid,
  .sv-destination-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sv-contact-hero-card {
    max-width: 560px;
  }
}

@media (max-width: 680px) {
  .sv-contact-hero {
    padding: 52px 0 86px;
  }

  .sv-contact-hero-copy {
    padding: 22px;
  }

  .sv-contact-strip-grid,
  .sv-destination-grid,
  .sv-contact-form {
    grid-template-columns: 1fr;
  }

  .sv-hero-note {
    bottom: 14px;
    left: 14px;
  }

  .sv-form-head {
    align-items: start;
    display: grid;
  }

  .sv-destination-grid article {
    grid-template-rows: 170px 1fr;
    min-height: 0;
  }

  .sv-map-grid iframe {
    height: 340px;
  }
}

/* Readability guardrails for image-backed hero sections across the site. */
.vnc-hero h1,
.vnc-hero .vnc-lead,
.vnc-inner-hero h1,
.vnc-inner-hero p,
.vnc-services-hero h1,
.vnc-services-hero p,
.vnc-about-hero h1,
.vnc-about-hero p,
.vnc-student-ref-hero h1,
.vnc-student-ref-breadcrumb,
.vnc-student-ref-breadcrumb a {
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.65) !important;
}

.vnc-services-hero,
.vnc-about-hero,
.vnc-student-ref-hero {
  position: relative;
}

.vnc-services-hero::before,
.vnc-about-hero::before,
.vnc-student-ref-hero::before {
  background: linear-gradient(90deg, rgba(0, 16, 40, 0.82), rgba(0, 16, 40, 0.58));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.vnc-services-hero > *,
.vnc-about-hero > *,
.vnc-student-ref-hero > * {
  position: relative;
  z-index: 1;
}

/* Attractive destination cards with always-readable content. */
.vnc-front-content .vnc-countries-section {
  background:
    linear-gradient(135deg, rgba(6, 29, 70, 0.98), rgba(12, 49, 112, 0.96)),
    url("../images/reference/services-bg-visa-nest.webp") center / cover no-repeat !important;
  padding: clamp(48px, 6vw, 82px) 0 !important;
}

.vnc-front-content .vnc-countries-section .vnc-section-head {
  margin-bottom: 28px !important;
  max-width: 820px !important;
}

.vnc-front-content .vnc-countries-section h2 {
  color: #ffffff !important;
  font-size: clamp(30px, 4vw, 48px) !important;
  line-height: 1.15 !important;
}

.vnc-country-section-intro {
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.7 !important;
  margin: 14px auto 0 !important;
  max-width: 680px !important;
}

.vnc-front-content .vnc-country-accordion {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 18px !important;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32) !important;
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  height: auto !important;
  margin: 0 auto !important;
  max-width: 1320px !important;
  padding: 18px !important;
}

.vnc-front-content .vnc-country-accordion-item {
  background-image: var(--country-image) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  display: block !important;
  flex: none !important;
  isolation: isolate !important;
  min-height: 420px !important;
  overflow: hidden !important;
  position: relative !important;
  transform: none !important;
  transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease !important;
  width: 100% !important;
}

.vnc-front-content .vnc-country-accordion-item:hover,
.vnc-front-content .vnc-country-accordion-item:focus-within {
  border-color: rgba(248, 201, 77, 0.72) !important;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.28) !important;
  transform: translateY(-5px) !important;
}

.vnc-front-content .vnc-country-accordion-item::before {
  background:
    linear-gradient(180deg, rgba(2, 13, 31, 0.1), rgba(2, 13, 31, 0.78)),
    linear-gradient(90deg, rgba(2, 13, 31, 0.28), rgba(2, 13, 31, 0.08)) !important;
}

.vnc-front-content .vnc-country-accordion-item::after {
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: inherit !important;
  content: "" !important;
  inset: 10px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  transition: opacity 0.3s ease !important;
  z-index: 1 !important;
}

.vnc-front-content .vnc-country-accordion-item:hover::after,
.vnc-front-content .vnc-country-accordion-item:focus-within::after,
.vnc-front-content .vnc-country-accordion-item.is-active::after {
  opacity: 1 !important;
}

.vnc-front-content .vnc-country-accordion-overlay {
  align-items: end !important;
  display: flex !important;
  inset: 0 !important;
  justify-content: stretch !important;
  padding: 22px !important;
  position: absolute !important;
  z-index: 2 !important;
}

.vnc-front-content .vnc-country-accordion-content {
  align-self: end !important;
  backdrop-filter: blur(12px) saturate(1.12) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 255, 0.94)) !important;
  border: 1px solid rgba(255, 255, 255, 0.86) !important;
  border-radius: 14px !important;
  color: #ffffff !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2) !important;
  max-width: none !important;
  opacity: 1 !important;
  padding: 26px !important;
  text-align: left !important;
  transform: none !important;
  transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease !important;
  visibility: visible !important;
  width: 100% !important;
}

.vnc-front-content .vnc-country-accordion-item:hover .vnc-country-accordion-content,
.vnc-front-content .vnc-country-accordion-item:focus-within .vnc-country-accordion-content {
  border-color: rgba(248, 201, 77, 0.9) !important;
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.26) !important;
  transform: translateY(-4px) !important;
}

.vnc-country-flag {
  background: #ffffff !important;
  border: 4px solid #ffffff !important;
  border-radius: 14px !important;
  box-shadow: 0 14px 28px rgba(6, 29, 70, 0.2) !important;
  display: block !important;
  height: 92px !important;
  margin: -66px 0 16px !important;
  object-fit: cover !important;
  width: 138px !important;
}

.vnc-country-chip {
  background: #f8c94d !important;
  border-radius: 999px !important;
  color: #061d46 !important;
  display: inline-flex !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  margin: 0 0 12px !important;
  padding: 8px 12px !important;
  text-transform: uppercase !important;
}

.vnc-front-content .vnc-country-accordion-content h3 {
  color: #061d46 !important;
  font-size: 25px !important;
  margin-bottom: 10px !important;
  opacity: 1 !important;
  transform: none !important;
  text-shadow: none !important;
  visibility: visible !important;
}

.vnc-front-content .vnc-country-accordion-content p {
  color: #304158 !important;
  font-weight: 800 !important;
  line-height: 1.58 !important;
  margin: 0 !important;
  opacity: 1 !important;
  transform: none !important;
  text-shadow: none !important;
  visibility: visible !important;
}

.vnc-front-content .vnc-country-accordion-item.is-active,
.vnc-front-content .vnc-country-accordion-item:hover,
.vnc-front-content .vnc-country-accordion-item:focus,
.vnc-front-content .vnc-country-accordion-item:focus-within,
.vnc-front-content .vnc-country-accordion:has(.vnc-country-accordion-item:hover) .vnc-country-accordion-item.is-active:not(:hover),
.vnc-front-content .vnc-country-accordion:has(.vnc-country-accordion-item:focus) .vnc-country-accordion-item.is-active:not(:focus) {
  flex: none !important;
}

.vnc-front-content .vnc-country-accordion-item.is-active .vnc-country-accordion-content,
.vnc-front-content .vnc-country-accordion-item:hover .vnc-country-accordion-content,
.vnc-front-content .vnc-country-accordion-item:focus .vnc-country-accordion-content,
.vnc-front-content .vnc-country-accordion-item:focus-within .vnc-country-accordion-content,
.vnc-front-content .vnc-country-accordion:has(.vnc-country-accordion-item:hover) .vnc-country-accordion-item.is-active:not(:hover) .vnc-country-accordion-content,
.vnc-front-content .vnc-country-accordion:has(.vnc-country-accordion-item:focus) .vnc-country-accordion-item.is-active:not(:focus) .vnc-country-accordion-content {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 255, 0.94)) !important;
  border-color: rgba(255, 255, 255, 0.86) !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2) !important;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.vnc-front-content .vnc-country-accordion-item.is-active .vnc-country-accordion-content p,
.vnc-front-content .vnc-country-accordion-item:hover .vnc-country-accordion-content p,
.vnc-front-content .vnc-country-accordion-item:focus .vnc-country-accordion-content p,
.vnc-front-content .vnc-country-accordion-item:focus-within .vnc-country-accordion-content p,
.vnc-front-content .vnc-country-accordion:has(.vnc-country-accordion-item:hover) .vnc-country-accordion-item.is-active:not(:hover) .vnc-country-accordion-content p,
.vnc-front-content .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-front-content .vnc-country-accordion-item:hover .vnc-country-accordion-content,
.vnc-front-content .vnc-country-accordion-item:focus-within .vnc-country-accordion-content {
  border-color: rgba(248, 201, 77, 0.95) !important;
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.28) !important;
  transform: translateY(-5px) !important;
}

.vnc-front-content .vnc-country-europe {
  background-position: center !important;
  background-size: cover !important;
}

@media (max-width: 991.98px) {
  .vnc-front-content .vnc-country-accordion {
    gap: 14px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767.98px) {
  .vnc-country-section-intro {
    font-size: 14px !important;
  }

  .vnc-front-content .vnc-country-accordion {
    grid-template-columns: 1fr !important;
    padding: 10px !important;
  }

  .vnc-front-content .vnc-country-accordion-item {
    min-height: 390px !important;
  }

  .vnc-front-content .vnc-country-accordion-content {
    padding: 18px !important;
  }

  .vnc-country-flag {
    height: 76px !important;
    margin-top: -52px !important;
    width: 116px !important;
  }
}

/* Final alignment pass for destination grid cards. */
.vnc-front-content .vnc-country-accordion {
  align-items: stretch !important;
}

.vnc-front-content .vnc-country-accordion-item,
.vnc-front-content .vnc-country-accordion-item.is-active,
.vnc-front-content .vnc-country-accordion-item:hover,
.vnc-front-content .vnc-country-accordion-item:focus,
.vnc-front-content .vnc-country-accordion-item:focus-within {
  min-height: 560px !important;
}

.vnc-front-content .vnc-country-accordion-overlay {
  align-items: stretch !important;
  padding: 18px !important;
}

.vnc-front-content .vnc-country-accordion-content,
.vnc-front-content .vnc-country-accordion-item.is-active .vnc-country-accordion-content,
.vnc-front-content .vnc-country-accordion-item:hover .vnc-country-accordion-content,
.vnc-front-content .vnc-country-accordion-item:focus .vnc-country-accordion-content,
.vnc-front-content .vnc-country-accordion-item:focus-within .vnc-country-accordion-content {
  align-self: stretch !important;
  display: grid !important;
  grid-template-rows: 190px 34px 42px 1fr !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 26px !important;
  transform: none !important;
}

.vnc-front-content .vnc-country-accordion-item:hover,
.vnc-front-content .vnc-country-accordion-item:focus-within {
  transform: translateY(-4px) !important;
}

.vnc-front-content .vnc-country-accordion-item:hover .vnc-country-accordion-content,
.vnc-front-content .vnc-country-accordion-item:focus-within .vnc-country-accordion-content {
  transform: none !important;
}

.vnc-country-flag {
  align-self: start !important;
  background: #f6f8fc !important;
  height: 176px !important;
  margin: 0 !important;
  object-fit: contain !important;
  padding: 10px !important;
  width: 100% !important;
}

.vnc-country-chip {
  align-self: start !important;
  justify-self: start !important;
  margin: 0 !important;
}

.vnc-front-content .vnc-country-accordion-content h3 {
  align-self: start !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}

.vnc-front-content .vnc-country-accordion-content p,
.vnc-front-content .vnc-country-accordion-item.is-active .vnc-country-accordion-content p,
.vnc-front-content .vnc-country-accordion-item:hover .vnc-country-accordion-content p,
.vnc-front-content .vnc-country-accordion-item:focus .vnc-country-accordion-content p,
.vnc-front-content .vnc-country-accordion-item:focus-within .vnc-country-accordion-content p {
  align-self: start !important;
  display: block !important;
  margin: 0 !important;
}

@media (max-width: 767.98px) {
  .vnc-front-content .vnc-country-accordion-content,
  .vnc-front-content .vnc-country-accordion-item.is-active .vnc-country-accordion-content,
  .vnc-front-content .vnc-country-accordion-item:hover .vnc-country-accordion-content,
  .vnc-front-content .vnc-country-accordion-item:focus .vnc-country-accordion-content,
  .vnc-front-content .vnc-country-accordion-item:focus-within .vnc-country-accordion-content {
    grid-template-rows: 150px 34px 38px 1fr !important;
    padding: 22px !important;
  }

  .vnc-country-flag {
    height: 136px !important;
    padding: 8px !important;
    width: 100% !important;
  }
}

.vnc-front-content .vnc-countries-section .vnc-section-head .vnc-country-section-intro {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  display: block !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.65 !important;
  margin: 16px auto 0 !important;
  max-width: 760px !important;
  opacity: 1 !important;
  padding: 12px 18px !important;
  text-align: center !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.34) !important;
  visibility: visible !important;
}

@media (max-width: 767.98px) {
  .vnc-front-content .vnc-countries-section .vnc-section-head .vnc-country-section-intro {
    font-size: 14px !important;
    padding: 10px 14px !important;
  }
}

/* Home banner action spacing. */
.vnc-front-content .vnc-hero .vnc-actions {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin-top: 28px !important;
}

.vnc-front-content .vnc-hero .vnc-actions .btn,
.vnc-front-content .vnc-hero .vnc-actions .btn:first-child,
.vnc-front-content .vnc-hero .vnc-actions .btn:last-child {
  margin: 0 !important;
  min-width: 178px !important;
  white-space: nowrap !important;
}

@media (max-width: 575.98px) {
  .vnc-front-content .vnc-hero .vnc-actions {
    align-items: stretch !important;
    gap: 12px !important;
  }

  .vnc-front-content .vnc-hero .vnc-actions .btn,
  .vnc-front-content .vnc-hero .vnc-actions .btn:first-child,
  .vnc-front-content .vnc-hero .vnc-actions .btn:last-child {
    min-width: 0 !important;
    width: 100% !important;
  }
}

/* About section action spacing. */
.vnc-front-content .vnc-about-section .vnc-actions {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin-top: 24px !important;
}

.vnc-front-content .vnc-about-section .vnc-actions .btn,
.vnc-front-content .vnc-about-section .vnc-actions .btn:first-child,
.vnc-front-content .vnc-about-section .vnc-actions .btn:last-child {
  margin: 0 !important;
  min-width: 168px !important;
  white-space: nowrap !important;
}

@media (max-width: 575.98px) {
  .vnc-front-content .vnc-about-section .vnc-actions {
    align-items: stretch !important;
    gap: 12px !important;
  }

  .vnc-front-content .vnc-about-section .vnc-actions .btn,
  .vnc-front-content .vnc-about-section .vnc-actions .btn:first-child,
  .vnc-front-content .vnc-about-section .vnc-actions .btn:last-child {
    min-width: 0 !important;
    width: 100% !important;
  }
}

/* Europe service page layout cleanup. */
.vnc-europe-ref-page {
  background: #f5f7fb !important;
}

.vnc-europe-ref-page .vnc-student-ref-top,
.vnc-europe-ref-page .vnc-student-ref-support,
.vnc-europe-ref-page .vnc-visitor-ref-bands,
.vnc-europe-ref-page .vnc-student-ref-process,
.vnc-europe-ref-page .vnc-visitor-ref-cta,
.vnc-europe-ref-page .vnc-student-ref-faq {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.vnc-europe-ref-page .vnc-student-ref-top .container,
.vnc-europe-ref-page .vnc-student-ref-support .container,
.vnc-europe-ref-page .vnc-visitor-ref-bands > .container,
.vnc-europe-ref-page .vnc-student-ref-process > .container,
.vnc-europe-ref-page .vnc-visitor-ref-cta > .container,
.vnc-europe-ref-page .vnc-student-ref-faq .container {
  max-width: 1320px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.vnc-europe-ref-page .vnc-student-ref-top-grid {
  align-items: stretch !important;
  display: grid !important;
  gap: 28px !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
}

.vnc-europe-ref-page .vnc-student-ref-countries,
.vnc-europe-ref-page .vnc-student-ref-intro,
.vnc-europe-ref-page .vnc-student-ref-support-card {
  background: #ffffff !important;
  border: 1px solid rgba(6, 29, 70, 0.1) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 44px rgba(6, 29, 70, 0.1) !important;
  overflow: hidden !important;
}

.vnc-europe-ref-page .vnc-student-ref-countries-grid {
  align-content: stretch !important;
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  height: 100% !important;
  padding: 20px !important;
}

.vnc-europe-ref-page .vnc-student-ref-countries-title {
  align-items: center !important;
  background: linear-gradient(135deg, #061d46, #123b78) !important;
  border-radius: 14px !important;
  color: #ffffff !important;
  display: flex !important;
  gap: 14px !important;
  grid-column: 1 / -1 !important;
  min-height: 120px !important;
  padding: 24px !important;
}

.vnc-europe-ref-page .vnc-student-ref-countries-title i {
  align-items: center !important;
  background: #f8c94d !important;
  border-radius: 14px !important;
  color: #061d46 !important;
  display: inline-flex !important;
  flex: 0 0 56px !important;
  font-size: 26px !important;
  height: 56px !important;
  justify-content: center !important;
  width: 56px !important;
}

.vnc-europe-ref-page .vnc-student-ref-countries-title h2 {
  color: #ffffff !important;
  font-size: clamp(24px, 3vw, 36px) !important;
  line-height: 1.15 !important;
  margin: 0 !important;
}

.vnc-europe-ref-page .vnc-student-ref-top .vnc-student-ref-countries article,
.vnc-europe-ref-page .vnc-student-ref-top .vnc-student-ref-countries article:last-child {
  background: #f8fafc !important;
  border: 1px solid rgba(6, 29, 70, 0.08) !important;
  border-radius: 14px !important;
  display: grid !important;
  gap: 10px !important;
  margin: 0 !important;
  min-height: 0 !important;
  padding: 20px !important;
}

.vnc-europe-ref-page .vnc-student-ref-countries article > i {
  align-items: center !important;
  background: rgba(248, 201, 77, 0.24) !important;
  border-radius: 12px !important;
  color: #061d46 !important;
  display: inline-flex !important;
  font-size: 20px !important;
  height: 42px !important;
  justify-content: center !important;
  width: 42px !important;
}

.vnc-europe-ref-page .vnc-student-ref-countries article h3,
.vnc-europe-ref-page .vnc-student-ref-countries article p {
  margin: 0 !important;
}

.vnc-europe-ref-page .vnc-student-ref-intro-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
}

.vnc-europe-ref-page .vnc-student-ref-intro img {
  aspect-ratio: 16 / 8 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block !important;
  height: auto !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: none !important;
  object-fit: cover !important;
  width: 100% !important;
}

.vnc-europe-ref-page .vnc-student-ref-intro-grid > div {
  padding: 28px !important;
}

.vnc-europe-ref-page .vnc-student-ref-support {
  min-height: 0 !important;
  padding: 56px 0 !important;
}

.vnc-europe-ref-page .vnc-student-ref-support-grid {
  align-items: stretch !important;
  display: grid !important;
  gap: 24px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin: 0 auto !important;
  max-width: 1305px !important;
}

.vnc-europe-ref-page .vnc-student-ref-support-card {
  align-self: stretch !important;
  padding: 34px !important;
}

.vnc-europe-ref-page .vnc-student-ref-support img {
  align-self: stretch !important;
  aspect-ratio: auto !important;
  background: #ffffff !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 44px rgba(6, 29, 70, 0.12) !important;
  display: block !important;
  height: 100% !important;
  justify-self: stretch !important;
  max-height: none !important;
  max-width: none !important;
  min-height: 520px !important;
  object-fit: cover !important;
  object-position: center !important;
  width: 100% !important;
}

.vnc-europe-ref-page .vnc-visitor-ref-bands {
  margin-top: 0 !important;
  padding: 58px 0 !important;
}

.vnc-europe-ref-page .vnc-visitor-ref-bands > .container {
  display: grid !important;
  gap: 28px !important;
}

.vnc-europe-ref-page .vnc-visitor-ref-band,
.vnc-europe-ref-page .vnc-visitor-ref-band.text-first,
.vnc-europe-ref-page .vnc-visitor-ref-band.image-first {
  align-items: stretch !important;
  background: #ffffff !important;
  border: 1px solid rgba(6, 29, 70, 0.1) !important;
  border-radius: 20px !important;
  box-shadow: 0 18px 44px rgba(6, 29, 70, 0.1) !important;
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  margin: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

.vnc-europe-ref-page .vnc-visitor-ref-band > div {
  align-self: stretch !important;
  background:
    linear-gradient(135deg, rgba(6, 29, 70, 0.04), rgba(248, 201, 77, 0.14)) !important;
  border-radius: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  margin: 0 !important;
  min-height: 380px !important;
  padding: clamp(28px, 4vw, 46px) !important;
}

.vnc-europe-ref-page .vnc-visitor-ref-band h2 {
  color: #061d46 !important;
  font-size: clamp(26px, 3vw, 38px) !important;
  line-height: 1.18 !important;
  margin: 0 0 16px !important;
}

.vnc-europe-ref-page .vnc-visitor-ref-band p {
  color: #34455e !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.75 !important;
}

.vnc-europe-ref-page .vnc-visitor-ref-band img {
  align-self: stretch !important;
  aspect-ratio: auto !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block !important;
  height: 100% !important;
  max-height: none !important;
  max-width: none !important;
  min-height: 380px !important;
  object-fit: cover !important;
  width: 100% !important;
}

.vnc-europe-ref-page .vnc-visitor-ref-band img[src$="Europe-flag-Visa-Nest.svg"] {
  background: #0646a6 !important;
  object-fit: contain !important;
  padding: 44px !important;
}

.vnc-europe-ref-page .vnc-student-ref-process {
  margin-top: 0 !important;
}

.vnc-europe-ref-page .vnc-student-ref-process-grid {
  gap: 16px !important;
}

.vnc-europe-ref-page .vnc-visitor-ref-cta {
  padding: 56px 0 0 !important;
}

.vnc-europe-ref-page .vnc-visitor-ref-cta-box {
  background: #ffffff !important;
  border: 1px solid rgba(6, 29, 70, 0.1) !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 44px rgba(6, 29, 70, 0.1) !important;
  display: grid !important;
  gap: 28px !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr) !important;
  padding: 24px !important;
  text-align: left !important;
}

.vnc-europe-ref-page .vnc-visitor-ref-cta-box > div {
  align-self: center !important;
  padding: 16px !important;
}

.vnc-europe-ref-page .vnc-visitor-ref-cta-box img {
  align-self: stretch !important;
  height: 100% !important;
  margin: 0 !important;
  min-height: 330px !important;
  object-fit: cover !important;
  width: 100% !important;
}

.vnc-europe-ref-page .vnc-visitor-ref-cta-box h2,
.vnc-europe-ref-page .vnc-visitor-ref-cta-box p {
  text-align: left !important;
}

@media (max-width: 991.98px) {
  .vnc-europe-ref-page .vnc-student-ref-top-grid,
  .vnc-europe-ref-page .vnc-student-ref-support-grid,
  .vnc-europe-ref-page .vnc-visitor-ref-band,
  .vnc-europe-ref-page .vnc-visitor-ref-band.text-first,
  .vnc-europe-ref-page .vnc-visitor-ref-band.image-first,
  .vnc-europe-ref-page .vnc-visitor-ref-cta-box {
    grid-template-columns: 1fr !important;
  }

  .vnc-europe-ref-page .vnc-student-ref-support img,
  .vnc-europe-ref-page .vnc-visitor-ref-band img,
  .vnc-europe-ref-page .vnc-visitor-ref-cta-box img {
    height: auto !important;
    min-height: 0 !important;
  }

  .vnc-europe-ref-page .vnc-visitor-ref-band.image-first img {
    order: 2 !important;
  }

  .vnc-europe-ref-page .vnc-visitor-ref-band.image-first > div {
    order: 1 !important;
  }
}

@media (max-width: 767.98px) {
  .vnc-europe-ref-page .vnc-student-ref-countries-grid {
    grid-template-columns: 1fr !important;
    padding: 14px !important;
  }

  .vnc-europe-ref-page .vnc-student-ref-countries-title {
    align-items: flex-start !important;
    flex-direction: column !important;
    min-height: 0 !important;
  }

  .vnc-europe-ref-page .vnc-student-ref-intro-grid > div,
  .vnc-europe-ref-page .vnc-student-ref-support-card,
  .vnc-europe-ref-page .vnc-visitor-ref-band > div {
    padding: 22px !important;
  }

  .vnc-europe-ref-page .vnc-visitor-ref-band img[src$="Europe-flag-Visa-Nest.svg"] {
    padding: 28px !important;
  }
}

/* Unified service and subservice page design. */
.vnc-services-page,
.vnc-service-detail-node .vnc-student-ref-page {
  background: #f5f7fb !important;
}

.vnc-services-page .container,
.vnc-service-detail-node .vnc-student-ref-page .container {
  max-width: 1320px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.vnc-services-hero,
.vnc-service-detail-node .vnc-student-ref-hero {
  align-items: center !important;
  background-position: center !important;
  background-size: cover !important;
  display: flex !important;
  min-height: clamp(280px, 34vw, 400px) !important;
  padding: 72px 0 !important;
}

.vnc-services-hero h1,
.vnc-service-detail-node .vnc-student-ref-hero h1 {
  color: #fff !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: clamp(38px, 5vw, 64px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.05 !important;
  margin: 0 0 12px !important;
  max-width: none;
}

.vnc-services-breadcrumb,
.vnc-service-detail-node .vnc-student-ref-breadcrumb {
  align-items: center !important;
  color: #fff !important;
  /* display: flex !important; */
  flex-wrap: wrap !important;
  font-family: "Nunito Sans", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  gap: 10px !important;
  justify-content: flex-start !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}

.vnc-services-breadcrumb a,
.vnc-service-detail-node .vnc-student-ref-breadcrumb a {
  color: #ffce47 !important;
}

.vnc-services-breadcrumb a,
.vnc-services-breadcrumb span,
.vnc-service-detail-node .vnc-student-ref-breadcrumb a,
.vnc-service-detail-node .vnc-student-ref-breadcrumb span {
  align-items: center !important;
  display: inline-flex !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}

.vnc-services-breadcrumb span,
.vnc-service-detail-node .vnc-student-ref-breadcrumb span {
  color: #fff !important;
}

.vnc-services-intro,
.vnc-service-detail-node .vnc-student-ref-top {
  padding: 64px 0 34px !important;
}

.vnc-services-intro-grid,
.vnc-service-detail-node .vnc-student-ref-top-grid {
  align-items: stretch !important;
  display: grid !important;
  gap: 28px !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
}

.vnc-services-intro-copy,
.vnc-services-card-grid,
.vnc-service-detail-node .vnc-student-ref-countries,
.vnc-service-detail-node .vnc-student-ref-intro,
.vnc-service-detail-node .vnc-student-ref-support-card {
  background: #fff !important;
  border: 1px solid rgba(6, 29, 70, 0.1) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 44px rgba(6, 29, 70, 0.1) !important;
  overflow: hidden !important;
}

.vnc-services-intro-copy {
  display: flex !important;
  flex-direction: column !important;
}

.vnc-services-main-img,
.vnc-service-detail-node .vnc-student-ref-intro img {
  aspect-ratio: 16 / 8 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block !important;
  height: auto !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: none !important;
  object-fit: cover !important;
  width: 100% !important;
}

.vnc-services-intro-copy h2,
.vnc-services-intro-copy p,
.vnc-services-intro-copy .vnc-services-actions {
  margin-left: 28px !important;
  margin-right: 28px !important;
}

.vnc-services-intro-copy h2,
.vnc-service-detail-node .vnc-student-ref-intro h2,
.vnc-service-detail-node .vnc-student-ref-support h2 {
  color: #061d46 !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: clamp(26px, 3vw, 38px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
}

.vnc-services-intro-copy h2 {
  margin-top: 28px !important;
}

.vnc-services-intro-copy p,
.vnc-service-detail-node .vnc-student-ref-intro p,
.vnc-service-detail-node .vnc-student-ref-support p,
.vnc-service-detail-node .vnc-student-ref-band p,
.vnc-service-detail-node .vnc-student-ref-faq-copy > p,
.vnc-service-detail-node .vnc-visitor-ref-cta-box p,
.vnc-service-detail-node .vnc-student-ref-cta-box p {
  color: #34455e !important;
  font-family: "Nunito Sans", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.75 !important;
}

.vnc-services-intro-copy .vnc-services-actions {
  margin-bottom: 28px !important;
  margin-top: auto !important;
}

.vnc-services-card-grid,
.vnc-service-detail-node .vnc-student-ref-countries-grid {
  align-content: stretch !important;
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  height: 100% !important;
  padding: 20px !important;
}

.vnc-services-card {
  align-content: start !important;
  background: #f8fafc !important;
  border: 1px solid rgba(6, 29, 70, 0.08) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  color: inherit !important;
  display: grid !important;
  gap: 12px !important;
  margin: 0 !important;
  min-height: 226px !important;
  padding: 22px !important;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease !important;
}

.vnc-services-card:hover {
  border-color: rgba(248, 201, 77, 0.8) !important;
  box-shadow: 0 20px 42px rgba(6, 29, 70, 0.14) !important;
  transform: translateY(-5px) !important;
}

.vnc-services-card h3,
.vnc-service-detail-node .vnc-student-ref-countries article h3 {
  color: #061d46 !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}

.vnc-services-card p,
.vnc-service-detail-node .vnc-student-ref-countries article p {
  color: #34455e !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}

.vnc-services-arrow {
  align-items: center !important;
  background: #ffce47 !important;
  border-radius: 12px !important;
  color: #061d46 !important;
  display: inline-flex !important;
  font-size: 22px !important;
  height: 46px !important;
  justify-content: center !important;
  margin-top: auto !important;
  width: 46px !important;
}

.vnc-service-detail-node .vnc-student-ref-countries-title {
  align-items: center !important;
  background: linear-gradient(135deg, #061d46, #123b78) !important;
  border-radius: 14px !important;
  color: #fff !important;
  display: flex !important;
  gap: 14px !important;
  grid-column: 1 / -1 !important;
  min-height: 116px !important;
  padding: 24px !important;
}

.vnc-service-detail-node .vnc-student-ref-countries-title i {
  align-items: center !important;
  background: #ffce47 !important;
  border-radius: 14px !important;
  color: #061d46 !important;
  display: inline-flex !important;
  flex: 0 0 56px !important;
  font-size: 26px !important;
  height: 56px !important;
  justify-content: center !important;
  width: 56px !important;
}

.vnc-service-detail-node .vnc-student-ref-countries-title h2 {
  color: #fff !important;
  font-size: clamp(24px, 3vw, 36px) !important;
  line-height: 1.15 !important;
  margin: 0 !important;
}

.vnc-service-detail-node .vnc-student-ref-top .vnc-student-ref-countries article,
.vnc-service-detail-node .vnc-student-ref-top .vnc-student-ref-countries article:last-child {
  background: #f8fafc !important;
  border: 1px solid rgba(6, 29, 70, 0.08) !important;
  border-radius: 14px !important;
  display: grid !important;
  gap: 10px !important;
  grid-column: auto !important;
  margin: 0 !important;
  min-height: 0 !important;
  padding: 20px !important;
}

.vnc-service-detail-node .vnc-student-ref-countries article > i {
  align-items: center !important;
  background: rgba(248, 201, 77, 0.24) !important;
  border-radius: 12px !important;
  color: #061d46 !important;
  display: inline-flex !important;
  font-size: 20px !important;
  height: 42px !important;
  justify-content: center !important;
  width: 42px !important;
}

.vnc-service-detail-node .vnc-student-ref-intro-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
}

.vnc-service-detail-node .vnc-student-ref-intro-grid > div {
  padding: 28px !important;
}

.vnc-service-detail-node .vnc-student-ref-support {
  min-height: 0 !important;
  padding: 56px 0 !important;
}

.vnc-service-detail-node .vnc-student-ref-support-grid {
  align-items: stretch !important;
  display: grid !important;
  gap: 24px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin: 0 auto !important;
  max-width: 1305px !important;
}

.vnc-service-detail-node .vnc-student-ref-support-card {
  align-self: stretch !important;
  margin: 0 !important;
  padding: 34px !important;
  width: auto !important;
}

.vnc-service-detail-node .vnc-student-ref-support img {
  align-self: stretch !important;
  background: #fff !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 44px rgba(6, 29, 70, 0.12) !important;
  display: block !important;
  height: 100% !important;
  justify-self: stretch !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: none !important;
  min-height: 520px !important;
  object-fit: cover !important;
  object-position: center !important;
  width: 100% !important;
}

.vnc-service-detail-node .vnc-student-ref-support ul {
  display: grid !important;
  gap: 10px 16px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  padding-left: 0 !important;
}

.vnc-service-detail-node .vnc-student-ref-support li {
  background: rgba(6, 29, 70, 0.05) !important;
  border-radius: 10px !important;
  color: #061d46 !important;
  font-family: "Nunito Sans", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  list-style: none !important;
  padding: 9px 19px !important;
}

.vnc-service-detail-node .vnc-student-ref-bands,
.vnc-service-detail-node .vnc-visitor-ref-bands {
  margin-top: 0 !important;
  padding: 58px 0 !important;
}

.vnc-service-detail-node .vnc-student-ref-bands > .container,
.vnc-service-detail-node .vnc-visitor-ref-bands > .container {
  display: grid !important;
  gap: 28px !important;
}

.vnc-service-detail-node .vnc-student-ref-band,
.vnc-service-detail-node .vnc-student-ref-band.text-first,
.vnc-service-detail-node .vnc-student-ref-band.image-first,
.vnc-service-detail-node .vnc-student-ref-band.reverse {
  align-items: stretch !important;
  background: #fff !important;
  border: 1px solid rgba(6, 29, 70, 0.1) !important;
  border-radius: 20px !important;
  box-shadow: 0 18px 44px rgba(6, 29, 70, 0.1) !important;
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

.vnc-service-detail-node .vnc-student-ref-band.reverse > img {
  order: 2 !important;
}

.vnc-service-detail-node .vnc-student-ref-band.reverse > div {
  order: 1 !important;
}

.vnc-service-detail-node .vnc-student-ref-band > div {
  align-self: stretch !important;
  background: linear-gradient(135deg, rgba(6, 29, 70, 0.04), rgba(248, 201, 77, 0.14)) !important;
  border-radius: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  margin: 0 !important;
  min-height: 380px !important;
  padding: clamp(28px, 4vw, 46px) !important;
}

.vnc-service-detail-node .vnc-student-ref-band h2 {
  color: #061d46 !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: clamp(26px, 3vw, 38px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
  margin: 0 0 16px !important;
}

.vnc-service-detail-node .vnc-student-ref-band img {
  align-self: stretch !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block !important;
  height: 100% !important;
  max-height: none !important;
  max-width: none !important;
  min-height: 380px !important;
  object-fit: cover !important;
  width: 100% !important;
}

.vnc-service-detail-node .vnc-student-ref-band img[src$="Europe-flag-Visa-Nest.svg"] {
  background: #0646a6 !important;
  object-fit: contain !important;
  padding: 44px !important;
}

.vnc-services-why,
.vnc-service-detail-node .vnc-student-ref-process {
  background: #eef2f7 !important;
  margin-top: 0 !important;
  padding: 58px 0 !important;
}

.vnc-services-why-grid {
  align-items: stretch !important;
  display: grid !important;
  gap: 28px !important;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
}

.vnc-services-why-copy,
.vnc-services-feature-grid {
  background: #fff !important;
  border: 1px solid rgba(6, 29, 70, 0.1) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 44px rgba(6, 29, 70, 0.1) !important;
  padding: 34px !important;
}

.vnc-services-feature-grid {
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.vnc-services-feature {
  background: #f8fafc !important;
  border: 1px solid rgba(6, 29, 70, 0.08) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  min-height: 132px !important;
  padding: 20px !important;
}

.vnc-service-detail-node .vnc-student-ref-process-grid {
  gap: 16px !important;
}

.vnc-service-detail-node .vnc-student-ref-process article {
  box-shadow: 0 14px 30px rgba(6, 29, 70, 0.08) !important;
}

.vnc-service-detail-node .vnc-student-ref-cta,
.vnc-service-detail-node .vnc-visitor-ref-cta {
  padding: 56px 0 0 !important;
}

.vnc-service-detail-node .vnc-student-ref-cta-box,
.vnc-service-detail-node .vnc-visitor-ref-cta-box {
  background: #fff !important;
  border: 1px solid rgba(6, 29, 70, 0.1) !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 44px rgba(6, 29, 70, 0.1) !important;
  display: grid !important;
  gap: 28px !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, .9fr) !important;
  padding: 24px !important;
  text-align: left !important;
}

.vnc-service-detail-node .vnc-student-ref-cta-box > div,
.vnc-service-detail-node .vnc-visitor-ref-cta-box > div {
  align-self: center !important;
  padding: 16px !important;
}

.vnc-service-detail-node .vnc-student-ref-cta-box img,
.vnc-service-detail-node .vnc-visitor-ref-cta-box img {
  align-self: stretch !important;
  border-radius: 18px !important;
  box-shadow: 0 14px 30px rgba(6, 29, 70, 0.12) !important;
  height: 100% !important;
  margin: 0 !important;
  max-width: none !important;
  min-height: 330px !important;
  object-fit: cover !important;
  width: 100% !important;
}

.vnc-service-detail-node .vnc-student-ref-cta-box h2,
.vnc-service-detail-node .vnc-visitor-ref-cta-box h2,
.vnc-services-why-copy h2,
.vnc-services-faq-copy h2 {
  color: #061d46 !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: clamp(28px, 3.4vw, 44px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.14 !important;
  text-align: left !important;
}

.vnc-service-detail-node .vnc-student-ref-cta-box p,
.vnc-service-detail-node .vnc-visitor-ref-cta-box p {
  max-width: 720px !important;
  text-align: left !important;
}

.vnc-service-detail-node .vnc-student-ref-cta .vnc-student-ref-dual,
.vnc-service-detail-node .vnc-visitor-ref-cta .vnc-student-ref-dual {
  justify-content: flex-start !important;
}

.vnc-services-faq,
.vnc-service-detail-node .vnc-student-ref-faq {
  background: #fff !important;
  margin: 0 !important;
  padding: 64px 0 !important;
}

.vnc-services-faq-grid,
.vnc-service-detail-node .vnc-student-ref-faq-grid {
  align-items: center !important;
  display: grid !important;
  gap: clamp(32px, 5vw, 76px) !important;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr) !important;
}

.vnc-services-kicker,
.vnc-service-detail-node .vnc-student-ref-faq-pill {
  align-items: center !important;
  background: #061d46 !important;
  border-radius: 999px !important;
  color: #fff !important;
  display: inline-flex !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  justify-content: center !important;
  line-height: 1.2 !important;
  margin: 0 0 14px !important;
  min-height: 42px !important;
  padding: 8px 18px !important;
}

.vnc-services-btn,
.vnc-service-detail-node .vnc-student-ref-call,
.vnc-service-detail-node .vnc-student-ref-consult {
  border-radius: 999px !important;
  min-height: 48px !important;
  white-space: nowrap !important;
}

@media (max-width: 991.98px) {
  .vnc-services-intro-grid,
  .vnc-services-why-grid,
  .vnc-services-faq-grid,
  .vnc-service-detail-node .vnc-student-ref-top-grid,
  .vnc-service-detail-node .vnc-student-ref-support-grid,
  .vnc-service-detail-node .vnc-student-ref-band,
  .vnc-service-detail-node .vnc-student-ref-band.text-first,
  .vnc-service-detail-node .vnc-student-ref-band.image-first,
  .vnc-service-detail-node .vnc-student-ref-band.reverse,
  .vnc-service-detail-node .vnc-student-ref-cta-box,
  .vnc-service-detail-node .vnc-visitor-ref-cta-box,
  .vnc-service-detail-node .vnc-student-ref-faq-grid {
    grid-template-columns: 1fr !important;
  }

  .vnc-service-detail-node .vnc-student-ref-support img,
  .vnc-service-detail-node .vnc-student-ref-band img,
  .vnc-service-detail-node .vnc-student-ref-cta-box img,
  .vnc-service-detail-node .vnc-visitor-ref-cta-box img {
    height: auto !important;
    min-height: 0 !important;
  }

  .vnc-service-detail-node .vnc-student-ref-band > img,
  .vnc-service-detail-node .vnc-student-ref-band.reverse > img,
  .vnc-service-detail-node .vnc-student-ref-band.image-first > img {
    order: 2 !important;
  }

  .vnc-service-detail-node .vnc-student-ref-band > div,
  .vnc-service-detail-node .vnc-student-ref-band.reverse > div,
  .vnc-service-detail-node .vnc-student-ref-band.image-first > div {
    order: 1 !important;
  }
}

@media (max-width: 767.98px) {
  .vnc-services-card-grid,
  .vnc-services-feature-grid,
  .vnc-service-detail-node .vnc-student-ref-countries-grid,
  .vnc-service-detail-node .vnc-student-ref-support ul {
    grid-template-columns: 1fr !important;
  }

  .vnc-services-intro-copy h2,
  .vnc-services-intro-copy p,
  .vnc-services-intro-copy .vnc-services-actions {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }

  .vnc-service-detail-node .vnc-student-ref-intro-grid > div,
  .vnc-service-detail-node .vnc-student-ref-support-card,
  .vnc-service-detail-node .vnc-student-ref-band > div,
  .vnc-service-detail-node .vnc-student-ref-cta-box,
  .vnc-service-detail-node .vnc-visitor-ref-cta-box,
  .vnc-services-why-copy,
  .vnc-services-feature-grid {
    padding: 22px !important;
  }

  .vnc-service-detail-node .vnc-student-ref-countries-title {
    align-items: flex-start !important;
    flex-direction: column !important;
    min-height: 0 !important;
  }

  .vnc-services-actions,
  .vnc-service-detail-node .vnc-student-ref-dual {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  .vnc-services-btn,
  .vnc-service-detail-node .vnc-student-ref-call,
  .vnc-service-detail-node .vnc-student-ref-consult {
    width: 100% !important;
  }
}

/* Service process cards: match Europe guidance section styling. */
.vnc-service-detail-node .vnc-student-ref-process {
  background: #f1f1f1 !important;
  margin-top: 0 !important;
  padding: 58px 0 !important;
  text-align: center !important;
}

.vnc-service-detail-node .vnc-student-ref-process > .container {
  max-width: 1320px !important;
}

.vnc-service-detail-node .vnc-student-ref-process > .container > span {
  align-items: center !important;
  background: #01245a !important;
  border: 1px solid #ffce47 !important;
  border-radius: 28px !important;
  color: #ffce47 !important;
  display: inline-flex !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  justify-content: center !important;
  line-height: 1.2 !important;
  margin: 0 0 12px !important;
  padding: 8px 18px !important;
}

.vnc-service-detail-node .vnc-student-ref-process h2 {
  color: #01245a !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: clamp(32px, 4vw, 43px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.15 !important;
  margin: 0 0 48px !important;
  text-align: center !important;
}

.vnc-service-detail-node .vnc-student-ref-process-grid {
  align-items: stretch !important;
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  margin-top: 0 !important;
}

.vnc-service-detail-node .vnc-student-ref-process article {
  align-items: center !important;
  background: #ffce47 !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 305px !important;
  padding: 30px 20px !important;
  position: relative !important;
  text-align: center !important;
}

.vnc-service-detail-node .vnc-student-ref-process article:not(:last-child)::after {
  background: #ffce47 !important;
  content: "" !important;
  height: 1px !important;
  position: absolute !important;
  right: -18px !important;
  top: 98px !important;
  width: 18px !important;
}

.vnc-service-detail-node .vnc-student-ref-process i {
  align-items: center !important;
  background: #01245a !important;
  border-radius: 50% !important;
  color: #fff !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  font-size: 54px !important;
  height: 124px !important;
  justify-content: center !important;
  margin: 0 !important;
  width: 124px !important;
}

.vnc-service-detail-node .vnc-student-ref-process b {
  align-items: center !important;
  background: #ffce47 !important;
  border: 3px solid #f1f1f1 !important;
  border-radius: 999px !important;
  color: #01245a !important;
  display: inline-flex !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  justify-content: center !important;
  margin: -18px 0 18px !important;
  min-height: 38px !important;
  min-width: 52px !important;
  position: relative !important;
  z-index: 1 !important;
}

.vnc-service-detail-node .vnc-student-ref-process h3 {
  color: #01245a !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  margin: 0 0 10px !important;
}

.vnc-service-detail-node .vnc-student-ref-process p {
  color: #000 !important;
  font-family: "Nunito Sans", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}

@media (max-width: 1199.98px) {
  .vnc-service-detail-node .vnc-student-ref-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .vnc-service-detail-node .vnc-student-ref-process article:not(:last-child)::after {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .vnc-service-detail-node .vnc-student-ref-process {
    padding: 44px 0 !important;
  }

  .vnc-service-detail-node .vnc-student-ref-process h2 {
    margin-bottom: 26px !important;
  }

  .vnc-service-detail-node .vnc-student-ref-process-grid {
    grid-template-columns: 1fr !important;
  }

  .vnc-service-detail-node .vnc-student-ref-process article {
    min-height: 0 !important;
  }
}

/* Home page process cards: match Europe guidance section styling. */
.vnc-front-content .vnc-process-section {
  background: #f1f1f1 !important;
  margin-top: 0 !important;
  padding: 58px 0 !important;
  text-align: center !important;
}

.vnc-front-content .vnc-process-section > .container {
  max-width: 1320px !important;
}

.vnc-front-content .vnc-process-section .vnc-section-head {
  margin: 0 0 48px !important;
  max-width: none !important;
  text-align: center !important;
}

.vnc-front-content .vnc-process-section .vnc-kicker {
  align-items: center !important;
  background: #01245a !important;
  border: 1px solid #ffce47 !important;
  border-radius: 28px !important;
  color: #ffce47 !important;
  display: inline-flex !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  justify-content: center !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  margin: 0 0 12px !important;
  padding: 8px 18px !important;
  text-transform: none !important;
}

.vnc-front-content .vnc-process-section .vnc-kicker::before,
.vnc-front-content .vnc-process-section .vnc-kicker::after {
  display: none !important;
}

.vnc-front-content .vnc-process-section h2 {
  color: #01245a !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: clamp(32px, 4vw, 43px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.15 !important;
  margin: 0 !important;
  text-align: center !important;
}

.vnc-front-content .vnc-process {
  align-items: stretch !important;
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  margin: 0 !important;
  padding: 0 !important;
}

.vnc-front-content .vnc-process::before,
.vnc-front-content .vnc-step-connector {
  display: none !important;
}

.vnc-front-content .vnc-process-col {
  display: flex !important;
  min-width: 0 !important;
}

.vnc-front-content .vnc-step {
  align-items: center !important;
  background: #ffce47 !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 305px !important;
  padding: 30px 20px !important;
  position: relative !important;
  text-align: center !important;
  width: 100% !important;
}

.vnc-front-content .vnc-process-col:not(:last-child) .vnc-step::after {
  background: #ffce47 !important;
  content: "" !important;
  height: 1px !important;
  position: absolute !important;
  right: -18px !important;
  top: 98px !important;
  width: 18px !important;
}

.vnc-front-content .vnc-step-icon-wrap {
  align-items: center !important;
  display: flex !important;
  flex-direction: column !important;
  margin: 0 !important;
  position: static !important;
}

.vnc-front-content .vnc-step-icon {
  align-items: center !important;
  background: #01245a !important;
  border: 0 !important;
  border-radius: 50% !important;
  color: #fff !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  font-size: 54px !important;
  height: 124px !important;
  justify-content: center !important;
  margin: 0 !important;
  width: 124px !important;
}

.vnc-front-content .vnc-step-icon i {
  color: inherit !important;
  font-size: inherit !important;
  line-height: 1 !important;
}

.vnc-front-content .vnc-step-number {
  align-items: center !important;
  background: #ffce47 !important;
  border: 3px solid #f1f1f1 !important;
  border-radius: 999px !important;
  color: #01245a !important;
  display: inline-flex !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  justify-content: center !important;
  margin: -18px 0 18px !important;
  min-height: 38px !important;
  min-width: 52px !important;
  position: relative !important;
  z-index: 1 !important;
}

.vnc-front-content .vnc-step h3 {
  color: #01245a !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  margin: 0 0 10px !important;
}

.vnc-front-content .vnc-step p {
  color: #000 !important;
  font-family: "Nunito Sans", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}

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

  .vnc-front-content .vnc-process-col:not(:last-child) .vnc-step::after {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .vnc-front-content .vnc-process-section {
    padding: 44px 0 !important;
  }

  .vnc-front-content .vnc-process-section .vnc-section-head {
    margin-bottom: 26px !important;
  }

  .vnc-front-content .vnc-process {
    grid-template-columns: 1fr !important;
  }

  .vnc-front-content .vnc-step {
    min-height: 0 !important;
  }
}

/* Home page polish pass. */
.vnc-front-content {
  background: #f5f7fb !important;
}

.vnc-front-content .container {
  max-width: 1320px !important;
}

.vnc-front-content .vnc-section:not(.vnc-hero) {
  padding: clamp(58px, 7vw, 92px) 0 !important;
}

.vnc-front-content .vnc-section-head {
  margin: 0 auto 34px !important;
  max-width: 840px !important;
  text-align: center !important;
}

.vnc-front-content .vnc-section-head h2,
.vnc-front-content .vnc-about-copy h2,
.vnc-front-content .vnc-why-copy h2,
.vnc-front-content .vnc-student-copy h2,
.vnc-front-content .vnc-visit-copy h2,
.vnc-front-content .vnc-europe-copy h2,
.vnc-front-content .vnc-ielts-copy h2,
.vnc-front-content .vnc-immigration-copy h2,
.vnc-front-content .vnc-faq-copy h2 {
  color: #061d46 !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: clamp(30px, 4vw, 48px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.12 !important;
}

.vnc-front-content p:not(.vnc-kicker),
.vnc-front-content .accordion-body {
  color: #34455e !important;
  font-family: "Nunito Sans", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.75 !important;
}

.vnc-front-content .vnc-kicker {
  align-items: center !important;
  background: rgba(248, 201, 77, 0.2) !important;
  border: 1px solid rgba(248, 201, 77, 0.54) !important;
  border-radius: 999px !important;
  color: #061d46 !important;
  display: inline-flex !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  gap: 8px !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
  margin-bottom: 16px !important;
  padding: 9px 16px !important;
  text-transform: uppercase !important;
}

.vnc-front-content .vnc-kicker::before {
  background: #ffce47 !important;
  border-radius: 999px !important;
  content: "" !important;
  display: inline-block !important;
  height: 8px !important;
  width: 8px !important;
}

.vnc-front-content .vnc-actions,
.vnc-front-content .vnc-student-actions,
.vnc-front-content .vnc-visit-actions,
.vnc-front-content .vnc-europe-actions,
.vnc-front-content .vnc-ielts-actions,
.vnc-front-content .vnc-immigration-actions {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

.vnc-front-content .btn,
.vnc-front-content .vnc-service > a,
.vnc-front-content .vnc-student-action,
.vnc-front-content .vnc-visit-action,
.vnc-front-content .vnc-europe-action,
.vnc-front-content .vnc-ielts-action,
.vnc-front-content .vnc-immigration-action {
  align-items: center !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 900 !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 12px 20px !important;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease !important;
}

.vnc-front-content .btn:hover,
.vnc-front-content .btn:focus,
.vnc-front-content .vnc-service > a:hover,
.vnc-front-content .vnc-service > a:focus,
.vnc-front-content .vnc-student-action:hover,
.vnc-front-content .vnc-student-action:focus,
.vnc-front-content .vnc-visit-action:hover,
.vnc-front-content .vnc-visit-action:focus,
.vnc-front-content .vnc-europe-action:hover,
.vnc-front-content .vnc-europe-action:focus,
.vnc-front-content .vnc-ielts-action:hover,
.vnc-front-content .vnc-ielts-action:focus,
.vnc-front-content .vnc-immigration-action:hover,
.vnc-front-content .vnc-immigration-action:focus {
  box-shadow: 0 14px 28px rgba(6, 29, 70, 0.18) !important;
  transform: translateY(-2px) !important;
}

.vnc-front-content .btn-vnc-primary,
.vnc-front-content .vnc-student-action-secondary,
.vnc-front-content .vnc-visit-action-secondary,
.vnc-front-content .vnc-europe-action-secondary,
.vnc-front-content .vnc-ielts-action-secondary,
.vnc-front-content .vnc-immigration-action-secondary,
.vnc-front-content .vnc-hero-service-form .btn {
  background: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #ffffff !important;
}

.vnc-front-content .btn-vnc-outline,
.vnc-front-content .vnc-service > a,
.vnc-front-content .vnc-student-action-primary,
.vnc-front-content .vnc-visit-action-primary,
.vnc-front-content .vnc-europe-action-primary,
.vnc-front-content .vnc-ielts-action-primary,
.vnc-front-content .vnc-immigration-action-primary {
  background: #061d46 !important;
  border: 1px solid #061d46 !important;
  color: #fff !important;
}

.vnc-front-content .vnc-hero {
  align-items: center !important;
  background:
    linear-gradient(90deg, rgba(0, 17, 46, 0.9), rgba(0, 25, 64, 0.72)),
    url("../images/reference/student-visa-consultancy-pakistan-visa-nest.webp") center/cover no-repeat !important;
  isolation: isolate !important;
  min-height: clamp(720px, 82vh, 860px) !important;
  overflow: hidden !important;
  padding: clamp(74px, 9vw, 116px) 0 !important;
  position: relative !important;
}

.vnc-front-content .vnc-hero::before {
  background:
    linear-gradient(135deg, rgba(248, 201, 77, 0.18), rgba(1, 36, 90, 0) 44%),
    radial-gradient(circle at 82% 18%, rgba(248, 201, 77, 0.26), transparent 28%),
    radial-gradient(circle at 6% 82%, rgba(68, 176, 132, 0.18), transparent 26%) !important;
  content: "" !important;
  inset: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  z-index: 0 !important;
}

.vnc-front-content .vnc-hero > * {
  position: relative !important;
  z-index: 1 !important;
}

.vnc-front-content .vnc-hero-media {
  display: none !important;
}

.vnc-front-content .vnc-hero h1 {
  color: #fff !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: clamp(42px, 6vw, 72px) !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  line-height: 1.02 !important;
  margin: 0 0 22px !important;
  max-width: 880px !important;
}

.vnc-front-content .vnc-hero .vnc-lead {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.8 !important;
  max-width: 820px !important;
}

.vnc-front-content .vnc-hero .vnc-kicker {
  background: #dc3545 !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  color: #ffffff !important;
}

.vnc-hero-proof {
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-top: 28px !important;
  max-width: 840px !important;
}

.vnc-hero-proof span {
  align-items: center !important;
  backdrop-filter: blur(12px) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 16px !important;
  color: #fff !important;
  display: grid !important;
  gap: 3px !important;
  grid-template-columns: 42px 1fr !important;
  padding: 14px !important;
}

.vnc-hero-proof i {
  align-items: center !important;
  background: #dc3545 !important;
  border-radius: 12px !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-size: 21px !important;
  grid-row: span 2 !important;
  height: 42px !important;
  justify-content: center !important;
  width: 35px !important;
}

.vnc-hero-proof strong {
  color: #fff !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
}

.vnc-hero-proof small {
  color: rgba(255, 255, 255, 0.78) !important;
  font-family: "Nunito Sans", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.vnc-front-content .vnc-consult-card {
  backdrop-filter: blur(16px) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 24px !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34) !important;
  overflow: hidden !important;
  padding: clamp(24px, 3vw, 34px) !important;
  position: relative !important;
}

.vnc-front-content .vnc-consult-card::before {
  background: linear-gradient(90deg, #ffce47, #44b084, #0b4ea2) !important;
  content: "" !important;
  height: 6px !important;
  inset: 0 0 auto !important;
  position: absolute !important;
}

.vnc-front-content .vnc-form-kicker {
  background: rgba(6, 29, 70, 0.08) !important;
  border-radius: 999px !important;
  color: #061d46 !important;
  display: inline-flex !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  margin-bottom: 12px !important;
  padding: 8px 14px !important;
  text-transform: uppercase !important;
}

.vnc-front-content .vnc-consult-card h2 {
  color: #061d46 !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: clamp(24px, 2.7vw, 34px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.vnc-front-content .vnc-consult-card label {
  color: #061d46 !important;
  font-weight: 900 !important;
}

.vnc-front-content .vnc-consult-card .form-control,
.vnc-front-content .vnc-consult-card .form-select {
  background-color: #f8fafc !important;
  border: 1px solid rgba(6, 29, 70, 0.14) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  min-height: 50px !important;
}

.vnc-front-content .vnc-about-section {
  background: #fff !important;
}

.vnc-front-content .vnc-about-row {
  background: linear-gradient(135deg, #fff, #f8fafc) !important;
  border: 1px solid rgba(6, 29, 70, 0.1) !important;
  border-radius: 26px !important;
  box-shadow: 0 24px 60px rgba(6, 29, 70, 0.1) !important;
  padding: clamp(18px, 3vw, 34px) !important;
}

.vnc-front-content .vnc-about-photo,
.vnc-front-content .vnc-student-photo,
.vnc-front-content .vnc-visit-photo,
.vnc-front-content .vnc-europe-photo,
.vnc-front-content .vnc-ielts-photo,
.vnc-front-content .vnc-immigration-photo {
  aspect-ratio: 5 / 4 !important;
  border-radius: 22px !important;
  box-shadow: 0 24px 50px rgba(6, 29, 70, 0.16) !important;
  display: block !important;
  height: auto !important;
  object-fit: cover !important;
  width: 100% !important;
}

.vnc-front-content .vnc-services-section {
  background: linear-gradient(180deg, #eef3fa, #fff) !important;
}

.vnc-front-content .vnc-services-grid {
  align-items: stretch !important;
  display: grid !important;
  gap: 24px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.vnc-front-content .vnc-service {
  background: #fff !important;
  border: 1px solid rgba(6, 29, 70, 0.1) !important;
  border-radius: 20px !important;
  box-shadow: 0 18px 44px rgba(6, 29, 70, 0.1) !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 100% !important;
  overflow: hidden !important;
  position: relative !important;
}

.vnc-front-content .vnc-service::before {
  background: linear-gradient(90deg, #ffce47, #44b084) !important;
  content: "" !important;
  height: 5px !important;
  inset: 0 0 auto !important;
  position: absolute !important;
  z-index: 1 !important;
}

.vnc-front-content .vnc-service:hover {
  box-shadow: 0 26px 64px rgba(6, 29, 70, 0.16) !important;
  transform: translateY(-8px) !important;
}

.vnc-front-content .vnc-service-img {
  aspect-ratio: 16 / 10 !important;
  border-radius: 0 !important;
  height: auto !important;
  object-fit: cover !important;
  width: 100% !important;
}

.vnc-front-content .vnc-service-body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  padding: 24px 24px 8px !important;
}

.vnc-front-content .vnc-service h3 {
  color: #061d46 !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

.vnc-front-content .vnc-service p {
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.vnc-front-content .vnc-service > a {
  align-self: flex-start !important;
  margin: 10px 24px 24px !important;
}

.vnc-front-content .vnc-why-section {
  background:
    linear-gradient(rgba(1, 24, 62, 0.88), rgba(1, 24, 62, 0.88)),
    url("../images/reference/why-choose-us-Bg-Visa-Nest.webp") center/cover no-repeat fixed !important;
}

.vnc-front-content .vnc-why-section h2,
.vnc-front-content .vnc-why-section p:not(.vnc-kicker) {
  color: #fff !important;
}

.vnc-front-content .vnc-why-section .vnc-kicker {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  color: #ffce47 !important;
}

.vnc-front-content .vnc-why-feature-grid {
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.vnc-front-content .vnc-why-feature {
  align-content: center !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 16px !important;
  min-height: 142px !important;
  padding: 22px !important;
  text-align: center !important;
}

.vnc-front-content .vnc-why-feature i {
  align-items: center !important;
  background: #ffce47 !important;
  border-radius: 14px !important;
  color: #061d46 !important;
  display: inline-flex !important;
  font-size: 28px !important;
  height: 56px !important;
  justify-content: center !important;
  margin-bottom: 14px !important;
  width: 56px !important;
}

.vnc-front-content .vnc-why-feature h3 {
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
}

.vnc-front-content .vnc-student-section,
.vnc-front-content .vnc-europe-section,
.vnc-front-content .vnc-immigration-section {
  background: #f5f7fb !important;
}

.vnc-front-content .vnc-visit-section,
.vnc-front-content .vnc-ielts-section {
  background: #fff !important;
}

.vnc-front-content .vnc-student-section .row,
.vnc-front-content .vnc-visit-section .row,
.vnc-front-content .vnc-europe-section .row,
.vnc-front-content .vnc-ielts-section .row,
.vnc-front-content .vnc-immigration-section .row {
  background: #fff !important;
  border: 1px solid rgba(6, 29, 70, 0.1) !important;
  border-radius: 26px !important;
  box-shadow: 0 22px 58px rgba(6, 29, 70, 0.1) !important;
  padding: clamp(20px, 3vw, 38px) !important;
}

.vnc-front-content .vnc-visit-section .row,
.vnc-front-content .vnc-ielts-section .row {
  background: linear-gradient(135deg, #fff, #f8fafc) !important;
}

.vnc-front-content .vnc-student-tabs,
.vnc-front-content .vnc-visit-tabs,
.vnc-front-content .vnc-europe-tabs,
.vnc-front-content .vnc-ielts-tabs,
.vnc-front-content .vnc-immigration-tabs {
  background: #f8fafc !important;
  border: 1px solid rgba(6, 29, 70, 0.1) !important;
  border-radius: 18px !important;
  padding: 14px !important;
}

.vnc-front-content .vnc-student-tab-labels,
.vnc-front-content .vnc-visit-tab-labels,
.vnc-front-content .vnc-europe-tab-labels,
.vnc-front-content .vnc-ielts-tab-labels,
.vnc-front-content .vnc-immigration-tab-labels {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-bottom: 14px !important;
}

.vnc-front-content .vnc-student-tab-labels label,
.vnc-front-content .vnc-visit-tab-labels label,
.vnc-front-content .vnc-europe-tab-labels label,
.vnc-front-content .vnc-ielts-tab-labels label,
.vnc-front-content .vnc-immigration-tab-labels label {
  background: #fff !important;
  border: 1px solid rgba(6, 29, 70, 0.12) !important;
  border-radius: 999px !important;
  color: #061d46 !important;
  cursor: pointer !important;
  flex: 1 1 180px !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  min-height: 44px !important;
  padding: 10px 14px !important;
  text-align: center !important;
}

.vnc-front-content .vnc-student-tab-panel,
.vnc-front-content .vnc-visit-tab-panel,
.vnc-front-content .vnc-europe-tab-panel,
.vnc-front-content .vnc-ielts-tab-panel,
.vnc-front-content .vnc-immigration-tab-panel {
  background: #fff !important;
  border-radius: 14px !important;
  padding: 18px !important;
}

.vnc-front-content .vnc-testimonials-section {
  background:
    linear-gradient(rgba(1, 24, 62, 0.92), rgba(1, 24, 62, 0.92)),
    url("../images/reference/services-bg-visa-nest.webp") center/cover no-repeat fixed !important;
}

.vnc-front-content .vnc-testimonials-section .vnc-section-head h2,
.vnc-front-content .vnc-testimonials-section .vnc-kicker {
  color: #fff !important;
}

.vnc-front-content .vnc-testimonial-track {
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.vnc-front-content .vnc-testimonial-slide {
  display: flex !important;
}

.vnc-front-content .vnc-review {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(255, 255, 255, 0.42) !important;
  border-radius: 20px !important;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.18) !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 100% !important;
  padding: 26px !important;
}

.vnc-front-content .vnc-review p {
  color: #26374f !important;
}

.vnc-front-content .vnc-review footer {
  align-items: center !important;
  border-top: 1px solid rgba(6, 29, 70, 0.1) !important;
  display: flex !important;
  gap: 12px !important;
  margin-top: auto !important;
  padding-top: 18px !important;
}

.vnc-front-content .vnc-review footer img {
  border: 3px solid #ffce47 !important;
  border-radius: 50% !important;
  height: 54px !important;
  object-fit: cover !important;
  width: 54px !important;
}

.vnc-front-content .vnc-review footer span {
  color: #061d46 !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 900 !important;
}

.vnc-front-content .vnc-testimonial-arrow {
  background: #ffce47 !important;
  border-color: #ffce47 !important;
  color: #061d46 !important;
}

.vnc-front-content .vnc-faq-section {
  background: linear-gradient(180deg, #fff, #eef3fa) !important;
}

.vnc-front-content .vnc-faq-copy {
  background: #061d46 !important;
  border-radius: 24px !important;
  box-shadow: 0 22px 58px rgba(6, 29, 70, 0.14) !important;
  padding: clamp(24px, 4vw, 42px) !important;
}

.vnc-front-content .vnc-faq-copy h2,
.vnc-front-content .vnc-faq-copy p:not(.vnc-kicker) {
  color: #fff !important;
}

.vnc-front-content .vnc-faq-copy .vnc-kicker {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  color: #ffce47 !important;
}

.vnc-front-content .vnc-faq-panel {
  background: #fff !important;
  border: 1px solid rgba(6, 29, 70, 0.1) !important;
  border-radius: 22px !important;
  box-shadow: 0 22px 58px rgba(6, 29, 70, 0.1) !important;
  padding: 18px !important;
}

.vnc-front-content .vnc-faq .accordion-item {
  border: 1px solid rgba(6, 29, 70, 0.1) !important;
  border-radius: 14px !important;
  margin-bottom: 12px !important;
  overflow: hidden !important;
}

.vnc-front-content .vnc-faq .accordion-button {
  color: #061d46 !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  padding: 18px 20px !important;
}

.vnc-front-content .vnc-faq .accordion-button:not(.collapsed),
.vnc-front-content .vnc-faq .accordion-button:hover {
  background: #061d46 !important;
  color: #fff !important;
}

@media (max-width: 1199.98px) {
  .vnc-front-content .vnc-services-grid,
  .vnc-front-content .vnc-testimonial-track {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .vnc-hero-proof {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 991.98px) {
  .vnc-front-content .vnc-hero {
    min-height: 0 !important;
  }

  .vnc-front-content .vnc-hero h1,
  .vnc-front-content .vnc-hero .vnc-lead {
    max-width: none !important;
  }

  .vnc-front-content .vnc-about-row,
  .vnc-front-content .vnc-student-section .row,
  .vnc-front-content .vnc-visit-section .row,
  .vnc-front-content .vnc-europe-section .row,
  .vnc-front-content .vnc-ielts-section .row,
  .vnc-front-content .vnc-immigration-section .row {
    border-radius: 20px !important;
  }
}

@media (max-width: 767.98px) {
  .vnc-front-content .vnc-section:not(.vnc-hero) {
    padding: 48px 0 !important;
  }

  .vnc-front-content .vnc-services-grid,
  .vnc-front-content .vnc-testimonial-track,
  .vnc-front-content .vnc-why-feature-grid {
    grid-template-columns: 1fr !important;
  }

  .vnc-front-content .vnc-actions,
  .vnc-front-content .vnc-student-actions,
  .vnc-front-content .vnc-visit-actions,
  .vnc-front-content .vnc-europe-actions,
  .vnc-front-content .vnc-ielts-actions,
  .vnc-front-content .vnc-immigration-actions,
  .vnc-front-content .vnc-faq-actions {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  .vnc-front-content .btn,
  .vnc-front-content .vnc-service > a,
  .vnc-front-content .vnc-student-action,
  .vnc-front-content .vnc-visit-action,
  .vnc-front-content .vnc-europe-action,
  .vnc-front-content .vnc-ielts-action,
  .vnc-front-content .vnc-immigration-action {
    width: 100% !important;
  }

  .vnc-hero-proof span {
    grid-template-columns: 38px 1fr !important;
  }
}

/* Restore previous two-column homepage image layout. */
.vnc-front-content .vnc-about-row,
.vnc-front-content .vnc-student-section .row,
.vnc-front-content .vnc-visit-section .row,
.vnc-front-content .vnc-europe-section .row,
.vnc-front-content .vnc-ielts-section .row,
.vnc-front-content .vnc-immigration-section .row {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.vnc-front-content .vnc-student-section .row,
.vnc-front-content .vnc-visit-section .row,
.vnc-front-content .vnc-europe-section .row,
.vnc-front-content .vnc-ielts-section .row,
.vnc-front-content .vnc-immigration-section .row {
  --bs-gutter-x: clamp(28px, 5vw, 72px) !important;
  align-items: center !important;
}

.vnc-front-content .vnc-about-media,
.vnc-front-content .vnc-student-media,
.vnc-front-content .vnc-visit-media,
.vnc-front-content .vnc-europe-media,
.vnc-front-content .vnc-ielts-media,
.vnc-front-content .vnc-immigration-media {
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  min-height: 0 !important;
  position: relative !important;
}

.vnc-front-content .vnc-about-photo {
  aspect-ratio: 4 / 3 !important;
  border: 0 !important;
  border-radius: 14px !important;
  box-shadow: 0 22px 48px rgba(6, 29, 70, 0.16) !important;
  height: auto !important;
  max-height: none !important;
  object-fit: cover !important;
  width: 100% !important;
}

.vnc-front-content .vnc-student-media > .vnc-student-photo,
.vnc-front-content .vnc-visit-photo {
  aspect-ratio: auto !important;
  border: 8px solid #fff !important;
  border-radius: 16px !important;
  box-shadow: 0 26px 60px rgba(10, 31, 58, 0.2) !important;
  filter: none !important;
  height: clamp(520px, 48vw, 660px) !important;
  max-height: none !important;
  min-height: 0 !important;
  object-fit: cover !important;
  position: relative !important;
  transform: translateZ(0) !important;
  transition: transform 0.45s ease, box-shadow 0.45s ease !important;
  width: min(100%, 560px) !important;
  z-index: 1 !important;
}

.vnc-front-content .vnc-europe-media > .vnc-europe-photo,
.vnc-front-content .vnc-ielts-photo,
.vnc-front-content .vnc-immigration-media > .vnc-immigration-photo {
  aspect-ratio: auto !important;
  border: 8px solid #fff !important;
  border-radius: 16px !important;
  box-shadow: 0 26px 60px rgba(10, 31, 58, 0.2) !important;
  filter: none !important;
  height: clamp(500px, 45vw, 620px) !important;
  max-height: none !important;
  min-height: 0 !important;
  object-fit: cover !important;
  position: relative !important;
  transform: translateZ(0) !important;
  transition: transform 0.45s ease, box-shadow 0.45s ease !important;
  width: min(100%, 560px) !important;
  z-index: 1 !important;
}

.vnc-front-content .vnc-student-media:hover .vnc-student-photo,
.vnc-front-content .vnc-visit-media:hover .vnc-visit-photo,
.vnc-front-content .vnc-europe-media:hover .vnc-europe-photo,
.vnc-front-content .vnc-ielts-media:hover .vnc-ielts-photo,
.vnc-front-content .vnc-immigration-media:hover .vnc-immigration-photo {
  box-shadow: 0 34px 72px rgba(10, 31, 58, 0.26) !important;
  transform: translateY(-4px) !important;
}

.vnc-front-content .vnc-student-photo-mobile,
.vnc-front-content .vnc-europe-photo-mobile,
.vnc-front-content .vnc-immigration-photo-mobile {
  display: none !important;
}

@media (max-width: 991.98px) {
  .vnc-front-content .vnc-about-row,
  .vnc-front-content .vnc-student-section .row,
  .vnc-front-content .vnc-visit-section .row,
  .vnc-front-content .vnc-europe-section .row,
  .vnc-front-content .vnc-ielts-section .row,
  .vnc-front-content .vnc-immigration-section .row {
    border-radius: 0 !important;
  }

  .vnc-front-content .vnc-student-photo-mobile,
  .vnc-front-content .vnc-europe-photo-mobile,
  .vnc-front-content .vnc-immigration-photo-mobile {
    aspect-ratio: 16 / 10 !important;
    border: 8px solid #fff !important;
    border-radius: 14px !important;
    box-shadow: 0 20px 44px rgba(10, 31, 58, 0.18) !important;
    display: block !important;
    height: auto !important;
    margin-bottom: 24px !important;
    min-height: 0 !important;
    object-fit: cover !important;
    width: 100% !important;
  }

  .vnc-front-content .vnc-student-media,
  .vnc-front-content .vnc-europe-media,
  .vnc-front-content .vnc-immigration-media {
    display: none !important;
  }

  .vnc-front-content .vnc-about-photo,
  .vnc-front-content .vnc-visit-photo,
  .vnc-front-content .vnc-ielts-photo {
    aspect-ratio: 12 / 13 !important;
    height: auto !important;
    min-height: 0 !important;
    object-fit: cover !important;
    width: 100% !important;
  }
}

/* Align homepage two-column images with their matching content columns. */
@media (min-width: 992px) {
  .vnc-front-content .vnc-about-row,
  .vnc-front-content .vnc-student-section .row,
  .vnc-front-content .vnc-visit-section .row,
  .vnc-front-content .vnc-europe-section .row,
  .vnc-front-content .vnc-ielts-section .row,
  .vnc-front-content .vnc-immigration-section .row {
    align-items: flex-start !important;
  }

  .vnc-front-content .vnc-about-media,
  .vnc-front-content .vnc-student-media,
  .vnc-front-content .vnc-visit-media,
  .vnc-front-content .vnc-europe-media,
  .vnc-front-content .vnc-ielts-media,
  .vnc-front-content .vnc-immigration-media {
    align-items: flex-start !important;
    padding-top: 0 !important;
  }

  .vnc-front-content .vnc-about-photo,
  .vnc-front-content .vnc-student-media > .vnc-student-photo,
  .vnc-front-content .vnc-visit-photo,
  .vnc-front-content .vnc-europe-media > .vnc-europe-photo,
  .vnc-front-content .vnc-ielts-photo,
  .vnc-front-content .vnc-immigration-media > .vnc-immigration-photo {
    margin-top: 0 !important;
  }
}

/* Equal-height homepage content and image columns. */
@media (min-width: 992px) {
  .vnc-front-content .vnc-about-row,
  .vnc-front-content .vnc-student-section .row,
  .vnc-front-content .vnc-visit-section .row,
  .vnc-front-content .vnc-europe-section .row,
  .vnc-front-content .vnc-ielts-section .row,
  .vnc-front-content .vnc-immigration-section .row {
    align-items: stretch !important;
  }

  .vnc-front-content .vnc-about-media,
  .vnc-front-content .vnc-student-media,
  .vnc-front-content .vnc-visit-media,
  .vnc-front-content .vnc-europe-media,
  .vnc-front-content .vnc-ielts-media,
  .vnc-front-content .vnc-immigration-media {
    align-items: stretch !important;
    display: flex !important;
  }

  .vnc-front-content .vnc-about-copy,
  .vnc-front-content .vnc-student-copy,
  .vnc-front-content .vnc-visit-copy,
  .vnc-front-content .vnc-europe-copy,
  .vnc-front-content .vnc-ielts-copy,
  .vnc-front-content .vnc-immigration-copy {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .vnc-front-content .vnc-about-photo,
  .vnc-front-content .vnc-student-media > .vnc-student-photo,
  .vnc-front-content .vnc-visit-photo,
  .vnc-front-content .vnc-europe-media > .vnc-europe-photo,
  .vnc-front-content .vnc-ielts-photo,
  .vnc-front-content .vnc-immigration-media > .vnc-immigration-photo {
    align-self: stretch !important;
    height: 100% !important;
    max-height: none !important;
    min-height: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
  }
}

/* Testimonials slider: show four review cards at a time. */
.vnc-front-content .vnc-testimonial-wrap {
  margin: 0 auto !important;
  max-width: 1320px !important;
  padding: 0 54px !important;
  position: relative !important;
}

.vnc-front-content .vnc-testimonial-track {
  display: flex !important;
  gap: 18px !important;
  grid-template-columns: none !important;
  margin: 0 !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  padding: 0 !important;
  scroll-behavior: smooth !important;
  scroll-snap-type: x mandatory !important;
  scrollbar-width: none !important;
}

.vnc-front-content .vnc-testimonial-track::-webkit-scrollbar {
  display: none !important;
}

.vnc-front-content .vnc-testimonial-slide {
  display: flex !important;
  flex: 0 0 calc((100% - 54px) / 4) !important;
  min-width: 0 !important;
  scroll-snap-align: start !important;
}

.vnc-front-content .vnc-testimonials-section .vnc-review {
  background: rgba(255, 255, 255, 0.98) !important;
  border: 1px solid rgba(255, 255, 255, 0.42) !important;
  border-radius: 22px !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2) !important;
  display: flex !important;
  flex-direction: column !important;
  margin: 0 !important;
  min-height: 360px !important;
  padding: 24px !important;
  width: 100% !important;
}

.vnc-front-content .vnc-testimonials-section .vnc-review p {
  background: transparent !important;
  color: #26374f !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;
  padding: 0 !important;
  text-align: left !important;
}

.vnc-front-content .vnc-testimonials-section .vnc-review p::after {
  display: none !important;
}

.vnc-front-content .vnc-testimonials-section .vnc-review footer {
  align-items: center !important;
  border-top: 1px solid rgba(6, 29, 70, 0.1) !important;
  display: flex !important;
  flex-direction: row !important;
  gap: 14px !important;
  justify-content: center !important;
  margin-top: auto !important;
  padding: 22px 0 0 !important;
}

.vnc-front-content .vnc-testimonials-section .vnc-review footer img {
  border: 3px solid #ffce47 !important;
  height: 56px !important;
  width: 56px !important;
}

.vnc-front-content .vnc-testimonial-arrow {
  align-items: center !important;
  background: #ffce47 !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18) !important;
  color: #061d46 !important;
  display: inline-flex !important;
  font-size: 22px !important;
  height: 46px !important;
  justify-content: center !important;
  padding: 0 !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 46px !important;
  z-index: 2 !important;
}

.vnc-front-content .vnc-testimonial-arrow-prev {
  left: 0 !important;
}

.vnc-front-content .vnc-testimonial-arrow-next {
  right: 0 !important;
}

@media (max-width: 1199.98px) {
  .vnc-front-content .vnc-testimonial-slide {
    flex-basis: calc((100% - 36px) / 3) !important;
  }
}

@media (max-width: 991.98px) {
  .vnc-front-content .vnc-testimonial-slide {
    flex-basis: calc((100% - 18px) / 2) !important;
  }
}

@media (max-width: 767.98px) {
  .vnc-front-content .vnc-testimonial-wrap {
    padding: 0 0 62px !important;
  }

  .vnc-front-content .vnc-testimonial-slide {
    flex-basis: 100% !important;
  }

  .vnc-front-content .vnc-testimonial-arrow {
    bottom: 0 !important;
    top: auto !important;
    transform: none !important;
  }

  .vnc-front-content .vnc-testimonial-arrow-prev {
    left: calc(50% - 54px) !important;
  }

  .vnc-front-content .vnc-testimonial-arrow-next {
    right: calc(50% - 54px) !important;
  }
}

/* Services page entry: page link stays clickable, caret opens submenu. */
.vnc-services-nav-item {
  align-items: center !important;
  display: flex !important;
  position: relative !important;
}

.vnc-services-nav-link {
  padding-right: 6px !important;
}

.vnc-services-nav-toggle {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  display: inline-flex !important;
  justify-content: center !important;
  min-width: 24px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 24px !important;
}

.vnc-services-nav-toggle::after {
  background: transparent !important;
  bottom: auto !important;
  content: "" !important;
  height: 0 !important;
  margin-left: 0 !important;
  opacity: 1 !important;
  position: static !important;
  transform: none !important;
  width: 0 !important;
}

.vnc-services-nav-item .vnc-dropdown {
  list-style: none !important;
  text-align: left !important;
}

@media (min-width: 992px) {
  .vnc-services-nav-item .vnc-dropdown {
    border: 1px solid rgba(255, 206, 71, 0.45) !important;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22) !important;
    display: none !important;
    left: 0 !important;
    margin-top: 0 !important;
    min-width: 310px !important;
    padding: 0 !important;
    position: absolute !important;
    right: auto !important;
    top: 100% !important;
    transform: none !important;
    width: max-content !important;
    z-index: 1050 !important;
  }

  .vnc-services-nav-item:hover > .vnc-dropdown,
  .vnc-services-nav-item:focus-within > .vnc-dropdown,
  .vnc-services-nav-item .vnc-dropdown.show {
    display: block !important;
  }

  .vnc-services-nav-item .vnc-dropdown .dropdown-item {
    align-items: center !important;
    display: flex !important;
    min-height: 48px !important;
    white-space: nowrap !important;
  }
}

.vnc-inner-page:has(.vnc-services-page) {
  padding: 0 !important;
}

.vnc-inner-page:has(.vnc-services-page) > .vnc-breadcrumb {
  display: none !important;
}

.vnc-inner-page > .container:has(.vnc-services-page) {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

.vnc-services-page .vnc-services-hero {
  background:
    linear-gradient(90deg, rgba(0, 18, 50, 0.86), rgba(0, 18, 50, 0.48)),
    url("../images/reference/services-bg-visa-nest.webp") center / cover no-repeat !important;
}

.vnc-services-page .vnc-services-card-featured {
  background: linear-gradient(135deg, #061d46, #0d4d98) !important;
  border-color: rgba(255, 206, 71, 0.55) !important;
  grid-column: 1 / -1 !important;
}

.vnc-services-page .vnc-services-card-featured h3,
.vnc-services-page .vnc-services-card-featured p {
  color: #fff !important;
}

@media (max-width: 991.98px) {
  .vnc-services-nav-item {
    align-items: stretch !important;
    flex-wrap: wrap !important;
  }

  .vnc-services-nav-link {
    flex: 1 1 auto !important;
  }

  .vnc-services-nav-toggle {
    flex: 0 0 46px !important;
    min-height: 48px !important;
  }

  .vnc-services-nav-item .vnc-dropdown {
    display: none !important;
    flex-basis: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    width: 100% !important;
  }

  .vnc-services-nav-item .vnc-dropdown.show {
    display: block !important;
  }

  .vnc-services-nav-item .vnc-dropdown .dropdown-item {
    border-bottom: 1px solid rgba(255, 206, 71, 0.45) !important;
    padding: 13px 18px !important;
    white-space: normal !important;
  }
}

@media (max-width: 767.98px) {
  .vnc-services-page .vnc-services-card-featured {
    grid-column: auto !important;
  }
}

/* Home Why Choose section: three feature columns on desktop. */
@media (min-width: 992px) {
  .vnc-front-content .vnc-why-feature-grid {
    gap: 14px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .vnc-front-content .vnc-why-feature {
    align-content: center !important;
    min-height: 158px !important;
    padding: 18px 12px !important;
  }

  .vnc-front-content .vnc-why-feature i {
    font-size: 24px !important;
    height: 50px !important;
    margin-bottom: 12px !important;
    width: 50px !important;
  }

  .vnc-front-content .vnc-why-feature h3 {
    font-size: 14px !important;
    line-height: 1.35 !important;
    margin: 0 !important;
  }
}

/* Services page Why Choose section readability. */
.vnc-services-page .vnc-services-why-copy h2,
.vnc-services-page .vnc-services-feature-grid h3 {
  color: #061d46 !important;
}

.vnc-services-page .vnc-services-why-copy p {
  color: #34455e !important;
}

.vnc-services-page .vnc-services-feature {
  align-items: center !important;
  background: #f8fafc !important;
  border: 1px solid rgba(6, 29, 70, 0.1) !important;
  border-left: 6px solid #ffce47 !important;
  display: flex !important;
  gap: 16px !important;
  min-height: 118px !important;
  padding: 18px !important;
}

.vnc-services-page .vnc-services-feature-icon {
  align-items: center !important;
  background: #061d46 !important;
  border-radius: 14px !important;
  color: #ffce47 !important;
  display: inline-flex !important;
  flex: 0 0 50px !important;
  font-size: 24px !important;
  height: 50px !important;
  justify-content: center !important;
  width: 50px !important;
}

.vnc-services-page .vnc-services-feature h3 {
  font-size: 17px !important;
  line-height: 1.3 !important;
  margin: 0 !important;
}

@media (max-width: 767.98px) {
  .vnc-services-page .vnc-services-feature {
    align-items: flex-start !important;
  }
}

/* Home hero: slimmer, simpler banner height. */
.vnc-front-content .vnc-hero {
  background-position: center center !important;
  min-height: clamp(520px, 64vh, 650px) !important;
  padding: clamp(44px, 5vw, 70px) 0 !important;
}

.vnc-front-content .vnc-hero-inner {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.vnc-front-content .vnc-hero h1 {
  font-size: clamp(36px, 4.8vw, 58px) !important;
  line-height: 1.08 !important;
  margin-bottom: 18px !important;
  max-width: 760px !important;
}

.vnc-front-content .vnc-hero .vnc-lead {
  font-size: 16px !important;
  line-height: 1.65 !important;
  max-width: 720px !important;
}

.vnc-front-content .vnc-hero-proof {
  margin-top: 20px !important;
}

@media (max-width: 991.98px) {
  .vnc-front-content .vnc-hero {
    min-height: 0 !important;
    padding: 42px 0 !important;
  }
}

/* Clearer, better-aligned enquiry forms. */
.vnc-front-content .vnc-hero-service-form,
.sv-contact-form-panel {
  border-radius: 18px !important;
}

.vnc-front-content .vnc-hero-service-form {
  display: grid !important;
  gap: 14px !important;
  max-width: 460px !important;
  padding: 28px !important;
}

.vnc-front-content .vnc-hero-service-form h2,
.sv-form-head h2 {
  letter-spacing: 0 !important;
}

.vnc-front-content .vnc-hero-service-form .vnc-form-row,
.sv-contact-form label {
  display: grid !important;
  gap: 8px !important;
}

.vnc-front-content .vnc-hero-service-form label,
.sv-contact-form label > span {
  color: #061d46 !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}

.vnc-front-content .vnc-hero-service-form .form-control,
.vnc-front-content .vnc-hero-service-form .form-select,
.sv-contact-form input,
.sv-contact-form select,
.sv-contact-form textarea {
  background: #f8fafc !important;
  border: 1px solid rgba(6, 29, 70, 0.16) !important;
  border-radius: 10px !important;
  color: #061d46 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  min-height: 52px !important;
  padding: 12px 14px !important;
}

.vnc-front-content .vnc-hero-service-form .form-control:focus,
.vnc-front-content .vnc-hero-service-form .form-select:focus,
.sv-contact-form input:focus,
.sv-contact-form select:focus,
.sv-contact-form textarea:focus {
  background: #fff !important;
  border-color: #0a6d8f !important;
  box-shadow: 0 0 0 4px rgba(10, 109, 143, 0.14) !important;
}

.vnc-front-content .vnc-hero-service-form .btn,
.sv-submit {
  align-items: center !important;
  border-radius: 10px !important;
  display: inline-flex !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  justify-content: center !important;
  min-height: 54px !important;
  width: 100% !important;
}

.sv-contact-form-panel {
  border: 1px solid rgba(6, 29, 70, 0.1) !important;
  padding: clamp(24px, 4vw, 40px) !important;
}

.sv-form-head {
  align-items: flex-start !important;
  border-bottom: 1px solid rgba(6, 29, 70, 0.1) !important;
  display: grid !important;
  gap: 8px !important;
  margin-bottom: 24px !important;
  padding-bottom: 18px !important;
}

.sv-form-head span {
  color: #0a6d8f !important;
  letter-spacing: 0.08em !important;
}

.sv-form-head h2 {
  font-size: clamp(28px, 3.2vw, 40px) !important;
}

.sv-contact-form {
  align-items: start !important;
  display: grid !important;
  gap: 18px 16px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.sv-contact-form textarea {
  min-height: 130px !important;
}

.sv-full,
.sv-submit {
  grid-column: 1 / -1 !important;
}

@media (max-width: 767.98px) {
  .vnc-front-content .vnc-hero-service-form {
    max-width: none !important;
    padding: 22px !important;
  }

  .sv-contact-form {
    grid-template-columns: 1fr !important;
  }
}

/* Header menu alignment reset. */
.vnc-nav .vnc-services-nav-item {
  align-items: initial !important;
  display: block !important;
  position: relative !important;
}

.vnc-nav .vnc-services-nav-link {
  align-items: center !important;
  display: inline-flex !important;
  gap: 7px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  white-space: nowrap !important;
}

.vnc-services-caret {
  border-left: 4px solid transparent !important;
  border-right: 4px solid transparent !important;
  border-top: 5px solid currentColor !important;
  display: inline-block !important;
  height: 0 !important;
  margin-top: 2px !important;
  width: 0 !important;
}

@media (min-width: 992px) {
  .vnc-nav .vnc-services-nav-item .vnc-dropdown {
    left: 0 !important;
    top: 100% !important;
  }
}

@media (max-width: 991.98px) {
  .vnc-nav .vnc-services-nav-item {
    display: block !important;
  }

  .vnc-nav .vnc-services-nav-link {
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
  }

  .vnc-nav .vnc-services-nav-item .vnc-dropdown {
    display: block !important;
    margin: 0 !important;
    padding: 0 0 0 12px !important;
    position: static !important;
    width: 100% !important;
  }
}

/* About page polish. */
.vnc-inner-page:has(.vnc-about-page) {
  background: #f5f7fb !important;
  padding: 0 !important;
}

.vnc-inner-page:has(.vnc-about-page) > .vnc-breadcrumb {
  display: none !important;
}

.vnc-inner-page > .container:has(.vnc-about-page) {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

.vnc-about-page {
  background: #f5f7fb !important;
  color: #061d46 !important;
}

.vnc-about-page > section > .container {
  max-width: 1320px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.vnc-about-hero {
  align-items: center !important;
  background:
    linear-gradient(90deg, rgba(0, 18, 50, 0.86), rgba(0, 18, 50, 0.48)),
    url("../images/reference/about-visa-nest.webp") center / cover no-repeat !important;
  display: flex !important;
  min-height: clamp(280px, 34vw, 380px) !important;
  padding: 64px 0 !important;
  text-align: left !important;
}

.vnc-about-hero h1 {
  color: #fff !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: clamp(40px, 5vw, 64px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.06 !important;
  margin: 0 0 14px !important;
  max-width: none;
  text-align: center;
}

.vnc-about-breadcrumb {
  color: #fff !important;
  /* display: flex !important; */
  /* flex-wrap: wrap !important; */
  /* gap: 10px !important; */
  /* justify-content: flex-start !important; */
  margin: 0 !important;
  /* text-align: left !important; */
}

.vnc-about-breadcrumb a {
  color: #ffce47 !important;
}

.vnc-about-intro,
.vnc-about-mission,
.vnc-about-process,
.vnc-about-faq {
  margin: 0 !important;
  min-height: 0 !important;
  padding: clamp(54px, 6vw, 82px) 0 !important;
}

.vnc-about-intro-grid {
  align-items: stretch !important;
  display: grid !important;
  gap: 28px !important;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
}

.vnc-about-intro-grid > div:first-child,
.vnc-about-intro-copy {
  background: #fff !important;
  border: 1px solid rgba(6, 29, 70, 0.1) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 44px rgba(6, 29, 70, 0.1) !important;
  overflow: hidden !important;
}

.vnc-about-main-img {
  border-radius: 0 !important;
  display: block !important;
  height: 100% !important;
  max-width: none !important;
  min-height: 520px !important;
  object-fit: cover !important;
  width: 100% !important;
}

.vnc-about-intro-copy {
  align-content: center !important;
  display: grid !important;
  padding: clamp(28px, 4vw, 46px) !important;
}

.vnc-about-pill {
  align-items: center !important;
  background: #061d46 !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  display: inline-flex !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  justify-self: start !important;
  letter-spacing: 0.04em !important;
  line-height: 1.2 !important;
  margin: 0 0 16px !important;
  min-height: 38px !important;
  padding: 8px 16px !important;
  text-transform: uppercase !important;
}

.vnc-about-intro-copy h2,
.vnc-about-why h2,
.vnc-about-mission h2,
.vnc-about-process h2,
.vnc-about-faq h2 {
  color: #061d46 !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: clamp(30px, 4vw, 48px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.12 !important;
  margin: 0 0 18px !important;
}

.vnc-about-intro-copy p,
.vnc-about-why p,
.vnc-about-timeline p,
.vnc-about-step p,
.vnc-about-faq p,
.vnc-about-faq .accordion-body {
  color: #34455e !important;
  font-family: "Nunito Sans", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.72 !important;
}

.vnc-about-actions {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 22px !important;
}

.vnc-about-btn {
  border-radius: 999px !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  min-height: 48px !important;
  min-width: 0 !important;
  padding: 12px 20px !important;
}

.vnc-about-btn-primary {
  background: #dc3545 !important;
  color: #ffffff !important;
}

.vnc-about-btn-secondary {
  background: #061d46 !important;
  color: #fff !important;
}

.vnc-about-why {
  background:
    linear-gradient(rgba(1, 24, 62, 0.92), rgba(1, 24, 62, 0.92)),
    url("../images/reference/why-choose-us-Bg-Visa-Nest.webp") center / cover no-repeat !important;
}

.vnc-about-why-grid,
.vnc-about-faq-grid {
  align-items: center !important;
  display: grid !important;
  gap: clamp(28px, 5vw, 64px) !important;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr) !important;
}

.vnc-about-why h2,
.vnc-about-why p {
  color: #fff !important;
}

.vnc-about-feature-grid {
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.vnc-about-feature {
  align-content: center !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  color: #fff !important;
  min-height: 154px !important;
  padding: 20px 14px !important;
  text-align: center !important;
}

.vnc-about-feature i {
  align-items: center !important;
  background: #ffce47 !important;
  border-radius: 14px !important;
  color: #061d46 !important;
  display: inline-flex !important;
  font-size: 24px !important;
  height: 50px !important;
  justify-content: center !important;
  margin: 0 0 12px !important;
  width: 50px !important;
}

.vnc-about-feature h3 {
  color: #fff !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}

.vnc-about-mission {
  background: #fff !important;
}

.vnc-about-mission h2,
.vnc-about-process h2 {
  text-align: center !important;
}

.vnc-about-timeline {
  display: grid !important;
  gap: 18px !important;
  list-style: none !important;
  margin: 0 auto !important;
  max-width: 1060px !important;
  padding: 0 !important;
}

.vnc-about-timeline li {
  background: #f8fafc !important;
  border: 1px solid rgba(6, 29, 70, 0.1) !important;
  border-radius: 18px !important;
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: 64px minmax(0, 1fr) !important;
  padding: 22px !important;
  position: relative !important;
}

.vnc-about-timeline li::after {
  content: none !important;
}

.vnc-about-timeline-icon,
.vnc-about-step-icon {
  align-items: center !important;
  background: #061d46 !important;
  color: #ffce47 !important;
  display: inline-flex !important;
  justify-content: center !important;
}

.vnc-about-timeline-icon {
  border-radius: 16px !important;
  font-size: 26px !important;
  height: 64px !important;
  width: 64px !important;
}

.vnc-about-timeline h3,
.vnc-about-step h3 {
  color: #061d46 !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  margin: 0 0 8px !important;
}

.vnc-about-process {
  background: #eef2f7 !important;
}

.vnc-about-process-steps {
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.vnc-about-step {
  background: #fff !important;
  border: 1px solid rgba(6, 29, 70, 0.1) !important;
  border-radius: 18px !important;
  box-shadow: 0 14px 34px rgba(6, 29, 70, 0.08) !important;
  padding: 24px 16px !important;
  text-align: center !important;
}

.vnc-about-step-icon {
  border-radius: 18px !important;
  font-size: 30px !important;
  height: 72px !important;
  margin: 0 auto 18px !important;
  width: 72px !important;
}

.vnc-about-step-number {
  background: #ffce47 !important;
  color: #061d46 !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  height: 34px !important;
  line-height: 34px !important;
  right: 18px !important;
  top: 18px !important;
  width: 34px !important;
}

.vnc-about-faq {
  background: #fff !important;
}

.vnc-about-faq-list {
  display: grid !important;
  gap: 12px !important;
}

.vnc-about-faq .accordion-item {
  border: 1px solid rgba(6, 29, 70, 0.1) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}

.vnc-about-faq .accordion-button {
  background: #f8fafc !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #061d46 !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

.vnc-about-faq .accordion-button:not(.collapsed),
.vnc-about-faq .accordion-button:hover {
  background: #061d46 !important;
  color: #fff !important;
}

.vnc-about-faq .accordion-button:not(.collapsed) i,
.vnc-about-faq .accordion-button:hover i {
  color: #ffce47 !important;
}

.vnc-about-faq .accordion-body {
  background: #fff !important;
  padding: 20px !important;
}

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

@media (max-width: 991.98px) {
  .vnc-about-intro-grid,
  .vnc-about-why-grid,
  .vnc-about-faq-grid {
    grid-template-columns: 1fr !important;
  }

  .vnc-about-main-img {
    height: auto !important;
    min-height: 0 !important;
  }

  .vnc-about-feature-grid,
  .vnc-about-process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767.98px) {
  .vnc-about-hero {
    min-height: 240px !important;
    padding: 46px 0 !important;
  }

  .vnc-about-feature-grid,
  .vnc-about-process-steps,
  .vnc-about-timeline li {
    grid-template-columns: 1fr !important;
  }

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

  .vnc-about-btn {
    width: 100% !important;
  }
}

/* About page How It Works: match home process section. */
.vnc-about-page .vnc-about-process {
  background: #f1f1f1 !important;
  margin-top: 0 !important;
  padding: 58px 0 !important;
  text-align: center !important;
}

.vnc-about-page .vnc-about-process > .container {
  max-width: 1320px !important;
}

.vnc-about-page .vnc-about-process .vnc-section-head {
  margin: 0 0 48px !important;
  max-width: none !important;
  text-align: center !important;
}

.vnc-about-page .vnc-about-process .vnc-kicker {
  align-items: center !important;
  background: #01245a !important;
  border: 1px solid #ffce47 !important;
  border-radius: 28px !important;
  color: #ffce47 !important;
  display: inline-flex !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  justify-content: center !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  margin: 0 0 12px !important;
  padding: 8px 18px !important;
  text-transform: none !important;
}

.vnc-about-page .vnc-about-process .vnc-kicker::before,
.vnc-about-page .vnc-about-process .vnc-kicker::after {
  display: none !important;
}

.vnc-about-page .vnc-about-process h2 {
  color: #01245a !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: clamp(32px, 4vw, 43px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.15 !important;
  margin: 0 !important;
  text-align: center !important;
}

.vnc-about-page .vnc-process {
  align-items: stretch !important;
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  margin: 0 !important;
  padding: 0 !important;
}

.vnc-about-page .vnc-process::before,
.vnc-about-page .vnc-step-connector {
  display: none !important;
}

.vnc-about-page .vnc-process-col {
  display: flex !important;
  min-width: 0 !important;
}

.vnc-about-page .vnc-step {
  align-items: center !important;
  background: #ffce47 !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 305px !important;
  padding: 30px 20px !important;
  position: relative !important;
  text-align: center !important;
  width: 100% !important;
}

.vnc-about-page .vnc-process-col:not(:last-child) .vnc-step::after {
  background: #ffce47 !important;
  content: "" !important;
  height: 1px !important;
  position: absolute !important;
  right: -18px !important;
  top: 98px !important;
  width: 18px !important;
}

.vnc-about-page .vnc-step-icon-wrap {
  align-items: center !important;
  display: flex !important;
  flex-direction: column !important;
  margin: 0 !important;
  position: static !important;
}

.vnc-about-page .vnc-step-icon {
  align-items: center !important;
  background: #01245a !important;
  border: 0 !important;
  border-radius: 50% !important;
  color: #fff !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  font-size: 54px !important;
  height: 124px !important;
  justify-content: center !important;
  margin: 0 !important;
  width: 124px !important;
}

.vnc-about-page .vnc-step-icon i {
  color: inherit !important;
  font-size: inherit !important;
  line-height: 1 !important;
}

.vnc-about-page .vnc-step-number {
  align-items: center !important;
  background: #ffce47 !important;
  border: 3px solid #f1f1f1 !important;
  border-radius: 999px !important;
  color: #01245a !important;
  display: inline-flex !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  justify-content: center !important;
  margin: -18px 0 18px !important;
  min-height: 38px !important;
  min-width: 52px !important;
  position: relative !important;
  z-index: 1 !important;
}

.vnc-about-page .vnc-step h3 {
  color: #01245a !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  margin: 0 0 10px !important;
}

.vnc-about-page .vnc-step p {
  color: #000 !important;
  font-family: "Nunito Sans", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}

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

  .vnc-about-page .vnc-process-col:not(:last-child) .vnc-step::after {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .vnc-about-page .vnc-about-process {
    padding: 44px 0 !important;
  }

  .vnc-about-page .vnc-about-process .vnc-section-head {
    margin-bottom: 26px !important;
  }

  .vnc-about-page .vnc-process {
    grid-template-columns: 1fr !important;
  }

  .vnc-about-page .vnc-step {
    min-height: 0 !important;
  }
}

/* Contact page strip: support two phone cards cleanly. */
.sv-contact-strip-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

@media (max-width: 1199.98px) {
  .sv-contact-strip-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767.98px) {
  .sv-contact-strip-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Home dream-country heading readability. */
.vnc-front-content .vnc-countries-section .vnc-section-head {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block !important;
  margin: 0 auto 30px !important;
  max-width: 880px !important;
  opacity: 1 !important;
  overflow: visible !important;
  padding: 0 clamp(8px, 2vw, 18px) !important;
  position: relative !important;
  text-align: center !important;
  visibility: visible !important;
  z-index: 2 !important;
}

.vnc-front-content .vnc-countries-section .vnc-kicker {
  background: rgba(255, 206, 71, 0.96) !important;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  border-radius: 999px !important;
  color: #01245a !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  margin: 0 0 14px !important;
  opacity: 1 !important;
  padding: 9px 16px !important;
  text-shadow: none !important;
  text-transform: none !important;
  visibility: visible !important;
}

.vnc-front-content .vnc-countries-section .vnc-kicker::before,
.vnc-front-content .vnc-countries-section .vnc-kicker::after {
  display: none !important;
}

.vnc-front-content .vnc-countries-section .vnc-section-head h2 {
  color: #ffffff !important;
  display: block !important;
  font-size: clamp(30px, 4vw, 48px) !important;
  font-weight: 900 !important;
  line-height: 1.14 !important;
  margin: 0 !important;
  opacity: 1 !important;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.62) !important;
  visibility: visible !important;
}

.vnc-front-content .vnc-countries-section .vnc-section-head .vnc-country-section-intro {
  background: rgba(255, 255, 255, 0.16) !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  display: block !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;
  margin: 16px auto 0 !important;
  max-width: 740px !important;
  opacity: 1 !important;
  padding: 12px 18px !important;
  text-align: center !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45) !important;
  visibility: visible !important;
}

@media (max-width: 767.98px) {
  .vnc-front-content .vnc-countries-section .vnc-section-head {
    margin-bottom: 20px !important;
    padding: 0 6px !important;
  }

  .vnc-front-content .vnc-countries-section .vnc-section-head h2 {
    font-size: 28px !important;
  }

  .vnc-front-content .vnc-countries-section .vnc-section-head .vnc-country-section-intro {
    font-size: 14px !important;
    padding: 11px 12px !important;
  }
}

/* Contact page destinations: complete flag display. */
.sv-destination-section {
  background: linear-gradient(135deg, #01245a, #061d46) !important;
  padding: clamp(48px, 6vw, 78px) 0 !important;
}

.sv-destination-section .sv-section-head {
  margin-bottom: 30px !important;
}

.sv-destination-grid {
  align-items: stretch !important;
  gap: 20px !important;
}

.sv-destination-grid article {
  background: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 12px !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18) !important;
  display: grid !important;
  grid-template-rows: 190px 1fr !important;
  min-height: 360px !important;
  overflow: hidden !important;
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease !important;
}

.sv-destination-grid article:hover {
  border-color: rgba(255, 206, 71, 0.82) !important;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.24) !important;
  transform: translateY(-4px) !important;
}

.sv-destination-grid img {
  background: #f6f8fc !important;
  border-bottom: 4px solid #ffce47 !important;
  display: block !important;
  height: 190px !important;
  object-fit: contain !important;
  padding: 14px !important;
  width: 100% !important;
}

.sv-destination-grid article > div {
  align-content: start !important;
  display: grid !important;
  padding: 22px !important;
}

.sv-destination-grid h3 {
  color: #01245a !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  margin: 0 0 9px !important;
}

.sv-destination-grid p {
  color: #34475e !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.58 !important;
  margin: 0 !important;
}

@media (max-width: 680px) {
  .sv-destination-grid article {
    grid-template-rows: 160px 1fr !important;
    min-height: 0 !important;
  }

  .sv-destination-grid img {
    height: 160px !important;
    padding: 12px !important;
  }
}

/* Footer premium polish. */
.vnc-footer {
  background:
    linear-gradient(135deg, rgba(1, 22, 52, 0.94), rgba(6, 29, 70, 0.9)),
    url("../images/reference/study-abroad-consultation-visa-nest.webp") center / cover no-repeat !important;
  color: rgba(255, 255, 255, 0.82) !important;
  overflow: hidden !important;
  position: relative !important;
}

.vnc-footer::after {
  background: linear-gradient(90deg, #ffce47, #ff3b30, #ffce47) !important;
  content: "" !important;
  height: 5px !important;
  left: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
}

.vnc-footer > .container {
  max-width: 1220px !important;
}

.vnc-footer-layout {
  padding-top: 52px !important;
}

.vnc-footer-cta {
  align-items: center !important;
  background: linear-gradient(135deg, #ffce47, #ffe28a) !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  border-radius: 12px !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26) !important;
  display: flex !important;
  gap: 24px !important;
  justify-content: space-between !important;
  margin: 0 0 48px !important;
  padding: clamp(22px, 3.5vw, 34px) !important;
  position: relative !important;
  z-index: 1 !important;
}

.vnc-footer-cta span {
  color: #c51f28 !important;
  display: block !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  margin-bottom: 8px !important;
  text-transform: uppercase !important;
}

.vnc-footer-cta h2 {
  color: #01245a !important;
  font-size: clamp(25px, 3vw, 38px) !important;
  font-weight: 900 !important;
  line-height: 1.18 !important;
  margin: 0 !important;
}

.vnc-footer-cta a {
  align-items: center !important;
  background: #01245a !important;
  border: 1px solid #01245a !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  font-weight: 900 !important;
  gap: 10px !important;
  justify-content: center !important;
  min-height: 50px !important;
  padding: 13px 22px !important;
  text-decoration: none !important;
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease !important;
}

.vnc-footer-cta a:hover,
.vnc-footer-cta a:focus {
  background: #ff3b30 !important;
  border-color: #ff3b30 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}

.vnc-footer-main {
  align-items: start !important;
  display: grid !important;
  gap: 30px !important;
  grid-template-columns: minmax(260px, 1.25fr) minmax(165px, 0.75fr) minmax(135px, 0.65fr) minmax(280px, 1.05fr) minmax(220px, 0.9fr) !important;
  padding: 0 0 42px !important;
}

.vnc-footer-brand,
.vnc-footer-col,
.vnc-footer-info,
.vnc-footer-gallery {
  min-width: 0 !important;
}

.vnc-footer-logo {
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2) !important;
  margin-bottom: 18px !important;
}

.vnc-footer-brand p {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
  margin: 0 0 20px !important;
}

.vnc-footer-brand-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.vnc-footer-brand-actions a {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  gap: 8px !important;
  padding: 10px 14px !important;
  text-decoration: none !important;
}

.vnc-footer-brand-actions a:hover,
.vnc-footer-brand-actions a:focus {
  background: #ffce47 !important;
  border-color: #ffce47 !important;
  color: #01245a !important;
}

.vnc-footer h3 {
  color: #ffffff !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  margin: 0 0 24px !important;
  position: relative !important;
  white-space: normal !important;
}

.vnc-footer h3::after {
  background: #ffce47 !important;
  border-radius: 999px !important;
  bottom: -10px !important;
  content: "" !important;
  height: 3px !important;
  left: 0 !important;
  position: absolute !important;
  width: 42px !important;
}

.vnc-footer-col a {
  align-items: center !important;
  border-radius: 8px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  display: flex !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  margin: 0 0 8px !important;
  padding: 7px 8px 7px 20px !important;
  position: relative !important;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease !important;
}

.vnc-footer-col a::before {
  color: #ffce47 !important;
  content: "\f105" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  left: 6px !important;
  position: absolute !important;
}

.vnc-footer-col a:hover,
.vnc-footer-col a:focus {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffce47 !important;
  transform: translateX(3px) !important;
}

.vnc-footer-info {
  display: grid !important;
  gap: 10px !important;
}

.vnc-footer-info-item {
  align-items: start !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 10px !important;
  color: rgba(255, 255, 255, 0.84) !important;
  display: grid !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  gap: 10px !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  padding: 11px !important;
  text-decoration: none !important;
}

.vnc-footer-info-item i {
  align-items: center !important;
  background: #ffce47 !important;
  border-radius: 50% !important;
  color: #01245a !important;
  display: inline-flex !important;
  font-size: 14px !important;
  height: 34px !important;
  justify-content: center !important;
  line-height: 1 !important;
  width: 34px !important;
}

.vnc-footer-info-item:hover,
.vnc-footer-info-item:focus {
  border-color: rgba(255, 206, 71, 0.48) !important;
  color: #ffffff !important;
}

.vnc-footer-info-item span {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}

.vnc-footer-gallery > div,
.vnc-footer-gallery div {
  display: grid !important;
  gap: 8px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.vnc-footer-gallery img {
  aspect-ratio: 1 / 1 !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16) !important;
  height: auto !important;
  object-fit: cover !important;
  width: 100% !important;
}

.vnc-footer-bottom {
  align-items: center !important;
  border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
  display: flex !important;
  gap: 16px !important;
  justify-content: space-between !important;
  padding: 20px 0 24px !important;
}

.vnc-footer-bottom p,
.vnc-footer-bottom a {
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 14px !important;
  margin: 0 !important;
  text-decoration: none !important;
}

.vnc-footer-bottom a:hover,
.vnc-footer-bottom a:focus {
  color: #ffce47 !important;
}

@media (max-width: 1199.98px) {
  .vnc-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .vnc-footer-brand {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 767.98px) {
  .vnc-footer-layout {
    padding-top: 36px !important;
  }

  .vnc-footer-cta,
  .vnc-footer-bottom {
    align-items: stretch !important;
    flex-direction: column !important;
    text-align: left !important;
  }

  .vnc-footer-cta a {
    width: 100% !important;
  }

  .vnc-footer-main {
    grid-template-columns: 1fr !important;
  }
}

/* Footer link alignment correction. */
.vnc-footer-col {
  display: grid !important;
  gap: 6px !important;
  align-content: start !important;
}

.vnc-footer-col h3 {
  margin-bottom: 18px !important;
}

.vnc-footer-col a {
  align-items: start !important;
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: 12px minmax(0, 1fr) !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  min-height: 34px !important;
  padding: 7px 8px !important;
}

.vnc-footer-col a::before {
  align-items: center !important;
  display: inline-flex !important;
  height: 21px !important;
  justify-content: center !important;
  left: auto !important;
  line-height: 1 !important;
  position: static !important;
  top: auto !important;
  transform: none !important;
  width: 12px !important;
}

.vnc-footer-col a:hover,
.vnc-footer-col a:focus {
  transform: none !important;
}

.vnc-footer-bottom div {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
}

/* Clean brand logo: no letter/drop shadow. */
.vnc-brand img {
  filter: none !important;
}

/* Mobile sticky quick contact buttons. */
.vnc-mobile-quick-actions {
  display: none;
}

@media (max-width: 767.98px) {
  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .vnc-mobile-quick-actions {
    background: rgba(255, 255, 255, 0.96) !important;
    border-top: 1px solid rgba(1, 36, 90, 0.12) !important;
    bottom: 0 !important;
    box-shadow: 0 -12px 32px rgba(1, 36, 90, 0.16) !important;
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    left: 0 !important;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px)) !important;
    position: fixed !important;
    right: 0 !important;
    z-index: 1050 !important;
  }

  .vnc-mobile-quick-actions a {
    align-items: center !important;
    border-radius: 9px !important;
    display: inline-flex !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    gap: 8px !important;
    justify-content: center !important;
    line-height: 1.1 !important;
    min-height: 52px !important;
    padding: 10px 8px !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  .vnc-mobile-quick-actions i {
    flex: 0 0 auto !important;
    font-size: 16px !important;
    line-height: 1 !important;
  }

  .vnc-mobile-call {
    background: #01245a !important;
    border: 1px solid #01245a !important;
    color: #ffffff !important;
  }

  .vnc-mobile-consult {
    background: #dc3545 !important;
    border: 1px solid #ffce47 !important;
    color: #ffffff !important;
  }
}

@media (max-width: 360px) {
  .vnc-mobile-quick-actions {
    gap: 8px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .vnc-mobile-quick-actions a {
    font-size: 12px !important;
    gap: 6px !important;
  }
}
