/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Outfit:wght@100..900&display=swap');

body,
h3,
h4,
h5,
h6,
p,
strong,
span,
ul,
li,
a {
	font-family: "Outfit", sans-serif !important;
}

p,
b,
strong {
	font-family: "DM Sans", sans-serif;
}

.primery-btn {
	color: #FFF;
	font-size: 18px !important;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 0;
	padding: 15px 30px !important;
	border-radius: 50px !important;
}

body[data-button-style*="slightly_rounded"] .nectar-button {
	border-radius: 50px !important;
}

.common-main-heading h2 {
	font-size: 50px !important;
	line-height: 62px !important;
}

.common-content p {
	color: #22222291;
	font-size: 18px;
	line-height: 32px;
}

/* Header */
#header-outer header .container {
	padding: 0;
}

#top ul.sf-menu a {
	color: #fff !important;
	font-size: 16px;
	opacity: 1 !important;
}

#top ul.sf-menu li.top-btn a {
	background: #e22028;
	padding: 12px 30px !important;
	margin-left: 15px;
}

#header-outer.transparent.dark-slide>#top nav>ul>li>a {
	color: #fff !important;
}

#header-outer.transparent.dark-slide>#top nav .sf-menu>.current-menu-item>a {
	color: #fff !important;
}

#header-outer[data-lhe="animated_underline"].transparent.dark-slide #top nav>ul>li>a .menu-title-text:after {
	border-color: #e22028 !important;
}

/* Hero */
.hero-area h4 {
	color: #FFF;
	font-size: 20px;
}

.hero-area .content {
	padding: 0;
	top: 340px !important;
}

.hero-area .content {
	padding: 0;
}

.hero-area h1 {
	font-size: 74px;
	width: 55%;
	line-height: 80px;
	margin: 30px 0 !important;
}

.hero-area p {
	font-size: 20px !important;
	line-height: 34px;
	width: 40%;
}

.hero-area a.primary-color {
	color: #FFF;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 0;
	padding: 15px 30px;
	border-radius: 50px !important;
}

body[data-button-style*="slightly_rounded"] .hero-area .swiper-slide .button a.primary-color {
	border-radius: 50px !important;
}

/* Why Choose US */

.whychoose-area .iwithtext {
	border-radius: 16px;
	border: 1px solid #D9D9D9;
	background: #FFF;
	padding: 30px 50px;
	margin-bottom: 20px !important;
	transition: 0.5s;
}

.whychoose-area .iwithtext .iwt-icon {
	left: 60px;
	top: 40px;
}

.whychoose-area .iwithtext .iwt-icon img {
	width: 60px !important;
}

.whychoose-area .iwithtext .iwt-text {
	padding-left: 100px;
}

.whychoose-area .iwithtext .iwt-text h4 {
	color: #000;
	font-size: 24px;
}

.whychoose-area .iwithtext .iwt-text p {
	color: #22222291;
	font-size: 16px;
}

.whychoose-area .iwithtext:hover {
	transition: 0.5s;
	background: #E22028;
	cursor: pointer;
}

.whychoose-area .iwithtext:hover * {
	color: #fff !important;
	transition: 0.5s;
	filter: brightness(0) invert(1);
}

.whychoose-area .iwithtext:hover .iwt-icon img {
	filter: invert(100%);
}

/* Reviews */

.reviews-area .carousel-item {
	border-radius: 16px;
	background: #f9f9f9;
	padding: 50px 40px !important;
	margin: 0 10px;
}

.reviews-area .carousel-main .top img {
	margin-bottom: 0;
}

.reviews-area .carousel-main .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.reviews-area .carousel-main .top small {
	color: #222222ab;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
}

.reviews-area .carousel-main .main {
	color: #222;
	font-family: "DM Sans";
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 30px;
}

.reviews-area .iwt-text h5 {
	margin-bottom: 0;
	color: #222;
	font-size: 18px;
}

.reviews-area .iwt-text p {
	color: #2222229c;
	font-size: 14px;
}

.reviews-area .iwt-text {
	padding-left: 80px;
	top: 7px;
	position: relative;
}

