*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
}

body,
input,
select {
    font-family: Roboto, sans-serif;
    line-height: 1;
    font-weight: 400;
    color: #555
}

.container-main {
    max-width: 1320px;
    margin: 0 auto;
}

.main-header {
    padding: 35px 0px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.mob-header {
    display: none;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-left {
    max-width: 280px;
}

.header-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-right ul {
    display: flex;
    gap: 2.5rem;
}

.header-right ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #fff;
    transition: all .3s ease;
}

.header-right ul li a {
    color: #fff;
    position: relative;
    transition: all .3s ease;
}

.header-right ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -3px;
    visibility: hidden;
    opacity: 0;
    background-color: #d3071f;
    transition: all .3s ease;
    height: .010416667in;
    width: 0;
}

.header-right ul li:hover a::before {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.header-right ul li:hover a {
    color: #d3071f;
}

.dropdown-link {
    position: relative;
}

li.dropdown-link {
    padding-right: 15px;
}

.dropdown-link:hover a::before {
    content: unset;
}

.dropdown-link::before {
    position: absolute;
    content: "";
    background-image: url(../images/down_arrow.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 13px;
    height: 8px;
    right: -3px;
    top: 7px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: max-content;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
    padding: 15px;
}

.dropdown-link:hover .dropdown-content {
    display: block;
}

.dropdown-content ul {
    display: block;
}

.dropdown-content ul li {
    padding: 3px 0px;
}

.dropdown-content ul li a {
    color: #000 !important;
}

.dropdown-content ul li:hover a {
    color: #d3071f !important;
}

.home-banner-main {
    position: relative;
}

.home-banner-bg {
    position: relative;
}

.home-banner-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.6;
}

.home-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 148px;
}

.home-banner-info .container-main {
    height: 100%;
}

.home-banner-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.home-banner-content h6 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.home-banner-content h1 {
    font-family: Roboto Condensed, sans-serif;
    font-size: 55px;
    font-weight: 600;
    color: #fff;
    line-height: 1.25em;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-transform: uppercase;
    max-width: 860px;
}

.home-banner-content a,
.home-about-right a {
    color: #fff;
    background-color: #d3071f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6rem;
    letter-spacing: .6px;
    text-transform: uppercase;
    width: max-content;
    height: 55px;
    padding: 0px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: all .3s ease;
}

.home-banner-content a:hover {
    background-color: #fff;
    color: #000;
}

.tag-line-main {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #101010;
}

.tag-line h1 {
    font-family: Roboto Condensed, sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    line-height: 1.25em;
    letter-spacing: 1px;
    text-align: center;
    max-width: 1060px;
    margin: 0 auto;
}

.home-about-main {
    padding-top: 100px;
    padding-bottom: 100px;
}

.home-about-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.home-about-left,
.home-about-right {
    width: 50%;
}

.home-about-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.home-about-right {
    padding-left: 70px;
}

.home-about-right h2,
.why-us-heading h2,
.export-heading h2,
.products h2 {
    font-family: Roboto Condensed, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    color: #222;
    margin-bottom: 20px;
}

.home-about-right h2 {
    max-width: 500px;
}

.home-about-right p,
.products p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #222222b3;
    margin-bottom: 30px;
}

.home-about-right a:hover {
    background-color: #000;
    color: #fff;
}

.home-services-main,
.home-testimonials-main {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #101010;
}

.home-services-heading h2,
.home-testimonials-heading h2 {
    font-family: Roboto Condensed, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.home-services-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}

.home-service-block {
    width: 33.33%;
    padding: 12px;
    position: relative;
    overflow: hidden;
}

.home-service-block-inner {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.home-service-block-bg {
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 300px;
}

.home-service-block:hover .home-service-block-bg img {
    transform: scale(1.1);
}

.home-service-block-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.home-service-block-bg::before {
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, transparent 0, transparent 50%, #000);
    opacity: 0.8;
    pointer-events: none;
}

.home-service-block-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    z-index: 5;
}

.home-service-block-content h4 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

.home-service-block-content h4 a {
    color: #fff;
}

.why-us-main {
    padding-top: 100px;
    padding-bottom: 100px;
}

.why-us-heading h2,
.export-heading h2,
.products h2,
.products p {
    text-align: center;
    margin-bottom: 40px;
}

