input.error,
textarea.error,
select.error {
  border: 1px solid red !important;
}

/* Widget categories
/* ========================================================================== */
.widget-categories ul li + li {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.widget-categories ul li a {
  display: block;
  padding: 5px 0 5px 0px;
  position: relative;
}
.widget-categories ul li a:before {
  /* content: "\f0a9"; */
  /* font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 5px; */
}
.widget-categories ul li a:hover:before {
  -webkit-animation: bounceIn 0.4s;
  animation: bounceIn 0.4s;
}
/* Widget tabs
/* ========================================================================== */
.widget.shop-categories {
  margin-bottom: 15px;
  padding-bottom: 22px;
}
.widget.shop-categories .widget-title {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: -4px;
  padding-left: 0px;
}
.widget.shop-categories .widget-content {
  border-top: solid 1px rgba(35, 35, 35, 0.1);
  padding: 10px 15px;
}
.widget.shop-categories ul {
  /* margin: -10px -15px -10px -15px; */
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  /**/
}
.widget.shop-categories ul li {
  padding: 10px 15px 10px 0px;
  overflow: hidden;
  display: block;
}
.widget.shop-categories ul li + li {
  border-top: solid 1px rgba(35, 35, 35, 0.1);
}
.widget.shop-categories ul a {
  display: block;
  margin-right: 10px;
  color: #0f2b46ad;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.widget.shop-categories > ul {
  margin-top: 0;
  padding-left: 0 !important;
  margin-left: 0;
}
.active-menu > a {
  color: var(--theme-deafult) !important;
}

.widget.shop-categories ul a:hover {
  color: var(--theme-deafult);
}
.widget.shop-categories ul a .count {
  float: right;
  text-align: right;
  font-size: 12px;
  margin-right: 2px;
  text-decoration: none;
}
.widget.shop-categories ul ul.children {
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  text-transform: none;
  margin-top: 9px;
  padding-left: 8px;
}
.widget.shop-categories ul ul.children li {
  padding: 9px 15px 9px 0;
}
.widget.shop-categories ul ul.children a {
  margin-right: 0;
  font-size: 13px;
  padding-left: 4px;
  text-decoration: none;
}
.widget.shop-categories ul .count {
  float: right;
  font-size: 12px;
  margin-right: 2px;
}
.widget.shop-categories ul .arrow {
  float: right;
  width: 50px;
  height: 17px;
  cursor: pointer;
  text-align: center;
  z-index: 888;
  position: relative;
}
.widget.shop-categories ul .arrow .fa {
  font-size: 19px;
  line-height: 19px;
}

.filter-items .checkbox-filtre:last-child {
  border-bottom: 0px;
}

.shop-categories .widget-title {
  padding-top: 0;
  border-top: 0;
}

.alert {
  padding: 16px 24px;
  border-radius: 8px;
  border: none;
  margin-bottom: 20px;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.alert-success {
  background-color: #e8f5e9;
  color: #1b5e20;
  border-left: 4px solid #4caf50;
}

.alert-danger {
  background-color: #ffebee;
  color: #c62828;
  border-left: 4px solid #ef5350;
}

/* Opsiyonel: Animasyon eklemek için */
.alert {
  animation: slideIn 0.3s ease-in-out;
}

@keyframes slideIn {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Pagination Styles */
.pagination-wrap {
  margin: 3rem 0;
}

.pagination-wrap ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}

.pagination-wrap li {
  margin: 0;
}

.pagination-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}

.pagination-wrap li.active a {
  background-color: #014f9c;
  color: #fff;
  border-color: #007bff;
}

.pagination-wrap a:hover:not(.disabled) {
  background-color: #f5f5f5;
  color: #014f9c;
  border-color: #014f9c;
}

.pagination-wrap .disabled {
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
  border: 1px solid #e0e0e0;
}

.pagination-wrap i {
  font-size: 14px;
}

.img-100 {
  width: 100%;
}

input.error,
textarea.error,
select.error {
  border: 1px solid red !important;
}

.btn-search-list {
  background-color: var(--primary-color1);
  width: 100%;
  font-size: 15px;
  padding: 12px 0px;
  font-weight: 500;
  color: #fff !important;
}

.btn-next {
  background-color: var(--primary-color1);
  font-size: 15px;
  padding: 12px 35px;
  font-weight: 500;
  color: #fff !important;
}

.btn-search-list:hover,
.btn-next:hover {
  opacity: 0.7;
  transition: all 500ms;
}

.bread-detail {
  padding: 22px 0px !important;
}

.description-s {
  padding: 22px;
  border: 1px solid #cccccc36;
  border-radius: 16px;
}

.description-s p {
  font-size: 13px;
  margin-bottom: 18px;
}

.brand-car h4 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

.car-box-header {
  background: #ffffffc7;
  padding: 55px 32px;
  box-shadow: 1px 1px 6px #ccc;
  border-radius: 4px;
}

.car-box-header select {
  padding: 10px 11px;
  font-size: 14px;
}

.bg-black {
  background: black;
}

.car-boxes p {
  font-size: 14px;
}

.b-ps {
  padding: 30px 0px !important;
}

.form-yass {
  margin: 50px 0px;
  box-shadow: 1px 1px 14px 1px #cccccc8f;
  padding: 26px 45px 45px 45px;
}

.form-yass .form-control {
  font-size: 14px;
  padding: 8px 15px;
  margin-top: 6px;
}

.form-yass label {
  font-size: 14px;
  font-weight: 500;
}

.list-model-type input {
  margin-top: 0;
  margin-right: 11px !important;
}

.list-model-type label span {
  line-height: 19px;
  font-size: 13px;
}

.list-model-type label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  background: #cccccc14;
  padding: 13px 18px;
  margin-bottom: 14px;
  border: 1px solid #cccccc40 !important;
}

