footer {
  background-color: #f8f8f8;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.footer-section {
  flex: 1;
  margin-right: 20px;
}

.footer-section h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.footer-section ul li a {
  text-decoration: none;
  color: #333;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.logo {
  font-weight: bold;
  font-size: 18px;
}

.links a {
  text-decoration: none;
  color: #666;
  margin-right: 15px;
  font-size: 14px;
}

.social-icons a {
  color: #333;
  margin-right: 10px;
  font-size: 18px;
}

.social-icons a:hover {
  color: #007bff;
}




body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: #ffcc00;
    padding: 10px 20px;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.top-nav a {
    margin-left: 15px;
    text-decoration: none;
    color: #333;
}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.logo img {
    height: 50px;
}

.main-nav a {
    margin-left: 20px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.hero {
    background-color: #f8f8f8;
    text-align: center;
    padding: 50px 20px;
}

.hero h1 {
    margin-bottom: 20px;
}

.tracking-form input {
    padding: 10px;
    width: 300px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.tracking-form button {
    padding: 10px 20px;
    background-color: #ffcc00;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.services {
    display: flex;
    justify-content: space-around;
    padding: 50px 20px;
}

.service {
    width: 30%;
    background-color: #fff;
    padding: 20px;
    box-shadow: 
::contentReference[oaicite:0]{index=0}
 
