ul.categories {
	    margin-top: -8px;
    padding-bottom: 16px;
    display: flex
;
    flex-wrap: wrap;
    align-items: flex-start;
}
ul.categories {
    list-style: none;
}
ul.categories li {     margin-top: 8px;
    min-width: .00000001%;
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
    flex-basis: calc(33.3333333333% - 0.001px);
    min-height: 90px; }
ul.categories li {max-width: calc(12.5% - .001px);
        width: calc(12.5% - .001px); }
.categories .icon { 
    position: relative;
    display: flex
;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    height: 100%;
    padding-top: 0;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 4px;
}
.item-img  {
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 23.125vw;
    height: 23.125vw;
    min-height: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -12.5%;
    margin-bottom: -12.5%;
}

    .item-img {
        width: 80%;
        height: 80%;
        max-height: 76px;
    }
    .item-link {}

    .p-search-link__list {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
    }
    .p-search-link__list {
        justify-content: space-between;
    }
    
    .p-search-link__list .p-search-link__item {
        width: calc(10% - 8px);
        margin-bottom: 20px;
    }

/* Maker List */
    .makerslist .p-search-link__list {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        column-gap: 50px;
    }
    .makerslist .p-search-link__list {
        justify-content: space-between;
    }
    
    .makerslist .p-search-link__list .p-search-link__item {
        width: calc(20% - 8px);
        margin-bottom: 20px;
    }
/* End list */
.gridlist .item { margin-top:20px; padding:0; }
.box-car-list { border-radius:0; }

.modalbuttons button { width:50% }
.frmcontent { width:100%; }
.frmcontent input { border-radius:0; padding:5px; }
.frmcontent input.texerror { border:1px solid var(--red-color); }
.frmcontent div.form-control { border:none; padding:0; }
#enquireModalBody, #eenquireModalBody { width:30% }
.frmcontent .sitem { display:flex; column-gap:10px; margin-bottom:10px; }
.frmcontent .sitem label { width:30%; }
.frmcontent .error { display:none;     text-align: right;
    width: 100%;
    font-size: 0.7rem;
    margin: -7px 0 0 0;
    float: left; }
.enqresponse { background: #4CAF50;
    color: #FFF;
    text-align: center;
    padding: 10px;
    margin-top: 10px; }

textarea, input[type=text], input[type=password],  input[type=number], input[type=email] {
        padding: 5px 10px;
    border-radius: 0;
    margin-bottom: 20px;
}
.form-label {
    margin-bottom: 0;
}
.select2 { border-radius:0 }
.texerror { border:1px solid red !important; }

/* Contact Page */
.information_head {    border: 1px solid lightgray;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    margin: 20px 0;
}
.information_head h3 {
    color: #c7081b;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 15px;
}
.margin-horizontal-25, .margin-right-25 {
    margin-right: 25px !important;
}
.padding-vertical-40, .padding-bottom-40 {
    padding-bottom: 40px !important;
}
.address {
    float: left;
    font-size: 13px;
}
.icon_address {
    float: left;
}
.icon_address p {
    font-size: 13px;
    padding-right: 8px;
    color: #2d2d2d;
    margin: 0px;
}
.icon_address p i {
    padding-right: 8px;
    color: #2d2d2d;
}
.contact_address {
    float: left;
}
.contact_address p {
    line-height: 24px;
    font-size: 13px;
    margin: 0px;
}
.margin-bottom-none {
    margin-bottom: 0 !important;
}
.responsive-youtube {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: 20px;
}

.responsive-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.heading-widget .title { margin-bottom:0; }
.mechtitle { padding-right:20px; }
a.youtubebody { font-size: 1.2rem; padding-right:20px; color:#000; }
.youtubebody img { width:32px; }
.flex-center-center {

    display: flex;
    justify-content: center;
    align-items: anchor-center;

}
.downloadbtn { display: inline-block;
    background-color: var(--red-color);
    box-sizing: border-box;
    padding: 10px 20px;
    margin-top: 0px;
    border-radius: 0px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
    color:#FFF;
}
.modal.fade.popup.show { overflow-y:scroll !important; }
.modalsucmsg { background: green;
    padding: 10px;
    margin: 10px -20px;
    color: #FFF;
    text-align: center; }
.modalexitmsg { background: red;
    padding: 10px;
    margin: 10px -20px;
    color: #FFF;
    text-align: center; }
.modal-body textarea, .modal-body input[type=text], .modal-body input[type=password], 
.modal-body input[type=number], .modal-body input[type=email] {
    margin-bottom: 0; border:1px solid; color: #000;
}

#popup_bid2 .modal-dialog-centered { max-width:600px; }
#popup_bid .modal-dialog-centered { max-width:500px; }
.box-car-list.hv-one .image-group { max-height:150px; overflow:hidden; }

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
    margin-top:16px;
}

.floating-icons {
      position: fixed;
    bottom: 120px;
    right: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
    }

    .floating-icons a {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #2ab318; /* WhatsApp green default */
      color: white;
      text-decoration: none;
      box-shadow: 0 4px 6px rgba(0,0,0,0.2);
      transition: transform 0.3s ease;
    }

    .floating-icons a.line {
      background-color: #00b900; /* LINE green */
    }

    .floating-icons a:hover {
      transform: scale(1.1);
    }

    .floating-icons img {
      width: 50px;
      height: 50px;
    }