.home-background-image {
  width: 100%;
  /*background: url("assets/img/pngtree-future-artificial-intelligence-robot-blue-banner-poster-background-picture-image_1122748.jpg" no-repeat fixed center);*/
  opacity: 0.70;
}

.nav-logo {
  width: 100%;
  height: 45px;
}

.my-btn-secondary {
  background: var(--bs-btn-color);
  color: var(--bs-btn-active-border-color);
  border-radius: 10px;
  margin-right: 15px;
  border-style: none;
}

.my-btn-primary {
  border-radius: 10px;
  border-style: none;
}

.card-body h4 {
  font-size: 20px;
}

.section-business-rating {
  background-color: blanchedalmond;
}

.section-business-rating h3 {
  text-align: center;
}

.section-business-rating h4 {
  text-align: center;
}

.section-business-rating h6 {
  text-align: center;
}

.home-title-with-image h1 {
  color: rgb(203,203,203);
}

.home-title-with-image p {
  color: rgb(183 228 245);
}

.whatsappIcon {
  width: 25px;
  margin-left: 5px;
}

.contact-us {
  font-family: Arial, Helvetica, sans-serif;
}

.accordion-body ul>li {
  list-style: auto;
}

.accordion-item {
  border-bottom: none;
}

.accordion-item:not(:last-child) {
  border-bottom: 1px dashed rgba(130, 133, 124, 0.6);
}

/* Button styles */
.btn-ApplyNow {
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #007bff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-ApplyNow:hover {
  background-color: #0056b3;
}

.btn-ApplyNow:focus {
  outline: none;
}

.btn-ApplyNow:active {
  background-color: #003080;
}

.social_media_icon {
  width: 18px;
}

@media screen and (max-width: 768px) {
  .home-title-with-image .font-background {
    background-color: rgba(107, 112, 96, 0.8);
  }
}