.tramer, .step2-labels {
  display: flex;
  align-items: center;
}

.tramer label, .step2-labels label {
  width: 33%;
  display: flex;
  align-items: center;
}

.tramer label input, .step2-labels label input {
  margin-top: 0px !important;
  margin-right: 15px;
}

.price-trimer {
  font-size: 13px;
}

svg .B {
  fill: #ffd800;
}

svg .D {
  fill: #d71920;
}

.arac-hasar-table tr th label {
  font-size: 13px;
  font-weight: 500;
}

.arac-hasar-table thead tr th {
  border-bottom: 2px solid #0d6efd !important;
}

.on-panel {
  font-weight: 600;
  padding: 10px 0px;
}

.tac {
  font-weight: 500;
  font-size: 15px;
}

.head-colors ul li span:first-child {
  width: 25px;
  height: 25px;
  display: block;
  border: 1px solid #ccc;
  margin: 0 auto;
}

.head-colors ul li {
  margin-left: 21px;
  font-size: 14px;
}
.head-colors ul {
  display: flex;
  list-style: none;
  justify-content: flex-end;
}

.sm-input b {
  font-weight: 500;
}

.sm-input {
  font-size: 12px;
}

.form-last p {
  margin-bottom: 11px;
  font-size: 14px;
}

.form-last h2 {
  font-size: 37px;
  color: #060606;
  margin: 21px 0px;
}

.form-last h4 {
  font-size: 20px;
}

.company-logo img {
  width: 200px;
}

.mobile-logo-wrap img {
  width: 167px;
}

.eks svg {
  /* width: w; */
}

.eks {
  text-align: center;
}

.eks-right {
  text-align: left;
}

.eks-right ul {
}

.eks-right ul li {
  list-style: none;
  margin-bottom: 5px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc69;
}

.eks-right ul li span:last-child {
  font-weight: 500;
}

.h-center ul {
  justify-content: center;
  padding-left: 0 !important;
}

.sidebar-headers-right {
  background: #dff3f8;
  padding: 26px 28px;
  border-radius: 10px;
  margin-bottom: 16px;
}

.sidebar-headers-right ul li {
  margin-right: 0px;
  font-size: 14px;
}

.sidebar-headers-right ul li::after {
  content: "";
  display: inline-block;
  margin-left: 0.575rem;
  margin-right: 0.575rem;
  height: 0.75rem;
  width: 0.0625rem;
  background-color: #4e5052;
}

