/* 
Theme Name: Rapidcash for Junkcars
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: FDM
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/******Default vip css start*****/  

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
	outline: none !important; 
	text-decoration: none !important;  
}
ul {
	padding: 0;
} 
.site-branding {
	display: none;
} 
p,li {
	margin-bottom: 20px; 
}  
p, li, div, p.elementor-heading-title {
	color: #000;
	font-size: 14px !important;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
}
p:last-child{
	margin-bottom: 0;
} 
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 h6, .h6 {
	color: #000;
	letter-spacing: 0; 
	font-weight: normal;  
	font-family: "Poppins", sans-serif;
}
.bigheading > .elementor-widget-container,
.mdheading > .elementor-widget-container{
	margin-bottom: 25px;
}
a{
	font-weight: normal;
	text-decoration: underline;
	color: #d4bf6e;
}  
strong {
	font-weight: 500 !important;
}  
.subheading p {
	font-size: 18px;
	line-height: normal;
	text-transform: uppercase;
	color: #37795b;
	font-weight: 500;
	margin-bottom: 17px;
}
.pl60{
	padding-left: 60px;
}
.pl30{
	padding-left: 30px;
}
.pr60{
	padding-right: 60px;
} 
.pt0 {
	padding-top:0px !important;
}
.pb0 {
	padding-bottom:0px !important;
}
.mt50{
	margin-top: 50px;
}   
.mt35{
	margin-top: 35px;
} 
.mt100{
	margin-top: 100px;
}    
.pad100 {
	padding: 100px 15px;
} 
.pt100{
	padding-top: 100px;
} 
.pb100{
	padding-bottom: 100px;
}
.pt50 {
	padding-top: 50px;
}
.defbtn .elementor-widget-container {
	margin-top: 30px;
} 

