* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: 'Inter', sans-serif;
  }
  .formbold-mb-3 {
    margin-bottom: 15px;
  }
  .formbold-relative {
    position: relative;
  }
  .formbold-opacity-0 {
    opacity: 0;
  }
  .formbold-stroke-current {
    stroke: currentColor;
  }
  #supportCheckbox:checked ~ div span {
    opacity: 1;
  }

  .formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 48px; */
  }

  .formbold-form-wrapper {
    margin: 0 auto;
    max-width: 570px;
    width: 100%;
    background: white;
    padding: 40px;
  }

  .formbold-img {
    margin-bottom: 45px;
  }

  .formbold-form-title {
    margin-bottom: 30px;
  }
  .formbold-form-title h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #07074d;
  }
  .formbold-form-title p {
    font-size: 16px;
    line-height: 24px;
    color: #536387;
    margin-top: 12px;
  }

  .formbold-input-flex {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
  }
  .formbold-input-flex > div {
    width: 50%;
  }
  .formbold-form-input {
    text-align: center;
    width: 100%;
    padding: 13px 22px;
    border-radius: 5px;
    border: 1px solid #dde3ec;
    background: #ffffff;
    font-weight: 500;
    font-size: 16px;
    color: #536387;
    outline: none;
    resize: none;
  }
  .formbold-form-input:focus {
    border-color: #f58220;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }
  .formbold-form-label {
    color: #536387;
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
  }

  .formbold-checkbox-label {
    display: flex;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    line-height: 24px;
    color: #536387;
  }
  .formbold-checkbox-label a {
    margin-left: 5px;
    color: #6a64f1;
  }
  .formbold-input-checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .formbold-checkbox-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 16px;
    margin-top: 2px;
    border: 0.7px solid #dde3ec;
    border-radius: 3px;
  }

  .formbold-btn {
    font-size: 16px;
    border-radius: 5px;
    padding: 14px 25px;
    border: none;
    font-weight: 500;
    background-color: #f58220;
    color: white;
    cursor: pointer;
    margin-top: 25px;
  }
  .formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }


  .preview {
    display: flex;
    gap: 10px;
    margin-top: 10px;
  }
  .preview img {
    width: 100px;
    height: 100px;
    object-fit: cover;
  }

  /* resume */
  /* From Uiverse.io by Yaya12085 */ 
  .career .custum-file-upload {
    height: 200px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: space-between;
    gap: 20px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: 2px dashed #cacaca;
    background-color: rgba(255, 255, 255, 1);
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0px 48px 35px -48px rgba(0,0,0,0.1);
  }
  
  .career .custum-file-upload .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
  }
  
  .career .custum-file-upload .icon svg {
    height: 80px;
    fill: #f58220;
  }
  
  .career .custum-file-upload .text {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .career .custum-file-upload .text span {
    font-weight: 400;
    color: rgba(75, 85, 99, 1);
  }
  
  .career .custum-file-upload input {
    display: none;
  }

/* app links */
/* From Uiverse.io by Yaya12085 */ 
.playstore-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  border-radius: 9999px;
  background-color: rgba(0, 0, 0, 1);
  padding: 0.625rem 1.5rem;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  outline: 0;
  transition: all 0.2s ease;
  text-decoration: none;
}

.playstore-button:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 1);
}

.icon {
  height: 1.5rem;
  width: 1.5rem;
}

.texts {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.text-1 {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-2 {
  font-weight: 600;
}

.appbtns{
  display: flex;
  justify-content: space-evenly;
}


/* truck logo css */
/* .pyramid {
  width: 600px;
  display: flex;
  flex-direction: column;
  height: auto;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}



.pyramid__section {
  flex: 1 1 100%;
  /* background-color: green; */
  /* background-color: white;
  margin-bottom: 0px;
  text-align: center;
} */

.pyramid__section:nth-of-type(even) {
  /* background-color: lightgray; */
  background-color: white;
}
.pyramid img{
  width: 30%;
  /* padding: 10px; */
  
} */




.truckgraphic img{
  width: 100%;
}



.slots-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 5px;
  width: 75%;
  /* height: 100vh; */
  margin-left: 5%;
  /* padding: 40px; */
}


.slot {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slot img{
  border: solid;
border-color:#f58220;
transition: all 0.3s ease;
width: 80%;
}
.slot img:hover{
  scale: 1.1;
}

.slot:nth-child(1) {
  grid-area: 2 / 3 / 3 / 7;
  /* background-color: rgba(163, 34, 173, 0.5); */
}

.slot:nth-child(2) {
  grid-area: 2 / 7 / 3 / 11;
  /* background-color: rgba(30, 203, 81, 0.5); */
}

.slot:nth-child(3) {
  grid-area: 1 / 5 / 2 / 9;
  /* background-color: rgba(58, 215, 181, 0.5); */
}

.slot:nth-child(4) {
  grid-area: 3 / 1 / 4 / 5;
  /* background-color: rgba(178, 166, 72, 0.5); */
}

.slot:nth-child(5) {
  grid-area: 3 / 5 / 4 / 9;
  /* background-color: rgba(103, 177, 182, 0.5); */
}

.slot:nth-child(6) {
  grid-area: 3 / 9 / 4 / 13;
  /* background-color: rgba(122, 201, 176, 0.5); */
}

.certificateimgs{
  margin-top: 80px;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-evenly;
  gap: 10px;
  width: 100%;
  /* padding: 50px; */
}
@media (max-width: 600px) {
  .certificateimgs{
    flex-wrap: wrap !important;
    padding: 0px;
  }
}



/* multiple file upload */
input[type="file"] {
  display: block;
}
.imageThumb {
  max-height: 75px;
  border: 2px solid;
  padding: 1px;
  cursor: pointer;
}
.pip {
  display: inline-block;
  margin: 10px 10px 0 0;
}
.remove {
  display: block;
  background: #444;
  border: 1px solid black;
  color: white;
  text-align: center;
  cursor: pointer;
}
.remove:hover {
  background: white;
  color: black;
}