li.n-cs::after {
  content: "" !important;
  height: 0 !important;
}

.sidebar-headers-right ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  font-size: 14px;
  margin-bottom: 0;
}

.sidebar-headers-right h5 {
  font-size: 17px;
  font-weight: 500;
}

.price-right {
  font-size: 27px;
  font-weight: 600;
  margin-top: 12px;
  color: #212529d6;
  border-top: 1px solid #ade1ee;
  padding-top: 13px;
}

.overview-contents ul li span:nth-child(1) {
  font-size: 24px;
  color: #006494;
}

.overview-contents ul li span:nth-child(2) {
  font-size: 12px;
  font-weight: 500;
  margin: 4px 0px;
}

.overview-contents ul li span:nth-child(3) {
  font-weight: 600;
}

.overview-contents ul li span {
  display: block;
}

.overview-contents ul li {
  width: 22%;
  text-align: center;
  box-shadow: 1px 1px 3px 1px #ccc;
  padding: 15px 0px;
  line-height: 20px;
  font-size: 15px;
  color: #000000d4;
}

.overview-contents ul {
  list-style: none;
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

.slider-nav .slick-slide {
  cursor: pointer;
}

.slider-nav .slick-slide:hover {
  opacity: 0.8;
  transition: all 500ms;
}

.social-list-f li a {
  border: 1px solid #ccc;
  font-size: 26px;
  color: #212529;
  border-radius: 50%;
  width: 80px;
  display: block;
  text-align: center;
  line-height: 80px;
  height: 80px;
}

.social-list-f li a:hover {
  opacity: 0.7;
  transition: all 500ms;
}

.social-content h4 {
  font-size: 15px;
  margin-bottom: 35px;
  font-weight: 500;
}

.social-list-f {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding-left: 0px;
  list-style: none;
  margin-bottom: 35px;
}

.drivco-featute p {
  font-size: 15px;
  color: #13141ad1;
  margin-bottom: 9px;
}

.contact-page .single-contact .content span i {
  font-size: 18px;
  margin-right: 7px;
  position: relative;
  top: 1px;
}

.company-logo-s {
  position: absolute;
  width: 49px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 1px 1px 3px #ccc;
  padding: 7px 7px;
  right: 23px;
  text-align: center;
  top: -42px;
}

.car-form select {
  height: 53px;
  font-weight: 500;
  font-size: 14px;
  background: #ccc0;
  border-radius: 2px;
}

.home-header-p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #212529de;
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
  border-bottom: 1px solid #cccccc30;
  padding-bottom: 20px;
}

#progressbar li {
  list-style-type: none;
  color: #493e6ec9;
  font-size: 12px;
  width: 20%;
  float: left;
  text-align: center;
  position: relative;
  font-weight: 600;
  z-index: 1;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 46px;
  display: block;
  font-size: 19px;
  color: #fff;

  border: 2px solid #0153a4;
  color: #0153a4;
  border-radius: 30px;
  margin: 0 auto 10px auto;
  z-index: 999;
  position: relative;
  z-index: -1;
}

/*progressbar connectors*/
#progressbar li:after {
  content: "";
  width: 75%;
  height: 3px;
  background: #0153a4;
  position: absolute;
  left: -38%;
  top: 24px;
  z-index: -1;
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #0153a4;
  color: white;
}

.form-agreement label {
  font-size: 13px;
  position: relative;
  bottom: 2px;
}

.information-list ul li {
}

.information-list ul {
  padding-bottom: 0;
  margin-bottom: 0;
}

.information-list p {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #006494;
}

.information-list {
  box-shadow: 1px 1px 3px 3px #cccccc63;
  padding: 21px;
  background: #fff;
  font-size: 14px;
  margin-top: 20px;
}

.results-button .btn {
  margin-left: 15px;
  padding: 9px 28px;
  font-size: 13px;
}

.galery-pagination {
  list-style: none;
}

.galery-pagination li.prev {
  left: 17px;
}

.galery-pagination li.next {
  right: 17px;
}

