F* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-style: normal
}

header {
    background-color: #1A1A1A;
    color: #fff;
    margin-bottom: 0px;
    position: fixed;  
    top: 0;           
    left: 0;
    width: 100%;      
    z-index: 1000;    
}


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #1A1A1A;
}

.logo a {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}
.logo-img {
    height: 50px;
    margin-left: 70px;
    
}
.textface{
  text-decoration: none;
  color: #000;
}
header {
    background-color: #1A1A1A;
    color: #fff;
    margin-bottom: 0px;
    position: fixed;  
    top: 0;           
    left: 0;
    width: 100%;      
    z-index: 1000;    
  }
  
  
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #1A1A1A;
  }
  
  .logo a {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
  }
  .logo-img {
    height: 50px;
    margin-left: 70px;
    
  }
  
  /* Styling for the navigation links */
  .nav-links {
    display: flex;
    list-style: none;
    margin-left: 30px;
  }
  
  .nav-links li {
    position: relative; 
    margin: 0 15px;
  }
  
  .nav-links a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 10px;
  }
  
  .nav-links a:hover {
    color: #ff9100;
  }
  .menu-icon {
    width: 20px; 
    height: auto; 
    margin-right: 1px; 
    vertical-align: middle; 
    display: inline-block; 
  }
  
  /* Styling for the sub-menu */
  .sub-menu {
    display: none; 
    position: absolute;
    background-color: white;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
    top: 100%;
    left: 0;
    z-index: 1;
    border-radius: 8px;
  }
  
  .sub-menu li {
    padding: 5px;
    margin: 0;
  }
  
  .sub-menu li a {
    padding: 6px 0px;
    display: block;
    color: #000;
  }
  
  .sub-menu li a:hover {
    color: #575757;
    background-color: #ff9100;
    width: 100%;
  }
  
  /* Show the sub-menu on hover */
  .nav-item:hover .sub-menu {
    display: block;
  }
  
  
  
  .dropdown {
    position: relative;
    display: inline-block;
    margin-right: 250px;
  }
  
  .dropbtn {
    background-color: #ff9100;
    color: #1A1A1A;
    padding: 8px 20px;
    font-size: 18px;
    cursor: pointer;
    border: none;
    border-radius: 10px;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 10px;
  }
  
  .dropdown-content a {
    color: #000;
    padding: 12px 1px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {
    background-color: #ff9100;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .dropdown:hover .dropbtn {
    background-color: #f1f1f1;
  }
  .logistics-header {
    display: flex;
    justify-content: space-between;
    background-image: url('image5.jpg');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    height: 520px; 
    padding: 1.5rem; 
    color: white;
    margin: 20px; 
    margin-top: 110px;
    margin-bottom: 0px;
}

.left-section {
    max-width: 50%;
}

.left-section h1 {
    font-size: 30px;
    margin: 0px 0px 16px;
    height: 72px;
    width: 500px;
    margin-top: 150px;
}

.left-section h1 span {
    font-size: 30px;
    color: #ff7300; 
    height: 32px;
    width: 280px;
}

.left-section h2 {
    font-size: 20px;
    margin-top: 20px;
    color: #FFFFFF;
    height: 84px;
    width: 500px;
    margin-bottom: 30px;
}

.left-section p span {
    color: #ff9100;
    font-weight: bold;
}

.signup-button {
  background-color: #FFFFFF; 
  border: none; 
  color: #1f2937; 
  padding: 14px 40px; 
  text-align: center; 
  text-decoration: none; 
  display: inline-block; 
  font-size: 14px;
  line-height: 1; 
  margin: 4px 2px; 
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px; 
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
}

.signup-button i {
  margin: 0px 0px 0px 16px; 
  color: #1f2937;
  height: 9px;
  width: 22px;
  transition: transform 0.3s;
}

.signup-button:hover {
  background-color: #1f2937; 
  color: #FFFFFF;
  transform: scale(1.05);
}

.signup-button:hover i {
  transform: translateX(5px); /* Slight move to the right when hovered */
}

.signup-button a {
  color: inherit; 
  text-decoration: none; 
  cursor: pointer; 
}


.red-box-frame {
    background-color: #ff9100;
    bottom: -.875rem;
    content: "";
    height: 3.5rem;
    margin-left: 35px;
    left: .75rem;
    position: absolute;
    width: 3.5rem;
    z-index: 1;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .logistics-header {
        flex-direction: column; /* Stack elements vertically */
        height: auto; /* Allow height to adjust */
        padding: 1rem; /* Adjust padding */
    }
    
    .left-section {
        max-width: 100%; /* Full width on smaller screens */
        margin-top: 20px; /* Adjust margin */
    }
    
    .left-section h1 {
        font-size: 24px; /* Smaller font size */
        margin-top: 100px; /* Adjust top margin */
        width: auto; /* Allow width to adjust */
    }
    
    .left-section h2 {
        font-size: 18px; /* Smaller font size */
        width: auto; /* Allow width to adjust */
    }
    
    .signup-button {
        padding: 12px 30px; /* Adjust button padding */
        font-size: 12px; /* Smaller font size */
    }
}

@media (max-width: 480px) {
    .logistics-header {
        padding: 0.5rem; /* Further reduce padding */
    }
    
    .left-section h1 {
        font-size: 20px; /* Even smaller font size */
        margin-top: 70px; /* Further adjust top margin */
    }
    
    .left-section h2 {
        font-size: 16px; /* Even smaller font size */
    }
    
    .signup-button {
        padding: 10px 20px; /* Further adjust button padding */
        font-size: 10px; /* Even smaller font size */
    }
}


.heading {
  margin-left: 30px;
  margin-top: 60px;
  background-color: #f7f7f7;
}

.heading .underline {
  display: inline-block;
  width: 60px;
  height: 3px;
  background-color: #e30613;
  margin-top: 8px;
}

.flex-section {
  display: flex; /* Enable Flexbox */
  justify-content: space-between;
  align-items: center; /* Align items vertically */
  padding: 45px; /* Add padding around the section */
  background-color: #f7f7f7;
}

.flex-image {
  max-width: 40%; /* Ensure the image is responsive */
  height: auto;
  margin-right: 20px;
  margin-top: -40px;
}

.flex-paragraph {
  margin-left: 8px;
  margin-top: -30px;
  height: 308px;
  width: 450px;
  font-size: 21px; /* Adjust font size */
  color: #333; /* Text color */
  margin-bottom: 40px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .heading {
      margin-left: 15px; /* Reduce left margin */
      margin-top: 30px; /* Reduce top margin */
  }

  .flex-section {
      flex-direction: column; /* Stack items vertically */
      padding: 30px; /* Adjust padding */
  }

  .flex-image {
      max-width: 100%; /* Full width on smaller screens */
      margin: 0 auto; /* Center the image */
      margin-top: 0; /* Reset margin */
  }

  .flex-paragraph {
      width: auto; /* Allow width to adjust */
      margin-left: 0; /* Remove left margin */
      margin-top: 15px; /* Add some spacing above */
      height: auto; /* Allow height to adjust */
      font-size: 16px; /* Smaller font size */
  }
}

@media (max-width: 480px) {
  .heading {
      margin-left: 10px; /* Further reduce left margin */
      margin-top: 20px; /* Further reduce top margin */
  }

  .flex-paragraph {
      font-size: 16px; /* Smaller font size */
      height: auto; /* Allow height to adjust */
  }
}



.solutions-section {
  padding: 50px 0;
  text-align: left;
  background-color: #101218;
}

.solutions-section h1 {
  font-size: 2rem;
  width: 1000px;
  height: 64px;
  color: #fff;
  margin-bottom: 100px;
  margin-left: 30px;
}

.solutions-section h1::after {
  content: '';
  display: block;
  width: 70px;
  height: 3px;
  background-color: red;
  margin-top: 10px;
}

.solutions-section h1 span {
  font-weight: normal;
}

.solutions-container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  padding: 0 20px;
  
}

