/* Fontawesome v6 :start */
@font-face {
    font-family: 'fontawesome-v6';
    src: url('../webfonts/fa-brands-400-v6.woff2') format('woff2'),
        url('../webfonts/fa-brands-400-v6.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.fa-v6 {
    font-family: 'fontawesome-v6';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.fa-x-twitter.fa-v6:before {
    content: "\e61b";
}
/* Fontawesome v6 :end */

html,
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    font-family: "Lexend Deca", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
    background-color: #ffffff;
}

.wow {
    visibility: hidden;
}
a,
button,
.btn {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
a:focus,
button:focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
a {
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0 !important;
}

/* COMMON STYLE :START */

/* ---- container :start ---- */
.max-container {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.max-container2 {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}
.mxc-px {
    padding-left: 55px;
    padding-right: 55px;
}
/* ---- container :start ---- */

/* ---- section spacing :start ---- */
.section-padding {
    padding: 90px 0px;
}
.section-margin {
    margin: 90px 0px;
}

.section-padding2 {
    padding: 70px 0px;
}
.section-margin2 {
    margin: 70px 0px;
}
/* ---- section spacing :end ---- */

/* ---- hd-type :start ---- */
.hd-type-1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
}
/* ---- hd-type :end ---- */

/* ---- subhd-type :start ---- */
.subhd-type-1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 12px;
}
/* ---- hd-type :end ---- */

/* ---- .btnstyle-1 :start ---- */
.btnstyle-1 {
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.1;
    color: #000000;
    background-color: transparent;
    border: 0;
    border-radius: 0px;
    text-align: center;
    padding: 0px 0px;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    transition: 0.5s;
}
.btnstyle-1 img, 
.btnstyle-1 svg {
    width: auto;
    height: 16px;
    transition: 0.5s;
}
.btnstyle-1 svg path {
    transition: 0.5s;
}

.btnstyle-1.text-color-white {
    color: #ffffff;
}
.btnstyle-1.text-color-white svg path {
    fill: #ffffff;
}

.btnstyle-1:hover {
    color: #cd2027;
    background-color: transparent;
    border: 0;
}
.btnstyle-1:hover img, 
.btnstyle-1:hover svg {
    transform: rotate(45deg);
}
.btnstyle-1:hover svg path {
    fill: #cd2027;
}
/* ---- .btnstyle-1 :end ---- */

/* ---- owlsameheight :start ---- */
.owlsameheight .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.owlsameheight .owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}
.owlsameheight .owl-item .item {
    width: 100% !important;
    height: 100% !important;
}
/* ---- owlsameheight :end ---- */

/* ---- owlnav-1 :start ---- */
.owlnav-1 .owl-nav button.owl-prev, 
.owlnav-1 .owl-nav button.owl-next  {
    position: absolute;
    top: calc(50% - 15px);
    font-size: 20px;
    color: #ffffff;
    opacity: 1;
    transition: 0.5s;
}
.owlnav-1 .owl-nav button.owl-prev {
    left: -30px;
}
.owlnav-1 .owl-nav button.owl-next {
    right: -30px;
}
.owlnav-1 .owl-nav button.owl-prev:hover, 
.owlnav-1 .owl-nav button.owl-next:hover  {
    color: #cd2027;
    opacity: 1;
}
.owlnav-1 .owl-nav button.owl-prev.disabled, 
.owlnav-1 .owl-nav button.owl-next.disabled  {
    opacity: 0.1 !important;
    pointer-events: none;
}
/* ---- owlnav-1 :end ---- */

/* ---- owlnav-2 :start ---- */
.owlnav-2 .owl-nav button.owl-prev, 
.owlnav-2 .owl-nav button.owl-next  {
    position: absolute;
    top: calc(50% - 15px);
    font-size: 30px;
    color: #ffffff;
    opacity: 1;
    transition: 0.5s;
}
.owlnav-2 .owl-nav button.owl-prev {
    left: 30px;
}
.owlnav-2 .owl-nav button.owl-next {
    right: 30px;
}
.owlnav-2 .owl-nav button.owl-prev:hover, 
.owlnav-2 .owl-nav button.owl-next:hover  {
    color: #cd2027;
    opacity: 1;
}
.owlnav-2 .owl-nav button.owl-prev.disabled, 
.owlnav-2 .owl-nav button.owl-next.disabled  {
    opacity: 0.1 !important;
    pointer-events: none;
}
/* ---- owlnav-2 :end ---- */

