  #supplier-step-form label {
      display: block;
      margin-bottom: 0px;
  }

  #supplier-step-form input,
  #supplier-step-form select,
  #supplier-step-form textarea {
      width: 100%;
      padding: 8px;
      margin-top: 5px;
  }

  .supplier-register-wrapper {
      max-width: 1140px;
      margin: 0 auto;
      margin-top:120px;
  }


  #supplier-step-form .step {
      display: none;
  }

  #supplier-step-form .step.active {
      display: block;
  }

  #supplier-step-form .js-error,#supplier-step-form .js-error a {
      color: red;
      font-size: 13px;
      margin-top: 4px;
      display: block;
      margin-bottom: 0px;
  }
  

  #supplier-step-form button.next-btn,
  #supplier-step-form button.prev-btn,
  #supplier-step-form .submit-btn,
  #supplier-step-form .update-profile {
      background: #d3d3d3a3;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      padding: 14px;
      margin-right: 0.5rem;
      line-height: 0px;
      font-size: 13px;
      font-weight: 400 !important;

  }

  #supplier-step-form .form-field.supplier-buttons {
      margin-top: 30px;
      display: flex;
      align-items: center;
  }

  #supplier-step-form input[type=email],
  #supplier-step-form input[type=number],
  #supplier-step-form input[type=password],
  #supplier-step-form input[type=search],
  #supplier-step-form input[type=tel],
  #supplier-step-form input[type=text],
  #supplier-step-form input[type=url],
  #supplier-step-form textarea,
  #supplier-step-form select,
  #supplier-step-form input[type=date] {
    margin-bottom: 0px;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 2px solid #d3d3d3a3;
    color:#000;
  }


     #supplier-step-form input.url-hover-remove:hover::placeholder {
    color: transparent; /* Hides placeholder on hover */
  }

   #supplier-step-form input.url-hover-remove::placeholder {
    color: #999; /* Gray placeholder */
    opacity: 1;  /* Full visibility */
}
.supplier-search-filter h2 {
    text-align: center;
    color: #fff;
    margin: 0 0 30px;
    font-family: "Inter", sans-serif !important;
    font-size: 55px;
    font-weight: 800;
}

#supplier-filter-form .filter-top-row {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 15px;
    background-color: #fff;
    border-radius: 12px;
}
  #supplier-step-form .form-field {

      margin-bottom: 26px;
  }

 

  .filter-select,
  .filter-input {
      text-transform: uppercase;
  }
.supplier-search-filter {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: 100%;
}
 .supplier-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sup-padd {
    padding: 190px 0 50px;
}

.sup-field {
    width: 36%;
    padding: 0 25px;
    border-right: 1px solid rgb(20 58 97 / 39%);
}

.sup-field:last-child {
    width: 28%;
    border-right: none;
}

.sup-field input {
    width: 100% !important;
    margin: 0 !important;
    border: 2px solid #143A61 !important;
    border-radius: 12px !important;
    font-size: 25px !important;
    color: #363636 !important;
    text-transform: unset !important;
    font-family: "Inter", sans-serif !important;
}

.sup-field select {
    width: 100%;
    margin: 0;
    border: 2px solid #143A61;
    border-radius: 12px;
    font-size: 25px;
    color: #363636;
    text-transform: unset;
    font-family: "Inter", sans-serif !important;
	background-image: none;
}
.sup-fd-inner {
    position: relative;
}
.sup-fd-inner i {
    position: absolute;
    right: 15px;
    top: 21px;
    color: #143a61;
}
.sup-field button {
    width: 100% !important;
    background-color: #143A61 !important;
    border-radius: 15px !important;
    font-family: "Rubik", sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    line-height: normal !important;
    padding: 16px 20px !important;
	height: 60px;
}
.sup-field button i {margin-right: 10px;}

.filter-bottom-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.filter-bottom-row label {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    display: flex;
    align-items: center;
    padding-right: 35px;
}

.filter-bottom-row label input {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px;
}