.capabilities-box h2 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 15px;
}

.capabilities-box p {
  font-size: 1rem;
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 20px;
  justify-content: center;
  
}

.capabilities-icon {
  padding-left: 120px;
  margin-bottom: 20px;
}

.capabilities-icon img {
  width: 60px;
}

.img2 {
  margin-left: -10px;
}

.solution-box h2 {
  margin: 24px 0px 0px;
  font-size: 100px;
  height: 36px;
  font-weight: bold;
}

.solution-box {
  background-color: #101218;
  padding-left: 20px;
  border: 1px solid #101218;
  border-radius: 8px;
  text-align: left;
  position: relative;
  box-shadow: 0px 5px 15px #101218;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .solutions-section h1 {
      font-size: 1.5rem; /* Smaller font size */
      width: auto; /* Allow width to adjust */
      margin-bottom: 50px; /* Reduce bottom margin */
      margin-left: 15px; /* Reduce left margin */
  }

  .solutions-container {
      flex-direction: column; /* Stack items vertically */
      padding: 0 10px; /* Adjust padding */
  }

  .capabilities-box {
      margin-bottom: 20px; /* Add spacing between boxes */
  }

  .capabilities-box h2 {
      font-size: 1.25rem; /* Smaller font size */
  }

  .capabilities-box p {
      font-size: 0.9rem; /* Smaller font size */
      justify-content: flex-start;

  }

  .solution-box h2 {
      font-size: 50px; /* Smaller font size */
  }
}

