body {
  margin: 8px;
  font-family: Arial;
  width: 100%;
  overflow-x: hidden;
}
.headng_align {
  text-align: center;
}
input{
  font-size: 16px !important;
  width: 100%;
}
.headng_align h4 {
  color: rgb(128, 0, 0);
  font-family: Arial;
  font-weight: bold;
  margin: 0px;
}
.headng_align img {
  margin-top: 23px;
}
.headng_align span {
  font-size: 15px;
  margin-left: 5px;
}
.headng_align h5 {
  color: rgb(128, 0, 0);
  font-family: "Arial Unicode MS";
  font-weight: bold;
  margin: 0px;
}
.login_input {
  margin-top: 30px;
}
.login_input p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: rgb(128, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 0px;
  margin-bottom: 25px !important;
}
.login_input h4 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
  color: #800000;
}
.login_input h6 {
  text-align: center;
}
.login_input h6 a {
  font-size: 15px;
  color: #800000;
  font-weight: 500;
  margin-top: 30px;
  text-decoration: none;
}
.login_input .wrapper {
  text-align: center;
}

.login_input .submitBtn button,
.wrapper .modal-Btn {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(180deg, #ffdc40 0%, #d3ac00 100%) !important;
  color: #000000;
  padding: 7px 40px;
  border: none;
  border-radius: 50px;
  box-shadow: 0px 5px 5px 0px #ffdf79 inset, 6px 0px 14px 0px #b49500 inset,
    14px 0px 64px 0px #e6c11240 inset;
  font-style: oblique;
  text-decoration: none;
  cursor: pointer;
}
.login_input .submitBtn button:hover,
.wrapper .modal-Btn:hover {
  color: #800000;
  box-shadow: 0px 5px 5px 0px #ffdf79 inset;
}
.login_input .submitBtn {
  text-align: center;
}
/* ------------====== */
.termsofservice .submitBtn button,
.wrapper .modal-Btn {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(180deg, #ffdc40 0%, #d3ac00 100%) !important;
  color: #000000;
  padding: 7px 40px;
  border: none;
  border-radius: 50px;
  box-shadow: 0px 5px 5px 0px #ffdf79 inset, 6px 0px 14px 0px #b49500 inset,
    14px 0px 64px 0px #e6c11240 inset;
  font-style: oblique;
  text-decoration: none;
  cursor: pointer;
}
.termsofservice .submitBtn button:hover,
.wrapper .modal-Btn:hover {
  color: #800000;
  box-shadow: 0px 5px 5px 0px #ffdf79 inset;
}

.termsofservice .login_input .submitBtn {
  text-align: center;
}

/* --================= */

input#vehicle1 {
  margin: 0px;
}
.login_input p.details {
  font-size: 20px;
}
.login_input .login_details {
  display: flex;
  justify-content: center;
  gap: 15px;
}

/* Modal container */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  transition: opacity 0.3s ease; /* Fade in/out effect */
}

/* Modal content */
.modal__content {
  background-color: #fefefe;
  margin: 3% auto; /* 20% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  border-radius: 10px;
  width: 30%; /* Could be more or less, depending on screen size */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, opacity 0.3s ease; /* Fade in/out and slide effect */
  transform: translateY(-50px); /* Start at a higher position */
  opacity: 0; /* Initially invisible */
  text-align: center;
}

.modal__content h2 {
  margin-bottom: 10px;
}
.modal__content p {
  font-size: 17px;
  line-height: 21px;
}
/* Show the modal when it's active */
.modal.active {
  display: block;
}

.modal.active .modal__content {
  transform: translateY(0); /* Move to its final position */
  opacity: 1; /* Make it visible */
}

/* Close button */
.modal__close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: 500;
  transition: 0.3s;
  position: relative;
  top: -14px;
  right: -8px;
}

