/*
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
*/

/* Header section css start  */

div#header-secondary-outer {
    background: radial-gradient(at top left, #01647f 0%, #01647f 100%);
    border: unset;
}
.vin-result-widget h4 {
    color: #147690 !important;
    font-weight: 700 !important;
    font-family: 'Poppins' !important;
    font-size: 24px !important;
    line-height: 32px !important;
}
body.material #header-secondary-outer .nectar-center-text {
    max-width: unset;
    position: unset;
    transform: unset;
}

.vin-report-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vin-report-info p {
    padding: unset;
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    font-family: 'Poppins';
    text-transform: capitalize;
    margin-right: 10px;
}

.vin-report-info {
    display: flex;
    align-items: center;
}

#header-secondary-outer ul {
    height: unset;
    float: unset;
}

#header-secondary-outer ul li {
    padding: unset;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    font-family: 'Poppins';
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

#header-secondary-outer ul li i {
    top: 0;
    margin-right: 3px;
    font-size: 16px;
    line-height: 24px;
}

.vin-report-info a {
    background-color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    line-height: 1.2em;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    padding: 5px 8px 5px 8px;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 600;
    transition: all 0.5s;
}

.vin-report-info a:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff !important;
}

li#menu-item-15 a {
    border-radius: 7px 7px 7px 7px;
    padding: 14px  !important;
    background-image: radial-gradient(at top left, #5bb9d1 0%, #01647f 100%);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    min-width: 200px;
}

header#top  li#menu-item-15 a span {
    color: #fff;
}

header#top nav ul li a span:after {
    display: none !important;
}

li#menu-item-15 a:hover {
    background: radial-gradient(at top left, #01647f 0%, #01647f 100%);
}

header#top nav ul li a span {
    color: #111111;
}

header#top nav ul li a:hover span {
    color: #01647f;
}



/* Header section css end  */


/* hero section css start  */

div#hero h1 {
  max-width: 700px;
  margin: auto;
}

div#hero .vc_separator h4 {
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.vin-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.vin-form input {
  background: #fff;
  max-width: 40%;
}

.vin-form button {
  border-radius: 7px 7px 7px 7px !important;
  padding: 14px !important;
  background-image: radial-gradient(at top left, #5bb9d1 0%, #01647f 100%);
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  min-width: 200px;
  font-family: "Poppins";
  font-weight: 200;
}
/* hero section css end  */


h2, h3 {
    color: #052730;
}

.gra-bg {
    background: radial-gradient(at top left, #5bb9d1 0%, #01647f 100%);
    color: #fff;
    border-radius: 5px 5px 5px 5px;
    padding: 0px 10px 0px 10px;
    margin-right: 10px;
    font-weight: 700;
}

.vc_separator h4 {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
}

#source .vc_sep_holder .vc_sep_line {
    border-color: #a7a7a7;
    width: 60px;
}

.vc_separator {
    display: flex;
    align-items: center;
}



div#hero .vc_separator .vc_sep_holder .vc_sep_line, #what-we-provide .vc_separator .vc_sep_holder .vc_sep_line {
    width: unset;
}

p {
    color: #555555;
}

div#Trust h2 {
    text-align: center;
    margin-bottom: 60px;
}

#Trust .vc_column-inner {
    text-align: center;
}

#Trust .vc_column-inner .nectar_icon {
    padding: unset;
}

#Trust .vc_column-inner .nectar_icon i {
    color: #01647f !important;
    transform: scale(1.3);
}

div#what-we-provide h2 {
    text-align: center;
    color: #fff;
}

div#what-we-provide .gra-bg {
    padding: 5px 10px 5px 10px;
    background: #fff;
    color: #052730;
    font-weight: 700;
}

#what-we-provide .vc_separator h4 {
    color: #fff;
    font-family: 'Poppins';
}

#what-we-provide h3, #what-we-provide p {
    color: #fff;
}

#what-we-provide p {
    font-weight: 300 !important;
    max-width: 300px;
}

#what-we-provide h3 strong {
    background: #01647f;
    margin: 0px 15px 0px 0px;
    padding: 8px 10px 6px 8px;
    border-radius: 100% 100% 100% 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    height: 35px;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#what-we-provide #inr-row .wpb_text_column {
    margin-bottom: 50px;
}

div#get-report-steps h2 {
    text-align: center;
}

div#get-report-steps .vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #ccc;
}

div#get-report-steps div#inr-row {
    margin-top: 90px;
}

div#get-report-steps div#inr-row img {
    height: 170px;
    width: 170px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: auto;
}

