* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}

.logo {
  width: 60px !important;
}

.bg {
  overflow: visible;
  height: 50vh;

  background-color: #1e1e1e;
}

.title {
  position: relative;
}

.title h2,
.title h4 {
  color: white;
  background-color: #000; /* Background color matching the image */
  padding: 10px 20px;
}

.title h2 {
  font-size: larger !important;
  border: 2px solid white;
  background-color: white;
  margin: 0;
  color: black;
  border-radius: 0; /* Square border */
}

.title h4 {
  margin: 0;
  border: 2px solid #f36c22; /* Orange border matching the image */
  background-color: #f36c22;
  border-radius: 0; /* Square border */
  margin-top: 10px; /* Add space between h2 and h4 */
}
.passengerLogo {
  width: 30%;
}
.title-section {
  border-bottom: 3px solid #f36e21; /* Apply border color only to the top */
}

.image-gallery {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.image-gallery img {
  width: 150px;
  height: auto;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

footer {
  background: #1e1e1e;
  padding: 20px 0;
}
.single-content {
  text-align: center;
  padding: 115px 0;
}
.single-box p {
  color: #fff;
  line-height: 1.9;
}
.single-box h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.single-box .card-area i {
  color: #ffffff;
  font-size: 20px;
  margin-right: 10px;
}
.single-box ul {
  list-style: circle;
  color: white;
  padding: 0;
  margin: 15px;
}
.single-box ul li a {
  text-decoration: none;
  color: #fff;
  line-height: 2.5;
  font-weight: 100;
}
.single-box h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
#basic-addon2 {
  background: #fe1e4f;
  color: #fff;
}
.socials i {
  font-size: 18px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .single-box {
    margin-bottom: 50px;
  }
  .single-box {
    text-align: center;
  }

  .single-box a {
    display: inline-block;
    margin-top: 10px;
  }
  .single-box ul {
    list-style: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-box {
    margin-bottom: 50px;
  }

  .single-box {
    text-align: center;
  }

  .single-box a {
    display: inline-block;
    margin-top: 10px;
  }
  .single-box ul {
    list-style: none;
  }
}
.socials i {
  display: inline-block;
  width: 40px; /* Adjust the size as needed */
  height: 40px; /* Adjust the size as needed */
  line-height: 40px;
  text-align: center;
  border: 1px solid #ccc; /* Optional: Adds a border to the square */
  border-radius: 5px; /* Optional: Adjusts the corners (0px for a perfect square) */
  margin: 2px; /* Optional: Adds space between the icons */
  font-size: 20px;
}
.call {
  text-align: center;
}

.call a {
  display: inline-block;
  margin-top: 10px;
}
.callus {
  border: 2px solid #f36e21;
  border-radius: 5px;
  padding: 3px;
  color: white;
  text-decoration: none;
}
.callus:hover {
  color: white;
}
.main-hr {
  width: 80%;
  border: solid 1px #f36e21;
}
h2 {
  color: #f36e21 !important;
  font-size: 16px !important;
}
/* Default styling for large screens */
.space {
  height: 50vh;
  width: 100%;
}

/* For tablets in portrait mode and small desktops */
@media (max-width: 992px) {
  .space {
    width: 100%;
    height: 100vh; /* Adjust the height as needed */
  }
}

/* For tablets in landscape mode and large phones */
@media (max-width: 768px) {
  .space {
    width: 100%;

    height: 100vh; /* Adjust the height as needed */
  }
}

/* For small phones */
@media (max-width: 576px) {
  .space {
    width: 100%;

    height: 100vh; /* Adjust the height as needed */
  }
}

/* For extra small devices */
@media (max-width: 375px) {
  .space {
    width: 100%;

    height: 200vh; /* Adjust the height as needed */
  }
}
