.containers {
    display: flex;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}
.content {
    flex: 3;
}
.sidebar {
    flex: 1;
}
.main-image {
    text-align: center;
}
.main-image img {
    max-width: 100%;
    height: auto;
  
}
.gallery {

    margin-top: 20px;
}
.gallery img {
    width: 24.5%;

}
h2 {
    margin: 20px 0 10px;
}
p {
    color: #555;
    line-height: 1.6;
}
.sidebar .widget {
    margin-bottom: 20px;
}
.widget h4 {
 
    color: #fff;
    padding: 10px;
    margin: 0 0 10px;

}
.widget .list {
    list-style: none;
    padding: 0;
}
.widget .list li {
    margin: 10px 0;
}

.sidebar .widget {
margin-bottom: 30px; 
padding: 15px; 
background-color: #fff; 
border: 1px solid #ddd;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
}


.sidebar .widget h4 {
    background-color: #3ea930;
    color: #fff;
    margin: -15px -15px 15px -15px;
    padding: 15px 15px;
    font-size: 24px;
    font-weight: bold;
}

.sidebar .widget .list {
list-style: none;
padding: 10;
margin: 0;
}

.sidebar .widget .list li {
    margin: 20px 0;
    background-color:#ebebeb;
    padding: 10px;
}
.sidebar .widget .list li:hover{ background-color: #3ea930; color: #fff !important; transition:0.5s ease ; -webkit-transition:0.5s ease ; -moz-transition:0.5s ease ; -ms-transition:0.5s ease ; -o-transition:0.5s ease ; }

.sidebar .widget .list a li{
text-decoration: none; 
color: #231f20; 
font-size: 20px; 
transition: color 0.3s ease; 
padding: 13px;
font-weight: 500;
}

.containers {
display: flex;
flex-direction: row; 
max-width: 1200px;
margin: auto;
padding: 20px;
gap: 20px;
}


.content {
flex: 2;
}

/* Sidebar styles */
.sidebar {
flex: 1; 
}
.vehicle-description{background-color: #ebebeb88; padding: 20px}

.vehicle-description h2{color: #231f20;}
#vehicleimages-gallery .vehicle-images{ border-radius:0px !important ; -webkit-border-radius:0px !important ; -moz-border-radius:0px !important ; -ms-border-radius:0px !important ; -o-border-radius:0px !important ; }
@media (max-width: 768px) {
.containers {
flex-direction: column; 
}
.gallery img {
    width: 24.1%;
}
.content,
.sidebar {
flex: 1
}
#vehicledetails-section {
padding-top: 160px !important;
}
.content {
margin-bottom: 20px; 
}
}

#vehicledetails-section{padding-top: 120px;}
