  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0; /* prevents jumping */
  }

  /* Optional: Keep the toggle caret looking interactive */
  .navbar .dropdown-toggle::after {
    transform: rotate(0deg);
  }

  /* Optional: Delay hiding dropdown for smoother UX */
  .navbar .dropdown-menu {
    transition: all 0.2s ease;
  }.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.confirm-box {
    background: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.btn-group {
    margin-top: 20px;
}

.btn-group .btn {
    margin: 0 10px;
}

 .mt-vh-7 {
      margin-top: 7vh !important;
    }

    .price {
      min-width: 80px;
      display: inline-block;
      text-align: right;
    }
    .text-bold{
      font-weight: 700;
    }
    .mr-4{
      margin-right: 40px;
    }
    .mr-2{
      margin-right: 20px;
    }