@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
p {
    margin: 0px !important;
    padding: 0px !important;
}

a {
    text-decoration: none !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}

.video-container {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.video-container video {
    width: 100%;
}

.car-contact-center {
    position: relative;
    width: 100%;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}

.video-container {
    width: 100%;
    max-height: 1200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container video {
    width: 100%;
    height: auto;
    max-height: 1200px;
    object-fit: cover;
}

.information {
    width: 90%;
    margin: 0px auto;
    background-color: #00000015;
    padding: 20px;
    border-radius: 10px;
    position: absolute;
    top: 47%;
    left: 6%;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
}

.calender {
    display: flex;
    justify-content: space-between;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 18px;
    /* margin-top: 25px; */
}

/* #app {
    margin: 50px auto;
    text-align: center;
    width: 300px;
  }
  .date{
    appearance: none;
  }

  #closeModal{
    font-size: 22px !important;
    font-weight: bold;
}

.error-message{
    color: red;
    font-size: 13px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
} */

/* .city-typeA {
    width: 93%;
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    border-radius: 0px !important;
    font-family: "Inter", sans-serif;
    outline: none;
    border-right: 2px solid #D1DBE5;
  } */
/* 
.location-A  input::placeholder{
    font-size: 18px;
    font-family: "Inter" , sans-serif;
    font-weight: 500;
    line-height: 18px;
    color: #343D3C !important;
  } 
  #cityInput{
    outline: none;
    border: none;
    width: 100%;
    padding: 15px;
    border: 1px solid lightgray;
    border-radius: 10px;
  }
  .Arrow{
    border-right: 2px solid #D1DBE5;
    color: #C1C7D5;
    font-size: 23px;
} */
/* .locationA{
    border-right: 2px solid #D1DBE5;
} */
/* .modal-content{
    width: 42% !important;
    display: block !important;
    box-shadow: 2px 5px 5px 2px;
  }
  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
  } 
  .modal-content {
    padding: 20px;
  } */
/* .top-city{
    font-size: 14px;
    font-weight: 300;
    font-family: "Inter", sans-serif;
    line-height: 8px;
    color: #4E4E4E;
    border-bottom: 1px solid;
  } */

/* .close {
    float: right;
    font-size: 20px;
    cursor: pointer;
  }
  .dropdown-B {
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    max-height: 200px;
    overflow-y: auto;
  }
  .dropdown-B li {
    padding: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    font-family: "Inter", sans-serif;
  }
  .dropdown-B li:hover {
    background-color: #16CE92;
    border-radius: 5px;
    padding: 5;
  }  */
/* .location-A span, .location-B span{
    font-size: 18px;
    font-family: "Inter";
    font-weight: 500;
    line-height: 18px;
    color: #343D3C;
} */
.location-A {
    /* border-right: 1.5px solid #8F99AF; */
    padding: 9px;
    width: 34%;
}

.location-B {
    padding: 9px;
    border: none;
}

.flatpickr-day {
    font-size: 16px !important;
    font-weight: bold !important;
    font-family: "Inter", sans-serif !important;
}

.form-control {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    display: flex !important;
    width: 100% !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.location-A h3,
.location-B h3 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #05073C;
}

.search-car {
    background: none;
    border: none;
    background-color: #05073C;
    border-radius: 7px;
    padding: 19px 30px 19px 30px;
    /* width: 100%; */
    cursor: pointer;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 24px;
}

.search-btn {
    display: flex;
    justify-content: center;
}

.city-type {
    border: none;
    width: 100%;
    border: 1px solid lightgray;
    padding: 17px 5px;
    outline: none;
    border-radius: 5px;
    margin: 10px 0px;
}

.city-type option,
.city-type {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #A9B0C1;
}

.date-A {
    width: 99%;
    display: flex;
    /* gap: 5px; */
    padding: 0px 5px;
}

.destination {
    position: absolute;
    top: 78%;
    left: 6%;
}

.destination h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
}

.citys {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #FFFFFF;
}

.book-now button {
    background: none;
    border: none;
    outline: none;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
    color: #FFFFFF;
    background-color: maroon;
    padding: 19px 30px 19px 30px;
    border-radius: 7px;
}

.motercycle-brands {
    background-color: #FFFFFF;
    padding: 10px;
}

.bike-brands {
    margin: 0px 60px;
    margin-top: 55px;
}

.bike-brands h5 {
    color: #000000;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.bike-brands h2 {
    font-size: 32px;
    font-weight: 650;
    text-transform: uppercase;
    margin: 10px 0;
    color: #05073C;
    font-family: "Poppins", sans-serif;
}

.brands-text-color {
    color: maroon;
}

.item-A {
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 4px 12px 0px #0B0D391A;
    padding: 10px;
    margin: 5px;
}

.cards {
    background-color: #FFFFFF;
    padding: 12px 20px;
}

/* .cards:hover{
    background-color: bisque;
} */
.bike-card a img {
    width: 23% !important;
}

.bikes-imgA {
    height: 150px;
}

.bike-name {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0;
    color: #05073C;
    text-align: center;
    font-family: "Inter", sans-serif;
}

#carousel-A .owl-nav,
#carousel-C .owl-nav {
    position: absolute;
    top: -70px;
    /* margin-top: 30px; */
    right: 2%;
}

