@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Mona Sans", serif !important;
    font-optical-sizing: auto !important;
    font-style: normal !important;
    font-variation-settings: "wdth" 100 !important;
    background-color: #f3f3f3 !important;
}
.carousel-indicators [data-bs-target] {
    background-color: #dc3545 !important;
}

hr.divider {
    border-top: 4px #dc3545 solid;
    opacity: 1;
}
.swiper-button-next, .swiper-button-prev {
    color: #dc3545 !important;
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #dc3545;
  }

  .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: #dc3545;
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
  }
  
  .swiper-pagination-bullet-active {
    background-color: #dc3545 !important;
  }

  .custom-image-radio input[type="radio"] {
    display: none;
  }
  .custom-image-radio label {
    cursor: pointer;
    border: 2px solid transparent;
    padding: 4px;
    transition: border-color 0.3s;
  }
  .custom-image-radio input[type="radio"]:checked + label {
    border-color: #007bff;
  }