body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #8C9EFF;
    background-repeat: no-repeat;
	font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
     font-family: Arial, sans-serif;
  background: url('https://img.freepik.com/premium-photo/large-container-cargo-ship-isolated-white-transparent-background-ship-transportation-concept_737376-3277.jpg') no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  padding: 20px;
	  
}
.container {
  width: 90%;
      max-width: 1200px;
      margin: auto;
      padding: 20px;
}

.card {
    z-index: 0;
    background-color: #ECEFF1;
    padding-bottom: 20px;
    margin-top: 90px;
    margin-bottom: 90px;
    border-radius: 10px;
}

.top {
    padding-top: 40px;
    padding-left: 13% !important;
    padding-right: 13% !important;
}

/*Icon progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    margin-top: 30px;
} 

#progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
}

#progressbar .step0:before {
    font-family: FontAwesome;
    content: "\f10c";
    color: #fff;
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    background: #C5CAE9;
    border-radius: 50%;
    margin: auto;
    padding: 0px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 12px;
    background: #C5CAE9;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: -1;
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%;
}

#progressbar li:nth-child(2):after, #progressbar li:nth-child(3):after {
    left: -50%;
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%;
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #651FFF;
}

#progressbar li.active:before {
    font-family: FontAwesome;
    content: "\f00c";
}
.status-list i {
  font-size: 1.5em;
  margin-right: 8px;
}

.icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.icon-content { 
    padding-bottom: 20px;
}

.tracking-container {
      max-width: 600px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    h2 {
      text-align: center;
      margin-bottom: 20px;
    }
    .event {
      border-left: 4px solid;
      padding-left: 10px;
      margin-bottom: 20px;
      position: relative;
    }
    .event::before {
      
      position: absolute;
      left: -12px;
      top: 0;
      color: #4CAF50;
    }
    .timestamp {
      font-size: 0.9em;
      color: #555;
    }
    .location {
      font-weight: bold;
      margin-top: 5px;
    }
    .status {
      margin-top: 5px;
    }
    .export-btn {
      display: block;
      text-align: center;
      margin-top: 30px;
    }
    .export-btn button {
      background: #4CAF50;
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 5px;
      cursor: pointer;
    }
    .export-btn button:hover {
      background: #45a049;
    }
@media screen and (max-width: 992px) {
    .icon-content {
        width: 50%;
    }
}
@media (max-width: 768px) {
  .nav-menu {
    flex-direction: column;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .hero-text {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .navbar ul {
    display: none;
  }
  .navbar .hamburger {
    display: block;
  }
}
@media (max-width: 768px) {
  .status-list {
    flex-direction: column;
    align-items: stretch;
  }

  .status-list li {
    margin: 8px 0;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .status-list li {
    font-size: 14px;
    padding: 10px;
  }
}
