* {
    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: 8px; 
  }
  .passengerLogo {
    width: 30%;
  }
  .title-section {
    border-bottom: 3px solid #f36e21; /* Apply border color only to the top */
  }

  
  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;
  }
 
  /* Default styling for large screens */
  .space {
    height: 20vh;
    width: 100%;
  }
  
  /* For tablets in portrait mode and small desktops */
  @media (max-width: 992px) {
    .space {
      width: 100%;
      height:  70vh; /* Adjust the height as needed */
    }
  }
  
  /* For tablets in landscape mode and large phones */
  @media (max-width: 768px) {
    .space {
      width: 100%;
  
      height: 70vh; /* Adjust the height as needed */
    }
  }
  
  /* For small phones */
  @media (max-width: 576px) {
    .space {
      width: 100%;
  
      height: 50vh; /* Adjust the height as needed */
    }
  }
  
  /* For extra small devices */
  @media (max-width: 375px) {
    .space {
      width: 100%;
  
      height: 200vh; /* Adjust the height as needed */
    }
  }
  .custom-button {
    background-color: #1c1c1c; /* Dark background color */
    border: none;
    padding: 12px; /* Increased padding for a larger button */
    border-radius: 8px; /* Slightly larger rounded corners */
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3); /* Slightly larger shadow */
}

.custom-button .arrow {
    color: white; /* White arrow color */
    font-size: 24px; /* Increased size of the arrow */
}

.custom-button:hover {
    background-color: #333; /* Slightly lighter on hover */
}

.custom-button:active {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); /* Smaller shadow when active */
    transform: translateY(2px); /* Slight movement on click */
}
.card-title{
  margin: 0;
  border: 2px solid #f36c22; /* Orange border matching the image */
  background-color: #f36c22;
  border-radius: 0; /* Square border */
  color: white !important;
  padding: 2px;   
}