.car_item_card {
    margin-bottom: 30px;
}

.car_details {
    border-bottom: 1px solid #00000033;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.car_item_card .car_details_main_div {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding:10px;
}

img.rental_selling_car_image {
    height: 100%;
    min-height: 210px !important;
	object-fit:contain;
}

.car_details .car_image .rental_selling_car_image {
    border-radius: 15px;
}

.car_other_details {
    display: flex;
    justify-content: space-between;
	gap:20px;    
}

.car_other_details p {
    display: flex;
    width:50%;
    gap: 5px;
    margin:0;
	min-width: fit-content;
}

.car_name h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
}

span.car_details_icon {
    color: #000;
}

.rent_and_booking_button {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.rent_amount h2 {
    font-weight: 600;
    font-size: 16px;
}

.selling_price h2 {
    font-weight: 600;
    font-size: 16px;
}

button#book_a_car_button {
    background: #000;
    padding: 5px 20px;
    border-radius: 5px;
    border: none !important;
	font-family:"Poppins", Sans-serif;
}

button#book_a_car_button:hover{
	color:#fff;
}


button.book-a-car-button.car-buy-button{
    padding: 5px 20px;
    border-radius: 5px;
    border: none !important;
}

.error {
    color: red;
    font-size: 14px;
    font-weight: 600;
}

h2.form_name_value {
    font-size: 35px;
    text-align: center;
    font-weight: 600;
    color: #046bd2;
}

.rentACarBookingModal {
    top:15%;
}

.sellACarBookingModal {
    top:15%;
}

.car_button_div {
    display: flex;
    justify-content: space-between;
}

a.view_car_details_button {
    background: #000;
    padding: 5px 20px;
    border-radius: 5px;
    border: none !important;
    color: #fff !important;
	font-weight:500;
}

.explore-all-cars {
    text-align: center;
    margin-bottom: 50px;
}

a.explore-all-cars-button {
    background: #046bd2;
    padding: 1px 35px;
    border-radius: 5px;
    border: none !important;
    color: #fff;
    text-align:center;
}

.explore_more_button_div {
	text-align: center;
	margin: 50px;
	font-weight:600;
	font-family:"Poppins", Sans-serif;
}

.explore_more_button_div a {
    text-align: center;
    background: #ba181b;
    color: #fff !important;
	padding:15px 30px;
    border-radius: 5px;
}
.explore_more_button_div a:hover{
	background:#000;
}

.selling_price {
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
}
/**
*Single page css
*/

.site-content .ast-container {
    display: block !important;
    max-width: 100% !important;
    padding:0;
    margin:0;
}

.car-content-section {
    padding: 50px;
}

.main-section{
    background:#fff;
}

.banner-section {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    min-width: 1240px !important;
    background:url('../images/banner-image-gaadi.jpg');
}

.car-title h2 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.car-bread_crumbs {
    font-size: 16px;
    color: #fff;
}

.text-info {
    padding: 75px;
}

span.attribute-title {
    font-weight: bold;
}

.car-specifications-div {
    display: flex;
	gap:10px 40px;
    margin:20px 0;
	flex-wrap:wrap;
		font-family:"Poppins", Sans-serif;
	color:#000;
}

.car-description{
	color:#000;
}

.car-name-div h2 {
    font-size: 40px;
    font-weight: bold;
    color: #000;
}

.attributes-data {
    font-size:20px;
    font-weight:400;
}

.car-post-content-section {
    padding: 20px;
    margin: 50px 0;
}

div#response_message {
    font-size: 15px;
    font-weight: 600;
}

div.success-message {
    color: green;
}

div.error-message {
    color: red;
}

/* Container for the tooltip */
.tooltip-button {
    position: relative;
    display: inline-block;
    font-size: 16px;
    background: #046bd2;
    padding: 5px 20px;
    border-radius: 5px;
    border: none !important;
}


/* Tooltip text */
.tooltip-button .tooltip-text {
    visibility: hidden;
    width: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Position the tooltip above the button */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    white-space: nowrap;
}

/* Tooltip arrow */
.tooltip-button .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%; /* At the bottom of tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

/* Show the tooltip when hovering */
.tooltip-button:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}


.car-already-booked .tooltip-button {
    padding: 15px 30px;
	    background: #046bd2;
    padding: 5px 20px;
    border-radius: 5px;
    border: none !important;
	font-family:"Poppins", Sans-serif;
}





/* Write by Aman  */


.car_detail_title{
	font-family:"Poppins", Sans-serif;
	color:#000;
}