   hr {
  background-color: #fff;
  padding: 0;
  margin: 3px;
}

hr.hr-1 {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0));
}
hr.hr-11 {
  border: 0;
  border-top: 1px dashed #8c8c8c;
  border-bottom: 1px dashed #fff;
}
 hr.sep-2 {
  border: 0; 
  height: 1px; 
  background-image: linear-gradient(to right, #f0f0f0, #00b9ff, #59d941, #f0f0f0);
}

hr.hr-dj {
  display: block;
  margin: 20px 0 -15px;
  width: 100%;
  height: 1px;
  border: 0;
  background-color: rgba(0, 0, 0, 0.35);
}

hr.hr-dj + h5 {
  display: inline-block;
  position: relative;
  left: 50%;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #453986;
  transform: translateX(-50%);
  color: #453986;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
}

hr.hr-dj + h5::first-letter {
  margin-left: 0.32em;
}

hr.hr-dj + h5 {
  border-width: 1px 0;
}

hr.hr-dj + h5::before,
hr.hr-dj + h5::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #453986;
  content: "";
}

hr.hr-dj + h5::before {
  left: 0;
}
hr.hr-dj + h5::after {
  right: 0;
}

hr.hr-12 {
  border: 0;
  border-top: 1px dotted #8c8c8c;
  border-bottom: 1px dotted #fff;
}
.flThumb{
  color: white;
  box-shadow: 0 0 5px rgba(0,0,0,0.8);
  border-radius:10px;
  
}

.thumbTop{
  color: white;
  box-shadow: 0 0 5px rgba(0,0,0,0.8);
  border-radius:10px;
  
}
.fiThumb{
  color: white;
  box-shadow: 0 0 5px rgba(0,0,0,0.8);
  border-radius:10px;
  
}
img.absmiddle{
  color: white;
  box-shadow: 0 0 5px rgba(0,0,0,0.8);
  border-radius:10px;
  
}
#choiceBox {
  display: none;                /* By default hidden */
  justify-content: center;      /* Horizontal center */
  align-items: center;          /* Vertical center */
  gap: 15px;                    /* Button ke beech gap */
  margin-top: 20px;
  width: 100%;
}

/* Optional: page me center karne ke liye (poora center chahiye to ye use karein) */
.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto; /* full page height */
}
button {
  padding: 8px 20px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  background-color: #007bff;
  color: white;
  cursor: pointer;
}
button:hover {
  background-color: #0056b3;
}