#booking-main form {
    width: 100%;
}

.input-date {
    position: relative;
}

.input-date i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}


input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.radio-group {
    display: flex;
    gap: 24px;
}

.text-capitalize {
    text-transform: capitalize;
}