.galery-pagination li {
  position: absolute;
  background: #ffffffab;
  top: 35%;
  border-radius: 50%;
  padding: 9px 19px;
  font-size: 34px;
  text-align: center;
}

.galery-pagination li:hover {
  opacity: 0.8;
  translate: all 500ms;
  cursor: pointer;
}

.product-img {
  position: relative;
}

.blog-detail h2 {
  margin: 28px 0px;
  font-size: 28px;
}

.phone-verication input,
.phone-verication button {
  width: 65%;
  margin: 0 auto;
}

.phone-verication i {
  font-size: 43px;
  margin-bottom: 18px;
  color: #006494;
}

.phone-verication {
  text-align: center;
  padding: 33px 0px;
}

.phone-verication p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

.n-c {
  display: block;
  color: #13141a;
  font-weight: 500;
  font-style: italic;
  font-size: 13px;
  margin-top: 5px;
}

#svg-modal .close {
  background: #fff;
  font-size: 29px;
}

#svg-modal .modal-body {
  font-size: 14px;
}

.banner-content h3,
.banner-content p {
  color: black !important;
}

.partner-slider .slick-slide img {
  border-radius: 5px;
}
.partner-slider .slick-slide {
  margin: 0 27px;
}

/* the parent */
.partner-slider .slick-list {
  margin: 0 -27px;
}

.full-width-height {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
}

.full-width-height video {
  width: 100%;
  height: 89%;
  object-fit: cover;
}

.how-box {
  background: #fff;
  box-shadow: 1px 1px 3px 3px #cccccc30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 22px;
  min-height: 170px;
}

.how-box-left p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  margin-bottom: 0;
  color: #676767;
}

.how-box-left h4 {
  font-size: 20px;
}
.how-box-left {
  width: 72%;
}

.how-box-right {
  text-align: right;
  width: 25%;
}

.landing-how-it-works {
  background: #f2f3f294;
  padding: 58px 0px;
  margin-bottom: 100px;
}

.how-titles h3 {
  font-size: 26px;
  margin-bottom: 0;
}

.how-titles p {
  font-size: 15px;
  font-weight: 500;
}

.how-titles {
  margin-bottom: 35px;
}

.product-img-slider .slick-slide img {
  width: 100%;
}

.customar-feedback-area h2 {
  font-size: 18px;
  font-weight: 500;
}

.form-yass .form-inner {
  margin-bottom: 25px;
}

.box-car .content-box .title a:hover {
  color: #fff;
  opacity: 0.7;
}

.brand-boxcar-banner-section {
  margin-top: 150px;
}

.form-list-select li {
    width: 13%;
    list-style: none;
    font-size: 15px;
    padding: 13px 14px;
    text-align: center;
    box-shadow: 1px 1px 4px 0px #ccc;
    border-radius: 8px;
    font-weight: 600;
    color: rgb(var(--primary));
    background-color: rgb(var(--light-light));
}

.form-yass form
{
  position: relative;
}

.form-list-select {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 17px 15px;
  padding-left: 0;
}

.form-list-select li:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: all 500ms;
}

.step-form {
  display: none; /* Varsayılan olarak gizle */
}

.step-form[data-type="year"] {
  display: block; /* Yalnızca data-id="year" olanı göster */
}

.step-form[data-type="brands"] li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.loading-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 100px;
  padding-top: 17%;
  display: none;
}

.btn-left {
  background: var(--primary-color1);
  color: #fff;
  width: auto;
  padding: 5px 34px;
  border-radius: 4px;
  margin-top: 31px;
}

.btn-left:hover {
  opacity: 0.7;
  transition: all 500ms;
  color: #fff;
}

.btn-left {
  display: none;
}

.home-button-1 svg path {
  fill: #fff !important;
}
.home-button-1 {
  background-color: var(--theme-color1);
  color: #fff !important;
}

.step-form h4 {
  margin-bottom: 28px;
}

.brand-search h4 {
  margin-bottom: 0;
}

.brand-search input {
  width: 210px;
  padding: 3px 14px;
  height: 35px;
  margin-bottom: 0;
}

