.Wareus-section1{
    display: flex;
    flex-direction: column;
  /* grid-template-columns: repeat(auto-fit, minmax(16.6667vw, 1fr)); */
  gap: 0.208vw;
  margin: 0 auto;
  /* padding: 4.1250vw 3.5vw; */
  /* padding-top: 4.1250vw; */
  /* padding-right:1.0vw; */
  box-sizing: border-box;
  background-color: white;
   padding-bottom: 2vw; 
  
}
.Wareus-section1-container{
    display: flex;
    flex-direction: column;
    gap: 1.5208vw;
      background-color: #242424;
padding: 4.1250vw 3.5vw;
padding-bottom: 8vw;
}
.Wareus-section1-container h1{
 font-size: clamp(2.5rem, 5vw, 3rem);
  font-weight: 500;
  color:white;
  }
 .Wareus-section1-container p {
 /* padding-top: 1.0rem; */
  text-align: left;
   /* font-size: 1.7rem; */
  /* font-weight: 400; */
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 400;
  color:white;
  }
  .WareUs.containerleft{
    display: flex;
    flex-direction: row;
     gap: 2.5208vw;
     padding-top: 1.5208vw;
     padding-bottom: 2.5vw;
  }
  .WareUs.containerleft1{
    width:55%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-evenly; */
  }
  .WareUs.containerleft img{
    width:100%;
    /* height:auto; */
    /* height: 50vw; */
    position: relative;
    border-radius: 1vw;
  bottom: 9rem;
  right: 1.0125rem;
margin-bottom: -3.5vw;
  /* opacity: 0; Start hidden */
  /* transform: translateX(-100%); Start off-screen */
  }
  .WareUs.containerleft img.animate{
    animation: slideFromLeft 1.0s ease-out forwards;
}
@keyframes slideFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
  .stats h2 {
  font-size: clamp(3.5rem, 6vw, 3.75rem);
  font-weight: 600;
  color: #111;
  /* margin-top: -2vw; */
}

.Wareus-items {
  width:50%;
   margin-right: 5%; 
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap:1.5vw;
  /* justify-content: space-between; */
  /* flex-wrap: wrap; */
}
/* 
.Aboutus {
  display: flex;
  gap: 1.8208vw;
  flex-direction: column; */
  /* margin-right: 2vw; */
/* } */

.Wareus {
  display: flex;
  flex-direction: column;
  align-items:flex-start;
  gap: 1.5417vw;
  min-width: 50%;
}
.Wareus1 {
  display: flex;
  flex-direction: column;
  align-items:flex-start;
  gap: 1.5417vw;
  min-width: 50%;
  padding-left: 5vw;
  padding-top: 0.5vw;
}
.wareus{
    display: flex;
    flex-direction: row;
    align-items: center;
     gap: 1.0417vw;
}
.wareus h1{
    color:black;
 font-size: clamp(1.5rem, 5vw, 2rem);
  font-weight: 500;
}
.wareus svg{
  max-width: 4.17vw;
  max-height: 4.17vw;
}
.wareus svg:hover{
transform: scale(1.1);
}
.wareustext {
  display: flex;
  flex-direction: column;
  text-align: left;
  /* line-height: 1.2; */
}

.wareustext p{
    text-align: left;
  line-height: 1.4;
   font-size: 1.7rem;
  font-weight: 400;
  color:#333333;
}
.highlights{
    padding-bottom: 0vw;
}
.highlight-bar{
     padding-bottom: 4vw;
}
/* .mission-section1 {
  flex-direction: row-reverse;
} */

.mission-icon {
  float: right;
}
.hiring-section {
  background-color: #242424;
  color: white;
  padding: 2vw 5vw;
  padding-right: 0vw;
  /* font-family: 'Inter', sans-serif; */
  padding-bottom:4vw;
}

.hiring-container {
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; */
  gap: 3vw;
}

.hiring-left {
  position: relative;
  flex: 1 1 50vw;
  max-width: 50vw;
  /* border-radius: 1vw; */
  overflow: hidden;
}

.hiring-image {
  width:100%;
  height: auto;
  display: block;
  border-radius: 1vw 0vw 0vw 1vw;
  margin-right:-1vw;
}

.hiring-right {
  flex: 1 1 50vw;
  max-width: 50vw;
}

.hiring-right h2 {
  font-size: 3.25rem;
  font-weight: 600;
  margin-bottom: 1vw;
}

.hiring-right .desc {
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 2vw;
}

.hiring-right h3 {
  font-size: 1.8vw;
  margin-bottom: 2.5vw;
  font-weight: 500;
}

.hiring-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2vw 0;
}

.hiring-list li {
  font-size: 1.5vw;
  font-weight: 300;
  margin-bottom: 1.5vw;
  display: flex;
  /* align-items: center; */
  /* text-align: left; */
}

.hiring-list .dot {
  width: 0.8vw;
  height: 0.8vw;
  min-width: 0.8vw;
  min-height: 0.8vw;
  background-color: #e31e24;
  border-radius: 50%;
  margin-right: 0.8vw;
  position: relative;
  top:0.5vw;
}

.logistics-highlights {
  padding: 5vw 5vw;
  text-align: center;
  background-color: #fff;
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
}

.logistics-highlights h2 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
  color: #000;
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  row-gap: 2rem;
  justify-items: center;
  align-items: start;
}

.highlight-card {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.highlight-card img {
  width: 100%;
  /* height: 200px; */
  object-fit: cover;
  border-radius: 12px;
}

.highlight-card p {
  margin-top: 0.75rem;
  /* margin-left: 1.0rem; */
  font-size: 1.5rem;
  font-weight: 600;
  text-align: left;
  color: #000;
}
@media (max-width: 768px) {

.highlight-card {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.highlight-card p {
  margin-top: 0.75rem;
  margin-left: 0.75rem;
  font-size:2.0rem;
  font-weight: 600;
  text-align: left;
  color: #000;
}
}