#carousel-A,
#carousel-C {
    width: 96%;
    margin: 0px 50px;
}

.cars-imgA {
    height: 160px;
}

.owl-next span,
.owl-prev span {
    border: 1px solid lightgray;
    font-size: 23px;
    padding: 2px 15px;
    width: 40px !important;
    height: 40px;
    border-radius: 50px;
    display: flex;
}

.owl-theme .owl-nav {
    background: none;
}

.renting-card {
    display: flex;
    gap: 20px;
}

.renting-bike {
    background-color: #05073C;
    padding: 15px 40px 30px;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 0px #6367e6;
}

.renting-bike h3 {
    margin-top: 15px !important;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 32px;
    font-family: "Inter", sans-serif;
    margin-bottom: 15px !important;
}

.renting-bike button {
    background: none;
    border: none;
    outline: none;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-top: 25px;
    color: #FFFFFF;
    background-color: maroon;
    padding: 15px 30px;
    border-radius: 10px;
}

.excellent-review {
    width: 90%;
    margin: 50px auto;
    /* width: 20%; */
}

.excellent {
    width: 22% !important;
}

.excellent h3 {
    font-size: 21px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    color: #000000;
    margin-bottom: 10px !important;
}

.excellent i {
    color: #FFC523;
    font-size: 30px;
    margin-bottom: 10px;
}

#carousel-B {
    width: 100%;
    margin-top: 10px;
}

#carousel-B .owl-nav {
    position: absolute;
    top: -70px;
    right: 5px;
}

#carousel-B .owl-nav button:hover,
#carousel-A .owl-nav button:hover,
#carousel-C .owl-nav button:hover {
    background-color: #0B0D39 !important;
    border: none !important;
    background: none;
    color: #FFFFFF !important;
    border-radius: 50px !important;
}

/* .google-img{
    width: 50%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
} */
/* .reviews{
    font-size: 19px !important;
    color: #000000 !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
}
.excellent p{
    font-size: 18px;
    color: #000000;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}
.excellent-review{
    display: flex;
    gap: 15px;
} */
.reviewA p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    margin-top: 5px !important;
    margin-bottom: 10px !important;

}

.item-B {
    background-color: rgb(255, 255, 255);
    align-items: center;
    display: flex;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(242, 242, 255);
    border-image: initial;
    padding: 15px 18px;
    border-radius: 20px;
    margin: 5px;
    box-shadow: 0px 4px 12px 0px #0B0D391A;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.item-B:hover {
    background-color: hsl(240, 33%, 98%);
    transform: translateY(-5px);
    border-radius: 20px;
}

.customer-image {
    width: 55px !important;
}

.nameA {
    display: flex;
    gap: 10px;
}

.name {
    display: flex;
    gap: 10px;
}

.customer-name h4 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 19px;
    color: #0B0D39;
    margin: 4px 0px !important;
}

.customer-name p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #0B0D39;
    margin: 4px 0px !important;
}