.brand-search {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 31px;
  border-bottom: 1px solid #cccccc33;
  padding-bottom: 20px;
}

.results-s .car-header img {
  border: 1px solid #cccccc61;
  height: 60px;
  width: 60px;
  object-fit: contain;
  padding: 6px;
  border-radius: 50%;
  margin-right: 8px;
}

.results-s .car-header .car-title {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 23px;
}

.results-s .car-header {
  display: flex;
  align-items: center;
}

.results-s .car-header .car-title span:last-child {
  font-size: 14px;
}

.results-s .car-header .car-title span:first-child {
  font-weight: 500;
}

.price-content h3 {
  font-size: 43px;
  color: rgba(5, 11, 32, 1);
  margin-bottom: 0;
  font-weight: 700;
}

.price-content {
  padding-left: 30px;
}
.price-content p {
  margin-bottom: 0;
}

.nihai-p {
  font-size: 13px;
  line-height: 18px;
  margin-top: 8px;
  margin-bottom:10px !important;
}

.car-content ul {
  display: flex;
  gap: 6px 14px;
  margin-top: 20px;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.car-content ul li {
  background: #cccccc45;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 4px;
}

.b-r-1 {
  position: relative;
  padding: 10px; /* İçerik için biraz boşluk */
}

.results-s .row .b-r-1:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px; /* Çizginin genişliği */
  height: 100%; /* Çizginin yüksekliği */
  background-color: #cccccc61;
}

.information-content {
  padding: 0px 24px;
  text-align: center;
}

.information-content p:first-child {
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
}

.information-content .last-p {
  font-size: 12px;
  margin-bottom: 0;
}

.call-me {
  background: #f5f5f59e;
  padding: 50px 0px;
  text-align: center;
  margin-bottom: 50px;
  border-radius: 7px;
}

.icon-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-left: 30px;
}

.call-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-text span {
  font-size: 19px;
}

.icon-call {
  font-size: 43px;
}

.icon-text a {
  font-size: 24px;
  font-weight: 500;
  margin-top: 8px;
}

.step-form[data-type="brands"] li img {
  height: 50px;
  object-fit: contain;
  margin-top: 6px;
}

.offer-description {
  font-size: 14px;
  background: #f9f9f969;
  padding: 26px 31px;
  border-radius: 4px;
  box-shadow: 1px 1px 14px 1px #cccccc8f;
}

.offer-description ul li {
  list-style: disc;
  font-size: 13px;
  line-height: 22px;
}

.offer-description ul {
  padding-left: 11px;
}

.offer-description h4 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 6px;
}

.offer-description p {
  font-weight: 600;
  margin-top: 13px;
  margin-bottom: 0;
}

.add-more {
  display: none;
}

svg .LB {
  fill: #4caf50;
}

.results-s .car-header img {
  border: 1px solid #cccccc61;
  height: 60px;
  width: 60px;
  object-fit: contain;
  padding: 6px;
  border-radius: 50%;
  margin-right: 8px;
}

.results-s .car-header .car-title {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 23px;
}

.results-s .car-header {
  display: flex;
  align-items: center;
}

.results-s .car-header .car-title span:last-child {
  font-size: 14px;
}

.results-s .car-header .car-title span:first-child {
  font-weight: 500;
}

.price-content h3 {
  font-size: 43px;
  color: rgba(5, 11, 32, 1);
  margin-bottom: 0;
  font-weight: 700;
}

.price-content {
  padding-left: 30px;
}
.price-content p {
  margin-bottom: 0;
}

.b-r-1 {
  position: relative;
  padding: 10px; /* İçerik için biraz boşluk */
}



.home-form select
{
    padding: 14px;
    padding-left: 45px;
}

.selected-content {
    background: #f8f9fa;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 24px;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    display: none;
}

.selected-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.selected-content ul li {
    list-style: none;
    font-size: 14px;
    padding: 8px 16px;
    text-align: center;
    border-radius: 6px;
    font-weight: 500;
    color: var(--primary-color1);
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    transition: all 0.2s ease;
    position: relative;
    display: flex;
    align-items: center;
    min-width: 100px;
}

