
main {
  margin-top: 80px;
  /* background: url("../assets/img/Asset3.png") no-repeat center top; */
  /* background-size: cover; */
}

.aboutus-container {
  max-width: 1320px;
  background-color: #f9f9f9;
  padding: 20px;
  min-height: 100vh;
  margin: 0 auto;
  border-radius: 40px;
  padding: 40px 60px;
}

.more-about-txt {
  -webkit-text-fill-color: #010A26;
  color: #010A26 !important;
}

.show {
  opacity: 1;
  transform: translateY(0);
}

.main-container {
  margin: 0 auto;
  border-radius: 8px;
  /* margin-top: 40px; */
  margin-bottom: 40px;
}

.main-title {
  font-size: 40px;
  color: #010a26;
  margin-bottom: 20px;
  text-align: left;
  font-weight: 500;
}

.main-title-gradient {
  background: linear-gradient(90deg, #372cff, #e83338);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.aboutus-text {
  font-size: 20px;
  color: #010A26;
  line-height: 1.6;
  margin-top: 20px;
}

.aboutus-stats {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 160px;
}

.aboutus-stats-item {
  margin-top: 80px;
  text-align: center;
}

.aboutus-stats-item .about-stats-number {
  font-size: 36px;
  color: #e83338;
  font-weight: 600;
  margin-bottom: 10px;
}

.aboutus-stats-item .aboutus-stats-label {
  font-size: 20px;
  color: #010A26;
  font-weight: 500;
}

.whyus-container {
  margin-top: 80px;
  text-align: left;
  font-size: 30px;
  color: #010a26;
}

.whyus-item {
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.whyus-item-number {
  font-size: 32px;
  color: #e83338;
  font-weight: 600;
  margin-right: 16px;
}
.whyus-item-text {
  font-size: 16px;
  line-height: 1.6;
}

.whyus-text-span {
  font-weight: 600;
  color: #010a26;
  font-size: 16px;
}

.aboutus-story {
  max-width: 1320px;
  background-color: #f9f9f9;
  margin: 0 auto;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 10px;
  padding: 40px 20px;
}

.story-container {
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 650px;
}

.story-cards {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 10px;
}

.story-card {
  background-color: #d9d9d9;
  border-radius: 12px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 40px;
  text-align: left;
  flex: 1;
  transition: transform 0.3s, box-shadow 0.3s;
}

.story-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.story-card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  gap: 10px;
}

.story-card-header h2 {
  font-size: 32px;
  font-weight: 600;
  color: #010a26;
}

.story-card-header .img {
  width: 24px;
  height: 24px;
  font-weight: 600;
  margin-right: 5px;
  color: #010a26;
}

.story-card-body {
  font-size: 16px;
  line-height: 1.6;
  color: #010a26;
}

.story-card-body p {
  margin-top: 20px;
  text-align: justify;
}

.mission-container {
  max-width: 1135px;
  background-color: transparent;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mission-title {
  background: linear-gradient(90deg, #372cff, #e83338);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
}

.mission-container .mission-text {
  font-size: 20px;
  color: white;
  line-height: 1.6;
  margin-top: 20px;
  text-align: center;
}

.mission-button {
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
  border: 1px solid white;
  border-radius: 24px;
  margin-bottom: 40px;
  cursor: pointer;
}

.open-position-details {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
}

.open-position-card {
  background-color: transparent;
  border-radius: 40px;
  border: 1px solid #00d8ff;
  box-shadow: inset 0 0 0 #00d8ff, inset 0 0 42px rgba(0, 216, 255, 0.4);
  padding: 60px;
  text-align: left;
  transition: transform 0.3s, box-shadow 0.3s;
  margin-bottom: 20px;
  max-width: 420px;
  height: 360px;
  color: white;
}

.open-position-card-desc {
  font-size: 16px;
  line-height: 1.6;
  color: white;
  margin-top: 20px;
  text-align: justify;
  border-bottom: 1px solid white;
  padding-bottom: 20px;
}

.open-position-card-role {
  font-size: 20px;
  font-weight: 600;
}

.open-position-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

.open-position {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1320px;
  margin: 0 auto;
  border-top: 1px solid white;
  margin-top: 80px;
  margin-bottom: 20px;
}

.open-position-button {
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
  border: 1px solid white;
  border-radius: 24px;
  cursor: pointer;
}

.open-position-content {
  font-size: 16px;
  line-height: 1.6;
  color: white;
  margin-top: 30px;
  max-width: 400px;
}

/* Responsive Design */


@media (max-width: 1024px) {
    .aboutus-container,
  .whyus-container,
  .aboutus-story,
  .mission-container,
  .open-position,
  .open-position-details {
    max-width: 90%;
    margin: 0 auto;
  }

  .main-title {
    font-size: 32px;
  }

  .story-cards {
    flex-direction: column;
    gap: 20px;
  }
  .open-position{
    
      margin-top: 80px;
  }

  .open-position-details {
    justify-content: space-around;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {

   .whyus-container, .mission-container{
    margin-top: 100px;
  }

  .aboutus-container {
  padding: 20px;
}

  .aboutus-story{
    margin-top: 20px;
  }

  .main-title {
    font-size: 28px;
  }

  .open-position-details{
    margin-top: 50px;
  }

  .open-position-card {
    padding: 40px;
    height: auto;
  }

  .mission-container {
    padding: 0 20px;
  }

  .open-position {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

   .services-main-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {

  .main-title {
    font-size: 24px;
  }

  .story-card {
    padding: 20px;
  }

  .mission-title {
    font-size: 32px;
  }

   .aboutus-stats{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}