div#get-report-steps div#inr-row .vc_column-inner {
    text-align: center;
    padding: 10px;
}

div#get-report-steps div#inr-row .vc_column-inner p {
    font-size: 14px;
    line-height: 21px;
}



div#get-report-steps div#inr-row .vc_col-sm-3:nth-child(1) .vc_column-inner,
div#get-report-steps div#inr-row .vc_col-sm-3:nth-child(3) .vc_column-inner {
  /* your styles here */
  margin-top: -140px;
}



div#counter .vc_column-inner .wpb_wrapper {
    display: flex;
    align-items: center;
}

div#counter  .vc_column-inner .nectar_icon {
    padding: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#counter  .vc_column-inner .nectar_icon i {
    color: #fcfffe !important;
    padding: 10px;
    height: 70px !important;
    width: 70px !important;
    border-radius: 50%;
}

.nectar-milestone .number {
    color: #fff;
    font-family: 'Poppins';
}

.nectar-milestone {
    text-align: left;
}

body .nectar-milestone .subject {
    color: #fff;
    font-size: 13px;
    line-height: 21px;
}

div#testi h2 {
    text-align: center;
}

div#testi .vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #ccc;
}

div#testi #inr-row .vc_column-inner {
    background: #fff;
    padding: 40px 50px;
    border-radius: 20px;
}

div#testi #inr-row .vc_column-inner img {
    height: 90px;
    width: 90px;
    border-radius: 50%;
}

div#testi #inr-row .vc_column-inner  .prof-blk .wpb_wrapper  {
    display: flex;
    align-items: center;
    gap: 10px;
}



div#testi #inr-row .vc_column-inner .prof-blk .wpb_wrapper p {
    padding: unset;
}

div#testi #inr-row .vc_column-inner .prof-blk strong {
    font-size: 20px;
    line-height: 28px;
    color: #052730;
}
div#ft-sec p, div#ft-sec ul li a {
    color: #D9D9D9;
    font-size: 15px;
    line-height: 23px;
}

div#ft-sec ul li {
    list-style: none;
    margin: 0 0 20px 0;
    position: relative;
}

.vc_separator h4 {
    color: #fff;
    font-size: 17px;
    line-height: 25px;
    text-transform: uppercase;
    font-family: Montserrat;
}

.tnp-field label {
    display: none;
}

body[data-form-submit=regular] .container-wrap input[type=submit] {
    border-radius: 7px 7px 7px 7px;
    padding: 14px !important;
    background-image: radial-gradient(at top left, #5bb9d1 0%, #01647f 100%);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    width: 100%;
    text-transform: uppercase;
}

div#ft-sec ul li:before {
    content: "\f192";
    font-family: 'FontAwesome';
    color: #01647f;
}

div#ft-sec ul {
    margin: unset;
}

div#ft-sec ul li a {
    padding-left: 10px;
}

div#ft-sec .vc_separator .vc_sep_holder .vc_sep_line {
    width: 50px;
    border-color: #11a689;
}
#footer-outer #copyright {
    padding: 20px 0;
    font-size: 12px;
    background-color: #082630;
    color: #ffffff;
}
#footer-outer #copyright p {
    line-height: 22px;
    margin-top: 3px;
    color: #fff;
}

#footer-outer #copyright .col.span_7.col_last {
    display: none;
}

#footer-outer #copyright .col.span_5 {
    width: 100%;
    text-align: center;
}
.dark h4 {
    color: #101010;
    font-size: 14px;
    line-height: 21px;
}
div#ft-sec h4 {
    color: #fff;
}
#cta-info .vc_column-inner {
    border: 1px solid #ccc;
    padding: 40px;
}

#cta-info .vc_column-inner p {
    font-size: 18px;
    line-height: 26px;
}

#cta-info .vc_column-inner p strong {
    color: #052730;
}
div#hero p {
    color: #fff;
}

.vin-result-widget h3 {
    font-size: 40px !important;
    line-height: 48px !important;
    font-weight: 700 !important;
}
div#counter .row-bg {
    background: #006e89 !important;
}
img#veh_image {
    max-width: 300px;
    display: block;
    margin: auto;
}

.vin-result-columns {
    display: flex;
    flex-wrap: wrap;
}
.vin-result-columns.columns-2 .vin-result-column {
    flex: 0 0 50%;
    margin-bottom: 10px;
}

.vin-extra-info ul {
    column-count: 2;
    margin-top: 20px;
}

.vin-extra-info ul li {
    color: #000;
    list-style: circle;
}

.vin-review i {
    color: #00ac92;
    font-size: 50px;
    line-height: 58px;
}

