/* fonts */

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v28/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*  */
body {
    background-color: #f8f9fa;
}
.colorbg {
    height: 256px;
    background-image: url(images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    position: relative; 
}

.overlay-container {
    position: relative; 
    margin-top: -210px; 
    z-index: 1; 
}


/* Custom Radio Button Styles */
.custom-radio-group {
    display: flex;          
    flex-wrap: wrap;        
    gap: 1rem;  
}

.custom-radio {
    display: flex;          
    align-items: center;   
    margin-bottom: 0;      
    cursor: pointer;       
    flex: 1;  
}

.custom-radio input[type="radio"] {
    display: none;
}

.custom-radio .radio-checkmark {
    width: 1rem;
    height: 1rem;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 0.5rem;
    background-color: transparent;
    position: relative;
}

.custom-radio input[type="radio"]:checked + .radio-checkmark {
    background-color: #2276e3;
}

.custom-radio span {
    color: #4f525a;   
    line-height: 1.2;
}

.custom-radio input[type="radio"]:checked + .radio-checkmark::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: white;
    transform: translate(-50%, -50%);
}

/* Button Styling */
.btn-warning {
   background: #faa94d;

    border: none;
    color: white;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 1rem;    
    text-align: center;  
    cursor: pointer;
    font-weight: bold;
    
}

.btn-warning:hover {
    background-color: #f97316;
    color: white;
}

/* Badge Styling */
.badge {
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
}

.btn-link {
    font-size: 0.9rem;
    /* color: #007bff; */
    text-decoration: none;
    font-weight: bold;
}

.btn-link:hover {
    text-decoration: none;
}

/* Form Inputs */
.form-control {
    margin-bottom: 1rem;
}

/* Card Styling */
.card {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-body {
    position: relative;
    padding: 20px;
}

.card-img-top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.custom-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.custom-card .card-body {
    flex: 1;
}

/* Online Cab Booking on GoIbibo */

.collapsable-container h2 {
    margin-top: 20px;
}

.collapsable-container p {
    margin-bottom: 15px;
}

.collapsable-container-text {
    cursor: pointer;
    color: #007bff;
    text-decoration: underline;
    margin-top: 15px;
    display: inline-block;
}

.additional-content {
    display: none;
}

.additional-content {
    display: none;
}

.collapsable-container-text {
    color: blue;
    cursor: pointer;
}

/*........................ scrollel section*/



.sc-pIvhh {
    display: flex;
    overflow: hidden;
}

.sc-pQQXS {
    display: flex;
    transition: transform 0.3s ease;
}

.sc-prrfo {
    flex: 0 0 auto;
    padding: 10px;
}

.sc-pAkoP {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.sc-pkvvt img {
    max-width: 100px;
}

.sc-pZopv {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
}

.sc-plgXW, .sc-ptEpz {
    /* Add arrow styles */
}

/*  */
.col-fifth {
    flex: 0 0 20%;
    max-width: 20%;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
}
@media (max-width: 768px) {
    .col-fifth {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
a {
    text-decoration: none;
}

.kyKulq {
    margin-top: 2rem;
    font-size: 2rem;
    color: rgb(20, 24, 35);
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
}

.card-title h2 {
    font-size: 1.3rem;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
}

/* Footer */

.footerBox {
    background-color: #f8f9fa;
    padding: 30px 0;
    position: relative;
}

.footerLinks h5 {
    text-transform: uppercase;
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 10px;
}

.footerLinks ul {
    list-style: none;
    padding-left: 0;
}

.footerLinks li a {
    color: #6c757d;
    text-decoration: none;
}

.footerLinks li a:hover {
    text-decoration: underline;
}

.footerLocations p {
    margin-bottom: 0;
}

.footerLocations a {
    color: #6c757d;
    text-decoration: none;
    margin-right: 5px;
}

.footerLocations a:hover {
    text-decoration: underline;
}

.footerAppLinks h5 {
    font-size: 14px;
}

.footerAppLinks .padT10 {
    margin-top: 10px;
}

.footerAppLinks .fl {
    display: inline-block;
    margin-right: 10px;
}

.icon-facebook, .icon-twitter, .icon-youtube {
    font-size: 24px;
    color: #6c757d;
}

.icon-facebook:hover, .icon-twitter:hover, .icon-youtube:hover {
    color: #343a40;
}

/* Mobile App links styling */
.fthm-mobApp {
    display: inline-block;
    width: 120px;
    height: 40px;
    background-size: contain;
}

.fthm-goog {
    background-image: url('');
}

.fthm-app {
    background-image: url('');
}

.fthm-wind {
    background-image: url('');
}


/* Additional styles as required */
.fl {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    color: #6c757d;
}

.fl:hover {
    color: #343a40;
}


/* price page css */

.cab-card {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 0.75rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    margin-bottom: 1rem;
}

.rating-badge {
    background-color: #28a745;
    color: white;
    border-radius: 0.25rem;
    padding: 0.25rem 0.5rem;
}
.select-btn {
    background-color: #ff6600;
    color: white;
    border: none;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
}
.premium-badge {
    background-color: #ffc107;
    color: black;
    border-radius: 0.25rem;
    padding: 0.25rem 0.5rem;
    font-weight: bold;
}
.feature-list li {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}
.feature-list li i {
    margin-right: 0.5rem;
}
.feature-icon {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
}
.price {
    font-size: 1.5rem;
    font-weight: bold;
}
.price span {
    font-size: 0.75rem;
    color: #6c757d;
}
.inclusive {
    font-size: 0.875rem;
    color: #6c757d;
}
.reviews {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.premium-features {
    display: flex;
    align-items: center;
}
.move-up {
    margin-top: -20px; 
}
.feature-icon {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
}


/* confirm css */
body {
    font-family: Arial, sans-serif;
}

.card-body ul {
    list-style: none;
    padding-left: 0;
}

.card-body ul li {
    margin-bottom: 5px;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
}

.car-image {
  
        width: 10.0rem;
        height: 7.0rem;
        border: 0.1rem solid rgb(229, 237, 246);
        box-shadow: rgba(203, 203, 203, 0.5) 0px 0.2rem 0.6rem 0px;
        flex-shrink: 0;
        margin-right: 1.6rem;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        position: relative;
   
}

.move-up2 {
    margin-top: -200px;
    position: relative;
    z-index: 1;
}

/* .arrow-icon {
    fill: #898B91;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
} */

/* Accordin Section 2*/

.policyIcon img {
    height: 30px;
}
.cancellationPolicyContent {
    margin: 20px;
}
.cancellationPolicyList {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.cancellationPolicyList h5 {
    margin: 0 10px;
    font-size: 14px;
    font-weight: bold;
}
.cancellationPolicyList p {
    margin: 0;
    color: grey;
}



/*  */
.short-label {
    width: 100px;
}
.mobile-group {
    display: flex;
}
.mobile-group select {
    width: 25%;
    margin-right: 5px;
}

/*  */