.reviews-area .iwt-icon img {
	width: 65px !important;
}

/* Partners Area */
.partner-area img {
	width: 70% !important;
	opacity: 0.5 !important;
	transition: 0.5s;
}

.partner-area img:hover {
	opacity: 1 !important;
	transition: 0.5s;
}

.partner-area h2 {
	margin-bottom: 20px;
}

/* Footer */
.footer-area p {
	color: #ffffffcf;
	width: 80%;
}

.copyright-area p {
	width: 100%;
}

.footer-area .wpb_raw_html ul {
	margin: 0;
	display: flex;
}

.footer-area .wpb_raw_html ul li {
	list-style-type: none;
	margin-right: 15px;
}

.footer-area .wpb_raw_html ul li a {
	color: #fff;
	background: #343330;
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	transition: 0.5s;
}

.footer-area .wpb_raw_html ul li a:hover {
	background: #fff;
	color: #000;
}

.footer-area .widget_nav_menu h4 {
	color: #fff;
	padding-bottom: 20px;
}

.footer-area ul#menu-quick-links {
	padding-top: 70px;
}

.footer-area .widget_nav_menu ul {
	margin: 0;
}

.footer-area .widget_nav_menu ul li {
	list-style-type: none;
	margin-bottom: 15px;
}

.footer-area .widget_nav_menu ul li a {
	color: #ffffffcf;
}

.footer-area .widget_nav_menu ul li a:hover {
	color: #ffffff8a !important;
}

.footer-area .iwithtext i {
	color: #fff;
	font-size: 16px;
	background: #303030;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
}

.footer-area .iwithtext .iwt-text a,
.footer-area .iwithtext .iwt-text {
	color: #ffffffcf;
	font-size: 16px;
}

.footer-area h4 {
	color: #fff;
	font-size: 30px;
	line-height: 44px;
	margin-bottom: 7px;
}

.footer-area .iwithtext {
	margin-bottom: 35px;
}

.copyright-area {
	border-top: 1px solid #303030;
	margin-top: 80px;
}

.nectar-global-section.before-footer {
	padding: 0 !important;
}

/* Woocommerce */
.cat-item.cat-item-192 {
	display: none;
}

#custom_html-2 ul.products {
	display: block !important;
	width: 100%;
}

#custom_html-2 ul.products li {
	width: 100% !important;
}

#custom_html-2 ul.products li a img {
	display: none;
}

div#custom_html-2 {
	padding-top: 40px;
	margin-bottom: 0 !important;
}

#custom_html-2 ul.products h2 {
	color: #fff !important;
	padding: 0;
}

#custom_html-2 ul.products h2 mark.count {
	display: none;
}


.custom-car-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
}

.car-card {
	border: 1px solid #eee;
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	text-align: center;
}

.car-card img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.car-body-type {
	color: #E22028;
	font-size: 16px;
	text-align: left;
}

.car-title {
	color: #222;
	font-size: 24px !important;
	font-style: normal;
	font-weight: 500 !important;
}

.car-meta-icons {
	display: flex;
	gap: 20px;
	margin: 15px 0;
	justify-content: space-between;
}

.car-meta-icons span {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #696665;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.car-meta-icons img {
	width: 16px;
	height: 16px;
}

.car-price {
	margin-top: 40px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 30px;
}

.sale-price {
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	color: #E22028;
}

.regular-price {
	text-decoration: line-through;
	color: #696665;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: line-through;
	margin-left: 10px;
}

.view-car-button {
	display: inline-block;
	background: #000;
	border-radius: 6px;
	text-decoration: none;
	margin-top: 10px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	width: 100%;
	text-align: center;
	padding: 17px;
}

.car-card img {
	border-radius: 0;
	height: 230px !important;
	object-fit: cover !important;
	margin: 0 !important;
	width: 100% !important;
}

.car-details img {
	height: 15px !important;
	object-fit: contain !important;
	margin: 0 !important;
	width: 15px !important;
}

.car-details {
	padding: 20px !important;
	text-align: left;
}

