body{
    background: #FFFEF8 !important;
}
.underlineYellowTxt{
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #FC0;
    text-decoration-thickness: 10.5%;
    text-underline-offset: 16%;
    text-underline-position: from-font;
}
.navbAr{
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(3px);
    padding: 0.5rem 1rem;
}
.cabfsSection{
    background: url(cabImg/cabbg.png);
    background-size: cover;
    color: #fff;
    padding-bottom: 3rem;
}
.cAbButton{
    border-radius: 12px;
    background: #FC0;
    padding: 15px 60px;
    color: #fff;
    font-weight: 500;
    border: none;
}
.cabImg{
    width: 600px;
    margin-top: -20%;
    position: sticky;
}

.rideImg{
    position: absolute;
    bottom: 0;
    height: 140px;
    right: 0;
}
.rideImg2{
    position: absolute;
    bottom: 0;
    width: 120px;
    right: 0;
}
.rideImg3{
    position: absolute;
    bottom: 1rem;
    width: 130px;
    right: 0;
}

.cab-cards-bottom{
    display: flex;
    gap: 3rem;
    justify-content: space-between;
}
.cab-cards-bottom .caBCard{
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 1.8px 10.8px 0px rgba(0, 0, 0, 0.10);
    padding: 21px 15.75px 14px 15.75px;
    width: 20%;
    display: grid;
    color: rgba(32, 32, 32, 0.80);
    transition: 0.5s;
}
.cab-cards-bottom .caBCard img{
    height: 110px;
}
.cab-cards-bottom .hover{
    transform: scale(1.2);
    color: #202020;
    border: 2px solid rgba(255, 204, 0, 0.30);
    box-shadow: 0px 2px 12px 0px rgba(216, 173, 0, 0.20);
    border-radius: 12px;
}
.cab-cards-bottom .caBCard:hover{
    transform: scale(1.2);
    color: #202020;
    border: 2px solid rgba(255, 204, 0, 0.30);
    box-shadow: 0px 2px 12px 0px rgba(216, 173, 0, 0.20);
    border-radius: 12px;
}

@media only screen and (max-width: 768px) {
    .cab-cards-bottom{
        display: grid;
        gap: 1rem;
    }
    .cab-cards-bottom .caBCard{
        width: 100%;
    }
    .cab-cards-bottom .hover {
        transform: scale(1);
    }
    .cab-cards-bottom .caBCard:hover{
        transform: scale(1);
    }
    .cAbButtonDiv{
        text-align: center;
    }
}