/* ---- owldots-1 :start ---- */
.owldots-1 .owl-dots {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px 7px;
    margin: 20px 0px 0px 0px;
}
.owldots-1 .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 10px;
    display: flex;
    transition: 0.5s;
}
.owldots-1 .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: #ffffff;
}
.owldots-1 .owl-dots .owl-dot.active span {
    background-color: #cd2027;
    border-color: #cd2027;
}
/* ---- owldots-1 :end ---- */

/* ----  list__scroll :start ---- */
.list__scroll .nice-select .list {
    max-height: 300px;
    overflow: auto;
}
.list__scroll .simplebar-track.simplebar-vertical {
    width: 7px;
}
.list__scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    width: 5px;
}
.list__scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 0;
    bottom: 0;
}
.list__scroll .simplebar-scrollbar:before {
    border-radius: 0;
}
.list__scroll .simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.3;
}
/* ----  list__scroll :end ---- */

/* COMMON STYLE :END */

/* Header top section :start */
.header-top {
    width: 100%;
    height: auto;
    background-color: #000000;
    overflow-x: clip;
    padding: 0px 30px 0px 0px;
}
.header-top .htop-inner {
    display: flex;
    justify-content: space-between;
    gap: 0px;
}
.header-top .htop-inner .htshape {
    width: 360px;
    height: auto;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
}
.header-top .htop-inner .htshape img {
    width: auto;
    height: 100%;
}
.header-top .htop-inner .htshape::before {
    content: '';
    width: 100%;
    height: auto;
    background-color: #ffffff;
}
.header-top .htop-inner .htop-left {
    width: auto;
    display: flex;
    align-items: center;
    padding: 5px 0px;
}
.header-top .htop-inner .htop-right {
    width: auto;
    display: flex;
    /* align-items: center; */
    padding: 0px 0px;
    margin-left: auto;
}

.header-top .htlist-1 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px;
}
.header-top .htlist-1 li {
    width: 75px;
    flex-grow: 0;
    flex-shrink: 0;
}
.header-top .htlist-1 li a {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #000000;
    background-color: #cd2027;
    text-wrap: nowrap;
    border-radius: 50px;
    padding: 2px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.header-top .htlist-1 li.c1 a {
    color: #ffffff;
    background-color: #cd2027;
}
.header-top .htlist-1 li.c2 a {
    color: #000000;
    background-color: #efdf00;
}
.header-top .htlist-1 li.c3 a {
    color: #ffffff;
    background-color: #646b52;
}
.header-top .htlist-1 li a:hover {
    color: #000000;
    background-color: #d7d7d7;
}

.header-top .htlist-2 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    /* align-items: center; */
    gap: 0px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1;
    text-wrap: nowrap;
    text-transform: uppercase;
    color: #ffffff;
}
.header-top .htlist-2 li {
    display: flex;
    align-items: center;
    gap: 0px;
    /* padding-right: 10px; */
    border-right: 1px solid #6b6b6b;
}
.header-top .htlist-2 li:last-child {
    padding-right: 0;
    border: 0;
}
.header-top .htlist-2 li:last-child::after {
    display: none;
}
.header-top .htlist-2 li.s2::after {
    display: none;
}
.header-top .htlist-2 li a {
    text-decoration: none;
    color: inherit;
    padding: 10px 10px;
}
.header-top .htlist-2 li:last-child a {
    padding-right: 0;
}
.header-top .htlist-2 li a:hover {
    color: #cd2027;
}
.header-top .htlist-2 li a.active {
    color: #cd2027;
}

