table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 8px;
    text-align: left;
    border: 1px solid #ccc;
}

th {
background-color: #f2f2f2;
font-weight: bold;
}

tr:nth-child(even) {
background-color: #f9f9f9;
}

.terminals-section1 {
    margin-top: 15px;
    padding: 2rem;
  }
  
  .terminals-section1 h2 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .terminals-section1 p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .container1 {
    margin-right: 35px;
margin-left: 35px;
padding: 2rem 0;
}

.container1 h1 {
text-align: center;
color: rgb(11, 100, 48);
font-size: 3.5rem;
margin-bottom: 1rem;
}

.container1 p {
font-size: 1.2rem;
}


.service-image1 {
width: 100%;
height: auto;
object-fit: cover;
margin-bottom: 1rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
border-radius: 5px;
display: block;
margin-left: auto;
margin-right: auto;
}

  @media(max-width: 780px){
    .container1 {
      margin-right: 5px;
      margin-left: 5px;
      padding: 2rem 0;
  }
  }
  /* Add this CSS to your existing CSS file */
.table-container1 {
  overflow-x: auto; /* Enable horizontal scrolling when needed */
  width: 100%; /* Full width of the container1 */
}

@media screen and (max-width: 768px) {
  table {
    width: 100%; /* Make the table width 100% for smaller screens */
    table-layout: flex; /* Force the table to use the given width */
  }
}

/* Add this media query to your existing CSS file */
@media screen and (max-width: 768px) {
  .floating-block {
    position: fixed;
    bottom: 90px;
    left: 20px;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 5px;
    z-index: 1000;
  }

  .service-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    .container1 h1 {
      text-align: center;
      color: rgb(11, 100, 48);
      font-size: 1.5rem;
      margin-bottom: 0.5rem;
      }
      .container1{
        margin-top: -40px;
      }

      .terminals-section1 {
        margin-top: 15px;
        padding: 0.5rem;
      }
}

.location{
  width: 80%;
  margin: auto;
  padding: 80px 0;
  margin-bottom: -80px;
}
.location iframe{
  width: 100%;
}