.why-us-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

.why-us-block {
    width: 33.33%;
    padding: 0px 15px;
}

.why-us-block:nth-of-type(even) .why-us-block-inner {
    background-color: #d3071f;
}

.why-us-block-inner {
    background: #f5f5f5;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 -4px 8px rgba(0, 0, 0, 0.1), 4px 0 8px rgba(0, 0, 0, 0.1), -4px 0 8px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    height: 100%;
}

.why-us-block:nth-of-type(even) h4,
.why-us-block:nth-of-type(even) p {
    color: #fff;
}

.why-us-block h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    color: #101010;
    margin-top: 15px;
    margin-bottom: 15px;
}

.why-us-block p {
    color: #000;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 400;
}

.testimonials.left {
    position: relative;
}

.img-grayscale img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.img-grayscale {
    margin-left: 0;
    margin-right: auto;
    border-radius: 5px;
    position: relative;
    width: 66.666667%;
    overflow: hidden;
}

.home-testimonials {
    left: auto;
    right: 0;
    padding: 60px 40px;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    top: 50%;
    width: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.item-box h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 32px;
    color: #101010;
}

.item-box p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #222222b3;
}

.info {
    margin-top: 20px;
    border-top: 2px solid #f6f6f6;
    padding-top: 20px;
}

.author-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    border: 2px solid #d3071f;
    padding: 2px;
}

.author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.cont {
    margin-left: 65px;
}

.cont h6 {
    font-size: 16px;
    padding-top: 5px;
    line-height: 24px;
    color: #101010;
}

.cont span {
    font-size: 16px;
    color: #777;
}

.home-testimonials .owl-theme .owl-nav {
    margin-top: 35px;
    display: flex;
    justify-content: flex-start;
}

.home-testimonials .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #000;
}

.home-testimonials .owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    background-color: #d3071f;
    border-radius: 50%;
}

.home-testimonials .owl-carousel .owl-nav button span {
    font-size: 30px;
    color: #fff;
    display: block;
    margin-top: -4px;
}

.home-appointment-main {
    position: relative;
}

.home-appointment-bg {
    background-image: url(../images/home-contact-bg.webp);
    width: 100%;
    height: 750px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.home-appointment-bg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
}

.home-appointment-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.home-appointment-info .container-main {
    height: 100%;
}

.home-appointment-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.home-appointment-left {
    padding-right: 70px;
    margin-top: 50px;
}

.home-appointment-left,
.home-appointment-right {
    width: 50%;
}

.home-appointment-content h6 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px
}

.home-appointment-content h2 {
    font-family: Roboto Condensed, sans-serif;
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    line-height: 1.25em;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.home-appointment-content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
}

.help {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.help-text {
    margin-left: 15px;
}

.help-text h5 {
    font-size: 24px;
    font-weight: 700;
}

.help-text h5 a {
    color: #fff;
}

.home-appointment-right {
    padding-left: 70px;
}

.home-contact {
    background: #101010;
    padding: 60px 45px;
    border-radius: 5px;
}

.home-contact-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.home-contact-field {
    width: 50%;
    padding: 10px;
}

.home-contact-field.full {
    width: 100%;
}

.home-contact-field input {
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: #fff;
    padding: 0px 15px;
    background: #101010;
    border: none;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}

.home-contact-field textarea {
    width: 100%;
    height: 155px;
    font-size: 16px;
    color: #fff;
    padding: 15px;
    background: #101010;
    border: none;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}

.book-now-btn {
    margin-top: 15px;
}

.book-now-btn input {
    color: #fff;
    background-color: #d3071f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6rem;
    letter-spacing: .6px;
    text-transform: uppercase;
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: unset;
    transition: all .3s ease;
}

.book-now-btn input:hover {
    background-color: #fff;
    color: #000;
}

.footer-main {
    padding-top: 100px;
    background-color: #101010;
}

.footer {
    padding-bottom: 60px;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
}

.footer-logo {
    max-width: 280px;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-block p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    max-width: 350px;
    margin-top: 25px;
}

.social-icon {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.social-icon i {
    font-size: 18px;
    color: #fff;
    width: 45px;
    height: 45px;
    border: 2px solid #d3071f;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-block h6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 15px;
}

.footer-block ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .6px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.footer-block ul li::before {
    width: 6px;
    height: 6px;
    content: "";
    background: #d3071f;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
}

.footer-block ul li a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-block.add li {
    display: flex;
    flex-flow: column;
    gap: 5px;
}

.bottom-footer {
    padding: 40px 0px;
    border-top: 2px solid #d3071f;
}

.bottom-footer p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
}

.home-about-flex.reverse {
    flex-flow: row-reverse;
}

.home-about-flex.reverse .home-about-right {
    padding-left: 0;
    padding-right: 70px;
}

.home-about-left.global {
    height: 470px;
}

.home-about-right.global p {
    margin-bottom: 0;
}

.contact-us-banner-main {
    position: relative;
}

.contact-us-banner-bg {
    position: relative;
    height: 500px;
}

.contact-us-banner-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.6;
}