.view-car-button:hover {
	background-color: #E22028;
	color: #fff;
}

.container.main-content {
	padding: 0;
}

.car-filter-bar {
	display: flex;
	gap: 20px;
	align-items: center;
	background: white;
	padding: 30px;
	border-radius: 10px;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
}

.car-filter-item label {
	font-weight: 600;
	margin-bottom: 6px;
	font-size: 14px;
	color: #222;
}

.car-filter-item select {
	color: #696665;
	font-family: Outfit;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	background-color: transparent;
	line-height: normal;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}

.car-filter-btn {
	background-color: #e60000;
	color: white;
	border: none;
	padding: 14px 30px;
	border-radius: 40px;
	font-size: 15px;
	cursor: pointer;
	margin-top: 24px;
}

.car-filter-btn:hover {
	background-color: #cc0000;
}

.filter-icon-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #f1f1f1;
	transition: background 0.3s;
}

.filter-icon-btn img {
	width: 18px;
	height: 18px;
}

.filter-icon-btn:hover {
	background-color: #e0e0e0;
}

.car-filter-submit {
	background-color: #e60000;
	color: #fff;
	border: none;
	padding: 12px 25px;
	border-radius: 30px;
	font-size: 15px;
	cursor: pointer;
	transition: background 0.3s ease;
}

.car-filter-submit:hover {
	background-color: #cc0000;
}

.car-filter-bar img {
	margin: 0 !important;
}

.car-filter-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 20%;
}

.filter-icon-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: #f1f1f1;
	transition: background 0.3s;
	margin-right: 10px;
}

.filter-icon-btn img {
	width: 18px;
	height: 18px;
}

.filter-icon-btn:hover {
	background-color: #e0e0e0;
}

.car-filter-submit {
	background-color: #e60000;
	color: white;
	border: none;
	padding: 12px 25px;
	border-radius: 30px;
	font-size: 15px;
	cursor: pointer;
	transition: background 0.3s ease;
}

.car-filter-submit:hover {
	background-color: #cc0000;
}

.custom-car-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	padding-bottom: 50px;
}

form#ajax-car-filter-form {
	position: relative;
	margin-top: -220px;
	z-index: 9;
}

div#ajax-car-results {
	padding-top: 250px;
}

.car-filter-item {
	display: flex;
	flex-direction: column;
	min-width: 150px;
	border-right: 1px solid #D9D9D9;
	padding-right: 30px;
	margin-right: 10px;
	flex: 1;
}

.car-filter-item label {
	color: #222;
	font-family: Outfit;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

body[data-form-submit=regular] .container-wrap .car-filter-actions button.car-filter-submit {
	color: #FFF;
	font-family: Outfit;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 20px 60px !important;
	border-radius: 50px !important;
}

.custom-car-meta {
	max-width: 600px;
}

.spec-heading {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
	font-family: "Outfit", sans-serif;
	border-bottom: 2px solid #E22028;
	padding-bottom: 10px;
}

.spec-table {
	width: 100%;
	border-collapse: collapse;
}

.spec-table th,
.spec-table td {
	text-align: left;
	padding: 12px 15px;
	font-size: 16px;
	font-family: "DM Sans", sans-serif;
	border-bottom: 1px solid #ddd;
}

.spec-table th {
	color: #222;
	font-weight: 600;
	width: 40%;
}

.spec-table td {
	color: #555;
}
.woocommerce-product-details__short-description p {
    color: #000;
    font-size: 16px;
    padding-bottom: 10px;
}

.woocommerce-product-details__short-description p strong {
    font-size: 24px;
}
.woocommerce .product-wrap a {
	display: none;
}

.woocommerce-page div#header-outer {
	background: url(/wp-content/uploads/2025/05/hero-img.jpg) no-repeat;
	background-position: top;
	background-size: cover;
}

body.material #top nav ul #search-btn a span {
	color: #fff;
}

body.material #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
	color: #fff;
}

.woocommerce-account .woocommerce>#customer_login .nectar-form-controls .control.active {
	color: #fff !important;
	background: #e22028;
	padding: 14px 40px;
	font-size: 16px;
	transition: 0.5s;
}

