#docsSearch {
  background-image: url(https://velocityiot.io/wp-content/uploads/2025/03/map_bg_light.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #E9F4FE;
  padding: 10em 0 !important;
}

#docsSearch h1 {
  color: #082544;
}

.category-list .category {
    background-color: #FFF;
    border: none;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 0px 1px, rgb(241, 243, 245) 0px 2px 10px 0px, rgba(0, 0, 0, 0.05) 0px 3px 3px 0px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 30px 30px 0;
    padding: 177px 28px 40px;
    min-height: 285px;
    transition: all 0.25sease-in-out;
}

/* Getting Started */
#category-15 {
    background-image: url(https://velocityiot.io/wp-content/uploads/2024/08/iot.svg);
}

/* Platform Guide */
#category-4 {
    background-image: url(https://velocityiot.io/wp-content/uploads/2024/08/cover-the-world-blue.svg);
}

/* Setting Up */
#category-19 {
    background-image: url(https://velocityiot.io/wp-content/uploads/2023/11/implementation.svg);
}


/* Setting Up */
#category-36 {
    background-image: url(https://velocityiot.io/wp-content/uploads/2024/07/countries-blue.svg);
}

.category-list .category, .category-list .category:hover {
    background-repeat: no-repeat;
    background-position: center 46px;
    background-size: 110px;
}

@media screen and (max-width: 960px) {
  #docsSearch {
    padding: 4em 0 !important;
  }
}

ul.select2-selection__rendered {
    margin: 0 !important;
}

li.select2-selection__choice {
    margin: 1px !important;
}