.selected-content ul li:hover {
    background-color: #f8f9fa;
    border-color: rgba(0,0,0,0.12);
}

.verification-card {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    /* box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06); */
    text-align: center;
    margin: 40px 0;
}

.verification-icon {
    width: 80px;
    height: 80px;
    background: #f0f7ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.verification-icon i {
    font-size: 32px;
    color: var(--primary-color1);
}

.verification-content h4 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
}

.verification-content .phone-number {
    font-size: 18px;
    color: var(--primary-color1);
    font-weight: 600;
    margin-bottom: 8px;
}

.verification-content .info-text {
    color: #666;
    font-size: 14px;
    margin-bottom: 25px;
}

.code-input-wrapper {
    max-width: 280px;
    margin: 0 auto 25px;
}

.code-input-wrapper input {
    width: 100%;
    height: 54px;
    background: #f8f9fa;
    border: 1px solid #e5e9f2;
    border-radius: 12px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 8px;
    color: #333;
    transition: all 0.3s ease;
}

.code-input-wrapper input:focus {
    border-color: var(--primary-color1);
    box-shadow: 0 0 0 3px rgba(1, 83, 164, 0.1);
    background: #fff;
}

.code-input-wrapper input::placeholder {
    letter-spacing: 4px;
    color: #ccc;
}

.action-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.verify-btn {
    background: #0d6efd;
    color: #fff;
    border: none;
    height: 48px;
    padding: 0 40px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    width: 280px;
}

.verify-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(1, 83, 164, 0.2);
}

.change-number {
    color: #666;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.change-number:hover {
    color: var(--primary-color1);
}

@media (max-width: 767px) {
    .verification-card {
        padding: 30px 20px;
        margin: 20px 0;
    }

    .code-input-wrapper,
    .verify-btn {
        width: 100%;
        max-width: 100%;
    }
}



header nav ul li {
    position: relative;
}


/* Dropdown styles */
header nav .has-dropdown .dropdown-menu {
   display: block;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    background: #fff;
    border-radius: 8px;
    padding: 8px 0;
    margin-top: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

header nav .has-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

header nav .dropdown-menu li {
    width: 100%;
    padding: 5px 0;
}

header nav .dropdown-menu li a {
    color: #333;
    padding: 10px 20px;
    font-size: 14px;
    display: block;
    transition: all 0.2s ease;
}

header nav .dropdown-menu li a:hover {
    background: rgba(var(--primary), 0.1);
    color: rgb(var(--primary));
    padding-left: 25px;
}

/* Dropdown arrow */
header nav .has-dropdown > a .fas {
    font-size: 10px;
    transition: transform 0.3s ease;
}

header nav .has-dropdown:hover > a .fas {
    transform: rotate(180deg);
}

/* Mobile menu adjustments */
@media (max-width: 991px) {
  
  .price-content
  {
    text-align: center;
  }

    header nav ul {
        flex-direction: column;
        gap: 0;
    }

    header nav .has-dropdown .dropdown-menu {
        position: static;
        background: rgba(255,255,255,0.05);
        box-shadow: none;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        padding-left: 20px;
    }

    header nav .has-dropdown.active .dropdown-menu {
        display: block;
    }

    header nav .dropdown-menu li a {
        padding: 8px 15px;
    }

    header nav .dropdown-menu li a:hover {
        background: rgba(255,255,255,0.1);
        color: #fff;
    }
}

/* Happy Customers Slider Styles */
.happy-customers-section 
{
    padding: 60px 0;
}

.happy-customers-section .section-title {
    text-align: center;
    font-size: 32px;
    color: #333;
    margin-bottom: 40px;
    font-weight: 600;
}

.happy-customers-slider {
    position: relative;
    padding: 0 50px;
}

.happy-customers-slider .customer-slide {
    padding: 0 15px;
}

.happy-customers-slider .customer-image-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.happy-customers-slider .customer-image-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.happy-customers-slider .customer-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
}

/* Slick Slider Custom Styles */
.happy-customers-slider .slick-prev,
.happy-customers-slider .slick-next {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1;
}

.happy-customers-slider .slick-prev {
    left: 0;
}

