.footer_body.add-ons_js-accordion-body {
    display: none;
}

.add-ons_js-accordion-item.active .accordion-arrow {
    transform: rotate(180deg);
}


.swiper {
    overflow: visible;
}

.swiper-scrollbar {
    display: none;
}

.checked {
    justify-content: right;
}

@keyframes fill-progress {
    to {
        width: 100%;
    }
}
.btn-primary {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007BFF; /* Button background color */
    color: white; /* Text color */
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .btn-primary:hover {
    background-color: #0056b3; /* Darker shade on hover */
  }
  
  .button-container {
    text-align: center; /* Center-align the button */
    margin-top: 20px; /* Add spacing above the button */
  }
  .button-container {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    gap: 10px; /* Add spacing between buttons */
    align-items: center; /* Center-align the buttons horizontally */
    margin-top: 20px; /* Add spacing above the button group */
  }
  
  .btn-primary {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007BFF; /* Button background color */
    color: white; /* Text color */
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 200px; /* Optional: consistent button width */
    text-align: center; /* Center-align text inside buttons */
  }
  
  .btn-primary:hover {
    background-color: #0056b3; /* Darker shade on hover */
  }
  