.header-top .grating {
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding-right: 10px;
    border-right: 1px solid #444444;
}
.header-top .grating p {
    line-height: 0.9;
    margin: 0;
}
.header-top .grating em {
    font-size: 10px;
    color: #ffc107;
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

/* .header-top .htsaved {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1;
    text-transform: uppercase;
    text-wrap: nowrap;
    color: #ffffff;
    background-color: #363636;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 0px 5px 15px;
    position: relative;
    transition: 0.5s;
}
.header-top .htsaved::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10vw;
    width: 10vw;
    height: 100%;
    background-color: #363636;
    transition: 0.5s;
}
.header-top .htsaved em {
    font-style: normal;
}
.header-top .htsaved:hover {
    color: #ffffff;
    background-color: #0d733b;
}
.header-top .htsaved:hover::after {
    background-color: #0d733b;
} */
/* Header top section :end */

/* Header section :start */
.grouphome-header-new {
    width: 100%;
    height: auto;
    padding: 0px 30px;
    position: relative;
}

.grouphome-header-new .ghh-call {
    position: absolute;
    bottom: -38.5px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    display: inline-flex;
    justify-content: center;
    z-index: 2;
}
.grouphome-header-new .ghh-call ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: auto;
    height: 39px;
    background-color: #ffffff;
    padding: 0px 5px;
    display: inline-flex;
    align-items: center;
    position: relative;
}
.grouphome-header-new .ghh-call ul::before,
.grouphome-header-new .ghh-call ul::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -70px;
    width: 73px;
    height: 40px;
    background-image: url('../images/v3/group-home-contact-shape.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.grouphome-header-new .ghh-call ul::after {
    left: auto;
    right: -70px;
    transform: scaleX(-1);
}
.grouphome-header-new .ghh-call ul li {
    color: #000000;
    display: inline-flex;
    align-items: center;
    gap: 0px;
}
.grouphome-header-new .ghh-call ul li:not(:last-child)::after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/v3/group-home-contact-lines.webp');
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px 10px;
}
.grouphome-header-new .ghh-call ul li.honda {
    color: #cd2027;
}
.grouphome-header-new .ghh-call ul li.dacia {
    color: #646b52;
}
.grouphome-header-new .ghh-call ul li .call-block {
    display: flex;
    gap: 5px;
}
.grouphome-header-new .ghh-call ul li .call-block > div:first-child {
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    align-items: flex-start;
}
.grouphome-header-new .ghh-call ul li .call-block h3 {
    font-size: 10px;
    font-weight: 400;
    line-height: 0.7;
    text-transform: uppercase;
    color: inherit;
    margin-bottom: 0;
}
.grouphome-header-new .ghh-call ul li .call-block a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: inherit;
    margin-bottom: 0;
    text-wrap: nowrap;
}
/* Header section :end */

/* Home banner section :start */
.homebanner-section, 
.homebanner-section .hbslide-block, 
.homebanner-section .hbslide-block picture, 
.homebanner-section .hbslide-block picture img {
    width: 100%;
    height: auto;
}

.homebanner-owl {
    position: relative;
}
.homebanner-owl .owl-dots {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 40px;
    height: auto;
    min-height: 160px;
    background-color: #ffffff;
    border-radius: 50px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px 7px;
    margin: 0px;
}
.homebanner-owl .owl-dots::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 20px;
    height: 20px;
    background-image: url('../images/v3/home-banner-dots-shape.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.homebanner-owl .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 10px;
    display: flex;
    transition: 0.5s;
}
.homebanner-owl .owl-dots .owl-dot:hover span {
    background-color: #000000;
    border-color: #000000;
}
.homebanner-owl .owl-dots .owl-dot.active span {
    background-color: #cd2027;
    border-color: #cd2027;
}
/* Home banner section :end */

/* Used car search section :start */
.usedcarsearch-section {
    /* background-color: #000000; */
    padding: 30px 0px;
}

.ucsearch-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px 24px;
    margin-bottom: 12px;
}
.ucsearch-head h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
}
.ucsearch-head h2 span {
    font-size: 18px;
    font-weight: 400;
}


.ucsearch-form .ucsfrm-row {
    display: flex;
    gap: 10px;
}
.ucsearch-form .ucs-block {
    flex: 1;
    background-color: #ebebeb;
    border: 1px solid #e0e0e0;
    border-radius: 9px;
    transition: 0.5s;
    position: relative;
}
.ucsearch-form .ucs-block:last-child {
    /* border-right: 0; */
}
.ucsearch-form .ucs-block.ucb2 {
    flex: 0.5;
}


