/* ============================
   VISA EXPLAINER PAGE STYLES
============================ */

/* =========================
   HERO
========================= */

.vm-hero {
  height: 574px;
	
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: var(--vm-white);
}

/* Overlay */
.vm-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* Inner wrapper */
.vm-hero-inner {
  position: relative;
  z-index: 2;
  height: 100%;
	align-items: center;
  justify-content: center;
	display: flex;
}

/* =========================
   TOP BAR
========================= */

.vm-hero-topbar {
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1280px;
  height: 69px;
  padding: 20px 0;
  background: var(--vm-heading);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Work to Residence */
.vm-hero-top-primary {
  font-family: var(--vm-font);
  font-size: var(--vm-fs-32);
  line-height: 54px;
  font-weight: var(--vm-fw-400);
  letter-spacing: var(--vm-ls--064);
  color: var(--vm-blue-accent);
}

/* Visa Guide */
.vm-hero-top-secondary {
  font-family: var(--vm-font);
  font-size: var(--vm-fs-32);
  line-height: 54px;
  font-weight: var(--vm-fw-400);
  letter-spacing: var(--vm-ls--064);
  color: var(--vm-white);
  margin-left: 6px;
}

/* =========================
   BOTTOM TEXT
========================= */


.vm-hero-bottom{
  position: static;
}
/* Main heading */
.vm-hero-heading {
  font-family: var(--vm-font);
  font-size: var(--vm-fs-57);
  line-height: var(--vm-lh-63);
  font-weight: var(--vm-fw-500);
  letter-spacing: var(--vm-ls--171);
  max-width: 1200px;
  margin: 0 auto;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
  .vm-hero {
    height: 620px;
  }

  .vm-hero-heading {
    font-size: 44px;
    line-height: 52px;
  }

  .vm-hero-top-primary,
  .vm-hero-top-secondary {
    font-size: 26px;
    line-height: 40px;
  }

  .vm-hero-topbar {
    height: auto;
    padding: 16px 12px;
    display: block;
  }
}

@media (max-width: 575px) {
  .vm-hero {
    height: 520px;
  }

  .vm-hero-heading {
    font-size: var(--vm-fs-32);
    line-height: 40px;
  }

  .vm-hero-bottom {
    bottom: 60px;
  }

  .vm-hero-topbar {
    top: 32px;
    display: block;
  }
}

/* =========================
   INTRO SECTION
========================= */

.vm-intro-section {
  margin: 120px 0;
}

/* LEFT COLUMN */
.vm-intro-title {
  font-family: var(--vm-font);
  font-size: var(--vm-fs-46);
  line-height: var(--vm-lh-52);
  font-weight: var(--vm-fw-500);
  letter-spacing: var(--vm-ls--138);
  color: var(--vm-heading);
  margin-bottom: 24px;
}

.vm-intro-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: #3E3E3E;
  margin-bottom: 24px;
}

.vm-intro-desc ul {
  padding-left: 20px;
  margin-bottom: 16px;
  list-style-position: outside;
}

.vm-intro-desc ul li {
  letter-spacing: -0.16px;
  text-align: left;
  opacity: 1;
  padding-left: 15px; /* space between bullet and text */
  margin-bottom: 8px;
}

/* Bullet spacing */
.vm-intro-desc ul li::marker {
  font-size: 1em;
}

/* Links inside description */
.vm-intro-desc a {
  color: #4CAFD5;
}

.vm-faq-inner ul {
  padding-left: 20px;
  margin-bottom: 16px;
  list-style-position: outside;
}

.vm-faq-inner ul li {
  letter-spacing: -0.16px;
  text-align: left;
  opacity: 1;

  /* gap between bullet and text */
  padding-left: 15px;

  margin-bottom: 8px;
}

/* Bullet handling */
.vm-faq-inner ul li::marker {
  font-size: 1em;
}

/* Links inside FAQ */

