.border-dashed {
  border: 1px dashed #000000;
  width: 230px;
  height: 230px;
}
.border-solid {
  border: 1px solid var(--primary-color);
  width: 180px;
  height: 180px;
}

.accordion-item {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid var(--pink-color) !important;
  border-radius: 10px !important;
  
}
/* .accordions{
  display: flex !important;
    flex-wrap: wrap  !important;
    justify-content: space-between  !important;
} */
.accordion-button {
  border: none;
  background-color: transparent !important;
}
.banner-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.banner-search-btn {
  top: 8px;
  right: 8px;
}
.search-input {
  border: 1px solid var(--pink-color);
}
.w-lg-50 {
  width: 48% !important;
}


.about-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}
  


.about-logo {
  width: 50%;
  object-fit: contain;
}

@media only screen and (max-width: 992px) {
  .w-lg-50 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 768px) {
  .home-banner-section {
    width: 100%;
    padding: 0px 10px;
  }
  .banner-image {
    height: 600px;
  }
  .numbers-loader {
    width: 150px;
  }
}
