.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #f58220 !important;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-secondary {
  background-color: #f58220 !important;
}
.text-grey{
  color: #5c636e !important;
}
::-webkit-scrollbar {
  display: none;
}
.pt-6 {
  padding-top: 100px;
}
.mt-6 {
  margin-top: 100px;
}
.home-banner-blog {
  background-image: url(/embed/newtech_spiderai/images/home-banner/home.jpg);
  min-height: 350px;
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-size: cover;
  width: 100%;
  background-position: center;
}


.home-banner-blog .content{
  color: white;
  text-align: center;
}

.home-banner-blog ul li{
  display: inline;
}
.home-banner-blog ol,ul {
  padding-left: 0 !important;
}
a{
  text-decoration: none;
  color: black;
}
a:hover{
  color: black !important;
}


.accessory-card {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.accessory-card img {
  max-width: 100%;
  height: 250px;
  border-radius: 8px;
  object-fit: contain;
}
/* .accessory-name {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
} */
.parts-list {
  list-style: none;
  padding: 0;
}
.parts-list li {
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: #555;
}
.download-pdf {
  text-align: center;
  margin-top: 15px;
}

/* .download-pdf a {
  text-decoration: none;
  color: #0056b3;
} */

@media (min-width: 1440px) {
  .container {
    max-width: 1170px !important;
  }
}

@media (max-width: 768px) {
  .flex-direction {
    flex-direction: column-reverse;
  }
  .home-banner-blog {
    background-image: url(/embed/newtech_spiderai/images/home-banner/home-mobile.jpg);

  }
}


@media (max-width: 528px) {


 
}