.contact-us-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-us-banner-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
}

.contact-us-banner-info .container-main {
    height: 100%;
}

.contact-us-banner-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.contact-us-banner-content h1 {
    font-family: Roboto Condensed, sans-serif;
    font-size: 55px;
    font-weight: 600;
    color: #fff;
    line-height: 1.25em;
    letter-spacing: 1px;
    text-align: center;
}

li.color-option.active {
    border: 2px solid #d3071f;
}

.contact-us-form-main,
.about-us-main,
.products-main {
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact-us-form-main .container-main {
    max-width: 1040px;
}

.contact-us-form-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contact-us-form-right {
    width: 60%;
}

.contact-us-form-left {
    padding-right: 70px;
    width: 40%;
}

.contact-us-form-left h4,
.contact-us-form-right h4 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.5em;
    color: #222;
    margin-bottom: 15px;
}

.contact-us-form-left ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .6px;
    color: #222;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.contact-us-form-left ul li:last-child {
    margin-bottom: 0;
}

.contact-us-form-left ul li a {
    color: #222;
}

.contact-us-form-left ul li i {
    font-size: 18px;
    color: #222;
    width: 45px;
    height: 45px;
    border: 2px solid #d3071f;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.contact-form-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.contact-form-field {
    width: 50%;
    padding: 10px;
}

.contact-form-field.full {
    width: 100%;
}

.contact-form-field input {
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: #222;
    padding: 0px 15px;
    background: #fff;
    border: none;
    border: 1px solid #222;
    border-radius: 5px;
    outline: none;
}

.contact-form-field textarea {
    width: 100%;
    height: 155px;
    font-size: 16px;
    color: #222;
    padding: 15px;
    background: #fff;
    border: none;
    border: 1px solid #222;
    border-radius: 5px;
    outline: none;
}

.contact-submit {
    margin-top: 15px;
}

.contact-submit input {
    color: #fff;
    background-color: #d3071f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6rem;
    letter-spacing: .6px;
    text-transform: uppercase;
    width: 190px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: unset;
    transition: all .3s ease;
}

.contact-submit input:hover {
    background-color: #000;
}

.about-us p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #222222b3;
    margin-bottom: 15px;

}

.about-us p:last-child {
    margin-bottom: 0;
}

.about-us p strong {
    color: #000;
}

.export-tab-main {
    padding-top: 70px;
    padding-bottom: 100px;
}

.export-tab .nav {
    justify-content: center;
}

.export-tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #d3071f;
}

.export-tab .nav-link {
    padding: 15px 1rem;
    color: #222;
    letter-spacing: .6px;
}

.brand-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    padding-top: 40px;
}

.brand-block {
    width: 16.66%;
    padding: 15px;
    height: 160px;
}

.brand-block img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    padding: 12px;
}

.brand-block:hover img {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .21);
}

.products h2 {
    margin-bottom: 25px;
}

.products p {
    max-width: 980px;
    margin: 0 auto;
}

.vehicles-main {
    padding-top: 70px;
}

.whatsapp-btn-flex {
    padding-top: 30px;
}

.whatsapp-btn-flex a {
    display: flex;
    align-items: center;
    background-color: #2db742;
    padding: 15px 20px;
    border-radius: 80px;
    width: 300px;
    margin: 0 auto;
}