@media (max-width: 480px) {
  .solutions-section h1 {
      font-size: 1.2rem; 
      margin-bottom: 30px; 
      margin-left: 10px;
  }  

  .capabilities-box h2 {
      font-size: 1rem; /* Further reduce font size */
  }

  .capabilities-box p {
      font-size: 0.8rem; /* Further reduce font size */
  }

  .solution-box h2 {
      font-size: 36px; /* Further reduce font size */
  }
}


.services-section {
  padding: 40px 20px;
  background-color: #f7f7f7;
}

.left-section1 {
  width: 40%;
  padding-right: 20px;
  text-align: center;
}

.left-section1 h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.left-section1 .underline {
  display: inline-block;
  width: 60px;
  height: 3px;
  background-color: #e30613;
  margin-top: 8px;
  margin-bottom: 30px;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}

.right-section1 {
  width: 100%;
}

.drive-grid {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.drive2-card img {
  width: 70px;
  object-fit: cover;
  margin-left: 90px;
}

.card-content3 {
  padding: 20px;
  width: 300px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .left-section1 {
      width: 100%; /* Full width on smaller screens */
      padding-right: 0; /* Remove right padding */
  }

  .container {
      flex-direction: column; /* Stack sections vertically */
      align-items: center; /* Center align items */
  }

  .drive-grid {
      flex-direction: column; /* Stack drive cards vertically */
      align-items: center; /* Center align items */
  }

  .drive2-card img {
      width: 50px; /* Smaller image size */
  }

  .card-content3 {
      width: auto; /* Allow width to adjust */
      padding: 15px; /* Reduce padding */
  }
}

@media (max-width: 480px) {
  .left-section1 h2 {
      font-size: 24px; /* Smaller font size */
  }

  .left-section1 .underline {
      width: 50px; /* Adjust underline width */
  }

  .drive2-card img {
      width: 40px; /* Further reduce image size */
  }

  .card-content3 {
      padding: 10px; /* Further reduce padding */
  }
}
.solutions-section3 {
  padding: 40px 0;
  text-align: left;
  background-color: #101218;
}

.solutions-container3 {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  padding: 0 20px;   
  gap: 70px;
}

.solution-box3 {
  height: 600px;
  width: 1200px;
  padding: 90px;
}

.solution-box3 .underline {
  display: inline-block;
  width: 60px;
  height: 3px;
  background-color: #e30613;
  margin-top: 8px;
  margin-bottom: 30px;
}

.solution-icon4 {
  width: 100px;
}

.solution-icon4 h2 {
  color: #f1f1f1;
  margin-top: 10px;
  font-size: 32px;
}

.solution-icon4 span {
  font-size: 22px;
  text-wrap: inherit;
}

.solution-box5 {
  height: 600px;
  width: 1000px;
  padding: 90px;
}

.solution-icon5 {
  width: 200px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.solution-icon5 .img11 {
  width: 60px;
  height: 60px;
  
}


.solution-icon5 h2 {
  color: #f1f1f1;
  margin-top: 10px;
}


.solution-icon9{
  width: 220px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.solution-icon9 .img11{
  width: 60px;
  height: 60px;
}

.solution-icon9 h2{
  color: #f1f1f1;
  margin-top: 10px;
}
.solution-icon3 {
  width: 370px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  display: flex;
  margin-right: 50px;
  flex-direction: column;
  align-items: center;
}
.solution-icon3 .img11 {
  width: 60px;
  height: 60px;
}

.solution-icon3 h2 {
  color: #f1f1f1;
  margin-top: 10px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .solutions-container3 {
      flex-direction: column; /* Stack items vertically */
      align-items: center; /* Center align items */
      gap: 40px; /* Adjust gap for vertical stacking */
  }

  .solution-box3,
  .solution-box5 {
      width: 100%; /* Full width on smaller screens */
      padding: 40px; /* Reduce padding */
      height: auto; /* Allow height to adjust */
  }

  .solution-icon4,
  .solution-icon5,
  .solution-icon3 {
      width: auto; /* Allow width to adjust */
      text-align: center; /* Center align text */
  }
}

@media (max-width: 480px) {
  .solution-box3,
  .solution-box5 {
      padding: 20px; /* Further reduce padding */
  }

  .solution-icon4 h2,
  .solution-icon5 h2,
  .solution-icon3 h2 {
      font-size: 16px; /* Smaller font size */
  }

  .solution-icon4 span {
      font-size: 14px; /* Smaller font size */
  }
}


/* For screens with a maximum width of 768px (e.g., tablets) */
@media only screen and (max-width: 768px) {
  .solution-icon9{
    width: 180px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    margin-left: 15px;
  }
  
  .solution-icon9 .img11{
    width: 40px;
    height: 40px;
  }
  
  .solution-icon9 h2{
    margin-top: 5px;
  }
}

/* For screens with a maximum width of 480px (e.g., smartphones) */
@media only screen and (max-width: 480px) {
  .solution-icon9{
    width: 120px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  
  .solution-icon9 .img11{
    width: 20px;
    height: 20px;
  }
  
  .solution-icon9 h2{
    margin-top: 0px;
  }
}
.services-section3 {
  padding: 40px 20px;
  background-color: #f7f7f7;
}

.top-section3 {
  width: 40%;
  padding-right: 20px;
  text-align: center;
}

.top-section3 h2 {
  font-size: 28px;
  font-weight: bold;
}

.top-section3 .underline {
  display: inline-block;
  width: 180px;
  height: 3px;
  background-color: #e30613;
  margin-top: 8px;
  margin-bottom: 40px;
}

.container3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}

.bottom-section3 {
  width: 100%;
}

.services-grid3 {
  display: flex;
  width: 100%;
  justify-content: baseline;
  justify-content: center;
}

.drive-card3 {
  background-color: #f7f7f7;
  border-radius: 8px;
  width: 100%;
  justify-content: baseline;
justify-content: center;
}
.drive-card4{
  background-color: #f7f7f7;
  border-radius: 8px;
  width: 100%;
}

.drive-card3 img {
  width: 60px;
  height: 60px;
  align-items: center; 
  margin-left: 100px;
}

.card-content5 {
  padding: 20px;
  padding-left: 15px;
  width: 400px;
  justify-content: center;
}

.card-content5 h3 {
  margin-bottom: 20px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .top-section3 {
      width: 100%; /* Full width on smaller screens */
      padding-right: 0; /* Remove right padding */
      margin-bottom: 20px; /* Add margin below */
  }

  .container3 {
      flex-direction: column; /* Stack sections vertically */
      align-items: center; /* Center align items */
  }

  .services-grid3 {
      flex-direction: column; /* Stack cards vertically */
      align-items: center; /* Center align cards */
  }

  .drive-card3 {
      width: 90%; /* Adjust width for better fitting */
  }

  .card-content5 {
      width: auto; /* Allow width to adjust */
      padding: 15px; /* Reduce padding */
  }
}

@media (max-width: 480px) {
  .top-section3 h2 {
      font-size: 24px; /* Smaller font size */
  }

  .top-section3 .underline {
      width: 120px; /* Adjust underline width */
  }

  .drive-card3 img {
      width: 50px; /* Further reduce image size */
      height: 50px; /* Maintain aspect ratio */
  }

  .card-content5 {
      padding: 10px; /* Further reduce padding */
  }
}

.message{
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    background-color: #101218;
    padding-top: 50px;
    padding-bottom: 50px
}
.headline {
    font-family: 'Roboto' sans-serif;
    font-size: x-large;
    color: antiquewhite;
    font-weight: bold;
}

.subheadline {
    font-weight: 500;
    color: antiquewhite;
    font-size: large;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.shipment-button {
    background-color: white; 
    color: #000000;
    border: none; 
    border-radius: 5px; 
    padding: 10px 20px; 
    font-size: 16px; 
    cursor: pointer; 
    display: flex;
    margin-right: 20px;
    align-items: center;
}
.shipment-button i {
    margin-left: 10px; 
}
.buttonss{
    display: flex;
    padding: 20px;

}
.services-section2 {
  padding: 40px 20px;
  background-color: #f7f7f7;
}

.left-section2 {
  width: 40%;
  padding-right: 20px;
  text-align: center;
}
.left-section2 .underline{
  display: inline-block;
  width: 180px;
  height: 3px;
  background-color: #e30613;
  margin-top: 8px;
  margin-bottom: 30px;
}

.container2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}

.right-section2 {
  width: 100%;
}

.services-grid {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.service-card {

  padding-bottom: 20px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-card img {
  width: 100%;

  height: 150px;
  object-fit: cover;
}

.card-content h3 {
  padding-top: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.card-content p {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  color: #555;
}

.card-content a {
  padding-top: 30px;
  font-size: 14px;
  color: #e30613;
  text-decoration: none;
}

.card-content a:hover {
  text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .left-section2 {
      width: 100%; /* Full width on smaller screens */
      padding-right: 0; /* Remove right padding */
      margin-bottom: 20px; /* Add margin below */
  }

  .container2 {
      flex-direction: column; /* Stack sections vertically */
      align-items: center; /* Center align items */
  }

  .services-grid {
      flex-direction: column; /* Stack service cards vertically */
      align-items: center; /* Center align cards */
      gap: 20px; /* Adjust gap for better spacing */
  }

  .service-card {
      width: 90%; /* Adjust width for better fitting */
  }

  .card-content {
      padding: 10px; /* Reduce padding */
  }
}

@media (max-width: 480px) {
  .card-content h3 {
      font-size: 16px; /* Smaller font size */
  }

  .card-content p {
      font-size: 12px; /* Smaller font size */
  }

  .service-card img {
      height: 120px; /* Adjust image height */
  }
}
  
  
 
  


 
 
 
  







  footer {
    background-color: #f7f7f7;
    padding: 20px 0;
    font-family: Arial, sans-serif;
    margin-bottom: 0px;
  }
  
  .footer-container {
    display: flex;
    flex-direction: column;
    align-items: left;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }
  
  .footer-logo {
    text-align: left;
    margin-bottom: 40px;
  }
  
  .footer-logo img {
    max-width: 150px;
    margin-bottom: 10px;
  }
  
  .footer-logo p {
    font-size: 14px;
    color: #555;
  }
  
  .footer-columns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    
  }
  
  .footer-column {
    width: 15%;
  }
  
  .footer-column h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
  }
  
  .footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-column ul li {
    margin-bottom: 8px;
  }
  
  .footer-column ul li a {
    text-decoration: none;
    color: #555;
    font-size: 14px;
  }
  
  .footer-column ul li a:hover {
    color: #000;
  }
  .footer-line {
    width: 100%;
    height: 1px;
    background-color: #ccc; 
    margin-bottom: 60px;
  }
  .disclaimer{
    padding: 10px;
  }
  .disclaimer p{
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
  }
  .disclaimer h4{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
  }
  .footer-policy-disclaimer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px; 
    text-align: left;
    margin-top: 0px; 
    margin-left: 0px;
  }
  .footer-policy-disclaimer .policy,
  .footer-policy-disclaimer .disclaimer {
    margin-bottom: 20px;
  }
  
  .footer-policy-disclaimer h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
  }
  .footer-policy-disclaimer{
    display: flex;
  }
  
  .footer-policy-disclaimer p {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
  }
  
  .footer-policy-disclaimer .social-icons {
    margin-left: 500px;
    margin-top: 20px;
  }
  .footer-policy-disclaimer .social-icons a {
    
    display: inline-block;
  }
  
  .footer-policy-disclaimer .social-icons img {
    width: 25px;
    height: 25px;
  }
  
    @media (max-width: 768px) {
      .footer-policy-disclaimer {
          flex-direction: column; /* Stack items vertically on small screens */
          align-items: flex-start;
      }
  
      .footer-policy-disclaimer .social-icons {
          margin-left: 0;
          margin-top: 10px;
          text-align: left; /* Align icons to the left on mobile */
      }
      
      .footer-policy-disclaimer h4 {
          font-size: 16px;
      }
  
      .footer-policy-disclaimer p {
          font-size: 13px;
      }
  }
  
  @media (max-width: 480px) {
      .footer-policy-disclaimer h4 {
          font-size: 14px;
      }
  
      .footer-policy-disclaimer p {
          font-size: 12px;
      }
  
      .footer-policy-disclaimer .social-icons img {
          width: 20px;
          height: 20px;
      }
  }
  @media (max-width: 768px) {
  
    .footer-column {
        width: 50%; 
    }
  
    .footer-columns {
        flex-wrap: wrap; 
    }
    
  }
  .message{
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    background-color: #101218;
    padding-top: 50px;
    padding-bottom: 50px
  }
  .headline {
    font-family: 'Roboto' sans-serif;
    font-size: x-large;
    color: antiquewhite;
    font-weight: bold;
  }
  
  .subheadline {
    font-weight: 500;
    color: antiquewhite;
    font-size: large;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  .shipment-button {
    background-color: white; 
    color: #000000;
    border: none; 
    border-radius: 5px; 
    padding: 10px 20px; 
    font-size: 16px; 
    cursor: pointer; 
    display: flex;
    margin-right: 20px;
    align-items: center;
    transition: transform 0.3s ease;
  }
  .shipment-button i {
    margin-left: 10px; 
  }
  .buttonss {
    display: flex;
    padding: 20px;
  }
  .shipment-button:hover {
    transform: translateY(-5px); 
  }



.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    top: 15px;  
    right: 20px; 
}

.hamburger span {
    height: 3px;
    width: 25px;
    background-color: white;
    margin: 4px 0;
}


@media (max-width: 768px) {
    .nav-links {
        display: none;
    }
    .dropdown {
        display: none;
    }
    .hamburger {
        display: flex;
    }
}
@media (max-width: 768px) {
    .solutions-section h1 {
        margin-left: 20px; 
        font-size: 1.5rem;
    }

    .solutions-container {
        flex-direction: column; 
        align-items: center; 
        padding: 0 10px;
    }

    .solution-box {
        width: 100%; 
        margin-bottom: 20px; 
    }
}
@media (max-width: 768px) {
    .container {
        flex-direction: column; 
        align-items: center; 
    }

    .left-section1 {
        width: 100%; 
        padding-right: 0; 
        margin-bottom: 20px; 
    }

    .right-section1 {
        width: 100%; 
    }

    .services-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .service-card {
        width: 100%; 
    }
}
@media (max-width: 650px) {
    .logistics-header {
        flex-direction: column; 
        height: auto; 
        padding: 10px;
        margin-top: 100px; 
    }

    .left-section {
        max-width: 100%; 
        text-align: center; 
        margin-top: 20px; 
    }

    .left-section h1 {
        font-size: 30px; 
        margin-top: 20px; 
    }

    .left-section p {
        font-size: 18px; 
        margin-top: 20px; 
    }

    .right-section {
        min-width: 100%; 
        margin-top: 20px; 
    }

    .tracking-box h3 {
        font-size: 24px; 
    }

    .tabs {
        flex-direction: column; 
        align-items: center; 
    }

    .tabs span {
        margin: 5px 0; 
    }

    .tab-content h3 {
        font-size: 18px; 
    }

    .tracking-options,
    .shipping-options {
        flex-direction: column; 
        align-items: center; 
    }

    .tracking-options button,
    .shipping-options button {
        width: 100%; 
        margin-bottom: 10px; 
    }

    .input {
        width: 100%; 
    }

    .store-links img {
        width: 80px; 
    }
    .headline{
        text-align: center;
    }
}
.nav-sidebar .nav-item a {
  color: rgb(219, 215, 215);
  text-decoration: none; 
}

.nav-sidebar .nav-item a:hover {
  color: #ff9100; 
}
.nav-sidebar .sub-list li a {
  color: rgb(219, 215, 215);
  text-decoration: none; 
}

.nav-sidebar .sub-list li a:hover {
  color: #ff9100;
}
.nav-sidebar {
  position: fixed;
  bottom: -100%;
  left: 10%;
  width: 70%;
  height: 50%;
  background-color: rgba(0, 0, 0); 
  padding: 20px;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
  transition: bottom 0.3s ease;
  z-index: 1000; 
}



.nav-sidebar.active {
  bottom: 0;
}

.nav-menu {
  list-style-type: none;
  padding: 0;
}

.nav-menu li {
  margin-bottom: 15px;
}

.nav-menu a {
  text-decoration: none;
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
}

.nav-menu a:hover {
  color: #ff9100;
}

.menu-img {
  width: 20px;
  margin-right: 10px;
}

.arrow-icon {
  margin-left: auto;
  font-size: 18px;
}

/* Sub-menu hidden initially */
.sub-list {
  display: none;
}

/* Back button */
.back-button {
  font-size: 18px;
  cursor: pointer;
  color: #ff9100;
  margin-bottom: 20px;
  display: none;
}
  
.ship-button {
  text-decoration: none;
  position: absolute;
  font-size: 16px;
  color: #fff;
  background-color: #ff9100;
  padding: 6px 20px;
  border-radius: 10px;
}

.ship-button:hover {
  background-color: #ffad33;
}
@media (min-width: 800px) {
  .nav-sidebar {
      display: none; /* Hide the sidebar on laptop screens */
  }
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.footer1 {
  background-color: #1A1A1A;
  color: white;             
  text-align: center;
  padding: 20px 0;         
  position: relative;        
  width: 100%;              
}

.footer-line1 {
  height: 5px;    
  background-color: #ff7300; 
}

.footer p {
  margin: 10px 0 0 0;       
  font-size: 14px;          
}

/* Responsive design */
@media (max-width: 600px) {
  .footer {
      padding: 15px 0;      
  }

  .footer p {
      font-size: 12px;       
  }
}
