@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Roboto", sans-serif !important;
}

.visa_apply_cont {
  margin-top: 70px;
}

.visa_apply_inner {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}

.visa_apply_head {
  margin-top: 0;
  position: relative; /* needed if you want to position ::after */
}

.visa_apply_head::after {
  content: "";
  width: 10%;
  height: 2px;
  background-color: #5057ea;
  display: inline-block;
  position: absolute;
}

.visa_apply_head h3 {
  margin: 0px 0px 4px 0px;
}

.visa_apply_box {
  text-align: center;
  background: #fafafa;
  padding: 7px 10px;
  border-radius: 10px;
  line-height: 40px;
  border: 2px solid #eeeeee;
  display: flex;
  gap: 9px;
  align-items: anchor-center;
}

.visa_apply_box p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 15px;
}

.visa_apply_box img {
  /* width: 30%; */
  height: 24px;
}

.trust_bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0px;
  border: 2px solid #e3e3ef;
  border-radius: 10px;
  padding: 7px 0px;
  background: #5057ea0a;
}
.rate {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.rate h3 {
  font-size: 36px;
  margin: 0;
}

.rate img {
  height: 60px;
}

.lft_leave {
  transform: rotateY(185deg);
}

.trust_text h3 {
  font-size: 21px;
  margin-top: 10px;
  font-weight: 500;
}

.trust_text h4 {
  font-size: 13px;
  font-weight: 500;
  color: #8d8d8d;
}

.reject_cont {
  margin-top: 60px;
}

.reject_box {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #e2e2e2;
  margin: 20px 0px;
  padding: 10px 0px;
}

.reject_box img {
  height: 40px;
}

.reject_box h5 {
  margin: 0;
  font-size: 20px;
  text-decoration: underline 1px;
}

.reject_box div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reject_box div p {
  margin-bottom: 0;
}

.highlight_bar {
  background: #5057ea;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 20px;
  color: white;
  font-weight: 400;
  font-size: 14px;
  margin-top: 10px;
}

.highlight_bar h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}

.info_cont {
  margin-top: 60px;
}

.info_box {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fbfbfb;
  padding: 5px 0px;
  border-radius: 8px;
  /* border: 2px solid #f1f1f1; */
}

.info_box img {
  height: 36px;
  background-color: #5d67dc29;
  padding: 6px;
  border-radius: 8px;
}

.info_inner .info_box:nth-child(2) img {
  background-color: #d6418826;
}

.info_inner .info_box:nth-child(3) img {
  background-color: #37d67224;
}

.info_inner .info_box:nth-child(4) img {
  background-color: #794cd12e;
}

.info_inner .info_box:nth-child(5) img {
  background-color: #4488e32b;
}

.info_text p {
  margin: 0;
  line-height: 20px;
  font-size: 15px;
}

.info_text p:nth-child(2) {
  color: black;
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
}

.info_inner {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px 50px;
}

.destinations {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.card {
  position: relative;
  height: 220px;
  border-radius: 16px;
  overflow: hidden;
}

.card.large {
  grid-column: span 2;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.1),
    transparent
  );
}

.card span {
  position: absolute;
  bottom: 14px;
  left: 14px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  z-index: 2;
}

.mtop_40 {
  margin-top: 40px;
}

.partner_box {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

.partner_box img {
  height: 100px;

  box-shadow: 1px 1px 12px #e4e4e4;

  padding: 10px;

  border-radius: 10px;
}

.approval_bar {
  background: #5057ea;
  display: inline-flex;
  margin-top: 10px;
  border-radius: 100px;
  align-items: center;
  padding: 2px 20px;
  gap: 0px 10px;
}

.approval_bar img {
  height: 20px;
}

.approval_bar h4 {
  color: white;
  /* padding: 0px 20px; */
  font-size: 16px;
}

.info_cont h6 {
  font-size: 15px;
  color: #262626;
  font-weight: 400;
  margin-top: 20px;
  line-height: 22px;
}

.faqs .visa_apply_head {
  margin-bottom: 20px;
}
