/*
Theme Name: Salient Child
Description: Child theme for Salient
Author: Your Name
Template: salient
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Chango&family=Jost&family=Poppins:wght@500;600;800;900&display=swap');
body{
	--scroll-bar-w:0px !important
}
p {
	padding-bottom: 1.2em;
	font-family: 'Jost';
}
/* ===============================
VEHICLE HEADING SECTION
================================ */
.vehicle-heading-section {
	background: linear-gradient(180deg, #1a1a1a, #0f0f0f);
	padding: 60px 0;
	text-align: center;
}

/* Main heading */
.vehicle-main-heading {
	font-size: 36px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
}

/* Red word */
.vehicle-main-heading .vh-red {
	color: #c40000;
}

/* Sub heading */
.vehicle-sub-heading {
	font-size: 14px;
	color: #cfcfcf;
	max-width: 700px;
	margin: 0 auto;
	line-height: 1.6;
}
/* Responsive */
#footer-widgets .col {
	margin: 0;
	width: auto;
	max-width: 300px;
}
#footer-widgets .container>.row{
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: none;
	justify-content: space-between;
	border-bottom: 1.5px solid #A2001D;
}
#footer-widgets .container>.row:before,
#footer-widgets .container>.row:after,
#footer-widgets .container:before,
#footer-widgets .container:after {
	content: none;
}
#footer-outer .widget {
	margin-bottom: 0;
}
.mc4wp-form-fields input[type="submit"] {
	font-size: 0 !important;
	opacity: 1 !important;
	width: 40px;
	height: 40px;
	background-image: url(/wp-content/uploads/2026/02/Group-1299.svg);
	background-position: center center;
	background-size: contain;
	padding: 0 !important;
	position: absolute;
	right: 10px;
	bottom: 8px;
}
.mc4wp-form-fields {
	position: relative;
}
.mc4wp-form-fields label {
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 30px;
	margin-bottom: 8px;
	display: block;
	color: #100E34 !important;
}
.mc4wp-form-fields input[type="email"] {
	border-radius: 100px;
	background-color: transparent;
	border: 1px solid #848484;
	color: #848484;
	padding: 15px 20px !important;
}
.mc4wp-form-fields input[type="email"]::placeholder {
	color: #848484;
}
.mc4wp-form-fields input[type="email"]::-ms-input-placeholder {
	color: #848484;;
}
#footer-outer #footer-widgets .widget h4 {
	font-size: 16px !important;
	line-height: 30px;
	background-image: url(/wp-content/uploads/2026/02/Vector-15.svg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: inline-block;
	margin-bottom:20px
}
#footer-outer .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor {
	color: #A2001D !important;
	border: 1px solid #A2001D;
	border-radius: 100px;
	opacity: 1 !important;
	padding: 5px !important;
}
#footer-outer .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg{
	width:20px;
	height:20px
}
#footer-outer #footer-widgets .col ul.wp-block-social-links li:first-child >a{
	padding-top:5px !important	
}
#footer-outer .wp-block-social-links{
	margin-top: 25px;
}
.material #footer-outer #footer-widgets .col ul.wp-block-social-links li{
	padding:0 !important
}
.material #footer-outer #footer-widgets .col ul li {
	padding: 8px 0 !important;
}
#footer-outer #copyright p{
	margin:0
}
#copyright .col {
	width: 100%;
	margin: 0 !important;
	text-align: center;
	font-size: 12px;
}
#footer-outer #copyright{
	padding:15px 0
}
.copy_menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
	margin-top: 15px;
}
#footer-outer #copyright .copy_menu a:not(.nectar-button) {
	color: #666872 !important;
}
.f-800{
	font-weight:800 !important
}
.family-chango{
	font-family: 'Chango';
}
.mb-0{
	margin-bottom:0 !important
}
.vertical-column .iwithtext {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	color: #484747;
	font-size: 12px;
	line-height: 18px;
}
.vertical-column .iwithtext .iwt-text a {
	text-decoration: underline !important;
	background-image: url(/wp-content/uploads/2026/02/Vector.svg);
	background-repeat: no-repeat;
	display: inline-block;
	text-transform: capitalize;
	padding-right: 10px;
	position: relative;
	background-size: 4px;
	background-position: right center;
	font-weight: 600;
	font-family: Poppins;
	font-size: 10px;
	margin-top: 5px;
}
.vertical-column .iwithtext .iwt-text {
	padding: 0;
	text-transform: capitalize;
}
.vertical-column .iwithtext .clear {
	display: none;
}
.vertical-column .iwithtext .iwt-icon img {
	margin: 0 0 5px !important;
	width: 42px !important;
}
.vertical-column .iwithtext .iwt-text h6 {
	color: #A2001D;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
}
.vertical-column .iwithtext .iwt-text>*{
	padding: 0;
	margin: 0;
}
.vertical-column .iwithtext .iwt-icon {
	position: relative;
	left: 0;
	top: 0;
}
.vertical-column .wpb_wrapper>div:not(:last-child) {
	margin-bottom: 30px;
}
body.material .nectar-button {
	margin: 0;
	display: inline-flex;
	align-items: center;
	font-size: 15px;
	padding: 11px 30px !important;
	gap: 12px;
}
body.material .nectar-button.has-icon span {
	transform: translateX(0px) !important;
}
body.material .nectar-button.has-icon i {
	position: relative;
	inset: 0;
	transform: translateY(0%) translateX(0px) !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: transparent !important;
	font-size: 18px !important;
	width: auto !important;
	height: auto !important;
	line-height: normal !important;
	box-shadow:none !important
}
.wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
	row-gap: 20px;
}
.wpcf7-form>* {
	width:100%;
	padding: 0 8px;
}
.wpcf7-form>.half-row{
	width:50%;
}
.wpcf7-form label{
	font-weight: 500;
	color:#100E34;
	font-size:13px;
	display: inline-block;
	margin-bottom: 2px;
	padding: 0 15px;
	text-transform:capitalize
}
.wpcf7-form label em{
	font-style:normal;
	color:#A2001D;
	font-weight:600;
}
.wpcf7-form p{
	font-family: 'Poppins';    
}
.wpcf7-form input.wpcf7-form-control:not([type="submit"]), 
.wpcf7-form select.wpcf7-form-control {
	font-size: 12px !important;
	color: #757575;
	outline: none;
	box-shadow: none;
	background-color: transparent;
	border: 1px solid #A3A3A3 !important;
	border-radius: 20px;
	padding: 8px 15px;
	height: 42px;
}
.wpcf7-form select.wpcf7-form-control{
	-webkit-appearance: none;
	background-image: url(/wp-content/uploads/2026/02/Vector-1.svg);
	background-repeat: no-repeat;
	background-position: 96% center;
	padding-right:30px
}
.wpcf7-form .full-row select.wpcf7-form-control{
	background-position: 98% center;
}
body[data-button-style=rounded] .wpcf7-form .wpcf7-submit[type="submit"] {
	font-size: 15px;
	padding: 11px 55px 11px 35px !important;
	line-height: 20px;
	background-image: url(/wp-content/uploads/2026/02/Vector-2.svg);
	background-repeat: no-repeat;
	background-position: 75% center;
	text-align: center;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	padding:0 10px
}
.slick-initialized .slick-slide {
	display: block;
}
.hero_item {
	width:auto !important;
	display: flex !important;
	flex-wrap: wrap;
	margin-left:-1%;
	margin-right:-1%;
	flex-direction:row-reverse;
	position:relative
}
.hero_item>*:not(.overlay_text){
	padding-left:1%;
	padding-right:1%
}
.hero_item h1 {
    font-weight: 800;
}
.hero_item h1,
.hero_item h2,
.hero_item img {
    margin: 0 !important;
}
.description_content{
	margin:10px 0
}
body.material .hero_item .nectar-button{
	margin-top:15px;
	padding-left:20px !important;
	padding-right:20px !important
}
.overlay_text {
    position: absolute;
    font-size: 300px;
    display: block;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 70%;
    z-index: -1;
    text-transform: uppercase;
    font-weight: 700;
    background: linear-gradient(360deg, #FFFFFF 0%, #DADADA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    top: 10px;
}
.hero-slider .fetured_img{
	padding:40px 0 0
}
.hero_banner {
    margin: 0 !important;
}
.slick-dots {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}
.hero_banner {
    margin: 0 !important;
}
.slick-dots li {
    list-style: none;
    width:10px;
    height:10px;
    border-radius:100px;
    background-color: #D3D5E0;
    margin: 15px 0;
    display: block;
	cursor:pointer
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active{
	background-color:var(--active_dot,#A2001D);
}
body.material .nectar-button.multi-btn {
    border: 2px solid transparent !important;
    padding: 3px !important;
    font-size: 25px;
    min-width: 190px;
}
body.material .nectar-button.multi-btn span{
    color:#fff;
    order: 1;
}
body.material .nectar-button.multi-btn.see-through {
    border-color: currentColor !important;
}
body.material .nectar-button.multi-btn.has-icon i {
    width: 60px !important;
    height: 60px !important;
    background-color: currentColor !important;
    color: currentColor !important;
    font-size: 0 !important;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center center;
}
body.material .nectar-button.car-icon.has-icon:not(.see-through) i{
    background-image: url(/wp-content/uploads/2026/02/car-1.svg);
}
body.material .nectar-button.bike-icon.has-icon:not(.regular) i{
    background-image: url(/wp-content/uploads/2026/02/motorcycle-1.svg);
}
body.material .nectar-button.bus-icon.has-icon:not(.regular) i{
    background-image: url(/wp-content/uploads/2026/02/bus-1.svg);
}
body.material .nectar-button.truck-icon.has-icon:not(.regular) i{
    background-image: url(/wp-content/uploads/2026/02/airplane-1-1.svg);
}
body.material .nectar-button.tractor-icon.has-icon:not(.regular) i{
    background-image: url(/wp-content/uploads/2026/02/motorcycle-2.svg);
}
@media (max-width: 768px) {
	.vehicle-main-heading {
		font-size: 28px;
	}
}
@media only screen and (min-width: 1000px) {
	body #footer-outer .row {
		padding: 40px 40px;
	}
	#footer-widgets .col:first-child{
		min-width:400px
	}
}



/* Remove default CF7 spacing */
.wpcf7-form p {
    margin: 0;
}

.cf-submit{
padding-left: 24px;
}

/* Remove unwanted <br> */
.wpcf7-form br {
    display: none;
}

/* Row spacing */
.cf-row {
    margin-bottom: 22px;
}

/* Flex layout */
.cf-flex {
    display: flex;
    gap: 20px;
    margin-bottom: 22px;
}

.cf-half {
    flex: 1;
}

/* Label styling */
.wpcf7-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

/* Required star */
.wpcf7-form label .required {
    color: #A2001D;
    font-weight: 700;
    margin-left: 3px;
}

/* Inputs */
.cf-input {
    width: 100%;
    padding: 14px 22px;
    border-radius: 35px;
    border: 1px solid #999;
    margin-top: 6px;
    font-size: 14px;
    outline: none;
    transition: 0.3s ease;
}

/* Textarea */
.cf-textarea {
    width: 100%;
    padding: 18px 22px;
    border-radius: 18px;
    border: 1px solid #999;
    height: 170px;
    resize: none;
    margin-top: 6px;
    font-size: 14px;
    outline: none;
}

/* Focus effect */
.cf-input:focus,
.cf-textarea:focus {
    border-color: #A2001D;
}

.cf-button {
    background: #A2001D;
    color: #fff;
    padding: 14px 45px;
    border-radius: 35px;
    border: none;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s ease;
}

.cf-button:hover {
    background: #7f0017;
}

body[data-button-style="rounded"] .cf-button {
    font-size: 15px;
    padding: 11px 50px 11px 35px !important;
    line-height: 20px;
    background-color: #A2001D;
    background-image: url(/wp-content/uploads/2026/02/Vector-2.svg);
    background-repeat: no-repeat;
    background-position: 75% center !important;
    background-size: 7px !important;
    color: #fff;
    border-radius: 35px;
    border: none;
    cursor: pointer;
}
.cf-button::after {
    content: none !important;
}

/* Responsive */
@media (max-width: 768px) {
    .cf-flex {
        flex-direction: column;
    }
}
.contact-section {
    padding: 50px !important;
    border-radius: 10px;
    border: 0.5px solid #626262;
}


/* ===== CONTACT WRAPPER ===== */
.contact-info {
    margin-top: 20px;
}

/* ===== EACH ROW ===== */
.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

/* ===== BIG RED ICON ===== */
.contact-icon {
    width: 50px;
    height: 50px;
    background: #A2001D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.contact-icon i {
    color: #fff;
    font-size: 20px;
}

/* ===== TEXT BLOCK ===== */
.contact-text {
    display: flex;
    flex-direction: column;
}

/* ===== TITLE WITH IMAGE UNDERLINE ===== */
.contact-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin: 0;
    display: inline-block;
    background-image: url(/wp-content/uploads/2026/02/Vector-3-1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 66px;   /* underline width control */
}
.contact-heading{
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
}

/* ===== DETAIL TEXT ===== */
.contact-detail {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {

    .contact-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-icon {
        margin-bottom: 20px;
    }

    .contact-title {
        font-size: 30px;
        background-size: 80px;
    }

    .contact-detail {
        font-size: 24px;
    }
}