.banner .overlay{
 display:none; 
}
section.fleet-sec .head-sec{
 text-align:center;
  margin-bottom:40px;
}
section.fleet-sec .fleet-card {
    background: #f6f6f6;
    padding: 20px;
    border-radius: 4px;
    height: 100%;
    width: 49%;
}
section.fleet-sec .fleet-card .fleet-img img{
      width: 100%;
    height: 230px;
    object-fit: cover;
}
section.fleet-sec .fleet-card .fleet-img{
 margin-bottom:20px; 
}
section.fleet-sec .fleet-card .fleet-info h4{
  font-size: 22px;
    margin-bottom: 15px;
}
section.fleet-sec .fleet-card .accordion-button{
 padding:0 !important;
 background-color: transparent !important;
 border:0px solid !important;
 border-radius:0px !important;
 gap: 5px !important;
 font-family: var(--primary-font);
 color: var(--primary-color);
 font-size: 16px;
 box-shadow: inset 0 calc(-1 * 0) 0 var(--bs-accordion-border-color);
}
section.fleet-sec .fleet-card .accordion-item{
  background-color: transparent !important;
  border:0px solid !important;
  border-radius:0px !important;
  margin-bottom: 15px;
}
section.fleet-sec .fleet-card .accordion-body{
  padding: 10px 0;
  padding-bottom:0;
}
section.fleet-sec .fleet-card .spec-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    /* font-family: Arial, sans-serif; */
    font-size: 15px;
    width: 100%;
}
section.fleet-sec .fleet-card .spec-row .spec-label {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0;
}
section.fleet-sec .fleet-card .spec-row .spec-value {
    font-size: 13px;
    margin-bottom: 0;
}
section.fleet-sec .fleet-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    justify-content: space-between;
}
section.fleet-sec .btn-row {
    display: flex;
    padding: 8px 0;
    justify-content: end;
    padding-bottom: 0;
    margin-top: 20px;
    font-size: 15px;
}
section.fleet-sec .btn-row a{
 padding: 10px 14px;
    font-size: 12px; 
}
section#categories-4 {
    padding: 20px;
    background-color: #f6f6f6;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 3px 6px 4px rgba(0, 0, 0, 8%);
}
section#categories-4 .widget-title{
 position:relative;
  padding-bottom: 18px;
    margin-bottom: 20px;
}
section#categories-4 .widget-title:after {
    position: absolute;
    content: "";
    width: 63px;
    height: 2px;
    background-color: var(--btn-color);
    bottom: 6px;
    left: 0;
}
section#categories-4 li{
 padding: 0.5rem 0;
 font-size:15px;
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
}

section#categories-4 li a:hover{
 color:var(--btn-hover); 
}
.category-side {
    position: sticky;
    top: 100px;
}
ul.pagination .page-link{
  color: var(--btn-color);
}
ul.pagination .active>.page-link, ul.pagination .page-link.active{
  background-color: var(--btn-color);
  border-color: var(--btn-color);
  color: var(--white-color);
}