.whatsapp-left img {
    width: 40px;
    object-fit: cover;
}

.whatsapp-right {
    padding-left: 10px;
}

.whatsapp-right p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.36em;
    color: #d5f0d9;
    max-width: unset;
    margin: unset;
    text-align: unset;
}

.whatsapp-right p span {
    border-radius: 5px;
    background-color: #ffffff69;
    color: #fff;
    font-size: 9px;
    height: 14px;
    line-height: 1.34em;
    margin-left: 3px;
    padding: 1px 5px;
}

.whatsapp-right h6 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

body.inner .main-header {
    position: unset;
    background-color: #000;
    padding: 20px 0px;
}

.about-us h2 {
    font-family: Roboto Condensed, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    color: #222;
    text-align: center;
    margin-bottom: 40px;
}

.whatsapp-sticky img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 20;
}

.product-detail-main {
    padding-top: 100px;
    padding-bottom: 100px;
}

.product-detail-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-detail-left,
.product-detail-right {
    width: 50%;
}

.product-detail-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail-right {
    padding-left: 70px;
}

.product-detail-right h2 {
    font-family: Roboto Condensed, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    color: #222;
    margin-bottom: 20px;
}

.product-detail-right ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #222222b3;
}

.whatsapp-btn-flex.product-detail a {
    margin: 0;
}

.vehicle-colors {
    margin-top: 30px;
}

.vehicle-colors h5 {
    font-family: Roboto Condensed, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    color: #222;
    margin-bottom: 15px;
}

.vehicle-colors ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.vehicle-colors ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #222222b3;
    background-color: #fff;
    border: 1px solid #222222b3;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    height: 40px;
    padding: 0px 15px;
}

.vehicle-brand-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
    padding-top: 30px;
}

.vehicle-brand {
    width: 20%;
    padding: 0px 10px;
}

.vehicle-brand img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.explore-vehicles-main {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f5f5f5;
}

.explore-vehicles h3 {
    font-family: Roboto Condensed, sans-serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 56px;
    color: #222;
    text-align: center;
    margin-bottom: 40px;
}

.explore-vehicles-block {
    padding: 5px;
   
}

.explore-vehicles-block-inner {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 -4px 8px rgba(0, 0, 0, 0.1), 4px 0 8px rgba(0, 0, 0, 0.1), -4px 0 8px rgba(0, 0, 0, 0.1);
}

.explore-vehicles-block img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: scale-down;
}

.explore-vehicles-block h4 {
    font-family: Roboto Condensed, sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    color: #fff;
    text-align: center;
    background-color: #d3071f;
    padding: 10px 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.explore-vehicles-block h4 a {
    color: #fff;
}

.products-page-main{
    padding-top: 100px;
    padding-bottom: 100px;
}

.products-page-heading h2{
    font-family: Roboto Condensed, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    color: #222;
    text-align: center;
    margin-bottom: 40px;
}

.products-page-flex{
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.products-page-block{
    width: 33.33%;
    padding: 15px;
}

.products-page-block-inner{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 -4px 8px rgba(0, 0, 0, 0.1), 4px 0 8px rgba(0, 0, 0, 0.1), -4px 0 8px rgba(0, 0, 0, 0.1);
}

.products-page-block-bg img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    border-radius: 10px;
}

.products-page-block-content h4{
    font-family: Roboto Condensed, sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    color: #fff;
    text-align: center;
    background-color: #d3071f;
    padding: 10px 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.products-page-block-content h4 a{
    color: #fff;
}

.products-page-flex{
    display:flex;
}

.products-page-left{
    width:70%;
}

.products-page-right{
    width:30%;
    padding-left:70px;
    margin-top: 40px;
}

.products-page-other {
    padding-top: 70px;
}

.products-page-other h4{
    font-family: Roboto Condensed, sans-serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 52px;
    color: #222;
    text-align: center;
    margin-bottom: 40px;
}

.vehicle-brand-flex.products-page{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 -4px 8px rgba(0, 0, 0, 0.1), 4px 0 8px rgba(0, 0, 0, 0.1), -4px 0 8px rgba(0, 0, 0, 0.1);
    margin:-10px;
    padding-top:0;
}

.vehicle-brand.products-page {
    width: 16.66%;
    padding:10px;
}