/* logn and register css==============
===================================== */
.heading-box {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #333;
}

.log-in-form {
    padding: 70px 0px;
    margin: auto;
}

.login-signup {
    padding: 20px;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-align: center;
}

.heading-box {
    color: #855DFF;
    font-size: 35px;
}

.form-group.box-content {
    margin-bottom: 15px;
    text-align: left;
}

.form-group.box-content label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
/* 
.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
} */

.sub-btn {
    width: 100%;
    padding: 10px;
    background: #855DFF;
    color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.sub-btn:hover {
    background: white;
    color: black;
    border: 1px solid black;
}

p.account {
    font-size: 20px;
    margin-top: 5px;
}

p.account a {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.heading-register {
    position: relative;
    text-align: start;
    font-size: 33px;
    font-weight: 400;
}
.form-group {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
}

.form-label {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #777;
    transition: all 0.3s ease;
    pointer-events: none;
    background: white;
    padding: 0 5px;
}

.form-control:focus + .form-label,
.form-control:not(:placeholder-shown) + .form-label {
    top: 0;
    font-size: 12px;
    color: #007bff;
    padding: 0 5px;
}

.form-control:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

.required {
    color: #dc3545;
    font-weight: bold;
}

.form-group.error-state .form-control {
    border-color: #dc3545;
    background-color: #fff5f5;
}

.form-group.error-state .form-label {
    color: #dc3545;
}

.form-group.error-state {
    display: block;
}
.form-group {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
}

.form-control {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: transparent;
}

.form-label {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #777;
    transition: all 0.3s ease;
    pointer-events: none;
    background: white;
    padding: 0 5px;
}

.form-control:focus + .form-label,
.form-control:not(:placeholder-shown) + .form-label,
select:focus + .form-label {
    top: 2px;
    font-size: 12px;
    color: #333;
}

.terms {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.terms input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.terms label {
    cursor: pointer;
}

.terms a {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.terms a:hover {
    text-decoration: underline;
}
.register-btn{
    position: relative;
    display: flex;
    width: auto;
}

.register-steps {
    list-style-type: disc;
    padding: 0;
    text-align: justify;
    padding-left: 1rem;
}

.register-steps li {
    font-size: 16px;
    color: #333;
    padding: 5px 0;
}
.recaptcha-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: fit-content;
    margin-bottom: 22px;
}

.recaptcha-container input {
    width: auto;
    margin-right: 10px;
}

.recaptcha-logo {
    width: 50px;
    height: auto;
    margin-left: 10px;
}
.sub-heading p{
    display: flex;
}
p.leading-mobile {
    display: flex;
    font-size: 12px;
}
.login-forgot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.forgot-password{
    color: black;
    text-decoration: none;
}
.sub-head-cont {
    text-align: justify;
}
.image-login img{
    width: -webkit-fill-available;
}
/* first section to landing page ==============
============================================*/

.car-book {
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
    overflow: hidden;
}

.landing-page-img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.landing-page-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}

.landing-page-content {
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.landing-page-content h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.3;
}

.booking-now {
    background-color: white;
    text-decoration: none;
    color: black;
}
/* trip safety section css===============
======================================== */
.trip-section {
    background: #f8f9fa;
    padding: 60px 20px;
    text-align: center;
}
.icon-image img{
    height: 50px;
}

.trip-header h2 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.trip-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.feature-box {
    background: #fff;
    padding: 30px;
    width: 300px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.feature-box .icon {
    font-size: 40px;
    color: black;
    margin-bottom: 15px;
}

.feature-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.feature-box p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
/* rides experience section css===============
======================================== */
.ride-section {
    width: 100%;
    padding: 80px 0px;
    background: black;
    color: #fff;
}
.ride-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ride-content {
    max-width: 50%;
}

.ride-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ride-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.ride-features {
    list-style: none;
    padding: 0;
}

.ride-features li {
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.ride-features i {
    margin-right: 10px;
    font-size: 20px;
}
.ride-btn {
    display: inline-block;
    padding: 12px 24px;
    background: white;
    color: black;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
    transition: 0.3s;
}

.ride-btn:hover {
    background: none;
    color: white;
    border: 2px solid white;
    transform: translateY(-2px);
}

.ride-image img {
    width: 550px;
    border-radius: 10px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}


/* download app section css===============
======================================== */
.download-app-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.download-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.get-app {
    width: fit-content;
}
/* our achievment section css =================
============================================ */
.achievement-section {
    background: black;
    margin: 60px 0 80px ;
    color: #fff;
}
.achievement-image{
    margin: -40px 0px -40px 0px;
}
.achievement-content {
    display: flex;
    align-items: center;
}
.achievement-image img {
    width: 100%;
    border-radius: 10px;
    animation: fadeIn 1s ease-in-out;
}

.section-title-achievment {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    animation: fadeInUp 1s ease-in-out;
}

.section-description {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
    animation: fadeInUp 1.2s ease-in-out;
}

.achievement-feature {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    animation: fadeInUp 1.5s ease-in-out;
}

.achievement-feature .icon {
    font-size: 24px;
    background: white;
    color: #000;
    padding: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.feature-text h3 {
    font-size: 20px;
    margin: 0;
}

.feature-text p {
    font-size: 14px;
    margin: 5px 0 0;
}



/* how it work section css  ==================
==========================================*/
section.div-padding.how-work-area {
    margin-bottom: 60px;
}
.content-wrapper .left-content {
    align-items: center;
}
.content-wrapper .left-content .how-it-works-title {
    position: relative;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 30px;
}
.icons-div-v-2 {
    display: block;
}
.icons-div-v-2 .icon-item-wrap:not(:last-child) {
    margin-bottom: 20px;
}
.icons-div-v-2 .icon-item-wrap {
    display: flex;
    position: relative;
    align-items: center;
    gap: 20px;
}
.icons-div-v-2 .single-icon,.icons-div-v-2 .single-icons {
    flex: 0 0 auto;
    height: 95px;
    width: 95px;
    text-align: center;
    line-height: 86px;
    position: relative;
    border-radius: 100%;
    background-color: black;
    border: 1px solid rgba(59, 59, 59, 0.3);
}
.icons-div-v-2 .single-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -81px;
    height: 80px;
    width: 2px;
    background-color: #ccc;
    transform: translateX(-50%);
}

.how-it-works-text-wrapper h3{
    font-size: 24px;
}
.single-icon img,.single-icons img{
    filter: brightness(100);
}

/* about cabby section css =======
=============================== */
.who-we-are {
    padding: 0px 0 80px;
}

.who-we-are-left {
    max-width: 500px;
}



.who-we-are-left p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #444;
}

.who-we-are-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.who-we-are-list li {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

.who-we-are-list img {
    width: 24px;
    margin-right: 10px;
}

.who-we-are-btn {
    display: inline-block;
    background: black;
    color: white;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.who-we-are-btn:hover {
    background: white;
    border: 2px solid black;
    color: black;
}

.who-we-are-right {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.main-image {
    width: 100%;
    border-radius: 28px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    animation: fadeIn 1s ease-in-out;
}

.overlay-image {
    width: 60%;
    position: absolute;
    bottom: -30px;
    right: -30px;
    border-radius: 28px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    animation: fadeInUp 1s ease-in-out;
}

/* booking section page css =============
======================================= */
#map {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.book-section {
    background: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin: 30px auto;
}
section#book-section h2 {
    text-align: center;
    padding: 15px 0px;
}
input, select, textarea {
    width: 100%;
    padding: 8px;
    /* margin: 10px 0; */
    border: 1px solid #ccc;
    border-radius: 5px;
}

.book-now {
    width: fit-content;
    margin: 10px auto;
    font-size: 15px;
    letter-spacing: 2px;
}
.ui.input {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0px 8px;
}

.ui.input i.calendar.icon {
    color: #555;
    margin-right: 10px;
}

.ui.input input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
    padding: 0px;
}
.flatpickr-calendar.open:hover {
    opacity: 1;
}

.flatpickr-day.selected, 
.flatpickr-day.today, 
.flatpickr-day.startRange, 
.flatpickr-day.endRange {
    background: black;
    color: #fff;
    border-color: black;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: black;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: black;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
    border-color: black;
    background: black;
    color: #fff;
}
.flatpickr-day.today {
    border-color: black;
    background: black;
    color: #fff;
}
div#customCalendar {
    margin: 8px 0px;
}

div#customPickupCalendar,div#customDropoffCalendar {
    margin: 10px 0px;
}

.booking-container {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
}
.booking-title {
    font-size: 28px;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
}
.car-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}
.car-card {
    background: linear-gradient(to top, #f9f9f9, #ddd);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    transition: 0.3sease;
    position: relative;
    cursor: pointer;
    border: 3px solid #f9f9f9;
}
.car-card:hover, 
.car-card input:checked + .car-card {
    border-color: black;
    background: white;
    transform: scale(1.05);
}
.car-card input {
    display: none;
}
.car-icon {
    font-size: 50px;
    color: black;
    margin-bottom: 10px;
}
.car-info h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}
.car-info p {
    font-size: 16px;
    color: #444;
    margin: 5px 0;
}
.car-options input[type="radio"] {
    transform: scale(1.7); /* Makes it bigger */
    margin-right: 10px; /* Adds space between radio and text */
    accent-color: black; /* Changes radio button color to black */
}
/* faq page css =======================
========================================*/
.faq-section h1 {
    color: black;
    margin-bottom: 20px;
}

.topic {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.open {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.question {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0px;
}

.answer {
    display: none;
    padding: 10px;
    color: #555;
}

.answer a {
    color: black;
    text-decoration: none;
}

.faq-t {
    width: 20px;
    height: 20px;
    background: url('https://cdn-icons-png.flaticon.com/512/271/271228.png') no-repeat center;
    background-size: cover;
    transition: transform 0.3s;
}

.faq-o {
    transform: rotate(90deg);
}

.tab-buttons {
    text-align: center;
    margin-bottom: 20px;
}

.tablink {
    background: #f4f4f4;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
    color: #333;
}

.tablink.active {
    background: #855DFF;
    color: #fff;
}
.tabcontent {
    display: none;
    padding: 15px;
    border-radius: 5px;
}

.tabcontent.active {
    display: block;
}

/* contact page css ========== */

.address-contact{
    display: flex;
    align-items: anchor-center;
    gap: 10px;
}
.address-contact i {
    font-size: 20px;
}


  /* .Msgbox{
        width:90%;padding-left:50px;text-align: center;
    }
    .marker {
        transform: rotate(-180deg);
    } */