body {
	position: relative;
}
a {
	transition: all ease-in-out 0.5s !important;
}
div[data-elementor-type="wp-page"] {
	overflow: hidden;
}
#bar {
	width: 100%;
	height: 17px;
	background: #aaa;
	position: absolute;
	left: 0;
	top: 0;
}
.progress-bar {
	background: #d4bf6e;
	height: 100%;
	text-align: center;
	line-height: 16px;
	font-size: 16px;
}
/*** Header ***/  
@keyframes slideIn {
	from { top: -50% }
	to { top: 0 }
}   
.hdactive .elementor-location-header {
	position: fixed !important;
	-webkit-animation: slideIn 0.5s ease-in;
	-moz-animation: slideIn 0.5s ease-in;
	animation: slideIn 0.5s ease-in;
	z-index: 102;
	padding: 8px 15px;
	background: #000000a6;
	box-shadow: 0px 0px 11px rgba(0,0,0,0.2);
	backdrop-filter: blur(10px);
}
.hdactive .logomain img {
	max-height: 90px;
}   
.hd_menu  .elementor-widget-container {
	width: 100%;
}     
.logomain img {
	max-height: 160px;
	width: auto;
	display: block !important;
}
.header_main .elementor-widget-wrap {
	justify-content: space-between;
} 
.logomain {
	width: auto !important;
}
.hdright {
	width: calc(100% - 280px) !important; 
}
.hd_menu .elementor-nav-menu > li {
	margin-left: 47px;
}
.hd_menu .elementor-nav-menu > li > a {
	font-size: 16px;
	color: #fff !important;
	padding: 0 !important;
	text-transform: uppercase;
}
.hd_menu {
	margin: auto 50px auto auto !important;
}
.hd_menu .elementor-nav-menu > li > a:hover, .hd_menu .elementor-nav-menu > li.current-menu-ancestor > a, .hd_menu .elementor-nav-menu > li.current-menu-item > a, .phn_hd a:hover {
	opacity: 0.7;
}
.elementor-nav-menu > li > ul.sub-menu a {
	padding: 14px 17px 13px !important;
	color: #fff !important;
	border-bottom: 1px solid #ffffff38;
	border-left: 0;
	white-space: normal;
	background: transparent !important; 
	font-size: 16px;
	text-transform: capitalize; 
	letter-spacing: 0.3px;
}   
.elementor-nav-menu > li > ul.sub-menu li:last-child a {
	border-bottom: 0px !important;
}
.elementor-sub-item.elementor-item-active {
	background-color: transparent !important;
} 
.elementor-nav-menu > li > ul.sub-menu {
	background: #3600d4;
	min-width: 200px !important;
	border-radius: 0px;
	margin-top: 27px !important;
}
.elementor-nav-menu > li > ul.sub-menu:last-child a {
	border-radius: 0px; 
	padding: 14px 17px 13px !important;
	font-weight:normal;
} 
.elementor-nav-menu > li > ul.sub-menu .sub-arrow {
	display: none !important;
} 
.elementor-nav-menu > li > ul.sub-menu a:hover, .elementor-nav-menu > li > ul.sub-menu .current-menu-item a {
	background: #111 !important;
	opacity: 1;
	border-left: unset !important;
	color: #fff !important;
}  
.elementor-location-header {
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	position: absolute;
	padding: 20px 0;
} 
/*** Header End***/ 
.d-none {
	display: none;
}
.pager li {
	margin: 0;
}
.pager a {
	background: #d4bf6e;
	color: #000;
	padding: 11px 15px;
	line-height: normal;
	border-radius: 5px;
	min-width: 160px;
	text-align: center;
	font-weight: 500;
	font-size: 15px !important;
}
.steps-inner li {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #e6e6e6;
}
.steps {
	border-radius: 7px;
	overflow: hidden;
	border: 1px solid #00000029;
	background: #fff;
	max-width: 760px;
	margin: auto;
}
.fs-title {
	margin: 0;
	background: #000000;
	padding: 18px 30px;
	color: #fff;
	line-height: 1.1;
	text-transform: capitalize;
	font-size: 19px;
}
.next.last {
	display: none;
}
.fill-form  {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	column-gap: 20px;
}
.col-md-6 {
	width: calc(100% / 2 - 10px);
}
.steps-inner input, .steps-inner select {
	border: 1px solid #ccc;
	height: 55px;
	padding: 0 20px;
	background: #fff;
	font-size: 14px;
}
#content {
	padding: 20px 0 10px;
	max-width: 1200px;
}
/* .year-make-model-from-vin {
text-align: center;
font-size: 35px;
font-weight: 600;
color: #000000;
line-height: 1.1;
} */
#buyera-offer-form {
	/* 	max-width: 760px; */
	margin: auto;
}
.steps-inner li input:checked ~ .checkmark {
	/* 	background-color: #d6faec; */
	background-image: url("https://rapidcashforjunkcars.com/wp-content/uploads/2025/02/tick.png");
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: right 30px center;
}
.header_main {
	padding-top: 50px;
	margin: auto;
	width: calc(100% - 100px);
	justify-content: space-between;
	display: flex;
}
.entry-title {
	text-align: center;
	font-size: 37px;
	font-weight: 600;
	line-height: 1;
}
.logo {
	margin-right: auto;
	width: auto;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	width: 100%;
	height: 100%;
	/* z-index: -1; */
}
.steps-inner label input {
	display: none;
}
.steps-inner li label {
	display: block;
	padding: 23px 27px;
	cursor: pointer;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	font-size: 16px;
}
#site-header {
	display: none;
}
.pager li {
	display: inherit;
}
label {
	font-size: 15px;
}
.pager {
	display: flex;
	justify-content: space-between;
	list-style: none;
	background-color: #d4bf6e29;
	width: 100%;
	align-items: center;
	padding: 15px 30px;
	margin: 0 !important;
}
.search-inner{
	padding:  30px;
} 
.fill-form {
	padding: 18px 30px;
}
.steps-inner {
	min-height: 228px;
	background: #fff;
} 
.offer-detail-container {
	max-width: 620px;
	margin: 20px auto auto;
	text-align: center;
}
.sell-offer-title {
	margin: 0 auto 10px;
	font-size: 24px;
}
.btn.btn-primary {
	background: #000000;
	border: 0px !important;
	color: #fff;
	font-size: 20px;
	padding: 8px 20px;
}
#peddle-api-form label {
	margin: 0;
	background: #000000;
	padding: 19px 30px;
	color: #fff;
	line-height: 32px;
	width: 100%;
	margin: 0 -20px !important;
	width: calc(100% + 40px);
}
#peddle-api-form input {
	border: 1px solid #ccc;
	height: 55px; 
	background: #fff; 
	text-transform: uppercase;
} 
#peddle-api-form {
	max-width: 760px;
	border: 1px solid #ccc;
	padding: 0 0px 30px;
	margin: 10px auto auto;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
}
.error.vin-error {
	text-align: center;

}
.error-message, .error, .display-error-message {
	color: #cc0d0d;
	font-size: 16px;
	line-height: normal;
}
#btn {
	margin: auto;
	display: block;
	background: #d4bf6e;
	color: #000;
	padding: 10px 20px;
	line-height: normal;
	border-radius: 5px;
	min-width: 160px;
	text-align: center;
	font-weight: 600;
	border: 0px !important;
	font-size: 19px;
}
.sell-offer-title {
	text-align: center;
}
.vinbox.active {
	display: block;
}
.vinbox {
	text-align: center;
	position: relative;
	max-width: 760px;
	margin: 12px auto auto;
	display: none;
}
.vinbox a i {
	position: absolute;
	top: calc(100% + 2px);
	background: #000000;
	width: 100%;
	height: auto;
	color: #fff !important;
	font-size: 14px;
	line-height: 18px;
	padding: 14px 22px;
	left: 0px;
	display: none;
	font-style: normal;
	border-radius: 5px;
	text-align: center;
	right: 0;
	margin: auto;
}
.vinbox em {
	position: absolute;
	right: 8px;
	top: 44px;
	background-image: url("https://my.lightspeedbid.com/wp-content/uploads/2025/03/cross.png");
	background-repeat: no-repeat;
	filter: invert(1);
	width: 14px;
	height: 20px;
	display: none;
	z-index: 1;
	background-size: contain;
	cursor: pointer;
}
.vinbox.active  em{
	display: block;
}
.vinbox a.active {
	background: #d4bf6e;
	color: #000 !important;
}
.vinbox a {
	background: #000000;
	margin: 0 4px;
	border-radius: 5px;
	color: #fff !important;
	padding: 5px 13px;
	display: inline-block;
	vertical-align: top;
	line-height: normal;
	cursor: pointer;
	font-size: 15px; 
}
.vinbox a.active i {
	display: block;
}
.menubar a {
	display: block;
	text-transform: capitalize;
	margin: 20px 0;
	color: #000000;
	font-weight: 500;
	font-size: 20px;
}
.close_menu {
	position: absolute;
	left: 40px;
	top: 44px;
	background-image: url("https://my.lightspeedbid.com/wp-content/uploads/2025/03/cross.png");
	background-repeat: no-repeat;
	width: 29px;
	height: 25px;
	z-index: 1;
	background-size: contain;
	cursor: pointer;
}
.menubar {
	visibility: hidden;
	position: fixed;
	right: 0;
	top: 0;
	width: 360px;
	min-height: 100%;
	box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
	-moz-box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
	-webkit-box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
	padding: 145px 45px 0;
	margin: 0;
	opacity: 0;
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	background: #fff;
	background-image: url("https://www.cash-for-junk-cars.services/wp-content/uploads/2025/03/pattern.png");
	background-repeat: repeat;
	background-size: 590px;
}
.menubar.active {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	z-index: 99999;
	visibility: visible;
}