.filter-bottom-row label.benifit-service {
    padding-left: 25px;
}

  label.nth-service {
      position: relative;
  }

label.nth-service:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 2px solid #fff;
    height: 30px;
}
.suppliers-grid-main {
    background-image: url(/wp-content/uploads/demo/near-shap1.png);
    background-repeat: no-repeat;
    background-position: bottom 0 left 0;
    background-size: 200px;
}
.suppliers-grid-main {
    padding: 80px 0;
    position: relative;
}
.supl-shape-mg {
    position: absolute;
    right: -250px;
    top: -207px;
    max-width: 640px !important;
    width: 100%;
}
.suppliers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
    z-index: 2;
}
.supplier-item {
    border: 1px solid rgb(0 0 0 / 50%);
    text-align: center;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 2px 1px 6px 0px rgb(0 0 0 / 25%) !important;
    background-color: #143A61;
    position: relative;
}

.supplier-item .suppliers-bottom-text {
    padding: 20px 15px 95px;
}

.supplier-item .post-thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 20px;
}
.supplier-item .post-thumbnail img {
    max-width: 100%;
    height: 170px;
    object-fit: contain;
    width: 100%;
}
.supplier-title {
    font-weight: 700;
    width: 100%;
    font-size: 32px;
    font-family: "Rubik", sans-serif !important;
    color: #fff;
    margin: 0 0 10px;
	line-height: 36px;
	overflow: hidden;
    /* text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
}
.supplier-excerpt {
    color: #fff;
    font-size: 20px;
    font-family: "Inter", sans-serif !important;
    margin: 0 0 10px;
    line-height: 24px;
    display:block !important;
}
.supplier-button {
    max-width: 250px;
    width: 100%;
    border-radius: 15px;
    color: #143A61;
    background-color: #fff;
    font-family: "Rubik", sans-serif !important;
    font-size: 22px;
    font-weight: 700;
    padding: 15px 20px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 25px;
}
.load-mm {
    text-align: center;
    margin-top: 40px;
}

.load-mm button {
    font-size: 22px;
    background-color: #143A61;
    color: #fff !important;
    padding: 16px 45px;
    border-radius: 15px;
    font-family: "Rubik", sans-serif !important;
    font-weight: 700;
    display: inline-block;
    border: none;
	text-transform: uppercase;
	transition: all 0.25s ease;
}
.load-mm button:hover {
    transform: scale(1.05) !important;
    -ms-transform: scale(1.05) !important;
    -moz-transform: scale(1.05)!important;
    -webkit-transform: scale(1.05)!important;
    -o-transform: scale(1.05)!important;
}
.load-mm button i {
    margin-right: 8px;
}

  #supplier-filter-form .form-field.term-cnd-checkbox label {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      align-items: center;
  }

  #supplier-step-form label input[type="checkbox"] {
      width: auto;
  }

  .cat-box {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-bottom: 20px;
  }

@media only screen and (max-width:1500px){
.supplier-search-filter h2 {
    font-size: 55px;
}
.supl-shape-mg {
    right: -220px;
    top: -175px;
    max-width: 540px !important;
}
.sup-field input {
    font-size: 22px !important;
}

.sup-field select {
    font-size: 22px;
}

.filter-bottom-row label {
    font-size: 18px;
}

.filter-bottom-row label input {
    width: 20px;
    height: 20px;
}

.supplier-title {
    font-size: 26px;
    line-height: 30px;
}

.supplier-excerpt {
    font-size: 18px;
    line-height: 22px;
}

.supplier-button {
    font-size: 18px;
	max-width: 230px;
}

.sup-field button {
    font-size: 20px !important;
}

.load-mm button {
    font-size: 18px;
}	
} 
@media only screen and (max-width:1199px){
.suppliers-grid {
    grid-template-columns: repeat(3, 1fr);
}	
}
@media only screen and (max-width:991px){
.suppliers-grid {
    grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}	
.supl-shape-mg {
    max-width: 350px !important;
    right: -130px;
    top: -114px;
}
.sup-padd {
    padding: 150px 0 30px;
}
.sup-field {
    padding: 0 10px !important;
}
.sup-field input {
	font-size: 18px !important;
}
.sup-field select {
	font-size: 18px;
}
}
@media only screen and (max-width:767px){
.supplier-hero {
    height: 315px;
}	
.sup-field {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 10px;
    border-right: none;
}
.sup-field:last-child {
	width: 100%;
	margin-bottom: 0;
	margin-top: 20px;
}
.mobile-only label input[type="checkbox"]{
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
}
.supl-shape-mg {
    display: none;
}

.suppliers-grid-main {
    background-image: none;
}

.filter-bottom-row label {
    width: 100%;
    padding: 0 !important;
}

label.nth-service:after {
    display: none;
}

.suppliers-grid-main {
    padding: 250px 0 60px;
}

.supplier-search-filter h2 {
    font-size: 32px;
}

.sup-padd {
    padding: 130px 0 0;
}
#supplier-filter-form .filter-top-row {
    border-radius: 12px;
    box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 40%);
}
/* .filter-bottom-row {
    display: none;
}*/
.filter-bottom-row label {
    color: #333;
}
.supplier-title {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}
.supplier-excerpt {
	font-size: 14px;
	display: none;
}

.supplier-button {
	font-size: 14px;
	padding: 10px 10px;
	display: none;
}
.supplier-item .post-thumbnail img {
    height: 80px;
}
.supplier-item .post-thumbnail {
    padding: 10px;
}
.supplier-item .suppliers-bottom-text {
    padding: 30px 10px;
}

.supplier-item {
    border-radius: 12px;
}	
}



  .form-group-toggle {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.toggle-label {
    font-weight: bold;
    margin-right: 10px;
    white-space: nowrap;
}

.toggle-text {
    font-size: 14px;
    font-weight: 500;
}

/* Toggle switch */
.switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #d3d3d3a3;
    transition: 0.4s;
    border-radius: 24px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px; width: 18px;
    left: 3px; bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #28a745;
}

