* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
 
.packing-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 102px 0px;
}

table,
th,
td {
  border: 1px solid antiquewhite;
  border-collapse: collapse;
  background-color: white;
}

th {
  height: 47px;
  width: 95px;
  font-size: 12px;
  font-weight: 600;
}
 

.z12{
  font-weight: 500;
  font-size: 100px;
  line-height: 168px;
  /* transform: translateX(-230px); */
  letter-spacing: -1px;
}

.packing-details-content {
 
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  gap: 9vw;
 
  width: 90vw;
 

}
.para {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  max-width: 750px;
  color: #606060;
  /* background-color: blueviolet; */
}

.pdf-button{
  background-color: #e94d11;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 283px;
  height: 53px;
  color: white;
  font-size: 22px;
}

.packing-details-body {
  /* padding-top: 100px; */
  background-color: #fefaf8;
  overflow-x: hidden;
}

.table{
  width: 100vw;
}

td {
  padding: 8px;
  height: 47px;
  width: 95px;
  font-size: 12px;
}

.packing-details-table {
  /* Enable horizontal scrolling */
 width: 90vw; /* Ensure the table container takes full width */
 /* overflow-x: scroll; */
 /* border: 2px solid black; */

}
@media(max-width:1030px){
  .z12{
    font-weight: 500;
    font-size: 100px;
    line-height: 168px;
    letter-spacing: -1px;
    transform: translate(0px);

  }

  .packing-details-content{
    margin-top: 20px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    gap: 0vw;

  }
  

 
  .packing-details-table {
     /* Enable horizontal scrolling */
    width: 90vw; /* Ensure the table container takes full width */
    overflow-x: scroll;
    /* border: 2px solid black; */

  }

  .table {
    font-size: 12px;
    width: max-content; /* Adjust table width to fit content */
    min-width: 100%; /* Ensure the table takes full width */
  }
}


@media (max-width:600px){
  .packing-details h1 {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    transform: translateX(0px);
  }
  .packing-details-content{
    flex-direction: column;
    /* min-width: 80vw; */
    font-size: 18px;
    padding: 0px 30px;
    line-height: 20px;
  }
  .para{
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    max-width: 750px;
    color: #606060;
    padding: 13px 0px;
  }
  .packing-details-table{
    overflow-x: scroll;
  }
  .button {
    background-color: #e94d11;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    height: 53px;
    color: white;
    font-size: 22px;
    /* border-radius: 7px; */
  }
  .z12{
    font-weight: 500;
    font-size: 48px;
    line-height: 72px;
    letter-spacing: -1px;
    transform: translate(0px);
  }
}