.heybassh-bugatti-contacts--search {
  display: block;
  gap: 1rem;
  margin-bottom: 2rem;
  max-width: 100%;
  align-items: center;
  justify-content: center;
}

.heybassh-bugatti-contacts--title {
  text-align: center;
}

.heybassh-bugatti-contacts--search {
  margin-top: 20px;
}

body #heybassh-bugatti-contacts--search-all {
  width: 50%;
}


/* .heybassh-bugatti-contacts--search select {
max-width: 200px;
}

.heybassh-bugatti-contacts--search input {
max-width: 300px;
} */

@media (max-width: 854px) {
  .heybassh-bugatti-contacts--search select {
    max-width: 100%;
  }

  .heybassh-bugatti-contacts--search input {
    max-width: 100%;
  }
}

#heybassh-bugatti-contacts--search-all {
  width: 80%;
}

.heybassh-bugatti-contacts--input,
.heybassh-bugatti-contacts--select {
  padding: 0.75rem 1rem;
  border: 1px solid #0a8f4d;
  border-radius: 8px;
  font-size: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: border-color 0.3s, box-shadow 0.3s;
  min-width: 150px;
}

.heybassh-bugatti-contacts--input:focus,
.heybassh-bugatti-contacts--select:focus {
  border-color: #0a8f4d;
  box-shadow: 0 0 0 3px rgba(0, 112, 243, 0.2);
  outline: none;
}

.heybassh-bugatti-contacts--cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.heybassh-bugatti-contacts--card {
  background: #f7f7f7;
  padding: 1.5rem;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.heybassh-bugatti-contacts--name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.25rem;
}

.heybassh-bugatti-contacts--region {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 0.75rem;
}

.heybassh-bugatti-contacts--areas {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.heybassh-bugatti-contacts--info {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 0.5rem;
}

.heybassh-bugatti-contacts--icon {
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
  fill: #0a8f4d;
  flex-shrink: 0;
}

.heybassh-bugatti-contacts--link {
  color: #0a8f4d;
  text-decoration: none;
}
.heybassh-bugatti-contacts--search {
  margin: 0 auto;         
  text-align: center;         
  margin-bottom: 50px;
}

.heybassh-bugatti-contacts--input,
.heybassh-bugatti-contacts--select {
}


.heybassh-bugatti-all-icons svg{
  font-size: 50px;
  background-color: red;
  color: red;
}

/* ///// pagination starts here ///////
*/


.heybassh-bugatti-all-contacts--pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 5px;
  flex-wrap: wrap;
}
.heybassh-bugatti-all-contacts--pagination button {
  padding: 8px 12px;
  font-size: 16px;
  border: 1px solid #0a8f4d;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  color: gray;
}
.ssss svg {
  font-size: 10px;
  fill: black;
  size: 10px;
}
.heybassh-bugatti-all-contacts--pagination button.active {
  background-color: #0a8f4d;
  color: #fff;
  border-color: #0a8f4d;
}
.heybassh-bugatti-all-contacts--pagination button:disabled {
  opacity: 0.5;
  cursor: default;
}
@media(max-width: 768px) {
  .heybassh-bugatti-contacts--card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media(max-width: 480px) {
  .heybassh-bugatti-contacts--card {
  }
}

@media (max-width: 768px) {
  .heybassh-bugatti-all-contacts--pagination button {
    padding: 6px 10px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .heybassh-bugatti-all-contacts--pagination button {
    padding: 4px 8px;
    font-size: 12px;
  }
}

/* ////  the input /filters/serach styles ///
*/



/* Desktop: All in one line */
.heybassh-bugatti-contacts--input,
.heybassh-bugatti-contacts--select {
}

/* Tablet (768px and smaller) */
@media (max-width: 768px) {
  #heybassh-bugatti-contacts--search-all,
  #heybassh-bugatti-contacts--filter-name {
  }
  #heybassh-bugatti-contacts--filter-region,
  #heybassh-bugatti-contacts--filter-province {
  }
}

/* Mobile (480px and smaller) */
@media (min-width: 480px) {
  #heybassh-bugatti-contacts--search-all {
  }
  #heybassh-bugatti-contacts--filter-name,
  #heybassh-bugatti-contacts--filter-region {
    flex: 1 1 48%;
  }
  #heybassh-bugatti-contacts--filter-province {
    flex: 1 1 100%;
  }
}

.heybassh-bugatti-contacts--button {
  border: 2px solid green;
  background-color: transparent;
  color: green;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 3px;
}

.heybassh-bugatti-contacts--button:hover {
  background-color: green;
  color: white;
  border-color: green;
}

.heybassh-bugatti-contacts--inf {
  display: flex;
  gap: 10px;

}
.heybassh-bttom-bugatti {
  margin-top: 10px;
  
}
/* .heybassh-bugatti-contacts--inf svg {
width: 13px;
height: 13px;
fill: #0a8f4d;
}
*/

.heybassh-bugatti-contacts-email-phone-container {
   margin-top:10px;
}
button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.heybassh-bugatti-contacts--info {
  gap: 10px;
} 

.heybassh-bugatti-contacts--info span {
  display: flex;
  gap: 10px;
  align-items: center;
}

.heybassh-bugatti-contacts--button.heybassh-bttom-bugatti:hover {
  border-width: 2px;
}


/* //////////
*/
.heybassh-bugatti-contacts--button {
  position: relative;
  overflow: hidden;
}

.heybassh-bugatti-contact--loader-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 1;
}

.loader {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  color: green;
  box-sizing: border-box;
  animation: animloader 1s linear infinite;
}

@keyframes animloader {
  0% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
  25% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 2px;
  }
  50% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 2px, -38px 0 0 -2px;
  }
  75% {
    box-shadow: 14px 0 0 2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
  100% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
}




/* 5. Move Inline Styles to CSS */

/* The green “Verified as human” badge */
.verified-badge {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #009846;
  color: #ffffff;
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  z-index: 9999;
}

/* The fallback prompt container */
.fallback-prompt {
  text-align: center;
  padding: 2rem;
  color: #333333;
}

/* The fallback prompt message */
.fallback-prompt p {
  font-size: 1.1rem;
  margin: 0;
}

/* The “I’m not a bot” button */
.fallback-prompt button {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background-color: #009846;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
}

/* Optional: button hover state */
.fallback-prompt button:hover {
  background-color: #007a36;
}


/* ///diding the elect  */
/*  */

.heybassh-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


@media(max-width: 767px){
  #heybassh-bugatti-contacts--search-all {
    width: 80%;
  }
}