.vin-review p {
    color: #000;
    font-style: italic;
}

.vin-review em {
    font-style: normal;
    font-weight: 600;
}

.form-package p {
    color: #00262f;
}
/* Form wrapper */
#packageForm {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  max-width: 600px;
  margin: 20px auto;
  font-family: "Segoe UI", sans-serif;
}

/* Legend */
.package-legend {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
  color: #111827;
  text-align: center;
}

/* Package options container */
.package-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

/* Hide default radio */
.package-option input[type="radio"] {
  display: none;
}

/* Option box */
.package-option label {
    display: block;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    padding: 18px 5px !important;
    cursor: pointer;
    background: #f9fafb;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
}
/* Title */
.package-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #111827;
}

/* Price */
.package-price {
  font-size: 15px;
  color: #00ad92;
  font-weight: 500;
}

/* Hover effect */
.package-option label:hover {
  border-color: #00a289;
  box-shadow: 0 0 8px rgba(37, 99, 235, 0.2);
}

/* Selected state */
.package-option input[type="radio"]:checked + label {
  border-color: #00a289;
  background: #eff6ff;
}



/* Submit Button */
body[data-form-submit=regular] .container-wrap .btn-get-report {
  margin-top: 20px;
  width: 100% !important;
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: 'Poppins' !important;
  transition: all  0.5s !important;
}

.btn-get-report:hover {
  background: #00a88e;
}


.vin-stripe-badge img {
    margin: auto;
    display: block;
}
.row.pkges {
    padding-top: 100px;
}
.ribbon-popular {
    background: #f59e0b;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 6px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    animation: blinkRibbon 1.2s infinite;
}

/* Keyframes for blinking */
@keyframes blinkRibbon {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.1);
    }
}

.vin-result-widget ul {
	margin: unset;
}
.package-option label span {
    font-weight: 600;
    display: block;
}

.package-option label  strong {
    color: #000;
}

#packageForm legend {
    text-align: center;
    font-weight: 800;
    font-family: 'Poppins';
    color: #000;
    font-size: 24px;
    line-height: 52px;
}
.vin-result-widget ul li {
	background: #fff;
	padding: 15px;
	list-style: none;
	border: 1px solid #a3a6a775;
	margin-bottom: 10px;
	border-radius: 5px;
	color: #000;
}
a#cta-btn {
    border-radius: 7px 7px 7px 7px;
    padding: 14px !important;
    background-image: radial-gradient(at top left, #5bb9d1 0%, #01647f 100%);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    font-family: 'Poppins';
    font-weight: 200;
    text-align: center;
    width: 100%;
}

#pricing div#inr-row {
    margin-top: 60px;
}

#pricing div#inr-row .vc_column-inner {
    background: #fff;
    border-radius: 10px;
    padding-bottom: 30px;
    min-height: 640px;
}

#pricing div#inr-row .vc_column-inner a#cta-btn {
    max-width: 80%;
    margin: auto;
    display: block;
}

#pricing div#inr-row .vc_column-inner .title-blk {
    padding: 20px;
    text-align: center;
    min-height: 130px;
}

#pricing div#inr-row .vc_column-inner .list-blk {
    padding-left: 30px;
    padding-right: 30px;
}

#pricing div#inr-row .vc_column-inner .list-blk ul {
    margin: unset;
}

#pricing div#inr-row .vc_column-inner .list-blk ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #d2c8c8c7;
    padding-bottom: 10px;
    color: #01647f;
    list-style: none;
}

#pricing div#inr-row .vc_column-inner .list-blk ul li:before {
    content: "";
    font-family: 'FontAwesome';
    margin-right: 10px;
      font-size: 20px;
      line-height: 28px;
}

#pricing div#inr-row .vc_column-inner .list-blk ul li.check:before {
      content: "\f058";
    
}

#pricing div#inr-row .vc_column-inner .list-blk ul li.cross:before {
    content: "\f057";
    color: red;
}

#pricing div#inr-row .vc_col-sm-3:nth-child(1) .vc_column-inner  .title-blk, #pricing div#inr-row .vc_col-sm-3:nth-child(3) .vc_column-inner  .title-blk{
    background: radial-gradient(at top left, #5bb9d1 0%, #01647f 100%);
}

#pricing div#inr-row  .title-blk h3 , #pricing div#inr-row  .title-blk p{
    color: #fff;
}

#pricing div#inr-row .vc_col-sm-3:nth-child(2) .vc_column-inner  .title-blk, #pricing div#inr-row .vc_col-sm-3:nth-child(4) .vc_column-inner  .title-blk{
    background: #052730;
}
p#breadcrumbs {
    display: none !important;
}

