.hover-effect:hover {
  background-color: #f8f9fa; /* Light gray background on hover */
  border-color: #343a40;     /* Darker border on hover */
  color: #343a40;            /* Change text color */
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
.w-md-75{
  width:75%
}
}
.form-check-input:checked {
    background-color: #f2622c;
    border-color: #f2622c;
}
.guest-otp {
    width: fit-content;
}
.guest-btn-disabled {
    background: #eee !important;
}
.email-box .input-group-text {
    width: 80px;
}