/**
 * index.html — redesign layer (load after custom.css)
 * Scoped: body.vfs-redesign
 */

:root {
  --rd-navy: #0a2342;
  --rd-navy-deep: #061a33;
  --rd-orange: #e87722;
  --rd-white: #ffffff;
  --rd-grey-bg: #f4f6f8;
  --rd-text: #1d3557;
  --rd-muted: #5c6b7a;
  --rd-radius: 12px;
  --rd-radius-lg: 16px;
  --rd-shadow: 0 12px 40px rgba(6, 26, 51, 0.15);
  --rd-font: "Inter", "Poppins", system-ui, sans-serif;
  /* One content width under 1280px (aligns header, sections, footer, fluid strips) */
  --rd-container-unified: min(1140px, calc(100vw - 32px));
}

/* ---------- Unified layout width (< 1280px) ---------- */
@media (max-width: 1279.98px) {
  body.vfs-redesign .container,
  body.vfs-redesign .container-sm,
  body.vfs-redesign .container-md,
  body.vfs-redesign .container-lg,
  body.vfs-redesign .container-xl,
  body.vfs-redesign .container-xxl {
    max-width: var(--rd-container-unified) !important;
  }

  body.vfs-redesign .rd-why__cards-fluid.container-fluid {
    max-width: var(--rd-container-unified) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Below lg: same 15px inset left/right for all main content (index2) */
@media (max-width: 991.98px) {
  body.vfs-redesign {
    --rd-container-unified: min(1140px, calc(100vw - 30px));
    --bs-gutter-x: 30px;
  }

  body.vfs-redesign .container,
  body.vfs-redesign .container-sm,
  body.vfs-redesign .container-md,
  body.vfs-redesign .container-lg,
  body.vfs-redesign .container-xl,
  body.vfs-redesign .container-xxl {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  body.vfs-redesign .container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  body.vfs-redesign .rd-header__bar {
    padding-left: 15px;
    padding-right: 15px;
  }

  body.vfs-redesign .rd-partners-marquee {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Mobile: flush horizontal padding on marked containers/headings (not hero/banner) */
@media (max-width: 767.98px) {
  body.vfs-redesign .container-padd {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

body.vfs-redesign {
  font-family: var(--rd-font);
  color: var(--rd-text);
  background: var(--rd-white);
}

/* ---------- Header ---------- */
body.vfs-redesign .rd-header {
  background: var(--rd-white);
  border-bottom: 1px solid #e6eaef;
  position: sticky;
  top: 0;
  z-index: 1000;
}

body.vfs-redesign .rd-header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 0px;
}

body.vfs-redesign .rd-header__logo {
  display: flex;
  align-items: center;
  max-width: 100%;
  flex-shrink: 1;
}

body.vfs-redesign .rd-header__logo img {
  display: block;
  width: 170px;
  max-width: min(170px, calc(100vw - 200px));
  height: auto;
  aspect-ratio: 170 / 54.77;
  object-fit: contain;
}

body.vfs-redesign .rd-header .custom-dropdown {
  position: relative;
}

body.vfs-redesign .rd-header .dropdown-toggle {
  background: #E0E5EA;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  padding: 12px 15px 12px 18px;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  cursor: pointer;
  width: 159px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767.98px) {
  body.vfs-redesign .rd-header .dropdown-toggle {
    width: auto;
    max-width: 100%;
  }
}

body.vfs-redesign .rd-header .language-dropdown-menu {
  width: 160px;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: var(--rd-shadow);
  border: 1px solid #e6eaef;
}

body.vfs-redesign .rd-header .language-dropdown-menu a {
  color: var(--rd-text);
  padding: 0.5rem 1rem;
  display: block;
}

/* ---------- Hero ---------- */
body.vfs-redesign .CountrySelect.rd-hero {
  position: relative;
  overflow: hidden;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 645px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991.98px) {
  body.vfs-redesign .CountrySelect.rd-hero {
    min-height: auto;
  }
}

body.vfs-redesign .rd-hero__media {
  position: absolute;
  inset: 0;
  background: var(--rd-navy-deep)
    url("../images/home-page/vfs-banner.webp") center / cover no-repeat;
}

@media (max-width: 991.98px) {
  body.vfs-redesign .rd-hero__media {
    top: -74px;
  }
}

body.vfs-redesign .rd-hero__overlay {
  position: absolute;
  inset: 0;
  background: #053867c4;
}

body.vfs-redesign .rd-hero__inner {
  position: relative;
  z-index: 2;
}

/* Desktop: align hero content with other .container blocks (p-0 cols were bleeding past gutter) */
@media (min-width: 992px) {
  body.vfs-redesign .rd-hero__inner.container {
    width: 100%;
    max-width: var(--rd-container-unified) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
  }

  body.vfs-redesign .rd-hero__inner .col-lg-7.p-0,
  body.vfs-redesign .rd-hero__inner > .col-lg-5.p-0 {
    padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5) !important;
    padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5) !important;
  }
}

@media (min-width: 1280px) {
  body.vfs-redesign .rd-hero__inner.container {
    max-width: 1320px !important;
  }
}

body.vfs-redesign .rd-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
  padding-right: 0.5rem;
}

@media (max-width: 991.98px) {
  body.vfs-redesign .rd-hero__copy {
    min-height: 0;
    display: block;
    padding-right: 0;
  }
}

body.vfs-redesign .rd-hero__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 24px;
  color: var(--rd-white) !important;
  max-width: 690px;
}

@media (max-width: 767.98px) {
  body.vfs-redesign .rd-hero__lead {
    display: none !important;
  }

  body.vfs-redesign .rd-hero-pills-below {
    margin-top: 15px;
  }

  body.vfs-redesign .rd-hero-pills-below .rd-hero-pills {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.55rem;
  }

  body.vfs-redesign .rd-hero-pills-below .rd-hero-pill {
    flex: 1 1 auto;
    max-width: none;
  }

  body.vfs-redesign .rd-hero__title {
    font-size: 30px !important;
    line-height: 1.2 !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
  }

  body.vfs-redesign .rd-why__heading-k,
  body.vfs-redesign .rd-why__heading-main,
  body.vfs-redesign .rd-faq .rd-faq__page-title.bs-heading,
  body.vfs-redesign .rd-partners__title,
  body.vfs-redesign .rd-bottom-cta__title {
    font-size: 30px !important;
    line-height: 1.2 !important;
    padding-left: 10px !important;
  }
}

body.vfs-redesign .rd-hero__lead {
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.94) !important;
  margin-bottom: 29px;
  max-width: 36rem;
  font-weight: 400;
}

/* Hero pills: row on wide viewports; stack on small phones */
body.vfs-redesign .rd-hero-pills {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 38px;
  margin: 0;
  padding: 0;
}

body.vfs-redesign .rd-hero-pill {
  display: flex;
  align-items: center;
  flex: 1 1 0;
  max-width: 100%;
  gap: 14px;
  padding: 18px 14px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  color: var(--rd-white);
  background: rgba(255, 255, 255, 0.07);
  max-width: 244px;
  min-height: 76px;
  justify-content: flex-start;
}

body.vfs-redesign .rd-hero-pill__ico {
  font-size: 32px !important;
  flex-shrink: 0;
  color: var(--rd-orange) !important;
}

body.vfs-redesign .rd-hero-pill__ico--img {
  display: block;
  width: 32px;
  height: auto;
  flex-shrink: 0;
}

body.vfs-redesign .rd-hero-pill .icon-option-change {
  color: var(--rd-orange) !important;
}

@media (max-width: 991.98px) {
  body.vfs-redesign .rd-hero-pill {
    flex: 1 1 auto;
    max-width: none;
    min-height: 0;
    padding: 18px 14px;
    border-radius: 10px;
    font-size: 0.85rem;
    line-height: 1.35;
  }

  body.vfs-redesign .rd-hero-pill__ico {
    font-size: 1.3rem !important;
  }

  body.vfs-redesign .rd-hero-pill__ico--img {
    width: 28px;
  }
}

@media (max-width: 575.98px) {
  body.vfs-redesign .rd-hero-pills {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.55rem;
  }

  body.vfs-redesign .rd-hero-pill__ico {
    font-size: 1.15rem !important;
  }

  body.vfs-redesign .rd-hero-pill__ico--img {
    width: 24px;
  }
}

/* ---------- Quote card ---------- */
body.vfs-redesign #quote.rd-quote-card {
  scroll-margin-top: 100px;
}