.menuicon span {
	background: #d4bf6e !important;
	height: 4px;
	display: block;
	width: 100%;
	margin: 6px 0;
}
.menuicon {
	width: 35px;
	cursor: pointer;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.col-md-12 {
	width: 100%;
}
/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}
.offer-amount, .sell-offer-lowest ,.highlightcolor{
	color: #d4bf6e !important;
}
/* .sell-offer-title span {
text-align: center;
font-size: 30px;
font-weight: 600;
color: #000000;
line-height: 1.1;
} */
.col-md-4 {
	width: calc(100% / 3 - 14px);
}
.makemodel_block .fill-form {
	row-gap: 8px;
	text-align: center;
}
body {
	background-image: url("https://www.cash-for-junk-cars.services/wp-content/uploads/2025/03/pattern.png");
	background-repeat: repeat;
	background-size: 590px;
}
.field-vinaccept {
	text-transform: uppercase;
}
.tab_hide.active {
	display: block;
	min-height: 130px;
}
.thank-you-message {
	text-align: center;
}
.tab_hide,
p:empty {
	display: none;
}
.personal_text {
	text-align: center;
	font-size: 16px;
	margin: 4px 0 10px;
}
.year-make-model-from-vin {
	color: #d4bf6e;
}
.makemodel_block span {
	font-size: 16px;
	line-height: normal;
	display: block;
} 
.makemodel_block .fill-form * ,
.makemodel_block .fill-form option{
	text-align: center;
}
.tab_block {
	display: flex;
	flex-wrap: wrap;
	background: #e6e6e6;
	width: 100%;
	text-align: center;
}
.tab_block p {
	width: 50%;
	margin: 0;
	color: #000;
	padding: 14px 30px;
	cursor: pointer;
	font-size: 17px !important;
}
.tab_block p.active {
	background: #000000;
	color: #fff;
}
body:not([class*="elementor-page-"]) .site-main {
	max-width: 880px;
}

