.main-about-bg {
  background:linear-gradient(to top, rgba(1, 11, 52, 0) 0%, rgba(1, 11, 52, 0) 59%, rgba(1, 11, 52, 0.65) 100%),url(../images/faq_header_image.webp) no-repeat;
  
  
}

.stat-icon img {
  width: 92px;
}

.stats-row {
  position: relative;
  z-index: 1;
  margin-top: -76px;
  background-color:#010b34b3;
  border-radius: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding-bottom: 0;
  color: #fff !important;
}

.stat-content h4,
.stat-content p {

  color: #fff;
  font-size: 14px;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 9px;
}

.about {
  padding: 80px;
}

.badge {
  display: inline-block;
  background: linear-gradient(to right, #E5CD61, #FCF793, #DBB75F);
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 20px;
}

.title {
  font-size: 28px;
  font-weight: bold;
  margin-top: 10px;
}

.title span {
  color: #1E3A8A;
  text-decoration: underline;
}


.steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.step {
  background: white;
  padding: 10px;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
}

.step p {
  font-size: 18px;
  font-weight: 700;
}

.step-number {
  background: url(../images/arrow.png) no-repeat;
  color: white;
  font-size: 21px;
  font-weight: bold;
  padding: 27px 28px;
  /* border-radius: 50%; */
  display: inline-block;
  margin-bottom: 10px;

}

.step-number img {
  max-width: 71%;
}
.about-4 {
  padding: 80px;
}


.services
{
padding: 50px;
}




.accordion-item {
    border: none;
    border-radius: 15px;
    margin-bottom: 15px;
    background-color: #1E5DBE;
    color: white;
    padding: 20px;
  }

  .accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }

  .icon-circle {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1E5DBE;
    font-size: 24px;
    margin-right: 15px;
  }

  .accordion-title {
    flex-grow: 1;
  }

  .plus-btn {
    background: white;
    border: none;
    border-radius: 6px;
    width: 36px;
    height: 36px;
    font-size: 24px;
    color: #1E5DBE;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .accordion-body {
    margin-top: 15px;
    font-size: 15px;
  }

  .requirements {
    border-top: 1px solid #fff;
    padding-top: 10px;
    margin-top: 10px;
  }

  .btn-apply {
    background: linear-gradient(to right, #E5CD61, #FCF793, #DBB75F);
    color: #000;
    border: none;
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: 600;
    float: right;

  top: -35px;
  position: relative;

  }
@media only screen and (max-width: 770px) {
  .about {
      padding: 38px;
  }
  .visa_box {
      padding: 23px;
  }
}