    body {
            font-family: Arial, sans-serif;
            background-color: #f5f5f5;
            margin: 0;
            padding: 0;
        }

.b-about.aboutt{
    margin-top: 110px;
    
}
.no-gutters.gutt{
    align-items: center !important;
}

.form-control.st{
    width: 93%!important;
}

.l-main-content.lmc{
    padding-top:0px!important;border:none;
}

.col-lg-6.abtout{
    justify-content: center;display: flex;
    
}

.about-image{
    border-radius: 10px;
}

.h2{
    text-align:left; margin-top:50px;
    
}
.h22{
    margin-top: 25px;
}

.bks{
   text-align: center; margin-top: 20px; 
}

.h33{
    color: #333;
}
.pp{
    color: #666; font-size: 16px; max-width: 600px; margin: auto;
}

.bookstep{
    display: flex; justify-content: space-between; gap: 20px; margin-top: 20px; flex-wrap: wrap;
}
.allstep{
    flex: 1; min-width: 220px; padding: 20px; background: #fff; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); text-align: center;
}
.stepimg{
    width: 50px; margin-bottom: 10px;
}
.steph5{
    color: #333;
}
.stepp{
    color: #666;
}
.tcard{
    width: 18rem; margin-bottom: 20px;
}
.timg{
    height: 200px; object-fit: cover; margin-right: 20px; width: auto;
}


/* Default desktop font sizes */
h1 {
    font-size: 40px!important;
}
h2 {
    font-size: 36px!important;
}
h3 {
    font-size: 30px!important;
}
h4 {
    font-size: 24px!important;
}
h5 {
    font-size: 20px!important;
}
h6 {
    font-size: 18px!important;
}
p {
    font-size: 16px!important;
}

/* Mobile responsive font sizes */
@media (max-width: 440px) {
    h1 {
        font-size: 32px!important;
    }
    h2 {
        font-size: 28px!important;
    }
    h3 {
        font-size: 24px!important;
    }
    h4 {
        font-size: 20px!important;
    }
    h5 {
        font-size: 18px!important;
    }
    h6 {
        font-size: 16px!important;
    }
    p {
        font-size: 16px!important;
    }
}

/*layout styling end here*/



        .car-card-container {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
            padding: 20px;
        }

        .car-card {
            background: #fff;
            border-radius: 10px;
            padding: 15px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
            text-align: center;
            width: 250px;
        }

        .car-card img {
            width: 100%;
            border-radius: 10px;
        }

        .car-card h3 {
            margin: 10px 0;
            font-size: 18px;
        }

        .car-info {
            display: flex;
            justify-content: space-around;
            font-size: 14px;
            color: #666;
        }

        .car-seats {
            font-weight: bold;
        }

        .contact-box {
            display: flex;
            justify-content: space-around;
            align-items: center;
            border: 1px solid #e2e2e2;
            border-radius: 10px;
            margin-top: 10px;
            padding: 10px;
        }

        .contact-box p {
            margin: 0;
        }

        .contact-box a {
            color: #000;
            text-decoration: none;
            font-size: 14px;
        }

        .divider {
            border-left: 1px solid #e2e2e2;
            height: 20px;
        }