.modal__close:hover,
.modal__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.contact_time_form_table tbody tr {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.contact_time_form_table tbody tr td {
  background-color: #7264644d;
  color: #fff;
  width: 100%;
  padding: 18px;
  font-weight: 600;
  font-size: 17px;
}
.contact_time_form_table tbody tr td.inputBox {
  position: relative;
  background: transparent;
  padding: 0;
}
.inputBox {
  position: relative;
}
.inputBox input {
  width: 100%;
  padding: 18px;
  border: 1px solid transparent;
  background: #7264644d;
  border-radius: 0px;
  outline: none;
  color: #fff;
  font-size: 1rem;
  transition: 0.5s;
}
.inputBox span {
  position: absolute;
  left: 0;
  padding: 19px 18px;
  pointer-events: none;
  font-size: 1rem;
  color: rgb(255, 255, 255);
  transition: 0.5s;
  font-weight: 600;
}
.inputBox input:valid ~ span,
.inputBox input:focus ~ span {
  color: #00dfc4;
  transform: translateX(25px) translateY(-7px);
  font-size: 0.7rem;
  padding: 2px 10px;
  background-color: #1d2b3a;
}
.inputBox input:valid ~ span,
.inputBox input:focus ~ span {
  background: #7264644d;
  color: #000000;
  border-radius: 0px;
  border-left: 1px solid #726464;
  border-right: 1px solid #726464;
  font-size: 12px;
  line-height: 14px;
}
.inputBox input:valid,
.inputBox input:focus {
  border: 1px solid #72646400;
}
.contact_time_form_table tbody tr td font {
  color: #fff !important;
}

.call_three_perday_table tbody tr {
  background-color: #fdfdfd;
}
.call_three_perday_table tbody tr td {
  padding: 0px;
}
.call_three_perday_table tbody tr td font {
  display: block;
  border-bottom: 1px solid #808080;
  padding: 9px;
}
.call_three_perday_table tbody tr td input[type="text"] {
  width: 100%;
  background-color: #d9d9d9;
  border: 1px solid #6c6c6c;
  line-height: 23px;
}
.email_number_inputBox {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.email_number_inputBox input {
  background-color: #7264644d;
  color: #fff;
  width: 100%;
  padding: 18px;
  font-weight: 600;
  font-size: 17px;
  border: 1px solid transparent;
}
.email_number_inputBox input::placeholder {
  color: #fff;
}
.email_number_inputBox input:focus-visible {
  outline: none;
}

nav {
  position: relative;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  height: 100px;
  background-color: #80000000;
  padding: 0 5%;
  transition: 0.3s;
}

nav .logo {
  float: left;
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fff;
}
nav .links {
  float: right;
  padding: 0;
  margin: 0;
  width: 80%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
nav .links li {
  list-style: none;
}
nav .links a {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: linear-gradient(219deg, #f26322, #da1b60);
  font-weight: 400;
  border-radius: 26px;
}

#nav-toggle {
  position: absolute;
  top: -100px;
}
nav .icon-burger {
  display: none;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
nav .icon-burger .line {
  width: 30px;
  height: 5px;
  background-color: #000000;
  margin: 5px;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 991px) {
  body {
    width: auto;
  }
  nav {
    position: fixed;
  }
  nav.addSticky {
    background-color: #800000;
  }
  nav .logo {
    float: left;
    width: auto;
    justify-content: center;
  }
  nav .links {
    float: none;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 100%;
    width: auto;
    height: auto;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  nav .links a {
    font-size: 20px;
  }
  nav :checked ~ .links {
    bottom: 0;
  }
  nav .icon-burger {
    display: block;
  }
  nav :checked ~ .icon-burger .line:nth-child(1) {
    transform: translateY(10px) rotate(225deg);
  }
  nav :checked ~ .icon-burger .line:nth-child(3) {
    transform: translateY(-10px) rotate(-225deg);
  }
  nav :checked ~ .icon-burger .line:nth-child(2) {
    opacity: 0;
  }

  .header_height {
    height: 100px;
  }

  /* other */
  .login_input p {
    gap: 2px;
    flex-direction: column;
    margin-bottom: 12px !important;
  }
  .headng_align img {
    width: 100%;
    object-fit: scale-down;
  }
}
