
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}
    /* footer style  */
    body {
      margin-bottom: 120px; /* Prevent content overlap with footer */
    }
    .fixed-footer {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #d12229;
      color: #fff;
      padding: 15px 0;
      z-index: 1000;
      box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    }
    .timer-box {
      background-color: #000;
      color: #fff;
      font-size: 2.2rem;
      font-weight: bold;
      padding: 5px 10px;
      border-radius: 8px;
      margin: 0 5px;
      width: 70px;
      text-align: center;
    }
    @media (max-width: 767px) {
      .fixed-footer .btn {
        width: 100%;
        margin-top: 10px;
      }
      .fixed-footer .timer-box {
        font-size: 1.4rem;
        width: 50px;
      }
    }

    .custom-border {
  border: 2px solid #C2C1C1; 
}


  .accordion-button:not(.collapsed) {
    color: red !important;
    background-color: transparent !important; 
  }