.vm-faq-inner btn {
  color: #fff !Imabove;
}
.vm-faq-inner a {
  letter-spacing: -0.16px;
  text-decoration: none;
	color: #4CAFD5;
}

.vm-faq-inner a:hover {
  text-decoration: underline;
}

.vm-intro-desc a:hover {
  text-decoration: underline;
}

.vm-intro-subtitle {
  font-family: var(--vm-font);
  font-size: var(--vm-fs-16);
  line-height: var(--vm-lh-21);
  font-weight: var(--vm-fw-400);
  letter-spacing: var(--vm-ls--016);
  color: var(--vm-text-body);
  margin-bottom: 12px;
}

.vm-intro-list {
  padding-left: 18px;
}

.vm-intro-list li {
  font-family: var(--vm-font);
  font-size: var(--vm-fs-16);
  line-height: var(--vm-lh-21);
  font-weight: var(--vm-fw-400);
  letter-spacing: var(--vm-ls--016);
  color: var(--vm-text-body);
  margin-bottom: 10px;
}

.vm-intro-list li a {
  color: var(--vm-blue);
  text-decoration: none;
}

/* =========================
   RELATED VISAS
========================= */

.vm-related-title {
  font-family: var(--vm-font);
  font-size: var(--vm-fs-24);
  line-height: 33px;
  font-weight: var(--vm-fw-600);
  letter-spacing: var(--vm-ls--048);
  color: var(--vm-text-body);
  margin-bottom: 24px;
}

/* ITEM */
.vm-related-item {
  display: flex;
  gap: 27px;
  margin-bottom: 32px;
}

.vm-related-item img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 6px;
}

/* CONTENT */
.vm-related-content h4, .heading-four {
  font-family: var(--vm-font);
  font-size: var(--vm-fs-18);
  line-height: 33px;
  font-weight: var(--vm-fw-600);
  letter-spacing: var(--vm-ls--048);
  color: var(--vm-text-body);
  margin: 0 0 4px;
}

.vm-related-content p {
  font-family: var(--vm-font);
  font-size: var(--vm-fs-16);
  line-height: var(--vm-lh-21);
  font-weight: var(--vm-fw-400);
  letter-spacing: var(--vm-ls--016);
  color: var(--vm-text-body);
  margin-bottom: 6px;
}

.vm-related-link {
  font-family: var(--vm-font);
  font-size: var(--vm-fs-16);
  line-height: var(--vm-lh-21);
  font-weight: var(--vm-fw-400);
  letter-spacing: var(--vm-ls--016);
  color: var(--vm-blue);
  text-decoration: none;
}

/* =========================
   FAQ SECTION
========================= */

.vm-faq-section {
  background: rgba(219, 219, 225, 0.35);
  margin-top: 120px;
}

/* Grey background wrapper */
.vm-faq-wrap {
  background: rgba(219, 219, 225, 0.35);
  border-radius: 6px;
  position: relative;
}

/* Top header bar */
.vm-faq-header {
  position: absolute;
  top: -69px;
  left: 0;
  right: 0;
  height: 69px;
  background: var(--vm-heading);
  padding: 0 80px;
  border-radius: 6px 6px 0 0;
  display: flex;
  align-items: center;
  z-index: 2;
	justify-content: center;
}

.vm-faq-header-title {
  font-size: var(--vm-fs-24);
  font-weight: var(--vm-fw-700);
  line-height: var(--vm-lh-57);
  color: var(--vm-white);
  text-transform: uppercase;
}

/* White inner body */
.vm-faq-inner {
  background: var(--vm-white);
  padding: 80px;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 991px) {
.vm-faq-header {
	height: auto;
	padding: 0 30px;
	}
	.vm-faq-header-title{
		line-height:40px;
	}
}

/* =========================
   FAQ ITEM
========================= */

.vm-faq-item {
  padding: 36px 0;
  border-top: 1px solid var(--vm-grey-700);
}

.vm-faq-item.is-last {
  border-bottom: 1px solid var(--vm-grey-700);
}