.fq_sm span {
	display: block;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding-bottom: 7px;
	margin-bottom: 13px;
	color: #000000;
}
.fq_sm span,.fq_sm p {
	font-size: 17px;
	line-height: normal;
}
.mob_text {
	font-size: 24px;
}
.peddlebar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	width: 100%;
	justify-content: center;
	border-radius: 7px;
	overflow: hidden;
	border: 1px solid #00000029;
	background: #fff;
	padding: 10px 20px;
	margin: auto auto 18px;
	max-width: 760px;
}
.peddlebar img {
	max-height: 50px;
	justify-content: center;
}
.logos_part {
	padding-left: 20px;
	text-align: center;
	width: calc(100% - 399px);
	margin-bottom: auto;
}
.logos_part p {
	font-size: 15px;
	line-height: normal;
	margin: 0 0 5px;
}
.info_hd {
	text-align: center;
	margin: 20px 0 7px;
	font-weight: 600;
	font-size: 24px;
}
.peddlebar ul {
	list-style: none;
	padding-left: 17px;
	text-align: left;
}
.peddlebar ul li::before {
	content: "";
	left: 0;
	top: 6px;
	position: absolute;
	width: 10px;
	height: 6px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
}
.logos_main img {
	max-height: 32px;
	margin: 0 4px;
}
.peddlebar li {
	font-size: 15px;
	line-height: 20px;
	position: relative;
	padding-left: 19px;
	margin: auto;
}

.swal2-backdrop-show {
	background: #000000a8 !important;
}
.swal2-popup {
	padding: 20px 20px 40px !important;
}
.swal2-icon.swal2-question.swal2-icon-show {
	display: none !important;
}
.swal2-cancel.swal2-styled {
	order: 2;
	width: 100% !important;
	background: transparent !important;
	padding: 0 !important;
	font-size: 15px;
	margin: 0 !important;
	font-weight: normal !important;
}
.swal2-actions button {
	display: block;
	background: #d4bf6e !important;
	color: #000 !important;
	padding: 10px 20px;
	line-height: normal;
	border-radius: 5px;
	min-width: 160px;
	text-align: center;
	font-weight: 600;
	border: 0px !important;
	font-size: 19px;
}
.swal2-title {
	text-transform: capitalize;
	color: #000;
} 
#license-input ,
.field-state{
	text-align: left !important;
}
.swal2-title {
	text-transform: capitalize;
	color: #000;
}
.tab_hide .fill-form {
	padding: 25px 12%;
}
.col-md-10 {
	width: calc(100% - 32% - 23px);
}
.col-md-2 {
	width: 32%;
}
.swal2-popup {
	padding: 20px 20px 40px !important;
	background-image: url("https://www.cash-for-junk-cars.services/wp-content/uploads/2025/03/pattern.png");
	background-repeat: repeat;
	background-size: contain;
}
.d-none {
	display: none;
}
.popup_secfull.swal2-image {
	max-width: 300px !important;
}
.pager {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin-top: 40px;
}
.display-error-message {
	text-align: center;
	margin-bottom: 20px;
} 
.swal2-image {
	max-width: 100px;
	margin: 10px auto 0;
}
.steps-inner li input:disabled ~ .checkmark::after {
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	background: #fff;
	position: absolute;
	z-index: 1111;
	opacity: 0.8;
	cursor: not-allowed;
}

