@font-face {
  font-family: "Inter UI";
  src:
    url("fonts/Inter-Regular.woff2") format("woff2"),
    url("fonts/Inter-Regular.woff2") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Inter UI Bold";
  src:
    url("fonts/Inter-Bold.woff2") format("woff2"),
    url("fonts/Inter-Bold.woff2") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Inter Medium";
  src:
    url("fonts/Inter-Medium.woff2") format("woff2"),
    url("fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-family-inter: "Inter UI", sans-serif;
  --font-family-intermedium: "Inter Medium", sans-serif;
  --font-family-interbold: "Inter UI Bold", sans-serif;
}

body {
  font-size: 16px;
  font-family: var(--font-family-inter);
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
.lgtgrey1 {
  color: #929497;
}

.navbar {
  padding: 10px 0px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.navbar-expand-lg .navbar-nav {
  justify-content: center;
  align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px;
  font-size: 16px;
  color: #003060;
  font-weight: 500;
  font-family: var(--font-family-inter);
}

select.nav-link {
  border-radius: 22px;
  border: 1px solid #e1e5e9;
  font-size: 16px !important;
  color: #222428 !important;
  padding: 10px 14px !important;
}

.langselect {
  border: 1px solid #e1e5e9;
  border-radius: 20px;
  padding: 10px 20px;
  color: #222428;
  font-size: 16px;
  min-width: 110px;
}

.nav-item + .nav-item {
  padding-left: 10px;
}
a.trackapp {
  padding: 12px 18px;
  border-radius: 23px;
  background-color: #004d28;
}
a.trackapp:hover {
  text-decoration: underline;
}

.navbar-brand img {
  height: 56px;
}

.carousel-indicators {
  position: absolute;
  right: -10px;
  bottom: auto;
  left: auto;
  z-index: 2;
  display: flex;
  padding: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  transform: rotate(90deg);
  top: 48%;
}

.carousel-indicators [data-bs-target] {
  background-color: #fff;
  border-radius: 50%;
  width: 0.625rem;
  height: 0.625rem;
  opacity: 0.5;
}

.carousel-indicators .active {
  opacity: 1;
}

/* Vertical carousel */
.vertical.carousel .carousel-item-next:not(.carousel-item-start),
.vertical.carousel .active.carousel-item-end {
  transform: translateY(100%);
}

.vertical.carousel .carousel-item-prev:not(.carousel-item-end),
.vertical.carousel .active.carousel-item-start {
  transform: translateY(-100%);
}

.vertical.carousel .carousel-control-prev,
.vertical.carousel .carousel-control-next {
  width: 100%;
  height: 60px;
}

.vertical.carousel .carousel-control-prev-icon,
.vertical.carousel .carousel-control-next-icon {
  transform: rotateZ(90deg);
}

.vertical.carousel .carousel-control-next {
  top: unset;
  bottom: 0;
}

.width498 {
  max-width: 498px;
}
.welcome {
  background: #fff;
  padding: 50px 0px;
}
.welcome h2 {
  font-size: 80px;
  font-family: var(--font-family-inter);
  color: #004d28;
  line-height: normal;
}

.welcome h3 {
  font-size: 16px;
  font-family: var(--font-family-inter);
  color: #004d28;
  line-height: normal;
  font-weight: 500;
}

.welcome .gap20 {
  gap: 20px;
}

.welcome h6 {
  font-size: 32px;
  color: #000;
  font-family: var(--font-family-inter);
  font-weight: normal;
  margin-bottom: 0px;
  line-height: normal;
}

.welcome p {
  font-size: 16px;
  color: #707070;
  max-width: 565px;
  margin: 0px;
}

.apply {
  background: #004d28;
  padding: 30px 0px;
  position: relative;
  height: 85px;
  display: block;
  transition: all 0.3s ease;
  width: 100%;
}

.apply.is-fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.apply h4 {
  font-size: 22px;
  font-family: var(--font-family-intermedium);
  color: #f5f5f7;
}

.apply a.applybtn {
  background: #ffffff;
  border-radius: 20px;
  padding: 10px 40px;
  color: #004d28;
  text-decoration: none;
}

.howtoapply {
  padding-top: 100px;
}

.howtoapply h2 {
  font-size: 45px;
  font-weight: normal;
  color: #000000;
  margin-bottom: 50px;
}
.howtoapply .greybg {
  background: #f5f5f7;
  border-radius: 20px;
  padding: 50px 0px;
}

.howtoapply .greybg .numbers {
  font-size: 50px;
  font-weight: bold;
  color: #004d28;
  margin: 0px;
  line-height: normal;
}
.howtoapply .greybg span {
  font-size: 18px;
  color: #004d28;
  font-weight: normal;
}
.howtoapply .greybg .gap50 {
  gap: 50px;
}
.howtoapply .greybg h4 {
  font-size: 28px;
  font-weight: normal;
  color: #000000;
}
.howtoapply .greybg p {
  font-size: 20px;
  color: #707070;
  font-weight: normal;
  margin: 0px;
}
.howtoapply .greybg hr {
  background: rgba(0, 0, 0, 0.2);
  margin: 40px 0px;
}

.purpose {
  padding-top: 100px;
}

.purpose h2 {
  font-size: 45px;
  font-weight: normal;
  color: #000000;
  margin-bottom: 20px;
}
.purpose p {
  font-size: 18px;
  color: #707070;
  margin-bottom: 50px;
}

.purpose .greybg {
  padding: 20px;
  border-radius: 20px;
  background: #f8f8ff;
}
.purpose .greybg h3 {
  font-size: 28px;
  font-family: var(--font-family-inter);
  color: #302681;
  margin: 0px;
}
.purpose .greybg .gap20 {
  gap: 20px;
}
.purpose .greybg p {
  font-size: 16px;
  color: #707070;
}
.purpose .greybg a {
  color: #302681;
  text-decoration: underline;
  font-size: 16px;
}
.purpose .greybg a:hover {
  text-decoration: none;
}

.visawaiver {
  padding-top: 100px;
  padding-bottom: 50px;
}

.visawaiver h2 {
  font-size: 45px;
  font-weight: normal;
  color: #000000;
  margin-bottom: 20px;
}
.visawaiver .grbg {
  background: #f0fff8;
  border-radius: 45px;
  padding: 20px;
  max-width: 500px;
  margin: auto;
}
.visawaiver .grbg2 {
  background: #f0fff8;
  border-radius: 45px;
  padding: 20px;
  max-width: 900px;
  margin: auto;
}
.visawaiver .grbg1 {
  background: #f0fff8;
  border-radius: 20px;
  padding: 30px;
}
.visawaiver h4 {
  font-size: 24px;
  color: #000;
}
.visawaiver .grbg1 .gap10 {
  gap: 10px;
}
.visawaiver .grbg1 h3 {
  font-size: 20px;
  color: #000;
  margin: 0px;
}
.visawaiver .grbg1 p {
  font-size: 16px;
  color: #707070;
  margin: 0px;
}
.visawaiver .grbg1 a {
  color: #004d28;
  text-decoration: underline;
}
.visawaiver .grbg1 a:hover {
  text-decoration: none;
}
.visawaiver p {
  font-size: 18px;
  color: #707070;
  margin-bottom: 50px;
}
.visawaiver h5 {
  font-size: 18px;
  color: #004d28;
  margin: 0px;
  text-transform: capitalize !important;
}
.visawaiver .flaghold p {
  font-size: 16px;
  color: #707070;
  margin: 0px;
}
.visawaiver .gap10 {
  gap: 10px;
}

.topdesti {
  padding-top: 100px;
}

.topdesti h2 {
  font-size: 45px;
  font-weight: normal;
  color: #000000;
  margin-bottom: 50px;
}
.topdesti h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.topdesti p {
  font-size: 18px;
  font-weight: normal;
  margin: 0px;
  color: #707070;
}
.faqs {
  padding-top: 100px;
  padding-bottom: 100px;
}
.faqs h2 {
  font-size: 45px;
  font-weight: normal;
  color: #000000;
  margin-bottom: 50px;
}
.faqs .viewall {
  background: #004d28;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
}
.faqs .accordion-item {
  border-bottom: 0.2px solid #000000;
  padding: 10px 0px;
}
.faqs .accordion-item h2 {
  font-size: 24px;
  font-weight: 500;
  color: #132649;
  margin-bottom: 0px;
}
.faqs .accordion-button:not(.collapsed) {
  background: transparent;
}
.faqs .accordion-button {
  font-size: 18px;
  color: #000;
}
.faqs .accordion-body {
  font-size: 16px;
  color: #707070;
  padding-bottom: 10px;
}
.faqs .accordion-body ul {
  margin: 0px;
  padding: 0px;
}
.faqs .accordion-body ul li {
  font-size: 16px;
  color: #707070;
  margin-left: 20px;
  padding-bottom: 10px;
}
.faqs a {
  color: #004d28;
  text-decoration: underline;
}
.faqs a:hover {
  text-decoration: none;
}
.entryfees {
  padding: 50px 0px;
}
.entryfees h2 {
  font-size: 45px;
  color: #000;
  margin-bottom: 50px;
}
.entryfees .crvbox {
  border-radius: 20px;
  border: 1px solid #004d28;
  text-align: center;
  padding: 30px;
}
.entryfees .crvbox h3 {
  font-size: 24px;
  color: #004d28;
}
.entryfees .crvbox p {
  font-size: 16px;
  color: #707070;
}
.entryfees .crvbox a {
  background: #004d28;
  border-radius: 22px;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  text-decoration: none;
  max-width: 140px;
  display: inline;
  margin: auto;
}
.entryfees .crvbox a:hover {
  text-decoration: underline;
}
footer {
  background-color: rgb(248, 249, 250);
  padding: 50px 0px 0px;
}
ul.firstfoot {
  margin: 0px 0px 20px;
  padding: 0px;
  text-align: center;
}
ul.firstfoot li {
  display: inline-block;
  padding-right: 30px;
  list-style: none;
}

ul.firstfoot li a {
  font-size: 16px;
  font-weight: 400;
  color: #132649;
}
ul.firstfoot li a:hover {
  text-decoration: none;
}
ul.scdfoot {
  text-align: center;
  margin: 0px 0px 20px;
  padding: 0px 0px 20px 0px;
  border-bottom: 0.2px solid #000000;
}
ul.scdfoot li {
  display: inline-block;
  padding-right: 30px;
  list-style: none;
}
ul.scdfoot li a {
  font-size: 14px;
  line-height: 20px;
  color: #707070;
}
ul.scdfoot li a:hover {
  text-decoration: none;
}
.footer-bottom {
  color: #707070;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.pothead {
  background: #f5f5f7;
  height: 60px;
  display: flex;
  align-items: center;
}

.pothead h3 {
  font-size: 14px;
  font-weight: normal;
  color: #707070;
  margin: 0px;
}
.pothead h3 a {
  color: #707070;
  text-decoration: none;
}
.pothead h3 a:hover {
  text-decoration: underline;
}
.visadetail h2 {
  font-size: 32px;
  font-weight: 500;
  color: #004d28;
  font-family: var(--font-family-intermedium);
}
h2.accordion-header {
  font-size: 20px !important;
  color: #000 !important;
  font-weight: normal !important;
  font-family: var(--font-family-inter);
}
.visadetail p {
  font-size: 16px;
  font-weight: normal;
  color: #707070;
}

.visadetail h3 {
  font-size: 24px;
  font-weight: normal;
  color: #000000;
}

.visadetail h4 {
  font-size: 18px;
  color: #000;
}
.visadetail h5 {
  font-size: 16px;
  color: #302681;
}
.visadetail a.viewdetails {
  color: #000000;
  font-size: 16px;
  text-decoration: underline;
}
.visadetail a.viewdetails:hover {
  text-decoration: none;
}
.visadetail hr {
  margin: 30px 0px;
  border-top: 0.2px solid #000;
}
.visadetail ul {
  margin: 0px;
  padding: 0px;
}
.visadetail ul li {
  font-size: 16px;
  color: #004d28;
  margin-left: 20px;
  margin-bottom: 10px;
}
.visadetail .grbg {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
}
.visadetail .blbg {
  background: #f8f8ff;
  border-radius: 10px;
  padding: 20px;
}
.visadetail .blbg p {
  font-size: 18px;
  color: #000;
}
.visadetail .grbg p {
  color: #000;
}

.visadetail h5 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

.visadetail h4 {
  font-size: 18px;
  font-weight: normal;
  color: #000000;
}

.visadetail .gap10 {
  gap: 10px;
}
.visadetail .accordion-item {
  border: none;
}
.visadetail .accordion-button {
  background: #f9f9f9;
  border-radius: 10px;
}
.visadetail .accordion-button {
  font-size: 20px;
  font-family: var(--font-family-inter);
  color: #000000;
}
.visadetail .accordion-header {
  margin-bottom: 10px;
}
.visadetail .accordion-body {
  padding-top: 0px;
  color: #707070;
  font-size: 16px;
}
.visadetail .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.visadetail .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.visadetail .grfrmbg {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.visadetail .grfrmbg .reset a {
  font-size: 16px;
  color: #000;
  text-decoration: underline;
}
.visadetail .grfrmbg .reset a:hover {
  text-decoration: none;
}
.visadetail .grfrmbg .linehold ul {
  display: flex;
  padding: 0;
  margin: 0;
}

.visadetail .grfrmbg .linehold ul li {
  list-style: none;
  flex: 1;
  position: relative;
  text-align: center;
  font-size: 12px;
  color: #302681;
  min-width: 50px;
  margin-right: 10px;
  margin-left: 0px;
}

/* progress line background */
.visadetail .grfrmbg .linehold ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #d9d9d9;
  border-radius: 5px;
  z-index: 0;
}

/* active progress */
.visadetail .grfrmbg .linehold ul li.active::before {
  background: #302681;
}

/* label */
.visadetail .grfrmbg .linehold ul li span {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 18px;
}

/* optional hide inactive text */
.visadetail .grfrmbg .linehold ul li:not(.active) span {
  display: none;
}
.visadetail .grfrmbg .question {
  font-size: 16px;
  color: #000;
}

.visadetail .grfrmbg .answer input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 0.5px solid #000;
  border-radius: 50%; /* makes it circle */
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  color: #000;
}

/* checked state */
.visadetail .grfrmbg .answer input[type="radio"]:checked {
  background-color: #302681;
}

/* inner dot when checked */
.visadetail .grfrmbg .answer input[type="radio"]:checked::after {
  content: "";
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.visadetail .grfrmbg a.next {
  padding: 10px 40px;
  border-radius: 23px;
  background-color: #302681;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
.visadetail .grfrmbg a.next:hover {
  text-decoration: underline;
}
.visadetail .grfrmbg a.back {
  font-size: 18px;
  color: #302681;
  text-decoration: none;
}
.visadetail .grfrmbg a.back:hover {
  text-decoration: underline;
}
.visadetail .grfrmbg .next.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.visanav {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 20px;
}
.visanav .wtbg {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
.visanav .gap10 {
  gap: 10px;
}
.visanav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.visanav ul li {
  margin-bottom: 20px;
  padding-left: 15px;
}
.visanav ul li:last-child {
  margin-bottom: 0px;
}
.visanav ul li p {
  font-size: 18px;
  color: #707070;
}
.visanav ul li p a {
  color: #707070;
  text-decoration: none;
}
.visanav ul li.active {
  background: #fff;
  border-radius: 26px;
  padding: 15px;
}
.visanav ul li.active p a {
  color: #004d28;
}
.visanav ul li p a:hover {
  text-decoration: underline;
}
.visanav h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}
/* footer {
    margin-top: 50px;
} */
.notice {
  padding: 20px 0px;
  background: #ffeef2;
  transition: opacity 0.6s ease;
}
.notice .copy {
  font-size: 15px;
  color: #000000;
}
.contactus .grbg {
  background: #fafafa;
  border-radius: 20px;
  padding: 30px;
}
.contactus h2 {
  font-size: 45px;
  color: #000;
  margin-bottom: 30px;
}
.contactus .grbg h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}
.contactus .grbg h4 {
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}
.contactus .grbg p {
  color: #707070;
  font-size: 16px;
}
.contactus .grbg a {
  color: #004d28;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.contactus .grbg a:hover {
  text-decoration: underline;
}
.contactus .grbg ul {
  margin: 0px;
  padding: 0px;
}
.contactus .grbg ul li {
  margin-left: 20px;
  color: #707070;
  font-size: 16px;
}
.accinfo .accordion-body a {
  color: #004d28;
  text-decoration: underline;
}
.accinfo .accordion-body a:hover {
  text-decoration: none;
}
.accinfo .accordion-item {
  background: #f9f9f9;
  border-radius: 20px;
  margin-bottom: 20px;
}
.accordion-body a {
  color: #004d28;
  text-decoration: underline;
}
.accordion-body a:hover {
  text-decoration: none;
}
.resetcont a {
  color: #004d28;
  text-decoration: underline;
  font-size: 16px;
  padding-left: 20px;
}
.resetcont a:hover {
  text-decoration: none;
}
.appluvisabutton {
  margin-bottom: 50px;
}
.hmcontact {
  padding: 100px 0px 0px 0px;
}
.hmcontact h2 {
  font-size: 45px;
  color: #000;
  margin-bottom: 50px;
}
.hmcontact .greybg {
  background: #fafafa;
  border-radius: 20px;
  max-width: 856px;
  margin: auto;
  padding: 30px;
  text-align: center;
}
.hmcontact .greybg h3 {
  font-size: 24px;
  color: #000;
}
.hmcontact .greybg p {
  max-width: 650px;
  color: #707070;
  margin: auto;
}
.hmcontact .greybg p a {
  color: #004d28;
  text-decoration: none;
}
.hmcontact .greybg p a:hover {
  text-decoration: underline;
}
.hmcontact .greybg p.fontmed {
  font-weight: 500;
  color: #004d28;
}
.wtbg .menu-container {
  width: 100%;
}
.wtbg .menu-container .btn-primary {
  background: transparent;
  border-radius: 0px;
  border: none;
  font-size: 18px;
  color: #004d28;
  font-weight: 500;
  border-bottom: 0.2px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}

.wtbg .menu-container .collapse-arrow {
  color: #000;
}
.wtbg .menu-container .card-body {
  padding: 0px;
  border: none;
  margin-bottom: 20px;
  border-bottom: 0.2px solid #000;
  border-radius: 0px;
}
.wtbg .menu-container .card-body ul li {
  margin-bottom: 10px;
  padding-left: 0px;
  margin-left: 0px;
}
.wtbg .menu-container .card-body .dropdown-item {
  font-size: 18px;
  font-weight: normal;
  color: #707070;
}
.wtbg .menu-container .card-body .dropdown-item.active {
  color: #004d28;
  font-weight: 500;
}
.wtbg .menu-container .card-body hr {
  margin: 20px 0px 15px 0px;
}
.tablegreybg {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 40px 30px;
}
.tablegreybg .table {
  margin-bottom: 0px;
}
.tablegreybg .table > :not(caption) > * > * {
  background-color: transparent;
}
.tablegreybg .table th {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-align: center;
}
.tablegreybg .table td {
  font-size: 16px;
  font-weight: normal;
  color: #707070;
  text-align: center;
  border-bottom: none;
}
.visatabgrey {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 20px;
}
.visatabgrey .table > :not(caption) > * > * {
  background-color: transparent;
}
.visatabgrey th {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.visatabgrey td {
  font-size: 16px;
  font-weight: normal;
  color: #707070;
}
.visatabgrey td.black {
  font-size: 16px;
  font-weight: normal;
  color: #004d28;
}
.feedback p {
  color: #707070;
}
.feedback .grbg {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 30px;
}
.feedback .grbg h3 {
  font-size: 26px;
  color: #000;
  font-weight: normal;
  margin-bottom: 0px;
}
.feedback .grbg .gap20 {
  gap: 20px;
}
.feedback .grbg a {
  color: #004d28;
  text-decoration: underline;
}
.feedback .grbg a:hover {
  color: #004d28;
  text-decoration: none;
}
.feedback .grbg ol {
  margin: 0px;
  padding: 0px;
}
.feedback .grbg ol li {
  font-size: 16px;
  color: #707070;
  margin-left: 20px;
  padding-bottom: 10px;
}
.feedback .grbg ol li:last-child {
  padding-bottom: 0px;
}
@media (max-width: 600px) {
  .visadetail .grfrmbg .question {
    padding-bottom: 20px;
  }
  .contactus h2 {
    font-size: 38px;
  }
  .navbar-brand img {
    height: 36px;
  }
  .hidemobile {
    display: none;
  }

  .hmsubhead {
    margin-top: 20px;
  }
  .welcome h3 {
    font-size: 20px;
  }
  .welcome h6 {
    font-size: 30px;
  }
  .welcome h2 {
    font-size: 45px;
  }
  .apply {
    height: auto;
  }
  .apply h4 {
    font-size: 20px;
  }
  .apply .d-flex {
    display: block !important;
  }
  .apply a.applybtn {
    margin-top: 20px;
    display: inline-block;
  }
  .howtoapply h2 {
    font-size: 35px;
  }
  .howtoapply {
    padding-top: 50px;
  }
  .howtoapply .greybg .numbers {
    font-size: 40px;
  }
  .howtoapply .greybg {
    padding: 20px;
  }
  .howtoapply .greybg .gap50 {
    gap: 20px;
  }
  .howtoapply .greybg h4 {
    font-size: 24px;
  }
  .howtoapply .greybg p {
    font-size: 16px;
  }
  .purpose h2 {
    font-size: 35px;
  }
  .visawaiver h2 {
    font-size: 35px;
  }
  .topdesti h2 {
    font-size: 35px;
  }
  .topdesti {
    padding-top: 50px;
  }
  .faqs h2 {
    font-size: 35px;
  }
  .faqs h3 {
    font-size: 28px;
  }
  .brand-para-md a {
    color: #302681;
    text-decoration: underline;
    font-size: 16px;
  }
  .visawaiver .grbg.d-flex {
    display: block !important;
  }
  .visawaiver .grbg {
    text-align: center;
  }
  .visawaiver .grbg img {
    margin-bottom: 10px;
    text-align: center;
  }
  .noticebutton {
    display: block;
    text-align: center;
    padding-top: 20px;
  }
  .carousel-indicators {
    right: -10px;
    color: #fff;
  }
  .carousel-indicators [data-bs-target] {
    background-color: #fff;
  }
  .welsearch .btn-outline-secondary {
    width: 200px;
  }
  .visawaiver .grbg2 {
    max-width: 100%;
  }
  .visawaiver .grbg2.d-flex {
    display: block !important;
    text-align: center;
  }
  .visawaiver .grbg2 img {
    margin-bottom: 10px;
    width: 210px;
  }
}
.navbar-toggler {
  border: none;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  filter: invert(1); /* if navbar background is dark */
}

/* Track Application button */
.trackapp {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 600;
  background-color: #0056b3; /* adjust brand color */
  color: #fff !important;
  border-radius: 6px;
  min-height: 48px; /* proper tap size */
  white-space: nowrap;
}

/* Remove Bootstrap link spacing restrictions */
.navbar-nav .nav-link.trackapp {
  padding-left: 22px;
  padding-right: 22px;
}

/* Mobile: make it full width */
@media (max-width: 991px) {
  .navbar-collapse {
    padding-top: 15px;
  }

  .navbar-nav {
    width: 100%;
  }

  .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-nav .nav-link.trackapp {
    width: 100%;
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.partner-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 30px 20px;
  background-color: #f3f3f3;
  text-align: center;
}

/* Each Item */
.partner-item img {
  width: 80px;
  height: 86px;
  object-fit: contain; /* keeps logo proportions */
  display: block;
  margin: 0 auto; /* keeps image centered */
}

.partner-item a {
  display: block;
  text-decoration: underline;
  color: #0b5c5c;
  font-size: 18px;
}

.partner-item a:hover {
  color: #063c3c;
}
body {
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  .welcome h2 {
    font-size: 55px;
  }

  .welcome h6 {
    font-size: 28px;
  }

  .howtoapply h2,
  .purpose h2,
  .visawaiver h2,
  .topdesti h2,
  .faqs h2,
  .entryfees h2,
  .hmcontact h2 {
    font-size: 38px;
  }
}
#viewMoreBtn {
  background: #005a2b;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 14px 34px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  min-width: 170px;
  height: 62px;
  transition: all 0.3s ease;
}

#viewMoreBtn:hover {
  background: #004a24;
  color: #fff;
}

#viewMoreBtn:focus {
  box-shadow: none;
}
