*{
    margin: 0 auto;
    padding: 0 auto;
    box-sizing: border-box;
}
.full-body {
    font-family: Arial, sans-serif;
    background-image: url('../img/post-2.jpg'); /* Your background image URL */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
    z-index: 1;
}

/* Adding the black overlay using ::before pseudo-element */
.full-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9); /* Black color with 50% opacity */
    z-index: -1; /* Ensures the overlay is above the background */
}
.login{
    background-color: #fff;
    color: black;
    width: 425px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 999 !important;
    opacity: 0.5;
}
.form-label {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
    font-weight: bold;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}
.logo-head {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 40px 0;
}
.form-input {
    width: 90%;
    padding: 12px;
    margin-top: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    background-color: #fff;
    color: #333;
    margin-left: 40px;
}

.form-input:focus {
    outline: none;
    border-color: #ff9900; /* Focus border color */
    background-color: #fffae6;
}

.form-icon-left {
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
    color: #ff9900; /* Icon color matches the focus border */
    font-size: 24px;
    margin-right: 24px;
}

button {
    width: 100%;
    padding: 14px;
    border: none;
    background-color: #ff9900; /* Taxi orange for button */
    color: white;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #e65c00; /* Darker orange on hover */
}

button:active {
    background-color: #b34700; /* Even darker orange on click */
}

.error-message {
    color: red;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
}

.register-link {
    margin-top: 25px;
}

.register-link a {
    color: #ff9900; /* Taxi orange for links */
    font-weight: bold;
    text-decoration: none;
}

.register-link a:hover {
    text-decoration: underline;
}

.register-link a:focus {
    color: #ffcc00; /* Lighter yellow when focused */
}

/* Responsive Styling */
@media (max-width: 480px) {
    .login {
        width: 100%;
        padding: 30px;
    }

    h1 {
        font-size: 24px;
    }
}
.sidebar-menu{
    display: flex;
    justify-content: flex-start;
}
.sidebar{
    background-color: #ff9900;
    width: 370px;
    margin-top: 25px;
}
.list-route a{
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    letter-spacing: 1.2px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    padding: 15PX;
    margin: 0;
    line-height: 1;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    position: relative;
    z-index: 1;
}
.list-route a:hover{
    color: white;
    text-decoration: underline;
    text-decoration-thickness: 2px; 
}
.breadcrumb {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}

.breadcrumb a {
    color: #007bff;
    text-decoration: none;
}

.breadcrumb span a {
    color: #ffffff;
    font-weight: bold;
}
.breadcum{
    color: #ffffff;
}
.breadcum :hover{
    color: #007bff;
    text-decoration: none;
}
input[type="text"], textarea {
    width: 100%; padding: 10px; margin-bottom: 15px;
}
input[type="submit"] {
    padding: 10px 20px; background-color: #0073aa; color: white; border: none;
}

.sidebar-menu { display: flex; }
.sidebar { width: 400px!important; background: #fd7e14; padding: 20px; border-right: 1px solid #ddd; }
.nav-menu { list-style: none; padding: 0; }
.list-route { padding: 10px 0; border-bottom: 1px solid #eee; }
.nav-menu a { text-decoration: none; color: #ffffff; }
.list-route :hover { text-decoration: none; color: #000000; }
.route { padding: 40px; width: 100%; }
.route h2 { margin-bottom: 20px; }
.route form label { display: block; margin-top: 15px; font-weight: bold; }
.route form input, .route form textarea { width: 100%; padding: 10px; margin-top: 5px; border: 1px solid #ccc; border-radius: 4px; }
.route form input[type="submit"] { margin-top: 20px; background: #0073aa; color: white; border: none; cursor: pointer; font-weight: bold; }
.route form input[type="submit"]:hover { background: #005f8d; }
#message { font-weight: bold; margin-top: 20px; color: red; }



.input-group-text-1 {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.car-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #d7e2eb;
    border-radius: 12px;
    padding: 16px 24px;
    max-width: 1000px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    margin-top:20px;
  }

  .car-info {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .car-img img {
    width: 100px;
    height: auto;
    object-fit: contain;
  }

  .car-details h4 {
    margin: 0;
    font-size: 12px;
    color: gray;
    letter-spacing: 1px;
  }

  .car-details h3 {
    margin: 4px 0;
    font-size: 20px;
  }

  .car-details p {
    margin: 0;
    color: green;
    font-weight: 500;
    font-size: 14px;
  }

  .car-icons {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .car-icons i {
    color: #0066ff;
    font-size: 20px;
    margin-right: 6px;
  }

  .car-icons span {
    font-size: 14px;
    color: #2d2d2d;
  }

  .price {
    text-align: right;
  }

  .price h2 {
    color: #2b8a78;
    margin: 0;
  }

  .price p {
    margin: 2px 0 10px;
    font-size: 12px;
    color: gray;
  }
  .select-btn a{
color:white;
  }
  .select-btn {
    background: #e65c00;
    border: none;
    padding: 10px 18px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
  }
  .modal {
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  width: 45%;
  border-radius: 5px;
}

.close-btn {
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.services-features{
    margin-top: 52px;
    width: 57%;
}


.main-box-1 {
    margin-top: 7px !important;
    padding-bottom: 20px !important;
padding-left: 20px;
padding-right: 242px !important;
position: relative;
text-align: left !important;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: 100%;
}



.main-box {
    margin-top: 7px !important;
    padding-bottom: 8px !important;
padding-left: 20px;
padding-right: 242px !important;
position: relative;
text-align: left !important;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: 100%;
}
.cab-rate-entry {
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
    }
    .cab-rate-entry select, .cab-rate-entry input {
        flex: 1;
    }
@media screen and (max-width: 768px) {
    .sidebar-menu {
        display: block;
    }
    .car-card {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
      }
  
      .price {
        width: 100%;
        text-align: center;
      }
      .route {
        padding: 40px;
        width: 100%;
        overflow-x: scroll;
    }
}

.route-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
}

.route-table th, .route-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
}

.route-table th {
    background-color: #f4f4f4;
}

.action-buttons a {
    margin-right: 10px;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    color: white;
}

.edit-btn { background-color: #007bff; }
.delete-btn { background-color: #dc3545; }
.preview-btn { background-color: #28a745; }

.edit-btn:hover { background-color: #0056b3; }
.delete-btn:hover { background-color: #c82333; }
.preview-btn:hover { background-color: #218838; }