.ucsearch-form .ucs-block label {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 12px;
    font-weight: 500;
    /* letter-spacing: 1px; */
    line-height: 1;
    text-transform: uppercase;
    display: block;
}
.ucsearch-form .ucs-block .nice-select {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    background-color: transparent;
    border: 0;
    padding: 28px 30px 8px 15px;
}
.ucsearch-form .ucs-block .nice-select::after {
    content: "\f107";
    position: absolute;
    top: 28px;
    right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
    transform: none;
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0;
    border: 0;
    transition: 0.5s;
    transform-origin: center;
}
.ucsearch-form .ucs-block .nice-select .current {
    font-size: 12px;
    font-weight: 400;
    padding: 2px 0px 0px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
    word-break: break-all;
}
.ucsearch-form .ucs-block .nice-select.open::after {
    transform: scaleY(-1);
}
.ucsearch-form .ucs-block .nice-select .list {
    width: 100%;
    border-radius: 9px;
    overflow-x: hidden;
    margin-top: 4px;
}

.ucsearch-form .ucs-block.buttons {
    flex-shrink: 0;
    flex: 0.5;
    min-width: 145px;
    padding: 0;
    border: 0;
}
.ucsearch-form .ucs-block .searchBtn {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 750;
    color: #ffffff;
    background-color: #cd2027;
    border: 2px solid #cd2027;
    border-radius: 9px;
    padding: 10px 10px;
}
.ucsearch-form .ucs-block .searchBtn.bstyl2 {
    height: 55px;
    padding: 10px 10px;
}
.ucsearch-form .ucs-block .searchBtn:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.ucsearch-form .ucsfrm-row.ucsfrow2 {
    margin-top: 10px;
}
.ucsearch-form .ucsfrm-row.ucsfrow2 .ucs-block {
    /* border-top: 1px solid #000000; */
}

.usedcarsearch-section .moreOptBtn {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.usedcarsearch-section .moreOptBtn:hover {
    text-decoration: underline;
}
/* Used car search section :end */

/* Brand list section :start */
.brand-list-section {
    width: 100%;
    height: auto;
}
.brand-list-section .blsec-row {
    row-gap: 30px;
}
.brand-list-section .brand-block {
    width: 100%;
    height: 190px;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}
.brand-list-section .brand-block::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 0.5s;
}
.brand-list-section .brand-block.bbhonda {
    --brand-block-color: #cd2027;
}
.brand-list-section .brand-block.bbrenault {
    --brand-block-color: #000000;
}
.brand-list-section .brand-block.bbdacia {
    --brand-block-color: #666d64;
}
.brand-list-section .brand-block .bblogo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 100%;
    padding: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.brand-list-section .brand-block .bblogo img, 
.brand-list-section .brand-block .bblogo svg {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transition: 0.5s;
}
.brand-list-section .brand-block .bbarrow {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    background-color: var(--brand-block-color);
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.brand-list-section .brand-block .bbarrow svg path {
    fill: #ffffff;
}


.brand-list-section .brand-block:hover::before {
    transform: scale(1.1);
}
.brand-list-section .brand-block:hover .bblogo {
    background-color: var(--brand-block-color);
}
.brand-list-section .brand-block:hover .bblogo img {
    filter: brightness(0) invert(1);
}
.brand-list-section .brand-block:hover .bbarrow {
    transform: rotate(45deg);
}
/* Brand list section :end */

/* Inside banner section :start */
.inside-banner-section {
    width: 100%;
    height: 540px;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.inside-banner-section::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    border-radius: 0px 0px 40px 40px;
}
.inside-banner-section::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    border-radius: 40px 40px 0px 0px;
}
/* Inside banner section :end */



/* car-services-section :start */
.car-services-section {
    width: 100%;
    height: auto;
}
.car-services-section .carser-row {
    row-gap: 30px;
}
.car-services-section .carser-row a {
    text-decoration: none !important;
}
.car-services-section .carser-block {
    width: 100%;
    height: 365px;
    color: #ffffff;
    background-color: #9e9e9e;
    border-radius: 30px;
    padding: 40px 40px;
    position: relative;
    overflow: hidden;
}
.car-services-section .carser-block.blk-s2 {
    height: 450px;
}
.car-services-section .carser-block::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(140deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 1;
}
.car-services-section .carser-block .csbimage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.car-services-section .carser-block .csbinner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}
.car-services-section .carser-block .csb-top {
    width: 100%;
    height: auto;
}
.car-services-section .carser-block .csb-top h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: inherit;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.car-services-section .carser-block .csb-bottom {
    width: 100%;
    height: auto;
    margin-top: auto;
    text-align: right;
}
.car-services-section .carser-block .csb-bottom {
    width: 100%;
    height: auto;
    margin-top: auto;
    text-align: right;
}