body.vfs-redesign .rd-quote-card {
  background: var(--rd-white);
  border-radius: var(--rd-radius-lg);
  box-shadow: var(--rd-shadow);
  border: 1px solid rgba(10, 35, 66, 0.06);
  padding: 32px;
  max-width: 400px;
}

@media (max-width: 991.98px) {
  body.vfs-redesign .rd-quote-card {
    padding: 1.35rem 1.35rem 1.5rem;
    max-width: none;
    width: 100%;
  }
}

body.vfs-redesign .rd-trip-type {
  border: 0;
  padding: 0;
  margin: 0 0 33px;
  display: flex;
  flex-wrap: nowrap;
  gap: 20.83px;
  justify-content: flex-start;
  align-items: center;
}

body.vfs-redesign .rd-trip-type__opt {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4.83px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #8a8a8a;
  border: none;
  border-radius: 0;
  cursor: pointer;
  margin: 0;
  background: transparent;
  transition: color 0.15s;
}

@media (max-width: 399.98px) {
  body.vfs-redesign .rd-trip-type__opt {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  body.vfs-redesign .rd-trip-type__opt {
    font-size: 11px;
  }
}

body.vfs-redesign .rd-trip-type__opt:has(input:checked) {
  border: none;
  background: transparent;
  color: var(--rd-navy);
}

body.vfs-redesign .rd-trip-type__opt input {
  accent-color: #1e4d8c;
  width: 1rem;
  height: 1rem;
}

@media (max-width: 575.98px) {
  body.vfs-redesign .rd-trip-type {
    flex-wrap: wrap;
    gap: 0.35rem 0.75rem;
  }
}

body.vfs-redesign .search-selection-dropdown {
  border: none !important;
  box-shadow: none !important;
  margin-top: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  max-width: 705px !important;
}

body.vfs-redesign .country-selection {
  flex-direction: column !important;
  gap: 1rem !important;
  max-width: none !important;
  margin: 0 !important;
}

body.vfs-redesign .Fromtravel,
body.vfs-redesign .Totravel {
  width: 100% !important;
}

@media (max-width: 767.98px) {
  body.vfs-redesign .Fromtravel,
  body.vfs-redesign .Totravel {
    margin-bottom: 0 !important;
  }
}

body.vfs-redesign .dropdown-title {
  font-size: 14px;
  font-weight: 400;
  color: #031B30;
  margin-bottom: 12px !important;
  margin-left: 0 !important;
}

/* Ditto SS: plane left, field, chevron right */
body.vfs-redesign .country-selection .input-wrapper.rd-input-dd {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  position: relative !important;
  padding: 6px 12px!important;
  min-height: 40px !important;
  border: 1px solid #cfd8e3 !important;
  border-radius: 10px !important;
  background: var(--rd-white) !important;
  margin-bottom: 12px !important;
}

body.vfs-redesign .rd-input-dd__plane {
  position: absolute !important;
  left: 14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 2 !important;
  pointer-events: none !important;
  font-size: 23px !important;
  line-height: 1 !important;
  color: #000 !important;
}
body.vfs-redesign .icon-aeroplane-down{
  font-size: 30px !important;
}

body.vfs-redesign .country-selection .input-wrapper.rd-input-dd .search-input,
body.vfs-redesign .country-selection .input-wrapper.rd-input-dd .searchinputTo {
  border: none !important;
  border-radius: 0 !important;
  padding: 10px 28px 10px 44px !important;
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 0.95rem !important;
  color: var(--rd-text) !important;
  position: relative !important;
  z-index: 1 !important;
  height: 40px;
}

body.vfs-redesign .country-selection .input-wrapper.rd-input-dd .search-input::placeholder,
body.vfs-redesign .country-selection .input-wrapper.rd-input-dd .searchinputTo::placeholder {
  color: #9aa5b1 !important;
  opacity: 1 !important;
}

body.vfs-redesign .country-selection .selectBox-icon,
body.vfs-redesign .country-selection .selectBox-iconto {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  height: auto !important;
  flex-shrink: 0 !important;
  gap: 6px;
  z-index: 3 !important;
  margin-left: auto;
  padding-left: 4px;
  cursor: pointer;
}

/* Click target matches icon row only */
body.vfs-redesign .country-selection .selectBox-icon::after,
body.vfs-redesign .country-selection .selectBox-iconto::after {
  content: "";
  position: absolute;
  inset: -6px 0;
}

body.vfs-redesign .country-selection .selectBox-icon > *,
body.vfs-redesign .country-selection .selectBox-iconto > * {
  position: relative;
  z-index: 1;
}

body.vfs-redesign .country-selection .rd-input-dd__chev {
  display: block;
  width: 10px;
  height: auto;
  flex-shrink: 0;
  pointer-events: none;
}

body.vfs-redesign .country-selection .icon-cross.icon-cancle:before {
  content: "\e90a";
  color: #161616;
}

body.vfs-redesign .country-selection .icon-cross.icon-cancle {
  font-size: 13px;
  line-height: 1;
}

body.vfs-redesign .country-selection .icon-cross.icon-cancle:before {
  font-size: 13px;
}

body.vfs-redesign .countryul {
  z-index: 50 !important;
  border-radius: 10px !important;
  box-shadow: var(--rd-shadow) !important;
  max-height: 220px;
  overflow-y: auto;
}

body.vfs-redesign .country-selection .countryul li.kb-highlight {
  background-color: #e0e5ea;
}

body.vfs-redesign .selectionpara {
  margin-top: 20px !important;
  margin-bottom: 33px !important;
  background: #DDDDDD40 !important;
  border-radius: 10px !important;
  padding: 12px 18.5px 12px 11.5px !important;
}

body.vfs-redesign .country-selection .error-countries-selection {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.vfs-redesign .selectionpara .terms-andcodition {
  font-size: 10px !important;
  line-height: 1.45 !important;
  color: #06345B !important;
  text-align: left !important;
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-weight: 400;
  font-style: italic;
}

body.vfs-redesign .selectionpara .txt-underline {
  color: #06345B !important;
}

body.vfs-redesign .submit-btn {
  margin-top: 33px !important;
}

body.vfs-redesign .getNowBtn,
body.vfs-redesign .rd-bottom-cta__get-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 0.9rem 1.25rem !important;
  border: 2px solid var(--rd-orange) !important;
  border-radius: 10px !important;
  background: var(--rd-orange) !important;
  color: var(--rd-white) !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  body.vfs-redesign .getNowBtn,
  body.vfs-redesign .rd-bottom-cta__get-btn {
    min-width: 326px;
  }
}
body.vfs-redesign .btn-bot{
  padding: 11.5px 107px 11.5px 86px !important;
}

body.vfs-redesign .getNowBtn:hover,
body.vfs-redesign .rd-bottom-cta__get-btn:hover {
  background: var(--rd-white) !important;
  color: #E86020 !important;
}

body.vfs-redesign .getNowBtn .rd-btn-ico,
body.vfs-redesign .rd-bottom-cta__get-btn .rd-btn-ico {
  font-size: 10px;
  color: var(--rd-white) !important;
}

body.vfs-redesign .getNowBtn .rd-btn-ico--img,
body.vfs-redesign .rd-bottom-cta__get-btn .rd-btn-ico--img {
  display: inline-block;
  width: 15px;
  height: auto;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

body.vfs-redesign .getNowBtn:hover .rd-btn-ico,
body.vfs-redesign .rd-bottom-cta__get-btn:hover .rd-btn-ico {
  color: #E86020 !important;
}

body.vfs-redesign .getNowBtn:hover .rd-btn-ico--img,
body.vfs-redesign .rd-bottom-cta__get-btn:hover .rd-btn-ico--img {
  filter: none;
}

body.vfs-redesign .error-countries-selection.show {
  display: block !important;
  opacity: 1 !important;
}

/* ---------- Why book ---------- */
body.vfs-redesign .rd-why.typ-grey-section {
  background-color: #fff !important;
}

body.vfs-redesign .rd-why {
  padding-top: 3.25rem !important;
  padding-bottom: 3.5rem !important;
}

body.vfs-redesign .rd-why__head {
  margin-bottom: 48px;
}

body.vfs-redesign .rd-why__cards-fluid {
  --bs-gutter-x: 1.5rem;
}

body.vfs-redesign .rd-why__heading {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

body.vfs-redesign .rd-why__heading-k {
  display: block;
  font-size: 36px;
  font-weight: 600;
  color: #031B30;
  line-height: 1.3;
  margin-bottom: 0;
}

body.vfs-redesign .rd-why__heading-main {
  display: block;
  font-size: 36px;
  font-weight: 400;
  color: #031B30;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

body.vfs-redesign .rd-why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

@media (max-width: 1024.98px) {
  body.vfs-redesign .rd-why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 767.98px) {
  body.vfs-redesign .rd-why-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

body.vfs-redesign .rd-why-card {
  background: #F4FAFF;
  border-radius: 8px;
  padding: 18px 24px 20px 24px;
  height: 100%;
  border: 1px solid #EBEBEB;
  box-shadow: none;
  text-align: left;
}

body.vfs-redesign .rd-why-card__ico {
  font-size: 42px;
  display: block;
  margin-bottom: 0;
  line-height: 1;
}

body.vfs-redesign .rd-why-card__ico--img {
  display: block;
  width: 42px;
  height: auto;
}

/* IcoMoon: force orange on card icons (incl. schedule/clock defaults) */
body.vfs-redesign .rd-why-card [class^="icon-"]:before,
body.vfs-redesign .rd-why-card [class*=" icon-"]:before {
  color: #ea580c !important;
}

body.vfs-redesign .rd-why-card h3 {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  margin: 35px 0 12px 0;
  line-height: 115%;
  max-width: 203px;
  min-height: 87px;
}

body.vfs-redesign .rd-why-card p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin: 0;
  line-height: 1.5;
}

/* ---------- FAQ (flush / transparent — SS) ---------- */
body.vfs-redesign .rd-faq {
  padding-top: 82px !important;
  padding-bottom: 90px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: #F9F9F9 !important;
}

body.vfs-redesign .rd-faq .faq-align {
  border: none !important;
  width: 100%;
  justify-content: flex-start;
  padding-left: 0;
}

/* custom.css adds horizontal padding on .bs-accordian ≤767px — container already gutters */
body.vfs-redesign .rd-faq .bs-accordian {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.vfs-redesign .rd-faq .rd-faq__page-title.bs-heading {
  font-size: 36px;
  font-weight: 600;
  color: #031B30 !important;
  margin: 0 0 40px 0;
  padding: 0;
  text-align: left;
  letter-spacing: -0.02em;
}

/* Kill Bootstrap accordion card look */
body.vfs-redesign .rd-faq .accordion-item,
body.vfs-redesign .rd-faq .accordion-item:first-of-type,
body.vfs-redesign .rd-faq .accordion-item:last-of-type {
  background-color: transparent !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #E0E5EA !important;
  box-shadow: none !important;
  margin-bottom: 24px;
}

body.vfs-redesign .rd-faq .accordion-header {
  background: transparent !important;
  padding: 0 !important;
}

@media (max-width: 767.98px) {
  body.vfs-redesign .rd-faq .accordion-header {
    padding: 0 10px !important;
  }

}

body.vfs-redesign .rd-faq .accordion-button {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
  padding: 13px 0 !important;
  margin: 0 !important;
  text-align: left;
  background-color: transparent !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* custom.css uses 18px collapsed / 20px open — force identical typography in both states */
body.vfs-redesign .rd-faq .accordion .accordion-item .accordion-button,
body.vfs-redesign .rd-faq .accordion .accordion-item .accordion-button.collapsed,
body.vfs-redesign .rd-faq .accordion .accordion-item .accordion-button:not(.collapsed) {
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  color: #031b30 !important;
  font-family: var(--rd-font), system-ui, sans-serif !important;
}

body.vfs-redesign .rd-faq .accordion-button.collapsed,
body.vfs-redesign .rd-faq .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.vfs-redesign .rd-faq .accordion-button:hover,
body.vfs-redesign .rd-faq .accordion-button:focus,
body.vfs-redesign .rd-faq .accordion-button:active {
  background-color: transparent !important;
  background: transparent !important;
  color: #031b30 !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

body.vfs-redesign .rd-faq .accordion-button::after {
  display: none !important;
  content: none !important;
}

body.vfs-redesign .rd-faq-q {
  flex: 1 1 auto;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-align: left;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  padding-right: 0.75rem;
  color: #031b30 !important;
  font-style: normal !important;
  font-family: inherit !important;
}

body.vfs-redesign .rd-faq .accordion-button.collapsed .rd-faq-q,
body.vfs-redesign .rd-faq .accordion-button:not(.collapsed) .rd-faq-q {
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  color: #031b30 !important;
}

body.vfs-redesign .rd-faq__meta {
  display: flex;
  align-items: center;
  gap: 10.93px;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 400;
 
}

body.vfs-redesign .rd-faq__view {
  color: #E86020 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  cursor: pointer;
}

body.vfs-redesign .rd-faq__meta .rd-faq__arrow.icon-down-arrow {
  font-size: 16px;
  line-height: 1;
  transition: transform 0.2s ease;
}

body.vfs-redesign .rd-faq__meta .rd-faq__arrow.icon-down-arrow:before {
  color: #f97316 !important;
}

body.vfs-redesign .rd-faq .accordion-button.collapsed .rd-faq__meta .rd-faq__arrow {
  transform: rotate(0deg);
}

body.vfs-redesign .rd-faq .accordion-button:not(.collapsed) .rd-faq__meta .rd-faq__arrow {
  transform: rotate(180deg);
}

body.vfs-redesign .rd-faq .accordion-collapse {
  background: transparent !important;
  border: none !important;
}

body.vfs-redesign .rd-faq .accordion-body {
  padding: 0 0 1.2rem 0 !important;
  background: transparent !important;
  border-top: 1px solid #E0E5EA;
}

body.vfs-redesign .rd-faq .accordion-body .accordian-para {
  color: #031B30 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  margin: 12px 0 0 !important;
  /* padding-left: 15px; */
  padding-top: 12px;
 
}

@media (max-width: 767.98px) {
  body.vfs-redesign .rd-faq .accordion-button.collapsed .rd-faq-q,
  body.vfs-redesign .rd-faq .accordion-button:not(.collapsed) .rd-faq-q {
    font-size: 18px !important;
  }

  body.vfs-redesign .rd-faq .accordion-body .accordian-para {
    padding: 0 17px !important;
  }
}

/* ---------- Partners: title + strip share one .container (left aligns with rest of page); strip bleeds right ---------- */
body.vfs-redesign .rd-partners {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
  background: #ffffff !important;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  body.vfs-redesign .rd-partners {
    overflow-x: visible;
  }

  body.vfs-redesign .rd-partners__inner.container {
    overflow-x: visible;
    box-sizing: border-box;
  }

  body.vfs-redesign .rd-partners__swiper-shell {
    /*
     * Flush to viewport right without changing the left edge (same as .container content).
     * 100% = container content width; symmetric centering ⇒ right edge lands on 100vw.
     */
    width: calc(100% + (100vw - 100%) / 2);
    max-width: none;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    margin-right: 0;
    padding: 0;
    padding-right: 0;
  }

  body.vfs-redesign .rd-partners-marquee {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }

  body.vfs-redesign .rd-partners-marquee__slide {
    width: auto;
    flex: 0 0 auto;
  }

  body.vfs-redesign .rd-partners-card__img {
    max-height: 56px;
  }
}

@media (max-width: 991.98px) {
  body.vfs-redesign .rd-partners {
    overflow-x: hidden;
  }

  body.vfs-redesign .rd-partners__swiper-shell {
    width: 100%;
    max-width: 100%;
    position: static;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

}

body.vfs-redesign .rd-partners__title {
  font-size: 36px !important;
  font-weight: 600;
  color: #031b30 !important;
  margin: 0 0 40px;
  padding: 0;
  text-align: left;
  letter-spacing: 0;
}

body.vfs-redesign .rd-partners-marquee {
  margin: 0;
  padding: 4px 0 8px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden !important;
}

body.vfs-redesign .rd-partners-marquee__track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: max-content;
  gap: 0;
  animation: rd-partners-marquee-scroll var(--rd-partners-duration, 24s) linear infinite;
  will-change: transform;
  backface-visibility: hidden;
}

body.vfs-redesign .rd-partners-marquee__group {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: 0 0 auto;
  gap: 20px;
}

body.vfs-redesign .rd-partners-marquee__group .rd-partners-marquee__slide:last-child {
  margin-right: 20px;
}

@keyframes rd-partners-marquee-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(var(--rd-partners-end, -50%), 0, 0);
  }
}

body.vfs-redesign .rd-partners-marquee__slide {
  height: auto;
  box-sizing: border-box;
  flex: 0 0 176px;
  width: 176px;
}

body.vfs-redesign .rd-partners-card {
  width: 100%;
  height: 100px;
  max-height: 100px;
  background: #ffffff;
  border: 1px solid #e0e5ea;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem;
  box-sizing: border-box;
  box-shadow: none;
}

body.vfs-redesign .rd-partners-card__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

body.vfs-redesign .rd-partners-card__link--static {
  cursor: default;
}

body.vfs-redesign .rd-partners-card__img {
  display: block;
  width: 120px;
  max-width: 120px;
  height: 48px;
  max-height: 48px;
  object-fit: contain;
  object-position: center center;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  body.vfs-redesign .rd-partners-marquee__slide {
    width: 176px !important;
  }

  body.vfs-redesign .rd-partners-card {
    height: 96px;
    max-height: 96px;
  }
}

@media (max-width: 575.98px) {
  body.vfs-redesign .rd-partners-marquee__slide {
    width: 158px !important;
    flex: 0 0 158px;
  }

  body.vfs-redesign .rd-partners-card {
    height: 92px;
    max-height: 92px;
  }

  body.vfs-redesign .rd-partners-card__img {
    max-height: 44px;
  }
}

/* ---------- Bottom CTA ---------- */
body.vfs-redesign .rd-bottom-cta {
  position: relative;
  overflow: hidden;
  min-height: 535px;
  height: auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0 !important;
}

body.vfs-redesign .rd-bottom-cta__media {
  position: absolute;
  inset: 0;
  background: var(--rd-navy-deep)
    url("../images/home-page/vfs-journey.webp") center / cover no-repeat;
}

body.vfs-redesign .rd-bottom-cta__overlay {
  position: absolute;
  inset: 0;
  background: #053867c4;
}

body.vfs-redesign .rd-bottom-cta__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 821px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}

body.vfs-redesign .rd-bottom-cta__inner.py-5 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.vfs-redesign .rd-bottom-cta__title {
  color: var(--rd-white);
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
  list-style: normal;
}
body.vfs-redesign .rd-bottom-cta__para {
  color: var(--rd-white);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  list-style: normal;
  margin-bottom: 33px;
}

body.vfs-redesign .rd-bottom-cta__submit {
  margin-top: 0 !important;
}

body.vfs-redesign .rd-quote-card--bottom {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 32px 12px 36px 12px;
  text-align: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

body.vfs-redesign .rd-trip-type--center {
  justify-content: center;
  margin-bottom: 28px;
}

/* Bottom CTA only: label left, input right — same row as screenshot */
body.vfs-redesign .rd-bottom-cta .search-selection-dropdown {
  width: 100%;
  max-width: 705px;
}

body.vfs-redesign .rd-bottom-cta .search-selection-dropdown .country-selection {
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 24px !important;
  width: 100%;
}

body.vfs-redesign .rd-bottom-cta .search-selection-dropdown .Fromtravel,
body.vfs-redesign .rd-bottom-cta .search-selection-dropdown .Totravel {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  flex: 1 1 0 !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: none !important;
  gap: 10px !important;
  position: relative !important;
}

body.vfs-redesign .rd-bottom-cta .search-selection-dropdown .dropdown-title {
  margin: 0 !important;
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  color: #031b30;
  line-height: 1.2;
}

body.vfs-redesign .rd-bottom-cta .search-selection-dropdown .input-wrapper.rd-input-dd {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin-bottom: 0 !important;
}

/* Neeche wala form: Travelling from */
body.vfs-redesign .rd-bottom-cta .search-selection-dropdown .input-wrapper.rd-input-dd .search-input {
  border: none !important;
  border-radius: 0 !important;
  padding: 10px 12px 10px 32px !important;
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 13.3px !important;
  color: var(--rd-text) !important;
  position: relative !important;
  z-index: 1 !important;
  height: 40px;
}

/* Neeche wala form: Travelling to — sirf left 10px */
body.vfs-redesign .rd-bottom-cta #travelToSearchBottom {
  border: none !important;
  border-radius: 0 !important;
  padding: 10px 12px 10px 40px !important;
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 13.3px !important;
  color: var(--rd-text) !important;
  position: relative !important;
  z-index: 1 !important;
  height: 40px;
}

body.vfs-redesign .rd-bottom-cta .search-selection-dropdown .error-countries-selection,
body.vfs-redesign .rd-bottom-cta .search-selection-dropdown .countryul {
  position: absolute !important;
  top: calc(100% + 2px) !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  flex: none !important;
}

body.vfs-redesign .rd-quote-card--bottom .selectionpara {
  margin-top: 20px !important;
  margin-bottom: 24px !important;
}

body.vfs-redesign .rd-quote-card--bottom .selectionpara .terms-andcodition {
  text-align: center !important;
}

body.vfs-redesign .rd-quote-card--bottom .submit-btn {
  margin-top: 0 !important;
}

@media (max-width: 767.98px) {
  body.vfs-redesign .getNowBtn,
  body.vfs-redesign .rd-bottom-cta__get-btn,
  body.vfs-redesign a.getNowBtn.btn-bot {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  body.vfs-redesign .btn-bot {
    padding: 0.9rem 1.25rem !important;
  }

  body.vfs-redesign .submit-btn {
    width: 100%;
  }

  body.vfs-redesign .rd-quote-card--bottom {
    padding: 1.35rem 1.25rem 1.5rem;
    align-items: flex-start;
  }

  body.vfs-redesign .rd-bottom-cta .search-selection-dropdown {
    max-width: 100%;
  }

  /* Bottom form: 4 rows — label, input, label, input */
  body.vfs-redesign .rd-bottom-cta .search-selection-dropdown .country-selection {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 16px !important;
    width: 100%;
  }

  body.vfs-redesign .rd-bottom-cta .search-selection-dropdown .Fromtravel,
  body.vfs-redesign .rd-bottom-cta .search-selection-dropdown .Totravel {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 8px !important;
  }

  body.vfs-redesign .rd-bottom-cta .search-selection-dropdown .dropdown-title {
    width: 100%;
    margin: 0 !important;
  }

  body.vfs-redesign .rd-bottom-cta .search-selection-dropdown .input-wrapper.rd-input-dd {
    flex: 0 0 auto !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.vfs-redesign .rd-bottom-cta .search-selection-dropdown .Totravel {
    margin-top: 15px;
  }

  body.vfs-redesign .rd-quote-card--bottom .selectionpara {
    margin-top: 33px !important;
  }
}

/* ---------- Footer (index2 — SS two-column) ---------- */
body.vfs-redesign .bs-footer.rd-footer {
  background: #f4f6f8 !important;
  border-top: 1px solid #e0e5ea !important;
  padding: 2.25rem 0 2.5rem !important;
  margin: 0 !important;
}

body.vfs-redesign .rd-footer .rd-footer__inner.container {
  max-width: 1320px;
  width: 100%;
}

body.vfs-redesign .rd-footer__row {
  --rd-footer-divider: 1px solid #d8dee6;
  align-items: stretch;
  justify-content: flex-start;
}

body.vfs-redesign .rd-footer__row > .rd-footer__col--links.col-lg-5 {
  flex: 0 0 auto;
  width: auto;
  max-width: 390px;
}

body.vfs-redesign .rd-footer__col--links {
  max-width: 360px;
  width: 100%;
  padding-bottom: 0;
  padding-right: 1.75rem;
  border-bottom: none;
  border-right: var(--rd-footer-divider);
  box-sizing: border-box;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

body.vfs-redesign .rd-footer__row > .rd-footer__col--certs.col-lg-7 {
  flex: 1 1 auto;
  width: auto;
  max-width: 922px;
}

body.vfs-redesign .rd-footer__col--certs {
  max-width: 922px;
  width: 100%;
  padding-left: 1.75rem;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.vfs-redesign .rd-footer__nav {
  margin-bottom: 1.25rem;
}

body.vfs-redesign .rd-footer__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 1.25rem;
  margin: 0 0 0.85rem;
  padding: 0;
}

body.vfs-redesign .rd-footer__list--primary {
  font-size: 16px;
  font-weight: 400;
}

body.vfs-redesign .rd-footer__list--secondary {
  font-size: 13.9px;
  font-weight: 400;
  gap: 0.35rem 14px;
  margin-bottom: 0;
}

body.vfs-redesign .rd-footer__list a {
  color: #031B30C4 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

body.vfs-redesign .rd-footer__copy {
  margin: 0;
  font-size: 0.8125rem;
  color: #031b30;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  body.vfs-redesign .rd-footer__row > .rd-footer__col--links.col-lg-5,
  body.vfs-redesign .rd-footer__row > .rd-footer__col--certs.col-lg-7 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  body.vfs-redesign .rd-footer__row > .rd-footer__col--certs {
    order: -1;
  }

  body.vfs-redesign .rd-footer__col--certs {
    align-items: stretch;
    padding-left: 0;
  }

  body.vfs-redesign .rd-footer__row > .rd-footer__col--links {
    order: 1;
    border-bottom: none;
    border-top: var(--rd-footer-divider);
    padding-top: 1.5rem;
    padding-bottom: 0;
  }

  body.vfs-redesign .rd-footer__col--links {
    border-right: none;
    padding-right: 0;
    max-width: 100%;
    align-items: center;
    text-align: center;
  }

  body.vfs-redesign .rd-footer__col--links .rd-footer__list {
    justify-content: center;
  }

  body.vfs-redesign .rd-footer__copy {
    width: 100%;
    text-align: center;
  }

  body.vfs-redesign .rd-footer__cert-title {
    align-self: center;
  }

  body.vfs-redesign .rd-footer__cert-outer {
    margin-left: 0;
    margin-right: 0;
    overflow-x: visible;
  }
}

/* Tablet: 768px–1024px → 5 columns, centered (5 + 5 rows) */
@media (min-width: 768px) and (max-width: 1024.98px) {
  body.vfs-redesign .rd-footer__cert-outer {
    margin-left: auto;
    margin-right: auto;
    overflow-x: visible;
  }

  body.vfs-redesign .rd-footer__cert-grid {
    grid-template-columns: repeat(5, 72px) !important;
    justify-content: center !important;
    justify-items: center !important;
    margin-left: auto !important;
    margin-right: auto;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  body.vfs-redesign .bs-footer.rd-footer {
    padding: 30px 0 !important;
  }

  body.vfs-redesign .rd-footer__row > .rd-footer__col--links {
    padding-left: 10px;
    padding-right: 10px;
  }

  body.vfs-redesign .rd-footer__cert-outer {
    overflow-x: visible;
  }

  body.vfs-redesign .rd-footer__cert-grid {
    grid-template-columns: repeat(4, 72px) !important;
    justify-content: center  !important;
    grid-auto-flow: row  !important;
    width: 100% !important;
  }
}

body.vfs-redesign .rd-footer__cert-title {
  display: inline-block;
  margin: 0 0 1.1rem;
  font-size: 16px;
  font-weight: 400;
  color: #031b30 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

body.vfs-redesign .rd-footer__cert-title:hover {
  color: #0a4d8c !important;
}

body.vfs-redesign .rd-footer__cert-outer {
  width: 100%;
  max-width: 922px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: 2px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

body.vfs-redesign .rd-footer__cert-grid {
  display: grid;
  grid-template-columns: repeat(10, 72px);
  grid-auto-rows: auto;
  gap: 0.5rem 0.65rem;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #f8f9fa;
}

body.vfs-redesign .rd-footer__cert-grid > li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  width: 72px;
  justify-content: center;
}

body.vfs-redesign .rd-footer__cert-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 75px;
  max-width: 72px;
  max-height: 75px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-sizing: border-box;
  text-decoration: none !important;
}

/* Cert links: no hover/focus color — beats bootstrap a:hover + .bs-footer a:hover */
body.vfs-redesign .bs-footer.rd-footer a.rd-footer__cert-card,
body.vfs-redesign .bs-footer.rd-footer a.rd-footer__cert-card:hover,
body.vfs-redesign .bs-footer.rd-footer a.rd-footer__cert-card:focus,
body.vfs-redesign .bs-footer.rd-footer a.rd-footer__cert-card:active,
body.vfs-redesign .bs-footer.rd-footer a.rd-footer__cert-card:visited {
  color: transparent !important;
  background-color: #ffffff !important;
  border-color: #e2e8f0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

body.vfs-redesign .bs-footer.rd-footer a.rd-footer__cert-card img,
body.vfs-redesign .bs-footer.rd-footer a.rd-footer__cert-card:hover img,
body.vfs-redesign .bs-footer.rd-footer a.rd-footer__cert-card:focus img,
body.vfs-redesign .bs-footer.rd-footer a.rd-footer__cert-card:active img {
  opacity: 1 !important;
  filter: none !important;
  -webkit-filter: none !important;
  mix-blend-mode: normal !important;
  transform: none !important;
}

body.vfs-redesign .rd-footer__cert-card img {
  display: block;
  width: 72px;
  height: 75px;
  object-fit: contain;
  background-color: #f8f9fa;
  pointer-events: none;
}

/* Mobile: uniform section vertical spacing */
@media (max-width: 767.98px) {
  body.vfs-redesign .CountrySelect.rd-hero,
  body.vfs-redesign .rd-why,
  body.vfs-redesign .rd-faq,
  body.vfs-redesign .rd-partners,
  body.vfs-redesign .rd-bottom-cta,
  body.vfs-redesign .bs-footer.rd-footer {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

body.vfs-redesign .vfs-main .typ-gradient {
  display: none !important;
}

body.vfs-redesign .wow {
  visibility: visible !important;
}

/* Legacy features: keep in DOM/JS, hide in redesign UI */
body.vfs-redesign #sidebar-container,
body.vfs-redesign .rd-legacy-hidden {
  display: none !important;
  visibility: hidden !important;
}
body.vfs-redesign .typ-home-section.pd-0:not(.rd-hero) {
  display: none !important;
}

/* CTA arrow â€“ ensure visible over legacy custom.css */
body.vfs-redesign .getNowBtn,
body.vfs-redesign a.getNowBtn.btn-bot {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
}
body.vfs-redesign .getNowBtn .rd-btn-ico--img,
body.vfs-redesign a.getNowBtn.btn-bot .rd-btn-ico--img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 12px !important;
  height: 9px !important;
  flex-shrink: 0 !important;
}