input:checked + .slider:before {
    transform: translateX(22px);
}


.supplier-step-progress {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: 30px auto;
    padding: 0 20px;
}

.supplier-step-progress .step-item {
    flex: 1;
    text-align: center;
    font-size: 14px;
    color: #444;
    padding: 6px 12px;
    border-radius: 6px;
    background-color: transparent;
    transition: background 0.3s ease;
    font-weight: 500;
    font-size: 17px;
    max-width: 90px;
}

.supplier-step-progress .step-item.active {
    background: none rgb(232, 240, 254);
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    font-weight: bold;
    color: rgb(26, 115, 232);
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}


.form-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-spinner {
  width: 40px;
  height: 40px;
  border: 6px solid #d3d3d3a3;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}



.category-tags {
  display: flex;
  flex-wrap: wrap;
 gap: 15px 10px;
}

.category-tags .tag {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 20px !important;
}

.category-tags .tag input[type="checkbox"] {
  display: none; /* hide default checkbox */
}

.category-tags .tag span {
  padding: 8px 13px;
  border: 2px solid #d3d3d3a3;
  border-radius: 20px;
  background-color:#fff;
  color: #000;
  transition: 0.2s ease;
  font-size: 14px;
  white-space: nowrap;
  font-size: 16px;
}

.category-tags .tag input[type="checkbox"]:checked + span {
  background-color: #e3e3e3;
  border-color: #d3d3d3a3;
  color: #000;
  font-size: 16px;
}

.category-box {
    border: 2px solid #d3d3d3a3;
    padding: 15px 30px 30px;
    margin-bottom: 50px;
}
.category-box {
    border: 2px solid #d3d3d3a3;
    padding: 15px 30px 30px;
    margin-bottom: 50px;
}
.form-field.term-cnd-checkbox a {
    color: #143A61;
    text-decoration: underline;
    text-underline-offset: 4px;
}

    #supplier_logo_preview img {
        margin-top: 10px;
    
    }

