.bg-luogo{
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.luogo-1{
  background-image: url('../../img/luogo1.jpg'); 
}
.luogo-2{
  background-image: url('../../img/luogo2.jpg'); 
}
.luogo-3{
  background-image: url('../../img/luogo3.jpg'); 
}
.luogo-4{
  background-image: url('../../img/luogo4.jpg'); 
}
.luogo-5{
  background-image: url('../../img/luogo5.jpg'); 
}

.bg-luogo .card .card-body{
  min-height: 170px;
}

.bg-lente{

    /* background-color: var(--bg-transparent) !important; */
    background-color: rgba(255 255 255 / 0.25) !important;
}
/** accordion luoghi ***/
.accordion-item.custom-item {
  background-color: #564692;;
  border-radius: 40px;
  border: none;
  margin-bottom: 15px;
  overflow: hidden;
}

.accordion-item .accordion-button:not(.collapsed) {
  background-color: #FFFFFF40;
  color: white;
  box-shadow: none;
  border-radius: 0;
}

.accordion-button::after {
  display: none;
}

.accordion-button.custom-button {
  background-color: transparent;
  color: white;
  font-weight: bold;
  padding: 1rem 1.5rem;
  border-radius: 20px;
  display: flex;
  align-items: center;
  box-shadow: none;
  font-size: 1rem;
}

.accordion-button:focus {
  box-shadow: none;
}

.circle-number {
  width: 35px;
  height: 35px;
  background-color: #4c2f94;
  color: white;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  margin-right: 1rem;
}

.title-text {
  font-size: 1rem;
}

.accordion-body {
  padding: 1rem 1.5rem 1rem 4.2rem;
}

/* Lista interna (sottopunti) */
.accordion-body ul {
 	list-style: none; 
    padding-left: 0;     
}

.accordion-body li {
	 position: relative;
	 padding-left: 30px; 
	 margin-bottom: 10px;
	 color: #fff;  
}

.accordion-body li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0.2em;
      width: 20px;
      height: 18px;
      background-color: currentColor;
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18' viewBox='0 0 20 18' fill='none'%3E%3Cpath d='M2 16V2L18 7.76471V10.2353L2 16Z' stroke='black' stroke-width='2.5'/%3E%3C/svg%3E");
      -webkit-mask-size: contain;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: center;
      mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18' viewBox='0 0 20 18' fill='none'%3E%3Cpath d='M2 16V2L18 7.76471V10.2353L2 16Z' stroke='black' stroke-width='2.5'/%3E%3C/svg%3E");
      mask-size: contain;
      mask-repeat: no-repeat;
      mask-position: center;
    }

.accordion-collapse.show {
  background-color:  #FFFFFF40;
  padding-bottom: 1rem;
  border-radius: 0 0 20px 20px;
  animation: fadeIn 0.3s ease-in-out;
}

.accordion-button::after {
  display: none;
      --bs-accordion-btn-active-icon: none;
      --bs-accordion-btn-icon: none;
}
.accordion-button.custom-button::after {
	
	display: inline-block;
    vertical-align: middle;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    content: "\f282";
    justify-content: flex-end;
    font-family: "bootstrap-icons";
    font-size: 1rem;
}

.accordion-button.custom-button:not(.collapsed)::after {
  transform: rotate(180deg);
}