body {
    background-color: #f7b500;
    color: #050505;
    font-family: 'Sailec W00', Sailec, Helvetica, Arial, sans-serif;
    font-weight: 400;
    /*max-width: 600px;*/
    margin: 0 auto;
}



header .logo img {
    max-width: 150px;
}

.container {
    max-width: 650px;
    display: block;
    margin: 0 auto;
    background-color: #fffefb;
    box-shadow: -5px 5px 10px black;
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    list-style: none;
}

.nav-link {
    --bs-nav-pills-link-active-bg: var(--bs-dark);
    color: black;
    border: 1px solid transparent;
}

.nav-link:hover {
    color: #000;
    background: #ffe082;
    border: 1px solid #f7b500;
}

.nav-item {
    width: 33.3333%;
}

.nav-item .active:hover {
    border: 1px solid #000;
}

.btn:hover {
    color: #000;
    background-color: #29b1a5;
    border-color: #29b1a5;
}

.note {
    padding-left: 3em;
    position: relative;
}

.note::before {
    content: '';
    background-image: url('sprites.svg');
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    left: 0;
    background-position: -150px -200px;
}

#pills-tab {
    background: #efefef;
    font-weight: 600;
}
#pills-booking-tab, #pills-recharge-tab, #pills-history-tab {
    width: 100%;
}

#no-of-tickets_MP_cBdLN29i2 {
    max-width: 100px;
    margin: 0 5px;
    border-radius: var(--bs-border-radius);
}

.btn-general {
    background: #29b1a5;
    color: #fff;
    padding: 10px;
}

#travelInfo {
    display: none;
}

#distance,
#totalFare {
    padding: 0.4em 0.8em;
    background-color: #efefef;
    border: 1px dashed black;
    display: inline-block;
}

.btn-general:hover {
    background-color: #000;
}

.btn-general a {
    text-decoration: none;
    color: #fff;
}

.form-label {
    font-weight: 600;
}

#fb-icon:hover {
    color: #1877F2 !important;
}

#x-icon:hover {
    color: #000 !important;

}

#insta-icon:hover {
    color: #E4405F !important;
}



.how-to-get-col ul {
    padding-left: 4em;
}

.how-to-get-col ul li {
    position: relative;
    list-style: none;
}

.how-to-get-col ul li::before {
    background-image: url('sprites.svg');
    background-position: -201px -200px;
    display: inline-block;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: -60px;
    content: " ";
    padding-top: 2px;
    margin-top: 5px;
}

.how-to-get-col ul li.icon-person::before {

    background-position: -250px -200px;
}

.origin-destination-text {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 100%;
font-size: 0.95rem;
padding: 0 !important;
line-height: 1.75em;
}
.arrow-line {
font-size: 1rem;
color: #000;
font-weight: bold;
}
.arrow-down-icon {
width: 24px;
height: 24px;
color: #29b1a5;
}

img.qr-icon {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    object-fit: cover;
    transition: all 0.3s ease;
}

img.qr-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

#footer {
    width: 100%;
    margin-top: 3rem;
    overflow: hidden;
    display: table-footer-group;
    background: #29b1a5;
    text-align: center;
    color: #030303;
    padding: 3em;
    bottom: 0;
    display: block;
}

.footer-nav::after {
    content: "";
    border-bottom: 1px solid #bbbb;
    /* width: 1px; */
    height: 1px;
    display: block;
    margin: 25px 0;
}

.footer-nav {
    display: inline-block;
}

.footer-nav a {
    text-decoration: none;
    color: #000;
}

.footer-nav a:hover {
    text-decoration: underline;
}

#footer ul {
    display: inline-block;
    list-style: none;
    margin: 0 !important;
}

#footer ul li {
    display: inline;
}

#footer .version-info {

    font-size: 0.8em;
    display: inline-block;

    color: #231f20;
}