.main-section {
  width: 100%;
  min-height: 880px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 0;
  position: relative;
}
.air {
  background: url("../images/Air\ Transport.svg") no-repeat center;
}
.MARITIME {
  background: url("../images/Maritime\ Transport.svg") no-repeat center;
      background-size: cover;
}
.ROAD{
   background: url("../images/ROAD\ TRANSPORT\ Services.svg") no-repeat center;

}
.ROAD h1{
      text-shadow: 7px 6px 7px #000;

}
.ROAD p{
  
      text-shadow: 7px 6px 7px #000;

}
.CUSTOMS{
   background: url("../images/CUSTOMS\ BROKERAGE\ Services.svg") no-repeat center;
}
.PROJECT{
   background: url("../images/PROJECT.svg") no-repeat center;
}
.WAREHOUSING{
     background: url("../images/WAREHOUSING\ SOLUTIONS.svg") no-repeat center;

}
.INSURANCE{
     background: url("../images/INSURANCE-page.svg") no-repeat center;

}
.main-section > div:first-child {
  width: 95%;
  max-width: 600px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 0 3%;
}
.main-section > div:last-child {
  border-radius: 25px 25px 0 0;
  line-height: 80px;
  font-size: clamp(25px, 4vw, 36px);
  font-weight: 500;
  color: #d62130;
  text-align: center;
  width: 95vw;
  background-color: #fff;
  max-width: 400px;
  height: 70px;
  align-self: center;
  position: absolute;
  bottom: 0;
}
.main-section h1 {
  font-size: clamp(30px, 5vw, 40px);
  font-weight: 700;
  color: #fff;
}
.air h1 , .MARITIME h1{
  color: #d62130;
}
.main-section p {
  font-size: clamp(15px, 3vw, 20px);
  font-weight: 500;
  color: #fff;
  max-width: 460px;
      margin: 15px 0;
}


.main-section a {
  width: 90%;
  height: 60px;
  background-color: #d62130;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 6px;
  text-align: center;
  line-height: 60px;
  max-width: 340px;
}
.serv-dev{
  width: 100%;
  min-height: 850px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
      margin: 50px 0;

}
.serv-dev>div{
  width: 100%;
  height: 400px;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  border-radius: 18px;
box-shadow: 0 0 5px #d5d5d5;
  background-color: #fff;
  margin: 10px;
}
.serv-dev h1{
  font-size: clamp(15px, 3vw, 20px);
  font-weight: 700;
  color: #D62130;
}
.serv-dev p{
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 400;
  color: #919191;
}
.serv-det-image{
  width: 100%;
  height: 225px;
}
.how{
  width: 100%;
  min-height: 250px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.how>h1{
  width: 100%;
  text-align: center;
        font-size: clamp(20px, 4vw, 36px);
  font-weight:700 ;
  color: #D62130;
}
.how>div{
  width:100% ;
  max-width: 350px;
  height: 140px;
  margin:30px  10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.how-image{
  width: 100%;
  height: 65px;
}
.global-of-box {
  width: 95%;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 13px;
}
.global-of-box > div:first-child {
  width: 70px;
  height: 90%;
  border-radius: 5px;
}
.global-of-box > div:last-child {
  width: 90%;
  height: 90%;
  padding: 0 5px;
}
.global-of-box h1 {
  font-size: 14px;
  font-weight: 600;
}
.global-of-box p {
  font-size: 12px;
  font-weight: 400;
  color: #9291a5;
}

.faq {
  width: 100%;
  min-height: 900px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin: 100px 0;
}
.faq-title {
  width: 250px;
  height: 150px;
}
details {
  width: 90%;
  min-height: 100px;
  border-radius: 18px;
  border: 1px solid #e6e6e6;
  padding: 30px;
  box-shadow: 0 0 5px #f0f0f0;
  margin: 20px 0;
}
details summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(12px , 1.5vw , 20px);
  font-weight: 800;
  color: #1C232B;
}

details summary::-webkit-details-marker {
  display: none;
}

details summary::marker {
  display: none;
}

details summary i {
  font-size: 18px;
  color: #fff;
  background: #d62130;
  padding: 8px;
  border-radius: 50%;
  transition: transform 0.3s;
  margin-left: 5px;
}

details[open] summary i {
  transform: rotate(180deg);
}
details p {
  color: #6F6C8F;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 0;
  
}
.talk {
  padding: 30px;
  background-size: cover;
  width: 90vw;
  margin: 0 auto;
  border-radius: 25px;
  height: 270px;
  background: url("../images/talk.svg") no-repeat center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.talk h1 {
  font-size: clamp(18px, 3vw, 32px);
  font-weight: 500;
  max-width: 390px;
  color: #d62130;
}
.talk p {
  font-size: clamp(11px, 1.5vw, 20px);
  font-weight: 500;
  color: #70707c;
  width: 100%;
  max-width: 570px;
}
.talk button {
  font-size: 18px;
  font-weight: 500;
  width: 30vw;
  height: 55px;
  background-color: #ef363b;
  color: #fff;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  margin-top: 20%;
}
@media (max-width: 750px) {
  .main-section > div:first-child {
    align-items: center;
    margin: 120px 0;
  }
  .main-section h1,
  .main-section p {
    text-align: center;
    width: 90vw;
  }
  .main-section {
    justify-content: flex-end;
  }
    .talk a {
    order: 1;
  }
  .talk button {
    width: 70vw;
    margin: 0;
  }
  .talk h1,
  .talk h1 {
    width: 95%;
    text-align: center;
  }

}