.car-services-section .carser-block:hover .csbimage {
    transform: scale(1.1);
}
/* car-services-section :end */


/* About section :start */
.about-section .abtsec-row {
    row-gap: 30px;
}
.abtsec-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.abtsec-contact > li {
    width: 100%;
    height: auto;
}
.abtsec-contact > li a {
    text-decoration: none;
}
.abtsec-contact .ascontact-block {
    width: 100%;
    height: auto;
    min-height: 85px;
    color: #000000;
    background-color: #9e9e9e;
    border: 2px solid transparent;
    border-radius: 20px;
    overflow: hidden;
    padding: 15px 30px 15px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    transition: 0.5s;
}
.abtsec-contact .ascontact-block.honda {
    color: #cd2027;
    background-color: #ffe1e2;
}
.abtsec-contact .ascontact-block.renault {
    color: #000000;
    background-color: #fce8c2;
}
.abtsec-contact .ascontact-block.dacia {
    color: #666d64;
    background-color: #d7d7d7;
}

.abtsec-contact .ascontact-block.honda:hover {
    border-color: #cc0000;
}
.abtsec-contact .ascontact-block.renault:hover {
    border-color: #f1c73a;
}
.abtsec-contact .ascontact-block.dacia:hover {
    border-color: #636d54;
}


.abtsec-contact .ascontact-block::before {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 22px;
    height: 22px;
    background-color: currentColor;
    background-image: url('../images/v3/telephone-icon.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* empty-cells: show; */
}
.abtsec-contact .ascontact-block .ascnt-icon {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: auto;
}
.abtsec-contact .ascontact-block .ascnt-icon img {
    width: auto;
    max-width: 100%;
}
.abtsec-contact .ascontact-block .ascnt-text h3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: inherit;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.abtsec-contact .ascontact-block .ascnt-text h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: inherit;
}
/* About section :end */

/* customer feedback section :start */
.customer-feedback-section {
    width: 100%;
    height: auto;
    background-color: #212121;
    background-image: url('../images/v3/customer-feedback-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.customer-feedback-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
}
.customer-feedback-section .cfeedback-block {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 26px;
    padding: 45px 45px;
    overflow: hidden;
}
.customer-feedback-section .cfeedback-block .cfb-rating {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 15px;
}
.customer-feedback-section .cfeedback-block .cfb-rating i {
    font-size: 12px;
    color: #ffc107;
}
.customer-feedback-section .cfeedback-block .cfb-text {
    margin-bottom: 10px;
}
.customer-feedback-section .cfeedback-block .cfb-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.customer-feedback-section .cfeedback-block .cfb-author {
    width: 100%;
}
.customer-feedback-section .cfeedback-block .cfb-author h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
}
.customer-feedback-section .cfeedback-block .cfb-author h3 time {
    font-size: 12px;
    font-weight: 400;
    color: #939393;
}
/* customer feedback section :end */

/* footer section :start */
.footer-v3 {
    width: 100%;
    height: auto;
    color: #ffffff;
    background-color: #000000;
}



.footer-v3 .fbrand-block {
    width: 100%;
    height: 100%;
    background-color: #000000;
    padding: 55px 55px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.footer-v3 .fbrand-block.honda {
    --fbrand-color: #cc0000;
    background-color: #000000;
}
.footer-v3 .fbrand-block.renault {
    --fbrand-color: #f1c73a;
    background-color: #0f0f0f;
}
.footer-v3 .fbrand-block.dacia {
    --fbrand-color: #636d54;
    background-color: #191919;
}




.fbrand-block .fbrand-image {
    width: 100%;
    height: auto;
}
.fbrand-block .fbrand-image img {
    width: 100%;
    height: auto;
}


.fbrand-block .fbrand-detail {
    width: 100%;
    height: auto;
}
.fbrand-block .fbrand-detail h3 {
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.fbrand-block .fbrand-detail h3 span {
    font-weight: 700;
    color: var(--fbrand-color);
}
.fbrand-block .fbrand-detail h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 10px;
}
.fbrand-block .fbrand-detail h4 sup {
    position: initial;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 5px;
}
.fbrand-block .fbrand-detail h4 a {
    color: inherit;
}
.fbrand-block .fbrand-detail h4 a:hover {
    color: var(--fbrand-color);
    text-decoration: none;
}
.fbrand-block .fbrand-detail address {
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 20px;
}
.fbrand-block .fbrand-detail .btns {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    display: flex;
    gap: 24px;
}
.fbrand-block .fbrand-detail .btns a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 6px;
    padding: 5px 25px;
    transition: 0.5s;
}
.fbrand-block .fbrand-detail .btns a:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
}
.fbrand-block .fbrand-detail .btns a.btn1 {
    color: #ffffff;
    background-color: var(--fbrand-color);
    border-color: var(--fbrand-color);
}
.fbrand-block .fbrand-detail .btns a.btn1:hover {
    color: var(--fbrand-color);
    background-color: transparent;
    border-color: var(--fbrand-color);
}