.review-text {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-icon img {
    width: 30px;
    height: 30px;
}

.reviewA i {
    color: #FFC523;
    margin-top: 10px;
}

.error-msg {
    color: red;
    font-size: 13px;
    margin: 5px 0;
}

/* .owl-prev span, .owl-next span{
    position: absolute;
    left: -40px;
    top: 45px;
    border: none;
    font-size: 45px;
    color: #6D6E88;
} */
/* .owl-next span{
    left: 100% !important;
} */
/* .owl-next span{
    position: absolute;
    right: -40px;
    top: 45px;
    border: none;
    font-size: 45px;
    color: #6D6E88;
} */
/* --------------------home-page-------------- */
/* ---------------------Bike-Listing------------- */
.car-list {
    width: 90%;
    margin: 40px auto;
    display: flex;
    gap: 35px;
}

.container-left {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 35%;
    height: 100%;
}

.filter-d-none {
    display: none;
}

.filters h2 {
    font-size: 23px;
    color: #05073C;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 10px 0px !important;
}

.clear {
    float: right;
    font-family: "Inetr", sans-serif;
    font-size: 14px;
    color: #007bff;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 400;
}

.input-group {
    margin-bottom: 20px;
}

.input-group label {
    font-weight: 500;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    color: #05073C;
    margin-bottom: 8px;
    display: block;
}

input,
select {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    outline: none;
}

.input-group input,
.input-group select {
    font-weight: 500;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    color: #aaa;
}

.checkbox-group {
    margin-top: 10px;
}

.checkbox-group label {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    color: #aaa;
}

.checkbox-group input {
    width: 10%;
}

.search-input {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    outline: none;
}

.search-input input {
    padding-right: 30px;
}

.search-input i {
    font-size: 16px;
    color: #aaa;
    margin-right: 15px;
}

.card-container {
    width: 100% !important;
}

.dropdown-container {
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 10px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.select-sorting {
    display: flex;
    justify-content: end;
}

.dropdown-container select {
    border: none;
    background: transparent;
    font-size: 16px;
    color: #6b7280;
    width: 100%;
    outline: none;
    padding: 10px !important;
}

.dropdown-container::after {
    font-size: 14px;
    color: #9ca3af;
    pointer-events: none;
}

.containerA {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.bike-cardA {
    background: white;
    border-radius: 10px;
    padding: 15px;
    width: 31%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.bike-cardA a img {
    width: 100%;
}

.bike-cardA h3 {
    margin: 10px 0px !important;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #05073C;
}

.price {
    color: #555;
    margin: 10px 0px;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.cars-img {
    /* height: 200px; */
}

.bikes-img {
    height: 230px;
}

.stars {
    color: #999;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.button,
.submit-review button {
    background-color: #183153;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    cursor: pointer;
}

.button:hover {
    background-color: #05073C;
}

.show-more-btn {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.show-more-btn button {
    background-color: maroon;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.show-more-btn button:hover {
    background-color: #05073C;
}

.cars-img image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin: 0px auto !important;
}

/* -----------------------Bike-Listing------------ */
/* ----------------contact-Us------------------ */
.address-cards {
    display: flex;
    gap: 15px;
    width: 90%;
    margin: 40px auto;
}

.address {
    text-align: center;
    padding: 35px 24px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    margin-bottom: 24px;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 5px;
    box-shadow: 0px 4px 12px 0px #0B0D391A;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.address:hover {
    background-color: hsl(240, 33%, 98%);
    transform: translateY(-5px);
    border-radius: 20px;
}

.address h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: maroon;
    margin-top: 10px !important;
}

.address p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #05073C;
    margin-top: 10px !important;
}

.loaction-addres {
    margin-top: 10px !important;
}

.address-icon {
    display: flex;
    justify-content: center;
}

.address-icon i {
    padding: 15px 18px;
    border-radius: 50px;
    background-color: #eaecf1;
    font-size: 25px;
    color: #05073C;
}

.contact-form {
    display: flex;
    gap: 20px;
    width: 90%;
    margin: 0px auto;
}

.form {
    width: 50%;
}

.contact-info,
.contact-infoA {
    margin-top: 15px;
}

.first-name {
    border: 1px solid #d9d9d9;
    outline: none;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    width: 95%;
    padding: 15px;
    border-radius: 10px;
    background: none;
}

.form-name input,
.form-name textarea {
    margin-top: 5px;
}

.email-address {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #05073C;
}

.submit {
    background: none;
    border: none;
    outline: none;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    box-shadow: 0px 2px 4px 0px #0000001A;
    background-color: #05073C;
    padding: 11px 35px;
    border-radius: 0px 20px 20px 23px;
    margin-top: 15px;
    cursor: pointer;
}

.contact-map {
    width: 50%;
    margin-top: 15px;
}

/* -------------------contact-us--------------- */
/* --------------------privacy-policy------------ */
.privacy h2 {
    text-align: center;
}

.privacy-policy {
    margin-top: 30px !important;
    background-color: #FFFFFF;
    padding: 35px 30px;
    /* border: 10px solid #F7F6FF; */
    box-shadow: 0px 5px 15px 0px #6367e6;
    border-radius: 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.privacy-policy-info h4 {
    font-size: 18px;
    color: #0B0D39;
    font-family: "Inter", Sans-serif;
    font-weight: 600;
    margin: 10px 0px !important;
}

.information-collection {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #4D4D4D;
    line-height: 25px;
}

.privacy-list {
    color: #05073C;
    padding-left: 20px !important;
    font-size: 20px;
}

.privacy-list p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #4D4D4D;
    line-height: 25px;
}

.policy-change {
    margin: 4px 0px !important;
}

/* --------------------------privacy-policy-------------- */
/* ----------------------------terms & condition-------------------- */
.restrictions p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #4D4D4D;
    line-height: 25px;
    margin: 10px 0px !important;
}

.restrictions h3 {
    font-size: 21px;
    color: #0B0D39;
    font-family: "Inter", Sans-serif;
    font-weight: 600;
    margin: 10px 0px !important;
}

/* ----------------------------terms & condition-------------------- */
/* ----------------------bike-Details--------------------------- */
.bike-details-container {
    width: 90%;
    margin: 30px auto;
    display: flex;
    gap: 30px;
}

.left-A {
    width: 35%;
}

.bike-bike-details {
    padding: 20px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.title {
    font-size: 23px;
    font-weight: 650;
    font-family: "Poppins", sans-serif;
    color: #05073C;
}

.price {
    font-size: 18px;
    color: #555;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

.section {
    margin-top: 15px;
}

.bike-loctaion-label,
.dropdown-content h4,
.section-title {
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #05073C;
    display: block;
    margin-bottom: 7px;
}

.bike-pickup-location,
.dropdown-btn,
.dropdown-content p {
    width: 100%;
    padding: 13px 12px;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #555;
    font-size: 14px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

.dropdown-content p {
    border: none;
}

.rental-pickup-date {
    width: 50%;
    padding: 13px 12px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.rental-pikup-input {
    display: flex;
    gap: 20px;
}

.custom-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-btn {
    background: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.dropdown-btn i {
    transition: transform 0.3s ease;
}

.dropdown-content {
    display: none;
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.show {
    display: block;
}

.rotate {
    transform: rotate(180deg);
}

.container {
    padding-top: 15px;
}

.toggle-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.toggle-label {
    font-weight: 400;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    color: #000000;
}

.toggle-label i {
    margin-right: 10px;
}

.switch-input {
    display: flex;
    gap: 7px;
    align-items: center;
}

.price {
    color: #05073C;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 20px;
    transition: 0.3s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: 0.3s;
}

input:checked+.slider {
    background-color: #0044cc;
}

input:checked+.slider:before {
    transform: translateX(16px);
}

.deposit-section {
    margin-top: 15px;
}

.divider {
    border-top: 1px solid #ddd;
    margin: 10px 0;
}

.book-now-btn {
    display: flex;
    justify-content: end;
}

.book-now-btn button {
    background-color: #05073C;
    color: #FFFFFF;
    padding: 8px 13px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    grid-area: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.verifaction-profile {
    display: flex;
    gap: 30px;
}

.user-form {
    width: 100%;
}

.user-form input {
    margin-top: 25px;
    padding: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #888888;
}

#userPhone[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.profile-verifaction h3 {
    margin-bottom: -5px !important;
    text-align: center;
}

.profile-verifaction {
    /* margin-top: 15px; */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 40px;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin: 0px 60px;
    padding-top: 50px;
    width: 70%;
    margin: 40px auto;
}

.bike-model-btn h3 {
    font-size: 21px;
    font-weight: 650;
    color: #05073C;
    font-family: "Poppins", sans-serif;
}

.bike-model-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bike-model-btn button {
    font-size: 23px !important;
    font-weight: bold !important;
    color: #000000 !important;
    background: none !important;
    color: none !important;
    margin-top: 0px !important;
    border: none;
}

.model-contentA {
    margin: -1% auto;
    padding: 20px;
    width: 90%;
    max-width: 450px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.submit-btn {
    padding: 10px 20px;
    background: #183153;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

#bookingForm input {
    width: 100%;
    padding: 15px;
    margin: 10px 0;
}

#review-avenger-street {
    display: none;
}

#upload-document button {
    margin-top: 20px;
}

.review-formA {
    width: 100%;
    margin-top: 20px;
}

.review-formA-label {
    width: 100%;
    padding: 10px 18px;
    border: 1px solid #ddd;
    border-radius: 10px;
    outline: none;
}

.file-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.file-label span,
.adhar-card {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #888888;
}

.preview-image {
    width: 100%;
    margin-top: 15px;
}

#adharError,
#nameError,
#panError {
    color: red;
    font-size: 16px;
    display: block;
    margin-top: 5px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.right-A {
    height: 100%;
    width: 65%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.choose-file-btn {
    background-color: #d6e2f3;
    padding: 10px 24px;
    border-radius: 8px;
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
    color: #05073C !important;
    font-size: 16px !important;
}

.avenger-street h3 {
    font-size: 21px;
    font-weight: 650;
    text-transform: uppercase;
    margin: 15px 0 !important;
    color: #05073C;
    font-family: "Poppins", sans-serif;
}

.bike-avenger-street {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bike-avenger-street span {
    font-size: 16px;
    color: #555;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.features-review {
    display: flex;
    gap: 15px;
    align-items: center;
    margin: 10px 0px;
}

.features-review h4 {
    font-size: 18px;
    color: #05073C;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.features-review span {
    font-size: 18px;
    color: #555;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.form-reating-container i {
    color: #555;
    cursor: pointer;
    margin: 10px 0px;
}

.rating-form {
    display: flex;
    gap: 20px;
    width: 100%;
}

.review-form {
    width: 50%;
    margin-top: 15px;
}

.review-formA textarea {
    border: 1px solid #d9d9d9;
    outline: none;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    width: 98%;
    padding: 15px;
    border-radius: 10px;
    background: none;
}

.submit-review button {
    margin-top: 30px;
}

.error-message {
    color: red;
    font-size: 16px;
    display: block;
    margin-top: 5px;
    text-align: left;
    font-weight: 400;
}

.coupon-model {
    background-color: rgb(232, 229, 229);
    border-radius: 20px;
    padding: 15px 25px;
    width: 100%;
}

.coupon-model {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.model-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 30px;
    border-radius: 8px;
    width: 34%;
    text-align: center;
    position: relative;
}

.redeemed h3 {
    font-size: 32px;
    align-items: center;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #000000;
}

.model-content button {
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    background-color: #05073C;
    color: #FFFFFF;
    padding: 13px 45px;
    border: none;
    margin-top: 20px;
    border-radius: 8px;
    cursor: pointer;
}

.choose-file-btn i {
    margin: 5px 0px;
    font-size: 20px;
    margin-left: 5px;
    color: #000000;
}

/* ----------------------bike-details & car-details---------------- */
/* ------------------------about-us------------------------------- */
.about-us h4 {
    text-align: center;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #000000;
}

.about-us-text {
    text-align: center;
    margin-top: 10px;
}

.about-bike-car {
    margin-top: 30px;
}

.about-bike-car p {
    text-align: center;
    font-size: 17px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #000000;
    line-height: 27px;
}

.about-us-cards {
    margin-top: 30px;
    display: flex;
    gap: 20px;
}

.about-bike-car-text {
    margin-top: 15px !important;
}

.about-bike-limit {
    padding: 20px 15px;
    width: 25%;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.about-bike-limit:hover {
    background-color: hsl(240, 33%, 98%);
    transform: translateY(-5px);
    border-radius: 10px;
}

.limit-bike {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.limit-bike span {
    background-color: #05073C;
    padding: 10px 15px;
    border-radius: 50px;
    color: #FFFFFF;
    font-size: 20px;
    /* transition: background-color 0.3s ease, transform 0.3s ease; */
}

/* .limit-bike span:hover{
    background-color: maroon(240, 33%, 98%);
    transform: translateY(-5px);
    border-radius: 50px;
} */
.limit-bike-text {
    margin-top: 20px;
}

.times,
.timess{
    display: none;
}

.date-A, .city-type{
           flex-direction: row !important;  
}
    .information {
        flex-direction: row !important;
        /*gap: 10px;*/
    }

.limit-bike-text p {
    text-align: center;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #000000;
    line-height: 27px;
}


/* ------------------------------------------ */