
/** banner section **/

.hero_new {
     background: url(../assets/images/banner.jpg);
     background-repeat: no-repeat;
     min-height: 500px;
     display: flex;
     justify-content: center;
     align-content: center;
     align-items: center;
     background-size: 100% 100%;
}

.hero_new .container {
     max-width: 1200px;
     margin: 0 auto;
}
 .hero_new .container .row {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.hero_content {
     color: #fff;
     padding: 0 15px;
     text-align: center;
     padding-bottom: 50px;
}

.hero_content h1 {
     color: #fff;
     font-size: 67px;
     line-height: 90px;
     padding-bottom: 35px;
     font-weight: bold;
}


.text-bg p {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     padding-bottom: 60px;
}


/** banner section **/

/** car section **/

.car {
     background: #fff;
     margin-top: 5px;
}

.car .titlepage h2 {
     color: #030100;
     margin-bottom: 20px;
}

.car .titlepage span {
     color: #23262d;
     font-size: 17px;
     line-height: 28px;
}

.padding_leri {
     padding-right: 0;
     padding-left: 0;
}

.car_box {
     text-align: center;
}

.car_box figure {
     margin: 0;
}

.car_box figure img {
     width: 100%;
}
.car_box img {
    max-height: 180px;
    object-fit: contain;
}

.car {
    padding: 80px 0;
}

.car_box h3 {
    background-color: #f6d601;
    font-size: 20px;
    padding: 12px;
    margin-top: 15px;
    font-weight: 600;
}


/** end car section **/

/** Choose  section **/

.choose_section_bg {
    background-color: #f8f9fa; /* Light grey background */
    padding: 40px 0;           /* Adds space at the top and bottom */
    width: 100%;
    display: block;
    clear: both;
}
.choose {
    margin-top: 0 !important; 
}

.choose .choose_box span {
    background-color: #23262d;
    color: #f6d601; /* Yellow text for the numbers */
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}

.choose_box {
    max-width: 600px;
    margin: 0 auto;
}

.choose .titlepage h2 {
     padding-bottom: 20px;
}

.choose .titlepage span {
     font-size: 17px;
     line-height: 28px;
     color: #0c0c0e;
}

.choose .choose_box {
     text-align: center;
    max-width: 600px;
    margin: 0 auto;
}


.choose .choose_box span {
     color: #fff;
     background-color: #23262d;
     border-radius: 50px;
     border: #f6d601 solid 5px;
     padding: 20px 27px;
     display: inline-block;
     font-size: 20px;
     margin-bottom: 20px;
}

.choose .choose_box p {
     color: #23262d;
     font-size: 16px;
     line-height: 28px;
     margin-bottom: 50px;
}


/** end Choose  section **/

.service-card {
    border-radius: 12px;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* DRIVER LANDING PAGE */
.driver-hero {
    background: linear-gradient(
        rgba(0,0,0,0.6),
        rgba(0,0,0,0.6)
    ),
    url('../assets/images/driver_bg.jpg') center/cover no-repeat;
    color: #fff;
}

.driver-hero .card {
    border-radius: 16px;
}

.driver-hero ul li {
    font-size: 16px;
    margin-bottom: 10px;
}



.driver-hero .card {
    border-radius: 18px;
}

.driver-hero label {
    font-weight: 600;
}
.btn-primary {
    background-color: var(--brand-blue);
    border-color: var(--brand-blue);
}
.btn-primary:hover {
    background-color: #082E45;
    border-color: #082E45;
}



.booking-form {
    max-width: 400px;
    margin: 40px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}

.form-group {
    margin-bottom: 15px;
}

.booking-form input,
.booking-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.btn-submit {
    padding: 12px;
    width: 100%;
    background: #0d6efd; 
    color: white;
    border: none;
    border-radius: 5px;
}

.btn-submit:hover {
    background: #0b5ed7;
}

/* About Page Specific Styles */

.about-hero {
    padding: 100px 0;
    background-color: #fff;
}

.about-hero h1 {
    color: #000;
    letter-spacing: -2px;
    line-height: 1.1;
}

.about-hero .lead {
    font-size: 1.25rem;
    margin-top: 20px;
}

/* Section Spacing */
.py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

/* Typography */
h2.fw-bold {
    font-size: 2.5rem;
    color: #000;
    margin-bottom: 1.5rem;
}

.rounded-3 {
    border-radius: 12px !important;
}

.about-img-wrapper {
    position: relative;
    padding: 10px;
    background: #f6d601; 
    border-radius: 15px;
}

/* Stats Styling */
.bg-light {
    background-color: #f6f6f6 !important;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

/* Button override for About Page */
.btn-outline-light {
    border: 2px solid #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

.btn-outline-light:hover {
    background-color: #fff;
    color: #000;
}

.iti { 
    width: 100%; 
    display: block; 
}