.fbrand-block .fbrand-times {
    width: 100%;
    height: auto;
}
.fbrand-block .fbrand-times h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 15px;
}
.fbrand-block .fbrand-times .timming-navtabs {
    margin-bottom: 24px;
}
.fbrand-block .fbrand-times .timming-navtabs .nav-tabs {
    gap: 15px;
    border-bottom: 1px solid #333333;
}
.fbrand-block .fbrand-times .timming-navtabs .nav-tabs .nav-link {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    background-color: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    padding: 0px 0px 10px 0px;
}
.fbrand-block .fbrand-times .timming-navtabs .nav-tabs .nav-link.active {
    color: var(--fbrand-color);
    background-color: transparent;
    border-bottom-color: var(--fbrand-color);
}
.fbrand-block .fbrand-times .timming-navtabs .nav-tabs .nav-link:hover {
    color: var(--fbrand-color);
}
.fbrand-block .fbrand-times .timming-navtabs .tab-content .tab-pane table {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: -0.5px;
    margin-top: 15px;
}
.fbrand-block .fbrand-times .timming-navtabs .tab-content .tab-pane table.table td, 
.fbrand-block .fbrand-times .timming-navtabs .tab-content .tab-pane table.table th {
    padding: 6px 0px;
}

.fbrand-block .fbrand-times .fbfollow {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    display: flex;
    gap: 10px;
}
/* .fbrand-block .fbrand-times .fbfollow li {} */
.fbrand-block .fbrand-times .fbfollow li a {
    text-decoration: none;
    width: 34px;
    height: 34px;
    font-size: 14px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 6px;
    padding: 10px 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.fbrand-block .fbrand-times .fbfollow li.facebook a {
    color: #ffffff;
    background-color: #1877f2;
}
.fbrand-block .fbrand-times .fbfollow li.x a {
    color: #ffffff;
    background-color: #262626;
}

.fbrand-block .fbrand-times .fbfollow li a:hover {
    color: #ffffff;
    background-color: var(--fbrand-color);
}













.footer-v3 .fdisclosure {
    width: 100%;
    border-top: 2px solid #1a1a1a;
    padding: 40px 0px;
}
.footer-v3 .fdisclosure h3 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 12px;
}
.footer-v3 .fdisclosure p {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 10px;
}
.footer-v3 .fdisclosure p b {
    font-weight: 900;
}




.footer-v3 .fcopyright {
    width: 100%;
    height: auto;
    color: #ffffff;
    border-top: 2px solid #1a1a1a;
}
.footer-v3 .fcopyright .fcrinner {
    font-size: 11px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    gap: 5px 12px;
    padding: 12px 0px;
}
.footer-v3 .fcopyright .fcrinner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px 24px;
}
/* .footer-v3 .fcopyright .fcrinner ul li {} */
.footer-v3 .fcopyright .fcrinner ul li a {
    color: inherit;
}
.footer-v3 .fcopyright .fcrinner ul li a:hover {
    color: inherit;
    text-decoration: underline;
}
/* footer section :end */

/* Brand section :start */
.brands-section {
    width: 100%;
    height: auto;
    padding: 100px 0px;
}
.brands-section .brand-block {
    width: 100%;
    height: 190px;
    border: 2px solid #e5e5e5;
    border-radius: 24px;
    padding: 30px 30px;
    margin: 15px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
}
.brands-section .brand-block img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transition: all 0.5s;
}
.brands-section .brand-block:hover {
    border-color: #cc0000;
}
.brands-section .brand-block:hover img {
    transform: scale(1.02);
}
/* Brand section :end */