/* Toggle button */
.vm-faq-toggle {
  width: 100%;
  border: none;
  background: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  padding: 0;
  text-align: left;
}

/* FAQ title */
.vm-faq-title {
  font-size: var(--vm-fs-32);
  line-height: var(--vm-lh-37);
  font-weight: var(--vm-fw-600);
  letter-spacing: var(--vm-ls--064);
  color: #4db1d8;
  margin-bottom: 40px;
}

/* FAQ intro */
.vm-faq-intro {
  font-size: var(--vm-fs-20);
  line-height: var(--vm-lh-26);
  letter-spacing: var(--vm-ls--04);
  color: var(--vm-text-body);
}

/* =========================
   PLUS / MINUS ICON
========================= */

.vm-faq-icon {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
  margin-left: 20px;
}

.vm-faq-icon::before,
.vm-faq-icon::after {
  content: "";
  position: absolute;
  background: #4db1d8;
  transition: all 0.3s ease;
}

.vm-faq-icon::before {
  width: 24px;
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
}

.vm-faq-icon::after {
  height: 24px;
  width: 3px;
  left: 50%;
  transform: translateX(-50%);
}

.vm-faq-item.active .vm-faq-icon::after {
  opacity: 0;
}

/* =========================
   EXPAND / COLLAPSE ANIMATION
========================= */

.vm-faq-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.4s ease, margin-top 0.3s ease;
}

.vm-faq-item.active .vm-faq-content {
  max-height: 3000px;
  opacity: 1;
  /* margin-top: 40px; */
}

/* FAQ Content Typography */
.vm-faq-content h5,  .vm-faq-content h2{
  font-size: var(--vm-fs-24);
  font-weight: var(--vm-fw-600);
  color: var(--vm-heading);
  margin-bottom: 16px;
}

.vm-faq-content h6, .vm-faq-content h4 {
  font-size: var(--vm-fs-20);
  font-weight: var(--vm-fw-600);
  color: var(--vm-heading);
  margin-bottom: 12px;
}

.vm-faq-content p {
  font-size: var(--vm-fs-16);
  line-height:24px;
  color: var(--vm-text-body);
  margin-bottom: 24px;
}

.vm-faq-content ul,
.vm-faq-content ol {
  padding-left: 18px;
  margin-bottom: 24px;
}

.vm-faq-content ul li,
.vm-faq-content ol li {
  font-size: var(--vm-fs-16);
  line-height: 24px;
  color: var(--vm-text-body);
  margin-bottom: 8px;
}

/* =========================
   FOCUS TIP
========================= */

.vm-faq-tip {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 25px;
  margin-top: 32px;
  background: #E4F3F9;
	border-radius:6px;
}

.vm-faq-tip-label {
  font-size: var(--vm-fs-20);
  font-weight: var(--vm-fw-500);
  color: var(--vm-blue);
  text-transform: uppercase;
min-width: 100px;
}

.vm-faq-tip-divider {
  width: 2px;
  background: var(--vm-blue);
  align-self: stretch;
}

.vm-faq-tip-text {
  font-size: var(--vm-fs-16);
  font-weight: var(--vm-fw-600);
  color: var(--vm-text-body);
}

/* =========================
   BOTTOM STATIC SECTION
========================= */

.vm-faq-bottom {
  margin-top: 27px;
}

.vm-cta-arrow {
  color: var(--vm-blue-accent);
  margin-right: 10px;
  flex-shrink: 0;
	margin-bottom: 6px;
}

.vm-faq-bottom-title {
  font-size: var(--vm-fs-32);
  font-weight: var(--vm-fw-600);
  color: var(--vm-heading);
  margin-bottom: 12px;
}

.vm-faq-bottom-desc {
  font-size: var(--vm-fs-20);
  line-height: var(--vm-lh-26);
  color: var(--vm-text-body);
  /* margin-bottom: 54px; */
}

.vm-faq-cta {
  height: 88px;
  background: var(--vm-heading);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
	margin-top:50px;
}