.happy-customers-slider .slick-next {
    right: 0;
}

.happy-customers-slider .slick-prev:before,
.happy-customers-slider .slick-next:before {
    color: #333;
    font-size: 20px;
}

.happy-customers-slider .slick-dots {
    bottom: -40px;
}

.happy-customers-slider .slick-dots li button:before {
    font-size: 10px;
    color: #333;
}

.happy-customers-slider .slick-dots li.slick-active button:before {
    color: var(--primary-color1);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .happy-customers-section {
        padding: 40px 0;
    }
    
    .happy-customers-section .section-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .happy-customers-slider {
        padding: 0 30px;
    }
}

/* Photo Upload Note Styles */
.photo-upload-note {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    padding: 40px;
    border-radius: 16px;
    margin: 40px auto;
    max-width: 600px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

.photo-upload-note::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #0153a4;
    opacity: 0.8;
}

.photo-upload-note p {
    margin: 0 0 25px 0;
    font-size: 17px;
    color: #2c3e50;
    line-height: 1.6;
    font-weight: 500;
}

.upload-photo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0153a4;
    color: #fff;
    padding: 16px 35px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    gap: 12px;
    box-shadow: 0 6px 15px rgba(13, 110, 253, 0.2);
    position: relative;
    overflow: hidden;
}

.upload-photo-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255,255,255,0.2), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.upload-photo-btn:hover {
    background: #0b5ed7;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(13, 110, 253, 0.3);
}

.upload-photo-btn:hover::after {
    opacity: 1;
}

.upload-photo-btn i {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.upload-photo-btn:hover i {
    transform: scale(1.1);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .photo-upload-note {
        padding: 30px 20px;
        margin: 25px auto;
        border-radius: 12px;
    }
    
    .photo-upload-note p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .upload-photo-btn {
        padding: 14px 28px;
        font-size: 15px;
    }
}

/* Car Statistics Styles */
.car-statistics-wrapper {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
 padding: 85px 0;
    margin: 30px 0;
    border: 1px solid rgba(0,0,0,0.05);
}

.stats-header {
  text-align: center;
    margin-bottom: 36px;
    position: relative;
}

.stats-header h2 {
    font-size: 32px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
}

.stats-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #0153a4;
    border-radius: 2px;
}

.stats-header p {
    font-size: 16px;
    color: #6c757d;
    margin: 0;
    padding-top: 20px;
}

.car-statistics {
    display: flex;
    justify-content: center;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.car-statistics .stat-item {
    flex: 1;
    max-width: 322px;
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}

.car-statistics .stat-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}

.car-statistics .stat-icon {
    font-size: 28px;
    color: #0153a4;
    margin-bottom: 15px;
    opacity: 0.9;
}

.car-statistics .stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 5px;
    line-height: 1;
}

.car-statistics .stat-label {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
    line-height: 1.3;
}

/* Responsive Styles for Statistics */
@media (max-width: 991px) {
    .stats-header h2 {
        font-size: 28px;
    }

    .stats-header p {
        font-size: 15px;
    }

    .car-statistics {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 0 20px;
    }

    .car-statistics .stat-item {
        width: 100%;
        max-width: 400px;
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .stats-header {
        margin-bottom: 30px;
    }

    .stats-header h2 {
        font-size: 24px;
    }

    .stats-header p {
        font-size: 14px;
        padding-top: 15px;
    }

    .car-statistics-wrapper {
        padding: 30px 0;
        margin: 20px 0;
    }

    .car-statistics .stat-number {
        font-size: 28px;
    }
}

.form-hemen-sat label
{
  font-size: 15px; 
  font-weight: 600; 
  color: #333; 
  line-height: 1.5;
}

.form-hemen-sat input
{
  transform: scale(1.3); 
  margin-right: 12px;
}

.form-hemen-sat
{
  background: #f8f9fa; 
  border: 2px solid #006494; 
  border-radius: 8px; 
  padding: 15px; 
  margin: 15px 0; 
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.brand-content img
{
        height: 50px;
    width: 66px;
    object-fit: contain;
    margin-top: 6px;
}
