.hero-bg {
  background-image: url('./img/Bg-2.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 75vh;
}
.trust-bg {
  background-image: url('img/Career.webp');
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  background-position: center;
  width: 80vw;
  height: fit-content;
}
#positions .row .col .btn:hover {
  color: #fbffff !important;
  border-color: #fbffff !important;
}
#positions .card{
  height:180px;
}
.btn-hover:hover{
  color: #101010;
}
.team-imgs {
  overflow: hidden;
}
.team-imgs img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.team-imgs img:hover {
  transform: scale(1.1);
}
.accordion-button {
  border-bottom: 2px solid #fbffff !important;
}

.accordion-button:not(.collapsed) {
  border-bottom: none !important;
  box-shadow: none !important;
}

.accordion-body {
  border-bottom: none !important;
}

.accordion-collapse.show .accordion-body {
  border-bottom: 2px solid #20b04b !important;
}

.accordion-item {
  border: none !important;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-plus ' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'%3E%3C/path%3E%3C/svg%3E");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
}
.accordion-button:focus {
  box-shadow: none;
}

@media (max-width: 576px) {
  .hero-bg {
    height: 300px;
    margin: 0px !important ;
  }
  .hero-content {
    padding-top: 10px !important;
    margin-top: 10px !important;
  }
  h1 {
    font-size: 30px !important;
  }
  p {
    font-size: 14px !important;
  }

  #text {
    padding-left: 35px !important;
    padding-right: 35px !important;
    text-align: start !important;
  }
  .trust-bg {
    width: 100%;
  }

  #text br {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero-bg {
    height: 400px;
  }
  .hero-content {
    padding-top: 10px !important;
    margin-top: 10px !important;
  }
  br {
    display: none;
  }
  h1 {
    font-size: 36px !important;
  }
  h2 {
    font-size: 28px !important;
  }
  p {
    font-size: 14px !important;
  }

  .trust-bg {
    background-image: none;
    background-color: #101010 !important;
    margin-top: -80px !important;
    padding: 20px !important;
  }
  #trust-text {
    padding: 0 60px;
    text-align: center;
  }
  .trust-bg .card {
    width: 260px !important;
    height: 150px !important;
  }

  #trust-text h2 {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
}

@media (max-width: 1200px) {
  .hero-bg {
    height: 500px;
  }
  br {
    display: none;
  }
  .trust-bg .card {
    width: 300px !important;
    height: 180px;
    position: relative;
    align-self: center;
    margin-bottom: 10px !important;
    font-size: 0.8em;
  }
  .trust-bg .card h3 {
    font-size: 18px;
  }
  #join {
    width: 100% !important;
    text-align: center;
    padding-top: 10px;
    margin-top: 0;
  }
  #positions {
    height: auto !important;
    position: relative;
    width: 100% !important;
  }
  #cards {
    display: flex;
    gap: 5px !important;
  }
}
