:root {
    --primary-color: #ea1d24;
    --bs-text-color: #444444;
    --bs-white-color: #ffffff;
    --bs-dark-color: #000000;
    --primary-dark-color: #841014;
    --text-dark: #191919;
    --text-medium: #383838;
    --text-light: #ffffff;
    --text-light-2: #ececec;
    --background-light: #ffffff;
    --background-grey: #f5f5f5;
    --background-dark-grey: #D9D9D9;
    --bs-radius: 20px;
    --heading-font: 'Oswald', sans-serif;
}

.service-column {
    border: 1px solid var(--text-light-2);
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-column p {
    margin-top: 20px;
    margin-bottom: 0;
    color: var(--text-light-2);
}

/* New-forklifts */
.popular-card {
    border: 2px solid var(--primary-color);
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}

.new-forklift-title,
.new-forklift-title a,
.popular-text a {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-dark);
    font-family: 'Oswald', sans-serif;
}

.special-offer{
    background-color:var( --bs-white-color);
    color:var(--text-dark);
    border-radius:10px;
    position:relative;
    padding:4px 4px 4px 135px;
}
.special-offer::before{
    position: absolute;
    left: -30px;
    top: -12px;
    z-index: 1;
    content: "";
    width: 180px;
    aspect-ratio: 25 / 13;
    background-image: url(../images/free-label.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#used-forklift-section .new-forklift-card strong,
#used-forklift-section .new-forklift-card p,
#used-forklift-section .new-forklift-card ul {
    display: none;
}

#used-forklift-section .new-forklift-card h3 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}

.related_title {
    background-color: var(--background-grey);
    font-size: 28px;
    margin-bottom: 0;
    padding: 10px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.product-description p {
    margin-bottom: 5px;
}

.product-description ul {
    list-style: none;
}

.new-image {
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    padding: 10px;
    background-color: var(--background-light);
    position: relative;
    top: -60px;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--primary-color);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}

.swiper-button-prev {
    left: -8px;
    transform: translateY(-50%);
}

.swiper-button-next {
    right: -8px;
    transform: translateY(-50%);
}

.swiper-slide {
    padding-bottom: 0;
}

/* New-forklift */

.new-forklift-card {
    margin-top: 70px;
    border: 2px solid var(--primary-color);
    padding: 0 0 50px 0;
    border-radius: 20px;
    text-align: center;
    position: relative;
    width:100%;
}

.new-forklift-image {
    max-width: 300px;
    width:calc(100% - 20px);
    border-radius: 20px;
    margin: 30px auto;
}

.new-forklift-btn {
    background-color: var(--primary-color);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.new-forklift-title,
.new-forklift-para {
    padding-inline: 20px;
}

.new-forklift-para {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.new-forklift-btn a {
    color: var(--text-light);
    font-size: 18px;
}

#advice-cta {
    background-color: var(--primary-color);
}

.btn-getstarted.white {
    border: 1px solid var(--text-light);
    background-color: transparent;
}

.btn-getstarted-line.white {
    border: 1px solid var(--text-light);
}

.btn-getstarted.white:hover {
    border: 1px solid var(--text-light);
    color: var(--primary-color);
    background-color: var(--background-light);
}

.btn-getstarted.white:hover span {
    color: var(--primary-color);
}

.btn-getstarted-line.white:hover {
    border: 1px solid var(--background-light);
}

#advice-cta-image {
    background: linear-gradient(#00000080, #00000080), url(../images/blog-3.webp) center no-repeat;
}

.listing-img {
    border-radius: 10px;
    max-height: 400px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 30px;
}

.brand-image img {
    border-radius: 20px;
}

.card-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.subtitle {
    font-weight: 600;
}

.card-list .list_item li {
    list-style-type: square;
    margin-bottom: 5px;
}

.card-list .list_item li::marker {
    color: var(--primary-color);
}

.part-listing-card {
    border: 2px solid var(--primary-color);
    border-radius: 20px;
    padding: 20px 0 0 0;
    text-align: center;
}

.part-listing-card img {
    max-width: 170px;
    height: auto;
    margin-bottom: 20px;
}

.part-listing-card h4,
.part-listing-card p {
    padding-inline: 20px;
}

.dark_btn_2,
.light_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.dark_btn_2 {
    background-color: var(--primary-color);
    color: var(--text-light);
}

.dark_btn_2:hover {
    background-color: var(--primary-color);
    color: var(--text-light);
}

.dark_btn_2 i {
    color: var(--text-light);
}

.light_btn i {
    color: var(--primary-color);
}

.light_btn {
    color: var(--primary-color);
}

.light_btn:hover {
    color: var(--primary-color);
}

.service-image {
    border-radius: 20px;
}

.part-listing-card h4 a {
    color: var(--text-dark);
    font-family: var(--heading-font);
}

.part-list {
    background-color: var(--background-grey);
    padding: 15px;
    /* max-height: 40vh; */
    overflow-y: auto;
}

.part-list li {
    list-style: none;
}

.part-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    background-color: var(--background-dark-grey);
    color: var(--text-dark);
    margin-bottom: 15px;
    border-radius: 10px;
}

.contct-card {
    padding: 40px 20px 20px 20px;
    background: linear-gradient(#000000a3, #000000a3), url(../images/contact-image.png) center right no-repeat;
    text-align: center;
}

.contct-card h5,
.contct-card p {
    color: var(--text-light);
}

.contct-card .cta_btn {
    row-gap: 20px;
    align-items: center;
    flex-direction: column;
}

.detail-right-card {
    background-color: var(--background-grey);
    border-radius: 10px;
    padding: 20px;
    display: flow-root;
}

.detail-right-card-img {
    text-align: center;
    margin-right: 20px;
    float: left;
}

.detail-right-card-img img {
    max-width: 400px;
}

/* main-blog-page */
.main-blog-page .blog-card {
    background-color: var(--background-grey);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    display: inline-block;
    border-radius: 20px;
}

.main-blog-page .blog-card .blog-content {
    padding: 15px;
}

.sidebar-card img {
    max-width: 100px;
    border-radius: 10px;
    object-fit: cover;
}

.sidebar-card a {
    color: var(--text-dark);
    font-size: 18px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}

.time_aut {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
    text-transform: capitalize;
}