.woocommerce-account .woocommerce>#customer_login .nectar-form-controls .control {
	font-size: 16px;
	color: #000;
	opacity: 1;
}

.woocommerce div.product .product_title {
	color: #000;
	font-size: 50px;
}

.woocommerce div.product .summary p.price {
	color: #000;
}


.contact-area h5 {
	font-size: 18px;
	color: #000;
}

.contact-area a {
	font-size: 16px;
}

.gt_languages a.glink.nturl span {
	color: #000 !important;
}

.gt_switcher_wrapper {
	display: none;
}

.about-area img {
	width: 100%;
}

/* Responsive */
@media screen and (max-width: 1024px) {
	.custom-car-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 600px) {
	.custom-car-grid {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 1750px) {
	#header-outer header .container {
		padding: 0 40px;
	}

	.hero-area .content {
		padding: 0 40px;
		top: 250px !important;
	}

	.hero-area h1 {
		width: 60%;
		font-size: 60px;
		line-height: 70px;
	}

	.car-filter-bar {
		box-shadow: 0 5px 10px #0000003b;
	}

	form#ajax-car-filter-form {
		padding: 0 30px !important;
		width: 90%;
		margin: -90px auto;
	}

	div#ajax-car-results {
		padding-top: 180px;
		padding: 190px 70px 0;
	}

	.vehicle-sec .row_col_wrap_12 {
		padding: 0 40px;
	}
}

@media only screen and (max-width: 1389px) {
	#top #logo img {
		height: 85px;
	}

	#top ul.sf-menu a {
		margin: 0 9px !important;
		font-size: 16px;
	}

	body.material #header-outer #top nav>.buttons>li {
		margin-left: 0 !important;
	}

	body.material #header-outer:not([data-format=left-header]) #top nav>.buttons>li {
		margin-right: 0 !important;
	}

	.hero-area h1 {
		margin-top: 0 !important;
		font-size: 50px;
	}

	form#ajax-car-filter-form {
		width: 100%;
		margin-bottom: 50px;
		margin-top: 40px;
	}

	.car-filter-bar {
		width: 90%;
		margin: 0 auto;
	}

	.car-filter-item label {
		font-size: 16px;
	}

	.car-filter-item select {
		font-size: 15px;
	}

	.car-filter-item {
		padding-right: 30px;
		margin-right: 0;
	}

	body[data-form-submit=regular] .container-wrap .car-filter-actions button.car-filter-submit {
		padding: 10px 20px !important;
		font-size: 16px;
	}

	.filter-icon-btn {
		width: 40px;
		height: 40px;
	}

	.hero-area .content {
		top: 210px !important;
	}

	div#ajax-car-results {
		padding: 150px 50px 0;
	}

	.common-main-heading h2 {
		font-size: 35px !important;
		line-height: 45px !important;
	}

	.common-content p {
		font-size: 16px;
	}

	.whychoose-area .iwithtext {
		padding: 10px 20px;
	}

	.whychoose-area .iwithtext .iwt-icon {
		left: 20px;
	}

	.whychoose-area .iwithtext .iwt-icon img {
		width: 45px !important;
	}

	.whychoose-area .iwithtext .iwt-text {
		padding-left: 60px;
	}

	.whychoose-area .iwithtext .iwt-text h4 {
		font-size: 20px;
		margin-bottom: 0;
	}

	.whychoose-area .iwithtext .iwt-text p {
		font-size: 15px;
		line-height: 22px;
	}

	.reviews-area .carousel-main .top img {
		width: 100px;
	}

	.reviews-area .carousel-item {
		padding: 50px 20px !important;
	}

	.reviews-area .carousel-main .main {
		font-size: 15px;
		line-height: 28px;
	}

	.reviews-area .iwt-icon img {
		width: 50px !important;
	}

	.reviews-area .iwt-text {
		padding-left: 65px;
		top: 0;
	}

	.reviews-area .iwt-text h5 {
		font-size: 16px;
	}

	.footer-area h4 {
		font-size: 22px;
	}

	.footer-area .iwithtext .iwt-text a,
	.footer-area .iwithtext .iwt-text {
		font-size: 15px;
	}
}