.nextstep {
	text-align: center;
	margin: 0 0 10px;
	font-size: 30px;
	font-weight: 600;
}  
.img_contain {
	width: 100% !important;
	height: 210px !important;
	background-image: url("https://dev.lightspeedbid.com/wp-content/uploads/2025/06/sedan-top.avif");
	background-repeat: no-repeat;
	background-size: contain;
	position: relative !important;
	border: 1px solid #ccc;
	border-radius: 5px;
} 
.carloc > div input {
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	position: relative;
	cursor: pointer;
}
.carboxopen {
	padding-bottom: 30px;
}
.carboxopen p {
	padding: 15px 30px 0;
	pointer-events: none;
	text-align: center;
	margin: 0 0 9px; 
}
.error-message.error {
	padding: 10px 30px;
}
.carloc {
	width: 320px;
	height: 210px;
	position: relative; 
	margin: auto;
}
.carloc > div input:checked ~ span {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #d4bf6e;
	mix-blend-mode: overlay;
}
.carloc > div {
	position: absolute;
	width: 50%;
	height: 50%;
	border-bottom: 1px dotted #bbb;
	border-right: 1px dotted #bbb;
	cursor: pointer;
}
.top_left {
	bottom: 0;
	width: 50%;
}
.top_right {
	right: 0;
	bottom: 0;
}
.bottom_right {
	left: 0;
	top: 0;
}
.bottom_left {
	right: 0;
	top: 0;
}
.entry-title i {
	font-style: normal;
	display: block;
	margin-bottom: 15px;
	font-size: 55px;
}

@media only screen and (max-width: 767px) {
	.entry-title i { 
		font-size: 36px;
	}
	.swal2-title {
		padding: 20px 0 0 !important;
		font-size: 24px;
	}
	.swal2-html-container {
		padding: 15px 0 0 !important; 
	}
	.peddlebar img {
		max-height: 27px; 
	}
	.peddlebar { 
		padding: 10px; 
	}
	.peddlebar ul { 
		padding-left: 10px; 
	}
	.peddlebar ul li::before { 
		top: 3px; 
	}
	.peddlebar li {
		font-size: 14px;
		line-height: 17px; 
		padding-left: 18px; 
	}
	.logos_part {
		width: 100%;
		padding: 10px 0 0;
		border-top: 1px solid #cccccc5e;
		margin-top: 10px;
	}
	.menubar {
		width: 200px;
		padding: 105px 15px 0;
	}
	.entry-title br {
		display: none;
	}
	.mob_text { 
		display: block; 
		font-size: 22px;
	}
	.fq_sm span, .fq_sm p {
		font-size: 14px;
		line-height: normal;
	}
	.menuicon {
		width: 30px; 
		transform: scale(0.7);
		position: relative;
		top: 3px;
	}
	#content {
		padding: 40px 15px 10px;
	}
	.logo img {
		display: block;
	}
	.header_main {
		padding-top: 25px; 
	}
	.steps-inner input, .steps-inner select,
	#peddle-api-form input{ 
		height: 45px;
		padding: 0 14px; 
	}
	#peddle-api-form,#buyera-offer-form { 
		width: calc(100% - 15px);
	}
	.progress-bar  {
		line-height: 14px;
		font-size: 14px;
	} 
	#bar { 
		height: 12px; 
	}
	.entry-title {
		font-size: 27px;
	}
	.makemodel_block span {
		font-size: 15px; 
	}
	.col-md-4 {
		width: 100%;
	}
	.mobtwo{
		width: calc(100% / 2 - 14px);
	}
	.fill-form {
		padding: 18px 15px;
	}

	.search-inner{
		padding: 18px 15px;
	}
	.fs-title { 
		padding: 15px 20px; 
		font-size: 19px;
	}
	.cars_price img {
		height: 230px !important; 
	}
	label {
		font-size: 16px;
		line-height: normal;
		display: block;
	}
	.tab_hide .fill-form {
		padding: 25px 5%;
	}
	.logo img {
		max-height: 65px !important;
	}
	.steps-inner li input:checked ~ .checkmark { 
		background-size: 20px;
		background-position: right 15px center;
	}
	.tab_block p { 
		padding: 10px ; 
		font-size: 15px;
	}
	.steps-inner li label { 
		padding: 16px 50px 16px 20px; 
	}
	.steps-inner {
		min-height: 168px; 
	}
	.pager a {
		padding: 8px 15px;
		min-width: 130px;
		font-size: 16px;
	}
	.logo { 
		display: flex;
		align-items: center;
	}
	.header_main { 
		width: calc(100% - 30px); 
	}

	.pager { 
		padding: 15px ; 
	}

}