@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: 0.938rem 0rem;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.04);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.04);
}
.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: bold;
    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;
}

.nav-item + .nav-item {
    padding-left: 10px;
}
a.trackapp {
    background: #005F6A;
    color: #FFF;
    border-radius: 20px;
    padding: 10px 20px;
    text-decoration: none;
}
a.trackapp:hover {
    text-decoration: underline;
}

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

.carousel-indicators {
    position: absolute;
    right: -50px;
    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: #005F6A;
    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: #F5F5F7;
    padding: 50px 0px;
}
.welcome h2 {
    font-size: 80px;
    font-family: var(--font-family-intermedium);
    color: #005F6A;
    line-height: normal;
}

.welcome h3 {
    font-size: 24px;
    font-family: var(--font-family-intermedium);
    color: #005F6A;
    line-height: normal;
}

.welcome .gap20 {
    gap: 20px;
}

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

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

.apply {
    background: #005F6A;
    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: #F5F5F7;
    border-radius: 20px;
    padding: 10px 40px;
    color: #005F6A;
    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: #005F6A;
    margin: 0px;
}
.howtoapply .greybg span {
    font-size: 18px;
    color: #005F6A;
    font-weight: normal;
}
.howtoapply .greybg .gap50{
    gap: 50px;
}
.howtoapply .greybg h4 {
    font-size: 28px;
    font-weight: normal;
    color: #000000;
}
.howtoapply .greybg p {
    font-size: 18px;
    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: 50px;
}

.purpose .greybg {
    padding: 20px;
    border-radius: 20px;
    background-image: radial-gradient(circle at 100% 100%, rgba(197, 249, 255, 0), #fafafa 53%);
}
.purpose .greybg h3 {
    font-size: 20px;
    font-family: var(--font-family-intermedium);
    color: #005F6A;
    margin: 0px;
}
.purpose .greybg .gap20 {
    gap: 20px;
}
.purpose .greybg p {
    font-size: 16px;
    color: #707070;
}
.purpose .greybg a {
    color: #005F6A;
    text-decoration: underline;
    font-size: 16px;
}
.purpose .greybg a:hover {
    text-decoration: none;;
}

.visawaiver {
    padding-top: 50px;
}

.visawaiver h2 {
    font-size: 45px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 50px;
}
.visawaiver .grbg {
    background: #F5F5F7;
    border-radius: 45px;
    padding: 20px;
    max-width: 800px;
    margin: auto;
}
.visawaiver p {
    font-size: 18px;
    color: #707070;
    margin: 0px;
}
.visawaiver h5 {
    font-size: 18px;
    color: #132649;
    margin: 0px;
}
.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: 32px;
    font-weight: 500;
    color: #005F6A;
    margin-bottom: 5px;
}
.topdesti p {
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
    color: #707070;
}
.faqs {
    padding-top: 100px;
}
.faqs h2 {
    font-size: 45px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 50px;
}
.faqs .viewall {
    background: #005F6A;
    color: #FFF;
    font-size: 18px;
    font-weight: normal;
    border-radius: 20px;
    padding: 10px 20px;
    text-decoration: none;
}

footer {
    background-color: rgb(248, 249, 250);
    padding: 50px 0px;
}
ul.firstfoot {
    margin: 0px 0px 30px;
    padding: 0px;
}
ul.firstfoot li {
    display: inline-block;
    padding-right: 30px;
    list-style: none;
}

ul.firstfoot li a {
    font-size: 16px;
    font-weight: 400;
    color: rgb(3, 27, 48);
}
ul.scdfoot {
    margin: 0px 0px 10px;
    padding: 0px;
}
ul.scdfoot li {
    display: inline-block;
    padding-right: 30px;
    list-style: none;
}
ul.scdfoot li a {
    font-size: 14px;
    line-height: 20px;
    color: rgb(98, 112, 124);
}
.footer-bottom {
    color: rgb(98, 112, 124);
    font-size: 14px;
    line-height: 20px;
}

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

.pothead h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin: 0px;
}
.visadetail h2 {
    font-size: 30px;
    font-weight: 500;
    color: #005F6A;
}

.visadetail p {
    font-size: 16px;
    font-weight: normal;
    color: #707070;
}

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

.visadetail .grbg {
    background: #F9F9F9;
    padding: 20px;
    border-radius: 10px;
}

.visadetail .grbg p {
    color: #000;
}

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

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

.visadetail .gap10 {
    gap: 10px;
}

.visanav {
    background: #F5F5F5;
    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 p a:hover {
    text-decoration: underline;
}
footer {
    margin-top: 50px;
}
.notice {
    padding: 20px 0px;
    background: #FDBE53;
    transition: opacity 0.6s ease;
}
.notice .copy{
    font-size: 15px;
    color: #000000;
}
@media (max-width: 600px) {
    .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;
   }
   .topdesti h3 {
    font-size: 28px;
   }
   .faqs h2 {
    font-size: 35px;
   }
   .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;
   }
}
.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 {
        font-size: 38px;
    }

}