@media only screen and (max-width: 999px) {
	.hero-area h1 {
		width: 100%;
		font-size: 40px !important;
		line-height: 50px;
	}

	.hero-area p {
		width: 100%;
	}

	.nectar-slider-wrap[data-full-width="true"] .swiper-slide .content p {
		font-size: 17px !important;
		line-height: 30px !important;
	}

	.hero-area h4 {
		font-size: 18px;
	}

	.car-filter-bar {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	.car-filter-item {
		min-width: 30%;
	}

	.car-filter-actions {
		width: 65%;
		justify-content: end;
	}

	.vehicle-sec .row_col_wrap_12 {
		padding: 30px 0;
	}

	.common-main-heading h2 {
		font-size: 30px !important;
		line-height: 40px !important;
	}

	body[data-button-style*="slightly_rounded"] .hero-area .swiper-slide .button a.primary-color {
		font-size: 15px;
	}

	.vehicle-sec a#primery-btn {
		position: absolute;
		top: -45px;
		right: 0;
		font-size: 16px !important;
		margin-bottom: 0 !important;
	}

	.vehicle-sec .vc_col-sm-6 {
		margin-bottom: 0 !important;
	}

	#ajax-content-wrap #whychoose-area .vc_row.inner_row.left_padding_tablet_10pct .row_col_wrap_12_inner {
		padding-left: 0 !important;
	}

	.whychoose-area h2 {
		margin-top: 30px;
	}

	#ajax-content-wrap .whychoose-area .vc_row.inner_row.right_padding_tablet_25pct .row_col_wrap_12_inner {
		padding: 0 !important;
	}

	.whychoose-area .iwithtext {
		padding: 29px 20px;
	}

	li.menu-item.menu-item-gtranslate img {
		width: 22px !important;
		margin-bottom: 0;
	}

	.gt_white_content {
		top: 200px !important;
	}

	.car-meta-icons span {
		font-size: 13px;
	}

	.car-title {
		font-size: 20px !important;
	}

	.view-car-button {
		padding: 10px 10px;
	}

	.sale-price {
		font-size: 22px;
	}

	.car-price {
		margin-top: 10px;
	}

	div#ajax-car-results {
		padding: 220px 0 0;
	}

	.partner-area .row_col_wrap_12_inner {
		display: flex !important;
		justify-content: center;
	}

	.partner-area .row_col_wrap_12_inner .wpb_column.column_container {
		width: 30%;
	}

	.partner-area img {
		width: 70% !important;
	}

	.footer-area ul#menu-quick-links {
		padding-top: 0;
	}
}

@media only screen and (max-width: 690px) {

	body #top #logo img,
	#header-outer[data-permanent-transparent="false"] #logo .dark-version {
		height: 60px !important;
	}

	.nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content p {
		font-size: 16px !important;
		line-height: 24px !important;
	}

	body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close {
		display: block;
		left: 70px;
	}

	#header-outer header .container {
		padding: 0;
	}

	.menu-item-gtranslate a.glink span {
		font-size: 0 !important;
	}

	.gt_languages a.glink.nturl span {
		font-size: 13px !important;
	}

	.hero-area .content {
		padding: 0;
		text-align: center;
	}

	.car-filter-actions {
		width: 100%;
		justify-content: center;
	}

	.vehicle-sec a#primery-btn {
		position: static;
	}

	.vehicle-sec .force-desktop-text-align-right {
		text-align: left;
		justify-content: unset;
	}

	html {
		margin-top: 0 !important;
	}

	.common-main-heading h2 {
		font-size: 24px !important;
	}

	.partner-area .row_col_wrap_12_inner .wpb_column.column_container {
		width: 50%;
	}

	.footer-area img {
		width: 140px;
	}

	.footer-area {
		padding-top: 50px !important;
	}

	div#copyright-area {
		margin-top: 20px;
	}
}