.vm-faq-cta-primary {
  font-size: var(--vm-fs-24);
  font-weight: var(--vm-fw-600);
  color: var(--vm-blue-accent);
	display:flex;
	align-items: center;
}

.vm-faq-cta-secondary {
  font-size: var(--vm-fs-24);
  font-weight: var(--vm-fw-600);
  color: var(--vm-white);
}

/* =========================
   SIMILAR VISAS SECTION
========================= */

.vm-similar-visas {
  padding-top: 130px;
  padding-bottom: 130px;
  background: rgba(219, 219, 225, 0.35);
}

/* Section title */
.vm-similar-title {
  font-family: var(--vm-font);
  font-size: var(--vm-fs-32);
  line-height: var(--vm-lh-37);
  font-weight: var(--vm-fw-600);
  letter-spacing: var(--vm-ls--064);
  color: var(--vm-heading);
  margin-bottom: 40px;
}

/* Grid gap override */
.vm-similar-grid {
  row-gap: 40px;
}

.vm-similar-grid > [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

/* =========================
   ADVISOR BOX
========================= */
.vm-advisor-box {
    background: var(--vm-purple-footer, #28264E);
    border-radius: 6px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
	margin-top:30px;
}

/* LEFT IMAGE CONTAINER */
.vm-advisor-img {
    width: 180px;
    min-width: 180px;
    height: auto;
}

/* IMAGE ITSELF */
.vm-advisor-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px 0 0 6px;
    display: block;
}

/* CONTENT SIDE */
.vm-advisor-content {
    padding: 24px 32px;
    color: var(--vm-white, #fff);
    font-family: var(--vm-font);
    font-size: var(--vm-fs-16);
    line-height: 22px;
}

/* TEXT STYLING */
.vm-advisor-content p {
    margin: 0;
}

.vm-advisor-content strong {
    font-weight: var(--vm-fw-600);
}

.vm-advisor-content a {
    color: var(--vm-blue-accent, #50BAE2);
    text-decoration: none;
}

.vm-advisor-content a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
	.vm-advisor-img {
  		width: 100%;
	}
	.vm-advisor-img img{
		border-radius:0px;
	}
	 .vm-advisor-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .vm-advisor-img {
        align-self: center;
    }

    .vm-advisor-content {
        text-align: left;
    }

}


/* =========================
   VISA BOX
========================= */

.vm-visa-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
}

/* Dark overlay (default) */
.vm-visa-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 15, 0.4);
  transition: background 0.3s ease;
  z-index: 1;
}

/* Hover overlay */
.vm-visa-box:hover .vm-visa-overlay {
  background: rgba(77, 177, 216, 0.4);
}

/* Content */
.vm-visa-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px;
  color: var(--vm-white);
}

/* Middle title */
.vm-visa-content h4, .white-heading-four {
  font-family: var(--vm-font);
  font-size: var(--vm-fs-20);
  line-height: var(--vm-lh-21);
  font-weight: var(--vm-fw-600);
  letter-spacing: var(--vm-ls--02);
  margin-bottom: 15px;
	display: block;
}

/* Description */
.vm-visa-content p {
  font-family: var(--vm-font);
  font-size: var(--vm-fs-16);
  line-height: var(--vm-lh-21);
  font-weight: var(--vm-fw-400);
  letter-spacing: var(--vm-ls--016);
  margin: 0;
}
 @media (max-width: 991px) {
    .vm-faq-inner {
      padding: 20px;
    }
    .vm-faq-cta {
      height: auto;
      padding: 10px;
      background: var(--vm-heading);
      border-radius: 6px;
      display: flex;
      text-align: center;
      justify-content: center;
      align-items: center;
      gap: 6px;
      flex-direction: column !important;
    }
    .vm-intro-section {
      margin: 50px 0;
    }
    .vm-similar-visas {
      padding-top: 80px;
      padding-bottom: 80px;
      background: rgba(219, 219, 225, 0.35);
    }
 }
	
