 .book-btn {
    border-radius: 25px;
    font-weight: bold;
}
.register_btn {
    background: #cf2824;
    padding: 12px 30px;
    border-radius: 10px;
    color: white !important;
    font-size: 16px;
    display: inline-block;
    text-decoration: none !important;
    user-select: none;
    white-space: nowrap;
    transition: all 0.3s 
ease-in-out;
}
.shiny-btn {
    position: relative;
    overflow: hidden;
}
.section-title {
  font-size: 2.5rem; /* Bigger title */
}
.stall-price-box {
  max-width: 450px;
  margin: 0 auto;
  padding: 20px 25px;
  background: #ffffff;
  border: 1px solid #f5c6cb;
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.08);
  border-radius: 12px;
  font-family: 'Segoe UI', sans-serif;
}
.stall-price-box2 {
  max-width: 450px;
  padding: 20px 25px;
  background: #ffffff;
  border: 1px solid #f5c6cb;
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.08);
  border-radius: 12px;
  font-family: 'Segoe UI', sans-serif;
}
.stall-title {
  font-size: 3.8rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.stall-price {
  font-size: 1.4rem;
  color: #d63333;
  font-weight: 500;
  margin: 0;
  padding-top:10px;
}
.stall-info {
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.6;
}

.stall-heading {
  font-size: 1.8rem;
  font-weight: 600;
  color: #212529;
}

.stall-label {
  font-size: 1.3rem;
  font-weight: 600;
  color: #d63333;
  margin-bottom: 0.3rem;
}
.btn-outline-danger {
  font-weight: 600;
  font-size: 1.1rem;
}
.stall-list {
  list-style: none;
  padding-left: 0;
  color: #d63333;
  font-size: 1.2rem;
  line-height: 1.5;
}
.rounded-pill:hover {
    text-decoration: none;
    background: #cf2824;
}
@media screen and (max-width: 768px) {
   .stall-title {
      font-size: 2.5rem;
    }
    .navbar-collapse {
        top: 76px !important;
        left: unset !important; 
        right: 15px !important;
        width: 281px !important;
    }
}
/* @media (min-width:768px) and (max-width: 991px) {
    .navbar-collapse {
        top: 76px !important;
        left: unset !important; 
        right: 15px !important;
        width: 281px !important;
    }
} */