.price-blk {
    text-align: center;
}

#pricing div#inr-row .vc_column-inner .list-blk ul {
    margin: unset;
    max-height: 310px; /* apki need ke hisab se adjust karein */
    overflow-y: auto;
    padding-right: 8px; /* scrollbar space */
}

/* Scrollbar styling (Webkit browsers e.g. Chrome, Edge, Safari) */
#pricing div#inr-row .vc_column-inner .list-blk ul::-webkit-scrollbar {
    width: 8px;
}

#pricing div#inr-row .vc_column-inner .list-blk ul::-webkit-scrollbar-track {
    background: radial-gradient(at top left, #5bb9d1 0%, #01647f 100%);
    border-radius: 10px;
}

#pricing div#inr-row .vc_column-inner .list-blk ul::-webkit-scrollbar-thumb {
    background-color: #01647f;
    border-radius: 10px;
    border: 2px solid #5bb9d1;
}

/* Firefox scrollbar */
#pricing div#inr-row .vc_column-inner .list-blk ul {
    scrollbar-color: #01647f #5bb9d1;
    scrollbar-width: thin;
}


@media only screen and (min-width: 768px) and (max-width: 999px){}
@media only screen and (min-width: 520px) and (max-width: 767px){}


@media only screen and (min-width: 300px) and (max-width: 519px){
	
.vin-form {
    flex-direction: column;
}
.vin-form input {
    background: #fff;
    max-width: 100%;
}

.vin-form button {
    width: 100%;
}

.vc_separator.wpb_content_element.vc_separator_align_center.vc_sep_width_30.vc_sep_pos_align_center.vc_sep_color_grey.vc_separator-has-text {}

#hero .vc_sep_width_30 {
    width: 100%;
}

div#about-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

h2 {
    font-size: 22px !important;
    line-height: 30px !important;
}

div#Trust {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.vc_sep_width_30 {
    width: 100%;
}
div#what-we-provide .gra-bg {
    padding: 2px 10px 2px 10px;
    background: #fff;
    color: #052730;
    font-weight: 700;
}

div#what-we-provide {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
div#get-report-steps div#inr-row .vc_col-sm-3:nth-child(1) .vc_column-inner, div#get-report-steps div#inr-row .vc_col-sm-3:nth-child(3) .vc_column-inner {
    margin-top: 0;
}
div#get-report-steps div#inr-row {
    margin-top: 20px;
}
div#counter .vc_column-inner .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
div#counter .vc_column-inner .nectar_icon i {
    color: #fcfffe !important;
    padding: 0px;
    height: 60px !important;
    width: 60px !important;
    border-radius: 50%;
    font-size: 50px !important;
}
.nectar-milestone .number {
    font-size: 52px !important;
    line-height: 72px !important;
    font-family: 'Open Sans';
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}
.nectar-milestone {
    text-align: center;
}
div#testi #inr-row .vc_column-inner {
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
}
div#testi #inr-row .vc_column-inner img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

div#footer-widgets {
    display: none !important;
}

div#ft-sec {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}

div#header-secondary-outer {
    display: block !important;
    height: unset !important;
}

.vin-report-info {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: center !important;
    width: 100%;
    gap: 10px;
}

.off-canvas-menu-container .secondary-header-text {
    display: none;
}

.vin-result-widget h3 {
    font-size: 30px !important;
    line-height: 38px !important;
    font-weight: 700 !important;
}
.row.pkges {
    padding-top: 50px;
    padding-bottom: unset;
}
.package-options {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}


body .container-wrap .vc_row-fluid[data-column-margin="90px"] .wpb_column:not(.child_column), body .container-wrap .inner_row[data-column-margin="90px"] .child_column {
    padding-left: 0px;
    padding-right: 0px;
}

div#pricing {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#pricing .nectar-split-heading {
    justify-content: center;
}

div#pricing p {
    text-align: center;
}

div#pricing .nectar-split-heading h2 {
    font-size: 32px !important;
    line-height: 42px !important;
    text-align: center;
}

#pricing .row_col_wrap_12.col.span_12.dark.left {
    padding-left: 10px;
    padding-right: 10px;
}
#pricing div#inr-row .vc_column-inner .title-blk {
    padding: 20px;
    text-align: center;
    min-height: unset;
}

.price-blk h2 {
    font-size: 32px !important;
    line-height: 40px !important;
}

.title-blk h3 {
    font-size: 28px !important;
    line-height: 36px !important;
}	
}


